diff --git a/.gitignore b/.gitignore index 1ece034ae94..aa332681474 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ dolibarr_install.log upgrade.log doxygen_warnings.log /.project +/.vscode .DS_Store .idea *.iml diff --git a/.travis.yml b/.travis.yml index 11da1e2d048..4b17ebaf0c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # from Dolibarr GitHub repository. # For syntax, see http://about.travis-ci.org/docs/user/languages/php/ -# We use dist: precise to have php 5.3 available +# We use dist: trusty to have php 5.4+ available dist: trusty sudo: required @@ -37,7 +37,6 @@ php: - '7.0' - '7.1' - '7.2' -#- hhvm only with dist: trusty - nightly env: @@ -59,10 +58,17 @@ env: matrix: fast_finish: true allow_failures: - - php: hhvm - php: nightly # We exclude some combinations not usefull to save Travis CPU exclude: + - php: '5.5' + env: DB=mariadb + - php: '5.6' + env: DB=mariadb + - php: '7.0' + env: DB=mariadb + - php: '7.1' + env: DB=mariadb - php: '5.5' env: DB=postgresql - php: '5.6' @@ -71,8 +77,6 @@ matrix: env: DB=postgresql - php: '7.1' env: DB=postgresql - - php: hhvm - env: DB=postgresql - php: nightly env: DB=postgresql diff --git a/.tx/config b/.tx/config index db380163540..27327f033ea 100644 --- a/.tx/config +++ b/.tx/config @@ -38,6 +38,12 @@ source_file = htdocs/langs/en_US/bills.lang source_lang = en_US type = MOZILLAPROPERTIES +[dolibarr.blockedlog] +file_filter = htdocs/langs//blockedlog.lang +source_file = htdocs/langs/en_US/blockedlog.lang +source_lang = en_US +type = MOZILLAPROPERTIES + [dolibarr.bookmarks] file_filter = htdocs/langs//bookmarks.lang source_file = htdocs/langs/en_US/bookmarks.lang diff --git a/COPYRIGHT b/COPYRIGHT index bd3565c3bd1..83f72bb558b 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -53,6 +53,10 @@ JsTimezoneDetect 1.0.6 MIT License Yes SwaggerUI 2.0.24 GPL-2+ Yes JS library to offer the REST API explorer Ace 1.2.8 BSD Yes JS library to get code syntaxique coloration in a textarea. +Image libraries +Octicons 8.1 MIT Yes + + For licenses compatibility informations: http://www.gnu.org/licenses/licenses.en.html diff --git a/ChangeLog b/ChangeLog index e5a062a9a7e..e516382f62f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,18 +4,97 @@ English Dolibarr ChangeLog ***** ChangeLog for 9.0.0 compared to 8.0.0 ***** - For Users: NEW: Stable module: Website NEW: Stable module: WebDAV NEW: Stable module: Module Builder +NEW: Stable module "Skype" has been replaced with module "Social Networks" to support more tools. +NEW: Experimental module "TakePos" NEW: Dolibarr can provide information in page title when multicompany is enabled of not, making - Android application like DoliDroid able to provide native features for multicompany module + Android application like DoliDroid able to provide native features for multicompany module. +NEW: Compatibility with PHP 7.3 +For developers: +* Code changes to be more compatible with PSR2 +* Removed trigger USER_LOGOUT, USER_LOGIN, USER_LOGIN_FAILED (Some hooks are already dedicated for that) + +WARNING: + +Following changes may create regressions for some external modules, but were necessary to make Dolibarr better: +* If you use some links like viewimages.php?modulepart=mycompany&file=... in you external modules, you must + replace them with links like viewimages.php?modulepart=mycompany&file=logos/... (note that link change only for + modulepart=mycompany that now works like others). + + + +***** ChangeLog for 8.0.2 compared to 8.0.1 ***** +FIX: #8452 +FIX: #9043 +FIX: #9316 Error when listing invoices +FIX: #9317 +FIX: #9353 Bug: html error - div inside span on graphs +FIX: #9355 +FIX: #9393 inconsistency behaviour. option FACTURE_ENABLE_NEGATIVE_LINES +FIX: #9394 +FIX: #9396 +FIX: #9403 +FIX: #9412 +FIX: #9497 +FIX: Add paypal error message in alert email when online payment fails. +FIX: better compatibility with multicompany +FIX: capital must be empty and not 0 if undefined +FIX: character making error on bill list +FIX: Entering negative price on order. +FIX: Expedition not showing extrafields on creation. +FIX: Homepage links were using wrong topmenus +FIX: inconsistency behaviour on option FACTURE_ENABLE_NEGATIVE_LINES +FIX: invert mime type and name. +FIX: invoice popup hide localtax2 and 3 if not defined. +FIX: Lose filter on payment type or category after a sort on invoice list. +FIX: Maxi debug to allow to load chart of account with multicompany. +FIX: Missing translation in predefined email to membership renewal. +FIX: Mixing tickets of different thirdparties. +FIX: "Other ..." link so the "Back to" link works. +FIX: PDF address: handle when contact thirdparty is different from thirdparty of document +FIX: Problems with permissions of module to record payment of salaries +FIX: remove debug +FIX: Several fixes on the management of minimal amount for orders +FIX: wrong var name + +***** ChangeLog for 8.0.1 compared to 8.0.0 ***** +FIX: #9258 +FIX: #9328 +FIX: #9337 +FIX: adding GROUP BY for PostgreSQL +FIX: API template for list pages in module builder +FIX: API template for record page to delete a record +FIX: a removed option was still in setup +FIX: badge on time spent on project and tasks +FIX: Delete file on smartphone +FIX: Fetch function will fetch comments +FIX: Fetch task will now fetch comments +FIX: $fk_account is always empty, must be $soc->fk_account +FIX: Force stripe api version to avoid trouble if we update stripe api +FIX: get_product_vat_for_country functions.lib.php +FIX: Get templates in a forced language +FIX: hook on dispatch order fourn +FIX: Language selection lost if error during creation of email template +FIX: Look and feel v8 +FIX: propal.class.php +FIX: Add calls to fetchComments function +FIX: Remove fetchComments from project and task fetch function +FIX: remove internal property isextrafieldmanaged from API returns +FIX: sql error +FIX: table llx_chargessociales doesn't exists +FIX: trans on null object +FIX: vat rate code not returned by get_product_vat_for_country +FIX: warning for late template invoices to remove when suspended +FIX: Add hidden option MAIN_xxx_IN_SOURCE_ADDRESS to solve legal issues on PDF +FIX: Table llx_facture_rec_extrafields missing after migration + ***** ChangeLog for 8.0.0 compared to 7.0.0 ***** - For Users: NEW: Experimental module: Ticket NEW: Experimental module: WebDAV @@ -201,7 +280,8 @@ Following changes may create regressions for some external modules, but were nec * Remove method Categorie:get_nb_categories() that was not used. * Hook getnomurltooltip provide a duplicate feature compared to hook getNomUrl so all hooks getnomurltooltip are now replaced with hook getNomUrl. - +* The substitution key __CONTACTCIVNAME__ is no longer present, it has been replaced by __CONTACT_NAME_{TYPE}__ + where {TYPE} is contact type code (BILLING, SHIPPING, CUSTOMER, ... see contact type dictionnary). ***** ChangeLog for 7.0.3 compared to 7.0.2 ***** diff --git a/README-FR.md b/README-FR.md index a9745bb8dbb..4435d47d30e 100644 --- a/README-FR.md +++ b/README-FR.md @@ -94,14 +94,15 @@ Voir fichier ChangeLog. - Gestion de marque-pages - Gestion des promesses de dons -- Gestion de la TVA NPR (non perçue récupérable - pour les utilisateurs français des DOM-TOM) - Rapports - Imports/Exports des données +- Support des codes barres +- Calcul des marges - Connectivité LDAP - Intégratn de ClickToDial - Intégration RSS - Intégation Skype -- Intégration de système de paiements (Paypal, Strip, Paybox...) +- Intégration de système de paiements (Paypal, Stripe, Paybox...) - … ### Divers: @@ -114,9 +115,18 @@ Voir fichier ChangeLog. - Application simple à utiliser. - Requiert PHP et MariaDb, Mysql ou Postgresql (Voir versions exactes sur https://wiki.dolibarr.org/index.php/Prérequis). - Compatible avec toutes les offres Cloud du marché respectant les prérequis de base de données et PHP. -- Code simple et facilement personnalisable (pas de framework lourd; mécanisme de hook et triggers). - APIs. - Génération PDF et ODT des éléments (factures, propositions commerciales, commandes, bons expéditions, etc...) +- Code simple et facilement personnalisable (pas de framework lourd; mécanisme de hook et triggers). +- Support natif de nombreuses fonctions spécifiques aux pays comme: + - La tax espagnole TE et ISPF + - Gestion de la TVA NPR (non perçue récupérable - pour les utilisateurs français des DOM-TOM) + - La loi française Finance 2016 et logiciels de caisse + - La double taxe canadienne + - Le timbre fiscal tunisien + - Numérotation de facture de l'argentines (avec type A,B,C...) + - Compatible avec vos processus RGPD + - ... - … ### Extension diff --git a/README.md b/README.md index b68e8b65558..776e2b02432 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # DOLIBARR ERP & CRM -![Build status](https://img.shields.io/travis/Dolibarr/dolibarr/develop.svg) ![Downloads per day](https://img.shields.io/sourceforge/dm/dolibarr.svg) +![Downloads per day](https://img.shields.io/sourceforge/dm/dolibarr.svg) + +|6|7|8|develop| +|----------|----------|----------|----------| +|![Build status](https://img.shields.io/travis/Dolibarr/dolibarr/6.0.svg)|![Build status](https://img.shields.io/travis/Dolibarr/dolibarr/7.0.svg)|![Build status](https://img.shields.io/travis/Dolibarr/dolibarr/8.0.svg)|![Build status](https://img.shields.io/travis/Dolibarr/dolibarr/develop.svg)| Dolibarr ERP & CRM is a modern software package to manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda…). @@ -125,7 +129,6 @@ See the [ChangeLog](https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog) - Donations management - Reporting - Data export/import -- Thirdparties and/or products categories - Barcodes support - Margin calculations - LDAP connectivity @@ -147,13 +150,15 @@ See the [ChangeLog](https://github.com/Dolibarr/dolibarr/blob/develop/ChangeLog) - Compatible with all Cloud solutions that match MySQL, PHP or PostgreSQL prerequisites. - APIs. - An easy to understand, maintain and develop code (PHP with no heavy framework; trigger and hook architecture) -- Support for country specific features: +- Support a lot of country specific features: - Spanish Tax RE and ISPF - French NPR VAT rate (VAT called "Non Perçue Récupérable" for DOM-TOM) - Canadian double taxes (federal/province) and other countries using cumulative VAT - Tunisian tax stamp - Argentina invoice numbering using A,B,C... - Compatible with [European directives](http://europa.eu/legislation_summaries/taxation/l31057_en.htm) (2006/112/CE ... 2010/45/UE) + - Compatible with European GDPR rules + - ... - PDF or ODT generation for invoice, proposals, orders... - … diff --git a/build/aps/APP-META-1.1.xml b/build/aps/APP-META-1.1.xml deleted file mode 100644 index 1394da4d4be..00000000000 --- a/build/aps/APP-META-1.1.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - Dolibarr ERP-CRM - __VERSION__ - __RELEASE__ - http://www.dolibarr.org/ - - Dolibarr - http://www.dolibarr.org/ - - - - Laurent Destailleur - http://www.nltechno.com - uuid:e743ee30-9fe8-11e0-a32e-0025115d642c - - - Dolibarr ERP-CRM, the easy to use software to manage small or medium companies, freelancers or foundations - -Dolibarr is a free modular software (you see only -features you need) to manage small and medium companies, freelancers -or foundations. -This OpenSource software is designed to provide all features you need to -manage information on many aspects of your business -into an intuitive and user-friendly graphical interface -It's an OpenSource software you can install on a web server or as a -standalone software. Dolibarr is designed to provide simplicity to end-user. - - - - Screenshot 1 - - - - See http://www.dolibarr.org/files/ChangeLog - - - - Back office/Billing - Back office/Accounting and Financial - Back office/Customer Relationship Management - Back office/Enterprise Resource Planning - - - en - fr - es - de - pt - - - - - - - - - GPL-3.0+ - COPYING - - - - Dolibarr instance - Dolibarr services - - - - - - - - - - - - - - mysql - mbstring - false - - main - dolibarr - false - mysql - 4.3.1 - - - - - - dolibarr - 35000000 - - - php - - - - - - php - - - - - \ No newline at end of file diff --git a/build/aps/APP-META-1.2.xml b/build/aps/APP-META-1.2.xml deleted file mode 100644 index 1ce51207dd8..00000000000 --- a/build/aps/APP-META-1.2.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - - dolibarr - Dolibarr - __VERSION__ - __RELEASE__ - http://www.dolibarr.org/ - - Dolibarr - http://www.dolibarr.org/ - - - - Laurent Destailleur - http://www.nltechno.com - uuid:e743ee30-9fe8-11e0-a32e-0025115d642c - - - Dolibarr ERP - CRM, the easy to use software to manage small or medium companies, freelancers or foundations - -Dolibarr is a free modular software (you see only -features you need) to manage small and medium companies, freelancers -or foundations. -This OpenSource software is designed to provide all features you need to -manage information on many aspects of your business -into an intuitive and user-friendly graphical interface -It's an OpenSource software you can install on a web server or as a -standalone software. Dolibarr is designed to provide simplicity to end-user. - - - - Screenshot 1 - - - - See http://www.dolibarr.org/files/ChangeLog - - - - Back office/Billing - Back office/Accounting and Financial - Back office/Customer Relationship Management - Back office/Enterprise Resource Planning - - - en - fr - es - de - pt - - - - - - - - - GPL-3.0+ - COPYING - - - - Dolibarr instance - - - - - - - - - - Administrator's preferences - - Administrator's login - -Please make sure the text you entered starts with a letter and continues with either numbers, letters, underscores or hyphens. - - - - Password - - - - - - - mysql - mbstring - false - - main - dolibarr - false - mysql - 4.3.1 - - - - - - dolibarr - 35000000 - - - php - - - - - - php - - - - - \ No newline at end of file diff --git a/build/aps/Limitations of APS Support in the Panel.html b/build/aps/Limitations of APS Support in the Panel.html deleted file mode 100644 index 51ba8e18378..00000000000 --- a/build/aps/Limitations of APS Support in the Panel.html +++ /dev/null @@ -1,89 +0,0 @@ - - Limitations of APS Support in the Panel - - - - - - - - -

Limitations of APS Support in the Panel

-

About This Document

-

This document is addressed to independent software -vendors who plan to distribute web applications among the Panel users. -The aim of the document is to help vendors find out whether they can -package their applications to APS to make them available through the -Panel.

-

The document does not contain information about -Application Packaging Standard itself or give application packaging -instructions. It focuses on how the Panel implements APS and what APS -packages are not supported by this implementation.

-

-

APS Support in the Panel

-

Application Packaging Standard (APS) - is a set of rules that defines a web application packaging format. This - standard is designed to ease the integration of applications in a -service provider's infrastructure. It covers provisioning, management, -and integration of cloud-based services and applications.

-

The Panel uses APS to offer third-party applications to hosting customers. These applications are presented in APS catalog, where the customers can buy or download them.

-

Currently, the Panel does not support all aspects of - APS. Therefore, customers may have problems trying to install certain -applications. To find out whether your application is compatible with -the Panel, see section Plesk Panel Restrictions.

-

You can find more information about APS at http://www.apsstandard.org/.

-

APS specification and supporting documents are available at http://www.apsstandard.org/isv/documentation/.

-

-

Restrictions on Packages Processing

-

The current Panel version has restrictions on APS -applications processing. If an application requires performing -restricted actions, the Panel will not install it. Particularly, these -actions are the following:

-

If - you need you application to perform these actions, consider other ways -of integration with the Panel: API RPC, modules or Panel Notifications.

-

Also, the Panel does not support the following actions defined in the application package:

- - \ No newline at end of file diff --git a/build/aps/Limitations of APS Support in the Panel_fichiers/highlight.js b/build/aps/Limitations of APS Support in the Panel_fichiers/highlight.js deleted file mode 100644 index 10056e95fd4..00000000000 --- a/build/aps/Limitations of APS Support in the Panel_fichiers/highlight.js +++ /dev/null @@ -1,64 +0,0 @@ -function last(href) -{ - var ret = href.split("/"); - return ret[ret.length-1]; -} - -function StopProcess() -{ -LeftFrame = parent.TOC.document.location.href; -LeftFrame = last(LeftFrame); -if (LeftFrame == "dhtml_search.htm") return 1 -else return 0; -} - - - -function highlightTOC(str) { - - - - - - if (StopProcess()) return; - try { - - str = str || parent.BODY.document.location.href; - uri = last(str); - list = parent.TOC.document.getElementsByTagName("a"); - for(i=0; i - * - * For a fairly comprehensive set of languages see the - * README - * file that came with this source. At a minimum, the lexer should work on a - * number of languages including C and friends, Java, Python, Bash, SQL, HTML, - * XML, CSS, Javascript, and Makefiles. It works passably on Ruby, PHP and Awk - * and a subset of Perl, but, because of commenting conventions, doesn't work on - * Smalltalk, Lisp-like, or CAML-like languages without an explicit lang class. - *

- * Usage:

    - *
  1. include this source file in an html page via - * {@code } - *
  2. define style rules. See the example page for examples. - *
  3. mark the {@code
    } and {@code } tags in your source with
    - *    {@code class=prettyprint.}
    - *    You can also use the (html deprecated) {@code } tag, but the pretty
    - *    printer needs to do more substantial DOM manipulations to support that, so
    - *    some css styles may not be preserved.
    - * </ol>
    - * That's it.  I wanted to keep the API as simple as possible, so there's no
    - * need to specify which language the code is in, but if you wish, you can add
    - * another class to the {@code <pre>} or {@code <code>} element to specify the
    - * language, as in {@code <pre class="prettyprint lang-java">}.  Any class that
    - * starts with "lang-" followed by a file extension, specifies the file type.
    - * See the "lang-*.js" files in this directory for code that implements
    - * per-language file handlers.
    - * <p>
    - * Change log:<br>
    - * cbeust, 2006/08/22
    - * <blockquote>
    - *   Java annotations (start with "@") are now captured as literals ("lit")
    - * </blockquote>
    - * @requires console
    - */
    -
    -// JSLint declarations
    -/*global console, document, navigator, setTimeout, window */
    -
    -/**
    - * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
    - * UI events.
    - * If set to {@code false}, {@code prettyPrint()} is synchronous.
    - */
    -window['PR_SHOULD_USE_CONTINUATION'] = true;
    -
    -/** the number of characters between tab columns */
    -window['PR_TAB_WIDTH'] = 8;
    -
    -/** Walks the DOM returning a properly escaped version of innerHTML.
    -  * @param {Node} node
    -  * @param {Array.<string>} out output buffer that receives chunks of HTML.
    -  */
    -window['PR_normalizedHtml']
    -
    -/** Contains functions for creating and registering new language handlers.
    -  * @type {Object}
    -  */
    -  = window['PR']
    -
    -/** Pretty print a chunk of code.
    -  *
    -  * @param {string} sourceCodeHtml code as html
    -  * @return {string} code as html, but prettier
    -  */
    -  = window['prettyPrintOne']
    -/** Find all the {@code <pre>} and {@code <code>} tags in the DOM with
    -  * {@code class=prettyprint} and prettify them.
    -  * @param {Function?} opt_whenDone if specified, called when the last entry
    -  *     has been finished.
    -  */
    -  = window['prettyPrint'] = void 0;
    -
    -/** browser detection. @extern @returns false if not IE, otherwise the major version. */
    -window['_pr_isIE6'] = function () {
    -  var ieVersion = navigator && navigator.userAgent &&
    -      navigator.userAgent.match(/\bMSIE ([678])\./);
    -  ieVersion = ieVersion ? +ieVersion[1] : false;
    -  window['_pr_isIE6'] = function () { return ieVersion; };
    -  return ieVersion;
    -};
    -
    -
    -(function () {
    -  // Keyword lists for various languages.
    -  var FLOW_CONTROL_KEYWORDS =
    -      "break continue do else for if return while ";
    -  var C_KEYWORDS = FLOW_CONTROL_KEYWORDS + "auto case char const default " +
    -      "double enum extern float goto int long register short signed sizeof " +
    -      "static struct switch typedef union unsigned void volatile ";
    -  var COMMON_KEYWORDS = C_KEYWORDS + "catch class delete false import " +
    -      "new operator private protected public this throw true try typeof ";
    -  var CPP_KEYWORDS = COMMON_KEYWORDS + "alignof align_union asm axiom bool " +
    -      "concept concept_map const_cast constexpr decltype " +
    -      "dynamic_cast explicit export friend inline late_check " +
    -      "mutable namespace nullptr reinterpret_cast static_assert static_cast " +
    -      "template typeid typename using virtual wchar_t where ";
    -  var JAVA_KEYWORDS = COMMON_KEYWORDS +
    -      "abstract boolean byte extends final finally implements import " +
    -      "instanceof null native package strictfp super synchronized throws " +
    -      "transient ";
    -  var CSHARP_KEYWORDS = JAVA_KEYWORDS +
    -      "as base by checked decimal delegate descending event " +
    -      "fixed foreach from group implicit in interface internal into is lock " +
    -      "object out override orderby params partial readonly ref sbyte sealed " +
    -      "stackalloc string select uint ulong unchecked unsafe ushort var ";
    -  var JSCRIPT_KEYWORDS = COMMON_KEYWORDS +
    -      "debugger eval export function get null set undefined var with " +
    -      "Infinity NaN ";
    -  var PERL_KEYWORDS = "caller delete die do dump elsif eval exit foreach for " +
    -      "goto if import last local my next no our print package redo require " +
    -      "sub undef unless until use wantarray while BEGIN END ";
    -  var PYTHON_KEYWORDS = FLOW_CONTROL_KEYWORDS + "and as assert class def del " +
    -      "elif except exec finally from global import in is lambda " +
    -      "nonlocal not or pass print raise try with yield " +
    -      "False True None ";
    -  var RUBY_KEYWORDS = FLOW_CONTROL_KEYWORDS + "alias and begin case class def" +
    -      " defined elsif end ensure false in module next nil not or redo rescue " +
    -      "retry self super then true undef unless until when yield BEGIN END ";
    -  var SH_KEYWORDS = FLOW_CONTROL_KEYWORDS + "case done elif esac eval fi " +
    -      "function in local set then until ";
    -  var ALL_KEYWORDS = (
    -      CPP_KEYWORDS + CSHARP_KEYWORDS + JSCRIPT_KEYWORDS + PERL_KEYWORDS +
    -      PYTHON_KEYWORDS + RUBY_KEYWORDS + SH_KEYWORDS);
    -
    -  // token style names.  correspond to css classes
    -  /** token style for PHP variables */
    -  var PR_VAR = 'vr';
    -  /** token style for a string literal */
    -  var PR_STRING = 'str';
    -  /** token style for a keyword */
    -  var PR_KEYWORD = 'kwd';
    -  /** token style for a comment */
    -  var PR_COMMENT = 'com';
    -  /** token style for a type */
    -  var PR_TYPE = 'typ';
    -  /** token style for a literal value.  e.g. 1, null, true. */
    -  var PR_LITERAL = 'lit';
    -  /** token style for a punctuation string. */
    -  var PR_PUNCTUATION = 'pun';
    -  /** token style for a punctuation string. */
    -  var PR_PLAIN = 'pln';
    -
    -  /** token style for an sgml tag. */
    -  var PR_TAG = 'tag';
    -  /** token style for a markup declaration such as a DOCTYPE. */
    -  var PR_DECLARATION = 'dec';
    -  /** token style for embedded source. */
    -  var PR_SOURCE = 'src';
    -  /** token style for an sgml attribute name. */
    -  var PR_ATTRIB_NAME = 'atn';
    -  /** token style for an sgml attribute value. */
    -  var PR_ATTRIB_VALUE = 'atv';
    -
    -  /**
    -   * A class that indicates a section of markup that is not code, e.g. to allow
    -   * embedding of line numbers within code listings.
    -   */
    -  var PR_NOCODE = 'nocode';
    -
    -  /** A set of tokens that can precede a regular expression literal in
    -    * javascript.
    -    * http://www.mozilla.org/js/language/js20/rationale/syntax.html has the full
    -    * list, but I've removed ones that might be problematic when seen in
    -    * languages that don't support regular expression literals.
    -    *
    -    * <p>Specifically, I've removed any keywords that can't precede a regexp
    -    * literal in a syntactically legal javascript program, and I've removed the
    -    * "in" keyword since it's not a keyword in many languages, and might be used
    -    * as a count of inches.
    -    *
    -    * <p>The link a above does not accurately describe EcmaScript rules since
    -    * it fails to distinguish between (a=++/b/i) and (a++/b/i) but it works
    -    * very well in practice.
    -    *
    -    * @private
    -    */
    -  var REGEXP_PRECEDER_PATTERN = function () {
    -      var preceders = [
    -          "!", "!=", "!==", "#", "%", "%=", "&", "&&", "&&=",
    -          "&=", "(", "*", "*=", /* "+", */ "+=", ",", /* "-", */ "-=",
    -          "->", /*".", "..", "...", handled below */ "/", "/=", ":", "::", ";",
    -          "<", "<<", "<<=", "<=", "=", "==", "===", ">",
    -          ">=", ">>", ">>=", ">>>", ">>>=", "?", "@", "[",
    -          "^", "^=", "^^", "^^=", "{", "|", "|=", "||",
    -          "||=", "~" /* handles =~ and !~ */,
    -          "break", "case", "continue", "delete",
    -          "do", "else", "finally", "instanceof",
    -          "return", "throw", "try", "typeof"
    -          ];
    -      var pattern = '(?:^^|[+-]';
    -      for (var i = 0; i < preceders.length; ++i) {
    -        pattern += '|' + preceders[i].replace(/([^=<>:&a-z])/g, '\\$1');
    -      }
    -      pattern += ')\\s*';  // matches at end, and matches empty string
    -      return pattern;
    -      // CAVEAT: this does not properly handle the case where a regular
    -      // expression immediately follows another since a regular expression may
    -      // have flags for case-sensitivity and the like.  Having regexp tokens
    -      // adjacent is not valid in any language I'm aware of, so I'm punting.
    -      // TODO: maybe style special characters inside a regexp as punctuation.
    -    }();
    -
    -  // Define regexps here so that the interpreter doesn't have to create an
    -  // object each time the function containing them is called.
    -  // The language spec requires a new object created even if you don't access
    -  // the $1 members.
    -  var pr_amp = /&/g;
    -  var pr_lt = /</g;
    -  var pr_gt = />/g;
    -  var pr_quot = /\"/g;
    -  /** like textToHtml but escapes double quotes to be attribute safe. */
    -  function attribToHtml(str) {
    -    return str.replace(pr_amp, '&amp;')
    -        .replace(pr_lt, '&lt;')
    -        .replace(pr_gt, '&gt;')
    -        .replace(pr_quot, '&quot;');
    -  }
    -
    -  /** escapest html special characters to html. */
    -  function textToHtml(str) {
    -    return str.replace(pr_amp, '&amp;')
    -        .replace(pr_lt, '&lt;')
    -        .replace(pr_gt, '&gt;');
    -  }
    -
    -
    -  var pr_ltEnt = /&lt;/g;
    -  var pr_gtEnt = /&gt;/g;
    -  var pr_aposEnt = /&apos;/g;
    -  var pr_quotEnt = /&quot;/g;
    -  var pr_ampEnt = /&amp;/g;
    -  var pr_nbspEnt = /&nbsp;/g;
    -  /** unescapes html to plain text. */
    -  function htmlToText(html) {
    -    var pos = html.indexOf('&');
    -    if (pos < 0) { return html; }
    -    // Handle numeric entities specially.  We can't use functional substitution
    -    // since that doesn't work in older versions of Safari.
    -    // These should be rare since most browsers convert them to normal chars.
    -    for (--pos; (pos = html.indexOf('&#', pos + 1)) >= 0;) {
    -      var end = html.indexOf(';', pos);
    -      if (end >= 0) {
    -        var num = html.substring(pos + 3, end);
    -        var radix = 10;
    -        if (num && num.charAt(0) === 'x') {
    -          num = num.substring(1);
    -          radix = 16;
    -        }
    -        var codePoint = parseInt(num, radix);
    -        if (!isNaN(codePoint)) {
    -          html = (html.substring(0, pos) + String.fromCharCode(codePoint) +
    -                  html.substring(end + 1));
    -        }
    -      }
    -    }
    -
    -    return html.replace(pr_ltEnt, '<')
    -        .replace(pr_gtEnt, '>')
    -        .replace(pr_aposEnt, "'")
    -        .replace(pr_quotEnt, '"')
    -        .replace(pr_nbspEnt, ' ')
    -        .replace(pr_ampEnt, '&');
    -  }
    -
    -  /** is the given node's innerHTML normally unescaped? */
    -  function isRawContent(node) {
    -    return 'XMP' === node.tagName;
    -  }
    -
    -  var newlineRe = /[\r\n]/g;
    -  /**
    -   * Are newlines and adjacent spaces significant in the given node's innerHTML?
    -   */
    -  function isPreformatted(node, content) {
    -    // PRE means preformatted, and is a very common case, so don't create
    -    // unnecessary computed style objects.
    -    if ('PRE' === node.tagName) { return true; }
    -    if (!newlineRe.test(content)) { return true; }  // Don't care
    -    var whitespace = '';
    -    // For disconnected nodes, IE has no currentStyle.
    -    if (node.currentStyle) {
    -      whitespace = node.currentStyle.whiteSpace;
    -    } else if (window.getComputedStyle) {
    -      // Firefox makes a best guess if node is disconnected whereas Safari
    -      // returns the empty string.
    -      whitespace = window.getComputedStyle(node, null).whiteSpace;
    -    }
    -    return !whitespace || whitespace === 'pre';
    -  }
    -
    -  function normalizedHtml(node, out, opt_sortAttrs) {
    -    switch (node.nodeType) {
    -      case 1:  // an element
    -        var name = node.tagName.toLowerCase();
    -
    -        out.push('<', name);
    -        var attrs = node.attributes;
    -        var n = attrs.length;
    -        if (n) {
    -          if (opt_sortAttrs) {
    -            var sortedAttrs = [];
    -            for (var i = n; --i >= 0;) { sortedAttrs[i] = attrs[i]; }
    -            sortedAttrs.sort(function (a, b) {
    -                return (a.name < b.name) ? -1 : a.name === b.name ? 0 : 1;
    -              });
    -            attrs = sortedAttrs;
    -          }
    -          for (var i = 0; i < n; ++i) {
    -            var attr = attrs[i];
    -            if (!attr.specified) { continue; }
    -            out.push(' ', attr.name.toLowerCase(),
    -                     '="', attribToHtml(attr.value), '"');
    -          }
    -        }
    -        out.push('>');
    -        for (var child = node.firstChild; child; child = child.nextSibling) {
    -          normalizedHtml(child, out, opt_sortAttrs);
    -        }
    -        if (node.firstChild || !/^(?:br|link|img)$/.test(name)) {
    -          out.push('<\/', name, '>');
    -        }
    -        break;
    -      case 3: case 4: // text
    -        out.push(textToHtml(node.nodeValue));
    -        break;
    -    }
    -  }
    -
    -  /**
    -   * Given a group of {@link RegExp}s, returns a {@code RegExp} that globally
    -   * matches the union o the sets o strings matched d by the input RegExp.
    -   * Since it matches globally, if the input strings have a start-of-input
    -   * anchor (/^.../), it is ignored for the purposes of unioning.
    -   * @param {Array.<RegExp>} regexs non multiline, non-global regexs.
    -   * @return {RegExp} a global regex.
    -   */
    -  function combinePrefixPatterns(regexs) {
    -    var capturedGroupIndex = 0;
    -
    -    var needToFoldCase = false;
    -    var ignoreCase = false;
    -    for (var i = 0, n = regexs.length; i < n; ++i) {
    -      var regex = regexs[i];
    -      if (regex.ignoreCase) {
    -        ignoreCase = true;
    -      } else if (/[a-z]/i.test(regex.source.replace(
    -                     /\\u[0-9a-f]{4}|\\x[0-9a-f]{2}|\\[^ux]/gi, ''))) {
    -        needToFoldCase = true;
    -        ignoreCase = false;
    -        break;
    -      }
    -    }
    -
    -    function decodeEscape(charsetPart) {
    -      if (charsetPart.charAt(0) !== '\\') { return charsetPart.charCodeAt(0); }
    -      switch (charsetPart.charAt(1)) {
    -        case 'b': return 8;
    -        case 't': return 9;
    -        case 'n': return 0xa;
    -        case 'v': return 0xb;
    -        case 'f': return 0xc;
    -        case 'r': return 0xd;
    -        case 'u': case 'x':
    -          return parseInt(charsetPart.substring(2), 16)
    -              || charsetPart.charCodeAt(1);
    -        case '0': case '1': case '2': case '3': case '4':
    -        case '5': case '6': case '7':
    -          return parseInt(charsetPart.substring(1), 8);
    -        default: return charsetPart.charCodeAt(1);
    -      }
    -    }
    -
    -    function encodeEscape(charCode) {
    -      if (charCode < 0x20) {
    -        return (charCode < 0x10 ? '\\x0' : '\\x') + charCode.toString(16);
    -      }
    -      var ch = String.fromCharCode(charCode);
    -      if (ch === '\\' || ch === '-' || ch === '[' || ch === ']') {
    -        ch = '\\' + ch;
    -      }
    -      return ch;
    -    }
    -
    -    function caseFoldCharset(charSet) {
    -      var charsetParts = charSet.substring(1, charSet.length - 1).match(
    -          new RegExp(
    -              '\\\\u[0-9A-Fa-f]{4}'
    -              + '|\\\\x[0-9A-Fa-f]{2}'
    -              + '|\\\\[0-3][0-7]{0,2}'
    -              + '|\\\\[0-7]{1,2}'
    -              + '|\\\\[\\s\\S]'
    -              + '|-'
    -              + '|[^-\\\\]',
    -              'g'));
    -      var groups = [];
    -      var ranges = [];
    -      var inverse = charsetParts[0] === '^';
    -      for (var i = inverse ? 1 : 0, n = charsetParts.length; i < n; ++i) {
    -        var p = charsetParts[i];
    -        switch (p) {
    -          case '\\B': case '\\b':
    -          case '\\D': case '\\d':
    -          case '\\S': case '\\s':
    -          case '\\W': case '\\w':
    -            groups.push(p);
    -            continue;
    -        }
    -        var start = decodeEscape(p);
    -        var end;
    -        if (i + 2 < n && '-' === charsetParts[i + 1]) {
    -          end = decodeEscape(charsetParts[i + 2]);
    -          i += 2;
    -        } else {
    -          end = start;
    -        }
    -        ranges.push([start, end]);
    -        // If the range might intersect letters, then expand it.
    -        if (!(end < 65 || start > 122)) {
    -          if (!(end < 65 || start > 90)) {
    -            ranges.push([Math.max(65, start) | 32, Math.min(end, 90) | 32]);
    -          }
    -          if (!(end < 97 || start > 122)) {
    -            ranges.push([Math.max(97, start) & ~32, Math.min(end, 122) & ~32]);
    -          }
    -        }
    -      }
    -
    -      // [[1, 10], [3, 4], [8, 12], [14, 14], [16, 16], [17, 17]]
    -      // -> [[1, 12], [14, 14], [16, 17]]
    -      ranges.sort(function (a, b) { return (a[0] - b[0]) || (b[1]  - a[1]); });
    -      var consolidatedRanges = [];
    -      var lastRange = [NaN, NaN];
    -      for (var i = 0; i < ranges.length; ++i) {
    -        var range = ranges[i];
    -        if (range[0] <= lastRange[1] + 1) {
    -          lastRange[1] = Math.max(lastRange[1], range[1]);
    -        } else {
    -          consolidatedRanges.push(lastRange = range);
    -        }
    -      }
    -
    -      var out = ['['];
    -      if (inverse) { out.push('^'); }
    -      out.push.apply(out, groups);
    -      for (var i = 0; i < consolidatedRanges.length; ++i) {
    -        var range = consolidatedRanges[i];
    -        out.push(encodeEscape(range[0]));
    -        if (range[1] > range[0]) {
    -          if (range[1] + 1 > range[0]) { out.push('-'); }
    -          out.push(encodeEscape(range[1]));
    -        }
    -      }
    -      out.push(']');
    -      return out.join('');
    -    }
    -
    -    function allowAnywhereFoldCaseAndRenumberGroups(regex) {
    -      // Split into character sets, escape sequences, punctuation strings
    -      // like ('(', '(?:', ')', '^'), and runs of characters that do not
    -      // include any of the above.
    -      var parts = regex.source.match(
    -          new RegExp(
    -              '(?:'
    -              + '\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]'  // a character set
    -              + '|\\\\u[A-Fa-f0-9]{4}'  // a unicode escape
    -              + '|\\\\x[A-Fa-f0-9]{2}'  // a hex escape
    -              + '|\\\\[0-9]+'  // a back-reference or octal escape
    -              + '|\\\\[^ux0-9]'  // other escape sequence
    -              + '|\\(\\?[:!=]'  // start of a non-capturing group
    -              + '|[\\(\\)\\^]'  // start/emd of a group, or line start
    -              + '|[^\\x5B\\x5C\\(\\)\\^]+'  // run of other characters
    -              + ')',
    -              'g'));
    -      var n = parts.length;
    -
    -      // Maps captured group numbers to the number they will occupy in
    -      // the output or to -1 if that has not been determined, or to
    -      // undefined if they need not be capturing in the output.
    -      var capturedGroups = [];
    -
    -      // Walk over and identify back references to build the capturedGroups
    -      // mapping.
    -      for (var i = 0, groupIndex = 0; i < n; ++i) {
    -        var p = parts[i];
    -        if (p === '(') {
    -          // groups are 1-indexed, so max group index is count of '('
    -          ++groupIndex;
    -        } else if ('\\' === p.charAt(0)) {
    -          var decimalValue = +p.substring(1);
    -          if (decimalValue && decimalValue <= groupIndex) {
    -            capturedGroups[decimalValue] = -1;
    -          }
    -        }
    -      }
    -
    -      // Renumber groups and reduce capturing groups to non-capturing groups
    -      // where possible.
    -      for (var i = 1; i < capturedGroups.length; ++i) {
    -        if (-1 === capturedGroups[i]) {
    -          capturedGroups[i] = ++capturedGroupIndex;
    -        }
    -      }
    -      for (var i = 0, groupIndex = 0; i < n; ++i) {
    -        var p = parts[i];
    -        if (p === '(') {
    -          ++groupIndex;
    -          if (capturedGroups[groupIndex] === undefined) {
    -            parts[i] = '(?:';
    -          }
    -        } else if ('\\' === p.charAt(0)) {
    -          var decimalValue = +p.substring(1);
    -          if (decimalValue && decimalValue <= groupIndex) {
    -            parts[i] = '\\' + capturedGroups[groupIndex];
    -          }
    -        }
    -      }
    -
    -      // Remove any prefix anchors so that the output will match anywhere.
    -      // ^^ really does mean an anchored match though.
    -      for (var i = 0, groupIndex = 0; i < n; ++i) {
    -        if ('^' === parts[i] && '^' !== parts[i + 1]) { parts[i] = ''; }
    -      }
    -
    -      // Expand letters to groupts to handle mixing of case-sensitive and
    -      // case-insensitive patterns if necessary.
    -      if (regex.ignoreCase && needToFoldCase) {
    -        for (var i = 0; i < n; ++i) {
    -          var p = parts[i];
    -          var ch0 = p.charAt(0);
    -          if (p.length >= 2 && ch0 === '[') {
    -            parts[i] = caseFoldCharset(p);
    -          } else if (ch0 !== '\\') {
    -            // TODO: handle letters in numeric escapes.
    -            parts[i] = p.replace(
    -                /[a-zA-Z]/g,
    -                function (ch) {
    -                  var cc = ch.charCodeAt(0);
    -                  return '[' + String.fromCharCode(cc & ~32, cc | 32) + ']';
    -                });
    -          }
    -        }
    -      }
    -
    -      return parts.join('');
    -    }
    -
    -    var rewritten = [];
    -    for (var i = 0, n = regexs.length; i < n; ++i) {
    -      var regex = regexs[i];
    -      if (regex.global || regex.multiline) { throw new Error('' + regex); }
    -      rewritten.push(
    -          '(?:' + allowAnywhereFoldCaseAndRenumberGroups(regex) + ')');
    -    }
    -
    -    return new RegExp(rewritten.join('|'), ignoreCase ? 'gi' : 'g');
    -  }
    -
    -  var PR_innerHtmlWorks = null;
    -  function getInnerHtml(node) {
    -    // inner html is hopelessly broken in Safari 2.0.4 when the content is
    -    // an html description of well formed XML and the containing tag is a PRE
    -    // tag, so we detect that case and emulate innerHTML.
    -    if (null === PR_innerHtmlWorks) {
    -      var testNode = document.createElement('PRE');
    -      testNode.appendChild(
    -          document.createTextNode('<!DOCTYPE foo PUBLIC "foo bar">\n<foo />'));
    -      PR_innerHtmlWorks = !/</.test(testNode.innerHTML);
    -    }
    -
    -    if (PR_innerHtmlWorks) {
    -      var content = node.innerHTML;
    -      // XMP tags contain unescaped entities so require special handling.
    -      if (isRawContent(node)) {
    -        content = textToHtml(content);
    -      } else if (!isPreformatted(node, content)) {
    -        content = content.replace(/(<br\s*\/?>)[\r\n]+/g, '$1')
    -            .replace(/(?:[\r\n]+[ \t]*)+/g, ' ');
    -      }
    -      return content;
    -    }
    -
    -    var out = [];
    -    for (var child = node.firstChild; child; child = child.nextSibling) {
    -      normalizedHtml(child, out);
    -    }
    -    return out.join('');
    -  }
    -
    -  /** returns a function that expand tabs to spaces.  This function can be fed
    -    * successive chunks of text, and will maintain its own internal state to
    -    * keep track of how tabs are expanded.
    -    * @return {function (string) : string} a function that takes
    -    *   plain text and return the text with tabs expanded.
    -    * @private
    -    */
    -  function makeTabExpander(tabWidth) {
    -    var SPACES = '                ';
    -    var charInLine = 0;
    -
    -    return function (plainText) {
    -      // walk over each character looking for tabs and newlines.
    -      // On tabs, expand them.  On newlines, reset charInLine.
    -      // Otherwise increment charInLine
    -      var out = null;
    -      var pos = 0;
    -      for (var i = 0, n = plainText.length; i < n; ++i) {
    -        var ch = plainText.charAt(i);
    -
    -        switch (ch) {
    -          case '\t':
    -            if (!out) { out = []; }
    -            out.push(plainText.substring(pos, i));
    -            // calculate how much space we need in front of this part
    -            // nSpaces is the amount of padding -- the number of spaces needed
    -            // to move us to the next column, where columns occur at factors of
    -            // tabWidth.
    -            var nSpaces = tabWidth - (charInLine % tabWidth);
    -            charInLine += nSpaces;
    -            for (; nSpaces >= 0; nSpaces -= SPACES.length) {
    -              out.push(SPACES.substring(0, nSpaces));
    -            }
    -            pos = i + 1;
    -            break;
    -          case '\n':
    -            charInLine = 0;
    -            break;
    -          default:
    -            ++charInLine;
    -        }
    -      }
    -      if (!out) { return plainText; }
    -      out.push(plainText.substring(pos));
    -      return out.join('');
    -    };
    -  }
    -
    -  var pr_chunkPattern = new RegExp(
    -      '[^<]+'  // A run of characters other than '<'
    -      + '|<\!--[\\s\\S]*?--\>'  // an HTML comment
    -      + '|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>'  // a CDATA section
    -      // a probable tag that should not be highlighted
    -      + '|<\/?[a-zA-Z](?:[^>\"\']|\'[^\']*\'|\"[^\"]*\")*>'
    -      + '|<',  // A '<' that does not begin a larger chunk
    -      'g');
    -  var pr_commentPrefix = /^<\!--/;
    -  var pr_cdataPrefix = /^<!\[CDATA\[/;
    -  var pr_brPrefix = /^<br\b/i;
    -  var pr_tagNameRe = /^<(\/?)([a-zA-Z][a-zA-Z0-9]*)/;
    -
    -  /** split markup into chunks of html tags (style null) and
    -    * plain text (style {@link #PR_PLAIN}), converting tags which are
    -    * significant for tokenization (<br>) into their textual equivalent.
    -    *
    -    * @param {string} s html where whitespace is considered significant.
    -    * @return {Object} source code and extracted tags.
    -    * @private
    -    */
    -  function extractTags(s) {
    -    // since the pattern has the 'g' modifier and defines no capturing groups,
    -    // this will return a list of all chunks which we then classify and wrap as
    -    // PR_Tokens
    -    var matches = s.match(pr_chunkPattern);
    -    var sourceBuf = [];
    -    var sourceBufLen = 0;
    -    var extractedTags = [];
    -    if (matches) {
    -      for (var i = 0, n = matches.length; i < n; ++i) {
    -        var match = matches[i];
    -        if (match.length > 1 && match.charAt(0) === '<') {
    -          if (pr_commentPrefix.test(match)) { continue; }
    -          if (pr_cdataPrefix.test(match)) {
    -            // strip CDATA prefix and suffix.  Don't unescape since it's CDATA
    -            sourceBuf.push(match.substring(9, match.length - 3));
    -            sourceBufLen += match.length - 12;
    -          } else if (pr_brPrefix.test(match)) {
    -            // <br> tags are lexically significant so convert them to text.
    -            // This is undone later.
    -            sourceBuf.push('\n');
    -            ++sourceBufLen;
    -          } else {
    -            if (match.indexOf(PR_NOCODE) >= 0 && isNoCodeTag(match)) {
    -              // A <span class="nocode"> will start a section that should be
    -              // ignored.  Continue walking the list until we see a matching end
    -              // tag.
    -              var name = match.match(pr_tagNameRe)[2];
    -              var depth = 1;
    -              var j;
    -              end_tag_loop:
    -              for (j = i + 1; j < n; ++j) {
    -                var name2 = matches[j].match(pr_tagNameRe);
    -                if (name2 && name2[2] === name) {
    -                  if (name2[1] === '/') {
    -                    if (--depth === 0) { break end_tag_loop; }
    -                  } else {
    -                    ++depth;
    -                  }
    -                }
    -              }
    -              if (j < n) {
    -                extractedTags.push(
    -                    sourceBufLen, matches.slice(i, j + 1).join(''));
    -                i = j;
    -              } else {  // Ignore unclosed sections.
    -                extractedTags.push(sourceBufLen, match);
    -              }
    -            } else {
    -              extractedTags.push(sourceBufLen, match);
    -            }
    -          }
    -        } else {
    -          var literalText = htmlToText(match);
    -          sourceBuf.push(literalText);
    -          sourceBufLen += literalText.length;
    -        }
    -      }
    -    }
    -    return { source: sourceBuf.join(''), tags: extractedTags };
    -  }
    -
    -  /** True if the given tag contains a class attribute with the nocode class. */
    -  function isNoCodeTag(tag) {
    -    return !!tag
    -        // First canonicalize the representation of attributes
    -        .replace(/\s(\w+)\s*=\s*(?:\"([^\"]*)\"|'([^\']*)'|(\S+))/g,
    -                 ' $1="$2$3$4"')
    -        // Then look for the attribute we want.
    -        .match(/[cC][lL][aA][sS][sS]=\"[^\"]*\bnocode\b/);
    -  }
    -
    -  /**
    -   * Apply the given language handler to sourceCode and add the resulting
    -   * decorations to out.
    -   * @param {number} basePos the index of sourceCode within the chunk of source
    -   *    whose decorations are already present on out.
    -   */
    -  function appendDecorations(basePos, sourceCode, langHandler, out) {
    -    if (!sourceCode) { return; }
    -    var job = {
    -      source: sourceCode,
    -      basePos: basePos
    -    };
    -    langHandler(job);
    -    out.push.apply(out, job.decorations);
    -  }
    -
    -  /** Given triples of [style, pattern, context] returns a lexing function,
    -    * The lexing function interprets the patterns to find token boundaries and
    -    * returns a decoration list of the form
    -    * [index_0, style_0, index_1, style_1, ..., index_n, style_n]
    -    * where index_n is an index into the sourceCode, and style_n is a style
    -    * constant like PR_PLAIN.  index_n-1 <= index_n, and style_n-1 applies to
    -    * all characters in sourceCode[index_n-1:index_n].
    -    *
    -    * The stylePatterns is a list whose elements have the form
    -    * [style : string, pattern : RegExp, DEPRECATED, shortcut : string].
    -    *
    -    * Style is a style constant like PR_PLAIN, or can be a string of the
    -    * form 'lang-FOO', where FOO is a language extension describing the
    -    * language of the portion of the token in $1 after pattern executes.
    -    * E.g., if style is 'lang-lisp', and group 1 contains the text
    -    * '(hello (world))', then that portion of the token will be passed to the
    -    * registered lisp handler for formatting.
    -    * The text before and after group 1 will be restyled using this decorator
    -    * so decorators should take care that this doesn't result in infinite
    -    * recursion.  For example, the HTML lexer rule for SCRIPT elements looks
    -    * something like ['lang-js', /<[s]cript>(.+?)<\/script>/].  This may match
    -    * '<script>foo()<\/script>', which would cause the current decorator to
    -    * be called with '<script>' which would not match the same rule since
    -    * group 1 must not be empty, so it would be instead styled as PR_TAG by
    -    * the generic tag rule.  The handler registered for the 'js' extension would
    -    * then be called with 'foo()', and finally, the current decorator would
    -    * be called with '<\/script>' which would not match the original rule and
    -    * so the generic tag rule would identify it as a tag.
    -    *
    -    * Pattern must only match prefixes, and if it matches a prefix, then that
    -    * match is considered a token with the same style.
    -    *
    -    * Context is applied to the last non-whitespace, non-comment token
    -    * recognized.
    -    *
    -    * Shortcut is an optional string of characters, any of which, if the first
    -    * character, gurantee that this pattern and only this pattern matches.
    -    *
    -    * @param {Array} shortcutStylePatterns patterns that always start with
    -    *   a known character.  Must have a shortcut string.
    -    * @param {Array} fallthroughStylePatterns patterns that will be tried in
    -    *   order if the shortcut ones fail.  May have shortcuts.
    -    *
    -    * @return {function (Object)} a
    -    *   function that takes source code and returns a list of decorations.
    -    */
    -  function createSimpleLexer(shortcutStylePatterns, fallthroughStylePatterns) {
    -    var shortcuts = {};
    -    var tokenizer;
    -    (function () {
    -      var allPatterns = shortcutStylePatterns.concat(fallthroughStylePatterns);
    -      var allRegexs = [];
    -      var regexKeys = {};
    -      for (var i = 0, n = allPatterns.length; i < n; ++i) {
    -        var patternParts = allPatterns[i];
    -        var shortcutChars = patternParts[3];
    -        if (shortcutChars) {
    -          for (var c = shortcutChars.length; --c >= 0;) {
    -            shortcuts[shortcutChars.charAt(c)] = patternParts;
    -          }
    -        }
    -        var regex = patternParts[1];
    -        var k = '' + regex;
    -        if (!regexKeys.hasOwnProperty(k)) {
    -          allRegexs.push(regex);
    -          regexKeys[k] = null;
    -        }
    -      }
    -      allRegexs.push(/[\0-\uffff]/);
    -      tokenizer = combinePrefixPatterns(allRegexs);
    -    })();
    -
    -    var nPatterns = fallthroughStylePatterns.length;
    -    var notWs = /\S/;
    -
    -    /**
    -     * Lexes job.source and produces an output array job.decorations of style
    -     * classes preceded by the position at which they start in job.source in
    -     * order.
    -     *
    -     * @param {Object} job an object like {@code
    -     *    source: {string} sourceText plain text,
    -     *    basePos: {int} position of job.source in the larger chunk of
    -     *        sourceCode.
    -     * }
    -     */
    -    var decorate = function (job) {
    -      var sourceCode = job.source, basePos = job.basePos;
    -      /** Even entries are positions in source in ascending order.  Odd enties
    -        * are style markers (e.g., PR_COMMENT) that run from that position until
    -        * the end.
    -        * @type {Array.<number|string>}
    -        */
    -      var decorations = [basePos, PR_PLAIN];
    -      var pos = 0;  // index into sourceCode
    -      var tokens = sourceCode.match(tokenizer) || [];
    -      var styleCache = {};
    -
    -      for (var ti = 0, nTokens = tokens.length; ti < nTokens; ++ti) {
    -        var token = tokens[ti];
    -        var style = styleCache[token];
    -        var match = void 0;
    -
    -        var isEmbedded;
    -        if (typeof style === 'string') {
    -          isEmbedded = false;
    -        } else {
    -          var patternParts = shortcuts[token.charAt(0)];
    -          if (patternParts) {
    -            match = token.match(patternParts[1]);
    -            style = patternParts[0];
    -          } else {
    -            for (var i = 0; i < nPatterns; ++i) {
    -              patternParts = fallthroughStylePatterns[i];
    -              match = token.match(patternParts[1]);
    -              if (match) {
    -                style = patternParts[0];
    -                break;
    -              }
    -            }
    -
    -            if (!match) {  // make sure that we make progress
    -              style = PR_PLAIN;
    -            }
    -          }
    -
    -          isEmbedded = style.length >= 5 && 'lang-' === style.substring(0, 5);
    -          if (isEmbedded && !(match && typeof match[1] === 'string')) {
    -            isEmbedded = false;
    -            style = PR_SOURCE;
    -          }
    -
    -          if (!isEmbedded) { styleCache[token] = style; }
    -        }
    -
    -        var tokenStart = pos;
    -        pos += token.length;
    -
    -        if (!isEmbedded) {
    -          decorations.push(basePos + tokenStart, style);
    -        } else {  // Treat group 1 as an embedded block of source code.
    -          var embeddedSource = match[1];
    -          var embeddedSourceStart = token.indexOf(embeddedSource);
    -          var embeddedSourceEnd = embeddedSourceStart + embeddedSource.length;
    -          if (match[2]) {
    -            // If embeddedSource can be blank, then it would match at the
    -            // beginning which would cause us to infinitely recurse on the
    -            // entire token, so we catch the right context in match[2].
    -            embeddedSourceEnd = token.length - match[2].length;
    -            embeddedSourceStart = embeddedSourceEnd - embeddedSource.length;
    -          }
    -          var lang = style.substring(5);
    -          // Decorate the left of the embedded source
    -          appendDecorations(
    -              basePos + tokenStart,
    -              token.substring(0, embeddedSourceStart),
    -              decorate, decorations);
    -          // Decorate the embedded source
    -          appendDecorations(
    -              basePos + tokenStart + embeddedSourceStart,
    -              embeddedSource,
    -              langHandlerForExtension(lang, embeddedSource),
    -              decorations);
    -          // Decorate the right of the embedded section
    -          appendDecorations(
    -              basePos + tokenStart + embeddedSourceEnd,
    -              token.substring(embeddedSourceEnd),
    -              decorate, decorations);
    -        }
    -      }
    -      job.decorations = decorations;
    -    };
    -    return decorate;
    -  }
    -
    -  /** returns a function that produces a list of decorations from source text.
    -    *
    -    * This code treats ", ', and ` as string delimiters, and \ as a string
    -    * escape.  It does not recognize perl's qq() style strings.
    -    * It has no special handling for double delimiter escapes as in basic, or
    -    * the tripled delimiters used in python, but should work on those regardless
    -    * although in those cases a single string literal may be broken up into
    -    * multiple adjacent string literals.
    -    *
    -    * It recognizes C, C++, and shell style comments.
    -    *
    -    * @param {Object} options a set of optional parameters.
    -    * @return {function (Object)} a function that examines the source code
    -    *     in the input job and builds the decoration list.
    -    */
    -  function sourceDecorator(options) {
    -    var shortcutStylePatterns = [], fallthroughStylePatterns = [];
    -    if (options['tripleQuotedStrings']) {
    -      // '''multi-line-string''', 'single-line-string', and double-quoted
    -      shortcutStylePatterns.push(
    -          [PR_STRING,  /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,
    -           null, '\'"']);
    -    } else if (options['multiLineStrings']) {
    -      // 'multi-line-string', "multi-line-string"
    -      shortcutStylePatterns.push(
    -          [PR_STRING,  /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,
    -           null, '\'"`']);
    -    } else {
    -      // 'single-line-string', "single-line-string"
    -      shortcutStylePatterns.push(
    -          [PR_STRING,
    -           /^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,
    -           null, '"\'']);
    -    }
    -    if (options['verbatimStrings']) {
    -      // verbatim-string-literal production from the C# grammar.  See issue 93.
    -      fallthroughStylePatterns.push(
    -          [PR_STRING, /^@\"(?:[^\"]|\"\")*(?:\"|$)/, null]);
    -    }
    -    if (options['hashComments']) {
    -      if (options['cStyleComments']) {
    -        // Stop C preprocessor declarations at an unclosed open comment
    -        shortcutStylePatterns.push(
    -            [PR_COMMENT, /^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\r\n]*)/,
    -             null, '#']);
    -        fallthroughStylePatterns.push(
    -            [PR_STRING,
    -             /^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,
    -             null]);
    -      } else {
    -        shortcutStylePatterns.push([PR_COMMENT, /^#[^\r\n]*/, null, '#']);
    -      }
    -    }
    -    if (options['cStyleComments']) {
    -      fallthroughStylePatterns.push([PR_COMMENT, /^\/\/[^\r\n]*/, null]);
    -      fallthroughStylePatterns.push(
    -          [PR_COMMENT, /^\/\*[\s\S]*?(?:\*\/|$)/, null]);
    -    }
    -    if (options['regexLiterals']) {
    -      var REGEX_LITERAL = (
    -          // A regular expression literal starts with a slash that is
    -          // not followed by * or / so that it is not confused with
    -          // comments.
    -          '/(?=[^/*])'
    -          // and then contains any number of raw characters,
    -          + '(?:[^/\\x5B\\x5C]'
    -          // escape sequences (\x5C),
    -          +    '|\\x5C[\\s\\S]'
    -          // or non-nesting character sets (\x5B\x5D);
    -          +    '|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+'
    -          // finally closed by a /.
    -          + '/');
    -      fallthroughStylePatterns.push(
    -          ['lang-regex',
    -           new RegExp('^' + REGEXP_PRECEDER_PATTERN + '(' + REGEX_LITERAL + ')')
    -           ]);
    -    }
    -
    -    var keywords = options['keywords'].replace(/^\s+|\s+$/g, '');
    -    if (keywords.length) {
    -      fallthroughStylePatterns.push(
    -          [PR_KEYWORD,
    -           new RegExp('^(?:' + keywords.replace(/\s+/g, '|') + ')\\b'), null]);
    -    }
    -
    -    shortcutStylePatterns.push([PR_PLAIN,       /^\s+/, null, ' \r\n\t\xA0']);
    -    fallthroughStylePatterns.push(
    -        // TODO(mikesamuel): recognize non-latin letters and numerals in idents
    -        [PR_COMMENT,     /^.*?\*.*/],
    -		[PR_VAR, /^\$[a-z]{1}[a-z_]+/i, null],
    -		[PR_LITERAL,     /^@[a-z_$][a-z_$@0-9]*/i, null],
    -        [PR_TYPE,        /^@?[A-Z]+[a-z][A-Za-z_$@0-9]*/, null],
    -        [PR_PLAIN,       /^[a-z_$][a-z_$@0-9]*/i, null],
    -        [PR_LITERAL,
    -         new RegExp(
    -             '^(?:'
    -             // A hex number
    -             + '0x[a-f0-9]+'
    -             // or an octal or decimal number,
    -             + '|(?:\\d(?:_\\d+)*\\d*(?:\\.\\d*)?|\\.\\d\\+)'
    -             // possibly in scientific notation
    -             + '(?:e[+\\-]?\\d+)?'
    -             + ')'
    -             // with an optional modifier like UL for unsigned long
    -             + '[a-z]*', 'i'),
    -         null, '0123456789'],
    -        [PR_PUNCTUATION, /^.[^\s\w\.$@\'\"\`\/\#]*/, null]);
    -
    -    return createSimpleLexer(shortcutStylePatterns, fallthroughStylePatterns);
    -  }
    -
    -  var decorateSource = sourceDecorator({
    -        'keywords': ALL_KEYWORDS,
    -        'hashComments': true,
    -        'cStyleComments': true,
    -        'multiLineStrings': true,
    -        'regexLiterals': true
    -      });
    -
    -  /** Breaks {@code job.source} around style boundaries in
    -    * {@code job.decorations} while re-interleaving {@code job.extractedTags},
    -    * and leaves the result in {@code job.prettyPrintedHtml}.
    -    * @param {Object} job like {
    -    *    source: {string} source as plain text,
    -    *    extractedTags: {Array.<number|string>} extractedTags chunks of raw
    -    *                   html preceded by their position in {@code job.source}
    -    *                   in order
    -    *    decorations: {Array.<number|string} an array of style classes preceded
    -    *                 by the position at which they start in job.source in order
    -    * }
    -    * @private
    -    */
    -  function recombineTagsAndDecorations(job) {
    -    var sourceText = job.source;
    -    var extractedTags = job.extractedTags;
    -    var decorations = job.decorations;
    -
    -    var html = [];
    -    // index past the last char in sourceText written to html
    -    var outputIdx = 0;
    -
    -    var openDecoration = null;
    -    var currentDecoration = null;
    -    var tagPos = 0;  // index into extractedTags
    -    var decPos = 0;  // index into decorations
    -    var tabExpander = makeTabExpander(window['PR_TAB_WIDTH']);
    -
    -    var adjacentSpaceRe = /([\r\n ]) /g;
    -    var startOrSpaceRe = /(^| ) /gm;
    -    var newlineRe = /\r\n?|\n/g;
    -    var trailingSpaceRe = /[ \r\n]$/;
    -    var lastWasSpace = true;  // the last text chunk emitted ended with a space.
    -
    -    // See bug 71 and http://stackoverflow.com/questions/136443/why-doesnt-ie7-
    -    var isIE678 = window['_pr_isIE6']();
    -    var lineBreakHtml = (
    -        isIE678
    -        ? (job.sourceNode.tagName === 'PRE'
    -           // Use line feeds instead of <br>s so that copying and pasting works
    -           // on IE.
    -           // Doing this on other browsers breaks lots of stuff since \r\n is
    -           // treated as two newlines on Firefox.
    -           ? (isIE678 === 6 ? '&#160;\r\n' :
    -              isIE678 === 7 ? '&#160;<br>\r' : '&#160;\r')
    -           // IE collapses multiple adjacent <br>s into 1 line break.
    -           // Prefix every newline with '&#160;' to prevent such behavior.
    -           // &nbsp; is the same as &#160; but works in XML as well as HTML.
    -           : '&#160;<br />')
    -        : '<br />');
    -
    -    // Look for a class like linenums or linenums:<n> where <n> is the 1-indexed
    -    // number of the first line.
    -    var numberLines = job.sourceNode.className.match(/\blinenums\b(?::(\d+))?/);
    -    var lineBreaker;
    -    if (numberLines) {
    -      var lineBreaks = [];
    -      for (var i = 0; i < 10; ++i) {
    -        lineBreaks[i] = lineBreakHtml + '</li><li class="L' + i + '">';
    -      }
    -      var lineNum = numberLines[1] && numberLines[1].length
    -          ? numberLines[1] - 1 : 0;  // Lines are 1-indexed
    -      html.push('<ol class="linenums"><li class="L', (lineNum) % 10, '"');
    -      if (lineNum) {
    -        html.push(' value="', lineNum + 1, '"');
    -      }
    -      html.push('>');
    -      lineBreaker = function () {
    -        var lb = lineBreaks[++lineNum % 10];
    -        // If a decoration is open, we need to close it before closing a list-item
    -        // and reopen it on the other side of the list item.
    -        return openDecoration
    -            ? ('</span>' + lb + '<span class="' + openDecoration + '">') : lb;
    -      };
    -    } else {
    -      lineBreaker = lineBreakHtml;
    -    }
    -
    -    // A helper function that is responsible for opening sections of decoration
    -    // and outputing properly escaped chunks of source
    -    function emitTextUpTo(sourceIdx) {
    -      if (sourceIdx > outputIdx) {
    -        if (openDecoration && openDecoration !== currentDecoration) {
    -          // Close the current decoration
    -          html.push('</span>');
    -          openDecoration = null;
    -        }
    -        if (!openDecoration && currentDecoration) {
    -          openDecoration = currentDecoration;
    -          html.push('<span class="', openDecoration, '">');
    -        }
    -        // This interacts badly with some wikis which introduces paragraph tags
    -        // into pre blocks for some strange reason.
    -        // It's necessary for IE though which seems to lose the preformattedness
    -        // of <pre> tags when their innerHTML is assigned.
    -        // http://stud3.tuwien.ac.at/~e0226430/innerHtmlQuirk.html
    -        // and it serves to undo the conversion of <br>s to newlines done in
    -        // chunkify.
    -        var htmlChunk = textToHtml(
    -            tabExpander(sourceText.substring(outputIdx, sourceIdx)))
    -            .replace(lastWasSpace
    -                     ? startOrSpaceRe
    -                     : adjacentSpaceRe, '$1&#160;');
    -        // Keep track of whether we need to escape space at the beginning of the
    -        // next chunk.
    -        lastWasSpace = trailingSpaceRe.test(htmlChunk);
    -        html.push(htmlChunk.replace(newlineRe, lineBreaker));
    -        outputIdx = sourceIdx;
    -      }
    -    }
    -
    -    while (true) {
    -      // Determine if we're going to consume a tag this time around.  Otherwise
    -      // we consume a decoration or exit.
    -      var outputTag;
    -      if (tagPos < extractedTags.length) {
    -        if (decPos < decorations.length) {
    -          // Pick one giving preference to extractedTags since we shouldn't open
    -          // a new style that we're going to have to immediately close in order
    -          // to output a tag.
    -          outputTag = extractedTags[tagPos] <= decorations[decPos];
    -        } else {
    -          outputTag = true;
    -        }
    -      } else {
    -        outputTag = false;
    -      }
    -      // Consume either a decoration or a tag or exit.
    -      if (outputTag) {
    -        emitTextUpTo(extractedTags[tagPos]);
    -        if (openDecoration) {
    -          // Close the current decoration
    -          html.push('</span>');
    -          openDecoration = null;
    -        }
    -        html.push(extractedTags[tagPos + 1]);
    -        tagPos += 2;
    -      } else if (decPos < decorations.length) {
    -        emitTextUpTo(decorations[decPos]);
    -        currentDecoration = decorations[decPos + 1];
    -        decPos += 2;
    -      } else {
    -        break;
    -      }
    -    }
    -    emitTextUpTo(sourceText.length);
    -    if (openDecoration) {
    -      html.push('</span>');
    -    }
    -    if (numberLines) { html.push('</li></ol>'); }
    -    job.prettyPrintedHtml = html.join('');
    -  }
    -
    -  /** Maps language-specific file extensions to handlers. */
    -  var langHandlerRegistry = {};
    -  /** Register a language handler for the given file extensions.
    -    * @param {function (Object)} handler a function from source code to a list
    -    *      of decorations.  Takes a single argument job which describes the
    -    *      state of the computation.   The single parameter has the form
    -    *      {@code {
    -    *        source: {string} as plain text.
    -    *        decorations: {Array.<number|string>} an array of style classes
    -    *                     preceded by the position at which they start in
    -    *                     job.source in order.
    -    *                     The language handler should assigned this field.
    -    *        basePos: {int} the position of source in the larger source chunk.
    -    *                 All positions in the output decorations array are relative
    -    *                 to the larger source chunk.
    -    *      } }
    -    * @param {Array.<string>} fileExtensions
    -    */
    -  function registerLangHandler(handler, fileExtensions) {
    -    for (var i = fileExtensions.length; --i >= 0;) {
    -      var ext = fileExtensions[i];
    -      if (!langHandlerRegistry.hasOwnProperty(ext)) {
    -        langHandlerRegistry[ext] = handler;
    -      } else if ('console' in window) {
    -        console['warn']('cannot override language handler %s', ext);
    -      }
    -    }
    -  }
    -  function langHandlerForExtension(extension, source) {
    -    if (!(extension && langHandlerRegistry.hasOwnProperty(extension))) {
    -      // Treat it as markup if the first non whitespace character is a < and
    -      // the last non-whitespace character is a >.
    -      extension = /^\s*</.test(source)
    -          ? 'default-markup'
    -          : 'default-code';
    -    }
    -    return langHandlerRegistry[extension];
    -  }
    -  registerLangHandler(decorateSource, ['default-code']);
    -  registerLangHandler(
    -      createSimpleLexer(
    -          [],
    -          [
    -		   [PR_PLAIN,       /^[^<?]+/],
    -           [PR_DECLARATION, /^<!\w[^>]*(?:>|$)/],
    -           [PR_COMMENT,     /^<\!--[\s\S]*?(?:-\->|$)/],
    -           // Unescaped content in an unknown language
    -           ['lang-',        /^<\?([\s\S]+?)(?:\?>|$)/],
    -           ['lang-',        /^<%([\s\S]+?)(?:%>|$)/],
    -           [PR_PUNCTUATION, /^(?:<[%?]|[%?]>)/],
    -           ['lang-',        /^<xmp\b[^>]*>([\s\S]+?)<\/xmp\b[^>]*>/i],
    -           // Unescaped content in javascript.  (Or possibly vbscript).
    -           ['lang-js',      /^<script\b[^>]*>([\s\S]*?)(<\/script\b[^>]*>)/i],
    -           // Contains unescaped stylesheet content
    -           ['lang-css',     /^<style\b[^>]*>([\s\S]*?)(<\/style\b[^>]*>)/i],
    -           ['lang-in.tag',  /^(<\/?[a-z][^<>]*>)/i]
    -          ]),
    -      ['default-markup', 'htm', 'html', 'mxml', 'xhtml', 'xml', 'xsl']);
    -  registerLangHandler(
    -      createSimpleLexer(
    -          [
    -		   [PR_PLAIN,        /^[\s]+/, null, ' \t\r\n'],
    -           [PR_ATTRIB_VALUE, /^(?:\"[^\"]*\"?|\'[^\']*\'?)/, null, '\"\'']
    -           ],
    -          [
    -		  [PR_TAG,          /^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],
    -           [PR_ATTRIB_NAME,  /^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],
    -           ['lang-uq.val',   /^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],
    -           [PR_PUNCTUATION,  /^[=<>\/]+/],
    -           ['lang-js',       /^on\w+\s*=\s*\"([^\"]+)\"/i],
    -           ['lang-js',       /^on\w+\s*=\s*\'([^\']+)\'/i],
    -           ['lang-js',       /^on\w+\s*=\s*([^\"\'>\s]+)/i],
    -           ['lang-css',      /^style\s*=\s*\"([^\"]+)\"/i],
    -           ['lang-css',      /^style\s*=\s*\'([^\']+)\'/i],
    -           ['lang-css',      /^style\s*=\s*([^\"\'>\s]+)/i]
    -           ]),
    -      ['in.tag']);
    -  registerLangHandler(
    -      createSimpleLexer([], [[PR_ATTRIB_VALUE, /^[\s\S]+/]]), ['uq.val']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': CPP_KEYWORDS,
    -          'hashComments': true,
    -          'cStyleComments': true
    -        }), ['c', 'cc', 'cpp', 'cxx', 'cyc', 'm']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': 'null true false'
    -        }), ['json']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': CSHARP_KEYWORDS,
    -          'hashComments': true,
    -          'cStyleComments': true,
    -          'verbatimStrings': true
    -        }), ['cs']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': JAVA_KEYWORDS,
    -          'cStyleComments': true
    -        }), ['java']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': SH_KEYWORDS,
    -          'hashComments': true,
    -          'multiLineStrings': true
    -        }), ['bsh', 'csh', 'sh']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': PYTHON_KEYWORDS,
    -          'hashComments': true,
    -          'multiLineStrings': true,
    -          'tripleQuotedStrings': true
    -        }), ['cv', 'py']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': PERL_KEYWORDS,
    -          'hashComments': true,
    -          'multiLineStrings': true,
    -          'regexLiterals': true
    -        }), ['perl', 'pl', 'pm']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': RUBY_KEYWORDS,
    -          'hashComments': true,
    -          'multiLineStrings': true,
    -          'regexLiterals': true
    -        }), ['rb']);
    -  registerLangHandler(sourceDecorator({
    -          'keywords': JSCRIPT_KEYWORDS,
    -          'cStyleComments': true,
    -          'regexLiterals': true
    -        }), ['js']);
    -  registerLangHandler(
    -      createSimpleLexer([], [[PR_STRING, /^[\s\S]+/]]), ['regex']);
    -
    -  function applyDecorator(job) {
    -    var sourceCodeHtml = job.sourceCodeHtml;
    -    var opt_langExtension = job.langExtension;
    -
    -    // Prepopulate output in case processing fails with an exception.
    -    job.prettyPrintedHtml = sourceCodeHtml;
    -
    -    try {
    -      // Extract tags, and convert the source code to plain text.
    -      var sourceAndExtractedTags = extractTags(sourceCodeHtml);
    -      /** Plain text. @type {string} */
    -      var source = sourceAndExtractedTags.source;
    -      job.source = source;
    -      job.basePos = 0;
    -
    -      /** Even entries are positions in source in ascending order.  Odd entries
    -        * are tags that were extracted at that position.
    -        * @type {Array.<number|string>}
    -        */
    -      job.extractedTags = sourceAndExtractedTags.tags;
    -
    -      // Apply the appropriate language handler
    -      langHandlerForExtension(opt_langExtension, source)(job);
    -      // Integrate the decorations and tags back into the source code to produce
    -      // a decorated html string which is left in job.prettyPrintedHtml.
    -      recombineTagsAndDecorations(job);
    -    } catch (e) {
    -      if ('console' in window) {
    -        console['log'](e && e['stack'] ? e['stack'] : e);
    -      }
    -    }
    -  }
    -
    -  function prettyPrintOne(sourceCodeHtml, opt_langExtension) {
    -    var job = {
    -      sourceCodeHtml: sourceCodeHtml,
    -      langExtension: opt_langExtension
    -    };
    -    applyDecorator(job);
    -    return job.prettyPrintedHtml;
    -  }
    -
    -  function prettyPrint(opt_whenDone) {
    -    function byTagName(tn) { return document.getElementsByTagName(tn); }
    -    // fetch a list of nodes to rewrite
    -    var codeSegments = [byTagName('pre'), byTagName('code'), byTagName('xmp')];
    -    var elements = [];
    -    for (var i = 0; i < codeSegments.length; ++i) {
    -      for (var j = 0, n = codeSegments[i].length; j < n; ++j) {
    -        elements.push(codeSegments[i][j]);
    -      }
    -    }
    -    codeSegments = null;
    -
    -    var clock = Date;
    -    if (!clock['now']) {
    -      clock = { 'now': function () { return (new Date).getTime(); } };
    -    }
    -
    -    // The loop is broken into a series of continuations to make sure that we
    -    // don't make the browser unresponsive when rewriting a large page.
    -    var k = 0;
    -    var prettyPrintingJob;
    -
    -    function doWork() {
    -      var endTime = (window['PR_SHOULD_USE_CONTINUATION'] ?
    -                     clock.now() + 250 /* ms */ :
    -                     Infinity);
    -      for (; k < elements.length && clock.now() < endTime; k++) {
    -        var cs = elements[k];
    -        if (cs.className && cs.className.indexOf('preformatted') >= 0) {
    -          // If the classes includes a language extensions, use it.
    -          // Language extensions can be specified like
    -          //     <pre class="prettyprint lang-cpp">
    -          // the language extension "cpp" is used to find a language handler as
    -          // passed to PR_registerLangHandler.
    -          var langExtension = cs.className.match(/\blang-(\w+)\b/);
    -          if (langExtension) { langExtension = langExtension[1]; }
    -
    -          // make sure this is not nested in an already prettified element
    -          var nested = false;
    -          for (var p = cs.parentNode; p; p = p.parentNode) {
    -            if ((p.tagName === 'pre' || p.tagName === 'code' ||
    -                 p.tagName === 'xmp') &&
    -                p.className && p.className.indexOf('preformatted') >= 0) {
    -              nested = true;
    -              break;
    -            }
    -          }
    -          if (!nested) {
    -            // fetch the content as a snippet of properly escaped HTML.
    -            // Firefox adds newlines at the end.
    -            var content = getInnerHtml(cs);
    -            content = content.replace(/(?:\r\n?|\n)$/, '');
    -
    -            // do the pretty printing
    -            prettyPrintingJob = {
    -              sourceCodeHtml: content,
    -              langExtension: langExtension,
    -              sourceNode: cs
    -            };
    -            applyDecorator(prettyPrintingJob);
    -            replaceWithPrettyPrintedHtml();
    -          }
    -        }
    -      }
    -      if (k < elements.length) {
    -        // finish up in a continuation
    -        setTimeout(doWork, 250);
    -      } else if (opt_whenDone) {
    -        opt_whenDone();
    -      }
    -    }
    -
    -    function replaceWithPrettyPrintedHtml() {
    -      var newContent = prettyPrintingJob.prettyPrintedHtml;
    -      if (!newContent) { return; }
    -      var cs = prettyPrintingJob.sourceNode;
    -
    -      // push the prettified html back into the tag.
    -      if (!isRawContent(cs)) {
    -        // just replace the old html with the new
    -        cs.innerHTML = newContent;
    -      } else {
    -        // we need to change the tag to a <pre> since <xmp>s do not allow
    -        // embedded tags such as the span tags used to attach styles to
    -        // sections of source code.
    -        var pre = document.createElement('PRE');
    -        for (var i = 0; i < cs.attributes.length; ++i) {
    -          var a = cs.attributes[i];
    -          if (a.specified) {
    -            var aname = a.name.toLowerCase();
    -            if (aname === 'class') {
    -              pre.className = a.value;  // For IE 6
    -            } else {
    -              pre.setAttribute(a.name, a.value);
    -            }
    -          }
    -        }
    -        pre.innerHTML = newContent;
    -
    -        // remove the old
    -        cs.parentNode.replaceChild(pre, cs);
    -        cs = pre;
    -      }
    -    }
    -
    -    doWork();
    -  }
    -
    -  window['PR_normalizedHtml'] = normalizedHtml;
    -  window['prettyPrintOne'] = prettyPrintOne;
    -  window['prettyPrint'] = prettyPrint;
    -  window['PR'] = {
    -        'combinePrefixPatterns': combinePrefixPatterns,
    -        'createSimpleLexer': createSimpleLexer,
    -        'registerLangHandler': registerLangHandler,
    -        'sourceDecorator': sourceDecorator,
    -        'PR_ATTRIB_NAME': PR_ATTRIB_NAME,
    -        'PR_ATTRIB_VALUE': PR_ATTRIB_VALUE,
    -        'PR_COMMENT': PR_COMMENT,
    -        'PR_DECLARATION': PR_DECLARATION,
    -        'PR_KEYWORD': PR_KEYWORD,
    -        'PR_LITERAL': PR_LITERAL,
    -        'PR_NOCODE': PR_NOCODE,
    -        'PR_PLAIN': PR_PLAIN,
    -        'PR_PUNCTUATION': PR_PUNCTUATION,
    -        'PR_SOURCE': PR_SOURCE,
    -        'PR_STRING': PR_STRING,
    -        'PR_TAG': PR_TAG,
    -        'PR_TYPE': PR_TYPE
    -      };
    -})();
    diff --git a/build/aps/Limitations of APS Support in the Panel_fichiers/stylesheet.css b/build/aps/Limitations of APS Support in the Panel_fichiers/stylesheet.css
    deleted file mode 100644
    index b7ce63f17b3..00000000000
    --- a/build/aps/Limitations of APS Support in the Panel_fichiers/stylesheet.css	
    +++ /dev/null
    @@ -1,1571 +0,0 @@
    -body
    -{
    -background: #FFFFFF
    -}
    -
    -/*ol.listalfa
    -{
    -        list-style-type: lower-alpha;
    -        list-style-position: outside;
    -        margin-top: 7pt;
    -        margin-bottom: 0pt;
    -        }*/
    -li.listalpha {
    -        list-style-type: lower-alpha;
    -		font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: 10pt;
    -        margin: 0px;
    -        padding: 0 0 6px 0;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -
    -/*ol.listalfa2
    -{
    -        list-style-type: lower-alpha;
    -        list-style-position: outside;
    -        margin-top: 7pt;
    -        margin-bottom: 0pt;
    -        }*/
    -li.listalpha2 {
    -        list-style-type: lower-alpha;
    -		font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #13152d;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -		  line-height: 10pt;
    -        margin: 0px;
    -        padding: 0 0 6px 0;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -
    -/*ol.listalfa3
    -{
    -        list-style-type: lower-alpha;
    -        list-style-position: outside;
    -        margin-top: 7pt;
    -        margin-bottom: 0pt;
    -        }*/
    -li.listalpha3 {
    -        list-style-type: lower-alpha;
    -		font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #13152d;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin: 0px;
    -        padding: 0 0 6px 0;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -
    -/*li.listalpha2, li.listalpha, li.listalpha3
    -{
    -list-style-type: lower-alpha;
    -} */
    -
    -
    -li.tablelistbullet {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: 10pt;
    -        margin: 0px;
    -        padding: 5px;
    -	vertical-align: top;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -
    -
    -p.centered {
    -
    -        text-align: center;
    -}
    -
    -p.listcontinue3 {
    -    margin-left: 30pt;
    -  }
    -
    -.preformattedbold2ndlvl {
    -  display: block;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: bold;
    -        font-size: 10pt;
    -        color: #000000;
    -        background-color: #f4f4f4;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 0pt;
    -        margin-bottom: 0pt;
    -        margin-left: 20pt;
    -        margin-right: 6pt;
    -        padding-top: 1pt;
    -        padding-bottom: 1pt;
    -        padding-left: 5pt;
    -        padding-right: 5pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -
    -}
    -
    -
    -.preformattedseclevel {
    -        display: block;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 10pt;
    -        color: #000000;
    -        background-color: #f4f4f4;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 0pt;
    -        margin-bottom: 0pt;
    -        margin-left: 20pt;
    -        margin-right: 6pt;
    -        padding-top: 1pt;
    -        padding-bottom: 1pt;
    -        padding-left: 5pt;
    -        padding-right: 5pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -}
    -
    -.prcontinuous
    -{font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 10pt;
    -        color: #000000;
    -        background-color: #f4f4f4;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 0pt;
    -        margin-bottom: 0pt;
    -        margin-left: 0pt;
    -        margin-right: 6pt;
    -        padding-top: 1pt;
    -        padding-bottom: 1pt;
    -        padding-left: 5pt;
    -        padding-right: 5pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -       }
    -
    -.prefblue
    -{display: inline;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-size: 10pt;
    -        color: #0000FF;
    -        background-color: #f4f4f4;
    -        vertical-align: baseline;
    -        margin-top: 6pt;
    -        margin-bottom: 6pt;
    -        margin-left: 0pt;
    -        margin-right: 0pt;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -       }
    -.prefred
    -{display: inline;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-size: 10pt;
    -        color: #FF0000;
    -        background-color: #f4f4f4;
    -        vertical-align: baseline;
    -        margin-top: 6pt;
    -        margin-bottom: 6pt;
    -        margin-left: 0pt;
    -        margin-right: 0pt;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -       }
    -.prefdarkblue
    -{display: inline;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-weight: bold;
    -        font-size: 10pt;
    -        color: #000080;
    -        background-color: #f4f4f4;
    -        vertical-align: baseline;
    -        margin-top: 6pt;
    -        margin-bottom: 6pt;
    -        margin-left: 0pt;
    -        margin-right: 0pt;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -       }
    -.prefgrey
    -{display: inline;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-size: 10pt;
    -        color: #EA8110;
    -        background-color: #f4f4f4;
    -        vertical-align: baseline;
    -        margin-top: 6pt;
    -        margin-bottom: 6pt;
    -        margin-left: 0pt;
    -        margin-right: 0pt;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -       }
    -
    -.expandingblock
    -{font-family: "Tahoma", verdana, arial, helvetica, sans-serif;
    -        border-color: #AFAFAF;
    -        border-top-style: dotted;
    -        border-top-width: 1px;
    -        border-top-color: #AFAFAF;
    -        border-bottom-style: dotted;
    -        border-bottom-width: 1px;
    -        border-bottom-color: #AFAFAF;
    -        border-left-style: dotted;
    -        border-left-width: 1px;
    -        border-left-color: #AFAFAF;
    -        border-right-style: dotted;
    -        border-right-width: 1px;
    -        border-right-color: #AFAFAF;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -	padding-left: 3px;
    -	padding-right: 3px;
    -	padding-top: 3px;
    -	padding-bottom: 3px;
    -
    -       }
    -
    -
    -
    -.copyright {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-size: 8pt;
    -        font-style: italic;
    -        color: #000000;
    -        margin: 9px 0px 9px 0px;
    -        padding: 0px;
    -}
    -
    -/* Nov-14 begin */
    -
    -.pagenavigation {
    -	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -	font-size: 8pt;
    -	white-space: nowrap;
    -	vertical-align: middle;
    -	margin: 0px;
    -	margin-right: 2px;
    -	padding: 3px;
    -	padding-right: 4px;
    -	background-color: #f0f1f5;
    -}
    -*html .pagenavigation {
    -	margin-top: -7px;
    -	position: relative;
    -}
    -
    -.pagenavigation a, .pagenavigation a:link, .pagenavigation a:visited {
    -	color: #000000;
    -	text-decoration: none;
    -}
    -.pagenavigation a:hover {
    -	text-decoration: none;
    -	color: #666666;
    -}
    -
    -/* end */
    -
    -
    -
    -.topBody {
    -	background: #eeeeee;
    -}
    -.nav {
    -	vertical-align: middle;
    -	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -	font-size: 8pt;
    -	padding-left: 7px;
    -	padding-right: 5px;
    -	padding-top: 4px;
    -}
    -.nav a, .nav a:link, .nav a:visited {
    -	color: #000000;
    -	text-decoration: none;
    -}
    -.nav a:hover {
    -	text-decoration: none;
    -	color: #666666;
    -}
    -
    -td.navTabActive {
    -	color: #1f202c;
    -	text-decoration: none;
    -	vertical-align: middle;
    -	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -	font-size: 8pt;
    -	padding-top: 4px;
    -	padding-bottom: 0px;
    -	padding-left: 8px;
    -	padding-right: 8px;
    -	font-weight: bold;
    -	background-image: url('nav_bg_active.gif');
    -	background-repeat: repeat-x;
    -}
    -td.navTab {
    -	padding-top: 3px;
    -}
    -.navTab a, .navTab a:link, .navTab a:visited {
    -	color: #000000;
    -	text-decoration: none;
    -	vertical-align: middle;
    -	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -	font-size: 8pt;
    -	padding-top: 4px;
    -	padding-bottom: 0px;
    -	padding-left: 8px;
    -	padding-right: 8px;
    -}
    -.navTab a:hover {
    -	color: #1f202c;
    -	text-decoration: none;
    -	vertical-align: middle;
    -	font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -	font-size: 8pt;
    -	padding-top: 5px;
    -	padding-bottom: 7px;
    -	padding-left: 8px;
    -	padding-right: 8px;
    -	background-image: url('nav_bg_active.gif');
    -	background-repeat: repeat-x;
    -}
    -
    -.navDiv {
    -	vertical-align: middle;
    -}
    -
    -.topFrameTable {
    -	width: 100%;
    -	/*height: 23px;*/
    -	margin: 0px;
    -	padding: 0px;
    -	border-bottom: 2px solid #d6d6d6;
    -   background-image: url('nav_bg.gif');
    -	background-repeat: repeat-x;
    -}
    -.topFrameTabs {
    -	margin-left: 3px;
    -	margin-top: 0px;
    -}
    -
    -.headerTable {
    -	width: 100%;
    -	vertical-align: top;
    -	height: 23px;
    -	background: #588cc7;
    -}
    -.headerTd {
    -	vertical-align: middle;
    -	font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -	color: #ffffff;
    -	font-size: 12px;
    -	padding-top: 2px;
    -	padding-bottom: 3px;
    -	padding-left: 7px;
    -	padding-right: 5px;
    -}
    -
    -.tocTable {
    -	width: 100%;
    -	vertical-align: top;
    -}
    -.tocLevel1 {
    -	margin: -14px 0 0 0;
    -	padding: 0px;
    -}
    -
    -a.itemActive,
    -a.itemActive:link,
    -a.itemActive:visited,
    -a.itemActive:active {
    -	color: #ffffff;
    -	line-height: 16px;
    -	padding-top: 1px;
    -	padding-bottom: 2px;
    -	padding-left: 3px;
    -	padding-right: 3px;
    -	background-color:#6697cc;
    -}
    -
    -a, a:link,
    -.relateditem a, .relateditem a:link,
    -.tocLevel1 a, .tocLevel1 a:link {
    -	color: #0049b7;
    -	text-decoration: none;
    -}
    -a:hover,
    -.relateditem a:hover,
    -.tocLevel1 a:hover {
    -	text-decoration: underline;
    -}
    -a:visited,
    -.relateditem a:visited,
    -.tocLevel1 a:visited {
    -	color: #003380;
    -}
    -.relateditem a {
    -	text-decoration: none;
    -}
    -
    -.table {
    -	margin-top: 5px;
    -}
    -.tableDescription {
    -        font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -        font-size: 8pt;
    -		  font-weight: bold;
    -        color: #444444;
    -        margin-top: 15px;
    -        margin-bottom: 7px;
    -        margin-left: 0px;
    -        margin-right: 0px;
    -        padding: 0px;
    -		  text-align: left;
    -}
    -
    -.relatedheading {
    -        font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -        font-weight: bold;
    -        font-size: 8pt;
    -        color: #ffffff;
    -        background-color: #729ecf;
    -        margin-top: 25px;
    -        margin-bottom: 2px;
    -        margin-left: 0px;
    -        margin-right: 0px;
    -        padding-top: 2px;
    -        padding-bottom: 2px;
    -        padding-left: 4px;
    -        padding-right: 4px;
    -        border-color: #FFFFFF;
    -        border-right-style: solid;
    -        border-right-width: 1px;
    -        border-right-color: #FFFFFF;
    -}
    -.relateditem {
    -        font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: #f3f8fc;
    -        margin-top: 0px;
    -        margin-bottom: 0px;
    -        margin-left: 0px;
    -        margin-right: 0px;
    -        padding-top: 2px;
    -        padding-bottom: 3px;
    -        padding-left: 12px;
    -        padding-right: 15px;
    -        border-color: #FFFFFF;
    -        border-right-style: solid;
    -        border-right-width: 1px;
    -        border-right-color: #FFFFFF;
    -	     border-bottom-style: solid;
    -        border-bottom-width: 2px;
    -        border-bottom-color: #ffffff;
    -}
    -.bodytext {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-size: 8pt;
    -        color: #000000;
    -        margin: 9px 0px 9px 0px;
    -        padding: 0px;
    -}
    -
    -.tableheading {
    -        font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -		  font-weight: bold;
    -        font-size: 8pt;
    -		  line-height: 12px;
    -        color: #2f739b;
    -		  line-height: 11px;
    -        margin: 0px;
    -        padding: 3px;
    -        text-align: center;
    -		  background-color: #f5f8fc;/*eef2f9;*/
    -}
    -.tablebodytext {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-size: 8pt;
    -        color: #000000;
    -        padding: 5px;
    -		  padding-top: 7px;
    -		  vertical-align: top;
    -}
    -
    -.preformatted {
    -        display: block;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 10pt;
    -        color: #000000;
    -        background-color: #f4f4f4;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 0pt;
    -        margin-bottom: 0pt;
    -        margin-left: 0pt;
    -        margin-right: 6pt;
    -        padding-top: 1pt;
    -        padding-bottom: 1pt;
    -        padding-left: 5pt;
    -        padding-right: 5pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -}
    -
    -
    -.prefcleanxml {
    -        display: block;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 10pt;
    -        color: #000000;
    -        background-color: #f4f4f4;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 0pt;
    -        margin-bottom: 0pt;
    -        margin-left: 0pt;
    -        margin-right: 6pt;
    -        padding-top: 1pt;
    -        padding-bottom: 1pt;
    -        padding-left: 5pt;
    -        padding-right: 5pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -}
    -
    -
    -
    -
    -.preformatedbold2ndlvl, .preformattedbold {
    -        display: block;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: bold;
    -        font-size: 10pt;
    -        color: #000000;
    -        background-color: #f4f4f4;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 0pt;
    -        margin-bottom: 0pt;
    -        margin-left: 0pt;
    -        margin-right: 6pt;
    -        padding-top: 1pt;
    -        padding-bottom: 1pt;
    -        padding-left: 5pt;
    -        padding-right: 5pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -}
    -.specialbold {
    -        display: inline;
    -        font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -        font-weight: bold;
    -        font-size: 8pt;
    -        color: #e64a00;
    -        background-color: inherit;
    -        word-spacing: 0pt;
    -        vertical-align: baseline;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        }
    -.emphasis {
    -        display: inline;
    -        font-style: italic;
    -        color: inherit;
    -        background-color: inherit;
    -        vertical-align: baseline;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -       }
    -.monospace {
    -        display: inline;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        color: inherit;
    -		  font-size: 10pt;
    -        background-color: inherit;
    -        vertical-align: baseline;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -       }
    -.monospaceitalics {
    -        display: inline;
    -        font-family: "Courier New", verdana, arial, helvetica, sans-serif;
    -        font-style: italic;
    -        color: inherit;
    -		  font-size: 10pt;
    -        background-color: inherit;
    -        vertical-align: baseline;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -       }
    -ul.listbullet {
    -        list-style-type: disk;
    -        list-style-image: none;
    -        list-style-position: outside;
    -        margin-top: 7px;
    -        margin-bottom: 0px;
    -        }
    -li.listbullet {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: 10pt;
    -        margin: 0px;
    -        padding: 0 0 6px 0;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.note {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: #fffdec;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 6pt;
    -        margin-left: 0cm;
    -        margin-right: 0pt;
    -        padding-top: 4pt;
    -        padding-bottom: 4pt;
    -        padding-left: 4pt;
    -        padding-right: 4pt;
    -        border: 2px solid #f8c701;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: 97%;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.buttons {
    -        display: inline;
    -        font-weight: bold;
    -        color: #444444;
    -        background-color: inherit;
    -        vertical-align: baseline;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -       }
    -ol.listnumber {
    -        list-style-type: Decimal;
    -        list-style-position: outside;
    -        margin-top: 7pt;
    -        margin-bottom: 0pt;
    -        }
    -li.listnumber {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 0pt;
    -        margin-left: 0pt;
    -        margin-right: 0pt;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.procedureheading {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-variant: normal;
    -        font-weight: bold;
    -        font-size: 9pt;
    -        color: #266fa4; /* 266fa4 1b64a0 */
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 12pt;
    -        margin-bottom: 0px;
    -        margin-left: 0px;
    -        margin-right: 0px;
    -        padding-top: 0px;
    -        padding-bottom: 5px;
    -        padding-left: 0px;
    -        padding-right: 0px;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -ol.procedurelistnumber {
    -        list-style-type: Decimal;
    -        list-style-position: outside;
    -        margin-top: 7px;
    -        margin-bottom: 10px;
    -        }
    -li.procedurelistnumber {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6px;
    -        margin-bottom: 0px;
    -        margin-left: 0px;
    -        margin-right: 0pxt;
    -        padding: 0px;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.listcontinue {
    -        display: block;
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 0pt;
    -        margin-left: 0pt;
    -        margin-right: 0pt;
    -        padding-top: 0pt;
    -        padding-bottom: 5pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -ul.listbullet2 {
    -        list-style-type: disk;
    -        list-style-image: none;
    -        list-style-position: outside;
    -        margin-top: 7px;
    -        margin-bottom: 0px;
    -        }
    -li.listbullet2 {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #13152d;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -		  line-height: 10pt;
    -        margin: 0px;
    -        padding: 0 0 6px 0;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.listnote {
    -        display: block;
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: #fffdec;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 6pt;
    -        margin-left: 0pt;
    -        margin-right: 6pt;
    -        padding-top: 4pt;
    -        padding-bottom: 4pt;
    -        padding-left: 4pt;
    -        padding-right: 4pt;
    -        border: 2px solid #f8c701;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: 97%;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.widegraphic {
    -        display: block;
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 6pt;
    -        margin-left: 0cm;
    -        margin-right: 0cm;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: center;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.listcontinue2 {
    -        display: block;
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 0pt;
    -        margin-left: 0pt;
    -        margin-right: 0cm;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 10pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -
    -.listcontinue3 {
    -        display: block;
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 0pt;
    -        margin-left: 0pt;
    -        margin-right: 0cm;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 10pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -
    -ul.listbullet3 {
    -        list-style-type: Square;
    -        list-style-image: none;
    -        list-style-position: outside;
    -        margin-top: 7px;
    -        margin-bottom: 0px;
    -        }
    -li.listbullet3 {
    -	     font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #13152d;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin: 0px;
    -        padding: 0 0 6px 0;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -ol.procedurelistnumber2 {
    -        list-style-type: lower-alpha;
    -        list-style-position: outside;
    -        margin-top: 7pt;
    -        margin-bottom: 0pt;
    -        }
    -li.procedurelistnumber2 {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 0pt;
    -        margin-left: 0pt;
    -        margin-right: 0pt;
    -        padding: 0px;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.listnote2 {
    -        display: block;
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: #fffdec;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 6pt;
    -        margin-left: 0pt;
    -        margin-right: 6pt;
    -        padding-top: 4pt;
    -        padding-bottom: 4pt;
    -        padding-left: 4pt;
    -        padding-right: 4pt;
    -        border: 2px solid #f8c701;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: 97%;
    -        height: auto;
    -        white-space: normal;
    -       }
    -ol.listnumber2 {
    -        list-style-type: Decimal;
    -        list-style-position: outside;
    -        margin-top: 7pt;
    -        margin-bottom: 0pt;
    -        }
    -li.listnumber2 {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 0pt;
    -        margin-left: 0pt;
    -        margin-right: 0pt;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.warning {
    -        font-family: verdana, tahoma, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -        color: #000000;
    -        background-color: #fff5f0;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 6pt;
    -        margin-bottom: 6pt;
    -        margin-left: 0cm;
    -        margin-right: 6pt;
    -        padding-top: 4pt;
    -        padding-bottom: 4pt;
    -        padding-left: 4pt;
    -        padding-right: 4pt;
    -        border: 2px solid #e64a00;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -
    -.heading1 {
    -        font-family: arial, helvetica, sans-serif, tahoma, verdana;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-size: 12pt;
    -        color: #6a6a6a;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 18px;
    -        margin-bottom: 18px;
    -        margin-left: 0cm;
    -        margin-right: 0cm;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -
    -.heading2 {
    -        font-family: arial, helvetica, sans-serif, tahoma, verdana;
    -        font-style: normal;
    -        font-variant: normal;
    -		  font-size: 12pt;
    -        color: #5c5b64;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 18px;
    -        margin-bottom: 18px;
    -        margin-left: 0cm;
    -        margin-right: 0cm;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.heading3 {
    -        font-family: arial, helvetica, sans-serif, tahoma, verdana;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-size: 12pt;
    -        color: #6a6a6a;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 18px;
    -        margin-bottom: 18px;
    -        margin-left: 0cm;
    -        margin-right: 0cm;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.heading4 {
    -        font-family: arial, helvetica, sans-serif, tahoma, verdana;
    -        font-style: normal;
    -        font-variant: normal;
    -		  font-size: 12pt;
    -        color: #6a6a6a;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 18px;
    -        margin-bottom: 18px;
    -        margin-left: 0cm;
    -        margin-right: 0cm;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.heading5 {
    -        font-family: arial, helvetica, sans-serif, tahoma, verdana;
    -        font-style: normal;
    -        font-variant: normal;
    -		  font-size: 12pt;
    -        color: #6a6a6a;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 18px;
    -        margin-bottom: 18px;
    -        margin-left: 0cm;
    -        margin-right: 0cm;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.heading6 {
    -        font-family: arial, helvetica, sans-serif, tahoma, verdana;
    -        font-variant: normal;
    - 		  font-size: 12pt;
    -        color: #6a6a6a;
    -        background-color: inherit;
    -        word-spacing: normal;
    -        letter-spacing: normal;
    -        vertical-align: baseline;
    -        text-decoration: none;
    -        text-transform: none;
    -        line-height: normal;
    -        margin-top: 18px;
    -        margin-bottom: 18px;
    -        margin-left: 0cm;
    -        margin-right: 0cm;
    -        padding-top: 0pt;
    -        padding-bottom: 0pt;
    -        padding-left: 0pt;
    -        padding-right: 0pt;
    -        float: none;
    -        clear: none;
    -        text-align: left;
    -        text-indent: 0cm;
    -        width: auto;
    -        height: auto;
    -        white-space: normal;
    -       }
    -.indexatoz {
    -        font-family: arial, helvetica, sans-serif, tahoma, verdana;
    -        font-style: normal;
    -        font-weight: bold;
    -        font-size: 12px;
    -        color: #adadad;
    -        background-color: #f4f4f4;
    -        border: 1px solid #CFCFCF;
    -        margin: -15px -2px 0 -2px;
    -        padding: 6px;
    -		  position: relative;
    -		  z-index:99;
    -       }
    -
    -.indexatoz a:hover {
    -      background-color: #6697cc;
    -      text-decoration: none;
    -      color: #ffffff;
    -      padding: 1px 0;
    -}
    -.indexLetter {
    -	 	  padding-left: 2px;
    -}
    -
    -.indexheading, .indexheading a {
    -        font-family: arial, helvetica, sans-serif, tahoma, verdana;
    -        font-weight: bold;
    -        font-size: 12pt;
    -        color: #e64a00;
    -		  text-decoration: none;
    -        margin: 0px;
    -        padding: 0px;
    -		  padding-top: 10px;
    -		  margin-top: 12px;
    -		  margin-bottom: 2px;
    -		  margin-right: 2px;
    -		  border-bottom: 1px solid #cfcfcf;
    -}
    -.index1, .index2, .index3 {
    -        font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -        font-size: 8pt;
    -        color: #000000;
    -        text-decoration: none;
    -        margin: 0px;
    -        padding-top: 3px;
    -        padding-bottom: 0px;
    -        padding-left: 0px;
    -        padding-right: 0px;
    -}
    -.indexlink, .index1link {
    -        padding: 0px;
    -		  padding-top: 3px;
    -		  margin: 0px;
    -}
    -.index1link {
    -		  padding-left: 18px;
    -}
    -.toc {
    -        font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -        font-style: normal;
    -        font-variant: normal;
    -        font-weight: normal;
    -        font-size: 8pt;
    -		  padding-left: 8px;
    -		  padding-right: 5px;
    -        vertical-align: top;
    -       }
    -span.toc {
    -	line-height: 19px;
    -}
    -
    -.searchDetails {
    -        font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -        font-size: 11px;
    -        color: #666666;
    -        background-color: #ffffff;
    -		  border: 1px solid #CFCFCF;
    -        margin: 5px;
    -		  padding-left: 10px;
    - 		  padding-right: 10px;
    -		  padding-top: 3px;
    -		  padding-bottom: 9px;
    -		  line-height: 20px;
    -}
    -.inputText {
    -		  width: 60%;
    -		  height: 16px;
    -        font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -        font-size: 12px;
    -        color: #000000;
    -}
    -form {
    -	margin: 0px;
    -}
    -.search {
    -        font-family: tahoma, verdana, arial, helvetica, sans-serif;
    -        font-size: 8pt;
    -        color: #000000;
    -        vertical-align: top;
    -        margin: 0px;
    -        padding: 0px 10px;
    -       }
    -.searchFound {
    -	font-weight: bold;
    -	color: #1f202c;
    -	padding-top: 5px;
    -	padding-bottom: 10px;
    -	margin: 0px;
    -}
    -.searchResults {
    -	padding-bottom: 10px;
    -	padding-top: 5px;
    -	margin: 0px;
    -	border-top: 1px solid #cfcfcf;
    -}
    -.searchResults a {
    -	font-weight: bold;
    -}
    -.searchFoundWord {
    -	background-color: #fffdce;
    -}
    -.searchToTop {
    -	text-align: left;
    -	border-top: 1px solid #cfcfcf;
    -	padding: 7px 0px 15px 0px;
    -	margin: 0px;
    -}
    diff --git a/build/aps/README b/build/aps/README
    deleted file mode 100644
    index 6d9b8098977..00000000000
    --- a/build/aps/README
    +++ /dev/null
    @@ -1,20 +0,0 @@
    -README (English)
    -##################################################
    -This directory is dedicated to APS package building
    -##################################################
    -
    -Docs for APS format 1.1:
    -http://www.apsstandard.org/r/doc/aps-format-1.1-packaging-guide/index.htm
    -
    -Docs for APS format 1.2 (need APP-LIST.xml):
    -http://www.apsstandard.org/r/doc/aps-format-1.2-packaging-guide/index.htm
    -
    -
    -To check an APS package on Debian:
    -* Install libgdiplus with 
    -apt-get install libgdiplus
    -* Install apslint.exe (http://www.apsstandard.org/r/doc/aps-format-1.2-packaging-guide/57414.htm)
    -tar -xvf xxxx.tgz 
    -* Go into directory of apslint and run command
    -mono ./apslint.exe '/media/DATA/Mes Developpements/dolibarr/build/dolibarr-3.1.0-dev.app.zip' 
    -
    diff --git a/build/aps/configure.php b/build/aps/configure.php
    deleted file mode 100755
    index 1b2565e3dc8..00000000000
    --- a/build/aps/configure.php
    +++ /dev/null
    @@ -1,151 +0,0 @@
    -#!/usr/bin/env php
    -<?php
    -/*-----------------------------------------------------
    - *
    - *----------------------------------------------------- */
    -
    -// This is list of predefined variables when script is ran
    -// We have to set them manually to run script outside context.
    -/*putenv('SETTINGS_admin_name=admin');
    -putenv('SETTINGS_admin_password=admin-ad');
    -putenv('BASE_URL_SCHEME=http');
    -putenv('BASE_URL_HOST=localhost');
    -putenv('BASE_URL_PORT=0');
    -putenv('BASE_URL_PATH=/');
    -//putenv('WEB___DIR=/var/wwww/dolibarr/htdocs');      // WEB___DIR is dir to htdocs
    -putenv('WEB___DIR=../htdocs');      // WEB___DIR is dir to htdocs
    -putenv('DB_main_NAME=dolibarr');
    -putenv('DB_main_HOST=localhost');
    -putenv('DB_main_PORT=3306');
    -putenv('DB_main_LOGIN=root');
    -putenv('DB_main_PASSWORD=root');
    -*/
    -
    -// Check parameters
    -if(count($_SERVER['argv']) < 2)
    -{
    -    print "Usage: configure.php (install | upgrade <version> | configure | remove)\n";
    -    exit(1);
    -}
    -$command = $_SERVER['argv'][1]; //$command stores the argument with which the script was invoked.
    -
    -
    -if($command == "install")
    -{
    -    $db_id = 'main';
    -
    -    $rootdir = getenv("WEB___DIR");
    -    if ($rootdir != '/') $rootdir = preg_replace('/\/$/','',$rootdir);  // Remove last /
    -    $datadir = $rootdir.'/dolibarr_documents';
    -
    -    //List of database-related variables that are passed to the configuration
    -    //script. See the 6.3.1.1.1. Environment variables section of the
    -    //Specification for details.
    -    $db_address = getenv("DB_${db_id}_HOST");
    -    $db_port = getenv("DB_${db_id}_PORT");
    -    $dblogin = getenv("DB_${db_id}_LOGIN");
    -    $dbpassword = getenv("DB_${db_id}_PASSWORD");
    -    $dbname = getenv("DB_${db_id}_NAME");
    -
    -
    -    //PHP functions for connecting to the mysql server and
    -    //executing SQL queries.
    -    //mysql_connect($dbaddress, $dblogin, $dbpassword);
    -    //mysql_select_db($dbname);
    -    /*
    -     $sql_queries = file($query_file);
    -     foreach ($sql_queries as $query) mysql_query($query);
    -     */
    -
    -
    -    //Other code to be executed on invoking configure with
    -    //the install argument.
    -
    -    // Create empty config file
    -    $file=$rootdir.'/conf/conf.php';
    -    print "Create conf file ".$file."\n";
    -    $fp = fopen($file, 'wb');
    -    if ($fp)
    -    {
    -        fclose($fp);
    -        chmod($file,0775);
    -    }
    -    else
    -    {
    -        print "configure.php install: Unable to write file $file.\n";
    -        exit(1);
    -    }
    -
    -    // Create empty directory that will be used by software to store uploaded documents
    -    print "Create directory ".$datadir."\n";
    -    @mkdir($datadir);
    -    chmod($datadir,0775);
    -
    -    // Create install.forced.php into htdocs/install directory with value.
    -    // This will set parameters of install for web installer wizard.
    -    $file_source=$rootdir.'/../build/aps/install.forced.php.install';
    -    $file=$rootdir.'/install/install.forced.php';
    -    print "Create file ".$file.' from '.$file_source."\n";
    -
    -    $modify_hash=array(
    -    'WEB___DIR'=>$rootdir,
    -    'DB_'.$db_id.'_HOST'=>$db_address,
    -    'DB_'.$db_id.'_PORT'=>$db_port,
    -    'DB_'.$db_id.'_LOGIN'=>$dblogin,
    -    'DB_'.$db_id.'_PASSWORD'=>$dbpassword,
    -    'DB_'.$db_id.'_NAME'=>$dbname
    -    );
    -
    -    $file_content = fread(fopen($file_source, 'r'), filesize($file_source));
    -    foreach($modify_hash as $param => $val){
    -        $file_content = str_replace($param, php_quote($val), $file_content);
    -    }
    -    $fp = fopen($file, 'wb');
    -    if ($fp)
    -    {
    -        fputs($fp, $file_content);
    -        fputs($fp, "\n");
    -        fclose($fp);
    -        chmod($file,0775);
    -    }
    -    else
    -    {
    -        print "configure.php install: Unable to write file $file.\n";
    -        exit(2);
    -    }
    -
    -    exit(0);
    -}
    -
    -if($command == "remove")
    -{
    -    //Code to be executed on invoking configure with the remove argument
    -    exit(0);
    -}
    -
    -if($command == "upgrade")
    -{
    -    //Code to be executed on invoking configure with the upgrade argument
    -    exit(0);
    -}
    -
    -if($command == "configure")
    -{
    -    //Code to be executed on invoking configure with the configure argument
    -    exit(0);
    -}
    -
    -print "configure.php: Error: unknown command $command.\n";
    -exit(1);
    -
    -
    -
    -// Content of file-util.php we need
    -
    -function php_quote($val)
    -{
    -    $res_val = str_replace("\\", "\\\\", $val);
    -    $res_val = str_replace("'", "\\'", $res_val);
    -    return $res_val;
    -}
    -
    diff --git a/build/aps/install.forced.php.install b/build/aps/install.forced.php.install
    deleted file mode 100644
    index a7a3f03c14c..00000000000
    --- a/build/aps/install.forced.php.install
    +++ /dev/null
    @@ -1,23 +0,0 @@
    -<?php
    -// File to force Dolibarr wizard installer choices.
    -//
    -// This file must be present into htdocs/install directory
    -// during install process to be used.
    -//
    -//
    -$force_install_noedit=1;
    -$force_install_message='KeepDefaultValuesDeb';
    -$force_install_main_data_root='WEB___DIR/dolibarr_documents';
    -$force_install_type='mysqli';
    -$force_install_dbserver='DB_main_HOST';
    -$force_install_port='DB_main_PORT';
    -$force_install_database='DB_main_NAME';
    -$force_install_createdatabase='0';
    -$force_install_databaselogin='DB_main_LOGIN';
    -$force_install_databasepass='DB_main_PASSWORD';
    -$force_install_createuser='0';
    -$force_install_databaserootlogin='';
    -$force_install_databaserootpass='';
    -$force_install_dolibarrlogin='admin';
    -$force_install_nophpinfo='1';
    -$force_install_lockinstall='444';
    diff --git a/build/exe/doliwamp/Languages/MyEnglish.isl b/build/exe/doliwamp/Languages/MyEnglish.isl
    index 11d2e4456bd..b7c5ecb6230 100644
    --- a/build/exe/doliwamp/Languages/MyEnglish.isl
    +++ b/build/exe/doliwamp/Languages/MyEnglish.isl
    @@ -13,8 +13,8 @@ AssocingFileExtension=Associating %1 with the %2 file extension...
     
     YouWillInstallDoliWamp=You will install or upgrade DoliWamp (Apache+Mysql+PHP+Dolibarr) on your computer.
     ThisAssistantInstallOrUpgrade=This assistant installs or upgrades Dolibarr ERP-CRM and all required third party softwares (Apache, Mysql and PHP) optimized for a Dolibarr usage.
    -IfYouHaveTechnicalKnowledge=If you have technical knowledge and plan to share your Apache, Mysql and PHP with other projects than Dolibarr, you should not use this assistant and make a manual installation of Dolibarr on your existing Apache, Mysql and PHP installation.
    -ButIfYouLook=But if you look for an automatic setup, you''re on the good way...
    +IfYouHaveTechnicalKnowledge=If you are looking for a hosted version in the Cloud, you should look at https://saas.dolibarr.org. If you have technical knowledge and want to manage your Apache, Mysql and PHP yourself, you should not use this assistant and make a manual installation of Dolibarr on your existing Apache, Mysql and PHP installation.
    +ButIfYouLook=But if you look for an automatic setup on your local computer, you''re on the good way...
     DoYouWantToStart=Do you want to start installation/upgrade process ?
     
     TechnicalParameters=Technical parameters
    diff --git a/build/exe/doliwamp/Languages/MyFrench.isl b/build/exe/doliwamp/Languages/MyFrench.isl
    index 1daf4425e68..8c7cff0bb42 100644
    --- a/build/exe/doliwamp/Languages/MyFrench.isl
    +++ b/build/exe/doliwamp/Languages/MyFrench.isl
    @@ -13,8 +13,8 @@ AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
     
     YouWillInstallDoliWamp=Vous allez installer ou mettre  jour DoliWamp (Apache+Mysql+PHP+Dolibarr) sur votre ordinateur.
     ThisAssistantInstallOrUpgrade=Cet assistant installe ou met  jour Dolibarr ERP-CRM et tous ses composants prrequis (Apache, Mysql et PHP) optimiss pour une utilisation de Dolibarr.
    -IfYouHaveTechnicalKnowledge=Si vous avez des comptences techniques et envisagez de partager votre Apache, Mysql et PHP avec d'autres applications que Dolibarr, vous ne devriez pas utiliser cet assistant mais faire plutt une installation manuelle de Dolibarr sur un socle Apache, Mysql et PHP existant.
    -ButIfYouLook=Mais si vous recherchez une installation cl en main automatise, vous tes sur la bonne voie...
    +IfYouHaveTechnicalKnowledge=Si vous cherchez un hbergement dans le Cloud, aller voir sur https://saas.dolibarr.org. Si vous avez des comptences techniques et voulez grer vous mme Apache, Mysql et PHP, vous ne devriez pas utiliser cet assistant mais faire plutt une installation manuelle de Dolibarr sur votre socle Apache, Mysql et PHP existant.
    +ButIfYouLook=Mais si vous recherchez une installation automatise locale sur votre ordinateur, cl en main, vous tes sur la bonne voie...
     DoYouWantToStart=Voulez-vous dmarrer le processus d'installation/mise  jour ?
     
     TechnicalParameters=Paramtres techniques
    diff --git a/build/exe/doliwamp/doliwamp.iss b/build/exe/doliwamp/doliwamp.iss
    index 2d4668b447c..cc6a39a62a4 100644
    --- a/build/exe/doliwamp/doliwamp.iss
    +++ b/build/exe/doliwamp/doliwamp.iss
    @@ -32,7 +32,7 @@ AppPublisherURL=https://www.nltechno.com
     AppSupportURL=https://www.dolibarr.org
     AppUpdatesURL=https://www.dolibarr.org
     AppComments=DoliWamp includes Dolibarr, Apache, PHP and Mysql softwares.
    -AppCopyright=Copyright (C) 2008-2017 Laurent Destailleur (NLTechno), Fabian Rodriguez (Le Goût du Libre)
    +AppCopyright=Copyright (C) 2008-2018 Laurent Destailleur (NLTechno), Fabian Rodriguez (Le Goût du Libre)
     DefaultDirName=c:\dolibarr
     DefaultGroupName=Dolibarr
     ;LicenseFile=COPYING
    diff --git a/build/flatpack/org.flatpak.Dolibarr.json b/build/flatpack/org.flatpak.Dolibarr.json
    new file mode 100644
    index 00000000000..9e2135cf0a3
    --- /dev/null
    +++ b/build/flatpack/org.flatpak.Dolibarr.json
    @@ -0,0 +1 @@
    +Help wanted...
    \ No newline at end of file
    diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl
    index 1ab3269d0de..01e282aa492 100755
    --- a/build/makepack-dolibarr.pl
    +++ b/build/makepack-dolibarr.pl
    @@ -22,7 +22,7 @@ $PUBLISHSTABLE="eldy,dolibarr\@frs.sourceforge.net:/home/frs/project/dolibarr";
     $PUBLISHBETARC="dolibarr\@vmprod1.dolibarr.org:/home/dolibarr/dolibarr.org/httpdocs/files";
     
     
    -#@LISTETARGET=("TGZ","ZIP","RPM_GENERIC","RPM_FEDORA","RPM_MANDRIVA","RPM_OPENSUSE","DEB","APS","EXEDOLIWAMP","SNAPSHOT");   # Possible packages
    +#@LISTETARGET=("TGZ","ZIP","RPM_GENERIC","RPM_FEDORA","RPM_MANDRIVA","RPM_OPENSUSE","DEB","EXEDOLIWAMP","SNAPSHOT");   # Possible packages
     @LISTETARGET=("TGZ","ZIP","RPM_GENERIC","RPM_FEDORA","RPM_MANDRIVA","RPM_OPENSUSE","DEB","EXEDOLIWAMP","SNAPSHOT");   # Possible packages
     %REQUIREMENTPUBLISH=(
     "SF"=>"git ssh rsync",
    @@ -37,7 +37,7 @@ $PUBLISHBETARC="dolibarr\@vmprod1.dolibarr.org:/home/dolibarr/dolibarr.org/httpd
     "RPM_MANDRIVA"=>"rpmbuild",
     "RPM_OPENSUSE"=>"rpmbuild",
     "DEB"=>"dpkg",
    -"APS"=>"zip",
    +"FLATPACK"=>"flatpack",
     "EXEDOLIWAMP"=>"ISCC.exe",
     "SNAPSHOT"=>"tar"
     );
    @@ -142,7 +142,6 @@ $FILENAMETGZ         = "$PROJECT-$MAJOR.$MINOR.$BUILD";
     $FILENAMEZIP         = "$PROJECT-$MAJOR.$MINOR.$BUILD";
     $FILENAMEXZ          = "$PROJECT-$MAJOR.$MINOR.$BUILD";
     $FILENAMEDEB         = "see later";
    -$FILENAMEAPS         = "$PROJECT-$MAJOR.$MINOR.$BUILD.app";
     $FILENAMEEXEDOLIWAMP = "DoliWamp-$MAJOR.$MINOR.$BUILD";
     # For RPM
     $ARCH='noarch';
    @@ -692,7 +691,7 @@ if ($nboftargetok) {
     			print "Go to directory $BUILDROOT\n";
     			$olddir=getcwd();
     			chdir("$BUILDROOT");
    -			$cmd= "xz -9 -r $BUILDROOT/$FILENAMEAPS.xz \*";
    +			$cmd= "xz -9 -r $BUILDROOT/$FILENAMEXZ.xz \*";
     			print $cmd."\n";
     			$ret= `$cmd`;
     			chdir("$olddir");
    @@ -1033,92 +1032,6 @@ if ($nboftargetok) {
     			next;
     		}
     		
    -		if ($target eq 'APS') 
    -		{
    -			$NEWDESTI=$DESTI;
    -			if ($NEWDESTI =~ /stable/)
    -			{
    -				mkdir($DESTI.'/package_aps');
    -				if (-d $DESTI.'/package_aps') { $NEWDESTI=$DESTI.'/package_aps'; }
    -			} 
    -			
    -			$newbuild = $BUILD;
    -			$newbuild =~ s/(dev|alpha)/0/gi;                # dev
    -			$newbuild =~ s/beta/1/gi;                       # beta
    -			$newbuild =~ s/rc./2/gi;                        # rc
    -			if ($newbuild !~ /-/) { $newbuild.='-3'; }      # finale
    -			# now newbuild is 0-0 or 0-3 for example
    -			$REL1 = $newbuild; $REL1 =~ s/-.*$//gi;
    -			if ($RPMSUBVERSION eq 'auto') { $RPMSUBVERSION = $newbuild; $RPMSUBVERSION =~ s/^.*-//gi; }
    -			print "Version is $MAJOR.$MINOR.$REL1-$RPMSUBVERSION\n";
    -			
    -			print "Remove target $FILENAMEAPS.zip...\n";
    -			unlink "$NEWDESTI/$FILENAMEAPS.zip";
    -
    -			#rmdir "$BUILDROOT/$PROJECT.tmp";
    -			$ret=`rm -fr $BUILDROOT/$PROJECT.tmp`;
    -			print "Create directory $BUILDROOT/$PROJECT.tmp\n";
    -			$ret=`mkdir -p "$BUILDROOT/$PROJECT.tmp"`;
    -			print "Copy $BUILDROOT/$PROJECT to $BUILDROOT/$PROJECT.tmp\n";
    -			$cmd="cp -pr \"$BUILDROOT/$PROJECT\" \"$BUILDROOT/$PROJECT.tmp\"";
    -			$ret=`$cmd`;
    -
    -			print "Remove other files\n";
    -			$ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/build/deb`;
    -			$ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/build/dmg`;
    -			$ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/build/doap`;
    -			$ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/build/exe`;
    -			$ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/build/live`;
    -			$ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/build/patch`;
    -			$ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/build/rpm`;
    -			$ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/build/zip`;
    -			$ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/build/perl`;
    -
    -            $APSVERSION="1.2";
    -            print "Create APS files $BUILDROOT/$PROJECT.tmp/$PROJECT/APP-META.xml\n";
    -            open (SPECFROM,"<$BUILDROOT/$PROJECT/build/aps/APP-META-$APSVERSION.xml") || die "Error";
    -            open (SPECTO,">$BUILDROOT/$PROJECT.tmp/$PROJECT/APP-META.xml") || die "Error";
    -            while (<SPECFROM>) {
    -                $newbuild = $BUILD;
    -                $newbuild =~ s/(dev|alpha)/0/gi;                # dev
    -                $newbuild =~ s/beta/1/gi;                       # beta
    -                $newbuild =~ s/rc./2/gi;                        # rc
    -                if ($newbuild !~ /-/) { $newbuild.='-3'; }      # finale
    -                # now newbuild is 0-0 or 0-3 for example
    -                $_ =~ s/__VERSION__/$MAJOR.$MINOR.$REL1/;
    -                $_ =~ s/__RELEASE__/$RPMSUBVERSION/;
    -                print SPECTO $_;
    -            }
    -            close SPECFROM;
    -            close SPECTO;
    -            print "Version set to $MAJOR.$MINOR.$newbuild\n";
    -            $cmd="cp -pr \"$BUILDROOT/$PROJECT/build/aps/configure.php\" \"$BUILDROOT/$PROJECT.tmp/$PROJECT/scripts/configure.php\"";
    -            $ret=`$cmd`;
    -            $cmd="cp -pr \"$BUILDROOT/$PROJECT/doc/images\" \"$BUILDROOT/$PROJECT.tmp/$PROJECT/images\"";
    -            $ret=`$cmd`;
    - 
    -            print "Remove other files\n";
    -            $ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/dev`;
    -            $ret=`rm -fr $BUILDROOT/$PROJECT.tmp/$PROJECT/doc`;
    -            
    -            print "Build APP-LIST.xml files\n";
    -            
    -            print "Compress $BUILDROOT/$PROJECT.tmp/$PROJECT into $FILENAMEAPS.zip...\n";
    - 
    -            print "Go to directory $BUILDROOT/$PROJECT.tmp\/$PROJECT\n";
    -            $olddir=getcwd();
    -            chdir("$BUILDROOT\/$PROJECT.tmp\/$PROJECT");
    -            $cmd= "zip -9 -r $BUILDROOT/$FILENAMEAPS.zip \*";
    -            print $cmd."\n";
    -            $ret= `$cmd`;
    -            chdir("$olddir");
    -                        
    -    		# Move to final dir
    -            print "Move $BUILDROOT/$FILENAMEAPS.zip to $NEWDESTI/$FILENAMEAPS.zip\n";
    -            $ret=`mv "$BUILDROOT/$FILENAMEAPS.zip" "$NEWDESTI/$FILENAMEAPS.zip"`;
    -            next;
    -    	}
    -
     		if ($target eq 'EXEDOLIWAMP')
     		{
     			$NEWDESTI=$DESTI;
    diff --git a/dev/initdata/purge-data.php b/dev/initdata/purge-data.php
    index 5a1e7b3afc3..2bdf200225b 100755
    --- a/dev/initdata/purge-data.php
    +++ b/dev/initdata/purge-data.php
    @@ -44,8 +44,7 @@ include_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
     include_once DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php';
     include_once DOL_DOCUMENT_ROOT.'/contrat/class/contrat.class.php';
     
    -$langs->load("main");
    -$langs->load("errors");
    +$langs->loadLangs(array("main", "errors"));
     
     // Global variables
     $version=DOL_VERSION;
    diff --git a/dev/setup/codesniffer/ruleset.xml b/dev/setup/codesniffer/ruleset.xml
    index bbe101112d0..79b16bdbf55 100644
    --- a/dev/setup/codesniffer/ruleset.xml
    +++ b/dev/setup/codesniffer/ruleset.xml
    @@ -238,9 +238,9 @@
     	<!--<rule ref="PEAR.Commenting.FunctionComment.MissingReturn">
             <severity>0</severity>
         </rule>-->
    -    <rule ref="PEAR.Commenting.FunctionComment.Missing">
    +    <!--<rule ref="PEAR.Commenting.FunctionComment.Missing">
             <severity>0</severity>
    -    </rule>
    +    </rule>-->
     
         <rule ref="PEAR.Commenting.FunctionComment.SpacingAfterParamType" />
     
    @@ -363,17 +363,20 @@
             <severity>0</severity>
     	</rule>
     
    -	<rule ref="PEAR.NamingConventions.ValidFunctionName.NotCamelCaps">
    +    <!--<rule ref="PEAR.NamingConventions.ValidFunctionName.NotCamelCaps">
             <severity>0</severity>
    -	</rule>
    -	<rule ref="PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps">
    +    </rule>-->
    +	<!--<rule ref="PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps">
             <severity>0</severity>
    -	</rule>
    +	</rule>-->
     	<rule ref="PEAR.NamingConventions.ValidFunctionName.PrivateNoUnderscore">
             <severity>0</severity>
     	</rule>
     	<rule ref="PEAR.NamingConventions.ValidVariableName" />
     
    +    <rule ref="PSR2.Classes.ClassDeclaration" />
    +    <rule ref="PSR2.Methods.FunctionClosingBrace" />
    +
     	<!-- This is not in PSR2 -->
     	<rule ref="PEAR.NamingConventions.ValidVariableName.PrivateNoUnderscore">
             <severity>0</severity>
    diff --git a/dev/translation/autotranslator.class.php b/dev/translation/autotranslator.class.php
    index 47d6a25ec15..123b7f6157d 100644
    --- a/dev/translation/autotranslator.class.php
    +++ b/dev/translation/autotranslator.class.php
    @@ -64,8 +64,7 @@ class autoTranslator
     		// Translate
     		//ini_set('default_charset','UTF-8');
     		ini_set('default_charset',$this->_outputpagecode);
    -		$this->parse_refLangTranslationFiles();
    -
    +		$this->parseRefLangTranslationFiles();
     	}
     
     	/**
    @@ -73,7 +72,7 @@ class autoTranslator
     	 *
     	 * 	@return	void
     	 */
    -	private function parse_refLangTranslationFiles()
    +	private function parseRefLangTranslationFiles()
     	{
     
     		$files = $this->getTranslationFilesArray($this->_refLang);
    @@ -346,5 +345,4 @@ class autoTranslator
     
     		return $rep;
     	}
    -
     }
    diff --git a/dev/translation/sanity_check_en_langfiles.php b/dev/translation/sanity_check_en_langfiles.php
    index 2eedcda8760..0e3b2c7513f 100755
    --- a/dev/translation/sanity_check_en_langfiles.php
    +++ b/dev/translation/sanity_check_en_langfiles.php
    @@ -295,6 +295,7 @@ if ((! empty($_REQUEST['unused']) && $_REQUEST['unused'] == 'true') || (isset($a
     	    if (preg_match('/^DescADHERENT_/', $value)) $qualifiedforclean=0;
     	    if (preg_match('/^SubmitTranslation/', $value)) $qualifiedforclean=0;
     	    if (preg_match('/^ModuleCompanyCode/', $value)) $qualifiedforclean=0;
    +	    if (preg_match('/InDolibarr$/', $value)) $qualifiedforclean=0;
     	    // admin.lang
     	    if (preg_match('/^DAV_ALLOW_PUBLIC_DIR/i', $value)) $qualifiedforclean=0;
     	    if (preg_match('/^DAV_ALLOW_ECM_DIR/i', $value)) $qualifiedforclean=0;
    diff --git a/doc/images/dolibarr_screenshot5_1920x1080_b.jpg b/doc/images/dolibarr_screenshot5_1920x1080_b.jpg
    index 5f7d8a5b573..0b5c749cb5c 100644
    Binary files a/doc/images/dolibarr_screenshot5_1920x1080_b.jpg and b/doc/images/dolibarr_screenshot5_1920x1080_b.jpg differ
    diff --git a/htdocs/accountancy/admin/account.php b/htdocs/accountancy/admin/account.php
    index 2587a58aef6..087f9957f16 100644
    --- a/htdocs/accountancy/admin/account.php
    +++ b/htdocs/accountancy/admin/account.php
    @@ -63,9 +63,9 @@ if (! $sortorder) $sortorder = "ASC";
     $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.account_parent'=>array('label'=>$langs->trans("Accountparent"), 'checked'=>1),
         '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.pcg_subtype'=>array('label'=>$langs->trans("Pcgsubtype"), 'checked'=>0, 'help'=>'PcgtypeDesc'),
     	'aa.active'=>array('label'=>$langs->trans("Activated"), 'checked'=>1)
     );
     
    @@ -121,14 +121,35 @@ if (empty($reshook))
     			if ($country_code)
     			{
     				$sqlfile = DOL_DOCUMENT_ROOT.'/install/mysql/data/llx_accounting_account_'.strtolower($country_code).'.sql';
    -				$result = run_sql($sqlfile, 1, 0, 1);
    +
    +				$offsetforchartofaccount = 0;
    +				// Get the comment line '-- ADD CCCNNNNN to rowid...' to find CCCNNNNN (CCC is country num, NNNNN is id of accounting account)
    +				// and pass CCCNNNNN + (num of company * 100 000 000) as offset to the run_sql as a new parameter to say to update sql on the fly to add offset to rowid and account_parent value.
    +				// This is to be sure there is no conflict for each chart of account, whatever is country, whatever is company when multicompany is used.
    +				$tmp = file_get_contents($sqlfile);
    +				if (preg_match('/-- ADD (\d+) to rowid/ims', $tmp, $reg))
    +				{
    +					$offsetforchartofaccount += $reg[1];
    +				}
    +				$offsetforchartofaccount+=($conf->entity  * 100000000);
    +
    +				$result = run_sql($sqlfile, 1, $conf->entity, 1, '', 'default', 32768, 0, $offsetforchartofaccount);
    +
    +				if ($result > 0)
    +				{
    +					setEventMessages($langs->trans("ChartLoaded"), null);
    +				}
    +				else
    +				{
    +					setEventMessages($langs->trans("ErrorDuringChartLoad"), null, 'warnings');
    +				}
     			}
     
                 if (! dolibarr_set_const($db, 'CHARTOFACCOUNTS', $chartofaccounts, 'chaine', 0, '', $conf->entity)) {
                     $error++;
                 }
             } else {
    -            $error ++;
    +            $error++;
             }
         }
     
    diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
    index 2c7d92f3735..e3ed164d60b 100644
    --- a/htdocs/accountancy/admin/accountmodel.php
    +++ b/htdocs/accountancy/admin/accountmodel.php
    @@ -524,62 +524,18 @@ if ($id)
     			$valuetoshow=ucfirst($fieldlist[$field]);   // Par defaut
     			$valuetoshow=$langs->trans($valuetoshow);   // try to translate
     			$align="left";
    -			if ($fieldlist[$field]=='source')          { $valuetoshow=$langs->trans("Contact"); }
    -			if ($fieldlist[$field]=='price')           { $valuetoshow=$langs->trans("PriceUHT"); }
    -			if ($fieldlist[$field]=='taux')            {
    -				if ($tabname[$id] != MAIN_DB_PREFIX."c_revenuestamp") $valuetoshow=$langs->trans("Rate");
    -				else $valuetoshow=$langs->trans("Amount");
    -				$align='right';
    -			}
    -			if ($fieldlist[$field]=='localtax1_type')  { $valuetoshow=$langs->trans("UseLocalTax")." 2"; $align="center"; $sortable=0; }
    -			if ($fieldlist[$field]=='localtax1')       { $valuetoshow=$langs->trans("Rate")." 2";}
    -			if ($fieldlist[$field]=='localtax2_type')  { $valuetoshow=$langs->trans("UseLocalTax")." 3"; $align="center"; $sortable=0; }
    -			if ($fieldlist[$field]=='localtax2')       { $valuetoshow=$langs->trans("Rate")." 3";}
    -			if ($fieldlist[$field]=='organization')    { $valuetoshow=$langs->trans("Organization"); }
    -			if ($fieldlist[$field]=='lang')            { $valuetoshow=$langs->trans("Language"); }
    -			if ($fieldlist[$field]=='type')            {
    -				if ($tabname[$id] == MAIN_DB_PREFIX."c_paiement") $valuetoshow=$form->textwithtooltip($langs->trans("Type"),$langs->trans("TypePaymentDesc"),2,1,img_help(1,''));
    -				else $valuetoshow=$langs->trans("Type");
    -			}
     			if ($fieldlist[$field]=='code')            { $valuetoshow=$langs->trans("Code"); }
     			if ($fieldlist[$field]=='libelle' || $fieldlist[$field]=='label')
     			{
     				$valuetoshow=$langs->trans("Label");
     				if ($id != 25) $valuetoshow.="*";
     			}
    -			if ($fieldlist[$field]=='libelle_facture') { $valuetoshow=$langs->trans("LabelOnDocuments")."*"; }
     			if ($fieldlist[$field]=='country')         {
     				if (in_array('region_id',$fieldlist)) { print '<td>&nbsp;</td>'; continue; }		// For region page, we do not show the country input
     				$valuetoshow=$langs->trans("Country");
     			}
    -			if ($fieldlist[$field]=='recuperableonly') { $valuetoshow=$langs->trans("NPR"); $align="center"; }
    -			if ($fieldlist[$field]=='nbjour')          { $valuetoshow=$langs->trans("NbOfDays"); }
    -			if ($fieldlist[$field]=='type_cdr')        { $valuetoshow=$langs->trans("AtEndOfMonth"); $align="center"; }
    -			if ($fieldlist[$field]=='decalage')        { $valuetoshow=$langs->trans("Offset"); }
    -			if ($fieldlist[$field]=='width')           { $valuetoshow=$langs->trans("Width"); }
    -			if ($fieldlist[$field]=='height')          { $valuetoshow=$langs->trans("Height"); }
    -			if ($fieldlist[$field]=='unit')            { $valuetoshow=$langs->trans("MeasuringUnit"); }
    -			if ($fieldlist[$field]=='region_id' || $fieldlist[$field]=='country_id') { $valuetoshow=''; }
    -			if ($fieldlist[$field]=='accountancy_code'){ $valuetoshow=$langs->trans("AccountancyCode"); }
    -			if ($fieldlist[$field]=='accountancy_code_sell'){ $valuetoshow=$langs->trans("AccountancyCodeSell"); }
    -			if ($fieldlist[$field]=='accountancy_code_buy'){ $valuetoshow=$langs->trans("AccountancyCodeBuy"); }
    +			if ($fieldlist[$field]=='country_id') { $valuetoshow=''; }
     			if ($fieldlist[$field]=='pcg_version' || $fieldlist[$field]=='fk_pcg_version') { $valuetoshow=$langs->trans("Pcg_version"); }
    -			if ($fieldlist[$field]=='account_parent')  { $valuetoshow=$langs->trans("Accountparent"); }
    -			if ($fieldlist[$field]=='pcg_type')        { $valuetoshow=$langs->trans("Pcg_type"); }
    -			if ($fieldlist[$field]=='pcg_subtype')     { $valuetoshow=$langs->trans("Pcg_subtype"); }
    -			if ($fieldlist[$field]=='sortorder')       { $valuetoshow=$langs->trans("SortOrder"); }
    -			if ($fieldlist[$field]=='short_label')     { $valuetoshow=$langs->trans("ShortLabel"); }
    -			if ($fieldlist[$field]=='type_template')   { $valuetoshow=$langs->trans("TypeOfTemplate"); }
    -			if ($fieldlist[$field]=='range_account')   { $valuetoshow=$langs->trans("Range"); }
    -			if ($fieldlist[$field]=='sens')            { $valuetoshow=$langs->trans("Sens"); }
    -			if ($fieldlist[$field]=='category_type')   { $valuetoshow=$langs->trans("Calculated"); }
    -			if ($fieldlist[$field]=='formula')         { $valuetoshow=$langs->trans("Formula"); }
    -
    -			if ($id == 2)	// Special cas for state page
    -			{
    -				if ($fieldlist[$field]=='region_id') { $valuetoshow='&nbsp;'; $showfield=1; }
    -				if ($fieldlist[$field]=='region') { $valuetoshow=$langs->trans("Country").'/'.$langs->trans("Region"); $showfield=1; }
    -			}
     
     			if ($valuetoshow != '')
     			{
    @@ -709,50 +665,15 @@ if ($id)
     			*/
     			$valuetoshow=ucfirst($fieldlist[$field]);   // By defaut
     			$valuetoshow=$langs->trans($valuetoshow);   // try to translate
    -			if ($fieldlist[$field]=='source')          { $valuetoshow=$langs->trans("Contact"); }
    -			if ($fieldlist[$field]=='price')           { $valuetoshow=$langs->trans("PriceUHT"); }
    -			if ($fieldlist[$field]=='taux')            {
    -				if ($tabname[$id] != MAIN_DB_PREFIX."c_revenuestamp") $valuetoshow=$langs->trans("Rate");
    -				else $valuetoshow=$langs->trans("Amount");
    -				$align='right';
    -			}
    -			if ($fieldlist[$field]=='localtax1_type')  { $valuetoshow=$langs->trans("UseLocalTax")." 2"; $align="center"; $sortable=0; }
    -			if ($fieldlist[$field]=='localtax1')       { $valuetoshow=$langs->trans("Rate")." 2"; $sortable=0; }
    -			if ($fieldlist[$field]=='localtax2_type')  { $valuetoshow=$langs->trans("UseLocalTax")." 3"; $align="center"; $sortable=0; }
    -			if ($fieldlist[$field]=='localtax2')       { $valuetoshow=$langs->trans("Rate")." 3"; $sortable=0; }
    -			if ($fieldlist[$field]=='organization')    { $valuetoshow=$langs->trans("Organization"); }
    -			if ($fieldlist[$field]=='lang')            { $valuetoshow=$langs->trans("Language"); }
    -			if ($fieldlist[$field]=='type')            { $valuetoshow=$langs->trans("Type"); }
     			if ($fieldlist[$field]=='code')            { $valuetoshow=$langs->trans("Code"); }
     			if ($fieldlist[$field]=='libelle' || $fieldlist[$field]=='label')
     			{
     				$valuetoshow=$langs->trans("Label");
     			   	if ($id != 25) $valuetoshow.="*";
     			}
    -			if ($fieldlist[$field]=='libelle_facture') { $valuetoshow=$langs->trans("LabelOnDocuments")."*"; }
     			if ($fieldlist[$field]=='country')         { $valuetoshow=$langs->trans("Country"); }
    -			if ($fieldlist[$field]=='recuperableonly') { $valuetoshow=$langs->trans("NPR"); $align="center"; }
    -			if ($fieldlist[$field]=='nbjour')          { $valuetoshow=$langs->trans("NbOfDays"); }
    -			if ($fieldlist[$field]=='type_cdr')        { $valuetoshow=$langs->trans("AtEndOfMonth"); $align="center"; }
    -			if ($fieldlist[$field]=='decalage')        { $valuetoshow=$langs->trans("Offset"); }
    -			if ($fieldlist[$field]=='width')           { $valuetoshow=$langs->trans("Width"); }
    -			if ($fieldlist[$field]=='height')          { $valuetoshow=$langs->trans("Height"); }
    -			if ($fieldlist[$field]=='unit')            { $valuetoshow=$langs->trans("MeasuringUnit"); }
    -			if ($fieldlist[$field]=='region_id' || $fieldlist[$field]=='country_id') { $showfield=0; }
    -			if ($fieldlist[$field]=='accountancy_code'){ $valuetoshow=$langs->trans("AccountancyCode"); }
    -			if ($fieldlist[$field]=='accountancy_code_sell'){ $valuetoshow=$langs->trans("AccountancyCodeSell"); $sortable=0; }
    -			if ($fieldlist[$field]=='accountancy_code_buy'){ $valuetoshow=$langs->trans("AccountancyCodeBuy"); $sortable=0; }
    +			if ($fieldlist[$field]=='country_id') { $showfield=0; }
     			if ($fieldlist[$field]=='fk_pcg_version')  { $valuetoshow=$langs->trans("Pcg_version"); }
    -			if ($fieldlist[$field]=='account_parent')  { $valuetoshow=$langs->trans("Accountsparent"); }
    -			if ($fieldlist[$field]=='pcg_type')        { $valuetoshow=$langs->trans("Pcg_type"); }
    -			if ($fieldlist[$field]=='pcg_subtype')     { $valuetoshow=$langs->trans("Pcg_subtype"); }
    -			if ($fieldlist[$field]=='sortorder')       { $valuetoshow=$langs->trans("SortOrder"); }
    -			if ($fieldlist[$field]=='short_label')     { $valuetoshow=$langs->trans("ShortLabel"); }
    -			if ($fieldlist[$field]=='type_template')   { $valuetoshow=$langs->trans("TypeOfTemplate"); }
    -			if ($fieldlist[$field]=='range_account')   { $valuetoshow=$langs->trans("Range"); }
    -			if ($fieldlist[$field]=='sens')            { $valuetoshow=$langs->trans("Sens"); }
    -			if ($fieldlist[$field]=='category_type')   { $valuetoshow=$langs->trans("Calculated"); }
    -			if ($fieldlist[$field]=='formula')         { $valuetoshow=$langs->trans("Formula"); }
     
     			// Affiche nom du champ
     			if ($showfield)
    @@ -832,120 +753,9 @@ if ($id)
     									$valuetoshow=($key != "Country".strtoupper($obj->country_code)?$obj->country_code." - ".$key:$obj->country);
     								}
     							}
    -							else if ($fieldlist[$field]=='recuperableonly' || $fieldlist[$field]=='type_cdr' || $fieldlist[$field] == 'deductible' || $fieldlist[$field] == 'category_type') {
    -								if(empty($valuetoshow)) $valuetoshow = $langs->trans('None');
    -								elseif($valuetoshow == 1) $valuetoshow = $langs->trans('AtEndOfMonth');
    -								elseif($valuetoshow == 2) $valuetoshow = $langs->trans('CurrentNext');
    -								$align="center";
    -							}
    -							else if ($fieldlist[$field]=='price' || preg_match('/^amount/i',$fieldlist[$field])) {
    -								$valuetoshow=price($valuetoshow);
    -							}
    -							else if ($fieldlist[$field]=='libelle_facture') {
    -								$langs->loadLangs(array("bills"));
    -								$key=$langs->trans("PaymentCondition".strtoupper($obj->code));
    -								$valuetoshow=($obj->code && $key != "PaymentCondition".strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -								$valuetoshow=nl2br($valuetoshow);
    -							}
    -							else if ($fieldlist[$field]=='label' && $tabname[$id]==MAIN_DB_PREFIX.'c_country') {
    -								$key=$langs->trans("Country".strtoupper($obj->code));
    -								$valuetoshow=($obj->code && $key != "Country".strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='label' && $tabname[$id]==MAIN_DB_PREFIX.'c_availability') {
    -								$langs->loadLangs(array("propal"));
    -								$key=$langs->trans("AvailabilityType".strtoupper($obj->code));
    -								$valuetoshow=($obj->code && $key != "AvailabilityType".strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='libelle' && $tabname[$id]==MAIN_DB_PREFIX.'c_actioncomm') {
    -								$key=$langs->trans("Action".strtoupper($obj->code));
    -								$valuetoshow=($obj->code && $key != "Action".strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if (! empty($obj->code_iso) && $fieldlist[$field]=='label' && $tabname[$id]==MAIN_DB_PREFIX.'c_currencies') {
    -								$key=$langs->trans("Currency".strtoupper($obj->code_iso));
    -								$valuetoshow=($obj->code_iso && $key != "Currency".strtoupper($obj->code_iso)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='libelle' && $tabname[$id]==MAIN_DB_PREFIX.'c_typent') {
    -								$key=$langs->trans(strtoupper($obj->code));
    -								$valuetoshow=($key != strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='libelle' && $tabname[$id]==MAIN_DB_PREFIX.'c_prospectlevel') {
    -								$key=$langs->trans(strtoupper($obj->code));
    -								$valuetoshow=($key != strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='label' && $tabname[$id]==MAIN_DB_PREFIX.'c_civility') {
    -								$key=$langs->trans("Civility".strtoupper($obj->code));
    -								$valuetoshow=($obj->code && $key != "Civility".strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='libelle' && $tabname[$id]==MAIN_DB_PREFIX.'c_type_contact') {
    -								$langs->loadLangs(array("agenda"));
    -								$key=$langs->trans("TypeContact_".$obj->element."_".$obj->source."_".strtoupper($obj->code));
    -								$valuetoshow=($obj->code && $key != "TypeContact_".$obj->element."_".$obj->source."_".strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='libelle' && $tabname[$id]==MAIN_DB_PREFIX.'c_payment_term') {
    -								$langs->loadLangs(array("bills"));
    -								$key=$langs->trans("PaymentConditionShort".strtoupper($obj->code));
    -								$valuetoshow=($obj->code && $key != "PaymentConditionShort".strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='libelle' && $tabname[$id]==MAIN_DB_PREFIX.'c_paiement') {
    -								$langs->loadLangs(array("bills"));
    -								$key=$langs->trans("PaymentType".strtoupper($obj->code));
    -								$valuetoshow=($obj->code && $key != "PaymentType".strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='label' && $tabname[$id]==MAIN_DB_PREFIX.'c_input_reason') {
    -								$key=$langs->trans("DemandReasonType".strtoupper($obj->code));
    -								$valuetoshow=($obj->code && $key != "DemandReasonType".strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='libelle' && $tabname[$id]==MAIN_DB_PREFIX.'c_input_method') {
    -								$langs->loadLangs(array("orders"));
    -								$key=$langs->trans($obj->code);
    -								$valuetoshow=($obj->code && $key != $obj->code)?$key:$obj->{$fieldlist[$field]};
    -							}
    -							else if ($fieldlist[$field]=='libelle' && $tabname[$id]==MAIN_DB_PREFIX.'c_shipment_mode') {
    -								$langs->loadLangs(array("sendings"));
    -								$key=$langs->trans("SendingMethod".strtoupper($obj->code));
    -								$valuetoshow=($obj->code && $key != "SendingMethod".strtoupper($obj->code)?$key:$obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field] == 'libelle' && $tabname[$id]==MAIN_DB_PREFIX.'c_paper_format')
    -							{
    -								$key = $langs->trans('PaperFormat'.strtoupper($obj->code));
    -								$valuetoshow = ($obj->code && $key != 'PaperFormat'.strtoupper($obj->code) ? $key : $obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field] == 'label' && $tabname[$id] == MAIN_DB_PREFIX.'c_type_fees')
    -							{
    -								$langs->loadLangs(array("trips"));
    -								$key = $langs->trans(strtoupper($obj->code));
    -								$valuetoshow = ($obj->code && $key != strtoupper($obj->code) ? $key : $obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='region_id' || $fieldlist[$field]=='country_id') {
    +							else if ($fieldlist[$field]=='country_id') {
     								$showfield=0;
     							}
    -							else if ($fieldlist[$field]=='unicode') {
    -								$valuetoshow = $langs->getCurrencySymbol($obj->code,1);
    -							}
    -							else if ($fieldlist[$field]=='label' && $tabname[$_GET["id"]]==MAIN_DB_PREFIX.'c_units') {
    -								$langs->loadLangs(array("products"));
    -								$valuetoshow=$langs->trans($obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='short_label' && $tabname[$_GET["id"]]==MAIN_DB_PREFIX.'c_units') {
    -								$langs->loadLangs(array("products"));
    -								$valuetoshow = $langs->trans($obj->{$fieldlist[$field]});
    -							}
    -							else if (($fieldlist[$field] == 'unit') && ($tabname[$id] == MAIN_DB_PREFIX.'c_paper_format'))
    -							{
    -								$key = $langs->trans('SizeUnit'.strtolower($obj->unit));
    -								$valuetoshow = ($obj->code && $key != 'SizeUnit'.strtolower($obj->unit) ? $key : $obj->{$fieldlist[$field]});
    -							}
    -							else if ($fieldlist[$field]=='taux') {
    -								$valuetoshow = price($valuetoshow, 0, $langs, 0, 0);
    -								$align="right";
    -							}
    -							else if (in_array($fieldlist[$field],array('recuperableonly')))
    -							{
    -								$align="center";
    -							}
    -							else if ($fieldlist[$field]=='accountancy_code' || $fieldlist[$field]=='accountancy_code_sell' || $fieldlist[$field]=='accountancy_code_buy') {
    -								$valuetoshow = length_accountg($valuetoshow);
    -							}
     
     							$class='tddict';
     							if ($fieldlist[$field] == 'tracking') $class.=' tdoverflowauto';
    @@ -956,17 +766,6 @@ if ($id)
     
     					// Can an entry be erased or disabled ?
     					$iserasable=1;$canbedisabled=1;$canbemodified=1;	// true by default
    -					if (isset($obj->code) && $id != 10)
    -					{
    -						if (($obj->code == '0' || $obj->code == '' || preg_match('/unknown/i',$obj->code))) { $iserasable = 0; $canbedisabled = 0; }
    -						else if ($obj->code == 'RECEP') { $iserasable = 0; $canbedisabled = 0; }
    -						else if ($obj->code == 'EF0')   { $iserasable = 0; $canbedisabled = 0; }
    -					}
    -
    -					if (isset($obj->type) && in_array($obj->type, array('system', 'systemauto'))) { $iserasable=0; }
    -					if (in_array($obj->code, array('AC_OTH','AC_OTH_AUTO')) || in_array($obj->type, array('systemauto'))) { $canbedisabled=0; $canbedisabled = 0; }
    -					$canbemodified=$iserasable;
    -					if ($obj->code == 'RECEP') $canbemodified=1;
     
     					$url = $_SERVER["PHP_SELF"].'?'.($page?'page='.$page.'&':'').'sortfield='.$sortfield.'&sortorder='.$sortorder.'&rowid='.(! empty($obj->rowid)?$obj->rowid:(! empty($obj->code)?$obj->code:'')).'&code='.(! empty($obj->code)?urlencode($obj->code):'');
     					if ($param) $url .= '&'.$param;
    @@ -1055,53 +854,7 @@ function fieldListAccountModel($fieldlist, $obj='', $tabname='', $context='')
     				print '</td>';
     			}
     		}
    -		elseif ($fieldlist[$field] == 'region')
    -		{
    -			print '<td>';
    -			$formcompany->select_region($region_id,'region');
    -			print '</td>';
    -		}
    -		elseif ($fieldlist[$field] == 'region_id')
    -		{
    -			$region_id = (! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:0);
    -			print '<td>';
    -			print '<input type="hidden" name="'.$fieldlist[$field].'" value="'.$region_id.'">';
    -			print '</td>';
    -		}
    -		elseif ($fieldlist[$field] == 'lang')
    -		{
    -			print '<td>';
    -			print $formadmin->select_language($conf->global->MAIN_LANG_DEFAULT,'lang');
    -			print '</td>';
    -		}
    -		// Le type de template
    -		elseif ($fieldlist[$field] == 'type_template')
    -		{
    -			print '<td>';
    -			print $form->selectarray('type_template', $elementList,(! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:''));
    -			print '</td>';
    -		}
    -		// Le type de l'element (pour les type de contact)
    -		elseif ($fieldlist[$field] == 'element')
    -		{
    -			print '<td>';
    -			print $form->selectarray('element', $elementList,(! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:''));
    -			print '</td>';
    -		}
    -		// La source de l'element (pour les type de contact)
    -		elseif ($fieldlist[$field] == 'source')
    -		{
    -			print '<td>';
    -			print $form->selectarray('source', $sourceList,(! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:''));
    -			print '</td>';
    -		}
    -		elseif ($fieldlist[$field] == 'type' && $tabname == MAIN_DB_PREFIX."c_actioncomm")
    -		{
    -			print '<td>';
    -			print 'user<input type="hidden" name="type" value="user">';
    -			print '</td>';
    -		}
    -		elseif ($fieldlist[$field] == 'recuperableonly' || $fieldlist[$field] == 'type_cdr' || $fieldlist[$field] == 'deductible' || $fieldlist[$field] == 'category_type') {
    +		elseif ($fieldlist[$field] == 'type_cdr') {
     			if ($fieldlist[$field] == 'type_cdr') print '<td align="center">';
     			else print '<td>';
     			if ($fieldlist[$field] == 'type_cdr') {
    @@ -1111,49 +864,9 @@ function fieldListAccountModel($fieldlist, $obj='', $tabname='', $context='')
     			}
     			print '</td>';
     		}
    -		elseif (in_array($fieldlist[$field],array('nbjour','decalage','taux','localtax1','localtax2'))) {
    -			$align="left";
    -			if (in_array($fieldlist[$field],array('taux','localtax1','localtax2'))) $align="right";	// Fields aligned on right
    -			print '<td align="'.$align.'">';
    -			print '<input type="text" class="flat" value="'.(isset($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:'').'" size="3" name="'.$fieldlist[$field].'">';
    -			print '</td>';
    -		}
    -		elseif (in_array($fieldlist[$field], array('libelle_facture'))) {
    -			print '<td><textarea cols="30" rows="'.ROWS_2.'" class="flat" name="'.$fieldlist[$field].'">'.(! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:'').'</textarea></td>';
    -		}
    -		elseif (in_array($fieldlist[$field], array('content')))
    -		{
    -			print '<td>';
    -			if ($context != 'hide')
    -			{
    -				//print '<textarea cols="3" rows="'.ROWS_2.'" class="flat" name="'.$fieldlist[$field].'">'.(! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:'').'</textarea>';
    -				$okforextended=true;
    -				$doleditor = new DolEditor($fieldlist[$field], (! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:''), '', 140, 'dolibarr_mailings', 'In', 0, false, $okforextended, ROWS_5, '90%');
    -				print $doleditor->Create(1);
    -			}
    -			else print '&nbsp;';
    -			print '</td>';
    -		}
    -		elseif ($fieldlist[$field] == 'price' || preg_match('/^amount/i',$fieldlist[$field])) {
    -			print '<td><input type="text" class="flat" value="'.price((! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:'')).'" size="8" name="'.$fieldlist[$field].'"></td>';
    -		}
     		elseif ($fieldlist[$field] == 'code' && isset($obj->{$fieldlist[$field]})) {
     			print '<td><input type="text" class="flat" value="'.(! empty($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:'').'" size="10" name="'.$fieldlist[$field].'"></td>';
     		}
    -		elseif ($fieldlist[$field] == 'accountancy_code' || $fieldlist[$field] == 'accountancy_code_sell' || $fieldlist[$field] == 'accountancy_code_buy')
    -		{
    -			print '<td>';
    -			if (! empty($conf->accounting->enabled))
    -			{
    -				$accountancy_account = (! empty($obj->$fieldlist[$field]) ? $obj->$fieldlist[$field] : 0);
    -				print $formaccounting->select_account($accountancy_account, $fieldlist[$field], 1, '', 1, 1, 'maxwidth200 maxwidthonsmartphone');
    -			}
    -			else
    -			{
    -				print '<input type="text" size="10" class="flat" value="'.(isset($obj->$fieldlist[$field])?$obj->$fieldlist[$field]:'').'" name="'.$fieldlist[$field].'">';
    -			}
    -			print '</td>';
    -		}
     		else
     		{
     			print '<td>';
    @@ -1161,7 +874,6 @@ function fieldListAccountModel($fieldlist, $obj='', $tabname='', $context='')
     			if ($fieldlist[$field]=='code') $size='size="8" ';
     			if ($fieldlist[$field]=='position') $size='size="4" ';
     			if ($fieldlist[$field]=='libelle') $size='centpercent';
    -			if ($fieldlist[$field]=='tracking') $class='centpercent';
     			if ($fieldlist[$field]=='sortorder' || $fieldlist[$field]=='sens' || $fieldlist[$field]=='category_type') $size='size="2" ';
     			print '<input type="text" '.$size.' class="flat'.($class?' '.$class:'').'" value="'.(isset($obj->{$fieldlist[$field]})?$obj->{$fieldlist[$field]}:'').'" name="'.$fieldlist[$field].'">';
     			print '</td>';
    diff --git a/htdocs/accountancy/admin/export.php b/htdocs/accountancy/admin/export.php
    index 1463d3ae8c7..eccb9b0c06f 100644
    --- a/htdocs/accountancy/admin/export.php
    +++ b/htdocs/accountancy/admin/export.php
    @@ -5,7 +5,7 @@
      * Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
      * Copyright (C) 2014	   Juanjo Menent		<jmenent@2byte.es>
      * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
    - * Copyright (C) 2017      Frédéric France      <frederic.france@netlogic.fr>
    + * Copyright (C) 2017-2018 Frédéric France      <frederic.france@netlogic.fr>
      *
      * 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
    @@ -50,11 +50,11 @@ $main_option = array (
     
     $configuration = AccountancyExport::getTypeConfig();
     
    -$listparam = $configuration[param];
    +$listparam = $configuration['param'];
     
    -$listformat = $configuration[format];
    +$listformat = $configuration['format'];
     
    -$listcr = $configuration[cr];
    +$listcr = $configuration['cr'];
     
     
     $model_option = array (
    @@ -79,6 +79,7 @@ $model_option = array (
     /*
      * Actions
      */
    +
     if ($action == 'update') {
     	$error = 0;
     
    @@ -117,13 +118,15 @@ if ($action == 'update') {
     	if (! $error) {
             // reload
             $configuration = AccountancyExport::getTypeConfig();
    -        $listparam = $configuration[param];
    +        $listparam = $configuration['param'];
             setEventMessages($langs->trans("SetupSaved"), null, 'mesgs');
     	} else {
     		setEventMessages($langs->trans("Error"), null, 'errors');
     	}
     }
     
    +
    +
     /*
      * View
      */
    @@ -142,27 +145,27 @@ print '    {'."\n";
     foreach ($listparam as $key => $param) {
         print '        if (jQuery("#ACCOUNTING_EXPORT_MODELCSV").val()=="'.$key.'")'."\n";
         print '        {'."\n";
    -    print '            //console.log("'.$param[label].'");'."\n";
    -    if (empty($param[ACCOUNTING_EXPORT_FORMAT])) {
    +    print '            //console.log("'.$param['label'].'");'."\n";
    +    if (empty($param['ACCOUNTING_EXPORT_FORMAT'])) {
             print '            jQuery("#ACCOUNTING_EXPORT_FORMAT").val("'.$conf->global->ACCOUNTING_EXPORT_FORMAT.'");'."\n";
             print '            jQuery("#ACCOUNTING_EXPORT_FORMAT").prop("disabled", true);'."\n";
         } else {
    -        print '            jQuery("#ACCOUNTING_EXPORT_FORMAT").val("'.$param[ACCOUNTING_EXPORT_FORMAT].'");'."\n";
    +        print '            jQuery("#ACCOUNTING_EXPORT_FORMAT").val("'.$param['ACCOUNTING_EXPORT_FORMAT'].'");'."\n";
             print '            jQuery("#ACCOUNTING_EXPORT_FORMAT").removeAttr("disabled");'."\n";
         }
    -    if (empty($param[ACCOUNTING_EXPORT_SEPARATORCSV])) {
    +    if (empty($param['ACCOUNTING_EXPORT_SEPARATORCSV'])) {
             print '            jQuery("#ACCOUNTING_EXPORT_SEPARATORCSV").val("");'."\n";
             print '            jQuery("#ACCOUNTING_EXPORT_SEPARATORCSV").prop("disabled", true);'."\n";
         } else {
             print '            jQuery("#ACCOUNTING_EXPORT_SEPARATORCSV").val("'.$conf->global->ACCOUNTING_EXPORT_SEPARATORCSV.'");'."\n";
             print '            jQuery("#ACCOUNTING_EXPORT_SEPARATORCSV").removeAttr("disabled");'."\n";
         }
    -    if (empty($param[ACCOUNTING_EXPORT_ENDLINE])) {
    +    if (empty($param['ACCOUNTING_EXPORT_ENDLINE'])) {
             print '            jQuery("#ACCOUNTING_EXPORT_ENDLINE").prop("disabled", true);'."\n";
         } else {
             print '            jQuery("#ACCOUNTING_EXPORT_ENDLINE").removeAttr("disabled");'."\n";
         }
    -    if (empty($param[ACCOUNTING_EXPORT_DATE])) {
    +    if (empty($param['ACCOUNTING_EXPORT_DATE'])) {
             print '            jQuery("#ACCOUNTING_EXPORT_DATE").val("");'."\n";
             print '            jQuery("#ACCOUNTING_EXPORT_DATE").prop("disabled", true);'."\n";
         } else {
    @@ -257,17 +260,17 @@ if ($num2) {
     		print '<tr class="oddeven value">';
     
             // Param
    -        $label = $key[label];
    +        $label = $key['label'];
     		print '<td width="50%">' . $langs->trans($label) . '</td>';
     
     		// Value
             print '<td>';
    -        if (is_array($key[param])) {
    -            print $form->selectarray($label, $key[param], $conf->global->$label, 0);
    +        if (is_array($key['param'])) {
    +            print $form->selectarray($label, $key['param'], $conf->global->$label, 0);
             } else {
    -            print '<input type="text" size="20" id="'. $label .'" name="' . $key[label] . '" value="' . $conf->global->$label . '">';
    +            print '<input type="text" size="20" id="'. $label .'" name="' . $key['label'] . '" value="' . $conf->global->$label . '">';
             }
    -		
    +
     		print '</td></tr>';
     	}
     
    diff --git a/htdocs/accountancy/admin/fiscalyear_card.php b/htdocs/accountancy/admin/fiscalyear_card.php
    index 389b835e38e..cc4dd9dbb7f 100644
    --- a/htdocs/accountancy/admin/fiscalyear_card.php
    +++ b/htdocs/accountancy/admin/fiscalyear_card.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2014-2016  Alexandre Spangaro	<aspangaro@zendsi.com>
    +/* Copyright (C) 2014-2016  Alexandre Spangaro  <aspangaro@zendsi.com>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -169,12 +170,12 @@ if ($action == 'create')
     
     	// Date start
     	print '<tr><td class="fieldrequired">' . $langs->trans("DateStart") . '</td><td>';
    -	print $form->select_date(($date_start ? $date_start : ''), 'fiscalyear');
    +	print $form->selectDate(($date_start ? $date_start : ''), 'fiscalyear');
     	print '</td></tr>';
     
     	// Date end
     	print '<tr><td class="fieldrequired">' . $langs->trans("DateEnd") . '</td><td>';
    -	print $form->select_date(($date_end ? $date_end : - 1), 'fiscalyearend');
    +	print $form->selectDate(($date_end ? $date_end : - 1), 'fiscalyearend');
     	print '</td></tr>';
     
     	/*
    @@ -225,12 +226,12 @@ if ($action == 'create')
     
     			// Date start
     			print '<tr><td class="fieldrequired">' . $langs->trans("DateStart") . '</td><td>';
    -			print $form->select_date($object->date_start ? $object->date_start : - 1, 'fiscalyear');
    +			print $form->selectDate($object->date_start ? $object->date_start : - 1, 'fiscalyear');
     			print '</td></tr>';
     
     			// Date end
     			print '<tr><td class="fieldrequired">' . $langs->trans("DateEnd") . '</td><td>';
    -			print $form->select_date($object->date_end ? $object->date_end : - 1, 'fiscalyearend');
    +			print $form->selectDate($object->date_end ? $object->date_end : - 1, 'fiscalyearend');
     			print '</td></tr>';
     
     			// Statut
    diff --git a/htdocs/accountancy/admin/journals_list.php b/htdocs/accountancy/admin/journals_list.php
    index 7e8532e5225..20d0a5200a5 100644
    --- a/htdocs/accountancy/admin/journals_list.php
    +++ b/htdocs/accountancy/admin/journals_list.php
    @@ -128,16 +128,16 @@ complete_dictionary_with_modules($taborder,$tabname,$tablib,$tabsql,$tabsqlsort,
     
     // Define elementList and sourceList (used for dictionary type of contacts "llx_c_type_contact")
     $elementList = array();
    -	// Must match ids defined into eldy.lib.php
    -	$sourceList = array(
    -			'1' => $langs->trans('AccountingJournalType1'),
    -			'2' => $langs->trans('AccountingJournalType2'),
    -			'3' => $langs->trans('AccountingJournalType3'),
    -			'4' => $langs->trans('AccountingJournalType4'),
    -			'5' => $langs->trans('AccountingJournalType5'),
    -			'8' => $langs->trans('AccountingJournalType8'),
    -			'9' => $langs->trans('AccountingJournalType9')
    -	);
    +// Must match ids defined into eldy.lib.php
    +$sourceList = array(
    +	'1' => $langs->trans('AccountingJournalType1'),
    +	'2' => $langs->trans('AccountingJournalType2'),
    +	'3' => $langs->trans('AccountingJournalType3'),
    +	'4' => $langs->trans('AccountingJournalType4'),
    +	'5' => $langs->trans('AccountingJournalType5'),
    +	'8' => $langs->trans('AccountingJournalType8'),
    +	'9' => $langs->trans('AccountingJournalType9'),
    +);
     
     /*
      * Actions
    @@ -294,10 +294,10 @@ if (GETPOST('actionadd') || GETPOST('actionmodify'))
     	//$_GET["id"]=GETPOST('id', 'int');       // Force affichage dictionnaire en cours d'edition
     }
     
    -if (GETPOST('actioncancel'))
    -{
    -	//$_GET["id"]=GETPOST('id', 'int');       // Force affichage dictionnaire en cours d'edition
    -}
    +//if (GETPOST('actioncancel'))
    +//{
    +//	$_GET["id"]=GETPOST('id', 'int');       // Force affichage dictionnaire en cours d'edition
    +//}
     
     if ($action == 'confirm_delete' && $confirm == 'yes')       // delete
     {
    diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php
    index b8ab8d9af9f..2b263ca166c 100644
    --- a/htdocs/accountancy/bookkeeping/balance.php
    +++ b/htdocs/accountancy/bookkeeping/balance.php
    @@ -1,7 +1,8 @@
     <?php
    -/* Copyright (C) 2016       Olivier Geffroy     <jeff@jeffinfo.com>
    - * Copyright (C) 2016       Florian Henry       <florian.henry@open-concept.pro>
    - * Copyright (C) 2016-2018  Alexandre Spangaro  <aspangaro@zendsi.com>
    +/* Copyright (C) 2016       Olivier Geffroy         <jeff@jeffinfo.com>
    + * Copyright (C) 2016       Florian Henry           <florian.henry@open-concept.pro>
    + * Copyright (C) 2016-2018  Alexandre Spangaro      <aspangaro@zendsi.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -129,11 +130,6 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
     	$filter = array();
     }
     
    -
    -/*
    - * View
    - */
    -
     if ($action == 'export_csv') {
     
     	$sep = $conf->global->ACCOUNTING_EXPORT_SEPARATORCSV;
    @@ -155,13 +151,23 @@ if ($action == 'export_csv') {
     		print price($line->credit - $line->debit) . $sep;
     		print "\n";
     	}
    +
    +	exit;
     }
     
    -else {
    -	$title_page = $langs->trans("AccountBalance");
     
    -	llxHeader('', $title_page);
     
    +/*
    + * View
    + */
    +
    +$title_page = $langs->trans("AccountBalance");
    +
    +llxHeader('', $title_page);
    +
    +
    +if ($action != 'export_csv')
    +{
     	// List
     	$nbtotalofrecords = '';
     	if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
    @@ -193,9 +199,9 @@ else {
     
     	$moreforfilter .= '<div class="divsearchfield">';
     	$moreforfilter .= $langs->trans('DateStart') . ': ';
    -	$moreforfilter .= $form->select_date($search_date_start?$search_date_start:-1, 'date_start', 0, 0, 1, '', 1, 0, 1);
    +	$moreforfilter .= $form->selectDate($search_date_start?$search_date_start:-1, 'date_start', 0, 0, 1, '', 1, 0);
     	$moreforfilter .= $langs->trans('DateEnd') . ': ';
    -	$moreforfilter .= $form->select_date($search_date_end?$search_date_end:-1, 'date_end', 0, 0, 1, '', 1, 0, 1);
    +	$moreforfilter .= $form->selectDate($search_date_end?$search_date_end:-1, 'date_end', 0, 0, 1, '', 1, 0);
     	$moreforfilter .= '</div>';
     
     	if (! empty($moreforfilter)) {
    diff --git a/htdocs/accountancy/bookkeeping/card.php b/htdocs/accountancy/bookkeeping/card.php
    index e17cefd77bb..5add04d7361 100644
    --- a/htdocs/accountancy/bookkeeping/card.php
    +++ b/htdocs/accountancy/bookkeeping/card.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2013-2017 Florian Henry        <florian.henry@open-concept.pro>
      * Copyright (C) 2013-2018 Alexandre Spangaro   <aspangaro@zendsi.com>
      * Copyright (C) 2017      Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -350,7 +351,7 @@ if ($action == 'create')
     	print '<tr>';
     	print '<td class="titlefieldcreate fieldrequired">' . $langs->trans("Docdate") . '</td>';
     	print '<td>';
    -	print $html->select_date('', 'doc_date', '', '', '', "create_mvt", 1, 1);
    +	print $html->selectDate('', 'doc_date', '', '', '', "create_mvt", 1, 1);
     	print '</td>';
     	print '</tr>';
     
    @@ -432,7 +433,7 @@ if ($action == 'create')
     			print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
     			print '<input type="hidden" name="action" value="setdate">';
     			print '<input type="hidden" name="mode" value="'.$mode.'">';
    -			$form->select_date($object->doc_date ? $object->doc_date : - 1, 'doc_date', '', '', '', "setdate");
    +			print $form->selectDate($object->doc_date ? $object->doc_date : - 1, 'doc_date', '', '', '', "setdate");
     			print '<input type="submit" class="button" value="' . $langs->trans('Modify') . '">';
     			print '</form>';
     		} else {
    diff --git a/htdocs/accountancy/bookkeeping/list.php b/htdocs/accountancy/bookkeeping/list.php
    index ee44b52ab7d..132aa4e0afa 100644
    --- a/htdocs/accountancy/bookkeeping/list.php
    +++ b/htdocs/accountancy/bookkeeping/list.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2013-2016  Florian Henry        <florian.henry@open-concept.pro>
      * Copyright (C) 2013-2017  Alexandre Spangaro   <aspangaro@zendsi.com>
      * Copyright (C) 2016-2017  Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -465,11 +466,11 @@ if (! empty($arrayfields['t.doc_date']['checked']))
     	print '<td class="liste_titre center">';
     	print '<div class="nowrap">';
     	print $langs->trans('From') . ' ';
    -	print $form->select_date($search_date_start?$search_date_start:-1, 'search_date_start', 0, 0, 1);
    +	print $form->selectDate($search_date_start?$search_date_start:-1, 'search_date_start', 0, 0, 1);
     	print '</div>';
     	print '<div class="nowrap">';
     	print $langs->trans('to') . ' ';
    -	print $form->select_date($search_date_end?$search_date_end:-1, 'search_date_end', 0, 0, 1);
    +	print $form->selectDate($search_date_end?$search_date_end:-1, 'search_date_end', 0, 0, 1);
     	print '</div>';
     	print '</td>';
     }
    @@ -556,11 +557,11 @@ if (! empty($arrayfields['t.date_creation']['checked']))
     	print '<td class="liste_titre center">';
     	print '<div class="nowrap">';
     	print $langs->trans('From') . ' ';
    -	print $form->select_date($search_date_creation_start, 'date_creation_start', 0, 0, 1);
    +	print $form->selectDate($search_date_creation_start, 'date_creation_start', 0, 0, 1);
     	print '</div>';
     	print '<div class="nowrap">';
     	print $langs->trans('to') . ' ';
    -	print $form->select_date($search_date_creation_end, 'date_creation_end', 0, 0, 1);
    +	print $form->selectDate($search_date_creation_end, 'date_creation_end', 0, 0, 1);
     	print '</div>';
     	print '</td>';
     }
    @@ -570,11 +571,11 @@ if (! empty($arrayfields['t.tms']['checked']))
     	print '<td class="liste_titre center">';
     	print '<div class="nowrap">';
     	print $langs->trans('From') . ' ';
    -	print $form->select_date($search_date_modification_start, 'date_modification_start', 0, 0, 1);
    +	print $form->selectDate($search_date_modification_start, 'date_modification_start', 0, 0, 1);
     	print '</div>';
     	print '<div class="nowrap">';
     	print $langs->trans('to') . ' ';
    -	print $form->select_date($search_date_modification_end, 'date_modification_end', 0, 0, 1);
    +	print $form->selectDate($search_date_modification_end, 'date_modification_end', 0, 0, 1);
     	print '</div>';
     	print '</td>';
     }
    diff --git a/htdocs/accountancy/bookkeeping/listbyaccount.php b/htdocs/accountancy/bookkeeping/listbyaccount.php
    index 55e9c8ab7ad..c5726901e2e 100644
    --- a/htdocs/accountancy/bookkeeping/listbyaccount.php
    +++ b/htdocs/accountancy/bookkeeping/listbyaccount.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2013-2016  Olivier Geffroy     <jeff@jeffinfo.com>
      * Copyright (C) 2013-2016  Florian Henry       <florian.henry@open-concept.pro>
      * Copyright (C) 2013-2018  Alexandre Spangaro  <aspangaro@zendsi.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -287,10 +288,10 @@ print '</td>';
     print '<td class="liste_titre"></td>';
     print '<td class="liste_titre" align="center">';
     print $langs->trans('From') . ': ';
    -print $form->select_date($search_date_start, 'search_date_start', 0, 0, 1);
    +print $form->selectDate($search_date_start, 'search_date_start', 0, 0, 1);
     print '<br>';
     print $langs->trans('to') . ': ';
    -print $form->select_date($search_date_end, 'search_date_end', 0, 0, 1);
    +print $form->selectDate($search_date_end, 'search_date_end', 0, 0, 1);
     print '</td>';
     print '<td class="liste_titre"><input type="text" size="7" class="flat" name="search_doc_ref" value="' . dol_escape_htmltag($search_doc_ref) . '"/></td>';
     print '<td class="liste_titre"><input type="text" size="7" class="flat" name="search_label_operation" value="' . dol_escape_htmltag($search_label_operation) . '"/></td>';
    diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php
    index 7f0b2be0071..7cd1f1d11b2 100644
    --- a/htdocs/accountancy/class/accountancycategory.class.php
    +++ b/htdocs/accountancy/class/accountancycategory.class.php
    @@ -28,47 +28,97 @@ require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php';
     /**
      * Class to manage categories of an accounting account
      */
    -class AccountancyCategory 	// extends CommonObject
    +class AccountancyCategory // extends CommonObject
     {
    -	/**
    +    /**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
     	/**
     	 * @var string 		Error string
     	 * @see             errors
     	 */
     	public $error;
    -	
    +
     	/**
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
     	/**
     	 * @var string ID to identify managed object
     	 */
    -	public $element='c_accounting_category';			
    -	
    +	public $element='c_accounting_category';
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='c_accounting_category';	
    +	public $table_element='c_accounting_category';
     
    -	public $id;
    +	/**
    +     * @var int ID
    +     */
    +    public $id;
    +
    +	/**
    +	 * @var mixed Sample property 1
    +	 */
     	public $code;
    -	public $label;
    +
    +	/**
    +     * @var string Accountancy Category label
    +     */
    +    public $label;
    +
    +    /**
    +	 * @var mixed Sample property 1
    +	 */
     	public $range_account;
    +
    +	/**
    +	 * @var mixed Sample property 1
    +	 */
     	public $sens;
    +
    +	/**
    +	 * @var mixed Sample property 1
    +	 */
     	public $category_type;
    +
    +	/**
    +	 * @var mixed Sample property 1
    +	 */
     	public $formula;
    +
    +	/**
    +	 * @var mixed Sample property 1
    +	 */
     	public $position;
    +
    +	/**
    +	 * @var mixed Sample property 1
    +	 */
     	public $fk_country;
    +
    +	/**
    +	 * @var mixed Sample property 1
    +	 */
     	public $active;
     
    +	/**
    +	 * @var mixed Sample property 1
    +	 */
     	public $lines_cptbk;
    +
    +	/**
    +	 * @var mixed Sample property 1
    +	 */
     	public $lines_display;
    +
    +	/**
    +	 * @var mixed Sample property 1
    +	 */
     	public $sdc;
     
     
    @@ -145,18 +195,18 @@ class AccountancyCategory 	// extends CommonObject
     		{
     			$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX."c_accounting_category");
     
    -			if (! $notrigger)
    -			{
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action call a trigger.
    +			// Uncomment this and change MYOBJECT to your own tag if you
    +			// want this action call a trigger.
    +			//if (! $notrigger)
    +			//{
     
    -				//// Call triggers
    -				//include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    -				//$interface=new Interfaces($this->db);
    -				//$result=$interface->run_triggers('MYOBJECT_CREATE',$this,$user,$langs,$conf);
    -				//if ($result < 0) { $error++; $this->errors=$interface->errors; }
    -				//// End call triggers
    -			}
    +			//	// Call triggers
    +			//	include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    +			//	$interface=new Interfaces($this->db);
    +			//	$result=$interface->run_triggers('MYOBJECT_CREATE',$this,$user,$langs,$conf);
    +			//	if ($result < 0) { $error++; $this->errors=$interface->errors; }
    +			//	// End call triggers
    +			//}
     		}
     
     		// Commit or rollback
    @@ -284,18 +334,17 @@ class AccountancyCategory 	// extends CommonObject
     
     		if (! $error)
     		{
    -			if (! $notrigger)
    -			{
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action call a trigger.
    -
    -				//// Call triggers
    -				//include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    -				//$interface=new Interfaces($this->db);
    -				//$result=$interface->run_triggers('MYOBJECT_MODIFY',$this,$user,$langs,$conf);
    -				//if ($result < 0) { $error++; $this->errors=$interface->errors; }
    -				//// End call triggers
    -			}
    +			// Uncomment this and change MYOBJECT to your own tag if you
    +			// want this action call a trigger.
    +			//if (! $notrigger)
    +			//{
    +			//	// Call triggers
    +			//	include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    +			//	$interface=new Interfaces($this->db);
    +			//	$result=$interface->run_triggers('MYOBJECT_MODIFY',$this,$user,$langs,$conf);
    +			//	if ($result < 0) { $error++; $this->errors=$interface->errors; }
    +			//	// End call triggers
    +			//}
     		}
     
     		// Commit or rollback
    @@ -340,18 +389,17 @@ class AccountancyCategory 	// extends CommonObject
     
     		if (! $error)
     		{
    -			if (! $notrigger)
    -			{
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action call a trigger.
    -
    -				//// Call triggers
    -				//include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    -				//$interface=new Interfaces($this->db);
    -				//$result=$interface->run_triggers('MYOBJECT_DELETE',$this,$user,$langs,$conf);
    -				//if ($result < 0) { $error++; $this->errors=$interface->errors; }
    -				//// End call triggers
    -			}
    +			// Uncomment this and change MYOBJECT to your own tag if you
    +			// want this action call a trigger.
    +			//if (! $notrigger)
    +			//{
    +			//	// Call triggers
    +			//	include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    +			//	$interface=new Interfaces($this->db);
    +			//	$result=$interface->run_triggers('MYOBJECT_DELETE',$this,$user,$langs,$conf);
    +			//	if ($result < 0) { $error++; $this->errors=$interface->errors; }
    +			//	// End call triggers
    +			//}
     		}
     
     		// Commit or rollback
    @@ -713,7 +761,7 @@ class AccountancyCategory 	// extends CommonObject
     	 * Return list of personalized groups that are active
     	 *
     	 * @param	int			$categorytype		-1=All, 0=Only non computed groups, 1=Only computed groups
    -	 * @return	array							Array of groups
    +	 * @return	array|int						Array of groups or -1 if error
     	 */
     	public function getCats($categorytype=-1)
     	{
    @@ -770,7 +818,7 @@ class AccountancyCategory 	// extends CommonObject
     	 *
     	 * @param 	int 	$cat_id 				Id if personalized accounting group/category
     	 * @param 	string 	$predefinedgroupwhere 	Sql criteria filter to select accounting accounts
    -	 * @return 	array       					Array of accounting accounts
    +	 * @return 	array|int       				Array of accounting accounts or -1 if error
     	 */
     	public function getCptsCat($cat_id, $predefinedgroupwhere='')
     	{
    @@ -824,5 +872,4 @@ class AccountancyCategory 	// extends CommonObject
     			return -1;
     		}
     	}
    -
     }
    diff --git a/htdocs/accountancy/class/accountancyexport.class.php b/htdocs/accountancy/class/accountancyexport.class.php
    index 40427d68034..060efab591c 100644
    --- a/htdocs/accountancy/class/accountancyexport.class.php
    +++ b/htdocs/accountancy/class/accountancyexport.class.php
    @@ -44,7 +44,8 @@ class AccountancyExport
     	/**
     	 * @var Type of export. Defined by $conf->global->ACCOUNTING_EXPORT_MODELCSV
     	 */
    -	public static $EXPORT_TYPE_NORMAL = 1;	 // Classic CSV
    +	public static $EXPORT_TYPE_NORMAL = 1;	 			// CSV
    +	public static $EXPORT_TYPE_CONFIGURABLE = 10;		// CSV
     	public static $EXPORT_TYPE_CEGID = 2;
     	public static $EXPORT_TYPE_COALA = 3;
     	public static $EXPORT_TYPE_BOB50 = 4;
    @@ -53,7 +54,7 @@ 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;
    +	public static $EXPORT_TYPE_FEC = 11;
     
     
     	/**
    @@ -78,8 +79,8 @@ class AccountancyExport
     	 *
     	 * @param DoliDb $db Database handler
     	 */
    -    public function __construct(DoliDB &$db)
    -    {
    +	public function __construct(DoliDB &$db)
    +	{
     		global $conf;
     
     		$this->db = &$db;
    @@ -92,12 +93,13 @@ class AccountancyExport
     	 *
     	 * @return array of type
     	 */
    -    public static function getType()
    -    {
    +	public static function getType()
    +	{
     		global $langs;
     
     		return array (
    -				self::$EXPORT_TYPE_NORMAL => $langs->trans('Modelcsv_normal'),
    +				//self::$EXPORT_TYPE_NORMAL => $langs->trans('Modelcsv_normal'),
    +				self::$EXPORT_TYPE_CONFIGURABLE => $langs->trans('Modelcsv_configurable'),
     				self::$EXPORT_TYPE_CEGID => $langs->trans('Modelcsv_CEGID'),
     				self::$EXPORT_TYPE_COALA => $langs->trans('Modelcsv_COALA'),
     				self::$EXPORT_TYPE_BOB50 => $langs->trans('Modelcsv_bob50'),
    @@ -106,28 +108,53 @@ class AccountancyExport
     				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_CONFIGURABLE => $langs->trans('Modelcsv_configurable'),
    +				self::$EXPORT_TYPE_FEC => $langs->trans('Modelcsv_FEC'),
     			);
     	}
     
    +	/**
    +	 * Return string to summarize the format (Used to generated export filename)
    +	 *
    +	 * @param	int		$type		Format id
    +	 * @return 	string				Format code
    +	 */
    +	private static function getFormatCode($type)
    +	{
    +		$formatcode = array (
    +			//self::$EXPORT_TYPE_NORMAL => 'csv',
    +			self::$EXPORT_TYPE_CONFIGURABLE => 'csv',
    +			self::$EXPORT_TYPE_CEGID => 'cegid',
    +			self::$EXPORT_TYPE_COALA => 'coala',
    +			self::$EXPORT_TYPE_BOB50 => 'bob50',
    +			self::$EXPORT_TYPE_CIEL => 'ciel',
    +			self::$EXPORT_TYPE_QUADRATUS => 'quadratus',
    +			self::$EXPORT_TYPE_EBP => 'ebp',
    +			self::$EXPORT_TYPE_COGILOG => 'cogilog',
    +			self::$EXPORT_TYPE_AGIRIS => 'agiris',
    +			self::$EXPORT_TYPE_FEC => 'fec',
    +		);
    +
    +		return $formatcode[$type];
    +	}
    +
     	/**
     	 * Array with all export type available (key + label) and parameters for config
     	 *
     	 * @return array of type
     	 */
    -    public static function getTypeConfig()
    -    {
    +	public static function getTypeConfig()
    +	{
     		global $conf, $langs;
     
     		return array (
     			'param' => array(
    -				self::$EXPORT_TYPE_NORMAL => 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'),
     				),
    @@ -161,6 +188,10 @@ class AccountancyExport
     					'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_FEC => array(
    +					'label' => $langs->trans('Modelcsv_FEC'),
    +					'ACCOUNTING_EXPORT_FORMAT' => 'txt',
    +				),
     			),
     			'cr'=> array (
     				'1' => $langs->trans("Unix"),
    @@ -173,34 +204,30 @@ class AccountancyExport
     		);
     	}
     
    -	/**
    -	 * Download the export
    -	 *
    -	 * @return void
    -	 */
    -    public static function downloadFile()
    -    {
    -		global $conf;
    -		$filename = 'general_ledger';
    -		include DOL_DOCUMENT_ROOT . '/accountancy/tpl/export_journal.tpl.php';
    -	}
     
     	/**
     	 * Function who chose which export to use with the default config
     	 *
    -	 * @param unknown $TData data
    -     * @return void
    +	 * @param array		$TData 		data
    +	 * @return void
     	 */
    -    public function export(&$TData)
    -    {
    +	public function export(&$TData)
    +	{
     		global $conf, $langs;
     
    -		self::downloadFile();
    +
    +		$filename = 'general_ledger-'.$this->getFormatCode($conf->global->ACCOUNTING_EXPORT_MODELCSV);
    +		include DOL_DOCUMENT_ROOT . '/accountancy/tpl/export_journal.tpl.php';
    +
     
     		switch ($conf->global->ACCOUNTING_EXPORT_MODELCSV) {
     			case self::$EXPORT_TYPE_NORMAL :
    -				$this->exportNormal($TData);
    +				/*$this->exportNormal($TData);
    +				break;*/
    +			case self::$EXPORT_TYPE_CONFIGURABLE :
    +				$this->exportConfigurable($TData);
     				break;
    +			case self::$EXPORT_TYPE_NORMAL :
     			case self::$EXPORT_TYPE_CEGID :
     				$this->exportCegid($TData);
     				break;
    @@ -225,8 +252,8 @@ class AccountancyExport
     			case self::$EXPORT_TYPE_AGIRIS :
     				$this->exportAgiris($TData);
     				break;
    -			case self::$EXPORT_TYPE_CONFIGURABLE :
    -				$this->exportConfigurable($TData);
    +			case self::$EXPORT_TYPE_FEC :
    +				$this->exportFEC($TData);
     				break;
     			default:
     				$this->errors[] = $langs->trans('accountancy_error_modelnotfound');
    @@ -241,8 +268,9 @@ class AccountancyExport
     	 *
     	 * @return void
     	 */
    -    public function exportNormal($objectLines)
    -    {
    +	/* Use $EXPORT_TYPE_CONFIGURABLE instead
    +	public function exportNormal($objectLines)
    +	{
     		global $conf;
     
     		foreach ( $objectLines as $line ) {
    @@ -258,6 +286,7 @@ class AccountancyExport
     			print $this->end_line;
     		}
     	}
    +	*/
     
     	/**
     	 * Export format : CEGID
    @@ -266,8 +295,8 @@ class AccountancyExport
     	 *
     	 * @return void
     	 */
    -    public function exportCegid($objectLines)
    -    {
    +	public function exportCegid($objectLines)
    +	{
     		foreach ( $objectLines as $line ) {
     			$date = dol_print_date($line->doc_date, '%d%m%Y');
     			$separator = ";";
    @@ -292,8 +321,8 @@ class AccountancyExport
     	 *
     	 * @return void
     	 */
    -    public function exportCogilog($objectLines)
    -    {
    +	public function exportCogilog($objectLines)
    +	{
     		foreach ( $objectLines as $line ) {
     			$date = dol_print_date($line->doc_date, '%d%m%Y');
     			$separator = ";";
    @@ -326,8 +355,8 @@ class AccountancyExport
     	 *
     	 * @return void
     	 */
    -    public function exportCoala($objectLines)
    -    {
    +	public function exportCoala($objectLines)
    +	{
     		// Coala export
     		$separator = ";";
     		$end_line = "\n";
    @@ -354,8 +383,8 @@ class AccountancyExport
     	 *
     	 * @return void
     	 */
    -    public function exportBob50($objectLines)
    -    {
    +	public function exportBob50($objectLines)
    +	{
     
     		// Bob50
     		$separator = ";";
    @@ -393,8 +422,8 @@ class AccountancyExport
     	 *
     	 * @return void
     	 */
    -    public function exportCiel(&$TData)
    -    {
    +	public function exportCiel(&$TData)
    +	{
     		global $conf;
     
     		$end_line ="\r\n";
    @@ -434,13 +463,13 @@ class AccountancyExport
     	 *
     	 * @return void
     	 */
    -    public function exportQuadratus(&$TData)
    -    {
    +	public function exportQuadratus(&$TData)
    +	{
     		global $conf;
     
     		$end_line ="\r\n";
     
    -        //We should use dol_now function not time however this is wrong date to transfert in accounting
    +		//We should use dol_now function not time however this is wrong date to transfert in accounting
     		//$date_ecriture = dol_print_date(dol_now(), $conf->global->ACCOUNTING_EXPORT_DATE); // format must be ddmmyy
     		//$date_ecriture = dol_print_date(time(), $conf->global->ACCOUNTING_EXPORT_DATE); // format must be ddmmyy
     		foreach ( $TData as $data ) {
    @@ -454,8 +483,8 @@ class AccountancyExport
     			$Tab['code_journal'] = str_pad(self::trunc($data->code_journal, 2), 2);
     			$Tab['folio'] = '000';
     
    -            //We use invoice date $data->doc_date not $date_ecriture which is the transfert date
    -            //maybe we should set an option for customer who prefer to keep in accounting software the tranfert date instead of invoice date ?
    +			//We use invoice date $data->doc_date not $date_ecriture which is the transfert date
    +			//maybe we should set an option for customer who prefer to keep in accounting software the tranfert date instead of invoice date ?
     			//$Tab['date_ecriture'] = $date_ecriture;
     			$Tab['date_ecriture'] = dol_print_date($data->doc_date, '%d%m%y');
     			$Tab['filler'] = ' ';
    @@ -463,25 +492,25 @@ class AccountancyExport
     			$Tab['sens'] = $data->sens; // C or D
     			$Tab['signe_montant'] = '+';
     
    -            //elarifr le montant doit etre en centimes sans point decimal !
    +			//elarifr le montant doit etre en centimes sans point decimal !
     			$Tab['montant'] = str_pad(abs($data->montant*100), 12, '0', STR_PAD_LEFT); // TODO manage negative amount
    -		    // $Tab['montant'] = str_pad(abs($data->montant), 12, '0', STR_PAD_LEFT); // TODO manage negative amount
    +			// $Tab['montant'] = str_pad(abs($data->montant), 12, '0', STR_PAD_LEFT); // TODO manage negative amount
     			$Tab['contrepartie'] = str_repeat(' ', 8);
     
    -            // elarifr:  date format must be fixed format : 6 char ddmmyy = %d%m%yand not defined by user / dolibarr setting
    +			// elarifr:  date format must be fixed format : 6 char ddmmyy = %d%m%yand not defined by user / dolibarr setting
     			if (! empty($data->date_echeance))
     				//$Tab['date_echeance'] = dol_print_date($data->date_echeance, $conf->global->ACCOUNTING_EXPORT_DATE);
    -				$Tab['date_echeance'] = dol_print_date($data->date_echeance,  '%d%m%y' );     // elarifr:  format must be ddmmyy
    +				$Tab['date_echeance'] = dol_print_date($data->date_echeance,  '%d%m%y' );	 // elarifr:  format must be ddmmyy
     			else
     				$Tab['date_echeance'] = '000000';
     
    -            //elarifr please keep quadra named field lettrage(2) + codestat(3) instead of fake lettrage(5)
    +			//elarifr please keep quadra named field lettrage(2) + codestat(3) instead of fake lettrage(5)
     			//$Tab['lettrage'] = str_repeat(' ', 5);
     			$Tab['lettrage'] = str_repeat(' ', 2);
     			$Tab['codestat'] = str_repeat(' ', 3);
     			$Tab['num_piece'] = str_pad(self::trunc($data->piece_num, 5), 5);
     
    -            //elarifr keep correct quadra named field instead of anon filler
    +			//elarifr keep correct quadra named field instead of anon filler
     			//$Tab['filler2'] = str_repeat(' ', 20);
     			$Tab['affaire'] = str_repeat(' ', 10);
     			$Tab['quantity1'] = str_repeat(' ', 10);
    @@ -490,16 +519,16 @@ class AccountancyExport
     			$Tab['code_journal2'] = str_pad(self::trunc($data->code_journal, 3), 3);
     			$Tab['filler3'] = str_repeat(' ', 3);
     
    -            //elarifr keep correct quadra named field instead of anon filler libelle_ecriture2 is 30 char not 32 !!!!
    -            //as we use utf8, we must remove accent to have only one ascii char instead of utf8 2 chars for specials that report wrong line size that will exceed import format spec
    -            //todo we should filter more than only accent to avoid wrong line size
    -            //TODO: remove invoice number doc_ref in libelle,
    -            //TODO: we should offer an option for customer to build the libelle using invoice number / name / date in accounting software
    +			//elarifr keep correct quadra named field instead of anon filler libelle_ecriture2 is 30 char not 32 !!!!
    +			//as we use utf8, we must remove accent to have only one ascii char instead of utf8 2 chars for specials that report wrong line size that will exceed import format spec
    +			//todo we should filter more than only accent to avoid wrong line size
    +			//TODO: remove invoice number doc_ref in libelle,
    +			//TODO: we should offer an option for customer to build the libelle using invoice number / name / date in accounting software
     			//$Tab['libelle_ecriture2'] = str_pad(self::trunc(dol_string_unaccent($data->doc_ref) . ' ' . dol_string_unaccent($data->label_operation), 30), 30);
     			$Tab['libelle_ecriture2'] = str_pad(self::trunc(dol_string_unaccent($data->label_operation), 30), 30);
     			$Tab['codetva'] = str_repeat(' ', 2);
     
    -            //elarifr we need to keep the 10 lastest number of invoice doc_ref not the beginning part that is the unusefull almost same part
    +			//elarifr we need to keep the 10 lastest number of invoice doc_ref not the beginning part that is the unusefull almost same part
     			//$Tab['num_piece3'] = str_pad(self::trunc($data->piece_num, 10), 10);
     			$Tab['num_piece3'] = substr(self::trunc($data->doc_ref, 20), -10);
     			$Tab['filler4'] = str_repeat(' ', 73);
    @@ -518,8 +547,8 @@ class AccountancyExport
     	 *
     	 * @return void
     	 */
    -    public function exportEbp($objectLines)
    -    {
    +	public function exportEbp($objectLines)
    +	{
     
     		$separator = ',';
     		$end_line = "\n";
    @@ -551,8 +580,8 @@ class AccountancyExport
     	 *
     	 * @return void
     	 */
    -    public function exportAgiris($objectLines)
    -    {
    +	public function exportAgiris($objectLines)
    +	{
     
     		$separator = ';';
     		$end_line = "\n";
    @@ -589,8 +618,8 @@ class AccountancyExport
     	 *
     	 * @return void
     	 */
    -    public function exportConfigurable($objectLines)
    -    {
    +	public function exportConfigurable($objectLines)
    +	{
     		global $conf;
     
     		foreach ($objectLines as $line) {
    @@ -601,27 +630,101 @@ class AccountancyExport
     			$tab[] = $date;
     			$tab[] = $line->doc_ref;
     			$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;
    +			$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;
     		}
     	}
     
    +	/**
    +	 * Export format : FEC
    +	 *
    +	 * @param array $objectLines data
    +	 *
    +	 * @return void
    +	 */
    +	public function exportFEC($objectLines)
    +	{
    +		$separator = ';';
    +		$end_line = "\n";
    +
    +		foreach ( $objectLines as $line ) {
    +			$date_creation = dol_print_date($line->date_creation, '%d%m%Y');
    +			$date_doc = dol_print_date($line->doc_date, '%d%m%Y');
    +			$date_valid = dol_print_date($line->date_validated, '%d%m%Y');
    +
    +			// FEC:JournalCode
    +			print $line->code_journal;
    +
    +			// FEC:JournalLib
    +			print $line->journal_label;
    +
    +			// FEC:EcritureNum
    +			print $line->piece_num . $separator;
    +
    +			// FEC:EcritureDate
    +			print $date_creation . $separator;
    +
    +			// FEC:CompteNum
    +			print $line->numero_compte . $separator;
    +
    +			// FEC:CompteLib
    +			print $line->label_compte . $separator;
    +
    +			// FEC:CompAuxNum
    +			print $line->subledger_account . $separator;
    +
    +			// FEC:CompAuxLib
    +			print $line->subledger_label . $separator;
    +
    +			// FEC:PieceRef
    +			print $line->doc_ref . $separator;
    +
    +			// FEC:PieceDate
    +			print $date_doc . $separator;
    +
    +			// FEC:EcritureLib
    +			print $line->label_operation . $separator;
    +
    +			// FEC:Debit
    +			print price($line->debit) . $separator;
    +
    +			// FEC:Credit
    +			print price($line->credit) . $separator;
    +
    +			// FEC:EcritureLet
    +			print $line->lettering_code . $separator;
    +
    +			// FEC:DateLet
    +			print $line->date_lettering . $separator;
    +
    +			// FEC:ValidDate
    +			print $date_valid . $separator;
    +
    +			// FEC:Montantdevise
    +			print $line->multicurrency_amount . $separator;
    +
    +			// FEC:Idevise
    +			print $line->multicurrency_code;
    +
    +			print $end_line;
    +		}
    +	}
     
     	/**
     	 *
    -	 * @param unknown $str data
    -	 * @param integer $size data
    -     * @return string
    +	 * @param string	$str 	data
    +	 * @param integer 	$size 	data
    +	 * @return string
     	 */
    -    public static function trunc($str, $size)
    -    {
    +	public static function trunc($str, $size)
    +	{
     		return dol_trunc($str, $size, 'right', 'UTF-8', 1);
     	}
     }
    diff --git a/htdocs/accountancy/class/accountancysystem.class.php b/htdocs/accountancy/class/accountancysystem.class.php
    index 8b30070317a..b70fa7238bb 100644
    --- a/htdocs/accountancy/class/accountancysystem.class.php
    +++ b/htdocs/accountancy/class/accountancysystem.class.php
    @@ -32,24 +32,32 @@ class AccountancySystem
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    -	var $rowid;
    -	var $fk_pcg_version;
    -	var $pcg_type;
    -	var $pcg_subtype;
    -	
    +
    +	/**
    +	 * @var int ID
    +	 */
    +	public $rowid;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_pcg_version;
    +
    +	public $pcg_type;
    +	public $pcg_subtype;
    +
         /**
    -     * @var string proper name for given parameter
    +     * @var string Accountancy System label
          */
         public $label;
    -    
    -	var $account_number;
    -	var $account_parent;
    +
    +	public $account_number;
    +	public $account_parent;
     
     	/**
     	 * Constructor
    diff --git a/htdocs/accountancy/class/accountingaccount.class.php b/htdocs/accountancy/class/accountingaccount.class.php
    index 6a72b881aab..9030e65b049 100644
    --- a/htdocs/accountancy/class/accountingaccount.class.php
    +++ b/htdocs/accountancy/class/accountingaccount.class.php
    @@ -31,12 +31,15 @@
     class AccountingAccount extends CommonObject
     {
     	public $element='accounting_account';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='accounting_account';
    -	
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'billr';
     
     	/**
    @@ -44,7 +47,7 @@ class AccountingAccount extends CommonObject
     	 * @var int
     	 */
     	public $ismultientitymanaged = 1;
    -	
    +
     	/**
     	 * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
     	 * @var integer
    @@ -55,40 +58,61 @@ class AccountingAccount extends CommonObject
     	 * @var DoliDB Database handler.
     	 */
     	public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    -	public $error='';	
    +	public $error='';
     
     	/**
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
     	/**
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $rowid;
    -	var $datec; // Creation date
    -	var $fk_pcg_version;
    -	var $pcg_type;
    -	var $pcg_subtype;
    -	var $account_number;
    -	var $account_parent;
    -	var $account_category;
    -	
    +
     	/**
    -         * @var string proper name for given parameter
    -         */
    -        public $label;
    -    
    -	var $fk_user_author;
    -	var $fk_user_modif;
    -	var $active;       // duplicate with status
    -	var $status;
    +	 * @var int ID
    +	 */
    +	public $rowid;
    +
    +	public $datec; // Creation date
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_pcg_version;
    +
    +	public $pcg_type;
    +	public $pcg_subtype;
    +	public $account_number;
    +	public $account_parent;
    +	public $account_category;
    +
    +	/**
    +	 * @var int Status
    +	 */
    +	public $status;
    +
    +    /**
    +     * @var string Label of account
    +     */
    +    public $label;
    +
    +    /**
    +     * @var int ID
    +     */
    +    public $fk_user_author;
    +
    +    /**
    +     * @var int ID
    +     */
    +    public $fk_user_modif;
    +
    +    public $active;       // duplicate with status
     
     
     	/**
    @@ -422,7 +446,7 @@ class AccountingAccount extends CommonObject
     	 * @param	string  $moretitle					Add more text to title tooltip
     	 * @param	int  	$notooltip					1=Disable tooltip
          * @param	int     $save_lastsearch_value		-1=Auto, 0=No save of lastsearch_values when clicking, 1=Save lastsearch_values whenclicking
    -	 * @return	string	String with URL
    +	 * @return  string	String with URL
     	 */
     	function getNomUrl($withpicto = 0, $withlabel = 0, $nourl = 0, $moretitle='',$notooltip=0, $save_lastsearch_value=-1)
     	{
    @@ -520,6 +544,7 @@ class AccountingAccount extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Account deactivated
     	 *
    @@ -528,6 +553,7 @@ class AccountingAccount extends CommonObject
     	 */
         function account_desactivate($id)
         {
    +        // phpcs:enable
     		$result = $this->checkUsage();
     
     		if ($result > 0) {
    @@ -553,6 +579,7 @@ class AccountingAccount extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Account activated
     	 *
    @@ -561,6 +588,7 @@ class AccountingAccount extends CommonObject
     	 */
         function account_activate($id)
         {
    +        // phpcs:enable
     		$this->db->begin();
     
     		$sql = "UPDATE " . MAIN_DB_PREFIX . "accounting_account ";
    @@ -591,6 +619,7 @@ class AccountingAccount extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -600,6 +629,7 @@ class AccountingAccount extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->loadLangs(array("users"));
     
    @@ -609,27 +639,27 @@ class AccountingAccount extends CommonObject
     			if ($statut == 1) return $langs->trans('Enabled');
     			if ($statut == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($statut == 1) return $langs->trans('Enabled');
     			if ($statut == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
     			if ($statut == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut == 1) return img_picto($langs->trans('Enabled'),'statut4');
     			if ($statut == 0) return img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
     			if ($statut == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
     			if ($statut == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    diff --git a/htdocs/accountancy/class/accountingjournal.class.php b/htdocs/accountancy/class/accountingjournal.class.php
    index c908b4ccb7c..9bd21a4a5c4 100644
    --- a/htdocs/accountancy/class/accountingjournal.class.php
    +++ b/htdocs/accountancy/class/accountingjournal.class.php
    @@ -30,20 +30,40 @@ class AccountingJournal extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='accounting_journal';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='accounting_journal';
    -	
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element = '';
    -	public $ismultientitymanaged = 0;	// 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 0;
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'generic';
     
    -	var $rowid;
    +	/**
    +	 * @var int ID
    +	 */
    +	public $rowid;
     
     	public $code;
    -	public $label;
    +
    +	/**
    +     * @var string Accounting Journal label
    +     */
    +    public $label;
    +
     	public $nature;		// 1:various operations, 2:sale, 3:purchase, 4:bank, 5:expense-report, 8:inventory, 9: has-new
     	public $active;
     
    @@ -255,6 +275,7 @@ class AccountingJournal extends CommonObject
     		return $this->LibType($this->nature,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return type of an accounting journal
     	 *
    @@ -264,6 +285,7 @@ class AccountingJournal extends CommonObject
     	 */
     	function LibType($nature,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$langs->loadLangs(array("accountancy"));
    diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php
    index a3a91cdc8e5..5e9350b0366 100644
    --- a/htdocs/accountancy/class/bookkeeping.class.php
    +++ b/htdocs/accountancy/class/bookkeeping.class.php
    @@ -35,22 +35,25 @@ class BookKeeping extends CommonObject
     	 * @var string Error code (or message)
     	 */
     	public $error;
    -	
    +
     	/**
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
     	/**
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'accountingbookkeeping';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'accounting_bookkeeping';
     
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
     
     	/**
    @@ -62,14 +65,22 @@ class BookKeeping extends CommonObject
     	 * @var int ID
     	 */
     	public $id;
    -	/**
    -	 */
    +
     	public $doc_date;
     	public $date_lim_reglement;
     	public $doc_type;
     	public $doc_ref;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_doc;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_docdet;
    +
     	public $thirdparty_code;
     	public $subledger_account;
     	public $subledger_label;
    @@ -80,7 +91,12 @@ class BookKeeping extends CommonObject
     	public $credit;
     	public $montant;
     	public $sens;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_user_author;
    +
     	public $import_key;
     	public $code_journal;
     	public $journal_label;
    @@ -333,18 +349,15 @@ class BookKeeping extends CommonObject
     			dol_syslog(__METHOD__ . ' ' . join(',', $this->errors), LOG_ERR);
     		}
     
    -		if (! $error) {
    +		// Uncomment this and change MYOBJECT to your own tag if you
    +		// want this action to call a trigger.
    +		//if (! $error && ! $notrigger) {
     
    -			if (! $notrigger) {
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action to call a trigger.
    -
    -				// // Call triggers
    -				// $result=$this->call_trigger('MYOBJECT_CREATE',$user);
    -				// if ($result < 0) $error++;
    -				// // End call triggers
    -			}
    -		}
    +		// // Call triggers
    +		// $result=$this->call_trigger('MYOBJECT_CREATE',$user);
    +		// if ($result < 0) $error++;
    +		// // End call triggers
    +		//}
     
     		// Commit or rollback
     		if ($error) {
    @@ -564,15 +577,15 @@ class BookKeeping extends CommonObject
     		if (! $error) {
     			$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX . $this->table_element . $mode);
     
    -			if (! $notrigger) {
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action to call a trigger.
    +			// Uncomment this and change MYOBJECT to your own tag if you
    +			// want this action to call a trigger.
    +			//if (! $notrigger) {
     
    -				// // Call triggers
    -				// $result=$this->call_trigger('MYOBJECT_CREATE',$user);
    -				// if ($result < 0) $error++;
    -				// // End call triggers
    -			}
    +			// // Call triggers
    +			// $result=$this->call_trigger('MYOBJECT_CREATE',$user);
    +			// if ($result < 0) $error++;
    +			// // End call triggers
    +			//}
     		}
     
     		// Commit or rollback
    @@ -719,6 +732,10 @@ class BookKeeping extends CommonObject
     		$sql .= " t.credit,";
     		$sql .= " t.montant,";
     		$sql .= " t.sens,";
    +		$sql .= " t.multicurrency_amount,";
    +		$sql .= " t.multicurrency_code,";
    +		$sql .= " t.lettering_code,";
    +		$sql .= " t.date_lettering,";
     		$sql .= " t.fk_user_author,";
     		$sql .= " t.import_key,";
     		$sql .= " t.code_journal,";
    @@ -787,6 +804,10 @@ class BookKeeping extends CommonObject
     				$line->credit = $obj->credit;
     				$line->montant = $obj->montant;
     				$line->sens = $obj->sens;
    +				$line->multicurrency_amount = $obj->multicurrency_amount;
    +				$line->multicurrency_code = $obj->multicurrency_code;
    +				$line->lettering_code = $obj->lettering_code;
    +				$line->date_lettering = $obj->date_lettering;
     				$line->fk_user_author = $obj->fk_user_author;
     				$line->import_key = $obj->import_key;
     				$line->code_journal = $obj->code_journal;
    @@ -1129,15 +1150,15 @@ class BookKeeping extends CommonObject
     			dol_syslog(__METHOD__ . ' ' . join(',', $this->errors), LOG_ERR);
     		}
     
    -		if (! $error && ! $notrigger) {
    -			// Uncomment this and change MYOBJECT to your own tag if you
    -			// want this action calls a trigger.
    +		// Uncomment this and change MYOBJECT to your own tag if you
    +		// want this action calls a trigger.
    +		//if (! $error && ! $notrigger) {
     
    -			// // Call triggers
    -			// $result=$this->call_trigger('MYOBJECT_MODIFY',$user);
    -			// if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    -			// // End call triggers
    -		}
    +		// // Call triggers
    +		// $result=$this->call_trigger('MYOBJECT_MODIFY',$user);
    +		// if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    +		// // End call triggers
    +		//}
     
     		// Commit or rollback
     		if ($error) {
    @@ -1203,17 +1224,15 @@ class BookKeeping extends CommonObject
     
     		$this->db->begin();
     
    -		if (! $error) {
    -			if (! $notrigger) {
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action calls a trigger.
    +		// Uncomment this and change MYOBJECT to your own tag if you
    +		// want this action calls a trigger.
    +		//if (! $error && ! $notrigger) {
     
    -				// // Call triggers
    -				// $result=$this->call_trigger('MYOBJECT_DELETE',$user);
    -				// if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    -				// // End call triggers
    -			}
    -		}
    +		// // Call triggers
    +		// $result=$this->call_trigger('MYOBJECT_DELETE',$user);
    +		// if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    +		// // End call triggers
    +		//}
     
     		if (! $error) {
     			$sql = 'DELETE FROM ' . MAIN_DB_PREFIX . $this->table_element.$mode;
    @@ -1551,6 +1570,7 @@ class BookKeeping extends CommonObject
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Export bookkeping
     	 *
    @@ -1559,6 +1579,7 @@ class BookKeeping extends CommonObject
     	 */
         function export_bookkeping($model = 'ebp')
         {
    +        // phpcs:enable
     		global $conf;
     
     		$sql = "SELECT rowid, doc_date, doc_type,";
    @@ -1703,20 +1724,22 @@ class BookKeeping extends CommonObject
     		*/
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	* Return list of accounts with label by chart of accounts
     	*
    -	* @param string		$selectid	Preselected chart of accounts
    -	* @param string		$htmlname	Name of field in html form
    +	* @param string     $selectid   Preselected chart of accounts
    +	* @param string     $htmlname	Name of field in html form
     	* @param int		$showempty	Add an empty field
     	* @param array		$event		Event options
     	* @param int		$select_in	Value is a aa.rowid (0 default) or aa.account_number (1)
     	* @param int		$select_out	Set value returned by select 0=rowid (default), 1=account_number
     	* @param int		$aabase		Set accounting_account base class to display empty=all or from 1 to 8 will display only account beginning by this number
     	* @return string	String with HTML select
    -	*/
    +    */
         function select_account($selectid, $htmlname = 'account', $showempty = 0, $event = array(), $select_in = 0, $select_out = 0, $aabase = '')
         {
    +        // phpcs:enable
     		global $conf;
     
     		require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php';
    @@ -1773,6 +1796,7 @@ class BookKeeping extends CommonObject
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Description of a root accounting account
     	 *
    @@ -1781,6 +1805,7 @@ class BookKeeping extends CommonObject
     	 */
     	function get_compte_racine($account = null)
     	{
    +        // phpcs:enable
     		global $conf;
     		$pcgver = $conf->global->CHARTOFACCOUNTS;
     
    @@ -1813,6 +1838,7 @@ class BookKeeping extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Description of accounting account
     	 *
    @@ -1821,6 +1847,7 @@ class BookKeeping extends CommonObject
     	 */
     	function get_compte_desc($account = null)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$pcgver = $conf->global->CHARTOFACCOUNTS;
    @@ -1858,12 +1885,25 @@ class BookKeeping extends CommonObject
      */
     class BookKeepingLine
     {
    +	/**
    +	 * @var int ID
    +	 */
     	public $id;
    +
     	public $doc_date = '';
     	public $doc_type;
     	public $doc_ref;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_doc;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_docdet;
    +
     	public $thirdparty_code;
     	public $subledger_account;
     	public $subledger_label;
    @@ -1874,7 +1914,12 @@ class BookKeepingLine
     	public $credit;
     	public $montant;
     	public $sens;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_user_author;
    +
     	public $import_key;
     	public $code_journal;
     	public $journal_label;
    diff --git a/htdocs/accountancy/class/lettering.class.php b/htdocs/accountancy/class/lettering.class.php
    index a67fd457e11..0ddbaeb5026 100644
    --- a/htdocs/accountancy/class/lettering.class.php
    +++ b/htdocs/accountancy/class/lettering.class.php
    @@ -35,7 +35,7 @@ class lettering extends BookKeeping
     	 * lettrageTiers
     	 *
     	 * @param int $socid Thirdparty id
    -	 * @return void
    +	 * @return int 1 OK, <0 error
     	 */
     	public function lettrageTiers($socid)
     	{
    diff --git a/htdocs/accountancy/customer/index.php b/htdocs/accountancy/customer/index.php
    index 45387722719..4f4932fe08f 100644
    --- a/htdocs/accountancy/customer/index.php
    +++ b/htdocs/accountancy/customer/index.php
    @@ -153,7 +153,7 @@ $y = $year_current;
     $buttonbind = '<a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?year=' . $year_current . '&action=validatehistory">' . $langs->trans("ValidateHistory") . '</a>';
     
     print_barre_liste($langs->trans("OverviewOfAmountOfLinesNotBound"), '', '', '', '', '', '', -1, '', '', 0, $buttonbind, '', 0, 1, 1);
    -//print_fiche_titre($langs->trans("OverviewOfAmountOfLinesNotBound"), $buttonbind, '');
    +//print load_fiche_titre($langs->trans("OverviewOfAmountOfLinesNotBound"), $buttonbind, '');
     
     print '<div class="div-table-responsive-no-min">';
     print '<table class="noborder" width="100%">';
    @@ -229,7 +229,7 @@ print '<br>';
     
     
     print_barre_liste($langs->trans("OverviewOfAmountOfLinesBound"), '', '', '', '', '', '', -1, '', '', 0, '', '', 0, 1, 1);
    -//print_fiche_titre($langs->trans("OverviewOfAmountOfLinesBound"), '', '');
    +//print load_fiche_titre($langs->trans("OverviewOfAmountOfLinesBound"), '', '');
     
     print '<div class="div-table-responsive-no-min">';
     print '<table class="noborder" width="100%">';
    @@ -309,7 +309,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0) // This part of code looks strange.
     	print '<br>';
     
     	print_barre_liste($langs->trans("OtherInfo"), '', '', '', '', '', '', -1, '', '', 0, '', '', 0, 1, 1);
    -	//print_fiche_titre($langs->trans("OtherInfo"), '', '');
    +	//print load_fiche_titre($langs->trans("OtherInfo"), '', '');
     
     	print '<div class="div-table-responsive-no-min">';
     	print '<table class="noborder" width="100%">';
    diff --git a/htdocs/accountancy/customer/lines.php b/htdocs/accountancy/customer/lines.php
    index 83ddd1bd888..af80d70f043 100644
    --- a/htdocs/accountancy/customer/lines.php
    +++ b/htdocs/accountancy/customer/lines.php
    @@ -17,7 +17,6 @@
      *
      * You should have received a copy of the GNU General Public License
      * along with this program. If not, see <http://www.gnu.org/licenses/>.
    - *
      */
     
     /**
    @@ -33,6 +32,7 @@ require_once DOL_DOCUMENT_ROOT . '/product/class/product.class.php';
     require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php';
     require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php';
     require_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/lib/company.lib.php';
     
     // Load translation files required by the page
     $langs->loadLangs(array("bills","compta","accountancy","productbatch"));
    @@ -173,7 +173,8 @@ $sql.= " fd.rowid, fd.description, fd.product_type as line_type, fd.total_ht, fd
     $sql.= " s.rowid as socid, s.nom as name, s.code_compta, s.code_client,";
     $sql.= " p.rowid as product_id, p.fk_product_type as product_type, p.ref as product_ref, p.label as product_label, p.accountancy_code_sell, aa.rowid as fk_compte, aa.account_number, aa.label as label_compte,";
     $sql.= " fd.situation_percent,";
    -$sql.= " co.label as country, s.tva_intra";
    +$sql.= " co.code as country_code, co.label as country,";
    +$sql.= " s.tva_intra";
     $parameters=array();
     $reshook=$hookmanager->executeHooks('printFieldListSelect',$parameters);    // Note that $action and $object may have been modified by hook
     $sql.=$hookmanager->resPrint;
    @@ -229,7 +230,18 @@ else if ($search_year > 0)
     	$sql.= " AND f.datef BETWEEN '".$db->idate(dol_get_first_day($search_year,1,false))."' AND '".$db->idate(dol_get_last_day($search_year,12,false))."'";
     }
     if (strlen(trim($search_country))) {
    -	$sql .= natural_search("co.label", $search_country);
    +	$arrayofcode = getCountriesInEEC();
    +	$country_code_in_EEC = $country_code_in_EEC_without_me = '';
    +	foreach ($arrayofcode as $key => $value)
    +	{
    +		$country_code_in_EEC.=($country_code_in_EEC ? "," : "")."'".$value."'";
    +		if ($value != $mysoc->country_code) $country_code_in_EEC_without_me.=($country_code_in_EEC_without_me ? "," : "")."'".$value."'";
    +	}
    +	if ($search_country == 'special_allnotme')     $sql .= " AND co.code <> '".$db->escape($mysoc->country_code)."'";
    +	elseif ($search_country == 'special_eec')      $sql .= " AND co.code IN (".$country_code_in_EEC.")";
    +	elseif ($search_country == 'special_eecnotme') $sql .= " AND co.code IN (".$country_code_in_EEC_without_me.")";
    +	elseif ($search_country == 'special_noteec')   $sql .= " AND co.code NOT IN (".$country_code_in_EEC.")";
    +	else $sql .= natural_search(array("co.code","co.label"), $search_country);
     }
     if (strlen(trim($search_tvaintra))) {
     	$sql .= natural_search("s.tva_intra", $search_tvaintra);
    @@ -297,9 +309,9 @@ if ($result) {
     	print '<tr class="liste_titre_filter">';
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth25" name="search_lineid" value="' . dol_escape_htmltag($search_lineid) . '""></td>';
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_invoice" value="' . dol_escape_htmltag($search_invoice) . '"></td>';
    -	print '<td class="liste_titre center">';
    -	if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '<input class="flat" type="text" size="1" maxlength="2" name="search_day" value="'.dol_escape_htmltag($search_day).'">';
    -   	print '<input class="flat" type="text" size="1" maxlength="2" name="search_month" value="'.dol_escape_htmltag($search_month).'">';
    +	print '<td class="liste_titre center nowraponall">';
    +	if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '<input class="flat valignmiddle" type="text" size="1" maxlength="2" name="search_day" value="'.dol_escape_htmltag($search_day).'">';
    +   	print '<input class="flat valignmiddle" type="text" size="1" maxlength="2" name="search_month" value="'.dol_escape_htmltag($search_month).'">';
        	$formother->select_year($search_year,'search_year',1, 20, 5);
     	print '</td>';
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_ref" value="' . dol_escape_htmltag($search_ref) . '"></td>';
    @@ -307,7 +319,10 @@ if ($result) {
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_desc" value="' . dol_escape_htmltag($search_desc) . '"></td>';
     	print '<td class="liste_titre" align="right"><input type="text" class="right flat maxwidth50" name="search_amount" value="' . dol_escape_htmltag($search_amount) . '"></td>';
     	print '<td class="liste_titre" align="right"><input type="text" class="right flat maxwidth50" placeholder="%" name="search_vat" size="1" value="' . dol_escape_htmltag($search_vat) . '"></td>';
    -	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_country" value="' . dol_escape_htmltag($search_country) . '"></td>';
    +	print '<td class="liste_titre">';
    +	print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth200', 'code2', 1, 0, 1);
    +	//print '<input type="text" class="flat maxwidth50" name="search_country" value="' . dol_escape_htmltag($search_country) . '">';
    +	print '</td>';
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_tvaintra" value="' . dol_escape_htmltag($search_tvaintra) . '"></td>';
     	print '<td class="liste_titre" align="center"><input type="text" class="flat maxwidth50" name="search_account" value="' . dol_escape_htmltag($search_account) . '"></td>';
     	print '<td class="liste_titre" align="center">';
    @@ -352,7 +367,7 @@ if ($result) {
     		print '<td>' . $objp->rowid . '</td>';
     
     		// Ref Invoice
    -		print '<td>' . $facture_static->getNomUrl(1) . '</td>';
    +		print '<td class="nowraponall">' . $facture_static->getNomUrl(1) . '</td>';
     
     		print '<td align="center">' . dol_print_date($db->jdate($objp->datef), 'day') . '</td>';
     
    @@ -370,9 +385,10 @@ if ($result) {
     		print '</td>';
     
     		print '<td align="right">' . price($objp->total_ht) . '</td>';
    +
     		print '<td align="right">' . vatrate($objp->tva_tx.($objp->vat_src_code?' ('.$objp->vat_src_code.')':'')) . '</td>';
     
    -		print '<td>' . $objp->country .'</td>';
    +		print '<td>' . $langs->trans("Country".$objp->country_code) .' ('.$objp->country_code.')</td>';
     
     		print '<td>' . $objp->tva_intra . '</td>';
     
    diff --git a/htdocs/accountancy/customer/list.php b/htdocs/accountancy/customer/list.php
    index b5fec4a0e7c..74944b8f823 100644
    --- a/htdocs/accountancy/customer/list.php
    +++ b/htdocs/accountancy/customer/list.php
    @@ -34,6 +34,7 @@ require_once DOL_DOCUMENT_ROOT . '/accountancy/class/accountingaccount.class.php
     require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php';
     require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php';
     require_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/lib/company.lib.php';
     
     // Load translation files required by the page
     $langs->loadLangs(array("bills","compta","accountancy","other","productbatch"));
    @@ -212,7 +213,8 @@ $sql = "SELECT f.rowid as facid, f.facnumber as ref, 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,";
    -$sql.= " co.label as country, s.tva_intra";
    +$sql.= " co.code as country_code, co.label as country,";
    +$sql.= " s.tva_intra";
     $parameters=array();
     $reshook=$hookmanager->executeHooks('printFieldListSelect',$parameters);    // Note that $action and $object may have been modified by hook
     $sql.=$hookmanager->resPrint;
    @@ -265,7 +267,18 @@ else if ($search_year > 0)
     	$sql.= " AND f.datef BETWEEN '".$db->idate(dol_get_first_day($search_year,1,false))."' AND '".$db->idate(dol_get_last_day($search_year,12,false))."'";
     }
     if (strlen(trim($search_country))) {
    -	$sql .= natural_search("co.label", $search_country);
    +	$arrayofcode = getCountriesInEEC();
    +	$country_code_in_EEC = $country_code_in_EEC_without_me = '';
    +	foreach ($arrayofcode as $key => $value)
    +	{
    +		$country_code_in_EEC.=($country_code_in_EEC ? "," : "")."'".$value."'";
    +		if ($value != $mysoc->country_code) $country_code_in_EEC_without_me.=($country_code_in_EEC_without_me ? "," : "")."'".$value."'";
    +	}
    +	if ($search_country == 'special_allnotme')     $sql .= " AND co.code <> '".$db->escape($mysoc->country_code)."'";
    +	elseif ($search_country == 'special_eec')      $sql .= " AND co.code IN (".$country_code_in_EEC.")";
    +	elseif ($search_country == 'special_eecnotme') $sql .= " AND co.code IN (".$country_code_in_EEC_without_me.")";
    +	elseif ($search_country == 'special_noteec')   $sql .= " AND co.code NOT IN (".$country_code_in_EEC.")";
    +	else $sql .= natural_search(array("co.code","co.label"), $search_country);
     }
     if (strlen(trim($search_tvaintra))) {
     	$sql .= natural_search("s.tva_intra", $search_tvaintra);
    @@ -371,7 +384,10 @@ if ($result) {
     	print '<td class="liste_titre"><input type="text" class="flat maxwidthonsmartphone" name="search_desc" value="' . dol_escape_htmltag($search_desc) . '"></td>';
     	print '<td class="liste_titre" align="right"><input type="text" class="flat maxwidth50 right" name="search_amount" value="' . dol_escape_htmltag($search_amount) . '"></td>';
     	print '<td class="liste_titre" align="right"><input type="text" class="flat maxwidth50 right" name="search_vat" placeholder="%" size="1" value="' . dol_escape_htmltag($search_vat) . '"></td>';
    -	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_country" value="' . dol_escape_htmltag($search_country) . '"></td>';
    +	print '<td class="liste_titre">';
    +	print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth200', 'code2', 1, 0, 1);
    +	//print '<input type="text" class="flat maxwidth50" name="search_country" value="' . dol_escape_htmltag($search_country) . '">';
    +	print '</td>';
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_tvaintra" value="' . dol_escape_htmltag($search_tvaintra) . '"></td>';
     	print '<td class="liste_titre"></td>';
     	print '<td class="liste_titre"></td>';
    @@ -450,7 +466,7 @@ if ($result) {
     		print '<td>' . $objp->rowid . '</td>';
     
     		// Ref Invoice
    -		print '<td>' . $facture_static->getNomUrl(1) . '</td>';
    +		print '<td class="nowraponall">' . $facture_static->getNomUrl(1) . '</td>';
     
     		print '<td align="center">' . dol_print_date($db->jdate($objp->datef), 'day') . '</td>';
     
    diff --git a/htdocs/accountancy/expensereport/index.php b/htdocs/accountancy/expensereport/index.php
    index 7f906e93879..837a8c36630 100644
    --- a/htdocs/accountancy/expensereport/index.php
    +++ b/htdocs/accountancy/expensereport/index.php
    @@ -150,7 +150,7 @@ $buttonbind = '<a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?year=' .
     
     
     print_barre_liste($langs->trans("OverviewOfAmountOfLinesNotBound"), '', '', '', '', '', '', -1, '', '', 0, $buttonbind, '', 0, 1, 1);
    -//print_fiche_titre($langs->trans("OverviewOfAmountOfLinesNotBound"), $buttonbind, '');
    +//print load_fiche_titre($langs->trans("OverviewOfAmountOfLinesNotBound"), $buttonbind, '');
     
     print '<div class="div-table-responsive-no-min">';
     print '<table class="noborder" width="100%">';
    @@ -221,7 +221,7 @@ print '<br>';
     
     
     print_barre_liste($langs->trans("OverviewOfAmountOfLinesBound"), '', '', '', '', '', '', -1, '', '', 0, '', '', 0, 1, 1);
    -//print_fiche_titre($langs->trans("OverviewOfAmountOfLinesBound"), '', '');
    +//print load_fiche_titre($langs->trans("OverviewOfAmountOfLinesBound"), '', '');
     
     
     print '<div class="div-table-responsive-no-min">';
    @@ -297,7 +297,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0) // This part of code looks strange.
         print '<br>';
     
         print_barre_liste($langs->trans("OtherInfo"), '', '', '', '', '', '', -1, '', '', 0, '', '', 0, 1, 1);
    -    //print_fiche_titre($langs->trans("OtherInfo"), '', '');
    +    //print load_fiche_titre($langs->trans("OtherInfo"), '', '');
     
     	print '<div class="div-table-responsive-no-min">';
         print '<table class="noborder" width="100%">';
    diff --git a/htdocs/accountancy/expensereport/lines.php b/htdocs/accountancy/expensereport/lines.php
    index ae368a20de1..b328cf73455 100644
    --- a/htdocs/accountancy/expensereport/lines.php
    +++ b/htdocs/accountancy/expensereport/lines.php
    @@ -236,8 +236,6 @@ if ($result) {
     	if ($search_day)        $param .= '&search_day='.urlencode($search_day);
     	if ($search_month)      $param .= '&search_month='.urlencode($search_month);
     	if ($search_year)       $param .= '&search_year='.urlencode($search_year);
    -	if ($search_country)	$param .= "&search_country=" . urlencode($search_country);
    -	if ($search_tvaintra)	$param .= "&search_tvaintra=" . urlencode($search_tvaintra);
     
     	print '<form action="' . $_SERVER["PHP_SELF"] . '" method="post">' . "\n";
     	print '<input type="hidden" name="action" value="ventil">';
    diff --git a/htdocs/accountancy/index.php b/htdocs/accountancy/index.php
    index 53ba48ff9d9..ac674eb95e0 100644
    --- a/htdocs/accountancy/index.php
    +++ b/htdocs/accountancy/index.php
    @@ -55,7 +55,7 @@ if ($conf->accounting->enabled)
     	print $langs->trans("AccountancyAreaDescIntro")."<br>\n";
     	print "<br>\n";print "<br>\n";
     
    -	print_fiche_titre('<span class="fa fa-calendar-check-o"></span> '.$langs->trans("AccountancyAreaDescActionOnce"), '', '')."<br>\n";
    +	print load_fiche_titre('<span class="fa fa-calendar-check-o"></span> '.$langs->trans("AccountancyAreaDescActionOnce"), '', '')."<br>\n";
     	print '<hr>';
     	print "<br>\n";
     
    @@ -131,7 +131,7 @@ if ($conf->accounting->enabled)
     
     
     	print "<br>\n";
    -	print_fiche_titre('<span class="fa fa-calendar"></span> '.$langs->trans("AccountancyAreaDescActionFreq"), '', '');
    +	print load_fiche_titre('<span class="fa fa-calendar"></span> '.$langs->trans("AccountancyAreaDescActionFreq"), '', '');
     	print '<hr>';
     	print "<br>\n";
     	$step = 0;
    diff --git a/htdocs/accountancy/journal/bankjournal.php b/htdocs/accountancy/journal/bankjournal.php
    index 23a7e71d325..4e52481b287 100644
    --- a/htdocs/accountancy/journal/bankjournal.php
    +++ b/htdocs/accountancy/journal/bankjournal.php
    @@ -7,7 +7,7 @@
      * Copyright (C) 2013-2018  Alexandre Spangaro  <aspangaro@zendsi.com>
      * Copyright (C) 2013-2014  Florian Henry       <florian.henry@open-concept.pro>
      * Copyright (C) 2013-2014  Olivier Geffroy     <jeff@jeffinfo.com>
    - * Copyright (C) 2017       Frédéric France     <frederic.france@netlogic.fr>
    + * Copyright (C) 2017-2018  Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -147,6 +147,7 @@ $paymentsalstatic = new PaymentSalary($db);
     $paymentexpensereportstatic = new PaymentExpenseReport($db);
     $paymentvariousstatic = new PaymentVarious($db);
     $paymentloanstatic = new PaymentLoan($db);
    +$accountLinestatic=new AccountLine($db);
     
     // Get code of finance journal
     $accountingjournalstatic = new AccountingJournal($db);
    @@ -370,7 +371,8 @@ if ($result) {
     					$tabpay[$obj->rowid]["paymentloanid"] = $paymentloanstatic->id;
     					//$tabtp[$obj->rowid][$account_pay_loan] += $obj->amount;
     				} else if ($links[$key]['type'] == 'banktransfert') {
    -					$tabpay[$obj->rowid]["lib"] .= ' ' . $langs->trans("BankTransfer");
    +					$accountLinestatic->fetch($links[$key]['url_id']);
    +					$tabpay[$obj->rowid]["lib"] .= ' '.$langs->trans("BankTransfer").'- ' .$accountLinestatic ->getNomUrl(1);
     					$tabtp[$obj->rowid][$account_transfer] += $obj->amount;
     					$bankaccountstatic->fetch($tabpay[$obj->rowid]['fk_bank_account']);
     					$tabpay[$obj->rowid]["soclib"] = $bankaccountstatic->getNomUrl(2);
    @@ -850,7 +852,8 @@ if (empty($action) || $action == 'view') {
     	$description.= $langs->trans("DescJournalOnlyBindedVisible").'<br>';
     
     	$listofchoices=array('notyet'=>$langs->trans("NotYetInGeneralLedger"), 'already'=>$langs->trans("AlreadyInGeneralLedger"));
    -	$period = $form->select_date($date_start?$date_start:-1, 'date_start', 0, 0, 0, '', 1, 0, 1) . ' - ' . $form->select_date($date_end?$date_end:-1, 'date_end', 0, 0, 0, '', 1, 0, 1). ' -  ' .$langs->trans("JournalizationInLedgerStatus").' '. $form->selectarray('in_bookkeeping', $listofchoices, $in_bookkeeping, 1);
    +    $period = $form->selectDate($date_start?$date_start:-1, 'date_start', 0, 0, 0, '', 1, 0) . ' - ' . $form->selectDate($date_end?$date_end:-1, 'date_end', 0, 0, 0, '', 1, 0);
    +    $period .= ' -  ' .$langs->trans("JournalizationInLedgerStatus").' '. $form->selectarray('in_bookkeeping', $listofchoices, $in_bookkeeping, 1);
     
     	$varlink = 'id_journal=' . $id_journal;
     
    diff --git a/htdocs/accountancy/journal/expensereportsjournal.php b/htdocs/accountancy/journal/expensereportsjournal.php
    index 07982f107fd..ef21557932b 100644
    --- a/htdocs/accountancy/journal/expensereportsjournal.php
    +++ b/htdocs/accountancy/journal/expensereportsjournal.php
    @@ -6,6 +6,7 @@
      * Copyright (C) 2013-2017  Alexandre Spangaro	<aspangaro@zendsi.com>
      * Copyright (C) 2013-2016  Olivier Geffroy		<jeff@jeffinfo.com>
      * Copyright (C) 2013-2016  Florian Henry		<florian.henry@open-concept.pro>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -399,11 +400,13 @@ if ($action == 'writebookkeeping') {
     		$param.='&date_endmonth='.$date_endmonth;
     		$param.='&date_endyear='.$date_endyear;
     		$param.='&in_bookkeeping='.$in_bookkeeping;
    +
     		header("Location: ".$_SERVER['PHP_SELF'].($param?'?'.$param:''));
     		exit;
     	}
     }
     
    +
     /*
      * View
      */
    @@ -534,7 +537,8 @@ if (empty($action) || $action == 'view') {
     	$description.= $langs->trans("DescJournalOnlyBindedVisible").'<br>';
     
     	$listofchoices=array('notyet'=>$langs->trans("NotYetInGeneralLedger"), 'already'=>$langs->trans("AlreadyInGeneralLedger"));
    -	$period = $form->select_date($date_start?$date_start:-1, 'date_start', 0, 0, 0, '', 1, 0, 1) . ' - ' . $form->select_date($date_end?$date_end:-1, 'date_end', 0, 0, 0, '', 1, 0, 1). ' -  ' .$langs->trans("JournalizationInLedgerStatus").' '. $form->selectarray('in_bookkeeping', $listofchoices, $in_bookkeeping, 1);
    +    $period = $form->selectDate($date_start?$date_start:-1, 'date_start', 0, 0, 0, '', 1, 0) . ' - ' . $form->selectDate($date_end?$date_end:-1, 'date_end', 0, 0, 0, '', 1, 0);
    +    $period .= ' -  ' .$langs->trans("JournalizationInLedgerStatus").' '. $form->selectarray('in_bookkeeping', $listofchoices, $in_bookkeeping, 1);
     
     	$varlink = 'id_journal=' . $id_journal;
     
    diff --git a/htdocs/accountancy/journal/purchasesjournal.php b/htdocs/accountancy/journal/purchasesjournal.php
    index 14501ae9b82..d8be52cef90 100644
    --- a/htdocs/accountancy/journal/purchasesjournal.php
    +++ b/htdocs/accountancy/journal/purchasesjournal.php
    @@ -6,6 +6,7 @@
      * Copyright (C) 2013-2017  Alexandre Spangaro	<aspangaro@zendsi.com>
      * Copyright (C) 2013-2016  Olivier Geffroy		<jeff@jeffinfo.com>
      * Copyright (C) 2013-2016  Florian Henry		<florian.henry@open-concept.pro>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -726,7 +727,8 @@ if (empty($action) || $action == 'view') {
     	}
     
     	$listofchoices=array('notyet'=>$langs->trans("NotYetInGeneralLedger"), 'already'=>$langs->trans("AlreadyInGeneralLedger"));
    -	$period = $form->select_date($date_start?$date_start:-1, 'date_start', 0, 0, 0, '', 1, 0, 1) . ' - ' . $form->select_date($date_end?$date_end:-1, 'date_end', 0, 0, 0, '', 1, 0, 1). ' -  ' .$langs->trans("JournalizationInLedgerStatus").' '. $form->selectarray('in_bookkeeping', $listofchoices, $in_bookkeeping, 1);
    +    $period = $form->selectDate($date_start?$date_start:-1, 'date_start', 0, 0, 0, '', 1, 0) . ' - ' . $form->selectDate($date_end?$date_end:-1, 'date_end', 0, 0, 0, '', 1, 0);
    +    $period .= ' -  ' .$langs->trans("JournalizationInLedgerStatus").' '. $form->selectarray('in_bookkeeping', $listofchoices, $in_bookkeeping, 1);
     
     	$varlink = 'id_journal=' . $id_journal;
     
    diff --git a/htdocs/accountancy/journal/sellsjournal.php b/htdocs/accountancy/journal/sellsjournal.php
    index a53d4698500..b3b354be02d 100644
    --- a/htdocs/accountancy/journal/sellsjournal.php
    +++ b/htdocs/accountancy/journal/sellsjournal.php
    @@ -8,6 +8,7 @@
      * Copyright (C) 2013-2016  Florian Henry			<florian.henry@open-concept.pro>
      * Copyright (C) 2013-2016  Olivier Geffroy			<jeff@jeffinfo.com>
      * Copyright (C) 2014       Raphaël Doursenaud		<rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -60,11 +61,15 @@ $now = dol_now();
     if ($user->societe_id > 0)
     	accessforbidden();
     
    +$hookmanager->initHooks(array('sellsjournal'));
    +$parameters=array();
     
     /*
      * Actions
      */
     
    +$reshook=$hookmanager->executeHooks('doActions',$parameters,$user,$action);    // Note that $action and $object may have been modified by some hooks
    +
     // Get informations of journal
     $accountingjournalstatic = new AccountingJournal($db);
     $accountingjournalstatic->fetch($id_journal);
    @@ -656,7 +661,8 @@ if (empty($action) || $action == 'view') {
     		$description .= $langs->trans("DepositsAreIncluded");
     
     	$listofchoices=array('notyet'=>$langs->trans("NotYetInGeneralLedger"), 'already'=>$langs->trans("AlreadyInGeneralLedger"));
    -	$period = $form->select_date($date_start?$date_start:-1, 'date_start', 0, 0, 0, '', 1, 0, 1) . ' - ' . $form->select_date($date_end?$date_end:-1, 'date_end', 0, 0, 0, '', 1, 0, 1). ' -  ' .$langs->trans("JournalizationInLedgerStatus").' '. $form->selectarray('in_bookkeeping', $listofchoices, $in_bookkeeping, 1);
    +    $period = $form->selectDate($date_start?$date_start:-1, 'date_start', 0, 0, 0, '', 1, 0) . ' - ' . $form->selectDate($date_end?$date_end:-1, 'date_end', 0, 0, 0, '', 1, 0);
    +    $period .= ' -  ' .$langs->trans("JournalizationInLedgerStatus").' '. $form->selectarray('in_bookkeeping', $listofchoices, $in_bookkeeping, 1);
     
     	$varlink = 'id_journal=' . $id_journal;
     
    diff --git a/htdocs/accountancy/supplier/index.php b/htdocs/accountancy/supplier/index.php
    index 3e6a6991f6c..d0ee7579f3b 100644
    --- a/htdocs/accountancy/supplier/index.php
    +++ b/htdocs/accountancy/supplier/index.php
    @@ -150,7 +150,7 @@ $buttonbind = '<a class="butAction" href="' . $_SERVER['PHP_SELF'] . '?year=' .
     
     
     print_barre_liste($langs->trans("OverviewOfAmountOfLinesNotBound"), '', '', '', '', '', '', -1, '', '', 0, $buttonbind, '', 0, 1, 1);
    -//print_fiche_titre($langs->trans("OverviewOfAmountOfLinesNotBound"), $buttonbind, '');
    +//print load_fiche_titre($langs->trans("OverviewOfAmountOfLinesNotBound"), $buttonbind, '');
     
     print '<div class="div-table-responsive-no-min">';
     print '<table class="noborder" width="100%">';
    @@ -221,7 +221,7 @@ print '<br>';
     
     
     print_barre_liste($langs->trans("OverviewOfAmountOfLinesBound"), '', '', '', '', '', '', -1, '', '', 0, '', '', 0, 1, 1);
    -//print_fiche_titre($langs->trans("OverviewOfAmountOfLinesBound"), '', '');
    +//print load_fiche_titre($langs->trans("OverviewOfAmountOfLinesBound"), '', '');
     
     print '<div class="div-table-responsive-no-min">';
     print '<table class="noborder" width="100%">';
    @@ -295,7 +295,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0) // This part of code looks strange.
         print '<br>';
     
         print_barre_liste($langs->trans("OtherInfo"), '', '', '', '', '', '', -1, '', '', 0, '', '', 0, 1, 1);
    -    //print_fiche_titre($langs->trans("OtherInfo"), '', '');
    +    //print load_fiche_titre($langs->trans("OtherInfo"), '', '');
     
     	print '<div class="div-table-responsive-no-min">';
         print '<table class="noborder" width="100%">';
    diff --git a/htdocs/accountancy/supplier/lines.php b/htdocs/accountancy/supplier/lines.php
    index 326d249f86d..580cf4c407c 100644
    --- a/htdocs/accountancy/supplier/lines.php
    +++ b/htdocs/accountancy/supplier/lines.php
    @@ -34,6 +34,7 @@ require_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php';
     require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php';
     require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php';
     require_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/lib/company.lib.php';
     
     // Load translation files required by the page
     $langs->loadLangs(array("compta","bills","other","accountancy","productbatch"));
    @@ -172,7 +173,9 @@ print '<script type="text/javascript">
     $sql = "SELECT f.rowid as facid, f.ref as ref, f.ref_supplier, f.libelle as invoice_label, f.datef, f.fk_soc,";
     $sql.= " l.rowid, l.fk_product, l.product_type as line_type, l.description, l.total_ht , l.qty, l.tva_tx, l.vat_src_code,";
     $sql.= " aa.label, aa.account_number, ";
    -$sql.= " p.rowid as product_id, p.fk_product_type as product_type, p.ref as product_ref, p.label as product_label, p.fk_product_type as type, co.label as country, s.tva_intra";
    +$sql.= " p.rowid as product_id, p.fk_product_type as product_type, p.ref as product_ref, p.label as product_label, p.fk_product_type as type,";
    +$sql.= " co.code as country_code, co.label as country,";
    +$sql.= " s.tva_intra";
     $parameters=array();
     $reshook=$hookmanager->executeHooks('printFieldListSelect',$parameters);    // Note that $action and $object may have been modified by hook
     $sql.=$hookmanager->resPrint;
    @@ -221,7 +224,18 @@ else if ($search_year > 0)
     	$sql.= " AND f.datef BETWEEN '".$db->idate(dol_get_first_day($search_year,1,false))."' AND '".$db->idate(dol_get_last_day($search_year,12,false))."'";
     }
     if (strlen(trim($search_country))) {
    -	$sql .= natural_search("co.label", $search_country);
    +	$arrayofcode = getCountriesInEEC();
    +	$country_code_in_EEC = $country_code_in_EEC_without_me = '';
    +	foreach ($arrayofcode as $key => $value)
    +	{
    +		$country_code_in_EEC.=($country_code_in_EEC ? "," : "")."'".$value."'";
    +		if ($value != $mysoc->country_code) $country_code_in_EEC_without_me.=($country_code_in_EEC_without_me ? "," : "")."'".$value."'";
    +	}
    +	if ($search_country == 'special_allnotme')     $sql .= " AND co.code <> '".$db->escape($mysoc->country_code)."'";
    +	elseif ($search_country == 'special_eec')      $sql .= " AND co.code IN (".$country_code_in_EEC.")";
    +	elseif ($search_country == 'special_eecnotme') $sql .= " AND co.code IN (".$country_code_in_EEC_without_me.")";
    +	elseif ($search_country == 'special_noteec')   $sql .= " AND co.code NOT IN (".$country_code_in_EEC.")";
    +	else $sql .= natural_search(array("co.code","co.label"), $search_country);
     }
     if (strlen(trim($search_tvaintra))) {
     	$sql .= natural_search("s.tva_intra", $search_tvaintra);
    @@ -299,9 +313,9 @@ if ($result) {
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth25" name="search_lineid" value="' . dol_escape_htmltag($search_lineid) . '""></td>';
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_invoice" value="' . dol_escape_htmltag($search_invoice) . '"></td>';
     	print '<td class="liste_titre"></td>';
    -	print '<td class="liste_titre center">';
    -   	if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '<input class="flat" type="text" size="1" maxlength="2" name="search_day" value="'.$search_day.'">';
    -   	print '<input class="flat" type="text" size="1" maxlength="2" name="search_month" value="'.$search_month.'">';
    +	print '<td class="liste_titre center nowraponall">';
    +   	if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print '<input class="flat valignmiddle" type="text" size="1" maxlength="2" name="search_day" value="'.$search_day.'">';
    +   	print '<input class="flat valignmiddle" type="text" size="1" maxlength="2" name="search_month" value="'.$search_month.'">';
        	$formother->select_year($search_year,'search_year',1, 20, 5);
     	print '</td>';
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_ref" value="' . dol_escape_htmltag($search_ref) . '"></td>';
    @@ -309,7 +323,10 @@ if ($result) {
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_desc" value="' . dol_escape_htmltag($search_desc) . '"></td>';
     	print '<td class="liste_titre" align="right"><input type="text" class="right flat maxwidth50" name="search_amount" value="' . dol_escape_htmltag($search_amount) . '"></td>';
     	print '<td class="liste_titre" align="right"><input type="text" class="right flat maxwidth50" name="search_vat" placeholder="%" size="1" value="' . dol_escape_htmltag($search_vat) . '"></td>';
    -	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_country" value="' . dol_escape_htmltag($search_country) . '"></td>';
    +	print '<td class="liste_titre">';
    +	print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth200', 'code2', 1, 0, 1);
    +	//	print '<input type="text" class="flat maxwidth50" name="search_country" value="' . dol_escape_htmltag($search_country) . '">';
    +	print '</td>';
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_tvaintra" value="' . dol_escape_htmltag($search_tvaintra) . '"></td>';
     	print '<td class="liste_titre" align="center"><input type="text" class="flat maxwidth50" name="search_account" value="' . dol_escape_htmltag($search_account) . '"></td>';
     	print '<td class="liste_titre" align="center">';
    @@ -357,7 +374,7 @@ if ($result) {
     		print '<td>' . $objp->rowid . '</td>';
     
     		// Ref Invoice
    -		print '<td>' . $facturefournisseur_static->getNomUrl(1) . '</td>';
    +		print '<td class="nowraponall">' . $facturefournisseur_static->getNomUrl(1) . '</td>';
     
     		print '<td class="tdoverflowonsmartphone">';
     		print $objp->invoice_label;
    @@ -380,9 +397,11 @@ if ($result) {
     		print '</td>';
     
     		print '<td align="right">' . price($objp->total_ht) . '</td>';
    +
     		print '<td align="right">' . vatrate($objp->tva_tx.($objp->vat_src_code?' ('.$objp->vat_src_code.')':'')) . '</td>';
     
    -		print '<td>' . $objp->country .'</td>';
    +		print '<td>' . $langs->trans("Country".$objp->country_code) .' ('.$objp->country_code.')</td>';
    +
     		print '<td>' . $objp->tva_intra . '</td>';
     
     		print '<td align="center">';
    diff --git a/htdocs/accountancy/supplier/list.php b/htdocs/accountancy/supplier/list.php
    index 18c9fa11a3c..5ac90068ffb 100644
    --- a/htdocs/accountancy/supplier/list.php
    +++ b/htdocs/accountancy/supplier/list.php
    @@ -34,6 +34,7 @@ require_once DOL_DOCUMENT_ROOT . '/accountancy/class/accountingaccount.class.php
     require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php';
     require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php';
     require_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/lib/company.lib.php';
     
     // Load translation files required by the page
     $langs->loadLangs(array("bills","compta","accountancy","other","productbatch"));
    @@ -213,7 +214,8 @@ $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, 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,";
    -$sql.= " co.label as country, s.tva_intra";
    +$sql.= " co.code as country_code, co.label as country,";
    +$sql.= " s.tva_intra";
     $parameters=array();
     $reshook=$hookmanager->executeHooks('printFieldListSelect',$parameters);    // Note that $action and $object may have been modified by hook
     $sql.=$hookmanager->resPrint;
    @@ -250,9 +252,6 @@ if (strlen(trim($search_account))) {
     if (strlen(trim($search_vat))) {
         $sql .= natural_search("l.tva_tx", price2num($search_vat), 1);
     }
    -if (strlen(trim($search_tvaintra))) {
    -	$sql .= natural_search("s.tva_intra", $search_tvaintra);
    -}
     if ($search_month > 0)
     {
     	if ($search_year > 0 && empty($search_day))
    @@ -267,7 +266,21 @@ else if ($search_year > 0)
     	$sql.= " AND f.datef BETWEEN '".$db->idate(dol_get_first_day($search_year,1,false))."' AND '".$db->idate(dol_get_last_day($search_year,12,false))."'";
     }
     if (strlen(trim($search_country))) {
    -	$sql .= natural_search("co.label", $search_country);
    +	$arrayofcode = getCountriesInEEC();
    +	$country_code_in_EEC = $country_code_in_EEC_without_me = '';
    +	foreach ($arrayofcode as $key => $value)
    +	{
    +		$country_code_in_EEC.=($country_code_in_EEC ? "," : "")."'".$value."'";
    +		if ($value != $mysoc->country_code) $country_code_in_EEC_without_me.=($country_code_in_EEC_without_me ? "," : "")."'".$value."'";
    +	}
    +	if ($search_country == 'special_allnotme')     $sql .= " AND co.code <> '".$db->escape($mysoc->country_code)."'";
    +	elseif ($search_country == 'special_eec')      $sql .= " AND co.code IN (".$country_code_in_EEC.")";
    +	elseif ($search_country == 'special_eecnotme') $sql .= " AND co.code IN (".$country_code_in_EEC_without_me.")";
    +	elseif ($search_country == 'special_noteec')   $sql .= " AND co.code NOT IN (".$country_code_in_EEC.")";
    +	else $sql .= natural_search(array("co.code","co.label"), $search_country);
    +}
    +if (strlen(trim($search_tvaintra))) {
    +	$sql .= natural_search("s.tva_intra", $search_tvaintra);
     }
     if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) {
     	$sql .= " AND f.type IN (" . FactureFournisseur::TYPE_STANDARD . "," . FactureFournisseur::TYPE_REPLACEMENT . "," . FactureFournisseur::TYPE_CREDIT_NOTE . "," . FactureFournisseur::TYPE_SITUATION . ")";
    @@ -372,7 +385,10 @@ if ($result) {
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_desc" value="' . dol_escape_htmltag($search_desc) . '"></td>';
     	print '<td class="liste_titre" align="right"><input type="text" class="right flat maxwidth50" name="search_amount" value="' . dol_escape_htmltag($search_amount) . '"></td>';
     	print '<td class="liste_titre" align="right"><input type="text" class="right flat maxwidth50" name="search_vat" placeholder="%" size="1" value="' . dol_escape_htmltag($search_vat) . '"></td>';
    -	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_country" value="' . dol_escape_htmltag($search_country) . '"></td>';
    +	print '<td class="liste_titre">';
    +	print $form->select_country($search_country, 'search_country', '', 0, 'maxwidth200', 'code2', 1, 0, 1);
    +	//print '<input type="text" class="flat maxwidth50" name="search_country" value="' . dol_escape_htmltag($search_country) . '">';
    +	print '</td>';
     	print '<td class="liste_titre"><input type="text" class="flat maxwidth50" name="search_tvaintra" value="' . dol_escape_htmltag($search_tvaintra) . '"></td>';
     	print '<td class="liste_titre"></td>';
     	print '<td class="liste_titre"></td>';
    @@ -453,7 +469,7 @@ if ($result) {
     		print '<td>' . $objp->rowid . '</td>';
     
     		// Ref Invoice
    -		print '<td>' . $facturefourn_static->getNomUrl(1) . '</td>';
    +		print '<td class="nowraponall">' . $facturefourn_static->getNomUrl(1) . '</td>';
     
     		print '<td class="tdoverflowonsmartphone">';
     		print $objp->invoice_label;
    diff --git a/htdocs/adherents/admin/adherent.php b/htdocs/adherents/admin/adherent.php
    index 2abc3b10841..ba43b6d47a6 100644
    --- a/htdocs/adherents/admin/adherent.php
    +++ b/htdocs/adherents/admin/adherent.php
    @@ -33,8 +33,8 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
     
    -$langs->load("admin");
    -$langs->load("members");
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin","members"));
     
     if (! $user->admin) accessforbidden();
     
    diff --git a/htdocs/adherents/admin/adherent_emails.php b/htdocs/adherents/admin/adherent_emails.php
    index 76d40e57c17..60e0b2c3b48 100644
    --- a/htdocs/adherents/admin/adherent_emails.php
    +++ b/htdocs/adherents/admin/adherent_emails.php
    @@ -33,8 +33,8 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
     
    -$langs->load("admin");
    -$langs->load("members");
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin","members"));
     
     if (! $user->admin) accessforbidden();
     
    diff --git a/htdocs/adherents/admin/adherent_extrafields.php b/htdocs/adherents/admin/adherent_extrafields.php
    index f47f92faa4c..0ec1968ab34 100644
    --- a/htdocs/adherents/admin/adherent_extrafields.php
    +++ b/htdocs/adherents/admin/adherent_extrafields.php
    @@ -28,8 +28,8 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
     
    -$langs->load("members");
    -$langs->load("admin");
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin","members"));
     
     $extrafields = new ExtraFields($db);
     $form = new Form($db);
    diff --git a/htdocs/adherents/admin/adherent_type_extrafields.php b/htdocs/adherents/admin/adherent_type_extrafields.php
    index e78c4ef29e5..3a5226d00f4 100644
    --- a/htdocs/adherents/admin/adherent_type_extrafields.php
    +++ b/htdocs/adherents/admin/adherent_type_extrafields.php
    @@ -31,8 +31,8 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
     
    -$langs->load("members");
    -$langs->load("admin");
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin","members"));
     
     $extrafields = new ExtraFields($db);
     $form = new Form($db);
    diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php
    index 31d9c43afbb..91df8e59ea5 100644
    --- a/htdocs/adherents/admin/website.php
    +++ b/htdocs/adherents/admin/website.php
    @@ -19,7 +19,7 @@
      */
     
     /**
    - *     	\file       htdocs/adherents/admin/public.php
    + *     	\file       htdocs/adherents/admin/website.php
      *		\ingroup    member
      *		\brief      File of main public page for member module
      *		\author	    Laurent Destailleur
    @@ -31,8 +31,8 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php';
     
    -$langs->load("members");
    -$langs->load("admin");
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin","members"));
     
     $action=GETPOST('action', 'alpha');
     
    @@ -55,14 +55,12 @@ if ($action == 'update')
     	$amount=GETPOST('MEMBER_NEWFORM_AMOUNT');
     	$editamount=GETPOST('MEMBER_NEWFORM_EDITAMOUNT');
     	$payonline=GETPOST('MEMBER_NEWFORM_PAYONLINE');
    -	$email=GETPOST('MEMBER_PAYONLINE_SENDEMAIL');
    -        $forcetype=GETPOST('MEMBER_NEWFORM_FORCETYPE');
    +	$forcetype=GETPOST('MEMBER_NEWFORM_FORCETYPE');
     
         $res=dolibarr_set_const($db, "MEMBER_ENABLE_PUBLIC",$public,'chaine',0,'',$conf->entity);
         $res=dolibarr_set_const($db, "MEMBER_NEWFORM_AMOUNT",$amount,'chaine',0,'',$conf->entity);
         $res=dolibarr_set_const($db, "MEMBER_NEWFORM_EDITAMOUNT",$editamount,'chaine',0,'',$conf->entity);
         $res=dolibarr_set_const($db, "MEMBER_NEWFORM_PAYONLINE",$payonline,'chaine',0,'',$conf->entity);
    -    $res=dolibarr_set_const($db, "MEMBER_PAYONLINE_SENDEMAIL",$email,'chaine',0,'',$conf->entity);
         if ($forcetype < 0) $res=dolibarr_del_const($db, "MEMBER_NEWFORM_FORCETYPE",$conf->entity);
         else                $res=dolibarr_set_const($db, "MEMBER_NEWFORM_FORCETYPE",$forcetype,'chaine',0,'',$conf->entity);
     
    @@ -211,13 +209,6 @@ if (! empty($conf->global->MEMBER_ENABLE_PUBLIC))
     	print $form->selectarray("MEMBER_NEWFORM_PAYONLINE",$listofval,(! empty($conf->global->MEMBER_NEWFORM_PAYONLINE)?$conf->global->MEMBER_NEWFORM_PAYONLINE:''),0);
     	print "</td></tr>\n";
     
    -	// Jump to an online payment page
    -	print '<tr class="oddeven" id="tremail"><td>';
    -	print $langs->trans("MEMBER_PAYONLINE_SENDEMAIL");
    -	print '</td><td align="right">';
    -	print '<input type="text" id="MEMBER_PAYONLINE_SENDEMAIL" name="MEMBER_PAYONLINE_SENDEMAIL" size="24" value="'.(! empty($conf->global->MEMBER_PAYONLINE_SENDEMAIL)?$conf->global->MEMBER_PAYONLINE_SENDEMAIL:'').'">';
    -	print "</td></tr>\n";
    -
     	print '</table>';
     
     	print '<center>';
    diff --git a/htdocs/adherents/agenda.php b/htdocs/adherents/agenda.php
    index 8fb1851e021..f22070107ca 100644
    --- a/htdocs/adherents/agenda.php
    +++ b/htdocs/adherents/agenda.php
    @@ -33,8 +33,8 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php';
     
    -$langs->load("companies");
    -$langs->load("members");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","members"));
     
     $id = GETPOST('id','int')?GETPOST('id','int'):GETPOST('rowid','int');
     
    diff --git a/htdocs/adherents/canvas/actions_adherentcard_common.class.php b/htdocs/adherents/canvas/actions_adherentcard_common.class.php
    index 0e9bdd326da..b84534af37a 100644
    --- a/htdocs/adherents/canvas/actions_adherentcard_common.class.php
    +++ b/htdocs/adherents/canvas/actions_adherentcard_common.class.php
    @@ -31,7 +31,7 @@ abstract class ActionsAdherentCardCommon
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         var $dirmodule;
         var $targetmodule;
         var $canvas;
    @@ -41,11 +41,11 @@ abstract class ActionsAdherentCardCommon
     	var $tpl = array();
     	//! Object container
     	var $object;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    -	public $error='';	
    +	public $error='';
     
     	/**
     	 * @var string[] Error codes (or messages)
    @@ -75,7 +75,8 @@ abstract class ActionsAdherentCardCommon
         	//}
         }
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *  Set content of ->tpl array, to use into template
          *
          *  @param	string		$action    Type of action
    @@ -84,6 +85,7 @@ abstract class ActionsAdherentCardCommon
          */
         function assign_values(&$action, $id)
         {
    +        // phpcs:enable
             global $conf, $langs, $user, $canvas;
             global $form, $formcompany, $objsoc;
     
    @@ -232,6 +234,7 @@ abstract class ActionsAdherentCardCommon
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
         /**
          *  Assign POST values into object
          *
    @@ -239,6 +242,7 @@ abstract class ActionsAdherentCardCommon
          */
         private function assign_post()
         {
    +        // phpcs:enable
             global $langs, $mysoc;
     
             $this->object->old_name 			= 	$_POST["old_name"];
    @@ -277,5 +281,4 @@ abstract class ActionsAdherentCardCommon
                 }
             }
         }
    -
     }
    diff --git a/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php b/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php
    index 451f46f899f..c841f83b297 100644
    --- a/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php
    +++ b/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php
    @@ -1,7 +1,7 @@
     <?php
     /* Copyright (C) 2010-2012	Regis Houssin		<regis.houssin@capnetworks.com>
      * Copyright (C) 2011		Laurent Destailleur	<eldy@users.sourceforge.net>
    - * Copyright (C) 2012       Philippe Grand      <philippe.grand@atoo-net.com>
    + * Copyright (C) 2012-2018  Philippe Grand      <philippe.grand@atoo-net.com>
      *
      * 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
    @@ -20,20 +20,20 @@
     /**
      *	\file       htdocs/adherents/canvas/default/actions_adherentcard_default.class.php
      *	\ingroup    member
    - *	\brief      Fichier de la classe Thirdparty adherent card controller (default canvas)
    + *	\brief      File of class Thirdparty member card controller (default canvas)
      */
     include_once DOL_DOCUMENT_ROOT.'/adherents/canvas/actions_adherentcard_common.class.php';
     
     /**
      *	\class      ActionsAdherentCardDefault
    - *	\brief      Classe permettant la gestion des adherents par defaut
    + *	\brief      Class allowing the management of the members by default
      */
     class ActionsAdherentCardDefault extends ActionsAdherentCardCommon
     {
     	/**
          *	Constructor
          *
    -     *	@param	DoliDB	$db				Handler acces base de donnees
    +     *	@param	DoliDB	$db				Handler acces data base
          *	@param	string	$dirmodule		Name of directory of module
          *	@param	string	$targetmodule	Name of directory of module where canvas is stored
          *	@param	string	$canvas			Name of canvas
    @@ -51,7 +51,7 @@ class ActionsAdherentCardDefault extends ActionsAdherentCardCommon
     	/**
     	 * 	Return the title of card
     	 *
    -	 * 	@param	string	$action		Code action
    +	 * 	@param	string	$action		Action code
     	 * 	@return	string				Title
     	 */
     	private function getTitle($action)
    @@ -67,6 +67,7 @@ class ActionsAdherentCardDefault extends ActionsAdherentCardCommon
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Assign custom values for canvas
     	 *
    @@ -76,6 +77,7 @@ class ActionsAdherentCardDefault extends ActionsAdherentCardCommon
     	 */
     	function assign_values(&$action, $id)
     	{
    +        // phpcs:enable
     		global $limit, $offset, $sortfield, $sortorder;
     		global $conf, $db, $langs, $user;
     		global $form;
    @@ -117,10 +119,10 @@ class ActionsAdherentCardDefault extends ActionsAdherentCardCommon
     		{
     	        $this->LoadListDatas($limit, $offset, $sortfield, $sortorder);
     		}
    -
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Fetch datas list and save into ->list_datas
     	 *
    @@ -132,6 +134,7 @@ class ActionsAdherentCardDefault extends ActionsAdherentCardCommon
     	 */
     	function LoadListDatas($limit, $offset, $sortfield, $sortorder)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
             //$this->getFieldList();
    @@ -139,4 +142,3 @@ class ActionsAdherentCardDefault extends ActionsAdherentCardCommon
             $this->list_datas = array();
     	}
     }
    -
    diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
    index bc09ac2c250..908a46c91d1 100644
    --- a/htdocs/adherents/card.php
    +++ b/htdocs/adherents/card.php
    @@ -1,11 +1,12 @@
     <?php
    -/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
    - * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2018 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2012      Marcos García        <marcosgdf@gmail.com>
    - * Copyright (C) 2012-2018 Philippe Grand       <philippe.grand@atoo-net.com>
    - * Copyright (C) 2015-2016 Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
    +/* Copyright (C) 2001-2004  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2002-2003  Jean-Louis Bergamo      <jlb@j1b.org>
    + * Copyright (C) 2004-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2018  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2012       Marcos García           <marcosgdf@gmail.com>
    + * Copyright (C) 2012-2018  Philippe Grand          <philippe.grand@atoo-net.com>
    + * Copyright (C) 2015-2016  Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -209,7 +210,7 @@ if (empty($reshook))
     		}
     		else
     		{
    -			setEventMessages($object->errors, $object->error, 'errors');
    +			setEventMessages($object->error, $object->errors, 'errors');
     		}
     	}
     
    @@ -300,6 +301,8 @@ if (empty($reshook))
     			$object->phone_mobile= trim(GETPOST("phone_mobile",'alpha'));
     			$object->email       = preg_replace('/\s+/', '', GETPOST("member_email",'alpha'));
     			$object->skype       = trim(GETPOST("skype",'alpha'));
    +			$object->twitter     = trim(GETPOST("twitter",'alpha'));
    +			$object->facebook    = trim(GETPOST("facebook",'alpha'));
     			$object->birth       = $birthdate;
     
     			$object->typeid      = GETPOST("typeid",'int');
    @@ -442,6 +445,8 @@ if (empty($reshook))
     		$phone_perso=GETPOST("phone_perso",'alpha');
     		$phone_mobile=GETPOST("phone_mobile",'alpha');
     		$skype=GETPOST("member_skype",'alpha');
    +		$twitter=GETPOST("member_twitter",'alpha');
    +		$facebook=GETPOST("member_facebook",'alpha');
     		$email=preg_replace('/\s+/', '', GETPOST("member_email",'alpha'));
     		$login=GETPOST("member_login",'alpha');
     		$pass=GETPOST("password",'alpha');
    @@ -466,7 +471,11 @@ if (empty($reshook))
     		$object->phone       = $phone;
     		$object->phone_perso = $phone_perso;
     		$object->phone_mobile= $phone_mobile;
    +
     		$object->skype       = $skype;
    +		$object->twitter     = $twitter;
    +		$object->facebook    = $facebook;
    +
     		$object->email       = $email;
     		$object->login       = $login;
     		$object->pass        = $pass;
    @@ -621,8 +630,9 @@ if (empty($reshook))
     				// Set output language
     				$outputlangs = new Translate('', $conf);
     				$outputlangs->setDefaultLang(empty($object->thirdparty->default_lang) ? $mysoc->default_lang : $object->thirdparty->default_lang);
    +				// Load traductions files requiredby by page
     				$outputlangs->loadLangs(array("main", "members"));
    -				// Get email content fro mtemplae
    +				// Get email content from template
     				$arraydefaultmessage=null;
     				$labeltouse = $conf->global->ADHERENT_EMAIL_TEMPLATE_MEMBER_VALIDATION;
     
    @@ -639,7 +649,9 @@ if (empty($reshook))
     				$subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
     				$texttosend = make_substitutions(dol_concatdesc($msg, $adht->getMailOnValid()), $substitutionarray, $outputlangs);
     
    -				$result=$object->send_an_email($texttosend, $subjecttosend, array(), array(), array(), "", "", 0, 2);
    +				$moreinheader='X-Dolibarr-Info: send_an_email by adherents/card.php'."\r\n";
    +
    +				$result=$object->send_an_email($texttosend, $subjecttosend, array(), array(), array(), "", "", 0, -1, '', $moreinheader);
     				if ($result < 0)
     				{
     					$error++;
    @@ -692,8 +704,9 @@ if (empty($reshook))
     					// Set output language
     					$outputlangs = new Translate('', $conf);
     					$outputlangs->setDefaultLang(empty($object->thirdparty->default_lang) ? $mysoc->default_lang : $object->thirdparty->default_lang);
    +					// Load traductions files requiredby by page
     					$outputlangs->loadLangs(array("main", "members"));
    -					// Get email content fro mtemplae
    +					// Get email content from template
     					$arraydefaultmessage=null;
     					$labeltouse = $conf->global->ADHERENT_EMAIL_TEMPLATE_CANCELATION;
     
    @@ -710,7 +723,9 @@ if (empty($reshook))
     					$subjecttosend = make_substitutions($subject, $substitutionarray, $outputlangs);
     					$texttosend = make_substitutions(dol_concatdesc($msg, $adht->getMailOnResiliate()), $substitutionarray, $outputlangs);
     
    -					$result=$object->send_an_email($texttosend, $subjecttosend, array(), array(), array(), "", "", 0, -1);
    +					$moreinheader='X-Dolibarr-Info: send_an_email by adherents/card.php'."\r\n";
    +
    +					$result=$object->send_an_email($texttosend, $subjecttosend, array(), array(), array(), "", "", 0, -1, '', $moreinheader);
     				}
     				if ($result < 0)
     				{
    @@ -973,14 +988,26 @@ else
     		print '<tr><td>'.$langs->trans("PhoneMobile").'</td><td><input type="text" name="phone_mobile" size="20" value="'.(GETPOST('phone_mobile','alpha')?GETPOST('phone_mobile','alpha'):$object->phone_mobile).'"></td></tr>';
     
     	    // Skype
    -	    if (! empty($conf->skype->enabled))
    +	    if (! empty($conf->socialnetworks->enabled))
     	    {
     			print '<tr><td>'.$langs->trans("Skype").'</td><td><input type="text" name="member_skype" size="40" value="'.(GETPOST('member_skype','alpha')?GETPOST('member_skype','alpha'):$object->skype).'"></td></tr>';
     	    }
     
    -		// Birthday
    +	    // Twitter
    +	    if (! empty($conf->socialnetworks->enabled))
    +	    {
    +	    	print '<tr><td>'.$langs->trans("Twitter").'</td><td><input type="text" name="member_twitter" size="40" value="'.(GETPOST('member_twitter','alpha')?GETPOST('member_twitter','alpha'):$object->twitter).'"></td></tr>';
    +	    }
    +
    +	    // Facebook
    +	    if (! empty($conf->socialnetworks->enabled))
    +	    {
    +	    	print '<tr><td>'.$langs->trans("Facebook").'</td><td><input type="text" name="member_facebook" size="40" value="'.(GETPOST('member_facebook','alpha')?GETPOST('member_facebook','alpha'):$object->facebook).'"></td></tr>';
    +	    }
    +
    +	    // Birthday
     		print "<tr><td>".$langs->trans("Birthday")."</td><td>\n";
    -		$form->select_date(($object->birth ? $object->birth : -1),'birth','','',1,'formsoc');
    +		print $form->selectDate(($object->birth ? $object->birth : -1),'birth','','',1,'formsoc');
     		print "</td></tr>\n";
     
     		// Public profil
    @@ -1211,14 +1238,26 @@ else
     		print '<tr><td>'.$langs->trans("PhoneMobile").'</td><td><input type="text" name="phone_mobile" size="20" value="'.(isset($_POST["phone_mobile"])?GETPOST("phone_mobile"):$object->phone_mobile).'"></td></tr>';
     
     	    // Skype
    -	    if (! empty($conf->skype->enabled))
    +	    if (! empty($conf->socialnetworks->enabled))
     	    {
    -			    print '<tr><td>'.$langs->trans("Skype").'</td><td><input type="text" name="skype" class="minwidth100" value="'.(isset($_POST["skype"])?GETPOST("skype"):$object->skype).'"></td></tr>';
    +			print '<tr><td>'.$langs->trans("Skype").'</td><td><input type="text" name="skype" class="minwidth100" value="'.(isset($_POST["skype"])?GETPOST("skype"):$object->skype).'"></td></tr>';
     	    }
     
    -		// Birthday
    +	    // Twitter
    +	    if (! empty($conf->socialnetworks->enabled))
    +	    {
    +	    	print '<tr><td>'.$langs->trans("Twitter").'</td><td><input type="text" name="twitter" class="minwidth100" value="'.(isset($_POST["twitter"])?GETPOST("twitter"):$object->twitter).'"></td></tr>';
    +	    }
    +
    +	    // Facebook
    +	    if (! empty($conf->socialnetworks->enabled))
    +	    {
    +	    	print '<tr><td>'.$langs->trans("Facebook").'</td><td><input type="text" name="facebook" class="minwidth100" value="'.(isset($_POST["facebook"])?GETPOST("facebook"):$object->facebook).'"></td></tr>';
    +	    }
    +
    +	    // Birthday
     		print "<tr><td>".$langs->trans("Birthday")."</td><td>\n";
    -		$form->select_date(($object->birth ? $object->birth : -1),'birth','','',1,'formsoc');
    +		print $form->selectDate(($object->birth ? $object->birth : -1),'birth','','',1,'formsoc');
     		print "</td></tr>\n";
     
     		// Public profil
    @@ -1383,6 +1422,7 @@ else
     			// Set output language
     			$outputlangs = new Translate('', $conf);
     			$outputlangs->setDefaultLang(empty($object->thirdparty->default_lang) ? $mysoc->default_lang : $object->thirdparty->default_lang);
    +			// Load traductions files requiredby by page
     			$outputlangs->loadLangs(array("main", "members"));
     			// Get email content from template
     			$arraydefaultmessage=null;
    @@ -1443,8 +1483,9 @@ else
     			// Set output language
     			$outputlangs = new Translate('', $conf);
     			$outputlangs->setDefaultLang(empty($object->thirdparty->default_lang) ? $mysoc->default_lang : $object->thirdparty->default_lang);
    +			// Load traductions files requiredby by page
     			$outputlangs->loadLangs(array("main", "members"));
    -			// Get email content fro mtemplae
    +			// Get email content from template
     			$arraydefaultmessage=null;
     			$labeltouse = $conf->global->ADHERENT_EMAIL_TEMPLATE_CANCELATION;
     
    diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php
    index a2e6c708186..888e3043de1 100644
    --- a/htdocs/adherents/class/adherent.class.php
    +++ b/htdocs/adherents/class/adherent.class.php
    @@ -45,75 +45,100 @@ class Adherent extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='member';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='adherent';
    -	
    -	public $ismultientitymanaged = 1;  // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
     
    -	var $mesgs;
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
     
    -	var $login;
    +	public $mesgs;
    +
    +	public $login;
     
     	//! Clear password in memory
    -	var $pass;
    +	public $pass;
     	//! Clear password in database (defined if DATABASE_PWD_ENCRYPTED=0)
    -	var $pass_indatabase;
    +	public $pass_indatabase;
     	//! Encrypted password in database (always defined)
    -	var $pass_indatabase_crypted;
    +	public $pass_indatabase_crypted;
     
    -	var $societe;
    -	var $company;
    -	var $address;
    -	var $zip;
    -	var $town;
    +	public $societe;
     
    -	var $state_id;              // Id of department
    -	var $state_code;            // Code of department
    -	var $state;                 // Label of department
    +	/**
    +	 * @var Societe $company {@type Societe}
    +	 */
    +	public $company;
     
    -	var $email;
    -	var $skype;
    -	var $phone;
    -	var $phone_perso;
    -	var $phone_mobile;
    +	/**
    +	 * @var string Address
    +	 */
    +	public $address;
     
    -	var $morphy;
    -	var $public;
    -	var $statut;			// -1:brouillon, 0:resilie, >=1:valide,paye
    -	var $photo;
    +	public $zip;
    +	public $town;
     
    -	var $datec;
    -	var $datem;
    -	var $datefin;
    -	var $datevalid;
    -	var $birth;
    +	public $state_id;              // Id of department
    +	public $state_code;            // Code of department
    +	public $state;                 // Label of department
     
    -	var $note_public;
    -	var $note_private;
    +	public $email;
     
    -	var $typeid;			// Id type adherent
    -	var $type;				// Libelle type adherent
    -	var $need_subscription;
    +	public $skype;
    +	public $twitter;
    +	public $facebook;
     
    -	var $user_id;
    -	var $user_login;
    +	public $phone;
    +	public $phone_perso;
    +	public $phone_mobile;
     
    -	var $fk_soc;
    +	public $morphy;
    +	public $public;
    +	public $statut;			// -1:brouillon, 0:resilie, >=1:valide,paye
    +	public $photo;
    +
    +	public $datec;
    +	public $datem;
    +	public $datevalid;
    +
    +	public $birth;
    +
    +	public $note_public;
    +	public $note_private;
    +
    +	public $typeid;			// Id type adherent
    +	public $type;				// Libelle type adherent
    +	public $need_subscription;
    +
    +	public $user_id;
    +	public $user_login;
    +
    +	/**
    +	 * @var int Thirdparty ID
    +	 */
    +    public $fk_soc;
    +
    +	public $datefin;	// From member table
     
     	// Fields loaded by fetch_subscriptions()
    -	var $first_subscription_date;
    -	var $first_subscription_amount;
    -	var $last_subscription_date;
    -	var $last_subscription_date_start;
    -	var $last_subscription_date_end;
    -	var $last_subscription_amount;
    -	var $subscriptions=array();
    +	public $first_subscription_date;
    +	public $first_subscription_amount;
    +	public $last_subscription_date;
    +	public $last_subscription_date_start;
    +	public $last_subscription_date_end;
    +	public $last_subscription_amount;
    +	public $subscriptions=array();
     
    -	var $oldcopy;		// To contains a clone of this when we need to save old properties of object
    +	public $oldcopy;		// To contains a clone of this when we need to save old properties of object
     
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
     
     	/**
    @@ -132,8 +157,9 @@ class Adherent extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *  Function sending an email has the adherent with the text supplied in parameter.
    +	 *  Function sending an email to the current member with the text supplied in parameter.
     	 *
     	 *  @param	string	$text				Content of message (not html entities encoded)
     	 *  @param	string	$subject			Subject of message
    @@ -145,10 +171,12 @@ class Adherent extends CommonObject
     	 *  @param 	int		$deliveryreceipt	Ask a delivery receipt
     	 *  @param	int		$msgishtml			1=String IS already html, 0=String IS NOT html, -1=Unknown need autodetection
     	 *  @param	string	$errors_to			erros to
    +	 *  @param	string	$moreinheader		Add more html headers
     	 *  @return	int							<0 if KO, >0 if OK
     	 */
    -	function send_an_email($text, $subject, $filename_list=array(), $mimetype_list=array(), $mimefilename_list=array(), $addr_cc="", $addr_bcc="", $deliveryreceipt=0, $msgishtml=-1, $errors_to='')
    +	function send_an_email($text, $subject, $filename_list=array(), $mimetype_list=array(), $mimefilename_list=array(), $addr_cc="", $addr_bcc="", $deliveryreceipt=0, $msgishtml=-1, $errors_to='', $moreinheader='')
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		// Detect if message is HTML
    @@ -168,9 +196,11 @@ class Adherent extends CommonObject
     		$from=$conf->email_from;
     		if (! empty($conf->global->ADHERENT_MAIL_FROM)) $from=$conf->global->ADHERENT_MAIL_FROM;
     
    +		$trackid = 'mem'.$this->id;
    +
     		// Send email (substitutionarray must be done just before this)
     		include_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
    -		$mailfile = new CMailFile($subjecttosend, $this->email, $from, $texttosend, $filename_list, $mimetype_list, $mimefilename_list, $addr_cc, $addr_bcc, $deliveryreceipt, $msgishtml);
    +		$mailfile = new CMailFile($subjecttosend, $this->email, $from, $texttosend, $filename_list, $mimetype_list, $mimefilename_list, $addr_cc, $addr_bcc, $deliveryreceipt, $msgishtml, '', '', $trackid, $moreinheader);
     		if ($mailfile->sendfile())
     		{
     			return 1;
    @@ -442,6 +472,8 @@ class Adherent extends CommonObject
     		$sql.= ", state_id = ".($this->state_id>0?$this->db->escape($this->state_id):"null");
     		$sql.= ", email = '".$this->db->escape($this->email)."'";
     		$sql.= ", skype = '".$this->db->escape($this->skype)."'";
    +		$sql.= ", twitter = '".$this->db->escape($this->twitter)."'";
    +		$sql.= ", facebook = '".$this->db->escape($this->facebook)."'";
     		$sql.= ", phone = ".($this->phone?"'".$this->db->escape($this->phone)."'":"null");
     		$sql.= ", phone_perso = ".($this->phone_perso?"'".$this->db->escape($this->phone_perso)."'":"null");
     		$sql.= ", phone_mobile = ".($this->phone_mobile?"'".$this->db->escape($this->phone_mobile)."'":"null");
    @@ -542,12 +574,14 @@ class Adherent extends CommonObject
     						$luser->birth=$this->birth;
                                                     $luser->address=$this->address;
                                                     $luser->zip=$this->zip;
    -                                                $luser->town=$this->town; 
    -                                                $luser->country_id=$this->country_id; 
    +                                                $luser->town=$this->town;
    +                                                $luser->country_id=$this->country_id;
                                                     $luser->state_id=$this->state_id;
    -						
    +
     						$luser->email=$this->email;
     						$luser->skype=$this->skype;
    +						$luser->twitter=$this->twitter;
    +						$luser->facebook=$this->facebook;
     						$luser->office_phone=$this->phone;
     						$luser->user_mobile=$this->phone_mobile;
     
    @@ -587,6 +621,8 @@ class Adherent extends CommonObject
     						$lthirdparty->town=$this->town;
     						$lthirdparty->email=$this->email;
     						$lthirdparty->skype=$this->skype;
    +						$lthirdparty->twitter=$this->twitter;
    +						$lthirdparty->facebook=$this->facebook;
     						$lthirdparty->phone=$this->phone;
     						$lthirdparty->state_id=$this->state_id;
     						$lthirdparty->country_id=$this->country_id;
    @@ -637,6 +673,7 @@ class Adherent extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Update denormalized last subscription date.
     	 * 	This function is called when we delete a subscription for example.
    @@ -646,6 +683,7 @@ class Adherent extends CommonObject
     	 */
     	function update_end_date($user)
     	{
    +        // phpcs:enable
     		$this->db->begin();
     
     		// Search for last subscription id and end date
    @@ -690,7 +728,6 @@ class Adherent extends CommonObject
     			$this->db->rollback();
     			return -1;
     		}
    -
     	}
     
     	/**
    @@ -992,6 +1029,7 @@ class Adherent extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Method to load member from its login
     	 *
    @@ -1000,6 +1038,7 @@ class Adherent extends CommonObject
     	 */
     	function fetch_login($login)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."adherent";
    @@ -1021,6 +1060,7 @@ class Adherent extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Method to load member from its name
     	 *
    @@ -1030,6 +1070,7 @@ class Adherent extends CommonObject
     	 */
     	function fetch_name($firstname,$lastname)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."adherent";
    @@ -1069,7 +1110,7 @@ class Adherent extends CommonObject
     
     		$sql = "SELECT d.rowid, d.ref_ext, d.civility as civility_id, d.firstname, d.lastname, d.societe as company, d.fk_soc, d.statut, d.public, d.address, d.zip, d.town, d.note_private,";
     		$sql.= " d.note_public,";
    -		$sql.= " d.email, d.skype, d.phone, d.phone_perso, d.phone_mobile, d.login, d.pass, d.pass_crypted,";
    +		$sql.= " d.email, d.skype, d.twitter, d.facebook, d.phone, d.phone_perso, d.phone_mobile, d.login, d.pass, d.pass_crypted,";
     		$sql.= " d.photo, d.fk_adherent_type, d.morphy, d.entity,";
     		$sql.= " d.datec as datec,";
     		$sql.= " d.tms as datem,";
    @@ -1141,7 +1182,10 @@ class Adherent extends CommonObject
     				$this->phone_perso		= $obj->phone_perso;
     				$this->phone_mobile		= $obj->phone_mobile;
     				$this->email			= $obj->email;
    +
     				$this->skype			= $obj->skype;
    +				$this->twitter			= $obj->twitter;
    +				$this->facebook			= $obj->facebook;
     
     				$this->photo			= $obj->photo;
     				$this->statut			= $obj->statut;
    @@ -1192,17 +1236,17 @@ class Adherent extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *	Fonction qui recupere pour un adherent les parametres
    -	 *				first_subscription_date
    -	 *				first_subscription_amount
    -	 *				last_subscription_date
    -	 *				last_subscription_amount
    +	 *	Function to get member subscriptions data
    +	 *				first_subscription_date, first_subscription_date_start, first_subscription_date_end, first_subscription_amount
    +	 *				last_subscription_date, last_subscription_date_start, last_subscription_date_end, last_subscription_amount
     	 *
     	 *	@return		int			<0 si KO, >0 si OK
     	 */
     	function fetch_subscriptions()
     	{
    +        // phpcs:enable
     		global $langs;
     
     		require_once DOL_DOCUMENT_ROOT.'/adherents/class/subscription.class.php';
    @@ -1227,10 +1271,14 @@ class Adherent extends CommonObject
     			{
     				if ($i==0)
     				{
    -					$this->first_subscription_date=$obj->dateh;
    +					$this->first_subscription_date=$this->db->jdate($obj->datec);
    +					$this->first_subscription_date_start=$this->db->jdate($obj->dateh);
    +					$this->first_subscription_date_end=$this->db->jdate($obj->datef);
     					$this->first_subscription_amount=$obj->subscription;
     				}
    -				$this->last_subscription_date=$obj->dateh;
    +				$this->last_subscription_date=$this->db->jdate($obj->datec);
    +				$this->last_subscription_date_start=$this->db->jdate($obj->datef);
    +				$this->last_subscription_date_end=$this->db->jdate($obj->datef);
     				$this->last_subscription_amount=$obj->subscription;
     
     				$subscription=new Subscription($this->db);
    @@ -1315,9 +1363,9 @@ class Adherent extends CommonObject
     			{
     				// Change properties of object (used by triggers)
     				$this->last_subscription_date=dol_now();
    -				$this->last_subscription_amount=$amount;
     				$this->last_subscription_date_start=$date;
     				$this->last_subscription_date_end=$datefin;
    +				$this->last_subscription_amount=$amount;
     			}
     
     			if (! $error)
    @@ -1355,7 +1403,7 @@ class Adherent extends CommonObject
     	 *	@param	string		$num_chq				Numero cheque (if Id bank account provided)
     	 *	@param	string		$emetteur_nom			Name of cheque writer
     	 *	@param	string		$emetteur_banque		Name of bank of cheque
    -	 *  @param	string		$autocreatethirdparty	Auto create new thirdparty if member not linked to a thirdparty and we request an option that generate invoice.
    +	 *  @param	string		$autocreatethirdparty	Auto create new thirdparty if member not yet linked to a thirdparty and we request an option that generate invoice.
     	 *	@return int									<0 if KO, >0 if OK
     	 */
     	function subscriptionComplementaryActions($subscriptionid, $option, $accountid, $datesubscription, $paymentdate, $operation, $label, $amount, $num_chq, $emetteur_nom='', $emetteur_banque='', $autocreatethirdparty=0)
    @@ -1746,6 +1794,7 @@ class Adherent extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Function to add member into external tools mailing-list, spip, etc.
     	 *
    @@ -1753,6 +1802,7 @@ class Adherent extends CommonObject
     	 */
     	function add_to_abo()
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		include_once DOL_DOCUMENT_ROOT.'/mailmanspip/class/mailmanspip.class.php';
    @@ -1803,6 +1853,7 @@ class Adherent extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Function to delete a member from external tools like mailing-list, spip, etc.
     	 *
    @@ -1810,6 +1861,7 @@ class Adherent extends CommonObject
     	 */
     	function del_to_abo()
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		include_once DOL_DOCUMENT_ROOT.'/mailmanspip/class/mailmanspip.class.php';
    @@ -1982,6 +2034,7 @@ class Adherent extends CommonObject
     		return $this->LibStatut($this->statut,$this->need_subscription,$this->datefin,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -1993,79 +2046,73 @@ class Adherent extends CommonObject
     	 */
     	function LibStatut($statut,$need_subscription,$date_end_subscription,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load("members");
     		if ($mode == 0)
     		{
     			if ($statut == -1) return $langs->trans("MemberStatusDraft");
    -			if ($statut >= 1)
    -			{
    +			elseif ($statut >= 1) {
     				if (! $date_end_subscription)            return $langs->trans("MemberStatusActive");
     				elseif ($date_end_subscription < time()) return $langs->trans("MemberStatusActiveLate");
     				else                                     return $langs->trans("MemberStatusPaid");
     			}
    -			if ($statut == 0)  return $langs->trans("MemberStatusResiliated");
    +			elseif ($statut == 0)  return $langs->trans("MemberStatusResiliated");
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($statut == -1) return $langs->trans("MemberStatusDraftShort");
    -			if ($statut >= 1)
    -			{
    +			elseif ($statut >= 1) {
     				if (! $date_end_subscription)            return $langs->trans("MemberStatusActiveShort");
     				elseif ($date_end_subscription < time()) return $langs->trans("MemberStatusActiveLateShort");
     				else                                     return $langs->trans("MemberStatusPaidShort");
     			}
    -			if ($statut == 0)  return $langs->trans("MemberStatusResiliatedShort");
    +			elseif ($statut == 0)  return $langs->trans("MemberStatusResiliatedShort");
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut == -1) return img_picto($langs->trans('MemberStatusDraft'),'statut0').' '.$langs->trans("MemberStatusDraftShort");
    -			if ($statut >= 1)
    -			{
    +			elseif ($statut >= 1) {
     				if (! $date_end_subscription)            return img_picto($langs->trans('MemberStatusActive'),'statut1').' '.$langs->trans("MemberStatusActiveShort");
     				elseif ($date_end_subscription < time()) return img_picto($langs->trans('MemberStatusActiveLate'),'statut3').' '.$langs->trans("MemberStatusActiveLateShort");
     				else                                     return img_picto($langs->trans('MemberStatusPaid'),'statut4').' '.$langs->trans("MemberStatusPaidShort");
     			}
    -			if ($statut == 0)  return img_picto($langs->trans('MemberStatusResiliated'),'statut5').' '.$langs->trans("MemberStatusResiliatedShort");
    +			elseif ($statut == 0)  return img_picto($langs->trans('MemberStatusResiliated'),'statut5').' '.$langs->trans("MemberStatusResiliatedShort");
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut == -1) return img_picto($langs->trans('MemberStatusDraft'),'statut0');
    -			if ($statut >= 1)
    -			{
    +			elseif ($statut >= 1) {
     				if (! $date_end_subscription)            return img_picto($langs->trans('MemberStatusActive'),'statut1');
     				elseif ($date_end_subscription < time()) return img_picto($langs->trans('MemberStatusActiveLate'),'statut3');
     				else                                     return img_picto($langs->trans('MemberStatusPaid'),'statut4');
     			}
    -			if ($statut == 0)  return img_picto($langs->trans('MemberStatusResiliated'),'statut5');
    +			elseif ($statut == 0)  return img_picto($langs->trans('MemberStatusResiliated'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut == -1) return img_picto($langs->trans('MemberStatusDraft'),'statut0').' '.$langs->trans("MemberStatusDraft");
    -			if ($statut >= 1)
    -			{
    +			elseif ($statut >= 1) {
     				if (! $date_end_subscription)            return img_picto($langs->trans('MemberStatusActive'),'statut1').' '.$langs->trans("MemberStatusActive");
     				elseif ($date_end_subscription < time()) return img_picto($langs->trans('MemberStatusActiveLate'),'statut3').' '.$langs->trans("MemberStatusActiveLate");
     				else                                     return img_picto($langs->trans('MemberStatusPaid'),'statut4').' '.$langs->trans("MemberStatusPaid");
     			}
     			if ($statut == 0)  return img_picto($langs->trans('MemberStatusResiliated'),'statut5').' '.$langs->trans("MemberStatusResiliated");
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut == -1) return $langs->trans("MemberStatusDraft").' '.img_picto($langs->trans('MemberStatusDraft'),'statut0');
    -			if ($statut >= 1)
    -			{
    +			elseif ($statut >= 1) {
     				if (! $date_end_subscription)            return '<span class="hideonsmartphone">'.$langs->trans("MemberStatusActiveShort").' </span>'.img_picto($langs->trans('MemberStatusActive'),'statut1');
     				elseif ($date_end_subscription < time()) return '<span class="hideonsmartphone">'.$langs->trans("MemberStatusActiveLateShort").' </span>'.img_picto($langs->trans('MemberStatusActiveLate'),'statut3');
     				else                                     return '<span class="hideonsmartphone">'.$langs->trans("MemberStatusPaidShort").' </span>'.img_picto($langs->trans('MemberStatusPaid'),'statut4');
     			}
     			if ($statut == 0)  return '<span class="hideonsmartphone">'.$langs->trans("MemberStatusResiliated").' </span>'.img_picto($langs->trans('MemberStatusResiliated'),'statut5');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($statut == -1) return $langs->trans("MemberStatusDraft").' '.img_picto($langs->trans('MemberStatusDraft'),'statut0');
    -			if ($statut >= 1)
    -			{
    +			if ($statut >= 1) {
     				if (! $date_end_subscription)            return '<span class="hideonsmartphone">'.$langs->trans("MemberStatusActive").' </span>'.img_picto($langs->trans('MemberStatusActive'),'statut1');
     				elseif ($date_end_subscription < time()) return '<span class="hideonsmartphone">'.$langs->trans("MemberStatusActiveLate").' </span>'.img_picto($langs->trans('MemberStatusActiveLate'),'statut3');
     				else                                     return '<span class="hideonsmartphone">'.$langs->trans("MemberStatusPaid").' </span>'.img_picto($langs->trans('MemberStatusPaid'),'statut4');
    @@ -2075,6 +2122,7 @@ class Adherent extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Charge indicateurs this->nb de tableau de bord
     	 *
    @@ -2082,9 +2130,10 @@ class Adherent extends CommonObject
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $conf;
     
    -		$this->nb=array();
    +		$this->nb = array();
     
     		$sql = "SELECT count(a.rowid) as nb";
     		$sql.= " FROM ".MAIN_DB_PREFIX."adherent as a";
    @@ -2107,9 +2156,9 @@ class Adherent extends CommonObject
     			$this->error=$this->db->error();
     			return -1;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Load indicators for dashboard (this->nbtodo and this->nbtodolate)
     	 *
    @@ -2118,6 +2167,7 @@ class Adherent extends CommonObject
     	 */
     	function load_board($user)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		if ($user->societe_id) return -1;   // protection pour eviter appel par utilisateur externe
    @@ -2228,7 +2278,9 @@ class Adherent extends CommonObject
     		$this->country = 'France';
     		$this->morphy = 1;
     		$this->email = 'specimen@specimen.com';
    -		$this->skype = 'tom.hanson';
    +		$this->skype = 'skypepseudo';
    +		$this->twitter = 'twitterpseudo';
    +		$this->facebook = 'facebookpseudo';
     		$this->phone        = '0999999999';
     		$this->phone_perso  = '0999999998';
     		$this->phone_mobile = '0999999997';
    @@ -2246,12 +2298,18 @@ class Adherent extends CommonObject
     		$this->need_subscription=0;
     
     		$this->first_subscription_date=time();
    +		$this->first_subscription_date_start=$this->first_subscription_date;
    +		$this->first_subscription_date_end=dol_time_plus_duree($this->first_subscription_date_start, 1, 'y');
     		$this->first_subscription_amount=10;
    -		$this->last_subscription_date=time();
    +
    +		$this->last_subscription_date=$this->first_subscription_date;
    +		$this->last_subscription_date_start=$this->first_subscription_date;
    +		$this->last_subscription_date_end=dol_time_plus_duree($this->last_subscription_date_start, 1, 'y');
     		$this->last_subscription_amount=10;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Retourne chaine DN complete dans l'annuaire LDAP pour l'objet
     	 *
    @@ -2263,6 +2321,7 @@ class Adherent extends CommonObject
     	 */
     	function _load_ldap_dn($info,$mode=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		$dn='';
     		if ($mode==0) $dn=$conf->global->LDAP_KEY_MEMBERS."=".$info[$conf->global->LDAP_KEY_MEMBERS].",".$conf->global->LDAP_MEMBER_DN;
    @@ -2272,6 +2331,7 @@ class Adherent extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Initialise tableau info (tableau des attributs LDAP)
     	 *
    @@ -2279,6 +2339,7 @@ class Adherent extends CommonObject
     	 */
     	function _load_ldap_info()
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$info=array();
    @@ -2326,6 +2387,8 @@ class Adherent extends CommonObject
     		if ($this->town && ! empty($conf->global->LDAP_MEMBER_FIELD_TOWN))						$info[$conf->global->LDAP_MEMBER_FIELD_TOWN] = $this->town;
     		if ($this->country_code && ! empty($conf->global->LDAP_MEMBER_FIELD_COUNTRY))			$info[$conf->global->LDAP_MEMBER_FIELD_COUNTRY] = $this->country_code;
     		if ($this->skype && ! empty($conf->global->LDAP_MEMBER_FIELD_SKYPE))					$info[$conf->global->LDAP_MEMBER_FIELD_SKYPE] = $this->skype;
    +		if ($this->twitter && ! empty($conf->global->LDAP_MEMBER_FIELD_TWITTER))				$info[$conf->global->LDAP_MEMBER_FIELD_TWITTER] = $this->twitter;
    +		if ($this->facebook && ! empty($conf->global->LDAP_MEMBER_FIELD_FACEBOOK))				$info[$conf->global->LDAP_MEMBER_FIELD_FACEBOOK] = $this->facebook;
     		if ($this->phone && ! empty($conf->global->LDAP_MEMBER_FIELD_PHONE))					$info[$conf->global->LDAP_MEMBER_FIELD_PHONE] = $this->phone;
     		if ($this->phone_perso && ! empty($conf->global->LDAP_MEMBER_FIELD_PHONE_PERSO))		$info[$conf->global->LDAP_MEMBER_FIELD_PHONE_PERSO] = $this->phone_perso;
     		if ($this->phone_mobile && ! empty($conf->global->LDAP_MEMBER_FIELD_MOBILE))			$info[$conf->global->LDAP_MEMBER_FIELD_MOBILE] = $this->phone_mobile;
    @@ -2548,10 +2611,10 @@ class Adherent extends CommonObject
     	 * Send reminders by emails before subscription end
     	 * CAN BE A CRON TASK
     	 *
    -	 * @param	int			$daysbeforeend		Nb of days before end of subscription (negative number = after subscription)
    -	 * @return	int								0 if OK, <>0 if KO (this function is used also by cron so only 0 is OK)
    +	 * @param	string		$daysbeforeendlist		Nb of days before end of subscription (negative number = after subscription). Can be a list of delay, separated by a semicolon, for example '10;5;0;-5'
    +	 * @return	int									0 if OK, <>0 if KO (this function is used also by cron so only 0 is OK)
     	 */
    -	public function sendReminderForExpiredSubscription($daysbeforeend=10)
    +	public function sendReminderForExpiredSubscription($daysbeforeendlist='10')
     	{
     		global $conf, $langs, $mysoc, $user;
     
    @@ -2569,92 +2632,110 @@ class Adherent extends CommonObject
     		}*/
     
     		$now = dol_now();
    +		$nbok = 0;
    +		$nbko = 0;
     
    -		dol_syslog(__METHOD__, LOG_DEBUG);
    -
    -		$tmp=dol_getdate($now);
    -		$datetosearchfor = dol_time_plus_duree(dol_mktime(0, 0, 0, $tmp['mon'], $tmp['mday'], $tmp['year']), -1 * $daysbeforeend, 'd');
    -
    -		$sql = 'SELECT rowid FROM '.MAIN_DB_PREFIX.'adherent';
    -		$sql.= " WHERE datefin = '".$this->db->idate($datetosearchfor)."'";
    -
    -		$resql = $this->db->query($sql);
    -		if ($resql)
    +		$arraydaysbeforeend=explode(';',$daysbeforeendlist);
    +		foreach($arraydaysbeforeend as $daysbeforeend)			// Loop on each delay
     		{
    -			$num_rows = $this->db->num_rows($resql);
    +			dol_syslog(__METHOD__.' - Process delta = '.$daysbeforeend, LOG_DEBUG);
     
    -			include_once DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php';
    -			$adherent = new Adherent($this->db);
    -			$formmail = new FormMail($this->db);
    -
    -			$i=0;
    -			$nbok = 0;
    -			$nbko = 0;
    -			while ($i < $num_rows)
    +			if (! is_numeric($daysbeforeend))
     			{
    -				$obj = $this->db->fetch_object($resql);
    +				$blockingerrormsg="Value for delta is not a positive or negative numeric";
    +				$nbko++;
    +				break;
    +			}
     
    -				$adherent->fetch($obj->rowid);
    +			$tmp=dol_getdate($now);
    +			$datetosearchfor = dol_time_plus_duree(dol_mktime(0, 0, 0, $tmp['mon'], $tmp['mday'], $tmp['year']), $daysbeforeend, 'd');
     
    -				if (empty($adherent->email))
    +			$sql = 'SELECT rowid FROM '.MAIN_DB_PREFIX.'adherent';
    +			$sql.= " WHERE datefin = '".$this->db->idate($datetosearchfor)."'";
    +
    +			$resql = $this->db->query($sql);
    +			if ($resql)
    +			{
    +				$num_rows = $this->db->num_rows($resql);
    +
    +				include_once DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php';
    +				$adherent = new Adherent($this->db);
    +				$formmail = new FormMail($this->db);
    +
    +				$i=0;
    +				while ($i < $num_rows)
     				{
    -					$nbko++;
    -				}
    -				else
    -				{
    -					$adherent->fetch_thirdparty();
    +					$obj = $this->db->fetch_object($resql);
     
    -					// Send reminder email
    -					$outputlangs = new Translate('', $conf);
    -					$outputlangs->setDefaultLang(empty($adherent->thirdparty->default_lang) ? $mysoc->default_lang : $adherent->thirdparty->default_lang);
    -					$outputlangs->loadLangs(array("main", "members"));
    +					$adherent->fetch($obj->rowid, '', '', '', true, true);
     
    -					$arraydefaultmessage=null;
    -					$labeltouse = $conf->global->ADHERENT_EMAIL_TEMPLATE_REMIND_EXPIRATION;
    -
    -					if (! empty($labeltouse)) $arraydefaultmessage=$formmail->getEMailTemplate($this->db, 'member', $user, $outputlangs, 0, 1, $labeltouse);
    -
    -					if (! empty($labeltouse) && is_object($arraydefaultmessage) && $arraydefaultmessage->id > 0)
    +					if (empty($adherent->email))
     					{
    -						$substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $adherent);
    -						//if (is_array($adherent->thirdparty)) $substitutionarraycomp = ...
    -						complete_substitutions_array($substitutionarray, $outputlangs, $adherent);
    -
    -						$subject = make_substitutions($arraydefaultmessage->topic, $substitutionarray, $outputlangs);
    -						$msg     = make_substitutions($arraydefaultmessage->content, $substitutionarray, $outputlangs);
    -						$from = $conf->global->ADHERENT_MAIL_FROM;
    -						$to = $adherent->email;
    -
    -						include_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
    -						$cmail = new CMailFile($subject, $to, $from, $msg, array(), array(), array(), '', '', 0, 1);
    -						$result = $cmail->sendfile();
    -						if (! $result)
    -						{
    -							$error++;
    -							$this->error = $cmail->error;
    -							$this->errors += $cmail->errors;
    -							$nbko++;
    -						}
    -						else
    -						{
    -							$nbok++;
    -						}
    +						$nbko++;
     					}
     					else
     					{
    -						$blockingerrormsg="Can't find email template, defined into member module setup, to use for reminding";
    -						$nbko++;
    -						break;
    -					}
    -				}
    +						$adherent->fetch_thirdparty();
     
    -				$i++;
    +						// Send reminder email
    +						$outputlangs = new Translate('', $conf);
    +						$outputlangs->setDefaultLang(empty($adherent->thirdparty->default_lang) ? $mysoc->default_lang : $adherent->thirdparty->default_lang);
    +						$outputlangs->loadLangs(array("main", "members"));
    +						dol_syslog("sendReminderForExpiredSubscription Language set to ".$outputlangs->defaultlang);
    +
    +						$arraydefaultmessage=null;
    +						$labeltouse = $conf->global->ADHERENT_EMAIL_TEMPLATE_REMIND_EXPIRATION;
    +
    +						if (! empty($labeltouse)) $arraydefaultmessage=$formmail->getEMailTemplate($this->db, 'member', $user, $outputlangs, 0, 1, $labeltouse);
    +
    +						if (! empty($labeltouse) && is_object($arraydefaultmessage) && $arraydefaultmessage->id > 0)
    +						{
    +							$substitutionarray=getCommonSubstitutionArray($outputlangs, 0, null, $adherent);
    +							//if (is_array($adherent->thirdparty)) $substitutionarraycomp = ...
    +							complete_substitutions_array($substitutionarray, $outputlangs, $adherent);
    +
    +							$subject = make_substitutions($arraydefaultmessage->topic, $substitutionarray, $outputlangs);
    +							$msg     = make_substitutions($arraydefaultmessage->content, $substitutionarray, $outputlangs);
    +							$from = $conf->global->ADHERENT_MAIL_FROM;
    +							$to = $adherent->email;
    +
    +							$trackid = 'mem'.$adherent->id;
    +							$moreinheader='X-Dolibarr-Info: sendReminderForExpiredSubscription'."\r\n";
    +
    +							include_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
    +							$cmail = new CMailFile($subject, $to, $from, $msg, array(), array(), array(), '', '', 0, 1, '', '', $trackid, $moreinheader);
    +							$result = $cmail->sendfile();
    +							if (! $result)
    +							{
    +								$error++;
    +								$this->error = $cmail->error;
    +								$this->errors += $cmail->errors;
    +								$nbko++;
    +							}
    +							else
    +							{
    +								$nbok++;
    +
    +								// TODO Add event email sent for member
    +
    +							}
    +						}
    +						else
    +						{
    +							$blockingerrormsg="Can't find email template, defined into member module setup, to use for reminding";
    +							$nbko++;
    +							break;
    +						}
    +					}
    +
    +					$i++;
    +				}
    +			}
    +			else
    +			{
    +				$this->error = $this->db->lasterror();
    +				return 1;
     			}
    -		}
    -		else
    -		{
    -			$this->error = $this->db->lasterror();
    -			return 1;
     		}
     
     		if ($blockingerrormsg)
    @@ -2671,5 +2752,4 @@ class Adherent extends CommonObject
     
     		return 0;
     	}
    -
     }
    diff --git a/htdocs/adherents/class/adherent_type.class.php b/htdocs/adherents/class/adherent_type.class.php
    index 937d3e197a8..20a85c7bf3e 100644
    --- a/htdocs/adherents/class/adherent_type.class.php
    +++ b/htdocs/adherents/class/adherent_type.class.php
    @@ -36,14 +36,22 @@ class AdherentType extends CommonObject
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'adherent_type';
    -	
    +
     	/**
     	 * @var string ID to identify managed object
     	 */
     	public $element = 'adherent_type';
    -	
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'group';
    -	public $ismultientitymanaged = 1;  // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
     
     	/**
     	 * @var string
    @@ -51,19 +59,27 @@ class AdherentType extends CommonObject
     	 * @see label
     	 */
     	public $libelle;
    -	/** @var string Label */
    -	public $label;
    +
    +	/**
    +     * @var string Adherent type label
    +     */
    +    public $label;
    +
     	/**
     	 * @var int Subsription required (0 or 1)
     	 * @since 5.0
     	 */
     	public $subscription;
    +
     	/** @var string 	Public note */
     	public $note;
    +
     	/** @var integer	Can vote */
     	public $vote;
    +
     	/** @var string Email sent during validation */
     	public $mail_valid;
    +
     	/** @var array Array of members */
     	public $members=array();
     
    @@ -290,6 +306,7 @@ class AdherentType extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of members' type
     	 *
    @@ -297,6 +314,7 @@ class AdherentType extends CommonObject
     	 */
     	function liste_array()
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$adherenttypes = array();
    @@ -421,6 +439,7 @@ class AdherentType extends CommonObject
     		return '';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Retourne chaine DN complete dans l'annuaire LDAP pour l'objet
     	 *
    @@ -432,6 +451,7 @@ class AdherentType extends CommonObject
     	 */
     	function _load_ldap_dn($info,$mode=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		$dn='';
     		if ($mode==0) $dn=$conf->global->LDAP_KEY_MEMBERS_TYPES."=".$info[$conf->global->LDAP_KEY_MEMBERS_TYPES].",".$conf->global->LDAP_MEMBER_TYPE_DN;
    @@ -441,6 +461,7 @@ class AdherentType extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Initialize the info array (array of LDAP values) that will be used to call LDAP functions
     	 *
    @@ -448,6 +469,7 @@ class AdherentType extends CommonObject
     	 */
     	function _load_ldap_info()
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$info=array();
    @@ -555,5 +577,4 @@ class AdherentType extends CommonObject
     
     		return '';
     	}
    -
     }
    diff --git a/htdocs/adherents/class/adherentstats.class.php b/htdocs/adherents/class/adherentstats.class.php
    index bfa990a04c0..eb722b987a9 100644
    --- a/htdocs/adherents/class/adherentstats.class.php
    +++ b/htdocs/adherents/class/adherentstats.class.php
    @@ -181,5 +181,4 @@ class AdherentStats extends Stats
     
     		return $this->_getAllByYear($sql);
     	}
    -
     }
    diff --git a/htdocs/adherents/class/api_members.class.php b/htdocs/adherents/class/api_members.class.php
    index 1758da55b1b..8591dd13195 100644
    --- a/htdocs/adherents/class/api_members.class.php
    +++ b/htdocs/adherents/class/api_members.class.php
    @@ -409,5 +409,4 @@ class Members extends DolibarrApi
     
     		return $result;
     	}
    -
     }
    diff --git a/htdocs/adherents/class/api_memberstypes.class.php b/htdocs/adherents/class/api_memberstypes.class.php
    index bcba76056f1..ecf7f45d371 100644
    --- a/htdocs/adherents/class/api_memberstypes.class.php
    +++ b/htdocs/adherents/class/api_memberstypes.class.php
    @@ -320,5 +320,4 @@ class MembersTypes extends DolibarrApi
     
             return $object;
         }
    -
     }
    diff --git a/htdocs/adherents/class/subscription.class.php b/htdocs/adherents/class/subscription.class.php
    index 240aa617233..562b34af2b1 100644
    --- a/htdocs/adherents/class/subscription.class.php
    +++ b/htdocs/adherents/class/subscription.class.php
    @@ -36,21 +36,33 @@ class Subscription extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='subscription';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='subscription';
    -	
    -    public $picto='payment';
     
    -	var $datec;				// Date creation
    -	var $datem;				// Date modification
    -	var $dateh;				// Subscription start date (date subscription)
    -	var $datef;				// Subscription end date
    -	var $fk_adherent;
    -	var $amount;
    -	var $fk_bank;
    +    /**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto='payment';
    +
    +	public $datec;				// Date creation
    +	public $datem;				// Date modification
    +	public $dateh;				// Subscription start date (date subscription)
    +	public $datef;				// Subscription end date
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_adherent;
    +
    +	public $amount;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_bank;
     
     
     	/**
    @@ -363,6 +375,7 @@ class Subscription extends CommonObject
     	    return '';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -371,6 +384,7 @@ class Subscription extends CommonObject
     	 */
     	function LibStatut($statut)
     	{
    +        // phpcs:enable
     	    global $langs;
     	    $langs->load("members");
     	    return '';
    diff --git a/htdocs/adherents/document.php b/htdocs/adherents/document.php
    index 46b2b827d73..7e46b7864f8 100644
    --- a/htdocs/adherents/document.php
    +++ b/htdocs/adherents/document.php
    @@ -33,9 +33,9 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php';
     
    -$langs->load("members");
    -$langs->load("companies");
    -$langs->load('other');
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","members","other"));
    +
     
     $id=GETPOST('id','int');
     $action=GETPOST('action','alpha');
    diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php
    index 030700bb0f6..931e9323904 100644
    --- a/htdocs/adherents/index.php
    +++ b/htdocs/adherents/index.php
    @@ -29,8 +29,8 @@ require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/subscription.class.php';
     
    -$langs->load("companies");
    -$langs->load("members");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","members"));
     
     // Security check
     $result=restrictedArea($user,'adherent');
    diff --git a/htdocs/adherents/ldap.php b/htdocs/adherents/ldap.php
    index b6bffd3d1bd..5b830623a4b 100644
    --- a/htdocs/adherents/ldap.php
    +++ b/htdocs/adherents/ldap.php
    @@ -29,10 +29,8 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/ldap.class.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php';
     
    -$langs->load("companies");
    -$langs->load("members");
    -$langs->load("ldap");
    -$langs->load("admin");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","members","ldap","admin"));
     
     $rowid = GETPOST('id','int');
     $action = GETPOST('action','aZ09');
    @@ -75,7 +73,7 @@ if ($action == 'dolibarr2ldap')
     		setEventMessages($langs->trans("MemberSynchronized"), null, 'mesgs');
     	}
     	else {
    -		setEventMessages($ldap->errors, $ldap->error, 'errors');
    +		setEventMessages($ldap->error, $ldap->errors, 'errors');
     	}
     }
     
    diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php
    index db017d71f61..51e1a8b244e 100644
    --- a/htdocs/adherents/list.php
    +++ b/htdocs/adherents/list.php
    @@ -48,6 +48,7 @@ $search=GETPOST("search",'alpha');
     $search_ref=GETPOST("search_ref",'alpha');
     $search_lastname=GETPOST("search_lastname",'alpha');
     $search_firstname=GETPOST("search_firstname",'alpha');
    +$search_civility=GETPOST("search_civility",'alpha');
     $search_login=GETPOST("search_login",'alpha');
     $search_address=GETPOST("search_address",'alpha');
     $search_zip=GETPOST("search_zip",'alpha');
    @@ -105,6 +106,7 @@ $fieldstosearchall = array(
     if($db->type == 'pgsql') unset($fieldstosearchall['d.rowid']);
     $arrayfields=array(
     	'd.ref'=>array('label'=>$langs->trans("Ref"), 'checked'=>1),
    +	'd.civility'=>array('label'=>$langs->trans("Civility"), 'checked'=>0),
     	'd.lastname'=>array('label'=>$langs->trans("Lastname"), 'checked'=>1),
     	'd.firstname'=>array('label'=>$langs->trans("Firstname"), 'checked'=>1),
     	'd.company'=>array('label'=>$langs->trans("Company"), 'checked'=>1),
    @@ -121,7 +123,7 @@ $arrayfields=array(
     	'state.nom'=>array('label'=>$langs->trans("State"), 'checked'=>0),
     	'country.code_iso'=>array('label'=>$langs->trans("Country"), 'checked'=>0),
     	/*'d.note_public'=>array('label'=>$langs->trans("NotePublic"), 'checked'=>0),
    -    'd.note_private'=>array('label'=>$langs->trans("NotePrivate"), 'checked'=>0),*/
    +	'd.note_private'=>array('label'=>$langs->trans("NotePrivate"), 'checked'=>0),*/
     	'd.datefin'=>array('label'=>$langs->trans("EndSubscription"), 'checked'=>1, 'position'=>500),
     	'd.datec'=>array('label'=>$langs->trans("DateCreation"), 'checked'=>0, 'position'=>500),
     	'd.tms'=>array('label'=>$langs->trans("DateModificationShort"), 'checked'=>0, 'position'=>500),
    @@ -160,6 +162,7 @@ if (empty($reshook))
     		$search_ref="";
     		$search_lastname="";
     		$search_firstname="";
    +		$search_civility="";
     		$search_login="";
     		$search_company="";
     		$search_type="";
    @@ -203,7 +206,7 @@ $memberstatic=new Adherent($db);
     $now=dol_now();
     
     $sql = "SELECT d.rowid, d.login, d.lastname, d.firstname, d.societe as company, d.fk_soc,";
    -$sql.= " d.datefin, d.address, d.zip, d.town, d.state_id, d.country,";
    +$sql.= " d.civility, d.datefin, d.address, d.zip, d.town, d.state_id, d.country,";
     $sql.= " d.email, d.phone, d.phone_perso, d.phone_mobile, d.skype, d.birth, d.public, d.photo,";
     $sql.= " d.fk_adherent_type as type_id, d.morphy, d.statut, d.datec as date_creation, d.tms as date_update,";
     $sql.= " t.libelle as type, t.subscription,";
    @@ -234,6 +237,7 @@ if ($search_ref)
     	if (is_numeric($search_ref)) $sql.= " AND (d.rowid = ".$db->escape($search_ref).")";
     	else $sql.=" AND 1 = 2";    // Always wrong
     }
    +if ($search_civility) $sql.= natural_search("d.civility", $search_civility);
     if ($search_firstname) $sql.= natural_search("d.firstname", $search_firstname);
     if ($search_lastname) $sql.= natural_search(array("d.firstname", "d.lastname", "d.societe"), $search_lastname);
     if ($search_login) $sql.= natural_search("d.login", $search_login);
    @@ -322,6 +326,7 @@ if ($sall != "") $param.="&sall=".urlencode($sall);
     if ($statut != "") $param.="&statut=".urlencode($statut);
     if ($search_ref)   $param.="&search_ref=".urlencode($search_ref);
     if ($search_nom)   $param.="&search_nom=".urlencode($search_nom);
    +if ($search_civility) $param.="&search_civility=".urlencode($search_civility);
     if ($search_firstname) $param.="&search_firstname=".urlencode($search_firstname);
     if ($search_lastname)  $param.="&search_lastname=".urlencode($search_lastname);
     if ($search_login)   $param.="&search_login=".urlencode($search_login);
    @@ -427,37 +432,36 @@ if (! empty($arrayfields['d.ref']['checked']))
     	print '<input class="flat maxwidth50" type="text" name="search_ref" value="'.dol_escape_htmltag($search_ref).'">';
     	print '</td>';
     }
    -
    +if (! empty($arrayfields['d.civility']['checked']))
    +{
    +	print '<td class="liste_titre" align="left">';
    +	print '<input class="flat maxwidth25" type="text" name="search_civility" value="'.dol_escape_htmltag($search_civility).'"></td>';
    +}
     if (! empty($arrayfields['d.firstname']['checked']))
     {
     	print '<td class="liste_titre" align="left">';
     	print '<input class="flat maxwidth50" type="text" name="search_firstname" value="'.dol_escape_htmltag($search_firstname).'"></td>';
     }
    -
     if (! empty($arrayfields['d.lastname']['checked']))
     {
     	print '<td class="liste_titre" align="left">';
     	print '<input class="flat maxwidth50" type="text" name="search_lastname" value="'.dol_escape_htmltag($search_lastname).'"></td>';
     }
    -
     if (! empty($arrayfields['d.company']['checked']))
     {
     	print '<td class="liste_titre" align="left">';
     	print '<input class="flat maxwidth50" type="text" name="search_company" value="'.dol_escape_htmltag($search_company).'"></td>';
     }
    -
     if (! empty($arrayfields['d.login']['checked']))
     {
     	print '<td class="liste_titre" align="left">';
     	print '<input class="flat maxwidth50" type="text" name="search_login" value="'.dol_escape_htmltag($search_login).'"></td>';
     }
    -
     if (! empty($arrayfields['d.morphy']['checked']))
     {
     	print '<td class="liste_titre" align="left">';
     	print '</td>';
     }
    -
     if (! empty($arrayfields['t.libelle']['checked']))
     {
     	print '<td class="liste_titre">';
    @@ -568,6 +572,7 @@ print "</tr>\n";
     print '<tr class="liste_titre">';
     if (! empty($conf->global->MAIN_SHOW_TECHNICAL_ID))       print_liste_field_titre("ID",$_SERVER["PHP_SELF"],'','',$param,'align="center"',$sortfield,$sortorder);
     if (! empty($arrayfields['d.ref']['checked']))            print_liste_field_titre($arrayfields['d.ref']['label'],$_SERVER["PHP_SELF"],'d.rowid','',$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['d.civility']['checked']))       print_liste_field_titre($arrayfields['d.civility']['label'],$_SERVER["PHP_SELF"],'d.civility','',$param,'',$sortfield,$sortorder);
     if (! empty($arrayfields['d.firstname']['checked']))      print_liste_field_titre($arrayfields['d.firstname']['label'],$_SERVER["PHP_SELF"],'d.firstname','',$param,'',$sortfield,$sortorder);
     if (! empty($arrayfields['d.lastname']['checked']))       print_liste_field_titre($arrayfields['d.lastname']['label'],$_SERVER["PHP_SELF"],'d.lastname','',$param,'',$sortfield,$sortorder);
     if (! empty($arrayfields['d.company']['checked']))        print_liste_field_titre($arrayfields['d.company']['label'],$_SERVER["PHP_SELF"],'d.societe','',$param,'',$sortfield,$sortorder);
    @@ -577,7 +582,7 @@ if (! empty($arrayfields['t.libelle']['checked']))        print_liste_field_titr
     if (! empty($arrayfields['d.address']['checked']))        print_liste_field_titre($arrayfields['d.address']['label'],$_SERVER["PHP_SELF"],'d.address','',$param,'',$sortfield,$sortorder);
     if (! empty($arrayfields['d.zip']['checked']))            print_liste_field_titre($arrayfields['d.zip']['label'],$_SERVER["PHP_SELF"],'d.zip','',$param,'',$sortfield,$sortorder);
     if (! empty($arrayfields['d.town']['checked']))           print_liste_field_titre($arrayfields['d.town']['label'],$_SERVER["PHP_SELF"],'d.town','',$param,'',$sortfield,$sortorder);
    -if (! empty($arrayfields['state.nom']['checked']))        print_liste_field_titre($arrayfields['state.town']['label'],$_SERVER["PHP_SELF"],"state.nom","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['state.nom']['checked']))        print_liste_field_titre($arrayfields['state.nom']['label'],$_SERVER["PHP_SELF"],"state.nom","",$param,'',$sortfield,$sortorder);
     if (! empty($arrayfields['country.code_iso']['checked'])) print_liste_field_titre($arrayfields['country.code_iso']['label'],$_SERVER["PHP_SELF"],"country.code_iso","",$param,'align="center"',$sortfield,$sortorder);
     if (! empty($arrayfields['d.phone']['checked']))          print_liste_field_titre($arrayfields['d.phone']['label'],$_SERVER["PHP_SELF"],'d.phone','',$param,'',$sortfield,$sortorder);
     if (! empty($arrayfields['d.phone_perso']['checked']))    print_liste_field_titre($arrayfields['d.phone_perso']['label'],$_SERVER["PHP_SELF"],'d.phone_perso','',$param,'',$sortfield,$sortorder);
    @@ -605,6 +610,7 @@ while ($i < min($num, $limit))
     	$datefin=$db->jdate($obj->datefin);
     	$memberstatic->id=$obj->rowid;
     	$memberstatic->ref=$obj->rowid;
    +	$memberstatic->civility_id=$obj->civility;
     	$memberstatic->lastname=$obj->lastname;
     	$memberstatic->firstname=$obj->firstname;
     	$memberstatic->statut=$obj->statut;
    @@ -630,10 +636,17 @@ while ($i < min($num, $limit))
     	// Ref
     	if (! empty($arrayfields['d.ref']['checked']))
     	{
    -   		print "<td>";
    +		print "<td>";
     		print $memberstatic->getNomUrl(-1, 0, 'card', 'ref');
     		print "</td>\n";
     	}
    +	// Civility
    +	if (! empty($arrayfields['d.civility']['checked']))
    +	{
    +		print "<td>";
    +		print $obj->civility;
    +		print "</td>\n";
    +	}
     	// Firstname
     	if (! empty($arrayfields['d.firstname']['checked']))
     	{
    @@ -658,12 +671,12 @@ while ($i < min($num, $limit))
     	// Login
     	if (! empty($arrayfields['d.login']['checked']))
     	{
    -	   print "<td>".$obj->login."</td>\n";
    +		print "<td>".$obj->login."</td>\n";
     	}
     	// Moral/Physique
     	if (! empty($arrayfields['d.morphy']['checked']))
     	{
    -	   print "<td>".$memberstatic->getmorphylib($obj->morphy)."</td>\n";
    +		print "<td>".$memberstatic->getmorphylib($obj->morphy)."</td>\n";
     	}
     	// Type label
     	if (! empty($arrayfields['t.libelle']['checked']))
    diff --git a/htdocs/adherents/note.php b/htdocs/adherents/note.php
    index ae278b5dbb5..8cd12cd6ca2 100644
    --- a/htdocs/adherents/note.php
    +++ b/htdocs/adherents/note.php
    @@ -28,9 +28,8 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php';
     
    -$langs->load("companies");
    -$langs->load("members");
    -$langs->load("bills");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","members","bills"));
     
     $action=GETPOST('action','alpha');
     $id=GETPOST('id','int');
    diff --git a/htdocs/adherents/stats/byproperties.php b/htdocs/adherents/stats/byproperties.php
    index 7ae29a7eeb9..defbde2dce2 100644
    --- a/htdocs/adherents/stats/byproperties.php
    +++ b/htdocs/adherents/stats/byproperties.php
    @@ -44,8 +44,8 @@ $year = strftime("%Y", time());
     $startyear=$year-2;
     $endyear=$year;
     
    -$langs->load("members");
    -$langs->load("companies");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","members"));
     
     
     /*
    diff --git a/htdocs/adherents/stats/geo.php b/htdocs/adherents/stats/geo.php
    index 9de537ed39a..2175569b7ce 100644
    --- a/htdocs/adherents/stats/geo.php
    +++ b/htdocs/adherents/stats/geo.php
    @@ -45,8 +45,8 @@ $year = strftime("%Y", time());
     $startyear=$year-2;
     $endyear=$year;
     
    -$langs->load("members");
    -$langs->load("companies");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","members"));
     
     
     /*
    diff --git a/htdocs/adherents/stats/index.php b/htdocs/adherents/stats/index.php
    index 902c2d35359..e3bc7287864 100644
    --- a/htdocs/adherents/stats/index.php
    +++ b/htdocs/adherents/stats/index.php
    @@ -46,8 +46,8 @@ $year = strftime("%Y", time());
     $startyear=$year-2;
     $endyear=$year;
     
    -$langs->load("members");
    -$langs->load("companies");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","members"));
     
     
     /*
    diff --git a/htdocs/adherents/subscription.php b/htdocs/adherents/subscription.php
    index 6312bc8494b..9c505477309 100644
    --- a/htdocs/adherents/subscription.php
    +++ b/htdocs/adherents/subscription.php
    @@ -1,9 +1,10 @@
     <?php
    -/* Copyright (C) 2001-2004	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
    - * Copyright (C) 2002-2003	Jean-Louis Bergamo		<jlb@j1b.org>
    - * Copyright (C) 2004-2018	Laurent Destailleur		<eldy@users.sourceforge.net>
    - * Copyright (C) 2012-2017	Regis Houssin			<regis.houssin@capnetworks.com>
    - * Copyright (C) 2015-2016	Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
    +/* Copyright (C) 2001-2004  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2002-2003  Jean-Louis Bergamo      <jlb@j1b.org>
    + * Copyright (C) 2004-2018  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2012-2017  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2015-2016  Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -358,8 +359,9 @@ if ($user->rights->adherent->cotisation->creer && $action == 'subscription' && !
                 	// Set output language
                 	$outputlangs = new Translate('', $conf);
                 	$outputlangs->setDefaultLang(empty($object->thirdparty->default_lang) ? $mysoc->default_lang : $object->thirdparty->default_lang);
    +            	// Load traductions files requiredby by page
                 	$outputlangs->loadLangs(array("main", "members"));
    -            	// Get email content fro mtemplae
    +            	// Get email content from template
                 	$arraydefaultmessage=null;
                 	$labeltouse = $conf->global->ADHERENT_EMAIL_TEMPLATE_SUBSCRIPTION;
     
    @@ -392,7 +394,9 @@ if ($user->rights->adherent->cotisation->creer && $action == 'subscription' && !
                     	$listofmimes=array(dol_mimetype($file));
                     }
     
    -                $result=$object->send_an_email($texttosend, $subjecttosend, $listofpaths, $listofnames, $listofmimes, "", "", 0, -1);
    +                $moreinheader='X-Dolibarr-Info: send_an_email by adherents/subscription.php'."\r\n";
    +
    +                $result=$object->send_an_email($texttosend, $subjecttosend, $listofpaths, $listofnames, $listofmimes, "", "", 0, -1, '', $moreinheader);
                     if ($result < 0)
                     {
                     	$errmsg=$object->error;
    @@ -895,7 +899,7 @@ if ($rowid > 0)
                     $datefrom=dol_time_plus_duree($object->datefin,1,'d');
                 }
             }
    -        print $form->select_date($datefrom,'','','','',"subscription",1,1,1);
    +        print $form->selectDate($datefrom, '', '', '', '', "subscription", 1, 1);
             print "</td></tr>";
     
             // Date end subscription
    @@ -908,7 +912,7 @@ if ($rowid > 0)
                 $dateto=-1;		// By default, no date is suggested
             }
             print '<tr><td>'.$langs->trans("DateEndSubscription").'</td><td>';
    -        print $form->select_date($dateto,'end','','','',"subscription",1,0,1);
    +        print $form->selectDate($dateto, 'end', '', '', '', "subscription", 1, 0);
             print "</td></tr>";
     
             if ($adht->subscription)
    @@ -1009,7 +1013,7 @@ if ($rowid > 0)
     
                     // Date of payment
                     print '<tr class="bankswitchclass"><td class="fieldrequired">'.$langs->trans("DatePayment").'</td><td>';
    -                print $form->select_date(isset($paymentdate)?$paymentdate:-1,'payment',0,0,1,'subscription',1,1,1);
    +                print $form->selectDate(isset($paymentdate)?$paymentdate:-1, 'payment', 0, 0, 1, 'subscription', 1, 1);
                     print "</td></tr>\n";
     
                     print '<tr class="bankswitchclass2"><td>'.$langs->trans('Numero');
    @@ -1052,8 +1056,9 @@ if ($rowid > 0)
                 // Set output language
                 $outputlangs = new Translate('', $conf);
                 $outputlangs->setDefaultLang(empty($object->thirdparty->default_lang) ? $mysoc->default_lang : $object->thirdparty->default_lang);
    +            // Load traductions files requiredby by page
                 $outputlangs->loadLangs(array("main", "members"));
    -            // Get email content fro mtemplae
    +            // Get email content from template
                 $arraydefaultmessage=null;
                 $labeltouse = $conf->global->ADHERENT_EMAIL_TEMPLATE_SUBSCRIPTION;
     
    diff --git a/htdocs/adherents/subscription/card.php b/htdocs/adherents/subscription/card.php
    index 34b58c5b04d..94950f02b05 100644
    --- a/htdocs/adherents/subscription/card.php
    +++ b/htdocs/adherents/subscription/card.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2007-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
    +/* Copyright (C) 2007-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -29,10 +30,8 @@ if (! empty($conf->banque->enabled)) {
     	require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php';
     }
     
    -$langs->load("companies");
    -$langs->load("bills");
    -$langs->load("members");
    -$langs->load("users");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","members","bills","users"));
     
     $adh = new Adherent($db);
     $object = new Subscription($db);
    @@ -211,13 +210,13 @@ if ($user->rights->adherent->cotisation->creer && $action == 'edit')
     
         // Date start subscription
         print '<tr><td>'.$langs->trans("DateSubscription").'</td><td class="valeur" colspan="2">';
    -	$form->select_date($object->dateh,'datesub',1,1,0,'update',1);
    +	print $form->selectDate($object->dateh, 'datesub', 1, 1, 0, 'update', 1);
     	print '</td>';
         print '</tr>';
     
         // Date end subscription
         print '<tr><td>'.$langs->trans("DateEndSubscription").'</td><td class="valeur" colspan="2">';
    -	$form->select_date($object->datef,'datesubend',0,0,0,'update',1);
    +	print $form->selectDate($object->datef, 'datesubend', 0, 0, 0, 'update', 1);
     	print '</td>';
         print '</tr>';
     
    diff --git a/htdocs/adherents/subscription/info.php b/htdocs/adherents/subscription/info.php
    index 649a1e22996..eb8f8e4eab3 100644
    --- a/htdocs/adherents/subscription/info.php
    +++ b/htdocs/adherents/subscription/info.php
    @@ -28,10 +28,8 @@ require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/adherents/class/subscription.class.php';
     
    -$langs->load("companies");
    -$langs->load("bills");
    -$langs->load("members");
    -$langs->load("users");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","members","bills","users"));
     
     if (!$user->rights->adherent->lire)
     	accessforbidden();
    diff --git a/htdocs/adherents/type_ldap.php b/htdocs/adherents/type_ldap.php
    index 5d60beb2a4d..c18074130aa 100644
    --- a/htdocs/adherents/type_ldap.php
    +++ b/htdocs/adherents/type_ldap.php
    @@ -29,9 +29,8 @@ require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/ldap.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/ldap.lib.php';
     
    -$langs->load("members");
    -$langs->load("admin");
    -$langs->load("ldap");
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin","members","ldap"));
     
     $id = GETPOST('rowid', 'int');
     $action = GETPOST('action','alpha');
    diff --git a/htdocs/admin/agenda_other.php b/htdocs/admin/agenda_other.php
    index 842c8d01470..8215bdbe0b1 100644
    --- a/htdocs/admin/agenda_other.php
    +++ b/htdocs/admin/agenda_other.php
    @@ -356,7 +356,7 @@ print '<tr class="oddeven">'."\n";
     print '<td>'.$langs->trans("AGENDA_DEFAULT_VIEW").'</td>'."\n";
     print '<td align="center">&nbsp;</td>'."\n";
     print '<td align="right">'."\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"));
    +$tmplist=array(''=>'&nbsp;', '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 '</td></tr>'."\n";
     
    diff --git a/htdocs/admin/barcode.php b/htdocs/admin/barcode.php
    index 4e0c683a73f..519f2b42938 100644
    --- a/htdocs/admin/barcode.php
    +++ b/htdocs/admin/barcode.php
    @@ -306,7 +306,7 @@ if (! empty($conf->product->enabled))
     	print '<tr class="oddeven">';
     	print '<td>'.$langs->trans("SetDefaultBarcodeTypeProducts").'</td>';
     	print '<td width="60" align="right">';
    -	$formbarcode->select_barcode_type($conf->global->PRODUIT_DEFAULT_BARCODE_TYPE,"PRODUIT_DEFAULT_BARCODE_TYPE",1);
    +	print $formbarcode->selectBarcodeType($conf->global->PRODUIT_DEFAULT_BARCODE_TYPE, "PRODUIT_DEFAULT_BARCODE_TYPE", 1);
     	print '</td></tr>';
     }
     
    @@ -317,7 +317,7 @@ if (! empty($conf->societe->enabled))
     	print '<tr class="oddeven">';
     	print '<td>'.$langs->trans("SetDefaultBarcodeTypeThirdParties").'</td>';
     	print '<td width="60" align="right">';
    -	print $formbarcode->select_barcode_type($conf->global->GENBARCODE_BARCODETYPE_THIRDPARTY,"GENBARCODE_BARCODETYPE_THIRDPARTY",1);
    +	print $formbarcode->selectBarcodeType($conf->global->GENBARCODE_BARCODETYPE_THIRDPARTY, "GENBARCODE_BARCODETYPE_THIRDPARTY", 1);
     	print '</td></tr>';
     }
     
    diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php
    index 7bc968457f9..e3ea95d18b5 100644
    --- a/htdocs/admin/company.php
    +++ b/htdocs/admin/company.php
    @@ -50,6 +50,7 @@ $error=0;
     // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
     $hookmanager->initHooks(array('admincompany','globaladmin'));
     
    +
     /*
      * Actions
      */
    @@ -327,20 +328,20 @@ if ($action == 'edit' || $action == 'updateedit')
     	// Name
     
     	print '<tr class="oddeven"><td class="fieldrequired"><label for="name">'.$langs->trans("CompanyName").'</label></td><td>';
    -	print '<input name="nom" id="name" class="minwidth200" value="'. ($conf->global->MAIN_INFO_SOCIETE_NOM?$conf->global->MAIN_INFO_SOCIETE_NOM: GETPOST("nom",'nohtml')) . '" autofocus="autofocus"></td></tr>'."\n";
    +	print '<input name="nom" id="name" class="minwidth200" value="'. dol_escape_htmltag($conf->global->MAIN_INFO_SOCIETE_NOM?$conf->global->MAIN_INFO_SOCIETE_NOM: GETPOST("nom",'nohtml')) . '" autofocus="autofocus"></td></tr>'."\n";
     
     	// Addresse
     
     	print '<tr class="oddeven"><td><label for="MAIN_INFO_SOCIETE_ADDRESS">'.$langs->trans("CompanyAddress").'</label></td><td>';
    -	print '<textarea name="MAIN_INFO_SOCIETE_ADDRESS" id="MAIN_INFO_SOCIETE_ADDRESS" class="quatrevingtpercent" rows="'.ROWS_3.'">'. ($conf->global->MAIN_INFO_SOCIETE_ADDRESS?$conf->global->MAIN_INFO_SOCIETE_ADDRESS: GETPOST("MAIN_INFO_SOCIETE_ADDRESS",'nohtml')) . '</textarea></td></tr>'."\n";
    +	print '<textarea name="MAIN_INFO_SOCIETE_ADDRESS" id="MAIN_INFO_SOCIETE_ADDRESS" class="quatrevingtpercent" rows="'.ROWS_3.'">'. ($conf->global->MAIN_INFO_SOCIETE_ADDRESS?$conf->global->MAIN_INFO_SOCIETE_ADDRESS:GETPOST("MAIN_INFO_SOCIETE_ADDRESS",'nohtml')) . '</textarea></td></tr>'."\n";
     
     
     	print '<tr class="oddeven"><td><label for="MAIN_INFO_SOCIETE_ZIP">'.$langs->trans("CompanyZip").'</label></td><td>';
    -	print '<input class="minwidth100" name="MAIN_INFO_SOCIETE_ZIP" id="MAIN_INFO_SOCIETE_ZIP" value="'. ($conf->global->MAIN_INFO_SOCIETE_ZIP?$conf->global->MAIN_INFO_SOCIETE_ZIP: GETPOST("MAIN_INFO_SOCIETE_ZIP",'alpha')) . '"></td></tr>'."\n";
    +	print '<input class="minwidth100" name="MAIN_INFO_SOCIETE_ZIP" id="MAIN_INFO_SOCIETE_ZIP" value="'. dol_escape_htmltag($conf->global->MAIN_INFO_SOCIETE_ZIP?$conf->global->MAIN_INFO_SOCIETE_ZIP:GETPOST("MAIN_INFO_SOCIETE_ZIP",'alpha')) . '"></td></tr>'."\n";
     
     
     	print '<tr class="oddeven"><td><label for="MAIN_INFO_SOCIETE_TOWN">'.$langs->trans("CompanyTown").'</label></td><td>';
    -	print '<input name="MAIN_INFO_SOCIETE_TOWN" class="minwidth100" id="MAIN_INFO_SOCIETE_TOWN" value="'. ($conf->global->MAIN_INFO_SOCIETE_TOWN?$conf->global->MAIN_INFO_SOCIETE_TOWN: GETPOST("MAIN_INFO_SOCIETE_TOWN",'nohtml')) . '"></td></tr>'."\n";
    +	print '<input name="MAIN_INFO_SOCIETE_TOWN" class="minwidth100" id="MAIN_INFO_SOCIETE_TOWN" value="'. dol_escape_htmltag($conf->global->MAIN_INFO_SOCIETE_TOWN?$conf->global->MAIN_INFO_SOCIETE_TOWN:GETPOST("MAIN_INFO_SOCIETE_TOWN",'nohtml')) . '"></td></tr>'."\n";
     
     	// Country
     
    @@ -362,29 +363,29 @@ if ($action == 'edit' || $action == 'updateedit')
     
     
     	print '<tr class="oddeven"><td><label for="phone">'.$langs->trans("Phone").'</label></td><td>';
    -	print '<input name="tel" id="phone" value="'. $conf->global->MAIN_INFO_SOCIETE_TEL . '"></td></tr>';
    +	print '<input name="tel" id="phone" value="'. dol_escape_htmltag($conf->global->MAIN_INFO_SOCIETE_TEL) . '"></td></tr>';
     	print '</td></tr>'."\n";
     
     
     	print '<tr class="oddeven"><td><label for="fax">'.$langs->trans("Fax").'</label></td><td>';
    -	print '<input name="fax" id="fax" value="'. $conf->global->MAIN_INFO_SOCIETE_FAX . '"></td></tr>';
    +	print '<input name="fax" id="fax" value="'. dol_escape_htmltag($conf->global->MAIN_INFO_SOCIETE_FAX) . '"></td></tr>';
     	print '</td></tr>'."\n";
     
     
     	print '<tr class="oddeven"><td><label for="email">'.$langs->trans("EMail").'</label></td><td>';
    -	print '<input name="mail" id="email" class="minwidth200" value="'. $conf->global->MAIN_INFO_SOCIETE_MAIL . '"></td></tr>';
    +	print '<input name="mail" id="email" class="minwidth200" value="'. dol_escape_htmltag($conf->global->MAIN_INFO_SOCIETE_MAIL) . '"></td></tr>';
     	print '</td></tr>'."\n";
     
     	// Web
     	print '<tr class="oddeven"><td><label for="web">'.$langs->trans("Web").'</label></td><td>';
    -	print '<input name="web" id="web" class="minwidth300" value="'. $conf->global->MAIN_INFO_SOCIETE_WEB . '"></td></tr>';
    +	print '<input name="web" id="web" class="minwidth300" value="'. dol_escape_htmltag($conf->global->MAIN_INFO_SOCIETE_WEB) . '"></td></tr>';
     	print '</td></tr>'."\n";
     
     	// Barcode
     	if (! empty($conf->barcode->enabled)) {
     
     		print '<tr class="oddeven"><td><label for="barcode">'.$langs->trans("Gencod").'</label></td><td>';
    -		print '<input name="barcode" id="barcode" class="minwidth150" value="'. $conf->global->MAIN_INFO_SOCIETE_GENCOD . '"></td></tr>';
    +		print '<input name="barcode" id="barcode" class="minwidth150" value="'. dol_escape_htmltag($conf->global->MAIN_INFO_SOCIETE_GENCOD) . '"></td></tr>';
     		print '</td></tr>';
     	}
     
    @@ -397,7 +398,7 @@ if ($action == 'edit' || $action == 'updateedit')
     		print '<a href="'.$_SERVER["PHP_SELF"].'?action=removelogo">'.img_delete($langs->trans("Delete")).'</a>';
     		if (file_exists($conf->mycompany->dir_output.'/logos/thumbs/'.$mysoc->logo_mini)) {
     			print ' &nbsp; ';
    -			print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('/thumbs/'.$mysoc->logo_mini).'">';
    +			print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$mysoc->logo_mini).'">';
     		}
     	} else {
     		print '<img height="30" src="'.DOL_URL_ROOT.'/public/theme/common/nophoto.png">';
    @@ -423,19 +424,19 @@ if ($action == 'edit' || $action == 'updateedit')
     	// Managing Director(s)
     
     	print '<tr class="oddeven"><td><label for="director">'.$langs->trans("ManagingDirectors").'</label></td><td>';
    -	print '<input name="MAIN_INFO_SOCIETE_MANAGERS" id="director" class="minwidth200" value="' . $conf->global->MAIN_INFO_SOCIETE_MANAGERS . '"></td></tr>';
    +	print '<input name="MAIN_INFO_SOCIETE_MANAGERS" id="director" class="minwidth200" value="' . dol_escape_htmltag($conf->global->MAIN_INFO_SOCIETE_MANAGERS) . '"></td></tr>';
     
     	// GDPR contact
     
     	print '<tr class="oddeven"><td>';
     	print $form->textwithpicto($langs->trans("GDPRContact"), $langs->trans("GDPRContactDesc"));
     	print '</td><td>';
    -	print '<input name="MAIN_INFO_GDPR" id="director" class="minwidth500" value="' . $conf->global->MAIN_INFO_GDPR . '"></td></tr>';
    +	print '<input name="MAIN_INFO_GDPR" id="director" class="minwidth500" value="' . dol_escape_htmltag($conf->global->MAIN_INFO_GDPR) . '"></td></tr>';
     
     	// Capital
     
     	print '<tr class="oddeven"><td><label for="capital">'.$langs->trans("Capital").'</label></td><td>';
    -	print '<input name="capital" id="capital" class="minwidth100" value="' . $conf->global->MAIN_INFO_CAPITAL . '"></td></tr>';
    +	print '<input name="capital" id="capital" class="minwidth100" value="' . dol_escape_htmltag($conf->global->MAIN_INFO_CAPITAL) . '"></td></tr>';
     
     	// Juridical Status
     
    @@ -454,7 +455,7 @@ if ($action == 'edit' || $action == 'updateedit')
     		print '<tr class="oddeven"><td><label for="profid1">'.$langs->transcountry("ProfId1",$mysoc->country_code).'</label></td><td>';
     		if (! empty($mysoc->country_code))
     		{
    -			print '<input name="siren" id="profid1" class="minwidth200" value="' . (! empty($conf->global->MAIN_INFO_SIREN) ? $conf->global->MAIN_INFO_SIREN : '') . '">';
    +			print '<input name="siren" id="profid1" class="minwidth200" value="' . dol_escape_htmltag(! empty($conf->global->MAIN_INFO_SIREN) ? $conf->global->MAIN_INFO_SIREN : '') . '">';
     		}
     		else
     		{
    @@ -470,7 +471,7 @@ if ($action == 'edit' || $action == 'updateedit')
     		print '<tr class="oddeven"><td><label for="profid2">'.$langs->transcountry("ProfId2",$mysoc->country_code).'</label></td><td>';
     		if (! empty($mysoc->country_code))
     		{
    -			print '<input name="siret" id="profid2" class="minwidth200" value="' . (! empty($conf->global->MAIN_INFO_SIRET) ? $conf->global->MAIN_INFO_SIRET : '' ) . '">';
    +			print '<input name="siret" id="profid2" class="minwidth200" value="' . dol_escape_htmltag(! empty($conf->global->MAIN_INFO_SIRET) ? $conf->global->MAIN_INFO_SIRET : '' ) . '">';
     		}
     		else
     		{
    @@ -486,7 +487,7 @@ if ($action == 'edit' || $action == 'updateedit')
     		print '<tr class="oddeven"><td><label for="profid3">'.$langs->transcountry("ProfId3",$mysoc->country_code).'</label></td><td>';
     		if (! empty($mysoc->country_code))
     		{
    -			print '<input name="ape" id="profid3" class="minwidth200" value="' . (! empty($conf->global->MAIN_INFO_APE) ? $conf->global->MAIN_INFO_APE : '') . '">';
    +			print '<input name="ape" id="profid3" class="minwidth200" value="' . dol_escape_htmltag(! empty($conf->global->MAIN_INFO_APE) ? $conf->global->MAIN_INFO_APE : '') . '">';
     		}
     		else
     		{
    @@ -502,7 +503,7 @@ if ($action == 'edit' || $action == 'updateedit')
     		print '<tr class="oddeven"><td><label for="profid4">'.$langs->transcountry("ProfId4",$mysoc->country_code).'</label></td><td>';
     		if (! empty($mysoc->country_code))
     		{
    -			print '<input name="rcs" id="profid4" class="minwidth200" value="' . (! empty($conf->global->MAIN_INFO_RCS) ? $conf->global->MAIN_INFO_RCS : '') . '">';
    +			print '<input name="rcs" id="profid4" class="minwidth200" value="' . dol_escape_htmltag(! empty($conf->global->MAIN_INFO_RCS) ? $conf->global->MAIN_INFO_RCS : '') . '">';
     		}
     		else
     		{
    @@ -518,7 +519,7 @@ if ($action == 'edit' || $action == 'updateedit')
     		print '<tr class="oddeven"><td><label for="profid5">'.$langs->transcountry("ProfId5",$mysoc->country_code).'</label></td><td>';
     		if (! empty($mysoc->country_code))
     		{
    -			print '<input name="MAIN_INFO_PROFID5" id="profid5" class="minwidth200" value="' . (! empty($conf->global->MAIN_INFO_PROFID5) ? $conf->global->MAIN_INFO_PROFID5 : '') . '">';
    +			print '<input name="MAIN_INFO_PROFID5" id="profid5" class="minwidth200" value="' . dol_escape_htmltag(! empty($conf->global->MAIN_INFO_PROFID5) ? $conf->global->MAIN_INFO_PROFID5 : '') . '">';
     		}
     		else
     		{
    @@ -534,7 +535,7 @@ if ($action == 'edit' || $action == 'updateedit')
     		print '<tr class="oddeven"><td><label for="profid6">'.$langs->transcountry("ProfId6",$mysoc->country_code).'</label></td><td>';
     		if (! empty($mysoc->country_code))
     		{
    -			print '<input name="MAIN_INFO_PROFID6" id="profid6" class="minwidth200" value="' . (! empty($conf->global->MAIN_INFO_PROFID6) ? $conf->global->MAIN_INFO_PROFID6 : '') . '">';
    +			print '<input name="MAIN_INFO_PROFID6" id="profid6" class="minwidth200" value="' . dol_escape_htmltag(! empty($conf->global->MAIN_INFO_PROFID6) ? $conf->global->MAIN_INFO_PROFID6 : '') . '">';
     		}
     		else
     		{
    @@ -546,7 +547,7 @@ if ($action == 'edit' || $action == 'updateedit')
     	// TVA Intra
     
     	print '<tr class="oddeven"><td><label for="intra_vat">'.$langs->trans("VATIntra").'</label></td><td>';
    -	print '<input name="tva" id="intra_vat" class="minwidth200" value="' . (! empty($conf->global->MAIN_INFO_TVAINTRA) ? $conf->global->MAIN_INFO_TVAINTRA : '') . '">';
    +	print '<input name="tva" id="intra_vat" class="minwidth200" value="' . dol_escape_htmltag(! empty($conf->global->MAIN_INFO_TVAINTRA) ? $conf->global->MAIN_INFO_TVAINTRA : '') . '">';
     	print '</td></tr>';
     
     	// Object of the company
    @@ -765,7 +766,13 @@ else
     
     	// Web
     
    -	print '<tr class="oddeven"><td>'.$langs->trans("Web").'</td><td>' . dol_print_url($conf->global->MAIN_INFO_SOCIETE_WEB,'_blank',80) . '</td></tr>';
    +	print '<tr class="oddeven"><td>'.$langs->trans("Web").'</td><td>';
    +	$arrayofurl = preg_split('/\s/', $conf->global->MAIN_INFO_SOCIETE_WEB);
    +	foreach($arrayofurl as $urltoshow)
    +	{
    +		if ($urltoshow) print dol_print_url($urltoshow,'_blank',80);
    +	}
    +	print '</td></tr>';
     
     	// Barcode
     	if (! empty($conf->barcode->enabled))
    @@ -791,7 +798,7 @@ else
     	}
     	else if ($mysoc->logo_mini && is_file($conf->mycompany->dir_output.'/logos/thumbs/'.$mysoc->logo_mini))
     	{
    -		print '<img class="img_logo" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('/thumbs/'.$mysoc->logo_mini).'">';
    +		print '<img class="img_logo" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$mysoc->logo_mini).'">';
     	}
     	else
     	{
    diff --git a/htdocs/admin/defaultvalues.php b/htdocs/admin/defaultvalues.php
    index 984ddfbefd7..4d75ab44235 100644
    --- a/htdocs/admin/defaultvalues.php
    +++ b/htdocs/admin/defaultvalues.php
    @@ -1,5 +1,5 @@
     <?php
    -/* Copyright (C) 2017		Laurent Destailleur	<eldy@users.sourceforge.net>
    +/* Copyright (C) 2017-2018	Laurent Destailleur	<eldy@users.sourceforge.net>
      * Copyright (C) 2017-2018	Regis Houssin		<regis.houssin@capnetworks.com>
      *
      * This program is free software; you can redistribute it and/or modify
    @@ -17,8 +17,13 @@
      */
     
     /**
    - *       \file       htdocs/admin/defaultvalues.php
    - *       \brief      Page to set default values used used in a create form
    + *       \file      htdocs/admin/defaultvalues.php
    + *       \brief     Page to set default values used used in a create form
    + *       			Default values are stored into $user->default_values[url]['createform']['querystring'|'_noquery_'][paramkey]=paramvalue
    + *       			Default filters are stored into $user->default_values[url]['filters']['querystring'|'_noquery_'][paramkey]=paramvalue
    + *       			Default sort order are stored into $user->default_values[url]['sortorder']['querystring'|'_noquery_'][paramkey]=paramvalue
    + *       			Default focus are stored into $user->default_values[url]['focus']['querystring'|'_noquery_'][paramkey]=paramvalue
    + *       			Mandatory fields are stored into $user->default_values[url]['mandatory']['querystring'|'_noquery_'][paramkey]=paramvalue
      */
     
     require '../main.inc.php';
    @@ -230,9 +235,9 @@ if ($mode == 'sortorder')
     {
         print info_admin($langs->trans("WarningSettingSortOrder")).'<br>';
     }
    -if ($mode == 'focus')
    +if ($mode == 'mandatory')
     {
    -    print info_admin($langs->trans("FeatureNotYetAvailable")).'<br>';
    +	print info_admin($langs->trans("FeatureSupportedOnTextFieldsOnly")).'<br>';
     }
     
     print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    @@ -261,7 +266,7 @@ else
     }
     print_liste_field_titre($textkey,$_SERVER["PHP_SELF"],'param','',$param,'',$sortfield,$sortorder);
     // Value
    -if ($mode != 'focus')
    +if ($mode != 'focus' && $mode != 'mandatory')
     {
         if ($mode != 'sortorder')
         {
    @@ -294,14 +299,14 @@ print "\n";
     print '<tr class="oddeven">';
     // Page
     print '<td>';
    -print '<input type="text" class="flat minwidth200 maxwidthonsmartphone" name="defaulturl" value="">';
    +print '<input type="text" class="flat minwidth200 maxwidthonsmartphone" name="defaulturl" value="'.dol_escape_htmltag(GETPOST('defaulturl','alphanohtml')).'">';
     print '</td>'."\n";
     // Field
     print '<td>';
    -print '<input type="text" class="flat maxwidth100onsmartphone" name="defaultkey" value="">';
    +print '<input type="text" class="flat maxwidth100onsmartphone" name="defaultkey" value="'.dol_escape_htmltag(GETPOST('defaultkey','alphanohtml')).'">';
     print '</td>';
     // Value
    -if ($mode != 'focus')
    +if ($mode != 'focus' && $mode != 'mandatory')
     {
         print '<td>';
         print '<input type="text" class="flat maxwidth100onsmartphone" name="defaultvalue" value="">';
    @@ -311,15 +316,16 @@ if ($mode != 'focus')
     if (! empty($conf->multicompany->enabled) && !$user->entity)
     {
     	print '<td>';
    -	print '<input type="text" class="flat" size="1" name="entity" value="'.$conf->entity.'">';
    +	print '<input type="text" class="flat" size="1" disabled name="entity" value="'.$conf->entity.'">';	// We see environment, but to change it we must switch on other entity
     	print '</td>';
    -	print '<td align="center">';
     }
     else
     {
     	print '<td align="center">';
     	print '<input type="hidden" name="entity" value="'.$conf->entity.'">';
    +	print '</td>';
     }
    +print '<td align="center">';
     $disabled='';
     if (empty($conf->global->MAIN_ENABLE_DEFAULT_VALUES)) $disabled=' disabled="disabled"';
     print '<input type="submit" class="button"'.$disabled.' value="'.$langs->trans("Add").'" name="add">';
    @@ -363,7 +369,7 @@ if ($result)
     		print '</td>'."\n";
     
     		// Value
    -		if ($mode != 'focus')
    +		if ($mode != 'focus' && $mode != 'mandatory')
     		{
         		print '<td>';
         		/*print '<input type="hidden" name="const['.$i.'][rowid]" value="'.$obj->rowid.'">';
    @@ -376,6 +382,9 @@ if ($result)
         		print '</td>';
     		}
     
    +		// Multicompany
    +		print '<td></td>';
    +
     		// Actions
     		print '<td align="center">';
     		if ($action != 'edit' || GETPOST('rowid') != $obj->rowid)
    diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php
    index 14dfb9922f6..19fa67abcff 100644
    --- a/htdocs/admin/delais.php
    +++ b/htdocs/admin/delais.php
    @@ -122,6 +122,13 @@ $modules=array(
     		),
     );
     
    +$labelmeteo = array(0=>$langs->trans("No"), 1=>$langs->trans("Yes"), 2=>$langs->trans("OnMobileOnly"));
    +
    +
    +/*
    + * Actions
    + */
    +
     if ($action == 'update')
     {
     	foreach($modules as $module => $delays)
    @@ -201,9 +208,10 @@ if ($action == 'edit')
     	print '<table class="noborder" width="100%">';
     	print '<tr class="liste_titre"><td>'.$langs->trans("Parameter").'</td><td class="center" width="120px">'.$langs->trans("Value").'</td></tr>';
     
    -	$var=false;
     	print '<tr class="oddeven">';
    -	print '<td>'.$langs->trans("MAIN_DISABLE_METEO").'</td><td class="center">' .$form->selectyesno('MAIN_DISABLE_METEO',(empty($conf->global->MAIN_DISABLE_METEO)?0:1),1) . '</td></tr>';
    +	print '<td>'.$langs->trans("MAIN_DISABLE_METEO").'</td><td class="center">';
    +	print $form->selectarray('MAIN_DISABLE_METEO', $labelmeteo, (empty($conf->global->MAIN_DISABLE_METEO)?0:$conf->global->MAIN_DISABLE_METEO));
    +	print '</td></tr>';
     
     	print '</table>';
     }
    @@ -241,7 +249,9 @@ else
     	print '<tr class="liste_titre"><td>'.$langs->trans("Parameter").'</td><td class="center" width="120px">'.$langs->trans("Value").'</td></tr>';
     
     	print '<tr class="oddeven">';
    -	print '<td>'.$langs->trans("MAIN_DISABLE_METEO").'</td><td class="center">' . yn($conf->global->MAIN_DISABLE_METEO) . '</td></tr>';
    +	print '<td>'.$langs->trans("MAIN_DISABLE_METEO").'</td><td class="center">';
    +	print $labelmeteo[$conf->global->MAIN_DISABLE_METEO];
    +	print '</td></tr>';
     
     	print '</table>';
     
    diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php
    index 0c25f3a5bd8..aaa4fb03706 100644
    --- a/htdocs/admin/dict.php
    +++ b/htdocs/admin/dict.php
    @@ -456,7 +456,7 @@ $tabhelp[8]  = array('code'=>$langs->trans("EnterAnyCode"), 'position'=>$langs->
     $tabhelp[9]  = array('code'=>$langs->trans("EnterAnyCode"), 'unicode'=>$langs->trans("UnicodeCurrency"));
     $tabhelp[10] = array('code'=>$langs->trans("EnterAnyCode"), 'taux'=>$langs->trans("SellTaxRate"), 'recuperableonly'=>$langs->trans("RecuperableOnly"), 'localtax1_type'=>$langs->trans("LocalTaxDesc"), 'localtax2_type'=>$langs->trans("LocalTaxDesc"));
     $tabhelp[11] = array('code'=>$langs->trans("EnterAnyCode"), 'position'=>$langs->trans("PositionIntoComboList"));
    -$tabhelp[12] = array('code'=>$langs->trans("EnterAnyCode"), 'type_cdr'=>$langs->trans("TypeCdr"));
    +$tabhelp[12] = array('code'=>$langs->trans("EnterAnyCode"), 'type_cdr'=>$langs->trans("TypeCdr", $langs->transnoentitiesnoconv("NbOfDays"), $langs->transnoentitiesnoconv("Offset"), $langs->transnoentitiesnoconv("NbOfDays"), $langs->transnoentitiesnoconv("Offset")));
     $tabhelp[13] = array('code'=>$langs->trans("EnterAnyCode"));
     $tabhelp[14] = array('code'=>$langs->trans("EnterAnyCode"));
     $tabhelp[15] = array('code'=>$langs->trans("EnterAnyCode"));
    @@ -950,8 +950,8 @@ if (empty($id))
     {
         print $langs->trans("DictionaryDesc");
         print " ".$langs->trans("OnlyActiveElementsAreShown")."<br>\n";
    +    print '<br>';
     }
    -print "<br>\n";
     
     
     $param = '&id='.urlencode($id);
    @@ -1016,6 +1016,13 @@ if ($id)
         print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
         print '<input type="hidden" name="from" value="'.dol_escape_htmltag(GETPOST('from','alpha')).'">';
     
    +    if ($id == 10 && empty($conf->global->FACTURE_TVAOPTION))
    +    {
    +    	print info_admin($langs->trans("VATIsUsedIsOff", $langs->transnoentities("Setup"), $langs->transnoentities("CompanyFoundation")));
    +    }
    +
    +    print "<br>\n";
    +
         // Form to add a new line
         if ($tabname[$id])
         {
    diff --git a/htdocs/admin/dolistore/ajax/image.php b/htdocs/admin/dolistore/ajax/image.php
    index 043d24e8376..c1bb4e997dc 100644
    --- a/htdocs/admin/dolistore/ajax/image.php
    +++ b/htdocs/admin/dolistore/ajax/image.php
    @@ -20,9 +20,9 @@ if (!defined('REQUIRE_JQUERY_BLOCKUI')) define('REQUIRE_JQUERY_BLOCKUI', 1);
     
     
     /**
    - *      \file       htdocs/admin/dolistore/ajax.php
    + *      \file       htdocs/admin/dolistore/ajax/image.php
      *      \ingroup    admin
    - * 		\brief      Page des informations dolistore
    + *      \brief      Page des informations dolistore
      */
     require "../../../main.inc.php";
     
    @@ -56,4 +56,3 @@ try {
         else if ($trace[0]['args'][0] == 401) die('Bad auth key');
         else die('Can not access to '.$conf->global->MAIN_MODULE_DOLISTORE_API_SRV);
     }
    -
    diff --git a/htdocs/admin/dolistore/class/dolistore.class.php b/htdocs/admin/dolistore/class/dolistore.class.php
    index 660886c835d..859b9140f86 100644
    --- a/htdocs/admin/dolistore/class/dolistore.class.php
    +++ b/htdocs/admin/dolistore/class/dolistore.class.php
    @@ -25,9 +25,18 @@ include_once DOL_DOCUMENT_ROOT.'/admin/dolistore/class/PSWebServiceLibrary.class
      */
     class Dolistore
     {
    -	// params
    -	public $start;       // beginning of pagination
    -	public $end;         // end of pagination
    +    /**
    +     * beginning of pagination
    +     * @var int
    +     */
    +
    +     public $start;
    +    /**
    +     * end of pagination
    +     * @var int
    +     */
    +    public $end;
    +
     	public $per_page;    // pagination: display per page
     	public $categorie;   // the current categorie
     	public $search;      // the search keywords
    @@ -154,6 +163,7 @@ class Dolistore
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return tree of Dolistore categories. $this->categories must have been loaded before.
     	 *
    @@ -162,6 +172,7 @@ class Dolistore
     	 */
     	function get_categories($parent = 0)
     	{
    +        // phpcs:enable
     		if (!isset($this->categories)) die('not possible');
     		if ($parent != 0) {
     			$html = '<ul>';
    @@ -201,6 +212,7 @@ class Dolistore
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return list of product formated for output
     	 *
    @@ -208,6 +220,7 @@ class Dolistore
     	 */
     	function get_products()
     	{
    +        // phpcs:enable
     		global $langs, $conf;
     		$html       = "";
     		$parity     = "pair";
    @@ -282,18 +295,41 @@ class Dolistore
     		return $html;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     * get previous link
    +     *
    +     * @param   string    $text     symbol previous
    +     * @return  string              html previous link
    +     */
     	function get_previous_link($text = '<<')
     	{
    +        // phpcs:enable
     		return '<a href="'.$this->get_previous_url().'" class="button">'.$text.'</a>';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     * get next link
    +     *
    +     * @param   string    $text     symbol next
    +     * @return  string              html next link
    +     */
     	function get_next_link($text = '>>')
     	{
    +        // phpcs:enable
     		return '<a href="'.$this->get_next_url().'" class="button">'.$text.'</a>';
     	}
     
    -	function get_previous_url()
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +   /**
    +     * get previous url
    +     *
    +     * @return string    previous url
    +     */
    +    function get_previous_url()
     	{
    +        // phpcs:enable
     		$param_array = array();
     		if ($this->start < $this->per_page) {
     			$sub = 0;
    @@ -309,8 +345,15 @@ class Dolistore
     		return $this->url."&".$param;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     * get next url
    +     *
    +     * @return string    next url
    +     */
     	function get_next_url()
     	{
    +        // phpcs:enable
     		$param_array = array();
     		if (count($this->products) < $this->per_page) {
     			$add = 0;
    @@ -326,8 +369,17 @@ class Dolistore
     		return $this->url."&".$param;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     * version compare
    +     *
    +     * @param   string  $v1     version 1
    +     * @param   string  $v2     version 2
    +     * @return int              result of compare
    +     */
     	function version_compare($v1, $v2)
     	{
    +        // phpcs:enable
     		$v1       = explode('.', $v1);
     		$v2       = explode('.', $v2);
     		$ret      = 0;
    @@ -355,4 +407,3 @@ class Dolistore
     		return $ret;
     	}
     }
    -
    diff --git a/htdocs/admin/expensereport_rules.php b/htdocs/admin/expensereport_rules.php
    index d49d25b76b6..7b2baf0ed94 100644
    --- a/htdocs/admin/expensereport_rules.php
    +++ b/htdocs/admin/expensereport_rules.php
    @@ -1,7 +1,8 @@
     <?php
    -/* Copyright (C) 2012      Mikael Carlavan        <contact@mika-carl.fr>
    - * Copyright (C) 2017      ATM Consulting         <contact@atm-consulting.fr>
    - * Copyright (C) 2017      Pierre-Henry Favre     <phf@atm-consulting.fr>
    +/* Copyright (C) 2012       Mikael Carlavan         <contact@mika-carl.fr>
    + * Copyright (C) 2017       ATM Consulting          <contact@atm-consulting.fr>
    + * Copyright (C) 2017       Pierre-Henry Favre      <phf@atm-consulting.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -182,8 +183,8 @@ if ($action != 'edit')
     
     	echo '<td>'.$form->selectExpense('', 'fk_c_type_fees', 0, 1, 1).'</td>';
     	echo '<td>'.$form->selectarray('code_expense_rules_type', $tab_rules_type, '', 0).'</td>';
    -	echo '<td>'.$form->select_date(strtotime(date('Y-m-01', dol_now())), 'start', '', '', 0, '', 1, 0, 1).'</td>';
    -	echo '<td>'.$form->select_date(strtotime(date('Y-m-t', dol_now())), 'end', '', '', 0, '', 1, 0, 1).'</td>';
    +	echo '<td>'.$form->selectDate(strtotime(date('Y-m-01', dol_now())), 'start', '', '', 0, '', 1, 0).'</td>';
    +	echo '<td>'.$form->selectDate(strtotime(date('Y-m-t', dol_now())), 'end', '', '', 0, '', 1, 0).'</td>';
     	echo '<td><input type="text" value="" name="amount" class="amount" />'.$conf->currency.'</td>';
     	echo '<td>'.$form->selectyesno('restrictive', 0, 1).'</td>';
     	echo '<td align="right"><input type="submit" class="button" value="'.$langs->trans('Add').'" /></td>';
    @@ -270,7 +271,7 @@ foreach ($rules as $rule)
     	echo '<td>';
     	if ($action == 'edit' && $object->id == $rule->id)
     	{
    -		echo $form->select_date(strtotime(date('Y-m-d', $object->dates)), 'start', '', '', 0, '', 1, 0, 1);
    +		print $form->selectDate(strtotime(date('Y-m-d', $object->dates)), 'start', '', '', 0, '', 1, 0);
     	}
     	else
     	{
    @@ -282,7 +283,7 @@ foreach ($rules as $rule)
     	echo '<td>';
     	if ($action == 'edit' && $object->id == $rule->id)
     	{
    -		echo $form->select_date(strtotime(date('Y-m-d', $object->datee)), 'end', '', '', 0, '', 1, 0, 1);
    +		print $form->selectDate(strtotime(date('Y-m-d', $object->datee)), 'end', '', '', 0, '', 1, 0);
     	}
     	else
     	{
    diff --git a/htdocs/admin/external_rss.php b/htdocs/admin/external_rss.php
    index e0f3f72f927..970971c8d29 100644
    --- a/htdocs/admin/external_rss.php
    +++ b/htdocs/admin/external_rss.php
    @@ -242,10 +242,10 @@ if ($resql)
     	{
     		$obj = $db->fetch_object($resql);
     
    -	    preg_match('/^([0-9]+)/i',$obj->note,$reg);
    +		preg_match('/^([0-9]+)/i',$obj->note,$reg);
     		$idrss = $reg[1];
    -        $keyrssurl="EXTERNAL_RSS_URLRSS_".$idrss;
    -        $keyrsstitle="EXTERNAL_RSS_URLRSS_".$idrss;
    +		$keyrsstitle="EXTERNAL_RSS_TITLE_".$idrss;
    +		$keyrssurl="EXTERNAL_RSS_URLRSS_".$idrss;
             //print "x".$idrss;
     
             $rssparser=new RssParser($db);
    diff --git a/htdocs/admin/holiday.php b/htdocs/admin/holiday.php
    index e2d1cfca145..f6306f787c3 100644
    --- a/htdocs/admin/holiday.php
    +++ b/htdocs/admin/holiday.php
    @@ -1,8 +1,7 @@
     <?php
     /* Copyright (C) 2011-2013      Juanjo Menent	    <jmenent@2byte.es>
    - * Copyright (C) 2011-2015      Philippe Grand	    <philippe.grand@atoo-net.com>
    - * Copyright (C) 2013      Juanjo Menent		<jmenent@2byte.es>
    - * Copyright (C) 2018		Charlene Benke		<charlie@patas-monkey.com>
    + * Copyright (C) 2011-2018      Philippe Grand	    <philippe.grand@atoo-net.com>
    + * Copyright (C) 2018		    Charlene Benke		<charlie@patas-monkey.com>
      *
      * 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
    @@ -30,9 +29,8 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/holiday/class/holiday.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/holiday.lib.php';
     
    -$langs->load("admin");
    -$langs->load("errors");
    -$langs->load("holiday");
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin", "errors", "holiday"));
     
     if (!$user->admin) accessforbidden();
     
    @@ -341,7 +339,6 @@ print "</tr>\n";
     
     clearstatcache();
     
    -$var=true;
     foreach ($dirmodels as $reldir)
     {
         foreach (array('','/doc') as $valdir)
    @@ -379,7 +376,6 @@ foreach ($dirmodels as $reldir)
     
     	                        if ($modulequalified)
     	                        {
    -	                            $var = !$var;
     	                            print '<tr class="oddeven"><td width="100">';
     	                            print (empty($module->name)?$name:$module->name);
     	                            print "</td><td>\n";
    @@ -474,7 +470,6 @@ print '<tr class="liste_titre">';
     print '<td>'.$langs->trans("Parameter").'</td>';
     print '<td align="center" width="60">'.$langs->trans("Value").'</td>';
     print "</tr>\n";
    -$var=true;
     
     $substitutionarray=pdf_getSubstitutionArray($langs, array('objectamount'), null, 2);
     $substitutionarray['__(AnyTranslationKey)__']=$langs->trans("Translation");
    @@ -482,7 +477,6 @@ $htmltext = '<i>'.$langs->trans("AvailableVariables").':<br>';
     foreach($substitutionarray as $key => $val)	$htmltext.=$key.'<br>';
     $htmltext.='</i>';
     
    -$var=! $var;
     print '<tr class="oddeven"><td colspan="2">';
     print $form->textwithpicto($langs->trans("FreeLegalTextOnHolidays"), $langs->trans("AddCRIfTooLong").'<br><br>'.$htmltext, 1, 'help', '', 0, 2, 'tooltiphelp');
     print '<br>';
    diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php
    index 4cb5a907927..8861d1abb68 100644
    --- a/htdocs/admin/ihm.php
    +++ b/htdocs/admin/ihm.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2004-2015	Laurent Destailleur		<eldy@users.sourceforge.net>
      * Copyright (C) 2005-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      * Copyright (C) 2016		Juanjo Menent			<jmenent@2byte.es>
    + * Copyright (C) 2018       Ferran Marcet           <fmarcet@2byte.es>
      *
      * 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
    @@ -133,6 +134,9 @@ if ($action == 'update')
     	if (GETPOST('THEME_ELDY_USE_HOVER') == '') dolibarr_set_const($db, "THEME_ELDY_USE_HOVER", '0', 'chaine', 0, '', $conf->entity);    // If empty, we set to '0' ('000000' is for black)
     	else dolibarr_set_const($db, "THEME_ELDY_USE_HOVER", $_POST["THEME_ELDY_USE_HOVER"], 'chaine', 0, '', $conf->entity);
     
    +	if (GETPOST('THEME_ELDY_USE_CHECKED') == '') dolibarr_set_const($db, "THEME_ELDY_USE_CHECKED", '0', 'chaine', 0, '', $conf->entity);
    +	else dolibarr_set_const($db, "THEME_ELDY_USE_CHECKED", $_POST["THEME_ELDY_USE_CHECKED"], 'chaine', 0, '', $conf->entity);
    +
     	dolibarr_set_const($db, "MAIN_SIZE_LISTE_LIMIT", $_POST["main_size_liste_limit"],'chaine',0,'',$conf->entity);
     	dolibarr_set_const($db, "MAIN_SIZE_SHORTLIST_LIMIT", $_POST["main_size_shortliste_limit"],'chaine',0,'',$conf->entity);
     	dolibarr_set_const($db, "MAIN_DISABLE_JAVASCRIPT", $_POST["main_disable_javascript"],'chaine',0,'',$conf->entity);
    @@ -236,7 +240,7 @@ if ($action == 'edit')	// Edit
     
     	// Default language
     	print '<tr><td class="titlefield">'.$langs->trans("DefaultLanguage").'</td><td>';
    -	print $formadmin->select_language($conf->global->MAIN_LANG_DEFAULT, 'MAIN_LANG_DEFAULT', 1, 0, 0, 0, 0, 'minwidth300');
    +	print $formadmin->select_language($conf->global->MAIN_LANG_DEFAULT, 'MAIN_LANG_DEFAULT', 1, 0, 0, 0, 0, 'minwidth300', 2);
     	print '</td>';
     	print '<td width="20">&nbsp;</td>';
     	print '</tr>';
    @@ -413,7 +417,7 @@ if ($action == 'edit')	// Edit
     		print '<a href="'.$_SERVER["PHP_SELF"].'?action=removebackgroundlogin">'.img_delete($langs->trans("Delete")).'</a>';
     		if (file_exists($conf->mycompany->dir_output.'/logos/'.$conf->global->MAIN_LOGIN_BACKGROUND)) {
     			print ' &nbsp; ';
    -			print '<img class="paddingleft valignmiddle" width="100px" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('/'.$conf->global->MAIN_LOGIN_BACKGROUND).'">';
    +			print '<img class="paddingleft valignmiddle" width="100px" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('logos/'.$conf->global->MAIN_LOGIN_BACKGROUND).'">';
     		}
     	} else {
     		print '<img class="paddingleft valignmiddle" width="100" src="'.DOL_URL_ROOT.'/public/theme/common/nophoto.png">';
    @@ -561,7 +565,7 @@ else	// Show
     	print $conf->global->MAIN_LOGIN_BACKGROUND;
     	if ($conf->global->MAIN_LOGIN_BACKGROUND && is_file($conf->mycompany->dir_output.'/logos/'.$conf->global->MAIN_LOGIN_BACKGROUND))
     	{
    -		print '<img class="img_logo paddingleft valignmiddle" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode($conf->global->MAIN_LOGIN_BACKGROUND).'">';
    +		print '<img class="img_logo paddingleft valignmiddle" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('logos/'.$conf->global->MAIN_LOGIN_BACKGROUND).'">';
     	}
     	else
     	{
    diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php
    index 2f64793c28b..be9859c1beb 100644
    --- a/htdocs/admin/index.php
    +++ b/htdocs/admin/index.php
    @@ -89,6 +89,14 @@ print '<br>';
     
     // Show info setup module
     print img_picto('','puce').' '.$langs->trans("SetupDescription4", DOL_URL_ROOT.'/admin/modules.php?mainmenu=home', $langs->transnoentities("Setup"), $langs->transnoentities("Modules"));
    +
    +/*
    +$nbofactivatedmodules=count($conf->modules);
    +$moreinfo=$langs->trans("TotalNumberOfActivatedModules",($nbofactivatedmodules-1), count($modules));
    +if ($nbofactivatedmodules <= 1) $moreinfo .= ' '.img_warning($langs->trans("YouMustEnableOneModule"));
    +print '<br>'.$moreinfo;
    +*/
    +
     if (count($conf->modules) <= (empty($conf->global->MAIN_MIN_NB_ENABLED_MODULE_FOR_WARNING)?1:$conf->global->MAIN_MIN_NB_ENABLED_MODULE_FOR_WARNING))	// If only user module enabled
     {
     	$langs->load("errors");
    diff --git a/htdocs/admin/menus/edit.php b/htdocs/admin/menus/edit.php
    index 2864fe79df0..0db2d3cd6d1 100644
    --- a/htdocs/admin/menus/edit.php
    +++ b/htdocs/admin/menus/edit.php
    @@ -28,9 +28,8 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formadmin.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/menubase.class.php';
     
    -
    -$langs->load("admin");
    -$langs->load('other');
    +// Load translation files required by the page
    +$langs->loadLangs(array("other","admin"));
     
     if (! $user->admin) accessforbidden();
     
    diff --git a/htdocs/admin/menus/index.php b/htdocs/admin/menus/index.php
    index 2e6d8a91008..9d0178c956d 100644
    --- a/htdocs/admin/menus/index.php
    +++ b/htdocs/admin/menus/index.php
    @@ -27,8 +27,8 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formadmin.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/treeview.lib.php';
     
    -$langs->load("other");
    -$langs->load("admin");
    +// Load translation files required by the page
    +$langs->loadLangs(array("other","admin"));
     
     if (! $user->admin) accessforbidden();
     
    diff --git a/htdocs/admin/menus/other.php b/htdocs/admin/menus/other.php
    index 0446c59af1d..7b1a73f2f09 100644
    --- a/htdocs/admin/menus/other.php
    +++ b/htdocs/admin/menus/other.php
    @@ -24,9 +24,8 @@
     require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
     
    -$langs->load("users");
    -$langs->load("admin");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("user","other","admin"));
     
     if (! $user->admin) accessforbidden();
     
    diff --git a/htdocs/admin/modulehelp.php b/htdocs/admin/modulehelp.php
    index b5b33be77aa..13f72e7c4b3 100644
    --- a/htdocs/admin/modulehelp.php
    +++ b/htdocs/admin/modulehelp.php
    @@ -162,10 +162,10 @@ foreach ($modulesdir as $dir)
     		    			            	$familykey = $objMod->family;
     		    			            }
     
    -		    			            $moduleposition = ($objMod->module_position?$objMod->module_position:'500');
    -		    			            if ($moduleposition == 500 && ($objMod->isCoreOrExternalModule() == 'external'))
    +		    			            $moduleposition = ($objMod->module_position?$objMod->module_position:'50');
    +		    			            if ($moduleposition == '50' && ($objMod->isCoreOrExternalModule() == 'external'))
     		    			            {
    -		    			                $moduleposition = 800;
    +		    			                $moduleposition = '80';		// External modules at end by default
     		    			            }
     
     		    			            $orders[$i]  = $familyinfo[$familykey]['position']."_".$familykey."_".$moduleposition."_".$j;   // Sort by family, then by module position then number
    diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
    index 71656475e6f..c089e9ef204 100644
    --- a/htdocs/admin/modules.php
    +++ b/htdocs/admin/modules.php
    @@ -272,14 +272,13 @@ $dirins_ok=(dol_is_dir($dirins));
     $help_url='EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
     llxHeader('',$langs->trans("Setup"),$help_url, '', '', '', $morejs, $morecss, 0, 0);
     
    -$arrayofnatures=array('core'=>$langs->transnoentitiesnoconv("Core"), 'external'=>$langs->transnoentitiesnoconv("External").' - '.$langs->trans("AllPublishers"));
    -$arrayofwarnings=array();    // Array of warning each module want to show when activated
    -$arrayofwarningsext=array();    // Array of warning each module want to show when we activate an external module
     
     // Search modules dirs
     $modulesdir = dolGetModulesDirs();
     
    -
    +$arrayofnatures=array('core'=>$langs->transnoentitiesnoconv("Core"), 'external'=>$langs->transnoentitiesnoconv("External").' - ['.$langs->trans("AllPublishers").']');
    +$arrayofwarnings=array();    // Array of warning each module want to show when activated
    +$arrayofwarningsext=array();    // Array of warning each module want to show when we activate an external module
     $filename = array();
     $modules = array();
     $orders = array();
    @@ -371,10 +370,10 @@ foreach ($modulesdir as $dir)
     		    			            	$familykey = $objMod->family;
     		    			            }
     
    -		    			            $moduleposition = ($objMod->module_position?$objMod->module_position:'500');
    -		    			            if ($moduleposition == 500 && ($objMod->isCoreOrExternalModule() == 'external'))
    +		    			            $moduleposition = ($objMod->module_position?$objMod->module_position:'50');
    +		    			            if ($moduleposition == '50' && ($objMod->isCoreOrExternalModule() == 'external'))
     		    			            {
    -		    			                $moduleposition = 800;
    +		    			            	$moduleposition = '80';		// External modules at end by default
     		    			            }
     
     		    			            // Add list of warnings to show into arrayofwarnings and arrayofwarningsext
    @@ -598,17 +597,18 @@ if ($mode == 'common')
             }
     
             // Print a separator if we change family
    -        if ($familykey!=$oldfamily)
    -        {
    -        	if ($oldfamily) print '</table></div><br>';
    +        if ($familykey != $oldfamily) {
    +            if ($oldfamily) {
    +                print '</table></div><br>';
    +            }
     
    -            $familytext=empty($familyinfo[$familykey]['label'])?$familykey:$familyinfo[$familykey]['label'];
    -            print_fiche_titre($familytext, '', '');
    +            $familytext = empty($familyinfo[$familykey]['label'])?$familykey:$familyinfo[$familykey]['label'];
    +            print load_fiche_titre($familytext, '', '');
     
                 print '<div class="div-table-responsive">';
    -        	print '<table class="tagtable liste" summary="list_of_modules">'."\n";
    +            print '<table class="tagtable liste" summary="list_of_modules">'."\n";
     
    -        	$atleastoneforfamily=0;
    +            $atleastoneforfamily=0;
             }
     
             $atleastoneforfamily++;
    @@ -846,6 +846,8 @@ if ($mode == 'common')
     
         dol_fiche_end();
     
    +    print '<br>';
    +
         // Show warning about external users
         print info_admin(showModulesExludedForExternal($modules))."\n";
     
    @@ -1062,7 +1064,7 @@ if ($mode == 'develop')
     	//print '<img border="0" class="imgautosize imgmaxwidth180" src="'.DOL_URL_ROOT.'/theme/dolibarr_preferred_partner_int.png">';
     	print '<div class="imgmaxheight50 logo_setup"></div>';
     	print '</td>';
    -	print '<td>'.$langs->trans("TryToUseTheModuleBuilder").'</td>';
    +	print '<td>'.$langs->trans("TryToUseTheModuleBuilder", $langs->transnoentitiesnoconv("ModuleBuilder")).'</td>';
     	print '<td>'.$langs->trans("SeeTopRightMenu").'</td>';
     	print '</tr>';
     
    diff --git a/htdocs/admin/multicurrency.php b/htdocs/admin/multicurrency.php
    index fe09ee14378..9843c6a4fb0 100644
    --- a/htdocs/admin/multicurrency.php
    +++ b/htdocs/admin/multicurrency.php
    @@ -171,7 +171,7 @@ llxHeader('', $langs->trans($page_name));
     
     // Subheader
     $linkback = '<a href="' . DOL_URL_ROOT . '/admin/modules.php?restore_lastsearch_values=1">' . $langs->trans("BackToModuleList") . '</a>';
    -print_fiche_titre($langs->trans($page_name), $linkback);
    +print load_fiche_titre($langs->trans($page_name), $linkback);
     
     // Configuration header
     $head = multicurrencyAdminPrepareHead();
    diff --git a/htdocs/admin/oauthlogintokens.php b/htdocs/admin/oauthlogintokens.php
    index e2219ad4813..fb9f2dd374e 100644
    --- a/htdocs/admin/oauthlogintokens.php
    +++ b/htdocs/admin/oauthlogintokens.php
    @@ -17,7 +17,7 @@
      */
     
     /**
    - * \file        htdocs/admin/oauthlogintoken.php
    + * \file        htdocs/admin/oauthlogintokens.php
      * \ingroup     oauth
      * \brief       Setup page to configure oauth access to login information
      */
    @@ -342,7 +342,7 @@ if ($mode == 'test' && $user->admin)
             $langs->load($driver);
             $printer = new $classname($db);
             //print '<pre>'.print_r($printer, true).'</pre>';
    -        if (count($printer->getlist_available_printers())) {
    +        if (count($printer->getlistAvailablePrinters())) {
                 if ($printer->listAvailablePrinters()==0) {
                     print $printer->resprint;
                 } else {
    diff --git a/htdocs/admin/pdf.php b/htdocs/admin/pdf.php
    index 52ffa53ad59..0dba6ea6700 100644
    --- a/htdocs/admin/pdf.php
    +++ b/htdocs/admin/pdf.php
    @@ -32,11 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
     
     // Load translation files required by the page
    -$langs->loadLangs(array('admin', 'languages', 'other'));
    -
    -$langs->load("companies");
    -$langs->load("products");
    -$langs->load("members");
    +$langs->loadLangs(array('admin', 'languages', 'other', 'companies', 'products', 'members'));
     
     if (! $user->admin) accessforbidden();
     
    @@ -71,6 +67,8 @@ if ($action == 'update')
     	dolibarr_set_const($db, "MAIN_GENERATE_DOCUMENTS_HIDE_DETAILS", $_POST["MAIN_GENERATE_DOCUMENTS_HIDE_DETAILS"],'chaine',0,'', $conf->entity);
     	dolibarr_set_const($db, "MAIN_GENERATE_DOCUMENTS_HIDE_DESC", $_POST["MAIN_GENERATE_DOCUMENTS_HIDE_DESC"],'chaine',0,'', $conf->entity);
     	dolibarr_set_const($db, "MAIN_GENERATE_DOCUMENTS_HIDE_REF", $_POST["MAIN_GENERATE_DOCUMENTS_HIDE_REF"],'chaine',0,'', $conf->entity);
    +
    +	dolibarr_set_const($db, "MAIN_INVERT_SENDER_RECIPIENT", $_POST["MAIN_INVERT_SENDER_RECIPIENT"],'chaine',0,'', $conf->entity);
     	dolibarr_set_const($db, "MAIN_PDF_USE_ISO_LOCATION", $_POST["MAIN_PDF_USE_ISO_LOCATION"],'chaine',0,'', $conf->entity);
     	dolibarr_set_const($db, "MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS", $_POST["MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS"],'chaine',0,'', $conf->entity);
     
    @@ -576,31 +574,36 @@ else	// Show
     	print "</td>";
     	print '</tr>';
     
    -	//Desc
    +	// Hide Desc
     
     	print '<tr class="oddeven"><td>'.$langs->trans("HideDescOnPDF").'</td><td colspan="2">';
     	print yn($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_DESC,1);
     	print '</td></tr>';
     
    -	//Ref
    +	// Hide Ref
     
     	print '<tr class="oddeven"><td>'.$langs->trans("HideRefOnPDF").'</td><td colspan="2">';
     	print yn($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_REF,1);
     	print '</td></tr>';
     
    -	//Details
    +	// Hide Details
     
     	print '<tr class="oddeven"><td>'.$langs->trans("HideDetailsOnPDF").'</td><td colspan="2">';
     	print yn($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_DETAILS,1);
     	print '</td></tr>';
     
    +	// Invert sender and recipient
    +	print '<tr class="oddeven"><td>'.$langs->trans("SwapSenderAndRecipientOnPDF").'</td><td colspan="2">';
    +	print yn($conf->global->MAIN_INVERT_SENDER_RECIPIENT,1);
    +	print '</td></tr>';
     
    -    print '<tr class="oddeven"><td>'.$langs->trans("PlaceCustomerAddressToIsoLocation").'</td><td colspan="2">';
    +	// Use French location
    +	print '<tr class="oddeven"><td>'.$langs->trans("PlaceCustomerAddressToIsoLocation").'</td><td colspan="2">';
     	print yn($conf->global->MAIN_PDF_USE_ISO_LOCATION,1);
     	print '</td></tr>';
     
     
    -    print '<tr class="oddeven"><td>'.$langs->trans("ShowDetailsInPDFPageFoot").'</td><td colspan="2">';
    +	print '<tr class="oddeven"><td>'.$langs->trans("ShowDetailsInPDFPageFoot").'</td><td colspan="2">';
     	print $arraydetailsforpdffoot[($conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS ? $conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS : 0)];
     	print '</td></tr>';
     
    diff --git a/htdocs/admin/prelevement.php b/htdocs/admin/prelevement.php
    index c40eca7380e..cdfcd451f2c 100644
    --- a/htdocs/admin/prelevement.php
    +++ b/htdocs/admin/prelevement.php
    @@ -465,7 +465,6 @@ if (! empty($conf->global->MAIN_MODULE_NOTIFICATION))
         {
             $num = $db->num_rows($resql);
             $i = 0;
    -        $var = false;
             while ($i < $num)
             {
                 $obj = $db->fetch_object($resql);
    @@ -511,7 +510,6 @@ if (! empty($conf->global->MAIN_MODULE_NOTIFICATION))
     	{
     	    $num = $db->num_rows($resql);
     	    $i = 0;
    -	    $var = false;
     	    while ($i < $num)
     	    {
     	        $obj = $db->fetch_object($resql);
    diff --git a/htdocs/admin/receiptprinter.php b/htdocs/admin/receiptprinter.php
    index b250bf28a87..9205d49deae 100644
    --- a/htdocs/admin/receiptprinter.php
    +++ b/htdocs/admin/receiptprinter.php
    @@ -52,6 +52,12 @@ if (!$mode) $mode='config';
     
     // used in library escpos maybe useful if php doesn't support gzdecode
     if (!function_exists('gzdecode')) {
    +    /**
    +     * Gzdecode
    +     *
    +     * @param string    $data   data to deflate
    +     * @return string           data deflated
    +     */
         function gzdecode($data)
         {
             return gzinflate(substr($data,10,-8));
    @@ -450,4 +456,3 @@ if ($mode == 'template' && $user->admin)
     // End of page
     llxFooter();
     $db->close();
    -
    diff --git a/htdocs/admin/salaries.php b/htdocs/admin/salaries.php
    index c5ec770e393..a68a4bda5a6 100644
    --- a/htdocs/admin/salaries.php
    +++ b/htdocs/admin/salaries.php
    @@ -75,7 +75,7 @@ if ($action == 'update')
     llxHeader('',$langs->trans('SalariesSetup'));
     
     $form = new Form($db);
    -if (! empty($conf->accounting->enabled)) $formaccounting = New FormAccounting($db);
    +if (! empty($conf->accounting->enabled)) $formaccounting = new FormAccounting($db);
     
     $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';
     print load_fiche_titre($langs->trans('SalariesSetup'),$linkback,'title_setup');
    diff --git a/htdocs/admin/socialnetworks.php b/htdocs/admin/socialnetworks.php
    new file mode 100644
    index 00000000000..9aba26b3fc4
    --- /dev/null
    +++ b/htdocs/admin/socialnetworks.php
    @@ -0,0 +1,123 @@
    +<?php
    +/* Copyright (C) 2018 Laurent Destailleur  <eldy@users.sourceforge.net>
    + *
    + * 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/>.
    + */
    +
    +/**
    + *   	\file       htdocs/admin/socialnetworks.php
    + *		\ingroup    socialnetworks
    + *		\brief      Page to setup the module Social Networks
    + */
    +
    +require '../main.inc.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/mailmanspip.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
    +
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin", "errors"));
    +
    +if (! $user->admin) accessforbidden();
    +
    +$type=array('yesno','texte','chaine');
    +
    +$action = GETPOST('action','aZ09');
    +
    +
    +
    +/*
    + * Actions
    + */
    +
    +// Action activation d'un sous module du module adherent
    +if ($action == 'set')
    +{
    +	$result=dolibarr_set_const($db, $_GET["name"], $_GET["value"], '', 0, '', $conf->entity);
    +	if ($result < 0)
    +	{
    +		dol_print_error($db);
    +	}
    +}
    +
    +// Action desactivation d'un sous module du module adherent
    +if ($action == 'unset')
    +{
    +	$result=dolibarr_del_const($db, $_GET["name"], $conf->entity);
    +	if ($result < 0)
    +	{
    +		dol_print_error($db);
    +	}
    +}
    +
    +
    +/*
    + * View
    + */
    +
    +$help_url='';
    +
    +llxHeader('',$langs->trans("SocialNetworkSetup"),$help_url);
    +
    +
    +$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';
    +print load_fiche_titre($langs->trans("SocialNetworkSetup"),$linkback,'title_setup');
    +
    +//$head = socialnetworks_admin_prepare_head();
    +$h=0;
    +$head = array();
    +$head[$h][0] = DOL_URL_ROOT.'/admin/socialnetworks.php';
    +$head[$h][1] = $langs->trans("Setup");
    +$head[$h][2] = 'setup';
    +$h++;
    +
    +
    +print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
    +
    +dol_fiche_head($head, 'setup', '', 0, 'user');
    +
    +print '<br>';
    +
    +$arrayofsocialnetworks=array('skype'=>'Skype', 'twitter'=>'Twitter', 'facebook'=>'Facebook');
    +
    +foreach($arrayofsocialnetworks as $snkey => $snlabel)
    +{
    +	$consttocheck = 'SOCIALNETWORKS_'.strtoupper($snkey);
    +	if (! empty($conf->global->$consttocheck))
    +	{
    +		//$link=img_picto($langs->trans("Active"),'tick').' ';
    +		$link='<a href="'.$_SERVER["PHP_SELF"].'?action=unset&value=0&name='.$consttocheck.'">';
    +		//$link.=$langs->trans("Disable");
    +		$link.=img_picto($langs->trans("Activated"),'switch_on');
    +		$link.='</a>';
    +	}
    +	else
    +	{
    +		$link='<a href="'.$_SERVER["PHP_SELF"].'?action=set&value=1&name='.$consttocheck.'">';
    +		//$link.=img_$langs->trans("Activate")
    +		$link.=img_picto($langs->trans("Disabled"),'switch_off');
    +		$link.='</a>';
    +	}
    +	print $langs->trans('EnableFeatureFor', $snlabel).' '.$link.'<br><br>';
    +}
    +
    +
    +dol_fiche_end();
    +
    +print '</form>';
    +
    +
    +// End of page
    +llxFooter();
    +$db->close();
    diff --git a/htdocs/admin/stock.php b/htdocs/admin/stock.php
    index 2e62f6f49e7..858422c598c 100644
    --- a/htdocs/admin/stock.php
    +++ b/htdocs/admin/stock.php
    @@ -160,7 +160,7 @@ print '<br>';
     print '<table class="noborder" width="100%">';
     print '<tr class="liste_titre">';
     print "  <td>".$langs->trans("RuleForStockManagementDecrease")."</td>\n";
    -print "  <td align=\"right\" width=\"160\">&nbsp;</td>\n";
    +print "  <td align=\"right\">&nbsp;</td>\n";
     print '</tr>'."\n";
     
     $found=0;
    @@ -262,7 +262,7 @@ print '<br>';
     print '<table class="noborder" width="100%">';
     print '<tr class="liste_titre">';
     print "  <td>".$langs->trans("RuleForStockManagementIncrease")."</td>\n";
    -print "  <td align=\"right\" width=\"160\">&nbsp;</td>\n";
    +print "  <td align=\"right\">&nbsp;</td>\n";
     print '</tr>'."\n";
     
     $found=0;
    @@ -341,7 +341,7 @@ print '<br>';
     print '<table class="noborder" width="100%">';
     print '<tr class="liste_titre">';
     print "  <td>".$langs->trans("RuleForStockAvailability")."</td>\n";
    -print "  <td align=\"right\" width=\"160\">&nbsp;</td>\n";
    +print "  <td align=\"right\">&nbsp;</td>\n";
     print '</tr>'."\n";
     
     
    @@ -416,7 +416,7 @@ if ($virtualdiffersfromphysical)
     	print '<table class="noborder" width="100%">';
     	print '<tr class="liste_titre">';
     	print "  <td>".$langs->trans("RuleForStockReplenishment")." ".img_help('help',$langs->trans("VirtualDiffersFromPhysical"))."</td>\n";
    -	print "  <td align=\"right\" width=\"160\">&nbsp;</td>\n";
    +	print "  <td align=\"right\">&nbsp;</td>\n";
     	print '</tr>'."\n";
     
     	print '<tr class="oddeven">';
    @@ -439,12 +439,12 @@ print '<table class="noborder" width="100%">';
     
     print '<tr class="liste_titre">';
     print "  <td>".$langs->trans("Other")."</td>\n";
    -print "  <td align=\"right\" width=\"160\">&nbsp;</td>\n";
    +print "  <td align=\"right\">&nbsp;</td>\n";
     print '</tr>'."\n";
     
     print '<tr class="oddeven">';
     print '<td>'.$langs->trans("UserWarehouseAutoCreate").'</td>';
    -print '<td class="width100" align="right">';
    +print '<td align="right">';
     print "<form method=\"post\" action=\"stock.php\">";
     print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
     print "<input type=\"hidden\" name=\"action\" value=\"STOCK_USERSTOCK_AUTOCREATE\">";
    @@ -456,7 +456,8 @@ print "</tr>\n";
     
     print '<tr class="oddeven">';
     print '<td>';
    -print $form->textwithpicto($langs->trans("StockSupportServices"), $langs->trans("StockSupportServicesDesc")).'</td>';
    +print $form->textwithpicto($langs->trans("StockSupportServices"), $langs->trans("StockSupportServicesDesc"));
    +print '</td>';
     print '<td align="right">';
     print "<form method=\"post\" action=\"stock.php\">";
     print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    @@ -502,7 +503,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL >= 2)
     	print '<tr class="liste_titre">';
     	print '<td>'.$langs->trans("Inventory").'</td>'."\n";
     	print '<td align="center" width="20">&nbsp;</td>';
    -	print '<td align="center" width="100">&nbsp;</td>'."\n";
    +	print '<td align="center">&nbsp;</td>'."\n";
     
     	// Example with a yes / no select
     	print '<tr class="oddeven">';
    diff --git a/htdocs/admin/supplierinvoice_extrafields.php b/htdocs/admin/supplierinvoice_extrafields.php
    index 65ce01a4faf..bbda698a778 100644
    --- a/htdocs/admin/supplierinvoice_extrafields.php
    +++ b/htdocs/admin/supplierinvoice_extrafields.php
    @@ -4,7 +4,7 @@
      * Copyright (C) 2004-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      * Copyright (C) 2012		Florian Henry			<florian.henry@open-concept.pro>
    - * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
    + * Copyright (C) 2013-2018	Philippe Grand			<philippe.grand@atoo-net.com>
      * Copyright (C) 2013		Juanjo Menent			<jmenent@2byte.es>
      *
      * This program is free software; you can redistribute it and/or modify
    @@ -32,17 +32,11 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/fourn.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
     
     // Load translation files required by the page
    -$langs->load("orders");
    +$langs->loadLangs(array("admin", "other", "bills", "orders", "suppliers"));
     
     if (!$user->admin)
     	accessforbidden();
     
    -$langs->load("admin");
    -$langs->load("other");
    -$langs->load("bills");
    -$langs->load("orders");
    -$langs->load("suppliers");
    -
     $extrafields = new ExtraFields($db);
     $form = new Form($db);
     
    diff --git a/htdocs/admin/system/about.php b/htdocs/admin/system/about.php
    index e9ea61ac944..ba61203191a 100644
    --- a/htdocs/admin/system/about.php
    +++ b/htdocs/admin/system/about.php
    @@ -28,10 +28,8 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     
    -$langs->load("admin");
    -$langs->load("help");
    -$langs->load("members");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("help","members","other","admin"));
     
     $action=GETPOST('action','alpha');
     
    @@ -196,7 +194,7 @@ if ($showpromotemessage)
         {
             print '<br>';
             print '<br>';
    -        
    +
             if ((empty($tmp[2]) && (strpos($tmp[1], '0') === 0)) || (strpos($tmp[2], '0') === 0))
             {
                 print $langs->trans("TitleExampleForMajorRelease").':<br>';
    diff --git a/htdocs/admin/system/browser.php b/htdocs/admin/system/browser.php
    index c5aeff70b88..9df49489e34 100644
    --- a/htdocs/admin/system/browser.php
    +++ b/htdocs/admin/system/browser.php
    @@ -26,9 +26,8 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/memory.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
     
    -$langs->load("admin");
    -$langs->load("install");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("install","other","admin"));
     
     if (! $user->admin)
     	accessforbidden();
    diff --git a/htdocs/admin/system/constall.php b/htdocs/admin/system/constall.php
    index 9d4c4fc3cec..d510cc07773 100644
    --- a/htdocs/admin/system/constall.php
    +++ b/htdocs/admin/system/constall.php
    @@ -24,9 +24,8 @@
     
     require '../../main.inc.php';
     
    -$langs->load("admin");
    -$langs->load("user");
    -$langs->load("install");
    +// Load translation files required by the page
    +$langs->loadLangs(array("install","user","admin"));
     
     
     if (!$user->admin)
    diff --git a/htdocs/admin/system/dolibarr.php b/htdocs/admin/system/dolibarr.php
    index 4dd4ef9dc9b..99a07c17248 100644
    --- a/htdocs/admin/system/dolibarr.php
    +++ b/htdocs/admin/system/dolibarr.php
    @@ -29,9 +29,8 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     
    -$langs->load("admin");
    -$langs->load("install");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("install","other","admin"));
     
     $action=GETPOST('action','alpha');
     
    @@ -157,7 +156,8 @@ $i=0;
     foreach($_SESSION as $key => $val)
     {
     	if ($i > 0) print ', ';
    -	print $key.' => '.dol_escape_htmltag($val);
    +	if (is_array($val)) print $key.' => array(...)';
    +	else print $key.' => '.dol_escape_htmltag($val);
     	$i++;
     }
     print '</td></tr>'."\n";
    diff --git a/htdocs/admin/system/filecheck.php b/htdocs/admin/system/filecheck.php
    index 65a9354a19f..e978ac85b55 100644
    --- a/htdocs/admin/system/filecheck.php
    +++ b/htdocs/admin/system/filecheck.php
    @@ -307,7 +307,7 @@ if (! $error && $xml)
             }
             else
             {
    -            $out.='<tr class="oddeven"><td colspan="5" class="opacitymedium">'.$langs->trans("None").'</td></tr>';
    +            $out.='<tr class="oddeven"><td colspan="6" class="opacitymedium">'.$langs->trans("None").'</td></tr>';
             }
             $out.='</table>';
             $out.='</div>';
    @@ -337,7 +337,13 @@ if (! $error && $xml)
                     $i++;
                     $out.='<tr class="oddeven">';
                     $out.='<td>'.$i.'</td>' . "\n";
    -                $out.='<td>'.$file['filename'].'</td>' . "\n";
    +                $out.='<td>'.$file['filename'];
    +                $out.=PHP_OS;
    +                if (! preg_match('/^win/i',PHP_OS)) {
    +                	$htmltext=$langs->trans("YouCanDeleteFileOnServerWith", 'rm '.DOL_DOCUMENT_ROOT.'/'.$file['filename']);
    +                	$out.=' '.$form->textwithpicto('', $htmltext, 1, 'help', '', 0, 2, 'helprm');
    +                }
    +                $out.='</td>' . "\n";
                     $out.='<td align="center">'.$file['expectedmd5'].'</td>' . "\n";
                     $out.='<td align="center">'.$file['md5'].'</td>' . "\n";
                     $size = dol_filesize(DOL_DOCUMENT_ROOT.'/'.$file['filename']);
    @@ -422,7 +428,7 @@ if (! $error && $xml)
         	$outcurrentchecksum = '<span class="'.$resultcode.'">'.$checksumget.'</span>';
         }
     
    -    print_fiche_titre($langs->trans("GlobalChecksum")).'<br>';
    +    print load_fiche_titre($langs->trans("GlobalChecksum")).'<br>';
         print $langs->trans("ExpectedChecksum").' = '. $outexpectedchecksum .'<br>';
         print $langs->trans("CurrentChecksum").' = '. $outcurrentchecksum;
     
    @@ -438,4 +444,3 @@ llxFooter();
     $db->close();
     
     exit($error);
    -
    diff --git a/htdocs/admin/system/index.php b/htdocs/admin/system/index.php
    index 7ffef739993..cf79ae910b3 100644
    --- a/htdocs/admin/system/index.php
    +++ b/htdocs/admin/system/index.php
    @@ -105,7 +105,7 @@ print '<br>';
     print '<table class="noborder" width="100%">';
     print "<tr class=\"liste_titre\"><td colspan=\"2\">".$langs->trans("Browser")."</td></tr>\n";
     print "<tr $bc[0]><td width=\"280\">".$langs->trans("UserAgent")."</td><td>" .$_SERVER["HTTP_USER_AGENT"]."</td></tr>\n";
    -print "<tr $bc[1]><td width=\"280\">".$langs->trans("Smartphone")."</td><td>".(empty($conf->browser->phone)?$langs->trans("No"):$conf->browser->phone)."</td></tr>\n";
    +print "<tr $bc[1]><td width=\"280\">".$langs->trans("Smartphone")."</td><td>".(($conf->browser->layout != 'phone')?$langs->trans("No"):$langs->trans("Yes"))."</td></tr>\n";
     print '</table>';
     print '<br>';
     
    diff --git a/htdocs/admin/system/modules.php b/htdocs/admin/system/modules.php
    index 65e19fb9d83..c70ad1b7fba 100644
    --- a/htdocs/admin/system/modules.php
    +++ b/htdocs/admin/system/modules.php
    @@ -25,9 +25,8 @@
     require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
     
    -$langs->load("admin");
    -$langs->load("install");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("install","other","admin"));
     
     if (! $user->admin)
     	accessforbidden();
    diff --git a/htdocs/admin/system/perf.php b/htdocs/admin/system/perf.php
    index 85ac2aea006..d69723f1299 100644
    --- a/htdocs/admin/system/perf.php
    +++ b/htdocs/admin/system/perf.php
    @@ -26,9 +26,8 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
     
    -$langs->load("admin");
    -$langs->load("install");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("install","other","admin"));
     
     if (! $user->admin)
     	accessforbidden();
    diff --git a/htdocs/admin/ticket_extrafields.php b/htdocs/admin/ticket_extrafields.php
    index 07ace9fea0c..6fa70808ec8 100644
    --- a/htdocs/admin/ticket_extrafields.php
    +++ b/htdocs/admin/ticket_extrafields.php
    @@ -16,9 +16,9 @@
      */
     
     /**
    - *      \file       ticket/admin/ticket_extrafields.php
    - *        \ingroup    ticket
    - *        \brief      Page to setup extra fields of ticket
    + *      \file       admin/ticket_extrafields.php
    + *      \ingroup    ticket
    + *      \brief      Page to setup extra fields of ticket
      */
     
     require '../main.inc.php';
    diff --git a/htdocs/admin/tools/dolibarr_export.php b/htdocs/admin/tools/dolibarr_export.php
    index c9ef19dae98..4c69f2ead48 100644
    --- a/htdocs/admin/tools/dolibarr_export.php
    +++ b/htdocs/admin/tools/dolibarr_export.php
    @@ -493,6 +493,7 @@ print '</table>';
     
     </div> 	<!-- end div fichehalfleft -->
     
    +
     <div id="backupdatabaseright" class="fichehalfright" style="height:480px; overflow: auto;">
     <div class="ficheaddleft">
     
    @@ -505,21 +506,94 @@ print '<br>';
     
     </div>
     </div>
    -
    +</form>
     </fieldset>
     
     <br>
    +<!-- Dump of a server -->
    +
    +<form method="post" action="export_files.php" name="dump">
    +<input type="hidden" name="token" value="<?php echo $_SESSION['newtoken']; ?>" />
    +<input type="hidden" name="export_type" value="server" />
     
     <fieldset><legend class="legendforfieldsetstep" style="font-size: 3em">2</legend>
    +<div class="fichehalfleft">
    +
     <?php
     print $langs->trans("BackupDesc2",DOL_DATA_ROOT).'<br>';
     print $langs->trans("BackupDescX").'<br><br>';
    +
     ?>
    +
    +<label for="zipfilename_template"> <?php echo $langs->trans("FileNameToGenerate"); ?></label><br>
    +<input type="text" name="zipfilename_template" style="width: 90%"
    +	id="zipfilename_template"
    +	value="<?php
    +$prefix='documents';
    +$ext='zip';
    +
    +$file=$prefix.'_'.$dolibarr_main_db_name.'_'.dol_sanitizeFileName(DOL_VERSION).'_'.strftime("%Y%m%d%H%M").'.'.$ext;
    +echo $file;
    +?>" /> <br>
    +<br>
    +
    +<?php
    +// Show compression choices
    +print '<div class="formelementrow">';
    +print "\n";
    +
    +print $langs->trans("Compression").': &nbsp; ';
    +$filecompression = $compression;
    +array_shift($filecompression);
    +$filecompression['zip']= array('function' => 'dol_compress_dir', 'id' => 'radio_compression_zip',  'label' => $langs->trans("FormatZip"));
    +
    +foreach($filecompression as $key => $val)
    +{
    +    if (! $val['function'] || function_exists($val['function']))	// Enabled export format
    +    {
    +        print '<input type="radio" name="compression" value="'.$key.'" id="'.$val['id'].'" checked>';
    +        print ' <label for="'.$val['id'].'">'.$val['label'].'</label>';
    +    }
    +    else	// Disabled export format
    +    {
    +        print '<input type="radio" name="compression" value="'.$key.'" id="'.$val['id'].'" disabled>';
    +        print ' <label for="'.$val['id'].'">'.$val['label'].'</label>';
    +        print ' ('.$langs->trans("NotAvailable").')';
    +    }
    +    print ' &nbsp; &nbsp; ';
    +}
    +
    +print '</div>';
    +print "\n";
    +
    +?>
    +<br>
    +<div align="center"><input type="submit" class="button"
    +	value="<?php echo $langs->trans("GenerateBackup") ?>" id="buttonGo" /><br>
    +<br>
    +</div>
    +
    +</div>
    +
    +<div id="backupdatabaseright" class="fichehalfright" style="height:480px; overflow: auto;">
    +<div class="ficheaddleft">
    +
    +<?php
    +$filearray=dol_dir_list($conf->admin->dir_output.'/documents','files',0,'','',$sortfield,(strtolower($sortorder)=='asc'?SORT_ASC:SORT_DESC),1);
    +$result=$formfile->list_of_documents($filearray,null,'systemtools','',1,'documents/',1,0,$langs->trans("NoBackupFileAvailable"),0,$langs->trans("PreviousDumpFiles"));
    +print '<br>';
    +?>
    +
    +
    +</div>
    +</div>
    +
     </fieldset>
    -
    -
    -
     </form>
    +
    +
    +
    +
     <?php
     
     // End of page
    diff --git a/htdocs/admin/tools/dolibarr_import.php b/htdocs/admin/tools/dolibarr_import.php
    index aca900c1cbc..9dc3deec5ac 100644
    --- a/htdocs/admin/tools/dolibarr_import.php
    +++ b/htdocs/admin/tools/dolibarr_import.php
    @@ -24,8 +24,8 @@
     
     require '../../main.inc.php';
     
    -$langs->load("admin");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("other","admin"));
     
     if (! $user->admin)
     	accessforbidden();
    diff --git a/htdocs/admin/tools/eaccelerator.php b/htdocs/admin/tools/eaccelerator.php
    index 9999734a8f8..a3205c11a27 100644
    --- a/htdocs/admin/tools/eaccelerator.php
    +++ b/htdocs/admin/tools/eaccelerator.php
    @@ -181,7 +181,6 @@ function create_script_table($list)
             print '</tr>';
         }
         print '</table>';
    -
     }
     
     /**
    diff --git a/htdocs/admin/tools/export.php b/htdocs/admin/tools/export.php
    index f3d2057395f..6b0ea790ab2 100644
    --- a/htdocs/admin/tools/export.php
    +++ b/htdocs/admin/tools/export.php
    @@ -129,7 +129,7 @@ if ($what == 'mysql')
         {
             $arrayofallowedcommand=explode(',', $dolibarr_main_restrict_os_commands);
             $ok=0;
    -        dol_syslog("Command are restricted to ".$dolibarr_main_restrict_os_commands.". We check that on of this command is inside ".$cmddump);
    +        dol_syslog("Command are restricted to ".$dolibarr_main_restrict_os_commands.". We check that one of this command is inside ".$cmddump);
             foreach($arrayofallowedcommand as $allowedcommand)
             {
                 if (preg_match('/'.preg_quote($allowedcommand,'/').'/', $cmddump))
    @@ -235,176 +235,3 @@ $time_end = time();
     
     $db->close();
     
    -
    -
    -// MYSQL NO BINARIES (only php)
    -/**	Backup the db OR just a table without mysqldump binary (does not require any exec permission)
    - *	Author: David Walsh (http://davidwalsh.name/backup-mysql-database-php)
    - *	Updated and enhanced by Stephen Larroque (lrq3000) and by the many commentators from the blog
    - *	Note about foreign keys constraints: for Dolibarr, since there are a lot of constraints and when imported the tables will be inserted in the dumped order, not in constraints order, then we ABSOLUTELY need to use SET FOREIGN_KEY_CHECKS=0; when importing the sql dump.
    - *	Note2: db2SQL by Howard Yeend can be an alternative, by using SHOW FIELDS FROM and SHOW KEYS FROM we could generate a more precise dump (eg: by getting the type of the field and then precisely outputting the right formatting - in quotes, numeric or null - instead of trying to guess like we are doing now).
    - *
    - *	@param	string	$outputfile		Output file name
    - *	@param	string	$tables			Table name or '*' for all
    - *	@return	int						<0 if KO, >0 if OK
    - */
    -function backup_tables($outputfile, $tables='*')
    -{
    -    global $db, $langs;
    -    global $errormsg;
    -
    -    // Set to UTF-8
    -	if (is_a($db, 'DoliDBMysqli')) {
    -		/** @var DoliDBMysqli $db */
    -		$db->db->set_charset('utf8');
    -	} else {
    -		/** @var DoliDB $db */
    -		$db->query('SET NAMES utf8');
    -		$db->query('SET CHARACTER SET utf8');
    -	}
    -
    -    //get all of the tables
    -    if ($tables == '*')
    -    {
    -        $tables = array();
    -        $result = $db->query('SHOW FULL TABLES WHERE Table_type = \'BASE TABLE\'');
    -        while($row = $db->fetch_row($result))
    -        {
    -            $tables[] = $row[0];
    -        }
    -    }
    -    else
    -    {
    -        $tables = is_array($tables) ? $tables : explode(',',$tables);
    -    }
    -
    -    //cycle through
    -    $handle = fopen($outputfile, 'w+');
    -    if (fwrite($handle, '') === false)
    -    {
    -        $langs->load("errors");
    -        dol_syslog("Failed to open file ".$outputfile,LOG_ERR);
    -        $errormsg=$langs->trans("ErrorFailedToWriteInDir");
    -        return -1;
    -    }
    -
    -    // Print headers and global mysql config vars
    -    $sqlhead = '';
    -    $sqlhead .= "-- ".$db::LABEL." dump via php with Dolibarr ".DOL_VERSION."
    ---
    --- Host: ".$db->db->host_info."    Database: ".$db->database_name."
    --- ------------------------------------------------------
    --- Server version	".$db->db->server_info."
    -
    -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    -/*!40101 SET NAMES utf8 */;
    -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
    -/*!40103 SET TIME_ZONE='+00:00' */;
    -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
    -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
    -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
    -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
    -
    -";
    -
    -    if (GETPOST("nobin_disable_fk")) $sqlhead .= "SET FOREIGN_KEY_CHECKS=0;\n";
    -    //$sqlhead .= "SET SQL_MODE=\"NO_AUTO_VALUE_ON_ZERO\";\n";
    -    if (GETPOST("nobin_use_transaction")) $sqlhead .= "SET AUTOCOMMIT=0;\nSTART TRANSACTION;\n";
    -
    -    fwrite($handle, $sqlhead);
    -
    -    $ignore = '';
    -    if (GETPOST("nobin_sql_ignore")) $ignore = 'IGNORE ';
    -    $delayed = '';
    -    if (GETPOST("nobin_delayed")) $delayed = 'DELAYED ';
    -
    -    // Process each table and print their definition + their datas
    -    foreach($tables as $table)
    -    {
    -        // Saving the table structure
    -        fwrite($handle, "\n--\n-- Table structure for table `".$table."`\n--\n");
    -
    -        if (GETPOST("nobin_drop")) fwrite($handle,"DROP TABLE IF EXISTS `".$table."`;\n"); // Dropping table if exists prior to re create it
    -        fwrite($handle,"/*!40101 SET @saved_cs_client     = @@character_set_client */;\n");
    -        fwrite($handle,"/*!40101 SET character_set_client = utf8 */;\n");
    -        $resqldrop=$db->query('SHOW CREATE TABLE '.$table);
    -        $row2 = $db->fetch_row($resqldrop);
    -        if (empty($row2[1]))
    -        {
    -        	fwrite($handle, "\n-- WARNING: Show create table ".$table." return empy string when it should not.\n");
    -        }
    -        else
    -        {
    -        	fwrite($handle,$row2[1].";\n");
    -	        //fwrite($handle,"/*!40101 SET character_set_client = @saved_cs_client */;\n\n");
    -
    -	        // Dumping the data (locking the table and disabling the keys check while doing the process)
    -	        fwrite($handle, "\n--\n-- Dumping data for table `".$table."`\n--\n");
    -	        if (!GETPOST("nobin_nolocks")) fwrite($handle, "LOCK TABLES `".$table."` WRITE;\n"); // Lock the table before inserting data (when the data will be imported back)
    -	        if (GETPOST("nobin_disable_fk")) fwrite($handle, "ALTER TABLE `".$table."` DISABLE KEYS;\n");
    -	        else fwrite($handle, "/*!40000 ALTER TABLE `".$table."` DISABLE KEYS */;\n");
    -
    -	        $sql='SELECT * FROM '.$table;
    -	        $result = $db->query($sql);
    -	        while($row = $db->fetch_row($result))
    -	        {
    -	            // For each row of data we print a line of INSERT
    -	            fwrite($handle,'INSERT '.$delayed.$ignore.'INTO `'.$table.'` VALUES (');
    -	            $columns = count($row);
    -	            for($j=0; $j<$columns; $j++) {
    -	                // Processing each columns of the row to ensure that we correctly save the value (eg: add quotes for string - in fact we add quotes for everything, it's easier)
    -	                if ($row[$j] == null && !is_string($row[$j])) {
    -	                    // IMPORTANT: if the field is NULL we set it NULL
    -	                    $row[$j] = 'NULL';
    -	                } elseif(is_string($row[$j]) && $row[$j] == '') {
    -	                    // if it's an empty string, we set it as an empty string
    -	                    $row[$j] = "''";
    -	                } elseif(is_numeric($row[$j]) && !strcmp($row[$j], $row[$j]+0) ) { // test if it's a numeric type and the numeric version ($nb+0) == string version (eg: if we have 01, it's probably not a number but rather a string, else it would not have any leading 0)
    -	                    // if it's a number, we return it as-is
    -//	                    $row[$j] = $row[$j];
    -	                } else { // else for all other cases we escape the value and put quotes around
    -	                    $row[$j] = addslashes($row[$j]);
    -	                    $row[$j] = preg_replace("#\n#", "\\n", $row[$j]);
    -	                    $row[$j] = "'".$row[$j]."'";
    -	                }
    -	            }
    -	            fwrite($handle,implode(',', $row).");\n");
    -	        }
    -	        if (GETPOST("nobin_disable_fk")) fwrite($handle, "ALTER TABLE `".$table."` ENABLE KEYS;\n"); // Enabling back the keys/index checking
    -	        if (!GETPOST("nobin_nolocks")) fwrite($handle, "UNLOCK TABLES;\n"); // Unlocking the table
    -	        fwrite($handle,"\n\n\n");
    -	    }
    -    }
    -
    -    /* Backup Procedure structure*/
    -    /*
    -     $result = $db->query('SHOW PROCEDURE STATUS');
    -    if ($db->num_rows($result) > 0)
    -    {
    -    while ($row = $db->fetch_row($result)) { $procedures[] = $row[1]; }
    -    foreach($procedures as $proc)
    -    {
    -    fwrite($handle,"DELIMITER $$\n\n");
    -    fwrite($handle,"DROP PROCEDURE IF EXISTS '$name'.'$proc'$$\n");
    -    $resqlcreateproc=$db->query("SHOW CREATE PROCEDURE '$proc'");
    -    $row2 = $db->fetch_row($resqlcreateproc);
    -    fwrite($handle,"\n".$row2[2]."$$\n\n");
    -    fwrite($handle,"DELIMITER ;\n\n");
    -    }
    -    }
    -    */
    -    /* Backup Procedure structure*/
    -
    -    // Write the footer (restore the previous database settings)
    -    $sqlfooter="\n\n";
    -    if (GETPOST("nobin_use_transaction")) $sqlfooter .= "COMMIT;\n";
    -    if (GETPOST("nobin_disable_fk")) $sqlfooter .= "SET FOREIGN_KEY_CHECKS=1;\n";
    -    $sqlfooter.="\n\n-- Dump completed on ".date('Y-m-d G-i-s');
    -    fwrite($handle, $sqlfooter);
    -
    -    fclose($handle);
    -
    -    return 1;
    -}
    diff --git a/htdocs/admin/tools/export_files.php b/htdocs/admin/tools/export_files.php
    new file mode 100644
    index 00000000000..809cea3b271
    --- /dev/null
    +++ b/htdocs/admin/tools/export_files.php
    @@ -0,0 +1,166 @@
    +<?php
    +/* Copyright (C) 2006-2014  Laurent Destailleur <eldy@users.sourceforge.net>
    + * Copyright (C) 2011       Juanjo Menent       <jmenent@2byte.es>
    + * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
    + *
    +* 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/>.
    +*/
    +
    +/**
    + *		\file 		htdocs/admin/tools/export.php
    + *		\brief      Page to export a database into a dump file
    + */
    +
    +require '../../main.inc.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/class/utils.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
    +
    +$langs->load("admin");
    +
    +$action=GETPOST('action','alpha');
    +$what=GETPOST('what','alpha');
    +$export_type=GETPOST('export_type','alpha');
    +$file=GETPOST('zipfilename_template','alpha');
    +$compression = GETPOST('compression');
    +
    +$sortfield = GETPOST('sortfield','alpha');
    +$sortorder = GETPOST('sortorder','alpha');
    +$page = GETPOST("page",'int');
    +if (! $sortorder) $sortorder="DESC";
    +if (! $sortfield) $sortfield="date";
    +if ($page < 0) { $page = 0; }
    +elseif (empty($page)) $page = 0;
    +$limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit;
    +$offset = $limit * $page;
    +
    +if (! $user->admin) accessforbidden();
    +
    +$errormsg='';
    +
    +
    +/*
    + * Actions
    + */
    +
    +if ($action == 'delete')
    +{
    +	$file=$conf->admin->dir_output.'/'.GETPOST('urlfile');
    +	$ret=dol_delete_file($file, 1);
    +	if ($ret) setEventMessages($langs->trans("FileWasRemoved", GETPOST('urlfile')), null, 'mesgs');
    +	else setEventMessages($langs->trans("ErrorFailToDeleteFile", GETPOST('urlfile')), null, 'errors');
    +	$action='';
    +}
    +
    +
    +/*
    + * View
    + */
    +
    +// Increase limit of time. Works only if we are not in safe mode
    +$ExecTimeLimit=600;
    +if (!empty($ExecTimeLimit))
    +{
    +    $err=error_reporting();
    +    error_reporting(0);     // Disable all errors
    +    //error_reporting(E_ALL);
    +    @set_time_limit($ExecTimeLimit);   // Need more than 240 on Windows 7/64
    +    error_reporting($err);
    +}
    +$MemoryLimit=0;
    +if (!empty($MemoryLimit))
    +{
    +    @ini_set('memory_limit', $MemoryLimit);
    +}
    +
    +$form=new Form($db);
    +$formfile = new FormFile($db);
    +
    +//$help_url='EN:Backups|FR:Sauvegardes|ES:Copias_de_seguridad';
    +//llxHeader('','',$help_url);
    +
    +//print load_fiche_titre($langs->trans("Backup"),'','title_setup');
    +
    +
    +// Start with empty buffer
    +$dump_buffer = '';
    +$dump_buffer_len = 0;
    +
    +// We will send fake headers to avoid browser timeout when buffering
    +$time_start = time();
    +
    +
    +$outputdir  = $conf->admin->dir_output.'/documents';
    +$result=dol_mkdir($outputdir);
    +
    +$utils = new Utils($db);
    +
    +if ($compression == 'zip')
    +{
    +    $ret = dol_compress_dir(DOL_DATA_ROOT, $outputdir."/".$file, $compression);
    +    if ($ret < 0)
    +    {
    +        $errormsg = $langs->trans("ErrorFailedToWriteInDir",$outputfile);
    +    }
    +}
    +elseif (in_array($compression, array('gz', 'bz')))
    +{
    +    $file = substr($file, 0, strrpos($file, '.'));
    +    $file .= '.tar';
    +    $cmd = 'tar -cf '.$outputdir."/".$file." --exclude=documents/admin/documents -C ".DOL_DATA_ROOT." ".DOL_DATA_ROOT."/../documents/";
    +    exec($cmd, $out, $retval);
    +    //var_dump($cmd, DOL_DATA_ROOT);exit;
    +    
    +    if ($retval != 0)
    +    {
    +        $langs->load("errors");
    +        dol_syslog("Documents tar retval after exec=".$retval, LOG_ERR);
    +        $errormsg = 'Error tar generation return '.$retval;
    +    }
    +    else
    +    {
    +        if ($compression == 'gz')
    +        {
    +            $cmd = "gzip " . $outputdir."/".$file;
    +        }
    +        if ($compression == 'bz')
    +        {
    +            $cmd = "bzip2 " . $outputdir."/".$file;
    +        }
    +        
    +        exec($cmd, $out, $retval);
    +        if ($retval != 0)
    +        {
    +            $errormsg = 'Error '.$compression.' generation return '.$retval;
    +            unlink($outputdir."/".$file);
    +        }
    +    }
    +}
    +
    +if ($errormsg)
    +{
    +	setEventMessages($langs->trans("Error")." : ".$errormsg, null, 'errors');
    +}
    +
    +print '<br>';
    +
    +
    +// Redirect t backup page
    +header("Location: dolibarr_export.php");
    +
    +$time_end = time();
    +
    +$db->close();
    +
    diff --git a/htdocs/admin/tools/index.php b/htdocs/admin/tools/index.php
    index c5a05ef2136..aed25ae45a3 100644
    --- a/htdocs/admin/tools/index.php
    +++ b/htdocs/admin/tools/index.php
    @@ -24,8 +24,8 @@
     
     require '../../main.inc.php';
     
    -$langs->load("admin");
    -$langs->load("companies");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","admin"));
     
     if (! $user->admin)
     	accessforbidden();
    diff --git a/htdocs/admin/tools/listevents.php b/htdocs/admin/tools/listevents.php
    index db5157789e1..9afe7c5fcb3 100644
    --- a/htdocs/admin/tools/listevents.php
    +++ b/htdocs/admin/tools/listevents.php
    @@ -2,6 +2,7 @@
     /* Copyright (C) 2004-2017  Laurent Destailleur	<eldy@users.sourceforge.net>
      * Copyright (C) 2005-2012  Regis Houssin		<regis.houssin@capnetworks.com>
      * Copyright (C) 2015       Bahfir Abbes		<bafbes@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -40,10 +41,8 @@ if ($user->societe_id > 0)
     	$socid = $user->societe_id;
     }
     
    -$langs->load("admin");
    -$langs->load("companies");
    -$langs->load("users");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","admin","users","other"));
     
     // Load variable for pagination
     $limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit;
    @@ -237,7 +236,7 @@ if ($result)
     	// Lignes des champs de filtres
     	print '<tr class="liste_titre">';
     
    -	print '<td class="liste_titre" width="15%">'.$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).$form->select_date($date_end,'date_end',0,0,0,'',1,0,1).'</td>';
    +	print '<td class="liste_titre" width="15%">'.$form->selectDate($date_start,'date_start',0,0,0,'',1,0).$form->selectDate($date_end,'date_end',0,0,0,'',1,0).'</td>';
     
     	print '<td align="left" class="liste_titre">';
     	print '<input class="flat" type="text" size="10" name="search_code" value="'.$search_code.'">';
    diff --git a/htdocs/admin/tools/listsessions.php b/htdocs/admin/tools/listsessions.php
    index 13b99d92f6d..643269bfacd 100644
    --- a/htdocs/admin/tools/listsessions.php
    +++ b/htdocs/admin/tools/listsessions.php
    @@ -25,7 +25,8 @@
     require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
     
    -$langs->load("install");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","install","users","other"));
     
     if (! $user->admin)
     	accessforbidden();
    @@ -40,10 +41,6 @@ if ($user->societe_id > 0)
       $socid = $user->societe_id;
     }
     
    -$langs->load("companies");
    -$langs->load("users");
    -$langs->load("other");
    -
     $sortfield = GETPOST("sortfield",'alpha');
     $sortorder = GETPOST("sortorder",'alpha');
     $page = GETPOST("page",'int');
    @@ -99,7 +96,7 @@ $usefilter=0;
     $listofsessions=listOfSessions();
     $num=count($listofsessions);
     
    -print_barre_liste($langs->trans("Sessions"), $page, $_SERVER["PHP_SELF"],"",$sortfield,$sortorder,'',$num,0,'setup');
    +print_barre_liste($langs->trans("Sessions"), $page, $_SERVER["PHP_SELF"],"",$sortfield,$sortorder,'', $num, ($num?$num:''),'setup');		// Do not show numer (0) if no session found (it means we can't know)
     
     $savehandler=ini_get("session.save_handler");
     $savepath=ini_get("session.save_path");
    diff --git a/htdocs/admin/tools/update.php b/htdocs/admin/tools/update.php
    index 41923aa068d..1ec7c98552e 100644
    --- a/htdocs/admin/tools/update.php
    +++ b/htdocs/admin/tools/update.php
    @@ -27,8 +27,8 @@ require_once DOL_DOCUMENT_ROOT . '/core/lib/admin.lib.php';
     require_once DOL_DOCUMENT_ROOT . '/core/lib/files.lib.php';
     require_once DOL_DOCUMENT_ROOT . '/core/lib/geturl.lib.php';
     
    -$langs->load("admin");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin","other"));
     
     $action=GETPOST('action','alpha');
     
    @@ -76,7 +76,7 @@ print $langs->trans("CurrentVersion").' : <strong>'.DOL_VERSION.'</strong><br>';
     if (function_exists('curl_init'))
     {
         $conf->global->MAIN_USE_RESPONSE_TIMEOUT = 10;
    -    
    +
         if ($action == 'getlastversion')
         {
             if ($sfurl)
    @@ -95,7 +95,7 @@ if (function_exists('curl_init'))
                     }
                     $i++;
                 }
    -            
    +
                 // Show version
             	print $langs->trans("LastStableVersion").' : <b>'. (($version != '0.0')?$version:$langs->trans("Unknown")) .'</b><br>';
             }
    diff --git a/htdocs/api/class/api.class.php b/htdocs/api/class/api.class.php
    index a0100abf58d..6d6ef4578cd 100644
    --- a/htdocs/api/class/api.class.php
    +++ b/htdocs/api/class/api.class.php
    @@ -254,7 +254,7 @@ class DolibarrApi
     	    //$tmp=preg_replace_all('/'.$regexstring.'/', '', $sqlfilters);
     	    $tmp=$sqlfilters;
     	    $ok=0;
    -	    $i=0; $nb=count($tmp);
    +	    $i=0; $nb=strlen($tmp);
     	    $counter=0;
     	    while ($i < $nb)
     	    {
    @@ -271,6 +271,7 @@ class DolibarrApi
     	    return true;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Function to forge a SQL criteria
     	 *
    @@ -279,6 +280,7 @@ class DolibarrApi
     	 */
     	static function _forge_criteria_callback($matches)
     	{
    +        // phpcs:enable
     	    global $db;
     
     	    //dol_syslog("Convert matches ".$matches[1]);
    diff --git a/htdocs/api/class/api_access.class.php b/htdocs/api/class/api_access.class.php
    index d067d6e2ad6..e453bd331c2 100644
    --- a/htdocs/api/class/api_access.class.php
    +++ b/htdocs/api/class/api_access.class.php
    @@ -59,8 +59,7 @@ class DolibarrApiAccess implements iAuthenticate
     	 */
     	public static $user = '';
     
    -    // @codingStandardsIgnoreStart
    -
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName
     	/**
     	 * Check access
     	 *
    @@ -69,6 +68,7 @@ class DolibarrApiAccess implements iAuthenticate
     	 */
     	public function __isAllowed()
     	{
    +        // phpcs:enable
     		global $conf, $db;
     
     		$login = '';
    @@ -166,6 +166,7 @@ class DolibarrApiAccess implements iAuthenticate
     	    return in_array(static::$role, (array) $requirefortest) || static::$role == 'admin';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName
     	/**
     	 * @return string string to be used with WWW-Authenticate header
     	 * @example Basic
    @@ -174,9 +175,9 @@ class DolibarrApiAccess implements iAuthenticate
     	 */
     	public function __getWWWAuthenticateString()
         {
    +        // phpcs:enable
             return '';
         }
    -    // @codingStandardsIgnoreEnd
     
     	/**
     	 * Verify access
    @@ -196,6 +197,5 @@ class DolibarrApiAccess implements iAuthenticate
             return $requires
                 ? static::$role == 'admin' || in_array(static::$role, (array) $requires)
                 : true;
    -
         }
     }
    diff --git a/htdocs/api/class/api_login.class.php b/htdocs/api/class/api_login.class.php
    index 797cd2429d5..86d1cfff87c 100644
    --- a/htdocs/api/class/api_login.class.php
    +++ b/htdocs/api/class/api_login.class.php
    @@ -26,6 +26,9 @@ require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
     class Login
     {
     
    +    /**
    +     * Constructor of the class
    +     */
         function __construct()
         {
     		global $db;
    diff --git a/htdocs/api/class/api_setup.class.php b/htdocs/api/class/api_setup.class.php
    index 1a958210559..9389e2ff5ed 100644
    --- a/htdocs/api/class/api_setup.class.php
    +++ b/htdocs/api/class/api_setup.class.php
    @@ -918,5 +918,4 @@ class Setup extends DolibarrApi
     
         	return array('resultcode'=>$resultcode, 'resultcomment'=>$resultcomment, 'expectedchecksum'=> $outexpectedchecksum, 'currentchecksum'=> $outcurrentchecksum, 'out'=>$out);
         }
    -
     }
    diff --git a/htdocs/asset/card.php b/htdocs/asset/card.php
    index 50e09831bff..9af7638316f 100644
    --- a/htdocs/asset/card.php
    +++ b/htdocs/asset/card.php
    @@ -17,7 +17,7 @@
      */
     
     /**
    - *  \file       card.php
    + *  \file       htdocs/asset/card.php
      *  \ingroup    asset
      *  \brief      Page to create/edit/view asset
      */
    @@ -221,12 +221,11 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
     		$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;
    -	}
    +	// Call Hook 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;
    diff --git a/htdocs/asset/class/asset.class.php b/htdocs/asset/class/asset.class.php
    index 002dca8bf56..8eeacdc1964 100644
    --- a/htdocs/asset/class/asset.class.php
    +++ b/htdocs/asset/class/asset.class.php
    @@ -35,22 +35,22 @@ class Asset extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element = 'asset';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'asset';
    -	
    +
     	/**
     	 * @var int  Does module support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
     	 */
     	public $ismultientitymanaged = 0;
    -	
    +
     	/**
     	 * @var int  Does asset support extrafields ? 0=No, 1=Yes
     	 */
     	public $isextrafieldmanaged = 1;
    -	
    +
     	/**
     	 * @var string String with name of icon for asset. Must be the part after the 'object_' into object_asset.png
     	 */
    @@ -95,20 +95,59 @@ class Asset extends CommonObject
     		'import_key' => array('type'=>'varchar(14)', 'label'=>'ImportId', 'visible'=>-2, 'enabled'=>1, 'position'=>1000, 'notnull'=>-1,),
     		'status' => array('type'=>'integer', 'label'=>'Status', 'visible'=>1, 'enabled'=>1, 'position'=>1000, 'notnull'=>1, 'index'=>1, 'arrayofkeyval'=>array('0'=>'Draft', '1'=>'Active', '-1'=>'Cancel')),
     	);
    +
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
    +
    +	/**
    +	 * @var string Ref
    +	 */
     	public $ref;
    +
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
    -	public $label;
    +
    +    /**
    +     * @var string Asset label
    +     */
    +    public $label;
    +
     	public $amount;
    -	public $fk_soc;
    +
    +	/**
    +	 * @var int Thirdparty ID
    +	 */
    +    public $fk_soc;
    +
    +	/**
    +	 * @var string description
    +	 */
     	public $description;
    +
     	public $note_public;
     	public $note_private;
     	public $date_creation;
     	public $tms;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_user_creat;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_user_modif;
    +
     	public $import_key;
    +
    +	/**
    +	 * @var int Status
    +	 */
     	public $status;
     
     	// If this object has a subtable with lines
    @@ -333,6 +372,7 @@ class Asset extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return the status
     	 *
    @@ -342,43 +382,38 @@ class Asset extends CommonObject
     	 */
     	static function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
    -		if ($mode == 0)
    -		{
    -			$prefix='';
    -			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    -		}
    -		if ($mode == 1)
    +		if ($mode == 0 || $mode == 1)
     		{
     			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    +			elseif ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    +			elseif ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    +			elseif ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
     		}
     	}
     
    @@ -465,4 +500,4 @@ class Asset extends CommonObject
     
     		return 0;
     	}
    -}
    \ No newline at end of file
    +}
    diff --git a/htdocs/asset/class/asset_type.class.php b/htdocs/asset/class/asset_type.class.php
    index 5455eb4c7ea..8eb915f95eb 100644
    --- a/htdocs/asset/class/asset_type.class.php
    +++ b/htdocs/asset/class/asset_type.class.php
    @@ -33,25 +33,40 @@ class AssetType extends CommonObject
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'asset_type';
    -	
    +
     	/**
     	 * @var string ID to identify managed object
     	 */
     	public $element = 'asset_type';
    -	
    -	public $picto = 'group';
    -	public $ismultientitymanaged = 1;  // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
     
    -	/** @var string Label */
    -	public $label;
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto = 'group';
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
    +
    +	/**
    +     * @var string Asset type label
    +     */
    +    public $label;
    +
     	/** @var string Accountancy code asset */
     	public $accountancy_code_asset;
    +
     	/** @var string Accountancy code depreciation asset */
     	public $accountancy_code_depreciation_asset;
    +
     	/** @var string Accountancy code depreciation expense */
     	public $accountancy_code_depreciation_expense;
    +
     	/** @var string 	Public note */
     	public $note;
    +
     	/** @var array Array of asset */
     	public $asset=array();
     
    @@ -282,6 +297,7 @@ class AssetType extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of asset's type
     	 *
    @@ -289,6 +305,7 @@ class AssetType extends CommonObject
     	 */
     	function liste_array()
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$assettypes = array();
    @@ -437,5 +454,4 @@ class AssetType extends CommonObject
     	{
     		return '';
     	}
    -
     }
    diff --git a/htdocs/asset/document.php b/htdocs/asset/document.php
    index 92efa8918ee..784f65aa220 100644
    --- a/htdocs/asset/document.php
    +++ b/htdocs/asset/document.php
    @@ -17,7 +17,7 @@
      */
     
     /**
    - *  \file       document.php
    + *  \file       htdocs/asset/document.php
      *  \ingroup    asset
      *  \brief      Tab for documents linked to Assets
      */
    diff --git a/htdocs/asset/info.php b/htdocs/asset/info.php
    index e8820ee5cfa..9cc9495c1b9 100644
    --- a/htdocs/asset/info.php
    +++ b/htdocs/asset/info.php
    @@ -16,7 +16,7 @@
      */
     
     /**
    - *  \file       info.php
    + *  \file       htdocs/asset/info.php
      *  \ingroup    asset
      *  \brief      Page to show an asset information
      */
    diff --git a/htdocs/asset/list.php b/htdocs/asset/list.php
    index bcc2329f870..7e59ad4647f 100644
    --- a/htdocs/asset/list.php
    +++ b/htdocs/asset/list.php
    @@ -18,7 +18,7 @@
      */
     
     /**
    - *   	\file       list.php
    + *   	\file       htdocs/asset/list.php
      *		\ingroup    asset
      *		\brief      List page for asset
      */
    diff --git a/htdocs/asset/note.php b/htdocs/asset/note.php
    index 775b3e8747e..e95e62aeaa4 100644
    --- a/htdocs/asset/note.php
    +++ b/htdocs/asset/note.php
    @@ -17,7 +17,7 @@
      */
     
     /**
    - *  \file       note.php
    + *  \file       htdocs/asset/note.php
      *  \ingroup    asset
      *  \brief      Card with notes on Asset
      */
    diff --git a/htdocs/barcode/printsheet.php b/htdocs/barcode/printsheet.php
    index 6dd578993ca..a1f3632fd2f 100644
    --- a/htdocs/barcode/printsheet.php
    +++ b/htdocs/barcode/printsheet.php
    @@ -178,19 +178,19 @@ if ($action == 'builddoc')
     	{
     		// List of values to scan for a replacement
     		$substitutionarray = array (
    -		'%LOGIN%'=>$user->login,
    -		'%COMPANY%'=>$mysoc->name,
    -		'%ADDRESS%'=>$mysoc->address,
    -		'%ZIP%'=>$mysoc->zip,
    -		'%TOWN%'=>$mysoc->town,
    -		'%COUNTRY%'=>$mysoc->country,
    -		'%COUNTRY_CODE%'=>$mysoc->country_code,
    -		'%EMAIL%'=>$mysoc->email,
    -		'%YEAR%'=>$year,
    -		'%MONTH%'=>$month,
    -		'%DAY%'=>$day,
    -		'%DOL_MAIN_URL_ROOT%'=>DOL_MAIN_URL_ROOT,
    -		'%SERVER%'=>"http://".$_SERVER["SERVER_NAME"]."/"
    +		    '%LOGIN%' => $user->login,
    +		    '%COMPANY%' => $mysoc->name,
    +		    '%ADDRESS%' => $mysoc->address,
    +		    '%ZIP%' => $mysoc->zip,
    +		    '%TOWN%' => $mysoc->town,
    +		    '%COUNTRY%' => $mysoc->country,
    +		    '%COUNTRY_CODE%' => $mysoc->country_code,
    +		    '%EMAIL%' => $mysoc->email,
    +		    '%YEAR%' => $year,
    +		    '%MONTH%' => $month,
    +		    '%DAY%' => $day,
    +		    '%DOL_MAIN_URL_ROOT%' => DOL_MAIN_URL_ROOT,
    +		    '%SERVER%' => "http://".$_SERVER["SERVER_NAME"]."/",
     		);
     		complete_substitutions_array($substitutionarray, $langs);
     
    @@ -416,7 +416,7 @@ print $langs->trans("BarcodeType").' &nbsp; ';
     print '</div><div class="tagtd" style="overflow: hidden; white-space: nowrap; max-width: 300px;">';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formbarcode.class.php';
     $formbarcode = new FormBarCode($db);
    -$formbarcode->select_barcode_type($fk_barcode_type, 'fk_barcode_type', 1);
    +print $formbarcode->selectBarcodeType($fk_barcode_type, 'fk_barcode_type', 1);
     print '</div></div>';
     
     // Barcode value
    diff --git a/htdocs/blockedlog/admin/blockedlog_list.php b/htdocs/blockedlog/admin/blockedlog_list.php
    index 3fd68b836f3..cd558c020a6 100644
    --- a/htdocs/blockedlog/admin/blockedlog_list.php
    +++ b/htdocs/blockedlog/admin/blockedlog_list.php
    @@ -1,6 +1,7 @@
     <?php
    -/* Copyright (C) 2017      ATM Consulting      <contact@atm-consulting.fr>
    - * Copyright (C) 2017-2018 Laurent Destailleur <eldy@destailleur.fr>
    +/* Copyright (C) 2017       ATM Consulting          <contact@atm-consulting.fr>
    + * Copyright (C) 2017-2018  Laurent Destailleur     <eldy@destailleur.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -372,10 +373,10 @@ print '<td class="liste_titre">&nbsp;</td>';
     
     print '<td class="liste_titre">';
     //print $langs->trans("from").': ';
    -$form->select_date($search_start,'search_start');
    +print $form->selectDate($search_start,'search_start');
     //print '<br>';
     //print $langs->trans("to").': ';
    -$form->select_date($search_end,'search_end');
    +print $form->selectDate($search_end,'search_end');
     print '</td>';
     
     // User
    diff --git a/htdocs/blockedlog/class/authority.class.php b/htdocs/blockedlog/class/authority.class.php
    index 11bb3aa2d0f..0102a5d88d6 100644
    --- a/htdocs/blockedlog/class/authority.class.php
    +++ b/htdocs/blockedlog/class/authority.class.php
    @@ -52,9 +52,7 @@ class BlockedLogAuthority
     	 */
         public function __construct($db)
         {
    -
         	$this->db = $db;
    -
     	}
     
     	/**
    @@ -90,7 +88,6 @@ class BlockedLogAuthority
         {
     
     		return md5($this->signature.$this->blockchain);
    -
     	}
     
     	/**
    @@ -103,7 +100,6 @@ class BlockedLogAuthority
         {
     
     		return ($hash === $this->getBlockchainHash() );
    -
     	}
     
     	/**
    @@ -116,7 +112,6 @@ class BlockedLogAuthority
         {
     
     		$this->blockchain.=$block;
    -
     	}
     
     	/**
    @@ -197,7 +192,6 @@ class BlockedLogAuthority
     			$this->error=$this->db->error();
     			return -1;
     		}
    -
     	}
     
     	/**
    @@ -252,7 +246,6 @@ class BlockedLogAuthority
     			$this->db->rollback();
     			return -1;
     		}
    -
     	}
     
     	/**
    @@ -291,7 +284,6 @@ class BlockedLogAuthority
     			$this->db->rollback();
     			return -1;
     		}
    -
     	}
     
     	/**
    @@ -340,5 +332,4 @@ class BlockedLogAuthority
     
     		return 1;
     	}
    -
     }
    diff --git a/htdocs/blockedlog/class/blockedlog.class.php b/htdocs/blockedlog/class/blockedlog.class.php
    index 654709cec6f..eb2070d703a 100644
    --- a/htdocs/blockedlog/class/blockedlog.class.php
    +++ b/htdocs/blockedlog/class/blockedlog.class.php
    @@ -39,14 +39,18 @@ class BlockedLog
     	 * @var int
     	 */
     	public $id;
    +
     	/**
     	 * Entity
     	 * @var int
     	 */
     	public $entity;
     
    +	/**
    +	 * @var string Error message
    +	 */
     	public $error = '';
    -	
    +
     	/**
     	 * @var string[] Error codes (or messages)
     	 */
    @@ -283,7 +287,6 @@ class BlockedLog
     		}
     
     		return '<i class="opacitymedium">'.$langs->trans('ImpossibleToReloadObject', $this->element, $this->fk_object).'</i>';
    -
     	}
     
     	/**
    @@ -676,7 +679,6 @@ class BlockedLog
     			$this->error=$this->db->error();
     			return -1;
     		}
    -
     	}
     
     
    @@ -716,8 +718,6 @@ class BlockedLog
     		if($res===false) return false;
     
     		return true;
    -
    -
     	}
     
     	/**
    @@ -1060,5 +1060,4 @@ class BlockedLog
     
     		return $result;
     	}
    -
     }
    diff --git a/htdocs/bookmarks/class/bookmark.class.php b/htdocs/bookmarks/class/bookmark.class.php
    index 9491b10c267..f66ef8e4d80 100644
    --- a/htdocs/bookmarks/class/bookmark.class.php
    +++ b/htdocs/bookmarks/class/bookmark.class.php
    @@ -32,14 +32,22 @@ class Bookmark extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='bookmark';
    -    
    +
         /**
          * @var string Name of table without prefix where object is stored
          */
         public $table_element='bookmark';
    -	
    -    public $ismultientitymanaged = 1;	// 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    -    public $picto = 'bookmark';
    +
    +    /**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +    public $ismultientitymanaged = 1;
    +
    +    /**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto = 'bookmark';
     
         /**
          * @var DoliDB Database handler.
    @@ -50,14 +58,23 @@ class Bookmark extends CommonObject
          * @var int ID
          */
         public $id;
    -	
    -    var $fk_user;
    -    var $datec;
    -    var $url;
    -    var $target;	// 0=replace, 1=new window
    -    var $title;
    -    var $position;
    -    var $favicon;
    +
    +    /**
    +	 * @var int User ID
    +	 */
    +	public $fk_user;
    +
    +    public $datec;
    +
    +    public $url;
    +
    +    public $target;	// 0=replace, 1=new window
    +
    +    public $title;
    +
    +    public $position;
    +
    +    public $favicon;
     
     
         /**
    @@ -142,7 +159,7 @@ class Bookmark extends CommonObject
             $sql.= ", ".$this->db->escape($conf->entity);
             $sql.= ")";
     
    -        dol_syslog("Bookmark::update", LOG_DEBUG);
    +        dol_syslog("Bookmark::create", LOG_DEBUG);
             $resql = $this->db->query($sql);
             if ($resql)
             {
    @@ -226,7 +243,6 @@ class Bookmark extends CommonObject
                 $this->error=$this->db->lasterror();
                 return -1;
             }
    -
         }
     
     	/**
    @@ -256,5 +272,4 @@ class Bookmark extends CommonObject
     	{
     	    return '';
     	}
    -
     }
    diff --git a/htdocs/cashdesk/affIndex.php b/htdocs/cashdesk/affIndex.php
    index a2e467a35e3..9ff676531f1 100644
    --- a/htdocs/cashdesk/affIndex.php
    +++ b/htdocs/cashdesk/affIndex.php
    @@ -36,9 +36,8 @@ if ( $_SESSION['uid'] <= 0 )
     	exit;
     }
     
    -$langs->load("companies");
    -$langs->load("compta");
    -$langs->load("cashdesk");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","compta","cashdesk"));
     
     
     /*
    diff --git a/htdocs/cashdesk/class/Auth.class.php b/htdocs/cashdesk/class/Auth.class.php
    index 5e431514d1c..78b76e20d11 100644
    --- a/htdocs/cashdesk/class/Auth.class.php
    +++ b/htdocs/cashdesk/class/Auth.class.php
    @@ -138,6 +138,5 @@ class Auth
     
     		return $ret;
     	}
    -
     }
     
    diff --git a/htdocs/cashdesk/class/Facturation.class.php b/htdocs/cashdesk/class/Facturation.class.php
    index ac26a326962..3051035813a 100644
    --- a/htdocs/cashdesk/class/Facturation.class.php
    +++ b/htdocs/cashdesk/class/Facturation.class.php
    @@ -37,7 +37,12 @@ class Facturation
          * int $prix		=> Prix HT du produit en cours
          * int $tva			=> 'rowid' du taux de tva dans llx_c_tva
          */
    -    public $id;
    +
    +    /**
    +	 * @var int ID
    +	 */
    +	public $id;
    +
         protected $ref;
         protected $qte;
         protected $stock;
    @@ -167,7 +172,6 @@ class Facturation
             $_SESSION['poscart']=$newcartarray;
     
             $this->raz();
    -
         }
     
         /**
    @@ -269,7 +273,6 @@ class Facturation
             $this->prixTotalHt('RESET');
             $this->montantTva('RESET');
             $this->prixTotalTtc('RESET');
    -
         }
     
     
    @@ -324,7 +327,6 @@ class Facturation
             {
                 $this->ref = $aRef;
             }
    -
         }
     
         /**
    @@ -348,7 +350,6 @@ class Facturation
             {
                 $this->qte = $aQte;
             }
    -
         }
     
         /**
    @@ -372,7 +373,6 @@ class Facturation
             {
                 $this->stock = $aStock;
             }
    -
         }
     
         /**
    @@ -396,7 +396,6 @@ class Facturation
             {
                 $this->remise_percent = $aRemisePercent;
             }
    -
         }
     
         /**
    @@ -421,7 +420,6 @@ class Facturation
                 $this->montant_remise = $aMontantRemise;
     
             }
    -
         }
     
         /**
    @@ -446,7 +444,6 @@ class Facturation
                 $this->prix = $aPrix;
     
             }
    -
         }
     
         /**
    @@ -470,7 +467,6 @@ class Facturation
                 $this->tva = $aTva;
     
             }
    -
         }
     
         /**
    @@ -518,7 +514,6 @@ class Facturation
                 $this->mode_reglement = $aModeReglement;
     
             }
    -
         }
     
         /**
    @@ -543,7 +538,6 @@ class Facturation
                 $this->montant_encaisse = $aMontantEncaisse;
     
             }
    -
         }
     
         /**
    @@ -567,7 +561,6 @@ class Facturation
                 $this->montant_rendu = $aMontantRendu;
     
             }
    -
         }
     
         /**
    @@ -637,7 +630,6 @@ class Facturation
                 $this->montant_tva = $aMontantTva;
     
             }
    -
         }
     
         /**
    @@ -661,5 +653,4 @@ class Facturation
                 $this->prix_total_ttc = $aTotalTtc;
             }
         }
    -
     }
    diff --git a/htdocs/cashdesk/index.php b/htdocs/cashdesk/index.php
    index 24b94562915..d2ea5160ca8 100644
    --- a/htdocs/cashdesk/index.php
    +++ b/htdocs/cashdesk/index.php
    @@ -28,8 +28,8 @@
     require_once '../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/product/class/html.formproduct.class.php';
     
    -$langs->load("admin");
    -$langs->load("cashdesk");
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin","cashdesk"));
     
     // Test if user logged
     if ( $_SESSION['uid'] > 0 )
    @@ -63,7 +63,7 @@ top_htmlhead('','',0,0,'',$arrayofcss);
     <?php
     if (! empty($mysoc->logo_small))
     {
    -    print '<img class="logopos" alt="Logo company" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('/thumbs/'.$mysoc->logo_small).'">';
    +    print '<img class="logopos" alt="Logo company" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$mysoc->logo_small).'">';
     }
     else
     {
    diff --git a/htdocs/cashdesk/index_verif.php b/htdocs/cashdesk/index_verif.php
    index 238a73f6ef7..cd354293022 100644
    --- a/htdocs/cashdesk/index_verif.php
    +++ b/htdocs/cashdesk/index_verif.php
    @@ -30,9 +30,8 @@ include '../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php';
     require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Auth.class.php';
     
    -$langs->load("main");
    -$langs->load("admin");
    -$langs->load("cashdesk");
    +// Load translation files required by the page
    +$langs->loadLangs(array("main","admin","cashdesk"));
     
     $username = GETPOST("txtUsername");
     $password = GETPOST("pwdPassword");
    @@ -119,7 +118,7 @@ if ( $retour >= 0 )
     		$_SESSION['firstname'] = $tab['firstname'];
     		$_SESSION['CASHDESK_ID_THIRDPARTY'] = ($thirdpartyid > 0 ? $thirdpartyid : '');
             $_SESSION['CASHDESK_ID_WAREHOUSE'] = ($warehouseid > 0 ? $warehouseid : '');
    -        
    +
             $_SESSION['CASHDESK_ID_BANKACCOUNT_CASH'] = ($bankid_cash > 0 ? $bankid_cash : '');
             $_SESSION['CASHDESK_ID_BANKACCOUNT_CHEQUE'] = ($bankid_cheque > 0 ? $bankid_cheque : '');
             $_SESSION['CASHDESK_ID_BANKACCOUNT_CB'] = ($bankid_cb > 0 ? $bankid_cb : '');
    @@ -135,8 +134,8 @@ if ( $retour >= 0 )
     }
     else
     {
    -	$langs->load("errors");
    -    $langs->load("other");
    +	// Load translation files required by the page
    +    $langs->loadLangs(array("other","errors"));
     	$retour=$langs->trans("ErrorBadLoginPassword");
     	header('Location: '.DOL_URL_ROOT.'/cashdesk/index.php?err='.urlencode($retour).'&user='.$username.'&socid='.$thirdpartyid.'&warehouseid='.$warehouseid);
     	exit;
    diff --git a/htdocs/cashdesk/tpl/facturation1.tpl.php b/htdocs/cashdesk/tpl/facturation1.tpl.php
    index 146ae3d40b6..4ddafd17c44 100644
    --- a/htdocs/cashdesk/tpl/facturation1.tpl.php
    +++ b/htdocs/cashdesk/tpl/facturation1.tpl.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2011		Laurent Destailleur	<eldy@users.sourceforge.net>
      * Copyright (C) 2011		Juanjo Menent		<jmenent@2byte.es>
      * Copyright (C) 2015		Regis Houssin		<regis.houssin@capnetworks.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -26,10 +27,8 @@ if (empty($langs) || ! is_object($langs))
     	exit;
     }
     
    -
    -$langs->load("main");
    -$langs->load("bills");
    -$langs->load("cashdesk");
    +// Load translation files required by the page
    +$langs->loadLangs(array("main","bills","cashdesk"));
     
     // Object $form must de defined
     
    @@ -204,7 +203,7 @@ $langs->load("cashdesk");
     				<input class="button bouton_mode_reglement" type="submit" name="btnModeReglement" value="<?php echo $langs->trans("Reported"); ?>" onclick="javascript: verifClic('DIF');" />
     			<?php
     			print $langs->trans("DateDue").' :';
    -			print $form->select_date(-1,'txtDatePaiement',0,0,0,'paymentmode',1,0,1);
    +			print $form->selectDate(-1,'txtDatePaiement',0,0,0,'paymentmode',1,0);
     			print '</div>';
     			?>
     		</div>
    diff --git a/htdocs/cashdesk/tpl/liste_articles.tpl.php b/htdocs/cashdesk/tpl/liste_articles.tpl.php
    index 65f48b0603c..266c5e5840b 100644
    --- a/htdocs/cashdesk/tpl/liste_articles.tpl.php
    +++ b/htdocs/cashdesk/tpl/liste_articles.tpl.php
    @@ -28,9 +28,8 @@ if (empty($langs) || ! is_object($langs))
     require_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
     require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
     
    -$langs->load("main");
    -$langs->load("bills");
    -$langs->load("cashdesk");
    +// Load translation files required by the page
    +$langs->loadLangs(array("main","bills","cashdesk"));
     
     ?>
     
    diff --git a/htdocs/cashdesk/tpl/menu.tpl.php b/htdocs/cashdesk/tpl/menu.tpl.php
    index 250aaa18cc2..afe2c0da4ec 100644
    --- a/htdocs/cashdesk/tpl/menu.tpl.php
    +++ b/htdocs/cashdesk/tpl/menu.tpl.php
    @@ -63,9 +63,8 @@ if (!empty($_SESSION["CASHDESK_ID_WAREHOUSE"]) && ! empty($conf->stock->enabled)
     	$warehouseLink = $warehouse->getNomUrl(1);
     }
     
    -
    -$langs->load("cashdesk");
    -$langs->load("main");
    +// Load translation files required by the page
    +$langs->loadLangs(array("main","cashdesk"));
     
     print "\n".'<!-- menu.tpl.php -->'."\n";
     print '<div class="menu_bloc">';
    diff --git a/htdocs/cashdesk/tpl/ticket.tpl.php b/htdocs/cashdesk/tpl/ticket.tpl.php
    index 3937c9dbde3..5ed7650bfad 100644
    --- a/htdocs/cashdesk/tpl/ticket.tpl.php
    +++ b/htdocs/cashdesk/tpl/ticket.tpl.php
    @@ -27,8 +27,8 @@ if (empty($langs) || ! is_object($langs))
     
     include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
     
    -$langs->load("main");
    -$langs->load('cashdesk');
    +// Load translation files required by the page
    +$langs->loadLangs(array("main","cashdesk"));
     
     top_httphead('text/html');
     
    @@ -47,7 +47,7 @@ $object->fetch($facid);
     
     <div class="entete">
         <div class="logo">
    -        <?php print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('/thumbs/'.$mysoc->logo_small).'">'; ?>
    +        <?php print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$mysoc->logo_small).'">'; ?>
         </div>
         <div class="infos">
             <p class="address"><?php echo $mysoc->name; ?><br>
    diff --git a/htdocs/cashdesk/tpl/validation1.tpl.php b/htdocs/cashdesk/tpl/validation1.tpl.php
    index 2a390b99c65..957d2d6b843 100644
    --- a/htdocs/cashdesk/tpl/validation1.tpl.php
    +++ b/htdocs/cashdesk/tpl/validation1.tpl.php
    @@ -23,10 +23,8 @@ if (empty($langs) || ! is_object($langs))
     	exit;
     }
     
    -
    -$langs->load("main");
    -$langs->load("bills");
    -$langs->load("banks");
    +// Load translation files required by the page
    +$langs->loadLangs(array("main","bills","banks"));
     
     // Object $form must de defined
     
    diff --git a/htdocs/cashdesk/tpl/validation2.tpl.php b/htdocs/cashdesk/tpl/validation2.tpl.php
    index a9889451bda..4592e106c9a 100644
    --- a/htdocs/cashdesk/tpl/validation2.tpl.php
    +++ b/htdocs/cashdesk/tpl/validation2.tpl.php
    @@ -24,9 +24,8 @@ if (empty($langs) || ! is_object($langs))
     	exit;
     }
     
    -
    -$langs->load("main");
    -$langs->load("bills");
    +// Load translation files required by the page
    +$langs->loadLangs(array("main","bills"));
     
     ?>
     
    diff --git a/htdocs/cashdesk/validation_verif.php b/htdocs/cashdesk/validation_verif.php
    index cdf9873e791..b42bc90d8fb 100644
    --- a/htdocs/cashdesk/validation_verif.php
    +++ b/htdocs/cashdesk/validation_verif.php
    @@ -215,6 +215,8 @@ switch ($action)
     		$invoice->note_private=$note;
     		$invoice->cond_reglement_id=$cond_reglement_id;
     		$invoice->mode_reglement_id=$mode_reglement_id;
    +		$invoice->module_source = 'cashdesk';
    +		$invoice->pos_source = '0';
     		//print "c=".$invoice->cond_reglement_id." m=".$invoice->mode_reglement_id; exit;
     
     		// Si paiement differe ...
    diff --git a/htdocs/categories/card.php b/htdocs/categories/card.php
    index ce3324505eb..44b209e4371 100644
    --- a/htdocs/categories/card.php
    +++ b/htdocs/categories/card.php
    @@ -44,6 +44,7 @@ $origin		= GETPOST('origin','alpha');
     $catorigin	= GETPOST('catorigin','int');
     $type 		= GETPOST('type','alpha');
     $urlfrom	= GETPOST('urlfrom','alpha');
    +$backtopage = GETPOST('backtopage','alpha');
     
     $socid=GETPOST('socid','int');
     $label=GETPOST('label');
    @@ -173,6 +174,11 @@ if (($action == 'add' || $action == 'confirmed') && $user->rights->categorie->cr
     			header("Location: ".$urlfrom);
     			exit;
     		}
    +		elseif ($backtopage)
    +		{
    +			header("Location: ".$backtopage);
    +			exit;
    +		}
     		else if ($idProdOrigin)
     		{
     			header("Location: ".DOL_URL_ROOT.'/categories/viewcat.php?id='.$idProdOrigin.'&type='.$type.'&mesg='.urlencode($langs->trans("CatCreated")));
    @@ -232,8 +238,9 @@ if ($user->rights->categorie->creer)
     		print '<input type="hidden" name="urlfrom" value="'.$urlfrom.'">';
     		print '<input type="hidden" name="action" value="add">';
     		print '<input type="hidden" name="addcat" value="addcat">';
    -		print '<input type="hidden" name="id" value="'.GETPOST('origin').'">';
    +		print '<input type="hidden" name="id" value="'.GETPOST('origin','alpha').'">';
     		print '<input type="hidden" name="type" value="'.$type.'">';
    +		print '<input type="hidden" name="backtopage" value="'.$backtopage.'">';
     		if ($origin) print '<input type="hidden" name="origin" value="'.$origin.'">';
     		if ($catorigin)	print '<input type="hidden" name="catorigin" value="'.$catorigin.'">';
     
    diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php
    index 3736ce58d5b..15cb254ed7d 100644
    --- a/htdocs/categories/class/categorie.class.php
    +++ b/htdocs/categories/class/categorie.class.php
    @@ -6,7 +6,7 @@
      * Copyright (C) 2006-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
      * Copyright (C) 2007       Patrick Raguin          <patrick.raguin@gmail.com>
      * Copyright (C) 2013-2016  Juanjo Menent           <jmenent@2byte.es>
    - * Copyright (C) 2013-2016  Philippe Grand          <philippe.grand@atoo-net.com>
    + * Copyright (C) 2013-2018  Philippe Grand          <philippe.grand@atoo-net.com>
      * Copyright (C) 2015       Marcos García           <marcosgdf@gmail.com>
      * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
      * Copyright (C) 2016       Charlie Benke           <charlie@patas-monkey.com>
    @@ -53,6 +53,9 @@ class Categorie extends CommonObject
     	const TYPE_ACCOUNT   = 'bank_account';
         const TYPE_BANK_LINE = 'bank_line';
     
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'category';
     
     
    @@ -152,15 +155,27 @@ class Categorie extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='category';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='categorie';
     
    +	/**
    +     * @var int ID
    +     */
     	public $fk_parent;
    -	public $label;
    +
    +	/**
    +     * @var string Category label
    +     */
    +   	public $label;
    +
    +	/**
    +	 * @var string description
    +	 */
     	public $description;
    +
     	/**
     	 * @var string     Color
     	 */
    @@ -505,112 +520,27 @@ class Categorie extends CommonObject
     				$error++;
     			}
     		}
    -		if (! $error)
    -		{
    -			$sql  = "DELETE FROM ".MAIN_DB_PREFIX."categorie_societe";
    -			$sql .= " WHERE fk_categorie = ".$this->id;
    -			if (!$this->db->query($sql))
    -			{
    -				$this->error=$this->db->lasterror();
    -				$error++;
    -			}
    -		}
    -		if (! $error)
    -		{
    -			$sql  = "DELETE FROM ".MAIN_DB_PREFIX."categorie_fournisseur";
    -			$sql .= " WHERE fk_categorie = ".$this->id;
    -			if (!$this->db->query($sql))
    -			{
    -				$this->error=$this->db->lasterror();
    -				$error++;
    -			}
    -		}
    -		if (! $error)
    -		{
    -			$sql  = "DELETE FROM ".MAIN_DB_PREFIX."categorie_product";
    -			$sql .= " WHERE fk_categorie = ".$this->id;
    -			if (!$this->db->query($sql))
    -			{
    -				$this->error=$this->db->lasterror();
    -				$error++;
    -			}
    -		}
    -		if (! $error)
    -		{
    -			$sql  = "DELETE FROM ".MAIN_DB_PREFIX."categorie_member";
    -			$sql .= " WHERE fk_categorie = ".$this->id;
    -			if (!$this->db->query($sql))
    -			{
    -				$this->error=$this->db->lasterror();
    -				$error++;
    -			}
    -		}
    -		if (! $error)
    -		{
    -			$sql  = "DELETE FROM ".MAIN_DB_PREFIX."categorie_contact";
    -			$sql .= " WHERE fk_categorie = ".$this->id;
    -			if (!$this->db->query($sql))
    -			{
    -				$this->error=$this->db->lasterror();
    -				$error++;
    -			}
    -		}
    -		if (! $error)
    -		{
    -			$sql  = "DELETE FROM ".MAIN_DB_PREFIX."categorie_contact";
    -			$sql .= " WHERE fk_categorie = ".$this->id;
    -			if (!$this->db->query($sql))
    -			{
    -				$this->error=$this->db->lasterror();
    -				$error++;
    -			}
    -		}
    -		if (! $error)
    -		{
    -			$sql  = "DELETE FROM ".MAIN_DB_PREFIX."categorie_account";
    -			$sql .= " WHERE fk_categorie = ".$this->id;
    -			if (!$this->db->query($sql))
    -			{
    -				$this->error=$this->db->lasterror();
    -				dol_syslog("Error sql=".$sql." ".$this->error, LOG_ERR);
    -				$error++;
    -			}
    -		}
    -		if (! $error)
    -		{
    -		    $sql  = "DELETE FROM ".MAIN_DB_PREFIX."bank_class";
    -		    $sql .= " WHERE fk_categ = ".$this->id;
    -		    if (!$this->db->query($sql))
    -		    {
    -		        $this->error=$this->db->lasterror();
    -		        dol_syslog("Error sql=".$sql." ".$this->error, LOG_ERR);
    -		        $error++;
    -		    }
    -		}
     
    -		if (! $error)
    -		{
    -			$sql  = "DELETE FROM ".MAIN_DB_PREFIX."categorie_lang";
    -			$sql .= " WHERE fk_category = ".$this->id;
    -			if (!$this->db->query($sql))
    -			{
    -				$this->error=$this->db->lasterror();
    -				dol_syslog("Error sql=".$sql." ".$this->error, LOG_ERR);
    -				$error++;
    -			}
    -		}
    -
    -		// Delete category
    -		if (! $error)
    -		{
    -			$sql  = "DELETE FROM ".MAIN_DB_PREFIX."categorie";
    -			$sql .= " WHERE rowid = ".$this->id;
    -			if (!$this->db->query($sql))
    -			{
    -				$this->error=$this->db->lasterror();
    -				$error++;
    -			}
    -		}
    +        $arraydelete = array(
    +            'categorie_societe' => 'fk_categorie',
    +            'categorie_fournisseur' => 'fk_categorie',
    +            'categorie_product' => 'fk_categorie',
    +            'categorie_member' => 'fk_categorie',
    +            'categorie_contact' => 'fk_categorie',
    +            'categorie_account' => 'fk_categorie',
    +            'bank_class' => 'fk_categ',
    +            'categorie_lang' => 'fk_category',
    +            'categorie' => 'rowid',
    +        );
    +        foreach ($arraydelete as $key => $value) {
    +            $sql  = "DELETE FROM " . MAIN_DB_PREFIX . $key;
    +            $sql .= " WHERE ".$value." = ".$this->id;
    +            if (!$this->db->query($sql)) {
    +                $this->errors[] = $this->db->lasterror();
    +                dol_syslog("Error sql=".$sql." ".$this->error, LOG_ERR);
    +                $error++;
    +            }
    +        }
     
     		// Removed extrafields
     		if (! $error && empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) // For avoid conflicts if trigger used
    @@ -635,6 +565,7 @@ class Categorie extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Link an object to the category
     	 *
    @@ -644,6 +575,7 @@ class Categorie extends CommonObject
     	 */
     	function add_type($obj, $type)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf;
     
     		$error=0;
    @@ -736,6 +668,7 @@ class Categorie extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Delete object from category
     	 *
    @@ -746,6 +679,7 @@ class Categorie extends CommonObject
     	 */
     	function del_type($obj,$type)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf;
     
     		$error=0;
    @@ -798,7 +732,7 @@ class Categorie extends CommonObject
     	 *
     	 * @param   string     $type       Type of category ('customer', 'supplier', 'contact', 'product', 'member')
     	 * @param   int        $onlyids    Return only ids of objects (consume less memory)
    -	 * @return  mixed                  -1 if KO, array of instance of object if OK
    +	 * @return  array|int              -1 if KO, array of instance of object if OK
     	 * @see containsObject
     	 */
     	function getObjectsInCateg($type, $onlyids=0)
    @@ -959,6 +893,7 @@ class Categorie extends CommonObject
     		return $categories;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return childs of a category
     	 *
    @@ -966,6 +901,7 @@ class Categorie extends CommonObject
     	 */
     	function get_filles()
     	{
    +        // phpcs:enable
     		$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."categorie";
     		$sql.= " WHERE fk_parent = ".$this->id;
     
    @@ -988,6 +924,7 @@ class Categorie extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
     	/**
     	 * 	Load this->motherof that is array(id_son=>id_parent, ...)
     	 *
    @@ -995,6 +932,7 @@ class Categorie extends CommonObject
     	 */
     	private function load_motherof()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$this->motherof=array();
    @@ -1022,6 +960,7 @@ class Categorie extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Rebuilding the category tree as an array
     	 * Return an array of table('id','id_mere',...) trie selon arbre et avec:
    @@ -1039,6 +978,7 @@ class Categorie extends CommonObject
     	 */
     	function get_full_arbo($type, $markafterid=0)
     	{
    +        // phpcs:enable
     	    global $conf, $langs;
     
     		if (! is_numeric($type)) $type = $this->MAP_ID[$type];
    @@ -1113,6 +1053,7 @@ class Categorie extends CommonObject
     		return $this->cats;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	For category id_categ and its childs available in this->cats, define property fullpath and fulllabel
     	 *
    @@ -1122,6 +1063,7 @@ class Categorie extends CommonObject
     	 */
     	function build_path_from_id_categ($id_categ,$protection=1000)
     	{
    +        // phpcs:enable
     		dol_syslog(get_class($this)."::build_path_from_id_categ id_categ=".$id_categ." protection=".$protection, LOG_DEBUG);
     
     		if (! empty($this->cats[$id_categ]['fullpath']))
    @@ -1155,6 +1097,7 @@ class Categorie extends CommonObject
     		return;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Display content of $this->cats
     	 *
    @@ -1162,6 +1105,7 @@ class Categorie extends CommonObject
     	 */
     	function debug_cats()
     	{
    +        // phpcs:enable
     		// Display $this->cats
     		foreach($this->cats as $key => $val)
     		{
    @@ -1176,6 +1120,7 @@ class Categorie extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Returns all categories
     	 *
    @@ -1185,6 +1130,7 @@ class Categorie extends CommonObject
     	 */
     	function get_all_categories($type=null, $parent=false)
     	{
    +        // phpcs:enable
     		if (! is_numeric($type)) $type = $this->MAP_ID[$type];
     
     		$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."categorie";
    @@ -1213,6 +1159,7 @@ class Categorie extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Check if no category with same label already exists for this cat's parent or root and for this cat's type
     	 *
    @@ -1220,6 +1167,7 @@ class Categorie extends CommonObject
     	 */
     	function already_exists()
     	{
    +        // phpcs:enable
     		$type=$this->type;
     
     		if (! is_numeric($type)) $type=$this->MAP_ID[$type];
    @@ -1262,6 +1210,7 @@ class Categorie extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Returns the top level categories (which are not girls)
     	 *
    @@ -1270,9 +1219,11 @@ class Categorie extends CommonObject
     	 */
     	function get_main_categories($type=null)
     	{
    +        // phpcs:enable
     		return $this->get_all_categories($type, true);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Returns the path of the category, with the names of the categories
     	 * separated by $sep (" >> " by default)
    @@ -1284,6 +1235,7 @@ class Categorie extends CommonObject
     	 */
     	function print_all_ways($sep = " &gt;&gt; ", $url='', $nocolor=0)
     	{
    +        // phpcs:enable
     		$ways = array();
     
     		$allways = $this->get_all_ways(); // Load array of categories
    @@ -1330,6 +1282,7 @@ class Categorie extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Returns an array containing the list of parent categories
     	 *
    @@ -1337,6 +1290,7 @@ class Categorie extends CommonObject
     	 */
     	function get_meres()
     	{
    +        // phpcs:enable
     		$parents = array();
     
     		$sql = "SELECT fk_parent FROM ".MAIN_DB_PREFIX."categorie";
    @@ -1364,6 +1318,7 @@ class Categorie extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Returns in a table all possible paths to get to the category
     	 * 	starting with the major categories represented by Tables of categories
    @@ -1372,6 +1327,7 @@ class Categorie extends CommonObject
     	 */
     	function get_all_ways()
     	{
    +        // phpcs:enable
     		$ways = array();
     
     		$parents=$this->get_meres();
    @@ -1578,6 +1534,7 @@ class Categorie extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Deplace fichier uploade sous le nom $files dans le repertoire sdir
     	 *
    @@ -1587,6 +1544,7 @@ class Categorie extends CommonObject
     	 */
     	function add_photo($sdir, $file)
     	{
    +        // phpcs:enable
     		require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     
     		$dir = $sdir .'/'. get_exdir($this->id,2,0,0,$this,'category') . $this->id ."/";
    @@ -1627,6 +1585,7 @@ class Categorie extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Return tableau de toutes les photos de la categorie
     	 *
    @@ -1636,6 +1595,7 @@ class Categorie extends CommonObject
     	 */
     	function liste_photos($dir,$nbmax=0)
     	{
    +        // phpcs:enable
     		include_once DOL_DOCUMENT_ROOT .'/core/lib/files.lib.php';
     
     		$nbphoto=0;
    @@ -1682,6 +1642,7 @@ class Categorie extends CommonObject
     		return $tabobj;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Efface la photo de la categorie et sa vignette
     	 *
    @@ -1690,6 +1651,7 @@ class Categorie extends CommonObject
     	 */
     	function delete_photo($file)
     	{
    +        // phpcs:enable
             require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     
     	    $dir = dirname($file).'/'; // Chemin du dossier contenant l'image d'origine
    @@ -1710,6 +1672,7 @@ class Categorie extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load size of image file
     	 *
    @@ -1718,6 +1681,7 @@ class Categorie extends CommonObject
     	 */
     	function get_image_size($file)
     	{
    +        // phpcs:enable
     		$infoImg = getimagesize($file); // Recuperation des infos de l'image
     		$this->imgWidth = $infoImg[0]; // Largeur de l'image
     		$this->imgHeight = $infoImg[1]; // Hauteur de l'image
    diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php
    index e634da4fe80..316a21892af 100644
    --- a/htdocs/categories/index.php
    +++ b/htdocs/categories/index.php
    @@ -65,8 +65,11 @@ $arrayofcss=array('/includes/jquery/plugins/jquerytreeview/jquery.treeview.css')
     
     llxHeader('',$title,'','',0,0,$arrayofjs,$arrayofcss);
     
    +$newcardbutton = '<a class="butActionNew" href="'.DOL_URL_ROOT.'/categories/card.php?action=create&type='.$type.'&backtopage='.urlencode($_SERVER["PHP_SELF"].'?type='.$type).'"><span class="valignmiddle">'.$langs->trans("NewCategory").'</span>';
    +$newcardbutton.= '<span class="fa fa-plus-circle valignmiddle"></span>';
    +$newcardbutton.= '</a>';
     
    -print load_fiche_titre($title);
    +print load_fiche_titre($title, $newcardbutton);
     
     //print '<table border="0" width="100%" class="notopnoleftnoright">';
     //print '<tr><td valign="top" width="30%" class="notopnoleft">';
    @@ -79,6 +82,8 @@ print '<div class="fichecenter"><div class="fichethirdleft">';
     print '<form method="post" action="index.php?type='.$type.'">';
     print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
     print '<input type="hidden" name="type" value="'.$type.'">';
    +
    +
     print '<table class="noborder nohover" width="100%">';
     print '<tr class="liste_titre">';
     print '<td colspan="3">'.$langs->trans("Search").'</td>';
    @@ -170,6 +175,8 @@ foreach($fulltree as $key => $val)
     }
     
     
    +//print_barre_liste('', 0, $_SERVER["PHP_SELF"], '', '', '', '', 0, 0, '', 0, $newcardbutton, '', 0, 1, 1);
    +
     print '<table class="liste nohover" width="100%">';
     print '<tr class="liste_titre"><td>'.$langs->trans("Categories").'</td><td></td><td align="right">';
     if (! empty($conf->use_javascript_ajax))
    diff --git a/htdocs/collab/index.php b/htdocs/collab/index.php
    index d7d5e9a8bbd..e7b2ab51d7c 100644
    --- a/htdocs/collab/index.php
    +++ b/htdocs/collab/index.php
    @@ -28,9 +28,8 @@ require '../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     
    -$langs->load("admin");
    -$langs->load("other");
    -$langs->load("website");
    +// Load translation files required by the page
    +$langs->loadLangs(array("admin","other","website"));
     
     if (! $user->admin) accessforbidden();
     
    diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php
    index e63d09afcb7..fd0a4a2b430 100644
    --- a/htdocs/comm/action/card.php
    +++ b/htdocs/comm/action/card.php
    @@ -6,7 +6,8 @@
      * Copyright (C) 2010-2013 Juanjo Menent        <jmenent@2byte.es>
      * Copyright (C) 2013      Florian Henry        <florian.henry@open-concept.pro>
      * Copyright (C) 2014      Cedric GROSS         <c.gross@kreiz-it.fr>
    - * Copyright (C) 2015	   Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2015       Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formactions.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php';
     require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/projet/class/task.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formprojet.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
     
    @@ -250,6 +252,19 @@ if ($action == 'add')
     			}
     		}
     		$object->fk_project = isset($_POST["projectid"])?$_POST["projectid"]:0;
    +		
    +		$taskid = GETPOST('taskid','int');
    +		if(!empty($taskid)){
    +		    
    +		    $taskProject = new Task($db);
    +		    if($taskProject->fetch($taskid)>0){
    +		        $object->fk_project = $taskProject->fk_project;
    +		    }
    +		    
    +		    $object->fk_element = $taskid;
    +		    $object->elementtype = 'task';
    +		}
    +		
     		$object->datep = $datep;
     		$object->datef = $datef;
     		$object->percentage = $percentage;
    @@ -689,9 +704,13 @@ if ($action == 'create')
     	$datep=($datep?$datep:$object->datep);
     	if (GETPOST('datep','int',1)) $datep=dol_stringtotime(GETPOST('datep','int',1),0);
     	print '<tr><td class="nowrap"><span class="fieldrequired">'.$langs->trans("DateActionStart").'</span></td><td>';
    -	if (GETPOST("afaire") == 1) $form->select_date($datep,'ap',1,1,0,"action",1,1,0,0,'fulldayend');
    -	else if (GETPOST("afaire") == 2) $form->select_date($datep,'ap',1,1,1,"action",1,1,0,0,'fulldayend');
    -	else $form->select_date($datep,'ap',1,1,1,"action",1,1,0,0,'fulldaystart');
    +	if (GETPOST("afaire") == 1) {
    +        print $form->selectDate($datep, 'ap', 1, 1, 0, "action", 1, 1, 0, 'fulldayend');
    +    } elseif (GETPOST("afaire") == 2) {
    +        print $form->selectDate($datep, 'ap', 1, 1, 1, "action", 1, 1, 0, 'fulldayend');
    +    } else {
    +        print $form->selectDate($datep, 'ap', 1, 1, 1, "action", 1, 1, 0, 'fulldaystart');
    +    }
     	print '</td></tr>';
     
     	// Date end
    @@ -702,12 +721,17 @@ if ($action == 'create')
     		$datef=dol_time_plus_duree($datep, $conf->global->AGENDA_AUTOSET_END_DATE_WITH_DELTA_HOURS, 'h');
     	}
     	print '<tr><td><span id="dateend"'.(GETPOST("actioncode") == 'AC_RDV'?' class="fieldrequired"':'').'>'.$langs->trans("DateActionEnd").'</span></td><td>';
    -	if (GETPOST("afaire") == 1) $form->select_date($datef,'p2',1,1,1,"action",1,1,0,0,'fulldayend');
    -	else if (GETPOST("afaire") == 2) $form->select_date($datef,'p2',1,1,1,"action",1,1,0,0,'fulldayend');
    -	else $form->select_date($datef,'p2',1,1,1,"action",1,1,0,0,'fulldayend');
    +	if (GETPOST("afaire") == 1) {
    +        print $form->selectDate($datef, 'p2', 1, 1, 1, "action", 1, 1, 0, 'fulldayend');
    +    } elseif (GETPOST("afaire") == 2) {
    +        print $form->selectDate($datef, 'p2', 1, 1, 1, "action", 1, 1, 0, 'fulldayend');
    +    } else {
    +        print $form->selectDate($datef, 'p2', 1, 1, 1, "action", 1, 1, 0, 'fulldayend');
    +    }
     	print '</td></tr>';
     
    -	$userepeatevent=($conf->global->MAIN_FEATURES_LEVEL == 2 ? 1 : 0);	// Dev in progress
    +    // Dev in progress
    +	$userepeatevent=($conf->global->MAIN_FEATURES_LEVEL == 2 ? 1 : 0);
     	if ($userepeatevent)
     	{
     		// Repeat
    @@ -866,11 +890,38 @@ if ($action == 'create')
     	{
     		// Projet associe
     		$langs->load("projects");
    +		
    +		$projectid = GETPOST('projectid', 'int');
     
    -		print '<tr><td class="titlefieldcreate">'.$langs->trans("Project").'</td><td>';
    +		print '<tr><td class="titlefieldcreate">'.$langs->trans("Project").'</td><td id="project-input-container" >';
     
    -		$numproject=$formproject->select_projects((! empty($societe->id)?$societe->id:-1), GETPOST("projectid")?GETPOST("projectid"):'', 'projectid', 0, 0, 1, 1);
    +		$numproject=$formproject->select_projects((! empty($societe->id)?$societe->id:-1), $projectid, 'projectid', 0, 0, 1, 1);
    +		
     		print ' &nbsp; <a href="'.DOL_URL_ROOT.'/projet/card.php?socid='.$societe->id.'&action=create">'.$langs->trans("AddProject").'</a>';
    +		$urloption='?action=create';
    +		$url = dol_buildpath('comm/action/card.php',2).$urloption;
    +		
    +		// update task list
    +		print "\n".'<script type="text/javascript">';
    +		print '$(document).ready(function () {
    +	               $("#projectid").change(function () {
    +                        var url = "'.$url.'&projectid="+$("#projectid").val();
    +                        $.get(url, function(data) {
    +                            console.log($( data ).find("#taskid").html());
    +                            if (data) $("#taskid").html( $( data ).find("#taskid").html() ).select2();
    +                        })
    +                  });
    +               })';
    +		print '</script>'."\n";
    +		
    +		print '</td></tr>';
    +		
    +		print '<tr><td class="titlefieldcreate">'.$langs->trans("Task").'</td><td id="project-task-input-container" >';
    +		
    +		$projectsListId=false;
    +		if(!empty($projectid)){ $projectsListId=$projectid; }
    +		$tid=GETPOST("projecttaskid")?GETPOST("projecttaskid"):'';
    +		$formproject->selectTasks((! empty($societe->id)?$societe->id:-1), $tid, 'taskid', 24, 0, '1', 1, 0, 0, 'maxwidth500',$projectsListId);
     		print '</td></tr>';
     	}
     	if (!empty($origin) && !empty($originid))
    @@ -1057,30 +1108,38 @@ if ($id > 0)
     
     		// Date start
     		print '<tr><td class="nowrap"><span class="fieldrequired">'.$langs->trans("DateActionStart").'</span></td><td colspan="3">';
    -		if (GETPOST("afaire") == 1) $form->select_date($datep?$datep:$object->datep,'ap',1,1,0,"action",1,1,0,0,'fulldaystart');
    -		else if (GETPOST("afaire") == 2) $form->select_date($datep?$datep:$object->datep,'ap',1,1,1,"action",1,1,0,0,'fulldaystart');
    -		else $form->select_date($datep?$datep:$object->datep,'ap',1,1,1,"action",1,1,0,0,'fulldaystart');
    +		if (GETPOST("afaire") == 1) {
    +            print $form->selectDate($datep?$datep:$object->datep, 'ap', 1, 1, 0, "action", 1, 1, 0, 'fulldaystart');
    +        } elseif (GETPOST("afaire") == 2) {
    +            print $form->selectDate($datep?$datep:$object->datep, 'ap', 1, 1, 1, "action", 1, 1, 0, 'fulldaystart');
    +        } else {
    +            print $form->selectDate($datep?$datep:$object->datep, 'ap', 1, 1, 1, "action", 1, 1, 0, 'fulldaystart');
    +        }
     		print '</td></tr>';
     		// Date end
     		print '<tr><td>'.$langs->trans("DateActionEnd").'</td><td colspan="3">';
    -		if (GETPOST("afaire") == 1) $form->select_date($datef?$datef:$object->datef,'p2',1,1,1,"action",1,1,0,0,'fulldayend');
    -		else if (GETPOST("afaire") == 2) $form->select_date($datef?$datef:$object->datef,'p2',1,1,1,"action",1,1,0,0,'fulldayend');
    -		//else $form->select_date($datef?$datef:$object->datef,'p2',1,1,1,"action",1,1,0,0,'fulldayend','ap');
    -		else $form->select_date($datef?$datef:$object->datef,'p2',1,1,1,"action",1,1,0,0,'fulldayend');
    +		if (GETPOST("afaire") == 1) {
    +            print $form->selectDate($datef?$datef:$object->datef, 'p2', 1, 1, 1, "action", 1, 1, 0, 'fulldayend');
    +        } elseif (GETPOST("afaire") == 2) {
    +            print $form->selectDate($datef?$datef:$object->datef,'p2', 1, 1, 1, "action", 1, 1, 0, 'fulldayend');
    +        } else {
    +            print $form->selectDate($datef?$datef:$object->datef,'p2', 1, 1, 1, "action", 1, 1, 0, 'fulldayend');
    +        }
     		print '</td></tr>';
     
    -		$userepeatevent=($conf->global->MAIN_FEATURES_LEVEL == 2 ? 1 : 0);	// Dev in progress
    +        // Dev in progress
    +		$userepeatevent=($conf->global->MAIN_FEATURES_LEVEL == 2 ? 1 : 0);
     		if ($userepeatevent)
     		{
     			// Repeat
     			print '<tr><td>'.$langs->trans("RepeatEvent").'</td><td colspan="3">';
     			print '<input type="hidden" name="recurid" value="'.$object->recurid.'">';
    -			$arrayrecurrulefreq=array(
    -					'no'=>$langs->trans("No"),
    -					'MONTHLY'=>$langs->trans("EveryMonth"),
    -					'WEEKLY'=>$langs->trans("EveryWeek"),
    -					//'DAYLY'=>$langs->trans("EveryDay")
    -					);
    +			$arrayrecurrulefreq = array(
    +				'no'=>$langs->trans("No"),
    +				'MONTHLY'=>$langs->trans("EveryMonth"),
    +				'WEEKLY'=>$langs->trans("EveryWeek"),
    +				//'DAYLY'=>$langs->trans("EveryDay"),
    +			);
     			$selectedrecurrulefreq='no';
     			$selectedrecurrulebymonthday='';
     			$selectedrecurrulebyday='';
    @@ -1250,8 +1309,44 @@ if ($id > 0)
     		if (! empty($object->fk_element) && ! empty($object->elementtype))
     		{
     			include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    -			print '<tr><td>'.$langs->trans("LinkedObject").'</td>';
    -			print '<td>'.dolGetElementUrl($object->fk_element,$object->elementtype,1).'</td></tr>';
    +            print '<tr>';
    +			print '<td>'.$langs->trans("LinkedObject").'</td>';
    +			
    +			if ($object->elementtype == 'task' && ! empty($conf->projet->enabled))
    +			{
    +			    print '<td id="project-task-input-container" >';
    +			    
    +			    $urloption='?action=create'; // we use create not edit for more flexibility
    +			    $url = DOL_URL_ROOT.'/comm/action/card.php'.$urloption;
    +			    
    +			    // update task list
    +			    print "\n".'<script type="text/javascript" >';
    +			    print '$(document).ready(function () {
    +	               $("#projectid").change(function () {
    +                        var url = "'.$url.'&projectid="+$("#projectid").val();
    +                        $.get(url, function(data) {
    +                            console.log($( data ).find("#fk_element").html());
    +                            if (data) $("#fk_element").html( $( data ).find("#taskid").html() ).select2();
    +                        })
    +                  });
    +               })';
    +			    print '</script>'."\n";
    +			    
    +			    $formproject->selectTasks((! empty($societe->id)?$societe->id:-1), $object->fk_element, 'fk_element', 24, 0, 0, 1, 0, 0, 'maxwidth500',$object->fk_project);
    +			    print '<input type="hidden" name="elementtype" value="'.$object->elementtype.'">';
    +			    
    +			    print '</td>';
    +			}
    +			else
    +			{
    +			    print '<td>';
    +			    print dolGetElementUrl($object->fk_element,$object->elementtype,1);
    +			    print '<input type="hidden" name="fk_element" value="'.$object->fk_element.'">';
    +			    print '<input type="hidden" name="elementtype" value="'.$object->elementtype.'">';
    +			    print '</td>';
    +			}
    +			
    +			print '</tr>';
     		}
     
             // Description
    @@ -1610,7 +1705,7 @@ if ($id > 0)
     	        $delallowed=$user->rights->agenda->myactions->create;
     
     
    -            print $formfile->showdocuments('agenda',$object->id,$filedir,$urlsource,$genallowed,$delallowed,'',0,0,0,0,0,'','','',$object->default_lang);
    +            print $formfile->showdocuments('actions',$object->id,$filedir,$urlsource,$genallowed,$delallowed,'',0,0,0,0,0,'','','',$object->default_lang);
     
     			print '</div><div class="fichehalfright"><div class="ficheaddleft">';
     
    diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
    index 42c884fa8b3..c175ad900ea 100644
    --- a/htdocs/comm/action/class/actioncomm.class.php
    +++ b/htdocs/comm/action/class/actioncomm.class.php
    @@ -35,24 +35,28 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
     class ActionComm extends CommonObject
     {
         /**
    -	 * @var string ID to identify managed object
    -	 */
    -	public $element='action';
    -    
    +     * @var string ID to identify managed object
    +     */
    +    public $element='action';
    +
         /**
          * @var string Name of table without prefix where object is stored
          */
         public $table_element = 'actioncomm';
    -	
    +
         public $table_rowid = 'id';
    -    public $picto='action';
    -    
    +
    +    /**
    +     * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +     */
    +    public $picto = 'action';
    +
         /**
          * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
          * @var int
          */
         public $ismultientitymanaged = 1;
    -    
    +
         /**
          * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user, 2=Same than 1 but accept record if fksoc is empty
          * @var integer
    @@ -63,7 +67,7 @@ class ActionComm extends CommonObject
          * Id of the event
          * @var int
          */
    -	public $id;
    +	  public $id;
     
         /**
          * Id of the event. Use $id as possible
    @@ -78,7 +82,7 @@ class ActionComm extends CommonObject
         var $code;			// Free code to identify action. Ie: Agenda trigger add here AC_TRIGGERNAME ('AC_COMPANY_CREATE', 'AC_PROPAL_VALIDATE', ...)
     
         /**
    -     * @var string proper name for given parameter
    +     * @var string Agenda event label
          */
         public $label;
     
    @@ -437,7 +441,6 @@ class ActionComm extends CommonObject
                 $this->error=$this->db->lasterror();
                 return -1;
             }
    -
         }
     
     	/**
    @@ -648,7 +651,6 @@ class ActionComm extends CommonObject
             }
     
             return $num;
    -
         }
     
     	/**
    @@ -696,6 +698,7 @@ class ActionComm extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Initialize this->userassigned array with list of id of user assigned to event
          *
    @@ -703,6 +706,7 @@ class ActionComm extends CommonObject
          */
         function fetch_userassigned()
         {
    +        // phpcs:enable
             $sql ="SELECT fk_actioncomm, element_type, fk_element, answer_status, mandatory, transparency";
     		$sql.=" FROM ".MAIN_DB_PREFIX."actioncomm_resources";
     		$sql.=" WHERE element_type = 'user' AND fk_actioncomm = ".$this->id;
    @@ -1018,6 +1022,7 @@ class ActionComm extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Load indicators for dashboard (this->nbtodo and this->nbtodolate)
          *
    @@ -1027,7 +1032,8 @@ class ActionComm extends CommonObject
          */
         function load_board($user, $load_state_board=0)
         {
    -    	global $conf, $langs;
    +        // phpcs:enable
    +        global $conf, $langs;
     
         	if(empty($load_state_board)) $sql = "SELECT a.id, a.datep as dp";
         	else {
    @@ -1142,6 +1148,7 @@ class ActionComm extends CommonObject
             return $this->LibStatut($this->percentage,$mode,$hidenastatus,$this->datep);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *		Return label of action status
          *
    @@ -1153,63 +1160,64 @@ class ActionComm extends CommonObject
          */
         function LibStatut($percent,$mode,$hidenastatus=0,$datestart='')
         {
    +        // phpcs:enable
             global $langs;
     
             if ($mode == 0)
             {
             	if ($percent==-1 && ! $hidenastatus) return $langs->trans('StatusNotApplicable');
    -        	else if ($percent==0) return $langs->trans('StatusActionToDo').' (0%)';
    -        	else if ($percent > 0 && $percent < 100) return $langs->trans('StatusActionInProcess').' ('.$percent.'%)';
    -        	else if ($percent >= 100) return $langs->trans('StatusActionDone').' (100%)';
    +        	elseif ($percent==0) return $langs->trans('StatusActionToDo').' (0%)';
    +        	elseif ($percent > 0 && $percent < 100) return $langs->trans('StatusActionInProcess').' ('.$percent.'%)';
    +        	elseif ($percent >= 100) return $langs->trans('StatusActionDone').' (100%)';
             }
    -        else if ($mode == 1)
    +        elseif ($mode == 1)
             {
             	if ($percent==-1 && ! $hidenastatus) return $langs->trans('StatusNotApplicable');
    -        	else if ($percent==0) return $langs->trans('StatusActionToDo');
    -        	else if ($percent > 0 && $percent < 100) return $percent.'%';
    -        	else if ($percent >= 100) return $langs->trans('StatusActionDone');
    +        	elseif ($percent==0) return $langs->trans('StatusActionToDo');
    +        	elseif ($percent > 0 && $percent < 100) return $percent.'%';
    +        	elseif ($percent >= 100) return $langs->trans('StatusActionDone');
             }
    -        else if ($mode == 2)
    +        elseif ($mode == 2)
             {
             	if ($percent==-1 && ! $hidenastatus) return img_picto($langs->trans('StatusNotApplicable'),'statut9').' '.$langs->trans('StatusNotApplicable');
    -        	else if ($percent==0) return img_picto($langs->trans('StatusActionToDo'),'statut1').' '.$langs->trans('StatusActionToDo');
    -        	else if ($percent > 0 && $percent < 100) return img_picto($langs->trans('StatusActionInProcess'),'statut3').' '. $percent.'%';
    -        	else if ($percent >= 100) return img_picto($langs->trans('StatusActionDone'),'statut6').' '.$langs->trans('StatusActionDone');
    +        	elseif ($percent==0) return img_picto($langs->trans('StatusActionToDo'),'statut1').' '.$langs->trans('StatusActionToDo');
    +        	elseif ($percent > 0 && $percent < 100) return img_picto($langs->trans('StatusActionInProcess'),'statut3').' '. $percent.'%';
    +        	elseif ($percent >= 100) return img_picto($langs->trans('StatusActionDone'),'statut6').' '.$langs->trans('StatusActionDone');
             }
    -        else if ($mode == 3)
    +        elseif ($mode == 3)
             {
             	if ($percent==-1 && ! $hidenastatus) return img_picto($langs->trans("Status").': '.$langs->trans('StatusNotApplicable'),'statut9');
    -        	else if ($percent==0) return img_picto($langs->trans("Status").': '.$langs->trans('StatusActionToDo').' (0%)','statut1');
    -        	else if ($percent > 0 && $percent < 100) return img_picto($langs->trans("Status").': '.$langs->trans('StatusActionInProcess').' ('.$percent.'%)','statut3');
    -        	else if ($percent >= 100) return img_picto($langs->trans("Status").': '.$langs->trans('StatusActionDone').' (100%)','statut6');
    +        	elseif ($percent==0) return img_picto($langs->trans("Status").': '.$langs->trans('StatusActionToDo').' (0%)','statut1');
    +        	elseif ($percent > 0 && $percent < 100) return img_picto($langs->trans("Status").': '.$langs->trans('StatusActionInProcess').' ('.$percent.'%)','statut3');
    +        	elseif ($percent >= 100) return img_picto($langs->trans("Status").': '.$langs->trans('StatusActionDone').' (100%)','statut6');
             }
    -        else if ($mode == 4)
    +        elseif ($mode == 4)
             {
             	if ($percent==-1 && ! $hidenastatus) return img_picto($langs->trans('StatusNotApplicable'),'statut9').' '.$langs->trans('StatusNotApplicable');
    -        	else if ($percent==0) return img_picto($langs->trans('StatusActionToDo'),'statut1').' '.$langs->trans('StatusActionToDo').' (0%)';
    -        	else if ($percent > 0 && $percent < 100) return img_picto($langs->trans('StatusActionInProcess'),'statut3').' '.$langs->trans('StatusActionInProcess').' ('.$percent.'%)';
    -        	else if ($percent >= 100) return img_picto($langs->trans('StatusActionDone'),'statut6').' '.$langs->trans('StatusActionDone').' (100%)';
    +        	elseif ($percent==0) return img_picto($langs->trans('StatusActionToDo'),'statut1').' '.$langs->trans('StatusActionToDo').' (0%)';
    +        	elseif ($percent > 0 && $percent < 100) return img_picto($langs->trans('StatusActionInProcess'),'statut3').' '.$langs->trans('StatusActionInProcess').' ('.$percent.'%)';
    +        	elseif ($percent >= 100) return img_picto($langs->trans('StatusActionDone'),'statut6').' '.$langs->trans('StatusActionDone').' (100%)';
             }
    -        else if ($mode == 5)
    +        elseif ($mode == 5)
             {
             	if ($percent==-1 && ! $hidenastatus) return img_picto($langs->trans('StatusNotApplicable'),'statut9');
    -        	else if ($percent==0) return '0% '.img_picto($langs->trans('StatusActionToDo'),'statut1');
    -        	else if ($percent > 0 && $percent < 100) return $percent.'% '.img_picto($langs->trans('StatusActionInProcess').' - '.$percent.'%','statut3');
    -        	else if ($percent >= 100) return $langs->trans('StatusActionDone').' '.img_picto($langs->trans('StatusActionDone'),'statut6');
    +        	elseif ($percent==0) return '0% '.img_picto($langs->trans('StatusActionToDo'),'statut1');
    +        	elseif ($percent > 0 && $percent < 100) return $percent.'% '.img_picto($langs->trans('StatusActionInProcess').' - '.$percent.'%','statut3');
    +        	elseif ($percent >= 100) return $langs->trans('StatusActionDone').' '.img_picto($langs->trans('StatusActionDone'),'statut6');
             }
    -        else if ($mode == 6)
    +        elseif ($mode == 6)
             {
             	if ($percent==-1 && ! $hidenastatus) return $langs->trans('StatusNotApplicable').' '.img_picto($langs->trans('StatusNotApplicable'),'statut9');
    -        	else if ($percent==0) return $langs->trans('StatusActionToDo').' (0%) '.img_picto($langs->trans('StatusActionToDo'),'statut1');
    -        	else if ($percent > 0 && $percent < 100) return $langs->trans('StatusActionInProcess').' ('.$percent.'%) '.img_picto($langs->trans('StatusActionInProcess').' - '.$percent.'%','statut3');
    -        	else if ($percent >= 100) return $langs->trans('StatusActionDone').' (100%) '.img_picto($langs->trans('StatusActionDone'),'statut6');
    +        	elseif ($percent==0) return $langs->trans('StatusActionToDo').' (0%) '.img_picto($langs->trans('StatusActionToDo'),'statut1');
    +        	elseif ($percent > 0 && $percent < 100) return $langs->trans('StatusActionInProcess').' ('.$percent.'%) '.img_picto($langs->trans('StatusActionInProcess').' - '.$percent.'%','statut3');
    +        	elseif ($percent >= 100) return $langs->trans('StatusActionDone').' (100%) '.img_picto($langs->trans('StatusActionDone'),'statut6');
             }
    -        else if ($mode == 7)
    +        elseif ($mode == 7)
             {
                 if ($percent==-1 && ! $hidenastatus) return img_picto($langs->trans('StatusNotApplicable'),'statut9');
    -            else if ($percent==0) return '0% '.img_picto($langs->trans('StatusActionToDo'),'statut1');
    -            else if ($percent > 0 && $percent < 100) return $percent.'% '.img_picto($langs->trans('StatusActionInProcess').' - '.$percent.'%','statut3');
    -            else if ($percent >= 100) return img_picto($langs->trans('StatusActionDone'),'statut6');
    +            elseif ($percent==0) return '0% '.img_picto($langs->trans('StatusActionToDo'),'statut1');
    +            elseif ($percent > 0 && $percent < 100) return $percent.'% '.img_picto($langs->trans('StatusActionInProcess').' - '.$percent.'%','statut3');
    +            elseif ($percent >= 100) return img_picto($langs->trans('StatusActionDone'),'statut6');
             }
     
             return '';
    @@ -1350,6 +1358,7 @@ class ActionComm extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *		Export events from database into a cal file.
          *
    @@ -1362,6 +1371,7 @@ class ActionComm extends CommonObject
          */
         function build_exportfile($format,$type,$cachedelay,$filename,$filters)
         {
    +        // phpcs:enable
             global $conf,$langs,$dolibarr_main_url_root,$mysoc;
     
             require_once DOL_DOCUMENT_ROOT ."/core/lib/xcal.lib.php";
    @@ -1554,8 +1564,8 @@ class ActionComm extends CommonObject
     
                 // Write file
                 if ($format == 'vcal') $result=build_calfile($format,$title,$desc,$eventarray,$outputfiletmp);
    -            if ($format == 'ical') $result=build_calfile($format,$title,$desc,$eventarray,$outputfiletmp);
    -            if ($format == 'rss')  $result=build_rssfile($format,$title,$desc,$eventarray,$outputfiletmp);
    +            elseif ($format == 'ical') $result=build_calfile($format,$title,$desc,$eventarray,$outputfiletmp);
    +            elseif ($format == 'rss')  $result=build_rssfile($format,$title,$desc,$eventarray,$outputfiletmp);
     
                 if ($result >= 0)
                 {
    @@ -1680,8 +1690,6 @@ class ActionComm extends CommonObject
     
     		// 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);
    @@ -1690,5 +1698,4 @@ class ActionComm extends CommonObject
     
         	return $error;
         }
    -
     }
    diff --git a/htdocs/comm/action/class/actioncommreminder.class.php b/htdocs/comm/action/class/actioncommreminder.class.php
    index ce32234be56..6631d0e375d 100644
    --- a/htdocs/comm/action/class/actioncommreminder.class.php
    +++ b/htdocs/comm/action/class/actioncommreminder.class.php
    @@ -34,17 +34,17 @@ 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
     	 */
    @@ -81,13 +81,28 @@ class ActionCommReminder extends CommonObject
     		'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')),
     	);
    +
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
    +
     	public $dateremind;
     	public $typeremind;
    +
    +	/**
    +	 * @var int User ID
    +	 */
     	public $fk_user;
    +
     	public $offsetvalue;
     	public $offsetunit;
    +
    +	/**
    +	 * @var int Status
    +	 */
     	public $status;
    +
     	// END MODULEBUILDER PROPERTIES
     
     
    @@ -168,6 +183,7 @@ class ActionCommReminder extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return the status
     	 *
    @@ -177,43 +193,38 @@ class ActionCommReminder extends CommonObject
     	 */
     	static function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
    -		if ($mode == 0)
    -		{
    -			$prefix='';
    -			if ($status == 1) return $langs->trans('Done');
    -			if ($status == 0) return $langs->trans('ToDo');
    -		}
    -		if ($mode == 1)
    +		if ($mode == 0 || $mode == 1)
     		{
     			if ($status == 1) return $langs->trans('Done');
    -			if ($status == 0) return $langs->trans('ToDo');
    +			elseif ($status == 0) return $langs->trans('ToDo');
     		}
    -		if ($mode == 2)
    +		elseif ($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');
    +			elseif ($status == 0) return img_picto($langs->trans('ToDo'),'statut5').' '.$langs->trans('ToDo');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 1) return img_picto($langs->trans('Done'),'statut4');
    -			if ($status == 0) return img_picto($langs->trans('ToDo'),'statut5');
    +			elseif ($status == 0) return img_picto($langs->trans('ToDo'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($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');
    +			elseif ($status == 0) return img_picto($langs->trans('ToDo'),'statut5').' '.$langs->trans('ToDo');
     		}
    -		if ($mode == 5)
    +		elseif ($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');
    +			elseif ($status == 0) return $langs->trans('ToDo').' '.img_picto($langs->trans('ToDo'),'statut5');
     		}
    -		if ($mode == 6)
    +		elseif ($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');
    +			elseif ($status == 0) return $langs->trans('ToDo').' '.img_picto($langs->trans('ToDo'),'statut5');
     		}
     	}
     
    @@ -227,6 +238,4 @@ class ActionCommReminder extends CommonObject
     	{
     		$this->initAsSpecimenCommon();
     	}
    -
     }
    -
    diff --git a/htdocs/comm/action/class/api_agendaevents.class.php b/htdocs/comm/action/class/api_agendaevents.class.php
    index e5818a9f462..677e477cd89 100644
    --- a/htdocs/comm/action/class/api_agendaevents.class.php
    +++ b/htdocs/comm/action/class/api_agendaevents.class.php
    @@ -219,7 +219,7 @@ class AgendaEvents extends DolibarrApi
     
     
         /**
    -     * Update Agenda Event general fields (won't touch lines of expensereport)
    +     * Update Agenda Event general fields
          *
          * @param int   $id             Id of Agenda Event to update
          * @param array $request_data   Datas
    @@ -236,20 +236,20 @@ class AgendaEvents extends DolibarrApi
     		      throw new RestException(401, "Insuffisant rights to create an Agenda Event for owner id ".$request_data['userownerid'].' Your id is '.DolibarrApiAccess::$user->id);
     		  }
     
    -        $result = $this->expensereport->fetch($id);
    +        $result = $this->actioncomm->fetch($id);
             if ( ! $result ) {
    -            throw new RestException(404, 'expensereport not found');
    +            throw new RestException(404, 'actioncomm not found');
             }
     
    -		if ( ! DolibarrApi::_checkAccessToResource('expensereport',$this->expensereport->id)) {
    +		if ( ! DolibarrApi::_checkAccessToResource('actioncomm',$this->actioncomm->id)) {
     			throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
     		}
             foreach($request_data as $field => $value) {
                 if ($field == 'id') continue;
    -            $this->expensereport->$field = $value;
    +            $this->actioncomm->$field = $value;
             }
     
    -        if ($this->expensereport->update($id, DolibarrApiAccess::$user,1,'','','update'))
    +        if ($this->actioncomm->update($id, DolibarrApiAccess::$user,1,'','','update'))
                 return $this->get($id);
     
             return false;
    @@ -293,7 +293,6 @@ class AgendaEvents extends DolibarrApi
                     'message' => 'Agenda Event deleted'
                 )
             );
    -
         }
     
         /**
    diff --git a/htdocs/comm/action/class/cactioncomm.class.php b/htdocs/comm/action/class/cactioncomm.class.php
    index cdccca9968b..d6c25f6d4c1 100644
    --- a/htdocs/comm/action/class/cactioncomm.class.php
    +++ b/htdocs/comm/action/class/cactioncomm.class.php
    @@ -24,7 +24,7 @@
     
     
     /**
    - *		Class to manage different types of events
    + *      Class to manage different types of events
      */
     class CActionComm
     {
    @@ -32,7 +32,7 @@ class CActionComm
          * @var string Error code (or message)
          */
         public $error='';
    -	
    +
         /**
          * @var DoliDB Database handler.
          */
    @@ -43,20 +43,24 @@ class CActionComm
          */
         public $id;
     
    -    var $code;
    -    var $type;
    -    var $libelle;       // deprecated
    -    
    +    public $code;
    +    public $type;
    +    public $libelle;       // deprecated
    +
         /**
    -     * @var string proper name for given parameter
    +     * @var string Type of agenda event label
          */
         public $label;
    -    
    -    var $active;
    -    var $color;
    -    var $picto;
     
    -    var $type_actions=array();
    +    public $active;
    +    public $color;
    +
    +    /**
    +     * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +     */
    +    public $picto;
    +
    +    public $type_actions=array();
     
     
         /**
    @@ -114,6 +118,7 @@ class CActionComm
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return list of event types: array(id=>label) or array(code=>label)
          *
    @@ -127,6 +132,7 @@ class CActionComm
          */
         function liste_array($active='',$idorcode='id',$excludetype='',$onlyautoornot=0, $morefilter='', $shortlabel=0)
         {
    +        // phpcs:enable
             global $langs,$conf;
             $langs->load("commercial");
     
    @@ -225,5 +231,4 @@ class CActionComm
             $transcode=$langs->trans("Action".$this->code);
             if ($transcode != "Action".$this->code) return $transcode;
         }
    -
     }
    diff --git a/htdocs/comm/action/class/ical.class.php b/htdocs/comm/action/class/ical.class.php
    index 708b52c9151..d3c2070d321 100644
    --- a/htdocs/comm/action/class/ical.class.php
    +++ b/htdocs/comm/action/class/ical.class.php
    @@ -27,7 +27,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/xcal.lib.php';
     
     
     /**
    - *		Class to read/parse ICal calendars
    + *  Class to read/parse ICal calendars
      */
     class ICal
     {
    @@ -39,15 +39,15 @@ class ICal
         var $last_key; //Help variable save last key (multiline string)
     
     
    -	/**
    -	 * Constructor
    -	 */
    -	public function __construct()
    -	{
    +    /**
    +     * Constructor
    +     */
    +    public function __construct()
    +    {
    +    }
     
    -	}
    -
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          * Read text file, icalender text file
          *
          * @param 	string 	$file		File
    @@ -55,6 +55,7 @@ class ICal
          */
         function read_file($file)
         {
    +        // phpcs:enable
             $this->file = $file;
             $file_text='';
     
    @@ -67,6 +68,7 @@ class ICal
             return $file_text; // return all text
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Returns the number of calendar events
          *
    @@ -74,9 +76,11 @@ class ICal
          */
         function get_event_count()
         {
    +        // phpcs:enable
             return $this->event_count;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Returns the number of to do
          *
    @@ -84,6 +88,7 @@ class ICal
          */
         function get_todo_count()
         {
    +        // phpcs:enable
             return $this->todo_count;
         }
     
    @@ -195,6 +200,7 @@ class ICal
             return $this->cal;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Add to $this->ical array one value and key.
          *
    @@ -205,6 +211,7 @@ class ICal
          */
         function add_to_array($type, $key, $value)
         {
    +        // phpcs:enable
     
             //print 'type='.$type.' key='.$key.' value='.$value.'<br>'."\n";
     
    @@ -255,6 +262,7 @@ class ICal
             $this->last_key = $key;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Parse text "XXXX:value text some with : " and return array($key = "XXXX", $value="value");
          *
    @@ -263,7 +271,8 @@ class ICal
          */
         function retun_key_value($text)
         {
    -    	/*
    +        // phpcs:enable
    +        /*
             preg_match("/([^:]+)[:]([\w\W]+)/", $text, $matches);
     
             if (empty($matches))
    @@ -275,9 +284,10 @@ class ICal
                 $matches = array_splice($matches, 1, 2);
                 return $matches;
             }*/
    -		return explode(':',$text,2);
    +        return explode(':',$text,2);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Parse RRULE  return array
          *
    @@ -286,7 +296,8 @@ class ICal
          */
         function ical_rrule($value)
         {
    -    	$result=array();
    +        // phpcs:enable
    +        $result = array();
             $rrule = explode(';',$value);
             foreach ($rrule as $line)
             {
    @@ -295,6 +306,8 @@ class ICal
             }
             return $result;
         }
    +
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return Unix time from ical date time fomrat (YYYYMMDD[T]HHMMSS[Z] or YYYYMMDD[T]HHMMSS)
          *
    @@ -303,6 +316,7 @@ class ICal
          */
         function ical_date_to_unix($ical_date)
         {
    +        // phpcs:enable
             $ical_date = str_replace('T', '', $ical_date);
             $ical_date = str_replace('Z', '', $ical_date);
     
    @@ -316,6 +330,7 @@ class ICal
             return $ntime;      // ntime is a GTM time
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return unix date from iCal date format
          *
    @@ -325,7 +340,8 @@ class ICal
          */
         function ical_dt_date($key, $value)
         {
    -    	$return_value=array();
    +        // phpcs:enable
    +        $return_value = array();
             $value = $this->ical_date_to_unix($value);
     
             // Analyse TZID
    @@ -345,6 +361,7 @@ class ICal
             return array($key,$return_value);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return sorted eventlist as array or false if calenar is empty
          *
    @@ -352,6 +369,7 @@ class ICal
          */
         function get_sort_event_list()
         {
    +        // phpcs:enable
             $temp = $this->get_event_list();
             if (!empty($temp))
             {
    @@ -364,6 +382,7 @@ class ICal
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Compare two unix timestamp
          *
    @@ -373,9 +392,11 @@ class ICal
          */
         function ical_dtstart_compare($a, $b)
         {
    +        // phpcs:enable
             return strnatcasecmp($a['DTSTART']['unixtime'], $b['DTSTART']['unixtime']);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return eventlist array (not sort eventlist array)
          *
    @@ -383,9 +404,11 @@ class ICal
          */
         function get_event_list()
         {
    +        // phpcs:enable
             return (! empty($this->cal['VEVENT'])?$this->cal['VEVENT']:'');
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return eventlist array (not sort eventlist array)
          *
    @@ -393,9 +416,11 @@ class ICal
          */
         function get_freebusy_list()
         {
    +        // phpcs:enable
             return $this->cal['VFREEBUSY'];
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return to do array (not sort to do array)
          *
    @@ -403,9 +428,11 @@ class ICal
          */
         function get_todo_list()
         {
    +        // phpcs:enable
             return $this->cal['VTODO'];
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return base calendar data
          *
    @@ -413,9 +440,11 @@ class ICal
          */
         function get_calender_data()
         {
    +        // phpcs:enable
             return $this->cal['VCALENDAR'];
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return array with all data
          *
    @@ -423,6 +452,7 @@ class ICal
          */
         function get_all_data()
         {
    +        // phpcs:enable
             return $this->cal;
         }
     }
    diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
    index 178e4bfb6d7..4ffa4298d20 100644
    --- a/htdocs/comm/action/index.php
    +++ b/htdocs/comm/action/index.php
    @@ -83,7 +83,7 @@ $resourceid=GETPOST("resourceid","int");
     $year=GETPOST("year","int")?GETPOST("year","int"):date("Y");
     $month=GETPOST("month","int")?GETPOST("month","int"):date("m");
     $week=GETPOST("week","int")?GETPOST("week","int"):date("W");
    -$day=GETPOST("day","int")?GETPOST("day","int"):0;
    +$day=GETPOST("day","int")?GETPOST("day","int"):date("d");
     $pid=GETPOST("projectid","int",3);
     $status=GETPOST("status",'aZ09');		// status may be 0, 50, 100, 'todo'
     $type=GETPOST("type",'az09');
    @@ -101,20 +101,23 @@ else
     if ($actioncode == '' && empty($actioncodearray)) $actioncode=(empty($conf->global->AGENDA_DEFAULT_FILTER_TYPE)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE);
     
     if ($status == ''   && ! isset($_GET['status']) && ! isset($_POST['status'])) $status=(empty($conf->global->AGENDA_DEFAULT_FILTER_STATUS)?'':$conf->global->AGENDA_DEFAULT_FILTER_STATUS);
    -if (empty($action) && ! isset($_GET['action']) && ! isset($_POST['action'])) $action=(empty($conf->global->AGENDA_DEFAULT_VIEW)?'show_month':$conf->global->AGENDA_DEFAULT_VIEW);
    -if ($action == 'default')
    +
    +$defaultview = (empty($conf->global->AGENDA_DEFAULT_VIEW) ? 'show_month' : $conf->global->AGENDA_DEFAULT_VIEW);
    +$defaultview = (empty($user->conf->AGENDA_DEFAULT_VIEW) ? $defaultview : $user->conf->AGENDA_DEFAULT_VIEW);
    +if (empty($action) && ! isset($_GET['action']) && ! isset($_POST['action'])) $action=$defaultview;
    +if ($action == 'default')	// When action is default, we want a calendar view and not the list
     {
    -	$action = ((! empty($conf->global->AGENDA_DEFAULT_VIEW) && $conf->global->AGENDA_DEFAULT_VIEW!='show_list') ? $conf->global->AGENDA_DEFAULT_VIEW : 'show_month');
    +	$action = (($defaultview != 'show_list') ? $defaultview : 'show_month');
     }
    -if (GETPOST('viewcal') && $action != 'show_day' && $action != 'show_week')  {
    +if (GETPOST('viewcal','none') && GETPOST('action','alpha') != 'show_day' && GETPOST('action','alpha') != 'show_week')  {
         $action='show_month'; $day='';
    -}                                                   // View by month
    -if (GETPOST('viewweek') || $action == 'show_week') {
    +} // View by month
    +if (GETPOST('viewweek','none') || GETPOST('action','alpha') == 'show_week') {
         $action='show_week'; $week=($week?$week:date("W")); $day=($day?$day:date("d"));
    -}  // View by week
    -if (GETPOST('viewday') || $action == 'show_day')  {
    +} // View by week
    +if (GETPOST('viewday','none') || GETPOST('action','alpha') == 'show_day')  {
         $action='show_day'; $day=($day?$day:date("d"));
    -}                                  // View by day
    +} // View by day
     
     // Load translation files required by the page
     $langs->loadLangs(array('agenda', 'other', 'commercial'));
    @@ -1593,13 +1596,13 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa
                                     $cachecontacts[$event->contact->id]=$contact;
                                 }
                                 else $contact=$cachecontacts[$event->contact->id];
    -                            if ($linerelatedto) $linerelatedto.=' / ';
    +                            if ($linerelatedto) $linerelatedto.='&nbsp;';
                                 if (! empty($contact->id)) $linerelatedto.=$contact->getNomUrl(1,'',0);
                             }
                             if (! empty($event->fk_element) && $event->fk_element > 0 && ! empty($event->elementtype) && ! empty($conf->global->AGENDA_SHOW_LINKED_OBJECT))
                             {
                                 include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    -                            if ($linerelatedto) $linerelatedto.=' / ';
    +                            if ($linerelatedto) $linerelatedto.='<br>';
                                 $linerelatedto.=dolGetElementUrl($event->fk_element,$event->elementtype,1);
                             }
                             if ($linerelatedto) print '<br>'.$linerelatedto;
    diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php
    index 319499d65fd..5628e65c6d9 100644
    --- a/htdocs/comm/action/list.php
    +++ b/htdocs/comm/action/list.php
    @@ -4,6 +4,7 @@
      * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2017      Open-DSI             <support@open-dsi.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -189,9 +190,9 @@ $form=new Form($db);
     $userstatic=new User($db);
     $formactions=new FormActions($db);
     
    -$nav='';
    -$nav.=$form->select_date($dateselect, 'dateselect', 0, 0, 1, '', 1, 0, 1);
    -$nav.=' <input type="submit" name="submitdateselect" class="button" value="'.$langs->trans("Refresh").'">';
    +$nav = '';
    +$nav .= $form->selectDate($dateselect, 'dateselect', 0, 0, 1, '', 1, 0);
    +$nav .=' <input type="submit" name="submitdateselect" class="button" value="'.$langs->trans("Refresh").'">';
     
     $now=dol_now();
     
    @@ -438,15 +439,17 @@ if ($resql)
     	if (! empty($arrayfields['a.label']['checked']))	print '<td class="liste_titre"><input type="text" class="maxwidth75" name="search_title" value="'.$search_title.'"></td>';
     	if (! empty($arrayfields['a.datep']['checked']))	{
     		print '<td class="liste_titre nowraponall" align="center">';
    -		print $form->select_date($datestart, 'datestart', 0, 0, 1, '', 1, 0, 1);
    +		print $form->selectDate($datestart, 'datestart', 0, 0, 1, '', 1, 0);
     		print '</td>';
     	}
     	if (! empty($arrayfields['a.datep2']['checked']))	{
     		print '<td class="liste_titre nowraponall" align="center">';
    -		print $form->select_date($dateend, 'dateend', 0, 0, 1, '', 1, 0, 1);
    +		print $form->selectDate($dateend, 'dateend', 0, 0, 1, '', 1, 0);
     		print '</td>';
     	}
    -	if (! empty($arrayfields['s.nom']['checked']))			print '<td class="liste_titre"></td>';
    +	if (! empty($arrayfields['s.nom']['checked'])) {
    +        print '<td class="liste_titre"></td>';
    +    }
     	if (! empty($arrayfields['a.fk_contact']['checked']))	print '<td class="liste_titre"></td>';
     	if (! empty($arrayfields['a.fk_element']['checked']))	print '<td class="liste_titre"></td>';
     
    diff --git a/htdocs/comm/action/pertype.php b/htdocs/comm/action/pertype.php
    index 9350de8f85c..31f22420cb8 100644
    --- a/htdocs/comm/action/pertype.php
    +++ b/htdocs/comm/action/pertype.php
    @@ -5,6 +5,7 @@
      * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2011      Juanjo Menent        <jmenent@2byte.es>
      * Copyright (C) 2014      Cedric GROSS         <c.gross@kreiz-it.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -262,7 +263,7 @@ $nav.='<input type="hidden" name="begin_d" value="' . $begin_d . '">';
     $nav.='<input type="hidden" name="end_d" value="' . $end_d . '">';
     $nav.='<input type="hidden" name="showbirthday" value="' . $showbirthday . '">';
     
    -$nav.=$form->select_date($dateselect, 'dateselect', 0, 0, 1, '', 1, 0, 1);
    +$nav.= $form->selectDate($dateselect, 'dateselect', 0, 0, 1, '', 1, 0);
     $nav.=' <input type="submit" name="submitdateselect" class="button" value="'.$langs->trans("Refresh").'">';
     $nav.='</form>';
     
    diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php
    index 58690dc512b..7b02857becf 100644
    --- a/htdocs/comm/action/peruser.php
    +++ b/htdocs/comm/action/peruser.php
    @@ -5,6 +5,7 @@
      * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2011      Juanjo Menent        <jmenent@2byte.es>
      * Copyright (C) 2014      Cedric GROSS         <c.gross@kreiz-it.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -276,7 +277,7 @@ $nav.='<input type="hidden" name="begin_d" value="' . $begin_d . '">';
     $nav.='<input type="hidden" name="end_d" value="' . $end_d . '">';
     $nav.='<input type="hidden" name="showbirthday" value="' . $showbirthday . '">';
     */
    -$nav.=$form->select_date($dateselect, 'dateselect', 0, 0, 1, '', 1, 0, 1);
    +$nav.= $form->selectDate($dateselect, 'dateselect', 0, 0, 1, '', 1, 0);
     $nav.=' <input type="submit" name="submitdateselect" class="button" value="'.$langs->trans("Refresh").'">';
     //$nav.='</form>';
     
    diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php
    index 3c1c02057c3..596c3cb3c5b 100644
    --- a/htdocs/comm/card.php
    +++ b/htdocs/comm/card.php
    @@ -181,7 +181,7 @@ if (empty($reshook))
     	if ($action == 'setorder_min_amount')
     	{
     		$object->fetch($id);
    -		$object->order_min_amount=GETPOST('order_min_amount');
    +		$object->order_min_amount=price2num(GETPOST('order_min_amount','alpha'));
     		$result=$object->update($object->id, $user);
     		if ($result < 0) setEventMessages($object->error, $object->errors, 'errors');
     	}
    @@ -423,15 +423,21 @@ if ($object->id > 0)
     
     	    print '</td>';
     	    print '</tr>';
    +	}
     
    -		print '<tr class="nowrap">';
    -	    print '<td>';
    -	    print $form->editfieldkey("OrderMinAmount",'order_min_amount',$object->order_min_amount,$object,$user->rights->societe->creer);
    -	    print '</td><td>';
    -	    print $form->editfieldval("OrderMinAmount",'order_min_amount',$object->order_min_amount,$object,$user->rights->societe->creer,$limit_field_type,($object->order_min_amount != '' ? price($object->order_min_amount) : ''));
    -
    -	    print '</td>';
    -	    print '</tr>';
    +	if ($object->client)
    +	{
    +		if (! empty($conf->commande->enabled) && ! empty($conf->global->ORDER_MANAGE_MIN_AMOUNT))
    +		{
    +		    print '<!-- Minimim amount for orders -->'."\n";
    +		    print '<tr class="nowrap">';
    +		    print '<td>';
    +		    print $form->editfieldkey("OrderMinAmount",'order_min_amount',$object->order_min_amount,$object,$user->rights->societe->creer);
    +		    print '</td><td>';
    +		    print $form->editfieldval("OrderMinAmount",'order_min_amount',$object->order_min_amount,$object,$user->rights->societe->creer,$limit_field_type,($object->order_min_amount != '' ? price($object->order_min_amount) : ''));
    +		    print '</td>';
    +		    print '</tr>';
    +		}
     	}
     
     
    @@ -660,6 +666,8 @@ if ($object->id > 0)
     	 */
     	if (! empty($conf->propal->enabled) && $user->rights->propal->lire)
     	{
    +		$langs->load("propal");
    +
     		$sql = "SELECT s.nom, s.rowid, p.rowid as propalid, p.fk_statut, p.total_ht";
             $sql.= ", p.tva as total_tva";
             $sql.= ", p.total as total_ttc";
    @@ -668,7 +676,7 @@ if ($object->id > 0)
     		$sql.= " FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."propal as p, ".MAIN_DB_PREFIX."c_propalst as c";
     		$sql.= " WHERE p.fk_soc = s.rowid AND p.fk_statut = c.id";
     		$sql.= " AND s.rowid = ".$object->id;
    -		$sql.= " AND p.entity = ".$conf->entity;
    +		$sql.= " AND p.entity IN (".getEntity('propal').")";
     		$sql.= " ORDER BY p.datep DESC";
     
     		$resql=$db->query($sql);
    diff --git a/htdocs/comm/mailing/card.php b/htdocs/comm/mailing/card.php
    index 469db6f2a54..a2e63da99cc 100644
    --- a/htdocs/comm/mailing/card.php
    +++ b/htdocs/comm/mailing/card.php
    @@ -874,7 +874,7 @@ else
     				}
     			}
     
    -			$linkback = '<a href="'.DOL_URL_ROOT.'/comm/mailing/list.php">'.$langs->trans("BackToList").'</a>';
    +			$linkback = '<a href="'.DOL_URL_ROOT.'/comm/mailing/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     
     			$morehtmlright='';
     			$nbtry = $nbok = 0;
    diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php
    index 13d72acb3d7..f07f308e74a 100644
    --- a/htdocs/comm/mailing/cibles.php
    +++ b/htdocs/comm/mailing/cibles.php
    @@ -66,7 +66,6 @@ $modulesdir = dolGetModulesDirs('/mailings');
     $object = new Mailing($db);
     
     
    -
     /*
      * Actions
      */
    @@ -303,9 +302,11 @@ if ($object->fetch($id) >= 0)
     			// Sort $modulenames
     			sort($modulenames);
     
    +			$var = true;
    +
     			// Loop on each submodule
    -            foreach($modulenames as $modulename)
    -            {
    +			foreach($modulenames as $modulename)
    +			{
     				// Loading Class
     				$file = $dir.$modulename.".modules.php";
     				$classname = "mailing_".$modulename;
    @@ -326,6 +327,8 @@ if ($object->fetch($id) >= 0)
     				}
     
     				// Si le module mailing est qualifie
    +				if ($qualified)
    +				{
     					if ($allowaddtarget)
     					{
     						print '<form class="oddeven tagtr" name="'.$modulename.'" action="'.$_SERVER['PHP_SELF'].'?action=add&id='.$object->id.'&module='.$modulename.'" method="POST" enctype="multipart/form-data">';
    diff --git a/htdocs/comm/mailing/class/advtargetemailing.class.php b/htdocs/comm/mailing/class/advtargetemailing.class.php
    index 1f4968ef6b2..c862b8392fd 100644
    --- a/htdocs/comm/mailing/class/advtargetemailing.class.php
    +++ b/htdocs/comm/mailing/class/advtargetemailing.class.php
    @@ -28,30 +28,30 @@
      */
     class AdvanceTargetingMailing extends CommonObject
     {
    -	/**
    -         * @var DoliDB Database handler.
    -         */
    -        public $db;
    -    
    +    /**
    +     * @var DoliDB Database handler.
    +     */
    +    public $db;
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    -	public $error='';	
    +	public $error='';
     
     	/**
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
     	/**
     	 * @var string ID to identify managed object
     	 */
     	public $element='advtargetemailing';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='advtargetemailing';	
    +	public $table_element='advtargetemailing';
     
     	/**
     	 * @var int ID
    @@ -75,9 +75,9 @@ class AdvanceTargetingMailing extends CommonObject
     
     
     	/**
    -	 * Constructor
    +	 *  Constructor
     	 *
    -	 * 	@param	DoliDb		$db		Database handler
    +	 *  @param  DoliDb		$db		Database handler
     	 */
     	function __construct($db)
     	{
    @@ -254,6 +254,7 @@ class AdvanceTargetingMailing extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load object in memory from the database
     	 *
    @@ -262,6 +263,7 @@ class AdvanceTargetingMailing extends CommonObject
     	 */
     	function fetch_by_mailing($id=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		$sql = "SELECT";
     		$sql.= " t.rowid,";
    @@ -319,6 +321,7 @@ class AdvanceTargetingMailing extends CommonObject
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load object in memory from the database
     	 *
    @@ -328,6 +331,7 @@ class AdvanceTargetingMailing extends CommonObject
     	 */
     	function fetch_by_element($id=0, $type_element='mailing')
     	{
    +        // phpcs:enable
     		global $langs;
     		$sql = "SELECT";
     		$sql.= " t.rowid,";
    @@ -544,6 +548,7 @@ class AdvanceTargetingMailing extends CommonObject
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Load object in memory from database
     	 *
    @@ -552,6 +557,7 @@ class AdvanceTargetingMailing extends CommonObject
     	 */
     	function query_thirdparty($arrayquery)
     	{
    +        // phpcs:enable
     		global $langs,$conf;
     
     		$sql = "SELECT";
    @@ -642,16 +648,16 @@ class AdvanceTargetingMailing extends CommonObject
     						if (!empty($arrayquery['options_'.$key.'_max'])) {
     							$sqlwhere[]= " (te.".$key." >= ".$arrayquery['options_'.$key.'_max']." AND te.".$key." <= ".$arrayquery['options_'.$key.'_min'].")";
     						}
    -					} else if (($extrafields->attribute_type[$key] == 'date') ||
    +					} elseif (($extrafields->attribute_type[$key] == 'date') ||
     						($extrafields->attribute_type[$key] == 'datetime')) {
     						if (!empty($arrayquery['options_'.$key.'_end_dt'])){
     							$sqlwhere[]= " (te.".$key." >= '".$this->db->idate($arrayquery['options_'.$key.'_st_dt'])."' AND te.".$key." <= '".$this->db->idate($arrayquery['options_'.$key.'_end_dt'])."')";
     						}
    -					}else if ($extrafields->attribute_type[$key] == 'boolean') {
    +					} elseif ($extrafields->attribute_type[$key] == 'boolean') {
     						if ($arrayquery['options_'.$key]!=''){
     							$sqlwhere[]= " (te.".$key." = ".$arrayquery['options_'.$key].")";
     						}
    -					}else{
    +					} else {
     						if (is_array($arrayquery['options_'.$key])) {
     							$sqlwhere[]= " (te.".$key." IN ('".implode("','",$arrayquery['options_'.$key])."'))";
     						} elseif (!empty($arrayquery['options_'.$key])) {
    @@ -697,6 +703,7 @@ class AdvanceTargetingMailing extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Load object in memory from database
     	 *
    @@ -706,6 +713,7 @@ class AdvanceTargetingMailing extends CommonObject
     	 */
     	function query_contact($arrayquery, $withThirdpartyFilter = 0)
     	{
    +        // phpcs:enable
     		global $langs,$conf;
     
     		$sql = "SELECT";
    @@ -970,6 +978,4 @@ class AdvanceTargetingMailing extends CommonObject
     
     		return $return_sql_criteria;
     	}
    -
    -
     }
    diff --git a/htdocs/comm/mailing/class/html.formadvtargetemailing.class.php b/htdocs/comm/mailing/class/html.formadvtargetemailing.class.php
    index fffb69bea2f..3fdcd6178b0 100644
    --- a/htdocs/comm/mailing/class/html.formadvtargetemailing.class.php
    +++ b/htdocs/comm/mailing/class/html.formadvtargetemailing.class.php
    @@ -30,7 +30,7 @@ class FormAdvTargetEmailing extends Form
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -378,10 +378,10 @@ class FormAdvTargetEmailing extends Form
     	/**
     	 *  Return combo list of categories
     	 *
    -	 *  @param  string	$htmlname   Name of categorie
    -	 * 	@param	array	$selected_array	value selected
    -	 * 	@param	int	$type	type
    -	 *  @return	string HTML combo
    +	 *  @param  string	$htmlname  		Name of categorie
    +	 * 	@param	array	$selected_array	Value selected
    +	 * 	@param	int		$type			Type
    +	 *  @return	string 					HTML combo
     	 */
     	public function multiselectCategories($htmlname='',$selected_array = array(), $type=0)
     	{
    diff --git a/htdocs/comm/mailing/class/mailing.class.php b/htdocs/comm/mailing/class/mailing.class.php
    index 1078ea84c94..bb6ac93d1c2 100644
    --- a/htdocs/comm/mailing/class/mailing.class.php
    +++ b/htdocs/comm/mailing/class/mailing.class.php
    @@ -35,48 +35,51 @@ class Mailing extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='mailing';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='mailing';
    -	
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto='email';
     
    -	var $titre;
    -	var $sujet;
    -	var $body;
    -	var $nbemail;
    -	var $bgcolor;
    -	var $bgimage;
    +	public $titre;
    +	public $sujet;
    +	public $body;
    +	public $nbemail;
    +	public $bgcolor;
    +	public $bgimage;
     
    -	var $statut;       // Status 0=Draft, 1=Validated, 2=Sent partially, 3=Sent completely
    +	public $statut;       // Status 0=Draft, 1=Validated, 2=Sent partially, 3=Sent completely
     
    -	var $email_from;
    -	var $email_replyto;
    -	var $email_errorsto;
    +	public $email_from;
    +	public $email_replyto;
    +	public $email_errorsto;
     
    -	var $joined_file1;
    -	var $joined_file2;
    -	var $joined_file3;
    -	var $joined_file4;
    +	public $joined_file1;
    +	public $joined_file2;
    +	public $joined_file3;
    +	public $joined_file4;
     
    -	var $user_creat;
    -	var $user_valid;
    +	public $user_creat;
    +	public $user_valid;
     
    -	var $date_creat;
    -	var $date_valid;
    +	public $date_creat;
    +	public $date_valid;
     
    -	var $extraparams=array();
    +	public $extraparams=array();
     
     	public $statut_dest=array();
     	public $statuts=array();
     
     
    -	/**
    +    /**
          *  Constructor
          *
    -     *  @param      DoliDb		$db      Database handler
    +     *  @param      DoliDb      $db      Database handler
     	 */
     	function __construct($db)
     	{
    @@ -93,7 +96,6 @@ class Mailing extends CommonObject
     		$this->statut_dest[1] = 'MailingStatusSent';
     		$this->statut_dest[2] = 'MailingStatusRead';
     		$this->statut_dest[3] = 'MailingStatusReadAndUnsubscribe';    // Read but ask to not be contacted anymore
    -
     	}
     
     	/**
    @@ -440,6 +442,7 @@ class Mailing extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Delete targets emailing
     	 *
    @@ -447,6 +450,7 @@ class Mailing extends CommonObject
     	 */
     	function delete_targets()
     	{
    +        // phpcs:enable
     		$sql = "DELETE FROM ".MAIN_DB_PREFIX."mailing_cibles";
     		$sql.= " WHERE fk_mailing = ".$this->id;
     
    @@ -464,6 +468,7 @@ class Mailing extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Change status of each recipient
     	 *
    @@ -472,6 +477,7 @@ class Mailing extends CommonObject
     	 */
     	function reset_targets_status($user)
     	{
    +        // phpcs:enable
     		$sql = "UPDATE ".MAIN_DB_PREFIX."mailing_cibles";
     		$sql.= " SET statut = 0";
     		$sql.= " WHERE fk_mailing = ".$this->id;
    @@ -524,6 +530,81 @@ class Mailing extends CommonObject
     	}
     
     
    +	/**
    +	 *  Return a link to the object card (with optionaly the picto)
    +	 *
    +	 *	@param	int		$withpicto					Include picto in link (0=No picto, 1=Include picto into link, 2=Only picto)
    +	 *	@param	string	$option						On what the link point to ('nolink', ...)
    +	 *  @param	int  	$notooltip					1=Disable tooltip
    +	 *  @param  string  $morecss            		Add more css on link
    +	 *  @param  int     $save_lastsearch_value    	-1=Auto, 0=No save of lastsearch_values when clicking, 1=Save lastsearch_values whenclicking
    +	 *	@return	string								String with URL
    +	 */
    +	function getNomUrl($withpicto=0, $option='', $notooltip=0, $morecss='', $save_lastsearch_value=-1)
    +	{
    +		global $db, $conf, $langs, $hookmanager;
    +		global $dolibarr_main_authentication, $dolibarr_main_demo;
    +		global $menumanager;
    +
    +		if (! empty($conf->dol_no_mouse_hover)) $notooltip=1;   // Force disable tooltips
    +
    +		$result = '';
    +		$companylink = '';
    +
    +		$label = '<u>' . $langs->trans("ShowEmailing") . '</u>';
    +		$label.= '<br>';
    +		$label.= '<b>' . $langs->trans('Ref') . ':</b> ' . $this->ref;
    +
    +		$url = DOL_URL_ROOT.'/comm/mailing/card.php?id='.$this->id;
    +
    +		if ($option != 'nolink')
    +		{
    +			// Add param to save lastsearch_values or not
    +			$add_save_lastsearch_values=($save_lastsearch_value == 1 ? 1 : 0);
    +			if ($save_lastsearch_value == -1 && preg_match('/list\.php/',$_SERVER["PHP_SELF"])) $add_save_lastsearch_values=1;
    +			if ($add_save_lastsearch_values) $url.='&save_lastsearch_values=1';
    +		}
    +
    +		$linkclose='';
    +		if (empty($notooltip))
    +		{
    +			if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
    +			{
    +				$label=$langs->trans("ShowEmailing");
    +				$linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
    +			}
    +			$linkclose.=' title="'.dol_escape_htmltag($label, 1).'"';
    +			$linkclose.=' class="classfortooltip'.($morecss?' '.$morecss:'').'"';
    +
    +			/*
    +			 $hookmanager->initHooks(array('myobjectdao'));
    +			 $parameters=array('id'=>$this->id);
    +			 $reshook=$hookmanager->executeHooks('getnomurltooltip',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
    +			 if ($reshook > 0) $linkclose = $hookmanager->resPrint;
    +			 */
    +		}
    +		else $linkclose = ($morecss?' class="'.$morecss.'"':'');
    +
    +		$linkstart = '<a href="'.$url.'"';
    +		$linkstart.=$linkclose.'>';
    +		$linkend='</a>';
    +
    +		$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)) : '');
    +
    +		global $action;
    +		$hookmanager->initHooks(array('emailingdao'));
    +		$parameters=array('id'=>$this->id, 'getnomurl'=>$result);
    +		$reshook=$hookmanager->executeHooks('getNomUrl',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
    +		if ($reshook > 0) $result = $hookmanager->resPrint;
    +		else $result .= $hookmanager->resPrint;
    +
    +		return $result;
    +	}
    +
     	/**
     	 *  Return label of status of emailing (draft, validated, ...)
     	 *
    @@ -535,6 +616,7 @@ class Mailing extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -544,39 +626,36 @@ class Mailing extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load('mails');
     
    -		if ($mode == 0)
    +		if ($mode == 0 || $mode == 1)
     		{
     			return $langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 1)
    -		{
    -			return $langs->trans($this->statuts[$statut]);
    -		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut == 0) return img_picto($langs->trans($this->statuts[$statut]),'statut0').' '.$langs->trans($this->statuts[$statut]);
     			if ($statut == 1) return img_picto($langs->trans($this->statuts[$statut]),'statut1').' '.$langs->trans($this->statuts[$statut]);
     			if ($statut == 2) return img_picto($langs->trans($this->statuts[$statut]),'statut3').' '.$langs->trans($this->statuts[$statut]);
     			if ($statut == 3) return img_picto($langs->trans($this->statuts[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut == 0) return img_picto($langs->trans($this->statuts[$statut]),'statut0');
     			if ($statut == 1) return img_picto($langs->trans($this->statuts[$statut]),'statut1');
     			if ($statut == 2) return img_picto($langs->trans($this->statuts[$statut]),'statut3');
     			if ($statut == 3) return img_picto($langs->trans($this->statuts[$statut]),'statut6');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut == 0) return img_picto($langs->trans($this->statuts[$statut]),'statut0').' '.$langs->trans($this->statuts[$statut]);
     			if ($statut == 1) return img_picto($langs->trans($this->statuts[$statut]),'statut1').' '.$langs->trans($this->statuts[$statut]);
     			if ($statut == 2) return img_picto($langs->trans($this->statuts[$statut]),'statut3').' '.$langs->trans($this->statuts[$statut]);
     			if ($statut == 3) return img_picto($langs->trans($this->statuts[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut == 0)  return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts[$statut]),'statut0');
     			if ($statut == 1)  return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts[$statut]),'statut1');
    @@ -604,39 +683,39 @@ class Mailing extends CommonObject
     		{
     			return $langs->trans('MailingStatusError');
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			return $langs->trans('MailingStatusSent');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut==-1) return $langs->trans("MailingStatusError").' '.img_error($desc);
     			if ($statut==1) return $langs->trans("MailingStatusSent").' '.img_picto($langs->trans("MailingStatusSent"),'statut6');
     			if ($statut==2) return $langs->trans("MailingStatusRead").' '.img_picto($langs->trans("MailingStatusRead"),'statut4');
     			if ($statut==3) return $langs->trans("MailingStatusNotContact").' '.img_picto($langs->trans("MailingStatusNotContact"),'statut3');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut==-1) return $langs->trans("MailingStatusError").' '.img_error($desc);
     			if ($statut==1) return $langs->trans("MailingStatusSent").' '.img_picto($langs->trans("MailingStatusSent"),'statut6');
     			if ($statut==2) return $langs->trans("MailingStatusRead").' '.img_picto($langs->trans("MailingStatusRead"),'statut4');
     			if ($statut==3) return $langs->trans("MailingStatusNotContact").' '.img_picto($langs->trans("MailingStatusNotContact"),'statut3');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut==-1) return $langs->trans("MailingStatusError").' '.img_error($desc);
     			if ($statut==1) return $langs->trans("MailingStatusSent").' '.img_picto($langs->trans("MailingStatusSent"),'statut6');
     			if ($statut==2) return $langs->trans("MailingStatusRead").' '.img_picto($langs->trans("MailingStatusRead"),'statut4');
     			if ($statut==3) return $langs->trans("MailingStatusNotContact").' '.img_picto($langs->trans("MailingStatusNotContact"),'statut3');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     		    if ($statut==-1) return $langs->trans("MailingStatusError").' '.img_error($desc);
     		    if ($statut==1) return $langs->trans("MailingStatusSent").' '.img_picto($langs->trans("MailingStatusSent"),'statut6');
     		    if ($statut==2) return $langs->trans("MailingStatusRead").' '.img_picto($langs->trans("MailingStatusRead"),'statut4');
     		    if ($statut==3) return $langs->trans("MailingStatusNotContact").' '.img_picto($langs->trans("MailingStatusNotContact"),'statut3');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     		    if ($statut==-1) return $langs->trans("MailingStatusError").' '.img_error($desc);
     		    if ($statut==1) return $langs->trans("MailingStatusSent").' '.img_picto($langs->trans("MailingStatusSent"),'statut6');
    @@ -644,6 +723,4 @@ class Mailing extends CommonObject
     		    if ($statut==3) return $langs->trans("MailingStatusNotContact").' '.img_picto($langs->trans("MailingStatusNotContact"),'statut3');
     		}
     	}
    -
     }
    -
    diff --git a/htdocs/comm/mailing/list.php b/htdocs/comm/mailing/list.php
    index 5087698b9ab..133a354723f 100644
    --- a/htdocs/comm/mailing/list.php
    +++ b/htdocs/comm/mailing/list.php
    @@ -35,15 +35,15 @@ $sortfield = GETPOST("sortfield",'alpha');
     $sortorder = GETPOST("sortorder",'alpha');
     $limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit;
     $page = GETPOST("page",'int');
    -if (empty($page) || $page == -1) { $page = 0; }     // If $page is not defined, or '' or -1
    +if (empty($page) || $page == -1 || GETPOST('button_search','alpha') || GETPOST('button_removefilter','alpha') || (empty($toselect) && $massaction === '0')) { $page = 0; }     // If $page is not defined, or '' or -1 or if we click on clear filters or if we select empty mass action
     $offset = $limit * $page;
     $pageprev = $page - 1;
     $pagenext = $page + 1;
     if (! $sortorder) $sortorder="DESC";
     if (! $sortfield) $sortfield="m.date_creat";
     
    -$sall=trim((GETPOST('search_all', 'alphanohtml')!='')?GETPOST('search_all', 'alphanohtml'):GETPOST('sall', 'alphanohtml'));
    -$sref=GETPOST("sref", "alpha");
    +$search_all=trim((GETPOST('search_all', 'alphanohtml')!='')?GETPOST('search_all', 'alphanohtml'):GETPOST('sall', 'alphanohtml'));
    +$search_ref=GETPOST("search_ref", "alpha") ? GETPOST("search_ref", "alpha") : GETPOST("sref", "alpha");
     $filteremail=GETPOST('filteremail','alpha');
     
     // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
    @@ -59,6 +59,53 @@ $fieldstosearchall = array(
         'm.titre'=>'Ref',
     );
     
    +$object = new Mailing($db);
    +
    +
    +
    +/*
    + * Actions
    + */
    +
    +if (GETPOST('cancel','alpha')) { $action='list'; $massaction=''; }
    +if (! GETPOST('confirmmassaction','alpha') && $massaction != 'presend' && $massaction != 'confirm_presend') { $massaction=''; }
    +
    +$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))
    +{
    +	// Selection of new fields
    +	include DOL_DOCUMENT_ROOT.'/core/actions_changeselectedfields.inc.php';
    +
    +	// 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
    +	{
    +		/*foreach($object->fields as $key => $val)
    +		{
    +			$search[$key]='';
    +		}*/
    +		$search_ref = '';
    +		$search_all = '';
    +		$toselect='';
    +		$search_array_options=array();
    +	}
    +	if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x','alpha') || GETPOST('button_removefilter','alpha')
    +		|| GETPOST('button_search_x','alpha') || GETPOST('button_search.x','alpha') || GETPOST('button_search','alpha'))
    +	{
    +		$massaction='';     // Protection to avoid mass action if we force a new search during a mass action confirmation
    +	}
    +
    +	// Mass actions
    +	/*$objectclass='MyObject';
    +	$objectlabel='MyObject';
    +	$permtoread = $user->rights->mymodule->read;
    +	$permtodelete = $user->rights->mymodule->delete;
    +	$uploaddir = $conf->mymodule->dir_output;
    +	include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
    +	*/
    +}
     
     
     /*
    @@ -76,8 +123,8 @@ if ($filteremail)
     	$sql.= " FROM ".MAIN_DB_PREFIX."mailing as m, ".MAIN_DB_PREFIX."mailing_cibles as mc";
     	$sql.= " WHERE m.rowid = mc.fk_mailing AND m.entity = ".$conf->entity;
     	$sql.= " AND mc.email = '".$db->escape($filteremail)."'";
    -	if ($sref) $sql.= " AND m.rowid = '".$db->escape($sref)."'";
    -	if ($sall) $sql.= " AND (m.titre like '%".$db->escape($sall)."%' OR m.sujet like '%".$db->escape($sall)."%' OR m.body like '%".$db->escape($sall)."%')";
    +	if ($search_ref) $sql.= " AND m.rowid = '".$db->escape($search_ref)."'";
    +	if ($search_all) $sql.= " AND (m.titre like '%".$db->escape($search_all)."%' OR m.sujet like '%".$db->escape($search_all)."%' OR m.body like '%".$db->escape($search_all)."%')";
     	if (! $sortorder) $sortorder="ASC";
     	if (! $sortfield) $sortfield="m.rowid";
     	$sql.= $db->order($sortfield,$sortorder);
    @@ -88,8 +135,8 @@ else
     	$sql = "SELECT m.rowid, m.titre, m.nbemail, m.statut, m.date_creat as datec, m.date_envoi as date_envoi";
     	$sql.= " FROM ".MAIN_DB_PREFIX."mailing as m";
     	$sql.= " WHERE m.entity = ".$conf->entity;
    -	if ($sref) $sql.= " AND m.rowid = '".$db->escape($sref)."'";
    -	if ($sall) $sql.= " AND (m.titre like '%".$db->escape($sall)."%' OR m.sujet like '%".$db->escape($sall)."%' OR m.body like '%".$db->escape($sall)."%')";
    +	if ($search_ref) $sql.= " AND m.rowid = '".$db->escape($search_ref)."'";
    +	if ($search_all) $sql.= " AND (m.titre like '%".$db->escape($search_all)."%' OR m.sujet like '%".$db->escape($search_all)."%' OR m.body like '%".$db->escape($search_all)."%')";
     	if (! $sortorder) $sortorder="ASC";
     	if (! $sortfield) $sortfield="m.rowid";
     	$sql.= $db->order($sortfield,$sortorder);
    @@ -115,7 +162,7 @@ if ($result)
     
     	$i = 0;
     
    -	$param = "&sall=".urlencode($sall);
    +	$param = "&search_all=".urlencode($search_all);
     	if ($filteremail) $param.='&filteremail='.urlencode($filteremail);
     
     	print '<form method="GET" action="'.$_SERVER["PHP_SELF"].'">';
    @@ -135,11 +182,11 @@ if ($result)
     
     	print '<tr class="liste_titre_filter">';
     	print '<td class="liste_titre">';
    -	print '<input type="text" class="flat maxwidth50" name="sref" value="'.dol_escape_htmltag($sref).'">';
    +	print '<input type="text" class="flat maxwidth50" name="search_ref" value="'.dol_escape_htmltag($search_ref).'">';
     	print '</td>';
     	// Title
     	print '<td class="liste_titre">';
    -	print '<input type="text" class="flat maxwidth100 maxwidth50onsmartphone" name="sall" value="'.dol_escape_htmltag($sall).'">';
    +	print '<input type="text" class="flat maxwidth100 maxwidth50onsmartphone" name="search_all" value="'.dol_escape_htmltag($search_all).'">';
     	print '</td>';
     	print '<td class="liste_titre">&nbsp;</td>';
     	if (! $filteremail) print '<td class="liste_titre">&nbsp;</td>';
    @@ -169,16 +216,22 @@ if ($result)
     	{
     		$obj = $db->fetch_object($result);
     
    -
    +		$email->id = $obj->rowid;
    +		$email->ref = $obj->rowid;
     
     		print "<tr>";
    -		print '<td><a href="'.DOL_URL_ROOT.'/comm/mailing/card.php?id='.$obj->rowid.'">';
    -		print img_object($langs->trans("ShowEMail"),"email").' '.stripslashes($obj->rowid).'</a></td>';
    +
    +		print '<td>';
    +		print $email->getNomUrl(1);
    +		print '</td>';
    +
     		print '<td>'.$obj->titre.'</td>';
     		// Date creation
    +
     		print '<td align="center">';
     		print dol_print_date($db->jdate($obj->datec),'day');
     		print '</td>';
    +
     		// Nb of email
     		if (! $filteremail)
     		{
    @@ -196,9 +249,11 @@ if ($result)
     			print $nbemail;
     			print '</td>';
     		}
    +
     		// Last send
     		print '<td align="center" class="nowrap">'.dol_print_date($db->jdate($obj->date_envoi),'day').'</td>';
     		print '</td>';
    +
     		// Status
     		print '<td align="right" class="nowrap">';
     		if ($filteremail)
    @@ -210,7 +265,9 @@ if ($result)
     			print $email->LibStatut($obj->statut,5);
     		}
     		print '</td>';
    +
     		print '<td></td>';
    +
     		print "</tr>\n";
     		$i++;
     	}
    diff --git a/htdocs/comm/multiprix.php b/htdocs/comm/multiprix.php
    index e9ddee12b22..55f49c44cfd 100644
    --- a/htdocs/comm/multiprix.php
    +++ b/htdocs/comm/multiprix.php
    @@ -45,7 +45,7 @@ if ($user->societe_id > 0)
     
     if ($_POST["action"] == 'setpricelevel')
     {
    -	$soc = New Societe($db);
    +	$soc = new Societe($db);
     	$soc->fetch($id);
     	$soc->set_price_level($_POST["price_level"],$user);
     
    diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
    index daaf9cd01f9..4c6fbb2045c 100644
    --- a/htdocs/comm/propal/card.php
    +++ b/htdocs/comm/propal/card.php
    @@ -1,5 +1,5 @@
     <?php
    -/* Copyright (C) 2001-2007 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
    +/* Copyright (C) 2001-2007  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      * Copyright (C) 2004-2014 Laurent Destailleur   <eldy@users.sourceforge.net>
      * Copyright (C) 2004      Eric Seigne           <eric.seigne@ryxeo.com>
      * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>
    @@ -12,6 +12,7 @@
      * Copyright (C) 2013-2014 Florian Henry		 <florian.henry@open-concept.pro>
      * Copyright (C) 2014	   Ferran Marcet		 <fmarcet@2byte.es>
      * Copyright (C) 2016      Marcos García         <marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -609,12 +610,23 @@ if (empty($reshook))
     	// Classify billed
     	else if ($action == 'classifybilled' && $usercanclose)
     	{
    +		$db->begin();
    +
     		$result=$object->cloture($user, 4, '');
     		if ($result < 0)
     		{
     			setEventMessages($object->error, $object->errors, 'errors');
     			$error++;
     		}
    +
    +		if (! $error)
    +		{
    +			$db->commit();
    +		}
    +		else
    +		{
    +			$db->rollback();
    +		}
     	}
     
     	// Close proposal
    @@ -627,12 +639,23 @@ if (empty($reshook))
     			// prevent browser refresh from closing proposal several times
     			if ($object->statut == Propal::STATUS_VALIDATED)
     			{
    +				$db->begin();
    +
     				$result=$object->cloture($user, GETPOST('statut','int'), GETPOST('note_private','none'));
     				if ($result < 0)
     				{
     					setEventMessages($object->error, $object->errors, 'errors');
     					$error++;
     				}
    +
    +				if (! $error)
    +				{
    +					$db->commit();
    +				}
    +				else
    +				{
    +					$db->rollback();
    +				}
     			}
     		}
     	}
    @@ -643,12 +666,23 @@ if (empty($reshook))
     		// prevent browser refresh from reopening proposal several times
     		if ($object->statut == Propal::STATUS_SIGNED || $object->statut == Propal::STATUS_NOTSIGNED || $object->statut == Propal::STATUS_BILLED)
     		{
    +			$db->begin();
    +
     			$result=$object->reopen($user, 1);
     			if ($result < 0)
     			{
     				setEventMessages($object->error, $object->errors, 'errors');
     				$error++;
     			}
    +
    +			if (! $error)
    +			{
    +				$db->commit();
    +			}
    +			else
    +			{
    +				$db->rollback();
    +			}
     		}
     	}
     
    @@ -992,7 +1026,7 @@ if (empty($reshook))
     			if ($tva_npr)
     				$info_bits |= 0x01;
     
    -			if (! empty($price_min) && (price2num($pu_ht) * (1 - price2num($remise_percent) / 100) < price2num($price_min))) {
    +			if (((!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->produit->ignore_price_min_advance)) || empty($conf->global->MAIN_USE_ADVANCED_PERMS) ) && (! empty($price_min) && (price2num($pu_ht) * (1 - price2num($remise_percent) / 100) < price2num($price_min)))) {
     				$mesg = $langs->trans("CantBeLessThanMinPrice", price(price2num($price_min, 'MU'), 0, $langs, 0, 0, - 1, $conf->currency));
     				setEventMessages($mesg, null, 'errors');
     			} else {
    @@ -1056,7 +1090,7 @@ if (empty($reshook))
     	}
     
     	// Update a line within proposal
    -	else if ($action == 'updateligne' && $usercancreate && GETPOST('save'))
    +	else if ($action == 'updateline' && $usercancreate && GETPOST('save'))
     	{
     		// Define info_bits
     		$info_bits = 0;
    @@ -1111,8 +1145,7 @@ if (empty($reshook))
     				$price_min = $product->multiprices_min [$object->thirdparty->price_level];
     
     			$label = ((GETPOST('update_label') && GETPOST('product_label')) ? GETPOST('product_label') : '');
    -
    -			if ($price_min && (price2num($pu_ht) * (1 - price2num(GETPOST('remise_percent')) / 100) < price2num($price_min))) {
    +			if (((!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->produit->ignore_price_min_advance)) || empty($conf->global->MAIN_USE_ADVANCED_PERMS) )&& ($price_min && (price2num($pu_ht) * (1 - price2num(GETPOST('remise_percent')) / 100) < price2num($price_min)))) {
     				setEventMessages($langs->trans("CantBeLessThanMinPrice", price(price2num($price_min, 'MU'), 0, $langs, 0, 0, - 1, $conf->currency)), null, 'errors');
     				$error ++;
     			}
    @@ -1193,7 +1226,7 @@ if (empty($reshook))
     		}
     	}
     
    -	else if ($action == 'updateligne' && $usercancreate && GETPOST('cancel','alpha'))
    +	else if ($action == 'updateline' && $usercancreate && GETPOST('cancel','alpha'))
     	{
     		header('Location: ' . $_SERVER['PHP_SELF'] . '?id=' . $object->id); // Pour reaffichage de la fiche en cours d'edition
     		exit();
    @@ -1495,7 +1528,7 @@ if ($action == 'create')
     
     	// Date
     	print '<tr><td class="fieldrequired">' . $langs->trans('Date') . '</td><td>';
    -	$form->select_date('', '', '', '', '', "addprop", 1, 1);
    +	print $form->selectDate('', '', '', '', '', "addprop", 1, 1);
     	print '</td></tr>';
     
     	// Validaty duration
    @@ -1514,7 +1547,7 @@ if ($action == 'create')
     	// Bank Account
     	if (! empty($conf->global->BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL) && ! empty($conf->banque->enabled)) {
     		print '<tr><td>' . $langs->trans('BankAccount') . '</td><td>';
    -		$form->select_comptes($fk_account, 'fk_account', 0, '', 1);
    +		$form->select_comptes($soc->fk_account, 'fk_account', 0, '', 1);
     		print '</td></tr>';
     	}
     
    @@ -1543,9 +1576,9 @@ if ($action == 'create')
     		$syear = date("Y", $tmpdte);
     		$smonth = date("m", $tmpdte);
     		$sday = date("d", $tmpdte);
    -		$form->select_date($syear."-".$smonth."-".$sday, 'date_livraison', '', '', '', "addprop");
    +		print $form->selectDate($syear."-".$smonth."-".$sday, 'date_livraison', '', '', '', "addprop");
     	} else {
    -		$form->select_date(-1, 'date_livraison', '', '', '', "addprop", 1, 1);
    +		print $form->selectDate(-1, 'date_livraison', '', '', '', "addprop", 1, 1);
     	}
     	print '</td></tr>';
     
    @@ -1827,12 +1860,11 @@ if ($action == 'create')
     			$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('ValidateProp'), $text, 'confirm_validate', '', 0, 1);
     	}
     
    -	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;
    -	}
    +	// Call Hook 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;
    @@ -1848,7 +1880,7 @@ if ($action == 'create')
     	$morehtmlref.=$form->editfieldval("RefCustomer", 'ref_client', $object->ref_client, $object, $usercancreate, 'string', '', null, null, '', 1);
     	// Thirdparty
     	$morehtmlref.='<br>'.$langs->trans('ThirdParty') . ' : ' . $object->thirdparty->getNomUrl(1,'customer');
    -	if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/comm/propal/list.php?socid='.$object->thirdparty->id.'">'.$langs->trans("OtherProposals").'</a>)';
    +	if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/comm/propal/list.php?socid='.$object->thirdparty->id.'&search_societe='.urlencode($object->thirdparty->name).'">'.$langs->trans("OtherProposals").'</a>)';
     	// Project
     	if (! empty($conf->projet->enabled))
     	{
    @@ -1930,7 +1962,7 @@ if ($action == 'create')
     		print '<form name="editdate" action="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '" method="post">';
     		print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
     		print '<input type="hidden" name="action" value="setdate">';
    -		$form->select_date($object->date, 're', '', '', 0, "editdate");
    +		print $form->selectDate($object->date, 're', '', '', 0, "editdate");
     		print '<input type="submit" class="button" value="' . $langs->trans('Modify') . '">';
     		print '</form>';
     	} else {
    @@ -1956,7 +1988,7 @@ if ($action == 'create')
     		print '<form name="editecheance" action="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '" method="post">';
     		print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
     		print '<input type="hidden" name="action" value="setecheance">';
    -		$form->select_date($object->fin_validite, 'ech', '', '', '', "editecheance");
    +		print $form->selectDate($object->fin_validite, 'ech', '', '', '', "editecheance");
     		print '<input type="submit" class="button" value="' . $langs->trans('Modify') . '">';
     		print '</form>';
     	} else {
    @@ -2284,7 +2316,7 @@ if ($action == 'create')
     
     	print '	<form name="addproduct" id="addproduct" action="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . (($action != 'editline') ? '#addline' : '#line_' . GETPOST('lineid')) . '" method="POST">
     	<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">
    -	<input type="hidden" name="action" value="' . (($action != 'editline') ? 'addline' : 'updateligne') . '">
    +	<input type="hidden" name="action" value="' . (($action != 'editline') ? 'addline' : 'updateline') . '">
     	<input type="hidden" name="mode" value="">
     	<input type="hidden" name="id" value="' . $object->id . '">
     	';
    diff --git a/htdocs/comm/propal/class/api_proposals.class.php b/htdocs/comm/propal/class/api_proposals.class.php
    index 0313add9cae..fc721912462 100644
    --- a/htdocs/comm/propal/class/api_proposals.class.php
    +++ b/htdocs/comm/propal/class/api_proposals.class.php
    @@ -491,7 +491,6 @@ class Proposals extends DolibarrApi
     				'message' => 'Commercial Proposal deleted'
     			)
     		);
    -
     	}
     
     	/**
    diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php
    index cc918b5b9f1..16a19d1b41f 100644
    --- a/htdocs/comm/propal/class/propal.class.php
    +++ b/htdocs/comm/propal/class/propal.class.php
    @@ -13,6 +13,7 @@
      * Copyright (C) 2013      Florian Henry		  	<florian.henry@open-concept.pro>
      * Copyright (C) 2014-2015 Marcos García            <marcosgdf@gmail.com>
      * Copyright (C) 2018      Nicolas ZABOURI			<info@inovea-conseil.com>
    + * Copyright (C) 2018      Frédéric France          <frederic.france@netlogic.fr>
      *
      * 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,22 +50,33 @@ class Propal extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='propal';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='propal';
    -	
    +
    +	/**
    +	 * @var int    Name of subtable line
    +	 */
     	public $table_element_line='propaldet';
    -	public $fk_element='fk_propal';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
    +	public $fk_element ='fk_propal';
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto='propal';
    -	
    +
     	/**
     	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
     	 * @var int
     	 */
     	public $ismultientitymanaged = 1;
    -	
    +
     	/**
     	 * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
     	 * @var integer
    @@ -156,7 +168,12 @@ class Propal extends CommonObject
     	public $remise = 0;
     	public $remise_percent = 0;
     	public $remise_absolue = 0;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_address;
    +
     	public $address_type;
     	public $address;
     	public $availability_id;
    @@ -179,7 +196,11 @@ class Propal extends CommonObject
     	public $specimen;
     
     	// Multicurrency
    +	/**
    +     * @var int ID
    +     */
     	public $fk_multicurrency;
    +
     	public $multicurrency_code;
     	public $multicurrency_tx;
     	public $multicurrency_total_ht;
    @@ -232,9 +253,10 @@ class Propal extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 * 	Add line into array products
    -	 *	$this->thirdparty should be loaded
    +	 *  Add line into array products
    +	 *  $this->thirdparty should be loaded
     	 *
     	 * 	@param  int		$idproduct       	Product Id to add
     	 * 	@param  int		$qty             	Quantity
    @@ -246,6 +268,7 @@ class Propal extends CommonObject
     	 */
     	function add_product($idproduct, $qty, $remise_percent=0)
     	{
    +        // phpcs:enable
     		global $conf, $mysoc;
     
     		if (! $qty) $qty = 1;
    @@ -292,6 +315,7 @@ class Propal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Adding line of fixed discount in the proposal in DB
     	 *
    @@ -300,6 +324,7 @@ class Propal extends CommonObject
     	 */
     	function insert_discount($idremise)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
    @@ -1017,6 +1042,7 @@ class Propal extends CommonObject
                     // Add linked object (deprecated, use ->linkedObjectsIds instead)
                     if (! $error && $this->origin && $this->origin_id)
                     {
    +                    dol_syslog('Deprecated use of linked object, use ->linkedObjectsIds instead', LOG_WARNING);
                     	$ret = $this->add_object_linked();
                     	if (! $ret)	dol_print_error($this->db);
                     }
    @@ -1089,13 +1115,6 @@ class Propal extends CommonObject
     					}
     				}
     
    -				// Add linked object
    -				if (! $error && $this->origin && $this->origin_id)
    -				{
    -					$ret = $this->add_object_linked();
    -					if (! $ret)	dol_print_error($this->db);
    -				}
    -
     				// Set delivery address
     				if (! $error && $this->fk_delivery_address)
     				{
    @@ -1170,6 +1189,7 @@ class Propal extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Insert into DB a proposal object completely defined by its data members (ex, results from copy).
     	 *
    @@ -1179,6 +1199,7 @@ class Propal extends CommonObject
     	 */
     	function create_from($user)
     	{
    +        // phpcs:enable
     		// i love this function because $this->products is not used in create function...
     		$this->products=$this->lines;
     
    @@ -1561,6 +1582,7 @@ class Propal extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Load array lines
     	 *
    @@ -1569,15 +1591,16 @@ class Propal extends CommonObject
     	 */
     	function fetch_lines($only_product=0)
     	{
    +        // phpcs:enable
     		$this->lines=array();
     
     		$sql = 'SELECT d.rowid, d.fk_propal, d.fk_parent_line, d.label as custom_label, d.description, d.price, d.vat_src_code, d.tva_tx, d.localtax1_tx, d.localtax2_tx, d.localtax1_type, d.localtax2_type, d.qty, d.fk_remise_except, d.remise_percent, d.subprice, d.fk_product,';
     		$sql.= ' d.info_bits, d.total_ht, d.total_tva, d.total_localtax1, d.total_localtax2, d.total_ttc, d.fk_product_fournisseur_price as fk_fournprice, d.buy_price_ht as pa_ht, d.special_code, d.rang, d.product_type,';
     		$sql.= ' d.fk_unit,';
    -		$sql.= ' p.ref as product_ref, p.description as product_desc, p.fk_product_type, p.label as product_label,';
    +		$sql.= ' p.ref as product_ref, p.description as product_desc, p.fk_product_type, p.label as product_label, p.tobatch as product_batch,';
     		$sql.= ' p.weight, p.weight_units, p.volume, p.volume_units,';
    -		$sql.= ' d.date_start, d.date_end';
    -		$sql.= ' ,d.fk_multicurrency, d.multicurrency_code, d.multicurrency_subprice, d.multicurrency_total_ht, d.multicurrency_total_tva, d.multicurrency_total_ttc';
    +		$sql.= ' d.date_start, d.date_end,';
    +		$sql.= ' d.fk_multicurrency, d.multicurrency_code, d.multicurrency_subprice, d.multicurrency_total_ht, d.multicurrency_total_tva, d.multicurrency_total_ttc';
     		$sql.= ' FROM '.MAIN_DB_PREFIX.'propaldet as d';
     		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'product as p ON (d.fk_product = p.rowid)';
     		$sql.= ' WHERE d.fk_propal = '.$this->id;
    @@ -1606,6 +1629,7 @@ class Propal extends CommonObject
     				$line->product_type     = $objp->product_type;
     				$line->label            = $objp->custom_label;
     				$line->desc             = $objp->description;  // Description ligne
    +				$line->description      = $objp->description;  // Description ligne
     				$line->qty              = $objp->qty;
     				$line->vat_src_code     = $objp->vat_src_code;
     				$line->tva_tx           = $objp->tva_tx;
    @@ -1639,7 +1663,8 @@ class Propal extends CommonObject
     				$line->libelle			= $objp->product_label;		// TODO deprecated
     				$line->product_label	= $objp->product_label;
     				$line->product_desc     = $objp->product_desc; 		// Description produit
    -				$line->fk_product_type  = $objp->fk_product_type;
    +				$line->product_tobatch  = $objp->product_tobatch;
    +				$line->fk_product_type  = $objp->fk_product_type;	// TODO deprecated
     				$line->fk_unit          = $objp->fk_unit;
     				$line->weight = $objp->weight;
     				$line->weight_units = $objp->weight_units;
    @@ -1798,6 +1823,7 @@ class Propal extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Define proposal date
     	 *
    @@ -1808,6 +1834,7 @@ class Propal extends CommonObject
     	 */
     	function set_date($user, $date, $notrigger=0)
     	{
    +        // phpcs:enable
     		if (empty($date))
     		{
     			$this->error='ErrorBadParameter';
    @@ -1865,6 +1892,7 @@ class Propal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define end validity date
     	 *
    @@ -1875,6 +1903,7 @@ class Propal extends CommonObject
     	 */
     	function set_echeance($user, $date_fin_validite, $notrigger=0)
     	{
    +        // phpcs:enable
     		if (! empty($user->rights->propal->creer))
     		{
     			$error=0;
    @@ -1925,6 +1954,7 @@ class Propal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set delivery date
     	 *
    @@ -1935,6 +1965,7 @@ class Propal extends CommonObject
     	 */
     	function set_date_livraison($user, $date_livraison, $notrigger=0)
     	{
    +        // phpcs:enable
     		if (! empty($user->rights->propal->creer))
     		{
     			$error=0;
    @@ -1985,6 +2016,7 @@ class Propal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Set delivery
     	 *
    @@ -1995,6 +2027,7 @@ class Propal extends CommonObject
     	 */
     	function set_availability($user, $id, $notrigger=0)
     	{
    +        // phpcs:enable
     		if (! empty($user->rights->propal->creer) && $this->statut >= self::STATUS_DRAFT)
     		{
     			$error=0;
    @@ -2054,6 +2087,7 @@ class Propal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Set source of demand
     	 *
    @@ -2064,6 +2098,7 @@ class Propal extends CommonObject
     	 */
     	function set_demand_reason($user, $id, $notrigger=0)
     	{
    +        // phpcs:enable
     		if (! empty($user->rights->propal->creer) && $this->statut >= self::STATUS_DRAFT)
     		{
     			$error=0;
    @@ -2125,6 +2160,7 @@ class Propal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set customer reference number
     	 *
    @@ -2135,6 +2171,7 @@ class Propal extends CommonObject
     	 */
     	function set_ref_client($user, $ref_client, $notrigger=0)
     	{
    +        // phpcs:enable
     		if (! empty($user->rights->propal->creer))
     		{
     			$error=0;
    @@ -2188,6 +2225,7 @@ class Propal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set an overall discount on the proposal
     	 *
    @@ -2198,6 +2236,7 @@ class Propal extends CommonObject
     	 */
     	function set_remise_percent($user, $remise, $notrigger=0)
     	{
    +        // phpcs:enable
     		$remise=trim($remise)?trim($remise):0;
     
     		if (! empty($user->rights->propal->creer))
    @@ -2253,6 +2292,7 @@ class Propal extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set an absolute overall discount on the proposal
     	 *
    @@ -2263,6 +2303,7 @@ class Propal extends CommonObject
     	 */
     	function set_remise_absolue($user, $remise, $notrigger=0)
     	{
    +        // phpcs:enable
     		$remise=trim($remise)?trim($remise):0;
     
     		if (! empty($user->rights->propal->creer))
    @@ -2435,16 +2476,16 @@ class Propal extends CommonObject
     
     			if (empty($conf->global->MAIN_DISABLE_PDF_AUTOUPDATE))
     			{
    -			 	// Define output language
    -			  	$outputlangs = $langs;
    -			   	if (! empty($conf->global->MAIN_MULTILANGS))
    -			   	{
    -			   		$outputlangs = new Translate("",$conf);
    -			   		$newlang=(GETPOST('lang_id','aZ09') ? GETPOST('lang_id','aZ09') : $this->thirdparty->default_lang);
    -			   		$outputlangs->setDefaultLang($newlang);
    -			   	}
    -			   	//$ret=$object->fetch($id);    // Reload to get new records
    -				   $this->generateDocument($modelpdf, $outputlangs);
    +				// Define output language
    +				$outputlangs = $langs;
    +				if (! empty($conf->global->MAIN_MULTILANGS))
    +				{
    +					$outputlangs = new Translate("",$conf);
    +					$newlang=(GETPOST('lang_id','aZ09') ? GETPOST('lang_id','aZ09') : $this->thirdparty->default_lang);
    +					$outputlangs->setDefaultLang($newlang);
    +				}
    +				//$ret=$object->fetch($id);    // Reload to get new records
    +				$this->generateDocument($modelpdf, $outputlangs);
     			}
     
     			if (! $error)
    @@ -2452,7 +2493,7 @@ class Propal extends CommonObject
     				$this->oldcopy= clone $this;
     				$this->statut = $statut;
     				$this->date_cloture = $now;
    -				$this->note_private = $note;
    +				$this->note_private = $newprivatenote;
     			}
     
     			if (! $notrigger && empty($error))
    @@ -2463,13 +2504,17 @@ class Propal extends CommonObject
     				// End call triggers
     			}
     
    -			if ( ! $error )
    +			if (! $error)
     			{
     				$this->db->commit();
     				return 1;
     			}
     			else
     			{
    +				$this->statut = $this->oldcopy->statut;
    +				$this->date_cloture = $this->oldcopy->date_cloture;
    +				$this->note_private = $this->oldcopy->note_private;
    +
     				$this->db->rollback();
     				return -1;
     			}
    @@ -2537,6 +2582,7 @@ class Propal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set draft status
     	 *
    @@ -2546,6 +2592,7 @@ class Propal extends CommonObject
     	 */
     	function set_draft($user, $notrigger=0)
     	{
    +        // phpcs:enable
     		$error=0;
     
     		$this->db->begin();
    @@ -2594,6 +2641,7 @@ class Propal extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Return list of proposal (eventually filtered on user) into an array
     	 *
    @@ -2609,6 +2657,7 @@ class Propal extends CommonObject
     	 */
     	function liste_array($shortlist=0, $draft=0, $notcurrentuser=0, $socid=0, $limit=0, $offset=0, $sortfield='p.datep', $sortorder='DESC')
     	{
    +        // phpcs:enable
     		global $user;
     
     		$ga = array();
    @@ -2680,6 +2729,7 @@ class Propal extends CommonObject
     		return $this->InvoiceArrayList($this->id);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Returns an array with id and ref of related invoices
     	 *
    @@ -2688,6 +2738,7 @@ class Propal extends CommonObject
     	 */
     	function InvoiceArrayList($id)
     	{
    +        // phpcs:enable
     		$ga = array();
     		$linkedInvoices = array();
     
    @@ -2958,6 +3009,7 @@ class Propal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Change source demand
     	 *
    @@ -2968,6 +3020,7 @@ class Propal extends CommonObject
     	 */
     	function demand_reason($demand_reason_id, $notrigger=0)
     	{
    +        // phpcs:enable
     		global $user;
     
     		if ($this->statut >= self::STATUS_DRAFT)
    @@ -3098,6 +3151,7 @@ class Propal extends CommonObject
     		return $this->LibStatut($this->statut, $mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    	Return label of a status (draft, validated, ...)
     	 *
    @@ -3107,6 +3161,7 @@ class Propal extends CommonObject
     	 */
     	function LibStatut($statut,$mode=1)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		// Init/load array of translation of status
    @@ -3120,7 +3175,7 @@ class Propal extends CommonObject
     			$this->labelstatut[3]=$langs->trans("PropalStatusNotSigned");
     			$this->labelstatut[4]=$langs->trans("PropalStatusBilled");
     			$this->labelstatut_short[0]=$langs->trans("PropalStatusDraftShort");
    -			$this->labelstatut_short[1]=$langs->trans("Opened");
    +			$this->labelstatut_short[1]=$langs->trans("PropalStatusValidatedShort");
     			$this->labelstatut_short[2]=$langs->trans("PropalStatusSignedShort");
     			$this->labelstatut_short[3]=$langs->trans("PropalStatusNotSignedShort");
     			$this->labelstatut_short[4]=$langs->trans("PropalStatusBilledShort");
    @@ -3128,21 +3183,22 @@ class Propal extends CommonObject
     
     		$statuttrans='';
     		if ($statut==self::STATUS_DRAFT) $statuttrans='statut0';
    -		if ($statut==self::STATUS_VALIDATED) $statuttrans='statut1';
    -		if ($statut==self::STATUS_SIGNED) $statuttrans='statut3';
    -		if ($statut==self::STATUS_NOTSIGNED) $statuttrans='statut5';
    -		if ($statut==self::STATUS_BILLED) $statuttrans='statut6';
    +		elseif ($statut==self::STATUS_VALIDATED) $statuttrans='statut1';
    +		elseif ($statut==self::STATUS_SIGNED) $statuttrans='statut3';
    +		elseif ($statut==self::STATUS_NOTSIGNED) $statuttrans='statut5';
    +		elseif ($statut==self::STATUS_BILLED) $statuttrans='statut6';
     
     		if ($mode == 0)	return $this->labelstatut[$statut];
    -		if ($mode == 1)	return $this->labelstatut_short[$statut];
    -		if ($mode == 2)	return img_picto($this->labelstatut_short[$statut], $statuttrans).' '.$this->labelstatut_short[$statut];
    -		if ($mode == 3)	return img_picto($this->labelstatut[$statut], $statuttrans);
    -		if ($mode == 4)	return img_picto($this->labelstatut[$statut],$statuttrans).' '.$this->labelstatut[$statut];
    -		if ($mode == 5)	return '<span class="hideonsmartphone">'.$this->labelstatut_short[$statut].' </span>'.img_picto($this->labelstatut[$statut],$statuttrans);
    -		if ($mode == 6)	return '<span class="hideonsmartphone">'.$this->labelstatut[$statut].' </span>'.img_picto($this->labelstatut[$statut],$statuttrans);
    -	 }
    +		elseif ($mode == 1)	return $this->labelstatut_short[$statut];
    +		elseif ($mode == 2)	return img_picto($this->labelstatut_short[$statut], $statuttrans).' '.$this->labelstatut_short[$statut];
    +		elseif ($mode == 3)	return img_picto($this->labelstatut[$statut], $statuttrans);
    +		elseif ($mode == 4)	return img_picto($this->labelstatut[$statut],$statuttrans).' '.$this->labelstatut[$statut];
    +		elseif ($mode == 5)	return '<span class="hideonsmartphone">'.$this->labelstatut_short[$statut].' </span>'.img_picto($this->labelstatut[$statut],$statuttrans);
    +		elseif ($mode == 6)	return '<span class="hideonsmartphone">'.$this->labelstatut[$statut].' </span>'.img_picto($this->labelstatut[$statut],$statuttrans);
    +	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Load indicators for dashboard (this->nbtodo and this->nbtodolate)
     	 *
    @@ -3152,6 +3208,7 @@ class Propal extends CommonObject
     	 */
     	function load_board($user,$mode)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		$clause = " WHERE";
    @@ -3201,7 +3258,7 @@ class Propal extends CommonObject
     			{
     				$response->nbtodo++;
     				$response->total+=$obj->total_ht;
    -				
    +
     				if ($mode == 'opened')
     				{
     					$datelimit = $this->db->jdate($obj->datefin);
    @@ -3317,6 +3374,7 @@ class Propal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Charge indicateurs this->nb de tableau de bord
     	 *
    @@ -3324,6 +3382,7 @@ class Propal extends CommonObject
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $user;
     
     		$this->nb=array();
    @@ -3505,103 +3564,13 @@ class Propal extends CommonObject
     	}
     
     	/**
    -	 * 	Retrieve an array of propal lines
    +	 * 	Retrieve an array of proposal lines
     	 *
     	 * 	@return int		>0 if OK, <0 if KO
     	 */
     	function getLinesArray()
     	{
    -		// TODO Duplicate with fetch_lines ? Wich one to keep ?
    -
    -		$this->lines = array();
    -
    -		$sql = 'SELECT pt.rowid, pt.label as custom_label, pt.description, pt.fk_product, pt.fk_remise_except,';
    -		$sql.= ' pt.qty, pt.vat_src_code, pt.tva_tx, pt.localtax1_tx, pt.localtax2_tx, pt.localtax1_type, pt.localtax2_type, pt.remise_percent, pt.subprice, pt.info_bits,';
    -		$sql.= ' pt.total_ht, pt.total_tva, pt.total_ttc, pt.total_localtax1, pt.total_localtax2, pt.fk_product_fournisseur_price as fk_fournprice, pt.buy_price_ht as pa_ht, pt.special_code,';
    -		$sql.= ' pt.date_start, pt.date_end, pt.product_type, pt.rang, pt.fk_parent_line,';
    -		$sql.= ' pt.fk_unit,';
    -		$sql.= ' p.label as product_label, p.ref, p.fk_product_type, p.rowid as prodid, p.description as product_desc, p.tobatch as product_tobatch,';
    -		$sql.= ' p.entity,';
    -		$sql.= ' pt.fk_multicurrency, pt.multicurrency_code, pt.multicurrency_subprice, pt.multicurrency_total_ht, pt.multicurrency_total_tva, pt.multicurrency_total_ttc';
    -		$sql.= ' FROM '.MAIN_DB_PREFIX.'propaldet as pt';
    -		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'product as p ON pt.fk_product=p.rowid';
    -		$sql.= ' WHERE pt.fk_propal = '.$this->id;
    -		$sql.= ' ORDER BY pt.rang ASC, pt.rowid';
    -
    -		dol_syslog(get_class($this).'::getLinesArray', 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->lines[$i]					= new PropaleLigne($this->db);
    -				$this->lines[$i]->id				= $obj->rowid; // for backward compatibility
    -				$this->lines[$i]->rowid				= $obj->rowid;
    -				$this->lines[$i]->label 			= $obj->custom_label;
    -				$this->lines[$i]->desc       		= $obj->description;
    -				$this->lines[$i]->description 		= $obj->description;
    -				$this->lines[$i]->fk_product		= $obj->fk_product;
    -				$this->lines[$i]->ref				= $obj->ref;
    -				$this->lines[$i]->product_ref		= $obj->ref;
    -				$this->lines[$i]->entity            = $obj->entity;             // Product entity
    -				$this->lines[$i]->product_label		= $obj->product_label;
    -				$this->lines[$i]->product_desc		= $obj->product_desc;
    -				$this->lines[$i]->product_tobatch   = $obj->product_tobatch;
    -				$this->lines[$i]->fk_product_type	= $obj->fk_product_type;    // deprecated
    -				$this->lines[$i]->product_type		= $obj->product_type;
    -				$this->lines[$i]->qty				= $obj->qty;
    -				$this->lines[$i]->subprice			= $obj->subprice;
    -				$this->lines[$i]->fk_remise_except 	= $obj->fk_remise_except;
    -				$this->lines[$i]->remise_percent	= $obj->remise_percent;
    -
    -				$this->lines[$i]->vat_src_code      = $obj->vat_src_code;
    -				$this->lines[$i]->tva_tx			= $obj->tva_tx;
    -				$this->lines[$i]->localtax1_tx		= $obj->localtax1_tx;
    -				$this->lines[$i]->localtax2_tx		= $obj->localtax2_tx;
    -				$this->lines[$i]->localtax1_type	= $obj->localtax1_type;
    -				$this->lines[$i]->localtax2_type	= $obj->localtax2_type;
    -				$this->lines[$i]->info_bits			= $obj->info_bits;
    -				$this->lines[$i]->total_ht			= $obj->total_ht;
    -				$this->lines[$i]->total_tva			= $obj->total_tva;
    -				$this->lines[$i]->total_ttc			= $obj->total_ttc;
    -				$this->lines[$i]->total_localtax1	= $obj->total_localtax1;
    -				$this->lines[$i]->total_localtax2	= $obj->total_localtax2;
    -				$this->lines[$i]->fk_fournprice		= $obj->fk_fournprice;
    -				$marginInfos						= getMarginInfos($obj->subprice, $obj->remise_percent, $obj->tva_tx, $obj->localtax1_tx, $obj->localtax2_tx, $this->lines[$i]->fk_fournprice, $obj->pa_ht);
    -				$this->lines[$i]->pa_ht				= $marginInfos[0];
    -				$this->lines[$i]->marge_tx			= $marginInfos[1];
    -				$this->lines[$i]->marque_tx			= $marginInfos[2];
    -				$this->lines[$i]->fk_parent_line	= $obj->fk_parent_line;
    -				$this->lines[$i]->special_code		= $obj->special_code;
    -				$this->lines[$i]->rang				= $obj->rang;
    -				$this->lines[$i]->date_start		= $this->db->jdate($obj->date_start);
    -				$this->lines[$i]->date_end			= $this->db->jdate($obj->date_end);
    -				$this->lines[$i]->fk_unit			= $obj->fk_unit;
    -
    -				// Multicurrency
    -				$this->lines[$i]->fk_multicurrency 			= $obj->fk_multicurrency;
    -				$this->lines[$i]->multicurrency_code 		= $obj->multicurrency_code;
    -				$this->lines[$i]->multicurrency_subprice 	= $obj->multicurrency_subprice;
    -				$this->lines[$i]->multicurrency_total_ht 	= $obj->multicurrency_total_ht;
    -				$this->lines[$i]->multicurrency_total_tva 	= $obj->multicurrency_total_tva;
    -				$this->lines[$i]->multicurrency_total_ttc 	= $obj->multicurrency_total_ttc;
    -
    -				$i++;
    -			}
    -			$this->db->free($resql);
    -
    -			return 1;
    -		}
    -		else
    -		{
    -			$this->error=$this->db->error();
    -			return -1;
    -		}
    +		return $this->fetch_lines();
     	}
     
     	/**
    @@ -3665,7 +3634,7 @@ class PropaleLigne extends CommonObjectLine
     	 * @var string ID to identify managed object
     	 */
     	public $element='propaldet';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -4203,14 +4172,16 @@ class PropaleLigne extends CommonObjectLine
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Update DB line fields total_xxx
     	 *	Used by migration
     	 *
    -	 *	@return		int		<0 if ko, >0 if ok
    +	 *	@return		int		<0 if KO, >0 if OK
     	 */
     	function update_total()
     	{
    +        // phpcs:enable
     		$this->db->begin();
     
     		// Mise a jour ligne en base
    @@ -4235,6 +4206,4 @@ class PropaleLigne extends CommonObjectLine
     			return -2;
     		}
     	}
    -
     }
    -
    diff --git a/htdocs/comm/propal/stats/index.php b/htdocs/comm/propal/stats/index.php
    index 00db6264377..b7f6bd68493 100644
    --- a/htdocs/comm/propal/stats/index.php
    +++ b/htdocs/comm/propal/stats/index.php
    @@ -65,9 +65,7 @@ $langs->loadLangs(array('orders', 'companies', 'other', 'suppliers', 'supplier_p
     $form=new Form($db);
     $formpropal=new FormPropal($db);
     
    -$langs->load('propal');
    -$langs->load('other');
    -$langs->load("companies");
    +$langs->loadLangs(array('propal', 'other', 'companies'));
     
     if ($mode == 'customer')
     {
    diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php
    index 016d6a28c04..75b949ff203 100644
    --- a/htdocs/commande/card.php
    +++ b/htdocs/commande/card.php
    @@ -12,6 +12,7 @@
      * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
      * Copyright (C) 2014       Ferran Marcet			<fmarcet@2byte.es>
      * Copyright (C) 2015       Jean-François Ferry		<jfefe@aternatik.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -679,7 +680,7 @@ if (empty($reshook))
     			setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv('Type')), null, 'errors');
     			$error++;
     		}
    -		if ($prod_entry_mode == 'free' && empty($idprod) && (! ($price_ht >= 0) || $price_ht == '') && (! ($price_ht_devise >= 0) || $price_ht_devise == '')) 	// Unit price can be 0 but not ''
    +		if ($prod_entry_mode == 'free' && empty($idprod) && $price_ht == '' && $price_ht_devise == '') 	// Unit price can be 0 but not ''. Also price can be negative for order.
     		{
     			setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("UnitPriceHT")), null, 'errors');
     			$error++;
    @@ -930,7 +931,7 @@ if (empty($reshook))
     			if ($tva_npr)
     				$info_bits |= 0x01;
     
    -			if (! empty($price_min) && (price2num($pu_ht) * (1 - price2num($remise_percent) / 100) < price2num($price_min))) {
    +			if (((!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->produit->ignore_price_min_advance)) || empty($conf->global->MAIN_USE_ADVANCED_PERMS) )&& (! empty($price_min) && (price2num($pu_ht) * (1 - price2num($remise_percent) / 100) < price2num($price_min)))) {
     				$mesg = $langs->trans("CantBeLessThanMinPrice", price(price2num($price_min, 'MU'), 0, $langs, 0, 0, - 1, $conf->currency));
     				setEventMessages($mesg, null, 'errors');
     			} else {
    @@ -1051,7 +1052,7 @@ if (empty($reshook))
     
     			$label = ((GETPOST('update_label') && GETPOST('product_label')) ? GETPOST('product_label') : '');
     
    -			if ($price_min && (price2num($pu_ht) * (1 - price2num(GETPOST('remise_percent')) / 100) < price2num($price_min))) {
    +			if (((!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->produit->ignore_price_min_advance)) || empty($conf->global->MAIN_USE_ADVANCED_PERMS) )&& ($price_min && (price2num($pu_ht) * (1 - price2num(GETPOST('remise_percent')) / 100) < price2num($price_min)))) {
     				setEventMessages($langs->trans("CantBeLessThanMinPrice", price(price2num($price_min, 'MU'), 0, $langs, 0, 0, - 1, $conf->currency)), null, 'errors');
     				$error++;
     			}
    @@ -1579,7 +1580,7 @@ if ($action == 'create' && $user->rights->commande->creer)
     	}
     	// Date
     	print '<tr><td class="fieldrequired">' . $langs->trans('Date') . '</td><td>';
    -	$form->select_date('', 're', '', '', '', "crea_commande", 1, 1);			// Always autofill date with current date
    +	print $form->selectDate('', 're', '', '', '', "crea_commande", 1, 1);			// Always autofill date with current date
     	print '</td></tr>';
     
     	// Delivery date planed
    @@ -1589,7 +1590,7 @@ if ($action == 'create' && $user->rights->commande->creer)
     		if (! empty($conf->global->DATE_LIVRAISON_WEEK_DELAY)) $datedelivery = time() + ((7*$conf->global->DATE_LIVRAISON_WEEK_DELAY) * 24 * 60 * 60);
     		else $datedelivery=empty($conf->global->MAIN_AUTOFILL_DATE_DELIVERY)?-1:'';
     	}
    -	$form->select_date($datedelivery, 'liv_', '', '', '', "crea_commande", 1, 1);
    +	print $form->selectDate($datedelivery, 'liv_', '', '', '', "crea_commande", 1, 1);
     	print "</td></tr>";
     
     	// Conditions de reglement
    @@ -1967,12 +1968,11 @@ if ($action == 'create' && $user->rights->commande->creer)
     			$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('CloneOrder'), $langs->trans('ConfirmCloneOrder', $object->ref), 'confirm_clone', $formquestion, 'yes', 1);
     		}
     
    -		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;
    -		}
    +		// Call Hook 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;
    @@ -1989,7 +1989,7 @@ if ($action == 'create' && $user->rights->commande->creer)
     		$morehtmlref.=$form->editfieldval("RefCustomer", 'ref_client', $object->ref_client, $object, $user->rights->commande->creer, 'string', '', null, null, '', 1);
     		// Thirdparty
     		$morehtmlref.='<br>'.$langs->trans('ThirdParty') . ' : ' . $soc->getNomUrl(1);
    -		if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/commande/list.php?socid='.$object->thirdparty->id.'">'.$langs->trans("OtherOrders").'</a>)';
    +		if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/commande/list.php?socid='.$object->thirdparty->id.'&search_societe='.urlencode($object->thirdparty->name).'">'.$langs->trans("OtherOrders").'</a>)';
     		// Project
     		if (! empty($conf->projet->enabled))
     		{
    @@ -2087,7 +2087,7 @@ if ($action == 'create' && $user->rights->commande->creer)
     			print '<form name="setdate" action="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '" method="post">';
     			print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
     			print '<input type="hidden" name="action" value="setdate">';
    -			$form->select_date($object->date, 'order_', '', '', '', "setdate");
    +			print $form->selectDate($object->date, 'order_', '', '', '', "setdate");
     			print '<input type="submit" class="button" value="' . $langs->trans('Modify') . '">';
     			print '</form>';
     		} else {
    @@ -2112,7 +2112,7 @@ if ($action == 'create' && $user->rights->commande->creer)
     			print '<form name="setdate_livraison" action="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '" method="post">';
     			print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
     			print '<input type="hidden" name="action" value="setdate_livraison">';
    -			$form->select_date($object->date_livraison ? $object->date_livraison : - 1, 'liv_', '', '', '', "setdate_livraison");
    +			print $form->selectDate($object->date_livraison ? $object->date_livraison : - 1, 'liv_', '', '', '', "setdate_livraison");
     			print '<input type="submit" class="button" value="' . $langs->trans('Modify') . '">';
     			print '</form>';
     		} else {
    @@ -2389,7 +2389,7 @@ if ($action == 'create' && $user->rights->commande->creer)
     
     		// Total HT
     		$alert = '';
    -		if($object->total_ht < $object->thirdparty->order_min_amount) {
    +		if (! empty($conf->global->ORDER_MANAGE_MIN_AMOUNT) && $object->total_ht < $object->thirdparty->order_min_amount) {
     			$alert = ' ' . img_warning($langs->trans('OrderMinAmount').': '.price($object->thirdparty->order_min_amount));
     		}
     		print '<tr><td class="titlefieldmiddle">' . $langs->trans('AmountHT') . '</td>';
    diff --git a/htdocs/commande/class/api_orders.class.php b/htdocs/commande/class/api_orders.class.php
    index c0266d76d70..60011592afe 100644
    --- a/htdocs/commande/class/api_orders.class.php
    +++ b/htdocs/commande/class/api_orders.class.php
    @@ -473,7 +473,6 @@ class Orders extends DolibarrApi
                     'message' => 'Order deleted'
                 )
             );
    -
         }
     
         /**
    diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php
    index 68f45f7e12e..c588830d83d 100644
    --- a/htdocs/commande/class/commande.class.php
    +++ b/htdocs/commande/class/commande.class.php
    @@ -42,116 +42,145 @@ require_once DOL_DOCUMENT_ROOT .'/multicurrency/class/multicurrency.class.php';
      */
     class Commande extends CommonOrder
     {
    -    /**
    +	/**
     	 * @var string ID to identify managed object
     	 */
     	public $element='commande';
    -    
    -    /**
    +
    +	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='commande';
    -	
    -    public $table_element_line = 'commandedet';
    -    public $class_element_line = 'OrderLine';
    -    public $fk_element = 'fk_commande';
    -    public $picto = 'order';
    -    /**
    -     * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    -     * @var int
    -     */
    -    public $ismultientitymanaged = 1;
    -    /**
    -     * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
    -     * @var integer
    -     */
    -    public $restrictiononfksoc = 1;
     
    -    /**
    -     * {@inheritdoc}
    -     */
    -    protected $table_ref_field = 'ref';
    +	/**
    +	 * @var int    Name of subtable line
    +	 */
    +	public $table_element_line = 'commandedet';
    +
    +	public $class_element_line = 'OrderLine';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
    +	public $fk_element = 'fk_commande';
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto = 'order';
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
    +
    +	/**
    +	 * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
    +	 * @var integer
    +	 */
    +	public $restrictiononfksoc = 1;
    +
    +	/**
    +	 * {@inheritdoc}
    +	 */
    +	protected $table_ref_field = 'ref';
     
     	/**
     	 * Client ID
     	 * @var int
     	 */
    -    public $socid;
    +	public $socid;
     
    -    public $ref_client;
    -    public $ref_int;
    -    public $contactid;
    +	public $ref_client;
    +	public $ref_int;
    +	public $contactid;
     
     	/**
     	 * Status of the order
     	 * @var int
     	 */
    -    public $statut;
    +	public $statut;
    +
     	/**
     	 * Billed
     	 * @var int
     	 */
    -    public $billed;		// billed or not
    +	public $billed;		// billed or not
     
    -    public $brouillon;
    -    public $cond_reglement_code;
    +	public $brouillon;
    +	public $cond_reglement_code;
     
    -    public $fk_account;
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_account;
     
    -    /**
    -     * It holds the label of the payment mode. Use it in case translation cannot be found.
    -     * @var string
    -     */
    -    public $mode_reglement;
    +	/**
    +	 * It holds the label of the payment mode. Use it in case translation cannot be found.
    +	 * @var string
    +	 */
    +	public $mode_reglement;
     
    -    /**
    -     * Payment mode id
    -     * @var int
    -     */
    -    public $mode_reglement_id;
    -    /**
    -     * Payment mode code
    -     * @var string
    -     */
    -    public $mode_reglement_code;
    -    /**
    -     * Availability delivery time id
    -     * @var int
    -     */
    -    public $availability_id;
    -    /**
    -     * Availability delivery time code
    -     * @var string
    -     */
    -    public $availability_code;
    -    /**
    -     * Label of availability delivery time. Use it in case translation cannot be found.
    -     * @var string
    -     */
    -    public $availability;
    +	/**
    +	 * Payment mode id
    +	 * @var int
    +	 */
    +	public $mode_reglement_id;
    +
    +	/**
    +	 * Payment mode code
    +	 * @var string
    +	 */
    +	public $mode_reglement_code;
    +
    +	/**
    +	 * Availability delivery time id
    +	 * @var int
    +	 */
    +	public $availability_id;
    +
    +	/**
    +	 * Availability delivery time code
    +	 * @var string
    +	 */
    +	public $availability_code;
    +
    +	/**
    +	 * Label of availability delivery time. Use it in case translation cannot be found.
    +	 * @var string
    +	 */
    +	public $availability;
    +
    +	public $demand_reason_id;   // Source reason. Why we receive order (after a phone campaign, ...)
    +	public $demand_reason_code;
    +	public $date;				// Date commande
     
    -    public $demand_reason_id;   // Source reason. Why we receive order (after a phone campaign, ...)
    -    public $demand_reason_code;
    -    public $date;				// Date commande
     	/**
     	 * @deprecated
     	 * @see date
     	 */
    -    public $date_commande;
    -    public $date_livraison;	    // Date expected of shipment (date starting shipment, not the reception that occurs some days after)
    -    public $fk_remise_except;
    -    public $remise_percent;
    -    public $remise_absolue;
    -    public $info_bits;
    -    public $rang;
    -    public $special_code;
    -    public $source;			    // Order mode. How we received order (by phone, by email, ...)
    -    public $extraparams=array();
    +	public $date_commande;
     
    -    public $linked_objects=array();
    +	public $date_livraison;	    // Date expected of shipment (date starting shipment, not the reception that occurs some days after)
     
    -    public $user_author_id;
    -    public $user_valid;
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_remise_except;
    +
    +	public $remise_percent;
    +	public $remise_absolue;
    +	public $info_bits;
    +	public $rang;
    +	public $special_code;
    +	public $source;			    // Order mode. How we received order (by phone, by email, ...)
    +	public $extraparams=array();
    +
    +	public $linked_objects=array();
    +
    +	public $user_author_id;
    +	public $user_valid;
     
     	/**
     	 * @var OrderLine[]
    @@ -159,7 +188,11 @@ class Commande extends CommonOrder
     	public $lines = array();
     
     	// Multicurrency
    +	/**
    +     * @var int ID
    +     */
     	public $fk_multicurrency;
    +
     	public $multicurrency_code;
     	public $multicurrency_tx;
     	public $multicurrency_total_ht;
    @@ -168,10 +201,10 @@ class Commande extends CommonOrder
     
     	public $oldcopy;
     
    -    /**
    -     * ERR Not enough stock
    -     */
    -    const STOCK_NOT_ENOUGH_FOR_ORDER = -3;
    +	/**
    +	 * ERR Not enough stock
    +	 */
    +	const STOCK_NOT_ENOUGH_FOR_ORDER = -3;
     
     	/**
     	 * Canceled status
    @@ -197,445 +230,449 @@ class Commande extends CommonOrder
     	const STATUS_CLOSED = 3;
     
     
    -    /**
    -     *	Constructor
    -     *
    -     *  @param		DoliDB		$db      Database handler
    -     */
    -    function __construct($db)
    -    {
    -        $this->db = $db;
    +	/**
    +	 *	Constructor
    +	 *
    +	 *  @param		DoliDB		$db      Database handler
    +	 */
    +	function __construct($db)
    +	{
    +		$this->db = $db;
     
    -        $this->remise = 0;
    -        $this->remise_percent = 0;
    +		$this->remise = 0;
    +		$this->remise_percent = 0;
     
    -        $this->products = array();
    -    }
    +		$this->products = array();
    +	}
     
    -    /**
    +	/**
     	 *  Returns the reference to the following non used Order depending on the active numbering module
     	 *  defined into COMMANDE_ADDON
     	 *
     	 *  @param	Societe		$soc  	Object thirdparty
     	 *  @return string      		Order free reference
     	 */
    -    function getNextNumRef($soc)
    -    {
    -        global $langs, $conf;
    -        $langs->load("order");
    +	function getNextNumRef($soc)
    +	{
    +		global $langs, $conf;
    +		$langs->load("order");
     
    -        if (! empty($conf->global->COMMANDE_ADDON))
    -        {
    -        	$mybool=false;
    +		if (! empty($conf->global->COMMANDE_ADDON))
    +		{
    +			$mybool=false;
     
    -        	$file = $conf->global->COMMANDE_ADDON.".php";
    +			$file = $conf->global->COMMANDE_ADDON.".php";
     			$classname = $conf->global->COMMANDE_ADDON;
     
     			// Include file with class
     			$dirmodels=array_merge(array('/'),(array) $conf->modules_parts['models']);
     			foreach ($dirmodels as $reldir)
     			{
    -                $dir = dol_buildpath($reldir."core/modules/commande/");
    +				$dir = dol_buildpath($reldir."core/modules/commande/");
     
    -                // Load file with numbering class (if found)
    -                $mybool|=@include_once $dir.$file;
    -            }
    +				// Load file with numbering class (if found)
    +				$mybool|=@include_once $dir.$file;
    +			}
     
    -            if (! $mybool)
    -            {
    -                dol_print_error('',"Failed to include file ".$file);
    -                return '';
    -            }
    +			if (! $mybool)
    +			{
    +				dol_print_error('',"Failed to include file ".$file);
    +				return '';
    +			}
     
    -            $obj = new $classname();
    -            $numref = $obj->getNextValue($soc,$this);
    +			$obj = new $classname();
    +			$numref = $obj->getNextValue($soc,$this);
     
    -            if ($numref != "")
    -            {
    -            	return $numref;
    -            }
    -            else
    +			if ($numref != "")
    +			{
    +				return $numref;
    +			}
    +			else
     			{
     				$this->error=$obj->error;
    -            	//dol_print_error($this->db,get_class($this)."::getNextNumRef ".$obj->error);
    -            	return "";
    -            }
    -        }
    -        else
    -        {
    -            print $langs->trans("Error")." ".$langs->trans("Error_COMMANDE_ADDON_NotDefined");
    -            return "";
    -        }
    -    }
    -
    -
    -    /**
    -     *	Validate order
    -     *
    -     *	@param		User	$user     		User making status change
    -     *	@param		int		$idwarehouse	Id of warehouse to use for stock decrease
    -     *  @param		int		$notrigger		1=Does not execute triggers, 0= execute triggers
    -     *	@return  	int						<=0 if OK, 0=Nothing done, >0 if KO
    -     */
    -    function valid($user, $idwarehouse=0, $notrigger=0)
    -    {
    -        global $conf,$langs;
    -        require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
    -
    -        $error=0;
    -
    -        // Protection
    -        if ($this->statut == self::STATUS_VALIDATED)
    -        {
    -            dol_syslog(get_class($this)."::valid action abandonned: already validated", LOG_WARNING);
    -            return 0;
    -        }
    -
    -        if (! ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->creer))
    -       	|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->order_advance->validate))))
    -        {
    -            $this->error='NotEnoughPermissions';
    -            dol_syslog(get_class($this)."::valid ".$this->error, LOG_ERR);
    -            return -1;
    -        }
    -
    -        $now=dol_now();
    -
    -        $this->db->begin();
    -
    -        // Definition du nom de module de numerotation de commande
    -        $soc = new Societe($this->db);
    -        $soc->fetch($this->socid);
    -
    -        // Class of company linked to order
    -        $result=$soc->set_as_client();
    -
    -        // Define new ref
    -        if (! $error && (preg_match('/^[\(]?PROV/i', $this->ref) || empty($this->ref))) // empty should not happened, but when it occurs, the test save life
    -        {
    -            $num = $this->getNextNumRef($soc);
    -        }
    -        else
    +				//dol_print_error($this->db,get_class($this)."::getNextNumRef ".$obj->error);
    +				return "";
    +			}
    +		}
    +		else
     		{
    -            $num = $this->ref;
    -        }
    -        $this->newref = $num;
    +			print $langs->trans("Error")." ".$langs->trans("Error_COMMANDE_ADDON_NotDefined");
    +			return "";
    +		}
    +	}
     
    -        // Validate
    -        $sql = "UPDATE ".MAIN_DB_PREFIX."commande";
    -        $sql.= " SET ref = '".$num."',";
    -        $sql.= " fk_statut = ".self::STATUS_VALIDATED.",";
    -        $sql.= " date_valid='".$this->db->idate($now)."',";
    -        $sql.= " fk_user_valid = ".$user->id;
    -        $sql.= " WHERE rowid = ".$this->id;
     
    -        dol_syslog(get_class($this)."::valid()", LOG_DEBUG);
    -        $resql=$this->db->query($sql);
    -        if (! $resql)
    -        {
    -            dol_print_error($this->db);
    -            $this->error=$this->db->lasterror();
    -            $error++;
    -        }
    +	/**
    +	 *	Validate order
    +	 *
    +	 *	@param		User	$user     		User making status change
    +	 *	@param		int		$idwarehouse	Id of warehouse to use for stock decrease
    +	 *  @param		int		$notrigger		1=Does not execute triggers, 0= execute triggers
    +	 *	@return  	int						<=0 if OK, 0=Nothing done, >0 if KO
    +	 */
    +	function valid($user, $idwarehouse=0, $notrigger=0)
    +	{
    +		global $conf,$langs;
    +		require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     
    -        if (! $error)
    -        {
    -            // If stock is incremented on validate order, we must increment it
    -            if ($result >= 0 && ! empty($conf->stock->enabled) && $conf->global->STOCK_CALCULATE_ON_VALIDATE_ORDER == 1)
    -            {
    -                require_once DOL_DOCUMENT_ROOT.'/product/stock/class/mouvementstock.class.php';
    -                $langs->load("agenda");
    +		$error=0;
     
    -                // Loop on each line
    -                $cpt=count($this->lines);
    -                for ($i = 0; $i < $cpt; $i++)
    -                {
    -                    if ($this->lines[$i]->fk_product > 0)
    -                    {
    -                        $mouvP = new MouvementStock($this->db);
    +		// Protection
    +		if ($this->statut == self::STATUS_VALIDATED)
    +		{
    +			dol_syslog(get_class($this)."::valid action abandonned: already validated", LOG_WARNING);
    +			return 0;
    +		}
    +
    +		if (! ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->creer))
    +			|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->order_advance->validate))))
    +		{
    +			$this->error='NotEnoughPermissions';
    +			dol_syslog(get_class($this)."::valid ".$this->error, LOG_ERR);
    +			return -1;
    +		}
    +
    +		$now=dol_now();
    +
    +		$this->db->begin();
    +
    +		// Definition du nom de module de numerotation de commande
    +		$soc = new Societe($this->db);
    +		$soc->fetch($this->socid);
    +
    +		// Class of company linked to order
    +		$result=$soc->set_as_client();
    +
    +		// Define new ref
    +		if (! $error && (preg_match('/^[\(]?PROV/i', $this->ref) || empty($this->ref))) // empty should not happened, but when it occurs, the test save life
    +		{
    +			$num = $this->getNextNumRef($soc);
    +		}
    +		else
    +		{
    +			$num = $this->ref;
    +		}
    +		$this->newref = $num;
    +
    +		// Validate
    +		$sql = "UPDATE ".MAIN_DB_PREFIX."commande";
    +		$sql.= " SET ref = '".$num."',";
    +		$sql.= " fk_statut = ".self::STATUS_VALIDATED.",";
    +		$sql.= " date_valid='".$this->db->idate($now)."',";
    +		$sql.= " fk_user_valid = ".$user->id;
    +		$sql.= " WHERE rowid = ".$this->id;
    +
    +		dol_syslog(get_class($this)."::valid()", LOG_DEBUG);
    +		$resql=$this->db->query($sql);
    +		if (! $resql)
    +		{
    +			dol_print_error($this->db);
    +			$this->error=$this->db->lasterror();
    +			$error++;
    +		}
    +
    +		if (! $error)
    +		{
    +			// If stock is incremented on validate order, we must increment it
    +			if ($result >= 0 && ! empty($conf->stock->enabled) && $conf->global->STOCK_CALCULATE_ON_VALIDATE_ORDER == 1)
    +			{
    +				require_once DOL_DOCUMENT_ROOT.'/product/stock/class/mouvementstock.class.php';
    +				$langs->load("agenda");
    +
    +				// Loop on each line
    +				$cpt=count($this->lines);
    +				for ($i = 0; $i < $cpt; $i++)
    +				{
    +					if ($this->lines[$i]->fk_product > 0)
    +					{
    +						$mouvP = new MouvementStock($this->db);
     						$mouvP->origin = &$this;
    -                        // We decrement stock of product (and sub-products)
    -                        $result=$mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans("OrderValidatedInDolibarr",$num));
    -                        if ($result < 0)
    -                        {
    -                        	$error++;
    -                        	$this->error=$mouvP->error;
    -                        }
    -                    }
    -                    if ($error) break;
    -                }
    -            }
    -        }
    +						// We decrement stock of product (and sub-products)
    +						$result=$mouvP->livraison($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, $this->lines[$i]->subprice, $langs->trans("OrderValidatedInDolibarr",$num));
    +						if ($result < 0)
    +						{
    +							$error++;
    +							$this->error=$mouvP->error;
    +						}
    +					}
    +					if ($error) break;
    +				}
    +			}
    +		}
     
    -        if (! $error && ! $notrigger)
    -        {
    -            // Call trigger
    -            $result=$this->call_trigger('ORDER_VALIDATE',$user);
    -            if ($result < 0) $error++;
    -            // End call triggers
    -        }
    -
    -        if (! $error)
    -        {
    -            $this->oldref = $this->ref;
    -
    -            // Rename directory if dir was a temporary ref
    -            if (preg_match('/^[\(]?PROV/i', $this->ref))
    -            {
    -            	// On renomme repertoire ($this->ref = ancienne ref, $num = nouvelle ref)
    -                // in order not to lose the attachments
    -                $oldref = dol_sanitizeFileName($this->ref);
    -                $newref = dol_sanitizeFileName($num);
    -                $dirsource = $conf->commande->dir_output.'/'.$oldref;
    -                $dirdest = $conf->commande->dir_output.'/'.$newref;
    -                if (file_exists($dirsource))
    -                {
    -                    dol_syslog(get_class($this)."::valid() rename dir ".$dirsource." into ".$dirdest);
    -
    -                    if (@rename($dirsource, $dirdest))
    -                    {
    -                        dol_syslog("Rename ok");
    -                        // Rename docs starting with $oldref with $newref
    -                        $listoffiles=dol_dir_list($conf->commande->dir_output.'/'.$newref, 'files', 1, '^'.preg_quote($oldref,'/'));
    -                        foreach($listoffiles as $fileentry)
    -                        {
    -                        	$dirsource=$fileentry['name'];
    -                        	$dirdest=preg_replace('/^'.preg_quote($oldref,'/').'/',$newref, $dirsource);
    -                        	$dirsource=$fileentry['path'].'/'.$dirsource;
    -                        	$dirdest=$fileentry['path'].'/'.$dirdest;
    -                        	@rename($dirsource, $dirdest);
    -                        }
    -                    }
    -                }
    -            }
    -        }
    -
    -        // Set new ref and current status
    -        if (! $error)
    -        {
    -            $this->ref = $num;
    -            $this->statut = self::STATUS_VALIDATED;
    -        }
    -
    -        if (! $error)
    -        {
    -            $this->db->commit();
    -            return 1;
    -        }
    -        else
    +		if (! $error && ! $notrigger)
     		{
    -            $this->db->rollback();
    -            return -1;
    -        }
    -    }
    +			// Call trigger
    +			$result=$this->call_trigger('ORDER_VALIDATE',$user);
    +			if ($result < 0) $error++;
    +			// End call triggers
    +		}
     
    -    /**
    -     *	Set draft status
    -     *
    -     *	@param	User	$user			Object user that modify
    -     *	@param	int		$idwarehouse	Warehouse ID to use for stock change (Used only if option STOCK_CALCULATE_ON_VALIDATE_ORDER is on)
    -     *	@return	int						<0 if KO, >0 if OK
    -     */
    -    function set_draft($user, $idwarehouse=-1)
    -    {
    -        global $conf,$langs;
    +		if (! $error)
    +		{
    +			$this->oldref = $this->ref;
     
    -        $error=0;
    +			// Rename directory if dir was a temporary ref
    +			if (preg_match('/^[\(]?PROV/i', $this->ref))
    +			{
    +				// On renomme repertoire ($this->ref = ancienne ref, $num = nouvelle ref)
    +				// in order not to lose the attachments
    +				$oldref = dol_sanitizeFileName($this->ref);
    +				$newref = dol_sanitizeFileName($num);
    +				$dirsource = $conf->commande->dir_output.'/'.$oldref;
    +				$dirdest = $conf->commande->dir_output.'/'.$newref;
    +				if (file_exists($dirsource))
    +				{
    +					dol_syslog(get_class($this)."::valid() rename dir ".$dirsource." into ".$dirdest);
     
    -        // Protection
    -        if ($this->statut <= self::STATUS_DRAFT)
    -        {
    -            return 0;
    -        }
    +					if (@rename($dirsource, $dirdest))
    +					{
    +						dol_syslog("Rename ok");
    +						// Rename docs starting with $oldref with $newref
    +						$listoffiles=dol_dir_list($conf->commande->dir_output.'/'.$newref, 'files', 1, '^'.preg_quote($oldref,'/'));
    +						foreach($listoffiles as $fileentry)
    +						{
    +							$dirsource=$fileentry['name'];
    +							$dirdest=preg_replace('/^'.preg_quote($oldref,'/').'/',$newref, $dirsource);
    +							$dirsource=$fileentry['path'].'/'.$dirsource;
    +							$dirdest=$fileentry['path'].'/'.$dirdest;
    +							@rename($dirsource, $dirdest);
    +						}
    +					}
    +				}
    +			}
    +		}
     
    -        if (! ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->creer))
    -       	|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->order_advance->validate))))
    -        {
    -            $this->error='Permission denied';
    -            return -1;
    -        }
    +		// Set new ref and current status
    +		if (! $error)
    +		{
    +			$this->ref = $num;
    +			$this->statut = self::STATUS_VALIDATED;
    +		}
     
    -        $this->db->begin();
    +		if (! $error)
    +		{
    +			$this->db->commit();
    +			return 1;
    +		}
    +		else
    +		{
    +			$this->db->rollback();
    +			return -1;
    +		}
    +	}
     
    -        $sql = "UPDATE ".MAIN_DB_PREFIX."commande";
    -        $sql.= " SET fk_statut = ".self::STATUS_DRAFT;
    -        $sql.= " WHERE rowid = ".$this->id;
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Set draft status
    +	 *
    +	 *	@param	User	$user			Object user that modify
    +	 *	@param	int		$idwarehouse	Warehouse ID to use for stock change (Used only if option STOCK_CALCULATE_ON_VALIDATE_ORDER is on)
    +	 *	@return	int						<0 if KO, >0 if OK
    +	 */
    +	function set_draft($user, $idwarehouse=-1)
    +	{
    +        //phpcs:enable
    +		global $conf,$langs;
     
    -        dol_syslog(get_class($this)."::set_draft", LOG_DEBUG);
    -        if ($this->db->query($sql))
    -        {
    -            // If stock is decremented on validate order, we must reincrement it
    -            if (! empty($conf->stock->enabled) && $conf->global->STOCK_CALCULATE_ON_VALIDATE_ORDER == 1)
    -            {
    -                $result = 0;
    +		$error=0;
     
    -                require_once DOL_DOCUMENT_ROOT.'/product/stock/class/mouvementstock.class.php';
    -                $langs->load("agenda");
    +		// Protection
    +		if ($this->statut <= self::STATUS_DRAFT)
    +		{
    +			return 0;
    +		}
     
    -                $num=count($this->lines);
    -                for ($i = 0; $i < $num; $i++)
    -                {
    -                    if ($this->lines[$i]->fk_product > 0)
    -                    {
    -                        $mouvP = new MouvementStock($this->db);
    -                        $mouvP->origin = &$this;
    -                        // We increment stock of product (and sub-products)
    -                        $result=$mouvP->reception($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, 0, $langs->trans("OrderBackToDraftInDolibarr",$this->ref));
    -                        if ($result < 0) { $error++; $this->error=$mouvP->error; break; }
    -                    }
    -                }
    -            }
    +		if (! ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->creer))
    +			|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->order_advance->validate))))
    +		{
    +			$this->error='Permission denied';
    +			return -1;
    +		}
     
    -            if (!$error) {
    -            	// Call trigger
    -            	$result=$this->call_trigger('ORDER_UNVALIDATE',$user);
    -            	if ($result < 0) $error++;
    -            }
    +		$this->db->begin();
     
    -            if (!$error) {
    -           		$this->statut=self::STATUS_DRAFT;
    -            	$this->db->commit();
    -            	return 1;
    -            }else {
    -            	$this->db->rollback();
    -            	return -1;
    -            }
    -        }
    -        else
    -        {
    -            $this->error=$this->db->error();
    -            $this->db->rollback();
    -            return -1;
    -        }
    -    }
    +		$sql = "UPDATE ".MAIN_DB_PREFIX."commande";
    +		$sql.= " SET fk_statut = ".self::STATUS_DRAFT;
    +		$sql.= " WHERE rowid = ".$this->id;
    +
    +		dol_syslog(get_class($this)."::set_draft", LOG_DEBUG);
    +		if ($this->db->query($sql))
    +		{
    +			// If stock is decremented on validate order, we must reincrement it
    +			if (! empty($conf->stock->enabled) && $conf->global->STOCK_CALCULATE_ON_VALIDATE_ORDER == 1)
    +			{
    +				$result = 0;
    +
    +				require_once DOL_DOCUMENT_ROOT.'/product/stock/class/mouvementstock.class.php';
    +				$langs->load("agenda");
    +
    +				$num=count($this->lines);
    +				for ($i = 0; $i < $num; $i++)
    +				{
    +					if ($this->lines[$i]->fk_product > 0)
    +					{
    +						$mouvP = new MouvementStock($this->db);
    +						$mouvP->origin = &$this;
    +						// We increment stock of product (and sub-products)
    +						$result=$mouvP->reception($user, $this->lines[$i]->fk_product, $idwarehouse, $this->lines[$i]->qty, 0, $langs->trans("OrderBackToDraftInDolibarr",$this->ref));
    +						if ($result < 0) { $error++; $this->error=$mouvP->error; break; }
    +					}
    +				}
    +			}
    +
    +			if (!$error) {
    +				// Call trigger
    +				$result=$this->call_trigger('ORDER_UNVALIDATE',$user);
    +				if ($result < 0) $error++;
    +			}
    +
    +			if (!$error) {
    +				$this->statut=self::STATUS_DRAFT;
    +				$this->db->commit();
    +				return 1;
    +			}else {
    +				$this->db->rollback();
    +				return -1;
    +			}
    +		}
    +		else
    +		{
    +			$this->error=$this->db->error();
    +			$this->db->rollback();
    +			return -1;
    +		}
    +	}
     
     
    -    /**
    -     *	Tag the order as validated (opened)
    -     *	Function used when order is reopend after being closed.
    -     *
    -     *	@param      User	$user       Object user that change status
    -     *	@return     int         		<0 if KO, 0 if nothing is done, >0 if OK
    -     */
    -    function set_reopen($user)
    -    {
    -        $error=0;
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Tag the order as validated (opened)
    +	 *	Function used when order is reopend after being closed.
    +	 *
    +	 *	@param      User	$user       Object user that change status
    +	 *	@return     int         		<0 if KO, 0 if nothing is done, >0 if OK
    +	 */
    +	function set_reopen($user)
    +	{
    +        // phpcs:enable
    +		$error=0;
     
    -        if ($this->statut != self::STATUS_CANCELED && $this->statut != self::STATUS_CLOSED)
    -        {
    -        	dol_syslog(get_class($this)."::set_reopen order has not status closed", LOG_WARNING);
    -            return 0;
    -        }
    +		if ($this->statut != self::STATUS_CANCELED && $this->statut != self::STATUS_CLOSED)
    +		{
    +			dol_syslog(get_class($this)."::set_reopen order has not status closed", LOG_WARNING);
    +			return 0;
    +		}
     
    -        $this->db->begin();
    +		$this->db->begin();
     
    -        $sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    -        $sql.= ' SET fk_statut='.self::STATUS_VALIDATED.', facture=0';
    -        $sql.= ' WHERE rowid = '.$this->id;
    +		$sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    +		$sql.= ' SET fk_statut='.self::STATUS_VALIDATED.', facture=0';
    +		$sql.= ' WHERE rowid = '.$this->id;
     
    -        dol_syslog(get_class($this)."::set_reopen", LOG_DEBUG);
    -        $resql = $this->db->query($sql);
    -        if ($resql)
    -        {
    -            // Call trigger
    -            $result=$this->call_trigger('ORDER_REOPEN',$user);
    -            if ($result < 0) $error++;
    -            // End call triggers
    -        }
    -        else
    -        {
    -            $error++;
    -            $this->error=$this->db->lasterror();
    -            dol_print_error($this->db);
    -        }
    +		dol_syslog(get_class($this)."::set_reopen", LOG_DEBUG);
    +		$resql = $this->db->query($sql);
    +		if ($resql)
    +		{
    +			// Call trigger
    +			$result=$this->call_trigger('ORDER_REOPEN',$user);
    +			if ($result < 0) $error++;
    +			// End call triggers
    +		}
    +		else
    +		{
    +			$error++;
    +			$this->error=$this->db->lasterror();
    +			dol_print_error($this->db);
    +		}
     
    -        if (! $error)
    -        {
    -        	$this->statut = self::STATUS_VALIDATED;
    -        	$this->billed = 0;
    +		if (! $error)
    +		{
    +			$this->statut = self::STATUS_VALIDATED;
    +			$this->billed = 0;
     
    -            $this->db->commit();
    -            return 1;
    -        }
    -        else
    -        {
    -	        foreach($this->errors as $errmsg)
    -	        {
    -		        dol_syslog(get_class($this)."::set_reopen ".$errmsg, LOG_ERR);
    -		        $this->error.=($this->error?', '.$errmsg:$errmsg);
    -	        }
    -	        $this->db->rollback();
    -	        return -1*$error;
    -        }
    -    }
    +			$this->db->commit();
    +			return 1;
    +		}
    +		else
    +		{
    +			foreach($this->errors as $errmsg)
    +			{
    +				dol_syslog(get_class($this)."::set_reopen ".$errmsg, LOG_ERR);
    +				$this->error.=($this->error?', '.$errmsg:$errmsg);
    +			}
    +			$this->db->rollback();
    +			return -1*$error;
    +		}
    +	}
     
    -    /**
    -     *  Close order
    -     *
    -     * 	@param      User	$user       Objet user that close
    -     *  @param		int		$notrigger	1=Does not execute triggers, 0=Execute triggers
    -     *	@return		int					<0 if KO, >0 if OK
    -     */
    -    function cloture($user, $notrigger=0)
    -    {
    -        global $conf;
    +	/**
    +	 *  Close order
    +	 *
    +	 * 	@param      User	$user       Objet user that close
    +	 *  @param		int		$notrigger	1=Does not execute triggers, 0=Execute triggers
    +	 *	@return		int					<0 if KO, >0 if OK
    +	 */
    +	function cloture($user, $notrigger=0)
    +	{
    +		global $conf;
     
    -        $error=0;
    +		$error=0;
     
    -        if ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->creer))
    -       	|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->order_advance->validate)))
    -        {
    -            $this->db->begin();
    +		if ((empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->creer))
    +			|| (! empty($conf->global->MAIN_USE_ADVANCED_PERMS) && ! empty($user->rights->commande->order_advance->validate)))
    +		{
    +			$this->db->begin();
     
    -            $now=dol_now();
    +			$now=dol_now();
     
    -            $sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    -            $sql.= ' SET fk_statut = '.self::STATUS_CLOSED.',';
    -            $sql.= ' fk_user_cloture = '.$user->id.',';
    -            $sql.= " date_cloture = '".$this->db->idate($now)."'";
    -            $sql.= ' WHERE rowid = '.$this->id.' AND fk_statut > '.self::STATUS_DRAFT;
    +			$sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    +			$sql.= ' SET fk_statut = '.self::STATUS_CLOSED.',';
    +			$sql.= ' fk_user_cloture = '.$user->id.',';
    +			$sql.= " date_cloture = '".$this->db->idate($now)."'";
    +			$sql.= ' WHERE rowid = '.$this->id.' AND fk_statut > '.self::STATUS_DRAFT;
     
    -            if ($this->db->query($sql))
    -            {
    -            	if (! $notrigger)
    -            	{
    -		            // Call trigger
    -	            	$result=$this->call_trigger('ORDER_CLOSE',$user);
    -	            	if ($result < 0) $error++;
    -		            // End call triggers
    -            	}
    +			if ($this->db->query($sql))
    +			{
    +				if (! $notrigger)
    +				{
    +					// Call trigger
    +					$result=$this->call_trigger('ORDER_CLOSE',$user);
    +					if ($result < 0) $error++;
    +					// End call triggers
    +				}
     
    -                if (! $error)
    -                {
    -                	$this->statut=self::STATUS_CLOSED;
    +				if (! $error)
    +				{
    +					$this->statut=self::STATUS_CLOSED;
     
    -                    $this->db->commit();
    -                    return 1;
    -                }
    -                else
    -                {
    -                    $this->db->rollback();
    -                    return -1;
    -                }
    -            }
    -            else
    -            {
    -                $this->error=$this->db->lasterror();
    +					$this->db->commit();
    +					return 1;
    +				}
    +				else
    +				{
    +					$this->db->rollback();
    +					return -1;
    +				}
    +			}
    +			else
    +			{
    +				$this->error=$this->db->lasterror();
     
    -                $this->db->rollback();
    -                return -1;
    -            }
    -        }
    -        return 0;
    -    }
    +				$this->db->rollback();
    +				return -1;
    +			}
    +		}
    +		return 0;
    +	}
     
    -    /**
    -     * 	Cancel an order
    -     * 	If stock is decremented on order validation, we must reincrement it
    -     *
    -     *	@param	int		$idwarehouse	Id warehouse to use for stock change.
    -     *	@return	int						<0 if KO, >0 if OK
    -     */
    +	/**
    +	 * 	Cancel an order
    +	 * 	If stock is decremented on order validation, we must reincrement it
    +	 *
    +	 *	@param	int		$idwarehouse	Id warehouse to use for stock change.
    +	 *	@return	int						<0 if KO, >0 if OK
    +	 */
     	function cancel($idwarehouse=-1)
     	{
     		global $conf,$user,$langs;
    @@ -678,10 +715,10 @@ class Commande extends CommonOrder
     
     			if (! $error)
     			{
    -	            // Call trigger
    -	            $result=$this->call_trigger('ORDER_CANCEL',$user);
    -	            if ($result < 0) $error++;
    -	            // End call triggers
    +				// Call trigger
    +				$result=$this->call_trigger('ORDER_CANCEL',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
     			}
     
     			if (! $error)
    @@ -709,24 +746,24 @@ class Commande extends CommonOrder
     		}
     	}
     
    -    /**
    -     *	Create order
    -     *	Note that this->ref can be set or empty. If empty, we will use "(PROV)"
    -     *
    -     *	@param		User	$user 		Objet user that make creation
    -     *	@param		int	    $notrigger	Disable all triggers
    -     *	@return 	int			        <0 if KO, >0 if OK
    -     */
    -    function create($user, $notrigger=0)
    -    {
    -        global $conf,$langs;
    -        $error=0;
    +	/**
    +	 *	Create order
    +	 *	Note that this->ref can be set or empty. If empty, we will use "(PROV)"
    +	 *
    +	 *	@param		User	$user 		Objet user that make creation
    +	 *	@param		int	    $notrigger	Disable all triggers
    +	 *	@return 	int			        <0 if KO, >0 if OK
    +	 */
    +	function create($user, $notrigger=0)
    +	{
    +		global $conf,$langs;
    +		$error=0;
     
    -        // Clean parameters
    -        $this->brouillon = 1;		// set command as draft
    +		// Clean parameters
    +		$this->brouillon = 1;		// set command as draft
     
     		// $date_commande is deprecated
    -        $date = ($this->date_commande ? $this->date_commande : $this->date);
    +		$date = ($this->date_commande ? $this->date_commande : $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, $date);
    @@ -738,412 +775,412 @@ class Commande extends CommonOrder
     			$this->multicurrency_tx = 1;
     		}
     
    -        dol_syslog(get_class($this)."::create user=".$user->id);
    +		dol_syslog(get_class($this)."::create user=".$user->id);
     
    -        // Check parameters
    -    	if (! empty($this->ref))	// We check that ref is not already used
    -    	{
    -    		$result=self::isExistingObject($this->element, 0, $this->ref);	// Check ref is not yet used
    -    		if ($result > 0)
    -    		{
    -    			$this->error='ErrorRefAlreadyExists';
    -    			dol_syslog(get_class($this)."::create ".$this->error,LOG_WARNING);
    -    			$this->db->rollback();
    -    			return -1;
    -    		}
    -    	}
    +		// Check parameters
    +		if (! empty($this->ref))	// We check that ref is not already used
    +		{
    +			$result=self::isExistingObject($this->element, 0, $this->ref);	// Check ref is not yet used
    +			if ($result > 0)
    +			{
    +				$this->error='ErrorRefAlreadyExists';
    +				dol_syslog(get_class($this)."::create ".$this->error,LOG_WARNING);
    +				$this->db->rollback();
    +				return -1;
    +			}
    +		}
     
    -        $soc = new Societe($this->db);
    -        $result=$soc->fetch($this->socid);
    -        if ($result < 0)
    -        {
    -            $this->error="Failed to fetch company";
    -            dol_syslog(get_class($this)."::create ".$this->error, LOG_ERR);
    -            return -2;
    -        }
    -        if (! empty($conf->global->COMMANDE_REQUIRE_SOURCE) && $this->source < 0)
    -        {
    -            $this->error=$langs->trans("ErrorFieldRequired",$langs->trans("Source"));
    -            dol_syslog(get_class($this)."::create ".$this->error, LOG_ERR);
    -            return -1;
    -        }
    +		$soc = new Societe($this->db);
    +		$result=$soc->fetch($this->socid);
    +		if ($result < 0)
    +		{
    +			$this->error="Failed to fetch company";
    +			dol_syslog(get_class($this)."::create ".$this->error, LOG_ERR);
    +			return -2;
    +		}
    +		if (! empty($conf->global->COMMANDE_REQUIRE_SOURCE) && $this->source < 0)
    +		{
    +			$this->error=$langs->trans("ErrorFieldRequired",$langs->trans("Source"));
    +			dol_syslog(get_class($this)."::create ".$this->error, LOG_ERR);
    +			return -1;
    +		}
     
    -        $now=dol_now();
    +		$now=dol_now();
     
    -        $this->db->begin();
    +		$this->db->begin();
     
    -        $sql = "INSERT INTO ".MAIN_DB_PREFIX."commande (";
    -        $sql.= " ref, fk_soc, date_creation, fk_user_author, fk_projet, date_commande, source, note_private, note_public, ref_ext, ref_client, ref_int";
    -        $sql.= ", model_pdf, fk_cond_reglement, fk_mode_reglement, fk_account, fk_availability, fk_input_reason, date_livraison, fk_delivery_address";
    -        $sql.= ", fk_shipping_method";
    -        $sql.= ", fk_warehouse";
    -        $sql.= ", remise_absolue, remise_percent";
    -        $sql.= ", fk_incoterms, location_incoterms";
    -        $sql.= ", entity";
    -        $sql.= ", fk_multicurrency";
    -        $sql.= ", multicurrency_code";
    -        $sql.= ", multicurrency_tx";
    -        $sql.= ")";
    -        $sql.= " VALUES ('(PROV)', ".$this->socid.", '".$this->db->idate($now)."', ".$user->id;
    -        $sql.= ", ".($this->fk_project>0?$this->fk_project:"null");
    -        $sql.= ", '".$this->db->idate($date)."'";
    -        $sql.= ", ".($this->source>=0 && $this->source != '' ?$this->db->escape($this->source):'null');
    -        $sql.= ", '".$this->db->escape($this->note_private)."'";
    -        $sql.= ", '".$this->db->escape($this->note_public)."'";
    -        $sql.= ", ".($this->ref_ext?"'".$this->db->escape($this->ref_ext)."'":"null");
    -        $sql.= ", ".($this->ref_client?"'".$this->db->escape($this->ref_client)."'":"null");
    -        $sql.= ", ".($this->ref_int?"'".$this->db->escape($this->ref_int)."'":"null");
    -        $sql.= ", '".$this->db->escape($this->modelpdf)."'";
    -        $sql.= ", ".($this->cond_reglement_id>0?$this->cond_reglement_id:"null");
    -        $sql.= ", ".($this->mode_reglement_id>0?$this->mode_reglement_id:"null");
    -        $sql.= ", ".($this->fk_account>0?$this->fk_account:'NULL');
    -        $sql.= ", ".($this->availability_id>0?$this->availability_id:"null");
    -        $sql.= ", ".($this->demand_reason_id>0?$this->demand_reason_id:"null");
    -        $sql.= ", ".($this->date_livraison?"'".$this->db->idate($this->date_livraison)."'":"null");
    -        $sql.= ", ".($this->fk_delivery_address>0?$this->fk_delivery_address:'NULL');
    -        $sql.= ", ".($this->shipping_method_id>0?$this->shipping_method_id:'NULL');
    -        $sql.= ", ".($this->warehouse_id>0?$this->warehouse_id:'NULL');
    -        $sql.= ", ".($this->remise_absolue>0?$this->db->escape($this->remise_absolue):'NULL');
    -        $sql.= ", ".($this->remise_percent>0?$this->db->escape($this->remise_percent):0);
    -        $sql.= ", ".(int) $this->fk_incoterms;
    -        $sql.= ", '".$this->db->escape($this->location_incoterms)."'";
    -        $sql.= ", ".$conf->entity;
    +		$sql = "INSERT INTO ".MAIN_DB_PREFIX."commande (";
    +		$sql.= " ref, fk_soc, date_creation, fk_user_author, fk_projet, date_commande, source, note_private, note_public, ref_ext, ref_client, ref_int";
    +		$sql.= ", model_pdf, fk_cond_reglement, fk_mode_reglement, fk_account, fk_availability, fk_input_reason, date_livraison, fk_delivery_address";
    +		$sql.= ", fk_shipping_method";
    +		$sql.= ", fk_warehouse";
    +		$sql.= ", remise_absolue, remise_percent";
    +		$sql.= ", fk_incoterms, location_incoterms";
    +		$sql.= ", entity";
    +		$sql.= ", fk_multicurrency";
    +		$sql.= ", multicurrency_code";
    +		$sql.= ", multicurrency_tx";
    +		$sql.= ")";
    +		$sql.= " VALUES ('(PROV)', ".$this->socid.", '".$this->db->idate($now)."', ".$user->id;
    +		$sql.= ", ".($this->fk_project>0?$this->fk_project:"null");
    +		$sql.= ", '".$this->db->idate($date)."'";
    +		$sql.= ", ".($this->source>=0 && $this->source != '' ?$this->db->escape($this->source):'null');
    +		$sql.= ", '".$this->db->escape($this->note_private)."'";
    +		$sql.= ", '".$this->db->escape($this->note_public)."'";
    +		$sql.= ", ".($this->ref_ext?"'".$this->db->escape($this->ref_ext)."'":"null");
    +		$sql.= ", ".($this->ref_client?"'".$this->db->escape($this->ref_client)."'":"null");
    +		$sql.= ", ".($this->ref_int?"'".$this->db->escape($this->ref_int)."'":"null");
    +		$sql.= ", '".$this->db->escape($this->modelpdf)."'";
    +		$sql.= ", ".($this->cond_reglement_id>0?$this->cond_reglement_id:"null");
    +		$sql.= ", ".($this->mode_reglement_id>0?$this->mode_reglement_id:"null");
    +		$sql.= ", ".($this->fk_account>0?$this->fk_account:'NULL');
    +		$sql.= ", ".($this->availability_id>0?$this->availability_id:"null");
    +		$sql.= ", ".($this->demand_reason_id>0?$this->demand_reason_id:"null");
    +		$sql.= ", ".($this->date_livraison?"'".$this->db->idate($this->date_livraison)."'":"null");
    +		$sql.= ", ".($this->fk_delivery_address>0?$this->fk_delivery_address:'NULL');
    +		$sql.= ", ".($this->shipping_method_id>0?$this->shipping_method_id:'NULL');
    +		$sql.= ", ".($this->warehouse_id>0?$this->warehouse_id:'NULL');
    +		$sql.= ", ".($this->remise_absolue>0?$this->db->escape($this->remise_absolue):'NULL');
    +		$sql.= ", ".($this->remise_percent>0?$this->db->escape($this->remise_percent):0);
    +		$sql.= ", ".(int) $this->fk_incoterms;
    +		$sql.= ", '".$this->db->escape($this->location_incoterms)."'";
    +		$sql.= ", ".$conf->entity;
     		$sql.= ", ".(int) $this->fk_multicurrency;
     		$sql.= ", '".$this->db->escape($this->multicurrency_code)."'";
     		$sql.= ", ".(double) $this->multicurrency_tx;
    -        $sql.= ")";
    +		$sql.= ")";
     
    -        dol_syslog(get_class($this)."::create", LOG_DEBUG);
    -        $resql=$this->db->query($sql);
    -        if ($resql)
    -        {
    -            $this->id = $this->db->last_insert_id(MAIN_DB_PREFIX.'commande');
    +		dol_syslog(get_class($this)."::create", LOG_DEBUG);
    +		$resql=$this->db->query($sql);
    +		if ($resql)
    +		{
    +			$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX.'commande');
     
    -            if ($this->id)
    -            {
    -                $fk_parent_line=0;
    -                $num=count($this->lines);
    +			if ($this->id)
    +			{
    +				$fk_parent_line=0;
    +				$num=count($this->lines);
     
    -                /*
    -                 *  Insert products details into db
    -                 */
    -                for ($i=0;$i<$num;$i++)
    -                {
    -                	$line = $this->lines[$i];
    +				/*
    +				 *  Insert products details into db
    +				 */
    +				for ($i=0;$i<$num;$i++)
    +				{
    +					$line = $this->lines[$i];
     
    -                	// Test and convert into object this->lines[$i]. When coming from REST API, we may still have an array
    -				    //if (! is_object($line)) $line=json_decode(json_encode($line), false);  // convert recursively array into object.
    -                	if (! is_object($line)) $line = (object) $line;
    +					// Test and convert into object this->lines[$i]. When coming from REST API, we may still have an array
    +					//if (! is_object($line)) $line=json_decode(json_encode($line), false);  // convert recursively array into object.
    +					if (! is_object($line)) $line = (object) $line;
     
    -                    // Reset fk_parent_line for no child products and special product
    -                    if (($line->product_type != 9 && empty($line->fk_parent_line)) || $line->product_type == 9) {
    -                        $fk_parent_line = 0;
    -                    }
    +					// Reset fk_parent_line for no child products and special product
    +					if (($line->product_type != 9 && empty($line->fk_parent_line)) || $line->product_type == 9) {
    +						$fk_parent_line = 0;
    +					}
     
     					// Complete vat rate with code
     					$vatrate = $line->tva_tx;
     					if ($line->vat_src_code && ! preg_match('/\(.*\)/', $vatrate)) $vatrate.=' ('.$line->vat_src_code.')';
     
    -                    $result = $this->addline(
    -                        $line->desc,
    -                        $line->subprice,
    -                        $line->qty,
    -                        $vatrate,
    -                        $line->localtax1_tx,
    -                        $line->localtax2_tx,
    -                        $line->fk_product,
    -                        $line->remise_percent,
    -                        $line->info_bits,
    -                        $line->fk_remise_except,
    -                        'HT',
    -                        0,
    -                        $line->date_start,
    -                        $line->date_end,
    -                        $line->product_type,
    -                        $line->rang,
    -                        $line->special_code,
    -                        $fk_parent_line,
    -                        $line->fk_fournprice,
    -                        $line->pa_ht,
    -                    	$line->label,
    -                    	$line->array_options,
    -	                    $line->fk_unit,
    -                        $this->element,
    -                        $line->id
    -                    );
    -                    if ($result < 0)
    -                    {
    -                    	if ($result != self::STOCK_NOT_ENOUGH_FOR_ORDER)
    -                    	{
    -                        	$this->error=$this->db->lasterror();
    -                        	dol_print_error($this->db);
    -                    	}
    -                        $this->db->rollback();
    -                        return -1;
    -                    }
    -                    // Defined the new fk_parent_line
    -                    if ($result > 0 && $line->product_type == 9) {
    -                        $fk_parent_line = $result;
    -                    }
    -                }
    -
    -                // update ref
    -                $initialref='(PROV'.$this->id.')';
    -                if (! empty($this->ref)) $initialref=$this->ref;
    -
    -                $sql = 'UPDATE '.MAIN_DB_PREFIX."commande SET ref='".$this->db->escape($initialref)."' WHERE rowid=".$this->id;
    -                if ($this->db->query($sql))
    -                {
    -                    if ($this->id)
    -                    {
    -                    	$this->ref = $initialref;
    -
    -                    	if (! empty($this->linkedObjectsIds) && empty($this->linked_objects))	// To use new linkedObjectsIds instead of old linked_objects
    -                    	{
    -                    		$this->linked_objects = $this->linkedObjectsIds;	// TODO Replace linked_objects with linkedObjectsIds
    -                    	}
    -
    -                        // Add object linked
    -                        if (! $error && $this->id && is_array($this->linked_objects) && ! empty($this->linked_objects))
    -                        {
    -                        	foreach($this->linked_objects as $origin => $tmp_origin_id)
    -                        	{
    -                        	    if (is_array($tmp_origin_id))       // New behaviour, if linked_object can have several links per type, so is something like array('contract'=>array(id1, id2, ...))
    -                        	    {
    -                        	        foreach($tmp_origin_id as $origin_id)
    -                        	        {
    -                        	            $ret = $this->add_object_linked($origin, $origin_id);
    -                        	            if (! $ret)
    -                        	            {
    -                        	                $this->error=$this->db->lasterror();
    -                        	                $error++;
    -                        	            }
    -                        	        }
    -                        	    }
    -                        	    else                                // Old behaviour, if linked_object has only one link per type, so is something like array('contract'=>id1))
    -                        	    {
    -                        	        $origin_id = $tmp_origin_id;
    -                        	        $ret = $this->add_object_linked($origin, $origin_id);
    -                        	        if (! $ret)
    -                        	        {
    -                        	            $this->error=$this->db->lasterror();
    -                        	            $error++;
    -                        	        }
    -                          	    }
    -                        	}
    -                        }
    -
    -            			if (! $error && $this->id && ! empty($conf->global->MAIN_PROPAGATE_CONTACTS_FROM_ORIGIN) && ! empty($this->origin) && ! empty($this->origin_id))   // Get contact from origin object
    -            			{
    -            				$originforcontact = $this->origin;
    -            				$originidforcontact = $this->origin_id;
    -                		    if ($originforcontact == 'shipping')     // shipment and order share the same contacts. If creating from shipment we take data of order
    -                		    {
    -                		        require_once DOL_DOCUMENT_ROOT . '/expedition/class/expedition.class.php';
    -                		        $exp = new Expedition($this->db);
    -                		        $exp->fetch($this->origin_id);
    -                		        $exp->fetchObjectLinked();
    -                		        if (count($exp->linkedObjectsIds['commande']) > 0)
    -                		        {
    -                		            foreach ($exp->linkedObjectsIds['commande'] as $key => $value)
    -                		            {
    -                		                $originforcontact = 'commande';
    -							            if (is_object($value)) $originidforcontact = $value->id;
    -							            else $originidforcontact = $value;
    -                		                break; // We take first one
    -                		            }
    -                		        }
    -                		    }
    -
    -                		    $sqlcontact = "SELECT ctc.code, ctc.source, ec.fk_socpeople FROM ".MAIN_DB_PREFIX."element_contact as ec, ".MAIN_DB_PREFIX."c_type_contact as ctc";
    -                		    $sqlcontact.= " WHERE element_id = ".$originidforcontact." AND ec.fk_c_type_contact = ctc.rowid AND ctc.element = '".$originforcontact."'";
    -
    -                		    $resqlcontact = $this->db->query($sqlcontact);
    -                		    if ($resqlcontact)
    -                		    {
    -                		        while($objcontact = $this->db->fetch_object($resqlcontact))
    -                		        {
    -        					        //print $objcontact->code.'-'.$objcontact->source.'-'.$objcontact->fk_socpeople."\n";
    -                		            $this->add_contact($objcontact->fk_socpeople, $objcontact->code, $objcontact->source);    // May failed because of duplicate key or because code of contact type does not exists for new object
    -                		        }
    -                		    }
    -                		    else dol_print_error($resqlcontact);
    -                		}
    -                    }
    -
    -                    if (! $error)
    -                    {
    -                   		$result=$this->insertExtraFields();
    -                   		if ($result < 0) $error++;
    -                    }
    -
    -                    if (! $error && ! $notrigger)
    -                    {
    -			            // Call trigger
    -			            $result=$this->call_trigger('ORDER_CREATE',$user);
    -			            if ($result < 0) $error++;
    -			            // End call triggers
    -                    }
    -
    -	                if (! $error)
    -	                {
    -		                $this->db->commit();
    -		                return $this->id;
    -	                }
    -	                else
    +					$result = $this->addline(
    +						$line->desc,
    +						$line->subprice,
    +						$line->qty,
    +						$vatrate,
    +						$line->localtax1_tx,
    +						$line->localtax2_tx,
    +						$line->fk_product,
    +						$line->remise_percent,
    +						$line->info_bits,
    +						$line->fk_remise_except,
    +						'HT',
    +						0,
    +						$line->date_start,
    +						$line->date_end,
    +						$line->product_type,
    +						$line->rang,
    +						$line->special_code,
    +						$fk_parent_line,
    +						$line->fk_fournprice,
    +						$line->pa_ht,
    +						$line->label,
    +						$line->array_options,
    +						$line->fk_unit,
    +						$this->element,
    +						$line->id
    +					);
    +					if ($result < 0)
     					{
    -	                	$this->db->rollback();
    -	                	return -1*$error;
    +						if ($result != self::STOCK_NOT_ENOUGH_FOR_ORDER)
    +						{
    +							$this->error=$this->db->lasterror();
    +							dol_print_error($this->db);
    +						}
    +						$this->db->rollback();
    +						return -1;
     					}
    -                }
    -                else
    +					// Defined the new fk_parent_line
    +					if ($result > 0 && $line->product_type == 9) {
    +						$fk_parent_line = $result;
    +					}
    +				}
    +
    +				// update ref
    +				$initialref='(PROV'.$this->id.')';
    +				if (! empty($this->ref)) $initialref=$this->ref;
    +
    +				$sql = 'UPDATE '.MAIN_DB_PREFIX."commande SET ref='".$this->db->escape($initialref)."' WHERE rowid=".$this->id;
    +				if ($this->db->query($sql))
    +				{
    +					if ($this->id)
    +					{
    +						$this->ref = $initialref;
    +
    +						if (! empty($this->linkedObjectsIds) && empty($this->linked_objects))	// To use new linkedObjectsIds instead of old linked_objects
    +						{
    +							$this->linked_objects = $this->linkedObjectsIds;	// TODO Replace linked_objects with linkedObjectsIds
    +						}
    +
    +						// Add object linked
    +						if (! $error && $this->id && is_array($this->linked_objects) && ! empty($this->linked_objects))
    +						{
    +							foreach($this->linked_objects as $origin => $tmp_origin_id)
    +							{
    +								if (is_array($tmp_origin_id))       // New behaviour, if linked_object can have several links per type, so is something like array('contract'=>array(id1, id2, ...))
    +								{
    +									foreach($tmp_origin_id as $origin_id)
    +									{
    +										$ret = $this->add_object_linked($origin, $origin_id);
    +										if (! $ret)
    +										{
    +											$this->error=$this->db->lasterror();
    +											$error++;
    +										}
    +									}
    +								}
    +								else                                // Old behaviour, if linked_object has only one link per type, so is something like array('contract'=>id1))
    +								{
    +									$origin_id = $tmp_origin_id;
    +									$ret = $this->add_object_linked($origin, $origin_id);
    +									if (! $ret)
    +									{
    +										$this->error=$this->db->lasterror();
    +										$error++;
    +									}
    +								}
    +							}
    +						}
    +
    +						if (! $error && $this->id && ! empty($conf->global->MAIN_PROPAGATE_CONTACTS_FROM_ORIGIN) && ! empty($this->origin) && ! empty($this->origin_id))   // Get contact from origin object
    +						{
    +							$originforcontact = $this->origin;
    +							$originidforcontact = $this->origin_id;
    +							if ($originforcontact == 'shipping')     // shipment and order share the same contacts. If creating from shipment we take data of order
    +							{
    +								require_once DOL_DOCUMENT_ROOT . '/expedition/class/expedition.class.php';
    +								$exp = new Expedition($this->db);
    +								$exp->fetch($this->origin_id);
    +								$exp->fetchObjectLinked();
    +								if (count($exp->linkedObjectsIds['commande']) > 0)
    +								{
    +									foreach ($exp->linkedObjectsIds['commande'] as $key => $value)
    +									{
    +										$originforcontact = 'commande';
    +										if (is_object($value)) $originidforcontact = $value->id;
    +										else $originidforcontact = $value;
    +										break; // We take first one
    +									}
    +								}
    +							}
    +
    +							$sqlcontact = "SELECT ctc.code, ctc.source, ec.fk_socpeople FROM ".MAIN_DB_PREFIX."element_contact as ec, ".MAIN_DB_PREFIX."c_type_contact as ctc";
    +							$sqlcontact.= " WHERE element_id = ".$originidforcontact." AND ec.fk_c_type_contact = ctc.rowid AND ctc.element = '".$originforcontact."'";
    +
    +							$resqlcontact = $this->db->query($sqlcontact);
    +							if ($resqlcontact)
    +							{
    +								while($objcontact = $this->db->fetch_object($resqlcontact))
    +								{
    +									//print $objcontact->code.'-'.$objcontact->source.'-'.$objcontact->fk_socpeople."\n";
    +									$this->add_contact($objcontact->fk_socpeople, $objcontact->code, $objcontact->source);    // May failed because of duplicate key or because code of contact type does not exists for new object
    +								}
    +							}
    +							else dol_print_error($resqlcontact);
    +						}
    +					}
    +
    +					if (! $error)
    +					{
    +						$result=$this->insertExtraFields();
    +						if ($result < 0) $error++;
    +					}
    +
    +					if (! $error && ! $notrigger)
    +					{
    +						// Call trigger
    +						$result=$this->call_trigger('ORDER_CREATE',$user);
    +						if ($result < 0) $error++;
    +						// End call triggers
    +					}
    +
    +					if (! $error)
    +					{
    +						$this->db->commit();
    +						return $this->id;
    +					}
    +					else
    +					{
    +						$this->db->rollback();
    +						return -1*$error;
    +					}
    +				}
    +				else
     				{
     					$this->error=$this->db->lasterror();
    -                    $this->db->rollback();
    -                    return -1;
    -                }
    -            }
    -        }
    -        else
    +					$this->db->rollback();
    +					return -1;
    +				}
    +			}
    +		}
    +		else
     		{
    -            dol_print_error($this->db);
    -            $this->db->rollback();
    -            return -1;
    -        }
    -    }
    +			dol_print_error($this->db);
    +			$this->db->rollback();
    +			return -1;
    +		}
    +	}
     
     
    -    /**
    -     *	Load an object from its id and create a new one in database
    -     *
    -     *	@param		int			$socid			Id of thirdparty
    -     *	@return		int							New id of clone
    -     */
    -    function createFromClone($socid=0)
    -    {
    -        global $user,$hookmanager;
    +	/**
    +	 *	Load an object from its id and create a new one in database
    +	 *
    +	 *	@param		int			$socid			Id of thirdparty
    +	 *	@return		int							New id of clone
    +	 */
    +	function createFromClone($socid=0)
    +	{
    +		global $user,$hookmanager;
     
    -        $error=0;
    +		$error=0;
     
    -        $this->context['createfromclone'] = 'createfromclone';
    +		$this->context['createfromclone'] = 'createfromclone';
     
    -        $this->db->begin();
    +		$this->db->begin();
     
     		// get lines so they will be clone
     		foreach($this->lines as $line)
     			$line->fetch_optionals();
     
    -        // Load source object
    -        $objFrom = clone $this;
    +			// Load source object
    +			$objFrom = clone $this;
     
    -        // Change socid if needed
    -        if (! empty($socid) && $socid != $this->socid)
    -        {
    -            $objsoc = new Societe($this->db);
    +			// Change socid if needed
    +			if (! empty($socid) && $socid != $this->socid)
    +			{
    +				$objsoc = new Societe($this->db);
     
    -            if ($objsoc->fetch($socid)>0)
    -            {
    -                $this->socid 				= $objsoc->id;
    -                $this->cond_reglement_id	= (! empty($objsoc->cond_reglement_id) ? $objsoc->cond_reglement_id : 0);
    -                $this->mode_reglement_id	= (! empty($objsoc->mode_reglement_id) ? $objsoc->mode_reglement_id : 0);
    -                $this->fk_project			= 0;
    -                $this->fk_delivery_address	= 0;
    -            }
    +				if ($objsoc->fetch($socid)>0)
    +				{
    +					$this->socid 				= $objsoc->id;
    +					$this->cond_reglement_id	= (! empty($objsoc->cond_reglement_id) ? $objsoc->cond_reglement_id : 0);
    +					$this->mode_reglement_id	= (! empty($objsoc->mode_reglement_id) ? $objsoc->mode_reglement_id : 0);
    +					$this->fk_project			= 0;
    +					$this->fk_delivery_address	= 0;
    +				}
     
    -            // TODO Change product price if multi-prices
    -        }
    +				// TODO Change product price if multi-prices
    +			}
     
    -        $this->id=0;
    -		$this->ref = '';
    -        $this->statut=self::STATUS_DRAFT;
    +			$this->id=0;
    +			$this->ref = '';
    +			$this->statut=self::STATUS_DRAFT;
     
    -        // Clear fields
    -        $this->user_author_id     = $user->id;
    -        $this->user_valid         = '';
    -		$this->date				  = dol_now();
    -		$this->date_commande	  = dol_now();
    -        $this->date_creation      = '';
    -        $this->date_validation    = '';
    -        $this->ref_client         = '';
    +			// Clear fields
    +			$this->user_author_id     = $user->id;
    +			$this->user_valid         = '';
    +			$this->date				  = dol_now();
    +			$this->date_commande	  = dol_now();
    +			$this->date_creation      = '';
    +			$this->date_validation    = '';
    +			$this->ref_client         = '';
     
    -        // Create clone
    -        $result=$this->create($user);
    -        if ($result < 0) $error++;
    +			// Create clone
    +			$result=$this->create($user);
    +			if ($result < 0) $error++;
     
    -        if (! $error)
    -        {
    -            // Hook of thirdparty module
    -            if (is_object($hookmanager))
    -            {
    -                $parameters=array('objFrom'=>$objFrom);
    -                $action='';
    -                $reshook=$hookmanager->executeHooks('createFrom',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
    -                if ($reshook < 0) $error++;
    -            }
    -        }
    +			if (! $error)
    +			{
    +				// Hook of thirdparty module
    +				if (is_object($hookmanager))
    +				{
    +					$parameters=array('objFrom'=>$objFrom);
    +					$action='';
    +					$reshook=$hookmanager->executeHooks('createFrom',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
    +					if ($reshook < 0) $error++;
    +				}
    +			}
     
    -        unset($this->context['createfromclone']);
    +			unset($this->context['createfromclone']);
     
    -        // End
    -        if (! $error)
    -        {
    -            $this->db->commit();
    -            return $this->id;
    -        }
    -        else
    -        {
    -            $this->db->rollback();
    -            return -1;
    -        }
    -    }
    +			// End
    +			if (! $error)
    +			{
    +				$this->db->commit();
    +				return $this->id;
    +			}
    +			else
    +			{
    +				$this->db->rollback();
    +				return -1;
    +			}
    +	}
     
     
    -    /**
    -     *  Load an object from a proposal and create a new order into database
    -     *
    -     *  @param      Object			$object 	        Object source
    -     *  @param		User			$user				User making creation
    -     *  @return     int             					<0 if KO, 0 if nothing done, 1 if OK
    -     */
    -    function createFromProposal($object, User $user)
    -    {
    -        global $conf, $hookmanager;
    +	/**
    +	 *  Load an object from a proposal and create a new order into database
    +	 *
    +	 *  @param      Object			$object 	        Object source
    +	 *  @param		User			$user				User making creation
    +	 *  @return     int             					<0 if KO, 0 if nothing done, 1 if OK
    +	 */
    +	function createFromProposal($object, User $user)
    +	{
    +		global $conf, $hookmanager;
     
     		dol_include_once('/core/class/extrafields.class.php');
     
    -        $error=0;
    +		$error=0;
     
     
    -        $this->date_commande = dol_now();
    -        $this->source = 0;
    +		$this->date_commande = dol_now();
    +		$this->source = 0;
     
    -        $num=count($object->lines);
    -        for ($i = 0; $i < $num; $i++)
    -        {
    -            $line = new OrderLine($this->db);
    +		$num=count($object->lines);
    +		for ($i = 0; $i < $num; $i++)
    +		{
    +			$line = new OrderLine($this->db);
     
    -            $line->libelle           = $object->lines[$i]->libelle;
    -            $line->label             = $object->lines[$i]->label;
    -            $line->desc              = $object->lines[$i]->desc;
    -            $line->price             = $object->lines[$i]->price;
    -            $line->subprice          = $object->lines[$i]->subprice;
    -            $line->vat_src_code      = $object->lines[$i]->vat_src_code;
    -            $line->tva_tx            = $object->lines[$i]->tva_tx;
    -            $line->localtax1_tx      = $object->lines[$i]->localtax1_tx;
    -            $line->localtax2_tx      = $object->lines[$i]->localtax2_tx;
    -            $line->qty               = $object->lines[$i]->qty;
    -            $line->fk_remise_except  = $object->lines[$i]->fk_remise_except;
    -            $line->remise_percent    = $object->lines[$i]->remise_percent;
    -            $line->fk_product        = $object->lines[$i]->fk_product;
    -            $line->info_bits         = $object->lines[$i]->info_bits;
    -            $line->product_type      = $object->lines[$i]->product_type;
    -            $line->rang              = $object->lines[$i]->rang;
    -            $line->special_code      = $object->lines[$i]->special_code;
    -            $line->fk_parent_line    = $object->lines[$i]->fk_parent_line;
    -	        $line->fk_unit			 = $object->lines[$i]->fk_unit;
    +			$line->libelle           = $object->lines[$i]->libelle;
    +			$line->label             = $object->lines[$i]->label;
    +			$line->desc              = $object->lines[$i]->desc;
    +			$line->price             = $object->lines[$i]->price;
    +			$line->subprice          = $object->lines[$i]->subprice;
    +			$line->vat_src_code      = $object->lines[$i]->vat_src_code;
    +			$line->tva_tx            = $object->lines[$i]->tva_tx;
    +			$line->localtax1_tx      = $object->lines[$i]->localtax1_tx;
    +			$line->localtax2_tx      = $object->lines[$i]->localtax2_tx;
    +			$line->qty               = $object->lines[$i]->qty;
    +			$line->fk_remise_except  = $object->lines[$i]->fk_remise_except;
    +			$line->remise_percent    = $object->lines[$i]->remise_percent;
    +			$line->fk_product        = $object->lines[$i]->fk_product;
    +			$line->info_bits         = $object->lines[$i]->info_bits;
    +			$line->product_type      = $object->lines[$i]->product_type;
    +			$line->rang              = $object->lines[$i]->rang;
    +			$line->special_code      = $object->lines[$i]->special_code;
    +			$line->fk_parent_line    = $object->lines[$i]->fk_parent_line;
    +			$line->fk_unit			 = $object->lines[$i]->fk_unit;
     
    -            $line->date_start      	= $object->lines[$i]->date_start;
    -            $line->date_end    		= $object->lines[$i]->date_end;
    +			$line->date_start      	= $object->lines[$i]->date_start;
    +			$line->date_end    		= $object->lines[$i]->date_end;
     
     			$line->fk_fournprice	= $object->lines[$i]->fk_fournprice;
     			$marginInfos			= getMarginInfos($object->lines[$i]->subprice, $object->lines[$i]->remise_percent, $object->lines[$i]->tva_tx, $object->lines[$i]->localtax1_tx, $object->lines[$i]->localtax2_tx, $object->lines[$i]->fk_fournprice, $object->lines[$i]->pa_ht);
    @@ -1151,34 +1188,34 @@ class Commande extends CommonOrder
     			$line->marge_tx			= $marginInfos[1];
     			$line->marque_tx		= $marginInfos[2];
     
    -            // get extrafields from original line
    +			// get extrafields from original line
     			$object->lines[$i]->fetch_optionals();
     			foreach($object->lines[$i]->array_options as $options_key => $value)
     				$line->array_options[$options_key] = $value;
     
    -			$this->lines[$i] = $line;
    -        }
    +				$this->lines[$i] = $line;
    +		}
     
    -        $this->socid                = $object->socid;
    -        $this->fk_project           = $object->fk_project;
    -        $this->cond_reglement_id    = $object->cond_reglement_id;
    -        $this->mode_reglement_id    = $object->mode_reglement_id;
    -        $this->fk_account           = $object->fk_account;
    -        $this->availability_id      = $object->availability_id;
    -        $this->demand_reason_id     = $object->demand_reason_id;
    -        $this->date_livraison       = $object->date_livraison;
    -        $this->shipping_method_id   = $object->shipping_method_id;
    -        $this->warehouse_id         = $object->warehouse_id;
    -        $this->fk_delivery_address  = $object->fk_delivery_address;
    -        $this->contact_id           = $object->contactid;
    -        $this->ref_client           = $object->ref_client;
    -        $this->note_private         = $object->note_private;
    -        $this->note_public          = $object->note_public;
    +		$this->socid                = $object->socid;
    +		$this->fk_project           = $object->fk_project;
    +		$this->cond_reglement_id    = $object->cond_reglement_id;
    +		$this->mode_reglement_id    = $object->mode_reglement_id;
    +		$this->fk_account           = $object->fk_account;
    +		$this->availability_id      = $object->availability_id;
    +		$this->demand_reason_id     = $object->demand_reason_id;
    +		$this->date_livraison       = $object->date_livraison;
    +		$this->shipping_method_id   = $object->shipping_method_id;
    +		$this->warehouse_id         = $object->warehouse_id;
    +		$this->fk_delivery_address  = $object->fk_delivery_address;
    +		$this->contact_id           = $object->contactid;
    +		$this->ref_client           = $object->ref_client;
    +		$this->note_private         = $object->note_private;
    +		$this->note_public          = $object->note_public;
     
    -        $this->origin				= $object->element;
    -        $this->origin_id			= $object->id;
    +		$this->origin				= $object->element;
    +		$this->origin_id			= $object->id;
     
    -        // get extrafields from original line
    +		// get extrafields from original line
     		$object->fetch_optionals($object->id);
     
     		$e = new ExtraFields($this->db);
    @@ -1189,129 +1226,129 @@ class Commande extends CommonOrder
     				$this->array_options[$options_key] = $value;
     			}
     		}
    -        // Possibility to add external linked objects with hooks
    -        $this->linked_objects[$this->origin] = $this->origin_id;
    -        if (is_array($object->other_linked_objects) && ! empty($object->other_linked_objects))
    -        {
    -           	$this->linked_objects = array_merge($this->linked_objects, $object->other_linked_objects);
    -        }
    +		// Possibility to add external linked objects with hooks
    +		$this->linked_objects[$this->origin] = $this->origin_id;
    +		if (is_array($object->other_linked_objects) && ! empty($object->other_linked_objects))
    +		{
    +			$this->linked_objects = array_merge($this->linked_objects, $object->other_linked_objects);
    +		}
     
    -        $ret = $this->create($user);
    +		$ret = $this->create($user);
     
    -        if ($ret > 0)
    -        {
    -            // Actions hooked (by external module)
    -            $hookmanager->initHooks(array('orderdao'));
    +		if ($ret > 0)
    +		{
    +			// Actions hooked (by external module)
    +			$hookmanager->initHooks(array('orderdao'));
     
    -            $parameters=array('objFrom'=>$object);
    -            $action='';
    -            $reshook=$hookmanager->executeHooks('createFrom',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
    -            if ($reshook < 0) $error++;
    +			$parameters=array('objFrom'=>$object);
    +			$action='';
    +			$reshook=$hookmanager->executeHooks('createFrom',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
    +			if ($reshook < 0) $error++;
     
    -            if (! $error)
    -            {
    -                // Ne pas passer par la commande provisoire
    -                if ($conf->global->COMMANDE_VALID_AFTER_CLOSE_PROPAL == 1)
    -                {
    -                    $this->fetch($ret);
    -                    $this->valid($user);
    -                }
    -                return $ret;
    -            }
    -            else return -1;
    -        }
    -        else return -1;
    -    }
    +			if (! $error)
    +			{
    +				// Ne pas passer par la commande provisoire
    +				if ($conf->global->COMMANDE_VALID_AFTER_CLOSE_PROPAL == 1)
    +				{
    +					$this->fetch($ret);
    +					$this->valid($user);
    +				}
    +				return $ret;
    +			}
    +			else return -1;
    +		}
    +		else return -1;
    +	}
     
     
    -    /**
    -     *	Add an order line into database (linked to product/service or not)
    -     *
    -     *	@param      string			$desc            	Description of line
    -     *	@param      float			$pu_ht    	        Unit price (without tax)
    -     *	@param      float			$qty             	Quantite
    -     * 	@param    	float			$txtva           	Force Vat rate, -1 for auto (Can contain the vat_src_code too with syntax '9.9 (CODE)')
    -     * 	@param		float			$txlocaltax1		Local tax 1 rate (deprecated, use instead txtva with code inside)
    -     * 	@param		float			$txlocaltax2		Local tax 2 rate (deprecated, use instead txtva with code inside)
    -     *	@param      int				$fk_product      	Id of product
    -     *	@param      float			$remise_percent  	Pourcentage de remise de la ligne
    -     *	@param      int				$info_bits			Bits de type de lignes
    -     *	@param      int				$fk_remise_except	Id remise
    -     *	@param      string			$price_base_type	HT or TTC
    -     *	@param      float			$pu_ttc    		    Prix unitaire TTC
    -     *	@param      int				$date_start       	Start date of the line - Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    -     *	@param      int				$date_end         	End date of the line - Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    -     *	@param      int				$type				Type of line (0=product, 1=service). Not used if fk_product is defined, the type of product is used.
    -     *	@param      int				$rang             	Position of line
    -     *	@param		int				$special_code		Special code (also used by externals modules!)
    -     *	@param		int				$fk_parent_line		Parent line
    -     *  @param		int				$fk_fournprice		Id supplier price
    -     *  @param		int				$pa_ht				Buying price (without tax)
    -     *  @param		string			$label				Label
    +	/**
    +	 *	Add an order line into database (linked to product/service or not)
    +	 *
    +	 *	@param      string			$desc            	Description of line
    +	 *	@param      float			$pu_ht    	        Unit price (without tax)
    +	 *	@param      float			$qty             	Quantite
    +	 * 	@param    	float			$txtva           	Force Vat rate, -1 for auto (Can contain the vat_src_code too with syntax '9.9 (CODE)')
    +	 * 	@param		float			$txlocaltax1		Local tax 1 rate (deprecated, use instead txtva with code inside)
    +	 * 	@param		float			$txlocaltax2		Local tax 2 rate (deprecated, use instead txtva with code inside)
    +	 *	@param      int				$fk_product      	Id of product
    +	 *	@param      float			$remise_percent  	Pourcentage de remise de la ligne
    +	 *	@param      int				$info_bits			Bits de type de lignes
    +	 *	@param      int				$fk_remise_except	Id remise
    +	 *	@param      string			$price_base_type	HT or TTC
    +	 *	@param      float			$pu_ttc    		    Prix unitaire TTC
    +	 *	@param      int				$date_start       	Start date of the line - Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    +	 *	@param      int				$date_end         	End date of the line - Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    +	 *	@param      int				$type				Type of line (0=product, 1=service). Not used if fk_product is defined, the type of product is used.
    +	 *	@param      int				$rang             	Position of line
    +	 *	@param		int				$special_code		Special code (also used by externals modules!)
    +	 *	@param		int				$fk_parent_line		Parent line
    +	 *  @param		int				$fk_fournprice		Id supplier price
    +	 *  @param		int				$pa_ht				Buying price (without tax)
    +	 *  @param		string			$label				Label
     	 *  @param		array			$array_options		extrafields array. Example array('options_codeforfield1'=>'valueforfield1', 'options_codeforfield2'=>'valueforfield2', ...)
    -     * 	@param 		string			$fk_unit 			Code of the unit to use. Null to use the default one
    -     * 	@param		string		    $origin				'order', ...
    -     *  @param		int			    $origin_id			Id of origin object
    +	 * 	@param 		string			$fk_unit 			Code of the unit to use. Null to use the default one
    +	 * 	@param		string		    $origin				'order', ...
    +	 *  @param		int			    $origin_id			Id of origin object
     	 * 	@param		double			$pu_ht_devise		Unit price in currency
    -     *	@return     int             					>0 if OK, <0 if KO
    -     *
    -     *	@see        add_product
    -     *
    -     *	Les parametres sont deja cense etre juste et avec valeurs finales a l'appel
    -     *	de cette methode. Aussi, pour le taux tva, il doit deja avoir ete defini
    -     *	par l'appelant par la methode get_default_tva(societe_vendeuse,societe_acheteuse,produit)
    -     *	et le desc doit deja avoir la bonne valeur (a l'appelant de gerer le multilangue)
    -     */
    +	 *	@return     int             					>0 if OK, <0 if KO
    +	 *
    +	 *	@see        add_product
    +	 *
    +	 *	Les parametres sont deja cense etre juste et avec valeurs finales a l'appel
    +	 *	de cette methode. Aussi, pour le taux tva, il doit deja avoir ete defini
    +	 *	par l'appelant par la methode get_default_tva(societe_vendeuse,societe_acheteuse,produit)
    +	 *	et le desc doit deja avoir la bonne valeur (a l'appelant de gerer le multilangue)
    +	 */
     	function addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1=0, $txlocaltax2=0, $fk_product=0, $remise_percent=0, $info_bits=0, $fk_remise_except=0, $price_base_type='HT', $pu_ttc=0, $date_start='', $date_end='', $type=0, $rang=-1, $special_code=0, $fk_parent_line=0, $fk_fournprice=null, $pa_ht=0, $label='',$array_options=0, $fk_unit=null, $origin='', $origin_id=0, $pu_ht_devise = 0)
    -    {
    -    	global $mysoc, $conf, $langs, $user;
    +	{
    +		global $mysoc, $conf, $langs, $user;
     
     		$logtext = "::addline commandeid=$this->id, desc=$desc, pu_ht=$pu_ht, qty=$qty, txtva=$txtva, fk_product=$fk_product, remise_percent=$remise_percent";
     		$logtext.= ", info_bits=$info_bits, fk_remise_except=$fk_remise_except, price_base_type=$price_base_type, pu_ttc=$pu_ttc, date_start=$date_start";
     		$logtext.= ", date_end=$date_end, type=$type special_code=$special_code, fk_unit=$fk_unit, origin=$origin, origin_id=$origin_id, pu_ht_devise=$pu_ht_devise";
    -        dol_syslog(get_class($this).$logtext, LOG_DEBUG);
    +		dol_syslog(get_class($this).$logtext, LOG_DEBUG);
     
    -        include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
    +		include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
     
    -        // Clean parameters
    -        if (empty($remise_percent)) $remise_percent=0;
    -        if (empty($qty)) $qty=0;
    -        if (empty($info_bits)) $info_bits=0;
    -        if (empty($rang)) $rang=0;
    -        if (empty($txtva)) $txtva=0;
    -        if (empty($txlocaltax1)) $txlocaltax1=0;
    -        if (empty($txlocaltax2)) $txlocaltax2=0;
    -        if (empty($fk_parent_line) || $fk_parent_line < 0) $fk_parent_line=0;
    -        if (empty($this->fk_multicurrency)) $this->fk_multicurrency=0;
    +		// Clean parameters
    +		if (empty($remise_percent)) $remise_percent=0;
    +		if (empty($qty)) $qty=0;
    +		if (empty($info_bits)) $info_bits=0;
    +		if (empty($rang)) $rang=0;
    +		if (empty($txtva)) $txtva=0;
    +		if (empty($txlocaltax1)) $txlocaltax1=0;
    +		if (empty($txlocaltax2)) $txlocaltax2=0;
    +		if (empty($fk_parent_line) || $fk_parent_line < 0) $fk_parent_line=0;
    +		if (empty($this->fk_multicurrency)) $this->fk_multicurrency=0;
     
    -        $remise_percent=price2num($remise_percent);
    -        $qty=price2num($qty);
    -        $pu_ht=price2num($pu_ht);
    -        $pu_ht_devise=price2num($pu_ht_devise);
    -        $pu_ttc=price2num($pu_ttc);
    -    	$pa_ht=price2num($pa_ht);
    -        $txtva = price2num($txtva);
    -        $txlocaltax1 = price2num($txlocaltax1);
    -        $txlocaltax2 = price2num($txlocaltax2);
    -        if ($price_base_type=='HT')
    -        {
    -            $pu=$pu_ht;
    -        }
    -        else
    -        {
    -            $pu=$pu_ttc;
    -        }
    -        $label=trim($label);
    -        $desc=trim($desc);
    +		$remise_percent=price2num($remise_percent);
    +		$qty=price2num($qty);
    +		$pu_ht=price2num($pu_ht);
    +		$pu_ht_devise=price2num($pu_ht_devise);
    +		$pu_ttc=price2num($pu_ttc);
    +		$pa_ht=price2num($pa_ht);
    +		$txtva = price2num($txtva);
    +		$txlocaltax1 = price2num($txlocaltax1);
    +		$txlocaltax2 = price2num($txlocaltax2);
    +		if ($price_base_type=='HT')
    +		{
    +			$pu=$pu_ht;
    +		}
    +		else
    +		{
    +			$pu=$pu_ttc;
    +		}
    +		$label=trim($label);
    +		$desc=trim($desc);
     
    -        // Check parameters
    -        if ($type < 0) return -1;
    +		// Check parameters
    +		if ($type < 0) return -1;
     
    -        if ($this->statut == self::STATUS_DRAFT)
    -        {
    -            $this->db->begin();
    +		if ($this->statut == self::STATUS_DRAFT)
    +		{
    +			$this->db->begin();
     
    -        	$product_type=$type;
    +			$product_type=$type;
     			if (!empty($fk_product))
     			{
     				$product=new Product($this->db);
    @@ -1320,105 +1357,105 @@ class Commande extends CommonOrder
     
     				if (! empty($conf->global->STOCK_MUST_BE_ENOUGH_FOR_ORDER) && $product_type == 0 && $product->stock_reel < $qty)
     				{
    -                    $langs->load("errors");
    -				    $this->error=$langs->trans('ErrorStockIsNotEnoughToAddProductOnOrder', $product->ref);
    +					$langs->load("errors");
    +					$this->error=$langs->trans('ErrorStockIsNotEnoughToAddProductOnOrder', $product->ref);
     					dol_syslog(get_class($this)."::addline error=Product ".$product->ref.": ".$this->error, LOG_ERR);
     					$this->db->rollback();
     					return self::STOCK_NOT_ENOUGH_FOR_ORDER;
     				}
     			}
     			// Calcul du total TTC et de la TVA pour la ligne a partir de
    -            // qty, pu, remise_percent et txtva
    -            // TRES IMPORTANT: C'est au moment de l'insertion ligne qu'on doit stocker
    -            // la part ht, tva et ttc, et ce au niveau de la ligne qui a son propre taux tva.
    +			// qty, pu, remise_percent et txtva
    +			// TRES IMPORTANT: C'est au moment de l'insertion ligne qu'on doit stocker
    +			// la part ht, tva et ttc, et ce au niveau de la ligne qui a son propre taux tva.
     
    -            $localtaxes_type=getLocalTaxesFromRate($txtva,0,$this->thirdparty,$mysoc);
    +			$localtaxes_type=getLocalTaxesFromRate($txtva,0,$this->thirdparty,$mysoc);
     
    -       		// Clean vat code
    -    		$vat_src_code='';
    -    		if (preg_match('/\((.*)\)/', $txtva, $reg))
    -    		{
    -    		    $vat_src_code = $reg[1];
    -    		    $txtva = preg_replace('/\s*\(.*\)/', '', $txtva);    // Remove code into vatrate.
    -    		}
    +			// Clean vat code
    +			$vat_src_code='';
    +			if (preg_match('/\((.*)\)/', $txtva, $reg))
    +			{
    +				$vat_src_code = $reg[1];
    +				$txtva = preg_replace('/\s*\(.*\)/', '', $txtva);    // Remove code into vatrate.
    +			}
     
    -            $tabprice = calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $product_type, $mysoc, $localtaxes_type, 100, $this->multicurrency_tx, $pu_ht_devise);
    +			$tabprice = calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $product_type, $mysoc, $localtaxes_type, 100, $this->multicurrency_tx, $pu_ht_devise);
     
    -            /*var_dump($txlocaltax1);
    -            var_dump($txlocaltax2);
    -            var_dump($localtaxes_type);
    -            var_dump($tabprice);
    -            var_dump($tabprice[9]);
    -            var_dump($tabprice[10]);
    -            exit;*/
    +			/*var_dump($txlocaltax1);
    +			 var_dump($txlocaltax2);
    +			 var_dump($localtaxes_type);
    +			 var_dump($tabprice);
    +			 var_dump($tabprice[9]);
    +			 var_dump($tabprice[10]);
    +			 exit;*/
     
    -            $total_ht  = $tabprice[0];
    -            $total_tva = $tabprice[1];
    -            $total_ttc = $tabprice[2];
    -            $total_localtax1 = $tabprice[9];
    -            $total_localtax2 = $tabprice[10];
    +			$total_ht  = $tabprice[0];
    +			$total_tva = $tabprice[1];
    +			$total_ttc = $tabprice[2];
    +			$total_localtax1 = $tabprice[9];
    +			$total_localtax2 = $tabprice[10];
     			$pu_ht = $tabprice[3];
     
     			// MultiCurrency
     			$multicurrency_total_ht  = $tabprice[16];
    -            $multicurrency_total_tva = $tabprice[17];
    -            $multicurrency_total_ttc = $tabprice[18];
    +			$multicurrency_total_tva = $tabprice[17];
    +			$multicurrency_total_ttc = $tabprice[18];
     			$pu_ht_devise = $tabprice[19];
     
    -            // Rang to use
    -            $rangtouse = $rang;
    -            if ($rangtouse == -1)
    -            {
    -                $rangmax = $this->line_max($fk_parent_line);
    -                $rangtouse = $rangmax + 1;
    -            }
    +			// Rang to use
    +			$rangtouse = $rang;
    +			if ($rangtouse == -1)
    +			{
    +				$rangmax = $this->line_max($fk_parent_line);
    +				$rangtouse = $rangmax + 1;
    +			}
     
    -            // TODO A virer
    -            // Anciens indicateurs: $price, $remise (a ne plus utiliser)
    -            $price = $pu;
    -            $remise = 0;
    -            if ($remise_percent > 0)
    -            {
    -                $remise = round(($pu * $remise_percent / 100), 2);
    -                $price = $pu - $remise;
    -            }
    +			// TODO A virer
    +			// Anciens indicateurs: $price, $remise (a ne plus utiliser)
    +			$price = $pu;
    +			$remise = 0;
    +			if ($remise_percent > 0)
    +			{
    +				$remise = round(($pu * $remise_percent / 100), 2);
    +				$price = $pu - $remise;
    +			}
     
    -            // Insert line
    -            $this->line=new OrderLine($this->db);
    +			// Insert line
    +			$this->line=new OrderLine($this->db);
     
    -            $this->line->context = $this->context;
    +			$this->line->context = $this->context;
     
    -            $this->line->fk_commande=$this->id;
    -            $this->line->label=$label;
    -            $this->line->desc=$desc;
    -            $this->line->qty=$qty;
    +			$this->line->fk_commande=$this->id;
    +			$this->line->label=$label;
    +			$this->line->desc=$desc;
    +			$this->line->qty=$qty;
     
    -            $this->line->vat_src_code=$vat_src_code;
    -            $this->line->tva_tx=$txtva;
    -            $this->line->localtax1_tx=($total_localtax1?$localtaxes_type[1]:0);
    -            $this->line->localtax2_tx=($total_localtax2?$localtaxes_type[3]:0);
    -            $this->line->localtax1_type=$localtaxes_type[0];
    -            $this->line->localtax2_type=$localtaxes_type[2];
    -            $this->line->fk_product=$fk_product;
    +			$this->line->vat_src_code=$vat_src_code;
    +			$this->line->tva_tx=$txtva;
    +			$this->line->localtax1_tx=($total_localtax1?$localtaxes_type[1]:0);
    +			$this->line->localtax2_tx=($total_localtax2?$localtaxes_type[3]:0);
    +			$this->line->localtax1_type=$localtaxes_type[0];
    +			$this->line->localtax2_type=$localtaxes_type[2];
    +			$this->line->fk_product=$fk_product;
     			$this->line->product_type=$product_type;
    -            $this->line->fk_remise_except=$fk_remise_except;
    -            $this->line->remise_percent=$remise_percent;
    -            $this->line->subprice=$pu_ht;
    -            $this->line->rang=$rangtouse;
    -            $this->line->info_bits=$info_bits;
    -            $this->line->total_ht=$total_ht;
    -            $this->line->total_tva=$total_tva;
    -            $this->line->total_localtax1=$total_localtax1;
    -            $this->line->total_localtax2=$total_localtax2;
    -            $this->line->total_ttc=$total_ttc;
    -            $this->line->special_code=$special_code;
    -            $this->line->origin=$origin;
    -            $this->line->origin_id=$origin_id;
    -            $this->line->fk_parent_line=$fk_parent_line;
    -	        $this->line->fk_unit=$fk_unit;
    +			$this->line->fk_remise_except=$fk_remise_except;
    +			$this->line->remise_percent=$remise_percent;
    +			$this->line->subprice=$pu_ht;
    +			$this->line->rang=$rangtouse;
    +			$this->line->info_bits=$info_bits;
    +			$this->line->total_ht=$total_ht;
    +			$this->line->total_tva=$total_tva;
    +			$this->line->total_localtax1=$total_localtax1;
    +			$this->line->total_localtax2=$total_localtax2;
    +			$this->line->total_ttc=$total_ttc;
    +			$this->line->special_code=$special_code;
    +			$this->line->origin=$origin;
    +			$this->line->origin_id=$origin_id;
    +			$this->line->fk_parent_line=$fk_parent_line;
    +			$this->line->fk_unit=$fk_unit;
     
    -            $this->line->date_start=$date_start;
    -            $this->line->date_end=$date_end;
    +			$this->line->date_start=$date_start;
    +			$this->line->date_end=$date_end;
     
     			$this->line->fk_fournprice = $fk_fournprice;
     			$this->line->pa_ht = $pa_ht;
    @@ -1428,187 +1465,190 @@ class Commande extends CommonOrder
     			$this->line->multicurrency_code			= $this->multicurrency_code;
     			$this->line->multicurrency_subprice		= $pu_ht_devise;
     			$this->line->multicurrency_total_ht 	= $multicurrency_total_ht;
    -            $this->line->multicurrency_total_tva 	= $multicurrency_total_tva;
    -            $this->line->multicurrency_total_ttc 	= $multicurrency_total_ttc;
    +			$this->line->multicurrency_total_tva 	= $multicurrency_total_tva;
    +			$this->line->multicurrency_total_ttc 	= $multicurrency_total_ttc;
     
    -            // TODO Ne plus utiliser
    -            $this->line->price=$price;
    -            $this->line->remise=$remise;
    +			// TODO Ne plus utiliser
    +			$this->line->price=$price;
    +			$this->line->remise=$remise;
     
     			if (is_array($array_options) && count($array_options)>0) {
     				$this->line->array_options=$array_options;
     			}
     
    -            $result=$this->line->insert($user);
    -            if ($result > 0)
    -            {
    -                // Reorder if child line
    -                if (! empty($fk_parent_line)) $this->line_order(true,'DESC');
    +			$result=$this->line->insert($user);
    +			if ($result > 0)
    +			{
    +				// Reorder if child line
    +				if (! empty($fk_parent_line)) $this->line_order(true,'DESC');
     
    -                // Mise a jour informations denormalisees au niveau de la commande meme
    -                $result=$this->update_price(1,'auto',0,$mysoc);	// This method is designed to add line from user input so total calculation must be done using 'auto' mode.
    -                if ($result > 0)
    -                {
    -                    $this->db->commit();
    -                    return $this->line->rowid;
    -                }
    -                else
    -                {
    -                    $this->db->rollback();
    -                    return -1;
    -                }
    -            }
    -            else
    -            {
    -                $this->error=$this->line->error;
    -                dol_syslog(get_class($this)."::addline error=".$this->error, LOG_ERR);
    -                $this->db->rollback();
    -                return -2;
    -            }
    -        }
    +				// Mise a jour informations denormalisees au niveau de la commande meme
    +				$result=$this->update_price(1,'auto',0,$mysoc);	// This method is designed to add line from user input so total calculation must be done using 'auto' mode.
    +				if ($result > 0)
    +				{
    +					$this->db->commit();
    +					return $this->line->rowid;
    +				}
    +				else
    +				{
    +					$this->db->rollback();
    +					return -1;
    +				}
    +			}
    +			else
    +			{
    +				$this->error=$this->line->error;
    +				dol_syslog(get_class($this)."::addline error=".$this->error, LOG_ERR);
    +				$this->db->rollback();
    +				return -2;
    +			}
    +		}
     		else
     		{
    -            dol_syslog(get_class($this)."::addline status of order must be Draft to allow use of ->addline()", LOG_ERR);
    +			dol_syslog(get_class($this)."::addline status of order must be Draft to allow use of ->addline()", LOG_ERR);
     			return -3;
    -        }
    -    }
    +		}
    +	}
     
     
    -    /**
    -     *	Add line into array
    -     *	$this->client must be loaded
    -     *
    -     *	@param		int				$idproduct			Product Id
    -     *	@param		float			$qty				Quantity
    -     *	@param		float			$remise_percent		Product discount relative
    -     * 	@param    	int		$date_start         Start date of the line - Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    -     * 	@param    	int		$date_end           End date of the line - Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    -     * 	@return    	void
    -     *
    -     *	TODO	Remplacer les appels a cette fonction par generation objet Ligne
    -     *			insere dans tableau $this->products
    -     */
    -    function add_product($idproduct, $qty, $remise_percent=0.0, $date_start='', $date_end='')
    -    {
    -        global $conf, $mysoc;
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Add line into array
    +	 *	$this->client must be loaded
    +	 *
    +	 *	@param		int				$idproduct			Product Id
    +	 *	@param		float			$qty				Quantity
    +	 *	@param		float			$remise_percent		Product discount relative
    +	 * 	@param    	int		$date_start         Start date of the line - Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    +	 * 	@param    	int		$date_end           End date of the line - Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    +	 * 	@return    	void
    +	 *
    +	 *	TODO	Remplacer les appels a cette fonction par generation objet Ligne
    +	 *			insere dans tableau $this->products
    +	 */
    +	function add_product($idproduct, $qty, $remise_percent=0.0, $date_start='', $date_end='')
    +	{
    +        // phpcs:enable
    +		global $conf, $mysoc;
     
    -        if (! $qty) $qty = 1;
    +		if (! $qty) $qty = 1;
     
    -        if ($idproduct > 0)
    -        {
    -            $prod=new Product($this->db);
    -            $prod->fetch($idproduct);
    +		if ($idproduct > 0)
    +		{
    +			$prod=new Product($this->db);
    +			$prod->fetch($idproduct);
     
    -            $tva_tx = get_default_tva($mysoc,$this->thirdparty,$prod->id);
    -            $tva_npr = get_default_npr($mysoc,$this->thirdparty,$prod->id);
    -            if (empty($tva_tx)) $tva_npr=0;
    -            $vat_src_code = '';     // May be defined into tva_tx
    +			$tva_tx = get_default_tva($mysoc,$this->thirdparty,$prod->id);
    +			$tva_npr = get_default_npr($mysoc,$this->thirdparty,$prod->id);
    +			if (empty($tva_tx)) $tva_npr=0;
    +			$vat_src_code = '';     // May be defined into tva_tx
     
    -            $localtax1_tx=get_localtax($tva_tx,1,$this->thirdparty,$mysoc,$tva_npr);
    -            $localtax2_tx=get_localtax($tva_tx,2,$this->thirdparty,$mysoc,$tva_npr);
    +			$localtax1_tx=get_localtax($tva_tx,1,$this->thirdparty,$mysoc,$tva_npr);
    +			$localtax2_tx=get_localtax($tva_tx,2,$this->thirdparty,$mysoc,$tva_npr);
     
    -            // multiprix
    -            if($conf->global->PRODUIT_MULTIPRICES && $this->thirdparty->price_level)
    -            $price = $prod->multiprices[$this->thirdparty->price_level];
    -            else
    -            $price = $prod->price;
    +			// multiprix
    +			if($conf->global->PRODUIT_MULTIPRICES && $this->thirdparty->price_level) {
    +				$price = $prod->multiprices[$this->thirdparty->price_level];
    +			} else {
    +				$price = $prod->price;
    +			}
     
    -            $line=new OrderLine($this->db);
    +			$line=new OrderLine($this->db);
     
    -            $line->context = $this->context;
    +			$line->context = $this->context;
     
    -            $line->fk_product=$idproduct;
    -            $line->desc=$prod->description;
    -            $line->qty=$qty;
    -            $line->subprice=$price;
    -            $line->remise_percent=$remise_percent;
    -            $line->vat_src_code=$vat_src_code;
    -            $line->tva_tx=$tva_tx;
    -            $line->localtax1_tx=$localtax1_tx;
    -            $line->localtax2_tx=$localtax2_tx;
    -            $line->ref=$prod->ref;
    -            $line->libelle=$prod->label;
    -            $line->product_desc=$prod->description;
    -	        $line->fk_unit=$prod->fk_unit;
    +			$line->fk_product=$idproduct;
    +			$line->desc=$prod->description;
    +			$line->qty=$qty;
    +			$line->subprice=$price;
    +			$line->remise_percent=$remise_percent;
    +			$line->vat_src_code=$vat_src_code;
    +			$line->tva_tx=$tva_tx;
    +			$line->localtax1_tx=$localtax1_tx;
    +			$line->localtax2_tx=$localtax2_tx;
    +			$line->ref=$prod->ref;
    +			$line->libelle=$prod->label;
    +			$line->product_desc=$prod->description;
    +			$line->fk_unit=$prod->fk_unit;
     
    -            // Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    -            // Save the start and end date of the line in the object
    -            if ($date_start) { $line->date_start = $date_start; }
    -            if ($date_end)   { $line->date_end = $date_end; }
    +			// Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    +			// Save the start and end date of the line in the object
    +			if ($date_start) { $line->date_start = $date_start; }
    +			if ($date_end)   { $line->date_end = $date_end; }
     
    -            $this->lines[] = $line;
    +			$this->lines[] = $line;
     
    -            /** POUR AJOUTER AUTOMATIQUEMENT LES SOUSPRODUITS a LA COMMANDE
    -             if (! empty($conf->global->PRODUIT_SOUSPRODUITS))
    -             {
    -             $prod = new Product($this->db);
    -             $prod->fetch($idproduct);
    -             $prod -> get_sousproduits_arbo();
    -             $prods_arbo = $prod->get_arbo_each_prod();
    -             if(count($prods_arbo) > 0)
    -             {
    -             foreach($prods_arbo as $key => $value)
    -             {
    -             // print "id : ".$value[1].' :qty: '.$value[0].'<br>';
    -             if(! in_array($value[1],$this->products))
    -             $this->add_product($value[1], $value[0]);
    +			/** POUR AJOUTER AUTOMATIQUEMENT LES SOUSPRODUITS a LA COMMANDE
    +			 if (! empty($conf->global->PRODUIT_SOUSPRODUITS))
    +			 {
    +			 $prod = new Product($this->db);
    +			 $prod->fetch($idproduct);
    +			 $prod -> get_sousproduits_arbo();
    +			 $prods_arbo = $prod->get_arbo_each_prod();
    +			 if(count($prods_arbo) > 0)
    +			 {
    +			 foreach($prods_arbo as $key => $value)
    +			 {
    +			 // print "id : ".$value[1].' :qty: '.$value[0].'<br>';
    +			 if(! in_array($value[1],$this->products))
    +			 $this->add_product($value[1], $value[0]);
     
    -             }
    -             }
    +			 }
    +			 }
     
    -             }
    -             **/
    -        }
    -    }
    +			 }
    +			 **/
    +		}
    +	}
     
     
    -    /**
    -     *	Get object and lines from database
    -     *
    -     *	@param      int			$id       		Id of object to load
    -     * 	@param		string		$ref			Ref of object
    -     * 	@param		string		$ref_ext		External reference of object
    -     * 	@param		string		$ref_int		Internal reference of other object
    -     *	@return     int         				>0 if OK, <0 if KO, 0 if not found
    -     */
    -    function fetch($id, $ref='', $ref_ext='', $ref_int='')
    -    {
    +	/**
    +	 *	Get object and lines from database
    +	 *
    +	 *	@param      int			$id       		Id of object to load
    +	 * 	@param		string		$ref			Ref of object
    +	 * 	@param		string		$ref_ext		External reference of object
    +	 * 	@param		string		$ref_int		Internal reference of other object
    +	 *	@return     int         				>0 if OK, <0 if KO, 0 if not found
    +	 */
    +	function fetch($id, $ref='', $ref_ext='', $ref_int='')
    +	{
     
    -        // Check parameters
    -        if (empty($id) && empty($ref) && empty($ref_ext) && empty($ref_int)) return -1;
    +		// Check parameters
    +		if (empty($id) && empty($ref) && empty($ref_ext) && empty($ref_int)) return -1;
     
    -        $sql = 'SELECT c.rowid, c.entity, c.date_creation, c.ref, c.fk_soc, c.fk_user_author, c.fk_user_valid, c.fk_statut';
    -        $sql.= ', c.amount_ht, c.total_ht, c.total_ttc, c.tva as total_tva, c.localtax1 as total_localtax1, c.localtax2 as total_localtax2, c.fk_cond_reglement, c.fk_mode_reglement, c.fk_availability, c.fk_input_reason';
    -        $sql.= ', c.fk_account';
    -        $sql.= ', c.date_commande';
    -        $sql.= ', c.date_livraison';
    -        $sql.= ', c.fk_shipping_method';
    -        $sql.= ', c.fk_warehouse';
    -        $sql.= ', c.fk_projet, c.remise_percent, c.remise, c.remise_absolue, c.source, c.facture as billed';
    -        $sql.= ', c.note_private, c.note_public, c.ref_client, c.ref_ext, c.ref_int, c.model_pdf, c.last_main_doc, c.fk_delivery_address, c.extraparams';
    -        $sql.= ', c.fk_incoterms, c.location_incoterms';
    +		$sql = 'SELECT c.rowid, c.entity, c.date_creation, c.ref, c.fk_soc, c.fk_user_author, c.fk_user_valid, c.fk_statut';
    +		$sql.= ', c.amount_ht, c.total_ht, c.total_ttc, c.tva as total_tva, c.localtax1 as total_localtax1, c.localtax2 as total_localtax2, c.fk_cond_reglement, c.fk_mode_reglement, c.fk_availability, c.fk_input_reason';
    +		$sql.= ', c.fk_account';
    +		$sql.= ', c.date_commande';
    +		$sql.= ', c.date_livraison';
    +		$sql.= ', c.fk_shipping_method';
    +		$sql.= ', c.fk_warehouse';
    +		$sql.= ', c.fk_projet, c.remise_percent, c.remise, c.remise_absolue, c.source, c.facture as billed';
    +		$sql.= ', c.note_private, c.note_public, c.ref_client, c.ref_ext, c.ref_int, c.model_pdf, c.last_main_doc, c.fk_delivery_address, c.extraparams';
    +		$sql.= ', c.fk_incoterms, c.location_incoterms';
     		$sql.= ", c.fk_multicurrency, c.multicurrency_code, c.multicurrency_tx, c.multicurrency_total_ht, c.multicurrency_total_tva, c.multicurrency_total_ttc";
    -        $sql.= ", i.libelle as libelle_incoterms";
    -        $sql.= ', p.code as mode_reglement_code, p.libelle as mode_reglement_libelle';
    -        $sql.= ', cr.code as cond_reglement_code, cr.libelle as cond_reglement_libelle, cr.libelle_facture as cond_reglement_libelle_doc';
    -        $sql.= ', ca.code as availability_code, ca.label as availability_label';
    -        $sql.= ', dr.code as demand_reason_code';
    -        $sql.= ' FROM '.MAIN_DB_PREFIX.'commande as c';
    -        $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_payment_term as cr ON c.fk_cond_reglement = cr.rowid';
    -        $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_paiement as p ON c.fk_mode_reglement = p.id';
    -        $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_availability as ca ON c.fk_availability = ca.rowid';
    -        $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_input_reason as dr ON c.fk_input_reason = ca.rowid';
    +		$sql.= ", i.libelle as libelle_incoterms";
    +		$sql.= ', p.code as mode_reglement_code, p.libelle as mode_reglement_libelle';
    +		$sql.= ', cr.code as cond_reglement_code, cr.libelle as cond_reglement_libelle, cr.libelle_facture as cond_reglement_libelle_doc';
    +		$sql.= ', ca.code as availability_code, ca.label as availability_label';
    +		$sql.= ', dr.code as demand_reason_code';
    +		$sql.= ' FROM '.MAIN_DB_PREFIX.'commande as c';
    +		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_payment_term as cr ON c.fk_cond_reglement = cr.rowid';
    +		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_paiement as p ON c.fk_mode_reglement = p.id';
    +		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_availability as ca ON c.fk_availability = ca.rowid';
    +		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_input_reason as dr ON c.fk_input_reason = ca.rowid';
     		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_incoterms as i ON c.fk_incoterms = i.rowid';
     
     		if ($id) $sql.= " WHERE c.rowid=".$id;
     		else $sql.= " WHERE c.entity IN (".getEntity('commande').")"; // Dont't use entity if you use rowid
     
    -        if ($ref)     $sql.= " AND c.ref='".$this->db->escape($ref)."'";
    -        if ($ref_ext) $sql.= " AND c.ref_ext='".$this->db->escape($ref_ext)."'";
    -        if ($ref_int) $sql.= " AND c.ref_int='".$this->db->escape($ref_int)."'";
    +		if ($ref)     $sql.= " AND c.ref='".$this->db->escape($ref)."'";
    +		if ($ref_ext) $sql.= " AND c.ref_ext='".$this->db->escape($ref_ext)."'";
    +		if ($ref_int) $sql.= " AND c.ref_int='".$this->db->escape($ref_int)."'";
     
    -        dol_syslog(get_class($this)."::fetch", LOG_DEBUG);
    -        $result = $this->db->query($sql);
    +		dol_syslog(get_class($this)."::fetch", LOG_DEBUG);
    +		$result = $this->db->query($sql);
     		if ($result)
     		{
     			$obj = $this->db->fetch_object($result);
    @@ -1617,50 +1657,50 @@ class Commande extends CommonOrder
     				$this->id					= $obj->rowid;
     				$this->entity				= $obj->entity;
     
    -                $this->ref					= $obj->ref;
    -                $this->ref_client			= $obj->ref_client;
    -                $this->ref_customer			= $obj->ref_client;
    -                $this->ref_ext				= $obj->ref_ext;
    -                $this->ref_int				= $obj->ref_int;
    -                $this->socid				= $obj->fk_soc;
    -                $this->statut				= $obj->fk_statut;
    -                $this->user_author_id		= $obj->fk_user_author;
    -                $this->user_valid           = $obj->fk_user_valid;
    -                $this->total_ht				= $obj->total_ht;
    -                $this->total_tva			= $obj->total_tva;
    -                $this->total_localtax1		= $obj->total_localtax1;
    -                $this->total_localtax2		= $obj->total_localtax2;
    -                $this->total_ttc			= $obj->total_ttc;
    -                $this->date					= $this->db->jdate($obj->date_commande);
    -                $this->date_commande		= $this->db->jdate($obj->date_commande);
    -                $this->remise				= $obj->remise;
    -                $this->remise_percent		= $obj->remise_percent;
    -                $this->remise_absolue		= $obj->remise_absolue;
    -                $this->source				= $obj->source;
    -                $this->billed				= $obj->billed;
    -                $this->note					= $obj->note_private;	// deprecated
    -                $this->note_private			= $obj->note_private;
    -                $this->note_public			= $obj->note_public;
    -                $this->fk_project			= $obj->fk_projet;
    -                $this->modelpdf				= $obj->model_pdf;
    -                $this->last_main_doc		= $obj->last_main_doc;
    -                $this->mode_reglement_id	= $obj->fk_mode_reglement;
    -                $this->mode_reglement_code	= $obj->mode_reglement_code;
    -                $this->mode_reglement		= $obj->mode_reglement_libelle;
    -                $this->cond_reglement_id	= $obj->fk_cond_reglement;
    -                $this->cond_reglement_code	= $obj->cond_reglement_code;
    -                $this->cond_reglement		= $obj->cond_reglement_libelle;
    -                $this->cond_reglement_doc	= $obj->cond_reglement_libelle_doc;
    -                $this->fk_account           = $obj->fk_account;
    -                $this->availability_id		= $obj->fk_availability;
    -                $this->availability_code	= $obj->availability_code;
    -                $this->availability	    	= $obj->availability_label;
    -                $this->demand_reason_id		= $obj->fk_input_reason;
    -                $this->demand_reason_code	= $obj->demand_reason_code;
    -                $this->date_livraison		= $this->db->jdate($obj->date_livraison);
    -                $this->shipping_method_id   = ($obj->fk_shipping_method>0)?$obj->fk_shipping_method:null;
    -                $this->warehouse_id           = ($obj->fk_warehouse>0)?$obj->fk_warehouse:null;
    -                $this->fk_delivery_address	= $obj->fk_delivery_address;
    +				$this->ref					= $obj->ref;
    +				$this->ref_client			= $obj->ref_client;
    +				$this->ref_customer			= $obj->ref_client;
    +				$this->ref_ext				= $obj->ref_ext;
    +				$this->ref_int				= $obj->ref_int;
    +				$this->socid				= $obj->fk_soc;
    +				$this->statut				= $obj->fk_statut;
    +				$this->user_author_id		= $obj->fk_user_author;
    +				$this->user_valid           = $obj->fk_user_valid;
    +				$this->total_ht				= $obj->total_ht;
    +				$this->total_tva			= $obj->total_tva;
    +				$this->total_localtax1		= $obj->total_localtax1;
    +				$this->total_localtax2		= $obj->total_localtax2;
    +				$this->total_ttc			= $obj->total_ttc;
    +				$this->date					= $this->db->jdate($obj->date_commande);
    +				$this->date_commande		= $this->db->jdate($obj->date_commande);
    +				$this->remise				= $obj->remise;
    +				$this->remise_percent		= $obj->remise_percent;
    +				$this->remise_absolue		= $obj->remise_absolue;
    +				$this->source				= $obj->source;
    +				$this->billed				= $obj->billed;
    +				$this->note					= $obj->note_private;	// deprecated
    +				$this->note_private			= $obj->note_private;
    +				$this->note_public			= $obj->note_public;
    +				$this->fk_project			= $obj->fk_projet;
    +				$this->modelpdf				= $obj->model_pdf;
    +				$this->last_main_doc		= $obj->last_main_doc;
    +				$this->mode_reglement_id	= $obj->fk_mode_reglement;
    +				$this->mode_reglement_code	= $obj->mode_reglement_code;
    +				$this->mode_reglement		= $obj->mode_reglement_libelle;
    +				$this->cond_reglement_id	= $obj->fk_cond_reglement;
    +				$this->cond_reglement_code	= $obj->cond_reglement_code;
    +				$this->cond_reglement		= $obj->cond_reglement_libelle;
    +				$this->cond_reglement_doc	= $obj->cond_reglement_libelle_doc;
    +				$this->fk_account           = $obj->fk_account;
    +				$this->availability_id		= $obj->fk_availability;
    +				$this->availability_code	= $obj->availability_code;
    +				$this->availability	    	= $obj->availability_label;
    +				$this->demand_reason_id		= $obj->fk_input_reason;
    +				$this->demand_reason_code	= $obj->demand_reason_code;
    +				$this->date_livraison		= $this->db->jdate($obj->date_livraison);
    +				$this->shipping_method_id   = ($obj->fk_shipping_method>0)?$obj->fk_shipping_method:null;
    +				$this->warehouse_id           = ($obj->fk_warehouse>0)?$obj->fk_warehouse:null;
    +				$this->fk_delivery_address	= $obj->fk_delivery_address;
     
     				//Incoterms
     				$this->fk_incoterms = $obj->fk_incoterms;
    @@ -1675,207 +1715,211 @@ class Commande extends CommonOrder
     				$this->multicurrency_total_tva 	= $obj->multicurrency_total_tva;
     				$this->multicurrency_total_ttc 	= $obj->multicurrency_total_ttc;
     
    -                $this->extraparams			= (array) json_decode($obj->extraparams, true);
    +				$this->extraparams			= (array) json_decode($obj->extraparams, true);
     
    -                $this->lines				= array();
    +				$this->lines				= array();
     
    -                if ($this->statut == self::STATUS_DRAFT) $this->brouillon = 1;
    +				if ($this->statut == self::STATUS_DRAFT) $this->brouillon = 1;
     
    -                // Retreive all extrafield
    -                // fetch optionals attributes and labels
    -                $this->fetch_optionals();
    +				// Retreive all extrafield
    +				// fetch optionals attributes and labels
    +				$this->fetch_optionals();
     
    -                $this->db->free($result);
    +				$this->db->free($result);
     
    -                /*
    -                 * Lines
    -                 */
    -                $result=$this->fetch_lines();
    -                if ($result < 0)
    -                {
    -                    return -3;
    -                }
    -                return 1;
    -            }
    -            else
    -            {
    -                $this->error='Order with id '.$id.' not found sql='.$sql;
    -                return 0;
    -            }
    -        }
    -        else
    -        {
    -            $this->error=$this->db->error();
    -            return -1;
    -        }
    -    }
    +				/*
    +				 * Lines
    +				 */
    +				$result=$this->fetch_lines();
    +				if ($result < 0)
    +				{
    +					return -3;
    +				}
    +				return 1;
    +			}
    +			else
    +			{
    +				$this->error='Order with id '.$id.' not found sql='.$sql;
    +				return 0;
    +			}
    +		}
    +		else
    +		{
    +			$this->error=$this->db->error();
    +			return -1;
    +		}
    +	}
     
     
    -    /**
    -     *	Adding line of fixed discount in the order in DB
    -     *
    -     *	@param     int	$idremise			Id de la remise fixe
    -     *	@return    int          			>0 si ok, <0 si ko
    -     */
    -    function insert_discount($idremise)
    -    {
    -        global $langs;
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Adding line of fixed discount in the order in DB
    +	 *
    +	 *	@param     int	$idremise			Id de la remise fixe
    +	 *	@return    int          			>0 si ok, <0 si ko
    +	 */
    +	function insert_discount($idremise)
    +	{
    +        // phpcs:enable
    +		global $langs;
     
    -        include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
    -        include_once DOL_DOCUMENT_ROOT.'/core/class/discount.class.php';
    +		include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
    +		include_once DOL_DOCUMENT_ROOT.'/core/class/discount.class.php';
     
    -        $this->db->begin();
    +		$this->db->begin();
     
    -        $remise=new DiscountAbsolute($this->db);
    -        $result=$remise->fetch($idremise);
    +		$remise=new DiscountAbsolute($this->db);
    +		$result=$remise->fetch($idremise);
     
    -        if ($result > 0)
    -        {
    -            if ($remise->fk_facture)	// Protection against multiple submission
    -            {
    -                $this->error=$langs->trans("ErrorDiscountAlreadyUsed");
    -                $this->db->rollback();
    -                return -5;
    -            }
    +		if ($result > 0)
    +		{
    +			if ($remise->fk_facture)	// Protection against multiple submission
    +			{
    +				$this->error=$langs->trans("ErrorDiscountAlreadyUsed");
    +				$this->db->rollback();
    +				return -5;
    +			}
     
    -            $line = new OrderLine($this->db);
    +			$line = new OrderLine($this->db);
     
    -            $line->fk_commande=$this->id;
    -            $line->fk_remise_except=$remise->id;
    -            $line->desc=$remise->description;   	// Description ligne
    -            $line->vat_src_code=$remise->vat_src_code;
    -            $line->tva_tx=$remise->tva_tx;
    -            $line->subprice=-$remise->amount_ht;
    -            $line->price=-$remise->amount_ht;
    -            $line->fk_product=0;					// Id produit predefini
    -            $line->qty=1;
    -            $line->remise=0;
    -            $line->remise_percent=0;
    -            $line->rang=-1;
    -            $line->info_bits=2;
    +			$line->fk_commande=$this->id;
    +			$line->fk_remise_except=$remise->id;
    +			$line->desc=$remise->description;   	// Description ligne
    +			$line->vat_src_code=$remise->vat_src_code;
    +			$line->tva_tx=$remise->tva_tx;
    +			$line->subprice=-$remise->amount_ht;
    +			$line->price=-$remise->amount_ht;
    +			$line->fk_product=0;					// Id produit predefini
    +			$line->qty=1;
    +			$line->remise=0;
    +			$line->remise_percent=0;
    +			$line->rang=-1;
    +			$line->info_bits=2;
     
    -            $line->total_ht  = -$remise->amount_ht;
    -            $line->total_tva = -$remise->amount_tva;
    -            $line->total_ttc = -$remise->amount_ttc;
    +			$line->total_ht  = -$remise->amount_ht;
    +			$line->total_tva = -$remise->amount_tva;
    +			$line->total_ttc = -$remise->amount_ttc;
     
    -            $result=$line->insert();
    -            if ($result > 0)
    -            {
    -                $result=$this->update_price(1);
    -                if ($result > 0)
    -                {
    -                    $this->db->commit();
    -                    return 1;
    -                }
    -                else
    -                {
    -                    $this->db->rollback();
    -                    return -1;
    -                }
    -            }
    -            else
    -            {
    -                $this->error=$line->error;
    -                $this->db->rollback();
    -                return -2;
    -            }
    -        }
    -        else
    -        {
    -            $this->db->rollback();
    -            return -2;
    -        }
    -    }
    +			$result=$line->insert();
    +			if ($result > 0)
    +			{
    +				$result=$this->update_price(1);
    +				if ($result > 0)
    +				{
    +					$this->db->commit();
    +					return 1;
    +				}
    +				else
    +				{
    +					$this->db->rollback();
    +					return -1;
    +				}
    +			}
    +			else
    +			{
    +				$this->error=$line->error;
    +				$this->db->rollback();
    +				return -2;
    +			}
    +		}
    +		else
    +		{
    +			$this->db->rollback();
    +			return -2;
    +		}
    +	}
     
     
    -    /**
    -     *	Load array lines
    -     *
    -     *	@param		int		$only_product	Return only physical products
    -     *	@return		int						<0 if KO, >0 if OK
    -     */
    -    function fetch_lines($only_product=0)
    -    {
    -        $this->lines=array();
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Load array lines
    +	 *
    +	 *	@param		int		$only_product	Return only physical products
    +	 *	@return		int						<0 if KO, >0 if OK
    +	 */
    +	function fetch_lines($only_product=0)
    +	{
    +        // phpcs:enable
    +		$this->lines=array();
     
    -        $sql = 'SELECT l.rowid, l.fk_product, l.fk_parent_line, l.product_type, l.fk_commande, l.label as custom_label, l.description, l.price, l.qty, l.vat_src_code, l.tva_tx,';
    -        $sql.= ' l.localtax1_tx, l.localtax2_tx, l.localtax1_type, l.localtax2_type, l.fk_remise_except, l.remise_percent, l.subprice, l.fk_product_fournisseur_price as fk_fournprice, l.buy_price_ht as pa_ht, l.rang, l.info_bits, l.special_code,';
    -        $sql.= ' l.total_ht, l.total_ttc, l.total_tva, l.total_localtax1, l.total_localtax2, l.date_start, l.date_end,';
    -	    $sql.= ' l.fk_unit,';
    +		$sql = 'SELECT l.rowid, l.fk_product, l.fk_parent_line, l.product_type, l.fk_commande, l.label as custom_label, l.description, l.price, l.qty, l.vat_src_code, l.tva_tx,';
    +		$sql.= ' l.localtax1_tx, l.localtax2_tx, l.localtax1_type, l.localtax2_type, l.fk_remise_except, l.remise_percent, l.subprice, l.fk_product_fournisseur_price as fk_fournprice, l.buy_price_ht as pa_ht, l.rang, l.info_bits, l.special_code,';
    +		$sql.= ' l.total_ht, l.total_ttc, l.total_tva, l.total_localtax1, l.total_localtax2, l.date_start, l.date_end,';
    +		$sql.= ' l.fk_unit,';
     		$sql.= ' l.fk_multicurrency, l.multicurrency_code, l.multicurrency_subprice, l.multicurrency_total_ht, l.multicurrency_total_tva, l.multicurrency_total_ttc,';
    -        $sql.= ' p.ref as product_ref, p.description as product_desc, p.fk_product_type, p.label as product_label, p.tobatch as product_tobatch,';
    -        $sql.= ' p.weight, p.weight_units, p.volume, p.volume_units';
    -        $sql.= ' FROM '.MAIN_DB_PREFIX.'commandedet as l';
    -        $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'product as p ON (p.rowid = l.fk_product)';
    -        $sql.= ' WHERE l.fk_commande = '.$this->id;
    -        if ($only_product) $sql .= ' AND p.fk_product_type = 0';
    -        $sql .= ' ORDER BY l.rang, l.rowid';
    +		$sql.= ' p.ref as product_ref, p.description as product_desc, p.fk_product_type, p.label as product_label, p.tobatch as product_tobatch,';
    +		$sql.= ' p.weight, p.weight_units, p.volume, p.volume_units';
    +		$sql.= ' FROM '.MAIN_DB_PREFIX.'commandedet as l';
    +		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'product as p ON (p.rowid = l.fk_product)';
    +		$sql.= ' WHERE l.fk_commande = '.$this->id;
    +		if ($only_product) $sql .= ' AND p.fk_product_type = 0';
    +		$sql .= ' ORDER BY l.rang, l.rowid';
     
    -        dol_syslog(get_class($this)."::fetch_lines", LOG_DEBUG);
    -        $result = $this->db->query($sql);
    -        if ($result)
    -        {
    -            $num = $this->db->num_rows($result);
    +		dol_syslog(get_class($this)."::fetch_lines", LOG_DEBUG);
    +		$result = $this->db->query($sql);
    +		if ($result)
    +		{
    +			$num = $this->db->num_rows($result);
     
    -            $i = 0;
    -            while ($i < $num)
    -            {
    -                $objp = $this->db->fetch_object($result);
    +			$i = 0;
    +			while ($i < $num)
    +			{
    +				$objp = $this->db->fetch_object($result);
     
    -                $line = new OrderLine($this->db);
    +				$line = new OrderLine($this->db);
     
    -                $line->rowid            = $objp->rowid;
    -                $line->id               = $objp->rowid;
    -                $line->fk_commande      = $objp->fk_commande;
    -                $line->commande_id      = $objp->fk_commande;
    -                $line->label            = $objp->custom_label;
    -                $line->desc             = $objp->description;
    -                $line->description      = $objp->description;		// Description line
    -                $line->product_type     = $objp->product_type;
    -                $line->qty              = $objp->qty;
    +				$line->rowid            = $objp->rowid;
    +				$line->id               = $objp->rowid;
    +				$line->fk_commande      = $objp->fk_commande;
    +				$line->commande_id      = $objp->fk_commande;
    +				$line->label            = $objp->custom_label;
    +				$line->desc             = $objp->description;
    +				$line->description      = $objp->description;		// Description line
    +				$line->product_type     = $objp->product_type;
    +				$line->qty              = $objp->qty;
     
    -                $line->vat_src_code     = $objp->vat_src_code;
    -                $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->total_ht         = $objp->total_ht;
    -                $line->total_ttc        = $objp->total_ttc;
    -                $line->total_tva        = $objp->total_tva;
    -                $line->total_localtax1  = $objp->total_localtax1;
    -                $line->total_localtax2  = $objp->total_localtax2;
    -                $line->subprice         = $objp->subprice;
    -                $line->fk_remise_except = $objp->fk_remise_except;
    -                $line->remise_percent   = $objp->remise_percent;
    -                $line->price            = $objp->price;
    -                $line->fk_product       = $objp->fk_product;
    +				$line->vat_src_code     = $objp->vat_src_code;
    +				$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->total_ht         = $objp->total_ht;
    +				$line->total_ttc        = $objp->total_ttc;
    +				$line->total_tva        = $objp->total_tva;
    +				$line->total_localtax1  = $objp->total_localtax1;
    +				$line->total_localtax2  = $objp->total_localtax2;
    +				$line->subprice         = $objp->subprice;
    +				$line->fk_remise_except = $objp->fk_remise_except;
    +				$line->remise_percent   = $objp->remise_percent;
    +				$line->price            = $objp->price;
    +				$line->fk_product       = $objp->fk_product;
     				$line->fk_fournprice 	= $objp->fk_fournprice;
    -		      	$marginInfos			= getMarginInfos($objp->subprice, $objp->remise_percent, $objp->tva_tx, $objp->localtax1_tx, $objp->localtax2_tx, $line->fk_fournprice, $objp->pa_ht);
    -		   		$line->pa_ht 			= $marginInfos[0];
    -		    	$line->marge_tx			= $marginInfos[1];
    -		     	$line->marque_tx		= $marginInfos[2];
    -                $line->rang             = $objp->rang;
    -                $line->info_bits        = $objp->info_bits;
    -                $line->special_code		= $objp->special_code;
    -                $line->fk_parent_line	= $objp->fk_parent_line;
    +				$marginInfos			= getMarginInfos($objp->subprice, $objp->remise_percent, $objp->tva_tx, $objp->localtax1_tx, $objp->localtax2_tx, $line->fk_fournprice, $objp->pa_ht);
    +				$line->pa_ht 			= $marginInfos[0];
    +				$line->marge_tx			= $marginInfos[1];
    +				$line->marque_tx		= $marginInfos[2];
    +				$line->rang             = $objp->rang;
    +				$line->info_bits        = $objp->info_bits;
    +				$line->special_code		= $objp->special_code;
    +				$line->fk_parent_line	= $objp->fk_parent_line;
     
    -                $line->ref				= $objp->product_ref;
    -                $line->product_ref		= $objp->product_ref;
    -                $line->libelle			= $objp->product_label;
    -                $line->product_label	= $objp->product_label;
    -                $line->product_desc     = $objp->product_desc;
    -                $line->product_tobatch  = $objp->product_tobatch;
    -                $line->fk_product_type  = $objp->fk_product_type;	// Produit ou service
    -	            $line->fk_unit          = $objp->fk_unit;
    +				$line->ref				= $objp->product_ref;
    +				$line->product_ref		= $objp->product_ref;
    +				$line->libelle			= $objp->product_label;
    +				$line->product_label	= $objp->product_label;
    +				$line->product_desc     = $objp->product_desc;
    +				$line->product_tobatch  = $objp->product_tobatch;
    +				$line->fk_product_type  = $objp->fk_product_type;	// Produit ou service
    +				$line->fk_unit          = $objp->fk_unit;
     
    -	            $line->weight           = $objp->weight;
    -	            $line->weight_units     = $objp->weight_units;
    -	            $line->volume           = $objp->volume;
    -	            $line->volume_units     = $objp->volume_units;
    +				$line->weight           = $objp->weight;
    +				$line->weight_units     = $objp->weight_units;
    +				$line->volume           = $objp->volume;
    +				$line->volume_units     = $objp->volume_units;
     
    -                $line->date_start       = $this->db->jdate($objp->date_start);
    -                $line->date_end         = $this->db->jdate($objp->date_end);
    +				$line->date_start       = $this->db->jdate($objp->date_start);
    +				$line->date_end         = $this->db->jdate($objp->date_end);
     
     				// Multicurrency
     				$line->fk_multicurrency 		= $objp->fk_multicurrency;
    @@ -1885,810 +1929,830 @@ class Commande extends CommonOrder
     				$line->multicurrency_total_tva 	= $objp->multicurrency_total_tva;
     				$line->multicurrency_total_ttc 	= $objp->multicurrency_total_ttc;
     
    +				$line->fetch_optionals();
    +
                     $this->lines[$i] = $line;
     
    -                $i++;
    -            }
    +				$i++;
    +			}
     
    -            $this->db->free($result);
    +			$this->db->free($result);
     
    -            return 1;
    -        }
    -        else
    -        {
    -            $this->error=$this->db->error();
    -            return -3;
    -        }
    -    }
    +			return 1;
    +		}
    +		else
    +		{
    +			$this->error=$this->db->error();
    +			return -3;
    +		}
    +	}
     
     
    -    /**
    -     *	Return number of line with type product.
    -     *
    -     *	@return		int		<0 if KO, Nbr of product lines if OK
    -     */
    -    function getNbOfProductsLines()
    -    {
    -        $nb=0;
    -        foreach($this->lines as $line)
    -        {
    -            if ($line->product_type == 0) $nb++;
    -        }
    -        return $nb;
    -    }
    +	/**
    +	 *	Return number of line with type product.
    +	 *
    +	 *	@return		int		<0 if KO, Nbr of product lines if OK
    +	 */
    +	function getNbOfProductsLines()
    +	{
    +		$nb=0;
    +		foreach($this->lines as $line)
    +		{
    +			if ($line->product_type == 0) $nb++;
    +		}
    +		return $nb;
    +	}
     
    -    /**
    -     *	Return number of line with type service.
    -     *
    -     *	@return		int		<0 if KO, Nbr of service lines if OK
    -     */
    -    function getNbOfServicesLines()
    -    {
    -        $nb=0;
    -        foreach($this->lines as $line)
    -        {
    -            if ($line->product_type == 1) $nb++;
    -        }
    -        return $nb;
    -    }
    +	/**
    +	 *	Return number of line with type service.
    +	 *
    +	 *	@return		int		<0 if KO, Nbr of service lines if OK
    +	 */
    +	function getNbOfServicesLines()
    +	{
    +		$nb=0;
    +		foreach($this->lines as $line)
    +		{
    +			if ($line->product_type == 1) $nb++;
    +		}
    +		return $nb;
    +	}
     
    -    /**
    -     *	Count numbe rof shipments for this order
    -     *
    -     * 	@return     int                			<0 if KO, Nb of shipment found if OK
    -     */
    -    function getNbOfShipments()
    -    {
    -    	$nb = 0;
    +	/**
    +	 *	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;
    +		$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;
    +		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;
    -    	}
    -    }
    +			$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
    -     *
    -     *	@param      int		$filtre_statut      Filter on shipment status
    -     * 	@return     int                			<0 if KO, Nb of lines found if OK
    -     */
    -    function loadExpeditions($filtre_statut=-1)
    -    {
    -        $this->expeditions = array();
    +	/**
    +	 *	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
    +	 *
    +	 *	@param      int		$filtre_statut      Filter on shipment status
    +	 * 	@return     int                			<0 if KO, Nb of lines found if OK
    +	 */
    +	function loadExpeditions($filtre_statut=-1)
    +	{
    +		$this->expeditions = array();
     
    -        $sql = 'SELECT cd.rowid, cd.fk_product,';
    -        $sql.= ' sum(ed.qty) as qty';
    -        $sql.= ' FROM '.MAIN_DB_PREFIX.'expeditiondet as ed,';
    -        if ($filtre_statut >= 0) $sql.= ' '.MAIN_DB_PREFIX.'expedition as e,';
    -        $sql.= ' '.MAIN_DB_PREFIX.'commandedet as cd';
    -        $sql.= ' WHERE';
    -        if ($filtre_statut >= 0) $sql.= ' ed.fk_expedition = e.rowid AND';
    -        $sql.= ' ed.fk_origin_line = cd.rowid';
    -        $sql.= ' AND cd.fk_commande =' .$this->id;
    -        if ($this->fk_product > 0) $sql.= ' AND cd.fk_product = '.$this->fk_product;
    -        if ($filtre_statut >= 0) $sql.=' AND e.fk_statut >= '.$filtre_statut;
    -        $sql.= ' GROUP BY cd.rowid, cd.fk_product';
    -        //print $sql;
    +		$sql = 'SELECT cd.rowid, cd.fk_product,';
    +		$sql.= ' sum(ed.qty) as qty';
    +		$sql.= ' FROM '.MAIN_DB_PREFIX.'expeditiondet as ed,';
    +		if ($filtre_statut >= 0) $sql.= ' '.MAIN_DB_PREFIX.'expedition as e,';
    +		$sql.= ' '.MAIN_DB_PREFIX.'commandedet as cd';
    +		$sql.= ' WHERE';
    +		if ($filtre_statut >= 0) $sql.= ' ed.fk_expedition = e.rowid AND';
    +		$sql.= ' ed.fk_origin_line = cd.rowid';
    +		$sql.= ' AND cd.fk_commande =' .$this->id;
    +		if ($this->fk_product > 0) $sql.= ' AND cd.fk_product = '.$this->fk_product;
    +		if ($filtre_statut >= 0) $sql.=' AND e.fk_statut >= '.$filtre_statut;
    +		$sql.= ' GROUP BY cd.rowid, cd.fk_product';
    +		//print $sql;
     
    -        dol_syslog(get_class($this)."::loadExpeditions", 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->expeditions[$obj->rowid] = $obj->qty;
    -                $i++;
    -            }
    -            $this->db->free($resql);
    -            return $num;
    -        }
    -        else
    -        {
    -            $this->error=$this->db->lasterror();
    -            return -1;
    -        }
    -    }
    +		dol_syslog(get_class($this)."::loadExpeditions", 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->expeditions[$obj->rowid] = $obj->qty;
    +				$i++;
    +			}
    +			$this->db->free($resql);
    +			return $num;
    +		}
    +		else
    +		{
    +			$this->error=$this->db->lasterror();
    +			return -1;
    +		}
    +	}
     
    -    /**
    -     * Returns a array with expeditions lines number
    -     *
    -     * @return	int		Nb of shipments
    -     *
    -     * TODO deprecate, move to Shipping class
    -     */
    -    function nb_expedition()
    -    {
    -        $sql = 'SELECT count(*)';
    -        $sql.= ' FROM '.MAIN_DB_PREFIX.'expedition as e';
    -        $sql.= ', '.MAIN_DB_PREFIX.'element_element as el';
    -        $sql.= ' WHERE el.fk_source = '.$this->id;
    -        $sql.= " AND el.fk_target = e.rowid";
    -        $sql.= " AND el.targettype = 'shipping'";
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 * Returns a array with expeditions lines number
    +	 *
    +	 * @return	int		Nb of shipments
    +	 *
    +	 * TODO deprecate, move to Shipping class
    +	 */
    +	function nb_expedition()
    +	{
    +        // phpcs:enable
    +		$sql = 'SELECT count(*)';
    +		$sql.= ' FROM '.MAIN_DB_PREFIX.'expedition as e';
    +		$sql.= ', '.MAIN_DB_PREFIX.'element_element as el';
    +		$sql.= ' WHERE el.fk_source = '.$this->id;
    +		$sql.= " AND el.fk_target = e.rowid";
    +		$sql.= " AND el.targettype = 'shipping'";
     
    -        $resql = $this->db->query($sql);
    -        if ($resql)
    -        {
    -            $row = $this->db->fetch_row($resql);
    -            return $row[0];
    -        }
    -        else dol_print_error($this->db);
    -    }
    +		$resql = $this->db->query($sql);
    +		if ($resql)
    +		{
    +			$row = $this->db->fetch_row($resql);
    +			return $row[0];
    +		}
    +		else dol_print_error($this->db);
    +	}
     
    -    /**
    -     *	Return a array with the pending stock by product
    -     *
    -     *	@param      int		$filtre_statut      Filtre sur statut
    -     *	@return     int                 		0 si OK, <0 si KO
    -     *
    -     *	TODO		FONCTION NON FINIE A FINIR
    -     */
    -    function stock_array($filtre_statut=self::STATUS_CANCELED)
    -    {
    -        $this->stocks = array();
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Return a array with the pending stock by product
    +	 *
    +	 *	@param      int		$filtre_statut      Filtre sur statut
    +	 *	@return     int                 		0 si OK, <0 si KO
    +	 *
    +	 *	TODO		FONCTION NON FINIE A FINIR
    +	 */
    +	function stock_array($filtre_statut=self::STATUS_CANCELED)
    +	{
    +        // phpcs:enable
    +		$this->stocks = array();
     
    -        // Tableau des id de produit de la commande
    +		// Tableau des id de produit de la commande
     		$array_of_product=array();
     
    -        // Recherche total en stock pour chaque produit
    -        // TODO $array_of_product est défini vide juste au dessus !!
    -        if (count($array_of_product))
    -        {
    -            $sql = "SELECT fk_product, sum(ps.reel) as total";
    -            $sql.= " FROM ".MAIN_DB_PREFIX."product_stock as ps";
    -            $sql.= " WHERE ps.fk_product IN (".join(',',$array_of_product).")";
    -            $sql.= ' GROUP BY fk_product ';
    -            $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->stocks[$obj->fk_product] = $obj->total;
    -                    $i++;
    -                }
    -                $this->db->free($resql);
    -            }
    -        }
    -        return 0;
    -    }
    +		// Recherche total en stock pour chaque produit
    +		// TODO $array_of_product est défini vide juste au dessus !!
    +		if (count($array_of_product))
    +		{
    +			$sql = "SELECT fk_product, sum(ps.reel) as total";
    +			$sql.= " FROM ".MAIN_DB_PREFIX."product_stock as ps";
    +			$sql.= " WHERE ps.fk_product IN (".join(',',$array_of_product).")";
    +			$sql.= ' GROUP BY fk_product ';
    +			$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->stocks[$obj->fk_product] = $obj->total;
    +					$i++;
    +				}
    +				$this->db->free($resql);
    +			}
    +		}
    +		return 0;
    +	}
     
    -    /**
    -     *  Delete an order line
    -     *
    -     *	@param      User	$user		User object
    -     *  @param      int		$lineid		Id of line to delete
    -     *  @return     int        		 	>0 if OK, 0 if nothing to do, <0 if KO
    -     */
    -    function deleteline($user=null, $lineid=0)
    -    {
    -        if ($this->statut == self::STATUS_DRAFT)
    -        {
    -            $this->db->begin();
    +	/**
    +	 *  Delete an order line
    +	 *
    +	 *	@param      User	$user		User object
    +	 *  @param      int		$lineid		Id of line to delete
    +	 *  @return     int        		 	>0 if OK, 0 if nothing to do, <0 if KO
    +	 */
    +	function deleteline($user=null, $lineid=0)
    +	{
    +		if ($this->statut == self::STATUS_DRAFT)
    +		{
    +			$this->db->begin();
     
    -            $sql = "SELECT fk_product, qty";
    -            $sql.= " FROM ".MAIN_DB_PREFIX."commandedet";
    -            $sql.= " WHERE rowid = ".$lineid;
    +			$sql = "SELECT fk_product, qty";
    +			$sql.= " FROM ".MAIN_DB_PREFIX."commandedet";
    +			$sql.= " WHERE rowid = ".$lineid;
     
    -            $result = $this->db->query($sql);
    -            if ($result)
    -            {
    -                $obj = $this->db->fetch_object($result);
    +			$result = $this->db->query($sql);
    +			if ($result)
    +			{
    +				$obj = $this->db->fetch_object($result);
     
    -                if ($obj)
    -                {
    -                    $product = new Product($this->db);
    -                    $product->id = $obj->fk_product;
    +				if ($obj)
    +				{
    +					$product = new Product($this->db);
    +					$product->id = $obj->fk_product;
     
    -                    // Delete line
    -                    $line = new OrderLine($this->db);
    +					// Delete line
    +					$line = new OrderLine($this->db);
     
    -                    // For triggers
    -                    $line->fetch($lineid);
    +					// For triggers
    +					$line->fetch($lineid);
     
    -                    if ($line->delete($user) > 0)
    -                    {
    -                        $result=$this->update_price(1);
    -
    -                        if ($result > 0)
    -                        {
    -                            $this->db->commit();
    -                            return 1;
    -                        }
    -                        else
    -                        {
    -                            $this->db->rollback();
    -                            $this->error=$this->db->lasterror();
    -                            return -1;
    -                        }
    -                    }
    -                    else
    -                    {
    -                        $this->db->rollback();
    -                        $this->error=$line->error;
    -                        return -1;
    -                    }
    -                }
    -                else
    -                {
    -                    $this->db->rollback();
    -                    return 0;
    -                }
    -            }
    -            else
    -            {
    -                $this->db->rollback();
    -                $this->error=$this->db->lasterror();
    -                return -1;
    -            }
    -        }
    -        else
    -        {
    -        	$this->error='ErrorDeleteLineNotAllowedByObjectStatus';
    -        	return -1;
    -        }
    -    }
    -
    -    /**
    -     * 	Applique une remise relative
    -     *
    -     * 	@param     	User		$user		User qui positionne la remise
    -     * 	@param     	float		$remise		Discount (percent)
    -     * 	@param     	int			$notrigger	1=Does not execute triggers, 0= execute triggers
    -     *	@return		int 					<0 if KO, >0 if OK
    -     */
    -    function set_remise($user, $remise, $notrigger=0)
    -    {
    -        $remise=trim($remise)?trim($remise):0;
    -
    -        if ($user->rights->commande->creer)
    -        {
    -        	$error=0;
    -
    -        	$this->db->begin();
    -
    -            $remise=price2num($remise);
    -
    -            $sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    -            $sql.= ' SET remise_percent = '.$remise;
    -            $sql.= ' WHERE rowid = '.$this->id.' AND fk_statut = '.self::STATUS_DRAFT.' ;';
    -
    -            dol_syslog(__METHOD__, LOG_DEBUG);
    -            $resql=$this->db->query($sql);
    -            if (!$resql)
    -            {
    -            	$this->errors[]=$this->db->error();
    -            	$error++;
    -            }
    -
    -            if (! $error)
    -            {
    -            	$this->oldcopy= clone $this;
    -            	$this->remise_percent = $remise;
    -            	$this->update_price(1);
    -            }
    -
    -            if (! $notrigger && empty($error))
    -            {
    -            	// Call trigger
    -            	$result=$this->call_trigger('ORDER_MODIFY',$user);
    -            	if ($result < 0) $error++;
    -            	// End call triggers
    -            }
    -
    -            if (! $error)
    -            {
    -            	$this->db->commit();
    -            	return 1;
    -            }
    -            else
    -            {
    -            	foreach($this->errors as $errmsg)
    -            	{
    -            		dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    -            		$this->error.=($this->error?', '.$errmsg:$errmsg);
    -            	}
    -            	$this->db->rollback();
    -            	return -1*$error;
    -            }
    -        }
    -    }
    -
    -
    -    /**
    -     * 		Applique une remise absolue
    -     *
    -     * 		@param     	User		$user 		User qui positionne la remise
    -     * 		@param     	float		$remise		Discount
    -     * 		@param     	int			$notrigger	1=Does not execute triggers, 0= execute triggers
    -     *		@return		int 					<0 if KO, >0 if OK
    -     */
    -    function set_remise_absolue($user, $remise, $notrigger=0)
    -    {
    -        $remise=trim($remise)?trim($remise):0;
    -
    -        if ($user->rights->commande->creer)
    -        {
    -        	$error=0;
    -
    -        	$this->db->begin();
    -
    -            $remise=price2num($remise);
    -
    -            $sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    -            $sql.= ' SET remise_absolue = '.$remise;
    -            $sql.= ' WHERE rowid = '.$this->id.' AND fk_statut = '.self::STATUS_DRAFT.' ;';
    -
    -            dol_syslog(__METHOD__, LOG_DEBUG);
    -            $resql=$this->db->query($sql);
    -            if (!$resql)
    -            {
    -            	$this->errors[]=$this->db->error();
    -            	$error++;
    -            }
    -
    -            if (! $error)
    -            {
    -            	$this->oldcopy= clone $this;
    -            	$this->remise_absolue = $remise;
    -            	$this->update_price(1);
    -            }
    -
    -            if (! $notrigger && empty($error))
    -            {
    -            	// Call trigger
    -            	$result=$this->call_trigger('ORDER_MODIFY',$user);
    -            	if ($result < 0) $error++;
    -            	// End call triggers
    -            }
    -
    -            if (! $error)
    -            {
    -            	$this->db->commit();
    -            	return 1;
    -            }
    -            else
    -            {
    -            	foreach($this->errors as $errmsg)
    -            	{
    -            		dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    -            		$this->error.=($this->error?', '.$errmsg:$errmsg);
    -            	}
    -            	$this->db->rollback();
    -            	return -1*$error;
    -            }
    -        }
    -    }
    -
    -
    -    /**
    -     *	Set the order date
    -     *
    -     *	@param      User	$user       Object user making change
    -     *	@param      int		$date		Date
    -     * 	@param     	int		$notrigger	1=Does not execute triggers, 0= execute triggers
    -     *	@return     int         		<0 if KO, >0 if OK
    -     */
    -    function set_date($user, $date, $notrigger=0)
    -    {
    -        if ($user->rights->commande->creer)
    -        {
    -        	$error=0;
    -
    -        	$this->db->begin();
    -
    -            $sql = "UPDATE ".MAIN_DB_PREFIX."commande";
    -            $sql.= " SET date_commande = ".($date ? "'".$this->db->idate($date)."'" : 'null');
    -            $sql.= " WHERE rowid = ".$this->id." AND fk_statut = ".self::STATUS_DRAFT;
    -
    -            dol_syslog(__METHOD__, LOG_DEBUG);
    -            $resql=$this->db->query($sql);
    -            if (!$resql)
    -            {
    -            	$this->errors[]=$this->db->error();
    -            	$error++;
    -            }
    -
    -            if (! $error)
    -            {
    -            	$this->oldcopy= clone $this;
    -            	$this->date = $date;
    -            }
    -
    -            if (! $notrigger && empty($error))
    -            {
    -            	// Call trigger
    -            	$result=$this->call_trigger('ORDER_MODIFY',$user);
    -            	if ($result < 0) $error++;
    -            	// End call triggers
    -            }
    -
    -            if (! $error)
    -            {
    -            	$this->db->commit();
    -            	return 1;
    -            }
    -            else
    -            {
    -            	foreach($this->errors as $errmsg)
    -            	{
    -            		dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    -            		$this->error.=($this->error?', '.$errmsg:$errmsg);
    -            	}
    -            	$this->db->rollback();
    -            	return -1*$error;
    -            }
    -        }
    -        else
    -        {
    -            return -2;
    -        }
    -    }
    -
    -    /**
    -     *	Set the planned delivery date
    -     *
    -     *	@param      User	$user        		Objet utilisateur qui modifie
    -     *	@param      int		$date_livraison     Date de livraison
    -     *  @param     	int		$notrigger			1=Does not execute triggers, 0= execute triggers
    -     *	@return     int         				<0 si ko, >0 si ok
    -     */
    -    function set_date_livraison($user, $date_livraison, $notrigger=0)
    -    {
    -        if ($user->rights->commande->creer)
    -        {
    -        	$error=0;
    -
    -        	$this->db->begin();
    -
    -            $sql = "UPDATE ".MAIN_DB_PREFIX."commande";
    -            $sql.= " SET date_livraison = ".($date_livraison ? "'".$this->db->idate($date_livraison)."'" : 'null');
    -            $sql.= " WHERE rowid = ".$this->id;
    -
    -            dol_syslog(__METHOD__, LOG_DEBUG);
    -            $resql=$this->db->query($sql);
    -            if (!$resql)
    -            {
    -            	$this->errors[]=$this->db->error();
    -            	$error++;
    -            }
    -
    -            if (! $error)
    -            {
    -            	$this->oldcopy= clone $this;
    -            	$this->date_livraison = $date_livraison;
    -            }
    -
    -            if (! $notrigger && empty($error))
    -            {
    -            	// Call trigger
    -            	$result=$this->call_trigger('ORDER_MODIFY',$user);
    -            	if ($result < 0) $error++;
    -            	// End call triggers
    -            }
    -
    -            if (! $error)
    -            {
    -            	$this->db->commit();
    -            	return 1;
    -            }
    -            else
    -            {
    -            	foreach($this->errors as $errmsg)
    -            	{
    -            		dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    -            		$this->error.=($this->error?', '.$errmsg:$errmsg);
    -            	}
    -            	$this->db->rollback();
    -            	return -1*$error;
    -            }
    -        }
    -        else
    -        {
    -            return -2;
    -        }
    -    }
    -
    -    /**
    -     *  Return list of orders (eventuelly filtered on a user) into an array
    -     *
    -     *  @param		int		$shortlist		0=Return array[id]=ref, 1=Return array[](id=>id,ref=>ref,name=>name)
    -     *  @param      int		$draft      	0=not draft, 1=draft
    -     *  @param      User	$excluser      	Objet user to exclude
    -     *  @param    	int		$socid			Id third pary
    -     *  @param    	int		$limit			For pagination
    -     *  @param    	int		$offset			For pagination
    -     *  @param    	string	$sortfield		Sort criteria
    -     *  @param    	string	$sortorder		Sort order
    -     *  @return     int             		-1 if KO, array with result if OK
    -     */
    -    function liste_array($shortlist=0, $draft=0, $excluser='', $socid=0, $limit=0, $offset=0, $sortfield='c.date_commande', $sortorder='DESC')
    -    {
    -        global $user;
    -
    -        $ga = array();
    -
    -        $sql = "SELECT s.rowid, s.nom as name, s.client,";
    -        $sql.= " c.rowid as cid, c.ref";
    -        if (! $user->rights->societe->client->voir && ! $socid) $sql .= ", sc.fk_soc, sc.fk_user";
    -        $sql.= " FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."commande as c";
    -		if (! $user->rights->societe->client->voir && ! $socid) $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
    -        $sql.= " WHERE c.entity IN (".getEntity('commande').")";
    -        $sql.= " AND c.fk_soc = s.rowid";
    -        if (! $user->rights->societe->client->voir && ! $socid) //restriction
    -        {
    -        	$sql.= " AND s.rowid = sc.fk_soc AND sc.fk_user = " .$user->id;
    -        }
    -        if ($socid) $sql.= " AND s.rowid = ".$socid;
    -        if ($draft) $sql.= " AND c.fk_statut = ".self::STATUS_DRAFT;
    -        if (is_object($excluser)) $sql.= " AND c.fk_user_author <> ".$excluser->id;
    -        $sql.= $this->db->order($sortfield,$sortorder);
    -        $sql.= $this->db->plimit($limit,$offset);
    -
    -        $result=$this->db->query($sql);
    -        if ($result)
    -        {
    -            $numc = $this->db->num_rows($result);
    -            if ($numc)
    -            {
    -                $i = 0;
    -                while ($i < $numc)
    -                {
    -                    $obj = $this->db->fetch_object($result);
    -
    -                    if ($shortlist == 1)
    -                    {
    -                    	$ga[$obj->cid] = $obj->ref;
    -                    }
    -                    else if ($shortlist == 2)
    -                    {
    -                    	$ga[$obj->cid] = $obj->ref.' ('.$obj->name.')';
    -                    }
    -                    else
    +					if ($line->delete($user) > 0)
     					{
    -                    	$ga[$i]['id']	= $obj->cid;
    -                    	$ga[$i]['ref'] 	= $obj->ref;
    -                    	$ga[$i]['name'] = $obj->name;
    -                    }
    -                    $i++;
    -                }
    -            }
    -            return $ga;
    -        }
    -        else
    -        {
    -            dol_print_error($this->db);
    -            return -1;
    -        }
    -    }
    +						$result=$this->update_price(1);
     
    -    /**
    -     *	Update delivery delay
    -     *
    -     *	@param      int		$availability_id	Id du nouveau mode
    -     *  @param     	int		$notrigger			1=Does not execute triggers, 0= execute triggers
    -     *	@return     int         				>0 if OK, <0 if KO
    -     */
    -    function availability($availability_id, $notrigger=0)
    -    {
    -        global $user;
    +						if ($result > 0)
    +						{
    +							$this->db->commit();
    +							return 1;
    +						}
    +						else
    +						{
    +							$this->db->rollback();
    +							$this->error=$this->db->lasterror();
    +							return -1;
    +						}
    +					}
    +					else
    +					{
    +						$this->db->rollback();
    +						$this->error=$line->error;
    +						return -1;
    +					}
    +				}
    +				else
    +				{
    +					$this->db->rollback();
    +					return 0;
    +				}
    +			}
    +			else
    +			{
    +				$this->db->rollback();
    +				$this->error=$this->db->lasterror();
    +				return -1;
    +			}
    +		}
    +		else
    +		{
    +			$this->error='ErrorDeleteLineNotAllowedByObjectStatus';
    +			return -1;
    +		}
    +	}
     
    -        dol_syslog('Commande::availability('.$availability_id.')');
    -        if ($this->statut >= self::STATUS_DRAFT)
    -        {
    -        	$error=0;
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 * 	Applique une remise relative
    +	 *
    +	 * 	@param     	User		$user		User qui positionne la remise
    +	 * 	@param     	float		$remise		Discount (percent)
    +	 * 	@param     	int			$notrigger	1=Does not execute triggers, 0= execute triggers
    +	 *	@return		int 					<0 if KO, >0 if OK
    +	 */
    +	function set_remise($user, $remise, $notrigger=0)
    +	{
    +        // phpcs:enable
    +		$remise=trim($remise)?trim($remise):0;
     
    -        	$this->db->begin();
    +		if ($user->rights->commande->creer)
    +		{
    +			$error=0;
     
    -            $sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    -            $sql .= ' SET fk_availability = '.$availability_id;
    -            $sql .= ' WHERE rowid='.$this->id;
    +			$this->db->begin();
     
    -            dol_syslog(__METHOD__, LOG_DEBUG);
    -            $resql=$this->db->query($sql);
    -            if (!$resql)
    -            {
    -            	$this->errors[]=$this->db->error();
    -            	$error++;
    -            }
    +			$remise=price2num($remise);
     
    -            if (! $error)
    -            {
    -            	$this->oldcopy= clone $this;
    -            	$this->availability_id = $availability_id;
    -            }
    +			$sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    +			$sql.= ' SET remise_percent = '.$remise;
    +			$sql.= ' WHERE rowid = '.$this->id.' AND fk_statut = '.self::STATUS_DRAFT.' ;';
     
    -            if (! $notrigger && empty($error))
    -            {
    -            	// Call trigger
    -            	$result=$this->call_trigger('ORDER_MODIFY',$user);
    -            	if ($result < 0) $error++;
    -            	// End call triggers
    -            }
    +			dol_syslog(__METHOD__, LOG_DEBUG);
    +			$resql=$this->db->query($sql);
    +			if (!$resql)
    +			{
    +				$this->errors[]=$this->db->error();
    +				$error++;
    +			}
     
    -            if (! $error)
    -            {
    -            	$this->db->commit();
    -            	return 1;
    -            }
    -            else
    -            {
    -            	foreach($this->errors as $errmsg)
    -            	{
    -            		dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    -            		$this->error.=($this->error?', '.$errmsg:$errmsg);
    -            	}
    -            	$this->db->rollback();
    -            	return -1*$error;
    -            }
    -        }
    -        else
    -        {
    -        	$error_str='Command status do not meet requirement '.$this->statut;
    -            dol_syslog(__METHOD__.$error_str, LOG_ERR);
    -            $this->error=$error_str;
    -            $this->errors[]= $this->error;
    -            return -2;
    -        }
    -    }
    +			if (! $error)
    +			{
    +				$this->oldcopy= clone $this;
    +				$this->remise_percent = $remise;
    +				$this->update_price(1);
    +			}
     
    -    /**
    -     *	Update order demand_reason
    -     *
    -     *  @param      int		$demand_reason_id	Id of new demand
    -     *  @param     	int		$notrigger			1=Does not execute triggers, 0= execute triggers
    -     *  @return     int        			 		>0 if ok, <0 if ko
    -     */
    -    function demand_reason($demand_reason_id, $notrigger=0)
    -    {
    -        global $user;
    +			if (! $notrigger && empty($error))
    +			{
    +				// Call trigger
    +				$result=$this->call_trigger('ORDER_MODIFY',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
    +			}
     
    -        dol_syslog('Commande::demand_reason('.$demand_reason_id.')');
    -        if ($this->statut >= self::STATUS_DRAFT)
    -        {
    -        	$error=0;
    +			if (! $error)
    +			{
    +				$this->db->commit();
    +				return 1;
    +			}
    +			else
    +			{
    +				foreach($this->errors as $errmsg)
    +				{
    +					dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    +					$this->error.=($this->error?', '.$errmsg:$errmsg);
    +				}
    +				$this->db->rollback();
    +				return -1*$error;
    +			}
    +		}
    +	}
     
    -        	$this->db->begin();
     
    -            $sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    -            $sql .= ' SET fk_input_reason = '.$demand_reason_id;
    -            $sql .= ' WHERE rowid='.$this->id;
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 * 		Applique une remise absolue
    +	 *
    +	 * 		@param     	User		$user 		User qui positionne la remise
    +	 * 		@param     	float		$remise		Discount
    +	 * 		@param     	int			$notrigger	1=Does not execute triggers, 0= execute triggers
    +	 *		@return		int 					<0 if KO, >0 if OK
    +	 */
    +	function set_remise_absolue($user, $remise, $notrigger=0)
    +	{
    +        // phpcs:enable
    +		$remise=trim($remise)?trim($remise):0;
     
    -            dol_syslog(__METHOD__, LOG_DEBUG);
    -            $resql=$this->db->query($sql);
    -            if (!$resql)
    -            {
    -            	$this->errors[]=$this->db->error();
    -            	$error++;
    -            }
    +		if ($user->rights->commande->creer)
    +		{
    +			$error=0;
     
    -            if (! $error)
    -            {
    -            	$this->oldcopy= clone $this;
    -            	$this->demand_reason_id = $demand_reason_id;
    -            }
    +			$this->db->begin();
     
    -            if (! $notrigger && empty($error))
    -            {
    -            	// Call trigger
    -            	$result=$this->call_trigger('ORDER_MODIFY',$user);
    -            	if ($result < 0) $error++;
    -            	// End call triggers
    -            }
    +			$remise=price2num($remise);
     
    -            if (! $error)
    -            {
    -            	$this->db->commit();
    -            	return 1;
    -            }
    -            else
    -            {
    -            	foreach($this->errors as $errmsg)
    -            	{
    -            		dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    -            		$this->error.=($this->error?', '.$errmsg:$errmsg);
    -            	}
    -            	$this->db->rollback();
    -            	return -1*$error;
    -            }
    -        }
    -        else
    -        {
    -        	$error_str='order status do not meet requirement '.$this->statut;
    -        	dol_syslog(__METHOD__.$error_str, LOG_ERR);
    -        	$this->error=$error_str;
    -        	$this->errors[]= $this->error;
    -            return -2;
    -        }
    -    }
    +			$sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    +			$sql.= ' SET remise_absolue = '.$remise;
    +			$sql.= ' WHERE rowid = '.$this->id.' AND fk_statut = '.self::STATUS_DRAFT.' ;';
     
    -    /**
    -     *	Set customer ref
    -     *
    -     *	@param      User	$user           User that make change
    -     *	@param      string	$ref_client     Customer ref
    -     *  @param     	int		$notrigger		1=Does not execute triggers, 0= execute triggers
    -     *	@return     int             		<0 if KO, >0 if OK
    -     */
    -    function set_ref_client($user, $ref_client, $notrigger=0)
    -    {
    -        if ($user->rights->commande->creer)
    -        {
    -        	$error=0;
    +			dol_syslog(__METHOD__, LOG_DEBUG);
    +			$resql=$this->db->query($sql);
    +			if (!$resql)
    +			{
    +				$this->errors[]=$this->db->error();
    +				$error++;
    +			}
     
    -        	$this->db->begin();
    +			if (! $error)
    +			{
    +				$this->oldcopy= clone $this;
    +				$this->remise_absolue = $remise;
    +				$this->update_price(1);
    +			}
     
    -            $sql = 'UPDATE '.MAIN_DB_PREFIX.'commande SET';
    -            $sql.= ' ref_client = '.(empty($ref_client) ? 'NULL' : '\''.$this->db->escape($ref_client).'\'');
    -            $sql.= ' WHERE rowid = '.$this->id;
    +			if (! $notrigger && empty($error))
    +			{
    +				// Call trigger
    +				$result=$this->call_trigger('ORDER_MODIFY',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
    +			}
     
    -            dol_syslog(__METHOD__.' this->id='.$this->id.', ref_client='.$ref_client, LOG_DEBUG);
    -            $resql=$this->db->query($sql);
    -            if (!$resql)
    -            {
    -            	$this->errors[]=$this->db->error();
    -            	$error++;
    -            }
    +			if (! $error)
    +			{
    +				$this->db->commit();
    +				return 1;
    +			}
    +			else
    +			{
    +				foreach($this->errors as $errmsg)
    +				{
    +					dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    +					$this->error.=($this->error?', '.$errmsg:$errmsg);
    +				}
    +				$this->db->rollback();
    +				return -1*$error;
    +			}
    +		}
    +	}
     
    -            if (! $error)
    -            {
    -            	$this->oldcopy= clone $this;
    -            	$this->ref_client = $ref_client;
    -            }
     
    -            if (! $notrigger && empty($error))
    -            {
    -            	// Call trigger
    -            	$result=$this->call_trigger('ORDER_MODIFY',$user);
    -            	if ($result < 0) $error++;
    -            	// End call triggers
    -            }
    -            if (! $error)
    -            {
    -            	$this->db->commit();
    -            	return 1;
    -            }
    -            else
    -            {
    -            	foreach($this->errors as $errmsg)
    -            	{
    -            		dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    -            		$this->error.=($this->error?', '.$errmsg:$errmsg);
    -            	}
    -            	$this->db->rollback();
    -            	return -1*$error;
    -            }
    -        }
    -        else
    -        {
    -            return -1;
    -        }
    -    }
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Set the order date
    +	 *
    +	 *	@param      User	$user       Object user making change
    +	 *	@param      int		$date		Date
    +	 * 	@param     	int		$notrigger	1=Does not execute triggers, 0= execute triggers
    +	 *	@return     int         		<0 if KO, >0 if OK
    +	 */
    +	function set_date($user, $date, $notrigger=0)
    +	{
    +        // phpcs:enable
    +		if ($user->rights->commande->creer)
    +		{
    +			$error=0;
    +
    +			$this->db->begin();
    +
    +			$sql = "UPDATE ".MAIN_DB_PREFIX."commande";
    +			$sql.= " SET date_commande = ".($date ? "'".$this->db->idate($date)."'" : 'null');
    +			$sql.= " WHERE rowid = ".$this->id." AND fk_statut = ".self::STATUS_DRAFT;
    +
    +			dol_syslog(__METHOD__, LOG_DEBUG);
    +			$resql=$this->db->query($sql);
    +			if (!$resql)
    +			{
    +				$this->errors[]=$this->db->error();
    +				$error++;
    +			}
    +
    +			if (! $error)
    +			{
    +				$this->oldcopy= clone $this;
    +				$this->date = $date;
    +			}
    +
    +			if (! $notrigger && empty($error))
    +			{
    +				// Call trigger
    +				$result=$this->call_trigger('ORDER_MODIFY',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
    +			}
    +
    +			if (! $error)
    +			{
    +				$this->db->commit();
    +				return 1;
    +			}
    +			else
    +			{
    +				foreach($this->errors as $errmsg)
    +				{
    +					dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    +					$this->error.=($this->error?', '.$errmsg:$errmsg);
    +				}
    +				$this->db->rollback();
    +				return -1*$error;
    +			}
    +		}
    +		else
    +		{
    +			return -2;
    +		}
    +	}
    +
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Set the planned delivery date
    +	 *
    +	 *	@param      User	$user        		Objet utilisateur qui modifie
    +	 *	@param      int		$date_livraison     Date de livraison
    +	 *  @param     	int		$notrigger			1=Does not execute triggers, 0= execute triggers
    +	 *	@return     int         				<0 si ko, >0 si ok
    +	 */
    +	function set_date_livraison($user, $date_livraison, $notrigger=0)
    +	{
    +        // phpcs:enable
    +		if ($user->rights->commande->creer)
    +		{
    +			$error=0;
    +
    +			$this->db->begin();
    +
    +			$sql = "UPDATE ".MAIN_DB_PREFIX."commande";
    +			$sql.= " SET date_livraison = ".($date_livraison ? "'".$this->db->idate($date_livraison)."'" : 'null');
    +			$sql.= " WHERE rowid = ".$this->id;
    +
    +			dol_syslog(__METHOD__, LOG_DEBUG);
    +			$resql=$this->db->query($sql);
    +			if (!$resql)
    +			{
    +				$this->errors[]=$this->db->error();
    +				$error++;
    +			}
    +
    +			if (! $error)
    +			{
    +				$this->oldcopy= clone $this;
    +				$this->date_livraison = $date_livraison;
    +			}
    +
    +			if (! $notrigger && empty($error))
    +			{
    +				// Call trigger
    +				$result=$this->call_trigger('ORDER_MODIFY',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
    +			}
    +
    +			if (! $error)
    +			{
    +				$this->db->commit();
    +				return 1;
    +			}
    +			else
    +			{
    +				foreach($this->errors as $errmsg)
    +				{
    +					dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    +					$this->error.=($this->error?', '.$errmsg:$errmsg);
    +				}
    +				$this->db->rollback();
    +				return -1*$error;
    +			}
    +		}
    +		else
    +		{
    +			return -2;
    +		}
    +	}
    +
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *  Return list of orders (eventuelly filtered on a user) into an array
    +	 *
    +	 *  @param		int		$shortlist		0=Return array[id]=ref, 1=Return array[](id=>id,ref=>ref,name=>name)
    +	 *  @param      int		$draft      	0=not draft, 1=draft
    +	 *  @param      User	$excluser      	Objet user to exclude
    +	 *  @param    	int		$socid			Id third pary
    +	 *  @param    	int		$limit			For pagination
    +	 *  @param    	int		$offset			For pagination
    +	 *  @param    	string	$sortfield		Sort criteria
    +	 *  @param    	string	$sortorder		Sort order
    +	 *  @return     int             		-1 if KO, array with result if OK
    +	 */
    +	function liste_array($shortlist=0, $draft=0, $excluser='', $socid=0, $limit=0, $offset=0, $sortfield='c.date_commande', $sortorder='DESC')
    +	{
    +        // phpcs:enable
    +		global $user;
    +
    +		$ga = array();
    +
    +		$sql = "SELECT s.rowid, s.nom as name, s.client,";
    +		$sql.= " c.rowid as cid, c.ref";
    +		if (! $user->rights->societe->client->voir && ! $socid) $sql .= ", sc.fk_soc, sc.fk_user";
    +		$sql.= " FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."commande as c";
    +		if (! $user->rights->societe->client->voir && ! $socid) $sql .= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
    +		$sql.= " WHERE c.entity IN (".getEntity('commande').")";
    +		$sql.= " AND c.fk_soc = s.rowid";
    +		if (! $user->rights->societe->client->voir && ! $socid) //restriction
    +		{
    +			$sql.= " AND s.rowid = sc.fk_soc AND sc.fk_user = " .$user->id;
    +		}
    +		if ($socid) $sql.= " AND s.rowid = ".$socid;
    +		if ($draft) $sql.= " AND c.fk_statut = ".self::STATUS_DRAFT;
    +		if (is_object($excluser)) $sql.= " AND c.fk_user_author <> ".$excluser->id;
    +		$sql.= $this->db->order($sortfield,$sortorder);
    +		$sql.= $this->db->plimit($limit,$offset);
    +
    +		$result=$this->db->query($sql);
    +		if ($result)
    +		{
    +			$numc = $this->db->num_rows($result);
    +			if ($numc)
    +			{
    +				$i = 0;
    +				while ($i < $numc)
    +				{
    +					$obj = $this->db->fetch_object($result);
    +
    +					if ($shortlist == 1)
    +					{
    +						$ga[$obj->cid] = $obj->ref;
    +					}
    +					else if ($shortlist == 2)
    +					{
    +						$ga[$obj->cid] = $obj->ref.' ('.$obj->name.')';
    +					}
    +					else
    +					{
    +						$ga[$i]['id']	= $obj->cid;
    +						$ga[$i]['ref'] 	= $obj->ref;
    +						$ga[$i]['name'] = $obj->name;
    +					}
    +					$i++;
    +				}
    +			}
    +			return $ga;
    +		}
    +		else
    +		{
    +			dol_print_error($this->db);
    +			return -1;
    +		}
    +	}
    +
    +	/**
    +	 *	Update delivery delay
    +	 *
    +	 *	@param      int		$availability_id	Id du nouveau mode
    +	 *  @param     	int		$notrigger			1=Does not execute triggers, 0= execute triggers
    +	 *	@return     int         				>0 if OK, <0 if KO
    +	 */
    +	function availability($availability_id, $notrigger=0)
    +	{
    +		global $user;
    +
    +		dol_syslog('Commande::availability('.$availability_id.')');
    +		if ($this->statut >= self::STATUS_DRAFT)
    +		{
    +			$error=0;
    +
    +			$this->db->begin();
    +
    +			$sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    +			$sql .= ' SET fk_availability = '.$availability_id;
    +			$sql .= ' WHERE rowid='.$this->id;
    +
    +			dol_syslog(__METHOD__, LOG_DEBUG);
    +			$resql=$this->db->query($sql);
    +			if (!$resql)
    +			{
    +				$this->errors[]=$this->db->error();
    +				$error++;
    +			}
    +
    +			if (! $error)
    +			{
    +				$this->oldcopy= clone $this;
    +				$this->availability_id = $availability_id;
    +			}
    +
    +			if (! $notrigger && empty($error))
    +			{
    +				// Call trigger
    +				$result=$this->call_trigger('ORDER_MODIFY',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
    +			}
    +
    +			if (! $error)
    +			{
    +				$this->db->commit();
    +				return 1;
    +			}
    +			else
    +			{
    +				foreach($this->errors as $errmsg)
    +				{
    +					dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    +					$this->error.=($this->error?', '.$errmsg:$errmsg);
    +				}
    +				$this->db->rollback();
    +				return -1*$error;
    +			}
    +		}
    +		else
    +		{
    +			$error_str='Command status do not meet requirement '.$this->statut;
    +			dol_syslog(__METHOD__.$error_str, LOG_ERR);
    +			$this->error=$error_str;
    +			$this->errors[]= $this->error;
    +			return -2;
    +		}
    +	}
    +
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Update order demand_reason
    +	 *
    +	 *  @param      int		$demand_reason_id	Id of new demand
    +	 *  @param     	int		$notrigger			1=Does not execute triggers, 0= execute triggers
    +	 *  @return     int        			 		>0 if ok, <0 if ko
    +	 */
    +	function demand_reason($demand_reason_id, $notrigger=0)
    +	{
    +        // phpcs:enable
    +		global $user;
    +
    +		dol_syslog('Commande::demand_reason('.$demand_reason_id.')');
    +		if ($this->statut >= self::STATUS_DRAFT)
    +		{
    +			$error=0;
    +
    +			$this->db->begin();
    +
    +			$sql = 'UPDATE '.MAIN_DB_PREFIX.'commande';
    +			$sql .= ' SET fk_input_reason = '.$demand_reason_id;
    +			$sql .= ' WHERE rowid='.$this->id;
    +
    +			dol_syslog(__METHOD__, LOG_DEBUG);
    +			$resql=$this->db->query($sql);
    +			if (!$resql)
    +			{
    +				$this->errors[]=$this->db->error();
    +				$error++;
    +			}
    +
    +			if (! $error)
    +			{
    +				$this->oldcopy= clone $this;
    +				$this->demand_reason_id = $demand_reason_id;
    +			}
    +
    +			if (! $notrigger && empty($error))
    +			{
    +				// Call trigger
    +				$result=$this->call_trigger('ORDER_MODIFY',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
    +			}
    +
    +			if (! $error)
    +			{
    +				$this->db->commit();
    +				return 1;
    +			}
    +			else
    +			{
    +				foreach($this->errors as $errmsg)
    +				{
    +					dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    +					$this->error.=($this->error?', '.$errmsg:$errmsg);
    +				}
    +				$this->db->rollback();
    +				return -1*$error;
    +			}
    +		}
    +		else
    +		{
    +			$error_str='order status do not meet requirement '.$this->statut;
    +			dol_syslog(__METHOD__.$error_str, LOG_ERR);
    +			$this->error=$error_str;
    +			$this->errors[]= $this->error;
    +			return -2;
    +		}
    +	}
    +
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Set customer ref
    +	 *
    +	 *	@param      User	$user           User that make change
    +	 *	@param      string	$ref_client     Customer ref
    +	 *  @param     	int		$notrigger		1=Does not execute triggers, 0= execute triggers
    +	 *	@return     int             		<0 if KO, >0 if OK
    +	 */
    +	function set_ref_client($user, $ref_client, $notrigger=0)
    +	{
    +        // phpcs:enable
    +		if ($user->rights->commande->creer)
    +		{
    +			$error=0;
    +
    +			$this->db->begin();
    +
    +			$sql = 'UPDATE '.MAIN_DB_PREFIX.'commande SET';
    +			$sql.= ' ref_client = '.(empty($ref_client) ? 'NULL' : '\''.$this->db->escape($ref_client).'\'');
    +			$sql.= ' WHERE rowid = '.$this->id;
    +
    +			dol_syslog(__METHOD__.' this->id='.$this->id.', ref_client='.$ref_client, LOG_DEBUG);
    +			$resql=$this->db->query($sql);
    +			if (!$resql)
    +			{
    +				$this->errors[]=$this->db->error();
    +				$error++;
    +			}
    +
    +			if (! $error)
    +			{
    +				$this->oldcopy= clone $this;
    +				$this->ref_client = $ref_client;
    +			}
    +
    +			if (! $notrigger && empty($error))
    +			{
    +				// Call trigger
    +				$result=$this->call_trigger('ORDER_MODIFY',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
    +			}
    +			if (! $error)
    +			{
    +				$this->db->commit();
    +				return 1;
    +			}
    +			else
    +			{
    +				foreach($this->errors as $errmsg)
    +				{
    +					dol_syslog(__METHOD__.' Error: '.$errmsg, LOG_ERR);
    +					$this->error.=($this->error?', '.$errmsg:$errmsg);
    +				}
    +				$this->db->rollback();
    +				return -1*$error;
    +			}
    +		}
    +		else
    +		{
    +			return -1;
    +		}
    +	}
     
     	/**
     	 * Classify the order as invoiced
    @@ -2699,7 +2763,7 @@ class Commande extends CommonOrder
     	 */
     	function classifyBilled(User $user, $notrigger=0)
     	{
    -        $error = 0;
    +		$error = 0;
     
     		$this->db->begin();
     
    @@ -2718,10 +2782,10 @@ class Commande extends CommonOrder
     
     			if (! $notrigger && empty($error))
     			{
    -            	// Call trigger
    -            	$result=$this->call_trigger('ORDER_CLASSIFY_BILLED',$user);
    -            	if ($result < 0) $error++;
    -            	// End call triggers
    +				// Call trigger
    +				$result=$this->call_trigger('ORDER_CLASSIFY_BILLED',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
     			}
     
     			if (! $error)
    @@ -2743,7 +2807,7 @@ class Commande extends CommonOrder
     		else
     		{
     			$this->error=$this->db->error();
    -            $this->db->rollback();
    +			$this->db->rollback();
     			return -1;
     		}
     	}
    @@ -2755,146 +2819,146 @@ class Commande extends CommonOrder
     	 */
     	function classifyUnBilled()
     	{
    -	    global $conf, $user, $langs;
    -	    $error = 0;
    +		global $conf, $user, $langs;
    +		$error = 0;
     
    -	    $this->db->begin();
    +		$this->db->begin();
     
    -	    $sql = 'UPDATE '.MAIN_DB_PREFIX.'commande SET facture = 0';
    -	    $sql.= ' WHERE rowid = '.$this->id.' AND fk_statut > '.self::STATUS_DRAFT;
    +		$sql = 'UPDATE '.MAIN_DB_PREFIX.'commande SET facture = 0';
    +		$sql.= ' WHERE rowid = '.$this->id.' AND fk_statut > '.self::STATUS_DRAFT;
     
    -	    dol_syslog(get_class($this)."::classifyUnBilled", LOG_DEBUG);
    -	    if ($this->db->query($sql))
    -	    {
    -	    	if (! $error)
    -	    	{
    -	    		$this->oldcopy= clone $this;
    -	    		$this->billed=1;
    -	    	}
    +		dol_syslog(get_class($this)."::classifyUnBilled", LOG_DEBUG);
    +		if ($this->db->query($sql))
    +		{
    +			if (! $error)
    +			{
    +				$this->oldcopy= clone $this;
    +				$this->billed=1;
    +			}
     
    -	        // Call trigger
    -	        $result=$this->call_trigger('ORDER_CLASSIFY_UNBILLED',$user);
    -	        if ($result < 0) $error++;
    -	        // End call triggers
    +			// Call trigger
    +			$result=$this->call_trigger('ORDER_CLASSIFY_UNBILLED',$user);
    +			if ($result < 0) $error++;
    +			// End call triggers
     
    -	        if (! $error)
    -	        {
    -	            $this->billed=0;
    +			if (! $error)
    +			{
    +				$this->billed=0;
     
    -	            $this->db->commit();
    -	            return 1;
    -	        }
    -	        else
    -	        {
    -	            foreach($this->errors as $errmsg)
    -	            {
    -	                dol_syslog(get_class($this)."::classifyUnBilled ".$errmsg, LOG_ERR);
    -	                $this->error.=($this->error?', '.$errmsg:$errmsg);
    -	            }
    -	            $this->db->rollback();
    -	            return -1*$error;
    -	        }
    -	    }
    -	    else
    -	    {
    -	        $this->error=$this->db->error();
    -	        $this->db->rollback();
    -	        return -1;
    -	    }
    +				$this->db->commit();
    +				return 1;
    +			}
    +			else
    +			{
    +				foreach($this->errors as $errmsg)
    +				{
    +					dol_syslog(get_class($this)."::classifyUnBilled ".$errmsg, LOG_ERR);
    +					$this->error.=($this->error?', '.$errmsg:$errmsg);
    +				}
    +				$this->db->rollback();
    +				return -1*$error;
    +			}
    +		}
    +		else
    +		{
    +			$this->error=$this->db->error();
    +			$this->db->rollback();
    +			return -1;
    +		}
     	}
     
     
    -    /**
    -     *  Update a line in database
    -     *
    -     *  @param    	int				$rowid            	Id of line to update
    -     *  @param    	string			$desc             	Description of line
    -     *  @param    	float			$pu               	Unit price
    -     *  @param    	float			$qty              	Quantity
    -     *  @param    	float			$remise_percent   	Percent of discount
    -     *  @param    	float			$txtva           	Taux TVA
    -     * 	@param		float			$txlocaltax1		Local tax 1 rate
    -     *  @param		float			$txlocaltax2		Local tax 2 rate
    -     *  @param    	string			$price_base_type	HT or TTC
    -     *  @param    	int				$info_bits        	Miscellaneous informations on line
    -     *  @param    	int				$date_start        	Start date of the line
    -     *  @param    	int				$date_end          	End date of the line
    -     * 	@param		int				$type				Type of line (0=product, 1=service)
    -     * 	@param		int				$fk_parent_line		Id of parent line (0 in most cases, used by modules adding sublevels into lines).
    -     * 	@param		int				$skip_update_total	Keep fields total_xxx to 0 (used for special lines by some modules)
    -     *  @param		int				$fk_fournprice		Id of origin supplier price
    -     *  @param		int				$pa_ht				Price (without tax) of product when it was bought
    -     *  @param		string			$label				Label
    -     *  @param		int				$special_code		Special code (also used by externals modules!)
    +	/**
    +	 *  Update a line in database
    +	 *
    +	 *  @param    	int				$rowid            	Id of line to update
    +	 *  @param    	string			$desc             	Description of line
    +	 *  @param    	float			$pu               	Unit price
    +	 *  @param    	float			$qty              	Quantity
    +	 *  @param    	float			$remise_percent   	Percent of discount
    +	 *  @param    	float			$txtva           	Taux TVA
    +	 * 	@param		float			$txlocaltax1		Local tax 1 rate
    +	 *  @param		float			$txlocaltax2		Local tax 2 rate
    +	 *  @param    	string			$price_base_type	HT or TTC
    +	 *  @param    	int				$info_bits        	Miscellaneous informations on line
    +	 *  @param    	int				$date_start        	Start date of the line
    +	 *  @param    	int				$date_end          	End date of the line
    +	 * 	@param		int				$type				Type of line (0=product, 1=service)
    +	 * 	@param		int				$fk_parent_line		Id of parent line (0 in most cases, used by modules adding sublevels into lines).
    +	 * 	@param		int				$skip_update_total	Keep fields total_xxx to 0 (used for special lines by some modules)
    +	 *  @param		int				$fk_fournprice		Id of origin supplier price
    +	 *  @param		int				$pa_ht				Price (without tax) of product when it was bought
    +	 *  @param		string			$label				Label
    +	 *  @param		int				$special_code		Special code (also used by externals modules!)
     	 *  @param		array			$array_options		extrafields array
    -     * 	@param 		string			$fk_unit 			Code of the unit to use. Null to use the default one
    +	 * 	@param 		string			$fk_unit 			Code of the unit to use. Null to use the default one
     	 *  @param		double			$pu_ht_devise		Amount in currency
    -     * 	@param		int				$notrigger			disable line update trigger
    -     *  @return   	int              					< 0 if KO, > 0 if OK
    -     */
    +	 * 	@param		int				$notrigger			disable line update trigger
    +	 *  @return   	int              					< 0 if KO, > 0 if OK
    +	 */
     	function updateline($rowid, $desc, $pu, $qty, $remise_percent, $txtva, $txlocaltax1=0.0,$txlocaltax2=0.0, $price_base_type='HT', $info_bits=0, $date_start='', $date_end='', $type=0, $fk_parent_line=0, $skip_update_total=0, $fk_fournprice=null, $pa_ht=0, $label='', $special_code=0, $array_options=0, $fk_unit=null, $pu_ht_devise = 0, $notrigger=0)
    -    {
    -        global $conf, $mysoc, $langs, $user;
    +	{
    +		global $conf, $mysoc, $langs, $user;
     
    -        dol_syslog(get_class($this)."::updateline id=$rowid, desc=$desc, pu=$pu, qty=$qty, remise_percent=$remise_percent, txtva=$txtva, txlocaltax1=$txlocaltax1, txlocaltax2=$txlocaltax2, price_base_type=$price_base_type, info_bits=$info_bits, date_start=$date_start, date_end=$date_end, type=$type, fk_parent_line=$fk_parent_line, pa_ht=$pa_ht, special_code=$special_code");
    -        include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
    +		dol_syslog(get_class($this)."::updateline id=$rowid, desc=$desc, pu=$pu, qty=$qty, remise_percent=$remise_percent, txtva=$txtva, txlocaltax1=$txlocaltax1, txlocaltax2=$txlocaltax2, price_base_type=$price_base_type, info_bits=$info_bits, date_start=$date_start, date_end=$date_end, type=$type, fk_parent_line=$fk_parent_line, pa_ht=$pa_ht, special_code=$special_code");
    +		include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
     
    -        if (! empty($this->brouillon))
    -        {
    -            $this->db->begin();
    +		if (! empty($this->brouillon))
    +		{
    +			$this->db->begin();
     
    -            // Clean parameters
    -            if (empty($qty)) $qty=0;
    -            if (empty($info_bits)) $info_bits=0;
    -            if (empty($txtva)) $txtva=0;
    -            if (empty($txlocaltax1)) $txlocaltax1=0;
    -            if (empty($txlocaltax2)) $txlocaltax2=0;
    -            if (empty($remise_percent)) $remise_percent=0;
    -            if (empty($special_code) || $special_code == 3) $special_code=0;
    +			// Clean parameters
    +			if (empty($qty)) $qty=0;
    +			if (empty($info_bits)) $info_bits=0;
    +			if (empty($txtva)) $txtva=0;
    +			if (empty($txlocaltax1)) $txlocaltax1=0;
    +			if (empty($txlocaltax2)) $txlocaltax2=0;
    +			if (empty($remise_percent)) $remise_percent=0;
    +			if (empty($special_code) || $special_code == 3) $special_code=0;
     
    -            $remise_percent=price2num($remise_percent);
    -            $qty=price2num($qty);
    -            $pu = price2num($pu);
    -      		$pa_ht=price2num($pa_ht);
    -        	$pu_ht_devise=price2num($pu_ht_devise);
    -            $txtva=price2num($txtva);
    -            $txlocaltax1=price2num($txlocaltax1);
    -            $txlocaltax2=price2num($txlocaltax2);
    +			$remise_percent=price2num($remise_percent);
    +			$qty=price2num($qty);
    +			$pu = price2num($pu);
    +			$pa_ht=price2num($pa_ht);
    +			$pu_ht_devise=price2num($pu_ht_devise);
    +			$txtva=price2num($txtva);
    +			$txlocaltax1=price2num($txlocaltax1);
    +			$txlocaltax2=price2num($txlocaltax2);
     
    -            // Calcul du total TTC et de la TVA pour la ligne a partir de
    -            // qty, pu, remise_percent et txtva
    -            // TRES IMPORTANT: C'est au moment de l'insertion ligne qu'on doit stocker
    -            // la part ht, tva et ttc, et ce au niveau de la ligne qui a son propre taux tva.
    +			// Calcul du total TTC et de la TVA pour la ligne a partir de
    +			// qty, pu, remise_percent et txtva
    +			// TRES IMPORTANT: C'est au moment de l'insertion ligne qu'on doit stocker
    +			// la part ht, tva et ttc, et ce au niveau de la ligne qui a son propre taux tva.
     
    -            $localtaxes_type=getLocalTaxesFromRate($txtva, 0, $this->thirdparty, $mysoc);
    +			$localtaxes_type=getLocalTaxesFromRate($txtva, 0, $this->thirdparty, $mysoc);
     
    -       		// Clean vat code
    -    		$vat_src_code='';
    -    		if (preg_match('/\((.*)\)/', $txtva, $reg))
    -    		{
    -    		    $vat_src_code = $reg[1];
    -    		    $txtva = preg_replace('/\s*\(.*\)/', '', $txtva);    // Remove code into vatrate.
    -    		}
    +			// Clean vat code
    +			$vat_src_code='';
    +			if (preg_match('/\((.*)\)/', $txtva, $reg))
    +			{
    +				$vat_src_code = $reg[1];
    +				$txtva = preg_replace('/\s*\(.*\)/', '', $txtva);    // Remove code into vatrate.
    +			}
     
    -            $tabprice=calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $type, $mysoc, $localtaxes_type, 100, $this->multicurrency_tx, $pu_ht_devise);
    +			$tabprice=calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $type, $mysoc, $localtaxes_type, 100, $this->multicurrency_tx, $pu_ht_devise);
     
    -            $total_ht  = $tabprice[0];
    -            $total_tva = $tabprice[1];
    -            $total_ttc = $tabprice[2];
    -            $total_localtax1 = $tabprice[9];
    -            $total_localtax2 = $tabprice[10];
    +			$total_ht  = $tabprice[0];
    +			$total_tva = $tabprice[1];
    +			$total_ttc = $tabprice[2];
    +			$total_localtax1 = $tabprice[9];
    +			$total_localtax2 = $tabprice[10];
     			$pu_ht  = $tabprice[3];
     			$pu_tva = $tabprice[4];
     			$pu_ttc = $tabprice[5];
     
     			// MultiCurrency
     			$multicurrency_total_ht  = $tabprice[16];
    -            $multicurrency_total_tva = $tabprice[17];
    -            $multicurrency_total_ttc = $tabprice[18];
    +			$multicurrency_total_tva = $tabprice[17];
    +			$multicurrency_total_ttc = $tabprice[18];
     			$pu_ht_devise = $tabprice[19];
     
    -            // Anciens indicateurs: $price, $subprice (a ne plus utiliser)
    -            $price = $pu_ht;
    +			// Anciens indicateurs: $price, $subprice (a ne plus utiliser)
    +			$price = $pu_ht;
     			if ($price_base_type == 'TTC')
     			{
     				$subprice = $pu_ttc;
    @@ -2903,72 +2967,72 @@ class Commande extends CommonOrder
     			{
     				$subprice = $pu_ht;
     			}
    -            $remise = 0;
    -            if ($remise_percent > 0)
    -            {
    -                $remise = round(($pu * $remise_percent / 100),2);
    -                $price = ($pu - $remise);
    -            }
    +			$remise = 0;
    +			if ($remise_percent > 0)
    +			{
    +				$remise = round(($pu * $remise_percent / 100),2);
    +				$price = ($pu - $remise);
    +			}
     
    -            //Fetch current line from the database and then clone the object and set it in $oldline property
    -            $line = new OrderLine($this->db);
    -            $line->fetch($rowid);
    +			//Fetch current line from the database and then clone the object and set it in $oldline property
    +			$line = new OrderLine($this->db);
    +			$line->fetch($rowid);
     
    -            if (!empty($line->fk_product))
    -            {
    -                $product=new Product($this->db);
    -                $result=$product->fetch($line->fk_product);
    -                $product_type=$product->type;
    +			if (!empty($line->fk_product))
    +			{
    +				$product=new Product($this->db);
    +				$result=$product->fetch($line->fk_product);
    +				$product_type=$product->type;
     
    -                if (! empty($conf->global->STOCK_MUST_BE_ENOUGH_FOR_ORDER) && $product_type == 0 && $product->stock_reel < $qty)
    -                {
    -                    $langs->load("errors");
    -                    $this->error=$langs->trans('ErrorStockIsNotEnoughToAddProductOnOrder', $product->ref);
    -                    dol_syslog(get_class($this)."::addline error=Product ".$product->ref.": ".$this->error, LOG_ERR);
    -                    $this->db->rollback();
    -                    return self::STOCK_NOT_ENOUGH_FOR_ORDER;
    -                }
    -            }
    +				if (! empty($conf->global->STOCK_MUST_BE_ENOUGH_FOR_ORDER) && $product_type == 0 && $product->stock_reel < $qty)
    +				{
    +					$langs->load("errors");
    +					$this->error=$langs->trans('ErrorStockIsNotEnoughToAddProductOnOrder', $product->ref);
    +					dol_syslog(get_class($this)."::addline error=Product ".$product->ref.": ".$this->error, LOG_ERR);
    +					$this->db->rollback();
    +					return self::STOCK_NOT_ENOUGH_FOR_ORDER;
    +				}
    +			}
     
    -            $staticline = clone $line;
    +			$staticline = clone $line;
     
    -            $line->oldline = $staticline;
    -            $this->line = $line;
    -            $this->line->context = $this->context;
    +			$line->oldline = $staticline;
    +			$this->line = $line;
    +			$this->line->context = $this->context;
     
    -            // Reorder if fk_parent_line change
    -            if (! empty($fk_parent_line) && ! empty($staticline->fk_parent_line) && $fk_parent_line != $staticline->fk_parent_line)
    -            {
    -            	$rangmax = $this->line_max($fk_parent_line);
    -            	$this->line->rang = $rangmax + 1;
    -            }
    +			// Reorder if fk_parent_line change
    +			if (! empty($fk_parent_line) && ! empty($staticline->fk_parent_line) && $fk_parent_line != $staticline->fk_parent_line)
    +			{
    +				$rangmax = $this->line_max($fk_parent_line);
    +				$this->line->rang = $rangmax + 1;
    +			}
     
    -            $this->line->rowid=$rowid;
    -            $this->line->label=$label;
    -            $this->line->desc=$desc;
    -            $this->line->qty=$qty;
    +			$this->line->rowid=$rowid;
    +			$this->line->label=$label;
    +			$this->line->desc=$desc;
    +			$this->line->qty=$qty;
     
    -            $this->line->vat_src_code	= $vat_src_code;
    -            $this->line->tva_tx         = $txtva;
    -            $this->line->localtax1_tx   = $txlocaltax1;
    -            $this->line->localtax2_tx   = $txlocaltax2;
    +			$this->line->vat_src_code	= $vat_src_code;
    +			$this->line->tva_tx         = $txtva;
    +			$this->line->localtax1_tx   = $txlocaltax1;
    +			$this->line->localtax2_tx   = $txlocaltax2;
     			$this->line->localtax1_type = $localtaxes_type[0];
     			$this->line->localtax2_type = $localtaxes_type[2];
    -            $this->line->remise_percent = $remise_percent;
    -            $this->line->subprice       = $subprice;
    -            $this->line->info_bits      = $info_bits;
    -            $this->line->special_code   = $special_code;
    -            $this->line->total_ht       = $total_ht;
    -            $this->line->total_tva      = $total_tva;
    -            $this->line->total_localtax1= $total_localtax1;
    -            $this->line->total_localtax2= $total_localtax2;
    -            $this->line->total_ttc      = $total_ttc;
    -            $this->line->date_start     = $date_start;
    -            $this->line->date_end       = $date_end;
    -            $this->line->product_type   = $type;
    -            $this->line->fk_parent_line = $fk_parent_line;
    -            $this->line->skip_update_total=$skip_update_total;
    -	        $this->line->fk_unit        = $fk_unit;
    +			$this->line->remise_percent = $remise_percent;
    +			$this->line->subprice       = $subprice;
    +			$this->line->info_bits      = $info_bits;
    +			$this->line->special_code   = $special_code;
    +			$this->line->total_ht       = $total_ht;
    +			$this->line->total_tva      = $total_tva;
    +			$this->line->total_localtax1= $total_localtax1;
    +			$this->line->total_localtax2= $total_localtax2;
    +			$this->line->total_ttc      = $total_ttc;
    +			$this->line->date_start     = $date_start;
    +			$this->line->date_end       = $date_end;
    +			$this->line->product_type   = $type;
    +			$this->line->fk_parent_line = $fk_parent_line;
    +			$this->line->skip_update_total=$skip_update_total;
    +			$this->line->fk_unit        = $fk_unit;
     
     			$this->line->fk_fournprice = $fk_fournprice;
     			$this->line->pa_ht = $pa_ht;
    @@ -2976,44 +3040,44 @@ class Commande extends CommonOrder
     			// Multicurrency
     			$this->line->multicurrency_subprice		= $pu_ht_devise;
     			$this->line->multicurrency_total_ht 	= $multicurrency_total_ht;
    -            $this->line->multicurrency_total_tva 	= $multicurrency_total_tva;
    -            $this->line->multicurrency_total_ttc 	= $multicurrency_total_ttc;
    +			$this->line->multicurrency_total_tva 	= $multicurrency_total_tva;
    +			$this->line->multicurrency_total_ttc 	= $multicurrency_total_ttc;
     
    -            // TODO deprecated
    -            $this->line->price=$price;
    -            $this->line->remise=$remise;
    +			// TODO deprecated
    +			$this->line->price=$price;
    +			$this->line->remise=$remise;
     
     			if (is_array($array_options) && count($array_options)>0) {
     				$this->line->array_options=$array_options;
     			}
     
    -            $result=$this->line->update($user, $notrigger);
    -            if ($result > 0)
    -            {
    -            	// Reorder if child line
    -            	if (! empty($fk_parent_line)) $this->line_order(true,'DESC');
    +			$result=$this->line->update($user, $notrigger);
    +			if ($result > 0)
    +			{
    +				// Reorder if child line
    +				if (! empty($fk_parent_line)) $this->line_order(true,'DESC');
     
    -                // Mise a jour info denormalisees
    -                $this->update_price(1);
    +				// Mise a jour info denormalisees
    +				$this->update_price(1);
     
    -                $this->db->commit();
    -                return $result;
    -            }
    -            else
    -            {
    -	            $this->error=$this->line->error;
    +				$this->db->commit();
    +				return $result;
    +			}
    +			else
    +			{
    +				$this->error=$this->line->error;
     
    -	            $this->db->rollback();
    -	            return -1;
    -            }
    -        }
    -        else
    -        {
    -            $this->error=get_class($this)."::updateline Order status makes operation forbidden";
    -        	$this->errors=array('OrderStatusMakeOperationForbidden');
    -            return -2;
    -        }
    -    }
    +				$this->db->rollback();
    +				return -1;
    +			}
    +		}
    +		else
    +		{
    +			$this->error=get_class($this)."::updateline Order status makes operation forbidden";
    +			$this->errors=array('OrderStatusMakeOperationForbidden');
    +			return -2;
    +		}
    +	}
     
     	/**
     	 *      Update database
    @@ -3110,31 +3174,31 @@ class Commande extends CommonOrder
     		}
     	}
     
    -    /**
    -     *	Delete the customer order
    -     *
    -     *	@param	User	$user		User object
    -     *	@param	int		$notrigger	1=Does not execute triggers, 0= execute triggers
    -     * 	@return	int					<=0 if KO, >0 if OK
    -     */
    -    function delete($user, $notrigger=0)
    -    {
    -        global $conf, $langs;
    -        require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
    +	/**
    +	 *	Delete the customer order
    +	 *
    +	 *	@param	User	$user		User object
    +	 *	@param	int		$notrigger	1=Does not execute triggers, 0= execute triggers
    +	 * 	@return	int					<=0 if KO, >0 if OK
    +	 */
    +	function delete($user, $notrigger=0)
    +	{
    +		global $conf, $langs;
    +		require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     
    -        $error = 0;
    +		$error = 0;
     
    -        dol_syslog(get_class($this) . "::delete ".$this->id, LOG_DEBUG);
    +		dol_syslog(get_class($this) . "::delete ".$this->id, LOG_DEBUG);
     
    -        $this->db->begin();
    +		$this->db->begin();
     
    -        if (! $error && ! $notrigger)
    -        {
    -            // Call trigger
    -            $result=$this->call_trigger('ORDER_DELETE',$user);
    -            if ($result < 0) $error++;
    -            // End call triggers
    -        }
    +		if (! $error && ! $notrigger)
    +		{
    +			// Call trigger
    +			$result=$this->call_trigger('ORDER_DELETE',$user);
    +			if ($result < 0) $error++;
    +			// End call triggers
    +		}
     
     		if ($this->nb_expedition() != 0)
     		{
    @@ -3142,315 +3206,318 @@ class Commande extends CommonOrder
     			$error++;
     		}
     
    -        if (! $error)
    -        {
    -        	// Delete order details
    -        	$sql = 'DELETE FROM '.MAIN_DB_PREFIX."commandedet WHERE fk_commande = ".$this->id;
    -        	if (! $this->db->query($sql) )
    -        	{
    -        		$error++;
    -        		$this->errors[]=$this->db->lasterror();
    -        	}
    -        }
    +		if (! $error)
    +		{
    +			// Delete order details
    +			$sql = 'DELETE FROM '.MAIN_DB_PREFIX."commandedet WHERE fk_commande = ".$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 object
    +			$res = $this->deleteObjectLinked();
    +			if ($res < 0) $error++;
    +		}
     
    -        if (! $error)
    -        {
    -        	// Delete linked contacts
    -        	$res = $this->delete_linked_contact();
    -        	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
    -        	{
    -        		$result=$this->deleteExtraFields();
    -        		if ($result < 0)
    -        		{
    -        			$error++;
    -        			dol_syslog(get_class($this)."::delete error -4 ".$this->error, LOG_ERR);
    -        		}
    -        	}
    -        }
    +		if (! $error)
    +		{
    +			// Remove extrafields
    +			if ((! $error) && (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED))) // For avoid conflicts if trigger used
    +			{
    +				$result=$this->deleteExtraFields();
    +				if ($result < 0)
    +				{
    +					$error++;
    +					dol_syslog(get_class($this)."::delete error -4 ".$this->error, LOG_ERR);
    +				}
    +			}
    +		}
     
    -        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)
    +		{
    +			// 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))
    -        	{
    -        		$dir = $conf->commande->dir_output . "/" . $comref ;
    -        		$file = $conf->commande->dir_output . "/" . $comref . "/" . $comref . ".pdf";
    -        		if (file_exists($file))	// We must delete all files before deleting directory
    -        		{
    -        			dol_delete_preview($this);
    +		if (! $error)
    +		{
    +			// Remove directory with files
    +			$comref = dol_sanitizeFileName($this->ref);
    +			if ($conf->commande->dir_output && !empty($this->ref))
    +			{
    +				$dir = $conf->commande->dir_output . "/" . $comref ;
    +				$file = $conf->commande->dir_output . "/" . $comref . "/" . $comref . ".pdf";
    +				if (file_exists($file))	// We must delete all files before deleting directory
    +				{
    +					dol_delete_preview($this);
     
    -        			if (! dol_delete_file($file,0,0,0,$this)) // For triggers
    -        			{
    -        				$this->db->rollback();
    -        				return 0;
    -        			}
    -        		}
    -        		if (file_exists($dir))
    -        		{
    -        			if (! dol_delete_dir_recursive($dir))
    -        			{
    -        				$this->error=$langs->trans("ErrorCanNotDeleteDir",$dir);
    -        				$this->db->rollback();
    -        				return 0;
    -        			}
    -        		}
    -        	}
    -        }
    +					if (! dol_delete_file($file,0,0,0,$this)) // For triggers
    +					{
    +						$this->db->rollback();
    +						return 0;
    +					}
    +				}
    +				if (file_exists($dir))
    +				{
    +					if (! dol_delete_dir_recursive($dir))
    +					{
    +						$this->error=$langs->trans("ErrorCanNotDeleteDir",$dir);
    +						$this->db->rollback();
    +						return 0;
    +					}
    +				}
    +			}
    +		}
     
    -        if (! $error)
    -        {
    -        	$this->db->commit();
    -        	return 1;
    -        }
    -        else
    -        {
    -	        foreach($this->errors as $errmsg)
    -	        {
    -		        $this->error.=($this->error?', '.$errmsg:$errmsg);
    -	        }
    -	        $this->db->rollback();
    -	        return -1*$error;
    -        }
    -    }
    +		if (! $error)
    +		{
    +			$this->db->commit();
    +			return 1;
    +		}
    +		else
    +		{
    +			foreach($this->errors as $errmsg)
    +			{
    +				$this->error.=($this->error?', '.$errmsg:$errmsg);
    +			}
    +			$this->db->rollback();
    +			return -1*$error;
    +		}
    +	}
     
     
    -    /**
    -     *	Load indicators for dashboard (this->nbtodo and this->nbtodolate)
    -     *
    -     *	@param		User	$user   Object user
    -     *	@return WorkboardResponse|int <0 if KO, WorkboardResponse if OK
    -     */
    -    function load_board($user)
    -    {
    -        global $conf, $langs;
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Load indicators for dashboard (this->nbtodo and this->nbtodolate)
    +	 *
    +	 *	@param		User	$user   Object user
    +	 *	@return WorkboardResponse|int <0 if KO, WorkboardResponse if OK
    +	 */
    +	function load_board($user)
    +	{
    +        // phpcs:enable
    +		global $conf, $langs;
     
    -        $clause = " WHERE";
    +		$clause = " WHERE";
     
    -        $sql = "SELECT c.rowid, c.date_creation as datec, c.date_commande, c.date_livraison as delivery_date, c.fk_statut, c.total_ht";
    -        $sql.= " FROM ".MAIN_DB_PREFIX."commande as c";
    -        if (!$user->rights->societe->client->voir && !$user->societe_id)
    -        {
    -            $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe_commerciaux as sc ON c.fk_soc = sc.fk_soc";
    -            $sql.= " WHERE sc.fk_user = " .$user->id;
    -            $clause = " AND";
    -        }
    -        $sql.= $clause." c.entity IN (".getEntity('commande').")";
    -        //$sql.= " AND c.fk_statut IN (1,2,3) AND c.facture = 0";
    -        $sql.= " AND ((c.fk_statut IN (".self::STATUS_VALIDATED.",".self::STATUS_SHIPMENTONPROCESS.")) OR (c.fk_statut = ".self::STATUS_CLOSED." AND c.facture = 0))";    // If status is 2 and facture=1, it must be selected
    -        if ($user->societe_id) $sql.=" AND c.fk_soc = ".$user->societe_id;
    +		$sql = "SELECT c.rowid, c.date_creation as datec, c.date_commande, c.date_livraison as delivery_date, c.fk_statut, c.total_ht";
    +		$sql.= " FROM ".MAIN_DB_PREFIX."commande as c";
    +		if (!$user->rights->societe->client->voir && !$user->societe_id)
    +		{
    +			$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe_commerciaux as sc ON c.fk_soc = sc.fk_soc";
    +			$sql.= " WHERE sc.fk_user = " .$user->id;
    +			$clause = " AND";
    +		}
    +		$sql.= $clause." c.entity IN (".getEntity('commande').")";
    +		//$sql.= " AND c.fk_statut IN (1,2,3) AND c.facture = 0";
    +		$sql.= " AND ((c.fk_statut IN (".self::STATUS_VALIDATED.",".self::STATUS_SHIPMENTONPROCESS.")) OR (c.fk_statut = ".self::STATUS_CLOSED." AND c.facture = 0))";    // If status is 2 and facture=1, it must be selected
    +		if ($user->societe_id) $sql.=" AND c.fk_soc = ".$user->societe_id;
     
    -        $resql=$this->db->query($sql);
    -        if ($resql)
    -        {
    -	        $response = new WorkboardResponse();
    -	        $response->warning_delay=$conf->commande->client->warning_delay/60/60/24;
    -	        $response->label=$langs->trans("OrdersToProcess");
    -	        $response->url=DOL_URL_ROOT.'/commande/list.php?viewstatut=-3&mainmenu=commercial&leftmenu=orders';
    -	        $response->img=img_object('',"order");
    +		$resql=$this->db->query($sql);
    +		if ($resql)
    +		{
    +			$response = new WorkboardResponse();
    +			$response->warning_delay=$conf->commande->client->warning_delay/60/60/24;
    +			$response->label=$langs->trans("OrdersToProcess");
    +			$response->url=DOL_URL_ROOT.'/commande/list.php?viewstatut=-3&mainmenu=commercial&leftmenu=orders';
    +			$response->img=img_object('',"order");
     
    -            $generic_commande = new Commande($this->db);
    +			$generic_commande = new Commande($this->db);
     
    -            while ($obj=$this->db->fetch_object($resql))
    -            {
    -                $response->nbtodo++;
    -		$response->total+= $obj->total_ht;
    +			while ($obj=$this->db->fetch_object($resql))
    +			{
    +				$response->nbtodo++;
    +				$response->total+= $obj->total_ht;
     
    -                $generic_commande->statut = $obj->fk_statut;
    -                $generic_commande->date_commande = $this->db->jdate($obj->date_commande);
    -                $generic_commande->date_livraison = $this->db->jdate($obj->delivery_date);
    +				$generic_commande->statut = $obj->fk_statut;
    +				$generic_commande->date_commande = $this->db->jdate($obj->date_commande);
    +				$generic_commande->date_livraison = $this->db->jdate($obj->delivery_date);
     
    -                if ($generic_commande->hasDelay()) {
    -		            $response->nbtodolate++;
    -	            }
    -            }
    +				if ($generic_commande->hasDelay()) {
    +					$response->nbtodolate++;
    +				}
    +			}
     
    -            return $response;
    -        }
    -        else
    -        {
    -            $this->error=$this->db->error();
    -            return -1;
    -        }
    -    }
    +			return $response;
    +		}
    +		else
    +		{
    +			$this->error=$this->db->error();
    +			return -1;
    +		}
    +	}
     
    -    /**
    -     *	Return source label of order
    -     *
    -     *	@return     string      Label
    -     */
    -    function getLabelSource()
    -    {
    -        global $langs;
    +	/**
    +	 *	Return source label of order
    +	 *
    +	 *	@return     string      Label
    +	 */
    +	function getLabelSource()
    +	{
    +		global $langs;
     
    -        $label=$langs->trans('OrderSource'.$this->source);
    +		$label=$langs->trans('OrderSource'.$this->source);
     
    -        if ($label == 'OrderSource') return '';
    -        return $label;
    -    }
    +		if ($label == 'OrderSource') return '';
    +		return $label;
    +	}
     
    -    /**
    -     *	Return status label of Order
    -     *
    -     *	@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
    -     */
    -    function getLibStatut($mode)
    -    {
    -        return $this->LibStatut($this->statut, $this->billed, $mode);
    -    }
    +	/**
    +	 *	Return status label of Order
    +	 *
    +	 *	@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
    +	 */
    +	function getLibStatut($mode)
    +	{
    +		return $this->LibStatut($this->statut, $this->billed, $mode);
    +	}
     
    -    /**
    -     *	Return label of status
    -     *
    -     *	@param		int		$statut      	  Id statut
    -     *  @param      int		$billed    		  If invoiced
    -     *	@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
    -     *  @param      int     $donotshowbilled  Do not show billed status after order status
    -     *  @return     string					  Label of status
    -     */
    -    function LibStatut($statut,$billed,$mode,$donotshowbilled=0)
    -    {
    -        global $langs, $conf;
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Return label of status
    +	 *
    +	 *	@param		int		$statut      	  Id statut
    +	 *  @param      int		$billed    		  If invoiced
    +	 *	@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
    +	 *  @param      int     $donotshowbilled  Do not show billed status after order status
    +	 *  @return     string					  Label of status
    +	 */
    +	function LibStatut($statut,$billed,$mode,$donotshowbilled=0)
    +	{
    +        // phpcs:enable
    +		global $langs, $conf;
     
    -        $billedtext = '';
    -        if (empty($donotshowbilled)) $billedtext .= ($billed?' - '.$langs->trans("Billed"):'');
    +		$billedtext = '';
    +		if (empty($donotshowbilled)) $billedtext .= ($billed?' - '.$langs->trans("Billed"):'');
     
    -        //print 'x'.$statut.'-'.$billed;
    -        if ($mode == 0)
    -        {
    -            if ($statut==self::STATUS_CANCELED) return $langs->trans('StatusOrderCanceled');
    -            if ($statut==self::STATUS_DRAFT) return $langs->trans('StatusOrderDraft');
    -            if ($statut==self::STATUS_VALIDATED) return $langs->trans('StatusOrderValidated').$billedtext;
    -            if ($statut==self::STATUS_SHIPMENTONPROCESS) return $langs->trans('StatusOrderSentShort').$billedtext;
    -            if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderToBill');
    -            if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderProcessed').$billedtext;
    -            if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderDelivered');
    -        }
    -        elseif ($mode == 1)
    -        {
    -            if ($statut==self::STATUS_CANCELED) return $langs->trans('StatusOrderCanceledShort');
    -            if ($statut==self::STATUS_DRAFT) return $langs->trans('StatusOrderDraftShort');
    -            if ($statut==self::STATUS_VALIDATED) return $langs->trans('StatusOrderValidatedShort').$billedtext;
    -            if ($statut==self::STATUS_SHIPMENTONPROCESS) return $langs->trans('StatusOrderSentShort').$billedtext;
    -            if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderToBillShort');
    -            if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderProcessed').$billedtext;
    -            if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderDelivered');
    -        }
    -        elseif ($mode == 2)
    -        {
    -            if ($statut==self::STATUS_CANCELED) return img_picto($langs->trans('StatusOrderCanceled'),'statut5').' '.$langs->trans('StatusOrderCanceledShort');
    -            if ($statut==self::STATUS_DRAFT) return img_picto($langs->trans('StatusOrderDraft'),'statut0').' '.$langs->trans('StatusOrderDraftShort');
    -            if ($statut==self::STATUS_VALIDATED) return img_picto($langs->trans('StatusOrderValidated'),'statut1').' '.$langs->trans('StatusOrderValidatedShort').$billedtext;
    -            if ($statut==self::STATUS_SHIPMENTONPROCESS) return img_picto($langs->trans('StatusOrderSent'),'statut3').' '.$langs->trans('StatusOrderSentShort').$billedtext;
    -            if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderToBill'),'statut4').' '.$langs->trans('StatusOrderToBillShort');
    -            if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderProcessed').$billedtext,'statut6').' '.$langs->trans('StatusOrderProcessed').$billedtext;
    -            if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderDelivered'),'statut6').' '.$langs->trans('StatusOrderDeliveredShort');
    -        }
    -        elseif ($mode == 3)
    -        {
    -            if ($statut==self::STATUS_CANCELED) return img_picto($langs->trans('StatusOrderCanceled'),'statut5');
    -            if ($statut==self::STATUS_DRAFT) return img_picto($langs->trans('StatusOrderDraft'),'statut0');
    -            if ($statut==self::STATUS_VALIDATED) return img_picto($langs->trans('StatusOrderValidated').$billedtext,'statut1');
    -            if ($statut==self::STATUS_SHIPMENTONPROCESS) return img_picto($langs->trans('StatusOrderSentShort').$billedtext,'statut3');
    -            if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderToBill'),'statut4');
    -            if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderProcessed').$billedtext,'statut6');
    -            if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderDelivered'),'statut6');
    -        }
    -        elseif ($mode == 4)
    -        {
    -            if ($statut==self::STATUS_CANCELED) return img_picto($langs->trans('StatusOrderCanceled'),'statut5').' '.$langs->trans('StatusOrderCanceled');
    -            if ($statut==self::STATUS_DRAFT) return img_picto($langs->trans('StatusOrderDraft'),'statut0').' '.$langs->trans('StatusOrderDraft');
    -            if ($statut==self::STATUS_VALIDATED) return img_picto($langs->trans('StatusOrderValidated').$billedtext,'statut1').' '.$langs->trans('StatusOrderValidated').$billedtext;
    -            if ($statut==self::STATUS_SHIPMENTONPROCESS) return img_picto($langs->trans('StatusOrderSentShort').$billedtext,'statut3').' '.$langs->trans('StatusOrderSent').$billedtext;
    -            if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderToBill'),'statut4').' '.$langs->trans('StatusOrderToBill');
    -            if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderProcessedShort').$billedtext,'statut6').' '.$langs->trans('StatusOrderProcessed').$billedtext;
    -            if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderDelivered'),'statut6').' '.$langs->trans('StatusOrderDelivered');
    -        }
    -        elseif ($mode == 5)
    -        {
    -            if ($statut==self::STATUS_CANCELED) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderCanceledShort').' </span>'.img_picto($langs->trans('StatusOrderCanceled'),'statut5');
    -            if ($statut==self::STATUS_DRAFT) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderDraftShort').' </span>'.img_picto($langs->trans('StatusOrderDraft'),'statut0');
    -            if ($statut==self::STATUS_VALIDATED) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderValidatedShort').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderValidated').$billedtext,'statut1');
    -            if ($statut==self::STATUS_SHIPMENTONPROCESS) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderSentShort').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderSent').$billedtext,'statut3');
    -            if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderToBillShort').' </span>'.img_picto($langs->trans('StatusOrderToBill'),'statut4');
    -            if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderProcessedShort').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderProcessed').$billedtext,'statut6');
    -            if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderDeliveredShort').' </span>'.img_picto($langs->trans('StatusOrderDelivered'),'statut6');
    -        }
    -        elseif ($mode == 6)
    -        {
    -        	if ($statut==self::STATUS_CANCELED) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderCanceled').' </span>'.img_picto($langs->trans('StatusOrderCanceled'),'statut5');
    -        	if ($statut==self::STATUS_DRAFT) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderDraft').' </span>'.img_picto($langs->trans('StatusOrderDraft'),'statut0');
    -        	if ($statut==self::STATUS_VALIDATED) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderValidated').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderValidated').$billedtext,'statut1');
    -        	if ($statut==self::STATUS_SHIPMENTONPROCESS) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderSent').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderSent').$billedtext,'statut3');
    -        	if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderToBill').' </span>'.img_picto($langs->trans('StatusOrderToBill'),'statut4');
    -        	if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderProcessed').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderProcessed').$billedtext,'statut6');
    -        	if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderDelivered').' </span>'.img_picto($langs->trans('StatusOrderDelivered'),'statut6');
    -        }
    -
    -    }
    +		//print 'x'.$statut.'-'.$billed;
    +		if ($mode == 0)
    +		{
    +			if ($statut==self::STATUS_CANCELED) return $langs->trans('StatusOrderCanceled');
    +			if ($statut==self::STATUS_DRAFT) return $langs->trans('StatusOrderDraft');
    +			if ($statut==self::STATUS_VALIDATED) return $langs->trans('StatusOrderValidated').$billedtext;
    +			if ($statut==self::STATUS_SHIPMENTONPROCESS) return $langs->trans('StatusOrderSentShort').$billedtext;
    +			if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderToBill');
    +			if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderProcessed').$billedtext;
    +			if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderDelivered');
    +		}
    +		elseif ($mode == 1)
    +		{
    +			if ($statut==self::STATUS_CANCELED) return $langs->trans('StatusOrderCanceledShort');
    +			if ($statut==self::STATUS_DRAFT) return $langs->trans('StatusOrderDraftShort');
    +			if ($statut==self::STATUS_VALIDATED) return $langs->trans('StatusOrderValidatedShort').$billedtext;
    +			if ($statut==self::STATUS_SHIPMENTONPROCESS) return $langs->trans('StatusOrderSentShort').$billedtext;
    +			if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderToBillShort');
    +			if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderProcessed').$billedtext;
    +			if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return $langs->trans('StatusOrderDelivered');
    +		}
    +		elseif ($mode == 2)
    +		{
    +			if ($statut==self::STATUS_CANCELED) return img_picto($langs->trans('StatusOrderCanceled'),'statut5').' '.$langs->trans('StatusOrderCanceledShort');
    +			if ($statut==self::STATUS_DRAFT) return img_picto($langs->trans('StatusOrderDraft'),'statut0').' '.$langs->trans('StatusOrderDraftShort');
    +			if ($statut==self::STATUS_VALIDATED) return img_picto($langs->trans('StatusOrderValidated'),'statut1').' '.$langs->trans('StatusOrderValidatedShort').$billedtext;
    +			if ($statut==self::STATUS_SHIPMENTONPROCESS) return img_picto($langs->trans('StatusOrderSent'),'statut3').' '.$langs->trans('StatusOrderSentShort').$billedtext;
    +			if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderToBill'),'statut4').' '.$langs->trans('StatusOrderToBillShort');
    +			if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderProcessed').$billedtext,'statut6').' '.$langs->trans('StatusOrderProcessed').$billedtext;
    +			if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderDelivered'),'statut6').' '.$langs->trans('StatusOrderDeliveredShort');
    +		}
    +		elseif ($mode == 3)
    +		{
    +			if ($statut==self::STATUS_CANCELED) return img_picto($langs->trans('StatusOrderCanceled'),'statut5');
    +			if ($statut==self::STATUS_DRAFT) return img_picto($langs->trans('StatusOrderDraft'),'statut0');
    +			if ($statut==self::STATUS_VALIDATED) return img_picto($langs->trans('StatusOrderValidated').$billedtext,'statut1');
    +			if ($statut==self::STATUS_SHIPMENTONPROCESS) return img_picto($langs->trans('StatusOrderSentShort').$billedtext,'statut3');
    +			if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderToBill'),'statut4');
    +			if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderProcessed').$billedtext,'statut6');
    +			if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderDelivered'),'statut6');
    +		}
    +		elseif ($mode == 4)
    +		{
    +			if ($statut==self::STATUS_CANCELED) return img_picto($langs->trans('StatusOrderCanceled'),'statut5').' '.$langs->trans('StatusOrderCanceled');
    +			if ($statut==self::STATUS_DRAFT) return img_picto($langs->trans('StatusOrderDraft'),'statut0').' '.$langs->trans('StatusOrderDraft');
    +			if ($statut==self::STATUS_VALIDATED) return img_picto($langs->trans('StatusOrderValidated').$billedtext,'statut1').' '.$langs->trans('StatusOrderValidated').$billedtext;
    +			if ($statut==self::STATUS_SHIPMENTONPROCESS) return img_picto($langs->trans('StatusOrderSentShort').$billedtext,'statut3').' '.$langs->trans('StatusOrderSent').$billedtext;
    +			if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderToBill'),'statut4').' '.$langs->trans('StatusOrderToBill');
    +			if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderProcessedShort').$billedtext,'statut6').' '.$langs->trans('StatusOrderProcessed').$billedtext;
    +			if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return img_picto($langs->trans('StatusOrderDelivered'),'statut6').' '.$langs->trans('StatusOrderDelivered');
    +		}
    +		elseif ($mode == 5)
    +		{
    +			if ($statut==self::STATUS_CANCELED) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderCanceledShort').' </span>'.img_picto($langs->trans('StatusOrderCanceled'),'statut5');
    +			if ($statut==self::STATUS_DRAFT) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderDraftShort').' </span>'.img_picto($langs->trans('StatusOrderDraft'),'statut0');
    +			if ($statut==self::STATUS_VALIDATED) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderValidatedShort').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderValidated').$billedtext,'statut1');
    +			if ($statut==self::STATUS_SHIPMENTONPROCESS) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderSentShort').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderSent').$billedtext,'statut3');
    +			if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderToBillShort').' </span>'.img_picto($langs->trans('StatusOrderToBill'),'statut4');
    +			if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderProcessedShort').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderProcessed').$billedtext,'statut6');
    +			if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderDeliveredShort').' </span>'.img_picto($langs->trans('StatusOrderDelivered'),'statut6');
    +		}
    +		elseif ($mode == 6)
    +		{
    +			if ($statut==self::STATUS_CANCELED) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderCanceled').' </span>'.img_picto($langs->trans('StatusOrderCanceled'),'statut5');
    +			if ($statut==self::STATUS_DRAFT) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderDraft').' </span>'.img_picto($langs->trans('StatusOrderDraft'),'statut0');
    +			if ($statut==self::STATUS_VALIDATED) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderValidated').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderValidated').$billedtext,'statut1');
    +			if ($statut==self::STATUS_SHIPMENTONPROCESS) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderSent').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderSent').$billedtext,'statut3');
    +			if ($statut==self::STATUS_CLOSED && (! $billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderToBill').' </span>'.img_picto($langs->trans('StatusOrderToBill'),'statut4');
    +			if ($statut==self::STATUS_CLOSED && ($billed && empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderProcessed').$billedtext.' </span>'.img_picto($langs->trans('StatusOrderProcessed').$billedtext,'statut6');
    +			if ($statut==self::STATUS_CLOSED && (! empty($conf->global->WORKFLOW_BILL_ON_SHIPMENT))) return '<span class="hideonsmartphone">'.$langs->trans('StatusOrderDelivered').' </span>'.img_picto($langs->trans('StatusOrderDelivered'),'statut6');
    +		}
    +	}
     
     
    -    /**
    -     *	Return clicable link of object (with eventually picto)
    -     *
    -     *	@param      int			$withpicto                Add picto into link
    -     *	@param      string	    $option                   Where point the link (0=> main card, 1,2 => shipment, 'nolink'=>No link)
    -     *	@param      int			$max          	          Max length to show
    -     *	@param      int			$short			          ???
    -     *  @param	    int   	    $notooltip		          1=Disable tooltip
    -     *  @param      int         $save_lastsearch_value    -1=Auto, 0=No save of lastsearch_values when clicking, 1=Save lastsearch_values whenclicking
    -     *	@return     string          			          String with URL
    -     */
    -    function getNomUrl($withpicto=0, $option='', $max=0, $short=0, $notooltip=0, $save_lastsearch_value=-1)
    -    {
    -        global $conf, $langs, $user;
    +	/**
    +	 *	Return clicable link of object (with eventually picto)
    +	 *
    +	 *	@param      int			$withpicto                Add picto into link
    +	 *	@param      string	    $option                   Where point the link (0=> main card, 1,2 => shipment, 'nolink'=>No link)
    +	 *	@param      int			$max          	          Max length to show
    +	 *	@param      int			$short			          ???
    +	 *  @param	    int   	    $notooltip		          1=Disable tooltip
    +	 *  @param      int         $save_lastsearch_value    -1=Auto, 0=No save of lastsearch_values when clicking, 1=Save lastsearch_values whenclicking
    +	 *	@return     string          			          String with URL
    +	 */
    +	function getNomUrl($withpicto=0, $option='', $max=0, $short=0, $notooltip=0, $save_lastsearch_value=-1)
    +	{
    +		global $conf, $langs, $user;
     
    -        if (! empty($conf->dol_no_mouse_hover)) $notooltip=1;   // Force disable tooltips
    +		if (! empty($conf->dol_no_mouse_hover)) $notooltip=1;   // Force disable tooltips
     
    -        $result='';
    +		$result='';
     
    -        if (! empty($conf->expedition->enabled) && ($option == '1' || $option == '2')) $url = DOL_URL_ROOT.'/expedition/shipment.php?id='.$this->id;
    -        else $url = DOL_URL_ROOT.'/commande/card.php?id='.$this->id;
    +		if (! empty($conf->expedition->enabled) && ($option == '1' || $option == '2')) $url = DOL_URL_ROOT.'/expedition/shipment.php?id='.$this->id;
    +		else $url = DOL_URL_ROOT.'/commande/card.php?id='.$this->id;
     
    -        if (!$user->rights->commande->lire)
    -            $option = 'nolink';
    +		if (!$user->rights->commande->lire)
    +			$option = 'nolink';
     
    -        if ($option !== 'nolink')
    -        {
    -            // Add param to save lastsearch_values or not
    -            $add_save_lastsearch_values=($save_lastsearch_value == 1 ? 1 : 0);
    -            if ($save_lastsearch_value == -1 && preg_match('/list\.php/',$_SERVER["PHP_SELF"])) $add_save_lastsearch_values=1;
    -            if ($add_save_lastsearch_values) $url.='&save_lastsearch_values=1';
    -        }
    +		if ($option !== 'nolink')
    +		{
    +			// Add param to save lastsearch_values or not
    +			$add_save_lastsearch_values=($save_lastsearch_value == 1 ? 1 : 0);
    +			if ($save_lastsearch_value == -1 && preg_match('/list\.php/',$_SERVER["PHP_SELF"])) $add_save_lastsearch_values=1;
    +			if ($add_save_lastsearch_values) $url.='&save_lastsearch_values=1';
    +		}
     
    -        if ($short) return $url;
    +		if ($short) return $url;
     
    -        $label = '';
    +		$label = '';
     
     		if ($user->rights->commande->lire) {
     			$label = '<u>'.$langs->trans("ShowOrder").'</u>';
    @@ -3470,230 +3537,232 @@ class Commande extends CommonOrder
     		$linkclose='';
     		if (empty($notooltip) && $user->rights->commande->lire)
     		{
    -		    if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
    -		    {
    -		        $label=$langs->trans("ShowOrder");
    -		        $linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
    -		    }
    -		    $linkclose.= ' title="'.dol_escape_htmltag($label, 1).'"';
    -		    $linkclose.=' class="classfortooltip"';
    +			if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
    +			{
    +				$label=$langs->trans("ShowOrder");
    +				$linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
    +			}
    +			$linkclose.= ' title="'.dol_escape_htmltag($label, 1).'"';
    +			$linkclose.=' class="classfortooltip"';
     		}
     
    -        $linkstart = '<a href="'.$url.'"';
    -        $linkstart.=$linkclose.'>';
    -        $linkend='</a>';
    +		$linkstart = '<a href="'.$url.'"';
    +		$linkstart.=$linkclose.'>';
    +		$linkend='</a>';
     
    -        if ($option === 'nolink') {
    -            $linkstart = '';
    -            $linkend = '';
    -        }
    +		if ($option === 'nolink') {
    +			$linkstart = '';
    +			$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;
    +		$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;
    -    }
    +		return $result;
    +	}
     
     
    -    /**
    -     *	Charge les informations d'ordre info dans l'objet commande
    -     *
    -     *	@param  int		$id       Id of order
    -     *	@return	void
    -     */
    -    function info($id)
    -    {
    -        $sql = 'SELECT c.rowid, date_creation as datec, tms as datem,';
    -        $sql.= ' date_valid as datev,';
    -        $sql.= ' date_cloture as datecloture,';
    -        $sql.= ' fk_user_author, fk_user_valid, fk_user_cloture';
    -        $sql.= ' FROM '.MAIN_DB_PREFIX.'commande as c';
    -        $sql.= ' WHERE c.rowid = '.$id;
    -        $result=$this->db->query($sql);
    -        if ($result)
    -        {
    -            if ($this->db->num_rows($result))
    -            {
    -                $obj = $this->db->fetch_object($result);
    -                $this->id = $obj->rowid;
    -                if ($obj->fk_user_author)
    -                {
    -                    $cuser = new User($this->db);
    -                    $cuser->fetch($obj->fk_user_author);
    -                    $this->user_creation   = $cuser;
    -                }
    +	/**
    +	 *	Charge les informations d'ordre info dans l'objet commande
    +	 *
    +	 *	@param  int		$id       Id of order
    +	 *	@return	void
    +	 */
    +	function info($id)
    +	{
    +		$sql = 'SELECT c.rowid, date_creation as datec, tms as datem,';
    +		$sql.= ' date_valid as datev,';
    +		$sql.= ' date_cloture as datecloture,';
    +		$sql.= ' fk_user_author, fk_user_valid, fk_user_cloture';
    +		$sql.= ' FROM '.MAIN_DB_PREFIX.'commande as c';
    +		$sql.= ' WHERE c.rowid = '.$id;
    +		$result=$this->db->query($sql);
    +		if ($result)
    +		{
    +			if ($this->db->num_rows($result))
    +			{
    +				$obj = $this->db->fetch_object($result);
    +				$this->id = $obj->rowid;
    +				if ($obj->fk_user_author)
    +				{
    +					$cuser = new User($this->db);
    +					$cuser->fetch($obj->fk_user_author);
    +					$this->user_creation   = $cuser;
    +				}
     
    -                if ($obj->fk_user_valid)
    -                {
    -                    $vuser = new User($this->db);
    -                    $vuser->fetch($obj->fk_user_valid);
    -                    $this->user_validation = $vuser;
    -                }
    +				if ($obj->fk_user_valid)
    +				{
    +					$vuser = new User($this->db);
    +					$vuser->fetch($obj->fk_user_valid);
    +					$this->user_validation = $vuser;
    +				}
     
    -                if ($obj->fk_user_cloture)
    -                {
    -                    $cluser = new User($this->db);
    -                    $cluser->fetch($obj->fk_user_cloture);
    -                    $this->user_cloture   = $cluser;
    -                }
    +				if ($obj->fk_user_cloture)
    +				{
    +					$cluser = new User($this->db);
    +					$cluser->fetch($obj->fk_user_cloture);
    +					$this->user_cloture   = $cluser;
    +				}
     
    -                $this->date_creation     = $this->db->jdate($obj->datec);
    -                $this->date_modification = $this->db->jdate($obj->datem);
    -                $this->date_validation   = $this->db->jdate($obj->datev);
    -                $this->date_cloture      = $this->db->jdate($obj->datecloture);
    -            }
    +				$this->date_creation     = $this->db->jdate($obj->datec);
    +				$this->date_modification = $this->db->jdate($obj->datem);
    +				$this->date_validation   = $this->db->jdate($obj->datev);
    +				$this->date_cloture      = $this->db->jdate($obj->datecloture);
    +			}
     
    -            $this->db->free($result);
    +			$this->db->free($result);
     
    -        }
    -        else
    -        {
    -            dol_print_error($this->db);
    -        }
    -    }
    +		}
    +		else
    +		{
    +			dol_print_error($this->db);
    +		}
    +	}
     
     
    -    /**
    -     *  Initialise an instance with random values.
    -     *  Used to build previews or test instances.
    -     *	id must be 0 if object instance is a specimen.
    -     *
    -     *  @return	void
    -     */
    -    function initAsSpecimen()
    -    {
    -        global $langs;
    +	/**
    +	 *  Initialise an instance with random values.
    +	 *  Used to build previews or test instances.
    +	 *	id must be 0 if object instance is a specimen.
    +	 *
    +	 *  @return	void
    +	 */
    +	function initAsSpecimen()
    +	{
    +		global $langs;
     
    -        dol_syslog(get_class($this)."::initAsSpecimen");
    +		dol_syslog(get_class($this)."::initAsSpecimen");
     
    -        // Load array of products prodids
    -        $num_prods = 0;
    -        $prodids = array();
    -        $sql = "SELECT rowid";
    -        $sql.= " FROM ".MAIN_DB_PREFIX."product";
    -        $sql.= " WHERE entity IN (".getEntity('product').")";
    -        $resql = $this->db->query($sql);
    -        if ($resql)
    -        {
    -            $num_prods = $this->db->num_rows($resql);
    -            $i = 0;
    -            while ($i < $num_prods)
    -            {
    -                $i++;
    -                $row = $this->db->fetch_row($resql);
    -                $prodids[$i] = $row[0];
    -            }
    -        }
    +		// Load array of products prodids
    +		$num_prods = 0;
    +		$prodids = array();
    +		$sql = "SELECT rowid";
    +		$sql.= " FROM ".MAIN_DB_PREFIX."product";
    +		$sql.= " WHERE entity IN (".getEntity('product').")";
    +		$resql = $this->db->query($sql);
    +		if ($resql)
    +		{
    +			$num_prods = $this->db->num_rows($resql);
    +			$i = 0;
    +			while ($i < $num_prods)
    +			{
    +				$i++;
    +				$row = $this->db->fetch_row($resql);
    +				$prodids[$i] = $row[0];
    +			}
    +		}
     
    -        // Initialise parametres
    -        $this->id=0;
    -        $this->ref = 'SPECIMEN';
    -        $this->specimen=1;
    -        $this->socid = 1;
    -        $this->date = time();
    -        $this->date_lim_reglement=$this->date+3600*24*30;
    -        $this->cond_reglement_code = 'RECEP';
    -        $this->mode_reglement_code = 'CHQ';
    -        $this->availability_code   = 'DSP';
    -        $this->demand_reason_code  = 'SRC_00';
    -        $this->note_public='This is a comment (public)';
    -        $this->note_private='This is a comment (private)';
    -        // Lines
    -        $nbp = 5;
    -        $xnbp = 0;
    -        while ($xnbp < $nbp)
    -        {
    -            $line=new OrderLine($this->db);
    +		// Initialise parametres
    +		$this->id=0;
    +		$this->ref = 'SPECIMEN';
    +		$this->specimen=1;
    +		$this->socid = 1;
    +		$this->date = time();
    +		$this->date_lim_reglement=$this->date+3600*24*30;
    +		$this->cond_reglement_code = 'RECEP';
    +		$this->mode_reglement_code = 'CHQ';
    +		$this->availability_code   = 'DSP';
    +		$this->demand_reason_code  = 'SRC_00';
    +		$this->note_public='This is a comment (public)';
    +		$this->note_private='This is a comment (private)';
    +		// Lines
    +		$nbp = 5;
    +		$xnbp = 0;
    +		while ($xnbp < $nbp)
    +		{
    +			$line=new OrderLine($this->db);
     
    -            $line->desc=$langs->trans("Description")." ".$xnbp;
    -            $line->qty=1;
    -            $line->subprice=100;
    -            $line->price=100;
    -            $line->tva_tx=20;
    -            if ($xnbp == 2)
    -            {
    -                $line->total_ht=50;
    -                $line->total_ttc=60;
    -                $line->total_tva=10;
    -                $line->remise_percent=50;
    -            }
    -            else
    -            {
    -                $line->total_ht=100;
    -                $line->total_ttc=120;
    -                $line->total_tva=20;
    -                $line->remise_percent=0;
    -            }
    -            if ($num_prods > 0)
    -            {
    -            	$prodid = mt_rand(1, $num_prods);
    -            	$line->fk_product=$prodids[$prodid];
    +			$line->desc=$langs->trans("Description")." ".$xnbp;
    +			$line->qty=1;
    +			$line->subprice=100;
    +			$line->price=100;
    +			$line->tva_tx=20;
    +			if ($xnbp == 2)
    +			{
    +				$line->total_ht=50;
    +				$line->total_ttc=60;
    +				$line->total_tva=10;
    +				$line->remise_percent=50;
    +			}
    +			else
    +			{
    +				$line->total_ht=100;
    +				$line->total_ttc=120;
    +				$line->total_tva=20;
    +				$line->remise_percent=0;
    +			}
    +			if ($num_prods > 0)
    +			{
    +				$prodid = mt_rand(1, $num_prods);
    +				$line->fk_product=$prodids[$prodid];
     				$line->product_ref='SPECIMEN';
    -            }
    +			}
     
    -            $this->lines[$xnbp]=$line;
    +			$this->lines[$xnbp]=$line;
     
    -            $this->total_ht       += $line->total_ht;
    -            $this->total_tva      += $line->total_tva;
    -            $this->total_ttc      += $line->total_ttc;
    +			$this->total_ht       += $line->total_ht;
    +			$this->total_tva      += $line->total_tva;
    +			$this->total_ttc      += $line->total_ttc;
     
    -            $xnbp++;
    -        }
    -    }
    +			$xnbp++;
    +		}
    +	}
     
     
    -    /**
    -     *	Charge indicateurs this->nb de tableau de bord
    -     *
    -     *	@return     int         <0 si ko, >0 si ok
    -     */
    -    function load_state_board()
    -    {
    -        global $user;
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Charge indicateurs this->nb de tableau de bord
    +	 *
    +	 *	@return     int         <0 si ko, >0 si ok
    +	 */
    +	function load_state_board()
    +	{
    +        // phpcs:enable
    +		global $user;
     
    -        $this->nb=array();
    -        $clause = "WHERE";
    +		$this->nb=array();
    +		$clause = "WHERE";
     
    -        $sql = "SELECT count(co.rowid) as nb";
    -        $sql.= " FROM ".MAIN_DB_PREFIX."commande as co";
    -        $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON co.fk_soc = s.rowid";
    -        if (!$user->rights->societe->client->voir && !$user->societe_id)
    -        {
    -            $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe_commerciaux as sc ON s.rowid = sc.fk_soc";
    -            $sql.= " WHERE sc.fk_user = " .$user->id;
    -            $clause = "AND";
    -        }
    -        $sql.= " ".$clause." co.entity IN (".getEntity('commande').")";
    +		$sql = "SELECT count(co.rowid) as nb";
    +		$sql.= " FROM ".MAIN_DB_PREFIX."commande as co";
    +		$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON co.fk_soc = s.rowid";
    +		if (!$user->rights->societe->client->voir && !$user->societe_id)
    +		{
    +			$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe_commerciaux as sc ON s.rowid = sc.fk_soc";
    +			$sql.= " WHERE sc.fk_user = " .$user->id;
    +			$clause = "AND";
    +		}
    +		$sql.= " ".$clause." co.entity IN (".getEntity('commande').")";
     
    -        $resql=$this->db->query($sql);
    -        if ($resql)
    -        {
    -            while ($obj=$this->db->fetch_object($resql))
    -            {
    -                $this->nb["orders"]=$obj->nb;
    -            }
    -            $this->db->free($resql);
    -            return 1;
    -        }
    -        else
    -        {
    -            dol_print_error($this->db);
    -            $this->error=$this->db->error();
    -            return -1;
    -        }
    -    }
    +		$resql=$this->db->query($sql);
    +		if ($resql)
    +		{
    +			while ($obj=$this->db->fetch_object($resql))
    +			{
    +				$this->nb["orders"]=$obj->nb;
    +			}
    +			$this->db->free($resql);
    +			return 1;
    +		}
    +		else
    +		{
    +			dol_print_error($this->db);
    +			$this->error=$this->db->error();
    +			return -1;
    +		}
    +	}
     
    -    /**
    +	/**
     	 * 	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.
    @@ -3703,7 +3772,7 @@ class Commande extends CommonOrder
     	 *  @param      int			$hidedetails    Hide details of lines
     	 *  @param      int			$hidedesc       Hide description
     	 *  @param      int			$hideref        Hide ref
    -         *  @param   null|array  $moreparams     Array to provide more information
    +	 *  @param   null|array  $moreparams     Array to provide more information
     	 *  @return     int         				0 if KO, 1 if OK
     	 */
     	public function generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
    @@ -3740,45 +3809,45 @@ class Commande extends CommonOrder
     	public static function replaceThirdparty(DoliDB $db, $origin_id, $dest_id)
     	{
     		$tables = array(
    -			'commande'
    +		'commande'
     		);
     
     		return CommonObject::commonReplaceThirdparty($db, $origin_id, $dest_id, $tables);
     	}
     
    -    /**
    -     * Is the customer order delayed?
    -     *
    -     * @return bool     true if late, false if not
    -     */
    -    public function hasDelay()
    -    {
    -        global $conf;
    +	/**
    +	 * Is the customer order delayed?
    +	 *
    +	 * @return bool     true if late, false if not
    +	 */
    +	public function hasDelay()
    +	{
    +		global $conf;
     
    -        if (! ($this->statut > Commande::STATUS_DRAFT && $this->statut < Commande::STATUS_CLOSED)) {
    -            return false;   // Never late if not inside this status range
    -        }
    +		if (! ($this->statut > Commande::STATUS_DRAFT && $this->statut < Commande::STATUS_CLOSED)) {
    +			return false;   // Never late if not inside this status range
    +		}
     
    -        $now = dol_now();
    +		$now = dol_now();
     
    -        return max($this->date_commande, $this->date_livraison) < ($now - $conf->commande->client->warning_delay);
    -    }
    +		return max($this->date_commande, $this->date_livraison) < ($now - $conf->commande->client->warning_delay);
    +	}
     
    -    /**
    -     * Show the customer delayed info
    -     *
    -     * @return string       Show delayed information
    -     */
    -    public function showDelay()
    -    {
    -        global $conf, $langs;
    +	/**
    +	 * Show the customer delayed info
    +	 *
    +	 * @return string       Show delayed information
    +	 */
    +	public function showDelay()
    +	{
    +		global $conf, $langs;
     
    -        if (empty($this->date_livraison)) $text=$langs->trans("OrderDate").' '.dol_print_date($this->date_commande, 'day');
    -        else $text=$text=$langs->trans("DeliveryDate").' '.dol_print_date($this->date_livraison, 'day');
    -        $text.=' '.($conf->commande->client->warning_delay>0?'+':'-').' '.round(abs($conf->commande->client->warning_delay)/3600/24,1).' '.$langs->trans("days").' < '.$langs->trans("Today");
    +		if (empty($this->date_livraison)) $text=$langs->trans("OrderDate").' '.dol_print_date($this->date_commande, 'day');
    +		else $text=$text=$langs->trans("DeliveryDate").' '.dol_print_date($this->date_livraison, 'day');
    +		$text.=' '.($conf->commande->client->warning_delay>0?'+':'-').' '.round(abs($conf->commande->client->warning_delay)/3600/24,1).' '.$langs->trans("days").' < '.$langs->trans("Today");
     
    -        return $text;
    -    }
    +		return $text;
    +	}
     }
     
     
    @@ -3791,10 +3860,10 @@ class OrderLine extends CommonOrderLine
     	 * @var string ID to identify managed object
     	 */
     	public $element='commandedet';
    -	
    +
     	public $table_element='commandedet';
     
    -    var $oldline;
    +	var $oldline;
     
     	/**
     	 * Id of parent order
    @@ -3810,17 +3879,17 @@ class OrderLine extends CommonOrderLine
     	 */
     	public $commande_id;
     
    -    // From llx_commandedet
    -    var $fk_parent_line;
    -    var $fk_facture;
    -    
    -    /**
    -     * @var string proper name for given parameter
    -     */
    -    public $label;
    -    
    -    var $fk_remise_except;
    -    var $rang = 0;
    +	// From llx_commandedet
    +	var $fk_parent_line;
    +	var $fk_facture;
    +
    +	/**
    +	 * @var string Order lines label
    +	 */
    +	public $label;
    +
    +	var $fk_remise_except;
    +	var $rang = 0;
     	var $fk_fournprice;
     
     	/**
    @@ -3828,8 +3897,8 @@ class OrderLine extends CommonOrderLine
     	 * @var float
     	 */
     	var $pa_ht;
    -    var $marge_tx;
    -    var $marque_tx;
    +	var $marge_tx;
    +	var $marque_tx;
     
     	/**
     	 * @deprecated
    @@ -3837,89 +3906,89 @@ class OrderLine extends CommonOrderLine
     	 */
     	var $remise;
     
    -    // Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    -    // Start and end date of the line
    -    var $date_start;
    -    var $date_end;
    +	// Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
    +	// Start and end date of the line
    +	var $date_start;
    +	var $date_end;
     
    -    var $skip_update_total; // Skip update price total for special lines
    +	var $skip_update_total; // Skip update price total for special lines
     
     
    -    /**
    -     *      Constructor
    -     *
    -     *      @param     DoliDB	$db      handler d'acces base de donnee
    -     */
    -    function __construct($db)
    -    {
    -        $this->db= $db;
    -    }
    +	/**
    +	 *      Constructor
    +	 *
    +	 *      @param     DoliDB	$db      handler d'acces base de donnee
    +	 */
    +	function __construct($db)
    +	{
    +		$this->db= $db;
    +	}
     
    -    /**
    -     *  Load line order
    -     *
    -     *  @param  int		$rowid          Id line order
    -     *  @return	int						<0 if KO, >0 if OK
    -     */
    -    function fetch($rowid)
    -    {
    -        $sql = 'SELECT cd.rowid, cd.fk_commande, cd.fk_parent_line, cd.fk_product, cd.product_type, cd.label as custom_label, cd.description, cd.price, cd.qty, cd.tva_tx, cd.localtax1_tx, cd.localtax2_tx,';
    -        $sql.= ' cd.remise, cd.remise_percent, cd.fk_remise_except, cd.subprice,';
    -        $sql.= ' cd.info_bits, cd.total_ht, cd.total_tva, cd.total_localtax1, cd.total_localtax2, cd.total_ttc, cd.fk_product_fournisseur_price as fk_fournprice, cd.buy_price_ht as pa_ht, cd.rang, cd.special_code,';
    -	    $sql.= ' cd.fk_unit,';
    +	/**
    +	 *  Load line order
    +	 *
    +	 *  @param  int		$rowid          Id line order
    +	 *  @return	int						<0 if KO, >0 if OK
    +	 */
    +	function fetch($rowid)
    +	{
    +		$sql = 'SELECT cd.rowid, cd.fk_commande, cd.fk_parent_line, cd.fk_product, cd.product_type, cd.label as custom_label, cd.description, cd.price, cd.qty, cd.tva_tx, cd.localtax1_tx, cd.localtax2_tx,';
    +		$sql.= ' cd.remise, cd.remise_percent, cd.fk_remise_except, cd.subprice,';
    +		$sql.= ' cd.info_bits, cd.total_ht, cd.total_tva, cd.total_localtax1, cd.total_localtax2, cd.total_ttc, cd.fk_product_fournisseur_price as fk_fournprice, cd.buy_price_ht as pa_ht, cd.rang, cd.special_code,';
    +		$sql.= ' cd.fk_unit,';
     		$sql.= ' cd.fk_multicurrency, cd.multicurrency_code, cd.multicurrency_subprice, cd.multicurrency_total_ht, cd.multicurrency_total_tva, cd.multicurrency_total_ttc,';
    -        $sql.= ' p.ref as product_ref, p.label as product_libelle, p.description as product_desc, p.tobatch as product_tobatch,';
    -        $sql.= ' cd.date_start, cd.date_end';
    -        $sql.= ' FROM '.MAIN_DB_PREFIX.'commandedet as cd';
    -        $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'product as p ON cd.fk_product = p.rowid';
    -        $sql.= ' WHERE cd.rowid = '.$rowid;
    -        $result = $this->db->query($sql);
    -        if ($result)
    -        {
    -            $objp = $this->db->fetch_object($result);
    -            $this->rowid            = $objp->rowid;
    -            $this->id				= $objp->rowid;
    -            $this->fk_commande      = $objp->fk_commande;
    -            $this->fk_parent_line   = $objp->fk_parent_line;
    -            $this->label            = $objp->custom_label;
    -            $this->desc             = $objp->description;
    -            $this->qty              = $objp->qty;
    -            $this->price            = $objp->price;
    -            $this->subprice         = $objp->subprice;
    -            $this->vat_src_code     = $objp->vat_src_code;
    -            $this->tva_tx           = $objp->tva_tx;
    -            $this->localtax1_tx		= $objp->localtax1_tx;
    -            $this->localtax2_tx		= $objp->localtax2_tx;
    -            $this->remise           = $objp->remise;
    -            $this->remise_percent   = $objp->remise_percent;
    -            $this->fk_remise_except = $objp->fk_remise_except;
    -            $this->fk_product       = $objp->fk_product;
    -            $this->product_type     = $objp->product_type;
    -            $this->info_bits        = $objp->info_bits;
    +		$sql.= ' p.ref as product_ref, p.label as product_libelle, p.description as product_desc, p.tobatch as product_tobatch,';
    +		$sql.= ' cd.date_start, cd.date_end';
    +		$sql.= ' FROM '.MAIN_DB_PREFIX.'commandedet as cd';
    +		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'product as p ON cd.fk_product = p.rowid';
    +		$sql.= ' WHERE cd.rowid = '.$rowid;
    +		$result = $this->db->query($sql);
    +		if ($result)
    +		{
    +			$objp = $this->db->fetch_object($result);
    +			$this->rowid            = $objp->rowid;
    +			$this->id				= $objp->rowid;
    +			$this->fk_commande      = $objp->fk_commande;
    +			$this->fk_parent_line   = $objp->fk_parent_line;
    +			$this->label            = $objp->custom_label;
    +			$this->desc             = $objp->description;
    +			$this->qty              = $objp->qty;
    +			$this->price            = $objp->price;
    +			$this->subprice         = $objp->subprice;
    +			$this->vat_src_code     = $objp->vat_src_code;
    +			$this->tva_tx           = $objp->tva_tx;
    +			$this->localtax1_tx		= $objp->localtax1_tx;
    +			$this->localtax2_tx		= $objp->localtax2_tx;
    +			$this->remise           = $objp->remise;
    +			$this->remise_percent   = $objp->remise_percent;
    +			$this->fk_remise_except = $objp->fk_remise_except;
    +			$this->fk_product       = $objp->fk_product;
    +			$this->product_type     = $objp->product_type;
    +			$this->info_bits        = $objp->info_bits;
     			$this->special_code		= $objp->special_code;
    -            $this->total_ht         = $objp->total_ht;
    -            $this->total_tva        = $objp->total_tva;
    -            $this->total_localtax1  = $objp->total_localtax1;
    -            $this->total_localtax2  = $objp->total_localtax2;
    -            $this->total_ttc        = $objp->total_ttc;
    +			$this->total_ht         = $objp->total_ht;
    +			$this->total_tva        = $objp->total_tva;
    +			$this->total_localtax1  = $objp->total_localtax1;
    +			$this->total_localtax2  = $objp->total_localtax2;
    +			$this->total_ttc        = $objp->total_ttc;
     			$this->fk_fournprice	= $objp->fk_fournprice;
     			$marginInfos			= getMarginInfos($objp->subprice, $objp->remise_percent, $objp->tva_tx, $objp->localtax1_tx, $objp->localtax2_tx, $this->fk_fournprice, $objp->pa_ht);
     			$this->pa_ht			= $marginInfos[0];
     			$this->marge_tx			= $marginInfos[1];
     			$this->marque_tx		= $marginInfos[2];
    -            $this->special_code		= $objp->special_code;
    -            $this->rang             = $objp->rang;
    +			$this->special_code		= $objp->special_code;
    +			$this->rang             = $objp->rang;
     
    -            $this->ref				= $objp->product_ref;      // deprecated
    -            $this->product_ref		= $objp->product_ref;
    -            $this->libelle			= $objp->product_libelle;  // deprecated
    -            $this->product_label	= $objp->product_libelle;
    -            $this->product_desc     = $objp->product_desc;
    -            $this->product_tobatch  = $objp->product_tobatch;
    -            $this->fk_unit          = $objp->fk_unit;
    +			$this->ref				= $objp->product_ref;      // deprecated
    +			$this->product_ref		= $objp->product_ref;
    +			$this->libelle			= $objp->product_libelle;  // deprecated
    +			$this->product_label	= $objp->product_libelle;
    +			$this->product_desc     = $objp->product_desc;
    +			$this->product_tobatch  = $objp->product_tobatch;
    +			$this->fk_unit          = $objp->fk_unit;
     
    -            $this->date_start       = $this->db->jdate($objp->date_start);
    -            $this->date_end         = $this->db->jdate($objp->date_end);
    +			$this->date_start       = $this->db->jdate($objp->date_start);
    +			$this->date_end         = $this->db->jdate($objp->date_end);
     
     			$this->fk_multicurrency			= $objp->fk_multicurrency;
     			$this->multicurrency_code		= $objp->multicurrency_code;
    @@ -3928,38 +3997,38 @@ class OrderLine extends CommonOrderLine
     			$this->multicurrency_total_tva	= $objp->multicurrency_total_tva;
     			$this->multicurrency_total_ttc	= $objp->multicurrency_total_ttc;
     
    -            $this->db->free($result);
    +			$this->db->free($result);
     
    -            return 1;
    -        }
    -        else
    -        {
    -            $this->error = $this->db->lasterror();
    -            return -1;
    -        }
    -    }
    +			return 1;
    +		}
    +		else
    +		{
    +			$this->error = $this->db->lasterror();
    +			return -1;
    +		}
    +	}
     
    -    /**
    -     * 	Delete line in database
    -     *
    -     *	@param      User	$user        	User that modify
    +	/**
    +	 * 	Delete line in database
    +	 *
    +	 *	@param      User	$user        	User that modify
     	 *  @param      int		$notrigger	    0=launch triggers after, 1=disable triggers
    -     *	@return	 int  <0 si ko, >0 si ok
    -     */
    -    function delete($user=null, $notrigger=0)
    -    {
    -        global $conf, $user, $langs;
    +	 *	@return	 int  <0 si ko, >0 si ok
    +	 */
    +	function delete($user=null, $notrigger=0)
    +	{
    +		global $conf, $user, $langs;
     
     		$error=0;
     
    -	    $this->db->begin();
    +		$this->db->begin();
     
    -        $sql = 'DELETE FROM '.MAIN_DB_PREFIX."commandedet WHERE rowid=".$this->rowid;
    +		$sql = 'DELETE FROM '.MAIN_DB_PREFIX."commandedet WHERE rowid=".$this->rowid;
     
    -        dol_syslog("OrderLine::delete", LOG_DEBUG);
    -        $resql=$this->db->query($sql);
    -        if ($resql)
    -        {
    +		dol_syslog("OrderLine::delete", LOG_DEBUG);
    +		$resql=$this->db->query($sql);
    +		if ($resql)
    +		{
     			// Remove extrafields
     			if ((! $error) && (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED))) // For avoid conflicts if trigger used
     			{
    @@ -3974,63 +4043,63 @@ class OrderLine extends CommonOrderLine
     
     			if (! $error && ! $notrigger)
     			{
    -	            // Call trigger
    -	            $result=$this->call_trigger('LINEORDER_DELETE',$user);
    -	            if ($result < 0) $error++;
    -	            // End call triggers
    +				// Call trigger
    +				$result=$this->call_trigger('LINEORDER_DELETE',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
     			}
     
    -	        if (!$error) {
    -		        $this->db->commit();
    -		        return 1;
    -	        }
    +			if (!$error) {
    +				$this->db->commit();
    +				return 1;
    +			}
     
    -	        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
    -        {
    -            $this->error=$this->db->lasterror();
    -            return -1;
    -        }
    -    }
    +			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
    +		{
    +			$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, >0 if OK
    -     */
    -    function insert($user=null, $notrigger=0)
    -    {
    -        global $langs, $conf;
    +	/**
    +	 *	Insert line into database
    +	 *
    +	 *	@param      User	$user        	User that modify
    +	 *	@param      int		$notrigger		1 = disable triggers
    +	 *	@return		int						<0 if KO, >0 if OK
    +	 */
    +	function insert($user=null, $notrigger=0)
    +	{
    +		global $langs, $conf;
     
     		$error=0;
     
    -        $pa_ht_isemptystring = (empty($this->pa_ht) && $this->pa_ht == ''); // If true, we can use a default value. If this->pa_ht = '0', we must use '0'.
    +		$pa_ht_isemptystring = (empty($this->pa_ht) && $this->pa_ht == ''); // If true, we can use a default value. If this->pa_ht = '0', we must use '0'.
     
    -        dol_syslog(get_class($this)."::insert rang=".$this->rang);
    +		dol_syslog(get_class($this)."::insert rang=".$this->rang);
     
    -        // Clean parameters
    -        if (empty($this->tva_tx)) $this->tva_tx=0;
    -        if (empty($this->localtax1_tx)) $this->localtax1_tx=0;
    -        if (empty($this->localtax2_tx)) $this->localtax2_tx=0;
    +		// Clean parameters
    +		if (empty($this->tva_tx)) $this->tva_tx=0;
    +		if (empty($this->localtax1_tx)) $this->localtax1_tx=0;
    +		if (empty($this->localtax2_tx)) $this->localtax2_tx=0;
     		if (empty($this->localtax1_type)) $this->localtax1_type=0;
     		if (empty($this->localtax2_type)) $this->localtax2_type=0;
    -        if (empty($this->total_localtax1)) $this->total_localtax1=0;
    -        if (empty($this->total_localtax2)) $this->total_localtax2=0;
    -        if (empty($this->rang)) $this->rang=0;
    -        if (empty($this->remise)) $this->remise=0;
    -        if (empty($this->remise_percent)) $this->remise_percent=0;
    -        if (empty($this->info_bits)) $this->info_bits=0;
    -        if (empty($this->special_code)) $this->special_code=0;
    -        if (empty($this->fk_parent_line)) $this->fk_parent_line=0;
    +		if (empty($this->total_localtax1)) $this->total_localtax1=0;
    +		if (empty($this->total_localtax2)) $this->total_localtax2=0;
    +		if (empty($this->rang)) $this->rang=0;
    +		if (empty($this->remise)) $this->remise=0;
    +		if (empty($this->remise_percent)) $this->remise_percent=0;
    +		if (empty($this->info_bits)) $this->info_bits=0;
    +		if (empty($this->special_code)) $this->special_code=0;
    +		if (empty($this->fk_parent_line)) $this->fk_parent_line=0;
     		if (empty($this->pa_ht)) $this->pa_ht=0;
     
     		// if buy price not defined, define buyprice as configured in margin admin
    @@ -4046,65 +4115,65 @@ class OrderLine extends CommonOrderLine
     			}
     		}
     
    -        // Check parameters
    -        if ($this->product_type < 0) return -1;
    +		// Check parameters
    +		if ($this->product_type < 0) return -1;
     
    -        $this->db->begin();
    +		$this->db->begin();
     
    -        // Insertion dans base de la ligne
    -        $sql = 'INSERT INTO '.MAIN_DB_PREFIX.'commandedet';
    -        $sql.= ' (fk_commande, fk_parent_line, label, description, qty, ';
    -        $sql.= ' vat_src_code, tva_tx, localtax1_tx, localtax2_tx, localtax1_type, localtax2_type,';
    -        $sql.= ' fk_product, product_type, remise_percent, subprice, price, remise, fk_remise_except,';
    -        $sql.= ' special_code, rang, fk_product_fournisseur_price, buy_price_ht,';
    -        $sql.= ' info_bits, total_ht, total_tva, total_localtax1, total_localtax2, total_ttc, date_start, date_end,';
    -	    $sql.= ' fk_unit';
    +		// Insertion dans base de la ligne
    +		$sql = 'INSERT INTO '.MAIN_DB_PREFIX.'commandedet';
    +		$sql.= ' (fk_commande, fk_parent_line, label, description, qty, ';
    +		$sql.= ' vat_src_code, tva_tx, localtax1_tx, localtax2_tx, localtax1_type, localtax2_type,';
    +		$sql.= ' fk_product, product_type, remise_percent, subprice, price, remise, fk_remise_except,';
    +		$sql.= ' special_code, rang, fk_product_fournisseur_price, buy_price_ht,';
    +		$sql.= ' info_bits, total_ht, total_tva, total_localtax1, total_localtax2, total_ttc, date_start, date_end,';
    +		$sql.= ' fk_unit';
     		$sql.= ', fk_multicurrency, multicurrency_code, multicurrency_subprice, multicurrency_total_ht, multicurrency_total_tva, multicurrency_total_ttc';
     		$sql.= ')';
    -        $sql.= " VALUES (".$this->fk_commande.",";
    -        $sql.= " ".($this->fk_parent_line>0?"'".$this->db->escape($this->fk_parent_line)."'":"null").",";
    -        $sql.= " ".(! empty($this->label)?"'".$this->db->escape($this->label)."'":"null").",";
    -        $sql.= " '".$this->db->escape($this->desc)."',";
    -        $sql.= " '".price2num($this->qty)."',";
    -        $sql.= " ".(empty($this->vat_src_code)?"''":"'".$this->db->escape($this->vat_src_code)."'").",";
    -        $sql.= " '".price2num($this->tva_tx)."',";
    -        $sql.= " '".price2num($this->localtax1_tx)."',";
    -        $sql.= " '".price2num($this->localtax2_tx)."',";
    +		$sql.= " VALUES (".$this->fk_commande.",";
    +		$sql.= " ".($this->fk_parent_line>0?"'".$this->db->escape($this->fk_parent_line)."'":"null").",";
    +		$sql.= " ".(! empty($this->label)?"'".$this->db->escape($this->label)."'":"null").",";
    +		$sql.= " '".$this->db->escape($this->desc)."',";
    +		$sql.= " '".price2num($this->qty)."',";
    +		$sql.= " ".(empty($this->vat_src_code)?"''":"'".$this->db->escape($this->vat_src_code)."'").",";
    +		$sql.= " '".price2num($this->tva_tx)."',";
    +		$sql.= " '".price2num($this->localtax1_tx)."',";
    +		$sql.= " '".price2num($this->localtax2_tx)."',";
     		$sql.= " '".$this->db->escape($this->localtax1_type)."',";
     		$sql.= " '".$this->db->escape($this->localtax2_type)."',";
    -        $sql.= ' '.(! empty($this->fk_product)?$this->fk_product:"null").',';
    -        $sql.= " '".$this->db->escape($this->product_type)."',";
    -        $sql.= " '".price2num($this->remise_percent)."',";
    -        $sql.= " ".(price2num($this->subprice)!==''?price2num($this->subprice):"null").",";
    -        $sql.= " ".($this->price!=''?"'".price2num($this->price)."'":"null").",";
    -        $sql.= " '".price2num($this->remise)."',";
    -        $sql.= ' '.(! empty($this->fk_remise_except)?$this->fk_remise_except:"null").',';
    -        $sql.= ' '.$this->special_code.',';
    -        $sql.= ' '.$this->rang.',';
    +		$sql.= ' '.(! empty($this->fk_product)?$this->fk_product:"null").',';
    +		$sql.= " '".$this->db->escape($this->product_type)."',";
    +		$sql.= " '".price2num($this->remise_percent)."',";
    +		$sql.= " ".(price2num($this->subprice)!==''?price2num($this->subprice):"null").",";
    +		$sql.= " ".($this->price!=''?"'".price2num($this->price)."'":"null").",";
    +		$sql.= " '".price2num($this->remise)."',";
    +		$sql.= ' '.(! empty($this->fk_remise_except)?$this->fk_remise_except:"null").',';
    +		$sql.= ' '.$this->special_code.',';
    +		$sql.= ' '.$this->rang.',';
     		$sql.= ' '.(! empty($this->fk_fournprice)?$this->fk_fournprice:"null").',';
     		$sql.= ' '.price2num($this->pa_ht).',';
    -        $sql.= " '".$this->db->escape($this->info_bits)."',";
    -        $sql.= " ".price2num($this->total_ht).",";
    -        $sql.= " ".price2num($this->total_tva).",";
    -        $sql.= " ".price2num($this->total_localtax1).",";
    -        $sql.= " ".price2num($this->total_localtax2).",";
    -        $sql.= " ".price2num($this->total_ttc).",";
    -        $sql.= " ".(! empty($this->date_start)?"'".$this->db->idate($this->date_start)."'":"null").',';
    -        $sql.= " ".(! empty($this->date_end)?"'".$this->db->idate($this->date_end)."'":"null").',';
    -	    $sql.= ' '.(!$this->fk_unit ? 'NULL' : $this->fk_unit);
    +		$sql.= " '".$this->db->escape($this->info_bits)."',";
    +		$sql.= " ".price2num($this->total_ht).",";
    +		$sql.= " ".price2num($this->total_tva).",";
    +		$sql.= " ".price2num($this->total_localtax1).",";
    +		$sql.= " ".price2num($this->total_localtax2).",";
    +		$sql.= " ".price2num($this->total_ttc).",";
    +		$sql.= " ".(! empty($this->date_start)?"'".$this->db->idate($this->date_start)."'":"null").',';
    +		$sql.= " ".(! empty($this->date_end)?"'".$this->db->idate($this->date_end)."'":"null").',';
    +		$sql.= ' '.(!$this->fk_unit ? 'NULL' : $this->fk_unit);
     		$sql.= ", ".(! empty($this->fk_multicurrency) ? $this->fk_multicurrency : 'NULL');
     		$sql.= ", '".$this->db->escape($this->multicurrency_code)."'";
     		$sql.= ", ".$this->multicurrency_subprice;
     		$sql.= ", ".$this->multicurrency_total_ht;
     		$sql.= ", ".$this->multicurrency_total_tva;
     		$sql.= ", ".$this->multicurrency_total_ttc;
    -        $sql.= ')';
    +		$sql.= ')';
     
    -        dol_syslog(get_class($this)."::insert", LOG_DEBUG);
    -        $resql=$this->db->query($sql);
    -        if ($resql)
    -        {
    -            $this->rowid=$this->db->last_insert_id(MAIN_DB_PREFIX.'commandedet');
    +		dol_syslog(get_class($this)."::insert", LOG_DEBUG);
    +		$resql=$this->db->query($sql);
    +		if ($resql)
    +		{
    +			$this->rowid=$this->db->last_insert_id(MAIN_DB_PREFIX.'commandedet');
     
     			if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) // For avoid conflicts if trigger used
     			{
    @@ -4116,42 +4185,42 @@ class OrderLine extends CommonOrderLine
     				}
     			}
     
    -            if (! $error && ! $notrigger)
    -            {
    -	            // Call trigger
    -	            $result=$this->call_trigger('LINEORDER_INSERT',$user);
    -	            if ($result < 0) $error++;
    -	            // End call triggers
    -            }
    +			if (! $error && ! $notrigger)
    +			{
    +				// Call trigger
    +				$result=$this->call_trigger('LINEORDER_INSERT',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
    +			}
     
    -	        if (!$error) {
    -		        $this->db->commit();
    -		        return 1;
    -	        }
    +			if (!$error) {
    +				$this->db->commit();
    +				return 1;
    +			}
     
    -	        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
    -        {
    -            $this->error=$this->db->error();
    -            $this->db->rollback();
    -            return -2;
    -        }
    -    }
    +			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
    +		{
    +			$this->error=$this->db->error();
    +			$this->db->rollback();
    +			return -2;
    +		}
    +	}
     
    -    /**
    -     *	Update the line object into db
    -     *
    -     *	@param      User	$user        	User that modify
    +	/**
    +	 *	Update the line object into db
    +	 *
    +	 *	@param      User	$user        	User that modify
     	 *	@param      int		$notrigger		1 = disable triggers
    -     *	@return		int		<0 si ko, >0 si ok
    -     */
    +	 *	@return		int		<0 si ko, >0 si ok
    +	 */
     	function update(User $user, $notrigger=0)
     	{
     		global $conf,$langs;
    @@ -4174,7 +4243,7 @@ class OrderLine extends CommonOrderLine
     		if (empty($this->remise)) $this->remise=0;
     		if (empty($this->remise_percent)) $this->remise_percent=0;
     		if (empty($this->info_bits)) $this->info_bits=0;
    -        if (empty($this->special_code)) $this->special_code=0;
    +		if (empty($this->special_code)) $this->special_code=0;
     		if (empty($this->product_type)) $this->product_type=0;
     		if (empty($this->fk_parent_line)) $this->fk_parent_line=0;
     		if (empty($this->pa_ht)) $this->pa_ht=0;
    @@ -4220,7 +4289,7 @@ class OrderLine extends CommonOrderLine
     		$sql.= " , fk_product_fournisseur_price=".(! empty($this->fk_fournprice)?$this->fk_fournprice:"null");
     		$sql.= " , buy_price_ht='".price2num($this->pa_ht)."'";
     		$sql.= " , info_bits=".$this->info_bits;
    -        $sql.= " , special_code=".$this->special_code;
    +		$sql.= " , special_code=".$this->special_code;
     		$sql.= " , date_start=".(! empty($this->date_start)?"'".$this->db->idate($this->date_start)."'":"null");
     		$sql.= " , date_end=".(! empty($this->date_end)?"'".$this->db->idate($this->date_end)."'":"null");
     		$sql.= " , product_type=".$this->product_type;
    @@ -4230,9 +4299,9 @@ class OrderLine extends CommonOrderLine
     
     		// Multicurrency
     		$sql.= " , multicurrency_subprice=".price2num($this->multicurrency_subprice)."";
    -        $sql.= " , multicurrency_total_ht=".price2num($this->multicurrency_total_ht)."";
    -        $sql.= " , multicurrency_total_tva=".price2num($this->multicurrency_total_tva)."";
    -        $sql.= " , multicurrency_total_ttc=".price2num($this->multicurrency_total_ttc)."";
    +		$sql.= " , multicurrency_total_ht=".price2num($this->multicurrency_total_ht)."";
    +		$sql.= " , multicurrency_total_tva=".price2num($this->multicurrency_total_tva)."";
    +		$sql.= " , multicurrency_total_ttc=".price2num($this->multicurrency_total_ttc)."";
     
     		$sql.= " WHERE rowid = ".$this->rowid;
     
    @@ -4252,10 +4321,10 @@ class OrderLine extends CommonOrderLine
     
     			if (! $error && ! $notrigger)
     			{
    -	            // Call trigger
    -	            $result=$this->call_trigger('LINEORDER_UPDATE',$user);
    -	            if ($result < 0) $error++;
    -	            // End call triggers
    +				// Call trigger
    +				$result=$this->call_trigger('LINEORDER_UPDATE',$user);
    +				if ($result < 0) $error++;
    +				// End call triggers
     			}
     
     			if (!$error) {
    @@ -4279,42 +4348,44 @@ class OrderLine extends CommonOrderLine
     		}
     	}
     
    -    /**
    -     *	Update totals of order into database
    -     *
    -     *	@return		int		<0 if ko, >0 if ok
    -     */
    -    function update_total()
    -    {
    -        $this->db->begin();
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *	Update DB line fields total_xxx
    +	 *	Used by migration
    +	 *
    +	 *	@return		int		<0 if KO, >0 if OK
    +	 */
    +	function update_total()
    +	{
    +        // phpcs:enable
    +		$this->db->begin();
     
    -        // Clean parameters
    -        if (empty($this->total_localtax1)) $this->total_localtax1=0;
    -        if (empty($this->total_localtax2)) $this->total_localtax2=0;
    +		// Clean parameters
    +		if (empty($this->total_localtax1)) $this->total_localtax1=0;
    +		if (empty($this->total_localtax2)) $this->total_localtax2=0;
     
    -        // Mise a jour ligne en base
    -        $sql = "UPDATE ".MAIN_DB_PREFIX."commandedet SET";
    -        $sql.= " total_ht='".price2num($this->total_ht)."'";
    -        $sql.= ",total_tva='".price2num($this->total_tva)."'";
    -        $sql.= ",total_localtax1='".price2num($this->total_localtax1)."'";
    -        $sql.= ",total_localtax2='".price2num($this->total_localtax2)."'";
    -        $sql.= ",total_ttc='".price2num($this->total_ttc)."'";
    -        $sql.= " WHERE rowid = ".$this->rowid;
    +		// Mise a jour ligne en base
    +		$sql = "UPDATE ".MAIN_DB_PREFIX."commandedet SET";
    +		$sql.= " total_ht='".price2num($this->total_ht)."'";
    +		$sql.= ",total_tva='".price2num($this->total_tva)."'";
    +		$sql.= ",total_localtax1='".price2num($this->total_localtax1)."'";
    +		$sql.= ",total_localtax2='".price2num($this->total_localtax2)."'";
    +		$sql.= ",total_ttc='".price2num($this->total_ttc)."'";
    +		$sql.= " WHERE rowid = ".$this->rowid;
     
    -        dol_syslog("OrderLine::update_total", LOG_DEBUG);
    +		dol_syslog("OrderLine::update_total", LOG_DEBUG);
     
    -        $resql=$this->db->query($sql);
    -        if ($resql)
    -        {
    -            $this->db->commit();
    -            return 1;
    -        }
    -        else
    -        {
    -            $this->error=$this->db->error();
    -            $this->db->rollback();
    -            return -2;
    -        }
    -    }
    +		$resql=$this->db->query($sql);
    +		if ($resql)
    +		{
    +			$this->db->commit();
    +			return 1;
    +		}
    +		else
    +		{
    +			$this->error=$this->db->error();
    +			$this->db->rollback();
    +			return -2;
    +		}
    +	}
     }
    -
    diff --git a/htdocs/commande/class/commandestats.class.php b/htdocs/commande/class/commandestats.class.php
    index 6ab9965f307..13d7e245f05 100644
    --- a/htdocs/commande/class/commandestats.class.php
    +++ b/htdocs/commande/class/commandestats.class.php
    @@ -222,6 +222,5 @@ class CommandeStats extends Stats
     
     		return $this->_getAllByProduct($sql);
     	}
    -
     }
     
    diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
    index 2ed616c90a0..558d8186a86 100644
    --- a/htdocs/commande/list.php
    +++ b/htdocs/commande/list.php
    @@ -1,15 +1,15 @@
     <?php
    -/* Copyright (C) 2001-2005 Rodolphe Quiedeville   <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2016 Laurent Destailleur    <eldy@users.sourceforge.net>
    - * Copyright (C) 2005      Marc Barilley / Ocebo  <marc@ocebo.com>
    - * Copyright (C) 2005-2012 Regis Houssin          <regis.houssin@capnetworks.com>
    - * Copyright (C) 2012      Juanjo Menent          <jmenent@2byte.es>
    - * Copyright (C) 2013      Christophe Battarel    <christophe.battarel@altairis.fr>
    - * Copyright (C) 2013      Cédric Salvador        <csalvador@gpcsolutions.fr>
    - * Copyright (C) 2015      Frederic France        <frederic.france@free.fr>
    - * Copyright (C) 2015      Marcos García          <marcosgdf@gmail.com>
    - * Copyright (C) 2015      Jean-François Ferry    <jfefe@aternatik.fr>
    - * Copyright (C) 2016	   Ferran Marcet		  <fmarcet@2byte.es>
    +/* Copyright (C) 2001-2005  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005       Marc Barilley / Ocebo   <marc@ocebo.com>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2012       Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2013       Christophe Battarel     <christophe.battarel@altairis.fr>
    + * Copyright (C) 2013       Cédric Salvador         <csalvador@gpcsolutions.fr>
    + * Copyright (C) 2015-2018  Frédéric France         <frederic.france@netlogic.fr>
    + * Copyright (C) 2015       Marcos García           <marcosgdf@gmail.com>
    + * Copyright (C) 2015       Jean-François Ferry     <jfefe@aternatik.fr>
    + * Copyright (C) 2016       Ferran Marcet           <fmarcet@2byte.es>
      *
      * 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
    @@ -487,7 +487,7 @@ if ($resql)
     		print $langs->trans('DateInvoice');
     		print '</td>';
     		print '<td>';
    -		print $form->select_date('', '', '', '', '', '', 1, 1);
    +		print $form->selectDate('', '', '', '', '', '', 1, 1);
     		print '</td>';
     		print '</tr>';
     		print '<tr>';
    diff --git a/htdocs/commande/orderstoinvoice.php b/htdocs/commande/orderstoinvoice.php
    index 37768ade393..3335cf93276 100644
    --- a/htdocs/commande/orderstoinvoice.php
    +++ b/htdocs/commande/orderstoinvoice.php
    @@ -1,12 +1,13 @@
     <?php
    -/* Copyright (C) 2001-2005 Rodolphe Quiedeville   	<rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2013 Laurent Destailleur   	<eldy@users.sourceforge.net>
    - * Copyright (C) 2005      Marc Barilley / Ocebo  	<marc@ocebo.com>
    - * Copyright (C) 2005-2012 Regis Houssin          	<regis.houssin@capnetworks.com>
    - * Copyright (C) 2012	   Andreu Bisquerra Gaya  	<jove@bisquerra.com>
    - * Copyright (C) 2012	   David Rodriguez Martinez <davidrm146@gmail.com>
    - * Copyright (C) 2012-2018 Juanjo Menent			<jmenent@2byte.es>
    - * Copyright (C) 2015	   Ferran Marcet			<fmarcet@2byte.es>
    +/* Copyright (C) 2001-2005  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2013  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005       Marc Barilley / Ocebo   <marc@ocebo.com>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2012       Andreu Bisquerra Gaya   <jove@bisquerra.com>
    + * Copyright (C) 2012       David Rodriguez Martinez <davidrm146@gmail.com>
    + * Copyright (C) 2012-2018  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2015       Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -442,7 +443,7 @@ if ($action == 'create' && !$error)
     
     	// Date invoice
     	print '<tr><td class="fieldrequired">'.$langs->trans('Date').'</td><td>';
    -	$html->select_date('','','','','',"add",1,1);
    +	print $html->selectDate('', '', '', '', '', "add", 1, 1);
     	print '</td></tr>';
     	// Payment term
     	print '<tr><td class="nowrap">'.$langs->trans('PaymentConditionsShort').'</td><td>';
    @@ -596,8 +597,8 @@ if (($action != 'create' && $action != 'add') || ($action == 'create' && $error)
     		$num = $db->num_rows($resql);
     		print load_fiche_titre($title);
     		$i = 0;
    -		$period=$html->select_date($date_start,'date_start',0,0,1,'',1,0,1).' - '.$html->select_date($date_end,'date_end',0,0,1,'',1,0,1);
    -		$periodely=$html->select_date($date_starty,'date_start_dely',0,0,1,'',1,0,1).' - '.$html->select_date($date_endy,'date_end_dely',0,0,1,'',1,0,1);
    +		$period=$html->selectDate($date_start,'date_start',0,0,1,'',1,0).' - '.$html->selectDate($date_end,'date_end',0,0,1,'',1,0);
    +		$periodely=$html->selectDate($date_starty,'date_start_dely',0,0,1,'',1,0).' - '.$html->selectDate($date_endy,'date_end_dely',0,0,1,'',1,0);
     
     		if (! empty($socid))
     		{
    @@ -654,7 +655,7 @@ if (($action != 'create' && $action != 'add') || ($action == 'create' && $error)
     		print '</form>';
     
     		print '<form name="orders2invoice" action="orderstoinvoice.php" method="GET">';
    -		
    +
     		$generic_commande = new Commande($db);
     
     		while ($i < $num)
    diff --git a/htdocs/compta/bank/bankentries_list.php b/htdocs/compta/bank/bankentries_list.php
    index ff5a3b2fffd..31eaa9e8f6d 100644
    --- a/htdocs/compta/bank/bankentries_list.php
    +++ b/htdocs/compta/bank/bankentries_list.php
    @@ -8,6 +8,7 @@
      * Copyright (C) 2016       Juanjo Menent        <jmenent@2byte.es>
      * Copyright (C) 2017       Alexandre Spangaro   <aspangaro@zendsi.com>
      * Copyright (C) 2018       Ferran Marcet        <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -203,12 +204,12 @@ if (empty($reshook))
     }
     
     // Conciliation
    -if (GETPOST('confirm_reconcile') && $user->rights->banque->consolidate)
    +if ((GETPOST('confirm_savestatement','alpha') || GETPOST('confirm_reconcile','alpha')) && $user->rights->banque->consolidate)
     {
         $error=0;
     
         // Definition, nettoyage parametres
    -    $num_releve=trim(GETPOST("num_releve"));
    +    $num_releve=trim(GETPOST("num_releve","alpha"));
     
         if ($num_releve)
         {
    @@ -221,7 +222,7 @@ if (GETPOST('confirm_reconcile') && $user->rights->banque->consolidate)
                     {
                         $result=$bankline->fetch($row);
                         $bankline->num_releve=$num_releve; //$_POST["num_releve"];
    -                    $result=$bankline->update_conciliation($user, GETPOST("cat"));
    +                    $result=$bankline->update_conciliation($user, GETPOST("cat"), GETPOST('confirm_reconcile','alpha')?1:0);	// If we confirm_reconcile, we set flag 'rappro' to 1.
                         if ($result < 0)
                         {
                             setEventMessages($bankline->error, $bankline->errors, 'errors');
    @@ -247,7 +248,21 @@ if (GETPOST('confirm_reconcile') && $user->rights->banque->consolidate)
     
         if (! $error)
         {
    -        header('Location: '.$_SERVER["PHP_SELF"].'?id='.$id);	// To avoid to submit twice and allow back
    +    	$param='action=reconcile&contextpage=banktransactionlist&id='.$id.'&search_account='.$id;
    +		$param.='&search_conciliated='.urlencode($search_conciliated);
    +		if ($page) $param.='&page='.urlencode($page);
    +		if ($offset) $param.='&offset='.urlencode($offset);
    +		if ($search_thirdparty) $param.='&search_thirdparty='.urlencode($search_thirdparty);
    +		if ($search_num_releve) $param.='&search_num_releve='.urlencode($search_num_releve);
    +		if ($search_start_dt) $param.='&search_start_dt='.urlencode($search_start_dt);
    +		if ($search_end_dt) $param.='&search_end_dt='.urlencode($search_end_dt);
    +		if ($search_start_dv) $param.='&search_start_dv='.urlencode($search_start_dv);
    +		if ($search_end_dv) $param.='&search_end_dv='.urlencode($search_end_dv);
    +		if ($search_type) $param.='&search_type='.urlencode($search_type);
    +		if ($search_debit) $param.='&search_debit='.urlencode($search_debit);
    +		if ($search_credit) $param.='&search_credit='.urlencode($search_credit);
    +		$param.='&sortfield='.urlencode($sortfield).'&sortorder='.urlencode($sortorder);
    +		header('Location: '.$_SERVER["PHP_SELF"].'?'.$param);	// To avoid to submit twice and allow the back button
             exit;
         }
     }
    @@ -301,7 +316,7 @@ if (GETPOST('save') && ! $cancel && $user->rights->banque->modifier)
         	$error++;
         }*/
     
    -    if (! $error)
    +    if (! $error && ! empty($conf->global->BANK_USE_OLD_VARIOUS_PAYMENT))
         {
         	$objecttmp = new Account($db);
         	$objecttmp->fetch($bankaccountid);
    @@ -428,7 +443,7 @@ if ($id > 0 || ! empty($ref))
                 if ($user->rights->banque->consolidate) {
                 	$newparam = $param;
                 	$newparam = preg_replace('/search_conciliated=\d+/i','',$newparam);
    -            	$buttonreconcile = '<a class="butActionNew" style="margin-bottom: 5px !important; margin-top: 5px !important" href="'.DOL_URL_ROOT.'/compta/bank/bankentries_list.php?action=reconcile&search_conciliated=0'.$newparam.'">'.$langs->trans("Conciliate").'</a>';
    +            	$buttonreconcile = '<a class="butActionNew" style="margin-bottom: 5px !important; margin-top: 5px !important" href="'.DOL_URL_ROOT.'/compta/bank/bankentries_list.php?action=reconcile&sortfield=b.datev,b.dateo,b.rowid&amp;sortorder=asc,asc,asc&search_conciliated=0'.$newparam.'">'.$langs->trans("Conciliate").'</a>';
                 } else {
                 	$buttonreconcile = '<a class="butActionNewRefused" style="margin-bottom: 5px !important; margin-top: 5px !important" title="'.$langs->trans("NotEnoughPermissions").'" href="#">'.$langs->trans("Conciliate").'</a>';
                 }
    @@ -578,6 +593,8 @@ if ($resql)
     	        print Form::selectarray('cat', $options, GETPOST('cat'), 1);
     	    }
     	    print '<br>'.$langs->trans("ThenCheckLinesAndConciliate").' ';
    +	    print '<input class="button" name="confirm_savestatement" type="submit" value="'.$langs->trans("SaveStatementOnly").'">';
    +	    print ' '.$langs->trans("or").' ';
     	    print '<input class="button" name="confirm_reconcile" type="submit" value="'.$langs->trans("Conciliate").'">';
     	    print ' '.$langs->trans("or").' ';
     	    print '<input type="submit" name="cancel" class="button" value="'.$langs->trans("Cancel").'">';
    @@ -629,7 +646,7 @@ if ($resql)
     	}
     
     	// Form to add a transaction with no invoice
    -	if ($user->rights->banque->modifier && $action == 'addline')
    +	if ($user->rights->banque->modifier && $action == 'addline' && ! empty($conf->global->BANK_USE_OLD_VARIOUS_PAYMENT))
     	{
     		print load_fiche_titre($langs->trans("AddBankRecordLong"),'','');
     
    @@ -666,7 +683,7 @@ if ($resql)
     		}
     		print '</td>';
     		print '<td class="nowrap">';
    -		$form->select_date(empty($dateop)?-1:$dateop,'op',0,0,0,'transaction');
    +		print $form->selectDate(empty($dateop)?-1:$dateop, 'op', 0, 0, 0, 'transaction');
     		print '</td>';
     		print '<td>&nbsp;</td>';
     		print '<td class="nowrap">';
    @@ -728,7 +745,7 @@ if ($resql)
     	{
     		if (empty($conf->global->BANK_DISABLE_DIRECT_INPUT))
     		{
    -			if (! empty($conf->global->BANK_USE_VARIOUS_PAYMENT))	// If direct entries is done using miscellaneous payments
    +			if (empty($conf->global->BANK_USE_OLD_VARIOUS_PAYMENT))	// If direct entries is done using miscellaneous payments
     			{
     				if ($user->rights->banque->modifier) {
     					$newcardbutton = '<a class="butActionNew" href="'.DOL_URL_ROOT.'/compta/bank/various_payment/card.php?action=create&accountid='.$search_account.'&backtopage='.urlencode($_SERVER['PHP_SELF'].'?id='.urlencode($search_account)).'"><span class="valignmiddle">'.$langs->trans("AddBankRecord").'</span>';
    @@ -787,17 +804,17 @@ if ($resql)
     	$moreforfilter.='<div class="divsearchfield">';
     	$moreforfilter .= $langs->trans('DateOperationShort').' : ';
     	$moreforfilter .= '<div class="nowrap'.($conf->browser->layout=='phone'?' centpercent':'').' inline-block">'.$langs->trans('From') . ' ';
    -	$moreforfilter .= $form->select_date($search_dt_start, 'search_start_dt', 0, 0, 1, "search_form", 1, 0, 1).'</div>';
    +	$moreforfilter .= $form->selectDate($search_dt_start, 'search_start_dt', 0, 0, 1, "search_form", 1, 0).'</div>';
     	//$moreforfilter .= ' - ';
    -	$moreforfilter .= '<div class="nowrap'.($conf->browser->layout=='phone'?' centpercent':'').' inline-block">'.$langs->trans('to') . ' ' . $form->select_date($search_dt_end, 'search_end_dt', 0, 0, 1, "search_form", 1, 0, 1).'</div>';
    +	$moreforfilter .= '<div class="nowrap'.($conf->browser->layout=='phone'?' centpercent':'').' inline-block">'.$langs->trans('to') . ' ' . $form->selectDate($search_dt_end, 'search_end_dt', 0, 0, 1, "search_form", 1, 0).'</div>';
     	$moreforfilter .= '</div>';
     
     	$moreforfilter.='<div class="divsearchfield">';
     	$moreforfilter .= $langs->trans('DateValueShort').' : ';
     	$moreforfilter .= '<div class="nowrap'.($conf->browser->layout=='phone'?' centpercent':'').' inline-block">'.$langs->trans('From') . ' ';
    -	$moreforfilter .= $form->select_date($search_dv_start, 'search_start_dv', 0, 0, 1, "search_form", 1, 0, 1).'</div>';
    +	$moreforfilter .= $form->selectDate($search_dv_start, 'search_start_dv', 0, 0, 1, "search_form", 1, 0).'</div>';
     	//$moreforfilter .= ' - ';
    -	$moreforfilter .= '<div class="nowrap'.($conf->browser->layout=='phone'?' centpercent':'').' inline-block">'.$langs->trans('to') . ' ' . $form->select_date($search_dv_end, 'search_end_dv', 0, 0, 1, "search_form", 1, 0, 1).'</div>';
    +	$moreforfilter .= '<div class="nowrap'.($conf->browser->layout=='phone'?' centpercent':'').' inline-block">'.$langs->trans('to') . ' ' . $form->selectDate($search_dv_end, 'search_end_dv', 0, 0, 1, "search_form", 1, 0).'</div>';
     	$moreforfilter .= '</div>';
     
     	if (! empty($conf->categorie->enabled))
    @@ -1400,16 +1417,17 @@ if ($resql)
     
         	if (! empty($arrayfields['b.num_releve']['checked']))
         	{
    -            print '<td class="nowrap" align="center">';
    +            print '<td class="nowraponall" align="center">';
             	// Transaction reconciliated or edit link
             	if ($bankaccount->canBeConciliated() > 0)
             	{
    -            	if ($objp->conciliated)  // If line not conciliated and account can be conciliated
    +        		if ($objp->num_releve)
                 	{
    -            	    print '<a href="releve.php?num='.$objp->num_releve.'&amp;account='.$objp->bankid.'">'.$objp->num_releve.'</a>';
    +            	    print '<a href="releve.php?num='.$objp->num_releve.'&account='.$objp->bankid.'&save_lastsearch_values=1">'.$objp->num_releve.'</a>';
                 	}
    -            	else if ($action == 'reconcile')
    +            	if (! $objp->conciliated && $action == 'reconcile')
                 	{
    +            		if ($objp->num_releve) print '&nbsp;';
                 	    print '<input class="flat" name="rowid['.$objp->rowid.']" type="checkbox" value="'.$objp->rowid.'" size="1"'.(! empty($_POST['rowid'][$objp->rowid])?' checked':'').'>';
                 	}
             	}
    @@ -1434,7 +1452,7 @@ if ($resql)
         	// Transaction reconciliated or edit link
         	if ($objp->conciliated && $bankaccount->canBeConciliated() > 0)  // If line not conciliated and account can be conciliated
         	{
    -    	    print '<a href="'.DOL_URL_ROOT.'/compta/bank/ligne.php?rowid='.$objp->rowid.'&amp;account='.$objp->bankid.'&amp;page='.$page.'">';
    +    	    print '<a href="'.DOL_URL_ROOT.'/compta/bank/ligne.php?save_lastsearch_values=1&amp;rowid='.$objp->rowid.'&amp;account='.$objp->bankid.'&amp;page='.$page.'">';
         	    print img_edit();
         	    print '</a>';
         	}
    @@ -1442,13 +1460,13 @@ if ($resql)
         	{
         	    if ($user->rights->banque->modifier || $user->rights->banque->consolidate)
         	    {
    -    	        print '<a href="'.DOL_URL_ROOT.'/compta/bank/ligne.php?rowid='.$objp->rowid.'&amp;account='.$objp->bankid.'&amp;page='.$page.'">';
    +    	        print '<a href="'.DOL_URL_ROOT.'/compta/bank/ligne.php?save_lastsearch_values=1&amp;rowid='.$objp->rowid.'&amp;account='.$objp->bankid.'&amp;page='.$page.'">';
         	        print img_edit();
         	        print '</a>';
         	    }
         	    else
         	    {
    -    	        print '<a href="'.DOL_URL_ROOT.'/compta/bank/ligne.php?rowid='.$objp->rowid.'&amp;account='.$objp->bankid.'&amp;page='.$page.'">';
    +    	        print '<a href="'.DOL_URL_ROOT.'/compta/bank/ligne.php?save_lastsearch_values=1&amp;rowid='.$objp->rowid.'&amp;account='.$objp->bankid.'&amp;page='.$page.'">';
         	        print img_view();
         	        print '</a>';
         	    }
    diff --git a/htdocs/compta/bank/card.php b/htdocs/compta/bank/card.php
    index 461d193d1fe..2325d30a26a 100644
    --- a/htdocs/compta/bank/card.php
    +++ b/htdocs/compta/bank/card.php
    @@ -6,6 +6,7 @@
      * Copyright (C) 2014-2017	Alexandre Spangaro		<aspangaro@zendsi.com>
      * Copyright (C) 2015		Jean-François Ferry		<jfefe@aternatik.fr>
      * Copyright (C) 2016		Marcos García			<marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -59,7 +60,8 @@ $extrafields = new ExtraFields($db);
     // fetch optionals attributes and labels
     $extralabels=$extrafields->fetch_name_optionals_label($object->table_element);
     
    -
    +// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
    +$hookmanager->initHooks(array('bankcard','globalcard'));
     
     /*
      * Actions
    @@ -284,7 +286,7 @@ if ($action == 'confirm_delete' && $_POST["confirm"] == "yes" && $user->rights->
     $form = new Form($db);
     $formbank = new FormBank($db);
     $formcompany = new FormCompany($db);
    -if (! empty($conf->accounting->enabled)) $formaccounting = New FormAccounting($db);
    +if (! empty($conf->accounting->enabled)) $formaccounting = new FormAccounting($db);
     
     $countrynotdefined=$langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')';
     
    @@ -431,7 +433,7 @@ if ($action == 'create')
     
     	print '<tr><td>'.$langs->trans("Date").'</td>';
     	print '<td>';
    -	$form->select_date('', 're', 0, 0, 0, 'formsoc');
    +	print $form->selectDate('', 're', 0, 0, 0, 'formsoc');
     	print '</td></tr>';
     
     	print '<tr><td>'.$langs->trans("BalanceMinimalAllowed").'</td>';
    diff --git a/htdocs/compta/bank/categ.php b/htdocs/compta/bank/categ.php
    index 7ef798103d5..f76f73183b3 100644
    --- a/htdocs/compta/bank/categ.php
    +++ b/htdocs/compta/bank/categ.php
    @@ -34,6 +34,7 @@ require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/bankcateg.class.php';
     $langs->loadLangs(array('banks', 'categories'));
     
     $action=GETPOST('action','aZ09');
    +$optioncss  = GETPOST('optioncss','aZ');												// Option for the css output (always '' except when 'print')
     
     if (!$user->rights->banque->configurer)
       accessforbidden();
    @@ -80,16 +81,36 @@ if ($categid) {
     llxHeader();
     
     
    -print load_fiche_titre($langs->trans("RubriquesTransactions"), '', 'title_bank.png');
    +print load_fiche_titre($langs->trans("RubriquesTransactions"));
     
     print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
    +if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
     print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    +print '<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
    +print '<input type="hidden" name="action" value="list">';
    +/*print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
    +print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
    +print '<input type="hidden" name="page" value="'.$page.'">';
    +print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
    +*/
     
    +print '<div class="div-table-responsive">';		// You can use div-table-responsive-no-min if you dont need reserved height for your table
     print '<table class="noborder" width="100%">';
     print '<tr class="liste_titre">';
     print '<td>'.$langs->trans("Ref").'</td><td colspan="2">'.$langs->trans("Label").'</td>';
     print "</tr>\n";
     
    +// Line to add category
    +if ($action != 'edit')
    +{
    +
    +	print '<tr class="oddeven">';
    +	print '<td>&nbsp;</td><td><input name="label" type="text" size="45"></td>';
    +	print '<td align="center"><input type="submit" name="add" class="button" value="'.$langs->trans("Add").'"></td>';
    +	print '</tr>';
    +}
    +
    +
     $sql = "SELECT rowid, label";
     $sql.= " FROM ".MAIN_DB_PREFIX."bank_categ";
     $sql.= " WHERE entity = ".$conf->entity;
    @@ -129,20 +150,10 @@ if ($result)
     	$db->free($result);
     }
     
    +print '</table>';
    +print '</div>';
     
    -/*
    - * Line to add category
    - */
    -if ($action != 'edit')
    -{
    -
    -	print '<tr class="oddeven">';
    -	print '<td>&nbsp;</td><td><input name="label" type="text" size="45"></td>';
    -	print '<td align="center"><input type="submit" name="add" class="button" value="'.$langs->trans("Add").'"></td>';
    -	print '</tr>';
    -}
    -
    -print '</table></form>';
    +print '</form>';
     
     // End of page
     llxFooter();
    diff --git a/htdocs/compta/bank/class/account.class.php b/htdocs/compta/bank/class/account.class.php
    index 46c3e168a1b..19ffec25aca 100644
    --- a/htdocs/compta/bank/class/account.class.php
    +++ b/htdocs/compta/bank/class/account.class.php
    @@ -40,12 +40,15 @@ class Account extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element = 'bank_account';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'bank_account';
    -	
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'account';
     
     	/**
    @@ -56,7 +59,7 @@ class Account extends CommonObject
     	public $rowid;
     
     	/**
    -	 * Label
    +	 * Account Label
     	 * @var string
     	 */
     	public $label;
    @@ -168,6 +171,10 @@ class Account extends CommonObject
     	 * @var string
     	 */
     	public $account_number;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_accountancy_journal;
     
     	/**
    @@ -294,6 +301,7 @@ class Account extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Add a link between bank line record and its source
     	 *
    @@ -306,6 +314,7 @@ class Account extends CommonObject
     	 */
     	function add_url_line($line_id, $url_id, $url, $label, $type)
     	{
    +        // phpcs:enable
     		$sql = "INSERT INTO ".MAIN_DB_PREFIX."bank_url (";
     		$sql.= "fk_bank";
     		$sql.= ", url_id";
    @@ -333,6 +342,7 @@ class Account extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 		TODO Move this into AccountLine
     	 *      Return array with links from llx_bank_url
    @@ -340,10 +350,11 @@ class Account extends CommonObject
     	 *      @param  int         $fk_bank    To search using bank transaction id
     	 *      @param  int         $url_id     To search using link to
     	 *      @param  string      $type       To search using type
    -	 *      @return array|-1                Array of links array('url'=>, 'url_id'=>, 'label'=>, 'type'=> 'fk_bank'=> ) or -1 on error
    +	 *      @return array|int               Array of links array('url'=>, 'url_id'=>, 'label'=>, 'type'=> 'fk_bank'=> ) or -1 on error
     	 */
     	function get_url($fk_bank='', $url_id='', $type='')
     	{
    +        // phpcs:enable
     		$lines = array();
     
     		// Check parameters
    @@ -782,14 +793,16 @@ class Account extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *    	Update BBAN (RIB) account fields
    +	 *  Update BBAN (RIB) account fields
     	 *
    -	 *    	@param	User	$user       Object user making update
    -	 *		@return	int					<0 if KO, >0 if OK
    +	 *  @param	User	$user       Object user making update
    +	 *	@return	int					<0 if KO, >0 if OK
     	 */
     	function update_bban(User $user = null)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		// Clean parameters
    @@ -1068,6 +1081,7 @@ class Account extends CommonObject
     		return $this->LibStatut($this->clos,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return label of given object status
     	 *
    @@ -1077,6 +1091,7 @@ class Account extends CommonObject
     	 */
     	function LibStatut($statut, $mode = 0)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load('banks');
     
    @@ -1105,6 +1120,7 @@ class Account extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Renvoi si un compte peut etre supprimer ou non (sans mouvements)
     	 *
    @@ -1112,6 +1128,7 @@ class Account extends CommonObject
     	 */
     	function can_be_deleted()
     	{
    +        // phpcs:enable
     		$can_be_deleted=false;
     
     		$sql = "SELECT COUNT(rowid) as nb";
    @@ -1170,9 +1187,9 @@ class Account extends CommonObject
     		}
     
     		return $solde;
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Load indicators for dashboard (this->nbtodo and this->nbtodolate)
     	 *
    @@ -1182,6 +1199,7 @@ class Account extends CommonObject
     	 */
     	function load_board(User $user, $filteraccountid = 0)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		if ($user->societe_id) return -1;   // protection pour eviter appel par utilisateur externe
    @@ -1228,6 +1246,7 @@ class Account extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Charge indicateurs this->nb de tableau de bord
     	 *		@param		int			$filteraccountid	To get info for a particular account id
    @@ -1235,6 +1254,7 @@ class Account extends CommonObject
     	 */
     	function load_state_board($filteraccountid = 0)
     	{
    +        // phpcs:enable
     		global $user;
     
     		if ($user->societe_id) return -1;   // protection pour eviter appel par utilisateur externe
    @@ -1513,7 +1533,6 @@ class Account extends CommonObject
     	 */
     	function info($id)
     	{
    -
     	}
     
     	/**
    @@ -1558,7 +1577,6 @@ class Account extends CommonObject
     
     		//Get the order the properties are shown
     		return $fieldarray;
    -
     	}
     
     	/**
    @@ -1632,7 +1650,6 @@ class Account extends CommonObject
     		$this->owner_address   = 'Owner address';
     		$this->country_id      = 1;
     	}
    -
     }
     
     
    @@ -1645,57 +1662,89 @@ class AccountLine extends CommonObject
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    -	/**
    +
    +    /**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
     	/**
     	 * @var string ID to identify managed object
     	 */
     	public $element='bank';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='bank';
    -	
    -	var $picto = 'generic';
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto = 'generic';
     
     	/**
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $ref;
    -	var $datec;
    -	var $dateo;
    +
    +    /**
    +     * @var string Ref
    +     */
    +    public $ref;
    +
    +	public $datec;
    +	public $dateo;
     
     	/**
     	 * Value date
     	 */
    -	var $datev;
    -	var $amount;
    -	
    -	/**
    -     * @var string proper name for given parameter
    +	public $datev;
    +	public $amount;
    +
    +    /**
    +     * @var string bank transaction lines label
          */
         public $label;
    -    
    -	var $note;
    -	var $fk_user_author;
    -	var $fk_user_rappro;
    -	var $fk_type;
    -	var $rappro;        // Is it conciliated
    -	var $num_releve;    // If conciliated, what is bank statement
    -	var $num_chq;       // Num of cheque
    -	var $bank_chq;      // Bank of cheque
    -	var $fk_bordereau;  // Id of cheque receipt
     
    -	var $fk_account;            // Id of bank account
    -	var $bank_account_label;    // Label of bank account
    +    public $note;
     
    +    /**
    +     * @var int ID
    +     */
    +	public $fk_user_author;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_user_rappro;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_type;
    +
    +	public $rappro;        // Is it conciliated
    +	public $num_releve;    // If conciliated, what is bank statement
    +	public $num_chq;       // Num of cheque
    +	public $bank_chq;      // Bank of cheque
    +
    +	/**
    +     * @var int ID of cheque receipt
    +     */
    +	public $fk_bordereau;
    +
    +	/**
    +     * @var int ID of bank account
    +     */
    +	public $fk_account;
    +
    +	public $bank_account_label;    // Label of bank account
    +
    +    /**
    +	 * Issuer
    +	 * @var Societe
    +	 */
     	public $emetteur;
     
     	/**
    @@ -1881,6 +1930,7 @@ class AccountLine extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Delete bank line records
     	 *
    @@ -1889,6 +1939,7 @@ class AccountLine extends CommonObject
     	 */
     	function delete_urls(User $user = null)
     	{
    +        // phpcs:enable
     		$nbko=0;
     
     		if ($this->rappro)
    @@ -1951,15 +2002,18 @@ class AccountLine extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *		Update conciliation field
    +	 *	Update conciliation field
     	 *
    -	 *		@param	User	$user		Objet user making update
    -	 *		@param 	int		$cat		Category id
    -	 *		@return	int					<0 if KO, >0 if OK
    +	 *	@param	User	$user			Objet user making update
    +	 *	@param 	int		$cat			Category id
    +	 *	@param	int		$conciliated	1=Set transaction to conciliated, 0=Keep transaction non conciliated
    +	 *	@return	int						<0 if KO, >0 if OK
     	 */
    -	function update_conciliation(User $user, $cat)
    +	function update_conciliation(User $user, $cat, $conciliated=1)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$this->db->begin();
    @@ -1975,9 +2029,9 @@ class AccountLine extends CommonObject
     		}
     
     		$sql = "UPDATE ".MAIN_DB_PREFIX."bank SET";
    -		$sql.= " rappro = 1";
    +		$sql.= " rappro = ".$conciliated;
     		$sql.= ", num_releve = '".$this->db->escape($this->num_releve)."'";
    -		$sql.= ", fk_user_rappro = ".$user->id;
    +		if ($conciliated) $sql.= ", fk_user_rappro = ".$user->id;
     		$sql.= " WHERE rowid = ".$this->id;
     
     		dol_syslog(get_class($this)."::update_conciliation", LOG_DEBUG);
    @@ -2013,6 +2067,7 @@ class AccountLine extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Increase/decrease value date of a rowid
     	 *
    @@ -2022,6 +2077,7 @@ class AccountLine extends CommonObject
     	 */
     	function datev_change($rowid,$sign=1)
     	{
    +        // phpcs:enable
     		$sql = "SELECT datev FROM ".MAIN_DB_PREFIX."bank WHERE rowid = ".$rowid;
     		$resql = $this->db->query($sql);
     		if ($resql)
    @@ -2051,6 +2107,7 @@ class AccountLine extends CommonObject
     		return 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Increase value date of a rowid
     	 *
    @@ -2059,9 +2116,11 @@ class AccountLine extends CommonObject
     	 */
     	function datev_next($id)
     	{
    +        // phpcs:enable
     		return $this->datev_change($id,1);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Decrease value date of a rowid
     	 *
    @@ -2070,10 +2129,12 @@ class AccountLine extends CommonObject
     	 */
     	function datev_previous($id)
     	{
    +        // phpcs:enable
     		return $this->datev_change($id,-1);
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Increase/decrease operation date of a rowid
     	 *
    @@ -2083,6 +2144,7 @@ class AccountLine extends CommonObject
     	 */
     	function dateo_change($rowid,$sign=1)
     	{
    +        // phpcs:enable
     		$sql = "SELECT dateo FROM ".MAIN_DB_PREFIX."bank WHERE rowid = ".$rowid;
     		$resql = $this->db->query($sql);
     		if ($resql)
    @@ -2112,6 +2174,7 @@ class AccountLine extends CommonObject
     		return 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Increase operation date of a rowid
     	 *
    @@ -2120,9 +2183,11 @@ class AccountLine extends CommonObject
     	 */
     	function dateo_next($id)
     	{
    +        // phpcs:enable
     		return $this->dateo_change($id,1);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Decrease operation date of a rowid
     	 *
    @@ -2131,6 +2196,7 @@ class AccountLine extends CommonObject
     	 */
     	function dateo_previous($id)
     	{
    +        // phpcs:enable
     		return $this->dateo_change($id,-1);
     	}
     
    @@ -2237,6 +2303,7 @@ class AccountLine extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -2246,6 +2313,7 @@ class AccountLine extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		//$langs->load('companies');
     		/*
    @@ -2315,5 +2383,4 @@ class AccountLine extends CommonObject
     		}
     		return 0;
     	}
    -
     }
    diff --git a/htdocs/compta/bank/class/bankcateg.class.php b/htdocs/compta/bank/class/bankcateg.class.php
    index 44e4f72c496..cc291c6be64 100644
    --- a/htdocs/compta/bank/class/bankcateg.class.php
    +++ b/htdocs/compta/bank/class/bankcateg.class.php
    @@ -30,10 +30,20 @@ class BankCateg // extends CommonObject
     {
     	//public $element='bank_categ';			//!< Id that identify managed objects
     	//public $table_element='bank_categ';	//!< Name of table without prefix where object is stored
    -    public $picto='generic';
    +    /**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto='generic';
     
    -	public $id;
    -	public $label;
    +	/**
    +     * @var int ID
    +     */
    +    public $id;
    +
    +	/**
    +     * @var string bank categories label
    +     */
    +    public $label;
     
     
     	/**
    @@ -339,5 +349,4 @@ class BankCateg // extends CommonObject
     		$this->id = 0;
     		$this->label = '';
     	}
    -
     }
    diff --git a/htdocs/compta/bank/class/paymentvarious.class.php b/htdocs/compta/bank/class/paymentvarious.class.php
    index 90ec1558981..c997ff1a4f7 100644
    --- a/htdocs/compta/bank/class/paymentvarious.class.php
    +++ b/htdocs/compta/bank/class/paymentvarious.class.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2017       Alexandre Spangaro  <aspangaro@zendsi.com>
    +/* Copyright (C) 2017       Alexandre Spangaro      <aspangaro@zendsi.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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,38 +35,61 @@ class PaymentVarious extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='variouspayment';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='payment_various';
    -	
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'bill';
     
     	/**
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $ref;
    -	var $tms;
    -	var $datep;
    -	var $datev;
    -	var $sens;
    -	var $amount;
    -	var $type_payment;
    -	var $num_payment;
    -	
    +
     	/**
    -     * @var string proper name for given parameter
    +	 * @var string Ref
    +	 */
    +	public $ref;
    +
    +	public $tms;
    +	public $datep;
    +	public $datev;
    +	public $sens;
    +	public $amount;
    +	public $type_payment;
    +	public $num_payment;
    +
    +	/**
    +     * @var string various payments label
          */
         public $label;
    -    
    -	var $accountancy_code;
    -	var $fk_project;
    -	var $fk_bank;
    -	var $fk_user_author;
    -	var $fk_user_modif;
    +
    +	public $accountancy_code;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_project;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_bank;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_user_author;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_user_modif;
     
     
     	/**
    @@ -78,14 +102,13 @@ class PaymentVarious extends CommonObject
     		$this->db = $db;
     		$this->element = 'payment_various';
     		$this->table_element = 'payment_various';
    -		return 1;
     	}
     
     	/**
     	 * Update database
     	 *
     	 * @param   User	$user        	User that modify
    -	 * @param	int		$notrigger	    0=no, 1=yes (no update trigger)
    +	 * @param   int		$notrigger      0=no, 1=yes (no update trigger)
     	 * @return  int         			<0 if KO, >0 if OK
     	 */
     	function update($user=null, $notrigger=0)
    @@ -98,9 +121,9 @@ class PaymentVarious extends CommonObject
     		$this->amount=trim($this->amount);
     		$this->label=trim($this->label);
     		$this->note=trim($this->note);
    -		$this->fk_bank=trim($this->fk_bank);
    -		$this->fk_user_author=trim($this->fk_user_author);
    -		$this->fk_user_modif=trim($this->fk_user_modif);
    +		$this->fk_bank = (int) $this->fk_bank;
    +		$this->fk_user_author = (int) $this->fk_user_author;
    +		$this->fk_user_modif = (int) $this->fk_user_modif;
     
     		$this->db->begin();
     
    @@ -298,9 +321,9 @@ class PaymentVarious extends CommonObject
     		$this->amount=price2num(trim($this->amount));
     		$this->label=trim($this->label);
     		$this->note=trim($this->note);
    -		$this->fk_bank=trim($this->fk_bank);
    -		$this->fk_user_author=trim($this->fk_user_author);
    -		$this->fk_user_modif=trim($this->fk_user_modif);
    +		$this->fk_bank = (int) $this->fk_bank;
    +		$this->fk_user_author = (int) $this->fk_user_author;
    +		$this->fk_user_modif = (int) $this->fk_user_modif;
     
     		// Check parameters
     		if (! $this->label)
    @@ -380,13 +403,14 @@ class PaymentVarious extends CommonObject
     
     					// Insert payment into llx_bank
     					// Add link 'payment_various' in bank_url between payment and bank transaction
    -					if ($this->sens == '0') $sign='-';
    +					$sign=1;
    +					if ($this->sens == '0') $sign=-1;
     
     					$bank_line_id = $acc->addline(
     						$this->datep,
     						$this->type_payment,
     						$this->label,
    -						$sign.abs($this->amount),
    +						$sign * abs($this->amount),
     						$this->num_payment,
     						'',
     						$user
    @@ -451,6 +475,7 @@ class PaymentVarious extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update link between payment various and line generate into llx_bank
     	 *
    @@ -459,6 +484,7 @@ class PaymentVarious extends CommonObject
     	 */
     	function update_fk_bank($id_bank)
     	{
    +        // phpcs:enable
     		$sql = 'UPDATE '.MAIN_DB_PREFIX.'payment_various SET fk_bank = '.$id_bank;
     		$sql.= ' WHERE rowid = '.$this->id;
     		$result = $this->db->query($sql);
    @@ -485,6 +511,7 @@ class PaymentVarious extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -494,39 +521,40 @@ class PaymentVarious extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
     		{
     			return $langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			return $langs->trans($this->statuts_short[$statut]);
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut==0) return img_picto($langs->trans($this->statuts_short[$statut]),'statut0').' '.$langs->trans($this->statuts_short[$statut]);
    -			if ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4').' '.$langs->trans($this->statuts_short[$statut]);
    -			if ($statut==2) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts_short[$statut]);
    +			elseif ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4').' '.$langs->trans($this->statuts_short[$statut]);
    +			elseif ($statut==2) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts_short[$statut]);
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut==0 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut0');
    -			if ($statut==1 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4');
    -			if ($statut==2 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    +			elseif ($statut==1 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4');
    +			elseif ($statut==2 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut==0 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut0').' '.$langs->trans($this->statuts[$statut]);
    -			if ($statut==1 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4').' '.$langs->trans($this->statuts[$statut]);
    -			if ($statut==2 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
    +			elseif ($statut==1 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4').' '.$langs->trans($this->statuts[$statut]);
    +			elseif ($statut==2 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut==0 && ! empty($this->statuts_short[$statut])) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut0');
    -			if ($statut==1 && ! empty($this->statuts_short[$statut])) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut4');
    -			if ($statut==2 && ! empty($this->statuts_short[$statut])) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    +			elseif ($statut==1 && ! empty($this->statuts_short[$statut])) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut4');
    +			elseif ($statut==2 && ! empty($this->statuts_short[$statut])) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
     		}
     	}
     
    @@ -534,24 +562,71 @@ class PaymentVarious extends CommonObject
     	/**
     	 *	Send name clicable (with possibly the picto)
     	 *
    -	 *	@param  int		$withpicto		0=No picto, 1=Include picto into link, 2=Only picto
    -	 *	@param  string	$option			link option
    -	 *	@return string					Chaine with URL
    +	 *	@param  int		$withpicto					0=No picto, 1=Include picto into link, 2=Only picto
    +	 *	@param  string	$option						link option
    +	 *  @param  int     $save_lastsearch_value	 	-1=Auto, 0=No save of lastsearch_values when clicking, 1=Save lastsearch_values whenclicking
    +     *  @param	int  	$notooltip		 			1=Disable tooltip
    +	 *	@return string								String with URL
     	 */
    -	function getNomUrl($withpicto=0,$option='')
    +	function getNomUrl($withpicto=0, $option='', $save_lastsearch_value=-1, $notooltip=0)
     	{
    +		global $db, $conf, $langs, $hookmanager;
     		global $langs;
     
    -		$result='';
    -		$label=$langs->trans("ShowVariousPayment").': '.$this->ref;
    +		if (! empty($conf->dol_no_mouse_hover)) $notooltip=1;   // Force disable tooltips
     
    -		$linkstart = '<a href="'.DOL_URL_ROOT.'/compta/bank/various_payment/card.php?id='.$this->id.'" title="'.dol_escape_htmltag($label, 1).'" class="classfortooltip">';
    +		$result='';
    +
    +		$label='<u>'.$langs->trans("ShowVariousPayment").'</u>';
    +		$label.= '<br>';
    +		$label.= '<b>' . $langs->trans('Ref') . ':</b> ' . $this->ref;
    +
    +		$url = DOL_URL_ROOT.'/compta/bank/various_payment/card.php?id='.$this->id;
    +
    +		if ($option != 'nolink')
    +		{
    +			// Add param to save lastsearch_values or not
    +			$add_save_lastsearch_values=($save_lastsearch_value == 1 ? 1 : 0);
    +			if ($save_lastsearch_value == -1 && preg_match('/list\.php/',$_SERVER["PHP_SELF"])) $add_save_lastsearch_values=1;
    +			if ($add_save_lastsearch_values) $url.='&save_lastsearch_values=1';
    +		}
    +
    +		$linkclose='';
    +		if (empty($notooltip))
    +		{
    +			if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
    +			{
    +				$label=$langs->trans("ShowMyObject");
    +				$linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
    +			}
    +			$linkclose.=' title="'.dol_escape_htmltag($label, 1).'"';
    +			$linkclose.=' class="classfortooltip'.($morecss?' '.$morecss:'').'"';
    +
    +			/*
    +			 $hookmanager->initHooks(array('myobjectdao'));
    +			 $parameters=array('id'=>$this->id);
    +			 $reshook=$hookmanager->executeHooks('getnomurltooltip',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
    +			 if ($reshook > 0) $linkclose = $hookmanager->resPrint;
    +			 */
    +		}
    +		else $linkclose = ($morecss?' class="'.$morecss.'"':'');
    +
    +		$linkstart = '<a href="'.$url.'"';
    +		$linkstart.=$linkclose.'>';
     		$linkend='</a>';
     
     		$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.= ($maxlen?dol_trunc($this->ref,$maxlen):$this->ref);
    +		if ($withpicto != 2) $result.= $this->ref;
     		$result .= $linkend;
    +		//if ($withpicto != 2) $result.=(($addlabel && $this->label) ? $sep . dol_trunc($this->label, ($addlabel > 1 ? $addlabel : 0)) : '');
    +
    +		global $action;
    +		$hookmanager->initHooks(array('variouspayment'));
    +		$parameters=array('id'=>$this->id, 'getnomurl'=>$result);
    +		$reshook=$hookmanager->executeHooks('getNomUrl',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
    +		if ($reshook > 0) $result = $hookmanager->resPrint;
    +		else $result .= $hookmanager->resPrint;
     
     		return $result;
     	}
    @@ -599,5 +674,4 @@ class PaymentVarious extends CommonObject
     			dol_print_error($this->db);
     		}
     	}
    -
     }
    diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php
    index e75250a830c..85cd839fd44 100644
    --- a/htdocs/compta/bank/ligne.php
    +++ b/htdocs/compta/bank/ligne.php
    @@ -7,6 +7,7 @@
      * Copyright (C) 2015-2017 Alexandre Spangaro	<aspangaro@zendsi.com>
      * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
      * Copyright (C) 2016      Marcos García        <marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -497,7 +498,7 @@ if ($result)
             if ($user->rights->banque->modifier || $user->rights->banque->consolidate)
             {
                 print '<td>';
    -            print $form->select_date($db->jdate($objp->do),'dateo','','','','update',1,0,1,$objp->rappro);
    +            print $form->selectDate($db->jdate($objp->do), 'dateo', '', '', '', 'update', 1, 0, $objp->rappro);
                 if (! $objp->rappro)
                 {
                     print ' &nbsp; ';
    @@ -521,7 +522,7 @@ if ($result)
             if ($user->rights->banque->modifier || $user->rights->banque->consolidate)
             {
                 print '<td>';
    -            print $form->select_date($db->jdate($objp->dv),'datev','','','','update',1,0,1,$objp->rappro);
    +            print $form->selectDate($db->jdate($objp->dv), 'datev', '', '', '', 'update', 1, 0, $objp->rappro);
                 if (! $objp->rappro)
                 {
                     print ' &nbsp; ';
    diff --git a/htdocs/compta/bank/list.php b/htdocs/compta/bank/list.php
    index 1f01355050c..0794634e3a3 100644
    --- a/htdocs/compta/bank/list.php
    +++ b/htdocs/compta/bank/list.php
    @@ -1,6 +1,4 @@
     <?php
    -use Stripe\BankAccount;
    -
     /* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
    @@ -428,7 +426,7 @@ foreach ($accounts as $key=>$type)
         // Ref
         if (! empty($arrayfields['b.ref']['checked']))
         {
    -        print '<td>'.$obj->getNomUrl(1).'</td>';
    +        print '<td class="nowrap">'.$obj->getNomUrl(1).'</td>';
     	    if (! $i) $totalarray['nbfield']++;
         }
     
    diff --git a/htdocs/compta/bank/transfer.php b/htdocs/compta/bank/transfer.php
    index 7ad8bc2ad96..38109b964b4 100644
    --- a/htdocs/compta/bank/transfer.php
    +++ b/htdocs/compta/bank/transfer.php
    @@ -5,6 +5,7 @@
      * Copyright (C) 2012	   Juanjo Menent        <jmenent@2byte.es>
      * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
      * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -253,7 +254,7 @@ $form->select_comptes($account_to, 'account_to', 0, '', 1, '', empty($conf->mult
     print "</td>\n";
     
     print "<td>";
    -$form->select_date((! empty($dateo)?$dateo:''),'','','','','add');
    +print $form->selectDate((! empty($dateo)?$dateo:''), '', '', '', '', 'add');
     print "</td>\n";
     print '<td><input name="label" class="flat quatrevingtpercent" type="text" value="'.dol_escape_htmltag($label).'"></td>';
     print '<td><input name="amount" class="flat" type="text" size="6" value="'.dol_escape_htmltag($amount).'"></td>';
    diff --git a/htdocs/compta/bank/treso.php b/htdocs/compta/bank/treso.php
    index 2389d1fec77..9bd00c81894 100644
    --- a/htdocs/compta/bank/treso.php
    +++ b/htdocs/compta/bank/treso.php
    @@ -49,6 +49,9 @@ $result=restrictedArea($user,'banque',$id,'bank_account&bank_account','','',$fie
     $vline=isset($_GET["vline"])?$_GET["vline"]:$_POST["vline"];
     $page=isset($_GET["page"])?$_GET["page"]:0;
     
    +// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
    +$hookmanager->initHooks(array('banktreso','globalcard'));
    +
     /*
      * View
      */
    @@ -130,6 +133,7 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
     
     
     	// Remainder to pay in future
    +  $sqls = array();
     
     	// Customer invoices
     	$sql = "SELECT 'invoice' as family, f.rowid as objid, f.facnumber as ref, f.total_ttc, f.type, f.date_lim_reglement as dlr,";
    @@ -138,79 +142,55 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
     	$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON f.fk_soc = s.rowid";
     	$sql.= " WHERE f.entity = ".$conf->entity;
     	$sql.= " AND f.paye = 0 AND f.fk_statut = 1";	// Not paid
    -    $sql.= " AND (f.fk_account IN (0, ".$object->id.") OR f.fk_account IS NULL)"; // Id bank account of invoice
    -    $sql.= " ORDER BY dlr ASC";
    +  $sql.= " AND (f.fk_account IN (0, ".$object->id.") OR f.fk_account IS NULL)"; // Id bank account of invoice
    +  $sql.= " ORDER BY dlr ASC";
    +  $sqls[] = $sql;
     
     	// Supplier invoices
    -	$sql2= " SELECT 'invoice_supplier' as family, ff.rowid as objid, ff.ref as ref, ff.ref_supplier as ref_supplier, (-1*ff.total_ttc) as total_ttc, ff.type, ff.date_lim_reglement as dlr,";
    -	$sql2.= " s.rowid as socid, s.nom as name, s.fournisseur";
    -	$sql2.= " FROM ".MAIN_DB_PREFIX."facture_fourn as ff";
    -	$sql2.= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON ff.fk_soc = s.rowid";
    -	$sql2.= " WHERE ff.entity = ".$conf->entity;
    -	$sql2.= " AND ff.paye = 0 AND fk_statut = 1";	// Not paid
    -    $sql2.= " AND (ff.fk_account IN (0, ".$object->id.") OR ff.fk_account IS NULL)"; // Id bank account of supplier invoice
    -    $sql2.= " ORDER BY dlr ASC";
    +	$sql = " SELECT 'invoice_supplier' as family, ff.rowid as objid, ff.ref as ref, ff.ref_supplier as ref_supplier, (-1*ff.total_ttc) as total_ttc, ff.type, ff.date_lim_reglement as dlr,";
    +	$sql.= " s.rowid as socid, s.nom as name, s.fournisseur";
    +	$sql.= " FROM ".MAIN_DB_PREFIX."facture_fourn as ff";
    +	$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON ff.fk_soc = s.rowid";
    +	$sql.= " WHERE ff.entity = ".$conf->entity;
    +	$sql.= " AND ff.paye = 0 AND fk_statut = 1";	// Not paid
    +  $sql.= " AND (ff.fk_account IN (0, ".$object->id.") OR ff.fk_account IS NULL)"; // Id bank account of supplier invoice
    +  $sql.= " ORDER BY dlr ASC";
    +  $sqls[] = $sql;
     
     	// Social contributions
    -	$sql3= " SELECT 'social_contribution' as family, cs.rowid as objid, cs.libelle as ref, (-1*cs.amount) as total_ttc, ccs.libelle as type, cs.date_ech as dlr";
    -    $sql3.= ", cs.fk_account";
    -	$sql3.= " FROM ".MAIN_DB_PREFIX."chargesociales as cs";
    -	$sql3.= " LEFT JOIN ".MAIN_DB_PREFIX."c_chargesociales as ccs ON cs.fk_type = ccs.id";
    -	$sql3.= " WHERE cs.entity = ".$conf->entity;
    -	$sql3.= " AND cs.paye = 0";	// Not paid
    -    $sql3.= " AND (cs.fk_account IN (0, ".$object->id.") OR cs.fk_account IS NULL)"; // Id bank account of social contribution
    -	$sql3.= " ORDER BY dlr ASC";
    +	$sql = " SELECT 'social_contribution' as family, cs.rowid as objid, cs.libelle as ref, (-1*cs.amount) as total_ttc, ccs.libelle as type, cs.date_ech as dlr";
    +  $sql.= ", cs.fk_account";
    +	$sql.= " FROM ".MAIN_DB_PREFIX."chargesociales as cs";
    +	$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_chargesociales as ccs ON cs.fk_type = ccs.id";
    +	$sql.= " WHERE cs.entity = ".$conf->entity;
    +	$sql.= " AND cs.paye = 0";	// Not paid
    +  $sql.= " AND (cs.fk_account IN (0, ".$object->id.") OR cs.fk_account IS NULL)"; // Id bank account of social contribution
    +	$sql.= " ORDER BY dlr ASC";
    +  $sqls[] = $sql;
    +
    +  // others sql
    +  $parameters = array();
    +  $reshook = $hookmanager->executeHooks('addMoreSQL', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
    +  if(empty($reshook) and isset($hookmanager->resArray['sql'])){
    +    $sqls[] = $hookmanager->resArray['sql'];
    +  }
     
     	$error=0;
     	$tab_sqlobjOrder=array();
     	$tab_sqlobj=array();
     
    -	// List customer invoices
    -	$result = $db->query($sql);
    -	if ($result)
    -	{
    -		$num = $db->num_rows($result);
    -		for ($i = 0;$i < $num;$i++)
    -		{
    -			$sqlobj = $db->fetch_object($result);
    -			$tab_sqlobj[] = $sqlobj;
    -			$tab_sqlobjOrder[]= $db->jdate($sqlobj->dlr);
    -		}
    -		$db->free($result);
    -	}
    -	else $error++;
    -
    -	// List supplier invoices
    -	$result2=$db->query($sql2);
    -	if ($result2)
    -	{
    -		$num = $db->num_rows($result2);
    -		for ($i = 0;$i < $num;$i++)
    -		{
    -			$sqlobj = $db->fetch_object($result2);
    -			$tab_sqlobj[] = $sqlobj;
    -			$tab_sqlobjOrder[]= $db->jdate($sqlobj->dlr);
    -		}
    -		$db->free($result2);
    -	}
    -	else $error++;
    -
    -	// List social contributions
    -	$result3=$db->query($sql3);
    -	if ($result3)
    -	{
    -		$num = $db->num_rows($result3);
    -
    -		for ($i = 0;$i < $num;$i++)
    -		{
    -			$sqlobj = $db->fetch_object($result3);
    -			$tab_sqlobj[] = $sqlobj;
    -			$tab_sqlobjOrder[]= $db->jdate($sqlobj->dlr);
    -		}
    -		$db->free($result3);
    -	}
    -	else $error++;
    -
    +  foreach($sqls as $sql){
    +    $resql = $db->query($sql);
    +    if($resql){
    +      while($sqlobj = $db->fetch_object($resql)){
    +        $tab_sqlobj[] = $sqlobj;
    +        $tab_sqlobjOrder[]= $db->jdate($sqlobj->dlr);
    +      }
    +      $db->free($resql);
    +    }else{
    +      $error++;
    +    }
    +  }
     
     	// Sort array
     	if (! $error)
    @@ -228,7 +208,6 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
     
     		$num = count($tab_sqlobj);
     
    -		//$num = $db->num_rows($result);
     		$i = 0;
     		while ($i < $num)
     		{
    @@ -236,7 +215,6 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
     			$ref = '';
     			$refcomp = '';
     
    -			//$obj = $db->fetch_object($result);
     			$obj = array_shift($tab_sqlobj);
     
     			if ($obj->family == 'invoice_supplier')
    @@ -284,6 +262,14 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
     				$paiement = -1*$socialcontribstatic->getSommePaiement();	// Payment already done
     			}
     
    +      $parameters = array('obj' => $obj);
    +      $reshook = $hookmanager->executeHooks('moreFamily', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
    +      if(empty($reshook)){
    +        $ref = isset($hookmanager->resArray['ref']) ? $hookmanager->resArray['ref'] : '';
    +        $refcomp = isset($hookmanager->resArray['refcomp']) ? $hookmanager->resArray['refcomp'] : '';
    +        $paiement = isset($hookmanager->resArray['paiement']) ? $hookmanager->resArray['paiement'] : 0;
    +      }
    +
     			$total_ttc = $obj->total_ttc;
     			if ($paiement) $total_ttc = $obj->total_ttc - $paiement;
     			$solde += $total_ttc;
    @@ -291,8 +277,6 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
     			// We discard lines with a remainder to pay to 0
     			if (price2num($total_ttc) != 0)
     			{
    -
    -
         			// Show line
         			print '<tr class="oddeven">';
         			print '<td>';
    @@ -315,15 +299,22 @@ if ($_REQUEST["account"] || $_REQUEST["ref"])
     		dol_print_error($db);
     	}
     
    -	// Solde actuel
    +	// Other lines
    +	$parameters = array('solde' => $solde);
    +	$reshook = $hookmanager->executeHooks('printObjectLine', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
    +	if(empty($reshook)){
    +		print $hookmanager->resPrint;
    +    $solde = isset($hookmanager->resArray['solde']) ? $hookmanager->resArray['solde'] : $solde;
    +	}
     
    +  // solde
     	print '<tr class="liste_total">';
     	print '<td align="left" colspan="5">'.$langs->trans("FutureBalance").' ('.$object->currency_code.')</td>';
     	print '<td align="right" class="nowrap">'.price($solde, 0, $langs, 0, 0, -1, $object->currency_code).'</td>';
     	print '</tr>';
     
     	print "</table>";
    -    print "</div>";
    +  print "</div>";
     }
     else
     {
    diff --git a/htdocs/compta/bank/various_payment/card.php b/htdocs/compta/bank/various_payment/card.php
    index 9c30dfe3cd8..0f417777417 100644
    --- a/htdocs/compta/bank/various_payment/card.php
    +++ b/htdocs/compta/bank/various_payment/card.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2017       Alexandre Spangaro  <aspangaro@zendsi.com>
    +/* Copyright (C) 2017       Alexandre Spangaro      <aspangaro@zendsi.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -85,7 +86,7 @@ if (empty($reshook))
     	{
     		if ($action != 'addlink')
     		{
    -			$urltogo=$backtopage?$backtopage:dol_buildpath('/compta/bank/various_payment/index.php',1);
    +			$urltogo=$backtopage?$backtopage:dol_buildpath('/compta/bank/various_payment/list.php',1);
     			header("Location: ".$urltogo);
     			exit;
     		}
    @@ -154,7 +155,8 @@ if (empty($reshook))
     			if ($ret > 0)
     			{
     				$db->commit();
    -				header("Location: index.php");
    +				$urltogo=($backtopage ? $backtopage : DOL_URL_ROOT.'/compta/bank/various_payment/list.php');
    +				header("Location: ".$urltogo);
     				exit;
     			}
     			else
    @@ -189,7 +191,7 @@ if (empty($reshook))
     				if ($result >= 0)
     				{
     					$db->commit();
    -					header("Location: ".DOL_URL_ROOT.'/compta/bank/various_payment/index.php');
    +					header("Location: ".DOL_URL_ROOT.'/compta/bank/various_payment/list.php');
     					exit;
     				}
     				else
    @@ -220,7 +222,7 @@ if (empty($reshook))
     llxHeader("",$langs->trans("VariousPayment"));
     
     $form = new Form($db);
    -if (! empty($conf->accounting->enabled)) $formaccounting = New FormAccounting($db);
    +if (! empty($conf->accounting->enabled)) $formaccounting = new FormAccounting($db);
     if (! empty($conf->projet->enabled)) $formproject = new FormProjets($db);
     
     if ($id)
    @@ -255,13 +257,13 @@ if ($action == 'create')
     	// Date payment
     	print '<tr><td>';
     	print fieldLabel('DatePayment','datep',1).'</td><td>';
    -	print $form->select_date((empty($datep)?-1:$datep),"datep",'','','','add',1,1);
    +	print $form->selectDate((empty($datep)?-1:$datep),"datep",'','','','add',1,1);
     	print '</td></tr>';
     
     	// Date value for bank
     	print '<tr><td>';
     	print fieldLabel('DateValue','datev',0).'</td><td>';
    -	print $form->select_date((empty($datev)?-1:$datev),"datev",'','','','add',1,1);
    +	print $form->selectDate((empty($datev)?-1:$datev),"datev",'','','','add',1,1);
     	print '</td></tr>';
     
     	// Label
    @@ -375,7 +377,7 @@ if ($id)
     	{
     		$langs->load("projects");
     		$morehtmlref.=$langs->trans('Project') . ' ';
    -		if ($user->rights->tax->charges->creer)
    +		if ($user->rights->banque->modifier)
     		{
     			if ($action != 'classify')
     				$morehtmlref.='<a href="' . $_SERVER['PHP_SELF'] . '?action=classify&amp;id=' . $object->id . '">' . img_edit($langs->transnoentitiesnoconv('SetProject')) . '</a> : ';
    @@ -394,16 +396,14 @@ if ($id)
     			if (! empty($object->fk_project)) {
     				$proj = new Project($db);
     				$proj->fetch($object->fk_project);
    -				$morehtmlref.='<a href="'.DOL_URL_ROOT.'/projet/card.php?id=' . $object->fk_project . '" title="' . $langs->trans('ShowProject') . '">';
    -				$morehtmlref.=$proj->ref;
    -				$morehtmlref.='</a>';
    +				$morehtmlref.=$proj->getNomUrl(1);
     			} else {
     				$morehtmlref.='';
     			}
     		}
     	}
     	$morehtmlref.='</div>';
    -	$linkback = '<a href="'.DOL_URL_ROOT.'/compta/bank/various_payment/index.php'.(! empty($socid)?'?socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
    +	$linkback = '<a href="'.DOL_URL_ROOT.'/compta/bank/various_payment/list.php?restore_lastsearch_values=1'.(! empty($socid)?'&socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
     
     	dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlright);
     
    diff --git a/htdocs/compta/bank/various_payment/document.php b/htdocs/compta/bank/various_payment/document.php
    index faa9a8ed199..c255ef19c16 100644
    --- a/htdocs/compta/bank/various_payment/document.php
    +++ b/htdocs/compta/bank/various_payment/document.php
    @@ -27,6 +27,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/bank.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/paymentvarious.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
     
     // Load translation files required by the page
     $langs->loadLangs(array("compta", "banks", "bills", "users", "accountancy"));
    @@ -81,15 +82,15 @@ if ($object->id)
     {
     	$head=various_payment_prepare_head($object);
     
    -	dol_fiche_head($head, 'documents',  $langs->trans("VariousPayment"), 0, 'payment');
    +	dol_fiche_head($head, 'documents',  $langs->trans("VariousPayment"), -1, 'payment');
     
     	$morehtmlref='<div class="refidno">';
     	// Project
     	if (! empty($conf->projet->enabled))
     	{
     		$langs->load("projects");
    -		$morehtmlref.=$langs->trans('Project') . ' ';
    -		if ($user->rights->tax->charges->creer)
    +		$morehtmlref.=$langs->trans('Project') . ' : ';
    +		if ($user->rights->banque->modifier && 0)
     		{
     			if ($action != 'classify')
     				$morehtmlref.='<a href="' . $_SERVER['PHP_SELF'] . '?action=classify&amp;id=' . $object->id . '">' . img_edit($langs->transnoentitiesnoconv('SetProject')) . '</a> : ';
    @@ -108,16 +109,14 @@ if ($object->id)
     			if (! empty($object->fk_project)) {
     				$proj = new Project($db);
     				$proj->fetch($object->fk_project);
    -				$morehtmlref.='<a href="'.DOL_URL_ROOT.'/projet/card.php?id=' . $object->fk_project . '" title="' . $langs->trans('ShowProject') . '">';
    -				$morehtmlref.=$proj->ref;
    -				$morehtmlref.='</a>';
    +				$morehtmlref.=$proj->getNomUrl(1);
     			} else {
     				$morehtmlref.='';
     			}
     		}
     	}
     	$morehtmlref.='</div>';
    -	$linkback = '<a href="'.DOL_URL_ROOT.'/compta/bank/various_payment/index.php'.(! empty($socid)?'?socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
    +	$linkback = '<a href="'.DOL_URL_ROOT.'/compta/bank/various_payment/list.php?restore_lastsearch_values=1'.(! empty($socid)?'&socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
     
     	dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlright);
     
    diff --git a/htdocs/compta/bank/various_payment/info.php b/htdocs/compta/bank/various_payment/info.php
    index c39a6379000..d9f8709b155 100644
    --- a/htdocs/compta/bank/various_payment/info.php
    +++ b/htdocs/compta/bank/various_payment/info.php
    @@ -25,6 +25,7 @@ require '../../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/paymentvarious.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/bank.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
     
     // Load translation files required by the page
     $langs->loadLangs(array("compta", "banks", "bills", "users", "accountancy"));
    @@ -49,9 +50,50 @@ $object->info($id);
     
     $head = various_payment_prepare_head($object);
     
    -dol_fiche_head($head, 'info', $langs->trans("VariousPayment"), 0, 'payment');
    +dol_fiche_head($head, 'info', $langs->trans("VariousPayment"), -1, 'payment');
     
     
    +$morehtmlref='<div class="refidno">';
    +// Project
    +if (! empty($conf->projet->enabled))
    +{
    +	$langs->load("projects");
    +	$morehtmlref.=$langs->trans('Project') . ' : ';
    +	if ($user->rights->banque->modifier && 0)
    +	{
    +		if ($action != 'classify')
    +			$morehtmlref.='<a href="' . $_SERVER['PHP_SELF'] . '?action=classify&amp;id=' . $object->id . '">' . img_edit($langs->transnoentitiesnoconv('SetProject')) . '</a> : ';
    +			if ($action == 'classify') {
    +				//$morehtmlref.=$form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, 'projectid', 0, 0, 1, 1);
    +				$morehtmlref.='<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
    +				$morehtmlref.='<input type="hidden" name="action" value="classin">';
    +				$morehtmlref.='<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    +				$morehtmlref.=$formproject->select_projects(0, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
    +				$morehtmlref.='<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
    +				$morehtmlref.='</form>';
    +			} 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.=$proj->getNomUrl(1);
    +		} else {
    +			$morehtmlref.='';
    +		}
    +	}
    +}
    +$morehtmlref.='</div>';
    +$linkback = '<a href="'.DOL_URL_ROOT.'/compta/bank/various_payment/list.php?restore_lastsearch_values=1'.(! empty($socid)?'&socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
    +
    +dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlright);
    +
    +print '<div class="fichecenter">';
    +print '<div class="underbanner clearboth"></div>';
    +
    +print '<br>';
    +
     print '<table width="100%"><tr><td>';
     dol_print_object_info($object);
     print '</td></tr></table>';
    diff --git a/htdocs/compta/bank/various_payment/index.php b/htdocs/compta/bank/various_payment/list.php
    similarity index 97%
    rename from htdocs/compta/bank/various_payment/index.php
    rename to htdocs/compta/bank/various_payment/list.php
    index 6e4060bbeb1..91608666601 100644
    --- a/htdocs/compta/bank/various_payment/index.php
    +++ b/htdocs/compta/bank/various_payment/list.php
    @@ -1,6 +1,7 @@
     <?php
    -/* Copyright (C) 2017       Alexandre Spangaro  <aspangaro@zendsi.com>
    - * Copyright (C) 2017       Laurent Destailleur <eldy@users.sourceforge.net>
    +/* Copyright (C) 2017       Alexandre Spangaro      <aspangaro@zendsi.com>
    + * Copyright (C) 2017       Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -17,7 +18,7 @@
      */
     
     /**
    - *  \file       htdocs/compta/bank/various_payment/index.php
    + *  \file       htdocs/compta/bank/various_payment/list.php
      *  \ingroup    bank
      *  \brief      List of various payments
      */
    @@ -189,7 +190,7 @@ if ($result)
     	// Date
     	print '<td class="liste_titre center">';
     	print '<div class="nowrap">';
    -	print $form->select_date($search_date, 'date_doc', 0, 0, 1);
    +	print $form->selectDate($search_date, 'date_doc', 0, 0, 1);
     	print '</div>';
     	print '</td>';
     
    diff --git a/htdocs/compta/charges/index.php b/htdocs/compta/charges/index.php
    index 50e5285cb14..e367054fc40 100644
    --- a/htdocs/compta/charges/index.php
    +++ b/htdocs/compta/charges/index.php
    @@ -455,7 +455,7 @@ while($j<$numlt)
     
     
     // Payment Salary
    -if (! empty($conf->salaries->enabled) && $user->rights->salaries->read)
    +if (! empty($conf->salaries->enabled) && ! empty($user->rights->salaries->read))
     {
         if (! $mode || $mode != 'sconly')
         {
    diff --git a/htdocs/compta/compta-files.php b/htdocs/compta/compta-files.php
    new file mode 100644
    index 00000000000..9e00bf10ae0
    --- /dev/null
    +++ b/htdocs/compta/compta-files.php
    @@ -0,0 +1,318 @@
    +<?php
    +/* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2017      Pierre-Henry Favre   <support@atm-consulting.fr>
    + *
    + * 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/>.
    + */
    +/**
    + *  \file       htdocs/compta/compta-files.php
    + *  \ingroup    compta
    + *  \brief      Page to show portoflio and files of a thirdparty and download it
    + */
    +require '../main.inc.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.facture.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/compta/sociales/class/chargesociales.class.php';
    +
    +restrictedArea($user,'banque');
    +
    +$langs->load("companies");
    +if (! empty($conf->facture->enabled)) $langs->load("bills");
    +$date_start =GETPOST('date_start','alpha');
    +$date_startDay= GETPOST('date_startday','int');
    +$date_startMonth= GETPOST('date_startmonth','int');
    +$date_startYear= GETPOST('date_startyear','int');
    +$date_start=($date_startDay)?dol_mktime(0,0,0,$date_startMonth,$date_startDay,$date_startYear):strtotime($date_start);
    +$date_stop =GETPOST('date_stop','alpha');
    +$date_stopDay= GETPOST('date_stopday','int');
    +$date_stopMonth= GETPOST('date_stopmonth','int');
    +$date_stopYear= GETPOST('date_stopyear','int');
    +//FIXME doldate
    +$date_stop=($date_stopDay)?dol_mktime(0,0,0,$date_stopMonth,$date_stopDay,$date_stopYear):strtotime($date_stop);
    +$action =GETPOST('action','alpha');
    +// Security check
    +//if ($user->societe_id) $id=$user->societe_id;
    +//$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('comptafilescard','globalcard'));
    +// Load variable for pagination
    +$limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit;
    +$sortfield = GETPOST('sortfield','alpha');
    +$sortorder = GETPOST('sortorder','alpha');
    +$page = GETPOST('page','int');
    +if (empty($page) || $page == -1) { $page = 0; }     // If $page is not defined, or '' or -1
    +$offset = $limit * $page;
    +$pageprev = $page - 1;
    +$pagenext = $page + 1;
    +if (! $sortfield) $sortfield="f.datef,f.rowid"; // Set here default search field
    +if (! $sortorder) $sortorder="DESC";
    +$arrayfields=array(
    +    'date'=>array('label'=>"Date", 'checked'=>1),
    +    //...
    +);
    +
    +
    +/*
    + * 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');
    +
    +
    +
    +/*
    + * View
    + */
    +
    +$filesarray=array();
    +$result=false;
    +if(($action=="searchfiles"||$action=="dl" ) && $date_start && $date_stop){
    +    $wheretail=" '".$db->idate($date_start)."' AND '".$db->idate($date_stop)."'";
    +    $sql="SELECT rowid as id, facnumber as ref,paye as paid,total_ttc,fk_soc,datef as date, 'Invoice' as item FROM ".MAIN_DB_PREFIX."facture";
    +    $sql.=" WHERE datef between ".$wheretail;
    +    $sql.=" UNION ALL";
    +    $sql.=" SELECT rowid as id,ref, paye as paid, total_ttc, fk_soc,datef as date, 'InvoiceSupplier' as item  FROM ".MAIN_DB_PREFIX."facture_fourn";
    +    $sql.=" WHERE datef between  ".$wheretail;
    +    $sql.=" UNION ALL";
    +    $sql.=" SELECT rowid as id,ref,paid,total_ttc,fk_user_author as fk_soc,date_fin as date,'Expense' as item  FROM ".MAIN_DB_PREFIX."expensereport";
    +    $sql.=" WHERE date_fin between  ".$wheretail;
    +    $sql.=" UNION ALL";
    +    $sql.=" SELECT rowid as id,ref,paid,amount as total_ttc,CONCAT(firstname,' ',lastname) as fk_soc,datedon as date,'Donation' as item  FROM ".MAIN_DB_PREFIX."don";
    +    $sql.=" WHERE datedon between  ".$wheretail;
    +    $sql.=" UNION ALL";
    +    $sql.=" SELECT rowid as id,label as ref,1 as paid,amount as total_ttc,fk_user as fk_soc,datep as date,'Salary' as item  FROM ".MAIN_DB_PREFIX."payment_salary";
    +    $sql.=" WHERE datep between  ".$wheretail;
    +    $sql.=" UNION ALL";
    +    $sql.=" SELECT rowid as id,num_paiement as ref,1 as paid,amount as total_ttc,fk_charge as fk_soc,datep as date,'Charge' as item  FROM ".MAIN_DB_PREFIX."paiementcharge";
    +    $sql.=" WHERE datep between  ".$wheretail;
    +    $resd = $db->query($sql);
    +    $files=array();
    +    $link='';
    +
    +    if ($resd)
    +     {
    +         $numd = $db->num_rows($resd);
    +
    +        $upload_dir ='';
    +         $i=0;
    +         while($i<$numd)
    +         {
    +
    +
    +            $objd = $db->fetch_object($resd);
    +
    +            switch($objd->item){
    +            case "Invoice":
    +                $subdir=dol_sanitizeFileName($objd->ref);
    +                $upload_dir = $conf->facture->dir_output.'/'.$subdir;
    +                $link="../../document.php?modulepart=facture&file=".str_replace('/','%2F',$subdir).'%2F';
    +                break;
    +            case "InvoiceSupplier":
    +                $subdir=get_exdir($objd->id,2,0,0,$objd,'invoice_supplier').dol_sanitizeFileName($objd->ref);
    +                $upload_dir = $conf->fournisseur->facture->dir_output.'/'.$subdir;
    +                $link="../../document.php?modulepart=facture_fournisseur&file=".str_replace('/','%2F',$subdir).'%2F';
    +                break;
    +            case "Expense":
    +                $subdir=dol_sanitizeFileName($objd->ref);
    +                $upload_dir = $conf->expensereport->dir_output.'/'.$subdir;
    +                $link="../../document.php?modulepart=expensereport&file=".str_replace('/','%2F',$subdir).'%2F';
    +                break;
    +            case "Salary":
    +                $subdir=dol_sanitizeFileName($objd->id);
    +                $upload_dir = $conf->salaries->dir_output.'/'.$subdir;
    +                $link="../../document.php?modulepart=salaries&file=".str_replace('/','%2F',$subdir).'%2F';
    +                break;
    +            case "Donation":
    +                $subdir=get_exdir(null,2,0,1,$objd,'donation'). '/'. dol_sanitizeFileName($objd->id);
    +                $upload_dir = $conf->don->dir_output . '/' . $subdir;
    +                $link="../../document.php?modulepart=don&file=".str_replace('/','%2F',$subdir).'%2F';
    +                break;
    +            case "Charge":
    +                $subdir=dol_sanitizeFileName($objd->id);
    +                $upload_dir = $conf->tax->dir_output . '/' . $subdir;
    +                $link="../../document.php?modulepart=tax&file=".str_replace('/','%2F',$subdir).'%2F';
    +                break;
    +            default:
    +                break;
    +            }
    +
    +            if(!empty($upload_dir)){
    +                $result=true;
    +                $files=dol_dir_list($upload_dir,"files",0,'','(\.meta|_preview\.png)$','',SORT_ASC,1);
    +                foreach ($files as $key => $file){
    +                    $file['date']=$db->idate($objd->date);
    +                    $file['paid']=$objd->paid;
    +                    $file['amount']=$objd->total_ttc;
    +                    $file['ref']=$objd->ref;
    +                    $file['fk']=$objd->fk_soc;
    +                    $file['item']=$objd->item;
    +                    $file['link']=$link.$file['name'];
    +                    $out.= '<br><a href="'.$link.$file['name'].'">'.$file['name'].'</a>';
    +                    $filesarray[]=$file;
    +                }
    +                if(count($files)<1){
    +                    $nofile['date']=$db->idate($objd->date);
    +                    $nofile['paid']=$objd->paid;
    +                    $nofile['amount']=$objd->total_ttc;
    +                    $nofile['ref']=$objd->ref;
    +                    $nofile['fk']=$objd->fk_soc;
    +                    $nofile['item']=$objd->item;
    +                     $filesarray[]=$nofile;
    +                }
    +            }
    +          $i++;
    +         }
    +     }
    +     $db->free($resd);
    +
    +}
    +/*
    + * cleanup of old ZIP
    + */
    +//FIXME
    +/*
    +*ZIP creation
    +*/
    +if($result & $action=="dl"){
    +        unset($zip);
    +   $log='date,type,ref,total,paid,filename,item_id'."\n";
    +        $zipname = ($date_start)."-".($date_stop).'_export.zip';
    +        $zip = new ZipArchive;
    +        $res = $zip->open($zipname, ZipArchive::OVERWRITE|ZipArchive::CREATE);
    +        if ($res){
    +          foreach ($filesarray as $key=> $file) {
    +                    if(file_exists($file["fullname"])) $zip->addFile($file["fullname"],$file["name"]);//
    +                    $log.=$file['date'].','.$file['item'].','.$file['ref'].','.$file['amount'].','.$file['paid'].','.$file["name"].','.$file['fk']."\n";
    +           }
    +          $zip->addFromString('log.csv', $log);
    +          $zip->close();
    +        ///Then download the zipped file.
    +          header('Content-Type: application/zip');
    +          header('Content-disposition: attachment; filename='.$zipname);
    +          header('Content-Length: ' . filesize($zipname));
    +          readfile($zipname);
    +                unlink($zipname);
    +          exit();
    +        }
    +}
    +// None
    +/*
    + *      View
    + */
    +$form = new Form($db);
    +$userstatic=new User($db);
    +$title=$langs->trans("ComptaFiles").' - '.$langs->trans("List");
    +//if (! empty($conf->global->MAIN_HTML_TITLE) && preg_match('/thirdpartynameonly/',$conf->global->MAIN_HTML_TITLE) && $object->name) $title=$object->name.' - '.$langs->trans("Symmary");
    +$help_url='EN:Module_Accounting|FR:Module_Compatibilite'; //FIXME
    +llxHeader('',$title,$help_url);
    +print   '<div><form name="searchfiles" action="?action=searchfiles'.$tail.'" method="POST" >'."\n\t\t\t";
    +print    '<a>'.$langs->trans("dateStart").': '.$form->select_date($date_start,'date_start',0,0,0,"",1,1,1)."\n</a>";
    +print    '<a>'.$langs->trans("dateStop").': '.$form->select_date($date_stop,'date_stop',0,0,0,"",1,1,1)."\n</a>";
    +print   '<input class="butAction" type="submit" value="Go" /></form></div>'."\n\t\t";
    +if (!empty($date_start) && !empty($date_stop))echo dol_print_date($date_start)." - ".dol_print_date($date_stop);
    +print '<table class="noborder" width="100%">';
    +print '<tr class="liste_titre">';
    +//if (! empty($arrayfields['f.datef']['checked']))
    +print_liste_field_titre($arrayfields['date']['label'],$_SERVER["PHP_SELF"],"date","",$param,'align="center" class="nowrap"',$sortfield,$sortorder);
    +print '<td>'.$langs->trans("Type").'</td>';
    +print '<td align="right">'.$langs->trans("Ref").'</td>';
    +print '<td>'.$langs->trans("File").'</td>';
    +print '<td>'.$langs->trans("Paid").'</td>';
    +print '<td align="right">'.$langs->trans("Debit").'</td>';
    +print '<td align="right">'.$langs->trans("Credit").'</td>';
    +print '<td align="right">'.$langs->trans("Balance").'</td>';
    +print '</tr>';
    +if ($result)
    +{
    +    $TData = dol_sort_array($filesarray, 'date', 'ASC');
    +        if(empty($TData)) {
    +                        print '<tr class="oddeven"><td colspan="7">'.$langs->trans("NoItem").'</td></tr>';
    +        } else {
    +                        // Sort array by date ASC to calucalte balance
    +
    +                        $totalDebit = 0;
    +                        $totalCredit = 0;
    +                        // Balance calculation
    +                        $balance = 0;
    +                        foreach($TData as &$data1) {
    +                                if($data1['item']!='Invoice'&& $data1['item']!='Donation' ){
    +                                     $data1['amount']=-$data1['amount'];
    +                                }
    +                                if ($data1['amount']>0){
    +                               }else{
    +                               }
    +                               $balance += $data1['amount'];
    +                                $data1['balance'] = $balance;
    +                        }
    +                // Display array
    +                foreach($TData as $data) {
    +                        $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 '<tr class="oddeven '.$html_class.'">';
    +                        print "<td align=\"center\">";
    +                        print dol_print_date($data['date'],'day');
    +                        print "</td>\n";
    +                        print '<td aling="left">'.$data['item'].'</td>';
    +                         print '<td aling="left">'.$data['ref'].'</td>';
    +                        print '<td> <a href='.$data['link'].">".$data['name']."</a></td>\n";
    +                        print '<td aling="left">'.$data['paid'].'</td>';
    +                        print '<td align="right">'.(($data['amount'] > 0) ? price(abs($data['amount'])) : '')."</td>\n";
    +                        $totalDebit += ($data['amount'] > 0) ? abs($data['amount']) : 0;
    +                        print '<td align="right">'.(($data['amount'] > 0) ? '' : price(abs($data['amount'])))."</td>\n";
    +                        $totalCredit += ($data['amount'] > 0) ? 0 : abs($data['amount']);
    +                        // Balance
    +                        print '<td align="right">'.price($data['balance'])."</td>\n";
    +                        print "</tr>\n";
    +                }
    +                print '<tr class="liste_total">';
    +                print '<td colspan="5">&nbsp;</td>';
    +                print '<td align="right">'.price($totalDebit).'</td>';
    +                print '<td align="right">'.price($totalCredit).'</td>';
    +                print '<td align="right">'.price(price2num($totalDebit - $totalCredit, 'MT')).'</td>';
    +                print '<td></td>';
    +                print "</tr>\n";
    +                }
    +
    +        }
    +print "</table>";
    +print   '<form name="dl" action="?action=dl" method="POST" >'."\n\t\t\t";
    +
    +print   '<input type="hidden" name="date_start" value="'.dol_print_date($date_start,'dayxcard').'" />';
    +print   '<input type="hidden" name="date_stop"  value="'.dol_print_date($date_stop, 'dayxcard').'" />';
    +
    +//print   '<input type="hidden" name="date_stopDay"  value="'.dol_print_date($date_stop, '%d').'" />';
    +//print   '<input type="hidden" name="date_stopMonth"  value="'.dol_print_date($date_stop, '%m').'" />';
    +//print   '<input type="hidden" name="date_stopYear"  value="'.dol_print_date($date_stop, '%Y').'" />';
    +
    +//print   '<input type="hidden" name="date_startDay"  value="'.dol_print_date($date_start, '%d').'" />';
    +//print   '<input type="hidden" name="date_startMonth"  value="'.dol_print_date($date_start, '%m').'" />';
    +//print   '<input type="hidden" name="date_startYear"  value="'.dol_print_date($date_start, '%m').'" />';
    +
    +
    +print   '<input class="butAction" type="submit" value="Download" /></form>'."\n\t\t</th>\n\t\t<th>\n\t\t\t";
    +
    +
    +
    +llxFooter();
    +$db->close();
    diff --git a/htdocs/compta/deplacement/card.php b/htdocs/compta/deplacement/card.php
    index 1e8fa358929..861ee6e897f 100644
    --- a/htdocs/compta/deplacement/card.php
    +++ b/htdocs/compta/deplacement/card.php
    @@ -3,7 +3,8 @@
      * Copyright (C) 2004-2012	Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2012	Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2012		Juanjo Menent        <jmenent@2byte.es>
    - * Copyright (C) 2013       Florian Henry		  	<florian.henry@open-concept.pro>
    + * Copyright (C) 2013       Florian Henry           <florian.henry@open-concept.pro>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -20,8 +21,8 @@
      */
     
     /**
    - *  \file       	htdocs/compta/deplacement/card.php
    - *  \brief      	Page to show a trip card
    + *  \file       htdocs/compta/deplacement/card.php
    + *  \brief      Page to show a trip card
      */
     
     require '../../main.inc.php';
    @@ -263,7 +264,7 @@ if ($action == 'create')
     
         print "<tr>";
         print '<td class="fieldrequired">'.$langs->trans("Date").'</td><td>';
    -    print $form->select_date($datec?$datec:-1,'','','','','add',1,1,1);
    +    print $form->selectDate($datec?$datec:-1, '', '', '', '', 'add', 1, 1);
         print '</td></tr>';
     
         // Km
    @@ -360,7 +361,7 @@ else if ($id)
     
                 // Date
                 print '<tr><td class="fieldrequired">'.$langs->trans("Date").'</td><td>';
    -            print $form->select_date($object->date,'',0,0,0,'update',1,0,1);
    +            print $form->selectDate($object->date, '', 0, 0, 0, 'update', 1, 0);
                 print '</td></tr>';
     
                 // Km
    diff --git a/htdocs/compta/deplacement/class/deplacement.class.php b/htdocs/compta/deplacement/class/deplacement.class.php
    index d9172219abe..2476f65b09f 100644
    --- a/htdocs/compta/deplacement/class/deplacement.class.php
    +++ b/htdocs/compta/deplacement/class/deplacement.class.php
    @@ -35,27 +35,48 @@ class Deplacement extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='deplacement';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='deplacement';
    -	
    +
    +	/**
    +	 * @var int    Name of subtable line
    +	 */
     	public $table_element_line = '';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element = '';
    -	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;
    -	var $fk_user_author;
    -	var $fk_user;
    -	var $km;
    -	var $socid;
    -	var $statut;		// 0=draft, 1=validated
    -	var $extraparams=array();
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 0;
     
    -	var $statuts=array();
    -	var $statuts_short=array();
    +	public $datec;         // Creation date
    +	public $dated;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_user_author;
    +
    +	/**
    +	 * @var int User ID
    +	 */
    +	public $fk_user;
    +
    +	public $km;
    +	public $socid;
    +	public $statut;		// 0=draft, 1=validated
    +	public $extraparams=array();
    +
    +	public $statuts=array();
    +	public $statuts_short=array();
     
        /**
     	* Constructor
    @@ -154,7 +175,6 @@ class Deplacement extends CommonObject
     			$this->db->rollback();
     			return -1;
     		}
    -
     	}
     
     	/**
    @@ -301,6 +321,7 @@ class Deplacement extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -310,35 +331,36 @@ class Deplacement extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
     		{
     			return $langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			return $langs->trans($this->statuts_short[$statut]);
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut==0) return img_picto($langs->trans($this->statuts_short[$statut]),'statut0').' '.$langs->trans($this->statuts_short[$statut]);
     			if ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4').' '.$langs->trans($this->statuts_short[$statut]);
     			if ($statut==2) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts_short[$statut]);
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut==0 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut0');
     			if ($statut==1 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4');
     			if ($statut==2 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut==0 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut0').' '.$langs->trans($this->statuts[$statut]);
     			if ($statut==1 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4').' '.$langs->trans($this->statuts[$statut]);
     			if ($statut==2 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut==0 && ! empty($this->statuts_short[$statut])) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut0');
     			if ($statut==1 && ! empty($this->statuts_short[$statut])) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut4');
    @@ -453,6 +475,4 @@ class Deplacement extends CommonObject
     			dol_print_error($this->db);
     		}
     	}
    -
     }
    -
    diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php
    index f2a137f0d8f..4d538bfc68b 100644
    --- a/htdocs/compta/facture/card.php
    +++ b/htdocs/compta/facture/card.php
    @@ -1,19 +1,20 @@
     <?php
    -/* Copyright (C) 2002-2006 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
    - * Copyright (C) 2004      Eric Seigne           <eric.seigne@ryxeo.com>
    - * Copyright (C) 2004-2016 Laurent Destailleur   <eldy@users.sourceforge.net>
    - * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>
    - * Copyright (C) 2005-2015 Regis Houssin         <regis.houssin@capnetworks.com>
    - * Copyright (C) 2006      Andre Cianfarani      <acianfa@free.fr>
    - * Copyright (C) 2010-2015 Juanjo Menent         <jmenent@2byte.es>
    - * Copyright (C) 2012-2013 Christophe Battarel   <christophe.battarel@altairis.fr>
    - * Copyright (C) 2012-2013 Cédric Salvador       <csalvador@gpcsolutions.fr>
    - * Copyright (C) 2012-2014 Raphaël Doursenaud    <rdoursenaud@gpcsolutions.fr>
    - * Copyright (C) 2013      Jean-Francois FERRY   <jfefe@aternatik.fr>
    - * Copyright (C) 2013-2014 Florian Henry         <florian.henry@open-concept.pro>
    - * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
    - * Copyright (C) 2014-2018 Ferran Marcet	 	 <fmarcet@2byte.es>
    - * Copyright (C) 2015-2016 Marcos García         <marcosgdf@gmail.com>
    +/* Copyright (C) 2002-2006  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004       Eric Seigne             <eric.seigne@ryxeo.com>
    + * Copyright (C) 2004-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005       Marc Barilley / Ocebo   <marc@ocebo.com>
    + * Copyright (C) 2005-2015  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2006       Andre Cianfarani        <acianfa@free.fr>
    + * Copyright (C) 2010-2015  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2012-2013  Christophe Battarel     <christophe.battarel@altairis.fr>
    + * Copyright (C) 2012-2013  Cédric Salvador         <csalvador@gpcsolutions.fr>
    + * Copyright (C) 2012-2014  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2013       Jean-Francois FERRY     <jfefe@aternatik.fr>
    + * Copyright (C) 2013-2014  Florian Henry           <florian.henry@open-concept.pro>
    + * Copyright (C) 2013       Cédric Salvador         <csalvador@gpcsolutions.fr>
    + * Copyright (C) 2014-2018  Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2015-2016  Marcos García           <marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -513,7 +514,7 @@ if (empty($reshook))
     		if ($object->type != Facture::TYPE_DEPOSIT && ! empty($conf->global->STOCK_CALCULATE_ON_BILL) && $qualified_for_stock_change)
     		{
     			if (! $idwarehouse || $idwarehouse == - 1) {
    -				$error ++;
    +				$error++;
     				setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("Warehouse")), null, 'errors');
     				$action = '';
     			}
    @@ -573,7 +574,7 @@ if (empty($reshook))
     		if ($object->type != Facture::TYPE_DEPOSIT && ! empty($conf->global->STOCK_CALCULATE_ON_BILL) && $qualified_for_stock_change)
     		{
     			if (! $idwarehouse || $idwarehouse == - 1) {
    -				$error ++;
    +				$error++;
     				setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("Warehouse")), null, 'errors');
     				$action = '';
     			}
    @@ -832,7 +833,7 @@ if (empty($reshook))
     			}
     
     			if (! ($_POST['fac_replacement'] > 0)) {
    -				$error ++;
    +				$error++;
     				setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("ReplaceInvoice")), null, 'errors');
     			}
     
    @@ -878,14 +879,14 @@ if (empty($reshook))
     			$sourceinvoice = GETPOST('fac_avoir');
     			if (! ($sourceinvoice > 0) && empty($conf->global->INVOICE_CREDIT_NOTE_STANDALONE))
     			{
    -				$error ++;
    +				$error++;
     				setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("CorrectInvoice")), null, 'errors');
     			}
     
     			$dateinvoice = dol_mktime(12, 0, 0, $_POST['remonth'], $_POST['reday'], $_POST['reyear']);
     			if (empty($dateinvoice))
     			{
    -				$error ++;
    +				$error++;
     				setEventMessages($langs->trans("ErrorFieldRequired", $langs->trans("Date")), null, 'errors');
     			}
     
    @@ -953,6 +954,8 @@ if (empty($reshook))
     
     							if($facture_source->type == Facture::TYPE_SITUATION)
     							{
    +							    $source_fk_prev_id = $line->fk_prev_id; // temporary storing situation invoice fk_prev_id
    +							    $line->fk_prev_id  = $line->id; // Credit note line need to be linked to the situation invoice it is create from
     
     							    if(!empty($facture_source->tab_previous_situation_invoice))
     							    {
    @@ -976,7 +979,7 @@ if (empty($reshook))
     							        $maxPrevSituationPercent = 0;
     							        foreach($facture_source->tab_previous_situation_invoice[$lineIndex]->lines as $prevLine)
     							        {
    -							            if($prevLine->id == $line->fk_prev_id)
    +							            if($prevLine->id == $source_fk_prev_id)
     							            {
     							                $maxPrevSituationPercent = max($maxPrevSituationPercent,$prevLine->situation_percent);
     
    @@ -1109,7 +1112,7 @@ if (empty($reshook))
     		{
     			if (GETPOST('socid', 'int') < 1)
     			{
    -				$error ++;
    +				$error++;
     				setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Customer")), null, 'errors');
     			}
     
    @@ -1279,7 +1282,7 @@ if (empty($reshook))
     										}
     									} else {
     										setEventMessages($srcobject->error, $srcobject->errors, 'errors');
    -										$error ++;
    +										$error++;
     									}
     								}
     
    @@ -1373,7 +1376,7 @@ if (empty($reshook))
     											$result = $object->insert_discount($discountid); // This include link_to_invoice
     										} else {
     											setEventMessages($discount->error, $discount->errors, 'errors');
    -											$error ++;
    +											$error++;
     											break;
     										}
     									} else {
    @@ -1429,7 +1432,7 @@ if (empty($reshook))
     											$lineid = $result;
     										} else {
     											$lineid = 0;
    -											$error ++;
    +											$error++;
     											break;
     										}
     
    @@ -1441,7 +1444,7 @@ if (empty($reshook))
     								}
     							} else {
     								setEventMessages($srcobject->error, $srcobject->errors, 'errors');
    -								$error ++;
    +								$error++;
     							}
     						}
     
    @@ -1534,6 +1537,7 @@ if (empty($reshook))
     						$line->origin = $object->origin;
     						$line->origin_id = $line->id;
     						$line->fetch_optionals($line->id);
    +						$line->situation_percent =  $line->get_prev_progress($object->id); // get good progress including credit note
     
     						// Si fk_remise_except defini on vérifie si la réduction à déjà été appliquée
     						if ($line->fk_remise_except)
    @@ -1665,37 +1669,46 @@ if (empty($reshook))
     
     		if (empty($idprod) && ($price_ht < 0) && ($qty < 0)) {
     			setEventMessages($langs->trans('ErrorBothFieldCantBeNegative', $langs->transnoentitiesnoconv('UnitPriceHT'), $langs->transnoentitiesnoconv('Qty')), null, 'errors');
    -			$error ++;
    +			$error++;
     		}
     		if (!$prod_entry_mode)
     		{
     			if (GETPOST('type') < 0 && ! GETPOST('search_idprod'))
     			{
     				setEventMessages($langs->trans('ErrorChooseBetweenFreeEntryOrPredefinedProduct'), null, 'errors');
    -				$error ++;
    +				$error++;
     			}
     		}
     		if ($prod_entry_mode == 'free' && empty($idprod) && GETPOST('type') < 0) {
     			setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv('Type')), null, 'errors');
    -			$error ++;
    +			$error++;
     		}
     		if ($prod_entry_mode == 'free' && empty($idprod) && (($price_ht < 0 && empty($conf->global->FACTURE_ENABLE_NEGATIVE_LINES)) || $price_ht == '') && $price_ht_devise == '') 	// Unit price can be 0 but not ''
     		{
    -			setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("UnitPriceHT")), null, 'errors');
    -			$error ++;
    +			if ($price_ht < 0 && empty($conf->global->FACTURE_ENABLE_NEGATIVE_LINES))
    +			{
    +				$langs->load("errors");
    +				setEventMessages($langs->trans("ErrorFieldCantBeNegativeOnInvoice", $langs->transnoentitiesnoconv("UnitPriceHT")), null, 'errors');
    +				$error++;
    +			}
    +			else
    +			{
    +				setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("UnitPriceHT")), null, 'errors');
    +				$error++;
    +			}
     		}
     		if ($qty == '') {
     			setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv('Qty')), null, 'errors');
    -			$error ++;
    +			$error++;
     		}
     		if ($prod_entry_mode == 'free' && empty($idprod) && empty($product_desc)) {
     			setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv('Description')), null, 'errors');
    -			$error ++;
    +			$error++;
     		}
     		if ($qty < 0) {
     			$langs->load("errors");
     			setEventMessages($langs->trans('ErrorQtyForCustomerInvoiceCantBeNegative'), null, 'errors');
    -			$error ++;
    +			$error++;
     		}
     
     		if (!$error && !empty($conf->variants->enabled) && $prod_entry_mode != 'free') {
    @@ -1709,7 +1722,7 @@ if (empty($reshook))
     				else
     				{
     					setEventMessages($langs->trans('ErrorProductCombinationNotFound'), null, 'errors');
    -					$error ++;
    +					$error++;
     				}
     			}
     		}
    @@ -1950,7 +1963,7 @@ if (empty($reshook))
     			if ($tva_npr)
     				$info_bits |= 0x01;
     
    -			if (! empty($price_min) && (price2num($pu_ht) * (1 - price2num($remise_percent) / 100) < price2num($price_min))) {
    +			if (((!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->produit->ignore_price_min_advance)) || empty($conf->global->MAIN_USE_ADVANCED_PERMS) )&& (! empty($price_min) && (price2num($pu_ht) * (1 - price2num($remise_percent) / 100) < price2num($price_min)))) {
     				$mesg = $langs->trans("CantBeLessThanMinPrice", price(price2num($price_min, 'MU'), 0, $langs, 0, 0, - 1, $conf->currency));
     				setEventMessages($mesg, null, 'errors');
     			} else {
    @@ -2022,7 +2035,7 @@ if (empty($reshook))
     		}
     	}
     
    -	elseif ($action == 'updateligne' && $user->rights->facture->creer && ! GETPOST('cancel','alpha'))
    +	elseif ($action == 'updateline' && $user->rights->facture->creer && ! GETPOST('cancel','alpha'))
     	{
     		if (! $object->fetch($id) > 0)	dol_print_error($db);
     		$object->fetch_thirdparty();
    @@ -2113,9 +2126,9 @@ if (empty($reshook))
     			$label = ((GETPOST('update_label') && GETPOST('product_label')) ? GETPOST('product_label') : '');
     
     			// Check price is not lower than minimum (check is done only for standard or replacement invoices)
    -			if (($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT) && $price_min && (price2num($pu_ht) * (1 - price2num(GETPOST('remise_percent')) / 100) < price2num($price_min))) {
    +			if (((!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->produit->ignore_price_min_advance)) || empty($conf->global->MAIN_USE_ADVANCED_PERMS) ) && (($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT) && $price_min && (price2num($pu_ht) * (1 - price2num(GETPOST('remise_percent')) / 100) < price2num($price_min)))) {
     				setEventMessages($langs->trans("CantBeLessThanMinPrice", price(price2num($price_min, 'MU'), 0, $langs, 0, 0, - 1, $conf->currency)), null, 'errors');
    -				$error ++;
    +				$error++;
     			}
     		} else {
     			$type = GETPOST('type');
    @@ -2124,14 +2137,29 @@ if (empty($reshook))
     			// Check parameters
     			if (GETPOST('type') < 0) {
     				setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Type")), null, 'errors');
    -				$error ++;
    +				$error++;
     			}
     		}
     		if ($qty < 0) {
     			$langs->load("errors");
     			setEventMessages($langs->trans('ErrorQtyForCustomerInvoiceCantBeNegative'), null, 'errors');
    -			$error ++;
    +			$error++;
     		}
    +		if (empty($productid) && (($pu_ht < 0 && empty($conf->global->FACTURE_ENABLE_NEGATIVE_LINES)) || $pu_ht == '') && $pu_ht_devise == '') 	// Unit price can be 0 but not ''
    +		{
    +			if ($pu_ht < 0 && empty($conf->global->FACTURE_ENABLE_NEGATIVE_LINES))
    +			{
    +				$langs->load("errors");
    +				setEventMessages($langs->trans("ErrorFieldCantBeNegativeOnInvoice", $langs->transnoentitiesnoconv("UnitPriceHT")), null, 'errors');
    +				$error++;
    +			}
    +			else
    +			{
    +				setEventMessages($langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("UnitPriceHT")), null, 'errors');
    +				$error++;
    +			}
    +		}
    +
     
     		// Update line
     		if (! $error) {
    @@ -2230,7 +2258,7 @@ if (empty($reshook))
     		}
     	}
     
    -	else if ($action == 'updateligne' && $user->rights->facture->creer && $_POST['cancel'] == $langs->trans('Cancel')) {
    +	else if ($action == 'updateline' && $user->rights->facture->creer && $_POST['cancel'] == $langs->trans('Cancel')) {
     		header('Location: ' . $_SERVER["PHP_SELF"] . '?facid=' . $id); // Pour reaffichage de la fiche en cours d'edition
     		exit();
     	}
    @@ -3048,7 +3076,7 @@ if ($action == 'create')
     
     	// Date invoice
     	print '<tr><td class="fieldrequired">' . $langs->trans('DateInvoice') . '</td><td colspan="2">';
    -	print $form->select_date($datefacture?$datefacture:$dateinvoice, '', '', '', '', "add", 1, 1, 1);
    +	print $form->selectDate($datefacture?$datefacture:$dateinvoice, '', '', '', '', "add", 1, 1);
     	print '</td></tr>';
     
     	// Date point of tax
    @@ -3056,7 +3084,7 @@ if ($action == 'create')
     	{
     		print '<tr><td class="fieldrequired">' . $langs->trans('DatePointOfTax') . '</td><td colspan="2">';
     		$date_pointoftax = dol_mktime(12, 0, 0, $_POST['date_pointoftaxmonth'], $_POST['date_pointoftaxday'], $_POST['date_pointoftaxyear']);
    -		print $form->select_date($date_pointoftax?$date_pointoftax:-1, 'date_pointoftax', '', '', '', "add", 1, 1, 1);
    +		print $form->selectDate($date_pointoftax?$date_pointoftax:-1, 'date_pointoftax', '', '', '', "add", 1, 1);
     		print '</td></tr>';
     	}
     
    @@ -3600,13 +3628,11 @@ else if ($id > 0 || ! empty($ref))
     		$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?facid=' . $object->id, $langs->trans('CloneInvoice'), $langs->trans('ConfirmCloneInvoice', $object->ref), 'confirm_clone', $formquestion, 'yes', 1);
     	}
     
    -	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;
    -	}
    +	// Call Hook 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;
    @@ -3621,7 +3647,7 @@ else if ($id > 0 || ! empty($ref))
     	$morehtmlref.=$form->editfieldval("RefCustomer", 'ref_client', $object->ref_client, $object, $user->rights->facture->creer, 'string', '', null, null, '', 1);
     	// Thirdparty
     	$morehtmlref.='<br>'.$langs->trans('ThirdParty') . ' : ' . $object->thirdparty->getNomUrl(1,'customer');
    -	if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/compta/facture/list.php?socid='.$object->thirdparty->id.'">'.$langs->trans("OtherBills").'</a>)';
    +	if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/compta/facture/list.php?socid='.$object->thirdparty->id.'&search_societe='.urlencode($object->thirdparty->name).'">'.$langs->trans("OtherBills").'</a>)';
     	// Project
     	if (! empty($conf->projet->enabled))
     	{
    @@ -3705,7 +3731,7 @@ else if ($id > 0 || ! empty($ref))
     		$discount = new DiscountAbsolute($db);
     		$result = $discount->fetch(0, $object->id);
     		if ($result > 0){
    -			print '. '.$langs->trans("CreditNoteConvertedIntoDiscount", $object->getLibType(), $discount->getNomUrl(1, 'discount')).'<br>';
    +			print '. '.$langs->trans("CreditNoteConvertedIntoDiscount", $object->getLibType(1), $discount->getNomUrl(1, 'discount')).'<br>';
     		}
     	}
     	print '</td></tr>';
    @@ -4440,6 +4466,7 @@ else if ($id > 0 || ! empty($ref))
     
     			print '<tr class="liste_titre nodrag nodrop">';
     
    +			// Adds a line numbering column
     			if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) {
     				print '<td align="center" width="5">&nbsp;</td>';
     			}
    @@ -4463,6 +4490,7 @@ else if ($id > 0 || ! empty($ref))
     			print '<td width="10">&nbsp;</td>';
     			print "</tr>\n";
     
    +			// Adds a line numbering column
     			if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) {
     				print '<td align="center" width="5">&nbsp;</td>';
     			}
    @@ -4486,7 +4514,7 @@ else if ($id > 0 || ! empty($ref))
     
     	print '	<form name="addproduct" id="addproduct" action="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . (($action != 'editline') ? '#addline' : '#line_' . GETPOST('lineid')) . '" method="POST">
     	<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">
    -	<input type="hidden" name="action" value="' . (($action != 'editline') ? 'addline' : 'updateligne') . '">
    +	<input type="hidden" name="action" value="' . (($action != 'editline') ? 'addline' : 'updateline') . '">
     	<input type="hidden" name="mode" value="">
     	<input type="hidden" name="id" value="' . $object->id . '">
     	';
    diff --git a/htdocs/compta/facture/class/api_invoices.class.php b/htdocs/compta/facture/class/api_invoices.class.php
    index ab2903c95b4..5075d9d8cb7 100644
    --- a/htdocs/compta/facture/class/api_invoices.class.php
    +++ b/htdocs/compta/facture/class/api_invoices.class.php
    @@ -1259,5 +1259,4 @@ class Invoices extends DolibarrApi
             }
             return $invoice;
         }
    -
     }
    diff --git a/htdocs/compta/facture/class/facture-rec.class.php b/htdocs/compta/facture/class/facture-rec.class.php
    index 59966827ae5..ad33432484f 100644
    --- a/htdocs/compta/facture/class/facture-rec.class.php
    +++ b/htdocs/compta/facture/class/facture-rec.class.php
    @@ -43,40 +43,55 @@ class FactureRec extends CommonInvoice
     	 * @var string ID to identify managed object
     	 */
     	public $element='facturerec';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='facture_rec';
    -	
    +
    +	/**
    +	 * @var int    Name of subtable line
    +	 */
     	public $table_element_line='facturedet_rec';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element='fk_facture';
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto='bill';
     
    -	var $entity;
    -	var $number;
    -	var $date;
    -	var $amount;
    -	var $remise;
    -	var $tva;
    -	var $total;
    -	var $db_table;
    -	var $propalid;
    +	/**
    +	 * @var int Entity
    +	 */
    +	public $entity;
     
    -	var $date_last_gen;
    -	var $date_when;
    -	var $nb_gen_done;
    -	var $nb_gen_max;
    +	public $number;
    +	public $date;
    +	public $amount;
    +	public $remise;
    +	public $tva;
    +	public $total;
    +	public $db_table;
    +	public $propalid;
     
    -	var $frequency;
    -	var $unit_frequency;
    +	public $date_last_gen;
    +	public $date_when;
    +	public $nb_gen_done;
    +	public $nb_gen_max;
     
    -	var $rang;
    -	var $special_code;
    +	public $frequency;
    +	public $unit_frequency;
     
    -	var $usenewprice=0;
    +	public $rang;
    +	public $special_code;
     
    -	var $suspended;			// status
    +	public $usenewprice=0;
    +
    +	public $suspended;			// status
     
     	const STATUS_NOTSUSPENDED = 0;
     	const STATUS_SUSPENDED = 1;
    @@ -440,13 +455,15 @@ class FactureRec extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Recupere les lignes de factures predefinies dans this->lines
     	 *
    -	 *	@return     int         1 if OK, < 0 if KO
    - 	 */
    +	 *  @return     int         1 if OK, < 0 if KO
    +     */
     	function fetch_lines()
     	{
    +        // phpcs:enable
     		$this->lines=array();
     
     		// Retreive all extrafield for line
    @@ -991,8 +1008,8 @@ class FactureRec extends CommonInvoice
     
     		$error=0;
     
    -		$langs->load("bills");
    -		$langs->load('main');
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","bills"));
     
     		$nb_create=0;
     
    @@ -1181,6 +1198,7 @@ class FactureRec extends CommonInvoice
     		return $this->LibStatut($this->frequency?1:0, $this->suspended, $mode, $alreadypaid, empty($this->type)?0:$this->type);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return label of a status
     	 *
    @@ -1193,6 +1211,7 @@ class FactureRec extends CommonInvoice
     	 */
     	function LibStatut($recur, $status, $mode=0, $alreadypaid=-1, $type=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load('bills');
     
    @@ -1211,7 +1230,7 @@ class FactureRec extends CommonInvoice
     				else return $langs->trans("Draft");
     			}
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			$prefix='Short';
     			if ($recur)
    @@ -1225,7 +1244,7 @@ class FactureRec extends CommonInvoice
     				else return $langs->trans("Draft");
     			}
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($recur)
     			{
    @@ -1238,7 +1257,7 @@ class FactureRec extends CommonInvoice
     				else return img_picto($langs->trans('Draft'),'statut0').' '.$langs->trans('Draft');
     			}
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($recur)
     			{
    @@ -1252,7 +1271,7 @@ class FactureRec extends CommonInvoice
     				else return img_picto($langs->trans('Draft'),'statut0');
     			}
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			$prefix='';
     			if ($recur)
    @@ -1266,7 +1285,7 @@ class FactureRec extends CommonInvoice
     				else return img_picto($langs->trans('Draft'),'statut0').' '.$langs->trans('Draft');
     			}
     		}
    -		if ($mode == 5 || $mode == 6)
    +		elseif ($mode == 5 || $mode == 6)
     		{
     			$prefix='';
     			if ($mode == 5) $prefix='Short';
    @@ -1651,7 +1670,7 @@ class FactureLigneRec extends CommonInvoiceLine
     	 * @var string ID to identify managed object
     	 */
     	public $element='facturedetrec';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -1858,7 +1877,5 @@ class FactureLigneRec extends CommonInvoiceLine
         		$this->db->rollback();
         		return -2;
         	}
    -
         }
    -
     }
    diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php
    index 5e5eca7337f..36863547eb0 100644
    --- a/htdocs/compta/facture/class/facture.class.php
    +++ b/htdocs/compta/facture/class/facture.class.php
    @@ -57,20 +57,33 @@ class Facture extends CommonInvoice
     	 * @var string ID to identify managed object
     	 */
     	public $element='facture';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='facture';
    -	
    +
    +	/**
    +	 * @var int    Name of subtable line
    +	 */
     	public $table_element_line = 'facturedet';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element = 'fk_facture';
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto='bill';
    +
     	/**
     	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
     	 * @var int
     	 */
     	public $ismultientitymanaged = 1;
    +
     	/**
     	 * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
     	 * @var integer
    @@ -85,8 +98,17 @@ class Facture extends CommonInvoice
     	public $socid;
     
     	public $author;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_user_author;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_user_valid;
    +
     	public $date;              // Date invoice
     	public $date_creation;		// Creation date
     	public $date_validation;	// Validation date
    @@ -113,21 +135,34 @@ class Facture extends CommonInvoice
     	public $close_note;
     	//! 1 if invoice paid COMPLETELY, 0 otherwise (do not use it anymore, use statut and close_code)
     	public $paye;
    +	//! key of module source when invoice generated from a dedicated module ('cashdesk', 'takepos', ...)
    +	public $module_source;
    +	//! key of pos source ('0', '1', ...)
    +	public $pos_source;
    +	//! id of template invoice when generated from a template invoice
    +	public $fk_fac_rec_source;
     	//! id of source invoice if replacement invoice or credit note
     	public $fk_facture_source;
     	public $linked_objects=array();
     	public $date_lim_reglement;
     	public $cond_reglement_code;		// Code in llx_c_paiement
     	public $mode_reglement_code;		// Code in llx_c_paiement
    -	public $fk_bank;					// Field to store bank id to use when payment mode is withdraw
    +
    +	/**
    +     * @var int ID Field to store bank id to use when payment mode is withdraw
    +     */
    +	public $fk_bank;
    +
     	/**
     	 * @deprecated
     	 */
     	public $products=array();
    +
     	/**
     	 * @var FactureLigne[]
     	 */
     	public $lines=array();
    +
     	public $line;
     	public $extraparams=array();
     	public $specimen;
    @@ -135,7 +170,11 @@ class Facture extends CommonInvoice
     	public $fac_rec;
     
     	// Multicurrency
    +	/**
    +     * @var int ID
    +     */
     	public $fk_multicurrency;
    +
     	public $multicurrency_code;
     	public $multicurrency_tx;
     	public $multicurrency_total_ht;
    @@ -200,7 +239,7 @@ class Facture extends CommonInvoice
     	const TYPE_SITUATION = 5;
     
     	/**
    -	 * Draft
    +	 * Draft status
     	 */
     	const STATUS_DRAFT = 0;
     
    @@ -427,7 +466,7 @@ class Facture extends CommonInvoice
     		$sql.= ", note_public";
     		$sql.= ", ref_client, ref_int";
             $sql.= ", fk_account";
    -		$sql.= ", fk_fac_rec_source, fk_facture_source, fk_user_author, fk_projet";
    +		$sql.= ", module_source, pos_source, fk_fac_rec_source, fk_facture_source, fk_user_author, fk_projet";
     		$sql.= ", fk_cond_reglement, fk_mode_reglement, date_lim_reglement, model_pdf";
     		$sql.= ", situation_cycle_ref, situation_counter, situation_final";
     		$sql.= ", fk_incoterms, location_incoterms";
    @@ -451,6 +490,8 @@ class Facture extends CommonInvoice
     		$sql.= ", ".($this->ref_client?"'".$this->db->escape($this->ref_client)."'":"null");
     		$sql.= ", ".($this->ref_int?"'".$this->db->escape($this->ref_int)."'":"null");
     		$sql.= ", ".($this->fk_account>0?$this->fk_account:'NULL');
    +		$sql.= ", ".($this->module_source ? "'".$this->db->escape($this->module_source)."'" : "null");
    +		$sql.= ", ".($this->pos_source != '' ? "'".$this->db->escape($this->pos_source)."'" : "null");
     		$sql.= ", ".($this->fk_fac_rec_source?"'".$this->db->escape($this->fk_fac_rec_source)."'":"null");
     		$sql.= ", ".($this->fk_facture_source?"'".$this->db->escape($this->fk_facture_source)."'":"null");
     		$sql.= ", ".($user->id > 0 ? "'".$user->id."'":"null");
    @@ -1178,6 +1219,8 @@ class Facture extends CommonInvoice
     			if ($add_save_lastsearch_values) $url.='&save_lastsearch_values=1';
     		}
     
    +		if ($short) return $url;
    +
     		$picto='bill';
     		if ($this->type == self::TYPE_REPLACEMENT) $picto.='r';	// Replacement invoice
     		if ($this->type == self::TYPE_CREDIT_NOTE) $picto.='a';	// Credit note
    @@ -1186,6 +1229,10 @@ class Facture extends CommonInvoice
     
             if ($user->rights->facture->lire) {
                 $label = '<u>' . $langs->trans("ShowInvoice") . '</u>';
    +            if ($this->type == self::TYPE_REPLACEMENT) $label='<u>' . $langs->transnoentitiesnoconv("ShowInvoiceReplace") . '</u>';
    +            if ($this->type == self::TYPE_CREDIT_NOTE) $label='<u>' . $langs->transnoentitiesnoconv("ShowInvoiceAvoir") . '</u>';
    +            if ($this->type == self::TYPE_DEPOSIT)     $label='<u>' . $langs->transnoentitiesnoconv("ShowInvoiceDeposit") . '</u>';
    +            if ($this->type == self::TYPE_SITUATION)   $label='<u>' . $langs->transnoentitiesnoconv("ShowInvoiceSituation") . '</u>';
                 if (! empty($this->ref))
                     $label .= '<br><b>'.$langs->trans('Ref') . ':</b> ' . $this->ref;
                 if (! empty($this->ref_client))
    @@ -1194,16 +1241,12 @@ class Facture extends CommonInvoice
                     $label.= '<br><b>' . $langs->trans('AmountHT') . ':</b> ' . price($this->total_ht, 0, $langs, 0, -1, -1, $conf->currency);
                 if (! empty($this->total_tva))
                     $label.= '<br><b>' . $langs->trans('VAT') . ':</b> ' . price($this->total_tva, 0, $langs, 0, -1, -1, $conf->currency);
    -            if (! empty($this->total_localtax1))
    +            if (! empty($this->total_localtax1) && $this->total_localtax1 != 0)		// We keep test != 0 because $this->total_localtax1 can be '0.00000000'
                     $label.= '<br><b>' . $langs->trans('LT1') . ':</b> ' . price($this->total_localtax1, 0, $langs, 0, -1, -1, $conf->currency);
    -            if (! empty($this->total_localtax2))
    +            if (! empty($this->total_localtax2) && $this->total_localtax2 != 0)
                     $label.= '<br><b>' . $langs->trans('LT2') . ':</b> ' . price($this->total_localtax2, 0, $langs, 0, -1, -1, $conf->currency);
                 if (! empty($this->total_ttc))
                     $label.= '<br><b>' . $langs->trans('AmountTTC') . ':</b> ' . price($this->total_ttc, 0, $langs, 0, -1, -1, $conf->currency);
    -    		if ($this->type == self::TYPE_REPLACEMENT) $label=$langs->transnoentitiesnoconv("ShowInvoiceReplace").': '.$this->ref;
    -    		if ($this->type == self::TYPE_CREDIT_NOTE) $label=$langs->transnoentitiesnoconv("ShowInvoiceAvoir").': '.$this->ref;
    -    		if ($this->type == self::TYPE_DEPOSIT) $label=$langs->transnoentitiesnoconv("ShowInvoiceDeposit").': '.$this->ref;
    -    		if ($this->type == self::TYPE_SITUATION) $label=$langs->transnoentitiesnoconv("ShowInvoiceSituation").': '.$this->ref;
         		if ($moretitle) $label.=' - '.$moretitle;
             }
     
    @@ -1235,12 +1278,14 @@ class Facture extends CommonInvoice
     
     		if ($addlinktonotes)
     		{
    -		    $txttoshow=($user->societe_id>0?$this->note_public:$this->note_private);
    +		    $txttoshow=($user->socid > 0 ? $this->note_public : $this->note_private);
     		    if ($txttoshow)
     		    {
                     $notetoshow=$langs->trans("ViewPrivateNote").':<br>'.dol_string_nohtmltag($txttoshow,1);
         		    $result.=' <span class="note inline-block">';
    -    		    $result.='<a href="'.DOL_URL_ROOT.'/compta/facture/note.php?id='.$this->id.'" class="classfortooltip" title="'.dol_escape_htmltag($notetoshow).'">'.img_picto('','object_generic').'</a>';
    +    		    $result.='<a href="'.DOL_URL_ROOT.'/compta/facture/note.php?id='.$this->id.'" class="classfortooltip" title="'.dol_escape_htmltag($notetoshow).'">';
    +    		    $result.=img_picto('','note');
    +    		    $result.='</a>';
         		    //$result.=img_picto($langs->trans("ViewNote"),'object_generic');
         		    //$result.='</a>';
         		    $result.='</span>';
    @@ -1393,7 +1438,7 @@ class Facture extends CommonInvoice
     			}
     			else
     			{
    -				$this->error='Bill with id='.$rowid.' or ref='.$ref.' or ref_ext='.$ref_ext.' not found';
    +				$this->error='Invoice with id='.$rowid.' or ref='.$ref.' or ref_ext='.$ref_ext.' not found';
     				dol_syslog(get_class($this)."::fetch Error ".$this->error, LOG_ERR);
     				return 0;
     			}
    @@ -1406,6 +1451,7 @@ class Facture extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Load all detailed lines into this->lines
     	 *
    @@ -1413,6 +1459,7 @@ class Facture extends CommonInvoice
     	 */
     	function fetch_lines()
     	{
    +        // phpcs:enable
     		$this->lines=array();
     
     		$sql = 'SELECT l.rowid, l.fk_facture, l.fk_product, l.fk_parent_line, l.label as custom_label, l.description, l.product_type, l.price, l.qty, l.vat_src_code, l.tva_tx,';
    @@ -1499,7 +1546,7 @@ class Facture extends CommonInvoice
     				$line->multicurrency_total_tva 	= $objp->multicurrency_total_tva;
     				$line->multicurrency_total_ttc 	= $objp->multicurrency_total_ttc;
     
    -				// TODO Fetch optional like done in fetch line of facture_rec ?
    +                                $line->fetch_optionals();
     
     				$this->lines[$i] = $line;
     
    @@ -1551,7 +1598,6 @@ class Facture extends CommonInvoice
     				}
     			}
     		}
    -
     	}
     
     	/**
    @@ -1666,6 +1712,7 @@ class Facture extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Add a discount line into an invoice (as an invoice line) using an existing absolute discount (Consume the discount)
     	 *
    @@ -1674,6 +1721,7 @@ class Facture extends CommonInvoice
     	 */
     	function insert_discount($idremise)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
    @@ -1766,6 +1814,7 @@ class Facture extends CommonInvoice
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set customer ref
     	 *
    @@ -1775,6 +1824,7 @@ class Facture extends CommonInvoice
     	 */
     	function set_ref_client($ref_client, $notrigger=0)
     	{
    +        // phpcs:enable
     	    global $user;
     
     		$error=0;
    @@ -1959,7 +2009,8 @@ class Facture extends CommonInvoice
     
     							if (! dol_delete_file($file,0,0,0,$this)) // For triggers
     							{
    -								$this->error=$langs->trans("ErrorCanNotDeleteFile",$file);
    +								$langs->load("errors");
    +								$this->error=$langs->trans("ErrorFailToDeleteFile",$file);
     								$this->db->rollback();
     								return 0;
     							}
    @@ -1968,7 +2019,8 @@ class Facture extends CommonInvoice
     						{
     							if (! dol_delete_dir_recursive($dir)) // For remove dir and meta
     							{
    -								$this->error=$langs->trans("ErrorCanNotDeleteDir",$dir);
    +								$langs->load("errors");
    +								$this->error=$langs->trans("ErrorFailToDeleteDir",$dir);
     								$this->db->rollback();
     								return 0;
     							}
    @@ -1999,6 +2051,7 @@ class Facture extends CommonInvoice
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Tag la facture comme paye completement (si close_code non renseigne) => this->fk_statut=2, this->paye=1
     	 *  ou partiellement (si close_code renseigne) + appel trigger BILL_PAYED => this->fk_statut=2, this->paye stay 0
    @@ -2010,6 +2063,7 @@ class Facture extends CommonInvoice
     	 */
     	function set_paid($user, $close_code='', $close_note='')
     	{
    +        // phpcs:enable
     		$error=0;
     
     		if ($this->paye != 1)
    @@ -2057,6 +2111,7 @@ class Facture extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Tag la facture comme non payee completement + appel trigger BILL_UNPAYED
     	 *	Fonction utilisee quand un paiement prelevement est refuse,
    @@ -2067,6 +2122,7 @@ class Facture extends CommonInvoice
     	 */
     	function set_unpaid($user)
     	{
    +        // phpcs:enable
     		$error=0;
     
     		$this->db->begin();
    @@ -2104,6 +2160,7 @@ class Facture extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Tag invoice as canceled, with no payment on it (example for replacement invoice or payment never received) + call trigger BILL_CANCEL
     	 *	Warning, if option to decrease stock on invoice was set, this function does not change stock (it might be a cancel because
    @@ -2116,6 +2173,7 @@ class Facture extends CommonInvoice
     	 */
     	function set_canceled($user, $close_code='', $close_note='')
     	{
    +        // phpcs:enable
     
     		dol_syslog(get_class($this)."::set_canceled rowid=".$this->id, LOG_DEBUG);
     
    @@ -2467,6 +2525,7 @@ class Facture extends CommonInvoice
     		return true;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set draft status
     	 *
    @@ -2476,6 +2535,7 @@ class Facture extends CommonInvoice
     	 */
     	function set_draft($user,$idwarehouse=-1)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$error=0;
    @@ -3032,6 +3092,7 @@ class Facture extends CommonInvoice
     		else return $situation_percent < $obj->situation_percent;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Update invoice line with percentage
     	 *
    @@ -3041,6 +3102,7 @@ class Facture extends CommonInvoice
     	 */
     	function update_percent($line, $percent)
     	{
    +        // phpcs:enable
     	    global $mysoc,$user;
     
     		include_once DOL_DOCUMENT_ROOT . '/core/lib/price.lib.php';
    @@ -3128,6 +3190,7 @@ class Facture extends CommonInvoice
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set percent discount
     	 *
    @@ -3138,6 +3201,7 @@ class Facture extends CommonInvoice
     	 */
     	function set_remise($user, $remise, $notrigger=0)
     	{
    +        // phpcs:enable
     		// Clean parameters
     		if (empty($remise)) $remise=0;
     
    @@ -3192,6 +3256,7 @@ class Facture extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set absolute discount
     	 *
    @@ -3202,6 +3267,7 @@ class Facture extends CommonInvoice
     	 */
     	function set_remise_absolue($user, $remise, $notrigger=0)
     	{
    +        // phpcs:enable
     		if (empty($remise)) $remise=0;
     
     		if ($user->rights->facture->creer)
    @@ -3392,6 +3458,7 @@ class Facture extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of invoices (eventually filtered on a user) into an array
     	 *
    @@ -3407,6 +3474,7 @@ class Facture extends CommonInvoice
     	 */
     	function liste_array($shortlist=0, $draft=0, $excluser='', $socid=0, $limit=0, $offset=0, $sortfield='f.datef,f.rowid', $sortorder='DESC')
     	{
    +        // phpcs:enable
     		global $conf,$user;
     
     		$ga = array();
    @@ -3466,6 +3534,7 @@ class Facture extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of invoices qualified to be replaced by another invoice.
     	 *	Invoices matching the following rules are returned:
    @@ -3476,6 +3545,7 @@ class Facture extends CommonInvoice
     	 */
     	function list_replacable_invoices($socid=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$return = array();
    @@ -3514,6 +3584,7 @@ class Facture extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of invoices qualified to be corrected by a credit note.
     	 *	Invoices matching the following rules are returned:
    @@ -3524,6 +3595,7 @@ class Facture extends CommonInvoice
     	 */
     	function list_qualified_avoir_invoices($socid=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$return = array();
    @@ -3587,6 +3659,7 @@ class Facture extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Create a withdrawal request for a standing order.
     	 *  Use the remain to pay excluding all existing open direct debit requests.
    @@ -3597,6 +3670,7 @@ class Facture extends CommonInvoice
     	 */
     	function demande_prelevement($fuser, $amount=0)
     	{
    +        // phpcs:enable
     
     		$error=0;
     
    @@ -3697,6 +3771,7 @@ class Facture extends CommonInvoice
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Supprime une demande de prelevement
     	 *
    @@ -3706,6 +3781,7 @@ class Facture extends CommonInvoice
     	 */
     	function demande_prelevement_delete($fuser, $did)
     	{
    +        // phpcs:enable
     		$sql = 'DELETE FROM '.MAIN_DB_PREFIX.'prelevement_facture_demande';
     		$sql .= ' WHERE rowid = '.$did;
     		$sql .= ' AND traite = 0';
    @@ -3722,6 +3798,7 @@ class Facture extends CommonInvoice
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Load indicators for dashboard (this->nbtodo and this->nbtodolate)
     	 *
    @@ -3730,6 +3807,7 @@ class Facture extends CommonInvoice
     	 */
     	function load_board($user)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		$clause = " WHERE";
    @@ -3756,7 +3834,7 @@ class Facture extends CommonInvoice
     			$response = new WorkboardResponse();
     			$response->warning_delay=$conf->facture->client->warning_delay/60/60/24;
     			$response->label=$langs->trans("CustomerBillsUnpaid");
    -			$response->url=DOL_URL_ROOT.'/compta/facture/list.php?search_status=1&mainmenu=accountancy&leftmenu=customers_bills';
    +			$response->url=DOL_URL_ROOT.'/compta/facture/list.php?search_status=1&mainmenu=billing&leftmenu=customers_bills';
     			$response->img=img_object('',"bill");
     
     			$generic_facture = new Facture($this->db);
    @@ -3967,6 +4045,7 @@ class Facture extends CommonInvoice
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Load indicators for dashboard (this->nbtodo and this->nbtodolate)
     	 *
    @@ -3974,6 +4053,7 @@ class Facture extends CommonInvoice
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $conf, $user;
     
     		$this->nb=array();
    @@ -4080,6 +4160,7 @@ class Facture extends CommonInvoice
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Checks if the invoice is the first of a cycle
     	 *
    @@ -4087,9 +4168,11 @@ class Facture extends CommonInvoice
     	 */
     	function is_first()
     	{
    +        // phpcs:enable
     		return ($this->situation_counter == 1);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Returns an array containing the previous situations as Facture objects
     	 *
    @@ -4097,6 +4180,7 @@ class Facture extends CommonInvoice
     	 */
     	function get_prev_sits()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$sql = 'SELECT rowid FROM ' . MAIN_DB_PREFIX . 'facture';
    @@ -4169,6 +4253,7 @@ class Facture extends CommonInvoice
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Checks if the invoice is the last in its cycle
     	 *
    @@ -4177,6 +4262,7 @@ class Facture extends CommonInvoice
     	 */
     	function is_last_in_cycle()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if (!empty($this->situation_cycle_ref)) {
    @@ -4243,48 +4329,48 @@ class FactureLigne extends CommonInvoiceLine
     	 * @var string ID to identify managed object
     	 */
     	public $element='facturedet';
    -    
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='facturedet';
     
    -	var $oldline;
    +	public $oldline;
     
     	//! From llx_facturedet
     	//! Id facture
    -	var $fk_facture;
    +	public $fk_facture;
     	//! Id parent line
    -	var $fk_parent_line;
    +	public $fk_parent_line;
     	/**
     	 * @deprecated
     	 */
    -	var $label;
    +	public $label;
     	//! Description ligne
    -	var $desc;
    +	public $desc;
     
    -	var $localtax1_type;	// Local tax 1 type
    -	var $localtax2_type;	// Local tax 2 type
    -	var $fk_remise_except;	// Link to line into llx_remise_except
    -	var $rang = 0;
    +	public $localtax1_type;	// Local tax 1 type
    +	public $localtax2_type;	// Local tax 2 type
    +	public $fk_remise_except;	// Link to line into llx_remise_except
    +	public $rang = 0;
     
    -	var $fk_fournprice;
    -	var $pa_ht;
    -	var $marge_tx;
    -	var $marque_tx;
    +	public $fk_fournprice;
    +	public $pa_ht;
    +	public $marge_tx;
    +	public $marque_tx;
     
    -	var $special_code;	// Liste d'options non cumulabels:
    +	public $special_code;	// Liste d'options non cumulabels:
     	// 1: frais de port
     	// 2: ecotaxe
     	// 3: ??
     
    -	var $origin;
    -	var $origin_id;
    +	public $origin;
    +	public $origin_id;
     
    -	var $fk_code_ventilation = 0;
    +	public $fk_code_ventilation = 0;
     
    -	var $date_start;
    -	var $date_end;
    +	public $date_start;
    +	public $date_end;
     
     	// Ne plus utiliser
     	//var $price;         	// P.U. HT apres remise % de ligne (exemple 80)
    @@ -4295,17 +4381,17 @@ class FactureLigne extends CommonInvoiceLine
     	 * @deprecated
     	 * @see product_ref
     	 */
    -	var $ref;				// Product ref (deprecated)
    -	var $product_ref;       // Product ref
    +	public $ref;				// Product ref (deprecated)
    +	public $product_ref;       // Product ref
     	/**
     	 * @deprecated
     	 * @see product_label
     	 */
    -	var $libelle;      		// Product label (deprecated)
    -	var $product_label;     // Product label
    -	var $product_desc;  	// Description produit
    +	public $libelle;      		// Product label (deprecated)
    +	public $product_label;     // Product label
    +	public $product_desc;  	// Description produit
     
    -	var $skip_update_total; // Skip update price total for special lines
    +	public $skip_update_total; // Skip update price total for special lines
     
     	/**
     	 * @var int Situation advance percentage
    @@ -4318,12 +4404,12 @@ class FactureLigne extends CommonInvoiceLine
     	public $fk_prev_id;
     
     	// Multicurrency
    -	var $fk_multicurrency;
    -	var $multicurrency_code;
    -	var $multicurrency_subprice;
    -	var $multicurrency_total_ht;
    -	var $multicurrency_total_tva;
    -	var $multicurrency_total_ttc;
    +	public $fk_multicurrency;
    +	public $multicurrency_code;
    +	public $multicurrency_subprice;
    +	public $multicurrency_total_ht;
    +	public $multicurrency_total_tva;
    +	public $multicurrency_total_ttc;
     
     	/**
     	 *	Load invoice line from database
    @@ -4806,14 +4892,16 @@ class FactureLigne extends CommonInvoiceLine
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *  Mise a jour en base des champs total_xxx de ligne de facture
    -	 *  TODO What is goal of this method ?
    +     *	Update DB line fields total_xxx
    +	 *	Used by migration
     	 *
     	 *	@return		int		<0 if KO, >0 if OK
     	 */
     	function update_total()
     	{
    +        // phpcs:enable
     		$this->db->begin();
     		dol_syslog(get_class($this)."::update_total", LOG_DEBUG);
     
    @@ -4846,15 +4934,18 @@ class FactureLigne extends CommonInvoiceLine
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Returns situation_percent of the previous line.
     	 * Warning: If invoice is a replacement invoice, this->fk_prev_id is id of the replaced line.
     	 *
     	 * @param  int     $invoiceid      Invoice id
    +	 * @param  bool    $include_credit_note		Include credit note or not
     	 * @return int                     >= 0
     	 */
    -	function get_prev_progress($invoiceid)
    +	function get_prev_progress($invoiceid, $include_credit_note=true)
     	{
    +        // phpcs:enable
     		if (is_null($this->fk_prev_id) || empty($this->fk_prev_id) || $this->fk_prev_id == "") {
     			return 0;
     		} else {
    @@ -4867,7 +4958,26 @@ class FactureLigne extends CommonInvoiceLine
     			$resql = $this->db->query($sql);
     			if ($resql && $resql->num_rows > 0) {
     				$res = $this->db->fetch_array($resql);
    -				return floatval($res['situation_percent']);
    +
    +				$returnPercent = floatval($res['situation_percent']);
    +
    +				if($include_credit_note) {
    +
    +				    $sql = 'SELECT fd.situation_percent FROM ' . MAIN_DB_PREFIX . 'facturedet fd';
    +				    $sql.= ' JOIN ' . MAIN_DB_PREFIX . 'facture f ON (f.rowid = fd.fk_facture) ';
    +				    $sql.= ' WHERE fd.fk_prev_id =' . $this->fk_prev_id;
    +				    $sql.= ' AND f.situation_cycle_ref = '.$tmpinvoice->situation_cycle_ref; // Prevent cycle outed
    +				    $sql.= ' AND f.type = '.Facture::TYPE_CREDIT_NOTE;
    +
    +				    $res = $this->db->query($sql);
    +				    if($res) {
    +				        while($obj = $this->db->fetch_object($res)) {
    +				            $returnPercent = $returnPercent + floatval($obj->situation_percent);
    +				        }
    +				    }
    +				}
    +
    +				return $returnPercent;
     			} else {
     				$this->error = $this->db->error();
     				dol_syslog(get_class($this) . "::select Error " . $this->error, LOG_ERR);
    diff --git a/htdocs/compta/facture/class/facturestats.class.php b/htdocs/compta/facture/class/facturestats.class.php
    index e8d8d30e1b5..1201c429a2a 100644
    --- a/htdocs/compta/facture/class/facturestats.class.php
    +++ b/htdocs/compta/facture/class/facturestats.class.php
    @@ -88,8 +88,8 @@ class FactureStats extends Stats
     			$this->where.=" AND f.fk_soc = ".$this->socid;
     		}
             if ($this->userid > 0) $this->where.=' AND f.fk_user_author = '.$this->userid;
    -		if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $this->where.= " AND f.type IN (0,1,2)";
    -		else $this->where.= " AND f.type IN (0,1,2,3)";
    +		if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $this->where.= " AND f.type IN (0,1,2,5)";
    +		else $this->where.= " AND f.type IN (0,1,2,3,5)";
     	}
     
     
    @@ -224,7 +224,5 @@ class FactureStats extends Stats
     
     		return $this->_getAllByProduct($sql);
     	}
    -
    -
     }
     
    diff --git a/htdocs/compta/facture/class/paymentterm.class.php b/htdocs/compta/facture/class/paymentterm.class.php
    index 18a43d6d68d..31e362445f0 100644
    --- a/htdocs/compta/facture/class/paymentterm.class.php
    +++ b/htdocs/compta/facture/class/paymentterm.class.php
    @@ -32,7 +32,7 @@ class PaymentTerm // extends CommonObject
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -42,24 +42,24 @@ class PaymentTerm // extends CommonObject
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
     	//public  $element='c_payment_term';			//!< Id that identify managed objects
     	//public  $table_element='c_payment_term';	//!< Name of table without prefix where object is stored
    -	var $context =array();
    +	public $context =array();
     
         /**
     	 * @var int ID
     	 */
     	public $id;
     
    -	var $code;
    -	var $sortorder;
    -	var $active;
    -	var $libelle;
    -	var $libelle_facture;
    -	var $type_cdr;
    -	var $nbjour;
    -	var $decalage;
    +	public $code;
    +	public $sortorder;
    +	public $active;
    +	public $libelle;
    +	public $libelle_facture;
    +	public $type_cdr;
    +	public $nbjour;
    +	public $decalage;
     
     
     
    @@ -135,18 +135,17 @@ class PaymentTerm // extends CommonObject
             {
                 $this->id = $this->db->last_insert_id(MAIN_DB_PREFIX."c_payment_term");
     
    -			if (! $notrigger)
    -			{
    -	            // Uncomment this and change MYOBJECT to your own tag if you
    -	            // want this action call a trigger.
    +	        // Uncomment this and change MYOBJECT to your own tag if you
    +	        // want this action call a trigger.
    +			//if (! $notrigger) {
     
    -	            //// Call triggers
    -	            //include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    -	            //$interface=new Interfaces($this->db);
    -	            //$result=$interface->run_triggers('MYOBJECT_CREATE',$this,$user,$langs,$conf);
    -	            //if ($result < 0) { $error++; $this->errors=$interface->errors; }
    -	            //// End call triggers
    -			}
    +	        //    // Call triggers
    +	        //    include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    +	        //    $interface=new Interfaces($this->db);
    +	        //    $result=$interface->run_triggers('MYOBJECT_CREATE',$this,$user,$langs,$conf);
    +	        //    if ($result < 0) { $error++; $this->errors=$interface->errors; }
    +	        //    // End call triggers
    +			//}
             }
     
             // Commit or rollback
    @@ -311,21 +310,16 @@ class PaymentTerm // extends CommonObject
     		$resql = $this->db->query($sql);
     		if (! $resql) { $error++; $this->errors[]="Error ".$this->db->lasterror(); }
     
    -		if (! $error)
    -		{
    -			if (! $notrigger)
    -			{
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action call a trigger.
    -
    +		// Uncomment this and change MYOBJECT to your own tag if you
    +		// want this action call a trigger.
    +		//if (! $error && ! $notrigger) {
     				// Call triggers
     				//include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
     				//$interface=new Interfaces($this->db);
     				//$result=$interface->run_triggers('MYOBJECT_MODIFY',$this,$user,$langs,$conf);
     				//if ($result < 0) { $error++; $this->errors=$interface->errors; }
     				// End call triggers
    -			}
    -		}
    +		//}
     
     		// Commit or rollback
     		if ($error)
    @@ -367,21 +361,16 @@ class PaymentTerm // extends CommonObject
     		$resql = $this->db->query($sql);
         	if (! $resql) { $error++; $this->errors[]="Error ".$this->db->lasterror(); }
     
    -		if (! $error)
    -		{
    -			if (! $notrigger)
    -			{
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -		        // want this action call a trigger.
    -
    +		// Uncomment this and change MYOBJECT to your own tag if you
    +		// want this action call a trigger.
    +		//if (! $error && ! $notrigger) {
     		        //// Call triggers
     		        //include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
     		        //$interface=new Interfaces($this->db);
     		        //$result=$interface->run_triggers('MYOBJECT_DELETE',$this,$user,$langs,$conf);
     		        //if ($result < 0) { $error++; $this->errors=$interface->errors; }
     		        //// End call triggers
    -			}
    -		}
    +		//}
     
             // Commit or rollback
     		if ($error)
    @@ -439,12 +428,9 @@ class PaymentTerm // extends CommonObject
     			$error++;
     		}
     
    -		if (! $error)
    -		{
    -
    -
    -
    -		}
    +		//if (! $error)
    +		//{
    +		//}
     
     		unset($this->context['createfromclone']);
     
    @@ -482,5 +468,4 @@ class PaymentTerm // extends CommonObject
     		$this->nbjour='';
     		$this->decalage='';
     	}
    -
     }
    diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php
    index 00dd78ca1bd..a8eadd76a93 100644
    --- a/htdocs/compta/facture/fiche-rec.php
    +++ b/htdocs/compta/facture/fiche-rec.php
    @@ -1,14 +1,14 @@
     <?php
    -/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2013      Florian Henry	    <florian.henry@open-concept.pro>
    - * Copyright (C) 2013      Juanjo Menent	    <jmenent@2byte.es>
    - * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
    - * Copyright (C) 2012      Cedric Salvador      <csalvador@gpcsolutions.fr>
    - * Copyright (C) 2015      Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
    - * Copyright (C) 2016      Meziane Sof		<virtualsof@yahoo.fr>
    - * Copyright (C) 2017       Frédéric France         <frederic.france@netlogic.fr>
    +/* Copyright (C) 2002-2003  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2013       Florian Henry           <florian.henry@open-concept.pro>
    + * Copyright (C) 2013       Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2015       Jean-François Ferry     <jfefe@aternatik.fr>
    + * Copyright (C) 2012       Cedric Salvador         <csalvador@gpcsolutions.fr>
    + * Copyright (C) 2015       Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2016       Meziane Sof             <virtualsof@yahoo.fr>
    + * Copyright (C) 2017-2018  Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -664,7 +664,7 @@ if (empty($reshook))
     		if ($tva_npr)
     			$info_bits |= 0x01;
     
    -		if (! empty($price_min) && (price2num($pu_ht) * (1 - price2num($remise_percent) / 100) < price2num($price_min)))
    +		if (((!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->produit->ignore_price_min_advance)) || empty($conf->global->MAIN_USE_ADVANCED_PERMS) )&& (! empty($price_min) && (price2num($pu_ht) * (1 - price2num($remise_percent) / 100) < price2num($price_min))))
     		{
     			$mesg = $langs->trans("CantBeLessThanMinPrice", price(price2num($price_min, 'MU'), 0, $langs, 0, 0, - 1, $conf->currency));
     			setEventMessages($mesg, null, 'errors');
    @@ -744,7 +744,7 @@ if (empty($reshook))
     		}
     	}
     
    -	elseif ($action == 'updateligne' && $user->rights->facture->creer && ! GETPOST('cancel','alpha'))
    +	elseif ($action == 'updateline' && $user->rights->facture->creer && ! GETPOST('cancel','alpha'))
     	{
     		if (! $object->fetch($id) > 0)	dol_print_error($db);
     		$object->fetch_thirdparty();
    @@ -831,7 +831,7 @@ if (empty($reshook))
     			$label = ((GETPOST('update_label') && GETPOST('product_label')) ? GETPOST('product_label') : '');
     
     			// Check price is not lower than minimum (check is done only for standard or replacement invoices)
    -			if (($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT) && $price_min && (price2num($pu_ht) * (1 - price2num(GETPOST('remise_percent')) / 100) < price2num($price_min)))
    +			if (((!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->produit->ignore_price_min_advance)) || empty($conf->global->MAIN_USE_ADVANCED_PERMS) )&& (($object->type == Facture::TYPE_STANDARD || $object->type == Facture::TYPE_REPLACEMENT) && $price_min && (price2num($pu_ht) * (1 - price2num(GETPOST('remise_percent')) / 100) < price2num($price_min))))
     			{
     				setEventMessages($langs->trans("CantBeLessThanMinPrice", price(price2num($price_min, 'MU'), 0, $langs, 0, 0, - 1, $conf->currency)), null, 'errors');
     				$error ++;
    @@ -1113,7 +1113,7 @@ if ($action == 'create')
     		// Date next run
     		print "<tr><td>".$langs->trans('NextDateToExecution')."</td><td>";
     		$date_next_execution = isset($date_next_execution) ? $date_next_execution : (GETPOST('remonth') ? dol_mktime(12, 0, 0, GETPOST('remonth'), GETPOST('reday'), GETPOST('reyear')) : -1);
    -		print $form->select_date($date_next_execution, '', 1, 1, '', "add", 1, 1, 1);
    +		print $form->selectDate($date_next_execution, '', 1, 1, '', "add", 1, 1);
     		print "</td></tr>";
     
     		// Number max of generation
    @@ -1626,7 +1626,7 @@ else
     		// Lines
     		print '	<form name="addproduct" id="addproduct" action="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . (($action != 'editline') ? '#add' : '#line_' . GETPOST('lineid')) . '" method="POST">
             	<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">
    -        	<input type="hidden" name="action" value="' . (($action != 'editline') ? 'addline' : 'updateligne') . '">
    +        	<input type="hidden" name="action" value="' . (($action != 'editline') ? 'addline' : 'updateline') . '">
             	<input type="hidden" name="mode" value="">
             	<input type="hidden" name="id" value="' . $object->id . '">
             	';
    diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
    index f9d8bd1b250..78576e4c00d 100644
    --- a/htdocs/compta/facture/list.php
    +++ b/htdocs/compta/facture/list.php
    @@ -148,29 +148,29 @@ if (empty($user->socid)) $fieldstosearchall["f.note_private"]="NotePrivate";
     
     $checkedtypetiers=0;
     $arrayfields=array(
    -	'f.facnumber'=>array('label'=>$langs->trans("Ref"), 'checked'=>1),
    -	'f.ref_client'=>array('label'=>$langs->trans("RefCustomer"), 'checked'=>1),
    -	'f.type'=>array('label'=>$langs->trans("Type"), 'checked'=>0),
    -	'f.date'=>array('label'=>$langs->trans("DateInvoice"), 'checked'=>1),
    -	'f.date_lim_reglement'=>array('label'=>$langs->trans("DateDue"), 'checked'=>1),
    -	'p.ref'=>array('label'=>$langs->trans("ProjectRef"), 'checked'=>0, 'enabled'=>(empty($conf->projet->enabled)?0:1)),
    -	's.nom'=>array('label'=>$langs->trans("ThirdParty"), 'checked'=>1),
    -	's.town'=>array('label'=>$langs->trans("Town"), 'checked'=>1),
    -	's.zip'=>array('label'=>$langs->trans("Zip"), 'checked'=>1),
    -	'state.nom'=>array('label'=>$langs->trans("StateShort"), 'checked'=>0),
    -	'country.code_iso'=>array('label'=>$langs->trans("Country"), 'checked'=>0),
    -	'typent.code'=>array('label'=>$langs->trans("ThirdPartyType"), 'checked'=>$checkedtypetiers),
    -	'f.fk_mode_reglement'=>array('label'=>$langs->trans("PaymentMode"), 'checked'=>1),
    -	'f.total_ht'=>array('label'=>$langs->trans("AmountHT"), 'checked'=>1),
    -	'f.total_vat'=>array('label'=>$langs->trans("AmountVAT"), 'checked'=>0),
    +	'f.facnumber'=>array('label'=>"Ref", 'checked'=>1),
    +	'f.ref_client'=>array('label'=>"RefCustomer", 'checked'=>1),
    +	'f.type'=>array('label'=>"Type", 'checked'=>0),
    +	'f.date'=>array('label'=>"DateInvoice", 'checked'=>1),
    +	'f.date_lim_reglement'=>array('label'=>"DateDue", 'checked'=>1),
    +	'p.ref'=>array('label'=>"ProjectRef", 'checked'=>0, 'enabled'=>(empty($conf->projet->enabled)?0:1)),
    +	's.nom'=>array('label'=>"ThirdParty", 'checked'=>1),
    +	's.town'=>array('label'=>"Town", 'checked'=>1),
    +	's.zip'=>array('label'=>"Zip", 'checked'=>1),
    +	'state.nom'=>array('label'=>"StateShort", 'checked'=>0),
    +	'country.code_iso'=>array('label'=>"Country", 'checked'=>0),
    +	'typent.code'=>array('label'=>"ThirdPartyType", 'checked'=>$checkedtypetiers),
    +	'f.fk_mode_reglement'=>array('label'=>"PaymentMode", 'checked'=>1),
    +	'f.total_ht'=>array('label'=>"AmountHT", 'checked'=>1),
    +	'f.total_vat'=>array('label'=>"AmountVAT", 'checked'=>0),
     	'f.total_localtax1'=>array('label'=>$langs->transcountry("AmountLT1", $mysoc->country_code), 'checked'=>0, 'enabled'=>($mysoc->localtax1_assuj=="1")),
     	'f.total_localtax2'=>array('label'=>$langs->transcountry("AmountLT2", $mysoc->country_code), 'checked'=>0, 'enabled'=>($mysoc->localtax2_assuj=="1")),
    -	'f.total_ttc'=>array('label'=>$langs->trans("AmountTTC"), 'checked'=>0),
    -	'dynamount_payed'=>array('label'=>$langs->trans("Received"), 'checked'=>0),
    -	'rtp'=>array('label'=>$langs->trans("Rest"), 'checked'=>0),
    -	'f.datec'=>array('label'=>$langs->trans("DateCreation"), 'checked'=>0, 'position'=>500),
    -	'f.tms'=>array('label'=>$langs->trans("DateModificationShort"), 'checked'=>0, 'position'=>500),
    -	'f.fk_statut'=>array('label'=>$langs->trans("Status"), 'checked'=>1, 'position'=>1000),
    +	'f.total_ttc'=>array('label'=>"AmountTTC", 'checked'=>0),
    +	'dynamount_payed'=>array('label'=>"Received", 'checked'=>0),
    +	'rtp'=>array('label'=>"Rest", 'checked'=>0),
    +	'f.datec'=>array('label'=>"DateCreation", 'checked'=>0, 'position'=>500),
    +	'f.tms'=>array('label'=>"DateModificationShort", 'checked'=>0, 'position'=>500),
    +	'f.fk_statut'=>array('label'=>"Status", 'checked'=>1, 'position'=>1000),
     );
     // Extra fields
     if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label))
    @@ -422,22 +422,14 @@ if ($filtre)
     }
     if ($search_ref) $sql .= natural_search('f.facnumber', $search_ref);
     if ($search_refcustomer) $sql .= natural_search('f.ref_client', $search_refcustomer);
    -if ($search_type != '' && $search_type >= 0)
    -{
    -	if ($search_type == '0') $sql.=" AND f.type = 0";  // standard
    -	if ($search_type == '1') $sql.=" AND f.type = 1";  // replacement
    -	if ($search_type == '2') $sql.=" AND f.type = 2";  // credit note
    -	if ($search_type == '3') $sql.=" AND f.type = 3";  // deposit
    -	if ($search_type == '4') $sql.=" AND f.type = 4";  // proforma
    -	if ($search_type == '5') $sql.=" AND f.type = 5";  // situation
    -}
    +if ($search_type != '') $sql.=" AND f.type IN (".$db->escape($search_type).")";
     if ($search_project) $sql .= natural_search('p.ref', $search_project);
     if ($search_societe) $sql .= natural_search('s.nom', $search_societe);
     if ($search_town)  $sql.= natural_search('s.town', $search_town);
     if ($search_zip)   $sql.= natural_search("s.zip",$search_zip);
     if ($search_state) $sql.= natural_search("state.nom",$search_state);
    -if ($search_country) $sql .= " AND s.fk_pays IN (".$search_country.')';
    -if ($search_type_thirdparty) $sql .= " AND s.fk_typent IN (".$search_type_thirdparty.')';
    +if ($search_country) $sql .= " AND s.fk_pays IN (".$db->escape($search_country).')';
    +if ($search_type_thirdparty) $sql .= " AND s.fk_typent IN (".$db->escape($search_type_thirdparty).')';
     if ($search_company) $sql .= natural_search('s.nom', $search_company);
     if ($search_montant_ht != '') $sql.= natural_search('f.total', $search_montant_ht, 1);
     if ($search_montant_vat != '') $sql.= natural_search('f.tva', $search_montant_vat, 1);
    @@ -466,7 +458,7 @@ if ($search_month > 0)
     	if ($search_year > 0 && empty($search_day))
     	$sql.= " AND f.datef BETWEEN '".$db->idate(dol_get_first_day($search_year,$search_month,false))."' AND '".$db->idate(dol_get_last_day($search_year,$search_month,false))."'";
     	else if ($search_year > 0 && ! empty($search_day))
    -	$sql.= " AND f.datef BETWEEN '".$db->idate(dol_mktime(0, 0, 0, $search_month, $search_day, $search_year))."' AND '".$db->idate(dol_mktime(23, 59, 59, $search_month, $search_day, $serch_year))."'";
    +	$sql.= " AND f.datef BETWEEN '".$db->idate(dol_mktime(0, 0, 0, $search_month, $search_day, $search_year))."' AND '".$db->idate(dol_mktime(23, 59, 59, $search_month, $search_day, $search_year))."'";
     	else
     	$sql.= " AND date_format(f.datef, '%m') = '".$search_month."'";
     }
    @@ -511,8 +503,9 @@ if (! $sall)
     	$sql.= ' typent.code,';
     	$sql.= ' state.code_departement, state.nom,';
     	$sql.= ' country.code,';
    -	$sql.= " p.rowid, p.ref";
    -
    +	$sql.= " p.rowid, p.ref, p.title";
    +	if ($search_categ_cus) $sql .= ", cc.fk_categorie, cc.fk_soc";
    +	// Add fields from extrafields
     	foreach ($extrafields->attribute_label as $key => $val) //prevent error with sql_mode=only_full_group_by
     	{
     		$sql.=($extrafields->attribute_type[$key] != 'separate' ? ",ef.".$key : '');
    @@ -576,14 +569,14 @@ if ($resql)
     	if ($search_zip)         $param.='&search_zip='.urlencode($search_zip);
     	if ($search_sale > 0)    $param.='&search_sale=' .urlencode($search_sale);
     	if ($search_user > 0)    $param.='&search_user=' .urlencode($search_user);
    -	if ($search_product_category > 0)   $param.='$search_product_category=' .urlencode($search_product_category);
    +	if ($search_product_category > 0)   $param.='&search_product_category=' .urlencode($search_product_category);
     	if ($search_montant_ht != '')  $param.='&search_montant_ht='.urlencode($search_montant_ht);
     	if ($search_montant_vat != '')  $param.='&search_montant_vat='.urlencode($search_montant_vat);
     	if ($search_montant_localtax1 != '')  $param.='&search_montant_localtax1='.urlencode($search_montant_localtax1);
     	if ($search_montant_localtax2 != '')  $param.='&search_montant_localtax2='.urlencode($search_montant_localtax2);
     	if ($search_montant_ttc != '') $param.='&search_montant_ttc='.urlencode($search_montant_ttc);
     	if ($search_status != '') $param.='&search_status='.urlencode($search_status);
    -	if ($search_paymentmode > 0) $param.='search_paymentmode='.urlencode($search_paymentmode);
    +	if ($search_paymentmode > 0) $param.='&search_paymentmode='.urlencode($search_paymentmode);
     	if ($show_files)         $param.='&show_files='.urlencode($show_files);
     	if ($option)             $param.="&search_option=".urlencode($option);
     	if ($optioncss != '')    $param.='&optioncss='.urlencode($optioncss);
    @@ -910,6 +903,7 @@ if ($resql)
     	print "</tr>\n";
     
     	$projectstatic=new Project($db);
    +	$discount = new DiscountAbsolute($db);
     
     	if ($num > 0)
     	{
    @@ -920,6 +914,7 @@ if ($resql)
     			$obj = $db->fetch_object($resql);
     
     			$datelimit=$db->jdate($obj->datelimite);
    +
     			$facturestatic->id=$obj->id;
     			$facturestatic->ref=$obj->ref;
     			$facturestatic->type=$obj->type;
    @@ -927,6 +922,9 @@ if ($resql)
                 $facturestatic->total_tva=$obj->total_vat;
                 $facturestatic->total_ttc=$obj->total_ttc;
     			$facturestatic->statut=$obj->fk_statut;
    +			$facturestatic->total_ttc=$obj->total_ttc;
    +            $facturestatic->paye=$obj->paye;
    +            $facturestatic->fk_soc=$obj->fk_soc;
     			$facturestatic->date_lim_reglement=$db->jdate($obj->datelimite);
     			$facturestatic->note_public=$obj->note_public;
     			$facturestatic->note_private=$obj->note_private;
    @@ -946,7 +944,12 @@ if ($resql)
     			$totalcreditnotes = $facturestatic->getSumCreditNotesUsed();
     			$totaldeposits = $facturestatic->getSumDepositsUsed();
     			$totalpay = $paiement + $totalcreditnotes + $totaldeposits;
    -			$remaintopay = $obj->total_ttc - $totalpay;
    +			$remaintopay = $facturestatic->total_ttc - $totalpay;
    +			if ($facturestatic->type == Facture::TYPE_CREDIT_NOTE && $obj->paye == 1) {
    +				$remaincreditnote = $discount->getAvailableDiscounts($obj->fk_soc, '', 'rc.fk_facture_source='.$facturestatic->id);
    +				$remaintopay = -$remaincreditnote;
    +				$totalpay = $facturestatic->total_ttc - $remaintopay;
    +			}
     
     			print '<tr class="oddeven">';
     			if (! empty($arrayfields['f.facnumber']['checked']))
    @@ -955,12 +958,10 @@ if ($resql)
     
     				print '<table class="nobordernopadding"><tr class="nocellnopadd">';
     
    -				print '<td class="nobordernopadding nowrap">';
    +				print '<td class="nobordernopadding nowraponall">';
     				print $facturestatic->getNomUrl(1,'',200,0,'',0,1);
     				print empty($obj->increment)?'':' ('.$obj->increment.')';
    -				print '</td>';
     
    -				print '<td style="min-width: 20px" class="nobordernopadding nowrap">';
     				$filename=dol_sanitizeFileName($obj->ref);
     				$filedir=$conf->facture->dir_output . '/' . dol_sanitizeFileName($obj->ref);
     				$urlsource=$_SERVER['PHP_SELF'].'?id='.$obj->id;
    @@ -1070,11 +1071,20 @@ if ($resql)
     			if (! empty($arrayfields['typent.code']['checked']))
     			{
     				print '<td align="center">';
    -				if (count($typenArray)==0) $typenArray = $formcompany->typent_array(1);
    +				if (! is_array($typenArray) || count($typenArray)==0) $typenArray = $formcompany->typent_array(1);
     				print $typenArray[$obj->typent_code];
     				print '</td>';
     				if (! $i) $totalarray['nbfield']++;
     			}
    +			// Staff
    +			if (! empty($arrayfields['staff.code']['checked']))
    +			{
    +				print '<td align="center">';
    +				if (! is_array($staffArray) || count($staffArray)==0) $staffArray = $formcompany->effectif_array(1);
    +				print $staffArray[$obj->staff_code];
    +				print '</td>';
    +				if (! $i) $totalarray['nbfield']++;
    +			}
     
     			// Payment mode
     			if (! empty($arrayfields['f.fk_mode_reglement']['checked']))
    diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php
    index ea43c270b5f..eec0c640b67 100644
    --- a/htdocs/compta/index.php
    +++ b/htdocs/compta/index.php
    @@ -162,7 +162,6 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
     
     	if ( $resql )
     	{
    -		$var = false;
     		$num = $db->num_rows($resql);
     
     		print '<table class="noborder" width="100%">';
    @@ -350,7 +349,6 @@ if (! empty($conf->facture->enabled) && $user->rights->facture->lire)
     	$resql = $db->query($sql);
     	if ($resql)
     	{
    -		$var=false;
     		$num = $db->num_rows($resql);
     		$i = 0;
     
    @@ -473,7 +471,6 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture-
     	$resql=$db->query($sql);
     	if ($resql)
     	{
    -		$var=false;
     		$num = $db->num_rows($resql);
     
     		print '<table class="noborder" width="100%">';
    @@ -520,7 +517,6 @@ if (! empty($conf->fournisseur->enabled) && $user->rights->fournisseur->facture-
     				$total_ttc +=  $obj->total_ttc;
     				$totalam +=  $obj->am;
     				$i++;
    -				$var = !$var;
     			}
     		}
     		else
    @@ -1069,7 +1065,7 @@ if ($resql)
     		$obj = $db->fetch_object($resql);
     
     
    -		print "<tr ".$bc[$var]."><td>".dol_print_date($db->jdate($obj->da),"day")."</td>";
    +		print '<tr class="oddeven"><td>'.dol_print_date($db->jdate($obj->da),"day").'</td>';
     		print '<td><a href="action/card.php">'.$obj->libelle.' '.$obj->label.'</a></td></tr>';
     		$i++;
     	}
    @@ -1080,7 +1076,6 @@ if ($resql)
     
     print '</div></div></div>';
     
    -
    +// End of page
     llxFooter();
    -
     $db->close();
    diff --git a/htdocs/compta/journal/purchasesjournal.php b/htdocs/compta/journal/purchasesjournal.php
    index 6196d08f741..2d43d48d778 100644
    --- a/htdocs/compta/journal/purchasesjournal.php
    +++ b/htdocs/compta/journal/purchasesjournal.php
    @@ -1,10 +1,11 @@
     <?php
    -/* Copyright (C) 2007-2010	Laurent Destailleur	<eldy@users.sourceforge.net>
    - * Copyright (C) 2007-2010	Jean Heimburger		<jean@tiaris.info>
    - * Copyright (C) 2011-2014	Juanjo Menent		<jmenent@2byte.es>
    - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
    - * Copyright (C) 2011-2012	Alexandre spangaro	<aspangaro.dolibarr@gmail.com>
    - * Copyright (C) 2013		Marcos García		<marcosgdf@gmail.com>
    +/* Copyright (C) 2007-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
    + * Copyright (C) 2011-2014  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2011-2012  Alexandre spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2013       Marcos García           <marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -80,7 +81,8 @@ $date_end=dol_mktime(23, 59, 59, $date_endmonth, $date_endday, $date_endyear);
     
     if (empty($date_start) || empty($date_end)) // We define date_start and date_end
     {
    -	$date_start=dol_get_first_day($pastmonthyear,$pastmonth,false); $date_end=dol_get_last_day($pastmonthyear,$pastmonth,false);
    +    $date_start=dol_get_first_day($pastmonthyear,$pastmonth,false);
    +    $date_end=dol_get_last_day($pastmonthyear,$pastmonth,false);
     }
     
     $name=$langs->trans("PurchasesJournal");
    @@ -90,7 +92,7 @@ $builddate=dol_now();
     $description=$langs->trans("DescPurchasesJournal").'<br>';
     if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $description.= $langs->trans("DepositsAreNotIncluded");
     else  $description.= $langs->trans("DepositsAreIncluded");
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     
     report_header($name,'',$period,$periodlink,$description,$builddate,$exportlink);
     
    diff --git a/htdocs/compta/journal/sellsjournal.php b/htdocs/compta/journal/sellsjournal.php
    index 8a2d5080a30..3b4be22a81d 100644
    --- a/htdocs/compta/journal/sellsjournal.php
    +++ b/htdocs/compta/journal/sellsjournal.php
    @@ -1,12 +1,13 @@
     <?php
    -/* Copyright (C) 2007-2010	Laurent Destailleur	<eldy@users.sourceforge.net>
    - * Copyright (C) 2007-2010	Jean Heimburger		<jean@tiaris.info>
    - * Copyright (C) 2011-2014	Juanjo Menent		<jmenent@2byte.es>
    - * Copyright (C) 2012		Regis Houssin		<regis.houssin@capnetworks.com>
    - * Copyright (C) 2011-2012  Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
    - * Copyright (C) 2012       Cédric Salvador     <csalvador@gpcsolutions.fr>
    - * Copyright (C) 2013		Marcos García		<marcosgdf@gmail.com>
    - * Copyright (C) 2014       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
    +/* Copyright (C) 2007-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2007-2010  Jean Heimburger         <jean@tiaris.info>
    + * Copyright (C) 2011-2014  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2011-2012  Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2012       Cédric Salvador         <csalvador@gpcsolutions.fr>
    + * Copyright (C) 2013       Marcos García           <marcosgdf@gmail.com>
    + * Copyright (C) 2014       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -93,7 +94,7 @@ $builddate=dol_now();
     $description=$langs->trans("DescSellsJournal").'<br>';
     if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $description.= $langs->trans("DepositsAreNotIncluded");
     else  $description.= $langs->trans("DepositsAreIncluded");
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     report_header($name,'',$period,$periodlink,$description,$builddate,$exportlink);
     
     $p = explode(":", $conf->global->MAIN_INFO_SOCIETE_COUNTRY);
    diff --git a/htdocs/compta/localtax/card.php b/htdocs/compta/localtax/card.php
    index c58a61032ef..222423b7c67 100644
    --- a/htdocs/compta/localtax/card.php
    +++ b/htdocs/compta/localtax/card.php
    @@ -1,6 +1,7 @@
     <?php
    -/* Copyright (C) 2011-2014      Juanjo Menent <jmenent@2byte.es>
    - * Copyright (C) 2015			Marcos García <marcosgdf@gmail.com>
    +/* Copyright (C) 2011-2014  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2015       Marcos García           <marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -172,11 +173,11 @@ if ($action == 'create')
     
         print "<tr>";
         print '<td class="titlefieldcreate fieldrequired">'.$langs->trans("DatePayment").'</td><td>';
    -    print $form->select_date($datep,"datep",'','','','add',1,1);
    +    print $form->selectDate($datep, "datep", '', '', '', 'add', 1, 1);
         print '</td></tr>';
     
         print '<tr><td class="fieldrequired">'.$form->textwithpicto($langs->trans("PeriodEndDate"), $langs->trans("LastDayTaxIsRelatedTo")).'</td><td>';
    -    print $form->select_date($datev,"datev",'','','','add',1,1);
    +    print $form->selectDate($datev, "datev", '', '', '', 'add', 1, 1);
         print '</td></tr>';
     
     	// Label
    @@ -302,4 +303,3 @@ if ($id)
     // End of page
     llxFooter();
     $db->close();
    -
    diff --git a/htdocs/compta/localtax/class/localtax.class.php b/htdocs/compta/localtax/class/localtax.class.php
    index 7e9691f9b3a..49c95c26c2e 100644
    --- a/htdocs/compta/localtax/class/localtax.class.php
    +++ b/htdocs/compta/localtax/class/localtax.class.php
    @@ -32,29 +32,43 @@ class Localtax extends CommonObject
     	/**
     	 * @var string ID to identify managed object
     	 */
    -	public $element='localtax';	
    -	
    +	public $element='localtax';
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='localtax';
    -	
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto='payment';
     
    -	var $ltt;
    -	var $tms;
    -	var $datep;
    -	var $datev;
    -	var $amount;
    -	
    +	public $ltt;
    +	public $tms;
    +	public $datep;
    +	public $datev;
    +	public $amount;
    +
     	/**
    -     * @var string proper name for given parameter
    +     * @var string local tax
          */
         public $label;
    -    
    -	var $fk_bank;
    -	var $fk_user_creat;
    -	var $fk_user_modif;
    +
    +    /**
    +     * @var int ID
    +     */
    +	public $fk_bank;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_user_creat;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_user_modif;
     
         /**
     	 *	Constructor
    @@ -344,6 +358,7 @@ class Localtax extends CommonObject
             return $solde;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Total de la localtax des factures emises par la societe.
          *
    @@ -352,6 +367,7 @@ class Localtax extends CommonObject
          */
         function localtax_sum_collectee($year = 0)
         {
    +        // phpcs:enable
             $sql = "SELECT sum(f.localtax) as amount";
             $sql .= " FROM ".MAIN_DB_PREFIX."facture as f WHERE f.paye = 1";
             if ($year)
    @@ -382,6 +398,7 @@ class Localtax extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	localtax payed
          *
    @@ -390,6 +407,7 @@ class Localtax extends CommonObject
          */
         function localtax_sum_payee($year = 0)
         {
    +        // phpcs:enable
     
             $sql = "SELECT sum(f.total_localtax) as total_localtax";
             $sql .= " FROM ".MAIN_DB_PREFIX."facture_fourn as f";
    @@ -422,6 +440,7 @@ class Localtax extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	localtax payed
          *  Total de la localtax payed
    @@ -431,6 +450,7 @@ class Localtax extends CommonObject
          */
         function localtax_sum_reglee($year = 0)
         {
    +        // phpcs:enable
     
             $sql = "SELECT sum(f.amount) as amount";
             $sql .= " FROM ".MAIN_DB_PREFIX."localtax as f";
    @@ -576,6 +596,7 @@ class Localtax extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Update the link betwen localtax payment and the line into llx_bank
          *
    @@ -584,6 +605,7 @@ class Localtax extends CommonObject
          */
     	function update_fk_bank($id)
     	{
    +        // phpcs:enable
     		$sql = 'UPDATE '.MAIN_DB_PREFIX.'localtax SET fk_bank = '.$id;
     		$sql.= ' WHERE rowid = '.$this->id;
     		$result = $this->db->query($sql);
    @@ -635,18 +657,19 @@ class Localtax extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Renvoi le libelle d'un statut donne
     	 *
     	 * @param   int		$status     Statut
     	 * @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  		    Libelle du statut
    +	 * @return	string              Libelle du statut
     	 */
    -	function LibStatut($status,$mode=0)
    -	{
    -		global $langs;	// TODO Renvoyer le libelle anglais et faire traduction a affichage
    -
    -		return '';
    -	}
    +    function LibStatut($status, $mode=0)
    +    {
    +        // phpcs:enable
    +        global $langs;  // TODO Renvoyer le libelle anglais et faire traduction a affichage
     
    +        return '';
    +    }
     }
    diff --git a/htdocs/compta/localtax/clients.php b/htdocs/compta/localtax/clients.php
    index ce76d74b803..8f986697a01 100644
    --- a/htdocs/compta/localtax/clients.php
    +++ b/htdocs/compta/localtax/clients.php
    @@ -1,6 +1,7 @@
     <?php
    -/* Copyright (C) 2011-2014	Juanjo Menent 		<jmenent@2byte.es>
    - * Copyright (C) 2014	    Ferran Marcet       <fmarcet@2byte.es>
    +/* Copyright (C) 2011-2014	Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2014	    Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -117,7 +118,7 @@ if ($calc==0 || $calc==1)	// Calculate on invoice for goods and services
     {
         $calcmode=$calc==0?$langs->trans("CalcModeLT".$local):$langs->trans("CalcModeLT".$local."Rec");
         $calcmode.='<br>('.$langs->trans("TaxModuleSetupToModifyRulesLT",DOL_URL_ROOT.'/admin/company.php').')';
    -    $period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +    $period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
         if (! empty($conf->global->MAIN_MODULE_COMPTABILITE)) $description.='<br>'.$langs->trans("WarningDepositsNotIncluded");
         $description.=$fsearch;
         $description.='<br>('.$langs->trans("TaxModuleSetupToModifyRulesLT",DOL_URL_ROOT.'/admin/company.php').')';
    @@ -134,7 +135,7 @@ if ($calc==2) 	// Invoice for goods, payment for services
     {
         $calcmode=$langs->trans("CalcModeLT2Debt");
         $calcmode.='<br>('.$langs->trans("TaxModuleSetupToModifyRulesLT",DOL_URL_ROOT.'/admin/company.php').')';
    -    $period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +    $period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
         if (! empty($conf->global->MAIN_MODULE_COMPTABILITE)) $description.='<br>'.$langs->trans("WarningDepositsNotIncluded");
         $description.=$fsearch;
         $description.='<br>('.$langs->trans("TaxModuleSetupToModifyRulesLT",DOL_URL_ROOT.'/admin/company.php').')';
    diff --git a/htdocs/compta/localtax/index.php b/htdocs/compta/localtax/index.php
    index 065c935c600..1e2c26c0c62 100644
    --- a/htdocs/compta/localtax/index.php
    +++ b/htdocs/compta/localtax/index.php
    @@ -1,7 +1,8 @@
     <?php
    -/* Copyright (C) 2011-2014 Juanjo Menent        <jmenent@2byte.es>
    - * Copyright (C) 2014      Ferran Marcet        <fmarcet@2byte.es>
    - * Copyright (C) 2018      Laurent Destailleur  <eldy@users.sourceforge.net>
    +/* Copyright (C) 2011-2014  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2014       Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2018       Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -223,7 +224,7 @@ $calcmode.= '('.$langs->trans("TaxModuleSetupToModifyRulesLT",DOL_URL_ROOT.'/adm
     
     //if (! empty($conf->global->MAIN_MODULE_ACCOUNTING)) $description.='<br>'.$langs->trans("ThisIsAnEstimatedValue");
     
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     
     $builddate=dol_now();
     
    diff --git a/htdocs/compta/localtax/quadri_detail.php b/htdocs/compta/localtax/quadri_detail.php
    index 17a54f9e3f3..e49f42bb14f 100644
    --- a/htdocs/compta/localtax/quadri_detail.php
    +++ b/htdocs/compta/localtax/quadri_detail.php
    @@ -4,6 +4,7 @@
      * Copyright (C) 2004-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2006-2007 Yannick Warnier      <ywarnier@beeznest.org>
      * Copyright (C) 2014-2016 Juanjo Menent		<jmenent@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -132,18 +133,22 @@ if ($modetax == 1) $calcmode=$langs->trans('OptionVATDebitOption');
     if ($modetax == 2) $calcmode=$langs->trans('OptionPaymentForProductAndServices');
     $calcmode.='<br>('.$langs->trans("TaxModuleSetupToModifyRules",DOL_URL_ROOT.'/admin/taxes.php').')';
     // Set period
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    -$prevyear=$year_start; $prevquarter=$q;
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
    +$prevyear=$year_start;
    +$prevquarter=$q;
     if ($prevquarter > 1) {
     	$prevquarter--;
     } else {
    -	$prevquarter=4; $prevyear--;
    +    $prevquarter=4;
    +    $prevyear--;
     }
    -$nextyear=$year_start; $nextquarter=$q;
    +$nextyear=$year_start;
    +$nextquarter=$q;
     if ($nextquarter < 4) {
     	$nextquarter++;
     } else {
    -	$nextquarter=1; $nextyear++;
    +    $nextquarter=1;
    +    $nextyear++;
     }
     $description.=$fsearch;
     $builddate=dol_now();
    @@ -209,7 +214,7 @@ if (! is_array($x_coll) || ! is_array($x_paye))
     	$langs->load("errors");
     	if ($x_coll == -1)
     		print '<tr><td colspan="'.$columns.'">'.$langs->trans("ErrorNoAccountancyModuleLoaded").'</td></tr>';
    -	else if ($x_coll == -2)
    +	elseif ($x_coll == -2)
     		print '<tr><td colspan="'.$columns.'">'.$langs->trans("FeatureNotYetAvailable").'</td></tr>';
     	else
     		print '<tr><td colspan="'.$columns.'">'.$langs->trans("Error").'</td></tr>';
    diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php
    index c2ce95dd827..764ca818f7f 100644
    --- a/htdocs/compta/paiement.php
    +++ b/htdocs/compta/paiement.php
    @@ -1,13 +1,14 @@
     <?php
    -/* Copyright (C) 2001-2006 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2017 Laurent Destailleur   <eldy@users.sourceforge.net>
    - * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>
    - * Copyright (C) 2005-2012 Regis Houssin         <regis.houssin@capnetworks.com>
    - * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
    - * Copyright (C) 2012      Cédric Salvador       <csalvador@gpcsolutions.fr>
    - * Copyright (C) 2014      Raphaël Doursenaud    <rdoursenaud@gpcsolutions.fr>
    - * Copyright (C) 2014      Teddy Andreotti       <125155@supinfo.com>
    - * Copyright (C) 2015      Juanjo Menent		 <jmenent@2byte.es>
    +/* Copyright (C) 2001-2006  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2017  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005       Marc Barilley / Ocebo   <marc@ocebo.com>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2007       Franky Van Liedekerke   <franky.van.liedekerke@telenet.be>
    + * Copyright (C) 2012       Cédric Salvador         <csalvador@gpcsolutions.fr>
    + * Copyright (C) 2014       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2014       Teddy Andreotti         <125155@supinfo.com>
    + * Copyright (C) 2015       Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -467,7 +468,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
             print '<tr><td><span class="fieldrequired">'.$langs->trans('Date').'</span></td><td>';
             $datepayment = dol_mktime(12, 0, 0, $_POST['remonth'], $_POST['reday'], $_POST['reyear']);
             $datepayment= ($datepayment == '' ? (empty($conf->global->MAIN_AUTOFILL_DATE)?-1:'') : $datepayment);
    -        $form->select_date($datepayment,'','','',0,"add_paiement",1,1,0,0,'','',$facture->date);
    +        print $form->selectDate($datepayment, '', '', '', 0, "add_paiement", 1, 1, 0, '', '', $facture->date);
             print '</td></tr>';
     
             // Payment mode
    diff --git a/htdocs/compta/paiement/cheque/card.php b/htdocs/compta/paiement/cheque/card.php
    index 647cdadaf04..1f7b344f62d 100644
    --- a/htdocs/compta/paiement/cheque/card.php
    +++ b/htdocs/compta/paiement/cheque/card.php
    @@ -5,6 +5,7 @@
      * Copyright (C) 2011-2016	Juanjo Menent			<jmenent@2byte.es>
      * Copyright (C) 2013 		Philippe Grand			<philippe.grand@atoo-net.com>
      * Copyright (C) 2015-2016	Alexandre Spangaro		<aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -386,7 +387,7 @@ if ($action == 'new')
     	//print '<tr><td width="30%">'.$langs->trans('Date').'</td><td width="70%">'.dol_print_date($now,'day').'</td></tr>';
     	// Filter
     	print '<tr><td class="titlefieldcreate">'.$langs->trans("DateChequeReceived").'</td><td>';
    -	print $form->select_date($filterdate,'fd',0,0,1,'',1,1,1);
    +	print $form->selectDate($filterdate, 'fd', 0, 0, 1, '', 1, 1);
     	print '</td></tr>';
         print '<tr><td>'.$langs->trans("BankAccount").'</td><td>';
         $form->select_comptes($filteraccountid,'accountid',0,'courant <> 2',1);
    @@ -586,7 +587,7 @@ else
             print '<form name="setdate" action="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'" method="post">';
             print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
             print '<input type="hidden" name="action" value="setdate">';
    -        $form->select_date($object->date_bordereau,'datecreate_','','','',"setdate");
    +        print $form->selectDate($object->date_bordereau, 'datecreate_', '', '', '', "setdate");
             print '<input type="submit" class="button" value="'.$langs->trans('Modify').'">';
             print '</form>';
         }
    diff --git a/htdocs/compta/paiement/cheque/class/remisecheque.class.php b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
    index ceb376f7a37..ade6895ac41 100644
    --- a/htdocs/compta/paiement/cheque/class/remisecheque.class.php
    +++ b/htdocs/compta/paiement/cheque/class/remisecheque.class.php
    @@ -37,18 +37,21 @@ class RemiseCheque extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='chequereceipt';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='bordereau_cheque';
    -	
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'payment';
     
    -	var $num;
    -	var $intitule;
    +	public $num;
    +	public $intitule;
     	//! Numero d'erreur Plage 1024-1279
    -	var $errno;
    +	public $errno;
     
     	public $amount;
     	public $date_bordereau;
    @@ -56,6 +59,10 @@ class RemiseCheque extends CommonObject
     	public $account_label;
     	public $author_id;
     	public $nbcheque;
    +
    +	/**
    +	 * @var string Ref
    +	 */
     	public $ref;
     
     	/**
    @@ -488,6 +495,7 @@ class RemiseCheque extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Load indicators for dashboard (this->nbtodo and this->nbtodolate)
     	 *
    @@ -496,6 +504,7 @@ class RemiseCheque extends CommonObject
     	 */
     	function load_board($user)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		if ($user->societe_id) return -1;   // protection pour eviter appel par utilisateur externe
    @@ -541,6 +550,7 @@ class RemiseCheque extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Charge indicateurs this->nb de tableau de bord
     	 *
    @@ -548,6 +558,7 @@ class RemiseCheque extends CommonObject
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $user;
     
     		if ($user->societe_id) return -1;   // protection pour eviter appel par utilisateur externe
    @@ -855,13 +866,15 @@ class RemiseCheque extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Charge les proprietes ref_previous et ref_next
     	 *
    -	 *	@return     int   <0 if KO, 0 if OK
    +	 *  @return     int   <0 if KO, 0 if OK
     	 */
     	function load_previous_next_id()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$this->errno = 0;
    @@ -896,6 +909,7 @@ class RemiseCheque extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *      Set the creation date
          *
    @@ -905,6 +919,7 @@ class RemiseCheque extends CommonObject
          */
         function set_date($user, $date)
         {
    +        // phpcs:enable
             if ($user->rights->banque->cheque)
             {
                 $sql = "UPDATE ".MAIN_DB_PREFIX."bordereau_cheque";
    @@ -930,6 +945,7 @@ class RemiseCheque extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Set the ref of bordereau
     	 *
    @@ -939,6 +955,7 @@ class RemiseCheque extends CommonObject
     	 */
     	function set_number($user, $ref)
     	{
    +        // phpcs:enable
     		if ($user->rights->banque->cheque)
     		{
     			$sql = "UPDATE ".MAIN_DB_PREFIX."bordereau_cheque";
    @@ -1052,6 +1069,7 @@ class RemiseCheque extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return label of a status
     	 *
    @@ -1061,6 +1079,7 @@ class RemiseCheque extends CommonObject
     	 */
     	function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;	// TODO Renvoyer le libelle anglais et faire traduction a affichage
     		$langs->load('compta');
     		if ($mode == 0)
    @@ -1068,37 +1087,36 @@ class RemiseCheque extends CommonObject
     			if ($status == 0) return $langs->trans('ToValidate');
     			if ($status == 1) return $langs->trans('Validated');
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($status == 0) return $langs->trans('ToValidate');
     			if ($status == 1) return $langs->trans('Validated');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 0) return img_picto($langs->trans('ToValidate'),'statut0').' '.$langs->trans('ToValidate');
     			if ($status == 1) return img_picto($langs->trans('Validated'),'statut4').' '.$langs->trans('Validated');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 0) return img_picto($langs->trans('ToValidate'),'statut0');
     			if ($status == 1) return img_picto($langs->trans('Validated'),'statut4');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 0) return img_picto($langs->trans('ToValidate'),'statut0').' '.$langs->trans('ToValidate');
     			if ($status == 1) return img_picto($langs->trans('Validated'),'statut4').' '.$langs->trans('Validated');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 0) return $langs->trans('ToValidate').' '.img_picto($langs->trans('ToValidate'),'statut0');
     			if ($status == 1) return $langs->trans('Validated').' '.img_picto($langs->trans('Validated'),'statut4');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($status == 0) return $langs->trans('ToValidate').' '.img_picto($langs->trans('ToValidate'),'statut0');
     			if ($status == 1) return $langs->trans('Validated').' '.img_picto($langs->trans('Validated'),'statut4');
     		}
     		return $langs->trans('Unknown');
     	}
    -
     }
    diff --git a/htdocs/compta/paiement/cheque/index.php b/htdocs/compta/paiement/cheque/index.php
    index ecb035caeb8..c3cf1634557 100644
    --- a/htdocs/compta/paiement/cheque/index.php
    +++ b/htdocs/compta/paiement/cheque/index.php
    @@ -91,7 +91,7 @@ $max=10;
     
     $sql = "SELECT bc.rowid, bc.date_bordereau as db, bc.amount, bc.ref as ref,";
     $sql.= " bc.statut, bc.nbcheque,";
    -$sql.= " ba.ref, ba.label, ba.rowid as bid, ba.number, ba.currency_code, ba.account_number, ba.fk_accountancy_journal,";
    +$sql.= " ba.ref as bref, ba.label, ba.rowid as bid, ba.number, ba.currency_code, ba.account_number, ba.fk_accountancy_journal,";
     $sql.= " aj.code";
     $sql.= " FROM ".MAIN_DB_PREFIX."bordereau_cheque as bc, ".MAIN_DB_PREFIX."bank_account as ba";
     $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."accounting_journal as aj ON aj.rowid = ba.fk_accountancy_journal";
    @@ -120,7 +120,7 @@ if ($resql)
     	    $checkdepositstatic->statut=$objp->statut;
     
     		$accountstatic->id=$objp->bid;
    -		$accountstatic->ref=$objp->ref;
    +		$accountstatic->ref=$objp->bref;
     		$accountstatic->label=$objp->label;
     		$accountstatic->number=$objp->number;
     		$accountstatic->currency_code=$objp->currency_code;
    diff --git a/htdocs/compta/paiement/class/cpaiement.class.php b/htdocs/compta/paiement/class/cpaiement.class.php
    index 1919b5fa94c..1f0175bd370 100644
    --- a/htdocs/compta/paiement/class/cpaiement.class.php
    +++ b/htdocs/compta/paiement/class/cpaiement.class.php
    @@ -135,15 +135,15 @@ class Cpaiement
     		if (!$error) {
     			$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX . $this->table_element);
     
    -			if (!$notrigger) {
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action to call a trigger.
    +			// Uncomment this and change MYOBJECT to your own tag if you
    +			// want this action to call a trigger.
    +			//if (!$notrigger) {
     
    -				//// Call triggers
    -				//$result=$this->call_trigger('MYOBJECT_CREATE',$user);
    -				//if ($result < 0) $error++;
    -				//// End call triggers
    -			}
    +			//  // Call triggers
    +			//  $result=$this->call_trigger('MYOBJECT_CREATE',$user);
    +			//  if ($result < 0) $error++;
    +			//  // End call triggers
    +			//}
     		}
     
     		// Commit or rollback
    @@ -278,15 +278,15 @@ class Cpaiement
     			dol_syslog(__METHOD__ . ' ' . join(',', $this->errors), LOG_ERR);
     		}
     
    -		if (!$error && !$notrigger) {
    -			// Uncomment this and change MYOBJECT to your own tag if you
    -			// want this action calls a trigger.
    +		// Uncomment this and change MYOBJECT to your own tag if you
    +		// want this action calls a trigger.
    +		//if (!$error && !$notrigger) {
     
    -			//// Call triggers
    -			//$result=$this->call_trigger('MYOBJECT_MODIFY',$user);
    -			//if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    -			//// End call triggers
    -		}
    +		//  // Call triggers
    +		//  $result=$this->call_trigger('MYOBJECT_MODIFY',$user);
    +		//  if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    +		//  // End call triggers
    +		//}
     
     		// Commit or rollback
     		if ($error) {
    @@ -316,17 +316,15 @@ class Cpaiement
     
     		$this->db->begin();
     
    -		if (!$error) {
    -			if (!$notrigger) {
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action calls a trigger.
    +		// Uncomment this and change MYOBJECT to your own tag if you
    +		// want this action calls a trigger.
    +		//if (!$error && !$notrigger) {
     
    -				//// Call triggers
    -				//$result=$this->call_trigger('MYOBJECT_DELETE',$user);
    -				//if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    -				//// End call triggers
    -			}
    -		}
    +		//  // Call triggers
    +		//  $result=$this->call_trigger('MYOBJECT_DELETE',$user);
    +		//  if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    +		//  // End call triggers
    +		//}
     
     		if (!$error) {
     			$sql = 'DELETE FROM ' . MAIN_DB_PREFIX . $this->table_element;
    @@ -369,8 +367,5 @@ class Cpaiement
     		$this->active = '';
     		$this->accountancy_code = '';
     		$this->module = '';
    -
    -
     	}
    -
     }
    diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php
    index fa824375793..952f478087b 100644
    --- a/htdocs/compta/paiement/class/paiement.class.php
    +++ b/htdocs/compta/paiement/class/paiement.class.php
    @@ -40,40 +40,46 @@ class Paiement extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='payment';
    -    
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='paiement';
    -	
    -    public $picto = 'payment';
     
    -	var $facid;
    -	var $datepaye;
    +    /**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto = 'payment';
    +
    +	public $facid;
    +	public $datepaye;
    +
     	/**
     	 * @deprecated
     	 * @see amount, amounts
     	 */
    -    var $total;
    +    public $total;
    +
     	/**
     	 * @deprecated
     	 * @see amount, amounts
     	 */
    -	var $montant;
    -	var $amount;            // Total amount of payment
    -	var $amounts=array();   // Array of amounts
    -	var $multicurrency_amounts=array();   // Array of amounts
    -	var $author;
    -	var $paiementid;	// Type de paiement. Stocke dans fk_paiement
    +	public $montant;
    +
    +	public $amount;            // Total amount of payment
    +	public $amounts=array();   // Array of amounts
    +	public $multicurrency_amounts=array();   // Array of amounts
    +	public $author;
    +	public $paiementid;	// Type de paiement. Stocke dans fk_paiement
     	// de llx_paiement qui est lie aux types de
     	//paiement de llx_c_paiement
    -	var $num_paiement;	// Numero du CHQ, VIR, etc...
    -	var $num_payment;	// Numero du CHQ, VIR, etc...
    -	var $bank_account;	// Id compte bancaire du paiement
    -	var $bank_line;     // Id de la ligne d'ecriture bancaire
    +	public $num_paiement;	// Numero du CHQ, VIR, etc...
    +	public $num_payment;	// Numero du CHQ, VIR, etc...
    +	public $bank_account;	// Id compte bancaire du paiement
    +	public $bank_line;     // Id de la ligne d'ecriture bancaire
     	// fk_paiement dans llx_paiement est l'id du type de paiement (7 pour CHQ, ...)
     	// fk_paiement dans llx_paiement_facture est le rowid du paiement
    -    var $fk_paiement;    // Type of paiment
    +    public $fk_paiement;    // Type of paiment
     
     
     	/**
    @@ -702,6 +708,7 @@ class Paiement extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Mise a jour du lien entre le paiement et la ligne generee dans llx_bank
     	 *
    @@ -710,6 +717,7 @@ class Paiement extends CommonObject
     	 */
     	function update_fk_bank($id_bank)
     	{
    +        // phpcs:enable
     		$sql = 'UPDATE '.MAIN_DB_PREFIX.$this->table_element.' set fk_bank = '.$id_bank;
     		$sql.= ' WHERE rowid = '.$this->id;
     
    @@ -727,6 +735,7 @@ class Paiement extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Updates the payment date
          *
    @@ -735,6 +744,7 @@ class Paiement extends CommonObject
          */
         function update_date($date)
         {
    +        // phpcs:enable
             if (!empty($date) && $this->statut!=1)
             {
                 $sql = "UPDATE ".MAIN_DB_PREFIX.$this->table_element;
    @@ -758,6 +768,7 @@ class Paiement extends CommonObject
             return -1; //no date given or already validated
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Updates the payment number
          *
    @@ -766,6 +777,7 @@ class Paiement extends CommonObject
          */
         function update_num($num)
         {
    +        // phpcs:enable
         	if(!empty($num) && $this->statut!=1)
             {
                 $sql = "UPDATE ".MAIN_DB_PREFIX.$this->table_element;
    @@ -1120,6 +1132,7 @@ class Paiement extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Renvoi le libelle d'un statut donne
     	 *
    @@ -1129,6 +1142,7 @@ class Paiement extends CommonObject
     	 */
     	function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;	// TODO Renvoyer le libelle anglais et faire traduction a affichage
     
     		$langs->load('compta');
    @@ -1170,14 +1184,16 @@ class Paiement extends CommonObject
     		return '';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *    	Load the third party of object, from id into this->thirdparty
    +	 *  Load the third party of object, from id into this->thirdparty
     	 *
    -	 *		@param		int		$force_thirdparty_id	Force thirdparty id
    -	 *		@return		int								<0 if KO, >0 if OK
    +	 *	@param		int		$force_thirdparty_id	Force thirdparty id
    +	 *	@return		int								<0 if KO, >0 if OK
     	 */
     	function fetch_thirdparty($force_thirdparty_id=0)
     	{
    +        // phpcs:enable
     		include_once DOL_DOCUMENT_ROOT . '/compta/facture/class/facture.class.php';
     
     		if (empty($force_thirdparty_id))
    diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php
    index fba8723d818..9b605e68929 100644
    --- a/htdocs/compta/paiement_charge.php
    +++ b/htdocs/compta/paiement_charge.php
    @@ -1,6 +1,6 @@
     <?php
    -/* Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2016      Frédéric France      <frederic.france@free.fr>
    +/* Copyright (C) 2004-2014  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2016-2018  Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -17,9 +17,9 @@
      */
     
     /**
    - *	    \file       htdocs/compta/paiement_charge.php
    - *		\ingroup    tax
    - *		\brief      Page to add payment of a tax
    + *      \file       htdocs/compta/paiement_charge.php
    + *      \ingroup    tax
    + *      \brief      Page to add payment of a tax
      */
     
     require '../main.inc.php';
    @@ -226,7 +226,7 @@ if ($action == 'create')
     	print '<tr><td class="fieldrequired">'.$langs->trans("Date").'</td><td>';
     	$datepaye = dol_mktime(12, 0, 0, $_POST["remonth"], $_POST["reday"], $_POST["reyear"]);
     	$datepayment=empty($conf->global->MAIN_AUTOFILL_DATE)?(empty($_POST["remonth"])?-1:$datepaye):0;
    -	$form->select_date($datepayment,'','','','',"add_payment",1,1);
    +	print $form->selectDate($datepayment, '', '', '', '', "add_payment", 1, 1);
     	print "</td>";
     	print '</tr>';
     
    diff --git a/htdocs/compta/payment_sc/card.php b/htdocs/compta/payment_sc/card.php
    index b22d4d21e43..b4a21e198de 100644
    --- a/htdocs/compta/payment_sc/card.php
    +++ b/htdocs/compta/payment_sc/card.php
    @@ -74,7 +74,8 @@ if ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->tax->char
     	}
     }
     
    -// Create payment
    +// Validate social contribution
    +/*
     if ($action == 'confirm_valide' && $confirm == 'yes' && $user->rights->tax->charges->creer)
     {
     	$db->begin();
    @@ -111,6 +112,7 @@ if ($action == 'confirm_valide' && $confirm == 'yes' && $user->rights->tax->char
     		$db->rollback();
     	}
     }
    +*/
     
     
     /*
    @@ -150,12 +152,14 @@ if ($action == 'delete')
     /*
      * Validation confirmation of payment
      */
    +/*
     if ($action == 'valide')
     {
     	$facid = $_GET['facid'];
     	print $form->formconfirm('card.php?id='.$object->id.'&amp;facid='.$facid, $langs->trans("ValidatePayment"), $langs->trans("ConfirmValidatePayment"), 'confirm_valide','',0,2);
     
     }
    +*/
     
     
     $linkback = '<a href="' . DOL_URL_ROOT . '/compta/sociales/payments.php">' . $langs->trans("BackToList") . '</a>';
    diff --git a/htdocs/compta/prelevement/card.php b/htdocs/compta/prelevement/card.php
    index be914f2333d..60e471d712d 100644
    --- a/htdocs/compta/prelevement/card.php
    +++ b/htdocs/compta/prelevement/card.php
    @@ -1,7 +1,8 @@
     <?php
    -/* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2005-2010 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2010-2016 Juanjo Menent 		<jmenent@2byte.es>
    +/* Copyright (C) 2005       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2005-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2010-2016  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -30,15 +31,11 @@ require_once DOL_DOCUMENT_ROOT.'/compta/prelevement/class/bonprelevement.class.p
     require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php';
     
     // Load translation files required by the page
    -$langs->loadLangs(array('banks', 'categories'));
    +$langs->loadLangs(array('banks', 'categories','bills','withdrawals'));
     
     if (!$user->rights->prelevement->bons->lire)
     accessforbidden();
     
    -$langs->load("bills");
    -$langs->load("withdrawals");
    -
    -
     // Security check
     if ($user->societe_id > 0) accessforbidden();
     
    @@ -244,7 +241,7 @@ if ($id > 0 || $ref)
     		print '<tr class="liste_titre">';
     		print '<td colspan="3">'.$langs->trans("NotifyTransmision").'</td></tr>';
     		print '<tr class="oddeven"><td>'.$langs->trans("TransData").'</td><td>';
    -		print $form->select_date('','','','','',"userfile",1,1);
    +		print $form->selectDate('', '', '', '', '', "userfile", 1, 1);
     		print '</td></tr>';
     		print '<tr class="oddeven"><td>'.$langs->trans("TransMetod").'</td><td>';
     		print $form->selectarray("methode",$object->methodes_trans);
    @@ -268,7 +265,7 @@ if ($id > 0 || $ref)
     		print '<tr class="liste_titre">';
     		print '<td colspan="3">'.$langs->trans("NotifyCredit").'</td></tr>';
     		print '<tr class="oddeven"><td>'.$langs->trans('CreditDate').'</td><td>';
    -		print $form->select_date('','','','','',"infocredit",1,1);
    +		print $form->selectDate('', '', '', '', '', "infocredit", 1, 1);
     		print '</td></tr>';
     		print '</table>';
     		print '<br>'.$langs->trans("ThisWillAlsoAddPaymentOnInvoice");
    diff --git a/htdocs/compta/prelevement/class/bonprelevement.class.php b/htdocs/compta/prelevement/class/bonprelevement.class.php
    index 76224451c0a..7b93966aa8b 100644
    --- a/htdocs/compta/prelevement/class/bonprelevement.class.php
    +++ b/htdocs/compta/prelevement/class/bonprelevement.class.php
    @@ -43,33 +43,36 @@ class BonPrelevement extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='widthdraw';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='prelevement_bons';
    -	
    -	public $picto = 'payment';
     
    -	var $date_echeance;
    -	var $raison_sociale;
    -	var $reference_remise;
    -	var $emetteur_code_guichet;
    -	var $emetteur_numero_compte;
    -	var $emetteur_code_banque;
    -	var $emetteur_number_key;
    +    /**
    +     * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +     */
    +    public $picto = 'payment';
     
    -	var $emetteur_iban;
    -	var $emetteur_bic;
    -	var $emetteur_ics;
    +	public $date_echeance;
    +	public $raison_sociale;
    +	public $reference_remise;
    +	public $emetteur_code_guichet;
    +	public $emetteur_numero_compte;
    +	public $emetteur_code_banque;
    +	public $emetteur_number_key;
     
    -	var $total;
    -	var $_fetched;
    -	var $statut;    // 0-Wait, 1-Trans, 2-Done
    -	var $labelstatut=array();
    +	public $emetteur_iban;
    +	public $emetteur_bic;
    +	public $emetteur_ics;
     
    -	var $invoice_in_error=array();
    -	var $thirdparty_in_error=array();
    +	public $total;
    +	public $fetched;
    +	public $statut;    // 0-Wait, 1-Trans, 2-Done
    +	public $labelstatut=array();
    +
    +	public $invoice_in_error=array();
    +	public $thirdparty_in_error=array();
     
     
     	/**
    @@ -106,9 +109,10 @@ class BonPrelevement extends CommonObject
     
     		$this->methodes_trans[0] = "Internet";
     
    -		$this->_fetched = 0;
    +		$this->fetched = 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Add invoice to withdrawal
     	 *
    @@ -124,6 +128,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function AddFacture($facture_id, $client_id, $client_nom, $amount, $code_banque, $code_guichet, $number, $number_key)
     	{
    +        // phpcs:enable
     		$result = 0;
     		$line_id = 0;
     
    @@ -164,7 +169,6 @@ class BonPrelevement extends CommonObject
     		}
     
     		return $result;
    -
     	}
     
     	/**
    @@ -312,7 +316,7 @@ class BonPrelevement extends CommonObject
     
     				$this->statut             = $obj->statut;
     
    -				$this->_fetched = 1;
    +				$this->fetched = 1;
     
     				return 1;
     			}
    @@ -328,6 +332,7 @@ class BonPrelevement extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set credite and set status of linked invoices. Still used ??
     	 *
    @@ -335,6 +340,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function set_credite()
     	{
    +        // phpcs:enable
     		global $user,$conf;
     
     		$error = 0;
    @@ -405,6 +411,7 @@ class BonPrelevement extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set direct debit order to "credited" status.
     	 *
    @@ -414,11 +421,12 @@ class BonPrelevement extends CommonObject
     	 */
     	function set_infocredit($user, $date)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$error = 0;
     
    -		if ($this->_fetched == 1)
    +		if ($this->fetched == 1)
     		{
     			if ($date >= $this->date_trans)
     			{
    @@ -551,6 +559,7 @@ class BonPrelevement extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set withdrawal to transmited status
     	 *
    @@ -561,6 +570,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function set_infotrans($user, $date, $method)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$error = 0;
    @@ -675,6 +685,7 @@ class BonPrelevement extends CommonObject
     		return $arr;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Returns amount of withdrawal
     	 *
    @@ -682,6 +693,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function SommeAPrelever()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$sql = "SELECT sum(pfd.amount) as nb";
    @@ -712,6 +724,7 @@ class BonPrelevement extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Get number of invoices to withdrawal
     	 *	TODO delete params banque and agence when not necesary
    @@ -722,6 +735,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function NbFactureAPrelever($banque=0,$agence=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$sql = "SELECT count(f.rowid) as nb";
    @@ -753,6 +767,7 @@ class BonPrelevement extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Create a withdraw
     	 *  TODO delete params banque and agence when not necesary
    @@ -766,6 +781,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function Create($banque=0, $agence=0, $mode='real', $format='ALL',$executiondate='')
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		dol_syslog(__METHOD__."::Bank=".$banque." Office=".$agence." mode=".$mode." format=".$format, LOG_DEBUG);
    @@ -1188,6 +1204,7 @@ class BonPrelevement extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Delete a notification def by id
     	 *
    @@ -1196,6 +1213,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function DeleteNotificationById($rowid)
     	{
    +        // phpcs:enable
     		$result = 0;
     
     		$sql = "DELETE FROM ".MAIN_DB_PREFIX."notify_def";
    @@ -1211,6 +1229,7 @@ class BonPrelevement extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Delete a notification
     	 *
    @@ -1220,6 +1239,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function DeleteNotification($user, $action)
     	{
    +        // phpcs:enable
     		$result = 0;
     
     		$sql = "DELETE FROM ".MAIN_DB_PREFIX."notify_def";
    @@ -1235,6 +1255,7 @@ class BonPrelevement extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Add a notification
     	 *
    @@ -1245,6 +1266,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function AddNotification($db, $user, $action)
     	{
    +        // phpcs:enable
     		$result = 0;
     
     		if ($this->DeleteNotification($user, $action) == 0)
    @@ -1457,10 +1479,10 @@ class BonPrelevement extends CommonObject
     		if (! empty($conf->global->MAIN_UMASK))
     		@chmod($this->file, octdec($conf->global->MAIN_UMASK));
     		return $result;
    -
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Write recipient of request (customer)
     	 *
    @@ -1477,6 +1499,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function EnregDestinataire($rowid, $client_nom, $rib_banque, $rib_guichet, $rib_number, $amount, $facnumber, $facid, $rib_dom='')
     	{
    +        // phpcs:enable
     		fputs($this->file, "06");
     		fputs($this->file, "08"); // Prelevement ordinaire
     
    @@ -1547,6 +1570,7 @@ class BonPrelevement extends CommonObject
     		return $pre.$row_code_client.'-'.$row_drum.'-'.date('U', $row_datec);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Write recipient of request (customer)
     	 *
    @@ -1570,6 +1594,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function EnregDestinataireSEPA($row_code_client, $row_nom, $row_address, $row_zip, $row_town, $row_country_code, $row_cb, $row_cg, $row_cc, $row_somme, $row_facnumber, $row_idfac, $row_iban, $row_bic, $row_datec, $row_drum)
     	{
    +        // phpcs:enable
     		$CrLf = "\n";
     		$Rowing = sprintf("%06d", $row_idfac);
     
    @@ -1624,6 +1649,7 @@ class BonPrelevement extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Write sender of request (me)
     	 *
    @@ -1631,6 +1657,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function EnregEmetteur()
     	{
    +        // phpcs:enable
     		fputs($this->file, "03");
     		fputs($this->file, "08"); // Prelevement ordinaire
     
    @@ -1687,9 +1714,9 @@ class BonPrelevement extends CommonObject
     		fputs($this->file, substr("                                        ",0,5));
     
     		fputs($this->file, "\n");
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Write sender of request (me).
     	 *  Note: The tag PmtInf is opened here but closed into caller
    @@ -1704,6 +1731,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function EnregEmetteurSEPA($configuration, $ladate, $nombre, $total, $CrLf='\n', $format='FRST')
     	{
    +        // phpcs:enable
     		// SEPA INITIALISATION
     		global $conf;
     
    @@ -1811,6 +1839,7 @@ class BonPrelevement extends CommonObject
     		return $XML_SEPA_INFO;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Write end
     	 *
    @@ -1819,6 +1848,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function EnregTotal($total)
     	{
    +        // phpcs:enable
     		fputs($this->file, "08");
     		fputs($this->file, "08"); // Prelevement ordinaire
     
    @@ -1883,6 +1913,7 @@ class BonPrelevement extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return status label for a status
     	 *
    @@ -1892,6 +1923,7 @@ class BonPrelevement extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		if (empty($this->labelstatut))
     		{
     			global $langs;
    @@ -1901,45 +1933,39 @@ class BonPrelevement extends CommonObject
     			$this->labelstatut[2]=$langs->trans("StatusCredited");
     		}
     
    -		if ($mode == 0)
    +		if ($mode == 0 || $mode == 1)
     		{
     			return $this->labelstatut[$statut];
     		}
    -		if ($mode == 1)
    -		{
    -			return $this->labelstatut[$statut];
    -		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut==0) return img_picto($this->labelstatut[$statut],'statut1').' '.$this->labelstatut[$statut];
     			if ($statut==1) return img_picto($this->labelstatut[$statut],'statut3').' '.$this->labelstatut[$statut];
     			if ($statut==2) return img_picto($this->labelstatut[$statut],'statut6').' '.$this->labelstatut[$statut];
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut==0) return img_picto($this->labelstatut[$statut],'statut1');
     			if ($statut==1) return img_picto($this->labelstatut[$statut],'statut3');
     			if ($statut==2) return img_picto($this->labelstatut[$statut],'statut6');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut==0) return img_picto($this->labelstatut[$statut],'statut1').' '.$this->labelstatut[$statut];
     			if ($statut==1) return img_picto($this->labelstatut[$statut],'statut3').' '.$this->labelstatut[$statut];
     			if ($statut==2) return img_picto($this->labelstatut[$statut],'statut6').' '.$this->labelstatut[$statut];
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut==0) return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut1');
     			if ($statut==1) return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut3');
     			if ($statut==2) return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut6');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($statut==0) return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut1');
     			if ($statut==1) return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut3');
     			if ($statut==2) return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut6');
     		}
     	}
    -
     }
    -
    diff --git a/htdocs/compta/prelevement/class/ligneprelevement.class.php b/htdocs/compta/prelevement/class/ligneprelevement.class.php
    index 10a7f6d23ee..d8434caefd8 100644
    --- a/htdocs/compta/prelevement/class/ligneprelevement.class.php
    +++ b/htdocs/compta/prelevement/class/ligneprelevement.class.php
    @@ -35,7 +35,7 @@ class LignePrelevement
     	 * @var int ID
     	 */
     	public $id;
    -	
    +
     	/**
          * @var DoliDB Database handler.
          */
    @@ -128,6 +128,7 @@ class LignePrelevement
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Return status label for a status
     	 *
    @@ -137,25 +138,26 @@ class LignePrelevement
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
     		{
     			return $langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($statut==0) return img_picto($langs->trans($this->statuts[$statut]),'statut1').' '.$langs->trans($this->statuts[$statut]);   // Waiting
     			if ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);   // Credited
     			if ($statut==3) return img_picto($langs->trans($this->statuts[$statut]),'statut8').' '.$langs->trans($this->statuts[$statut]);   // Refused
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut==0) return img_picto($langs->trans($this->statuts[$statut]),'statut1');
     			if ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut6');
     			if ($statut==3) return img_picto($langs->trans($this->statuts[$statut]),'statut8');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut==0) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts[$statut]),'statut1');
     			if ($statut==2) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts[$statut]),'statut6');
    @@ -180,4 +182,3 @@ class LignePrelevement
     		return CommonObject::commonReplaceThirdparty($db, $origin_id, $dest_id, $tables);
     	}
     }
    -
    diff --git a/htdocs/compta/prelevement/class/rejetprelevement.class.php b/htdocs/compta/prelevement/class/rejetprelevement.class.php
    index 606208b5193..6e3cfe499a8 100644
    --- a/htdocs/compta/prelevement/class/rejetprelevement.class.php
    +++ b/htdocs/compta/prelevement/class/rejetprelevement.class.php
    @@ -34,7 +34,7 @@ class RejetPrelevement
     	 * @var int ID
     	 */
     	public $id;
    -	
    +
     	/**
          * @var DoliDB Database handler.
          */
    @@ -69,7 +69,6 @@ class RejetPrelevement
     
         	$this->facturer[0]=$langs->trans("NoInvoiceRefused");
     		$this->facturer[1]=$langs->trans("InvoiceRefused");
    -
     	}
     
     	/**
    @@ -198,9 +197,9 @@ class RejetPrelevement
     			dol_syslog("RejetPrelevement::Create Rollback");
     			$this->db->rollback();
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Send email to all users that has asked the withdraw request
     	 *
    @@ -209,6 +208,7 @@ class RejetPrelevement
     	 */
     	function _send_email($fac)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$userid = 0;
    @@ -327,7 +327,6 @@ class RejetPrelevement
     		}
     
     		return $arr;
    -
     	}
     
     	/**
    @@ -371,6 +370,4 @@ class RejetPrelevement
     			return -2;
     		}
     	}
    -
     }
    -
    diff --git a/htdocs/compta/prelevement/create.php b/htdocs/compta/prelevement/create.php
    index b08e2c3662e..0d07c341458 100644
    --- a/htdocs/compta/prelevement/create.php
    +++ b/htdocs/compta/prelevement/create.php
    @@ -1,9 +1,10 @@
     <?php
    -/* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2010-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2010-2012 Juanjo Menent        <jmenent@2byte.es>
    - * Copyright (C) 2018      Nicolas ZABOURI      <info@inovea-conseil.com>
    +/* Copyright (C) 2005       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2010-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2009  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2010-2012  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2018       Nicolas ZABOURI         <info@inovea-conseil.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -153,7 +154,7 @@ print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">'
     if ($nb) {
         if ($pricetowithdraw) {
             print $langs->trans('ExecutionDate').' ';
    -        print $form->select_date();
    +        print $form->selectDate();
             if ($mysoc->isInEEC()) {
                 print '<select name="format"><option value="FRST">'.$langs->trans('SEPAFRST').'</option><option value="RCUR">'.$langs->trans('SEPARCUR').'</option></select>';
                 print '<input class="butAction" type="submit" value="' . $langs->trans("CreateForSepa") . '"/>';
    diff --git a/htdocs/compta/prelevement/ligne.php b/htdocs/compta/prelevement/ligne.php
    index a1aaa932b5b..8dd1c87069a 100644
    --- a/htdocs/compta/prelevement/ligne.php
    +++ b/htdocs/compta/prelevement/ligne.php
    @@ -1,8 +1,9 @@
     <?php
    -/* Copyright (C) 2005      Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2005-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2010-2013 Juanjo Menent        <jmenent@2byte.es>
    +/* Copyright (C) 2005       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2005-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2009  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2010-2013  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -196,7 +197,7 @@ if ($id)
     		//Date
     		print '<tr><td class="fieldrequired valid">'.$langs->trans("RefusedData").'</td>';
     		print '<td colspan="2" class="valid">';
    -		print $form->select_date('','','','','',"confirm_rejet");
    +		print $form->selectDate('', '', '', '', '', "confirm_rejet");
     		print '</td></tr>';
     
     		//Reason
    diff --git a/htdocs/compta/resultat/clientfourn.php b/htdocs/compta/resultat/clientfourn.php
    index b30e65310b3..4d643536388 100644
    --- a/htdocs/compta/resultat/clientfourn.php
    +++ b/htdocs/compta/resultat/clientfourn.php
    @@ -1,12 +1,13 @@
     <?php
    -/* Copyright (C) 2002-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2012      Cédric Salvador      <csalvador@gpcsolutions.fr>
    - * Copyright (C) 2012-2014 Raphaël Dourseanud   <rdoursenaud@gpcsolutions.fr>
    - * Copyright (C) 2014-2106 Ferran Marcet        <fmarcet@2byte.es>
    - * Copyright (C) 2014	   Juanjo Menent        <jmenent@2byte.es>
    - * Copyright (C) 2014	   Florian Henry        <florian.henry@open-concept.pro>
    +/* Copyright (C) 2002-2006  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2017  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2012       Cédric Salvador         <csalvador@gpcsolutions.fr>
    + * Copyright (C) 2012-2014  Raphaël Dourseanud      <rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2014-2106  Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2014       Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2014       Florian Henry           <florian.henry@open-concept.pro>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -161,7 +162,7 @@ if ($modecompta=="CREANCES-DETTES")
     	$calcmode=$langs->trans("CalcModeDebt");
         $calcmode.='<br>('.$langs->trans("SeeReportInInputOutputMode",'<a href="'.$_SERVER["PHP_SELF"].'?date_startyear='.$tmps['year'].'&date_startmonth='.$tmps['mon'].'&date_startday='.$tmps['mday'].'&date_endyear='.$tmpe['year'].'&date_endmonth='.$tmpe['mon'].'&date_endday='.$tmpe['mday'].'&modecompta=RECETTES-DEPENSES">','</a>').')';
         if (! empty($conf->accounting->enabled)) $calcmode.='<br>('.$langs->trans("SeeReportInBookkeepingMode",'<a href="'.$_SERVER["PHP_SELF"].'?date_startyear='.$tmps['year'].'&date_startmonth='.$tmps['mon'].'&date_startday='.$tmps['mday'].'&date_endyear='.$tmpe['year'].'&date_endmonth='.$tmpe['mon'].'&date_endday='.$tmpe['mday'].'&modecompta=BOOKKEEPING">','</a>').')';
    -    $period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +    $period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	$periodlink=($year_start?"<a href='".$_SERVER["PHP_SELF"]."?year=".($tmps['year']-1)."&modecompta=".$modecompta."'>".img_previous()."</a> <a href='".$_SERVER["PHP_SELF"]."?year=".($tmps['year']+1)."&modecompta=".$modecompta."'>".img_next()."</a>":"");
         $description=$langs->trans("RulesResultDue");
     	if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $description.= $langs->trans("DepositsAreNotIncluded");
    @@ -175,9 +176,8 @@ elseif ($modecompta=="RECETTES-DEPENSES")
     	$calcmode=$langs->trans("CalcModeEngagement");
         $calcmode.='<br>('.$langs->trans("SeeReportInDueDebtMode",'<a href="'.$_SERVER["PHP_SELF"].'?date_startyear='.$tmps['year'].'&date_startmonth='.$tmps['mon'].'&date_startday='.$tmps['mday'].'&date_endyear='.$tmpe['year'].'&date_endmonth='.$tmpe['mon'].'&date_endday='.$tmpe['mday'].'&modecompta=CREANCES-DETTES">','</a>').')';
         if (! empty($conf->accounting->enabled)) $calcmode.='<br>('.$langs->trans("SeeReportInBookkeepingMode",'<a href="'.$_SERVER["PHP_SELF"].'?date_startyear='.$tmps['year'].'&date_startmonth='.$tmps['mon'].'&date_startday='.$tmps['mday'].'&date_endyear='.$tmpe['year'].'&date_endmonth='.$tmpe['mon'].'&date_endday='.$tmpe['mday'].'&modecompta=BOOKKEEPING">','</a>').')';
    -    //$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',1,1,0,'',1,0,1);
    -    $period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    -	$periodlink=($year_start?"<a href='".$_SERVER["PHP_SELF"]."?year=".($tmps['year']-1)."&modecompta=".$modecompta."'>".img_previous()."</a> <a href='".$_SERVER["PHP_SELF"]."?year=".($tmps['year']+1)."&modecompta=".$modecompta."'>".img_next()."</a>":"");
    +    $period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
    +    $periodlink=($year_start?"<a href='".$_SERVER["PHP_SELF"]."?year=".($tmps['year']-1)."&modecompta=".$modecompta."'>".img_previous()."</a> <a href='".$_SERVER["PHP_SELF"]."?year=".($tmps['year']+1)."&modecompta=".$modecompta."'>".img_next()."</a>":"");
         $description=$langs->trans("RulesResultInOut");
         $builddate=dol_now();
         //$exportlink=$langs->trans("NotYetAvailable");
    @@ -188,8 +188,7 @@ elseif ($modecompta=="BOOKKEEPING")
     	$calcmode=$langs->trans("CalcModeBookkeeping");
         $calcmode.='<br>('.$langs->trans("SeeReportInInputOutputMode",'<a href="'.$_SERVER["PHP_SELF"].'?date_startyear='.$tmps['year'].'&date_startmonth='.$tmps['mon'].'&date_startday='.$tmps['mday'].'&date_endyear='.$tmpe['year'].'&date_endmonth='.$tmpe['mon'].'&date_endday='.$tmpe['mday'].'&modecompta=RECETTES-DEPENSES">','</a>').')';
     	$calcmode.='<br>('.$langs->trans("SeeReportInDueDebtMode",'<a href="'.$_SERVER["PHP_SELF"].'?date_startyear='.$tmps['year'].'&date_startmonth='.$tmps['mon'].'&date_startday='.$tmps['mday'].'&date_endyear='.$tmpe['year'].'&date_endmonth='.$tmpe['mon'].'&date_endday='.$tmpe['mday'].'&modecompta=CREANCES-DETTES">','</a>').')';
    -	//$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',1,1,0,'',1,0,1);
    -	$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +	$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	$arraylist=array('no'=>$langs->trans("No"), 'yes'=>$langs->trans("AccountWithNonZeroValues"), 'all'=>$langs->trans("All"));
     	$period.=' &nbsp; &nbsp; '.$langs->trans("DetailByAccount").' '. $form->selectarray('showaccountdetail', $arraylist, $showaccountdetail, 0);
     	$periodlink=($year_start?"<a href='".$_SERVER["PHP_SELF"]."?year=".($tmps['year']-1)."&modecompta=".$modecompta."'>".img_previous()."</a> <a href='".$_SERVER["PHP_SELF"]."?year=".($tmps['year']+1)."&modecompta=".$modecompta."'>".img_next()."</a>":"");
    diff --git a/htdocs/compta/resultat/index.php b/htdocs/compta/resultat/index.php
    index 1bfd767ef19..5fc58955b60 100644
    --- a/htdocs/compta/resultat/index.php
    +++ b/htdocs/compta/resultat/index.php
    @@ -1,10 +1,11 @@
     <?php
    -/* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2014-2016 Ferran Marcet        <fmarcet@2byte.es>
    - * Copyright (C) 2014	   Juanjo Menent        <jmenent@2byte.es>
    - * Copyright (C) 2014	   Florian Henry        <florian.henry@open-concept.pro>
    +/* Copyright (C) 2003       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2014-2016  Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2014       Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2014       Florian Henry           <florian.henry@open-concept.pro>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -124,7 +125,7 @@ if ($modecompta == 'CREANCES-DETTES')
     	$calcmode=$langs->trans("CalcModeDebt");
     	$calcmode.='<br>('.$langs->trans("SeeReportInInputOutputMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=RECETTES-DEPENSES">','</a>').')';
     	if (! empty($conf->accounting->enabled)) $calcmode.='<br>('.$langs->trans("SeeReportInBookkeepingMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=BOOKKEEPING">','</a>').')';
    -	$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +	$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	$periodlink=($year_start?"<a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear-2)."&modecompta=".$modecompta."'>".img_previous()."</a> <a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear)."&modecompta=".$modecompta."'>".img_next()."</a>":"");
     	$description=$langs->trans("RulesAmountWithTaxIncluded");
     	$description.='<br>'.$langs->trans("RulesResultDue");
    @@ -138,7 +139,7 @@ else if ($modecompta=="RECETTES-DEPENSES") {
     	$calcmode=$langs->trans("CalcModeEngagement");
     	$calcmode.='<br>('.$langs->trans("SeeReportInDueDebtMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=CREANCES-DETTES">','</a>').')';
     	if (! empty($conf->accounting->enabled)) $calcmode.='<br>('.$langs->trans("SeeReportInBookkeepingMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=BOOKKEEPING">','</a>').')';
    -	$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +	$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	$periodlink=($year_start?"<a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear-2)."&modecompta=".$modecompta."'>".img_previous()."</a> <a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear)."&modecompta=".$modecompta."'>".img_next()."</a>":"");
     	$description=$langs->trans("RulesAmountWithTaxIncluded");
     	$description.='<br>'.$langs->trans("RulesResultInOut");
    @@ -151,7 +152,7 @@ else if ($modecompta=="BOOKKEEPING")
     	$calcmode=$langs->trans("CalcModeBookkeeping");
     	$calcmode.='<br>('.$langs->trans("SeeReportInInputOutputMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=RECETTES-DEPENSES">','</a>').')';
     	$calcmode.='<br>('.$langs->trans("SeeReportInDueDebtMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=CREANCES-DETTES">','</a>').')';
    -	$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +	$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	$periodlink=($year_start?"<a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear-2)."&modecompta=".$modecompta."'>".img_previous()."</a> <a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear)."&modecompta=".$modecompta."'>".img_next()."</a>":"");
     	$description=$langs->trans("RulesAmountOnInOutBookkeepingRecord");
     	$description.=' ('.$langs->trans("SeePageForSetup", DOL_URL_ROOT.'/accountancy/admin/account.php?mainmenu=accountancy&leftmenu=accountancy_admin', $langs->transnoentitiesnoconv("Accountancy").' / '.$langs->transnoentitiesnoconv("Setup").' / '.$langs->trans("Chartofaccounts")).')';
    diff --git a/htdocs/compta/resultat/result.php b/htdocs/compta/resultat/result.php
    index 87127fdb4cf..c4a6e2ec755 100644
    --- a/htdocs/compta/resultat/result.php
    +++ b/htdocs/compta/resultat/result.php
    @@ -1,7 +1,8 @@
     <?php
    -/* Copyright (C) 2016-2017		Jamal Elbaz			<jamelbaz@gmail.com>
    - * Copyright (C) 2016 	    	Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
    - * Copyright (C) 2018 	    	Laurent Destailleur <eldy@destailleur.fr>
    +/* Copyright (C) 2016-2017  Jamal Elbaz             <jamelbaz@gmail.com>
    + * Copyright (C) 2016       Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Laurent Destailleur     <eldy@destailleur.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -171,7 +172,7 @@ if ($modecompta=="CREANCES-DETTES")
     	$calcmode=$langs->trans("CalcModeDebt");
     	$calcmode.='<br>('.$langs->trans("SeeReportInInputOutputMode",'<a href="'.$_SERVER["PHP_SELF"].'?year='.$start_year.(GETPOST("month")>0?'&month='.GETPOST("month"):'').'&modecompta=RECETTES-DEPENSES">','</a>').')';
     	if (! empty($conf->accounting->enabled)) $calcmode.='<br>('.$langs->trans("SeeReportInBookkeepingMode",'<a href="'.$_SERVER["PHP_SELF"].'?year='.$start_year.'&modecompta=BOOKKEEPING">','</a>').')';
    -	$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +	$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	//$periodlink='<a href="'.$_SERVER["PHP_SELF"].'?year='.($year-1).'&modecompta='.$modecompta.'">'.img_previous().'</a> <a href="'.$_SERVER["PHP_SELF"].'?year='.($year+1).'&modecompta='.$modecompta.'">'.img_next().'</a>';
     	$description=$langs->trans("RulesResultDue");
     	if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $description.= $langs->trans("DepositsAreNotIncluded");
    @@ -179,25 +180,24 @@ if ($modecompta=="CREANCES-DETTES")
     	$builddate=dol_now();
     	//$exportlink=$langs->trans("NotYetAvailable");
     }
    -else if ($modecompta=="RECETTES-DEPENSES") {
    +elseif ($modecompta=="RECETTES-DEPENSES") {
     	$name=$langs->trans("AnnualByAccountInputOutputMode");
     	$calcmode=$langs->trans("CalcModeEngagement");
     	$calcmode.='<br>('.$langs->trans("SeeReportInDueDebtMode",'<a href="'.$_SERVER["PHP_SELF"].'?year='.$year.(GETPOST("month")>0?'&month='.GETPOST("month"):'').'&modecompta=CREANCES-DETTES">','</a>').')';
     	if (! empty($conf->accounting->enabled)) $calcmode.='<br>('.$langs->trans("SeeReportInBookkeepingMode",'<a href="'.$_SERVER["PHP_SELF"].'?year='.$year.'&modecompta=BOOKKEEPING">','</a>').')';
    -	//$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',1,1,0,'',1,0,1);
    -	$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +	$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	//$periodlink='<a href="'.$_SERVER["PHP_SELF"].'?year='.($year-1).'&modecompta='.$modecompta.'">'.img_previous().'</a> <a href="'.$_SERVER["PHP_SELF"].'?year='.($year+1).'&modecompta='.$modecompta.'">'.img_next().'</a>';
     	$description=$langs->trans("RulesResultInOut");
     	$builddate=dol_now();
     	//$exportlink=$langs->trans("NotYetAvailable");
     }
    -else if ($modecompta=="BOOKKEEPING")
    +elseif ($modecompta=="BOOKKEEPING")
     {
     	$name = $langs->trans("ReportInOut").', '.$langs->trans("ByPersonalizedAccountGroups");
     	$calcmode=$langs->trans("CalcModeBookkeeping");
     	//$calcmode.='<br>('.$langs->trans("SeeReportInDueDebtMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=CREANCES-DETTES">','</a>').')';
     	//$calcmode.='<br>('.$langs->trans("SeeReportInInputOutputMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=RECETTES-DEPENSES">','</a>').')';
    -	$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +	$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	$arraylist=array('no'=>$langs->trans("No"), 'yes'=>$langs->trans("AccountWithNonZeroValues"), 'all'=>$langs->trans("All"));
     	$period.=' &nbsp; &nbsp; '.$langs->trans("DetailByAccount").' '. $form->selectarray('showaccountdetail', $arraylist, $showaccountdetail, 0);
     	$periodlink = $textprevyear . $textnextyear ;
    @@ -247,12 +247,12 @@ if ($modecompta == 'CREANCES-DETTES')
     	//if (! empty($date_start) && ! empty($date_end))
     	//	$sql.= " AND f.datef >= '".$db->idate($date_start)."' AND f.datef <= '".$db->idate($date_end)."'";
     }
    -else if ($modecompta=="RECETTES-DEPENSES")
    +elseif ($modecompta=="RECETTES-DEPENSES")
     {
     	//if (! empty($date_start) && ! empty($date_end))
     	//	$sql.= " AND p.datep >= '".$db->idate($date_start)."' AND p.datep <= '".$db->idate($date_end)."'";
     }
    -else if ($modecompta=="BOOKKEEPING")
    +elseif ($modecompta=="BOOKKEEPING")
     {
     
     	// Get array of all report groups that are active
    diff --git a/htdocs/compta/salaries/card.php b/htdocs/compta/salaries/card.php
    index 3d8cf0a38ab..f50d940a51a 100644
    --- a/htdocs/compta/salaries/card.php
    +++ b/htdocs/compta/salaries/card.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2014      Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2015      Jean-François Ferry  <jfefe@aternatik.fr>
      * Copyright (C) 2015      Charlie BENKE        <charlie@patas-monkey.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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 +48,7 @@ $projectid = (GETPOST('projectid','int') ? GETPOST('projectid', 'int') : GETPOST
     // Security check
     $socid = GETPOST("socid","int");
     if ($user->societe_id) $socid=$user->societe_id;
    -$result = restrictedArea($user, 'salaries', '', '', 'payment');
    +$result = restrictedArea($user, 'salaries', '', '', '');
     
     $object = new PaymentSalary($db);
     
    @@ -255,13 +256,13 @@ if ($action == 'create')
     	// Date payment
     	print '<tr><td>';
     	print fieldLabel('DatePayment','datep',1).'</td><td>';
    -	print $form->select_date((empty($datep)?-1:$datep),"datep",'','','','add',1,1);
    +	print $form->selectDate((empty($datep)?-1:$datep), "datep", '', '', '', 'add', 1, 1);
     	print '</td></tr>';
     
     	// Date value for bank
     	print '<tr><td>';
     	print fieldLabel('DateValue','datev',0).'</td><td>';
    -	print $form->select_date((empty($datev)?-1:$datev),"datev",'','','','add',1,1);
    +	print $form->selectDate((empty($datev)?-1:$datev), "datev", '', '', '', 'add', 1, 1);
     	print '</td></tr>';
     
     	// Employee
    @@ -280,13 +281,13 @@ if ($action == 'create')
     	// Date start period
     	print '<tr><td>';
     	print fieldLabel('DateStartPeriod','datesp',1).'</td><td>';
    -	print $form->select_date($datesp,"datesp",'','','','add');
    +	print $form->selectDate($datesp, "datesp", '', '', '', 'add');
     	print '</td></tr>';
     
     	// Date end period
     	print '<tr><td>';
     	print fieldLabel('DateEndPeriod','dateep',1).'</td><td>';
    -	print $form->select_date($dateep,"dateep",'','','','add');
    +	print $form->selectDate($dateep, "dateep", '', '', '', 'add');
     	print '</td></tr>';
     
     	// Amount
    diff --git a/htdocs/compta/salaries/class/paymentsalary.class.php b/htdocs/compta/salaries/class/paymentsalary.class.php
    index babd5323fce..4da78cb492d 100644
    --- a/htdocs/compta/salaries/class/paymentsalary.class.php
    +++ b/htdocs/compta/salaries/class/paymentsalary.class.php
    @@ -35,27 +35,57 @@ class PaymentSalary extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='payment_salary';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='payment_salary';	
    -	
    +	public $table_element='payment_salary';
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto='payment';
     
     	public $tms;
    +
    +	/**
    +	 * @var int User ID
    +	 */
     	public $fk_user;
    +
     	public $datep;
     	public $datev;
     	public $amount;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_project;
    +
     	public $type_payment;
     	public $num_payment;
    -	public $label;
    +
    +	/**
    +     * @var string salary payments label
    +     */
    +    public $label;
    +
     	public $datesp;
     	public $dateep;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_bank;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_user_author;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_user_modif;
     
     
    @@ -69,7 +99,6 @@ class PaymentSalary extends CommonObject
     		$this->db = $db;
     		$this->element = 'payment_salary';
     		$this->table_element = 'payment_salary';
    -		return 1;
     	}
     
     	/**
    @@ -481,6 +510,7 @@ class PaymentSalary extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update link between payment salary and line generate into llx_bank
     	 *
    @@ -489,6 +519,7 @@ class PaymentSalary extends CommonObject
     	 */
     	function update_fk_bank($id_bank)
     	{
    +        // phpcs:enable
     		$sql = 'UPDATE '.MAIN_DB_PREFIX.'payment_salary SET fk_bank = '.$id_bank;
     		$sql.= ' WHERE rowid = '.$this->id;
     		$result = $this->db->query($sql);
    @@ -578,6 +609,7 @@ class PaymentSalary extends CommonObject
     	    return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Renvoi le libelle d'un statut donne
     	 *
    @@ -587,6 +619,7 @@ class PaymentSalary extends CommonObject
     	 */
     	function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     	    global $langs;	// TODO Renvoyer le libelle anglais et faire traduction a affichage
     
     	    $langs->load('compta');
    @@ -627,5 +660,4 @@ class PaymentSalary extends CommonObject
     	    }*/
     	    return '';
     	}
    -
     }
    diff --git a/htdocs/compta/salaries/document.php b/htdocs/compta/salaries/document.php
    index 5209c281f68..59ca8389193 100644
    --- a/htdocs/compta/salaries/document.php
    +++ b/htdocs/compta/salaries/document.php
    @@ -44,8 +44,9 @@ $action = GETPOST('action','alpha');
     $confirm = GETPOST('confirm','alpha');
     
     // Security check
    +$socid = GETPOST("socid","int");
     if ($user->societe_id) $socid=$user->societe_id;
    -$result = restrictedArea($user, 'salaries', $id, '');
    +$result = restrictedArea($user, 'salaries', '', '', '');
     
     
     // Get parameters
    diff --git a/htdocs/compta/salaries/index.php b/htdocs/compta/salaries/index.php
    index d9942d86b79..a8a0b82e7d9 100644
    --- a/htdocs/compta/salaries/index.php
    +++ b/htdocs/compta/salaries/index.php
    @@ -148,7 +148,7 @@ if ($result)
     	if ($optioncss != '') $param.='&amp;optioncss='.$optioncss;
     
     	$newcardbutton='';
    -	if ($user->rights->salaries->payment->write)
    +	if (! empty($user->rights->salaries->write))
     	{
     		$newcardbutton='<a class="butActionNew" href="'.DOL_URL_ROOT.'/compta/salaries/card.php?action=create"><span class="valignmiddle">'.$langs->trans('NewSalaryPayment').'</span>';
     		$newcardbutton.= '<span class="fa fa-plus-circle valignmiddle"></span>';
    diff --git a/htdocs/compta/salaries/stats/index.php b/htdocs/compta/salaries/stats/index.php
    index 7c7dbb43e3a..d5e3e226615 100644
    --- a/htdocs/compta/salaries/stats/index.php
    +++ b/htdocs/compta/salaries/stats/index.php
    @@ -41,18 +41,6 @@ $socid = GETPOST("socid","int");
     if ($user->societe_id) $socid=$user->societe_id;
     $result = restrictedArea($user, 'salaries', '', '', '');
     
    -// Other security check
    -$childids = $user->getAllChildIds();
    -$childids[]=$user->id;
    -if ($userid > 0)
    -{
    -	if (empty($user->rights->salaries->payment->readall) && ! in_array($userid, $childids))
    -	{
    -		accessforbidden();
    -		exit;
    -	}
    -}
    -
     $nowyear=strftime("%Y", dol_now());
     $year = GETPOST('year')>0?GETPOST('year'):$nowyear;
     //$startyear=$year-2;
    @@ -77,11 +65,6 @@ print load_fiche_titre($title, $mesg);
     dol_mkdir($dir);
     
     $useridtofilter=$userid;	// Filter from parameters
    -if (empty($useridtofilter))
    -{
    -	$useridtofilter=$childids;
    -	if (! empty($user->rights->salaries->payment->readall)) $useridtofilter=0;
    -}
     
     $stats = new SalariesStats($db, $socid, $useridtofilter);
     
    diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php
    index 30dcd381ae2..4ffa1a2829f 100644
    --- a/htdocs/compta/sociales/card.php
    +++ b/htdocs/compta/sociales/card.php
    @@ -1,8 +1,8 @@
     <?php
    -/* Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2016      Frédéric France      <frederic.france@free.fr>
    - * Copyright (C) 2017      Alexandre Spangaro   <aspangaro@zendsi.com>
    +/* Copyright (C) 2004-2016 Laurent Destailleur      <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2013 Regis Houssin            <regis.houssin@capnetworks.com>
    + * Copyright (C) 2016-2018 Frédéric France          <frederic.france@netlogic.fr>
    + * Copyright (C) 2017      Alexandre Spangaro       <aspangaro@zendsi.com>
      *
      * 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
    @@ -40,7 +40,7 @@ if (! empty($conf->accounting->enabled)) {
     }
     
     // Load translation files required by the page
    -$langs->loadLangs(array('compta', 'bills'));
    +$langs->loadLangs(array('compta', 'bills', 'banks'));
     
     $id=GETPOST('id','int');
     $action=GETPOST('action','aZ09');
    @@ -332,7 +332,7 @@ if ($action == 'create')
     	print $form->textwithpicto($langs->trans("PeriodEndDate"), $langs->trans("LastDayTaxIsRelatedTo"));
     	print '</td>';
        	print '<td>';
    -	print $form->select_date(! empty($dateperiod)?$dateperiod:'-1', 'period', 0, 0, 0, 'charge', 1);
    +	print $form->selectDate(! empty($dateperiod)?$dateperiod:'-1', 'period', 0, 0, 0, 'charge', 1);
     	print '</td>';
     	print '</tr>';
     
    @@ -342,7 +342,7 @@ if ($action == 'create')
     	print $langs->trans("DateDue");
     	print '</td>';
     	print '<td>';
    -	print $form->select_date(! empty($dateech)?$dateech:'-1', 'ech', 0, 0, 0, 'charge', 1);
    +	print $form->selectDate(! empty($dateech)?$dateech:'-1', 'ech', 0, 0, 0, 'charge', 1);
     	print '</td>';
     	print "</tr>\n";
     
    @@ -502,7 +502,7 @@ if ($id > 0)
     		print "<td>";
     		if ($action == 'edit')
     		{
    -			print $form->select_date($object->periode, 'period', 0, 0, 0, 'charge', 1);
    +			print $form->selectDate($object->periode, 'period', 0, 0, 0, 'charge', 1);
     		}
     		else
     		{
    @@ -514,10 +514,9 @@ if ($id > 0)
     		if ($action == 'edit')
     		{
     			print '<tr><td>'.$langs->trans("DateDue")."</td><td>";
    -			print $form->select_date($object->date_ech, 'ech', 0, 0, 0, 'charge', 1);
    +			print $form->selectDate($object->date_ech, 'ech', 0, 0, 0, 'charge', 1);
     			print "</td></tr>";
    -		}
    -		else {
    +		} else {
     			print "<tr><td>".$langs->trans("DateDue")."</td><td>".dol_print_date($object->date_ech,'day')."</td></tr>";
     		}
     
    diff --git a/htdocs/compta/sociales/class/cchargesociales.class.php b/htdocs/compta/sociales/class/cchargesociales.class.php
    index de382423cc5..a8f5c430691 100644
    --- a/htdocs/compta/sociales/class/cchargesociales.class.php
    +++ b/htdocs/compta/sociales/class/cchargesociales.class.php
    @@ -25,7 +25,7 @@
      */
     
     // Put here all includes required by your class file
    -require_once DOL_DOCUMENT_ROOT . '/core/class/commonobject.class.php';
    +//require_once DOL_DOCUMENT_ROOT . '/core/class/commonobject.class.php';
     //require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
     //require_once DOL_DOCUMENT_ROOT . '/product/class/product.class.php';
     
    @@ -38,7 +38,7 @@ class Cchargesociales
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'cchargesociales';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -48,10 +48,15 @@ class Cchargesociales
     	public $deductible;
     	public $active;
     	public $code;
    +
    +	/**
    +     * @var int ID
    +     */
     	public $fk_pays;
    +
     	public $module;
     	public $accountancy_code;
    -	
    +
     
     	/**
     	 * Constructor
    @@ -77,38 +82,25 @@ class Cchargesociales
     
     		$error = 0;
     
    -		// Clean parameters
    -		
    -		if (isset($this->libelle)) {
    -			 $this->libelle = trim($this->libelle);
    -		}
    -		if (isset($this->deductible)) {
    -			 $this->deductible = trim($this->deductible);
    -		}
    -		if (isset($this->active)) {
    -			 $this->active = trim($this->active);
    -		}
    -		if (isset($this->code)) {
    -			 $this->code = trim($this->code);
    -		}
    -		if (isset($this->fk_pays)) {
    -			 $this->fk_pays = trim($this->fk_pays);
    -		}
    -		if (isset($this->module)) {
    -			 $this->module = trim($this->module);
    -		}
    -		if (isset($this->accountancy_code)) {
    -			 $this->accountancy_code = trim($this->accountancy_code);
    -		}
    -
    -		
    +        // Clean parameters
    +        $this->trimParameters(
    +            array(
    +                'libelle',
    +                'deductible',
    +                'active',
    +                'code',
    +                'fk_pays',
    +                'module',
    +                'accountancy_code',
    +            )
    +        );
     
     		// Check parameters
     		// Put here code to add control on parameters values
     
     		// Insert request
     		$sql = 'INSERT INTO ' . MAIN_DB_PREFIX . $this->table_element . '(';
    -		
    +
     		$sql.= 'libelle,';
     		$sql.= 'deductible,';
     		$sql.= 'active,';
    @@ -117,9 +109,9 @@ class Cchargesociales
     		$sql.= 'module';
     		$sql.= 'accountancy_code';
     
    -		
    +
     		$sql .= ') VALUES (';
    -		
    +
     		$sql .= ' '.(! isset($this->libelle)?'NULL':"'".$this->db->escape($this->libelle)."'").',';
     		$sql .= ' '.(! isset($this->deductible)?'NULL':$this->deductible).',';
     		$sql .= ' '.(! isset($this->active)?'NULL':$this->active).',';
    @@ -128,7 +120,7 @@ class Cchargesociales
     		$sql .= ' '.(! isset($this->module)?'NULL':"'".$this->db->escape($this->module)."'").',';
     		$sql .= ' '.(! isset($this->accountancy_code)?'NULL':"'".$this->db->escape($this->accountancy_code)."'");
     
    -		
    +
     		$sql .= ')';
     
     		$this->db->begin();
    @@ -143,7 +135,7 @@ class Cchargesociales
     		if (!$error) {
     			$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX . $this->table_element);
     
    -			if (!$notrigger) {
    +			//if (!$notrigger) {
     				// Uncomment this and change MYOBJECT to your own tag if you
     				// want this action to call a trigger.
     
    @@ -151,7 +143,7 @@ class Cchargesociales
     				//$result=$this->call_trigger('MYOBJECT_CREATE',$user);
     				//if ($result < 0) $error++;
     				//// End call triggers
    -			}
    +			//}
     		}
     
     		// Commit or rollback
    @@ -201,7 +193,7 @@ class Cchargesociales
     				$obj = $this->db->fetch_object($resql);
     
     				$this->id = $obj->id;
    -				
    +
     				$this->libelle = $obj->libelle;
     				$this->deductible = $obj->deductible;
     				$this->active = $obj->active;
    @@ -210,7 +202,7 @@ class Cchargesociales
     				$this->module = $obj->module;
     				$this->accountancy_code = $obj->accountancy_code;
     
    -				
    +
     			}
     			$this->db->free($resql);
     
    @@ -242,30 +234,19 @@ class Cchargesociales
     		dol_syslog(__METHOD__, LOG_DEBUG);
     
     		// Clean parameters
    -		
    -		if (isset($this->libelle)) {
    -			 $this->libelle = trim($this->libelle);
    -		}
    -		if (isset($this->deductible)) {
    -			 $this->deductible = trim($this->deductible);
    -		}
    -		if (isset($this->active)) {
    -			 $this->active = trim($this->active);
    -		}
    -		if (isset($this->code)) {
    -			 $this->code = trim($this->code);
    -		}
    -		if (isset($this->fk_pays)) {
    -			 $this->fk_pays = trim($this->fk_pays);
    -		}
    -		if (isset($this->module)) {
    -			 $this->module = trim($this->module);
    -		}
    -		if (isset($this->accountancy_code)) {
    -			 $this->accountancy_code = trim($this->accountancy_code);
    -		}
     
    -		
    +        $this->trimParameters(
    +            array(
    +                'libelle',
    +                'deductible',
    +                'active',
    +                'code',
    +                'fk_pays',
    +                'module',
    +                'accountancy_code',
    +            )
    +        );
    +
     
     		// Check parameters
     		// Put here code to add a control on parameters values
    @@ -290,7 +271,7 @@ class Cchargesociales
     			dol_syslog(__METHOD__ . ' ' . join(',', $this->errors), LOG_ERR);
     		}
     
    -		if (!$error && !$notrigger) {
    +		//if (!$error && !$notrigger) {
     			// Uncomment this and change MYOBJECT to your own tag if you
     			// want this action calls a trigger.
     
    @@ -298,7 +279,7 @@ class Cchargesociales
     			//$result=$this->call_trigger('MYOBJECT_MODIFY',$user);
     			//if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
     			//// End call triggers
    -		}
    +		//}
     
     		// Commit or rollback
     		if ($error) {
    @@ -328,8 +309,8 @@ class Cchargesociales
     
     		$this->db->begin();
     
    -		if (!$error) {
    -			if (!$notrigger) {
    +		//if (!$error) {
    +			//if (!$notrigger) {
     				// Uncomment this and change MYOBJECT to your own tag if you
     				// want this action calls a trigger.
     
    @@ -337,8 +318,8 @@ class Cchargesociales
     				//$result=$this->call_trigger('MYOBJECT_DELETE',$user);
     				//if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
     				//// End call triggers
    -			}
    -		}
    +			//}
    +		//}
     
     		if (!$error) {
     			$sql = 'DELETE FROM ' . MAIN_DB_PREFIX . $this->table_element;
    @@ -449,7 +430,7 @@ class Cchargesociales
     		$result.= $link . $this->ref . $linkend;
     		return $result;
     	}
    -	
    +
     	/**
     	 *  Retourne le libelle du status d'un user (actif, inactif)
     	 *
    @@ -461,6 +442,7 @@ class Cchargesociales
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un status donne
     	 *
    @@ -470,42 +452,42 @@ class Cchargesociales
     	 */
     	function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
     		{
    -			$prefix='';
     			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    +			elseif ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    +			elseif ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    +			elseif ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
     		}
     	}
    -	
    -	
    +
    +
     	/**
     	 * Initialise object with example values
     	 * Id must be 0 if object instance is a specimen
    @@ -515,7 +497,7 @@ class Cchargesociales
     	public function initAsSpecimen()
     	{
     		$this->id = 0;
    -		
    +
     		$this->libelle = '';
     		$this->deductible = '';
     		$this->active = '';
    @@ -523,8 +505,21 @@ class Cchargesociales
     		$this->fk_pays = '';
     		$this->module = '';
     		$this->accountancy_code = '';
    -
    -		
     	}
     
    +    /**
    +     * Trim object parameters
    +     * @param string[] $parameters array of parameters to trim
    +     *
    +     * @return void
    +     */
    +    private function trimParameters($parameters)
    +    {
    +        if (!is_array($parameters)) return;
    +        foreach ($parameters as $parameter) {
    +            if (isset($this->$parameter)) {
    +                $this->$parameter = trim($this->$parameter);
    +            }
    +        }
    +    }
     }
    diff --git a/htdocs/compta/sociales/class/chargesociales.class.php b/htdocs/compta/sociales/class/chargesociales.class.php
    index 229cbef2442..e44d02f83e2 100644
    --- a/htdocs/compta/sociales/class/chargesociales.class.php
    +++ b/htdocs/compta/sociales/class/chargesociales.class.php
    @@ -36,14 +36,17 @@ class ChargeSociales extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='chargesociales';
    -	
    +
         public $table='chargesociales';
    -    
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='chargesociales';
    -	
    +
    +    /**
    +     * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +     */
         public $picto = 'bill';
     
         /**
    @@ -51,18 +54,26 @@ class ChargeSociales extends CommonObject
          */
         protected $table_ref_field = 'ref';
     
    -    var $date_ech;
    -    var $lib;
    -    var $type;
    -    var $type_libelle;
    -    var $amount;
    -    var $paye;
    -    var $periode;
    -    var $date_creation;
    -    var $date_modification;
    -    var $date_validation;
    -    var $fk_account;
    -	var $fk_project;
    +    public $date_ech;
    +    public $lib;
    +    public $type;
    +    public $type_libelle;
    +    public $amount;
    +    public $paye;
    +    public $periode;
    +    public $date_creation;
    +    public $date_modification;
    +    public $date_validation;
    +
    +    /**
    +     * @var int ID
    +     */
    +    public $fk_account;
    +
    +    /**
    +     * @var int ID
    +     */
    +	public $fk_project;
     
     
         /**
    @@ -73,7 +84,6 @@ class ChargeSociales extends CommonObject
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
         /**
    @@ -289,7 +299,6 @@ class ChargeSociales extends CommonObject
                 $this->db->rollback();
                 return -1;
             }
    -
         }
     
     
    @@ -368,6 +377,7 @@ class ChargeSociales extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Tag social contribution as payed completely
          *
    @@ -376,6 +386,7 @@ class ChargeSociales extends CommonObject
          */
         function set_paid($user)
         {
    +        // phpcs:enable
             $sql = "UPDATE ".MAIN_DB_PREFIX."chargesociales SET";
             $sql.= " paye = 1";
             $sql.= " WHERE rowid = ".$this->id;
    @@ -383,6 +394,8 @@ class ChargeSociales extends CommonObject
             if ($return) return 1;
             else return -1;
         }
    +
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Remove tag payed on social contribution
          *
    @@ -391,6 +404,7 @@ class ChargeSociales extends CommonObject
          */
         function set_unpaid($user)
         {
    +        // phpcs:enable
             $sql = "UPDATE ".MAIN_DB_PREFIX."chargesociales SET";
             $sql.= " paye = 0";
             $sql.= " WHERE rowid = ".$this->id;
    @@ -411,6 +425,7 @@ class ChargeSociales extends CommonObject
             return $this->LibStatut($this->paye,$mode,$alreadypaid);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Renvoi le libelle d'un statut donne
          *
    @@ -421,52 +436,49 @@ class ChargeSociales extends CommonObject
          */
         function LibStatut($statut,$mode=0,$alreadypaid=-1)
         {
    +        // phpcs:enable
             global $langs;
    -        $langs->load('customers');
    -        $langs->load('bills');
     
    -        if ($mode == 0)
    +        // Load translation files required by the page
    +        $langs->loadLangs(array("customers","bills"));
    +
    +        if ($mode == 0 || $mode == 1)
             {
                 if ($statut ==  0) return $langs->trans("Unpaid");
                 if ($statut ==  1) return $langs->trans("Paid");
             }
    -        if ($mode == 1)
    -        {
    -            if ($statut ==  0) return $langs->trans("Unpaid");
    -            if ($statut ==  1) return $langs->trans("Paid");
    -        }
    -        if ($mode == 2)
    +        elseif ($mode == 2)
             {
                 if ($statut ==  0 && $alreadypaid <= 0) return img_picto($langs->trans("Unpaid"), 'statut1').' '.$langs->trans("Unpaid");
                 if ($statut ==  0 && $alreadypaid > 0) return img_picto($langs->trans("BillStatusStarted"), 'statut3').' '.$langs->trans("BillStatusStarted");
                 if ($statut ==  1) return img_picto($langs->trans("Paid"), 'statut6').' '.$langs->trans("Paid");
             }
    -        if ($mode == 3)
    +        elseif ($mode == 3)
             {
                 if ($statut ==  0 && $alreadypaid <= 0) return img_picto($langs->trans("Unpaid"), 'statut1');
                 if ($statut ==  0 && $alreadypaid > 0) return img_picto($langs->trans("BillStatusStarted"), 'statut3');
                 if ($statut ==  1) return img_picto($langs->trans("Paid"), 'statut6');
             }
    -        if ($mode == 4)
    +        elseif ($mode == 4)
             {
                 if ($statut ==  0 && $alreadypaid <= 0) return img_picto($langs->trans("Unpaid"), 'statut1').' '.$langs->trans("Unpaid");
                 if ($statut ==  0 && $alreadypaid > 0) return img_picto($langs->trans("BillStatusStarted"), 'statut3').' '.$langs->trans("BillStatusStarted");
                 if ($statut ==  1) return img_picto($langs->trans("Paid"), 'statut6').' '.$langs->trans("Paid");
             }
    -        if ($mode == 5)
    +        elseif ($mode == 5)
             {
                 if ($statut ==  0 && $alreadypaid <= 0) return $langs->trans("Unpaid").' '.img_picto($langs->trans("Unpaid"), 'statut1');
                 if ($statut ==  0 && $alreadypaid > 0) return $langs->trans("BillStatusStarted").' '.img_picto($langs->trans("BillStatusStarted"), 'statut3');
                 if ($statut ==  1) return $langs->trans("Paid").' '.img_picto($langs->trans("Paid"), 'statut6');
             }
    -        if ($mode == 6)
    +        elseif ($mode == 6)
             {
                 if ($statut ==  0 && $alreadypaid <= 0) return $langs->trans("Unpaid").' '.img_picto($langs->trans("Unpaid"), 'statut1');
                 if ($statut ==  0 && $alreadypaid > 0) return $langs->trans("BillStatusStarted").' '.img_picto($langs->trans("BillStatusStarted"), 'statut3');
                 if ($statut ==  1) return $langs->trans("Paid").' '.img_picto($langs->trans("Paid"), 'statut6');
             }
     
    -        return "Error, mode/status not found";
    +        else return "Error, mode/status not found";
         }
     
     
    @@ -646,4 +658,3 @@ class ChargeSociales extends CommonObject
             $this->type_libelle = 'Social contribution label';
         }
     }
    -
    diff --git a/htdocs/compta/sociales/class/paymentsocialcontribution.class.php b/htdocs/compta/sociales/class/paymentsocialcontribution.class.php
    index 560e47abe7c..b6ff4a49337 100644
    --- a/htdocs/compta/sociales/class/paymentsocialcontribution.class.php
    +++ b/htdocs/compta/sociales/class/paymentsocialcontribution.class.php
    @@ -35,30 +35,56 @@ class PaymentSocialContribution extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='paiementcharge';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='paiementcharge';	
    -	
    +	public $table_element='paiementcharge';
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'payment';
     
    -	var $fk_charge;
    -	var $datec='';
    -	var $tms='';
    -	var $datep='';
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_charge;
    +
    +	public $datec='';
    +	public $tms='';
    +	public $datep='';
    +
     	/**
     	 * @deprecated
     	 * @see amount
     	 */
    -	var $total;
    -    var $amount;            // Total amount of payment
    -    var $amounts=array();   // Array of amounts
    -	var $fk_typepaiement;
    -	var $num_paiement;
    -	var $fk_bank;
    -	var $fk_user_creat;
    -	var $fk_user_modif;
    +	public $total;
    +
    +    public $amount;            // Total amount of payment
    +    public $amounts=array();   // Array of amounts
    +
    +    /**
    +     * @var int ID
    +     */
    +	public $fk_typepaiement;
    +
    +	public $num_paiement;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_bank;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_user_creat;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_user_modif;
     
     	/**
     	 *	Constructor
    @@ -501,8 +527,6 @@ class PaymentSocialContribution extends CommonObject
     		$this->fk_bank='';
     		$this->fk_user_creat='';
     		$this->fk_user_modif='';
    -
    -
     	}
     
     
    @@ -602,6 +626,7 @@ class PaymentSocialContribution extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Mise a jour du lien entre le paiement de  charge et la ligne dans llx_bank generee
     	 *
    @@ -610,6 +635,7 @@ class PaymentSocialContribution extends CommonObject
     	 */
     	function update_fk_bank($id_bank)
     	{
    +        // phpcs:enable
     		$sql = "UPDATE ".MAIN_DB_PREFIX."paiementcharge SET fk_bank = ".$id_bank." WHERE rowid = ".$this->id;
     
     		dol_syslog(get_class($this)."::update_fk_bank", LOG_DEBUG);
    @@ -637,6 +663,7 @@ class PaymentSocialContribution extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Renvoi le libelle d'un statut donne
     	 *
    @@ -646,6 +673,7 @@ class PaymentSocialContribution extends CommonObject
     	 */
     	function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;	// TODO Renvoyer le libelle anglais et faire traduction a affichage
     
     		$langs->load('compta');
    @@ -716,5 +744,3 @@ class PaymentSocialContribution extends CommonObject
     		return $result;
     	}
     }
    -
    -
    diff --git a/htdocs/compta/sociales/payments.php b/htdocs/compta/sociales/payments.php
    index b70cc3649b2..48b2698c762 100644
    --- a/htdocs/compta/sociales/payments.php
    +++ b/htdocs/compta/sociales/payments.php
    @@ -397,7 +397,7 @@ while($j<$numlt)
     
     
     // Payment Salary
    -if (! empty($conf->salaries->enabled) && $user->rights->salaries->read)
    +if (! empty($conf->salaries->enabled) && ! empty($user->rights->salaries->read))
     {
         if (! $mode || $mode != 'sconly')
         {
    diff --git a/htdocs/compta/stats/byratecountry.php b/htdocs/compta/stats/byratecountry.php
    index 74ec0bfe4ae..5c9366037ed 100644
    --- a/htdocs/compta/stats/byratecountry.php
    +++ b/htdocs/compta/stats/byratecountry.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2018        Laurent Destailleur  <eldy@users.sourceforge.net>
    +/* Copyright (C) 2018       Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -152,7 +153,7 @@ if ($modetax == 1) $calcmode=$langs->trans('OptionVATDebitOption');
     if ($modetax == 2) $calcmode=$langs->trans('OptionPaymentForProductAndServices');
     $calcmode.='<br>('.$langs->trans("TaxModuleSetupToModifyRules",DOL_URL_ROOT.'/admin/taxes.php').')';
     // Set period
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     $prevyear=$year_start; $prevquarter=$q;
     if ($prevquarter > 1) {
     	$prevquarter--;
    @@ -230,7 +231,7 @@ else if ($modecompta=="BOOKKEEPINGCOLLECTED")
     
     
     }
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     if ($date_end == dol_time_plus_duree($date_start, 1, 'y') - 1) $periodlink='<a href="'.$_SERVER["PHP_SELF"].'?year='.($year_start-1).'&modecompta='.$modecompta.'">'.img_previous().'</a> <a href="'.$_SERVER["PHP_SELF"].'?year='.($year_start+1).'&modecompta='.$modecompta.'">'.img_next().'</a>';
     else $periodlink = '';
     
    diff --git a/htdocs/compta/stats/cabyprodserv.php b/htdocs/compta/stats/cabyprodserv.php
    index 712bb950bb2..e7a3d4da480 100644
    --- a/htdocs/compta/stats/cabyprodserv.php
    +++ b/htdocs/compta/stats/cabyprodserv.php
    @@ -1,7 +1,8 @@
     <?php
    -/* Copyright (C) 2013      Antoine Iauch	   <aiauch@gpcsolutions.fr>
    - * Copyright (C) 2013-2016 Laurent Destailleur <eldy@users.sourceforge.net>
    - * Copyright (C) 2015      Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
    +/* Copyright (C) 2013       Antoine Iauch	        <aiauch@gpcsolutions.fr>
    + * Copyright (C) 2013-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -199,7 +200,7 @@ else if ($modecompta=="BOOKKEEPINGCOLLECTED")
     
     }
     
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     if ($date_end == dol_time_plus_duree($date_start, 1, 'y') - 1) $periodlink='<a href="'.$_SERVER["PHP_SELF"].'?year='.($year_start-1).'&modecompta='.$modecompta.'">'.img_previous().'</a> <a href="'.$_SERVER["PHP_SELF"].'?year='.($year_start+1).'&modecompta='.$modecompta.'">'.img_next().'</a>';
     else $periodlink = '';
     
    diff --git a/htdocs/compta/stats/cabyuser.php b/htdocs/compta/stats/cabyuser.php
    index 72dfd3a5637..4f49b9492ff 100644
    --- a/htdocs/compta/stats/cabyuser.php
    +++ b/htdocs/compta/stats/cabyuser.php
    @@ -1,8 +1,9 @@
     <?php
    -/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2013      Antoine Iauch        <aiauch@gpcsolutions.fr>
    +/* Copyright (C) 2001-2003  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2009  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2013       Antoine Iauch           <aiauch@gpcsolutions.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -177,7 +178,7 @@ else if ($modecompta=="BOOKKEEPINGCOLLECTED")
     
     
     }
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     if ($date_end == dol_time_plus_duree($date_start, 1, 'y') - 1) $periodlink='<a href="'.$_SERVER["PHP_SELF"].'?year='.($year_start-1).'&modecompta='.$modecompta.'">'.img_previous().'</a> <a href="'.$_SERVER["PHP_SELF"].'?year='.($year_start+1).'&modecompta='.$modecompta.'">'.img_next().'</a>';
     else $periodlink = '';
     
    diff --git a/htdocs/compta/stats/casoc.php b/htdocs/compta/stats/casoc.php
    index af6bd7fc625..309737111f5 100644
    --- a/htdocs/compta/stats/casoc.php
    +++ b/htdocs/compta/stats/casoc.php
    @@ -5,6 +5,7 @@
      * Copyright (C) 2007       Franky Van Liedekerke   <franky.van.liedekerke@telenet.be>
      * Copyright (C) 2013       Antoine Iauch           <aiauch@gpcsolutions.fr>
      * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -203,7 +204,7 @@ else if ($modecompta=="BOOKKEEPINGCOLLECTED")
     
     
     }
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     if ($date_end == dol_time_plus_duree($date_start, 1, 'y') - 1) $periodlink='<a href="'.$_SERVER["PHP_SELF"].'?year='.($year_start-1).'&modecompta='.$modecompta.'">'.img_previous().'</a> <a href="'.$_SERVER["PHP_SELF"].'?year='.($year_start+1).'&modecompta='.$modecompta.'">'.img_next().'</a>';
     else $periodlink = '';
     
    diff --git a/htdocs/compta/stats/index.php b/htdocs/compta/stats/index.php
    index 38df153a560..c5ceccdad61 100644
    --- a/htdocs/compta/stats/index.php
    +++ b/htdocs/compta/stats/index.php
    @@ -1,8 +1,9 @@
     <?php
    -/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2017	   Olivier Geffroy      <jeff@jeffinfo.com>
    +/* Copyright (C) 2001-2004  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2009  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2017       Olivier Geffroy         <jeff@jeffinfo.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -119,7 +120,7 @@ if ($modecompta=="CREANCES-DETTES")
     	$calcmode=$langs->trans("CalcModeDebt");
     	//$calcmode.='<br>('.$langs->trans("SeeReportInInputOutputMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=RECETTES-DEPENSES">','</a>').')';
     	$calcmode.='<br>('.$langs->trans("SeeReportInBookkeepingMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=BOOKKEEPING">','</a>').')';
    -	$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +	$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	$periodlink=($year_start?"<a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear-2)."&modecompta=".$modecompta."'>".img_previous()."</a> <a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear)."&modecompta=".$modecompta."'>".img_next()."</a>":"");
     	$description=$langs->trans("RulesCADue");
     	if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) $description.= $langs->trans("DepositsAreNotIncluded");
    @@ -133,7 +134,7 @@ else if ($modecompta=="RECETTES-DEPENSES")
     	$calcmode=$langs->trans("CalcModeEngagement");
     	//$calcmode.='<br>('.$langs->trans("SeeReportInDueDebtMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=CREANCES-DETTES">','</a>').')';
     	//$calcmode.='<br>('.$langs->trans("SeeReportInBookkeepingMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=BOOKKEEPINGCOLLECTED">','</a>').')';
    -	$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +	$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	$periodlink=($year_start?"<a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear-2)."&modecompta=".$modecompta."'>".img_previous()."</a> <a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear)."&modecompta=".$modecompta."'>".img_next()."</a>":"");
     	$description=$langs->trans("RulesCAIn");
     	$description.= $langs->trans("DepositsAreIncluded");
    @@ -146,7 +147,7 @@ else if ($modecompta=="BOOKKEEPING")
     	$calcmode=$langs->trans("CalcModeBookkeeping");
     	$calcmode.='<br>('.$langs->trans("SeeReportInDueDebtMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=CREANCES-DETTES">','</a>').')';
     	//$calcmode.='<br>('.$langs->trans("SeeReportInInputOutputMode",'<a href="'.$_SERVER["PHP_SELF"].'?year_start='.$year_start.'&modecompta=RECETTES-DEPENSES">','</a>').')';
    -	$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +	$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     	$periodlink=($year_start?"<a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear-2)."&modecompta=".$modecompta."'>".img_previous()."</a> <a href='".$_SERVER["PHP_SELF"]."?year=".($year_start+$nbofyear)."&modecompta=".$modecompta."'>".img_next()."</a>":"");
     	$description=$langs->trans("RulesCATotalSaleJournal");
     	$builddate=dol_now();
    diff --git a/htdocs/compta/tva/card.php b/htdocs/compta/tva/card.php
    index 4480682b091..69483d84be0 100644
    --- a/htdocs/compta/tva/card.php
    +++ b/htdocs/compta/tva/card.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2015-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -255,11 +256,11 @@ if ($action == 'create')
     
         print "<tr>";
         print '<td class="titlefieldcreate fieldrequired">'.$langs->trans("DatePayment").'</td><td>';
    -    print $form->select_date($datep,"datep",'','','','add',1,1);
    +    print $form->selectDate($datep, "datep", '', '', '', 'add', 1, 1);
         print '</td></tr>';
     
         print '<tr><td class="fieldrequired">'.$form->textwithpicto($langs->trans("PeriodEndDate"), $langs->trans("LastDayTaxIsRelatedTo")).'</td><td>';
    -    print $form->select_date($datev,"datev",'','','','add',1,1);
    +    print $form->selectDate($datev, "datev", '', '', '', 'add', 1, 1);
         print '</td></tr>';
     
     	// Label
    diff --git a/htdocs/compta/tva/class/tva.class.php b/htdocs/compta/tva/class/tva.class.php
    index 538c33152ea..df5e8dfe76c 100644
    --- a/htdocs/compta/tva/class/tva.class.php
    +++ b/htdocs/compta/tva/class/tva.class.php
    @@ -37,29 +37,43 @@ class Tva extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='tva';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='tva';
    -	
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto='payment';
     
    -	var $tms;
    -	var $datep;
    -	var $datev;
    -	var $amount;
    -	var $type_payment;
    -	var $num_payment;
    -	
    +	public $tms;
    +	public $datep;
    +	public $datev;
    +	public $amount;
    +	public $type_payment;
    +	public $num_payment;
    +
     	/**
    -     * @var string proper name for given parameter
    +     * @var string label
          */
         public $label;
    -    
    -	var $fk_bank;
    -	var $fk_user_creat;
    -	var $fk_user_modif;
    +
    +    /**
    +     * @var int ID
    +     */
    +	public $fk_bank;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_user_creat;
    +
    +	/**
    +     * @var int ID
    +     */
    +	public $fk_user_modif;
     
         /**
     	 *	Constructor
    @@ -363,14 +377,16 @@ class Tva extends CommonObject
             return $solde;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Total of the VAT from invoices emitted by the thirdparty.
          *
          *	@param	int		$year		Year
    -     *	@return	double				Amount
    +     *  @return	double				Amount
          */
         function tva_sum_collectee($year = 0)
         {
    +        // phpcs:enable
     
             $sql = "SELECT sum(f.tva) as amount";
             $sql .= " FROM ".MAIN_DB_PREFIX."facture as f WHERE f.paye = 1";
    @@ -402,6 +418,7 @@ class Tva extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	VAT payed
          *
    @@ -410,6 +427,7 @@ class Tva extends CommonObject
          */
         function tva_sum_payee($year = 0)
         {
    +        // phpcs:enable
     
             $sql = "SELECT sum(f.total_tva) as total_tva";
             $sql .= " FROM ".MAIN_DB_PREFIX."facture_fourn as f";
    @@ -442,6 +460,7 @@ class Tva extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Total of the VAT payed
          *
    @@ -450,6 +469,7 @@ class Tva extends CommonObject
          */
         function tva_sum_reglee($year = 0)
         {
    +        // phpcs:enable
     
             $sql = "SELECT sum(f.amount) as amount";
             $sql .= " FROM ".MAIN_DB_PREFIX."tva as f";
    @@ -633,6 +653,7 @@ class Tva extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *  Update link between payment tva and line generate into llx_bank
          *
    @@ -641,6 +662,7 @@ class Tva extends CommonObject
          */
     	function update_fk_bank($id_bank)
     	{
    +        // phpcs:enable
     		$sql = 'UPDATE '.MAIN_DB_PREFIX.'tva SET fk_bank = '.$id_bank;
     		$sql.= ' WHERE rowid = '.$this->id;
     		$result = $this->db->query($sql);
    @@ -796,6 +818,7 @@ class Tva extends CommonObject
     	    return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Renvoi le libelle d'un statut donne
     	 *
    @@ -803,10 +826,11 @@ class Tva extends CommonObject
     	 * @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  		    Libelle du statut
     	 */
    -	function LibStatut($status,$mode=0)
    -	{
    -	    global $langs;	// TODO Renvoyer le libelle anglais et faire traduction a affichage
    +    function LibStatut($status,$mode=0)
    +    {
    +        // phpcs:enable
    +        global $langs;	// TODO Renvoyer le libelle anglais et faire traduction a affichage
     
    -	    return '';
    -	}
    +        return '';
    +    }
     }
    diff --git a/htdocs/compta/tva/clients.php b/htdocs/compta/tva/clients.php
    index ae95d71ca9c..74a08d0d142 100644
    --- a/htdocs/compta/tva/clients.php
    +++ b/htdocs/compta/tva/clients.php
    @@ -3,7 +3,8 @@
      * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2006      Yannick Warnier      <ywarnier@beeznest.org>
    - * Copyright (C) 2014	   Ferran Marcet        <fmarcet@2byte.es>
    + * Copyright (C) 2014       Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -136,18 +137,22 @@ if ($modetax == 1) $calcmode=$langs->trans('OptionVATDebitOption');
     if ($modetax == 2) $calcmode=$langs->trans('OptionPaymentForProductAndServices');
     $calcmode.='<br>('.$langs->trans("TaxModuleSetupToModifyRules",DOL_URL_ROOT.'/admin/taxes.php').')';
     // Set period
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    -$prevyear=$year_start; $prevquarter=$q;
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
    +$prevyear=$year_start;
    +$prevquarter=$q;
     if ($prevquarter > 1) {
     	$prevquarter--;
     } else {
    -	$prevquarter=4; $prevyear--;
    +    $prevquarter=4;
    +    $prevyear--;
     }
    -$nextyear=$year_start; $nextquarter=$q;
    +$nextyear=$year_start;
    +$nextquarter=$q;
     if ($nextquarter < 4) {
     	$nextquarter++;
     } else {
    -	$nextquarter=1; $nextyear++;
    +    $nextquarter=1;
    +    $nextyear++;
     }
     $builddate=dol_now();
     
    diff --git a/htdocs/compta/tva/index.php b/htdocs/compta/tva/index.php
    index 7c4912411f6..8e4fccf4168 100644
    --- a/htdocs/compta/tva/index.php
    +++ b/htdocs/compta/tva/index.php
    @@ -4,6 +4,7 @@
      * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2014      Ferran Marcet        <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -217,7 +218,7 @@ if (! empty($conf->global->FACTURE_DEPOSITS_ARE_JUST_PAYMENTS)) {
     }
     if (! empty($conf->global->MAIN_MODULE_ACCOUNTING)) $description.='<br>'.$langs->trans("ThisIsAnEstimatedValue");
     
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     
     $builddate=dol_now();
     
    diff --git a/htdocs/compta/tva/quadri_detail.php b/htdocs/compta/tva/quadri_detail.php
    index e2c7cc5d793..ff3e3ce127d 100644
    --- a/htdocs/compta/tva/quadri_detail.php
    +++ b/htdocs/compta/tva/quadri_detail.php
    @@ -1,9 +1,10 @@
     <?php
    -/* Copyright (C) 2001-2003        Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004             Eric Seigne          <eric.seigne@ryxeo.com>
    - * Copyright (C) 2004-2013        Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2006-2007, 2015  Yannick Warnier      <ywarnier@beeznest.org>
    - * Copyright (C) 2014	          Ferran Marcet        <fmarcet@2byte.es>
    +/* Copyright (C) 2001-2003  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004       Eric Seigne             <eric.seigne@ryxeo.com>
    + * Copyright (C) 2004-2013  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2006-2015  Yannick Warnier         <ywarnier@beeznest.org>
    + * Copyright (C) 2014       Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -135,18 +136,21 @@ if ($modetax == 1) $calcmode=$langs->trans('OptionVATDebitOption');
     if ($modetax == 2) $calcmode=$langs->trans('OptionPaymentForProductAndServices');
     $calcmode.='<br>('.$langs->trans("TaxModuleSetupToModifyRules",DOL_URL_ROOT.'/admin/taxes.php').')';
     // Set period
    -$period=$form->select_date($date_start,'date_start',0,0,0,'',1,0,1).' - '.$form->select_date($date_end,'date_end',0,0,0,'',1,0,1);
    +$period=$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).' - '.$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     $prevyear=$year_start; $prevquarter=$q;
     if ($prevquarter > 1) {
     	$prevquarter--;
     } else {
    -	$prevquarter=4; $prevyear--;
    +    $prevquarter=4;
    +    $prevyear--;
     }
    -$nextyear=$year_start; $nextquarter=$q;
    +$nextyear=$year_start;
    +$nextquarter=$q;
     if ($nextquarter < 4) {
     	$nextquarter++;
     } else {
    -	$nextquarter=1; $nextyear++;
    +    $nextquarter=1;
    +    $nextyear++;
     }
     $description.=$fsearch;
     $builddate=dol_now();
    diff --git a/htdocs/contact/canvas/actions_contactcard_common.class.php b/htdocs/contact/canvas/actions_contactcard_common.class.php
    index 1276e501dc6..7e413854846 100644
    --- a/htdocs/contact/canvas/actions_contactcard_common.class.php
    +++ b/htdocs/contact/canvas/actions_contactcard_common.class.php
    @@ -31,7 +31,7 @@ abstract class ActionsContactCardCommon
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         var $dirmodule;
         var $targetmodule;
         var $canvas;
    @@ -41,12 +41,12 @@ abstract class ActionsContactCardCommon
     	var $tpl = array();
     	//! Object container
     	var $object;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    +
     
     	/**
     	 * @var string[] Error codes (or messages)
    @@ -76,7 +76,8 @@ abstract class ActionsContactCardCommon
         	//}
         }
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *  Set content of ->tpl array, to use into template
          *
          *  @param	string		$action    Type of action
    @@ -85,6 +86,7 @@ abstract class ActionsContactCardCommon
          */
         function assign_values(&$action, $id)
         {
    +        // phpcs:enable
             global $conf, $langs, $user, $canvas;
             global $form, $formcompany, $objsoc;
     
    @@ -265,6 +267,7 @@ abstract class ActionsContactCardCommon
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
         /**
          *  Assign POST values into object
          *
    @@ -272,31 +275,32 @@ abstract class ActionsContactCardCommon
          */
         private function assign_post()
         {
    +        // phpcs:enable
             global $langs, $mysoc;
     
    -        $this->object->old_name 			= 	$_POST["old_name"];
    -        $this->object->old_firstname 		= 	$_POST["old_firstname"];
    +        $this->object->old_name 		= $_POST["old_name"];
    +        $this->object->old_firstname 	= $_POST["old_firstname"];
     
    -        $this->object->socid				=	$_POST["socid"];
    -        $this->object->lastname				=	$_POST["name"];
    -        $this->object->firstname			= 	$_POST["firstname"];
    -        $this->object->civility_id			= 	$_POST["civility_id"];
    -        $this->object->poste				= 	$_POST["poste"];
    -        $this->object->address				=	$_POST["address"];
    -        $this->object->zip					=	$_POST["zipcode"];
    -        $this->object->town					=	$_POST["town"];
    -        $this->object->fk_departement		=	$_POST["state_id"];
    -        $this->object->country_id			=	$_POST["country_id"]?$_POST["country_id"]:$mysoc->country_id;
    -        $this->object->state_id        		=	$_POST["state_id"];
    -        $this->object->phone_pro			= 	$_POST["phone_pro"];
    -        $this->object->phone_perso			= 	$_POST["phone_perso"];
    -        $this->object->phone_mobile			= 	$_POST["phone_mobile"];
    -        $this->object->fax					=	$_POST["fax"];
    -        $this->object->email				=	$_POST["email"];
    -        $this->object->jabberid				= 	$_POST["jabberid"];
    -        $this->object->priv					= 	$_POST["priv"];
    -        $this->object->note					=	$_POST["note"];
    -        $this->object->canvas				=	$_POST["canvas"];
    +        $this->object->socid			= $_POST["socid"];
    +        $this->object->lastname			= $_POST["name"];
    +        $this->object->firstname		= $_POST["firstname"];
    +        $this->object->civility_id		= $_POST["civility_id"];
    +        $this->object->poste			= $_POST["poste"];
    +        $this->object->address			= $_POST["address"];
    +        $this->object->zip				= $_POST["zipcode"];
    +        $this->object->town				= $_POST["town"];
    +        $this->object->fk_departement	= $_POST["state_id"];
    +        $this->object->country_id		= $_POST["country_id"]?$_POST["country_id"]:$mysoc->country_id;
    +        $this->object->state_id        	= $_POST["state_id"];
    +        $this->object->phone_pro		= $_POST["phone_pro"];
    +        $this->object->phone_perso		= $_POST["phone_perso"];
    +        $this->object->phone_mobile		= $_POST["phone_mobile"];
    +        $this->object->fax				= $_POST["fax"];
    +        $this->object->email			= $_POST["email"];
    +        $this->object->jabberid			= $_POST["jabberid"];
    +        $this->object->priv				= $_POST["priv"];
    +        $this->object->note				= $_POST["note"];
    +        $this->object->canvas			= $_POST["canvas"];
     
             // We set country_id, and country_code label of the chosen country
             if ($this->object->country_id)
    @@ -316,6 +320,4 @@ abstract class ActionsContactCardCommon
                 $this->object->country		=	$langs->trans("Country".$obj->code)?$langs->trans("Country".$obj->code):$obj->label;
             }
         }
    -
     }
    -
    diff --git a/htdocs/contact/canvas/default/actions_contactcard_default.class.php b/htdocs/contact/canvas/default/actions_contactcard_default.class.php
    index bfcb5a21142..5831b943d76 100644
    --- a/htdocs/contact/canvas/default/actions_contactcard_default.class.php
    +++ b/htdocs/contact/canvas/default/actions_contactcard_default.class.php
    @@ -29,8 +29,8 @@ include_once DOL_DOCUMENT_ROOT.'/contact/canvas/actions_contactcard_common.class
      */
     class ActionsContactCardDefault extends ActionsContactCardCommon
     {
    -	/**
    -     *	Constructor
    +    /**
    +     *  Constructor
          *
          *	@param	DoliDB	$db				Handler acces base de donnees
          *	@param	string	$dirmodule		Name of directory of module
    @@ -66,6 +66,7 @@ class ActionsContactCardDefault extends ActionsContactCardCommon
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Assign custom values for canvas
     	 *
    @@ -75,6 +76,7 @@ class ActionsContactCardDefault extends ActionsContactCardCommon
     	 */
     	function assign_values(&$action, $id)
     	{
    +        // phpcs:enable
     		global $limit, $offset, $sortfield, $sortorder;
     		global $conf, $db, $langs, $user;
     		global $form;
    @@ -116,10 +118,10 @@ class ActionsContactCardDefault extends ActionsContactCardCommon
     		{
     	        $this->LoadListDatas($limit, $offset, $sortfield, $sortorder);
     		}
    -
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Fetch datas list and save into ->list_datas
     	 *
    @@ -131,6 +133,7 @@ class ActionsContactCardDefault extends ActionsContactCardCommon
     	 */
     	function LoadListDatas($limit, $offset, $sortfield, $sortorder)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
             //$this->getFieldList();
    @@ -138,4 +141,3 @@ class ActionsContactCardDefault extends ActionsContactCardCommon
             $this->list_datas = array();
     	}
     }
    -
    diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php
    index 52957d25343..babc7e1453a 100644
    --- a/htdocs/contact/card.php
    +++ b/htdocs/contact/card.php
    @@ -1,13 +1,14 @@
     <?php
    -/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
    - * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
    - * Copyright (C) 2013      Florian Henry		<florian.henry@open-concept.pro>
    - * Copyright (C) 2013-2016 Alexandre Spangaro 	<aspangaro.dolibarr@gmail.com>
    - * Copyright (C) 2014      Juanjo Menent	 	<jmenent@2byte.es>
    - * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
    +/* Copyright (C) 2004-2005  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2004       Benoit Mortier          <benoit.mortier@opensides.be>
    + * Copyright (C) 2005-2017  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2007       Franky Van Liedekerke   <franky.van.liedekerke@telenet.be>
    + * Copyright (C) 2013       Florian Henry           <florian.henry@open-concept.pro>
    + * Copyright (C) 2013-2016  Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2014       Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2015       Jean-François Ferry     <jfefe@aternatik.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -185,6 +186,8 @@ if (empty($reshook))
             $object->country_id		= GETPOST("country_id",'int');
             $object->state_id		= GETPOST("state_id",'int');
             $object->skype			= GETPOST("skype",'alpha');
    +        $object->twitter		= GETPOST("twitter",'alpha');
    +        $object->facebook		= GETPOST("facebook",'alpha');
             $object->email			= GETPOST("email",'alpha');
             $object->phone_pro		= GETPOST("phone_pro",'alpha');
             $object->phone_perso	= GETPOST("phone_perso",'alpha');
    @@ -357,6 +360,8 @@ if (empty($reshook))
     
                 $object->email			= GETPOST("email",'alpha');
                 $object->skype			= GETPOST("skype",'alpha');
    +            $object->twitter		= GETPOST("twitter",'alpha');
    +            $object->facebook		= GETPOST("facebook",'alpha');
                 $object->phone_pro		= GETPOST("phone_pro",'alpha');
                 $object->phone_perso	= GETPOST("phone_perso",'alpha');
                 $object->phone_mobile	= GETPOST("phone_mobile",'alpha');
    @@ -657,13 +662,28 @@ else
     
                 // Instant message and no email
                 print '<tr><td><label for="jabberid">'.$langs->trans("IM").'</label></td>';
    -            print '<td colspan="3"><input name="jabberid" id="jabberid" type="text" class="minwidth100" maxlength="80" value="'.dol_escape_htmltag(GETPOST("jabberid",'alpha')?GETPOST("jabberid",'alpha'):$object->jabberid).'"></td></tr>';
    +            print '<td colspan="3"><input name="jabberid" id="jabberid" type="text" class="minwidth100" maxlength="80" value="'.dol_escape_htmltag(GETPOSTISSET("jabberid")?GETPOST("jabberid",'alpha'):$object->jabberid).'"></td></tr>';
     
    -            // Skype
    -            if (! empty($conf->skype->enabled))
    +            if (! empty($conf->socialnetworks->enabled))
                 {
    -                print '<tr><td><label for="skype">'.$langs->trans("Skype").'</label></td>';
    -                print '<td colspan="3"><input name="skype" id="skype" type="text" class="minwidth100" maxlength="80" value="'.dol_escape_htmltag(GETPOST("skype",'alpha')?GETPOST("skype",'alpha'):$object->skype).'"></td></tr>';
    +            	// Skype
    +            	if (! empty($conf->global->SOCIALNETWORKS_SKYPE))
    +            	{
    +            		print '<tr><td><label for="skype">'.fieldLabel('Skype','skype').'</label></td>';
    +            		print '<td colspan="3"><input type="text" name="skype" id="skype" class="minwidth100" maxlength="80" value="'.dol_escape_htmltag(GETPOSTISSET("skype")?GETPOST("skype",'alpha'):$object->skype).'"></td></tr>';
    +            	}
    +            	// Twitter
    +            	if (! empty($conf->global->SOCIALNETWORKS_TWITTER))
    +            	{
    +            		print '<tr><td><label for="twitter">'.fieldLabel('Twitter','twitter').'</label></td>';
    +            		print '<td colspan="3"><input type="text" name="twitter" id="twitter" class="minwidth100" maxlength="80" value="'.dol_escape_htmltag(GETPOSTISSET("twitter")?GETPOST("twitter",'alpha'):$object->twitter).'"></td></tr>';
    +            	}
    +            	// Facebook
    +            	if (! empty($conf->global->SOCIALNETWORKS_FACEBOOK))
    +            	{
    +            		print '<tr><td><label for="facebook">'.fieldLabel('Facebook','facebook').'</label></td>';
    +            		print '<td colspan="3"><input type="text" name="facebook" id="facebook" class="minwidth100" maxlength="80" value="'.dol_escape_htmltag(GETPOSTISSET("facebook")?GETPOST("facebook",'alpha'):$object->facebook).'"></td></tr>';
    +            	}
                 }
     
                 // Visibility
    @@ -704,11 +724,11 @@ else
                 $form=new Form($db);
                 if ($object->birthday)
                 {
    -                print $form->select_date($object->birthday,'birthday',0,0,0,"perso", 1, 0, 1);
    +                print $form->selectDate($object->birthday, 'birthday', 0, 0, 0, "perso", 1, 0);
                 }
                 else
                 {
    -                print $form->select_date('','birthday',0,0,1,"perso", 1, 0, 1);
    +                print $form->selectDate('', 'birthday', 0, 0, 1, "perso", 1, 0);
                 }
                 print '</td>';
     
    @@ -913,11 +933,26 @@ else
     			}
                 print '</tr>';
     
    -            // Skype
    -            if (! empty($conf->skype->enabled))
    +            if (! empty($conf->socialnetworks->enabled))
                 {
    -                print '<tr><td><label for="skype">'.$langs->trans("Skype").'</label></td>';
    -	            print '<td><input name="skype" id="skype" type="text" class="minwidth100" maxlength="80" value="'.(isset($_POST["skype"])?GETPOST("skype"):$object->skype).'"></td></tr>';
    +            	// Skype
    +            	if (! empty($conf->global->SOCIALNETWORKS_SKYPE))
    +            	{
    +            		print '<tr><td><label for="skype">'.fieldLabel('Skype','skype').'</label></td>';
    +            		print '<td><input type="text" name="skype" id="skype" class="minwidth100" maxlength="80" value="'.dol_escape_htmltag(GETPOSTISSET("skype")?GETPOST("skype",'alpha'):$object->skype).'"></td></tr>';
    +            	}
    +            	// Twitter
    +            	if (! empty($conf->global->SOCIALNETWORKS_TWITTER))
    +            	{
    +            		print '<tr><td><label for="twitter">'.fieldLabel('Twitter','twitter').'</label></td>';
    +            		print '<td><input type="text" name="twitter" id="twitter" class="minwidth100" maxlength="80" value="'.dol_escape_htmltag(GETPOSTISSET("twitter")?GETPOST("twitter",'alpha'):$object->twitter).'"></td></tr>';
    +            	}
    +            	// Facebook
    +            	if (! empty($conf->global->SOCIALNETWORKS_FACEBOOK))
    +            	{
    +            		print '<tr><td><label for="facebook">'.fieldLabel('Facebook','facebook').'</label></td>';
    +            		print '<td><input type="text" name="facebook" id="facebook" class="minwidth100" maxlength="80" value="'.dol_escape_htmltag(GETPOST("facebook")?GETPOST("facebook",'alpha'):$object->facebook).'"></td></tr>';
    +            	}
                 }
     
                 // Visibility
    diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php
    index b3251a853c3..7f0dbebaed4 100644
    --- a/htdocs/contact/class/contact.class.php
    +++ b/htdocs/contact/class/contact.class.php
    @@ -41,13 +41,21 @@ class Contact extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='contact';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='socpeople';
    -	
    -	public $ismultientitymanaged = 1;	// 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'contact';
     
     
    @@ -96,7 +104,7 @@ class Contact extends CommonObject
     	public $state_code;		    // Code of department
     	public $state;			        // Label of department
     
    -    	public $poste;                 // Position
    +    public $poste;                 // Position
     
     	public $socid;					// fk_soc
     	public $statut;				// 0=inactif, 1=actif
    @@ -131,9 +139,6 @@ class Contact extends CommonObject
     	public $oldcopy;				// To contains a clone of this when we need to save old properties of object
     
     
    -
    -
    -
     	/**
     	 *	Constructor
     	 *
    @@ -145,6 +150,7 @@ class Contact extends CommonObject
     		$this->statut = 1;	// By default, status is enabled
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load indicators into this->nb for board
     	 *
    @@ -152,6 +158,7 @@ class Contact extends CommonObject
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $user;
     
     		$this->nb=array();
    @@ -351,6 +358,8 @@ class Contact extends CommonObject
     		$sql .= ", fax='".$this->db->escape($this->fax)."'";
     		$sql .= ", email='".$this->db->escape($this->email)."'";
     		$sql .= ", skype='".$this->db->escape($this->skype)."'";
    +		$sql .= ", twitter='".$this->db->escape($this->twitter)."'";
    +		$sql .= ", facebook='".$this->db->escape($this->facebook)."'";
     		$sql .= ", photo='".$this->db->escape($this->photo)."'";
     		$sql .= ", birthday=".($this->birthday ? "'".$this->db->idate($this->birthday)."'" : "null");
     		$sql .= ", note_private = ".(isset($this->note_private)?"'".$this->db->escape($this->note_private)."'":"null");
    @@ -438,6 +447,16 @@ class Contact extends CommonObject
     					$tmpobj->skype = $this->skype;
     					$usermustbemodified++;
     				}
    +				if ($tmpobj->twitter != $this->twitter)
    +				{
    +					$tmpobj->twitter = $this->twitter;
    +					$usermustbemodified++;
    +				}
    +				if ($tmpobj->facebook != $this->facebook)
    +				{
    +					$tmpobj->facebook = $this->facebook;
    +					$usermustbemodified++;
    +				}
     				if ($usermustbemodified)
     				{
     					$result=$tmpobj->update($user, 0, 1, 1, 1);
    @@ -474,6 +493,7 @@ class Contact extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Retourne chaine DN complete dans l'annuaire LDAP pour l'objet
     	 *
    @@ -485,15 +505,17 @@ class Contact extends CommonObject
     	 */
     	function _load_ldap_dn($info,$mode=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		$dn='';
     		if ($mode==0) $dn=$conf->global->LDAP_KEY_CONTACTS."=".$info[$conf->global->LDAP_KEY_CONTACTS].",".$conf->global->LDAP_CONTACT_DN;
    -		if ($mode==1) $dn=$conf->global->LDAP_CONTACT_DN;
    -		if ($mode==2) $dn=$conf->global->LDAP_KEY_CONTACTS."=".$info[$conf->global->LDAP_KEY_CONTACTS];
    +		elseif ($mode==1) $dn=$conf->global->LDAP_CONTACT_DN;
    +		elseif ($mode==2) $dn=$conf->global->LDAP_KEY_CONTACTS."=".$info[$conf->global->LDAP_KEY_CONTACTS];
     		return $dn;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Initialise tableau info (tableau des attributs LDAP)
     	 *
    @@ -501,12 +523,13 @@ class Contact extends CommonObject
     	 */
     	function _load_ldap_info()
     	{
    -		global $conf,$langs;
    +        // phpcs:enable
    +		global $conf, $langs;
     
             $info = array();
     
             // Object classes
    -		$info["objectclass"]=explode(',',$conf->global->LDAP_CONTACT_OBJECT_CLASS);
    +		$info["objectclass"]=explode(',', $conf->global->LDAP_CONTACT_OBJECT_CLASS);
     
     		$this->fullname=$this->getFullName($langs);
     
    @@ -567,6 +590,7 @@ class Contact extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update field alert birthday
     	 *
    @@ -577,6 +601,7 @@ class Contact extends CommonObject
     	 */
     	function update_perso($id, $user=null, $notrigger=0)
     	{
    +        // phpcs:enable
     	    $error=0;
     	    $result=false;
     
    @@ -681,7 +706,7 @@ class Contact extends CommonObject
     		$sql.= " c.fk_pays as country_id,";
     		$sql.= " c.fk_departement,";
     		$sql.= " c.birthday,";
    -		$sql.= " c.poste, c.phone, c.phone_perso, c.phone_mobile, c.fax, c.email, c.jabberid, c.skype,";
    +		$sql.= " c.poste, c.phone, c.phone_perso, c.phone_mobile, c.fax, c.email, c.jabberid, c.skype, c.twitter, c.facebook,";
             $sql.= " c.photo,";
     		$sql.= " c.priv, c.note_private, c.note_public, c.default_lang, c.no_email, c.canvas,";
     		$sql.= " c.import_key,";
    @@ -722,7 +747,7 @@ class Contact extends CommonObject
     
     				$this->date_creation     = $this->db->jdate($obj->date_creation);
     				$this->date_modification = $this->db->jdate($obj->date_modification);
    -				
    +
     				$this->fk_departement	= $obj->fk_departement;    // deprecated
     				$this->state_id			= $obj->fk_departement;
     				$this->departement_code	= $obj->state_code;	       // deprecated
    @@ -747,6 +772,8 @@ class Contact extends CommonObject
     				$this->email				= $obj->email;
     				$this->jabberid			= $obj->jabberid;
     				$this->skype				= $obj->skype;
    +				$this->twitter				= $obj->twitter;
    +				$this->facebook				= $obj->facebook;
     				$this->photo				= $obj->photo;
     				$this->priv				= $obj->priv;
     				$this->mail				= $obj->email;
    @@ -848,6 +875,7 @@ class Contact extends CommonObject
         	}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load number of elements the contact is used as a link for
     	 *  ref_facturation
    @@ -859,6 +887,7 @@ class Contact extends CommonObject
     	 */
     	function load_ref_elements()
     	{
    +        // phpcs:enable
     		// Compte les elements pour lesquels il est contact
     		$sql ="SELECT tc.element, count(ec.rowid) as nb";
     		$sql.=" FROM ".MAIN_DB_PREFIX."element_contact as ec, ".MAIN_DB_PREFIX."c_type_contact as tc";
    @@ -876,9 +905,9 @@ class Contact extends CommonObject
     				if ($obj->nb)
     				{
     					if ($obj->element=='facture')  $this->ref_facturation = $obj->nb;
    -					if ($obj->element=='contrat')  $this->ref_contrat = $obj->nb;
    -					if ($obj->element=='commande') $this->ref_commande = $obj->nb;
    -					if ($obj->element=='propal')   $this->ref_propal = $obj->nb;
    +					elseif ($obj->element=='contrat')  $this->ref_contrat = $obj->nb;
    +					elseif ($obj->element=='commande') $this->ref_commande = $obj->nb;
    +					elseif ($obj->element=='propal')   $this->ref_propal = $obj->nb;
     				}
     			}
     			$this->db->free($resql);
    @@ -903,8 +932,8 @@ class Contact extends CommonObject
     
     		$error=0;
     
    -		$this->old_lastname       = $obj->lastname;
    -		$this->old_firstname      = $obj->firstname;
    +		$this->old_lastname = $obj->lastname;
    +		$this->old_firstname = $obj->firstname;
     
     		$this->db->begin();
     
    @@ -1024,7 +1053,7 @@ class Contact extends CommonObject
     			{
     				$obj = $this->db->fetch_object($resql);
     
    -				$this->id                = $obj->rowid;
    +				$this->id = $obj->rowid;
     
     				if ($obj->fk_user_creat) {
     					$cuser = new User($this->db);
    @@ -1058,9 +1087,9 @@ class Contact extends CommonObject
     	function getNbOfEMailings()
     	{
     		$sql = "SELECT count(mc.email) as nb";
    -		$sql.= " FROM ".MAIN_DB_PREFIX."mailing_cibles as mc";
    -		$sql.= " WHERE mc.email = '".$this->db->escape($this->email)."'";
    -		$sql.= " AND mc.statut NOT IN (-1,0)";      // -1 erreur, 0 non envoye, 1 envoye avec succes
    +		$sql.= " FROM ".MAIN_DB_PREFIX."mailing_cibles as mc, ".MAIN_DB_PREFIX."mailing as m";
    +		$sql.= " WHERE mc.fk_mailing=m.rowid AND mc.email = '".$this->db->escape($this->email)."' ";
    +		$sql.= " AND m.entity IN (".getEntity($this->element).") AND mc.statut NOT IN (-1,0)";      // -1 error, 0 not sent, 1 sent with success
     
     		$resql=$this->db->query($sql);
     		if ($resql)
    @@ -1189,6 +1218,7 @@ class Contact extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Renvoi le libelle d'un statut donne
     	 *
    @@ -1198,6 +1228,7 @@ class Contact extends CommonObject
     	 */
     	function LibStatut($statut,$mode)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
    @@ -1234,6 +1265,7 @@ class Contact extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return translated label of Public or Private
     	 *
    @@ -1242,6 +1274,7 @@ class Contact extends CommonObject
     	 */
     	function LibPubPriv($statut)
     	{
    +        // phpcs:enable
     		global $langs;
     		if ($statut=='1') return $langs->trans('ContactPrivate');
     		else return $langs->trans('ContactPublic');
    diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php
    index 30b7c5158ba..cd536118f8e 100644
    --- a/htdocs/contact/list.php
    +++ b/htdocs/contact/list.php
    @@ -68,6 +68,8 @@ $search_phone_mobile=GETPOST("search_phone_mobile",'alpha');
     $search_fax=GETPOST("search_fax",'alpha');
     $search_email=GETPOST("search_email",'alpha');
     $search_skype=GETPOST("search_skype",'alpha');
    +$search_twitter=GETPOST("search_twitter",'alpha');
    +$search_facebook=GETPOST("search_facebook",'alpha');
     $search_priv=GETPOST("search_priv",'alpha');
     $search_categ=GETPOST("search_categ",'int');
     $search_categ_thirdparty=GETPOST("search_categ_thirdparty",'int');
    @@ -154,9 +156,11 @@ $arrayfields=array(
     	'p.phone'=>array('label'=>"Phone", 'checked'=>1),
     	'p.phone_perso'=>array('label'=>"PhonePerso", 'checked'=>0),
     	'p.phone_mobile'=>array('label'=>"PhoneMobile", 'checked'=>1),
    -	'p.fax'=>array('label'=>"Fax", 'checked'=>1),
    +	'p.fax'=>array('label'=>"Fax", 'checked'=>0),
     	'p.email'=>array('label'=>"EMail", 'checked'=>1),
    -	'p.skype'=>array('label'=>"Skype", 'checked'=>1, 'enabled'=>(! empty($conf->skype->enabled))),
    +	'p.skype'=>array('label'=>"Skype", 'checked'=>1, 'enabled'=>(! empty($conf->socialnetworks->enabled))),
    +	'p.twitter'=>array('label'=>"Twitter", 'checked'=>1, 'enabled'=>(! empty($conf->socialnetworks->enabled))),
    +	'p.facebook'=>array('label'=>"Facebook", 'checked'=>1, 'enabled'=>(! empty($conf->socialnetworks->enabled))),
     	'p.thirdparty'=>array('label'=>"ThirdParty", 'checked'=>1, 'enabled'=>empty($conf->global->SOCIETE_DISABLE_CONTACTS)),
     	'p.priv'=>array('label'=>"ContactVisibility", 'checked'=>1, 'position'=>200),
     	'p.datec'=>array('label'=>"DateCreationShort", 'checked'=>0, 'position'=>500),
    @@ -217,6 +221,8 @@ if (empty($reshook))
     		$search_fax="";
     		$search_email="";
     		$search_skype="";
    +		$search_twitter="";
    +		$search_facebook="";
     		$search_priv="";
     		$search_status=-1;
     		$search_categ='';
    @@ -307,10 +313,12 @@ if ($search_societe)                $sql.= natural_search('s.nom', $search_socie
     if ($search_country)                $sql .= " AND p.fk_pays IN (".$search_country.')';
     if (strlen($search_poste))          $sql.= natural_search('p.poste', $search_poste);
     if (strlen($search_phone_perso))    $sql.= natural_search('p.phone_perso', $search_phone_perso);
    -if (strlen($search_phone_pro))      $sql.= natural_search('p.phone', $search_phone);
    +if (strlen($search_phone_pro))      $sql.= natural_search('p.phone', $search_phone_pro);
     if (strlen($search_phone_mobile))   $sql.= natural_search('p.phone_mobile', $search_phone_mobile);
     if (strlen($search_fax))            $sql.= natural_search('p.fax', $search_fax);
     if (strlen($search_skype))          $sql.= natural_search('p.skype', $search_skype);
    +if (strlen($search_twitter))        $sql.= natural_search('p.twitter', $search_twitter);
    +if (strlen($search_facebook))       $sql.= natural_search('p.facebook', $search_facebook);
     if (strlen($search_email))          $sql.= natural_search('p.email', $search_email);
     if (strlen($search_zip))   			$sql.= natural_search("p.zip",$search_zip);
     if ($search_status != '' && $search_status >= 0) $sql.= " AND p.statut = ".$db->escape($search_status);
    @@ -601,6 +609,18 @@ if (! empty($arrayfields['p.skype']['checked']))
     	print '<input class="flat" type="text" name="search_skype" size="6" value="'.dol_escape_htmltag($search_skype).'">';
     	print '</td>';
     }
    +if (! empty($arrayfields['p.twitter']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat" type="text" name="search_twitter" size="6" value="'.dol_escape_htmltag($search_twitter).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['p.facebook']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat" type="text" name="search_facebook" size="6" value="'.dol_escape_htmltag($search_facebook).'">';
    +	print '</td>';
    +}
     if (! empty($arrayfields['p.thirdparty']['checked']))
     {
     	print '<td class="liste_titre">';
    @@ -671,6 +691,8 @@ if (! empty($arrayfields['p.phone_mobile']['checked']))        print_liste_field
     if (! empty($arrayfields['p.fax']['checked']))                 print_liste_field_titre($arrayfields['p.fax']['label'],$_SERVER["PHP_SELF"],"p.fax", $begin, $param, '', $sortfield,$sortorder);
     if (! empty($arrayfields['p.email']['checked']))               print_liste_field_titre($arrayfields['p.email']['label'],$_SERVER["PHP_SELF"],"p.email", $begin, $param, '', $sortfield,$sortorder);
     if (! empty($arrayfields['p.skype']['checked']))               print_liste_field_titre($arrayfields['p.skype']['label'],$_SERVER["PHP_SELF"],"p.skype", $begin, $param, '', $sortfield,$sortorder);
    +if (! empty($arrayfields['p.twitter']['checked']))             print_liste_field_titre($arrayfields['p.twitter']['label'],$_SERVER["PHP_SELF"],"p.twitter", $begin, $param, '', $sortfield,$sortorder);
    +if (! empty($arrayfields['p.facebook']['checked']))            print_liste_field_titre($arrayfields['p.facebook']['label'],$_SERVER["PHP_SELF"],"p.facebook", $begin, $param, '', $sortfield,$sortorder);
     if (! empty($arrayfields['p.thirdparty']['checked']))          print_liste_field_titre($arrayfields['p.thirdparty']['label'],$_SERVER["PHP_SELF"],"s.nom", $begin, $param, '', $sortfield,$sortorder);
     if (! empty($arrayfields['p.priv']['checked']))                print_liste_field_titre($arrayfields['p.priv']['label'],$_SERVER["PHP_SELF"],"p.priv", $begin, $param, 'align="center"', $sortfield,$sortorder);
     // Extra fields
    @@ -732,7 +754,7 @@ while ($i < min($num,$limit))
     	// Job position
     	if (! empty($arrayfields['p.poste']['checked']))
     	{
    -		print '<td>'.dol_trunc($obj->poste,20).'</td>';
    +		print '<td class="tdoverflowmax100">'.$obj->poste.'</td>';
     		if (! $i) $totalarray['nbfield']++;
     	}
     	// Zip
    @@ -801,7 +823,19 @@ while ($i < min($num,$limit))
     	// Skype
     	if (! empty($arrayfields['p.skype']['checked']))
     	{
    -		if (! empty($conf->skype->enabled)) { print '<td>'.dol_print_skype($obj->skype,$obj->rowid,$obj->socid,'AC_SKYPE',18).'</td>'; }
    +		if (! empty($conf->socialnetworks->enabled)) { print '<td>'.dol_print_socialnetworks($obj->skype,$obj->rowid,$obj->socid,'skype').'</td>'; }
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Twitter
    +	if (! empty($arrayfields['p.twitter']['checked']))
    +	{
    +		if (! empty($conf->socialnetworks->enabled)) { print '<td>'.dol_print_socialnetworks($obj->twitter,$obj->rowid,$obj->socid,'twitter').'</td>'; }
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Facebook
    +	if (! empty($arrayfields['p.facebook']['checked']))
    +	{
    +		if (! empty($conf->socialnetworks->enabled)) { print '<td>'.dol_print_socialnetworks($obj->facebook,$obj->rowid,$obj->socid,'facebook').'</td>'; }
     		if (! $i) $totalarray['nbfield']++;
     	}
     	// Company
    diff --git a/htdocs/contact/perso.php b/htdocs/contact/perso.php
    index 3e5ec085132..4932d549df4 100644
    --- a/htdocs/contact/perso.php
    +++ b/htdocs/contact/perso.php
    @@ -1,7 +1,8 @@
     <?php
    -/* Copyright (C) 2004      Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
    +/* Copyright (C) 2004       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2011  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -199,7 +200,7 @@ if ($action == 'edit')
         // Date To Birth
         print '<tr><td>'.$langs->trans("DateToBirth").'</td><td>';
         $form=new Form($db);
    -    print $form->select_date($object->birthday,'birthday',0,0,1,"perso", 1,0,1);
    +    print $form->selectDate($object->birthday, 'birthday', 0, 0, 1, "perso", 1,0);
         print '</td>';
     
         print '<td colspan="2">'.$langs->trans("Alert").': ';
    diff --git a/htdocs/contrat/card.php b/htdocs/contrat/card.php
    index 9c13a57112a..0c0247dc7fa 100644
    --- a/htdocs/contrat/card.php
    +++ b/htdocs/contrat/card.php
    @@ -1,14 +1,15 @@
     <?php
    -/* Copyright (C) 2003-2004	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2014	Laurent Destailleur		<eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2014	Regis Houssin			<regis.houssin@capnetworks.com>
    - * Copyright (C) 2006		Andre Cianfarani		<acianfa@free.fr>
    - * Copyright (C) 2010-2017	Juanjo Menent			<jmenent@2byte.es>
    +/* Copyright (C) 2003-2004  Rodolphe Quiedeville	<rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2014  Laurent Destailleur		<eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2014  Regis Houssin			<regis.houssin@capnetworks.com>
    + * Copyright (C) 2006       Andre Cianfarani		<acianfa@free.fr>
    + * Copyright (C) 2010-2017  Juanjo Menent			<jmenent@2byte.es>
      * Copyright (C) 2013       Christophe Battarel     <christophe.battarel@altairis.fr>
      * Copyright (C) 2013-2014  Florian Henry		  	<florian.henry@open-concept.pro>
      * Copyright (C) 2014-2018	Ferran Marcet		  	<fmarcet@2byte.es>
      * Copyright (C) 2014-2016  Marcos García           <marcosgdf@gmail.com>
    - * Copyright (C) 2015       Jean-François Ferry		<jfefe@aternatik.fr>
    + * Copyright (C) 2015       Jean-François Ferry     <jfefe@aternatik.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -565,7 +566,7 @@ if (empty($reshook))
     			$info_bits=0;
     			if ($tva_npr) $info_bits |= 0x01;
     
    -			if($price_min && (price2num($pu_ht)*(1-price2num($remise_percent)/100) < price2num($price_min)))
    +			if (((!empty($conf->global->MAIN_USE_ADVANCED_PERMS) && empty($user->rights->produit->ignore_price_min_advance)) || empty($conf->global->MAIN_USE_ADVANCED_PERMS) )&& ($price_min && (price2num($pu_ht)*(1-price2num($remise_percent)/100) < price2num($price_min))))
     			{
     				$object->error = $langs->trans("CantBeLessThanMinPrice",price(price2num($price_min,'MU'),0,$langs,0,0,-1,$conf->currency));
     				$result = -1 ;
    @@ -1242,7 +1243,7 @@ if ($action == 'create')
     	print '</td></tr>';
     
     	print '<tr><td><span class="fieldrequired">'.$langs->trans("Date").'</span></td><td>';
    -	$form->select_date($datecontrat,'',0,0,'',"contrat");
    +	print $form->selectDate($datecontrat, '', 0, 0, '', "contrat");
     	print "</td></tr>";
     
     	// Project
    @@ -1317,8 +1318,10 @@ else
     	{
     		$object->fetch_thirdparty();
     
    -		$result=$object->fetch_lines();	// This also init $this->nbofserviceswait, $this->nbofservicesopened, $this->nbofservicesexpired=, $this->nbofservicesclosed
    -		if ($result < 0) dol_print_error($db,$object->error);
    +		$result=$object->fetch_lines(); // This also init $this->nbofserviceswait, $this->nbofservicesopened, $this->nbofservicesexpired=, $this->nbofservicesclosed
    +		if ($result < 0) {
    +            dol_print_error($db,$object->error);
    +        }
     
     		$nbofservices=count($object->lines);
     
    @@ -1333,56 +1336,54 @@ else
     
     		$head = contract_prepare_head($object);
     
    -		$hselected = 0;
    +        $hselected = 0;
    +        $formconfirm = '';
     
    -		dol_fiche_head($head, $hselected, $langs->trans("Contract"), -1, 'contract');
    +        dol_fiche_head($head, $hselected, $langs->trans("Contract"), -1, 'contract');
     
     
    -		/*
    -         * Confirmation de la suppression du contrat
    -         */
    -		if ($action == 'delete')
    -		{
    -			print $form->formconfirm($_SERVER['PHP_SELF']."?id=".$object->id,$langs->trans("DeleteAContract"),$langs->trans("ConfirmDeleteAContract"),"confirm_delete",'',0,1);
    +        if ($action == 'delete') {
    +            //Confirmation de la suppression du contrat
    +            $formconfirm = $form->formconfirm($_SERVER['PHP_SELF']."?id=".$object->id,$langs->trans("DeleteAContract"),$langs->trans("ConfirmDeleteAContract"),"confirm_delete",'',0,1);
    +        } elseif ($action == 'valid') {
    +            //Confirmation de la validation
    +            $ref = substr($object->ref, 1, 4);
    +            if ($ref == 'PROV' && !empty($modCodeContract->code_auto)) {
    +                $numref = $object->getNextNumRef($object->thirdparty);
    +            } else {
    +                $numref = $object->ref;
    +            }
    +            $text = $langs->trans('ConfirmValidateContract',$numref);
    +            $formconfirm = $form->formconfirm($_SERVER['PHP_SELF']."?id=".$object->id,$langs->trans("ValidateAContract"),$text,"confirm_valid",'',0,1);
    +        } elseif ($action == 'close') {
    +            // Confirmation de la fermeture
    +            $formconfirm = $form->formconfirm($_SERVER['PHP_SELF']."?id=".$object->id,$langs->trans("CloseAContract"),$langs->trans("ConfirmCloseContract"),"confirm_close",'',0,1);
    +        } elseif ($action == 'activate') {
    +            $formconfirm = $form->formconfirm($_SERVER['PHP_SELF']."?id=".$object->id,$langs->trans("ActivateAllOnContract"),$langs->trans("ConfirmActivateAllOnContract"),"confirm_activate",'',0,1);
    +        } elseif ($action == 'clone') {
    +            // Clone confirmation
    +            $formquestion = array(array('type' => 'other','name' => 'socid','label' => $langs->trans("SelectThirdParty"),'value' => $form->select_company(GETPOST('socid', 'int'), 'socid', '(s.client=1 OR s.client=2 OR s.client=3)')));
    +            $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('CloneContract'), $langs->trans('ConfirmCloneContract', $object->ref), 'confirm_clone', $formquestion, 'yes', 1);
    +        }
     
    -		}
     
    -		/*
    -         * Confirmation de la validation
    -         */
    -		if ($action == 'valid')
    -		{
    -			$ref = substr($object->ref, 1, 4);
    -			if ($ref == 'PROV' && !empty($modCodeContract->code_auto))
    -			{
    -				$numref = $object->getNextNumRef($object->thirdparty);
    -			}
    -			else
    -			{
    -				$numref = $object->ref;
    -			}
    +        // Call Hook formConfirm
    +        $parameters = array(
    +            'id' => $id,
    +            //'lineid' => $lineid,
    +        );
    +        // Note that $action and $object may have been modified by hook
    +        $reshook = $hookmanager->executeHooks('formConfirm', $parameters, $object, $action);
    +        if (empty($reshook)) {
    +            $formconfirm .= $hookmanager->resPrint;
    +        } elseif ($reshook > 0) {
    +            $formconfirm = $hookmanager->resPrint;
    +        }
     
    -			$text=$langs->trans('ConfirmValidateContract',$numref);
    +        // Print form confirm
    +        print $formconfirm;
     
    -			print $form->formconfirm($_SERVER['PHP_SELF']."?id=".$object->id,$langs->trans("ValidateAContract"),$text,"confirm_valid",'',0,1);
    -
    -		}
    -
    -		/*
    -         * Confirmation de la fermeture
    -         */
    -		if ($action == 'close')
    -		{
    -			print $form->formconfirm($_SERVER['PHP_SELF']."?id=".$object->id,$langs->trans("CloseAContract"),$langs->trans("ConfirmCloseContract"),"confirm_close",'',0,1);
    -
    -		}
    -		if ($action == 'activate')
    -		{
    -			print $form->formconfirm($_SERVER['PHP_SELF']."?id=".$object->id,$langs->trans("ActivateAllOnContract"),$langs->trans("ConfirmActivateAllOnContract"),"confirm_activate",'',0,1);
    -
    -		}
    -
    -		/*
    +        /*
              *   Contrat
              */
     		if (! empty($object->brouillon) && $user->rights->contrat->creer)
    @@ -1392,12 +1393,6 @@ else
     			print '<input type="hidden" name="action" value="setremise">';
     		}
     
    -		// Clone confirmation
    -		if ($action == 'clone') {
    -			$formquestion = array(array('type' => 'other','name' => 'socid','label' => $langs->trans("SelectThirdParty"),'value' => $form->select_company(GETPOST('socid', 'int'), 'socid', '(s.client=1 OR s.client=2 OR s.client=3)')));
    -			print $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('CloneContract'), $langs->trans('ConfirmCloneContract', $object->ref), 'confirm_clone', $formquestion, 'yes', 1);
    -		}
    -
     		// Contract card
     
     		$linkback = '<a href="'.DOL_URL_ROOT.'/contrat/list.php?restore_lastsearch_values=1'.(! empty($socid)?'&socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>';
    @@ -1421,6 +1416,7 @@ else
     		$morehtmlref.=$form->editfieldval("RefSupplier", 'ref_supplier', $object->ref_supplier, $object, $user->rights->contrat->creer, 'string', '', null, null, '', 1);
     		// Thirdparty
     		$morehtmlref.='<br>'.$langs->trans('ThirdParty') . ' : ' . $object->thirdparty->getNomUrl(1);
    +		if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/contrat/list.php?socid='.$object->thirdparty->id.'&search_name='.urlencode($object->thirdparty->name).'">'.$langs->trans("OtherContracts").'</a>)';
     		// Project
     		if (! empty($conf->projet->enabled))
     		{
    @@ -1515,7 +1511,7 @@ else
     		}
     
     
    -		$colorb='666666';
    +		$colorb = '666666';
     
     		$arrayothercontracts=$object->getListOfContracts('others');
     
    @@ -1781,9 +1777,9 @@ else
     					print '<tr class="oddeven">';
     					print '<td colspan="'.$colspan.'">';
     					print $langs->trans("DateStartPlanned").' ';
    -					$form->select_date($db->jdate($objp->date_debut),"date_start_update",$usehm,$usehm,($db->jdate($objp->date_debut)>0?0:1),"update");
    +					print $form->selectDate($db->jdate($objp->date_debut), "date_start_update", $usehm, $usehm, ($db->jdate($objp->date_debut)>0?0:1), "update");
     					print ' &nbsp;&nbsp;'.$langs->trans("DateEndPlanned").' ';
    -					$form->select_date($db->jdate($objp->date_fin),"date_end_update",$usehm,$usehm,($db->jdate($objp->date_fin)>0?0:1),"update");
    +					print $form->selectDate($db->jdate($objp->date_fin), "date_end_update", $usehm, $usehm, ($db->jdate($objp->date_fin)>0?0:1), "update");
     					print '</td>';
     					print '</tr>';
     
    @@ -1966,10 +1962,10 @@ else
     
     				print '<tr class="oddeven">';
     				print '<td class="nohover">'.$langs->trans("DateServiceActivate").'</td><td class="nohover">';
    -				print $form->select_date($dateactstart,'',$usehm,$usehm,'',"active",1,0,1);
    +				print $form->selectDate($dateactstart, '', $usehm, $usehm, '', "active", 1, 0);
     				print '</td>';
     				print '<td class="nohover">'.$langs->trans("DateEndPlanned").'</td><td class="nohover">';
    -				print $form->select_date($dateactend,"end",$usehm,$usehm,'',"active",1,0,1);
    +				print $form->selectDate($dateactend, "end", $usehm, $usehm, '', "active", 1, 0);
     				print '</td>';
     				print '<td class="center nohover">';
     				print '</td>';
    @@ -2027,7 +2023,7 @@ else
     					if ($objp->statut == 4)
     					{
     						print $langs->trans("DateEndReal").' ';
    -						print $form->select_date($dateactend,"end",$usehm,$usehm,($objp->date_fin_reelle>0?0:1),"closeline",1,1,1);
    +						print $form->selectDate($dateactend, "end", $usehm, $usehm, ($objp->date_fin_reelle>0?0:1), "closeline", 1, 1);
     					}
     				}
     				print '</td>';
    diff --git a/htdocs/contrat/class/api_contracts.class.php b/htdocs/contrat/class/api_contracts.class.php
    index 8c206554ee1..04252433824 100644
    --- a/htdocs/contrat/class/api_contracts.class.php
    +++ b/htdocs/contrat/class/api_contracts.class.php
    @@ -55,13 +55,13 @@ class Contracts extends DolibarrApi
         }
     
         /**
    -     * Get properties of a contrat object
    +     * Get properties of a contract object
          *
    -     * Return an array with contrat informations
    +     * Return an array with contract informations
          *
          * @param       int         $id         ID of contract
          * @return 	array|mixed data without useless information
    -	 *
    +     *
          * @throws 	RestException
          */
         function get($id)
    @@ -457,7 +457,7 @@ class Contracts extends DolibarrApi
     			throw new RestException(401, 'Access not allowed for login '.DolibarrApiAccess::$user->login);
             }
     
    -        // TODO Check the lineid $lineid is a line of ojbect
    +        // TODO Check the lineid $lineid is a line of object
     
             $updateRes = $this->contract->deleteline($lineid, DolibarrApiAccess::$user);
             if ($updateRes > 0) {
    @@ -472,7 +472,7 @@ class Contracts extends DolibarrApi
         /**
          * Update contract general fields (won't touch lines of contract)
          *
    -     * @param int   $id             Id of contrat to update
    +     * @param int   $id             Id of contract to update
          * @param array $request_data   Datas
          *
          * @return int
    @@ -537,11 +537,10 @@ class Contracts extends DolibarrApi
                     'message' => 'Contract deleted'
                 )
             );
    -
         }
     
         /**
    -     * Validate an contract
    +     * Validate a contract
          *
          * @param   int $id             Contract ID
          * @param   int $notrigger      1=Does not execute triggers, 0= execute triggers
    diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php
    index 537d18245fd..2bcb802000f 100644
    --- a/htdocs/contrat/class/contrat.class.php
    +++ b/htdocs/contrat/class/contrat.class.php
    @@ -45,22 +45,33 @@ class Contrat extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='contrat';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='contrat';
    -	
    +
    +	/**
    +	 * @var int    Name of subtable line
    +	 */
     	public $table_element_line='contratdet';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element='fk_contrat';
    -    public $picto='contract';
    -    
    +
    +    /**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto='contract';
    +
         /**
          * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
          * @var int
          */
         public $ismultientitymanaged = 1;
    -    
    +
         /**
          * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
          * @var integer
    @@ -76,27 +87,29 @@ class Contrat extends CommonObject
     	 * Customer reference of the contract
     	 * @var string
     	 */
    -	var $ref_customer;
    +	public $ref_customer;
     
     	/**
     	 * Supplier reference of the contract
     	 * @var string
     	 */
    -	var $ref_supplier;
    +	public $ref_supplier;
     
     	/**
     	 * Client id linked to the contract
     	 * @var int
     	 */
    -	var $socid;
    -	var $societe;		// Objet societe
    +	public $socid;
    +
    +	public $societe;		// Objet societe
     
     	/**
     	 * Status of the contract
     	 * @var int
     	 */
    -	var $statut=0;		// 0=Draft,
    -	var $product;
    +	public $statut=0;		// 0=Draft,
    +
    +	public $product;
     
     	/**
     	 * @var int		Id of user author of the contract
    @@ -123,7 +136,7 @@ class Contrat extends CommonObject
     	/**
     	 * @var int		Date of creation
     	 */
    -	var $date_creation;
    +	public $date_creation;
     
     	/**
     	 * @var int		Date of last modification. Not filled until you call ->info()
    @@ -133,34 +146,34 @@ class Contrat extends CommonObject
     	/**
     	 * @var int		Date of validation
     	 */
    -	var $date_validation;
    +	public $date_validation;
     
     	/**
     	 * @var int		Date when contract was signed
     	 */
    -	var $date_contrat;
    +	public $date_contrat;
     
     	/**
     	 * @var int		Date of contract closure
     	 * @deprecated we close contract lines, not a contract
     	 */
    -	var $date_cloture;
    +	public $date_cloture;
     
    -	var $commercial_signature_id;
    -	var $commercial_suivi_id;
    +	public $commercial_signature_id;
    +	public $commercial_suivi_id;
     
     	/**
     	 * @deprecated Use fk_project instead
     	 * @see fk_project
     	 */
    -	var $fk_projet;
    +	public $fk_projet;
     
    -	var $extraparams=array();
    +	public $extraparams=array();
     
     	/**
     	 * @var ContratLigne[]		Contract lines
     	 */
    -	var $lines=array();
    +	public $lines=array();
     
     	/**
     	 * Maps ContratLigne IDs to $this->lines indexes
    @@ -236,18 +249,20 @@ class Contrat extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Activate a contract line
     	 *
     	 *  @param	User		$user       Objet User who activate contract
     	 *  @param  int			$line_id    Id of line to activate
    -	 *  @param  int			$date       Date d'ouverture
    -	 *  @param  int|string	$date_end   Date fin prevue
    +	 *  @param  int			$date       Opening date
    +	 *  @param  int|string	$date_end   Expected end date
     	 * 	@param	string		$comment	A comment typed by user
     	 *  @return int         			<0 if KO, >0 if OK
     	 */
     	function active_line($user, $line_id, $date, $date_end='', $comment='')
     	{
    +        // phpcs:enable
     		$result = $this->lines[$this->lines_id_index_mapper[$line_id]]->active_line($user, $date, $date_end, $comment);
     		if ($result < 0)
     		{
    @@ -258,17 +273,19 @@ class Contrat extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Close a contract line
     	 *
     	 *  @param	User		$user       Objet User who close contract
     	 *  @param  int			$line_id    Id of line to close
    -	 *  @param  int			$date_end	Date end
    +	 *  @param  int			$date_end	End date
     	 * 	@param	string		$comment	A comment typed by user
     	 *  @return int         			<0 if KO, >0 if OK
     	 */
     	function close_line($user, $line_id, $date_end, $comment='')
     	{
    +        // phpcs:enable
     		$result=$this->lines[$this->lines_id_index_mapper[$line_id]]->close_line($user, $date_end, $comment);
     		if ($result < 0)
     		{
    @@ -295,11 +312,11 @@ class Contrat extends CommonObject
     
     		$this->db->begin();
     
    +		$error=0;
    +
     		// Load lines
     		$this->fetch_lines();
     
    -		$error=0;
    -
     		foreach($this->lines as $contratline)
     		{
     			// Open lines not already open
    @@ -520,13 +537,12 @@ class Contrat extends CommonObject
     			$this->db->rollback();
     			return -1;
     		}
    -
     	}
     
     	/**
     	 * Unvalidate a contract
     	 *
    -	 * @param	User	$user      		Objet User
    +	 * @param	User	$user      		Object User
          * @param	int		$notrigger		1=Does not execute triggers, 0=execute triggers
     	 * @return	int						<0 if KO, >0 if OK
     	 */
    @@ -568,7 +584,7 @@ class Contrat extends CommonObject
     			// End call triggers
     		}
     
    -		// Set new ref and define current statut
    +		// Set new ref and define current status
     		if (! $error)
     		{
     			$this->statut=0;
    @@ -627,56 +643,49 @@ class Contrat extends CommonObject
     		$resql = $this->db->query($sql);
     		if ($resql)
     		{
    -			$result = $this->db->fetch_array($resql);
    +			$obj = $this->db->fetch_object($resql);
     
    -			if ($result)
    +			if ($obj)
     			{
    -				$this->id						= $result["rowid"];
    -				$this->ref						= (!isset($result["ref"]) || !$result["ref"]) ? $result["rowid"] : $result["ref"];
    -				$this->ref_customer				= $result["ref_customer"];
    -				$this->ref_supplier				= $result["ref_supplier"];
    -				$this->ref_ext					= $result["ref_ext"];
    -				$this->statut					= $result["statut"];
    -				$this->mise_en_service			= $this->db->jdate($result["datemise"]);
    +				$this->id						= $obj->rowid;
    +				$this->ref						= (!isset($obj->ref) || !$obj->ref) ? $obj->rowid : $obj->ref;
    +				$this->ref_customer				= $obj->ref_customer;
    +				$this->ref_supplier				= $obj->ref_supplier;
    +				$this->ref_ext					= $obj->ref_ext;
    +				$this->statut					= $obj->statut;
    +				$this->mise_en_service			= $this->db->jdate($obj->datemise);
     
    -				$this->date_contrat				= $this->db->jdate($result["datecontrat"]);
    -				$this->date_creation			= $this->db->jdate($result["datecontrat"]);
    +				$this->date_contrat				= $this->db->jdate($obj->datecontrat);
    +				$this->date_creation			= $this->db->jdate($obj->datecontrat);
     
    -				$this->fin_validite				= $this->db->jdate($result["fin_validite"]);
    -				$this->date_cloture				= $this->db->jdate($result["date_cloture"]);
    +				$this->fin_validite				= $this->db->jdate($obj->fin_validite);
    +				$this->date_cloture				= $this->db->jdate($obj->date_cloture);
     
     
    -				$this->user_author_id			= $result["fk_user_author"];
    +				$this->user_author_id			= $obj->fk_user_author;
     
    -				$this->commercial_signature_id	= $result["fk_commercial_signature"];
    -				$this->commercial_suivi_id		= $result["fk_commercial_suivi"];
    +				$this->commercial_signature_id	= $obj->fk_commercial_signature;
    +				$this->commercial_suivi_id		= $obj->fk_commercial_suivi;
     
    -				$this->note_private				= $result["note_private"];
    -				$this->note_public				= $result["note_public"];
    -				$this->modelpdf					= $result["model_pdf"];
    +				$this->note_private				= $obj->note_private;
    +				$this->note_public				= $obj->note_public;
    +				$this->modelpdf					= $obj->model_pdf;
     
    -				$this->fk_projet				= $result["fk_projet"]; // deprecated
    -				$this->fk_project				= $result["fk_projet"];
    +				$this->fk_projet				= $obj->fk_projet; // deprecated
    +				$this->fk_project				= $obj->fk_projet;
     
    -				$this->socid					= $result["fk_soc"];
    -				$this->fk_soc					= $result["fk_soc"];
    +				$this->socid					= $obj->fk_soc;
    +				$this->fk_soc					= $obj->fk_soc;
     
    -				$this->extraparams				= (array) json_decode($result["extraparams"], true);
    +				$this->extraparams				= (array) json_decode($obj->extraparams, true);
     
     				$this->db->free($resql);
     
    -
    -				// Retreive all extrafield
    +				// Retreive all extrafields
     				// fetch optionals attributes and labels
     				$this->fetch_optionals();
     
    -
    -				/*
    -				 * Lines
    -				 */
    -
    -				$this->lines  = array();
    -
    +				// Lines
     				$result=$this->fetch_lines();
     				if ($result < 0)
     				{
    @@ -699,9 +708,9 @@ class Contrat extends CommonObject
     			$this->error=$this->db->error();
     			return -1;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load lines array into this->lines.
     	 *  This set also nbofserviceswait, nbofservicesopened, nbofservicesexpired and nbofservicesclosed
    @@ -710,6 +719,7 @@ class Contrat extends CommonObject
     	 */
     	function fetch_lines()
     	{
    +        // phpcs:enable
     		$this->nbofserviceswait=0;
     		$this->nbofservicesopened=0;
     		$this->nbofservicesexpired=0;
    @@ -729,7 +739,7 @@ class Contrat extends CommonObject
     		$this->lines=array();
             $pos = 0;
     
    -		// Selectionne les lignes contrats liees a un produit
    +		// Selects contract lines related to a product
     		$sql = "SELECT p.label as product_label, p.description as product_desc, p.ref as product_ref,";
     		$sql.= " d.rowid, d.fk_contrat, d.statut, d.description, d.price_ht, d.vat_src_code, d.tva_tx, d.localtax1_tx, d.localtax2_tx, d.localtax1_type, d.localtax2_type, d.qty, d.remise_percent, d.subprice, d.fk_product_fournisseur_price as fk_fournprice, d.buy_price_ht as pa_ht,";
     		$sql.= " d.total_ht,";
    @@ -763,7 +773,7 @@ class Contrat extends CommonObject
     				$line->id				= $objp->rowid;
     				$line->ref				= $objp->rowid;
     				$line->fk_contrat		= $objp->fk_contrat;
    -				$line->desc				= $objp->description;  // Description ligne
    +				$line->desc				= $objp->description;  // Description line
     				$line->qty				= $objp->qty;
     				$line->vat_src_code 	= $objp->vat_src_code ;
     				$line->tva_tx			= $objp->tva_tx;
    @@ -794,9 +804,9 @@ class Contrat extends CommonObject
     				$line->fk_unit           = $objp->fk_unit;
     
     				$line->ref				= $objp->product_ref;	// 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->product_ref		= $objp->product_ref;   // Product Ref
    +				$line->product_desc		= $objp->product_desc;  // Product Description
    +				$line->product_label	= $objp->product_label; // Product Label
     
     				$line->description		= $objp->description;
     
    @@ -814,7 +824,7 @@ class Contrat extends CommonObject
     				$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 contract
    +				// Retreive all extrafields for contract
     				// fetch optionals attributes and labels
     				$line->fetch_optionals();
     
    @@ -920,7 +930,7 @@ class Contrat extends CommonObject
     				$modCodeContract = new $module();
     
     				if (!empty($modCodeContract->code_auto)) {
    -					// Mise a jour ref
    +					// Update ref
     					$sql = 'UPDATE '.MAIN_DB_PREFIX."contrat SET ref='(PROV".$this->id.")' WHERE rowid=".$this->id;
     					if ($this->db->query($sql))
     					{
    @@ -944,14 +954,14 @@ class Contrat extends CommonObject
     				}
     			}
     
    -			// Insert contacts commerciaux ('SALESREPSIGN','contrat')
    +			// Insert business contacts ('SALESREPSIGN','contrat')
     			if (! $error)
     			{
         			$result=$this->add_contact($this->commercial_signature_id,'SALESREPSIGN','internal');
         			if ($result < 0) $error++;
     			}
     
    -			// Insert contacts commerciaux ('SALESREPFOLL','contrat')
    +			// Insert business contacts ('SALESREPFOLL','contrat')
     			if (! $error)
     			{
                     $result=$this->add_contact($this->commercial_suivi_id,'SALESREPFOLL','internal');
    @@ -1700,7 +1710,7 @@ class Contrat extends CommonObject
     			else
     			{
     				$this->db->rollback();
    -				dol_syslog(get_class($this)."::updateligne Erreur -2");
    +				dol_syslog(get_class($this)."::updateline Erreur -2");
     				return -2;
     			}
     		}
    @@ -1708,7 +1718,7 @@ class Contrat extends CommonObject
     		{
     			$this->db->rollback();
     			$this->error=$this->db->error();
    -			dol_syslog(get_class($this)."::updateligne Erreur -1");
    +			dol_syslog(get_class($this)."::updateline Erreur -1");
     			return -1;
     		}
     	}
    @@ -1779,6 +1789,7 @@ class Contrat extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update statut of contract according to services
     	 *
    @@ -1788,6 +1799,7 @@ class Contrat extends CommonObject
     	 */
     	function update_statut($user)
     	{
    +        // phpcs:enable
     		dol_syslog(__METHOD__ . " is deprecated", LOG_WARNING);
     
     		// If draft, we keep it (should not happen)
    @@ -1817,6 +1829,7 @@ class Contrat extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi label of a given contrat status
     	 *
    @@ -1826,33 +1839,34 @@ class Contrat extends CommonObject
     	 */
     	function LibStatut($statut,$mode)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load("contracts");
     		if ($mode == 0)
     		{
     			if ($statut == 0) { return $langs->trans("ContractStatusDraft"); }
    -			if ($statut == 1) { return $langs->trans("ContractStatusValidated"); }
    -			if ($statut == 2) { return $langs->trans("ContractStatusClosed"); }
    +			elseif ($statut == 1) { return $langs->trans("ContractStatusValidated"); }
    +			elseif ($statut == 2) { return $langs->trans("ContractStatusClosed"); }
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($statut == 0) { return $langs->trans("ContractStatusDraft"); }
    -			if ($statut == 1) { return $langs->trans("ContractStatusValidated"); }
    -			if ($statut == 2) { return $langs->trans("ContractStatusClosed"); }
    +			elseif ($statut == 1) { return $langs->trans("ContractStatusValidated"); }
    +			elseif ($statut == 2) { return $langs->trans("ContractStatusClosed"); }
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut == 0) { return img_picto($langs->trans('ContractStatusDraft'),'statut0').' '.$langs->trans("ContractStatusDraft"); }
    -			if ($statut == 1) { return img_picto($langs->trans('ContractStatusValidated'),'statut4').' '.$langs->trans("ContractStatusValidated"); }
    -			if ($statut == 2) { return img_picto($langs->trans('ContractStatusClosed'),'statut6').' '.$langs->trans("ContractStatusClosed"); }
    +			elseif ($statut == 1) { return img_picto($langs->trans('ContractStatusValidated'),'statut4').' '.$langs->trans("ContractStatusValidated"); }
    +			elseif ($statut == 2) { return img_picto($langs->trans('ContractStatusClosed'),'statut6').' '.$langs->trans("ContractStatusClosed"); }
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut == 0) { return img_picto($langs->trans('ContractStatusDraft'),'statut0'); }
    -			if ($statut == 1) { return img_picto($langs->trans('ContractStatusValidated'),'statut4'); }
    -			if ($statut == 2) { return img_picto($langs->trans('ContractStatusClosed'),'statut6'); }
    +			elseif ($statut == 1) { return img_picto($langs->trans('ContractStatusValidated'),'statut4'); }
    +			elseif ($statut == 2) { return img_picto($langs->trans('ContractStatusClosed'),'statut6'); }
     		}
    -		if ($mode == 4 || $mode == 6 || $mode == 7)
    +		elseif ($mode == 4 || $mode == 6 || $mode == 7)
     		{
     			$text='';
     			if ($mode == 4)
    @@ -1874,11 +1888,11 @@ class Contrat extends CommonObject
     			$text.=($mode == 7?'</div>':'');
     			return $text;
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut == 0) { return $langs->trans("ContractStatusDraft").' '.img_picto($langs->trans('ContractStatusDraft'),'statut0'); }
    -			if ($statut == 1) { return $langs->trans("ContractStatusValidated").' '.img_picto($langs->trans('ContractStatusValidated'),'statut4'); }
    -			if ($statut == 2) { return $langs->trans("ContractStatusClosed").' '.img_picto($langs->trans('ContractStatusClosed'),'statut6'); }
    +			elseif ($statut == 1) { return $langs->trans("ContractStatusValidated").' '.img_picto($langs->trans('ContractStatusValidated'),'statut4'); }
    +			elseif ($statut == 2) { return $langs->trans("ContractStatusClosed").' '.img_picto($langs->trans('ContractStatusClosed'),'statut6'); }
     		}
     	}
     
    @@ -1999,6 +2013,7 @@ class Contrat extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of line rowid
     	 *
    @@ -2007,6 +2022,7 @@ class Contrat extends CommonObject
     	 */
     	function array_detail($statut=-1)
     	{
    +        // phpcs:enable
     		$tab=array();
     
     		$sql = "SELECT cd.rowid";
    @@ -2074,6 +2090,7 @@ class Contrat extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *      Load indicators for dashboard (this->nbtodo and this->nbtodolate)
          *
    @@ -2083,6 +2100,7 @@ class Contrat extends CommonObject
     	 */
     	function load_board($user,$mode)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		$this->from = " FROM ".MAIN_DB_PREFIX."contrat as c";
    @@ -2098,7 +2116,7 @@ class Contrat extends CommonObject
     			$sql.= " AND c.rowid = cd.fk_contrat";
     			$sql.= " AND cd.statut = 0";
     		}
    -		if ($mode == 'expired')
    +		elseif ($mode == 'expired')
     		{
     			$sql = "SELECT cd.rowid, cd.date_fin_validite as datefin";
     			$sql.= $this->from;
    @@ -2152,6 +2170,7 @@ class Contrat extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Charge indicateurs this->nb de tableau de bord
     	 *
    @@ -2159,6 +2178,7 @@ class Contrat extends CommonObject
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $conf, $user;
     
     		$this->nb=array();
    @@ -2362,7 +2382,7 @@ class Contrat extends CommonObject
     	 */
         function createFromClone($socid = 0, $notrigger=0)
         {
    -		global $db, $user, $langs, $conf, $hookmanager;
    +		global $db, $user, $langs, $conf, $hookmanager, $extrafields;
     
     		dol_include_once('/projet/class/project.class.php');
     
    @@ -2371,6 +2391,7 @@ class Contrat extends CommonObject
     		$error = 0;
     
     		$this->fetch($this->id);
    +
     		// Load dest object
     		$clonedObj = clone $this;
             $clonedObj->socid = $socid;
    @@ -2381,8 +2402,23 @@ class Contrat extends CommonObject
     
     		$objsoc->fetch($clonedObj->socid);
     
    -		// $clonedObj->id=0;
    +		// Clean data
     		$clonedObj->statut = 0;
    +		// Clean extrafields
    +		if (is_array($clonedObj->array_options) && count($clonedObj->array_options) > 0)
    +		{
    +			$extrafields->fetch_name_optionals_label($this->element);
    +			foreach($clonedObj->array_options as $key => $option)
    +			{
    +				$shortkey = preg_replace('/options_/', '', $key);
    +				//var_dump($shortkey); var_dump($extrafields->attributes[$this->element]['unique'][$shortkey]);
    +				if (! empty($extrafields->attributes[$this->element]['unique'][$shortkey]))
    +				{
    +					//var_dump($key); var_dump($clonedObj->array_options[$key]); exit;
    +					unset($clonedObj->array_options[$key]);
    +				}
    +			}
    +		}
     
     		if (empty($conf->global->CONTRACT_ADDON) || ! is_readable(DOL_DOCUMENT_ROOT . "/core/modules/contract/" . $conf->global->CONTRACT_ADDON . ".php")) {
     			$this->error = 'ErrorSetupNotComplete';
    @@ -2397,8 +2433,8 @@ class Contrat extends CommonObject
     		$clonedObj->ref = $modContract->getNextValue($objsoc, $clonedObj);
     
     		// get extrafields so they will be clone
    -		foreach ( $this->lines as $line ) {
    -			$line->fetch_optionals($line->rowid);
    +		foreach ($this->lines as $line) {
    +			$line->fetch_optionals($line->id);
     		}
     
     		// Create clone
    @@ -2465,7 +2501,7 @@ class ContratLigne extends CommonObjectLine
     	 * @var string ID to identify managed object
     	 */
     	public $element='contratdet';
    -    
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -2475,52 +2511,61 @@ class ContratLigne extends CommonObjectLine
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $ref;
    -	var $tms;
     
    -	var $fk_contrat;
    -	var $fk_product;
    -	var $statut;					// 0 inactive, 4 active, 5 closed
    -	var $type;						// 0 for product, 1 for service
    +	/**
    +	 * @var string Ref
    +	 */
    +	public $ref;
    +
    +	public $tms;
    +
    +	public $fk_contrat;
    +	public $fk_product;
    +	public $statut;					// 0 inactive, 4 active, 5 closed
    +	public $type;						// 0 for product, 1 for service
    +
     	/**
     	 * @var string
     	 * @deprecated
     	 */
    -	var $label;
    +	public $label;
    +
     	/**
     	 * @var string
     	 * @deprecated
     	 */
     	public $libelle;
     
    -	var $description;
    +	/**
    +	 * @var string description
    +	 */
    +	public $description;
     
    -	var $product_ref;
    -	var $product_label;
    +	public $product_ref;
    +	public $product_label;
     
    -	var $date_commande;
    +	public $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
    +	public $date_start;				// date start planned
    +	public $date_start_real;			// date start real
    +	public $date_end;					// date end planned
    +	public $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
    -	var $date_cloture;				// date end real
    -	var $tva_tx;
    -	var $localtax1_tx;
    -	var $localtax2_tx;
    -	var $localtax1_type;	// Local tax 1 type
    -	var $localtax2_type;	// Local tax 2 type
    -	var $qty;
    -	var $remise_percent;
    -	var $remise;
    -	var $fk_remise_except;
    +	public $date_ouverture_prevue;		// date start planned
    +	public $date_ouverture;			// date start real
    +	public $date_fin_validite;			// date end planned
    +	public $date_cloture;				// date end real
    +	public $tva_tx;
    +	public $localtax1_tx;
    +	public $localtax2_tx;
    +	public $localtax1_type;	// Local tax 1 type
    +	public $localtax2_type;	// Local tax 2 type
    +	public $qty;
    +	public $remise_percent;
    +	public $remise;
    +	public $fk_remise_except;
     
    -	var $subprice;					// Unit price HT
    +	public $subprice;					// Unit price HT
     
     	/**
     	 * @var float
    @@ -2529,22 +2574,22 @@ class ContratLigne extends CommonObjectLine
     	 */
     	public $price;
     
    -	var $price_ht;
    +	public $price_ht;
     
    -	var $total_ht;
    -	var $total_tva;
    -	var $total_localtax1;
    -	var $total_localtax2;
    -	var $total_ttc;
    +	public $total_ht;
    +	public $total_tva;
    +	public $total_localtax1;
    +	public $total_localtax2;
    +	public $total_ttc;
     
    -	var $fk_fournprice;
    -	var $pa_ht;
    +	public $fk_fournprice;
    +	public $pa_ht;
     
    -	var $info_bits;
    -	var $fk_user_author;
    -	var $fk_user_ouverture;
    -	var $fk_user_cloture;
    -	var $commentaire;
    +	public $info_bits;
    +	public $fk_user_author;
    +	public $fk_user_ouverture;
    +	public $fk_user_cloture;
    +	public $commentaire;
     
     	const STATUS_INITIAL = 0;
     	const STATUS_OPEN = 4;
    @@ -2574,6 +2619,7 @@ class ContratLigne extends CommonObjectLine
     		return $this->LibStatut($this->statut,$mode,((! empty($this->date_fin_validite))?($this->date_fin_validite < dol_now()?1:0):-1));
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return label of a contract line status
     	 *
    @@ -2585,55 +2631,56 @@ class ContratLigne extends CommonObjectLine
     	 */
     	static function LibStatut($statut,$mode,$expired=-1,$moreatt='')
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load("contracts");
     		if ($mode == 0)
     		{
     			if ($statut == self::STATUS_INITIAL) { return $langs->trans("ServiceStatusInitial"); }
    -			if ($statut == self::STATUS_OPEN && $expired == -1) { return $langs->trans("ServiceStatusRunning"); }
    -			if ($statut == self::STATUS_OPEN && $expired == 0)  { return $langs->trans("ServiceStatusNotLate"); }
    -			if ($statut == self::STATUS_OPEN && $expired == 1)  { return $langs->trans("ServiceStatusLate"); }
    -			if ($statut == self::STATUS_CLOSED) { return $langs->trans("ServiceStatusClosed");  }
    +			elseif ($statut == self::STATUS_OPEN && $expired == -1) { return $langs->trans("ServiceStatusRunning"); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 0)  { return $langs->trans("ServiceStatusNotLate"); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 1)  { return $langs->trans("ServiceStatusLate"); }
    +			elseif ($statut == self::STATUS_CLOSED) { return $langs->trans("ServiceStatusClosed");  }
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($statut == self::STATUS_INITIAL) { return $langs->trans("ServiceStatusInitial"); }
    -			if ($statut == self::STATUS_OPEN && $expired == -1) { return $langs->trans("ServiceStatusRunning"); }
    -			if ($statut == self::STATUS_OPEN && $expired == 0)  { return $langs->trans("ServiceStatusNotLateShort"); }
    -			if ($statut == self::STATUS_OPEN && $expired == 1)  { return $langs->trans("ServiceStatusLateShort"); }
    -			if ($statut == self::STATUS_CLOSED) { return $langs->trans("ServiceStatusClosed");  }
    +			elseif ($statut == self::STATUS_OPEN && $expired == -1) { return $langs->trans("ServiceStatusRunning"); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 0)  { return $langs->trans("ServiceStatusNotLateShort"); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 1)  { return $langs->trans("ServiceStatusLateShort"); }
    +			elseif ($statut == self::STATUS_CLOSED) { return $langs->trans("ServiceStatusClosed");  }
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut == self::STATUS_INITIAL) { return img_picto($langs->trans('ServiceStatusInitial'),'statut0').' '.$langs->trans("ServiceStatusInitial"); }
    -			if ($statut == self::STATUS_OPEN && $expired == -1) { return img_picto($langs->trans('ServiceStatusRunning'),'statut4').' '.$langs->trans("ServiceStatusRunning"); }
    -			if ($statut == self::STATUS_OPEN && $expired == 0)  { return img_picto($langs->trans('ServiceStatusNotLate'),'statut4').' '.$langs->trans("ServiceStatusNotLateShort"); }
    -			if ($statut == self::STATUS_OPEN && $expired == 1)  { return img_picto($langs->trans('ServiceStatusLate'),'statut3').' '.$langs->trans("ServiceStatusLateShort"); }
    -			if ($statut == self::STATUS_CLOSED) { return img_picto($langs->trans('ServiceStatusClosed'),'statut6') .' '.$langs->trans("ServiceStatusClosed"); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == -1) { return img_picto($langs->trans('ServiceStatusRunning'),'statut4').' '.$langs->trans("ServiceStatusRunning"); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 0)  { return img_picto($langs->trans('ServiceStatusNotLate'),'statut4').' '.$langs->trans("ServiceStatusNotLateShort"); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 1)  { return img_picto($langs->trans('ServiceStatusLate'),'statut3').' '.$langs->trans("ServiceStatusLateShort"); }
    +			elseif ($statut == self::STATUS_CLOSED) { return img_picto($langs->trans('ServiceStatusClosed'),'statut6') .' '.$langs->trans("ServiceStatusClosed"); }
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut == self::STATUS_INITIAL) { return img_picto($langs->trans('ServiceStatusInitial'),'statut0',$moreatt); }
    -			if ($statut == self::STATUS_OPEN && $expired == -1) { return img_picto($langs->trans('ServiceStatusRunning'),'statut4',$moreatt); }
    -			if ($statut == self::STATUS_OPEN && $expired == 0)  { return img_picto($langs->trans('ServiceStatusNotLate'),'statut4',$moreatt); }
    -			if ($statut == self::STATUS_OPEN && $expired == 1)  { return img_picto($langs->trans('ServiceStatusLate'),'statut3',$moreatt); }
    -			if ($statut == self::STATUS_CLOSED) { return img_picto($langs->trans('ServiceStatusClosed'),'statut6',$moreatt); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == -1) { return img_picto($langs->trans('ServiceStatusRunning'),'statut4',$moreatt); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 0)  { return img_picto($langs->trans('ServiceStatusNotLate'),'statut4',$moreatt); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 1)  { return img_picto($langs->trans('ServiceStatusLate'),'statut3',$moreatt); }
    +			elseif ($statut == self::STATUS_CLOSED) { return img_picto($langs->trans('ServiceStatusClosed'),'statut6',$moreatt); }
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut == self::STATUS_INITIAL) { return img_picto($langs->trans('ServiceStatusInitial'),'statut0').' '.$langs->trans("ServiceStatusInitial"); }
    -			if ($statut == self::STATUS_OPEN && $expired == -1) { return img_picto($langs->trans('ServiceStatusRunning'),'statut4').' '.$langs->trans("ServiceStatusRunning"); }
    -			if ($statut == self::STATUS_OPEN && $expired == 0)  { return img_picto($langs->trans('ServiceStatusNotLate'),'statut4').' '.$langs->trans("ServiceStatusNotLate"); }
    -			if ($statut == self::STATUS_OPEN && $expired == 1)  { return img_picto($langs->trans('ServiceStatusLate'),'statut3').' '.$langs->trans("ServiceStatusLate"); }
    -			if ($statut == self::STATUS_CLOSED) { return img_picto($langs->trans('ServiceStatusClosed'),'statut6') .' '.$langs->trans("ServiceStatusClosed"); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == -1) { return img_picto($langs->trans('ServiceStatusRunning'),'statut4').' '.$langs->trans("ServiceStatusRunning"); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 0)  { return img_picto($langs->trans('ServiceStatusNotLate'),'statut4').' '.$langs->trans("ServiceStatusNotLate"); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 1)  { return img_picto($langs->trans('ServiceStatusLate'),'statut3').' '.$langs->trans("ServiceStatusLate"); }
    +			elseif ($statut == self::STATUS_CLOSED) { return img_picto($langs->trans('ServiceStatusClosed'),'statut6') .' '.$langs->trans("ServiceStatusClosed"); }
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut == self::STATUS_INITIAL) { return $langs->trans("ServiceStatusInitial").' '.img_picto($langs->trans('ServiceStatusInitial'),'statut0'); }
    -			if ($statut == self::STATUS_OPEN && $expired == -1) { return $langs->trans("ServiceStatusRunning").' '.img_picto($langs->trans('ServiceStatusRunning'),'statut4'); }
    -			if ($statut == self::STATUS_OPEN && $expired == 0)  { return $langs->trans("ServiceStatusNotLateShort").' '.img_picto($langs->trans('ServiceStatusNotLateShort'),'statut4'); }
    -			if ($statut == self::STATUS_OPEN && $expired == 1)  { return $langs->trans("ServiceStatusLateShort").' '.img_picto($langs->trans('ServiceStatusLate'),'statut3'); }
    -			if ($statut == self::STATUS_CLOSED) { return $langs->trans("ServiceStatusClosed").' '.img_picto($langs->trans('ServiceStatusClosed'),'statut6'); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == -1) { return $langs->trans("ServiceStatusRunning").' '.img_picto($langs->trans('ServiceStatusRunning'),'statut4'); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 0)  { return $langs->trans("ServiceStatusNotLateShort").' '.img_picto($langs->trans('ServiceStatusNotLateShort'),'statut4'); }
    +			elseif ($statut == self::STATUS_OPEN && $expired == 1)  { return $langs->trans("ServiceStatusLateShort").' '.img_picto($langs->trans('ServiceStatusLate'),'statut3'); }
    +			elseif ($statut == self::STATUS_CLOSED) { return $langs->trans("ServiceStatusClosed").' '.img_picto($langs->trans('ServiceStatusClosed'),'statut6'); }
     		}
     	}
     
    @@ -2973,15 +3020,14 @@ class ContratLigne extends CommonObjectLine
     			}
     		}
     
    -		if (! $error)
    -		{
    -			if (! $notrigger)
    -			{
    -	            // Call trigger
    -	            $result=$this->call_trigger('LINECONTRACT_UPDATE', $user);
    -	            if ($result < 0) { $error++; $this->db->rollback(); }
    -	            // End call triggers
    -			}
    +		if (! $error && ! $notrigger) {
    +	        // Call trigger
    +	        $result=$this->call_trigger('LINECONTRACT_UPDATE', $user);
    +	        if ($result < 0) {
    +                $error++;
    +                $this->db->rollback();
    +            }
    +	        // End call triggers
     		}
     
     		if (! $error)
    @@ -2996,6 +3042,7 @@ class ContratLigne extends CommonObjectLine
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Mise a jour en base des champs total_xxx de ligne
     	 *		Used by migration process
    @@ -3004,6 +3051,7 @@ class ContratLigne extends CommonObjectLine
     	 */
     	function update_total()
     	{
    +        // phpcs:enable
     		$this->db->begin();
     
     		// Mise a jour ligne en base
    @@ -3112,6 +3160,7 @@ class ContratLigne extends CommonObjectLine
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Activate a contract line
     	 *
    @@ -3123,6 +3172,7 @@ class ContratLigne extends CommonObjectLine
     	 */
     	function active_line($user, $date, $date_end = '', $comment = '')
     	{
    +        // phpcs:enable
     		global $langs, $conf;
     
     		$error = 0;
    @@ -3169,6 +3219,7 @@ class ContratLigne extends CommonObjectLine
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Close a contract line
     	 *
    @@ -3180,6 +3231,7 @@ class ContratLigne extends CommonObjectLine
     	 */
     	function close_line($user, $date_end, $comment = '', $notrigger=0)
     	{
    +        // phpcs:enable
     		global $langs, $conf;
     
     		// Update object
    diff --git a/htdocs/contrat/contact.php b/htdocs/contrat/contact.php
    index 063e3ecb228..f34eb1b5bdb 100644
    --- a/htdocs/contrat/contact.php
    +++ b/htdocs/contrat/contact.php
    @@ -163,27 +163,26 @@ if ($id > 0 || ! empty($ref))
     		$morehtmlref.=$form->editfieldval("RefSupplier", 'ref_supplier', $object->ref_supplier, $object, 0, 'string', '', null, null, '', 1);
     		// Thirdparty
     	    $morehtmlref.='<br>'.$langs->trans('ThirdParty') . ' : ' . $object->thirdparty->getNomUrl(1);
    -	    // Project
    -	    if (! empty($conf->projet->enabled))
    -	    {
    -	        $langs->load("projects");
    -	        $morehtmlref.='<br>'.$langs->trans('Project') . ' ';
    -	        if ($user->rights->contrat->creer)
    -	        {
    -	            if ($action != 'classify')
    -	                //$morehtmlref.='<a href="' . $_SERVER['PHP_SELF'] . '?action=classify&amp;id=' . $object->id . '">' . img_edit($langs->transnoentitiesnoconv('SetProject')) . '</a> : ';
    -	                $morehtmlref.=' : ';
    -	            	if ($action == 'classify') {
    -	                    //$morehtmlref.=$form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, 'projectid', 0, 0, 1, 1);
    -	                    $morehtmlref.='<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
    -	                    $morehtmlref.='<input type="hidden" name="action" value="classin">';
    -	                    $morehtmlref.='<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    -	                    $morehtmlref.=$formproject->select_projects($object->thirdparty->id, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
    -	                    $morehtmlref.='<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
    -	                    $morehtmlref.='</form>';
    -	                } else {
    -	                    $morehtmlref.=$form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->thirdparty->id, $object->fk_project, 'none', 0, 0, 0, 1);
    -	                }
    +        // Project
    +        if (! empty($conf->projet->enabled)) {
    +            $langs->load("projects");
    +            $morehtmlref.='<br>'.$langs->trans('Project') . ' ';
    +            if ($user->rights->contrat->creer) {
    +                if ($action != 'classify') {
    +                    //$morehtmlref.='<a href="' . $_SERVER['PHP_SELF'] . '?action=classify&amp;id=' . $object->id . '">' . img_edit($langs->transnoentitiesnoconv('SetProject')) . '</a> : ';
    +                    $morehtmlref.=' : ';
    +                }
    +                if ($action == 'classify') {
    +	                //$morehtmlref.=$form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, 'projectid', 0, 0, 1, 1);
    +	                $morehtmlref.='<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
    +	                $morehtmlref.='<input type="hidden" name="action" value="classin">';
    +	                $morehtmlref.='<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    +	                $morehtmlref.=$formproject->select_projects($object->thirdparty->id, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
    +	                $morehtmlref.='<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
    +	                $morehtmlref.='</form>';
    +	            } else {
    +	                $morehtmlref.=$form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->thirdparty->id, $object->fk_project, 'none', 0, 0, 0, 1);
    +	            }
     	        } else {
     	            if (! empty($object->fk_project)) {
     	                $proj = new Project($db);
    @@ -210,9 +209,12 @@ if ($id > 0 || ! empty($ref))
     
             // Ligne info remises tiers
             print '<tr><td class="titlefield">'.$langs->trans('Discount').'</td><td colspan="3">';
    -        if ($object->thirdparty->remise_percent) print $langs->trans("CompanyHasRelativeDiscount",$object->thirdparty->remise_percent);
    -        else print $langs->trans("CompanyHasNoRelativeDiscount");
    -        $absolute_discount=$object->thirdparty->getAvailableDiscounts();
    +        if ($object->thirdparty->remise_percent) {
    +            print $langs->trans("CompanyHasRelativeDiscount",$object->thirdparty->remise_percent);
    +        } else {
    +            print $langs->trans("CompanyHasNoRelativeDiscount");
    +        }
    +        $absolute_discount = $object->thirdparty->getAvailableDiscounts();
             print '. ';
             if ($absolute_discount) print $langs->trans("CompanyHasAbsoluteDiscount",price($absolute_discount),$langs->trans("Currency".$conf->currency));
             else print $langs->trans("CompanyHasNoAbsoluteDiscount");
    @@ -239,9 +241,7 @@ if ($id > 0 || ! empty($ref))
     		// Contacts lines
     		include DOL_DOCUMENT_ROOT.'/core/tpl/contacts.tpl.php';
     
    -	}
    -	else
    -	{
    +	} else {
     		print "ErrorRecordNotFound";
     	}
     }
    diff --git a/htdocs/contrat/list.php b/htdocs/contrat/list.php
    index e616afefd99..96f20fdaf67 100644
    --- a/htdocs/contrat/list.php
    +++ b/htdocs/contrat/list.php
    @@ -107,7 +107,6 @@ $fieldstosearchall = array(
     	'c.ref_customer'=>'RefCustomer',
     	'c.ref_supplier'=>'RefSupplier',
     	's.nom'=>"ThirdParty",
    -	'cd.description'=>'Description',
     	'c.note_public'=>'NotePublic',
     );
     if (empty($user->socid)) $fieldstosearchall["c.note_private"]="NotePrivate";
    @@ -252,7 +251,7 @@ else if ($year > 0)
     	$sql.= " AND c.date_contrat BETWEEN '".$db->idate(dol_get_first_day($year,1,false))."' AND '".$db->idate(dol_get_last_day($year,12,false))."'";
     }
     if ($search_name) $sql .= natural_search('s.nom', $search_name);
    -if ($search_email) $sql .= natural_search('s.email', $search_name);
    +if ($search_email) $sql .= natural_search('s.email', $search_email);
     if ($search_contract) $sql .= natural_search(array('c.rowid', 'c.ref'), $search_contract);
     if (!empty($search_ref_customer)) $sql .= natural_search(array('c.ref_customer'), $search_ref_customer);
     if (!empty($search_ref_supplier)) $sql .= natural_search(array('c.ref_supplier'), $search_ref_supplier);
    @@ -622,7 +621,7 @@ while ($i < min($num,$limit))
     		if (!empty($obj->note_private) || !empty($obj->note_public))
     		{
     			print ' <span class="note">';
    -			print '<a href="'.DOL_URL_ROOT.'/contrat/note.php?id='.$obj->rowid.'">'.img_picto($langs->trans("ViewPrivateNote"),'object_generic').'</a>';
    +			print '<a href="'.DOL_URL_ROOT.'/contrat/note.php?id='.$obj->rowid.'&save_lastsearch_values=1">'.img_picto($langs->trans("ViewPrivateNote"),'note').'</a>';
     			print '</span>';
     		}
     
    diff --git a/htdocs/contrat/services_list.php b/htdocs/contrat/services_list.php
    index 114490fa373..72b45f49db5 100644
    --- a/htdocs/contrat/services_list.php
    +++ b/htdocs/contrat/services_list.php
    @@ -1,9 +1,10 @@
     <?php
    -/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
    - * Copyright (C) 2018      Ferran Marcet		<fmarcet@2byte.es>
    +/* Copyright (C) 2001-2004  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2015       Jean-François Ferry     <jfefe@aternatik.fr>
    + * Copyright (C) 2018       Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -455,7 +456,7 @@ if (! empty($arrayfields['cd.date_ouverture_prevue']['checked']))
     	print $form->selectarray('filter_opouvertureprevue',$arrayofoperators,$filter_opouvertureprevue,1);
     	print ' ';
     	$filter_dateouvertureprevue=dol_mktime(0,0,0,$opouvertureprevuemonth,$opouvertureprevueday,$opouvertureprevueyear);
    -	print $form->select_date($filter_dateouvertureprevue,'opouvertureprevue',0,0,1,'',1,0,1);
    +	print $form->selectDate($filter_dateouvertureprevue, 'opouvertureprevue', 0, 0, 1, '', 1, 0);
     	print '</td>';
     }
     if (! empty($arrayfields['cd.date_ouverture']['checked']))
    @@ -465,7 +466,7 @@ if (! empty($arrayfields['cd.date_ouverture']['checked']))
     	print $form->selectarray('filter_op1',$arrayofoperators,$filter_op1,1);
     	print ' ';
     	$filter_date1=dol_mktime(0,0,0,$op1month,$op1day,$op1year);
    -	print $form->select_date($filter_date1,'op1',0,0,1,'',1,0,1);
    +	print $form->selectDate($filter_date1, 'op1', 0, 0, 1, '', 1, 0);
     	print '</td>';
     }
     if (! empty($arrayfields['cd.date_fin_validite']['checked']))
    @@ -475,7 +476,7 @@ if (! empty($arrayfields['cd.date_fin_validite']['checked']))
     	print $form->selectarray('filter_op2',$arrayofoperators,$filter_op2,1);
     	print ' ';
     	$filter_date2=dol_mktime(0,0,0,$op2month,$op2day,$op2year);
    -	print $form->select_date($filter_date2,'op2',0,0,1,'',1,0,1);
    +	print $form->selectDate($filter_date2, 'op2', 0, 0, 1, '', 1, 0);
     	print '</td>';
     }
     if (! empty($arrayfields['cd.date_cloture']['checked']))
    @@ -485,7 +486,7 @@ if (! empty($arrayfields['cd.date_cloture']['checked']))
     	print $form->selectarray('filter_opcloture',$arrayofoperators,$filter_opcloture,1);
     	print ' ';
     	$filter_date_cloture=dol_mktime(0,0,0,$opcloturemonth,$opclotureday,$opclotureyear);
    -	print $form->select_date($filter_date_cloture,'opcloture',0,0,1,'',1,0,1);
    +	print $form->selectDate($filter_date_cloture, 'opcloture', 0, 0, 1, '', 1, 0);
     	print '</td>';
     }
     // Extra fields
    diff --git a/htdocs/core/actions_printing.inc.php b/htdocs/core/actions_printing.inc.php
    index 302ad161241..d2d34cd523a 100644
    --- a/htdocs/core/actions_printing.inc.php
    +++ b/htdocs/core/actions_printing.inc.php
    @@ -28,8 +28,7 @@
     // Filename to print must be provided into 'file' parameter
     
     // Print file
    -if ($action == 'print_file' && $user->rights->printing->read)
    -{
    +if ($action == 'print_file' && $user->rights->printing->read) {
         $langs->load("printing");
         require_once DOL_DOCUMENT_ROOT . '/core/modules/printing/modules_printing.php';
         $objectprint = new PrintingDriver($db);
    @@ -55,7 +54,7 @@ if ($action == 'print_file' && $user->rights->printing->read)
                         $subdir = 'commande';
                     }
                     try {
    -                    $ret = $printer->print_file(GETPOST('file', 'alpha'), $module, $subdir);
    +                    $ret = $printer->printFile(GETPOST('file', 'alpha'), $module, $subdir);
                         if ($ret > 0) {
                             //print '<pre>'.print_r($printer->errors, true).'</pre>';
                             setEventMessages($printer->error, $printer->errors, 'errors');
    diff --git a/htdocs/core/actions_sendmails.inc.php b/htdocs/core/actions_sendmails.inc.php
    index 8c81c0efc6a..153c5ca9364 100644
    --- a/htdocs/core/actions_sendmails.inc.php
    +++ b/htdocs/core/actions_sendmails.inc.php
    @@ -42,7 +42,7 @@ if (GETPOST('addfile','alpha'))
     	$vardir=$conf->user->dir_output."/".$user->id;
     	$upload_dir_tmp = $vardir.'/temp';             // TODO Add $keytoavoidconflict in upload_dir path
     
    -	dol_add_file_process($upload_dir_tmp, 0, 0, 'addedfile', '', null, $trackid);
    +	dol_add_file_process($upload_dir_tmp, 0, 0, 'addedfile', '', null, $trackid, 0);
     	$action='presend';
     }
     
    @@ -425,7 +425,7 @@ if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_PO
     					    if (empty($actiontypecode)) $actiontypecode='AC_OTH_AUTO'; // Event insert into agenda automatically
     
     						$object->socid			= $sendtosocid;	   // To link to a company
    -						$object->sendtoid		= $sendtoid;	   // To link to contacts/addresses. This is an array.
    +						$object->sendtoid		= $sendtoid;	   // To link to contact addresses. This is an array.
     						$object->actiontypecode	= $actiontypecode; // Type of event ('AC_OTH', 'AC_OTH_AUTO', 'AC_XXX'...)
     						$object->actionmsg		= $actionmsg;      // Long text
     						$object->actionmsg2		= $actionmsg2;     // Short text
    diff --git a/htdocs/core/actions_setnotes.inc.php b/htdocs/core/actions_setnotes.inc.php
    index 50b35392644..ec253d5ef4a 100644
    --- a/htdocs/core/actions_setnotes.inc.php
    +++ b/htdocs/core/actions_setnotes.inc.php
    @@ -32,8 +32,33 @@ if ($action == 'setnote_public' && ! empty($permissionnote) && ! GETPOST('cancel
     {
     	if (empty($action) || ! is_object($object) || empty($id)) dol_print_error('','Include of actions_setnotes.inc.php was done but required variable was not set before');
     	if (empty($object->id)) $object->fetch($id);	// Fetch may not be already done
    -	$result=$object->update_note(dol_html_entity_decode(GETPOST('note_public', 'none'), ENT_QUOTES),'_public');
    -	if ($result < 0) setEventMessages($object->error, $object->errors, 'errors');
    +	
    +	$result_update=$object->update_note(dol_html_entity_decode(GETPOST('note_public', 'none'), ENT_QUOTES),'_public');
    +
    +	if ($result_update < 0) setEventMessages($object->error, $object->errors, 'errors');
    +	elseif (in_array($object->table_element, array('supplier_proposal', 'propal', 'commande_fournisseur', 'commande', 'facture_fourn', 'facture')))
    +	{
    +		// Define output language
    +		if (empty($conf->global->MAIN_DISABLE_PDF_AUTOUPDATE))
    +		{
    +			$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);
    +			}
    +			$model=$object->modelpdf;
    +			$hidedetails = (GETPOST('hidedetails','int') ? GETPOST('hidedetails','int') : (! empty($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_DETAILS) ? 1 : 0));
    +			$hidedesc = (GETPOST('hidedesc','int') ? GETPOST('hidedesc','int') : (! empty($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_DESC) ?  1 : 0));
    +			$hideref = (GETPOST('hideref','int') ? GETPOST('hideref','int') : (! empty($conf->global->MAIN_GENERATE_DOCUMENTS_HIDE_REF) ? 1 : 0));
    +
    +			$result=$object->generateDocument($model, $outputlangs, $hidedetails, $hidedesc, $hideref);
    +			
    +			if ($result < 0) dol_print_error($db,$result);
    +		}
    +	}
     }
     // Set public note
     else if ($action == 'setnote_private' && ! empty($permissionnote) && ! GETPOST('cancel','alpha'))
    diff --git a/htdocs/core/ajax/ajaxdirpreview.php b/htdocs/core/ajax/ajaxdirpreview.php
    index f69cc85e026..8d1c5cd712c 100644
    --- a/htdocs/core/ajax/ajaxdirpreview.php
    +++ b/htdocs/core/ajax/ajaxdirpreview.php
    @@ -158,8 +158,8 @@ print '<!-- ajaxdirpreview type='.$type.' -->'."\n";
     //print '<!-- Page called with mode='.dol_escape_htmltag(isset($mode)?$mode:'').' type='.dol_escape_htmltag($type).' module='.dol_escape_htmltag($module).' url='.dol_escape_htmltag($url).' '.dol_escape_htmltag($_SERVER["PHP_SELF"]).'?'.dol_escape_htmltag($_SERVER["QUERY_STRING"]).' -->'."\n";
     
     $param=($sortfield?'&sortfield='.$sortfield:'').($sortorder?'&sortorder='.$sortorder:'');
    -if (! empty($website)) $param.='&website='.$website;
    -if (! empty($pageid))  $param.='&pageid='.$pageid;
    +if (! empty($websitekey)) $param.='&website='.$websitekey;
    +if (! empty($pageid))     $param.='&pageid='.$pageid;
     
     
     // Dir scan
    @@ -234,7 +234,7 @@ if ($type == 'directory')
     	    		$param.='&file_manager=1';
     	    		if (!preg_match('/website=/',$param)) $param.='&website='.urlencode(GETPOST('website','alpha'));
     	    		if (!preg_match('/pageid=/',$param)) $param.='&pageid='.urlencode(GETPOST('pageid','int'));
    -	    		//if (!preg_match('/backtopage=/',$param)) $param.='&backtopage='.urlencode($_SERVER["PHP_SELF"].'?file_manager=1&website='.$website.'&pageid='.$pageid);
    +	    		//if (!preg_match('/backtopage=/',$param)) $param.='&backtopage='.urlencode($_SERVER["PHP_SELF"].'?file_manager=1&website='.$websitekey.'&pageid='.$pageid);
     	    	}
         	}
         	else
    @@ -315,7 +315,7 @@ if ($useajax || $action == 'delete')
     	$formquestion['section_id']=array('type'=>'hidden','value'=>$section_id,'name'=>'section_id');		// We must always put field, even if empty because it is fille by javascript later
     	$formquestion['section_dir']=array('type'=>'hidden','value'=>$section_dir,'name'=>'section_dir');	// We must always put field, even if empty because it is fille by javascript later
     	if (! empty($action) && $action == 'file_manager')	$formquestion['file_manager']=array('type'=>'hidden','value'=>1,'name'=>'file_manager');
    -	if (! empty($website))								$formquestion['website']=array('type'=>'hidden','value'=>$website,'name'=>'website');
    +	if (! empty($websitekey))							$formquestion['website']=array('type'=>'hidden','value'=>$websitekey,'name'=>'website');
     	if (! empty($pageid) && $pageid > 0)				$formquestion['pageid']=array('type'=>'hidden','value'=>$pageid,'name'=>'pageid');
     
     	print $form->formconfirm($url,$langs->trans("DeleteFile"),$langs->trans("ConfirmDeleteFile"),'confirm_deletefile',$formquestion,"no",($useajax?'deletefile':0));
    diff --git a/htdocs/core/ajax/ajaxdirtree.php b/htdocs/core/ajax/ajaxdirtree.php
    index cfff81749de..4b588751829 100644
    --- a/htdocs/core/ajax/ajaxdirtree.php
    +++ b/htdocs/core/ajax/ajaxdirtree.php
    @@ -201,7 +201,7 @@ if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE
     	    				// Edit link
     	    				print '<td align="right" width="18"><a href="';
     	    				print DOL_URL_ROOT.'/ecm/dir_card.php?module='.urlencode($modulepart).'&section='.$val['id'].'&relativedir='.urlencode($val['fullrelativename']);
    -	    				print '&backtopage='.urlencode($_SERVER["PHP_SELF"].'?file_manager=1&website='.$website.'&pageid='.$pageid);
    +	    				print '&backtopage='.urlencode($_SERVER["PHP_SELF"].'?file_manager=1&website='.$websitekey.'&pageid='.$pageid);
     	    				print '">'.img_edit($langs->trans("Edit").' - '.$langs->trans("View"), 0, 'class="valignmiddle opacitymedium"').'</a></td>';
     
     	    				// Add link
    diff --git a/htdocs/core/ajax/check_notifications.php b/htdocs/core/ajax/check_notifications.php
    index 09252bc0edc..642dc1038d9 100644
    --- a/htdocs/core/ajax/check_notifications.php
    +++ b/htdocs/core/ajax/check_notifications.php
    @@ -93,8 +93,8 @@ if ($time >= $_SESSION['auto_check_events_not_before'])
     
             while ($obj = $db->fetch_object($resql))
             {
    -            $langs->load("agenda");
    -            $langs->load("commercial");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array('agenda', 'commercial'));
     
                 $actionmod->fetch($obj->id);
     
    diff --git a/htdocs/core/ajax/selectsearchbox.php b/htdocs/core/ajax/selectsearchbox.php
    index 57483848c4e..364903c9cd7 100644
    --- a/htdocs/core/ajax/selectsearchbox.php
    +++ b/htdocs/core/ajax/selectsearchbox.php
    @@ -53,6 +53,12 @@ $search_boxvalue=GETPOST('q', 'none');
     $arrayresult=array();
     
     // Define $searchform
    +
    +if (! empty($conf->adherent->enabled) && empty($conf->global->MAIN_SEARCHFORM_ADHERENT_DISABLED) && $user->rights->adherent->lire)
    +{
    +	$arrayresult['searchintomember']=array('position'=>8, 'shortcut'=>'M', 'img'=>'object_user', 'label'=>$langs->trans("SearchIntoMembers", $search_boxvalue), 'text'=>img_picto('','object_user').' '.$langs->trans("SearchIntoMembers", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/adherents/list.php'.($search_boxvalue?'?sall='.urlencode($search_boxvalue):''));
    +}
    +
     if ((( ! empty($conf->societe->enabled) && (empty($conf->global->SOCIETE_DISABLE_PROSPECTS) || empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))) || ! empty($conf->fournisseur->enabled)) && empty($conf->global->MAIN_SEARCHFORM_SOCIETE_DISABLED) && $user->rights->societe->lire)
     {
     	$arrayresult['searchintothirdparty']=array('position'=>10, 'shortcut'=>'T', 'img'=>'object_company', 'label'=>$langs->trans("SearchIntoThirdparties", $search_boxvalue), 'text'=>img_picto('','object_company').' '.$langs->trans("SearchIntoThirdparties", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/societe/list.php'.($search_boxvalue?'?sall='.urlencode($search_boxvalue):''));
    @@ -63,11 +69,6 @@ if (! empty($conf->societe->enabled) && empty($conf->global->MAIN_SEARCHFORM_CON
     	$arrayresult['searchintocontact']=array('position'=>15, 'shortcut'=>'A', 'img'=>'object_contact', 'label'=>$langs->trans("SearchIntoContacts", $search_boxvalue), 'text'=>img_picto('','object_contact').' '.$langs->trans("SearchIntoContacts", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/contact/list.php'.($search_boxvalue?'?sall='.urlencode($search_boxvalue):''));
     }
     
    -if (! empty($conf->adherent->enabled) && empty($conf->global->MAIN_SEARCHFORM_ADHERENT_DISABLED) && $user->rights->adherent->lire)
    -{
    -	$arrayresult['searchintomember']=array('position'=>20, 'shortcut'=>'M', 'img'=>'object_user', 'label'=>$langs->trans("SearchIntoMembers", $search_boxvalue), 'text'=>img_picto('','object_user').' '.$langs->trans("SearchIntoMembers", $search_boxvalue), 'url'=>DOL_URL_ROOT.'/adherents/list.php'.($search_boxvalue?'?sall='.urlencode($search_boxvalue):''));
    -}
    -
     if (((! empty($conf->product->enabled) && $user->rights->produit->lire) || (! empty($conf->service->enabled) && $user->rights->service->lire))
     && empty($conf->global->MAIN_SEARCHFORM_PRODUITSERVICE_DISABLED))
     {
    diff --git a/htdocs/core/boxes/box_actions.php b/htdocs/core/boxes/box_actions.php
    index 6ccf61690ed..9bcfb002bb6 100644
    --- a/htdocs/core/boxes/box_actions.php
    +++ b/htdocs/core/boxes/box_actions.php
    @@ -260,6 +260,5 @@ class box_actions extends ModeleBoxes
     
     		return '';
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_bookmarks.php b/htdocs/core/boxes/box_bookmarks.php
    index 50cebe91b1f..c3a29877104 100644
    --- a/htdocs/core/boxes/box_bookmarks.php
    +++ b/htdocs/core/boxes/box_bookmarks.php
    @@ -161,6 +161,5 @@ class box_bookmarks extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_clients.php b/htdocs/core/boxes/box_clients.php
    index fc31baee716..96ccd7b675d 100644
    --- a/htdocs/core/boxes/box_clients.php
    +++ b/htdocs/core/boxes/box_clients.php
    @@ -163,7 +163,6 @@ class box_clients extends ModeleBoxes
                     'text' => $langs->trans("ReadPermissionNotAllowed")
     			);
     		}
    -
     	}
     
     	/**
    @@ -178,6 +177,5 @@ class box_clients extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_commandes.php b/htdocs/core/boxes/box_commandes.php
    index 86660258cd0..5aeb6179207 100644
    --- a/htdocs/core/boxes/box_commandes.php
    +++ b/htdocs/core/boxes/box_commandes.php
    @@ -202,6 +202,5 @@ class box_commandes extends ModeleBoxes
         {
             return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
         }
    -
     }
     
    diff --git a/htdocs/core/boxes/box_comptes.php b/htdocs/core/boxes/box_comptes.php
    index b951e0fe79b..8606d9b91f7 100644
    --- a/htdocs/core/boxes/box_comptes.php
    +++ b/htdocs/core/boxes/box_comptes.php
    @@ -174,7 +174,6 @@ class box_comptes extends ModeleBoxes
                     'text' => $langs->trans("ReadPermissionNotAllowed")
                 );
             }
    -
     	}
     
     	/**
    @@ -189,6 +188,5 @@ class box_comptes extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_contacts.php b/htdocs/core/boxes/box_contacts.php
    index 37e32d07198..4feb101c090 100644
    --- a/htdocs/core/boxes/box_contacts.php
    +++ b/htdocs/core/boxes/box_contacts.php
    @@ -189,6 +189,5 @@ class box_contacts extends ModeleBoxes
     	{
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_contracts.php b/htdocs/core/boxes/box_contracts.php
    index 027fa2cc84a..6f9a62e1063 100644
    --- a/htdocs/core/boxes/box_contracts.php
    +++ b/htdocs/core/boxes/box_contracts.php
    @@ -185,6 +185,5 @@ class box_contracts extends ModeleBoxes
         {
             return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
         }
    -
     }
     
    diff --git a/htdocs/core/boxes/box_external_rss.php b/htdocs/core/boxes/box_external_rss.php
    index 4c2ca4236ca..f08c809627d 100644
    --- a/htdocs/core/boxes/box_external_rss.php
    +++ b/htdocs/core/boxes/box_external_rss.php
    @@ -198,6 +198,5 @@ class box_external_rss extends ModeleBoxes
         {
             return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
         }
    -
     }
     
    diff --git a/htdocs/core/boxes/box_factures.php b/htdocs/core/boxes/box_factures.php
    index 84f27257889..e281fbe5c60 100644
    --- a/htdocs/core/boxes/box_factures.php
    +++ b/htdocs/core/boxes/box_factures.php
    @@ -76,9 +76,11 @@ class box_factures extends ModeleBoxes
             include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
             include_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
     
    -        $facturestatic=new Facture($db);
    +        $facturestatic = new Facture($db);
             $societestatic = new Societe($db);
     
    +        $langs->load("bills");
    +
     		$text = $langs->trans("BoxTitleLast".($conf->global->MAIN_LASTBOX_ON_OBJECT_DATE?"":"Modified")."CustomerBills",$max);
     		$this->info_box_head = array(
     				'text' => $text,
    @@ -92,9 +94,7 @@ class box_factures extends ModeleBoxes
                 $sql.= ", f.total_ttc";
                 $sql.= ", f.datef as df";
     			$sql.= ", f.paye, f.fk_statut, f.datec, f.tms";
    -            $sql.= ", s.nom as name";
    -            $sql.= ", s.rowid as socid";
    -            $sql.= ", s.code_client";
    +            $sql.= ", s.rowid as socid, s.nom as name, s.code_client, s.email, s.tva_intra, s.code_compta, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6";
     			$sql.= ", f.date_lim_reglement as datelimite";
     			$sql.= " FROM (".MAIN_DB_PREFIX."societe as s,".MAIN_DB_PREFIX."facture as f";
     			if (!$user->rights->societe->client->voir && !$user->societe_id) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
    @@ -121,6 +121,7 @@ class box_factures extends ModeleBoxes
                         $datelimite = $db->jdate($objp->datelimite);
                         $date = $db->jdate($objp->df);
                         $datem = $db->jdate($objp->tms);
    +
                         $facturestatic->id = $objp->facid;
                         $facturestatic->ref = $objp->facnumber;
                         $facturestatic->type = $objp->type;
    @@ -133,7 +134,14 @@ class box_factures extends ModeleBoxes
                         $societestatic->id = $objp->socid;
                         $societestatic->name = $objp->name;
                         $societestatic->code_client = $objp->code_client;
    -
    +                    $societestatic->tva_intra = $objp->tva_intra;
    +                    $societestatic->email = $objp->email;
    +                    $societestatic->idprof1 = $objp->idprof1;
    +                    $societestatic->idprof2 = $objp->idprof2;
    +                    $societestatic->idprof3 = $objp->idprof3;
    +                    $societestatic->idprof4 = $objp->idprof4;
    +                    $societestatic->idprof5 = $objp->idprof5;
    +                    $societestatic->idprof6 = $objp->idprof6;
     
     					$late = '';
     					if ($facturestatic->hasDelay()) {
    @@ -206,5 +214,4 @@ class box_factures extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
    diff --git a/htdocs/core/boxes/box_factures_fourn.php b/htdocs/core/boxes/box_factures_fourn.php
    index 011942b9cc4..c865cf185c4 100644
    --- a/htdocs/core/boxes/box_factures_fourn.php
    +++ b/htdocs/core/boxes/box_factures_fourn.php
    @@ -218,6 +218,5 @@ class box_factures_fourn extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_factures_fourn_imp.php b/htdocs/core/boxes/box_factures_fourn_imp.php
    index 9f696eac2b9..e8dedf59c41 100644
    --- a/htdocs/core/boxes/box_factures_fourn_imp.php
    +++ b/htdocs/core/boxes/box_factures_fourn_imp.php
    @@ -191,7 +191,6 @@ class box_factures_fourn_imp extends ModeleBoxes
                     'text' => $langs->trans("ReadPermissionNotAllowed")
                 );
             }
    -
         }
     
     	/**
    @@ -206,6 +205,5 @@ class box_factures_fourn_imp extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_factures_imp.php b/htdocs/core/boxes/box_factures_imp.php
    index 1faeb789337..dd64a07b8d9 100644
    --- a/htdocs/core/boxes/box_factures_imp.php
    +++ b/htdocs/core/boxes/box_factures_imp.php
    @@ -86,7 +86,7 @@ class box_factures_imp extends ModeleBoxes
     
     		if ($user->rights->facture->lire)
     		{
    -			$sql = "SELECT s.nom as name, s.rowid as socid,";
    +			$sql = "SELECT s.nom as name, s.rowid as socid, s.email,";
                 $sql.= " s.code_client,";
                 $sql.= " s.logo,";
     			$sql.= " f.facnumber, f.date_lim_reglement as datelimite,";
    @@ -134,9 +134,11 @@ class box_factures_imp extends ModeleBoxes
                         $facturestatic->total_ttc = $objp->total_ttc;
     					$facturestatic->statut = $objp->fk_statut;
     					$facturestatic->date_lim_reglement = $db->jdate($objp->datelimite);
    +
                         $societestatic->id = $objp->socid;
                         $societestatic->name = $objp->name;
                         $societestatic->client = 1;
    +                    $societestatic->email = $objp->email;
                         $societestatic->code_client = $objp->code_client;
                         $societestatic->logo = $objp->logo;
     
    @@ -209,5 +211,4 @@ class box_factures_imp extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
    diff --git a/htdocs/core/boxes/box_ficheinter.php b/htdocs/core/boxes/box_ficheinter.php
    index a831bc163ce..76d1414f53f 100644
    --- a/htdocs/core/boxes/box_ficheinter.php
    +++ b/htdocs/core/boxes/box_ficheinter.php
    @@ -170,6 +170,5 @@ class box_ficheinter extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_fournisseurs.php b/htdocs/core/boxes/box_fournisseurs.php
    index 1bfd7d7ac16..0ca14fae7f5 100644
    --- a/htdocs/core/boxes/box_fournisseurs.php
    +++ b/htdocs/core/boxes/box_fournisseurs.php
    @@ -150,7 +150,6 @@ class box_fournisseurs extends ModeleBoxes
                     'text' => $langs->trans("ReadPermissionNotAllowed")
                 );
             }
    -
         }
     
     	/**
    @@ -165,6 +164,5 @@ class box_fournisseurs extends ModeleBoxes
         {
             return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
         }
    -
     }
     
    diff --git a/htdocs/core/boxes/box_goodcustomers.php b/htdocs/core/boxes/box_goodcustomers.php
    index 334cbc0fc56..16668987a40 100644
    --- a/htdocs/core/boxes/box_goodcustomers.php
    +++ b/htdocs/core/boxes/box_goodcustomers.php
    @@ -159,7 +159,6 @@ class box_goodcustomers extends ModeleBoxes
     				'text' => $langs->trans("ReadPermissionNotAllowed")
     			);
     		}
    -
     	}
     
     	/**
    diff --git a/htdocs/core/boxes/box_graph_invoices_permonth.php b/htdocs/core/boxes/box_graph_invoices_permonth.php
    index 4eb91d36e60..c22163779a8 100644
    --- a/htdocs/core/boxes/box_graph_invoices_permonth.php
    +++ b/htdocs/core/boxes/box_graph_invoices_permonth.php
    @@ -280,6 +280,5 @@ class box_graph_invoices_permonth extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php b/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
    index 337b4283e94..a7f504b2d01 100644
    --- a/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
    +++ b/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
    @@ -279,6 +279,5 @@ class box_graph_invoices_supplier_permonth extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_graph_orders_permonth.php b/htdocs/core/boxes/box_graph_orders_permonth.php
    index b05395169fa..329fef77fba 100644
    --- a/htdocs/core/boxes/box_graph_orders_permonth.php
    +++ b/htdocs/core/boxes/box_graph_orders_permonth.php
    @@ -278,6 +278,5 @@ class box_graph_orders_permonth extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_graph_orders_supplier_permonth.php b/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
    index 86a813407a6..de962149cdf 100644
    --- a/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
    +++ b/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
    @@ -277,6 +277,5 @@ class box_graph_orders_supplier_permonth extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_graph_product_distribution.php b/htdocs/core/boxes/box_graph_product_distribution.php
    index 9ed59422466..42afa4fbfe0 100644
    --- a/htdocs/core/boxes/box_graph_product_distribution.php
    +++ b/htdocs/core/boxes/box_graph_product_distribution.php
    @@ -401,7 +401,6 @@ class box_graph_product_distribution extends ModeleBoxes
     				'text' => $mesg
     			);
     		}
    -
     	}
     
     	/**
    @@ -416,6 +415,5 @@ class box_graph_product_distribution extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_graph_propales_permonth.php b/htdocs/core/boxes/box_graph_propales_permonth.php
    index d7691e05c30..c19235c2fb2 100644
    --- a/htdocs/core/boxes/box_graph_propales_permonth.php
    +++ b/htdocs/core/boxes/box_graph_propales_permonth.php
    @@ -281,6 +281,5 @@ class box_graph_propales_permonth extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_lastlogin.php b/htdocs/core/boxes/box_lastlogin.php
    index 38745616aa4..c8149c6384b 100644
    --- a/htdocs/core/boxes/box_lastlogin.php
    +++ b/htdocs/core/boxes/box_lastlogin.php
    @@ -98,7 +98,6 @@ class box_lastlogin extends ModeleBoxes
                 'td' => '',
                 'text' => $tmp,
             );
    -        
         }
     
     
    diff --git a/htdocs/core/boxes/box_members.php b/htdocs/core/boxes/box_members.php
    index 063a7390808..6f7e62aa457 100644
    --- a/htdocs/core/boxes/box_members.php
    +++ b/htdocs/core/boxes/box_members.php
    @@ -168,7 +168,6 @@ class box_members extends ModeleBoxes
                     'text' => $langs->trans("ReadPermissionNotAllowed")
                 );
             }
    -
         }
     
     	/**
    @@ -183,6 +182,5 @@ class box_members extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_produits.php b/htdocs/core/boxes/box_produits.php
    index f6e91169eae..cadda2b8058 100644
    --- a/htdocs/core/boxes/box_produits.php
    +++ b/htdocs/core/boxes/box_produits.php
    @@ -230,6 +230,5 @@ class box_produits extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_produits_alerte_stock.php b/htdocs/core/boxes/box_produits_alerte_stock.php
    index 0bd7a5e2ad7..648da118e09 100644
    --- a/htdocs/core/boxes/box_produits_alerte_stock.php
    +++ b/htdocs/core/boxes/box_produits_alerte_stock.php
    @@ -242,6 +242,5 @@ class box_produits_alerte_stock extends ModeleBoxes
         {
             return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_project.php b/htdocs/core/boxes/box_project.php
    index 6c959deb303..a48543a00f6 100644
    --- a/htdocs/core/boxes/box_project.php
    +++ b/htdocs/core/boxes/box_project.php
    @@ -34,12 +34,12 @@ class box_project extends ModeleBoxes
     	var $boximg="object_projectpub";
     	var $boxlabel;
     	//var $depends = array("projet");
    -	
    +
     	/**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
     	var $param;
     
     	var $info_box_head = array();
    @@ -54,8 +54,9 @@ class box_project extends ModeleBoxes
         function __construct($db,$param='')
         {
             global $user, $langs;
    -        $langs->load("boxes");
    -        $langs->load("projects");
    +
    +        // Load translation files required by the page
    +        $langs->loadLangs(array('boxes', 'projects'));
     
             $this->db = $db;
             $this->boxlabel="Projects";
    @@ -184,7 +185,6 @@ class box_project extends ModeleBoxes
                 'td' => '',
                 'text' => "&nbsp;",
             );
    -
     	}
     
     	/**
    diff --git a/htdocs/core/boxes/box_propales.php b/htdocs/core/boxes/box_propales.php
    index a208671835f..6db4ac11250 100644
    --- a/htdocs/core/boxes/box_propales.php
    +++ b/htdocs/core/boxes/box_propales.php
    @@ -192,6 +192,5 @@ class box_propales extends ModeleBoxes
         {
             return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
         }
    -
     }
     
    diff --git a/htdocs/core/boxes/box_prospect.php b/htdocs/core/boxes/box_prospect.php
    index 912d0191e8d..629da790f3c 100644
    --- a/htdocs/core/boxes/box_prospect.php
    +++ b/htdocs/core/boxes/box_prospect.php
    @@ -180,6 +180,5 @@ class box_prospect extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_services_contracts.php b/htdocs/core/boxes/box_services_contracts.php
    index 38532ca3d2f..41d287d0c37 100644
    --- a/htdocs/core/boxes/box_services_contracts.php
    +++ b/htdocs/core/boxes/box_services_contracts.php
    @@ -222,7 +222,6 @@ class box_services_contracts extends ModeleBoxes
                     'text' => $langs->trans("ReadPermissionNotAllowed")
     			);
     		}
    -
     	}
     
     	/**
    @@ -237,6 +236,5 @@ class box_services_contracts extends ModeleBoxes
         {
     		return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
     	}
    -
     }
     
    diff --git a/htdocs/core/boxes/box_services_expired.php b/htdocs/core/boxes/box_services_expired.php
    index ab5ad0c54a7..afc087ad715 100644
    --- a/htdocs/core/boxes/box_services_expired.php
    +++ b/htdocs/core/boxes/box_services_expired.php
    @@ -184,6 +184,5 @@ class box_services_expired extends ModeleBoxes
         {
             return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
         }
    -
    - }
    +}
     
    diff --git a/htdocs/core/boxes/box_supplier_orders.php b/htdocs/core/boxes/box_supplier_orders.php
    index 934be175c15..97b4bf8feec 100644
    --- a/htdocs/core/boxes/box_supplier_orders.php
    +++ b/htdocs/core/boxes/box_supplier_orders.php
    @@ -188,6 +188,5 @@ class box_supplier_orders extends ModeleBoxes
         {
             return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
         }
    -
     }
     
    diff --git a/htdocs/core/boxes/box_task.php b/htdocs/core/boxes/box_task.php
    index 7d40ee8482d..b85ed0f4d8b 100644
    --- a/htdocs/core/boxes/box_task.php
    +++ b/htdocs/core/boxes/box_task.php
    @@ -31,21 +31,21 @@ require_once DOL_DOCUMENT_ROOT."/core/lib/date.lib.php";
      */
     class box_task extends ModeleBoxes
     {
    -    var $boxcode="projet";
    -    var $boximg="object_projecttask";
    -    var $boxlabel;
    -    //var $depends = array("projet");
    -    
    +    public $boxcode="projet";
    +    public $boximg="object_projecttask";
    +    public $boxlabel;
    +    //public $depends = array("projet");
    +
         /**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    -    var $param;
    -    var $enabled = 0;		// Disabled because bugged.
     
    -    var $info_box_head = array();
    -    var $info_box_contents = array();
    +    public $param;
    +    public $enabled = 0;		// Disabled because bugged.
    +
    +    public $info_box_head = array();
    +    public $info_box_contents = array();
     
     
         /**
    @@ -57,8 +57,10 @@ class box_task extends ModeleBoxes
         function __construct($db,$param='')
         {
             global $user, $langs;
    -        $langs->load("boxes");
    -        $langs->load("projects");
    +
    +        // Load translation files required by the page
    +        $langs->loadLangs(array('boxes', 'projects'));
    +
             $this->boxlabel="Tasks";
             $this->db = $db;
     
    @@ -131,13 +133,12 @@ class box_task extends ModeleBoxes
     		}
     
     
    -		// Add the sum à the bottom of the boxes
    +		// Add the sum at the bottom of the boxes
     		$this->info_box_contents[$i][] = array('tr' => 'class="liste_total"', 'td' => '', 'text' => $langs->trans("Total")."&nbsp;".$textHead);
     		$this->info_box_contents[$i][] = array('td' => 'align="right" ', 'text' => number_format($totalnb, 0, ',', ' ')."&nbsp;".$langs->trans("Tasks"));
     		$this->info_box_contents[$i][] = array('td' => 'align="right" ', 'text' => ConvertSecondToTime($totalplannedtot,'all',25200,5));
     		$this->info_box_contents[$i][] = array('td' => 'align="right" ', 'text' => ConvertSecondToTime($totaldurationtot,'all',25200,5));
     		$this->info_box_contents[$i][] = array('td' => '', 'text' => "");
    -
     	}
     
     	/**
    diff --git a/htdocs/core/boxes/modules_boxes.php b/htdocs/core/boxes/modules_boxes.php
    index 61af58a4b8b..47646a0facf 100644
    --- a/htdocs/core/boxes/modules_boxes.php
    +++ b/htdocs/core/boxes/modules_boxes.php
    @@ -31,7 +31,7 @@
      *
      * Boxes parent class
      */
    -class ModeleBoxes    // Can't be abtract as it is instantiated to build "empty" boxes
    +class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" boxes
     {
     	/**
     	 * @var DoliDB Database handler
    @@ -213,7 +213,6 @@ class ModeleBoxes    // Can't be abtract as it is instantiated to build "empty"
             require_once DOL_DOCUMENT_ROOT .'/core/lib/files.lib.php';
     
     		$MAXLENGTHBOX=60;   // Mettre 0 pour pas de limite
    -		$var = false;
     
             $cachetime = 900;   // 900 : 15mn
             $cachedir = DOL_DATA_ROOT.'/boxes/temp';
    @@ -503,8 +502,6 @@ class ModeleBoxes    // Can't be abtract as it is instantiated to build "empty"
     		}
     		return $widget;
     	}
    -
    -
     }
     
     
    diff --git a/htdocs/core/class/CMailFile.class.php b/htdocs/core/class/CMailFile.class.php
    index f5382a91550..7562cd609c2 100644
    --- a/htdocs/core/class/CMailFile.class.php
    +++ b/htdocs/core/class/CMailFile.class.php
    @@ -59,7 +59,11 @@ class CMailFile
     
     	var $eol;
     	var $eol2;
    -	var $error='';
    +
    +	/**
    +	 * @var string Error code (or message)
    +	 */
    +	public $error='';
     
     	var $smtps;			// Contains SMTPs object (if this method is used)
     	var $phpmailer;		// Contains PHPMailer object (if this method is used)
    @@ -385,13 +389,17 @@ class CMailFile
     			// TODO if (! empty($moreinheader)) ...
     
     			// Give the message a subject
    -			$this->message->setSubject($this->encodetorfc2822($subject));
    +			try {
    +				$result = $this->message->setSubject($subject);
    +			} catch (Exception $e) {
    +				$this->errors[] =  $e->getMessage();
    +			}
     
     			// Set the From address with an associative array
     			//$this->message->setFrom(array('john@doe.com' => 'John Doe'));
     			if (! empty($from)) {
                     try {
    -                    $this->message->setFrom($this->getArrayAddress($from));
    +                	$result = $this->message->setFrom($this->getArrayAddress($from));
                     } catch (Exception $e) {
                         $this->errors[] = $e->getMessage();
                     }
    @@ -400,7 +408,7 @@ class CMailFile
     			// Set the To addresses with an associative array
     			if (! empty($to)) {
                     try {
    -                    $this->message->setTo($this->getArrayAddress($to));
    +                	$result = $this->message->setTo($this->getArrayAddress($to));
                     } catch (Exception $e) {
                         $this->errors[] = $e->getMessage();
                     }
    @@ -408,13 +416,17 @@ class CMailFile
     
     			if (! empty($replyto)) {
                     try {
    -                    $this->message->SetReplyTo($this->getArrayAddress($replyto));
    +                	$result = $this->message->SetReplyTo($this->getArrayAddress($replyto));
                     } catch (Exception $e) {
                         $this->errors[] = $e->getMessage();
                     }
                 }
     
    -			$this->message->setCharSet($conf->file->character_set_client);
    +			try {
    +				$result = $this->message->setCharSet($conf->file->character_set_client);
    +			} catch (Exception $e) {
    +				$this->errors[] =  $e->getMessage();
    +			}
     
     			if (! empty($this->html))
     			{
    @@ -471,7 +483,6 @@ class CMailFile
     			// --------------------------------------
     			$this->error = 'Bad value for sendmode';
     		}
    -
     	}
     
     
    @@ -828,6 +839,7 @@ class CMailFile
     		return '=?'.$conf->file->character_set_client.'?B?'.base64_encode($stringtoencode).'?=';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Read a file on disk and return encoded content for emails (mode = 'mail')
     	 *
    @@ -836,6 +848,7 @@ class CMailFile
     	 */
     	function _encode_file($sourcefile)
     	{
    +        // phpcs:enable
     		$newsourcefile=dol_osencode($sourcefile);
     
     		if (is_readable($newsourcefile))
    @@ -853,6 +866,7 @@ class CMailFile
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Write content of a SMTP request into a dump file (mode = all)
     	 *  Used for debugging.
    @@ -862,6 +876,7 @@ class CMailFile
     	 */
     	function dump_mail()
     	{
    +        // phpcs:enable
     		global $conf,$dolibarr_main_data_root;
     
     		if (@is_writeable($dolibarr_main_data_root))	// Avoid fatal error on fopen with open_basedir
    @@ -946,6 +961,7 @@ class CMailFile
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Create SMTP headers (mode = 'mail')
     	 *
    @@ -953,6 +969,7 @@ class CMailFile
     	 */
     	function write_smtpheaders()
     	{
    +        // phpcs:enable
     		global $conf;
     		$out = "";
     
    @@ -1008,6 +1025,7 @@ class CMailFile
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Create header MIME (mode = 'mail')
     	 *
    @@ -1017,10 +1035,11 @@ class CMailFile
     	 */
     	function write_mimeheaders($filename_list, $mimefilename_list)
     	{
    +        // phpcs:enable
     		$mimedone=0;
     		$out = "";
     
    -		if ($filename_list)
    +		if (is_array($filename_list))
     		{
     			$filename_list_size=count($filename_list);
     			for($i=0;$i < $filename_list_size;$i++)
    @@ -1037,6 +1056,7 @@ class CMailFile
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return email content (mode = 'mail')
     	 *
    @@ -1045,6 +1065,7 @@ class CMailFile
     	 */
     	function write_body($msgtext)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$out='';
    @@ -1137,6 +1158,7 @@ class CMailFile
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Attach file to email (mode = 'mail')
     	 *
    @@ -1147,6 +1169,7 @@ class CMailFile
     	 */
     	function write_files($filename_list,$mimetype_list,$mimefilename_list)
     	{
    +        // phpcs:enable
     		$out = '';
     
     		$filename_list_size=count($filename_list);
    @@ -1184,17 +1207,19 @@ class CMailFile
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Attach an image to email (mode = 'mail')
     	 *
    -	 * @param	array	$images_list	Tableau
    +	 * @param	array	$images_list	Array of array image
     	 * @return	string					Chaine images encodees
     	 */
     	function write_images($images_list)
     	{
    +        // phpcs:enable
     		$out = '';
     
    -		if ($images_list)
    +		if (is_array($images_list))
     		{
     			foreach ($images_list as $img)
     			{
    @@ -1215,6 +1240,7 @@ class CMailFile
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Try to create a socket connection
     	 *
    @@ -1224,6 +1250,7 @@ class CMailFile
     	 */
     	function check_server_port($host,$port)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$_retVal=0;
    @@ -1278,6 +1305,7 @@ class CMailFile
     		return $_retVal;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * This function has been modified as provided by SirSir to allow multiline responses when
     	 * using SMTP Extensions.
    @@ -1288,6 +1316,7 @@ class CMailFile
     	 */
     	function server_parse($socket, $response)
     	{
    +        // phpcs:enable
     		$_retVal = true;	// Indicates if Object was created or not
     		$server_response = '';
     
    @@ -1512,4 +1541,3 @@ class CMailFile
     		return $ret;
     	}
     }
    -
    diff --git a/htdocs/core/class/CSMSFile.class.php b/htdocs/core/class/CSMSFile.class.php
    index 0a149feabf4..b6c334f7e1c 100644
    --- a/htdocs/core/class/CSMSFile.class.php
    +++ b/htdocs/core/class/CSMSFile.class.php
    @@ -34,15 +34,18 @@
      */
     class CSMSFile
     {
    -    var $error='';
    +    /**
    +	 * @var string Error code (or message)
    +	 */
    +	public $error='';
     
    -	var $addr_from;
    -	var $addr_to;
    -	var $deferred;
    -	var $priority;
    -	var $class;
    -	var $message;
    -	var $nostop;
    +	public $addr_from;
    +	public $addr_to;
    +	public $deferred;
    +	public $priority;
    +	public $class;
    +	public $message;
    +	public $nostop;
     
     
     	/**
    @@ -192,6 +195,7 @@ class CSMSFile
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Write content of a SendSms request into a dump file (mode = all)
     	 *  Used for debugging.
    @@ -200,6 +204,7 @@ class CSMSFile
     	 */
     	function dump_sms()
     	{
    +        // phpcs:enable
     		global $conf,$dolibarr_main_data_root;
     
     		if (@is_writeable($dolibarr_main_data_root))	// Avoid fatal error on fopen with open_basedir
    @@ -221,6 +226,7 @@ class CSMSFile
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Write content of a SendSms result into a dump file (mode = all)
          *  Used for debugging.
    @@ -230,6 +236,7 @@ class CSMSFile
          */
         function dump_sms_result($result)
         {
    +        // phpcs:enable
             global $conf,$dolibarr_main_data_root;
     
             if (@is_writeable($dolibarr_main_data_root))    // Avoid fatal error on fopen with open_basedir
    @@ -244,6 +251,4 @@ class CSMSFile
                 @chmod($outputfile, octdec($conf->global->MAIN_UMASK));
             }
         }
    -
     }
    -
    diff --git a/htdocs/core/class/antivir.class.php b/htdocs/core/class/antivir.class.php
    index 9d81d3a94ac..c67e3f5f59d 100644
    --- a/htdocs/core/class/antivir.class.php
    +++ b/htdocs/core/class/antivir.class.php
    @@ -40,8 +40,11 @@ class AntiVir
     	 */
     	public $errors = array();
     
    -	var $output;
    -	
    +	/**
    +	 * @var string Used to return message
    +	 */
    +	public $output;
    +
     	/**
          * @var DoliDB Database handler.
          */
    @@ -57,6 +60,7 @@ class AntiVir
     		$this->db=$db;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Scan a file with antivirus.
     	 *  This function runs the command defined in setup. This antivirus command must return 0 if OK.
    @@ -67,6 +71,7 @@ class AntiVir
     	 */
     	function dol_avscan_file($file)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$return = 0;
    @@ -179,6 +184,4 @@ class AntiVir
     
     		return $ret;
     	}
    -
     }
    -
    diff --git a/htdocs/core/class/canvas.class.php b/htdocs/core/class/canvas.class.php
    index 8a9b9d2f005..cf830048cc0 100644
    --- a/htdocs/core/class/canvas.class.php
    +++ b/htdocs/core/class/canvas.class.php
    @@ -32,7 +32,7 @@ class Canvas
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -43,15 +43,15 @@ class Canvas
     	 */
     	public $errors = array();
     
    -	var $actiontype;
    +	public $actiontype;
     
    -    var $dirmodule;			// Module directory
    -    var $targetmodule;      // Module concerned by canvas (ex: thirdparty, contact, ...)
    -    var $canvas;            // Name of canvas (ex: company, individual, product, service, ...)
    -    var $card;              // Tab (sub-canvas)
    +    public $dirmodule;			// Module directory
    +    public $targetmodule;      // Module concerned by canvas (ex: thirdparty, contact, ...)
    +    public $canvas;            // Name of canvas (ex: company, individual, product, service, ...)
    +    public $card;              // Tab (sub-canvas)
     
    -    var $template_dir;			// Initialized by getCanvas with templates directory
    -    var $control;           	// Initialized by getCanvas with controller instance
    +    public $template_dir;		// Initialized by getCanvas with templates directory
    +    public $control;           	// Initialized by getCanvas with controller instance
     
     
        /**
    @@ -133,6 +133,7 @@ class Canvas
             //print ' => template_dir='.$this->template_dir.'<br>';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 * 	Shared method for canvas to assign values for templates
     	 *
    @@ -143,6 +144,7 @@ class Canvas
     	 */
     	function assign_values(&$action='view', $id=0, $ref='')
     	{
    +        // phpcs:enable
     		if (method_exists($this->control,'assign_values')) $this->control->assign_values($action, $id, $ref);
     	}
     
    @@ -160,6 +162,7 @@ class Canvas
             else return 0;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Display a canvas page. This will include the template for output.
     	 *	Variables used by templates may have been defined or loaded before into the assign_values function.
    @@ -169,6 +172,7 @@ class Canvas
     	 */
     	function display_canvas($action)
     	{
    +        // phpcs:enable
     		global $db, $conf, $langs, $user, $canvas;
     		global $form, $formfile;
     
    @@ -208,5 +212,4 @@ class Canvas
     			return $ret;
     		}
     	}
    -
     }
    diff --git a/htdocs/core/class/ccountry.class.php b/htdocs/core/class/ccountry.class.php
    index f49d39e8fdd..f07916a7511 100644
    --- a/htdocs/core/class/ccountry.class.php
    +++ b/htdocs/core/class/ccountry.class.php
    @@ -36,7 +36,7 @@ class Ccountry // extends CommonObject
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -46,7 +46,7 @@ class Ccountry // extends CommonObject
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
     	//var $element='ccountry';			//!< Id that identify managed objects
     	//var $table_element='ccountry';	//!< Name of table without prefix where object is stored
     
    @@ -54,16 +54,16 @@ class Ccountry // extends CommonObject
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $code;
    -	var $code_iso;
    -	
    +
    +	public $code;
    +	public $code_iso;
    +
     	/**
    -     * @var string proper name for given parameter
    +     * @var string Countries label
          */
         public $label;
    -    
    -	var $active;
    +
    +	public $active;
     
     
     
    @@ -76,7 +76,6 @@ class Ccountry // extends CommonObject
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    @@ -333,5 +332,4 @@ class Ccountry // extends CommonObject
     			return 1;
     		}
     	}
    -
     }
    diff --git a/htdocs/core/class/comment.class.php b/htdocs/core/class/comment.class.php
    index 027d3193031..287d260f4d2 100644
    --- a/htdocs/core/class/comment.class.php
    +++ b/htdocs/core/class/comment.class.php
    @@ -1,4 +1,21 @@
     <?php
    +/*
    + *
    + * 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/>.
    + * or see http://www.gnu.org/
    + */
    +
     /**
      * 	Class to manage comment
      */
    @@ -8,15 +25,22 @@ class Comment extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='comment';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='comment';	
    +	public $table_element='comment';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
    +	public $fk_element ='';
     
    -	public $fk_element;
     	public $element_type;
     
    +	/**
    +	 * @var string description
    +	 */
     	public $description;
     
     	public $tms;
    @@ -25,6 +49,9 @@ class Comment extends CommonObject
     
     	public $fk_user_author;
     
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
     
     	public $import_key;
    @@ -335,4 +362,4 @@ class Comment extends CommonObject
     
     		return count($this->comments);
     	}
    -}
    \ No newline at end of file
    +}
    diff --git a/htdocs/core/class/commondocgenerator.class.php b/htdocs/core/class/commondocgenerator.class.php
    index 8f3f763f0b2..f75ced719a1 100644
    --- a/htdocs/core/class/commondocgenerator.class.php
    +++ b/htdocs/core/class/commondocgenerator.class.php
    @@ -33,7 +33,14 @@
      */
     abstract class CommonDocGenerator
     {
    -	var $error='';
    +	/**
    +	 * @var string Error code (or message)
    +	 */
    +	public $error='';
    +
    +	/**
    +     * @var DoliDB Database handler.
    +     */
     	protected $db;
     
     
    @@ -48,6 +55,7 @@ abstract class CommonDocGenerator
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Define array with couple subtitution key => subtitution value
          *
    @@ -57,6 +65,7 @@ abstract class CommonDocGenerator
          */
         function get_substitutionarray_user($user,$outputlangs)
         {
    +        // phpcs:enable
             global $conf;
     
             $logotouse=$conf->user->dir_output.'/'.get_exdir($user->id, 2, 0, 1, $user, 'user').'/'.$user->photo;
    @@ -84,6 +93,7 @@ abstract class CommonDocGenerator
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Define array with couple subtitution key => subtitution value
          *
    @@ -93,6 +103,7 @@ abstract class CommonDocGenerator
          */
         function get_substitutionarray_mysoc($mysoc,$outputlangs)
         {
    +        // phpcs:enable
             global $conf;
     
             if (empty($mysoc->forme_juridique) && ! empty($mysoc->forme_juridique_code))
    @@ -142,6 +153,7 @@ abstract class CommonDocGenerator
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Define array with couple subtitution key => subtitution value
          *
    @@ -151,6 +163,7 @@ abstract class CommonDocGenerator
          */
         function get_substitutionarray_thirdparty($object,$outputlangs)
         {
    +        // phpcs:enable
             global $conf;
     
             if (empty($object->country) && ! empty($object->country_code))
    @@ -221,6 +234,7 @@ abstract class CommonDocGenerator
     		return $array_thirdparty;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Define array with couple subtitution key => subtitution value
     	 *
    @@ -231,6 +245,7 @@ abstract class CommonDocGenerator
     	 */
         function get_substitutionarray_contact($object, $outputlangs, $array_key = 'object')
         {
    +        // phpcs:enable
     		global $conf;
     
     		if(empty($object->country) && ! empty($object->country_code))
    @@ -293,6 +308,7 @@ abstract class CommonDocGenerator
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Define array with couple subtitution key => subtitution value
          *
    @@ -301,6 +317,7 @@ abstract class CommonDocGenerator
          */
         function get_substitutionarray_other($outputlangs)
         {
    +        // phpcs:enable
         	global $conf;
     
         	$now=dol_now('gmt');	// gmt
    @@ -329,6 +346,7 @@ abstract class CommonDocGenerator
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Define array with couple substitution key => substitution value
     	 *
    @@ -339,6 +357,7 @@ abstract class CommonDocGenerator
     	 */
     	function get_substitutionarray_object($object,$outputlangs,$array_key='object')
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$sumpayed=$sumdeposit=$sumcreditnote='';
    @@ -475,15 +494,17 @@ abstract class CommonDocGenerator
     		return $resarray;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    -	 *	@param  array			$line				Array of lines
    +	 *	@param  Object			$line				Object line
     	 *	@param  Translate		$outputlangs        Lang object to use for output
     	 *  @return	array								Return a substitution array
     	 */
    -	function get_substitutionarray_lines($line,$outputlangs)
    +	function get_substitutionarray_lines($line, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$resarray= array(
    @@ -552,6 +573,7 @@ abstract class CommonDocGenerator
     		return $resarray;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Define array with couple substitution key => substitution value
          *
    @@ -562,6 +584,7 @@ abstract class CommonDocGenerator
          */
         function get_substitutionarray_shipment($object,$outputlangs,$array_key='object')
         {
    +        // phpcs:enable
         	global $conf;
     		dol_include_once('/core/lib/product.lib.php');
     		$object->list_delivery_methods($object->shipping_method_id);
    @@ -613,8 +636,9 @@ abstract class CommonDocGenerator
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     *	Define array with couple substitution key => substitution value
    +     *  Define array with couple substitution key => substitution value
          *
          *	@param  ExpeditionLigne	$line				Object line
          *	@param  Translate		$outputlangs        Lang object to use for output
    @@ -622,8 +646,9 @@ abstract class CommonDocGenerator
          */
         function get_substitutionarray_shipment_lines($line, $outputlangs)
         {
    -    	global $conf;
    -		dol_include_once('/core/lib/product.lib.php');
    +        // phpcs:enable
    +        global $conf;
    +        dol_include_once('/core/lib/product.lib.php');
     
             $resarray = array(
     	    	'line_fulldesc'=>doc_getlinedesc($line,$outputlangs),
    @@ -645,7 +670,7 @@ abstract class CommonDocGenerator
     	    	'line_volume'=>empty($line->volume) ? '' : $line->volume*$line->qty_shipped.' '.measuring_units_string($line->volume_units, 'volume'),
         	);
     
    -		// Retrieve extrafields
    +        // Retrieve extrafields
             $extrafieldkey = $line->element;
             $array_key = "line";
             require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
    @@ -659,6 +684,7 @@ abstract class CommonDocGenerator
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Define array with couple subtitution key => subtitution value
          *
    @@ -669,14 +695,15 @@ abstract class CommonDocGenerator
          */
         function get_substitutionarray_each_var_object(&$object,$outputlangs,$recursive=true)
         {
    +        // phpcs:enable
             $array_other = array();
    -        if(!empty($object)) {
    +        if (!empty($object)) {
                 foreach($object as $key => $value) {
    -                if(!empty($value)) {
    -                    if(!is_array($value) && !is_object($value)) {
    +                if (!empty($value)) {
    +                    if (!is_array($value) && !is_object($value)) {
                             $array_other['object_'.$key] = $value;
                         }
    -                    if(is_array($value) && $recursive){
    +                    if (is_array($value) && $recursive) {
                             $array_other['object_'.$key] = $this->get_substitutionarray_each_var_object($value,$outputlangs,false);
                         }
                     }
    @@ -686,6 +713,7 @@ abstract class CommonDocGenerator
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Fill array with couple extrafield key => extrafield value
          *
    @@ -696,8 +724,9 @@ abstract class CommonDocGenerator
          *  @param  Translate		$outputlangs        Lang object to use for output
          *	@return	array								Substitution array
          */
    -	function fill_substitutionarray_with_extrafields($object,$array_to_fill,$extrafields,$array_key,$outputlangs)
    +    function fill_substitutionarray_with_extrafields($object,$array_to_fill,$extrafields,$array_key,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     		foreach($extrafields->attribute_label as $key=>$label)
     		{
    @@ -767,7 +796,6 @@ abstract class CommonDocGenerator
     		}
     
     		return $array_to_fill;
    -
     	}
     
     
    diff --git a/htdocs/core/class/commoninvoice.class.php b/htdocs/core/class/commoninvoice.class.php
    index 9bab103d2e4..b5b363db923 100644
    --- a/htdocs/core/class/commoninvoice.class.php
    +++ b/htdocs/core/class/commoninvoice.class.php
    @@ -62,7 +62,7 @@ abstract class CommonInvoice extends CommonObject
         const TYPE_SITUATION = 5;
     
     	/**
    -	 * Draft
    +	 * Draft status
     	 */
     	const STATUS_DRAFT = 0;
     
    @@ -325,6 +325,7 @@ abstract class CommonInvoice extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return if an invoice can be deleted
     	 *	Rule is:
    @@ -339,6 +340,7 @@ abstract class CommonInvoice extends CommonObject
     	 */
     	function is_erasable()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		// We check if invoice is a temporary number (PROVxxxx)
    @@ -429,11 +431,11 @@ abstract class CommonInvoice extends CommonObject
     	{
     		global $langs;
             if ($this->type == CommonInvoice::TYPE_STANDARD) return $langs->trans("InvoiceStandard");
    -        if ($this->type == CommonInvoice::TYPE_REPLACEMENT) return $langs->trans("InvoiceReplacement");
    -        if ($this->type == CommonInvoice::TYPE_CREDIT_NOTE) return $langs->trans("InvoiceAvoir");
    -        if ($this->type == CommonInvoice::TYPE_DEPOSIT) return $langs->trans("InvoiceDeposit");
    -        if ($this->type == CommonInvoice::TYPE_PROFORMA) return $langs->trans("InvoiceProForma");           // Not used.
    -        if ($this->type == CommonInvoice::TYPE_SITUATION) return $langs->trans("InvoiceSituation");
    +        elseif ($this->type == CommonInvoice::TYPE_REPLACEMENT) return $langs->trans("InvoiceReplacement");
    +        elseif ($this->type == CommonInvoice::TYPE_CREDIT_NOTE) return $langs->trans("InvoiceAvoir");
    +        elseif ($this->type == CommonInvoice::TYPE_DEPOSIT) return $langs->trans("InvoiceDeposit");
    +        elseif ($this->type == CommonInvoice::TYPE_PROFORMA) return $langs->trans("InvoiceProForma");           // Not used.
    +        elseif ($this->type == CommonInvoice::TYPE_SITUATION) return $langs->trans("InvoiceSituation");
     		return $langs->trans("Unknown");
     	}
     
    @@ -449,6 +451,7 @@ abstract class CommonInvoice extends CommonObject
     		return $this->LibStatut($this->paye, $this->statut, $mode, $alreadypaid, $this->type);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return label of a status
     	 *
    @@ -461,6 +464,7 @@ abstract class CommonInvoice extends CommonObject
     	 */
     	function LibStatut($paye, $status, $mode=0, $alreadypaid=-1, $type=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load('bills');
     
    @@ -471,10 +475,10 @@ abstract class CommonInvoice extends CommonObject
     			if (! $paye)
     			{
     				if ($status == 0) return $langs->trans('Bill'.$prefix.'StatusDraft');
    -				if (($status == 3 || $status == 2) && $alreadypaid <= 0) return $langs->trans('Bill'.$prefix.'StatusClosedUnpaid');
    -				if (($status == 3 || $status == 2) && $alreadypaid > 0) return $langs->trans('Bill'.$prefix.'StatusClosedPaidPartially');
    -				if ($alreadypaid <= 0) return $langs->trans('Bill'.$prefix.'StatusNotPaid');
    -				return $langs->trans('Bill'.$prefix.'StatusStarted');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid <= 0) return $langs->trans('Bill'.$prefix.'StatusClosedUnpaid');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid > 0) return $langs->trans('Bill'.$prefix.'StatusClosedPaidPartially');
    +				elseif ($alreadypaid <= 0) return $langs->trans('Bill'.$prefix.'StatusNotPaid');
    +				else return $langs->trans('Bill'.$prefix.'StatusStarted');
     			}
     			else
     			{
    @@ -483,16 +487,16 @@ abstract class CommonInvoice extends CommonObject
     				else return $langs->trans('Bill'.$prefix.'StatusPaid');
     			}
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			$prefix='Short';
     			if (! $paye)
     			{
     				if ($status == 0) return $langs->trans('Bill'.$prefix.'StatusDraft');
    -				if (($status == 3 || $status == 2) && $alreadypaid <= 0) return $langs->trans('Bill'.$prefix.'StatusCanceled');
    -				if (($status == 3 || $status == 2) && $alreadypaid > 0) return $langs->trans('Bill'.$prefix.'StatusClosedPaidPartially');
    -				if ($alreadypaid <= 0) return $langs->trans('Bill'.$prefix.'StatusNotPaid');
    -				return $langs->trans('Bill'.$prefix.'StatusStarted');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid <= 0) return $langs->trans('Bill'.$prefix.'StatusCanceled');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid > 0) return $langs->trans('Bill'.$prefix.'StatusClosedPaidPartially');
    +				elseif ($alreadypaid <= 0) return $langs->trans('Bill'.$prefix.'StatusNotPaid');
    +				else return $langs->trans('Bill'.$prefix.'StatusStarted');
     			}
     			else
     			{
    @@ -501,16 +505,16 @@ abstract class CommonInvoice extends CommonObject
     				else return $langs->trans('Bill'.$prefix.'StatusPaid');
     			}
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			$prefix='Short';
     			if (! $paye)
     			{
     				if ($status == 0) return img_picto($langs->trans('BillStatusDraft'),'statut0').' '.$langs->trans('Bill'.$prefix.'StatusDraft');
    -				if (($status == 3 || $status == 2) && $alreadypaid <= 0) return img_picto($langs->trans('StatusCanceled'),'statut5').' '.$langs->trans('Bill'.$prefix.'StatusCanceled');
    -				if (($status == 3 || $status == 2) && $alreadypaid > 0) return img_picto($langs->trans('BillStatusClosedPaidPartially'),'statut9').' '.$langs->trans('Bill'.$prefix.'StatusClosedPaidPartially');
    -				if ($alreadypaid <= 0) return img_picto($langs->trans('BillStatusNotPaid'),'statut1').' '.$langs->trans('Bill'.$prefix.'StatusNotPaid');
    -				return img_picto($langs->trans('BillStatusStarted'),'statut3').' '.$langs->trans('Bill'.$prefix.'StatusStarted');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid <= 0) return img_picto($langs->trans('StatusCanceled'),'statut5').' '.$langs->trans('Bill'.$prefix.'StatusCanceled');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid > 0) return img_picto($langs->trans('BillStatusClosedPaidPartially'),'statut9').' '.$langs->trans('Bill'.$prefix.'StatusClosedPaidPartially');
    +				elseif ($alreadypaid <= 0) return img_picto($langs->trans('BillStatusNotPaid'),'statut1').' '.$langs->trans('Bill'.$prefix.'StatusNotPaid');
    +				else return img_picto($langs->trans('BillStatusStarted'),'statut3').' '.$langs->trans('Bill'.$prefix.'StatusStarted');
     			}
     			else
     			{
    @@ -519,16 +523,16 @@ abstract class CommonInvoice extends CommonObject
     				else return img_picto($langs->trans('BillStatusPaid'),'statut6').' '.$langs->trans('Bill'.$prefix.'StatusPaid');
     			}
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			$prefix='Short';
     			if (! $paye)
     			{
     				if ($status == 0) return img_picto($langs->trans('BillStatusDraft'),'statut0');
    -				if (($status == 3 || $status == 2) && $alreadypaid <= 0) return img_picto($langs->trans('BillStatusCanceled'),'statut5');
    -				if (($status == 3 || $status == 2) && $alreadypaid > 0) return img_picto($langs->trans('BillStatusClosedPaidPartially'),'statut9');
    -				if ($alreadypaid <= 0) return img_picto($langs->trans('BillStatusNotPaid'),'statut1');
    -				return img_picto($langs->trans('BillStatusStarted'),'statut3');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid <= 0) return img_picto($langs->trans('BillStatusCanceled'),'statut5');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid > 0) return img_picto($langs->trans('BillStatusClosedPaidPartially'),'statut9');
    +				elseif ($alreadypaid <= 0) return img_picto($langs->trans('BillStatusNotPaid'),'statut1');
    +				else return img_picto($langs->trans('BillStatusStarted'),'statut3');
     			}
     			else
     			{
    @@ -537,16 +541,16 @@ abstract class CommonInvoice extends CommonObject
     				else return img_picto($langs->trans('BillStatusPaid'),'statut6');
     			}
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			$prefix='';
     			if (! $paye)
     			{
     				if ($status == 0) return img_picto($langs->trans('BillStatusDraft'),'statut0').' '.$langs->trans('BillStatusDraft');
    -				if (($status == 3 || $status == 2) && $alreadypaid <= 0) return img_picto($langs->trans('BillStatusCanceled'),'statut5').' '.$langs->trans('Bill'.$prefix.'StatusCanceled');
    -				if (($status == 3 || $status == 2) && $alreadypaid > 0) return img_picto($langs->trans('BillStatusClosedPaidPartially'),'statut9').' '.$langs->trans('Bill'.$prefix.'StatusClosedPaidPartially');
    -				if ($alreadypaid <= 0) return img_picto($langs->trans('BillStatusNotPaid'),'statut1').' '.$langs->trans('BillStatusNotPaid');
    -				return img_picto($langs->trans('BillStatusStarted'),'statut3').' '.$langs->trans('BillStatusStarted');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid <= 0) return img_picto($langs->trans('BillStatusCanceled'),'statut5').' '.$langs->trans('Bill'.$prefix.'StatusCanceled');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid > 0) return img_picto($langs->trans('BillStatusClosedPaidPartially'),'statut9').' '.$langs->trans('Bill'.$prefix.'StatusClosedPaidPartially');
    +				elseif ($alreadypaid <= 0) return img_picto($langs->trans('BillStatusNotPaid'),'statut1').' '.$langs->trans('BillStatusNotPaid');
    +				else return img_picto($langs->trans('BillStatusStarted'),'statut3').' '.$langs->trans('BillStatusStarted');
     			}
     			else
     			{
    @@ -555,21 +559,21 @@ abstract class CommonInvoice extends CommonObject
     				else return img_picto($langs->trans('BillStatusPaid'),'statut6').' '.$langs->trans('BillStatusPaid');
     			}
     		}
    -		if ($mode == 5 || $mode == 6)
    +		elseif ($mode == 5 || $mode == 6)
     		{
     			$prefix='';
     			if ($mode == 5) $prefix='Short';
     			if (! $paye)
     			{
     				if ($status == 0) return '<span class="xhideonsmartphone">'.$langs->trans('Bill'.$prefix.'StatusDraft').' </span>'.img_picto($langs->trans('BillStatusDraft'),'statut0');
    -				if (($status == 3 || $status == 2) && $alreadypaid <= 0) return '<span class="xhideonsmartphone">'.$langs->trans('Bill'.$prefix.'StatusCanceled').' </span>'.img_picto($langs->trans('BillStatusCanceled'),'statut5');
    -				if (($status == 3 || $status == 2) && $alreadypaid > 0) return '<span class="xhideonsmartphone">'.$langs->trans('Bill'.$prefix.'StatusClosedPaidPartially').' </span>'.img_picto($langs->trans('BillStatusClosedPaidPartially'),'statut9');
    -				if ($alreadypaid <= 0)
    +				elseif (($status == 3 || $status == 2) && $alreadypaid <= 0) return '<span class="xhideonsmartphone">'.$langs->trans('Bill'.$prefix.'StatusCanceled').' </span>'.img_picto($langs->trans('BillStatusCanceled'),'statut5');
    +				elseif (($status == 3 || $status == 2) && $alreadypaid > 0) return '<span class="xhideonsmartphone">'.$langs->trans('Bill'.$prefix.'StatusClosedPaidPartially').' </span>'.img_picto($langs->trans('BillStatusClosedPaidPartially'),'statut9');
    +				elseif ($alreadypaid <= 0)
     				{
     				    if ($type == self::TYPE_CREDIT_NOTE) return '<span class="xhideonsmartphone">'.$langs->trans('Bill'.$prefix.'StatusNotRefunded').' </span>'.img_picto($langs->trans('StatusNotRefunded'),'statut1');
     				    return '<span class="xhideonsmartphone">'.$langs->trans('Bill'.$prefix.'StatusNotPaid').' </span>'.img_picto($langs->trans('BillStatusNotPaid'),'statut1');
     				}
    -				return '<span class="xhideonsmartphone">'.$langs->trans('Bill'.$prefix.'StatusStarted').' </span>'.img_picto($langs->trans('BillStatusStarted'),'statut3');
    +				else return '<span class="xhideonsmartphone">'.$langs->trans('Bill'.$prefix.'StatusStarted').' </span>'.img_picto($langs->trans('BillStatusStarted'),'statut3');
     			}
     			else
     			{
    @@ -580,21 +584,25 @@ abstract class CommonInvoice extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Renvoi une date limite de reglement de facture en fonction des
    -	 *	conditions de reglements de la facture et date de facturation
    +	 *	conditions de reglements de la facture et date de facturation.
     	 *
     	 *	@param      integer	$cond_reglement   	Condition of payment (code or id) to use. If 0, we use current condition.
    -	 *	@return     date     			       	Date limite de reglement si ok, <0 si ko
    +	 *  @return     date     			       	Date limite de reglement si ok, <0 si ko
     	 */
     	function calculate_date_lim_reglement($cond_reglement=0)
     	{
    +        // phpcs:enable
     		if (! $cond_reglement) $cond_reglement=$this->cond_reglement_code;
     		if (! $cond_reglement) $cond_reglement=$this->cond_reglement_id;
     
    -		$cdr_nbjour=0; $cdr_type=0; $cdr_decalage=0;
    +		$cdr_nbjour=0;
    +        $cdr_type=0;
    +        $cdr_decalage=0;
     
    -		$sqltemp = 'SELECT c.type_cdr,c.nbjour,c.decalage';
    +		$sqltemp = 'SELECT c.type_cdr, c.nbjour, c.decalage';
     		$sqltemp.= ' FROM '.MAIN_DB_PREFIX.'c_payment_term as c';
     		if (is_numeric($cond_reglement)) $sqltemp.= " WHERE c.rowid=".$cond_reglement;
     		else {
    @@ -623,12 +631,18 @@ abstract class CommonInvoice extends CommonObject
     
     		/* Definition de la date limite */
     
    -		// 1 : ajout du nombre de jours
    -		$datelim = $this->date + ($cdr_nbjour * 3600 * 24);
    -
    -		// 2 : application de la regle "fin de mois"
    -		if ($cdr_type == 1)
    +		// 0 : ajout du nombre de jours
    +		if ($cdr_type == 0)
     		{
    +			$datelim = $this->date + ($cdr_nbjour * 3600 * 24);
    +
    +			$datelim += ($cdr_decalage * 3600 * 24);
    +		}
    +		// 1 : application de la regle "fin de mois"
    +		elseif ($cdr_type == 1)
    +		{
    +			$datelim = $this->date + ($cdr_nbjour * 3600 * 24);
    +
     			$mois=date('m', $datelim);
     			$annee=date('Y', $datelim);
     			if ($mois == 12)
    @@ -643,23 +657,24 @@ abstract class CommonInvoice extends CommonObject
     			// On se deplace au debut du mois suivant, et on retire un jour
     			$datelim=dol_mktime(12,0,0,$mois,1,$annee);
     			$datelim -= (3600 * 24);
    -		}
    -		elseif($cdr_type == 2 && !empty($cdr_nbjour)) // Application de la règle, le N du mois courant ou suivant
    -		{
     
    -			$date_piece = dol_mktime(0,0,0,date('m', $this->date),date('d', $this->date),date('Y', $this->date)); // Sans les heures minutes et secondes
    -			$date_lim_current = dol_mktime(0,0,0,date('m', $this->date),$cdr_nbjour,date('Y', $this->date)); // Sans les heures minutes et secondes
    -			$date_lim_next = strtotime(date('Y-m-d', $date_lim_current).' +1month');
    +			$datelim += ($cdr_decalage * 3600 * 24);
    +		}
    +		// 2 : application de la règle, le N du mois courant ou suivant
    +		elseif ($cdr_type == 2 && !empty($cdr_decalage))
    +		{
    +			$datelim = $this->date + ($cdr_nbjour * 3600 * 24);
    +
    +			$date_piece = dol_mktime(0, 0, 0, date('m', $datelim),date('d', $datelim),date('Y', $datelim)); // Sans les heures minutes et secondes
    +			$date_lim_current = dol_mktime(0, 0, 0, date('m', $datelim), $cdr_decalage, date('Y', $datelim)); // Sans les heures minutes et secondes
    +			$date_lim_next = dol_time_plus_duree($date_lim_current, 1, 'm');	// Add 1 month
     
     			$diff = $date_piece - $date_lim_current;
     
    -			if($diff < 0) $datelim = $date_lim_current;
    +			if ($diff < 0) $datelim = $date_lim_current;
     			else $datelim = $date_lim_next;
    -
     		}
    -
    -		// 3 : application du decalage
    -		$datelim += ($cdr_decalage * 3600 * 24);
    +		else return 'Bad value for type_cdr in database for record cond_reglement = '.$cond_reglement;
     
     		return $datelim;
     	}
    @@ -776,4 +791,3 @@ abstract class CommonInvoiceLine extends CommonObjectLine
     		$this->db = $db;
     	}
     }
    -
    diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
    index 21b715b0e13..76e2b1a093a 100644
    --- a/htdocs/core/class/commonobject.class.php
    +++ b/htdocs/core/class/commonobject.class.php
    @@ -1,11 +1,9 @@
     <?php
     /* Copyright (C) 2006-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2010-2013 Juanjo Menent        <jmenent@2byte.es>
    - * Copyright (C) 2012      Christophe Battarel  <christophe.battarel@altairis.fr>
      * Copyright (C) 2010-2015 Juanjo Menent        <jmenent@2byte.es>
      * Copyright (C) 2012-2013 Christophe Battarel  <christophe.battarel@altairis.fr>
    - * Copyright (C) 2011-2018 Philippe Grand	    <philippe.grand@atoo-net.com>
    + * Copyright (C) 2011-2018 Philippe Grand       <philippe.grand@atoo-net.com>
      * Copyright (C) 2012-2015 Marcos García        <marcosgdf@gmail.com>
      * Copyright (C) 2012-2015 Raphaël Doursenaud   <rdoursenaud@gpcsolutions.fr>
      * Copyright (C) 2012      Cedric Salvador      <csalvador@gpcsolutions.fr>
    @@ -13,8 +11,9 @@
      * Copyright (C) 2016      Bahfir abbes         <dolipar@dolipar.org>
      * Copyright (C) 2017      ATM Consulting       <support@atm-consulting.fr>
      * Copyright (C) 2017      Nicolas ZABOURI      <info@inovea-conseil.com>
    - * Copyright (C) 2017      Rui Strecht		    <rui.strecht@aliartalentos.com>
    - * Copyright (C) 2018      Frederic France      <frederic.france@netlogic.fr>
    + * Copyright (C) 2017      Rui Strecht          <rui.strecht@aliartalentos.com>
    + * Copyright (C) 2018      Frédéric France      <frederic.france@netlogic.fr>
    + * Copyright (C) 2018      Josep Lluís Amador   <joseplluis@lliuretic.cat>
      *
      * 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
    @@ -46,58 +45,58 @@ abstract class CommonObject
     	 * @var DoliDb		Database handler (result of a new DoliDB)
     	 */
     	public $db;
    -	
    +
     	/**
     	 * @var int The object identifier
     	 */
     	public $id;
    -	
    +
     	/**
     	 * @var string 		Error string
     	 * @see             errors
     	 */
     	public $error;
    -	
    +
     	/**
     	 * @var string[]	Array of error strings
     	 */
     	public $errors=array();
    -	
    +
     	/**
     	 * @var string ID to identify managed object
     	 */
     	public $element;
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element;
    -	
    +
     	/**
    -	 * @var
    +	 * @var int    Name of subtable line
     	 */
    -	public $table_element_line;
    -	
    +	public $table_element_line='';
    +
     	/**
     	 * @var string		Key value used to track if data is coming from import wizard
     	 */
     	public $import_key;
    -	
    +
     	/**
     	 * @var mixed		Contains data to manage extrafields
     	 */
     	public $array_options=array();
    -	
    +
     	/**
     	 * @var int[][]		Array of linked objects ids. Loaded by ->fetchObjectLinked
     	 */
     	public $linkedObjectsIds;
    -	
    +
     	/**
     	 * @var mixed		Array of linked objects. Loaded by ->fetchObjectLinked
     	 */
     	public $linkedObjects;
    -	
    +
     	/**
     	 * @var Object      To store a cloned copy of object before to edit it and keep track of old properties
     	 */
    @@ -127,13 +126,13 @@ abstract class CommonObject
     	 * @see fetch_projet()
     	 */
     	public $project;
    -	
    +
     	/**
     	 * @var int The related project ID
     	 * @see setProject(), project
     	 */
     	public $fk_project;
    -	
    +
     	/**
     	 * @deprecated
     	 * @see project
    @@ -145,7 +144,7 @@ abstract class CommonObject
     	 * @see fetch_contact()
     	 */
     	public $contact;
    -	
    +
     	/**
     	 * @var int The related contact ID
     	 * @see fetch_contact()
    @@ -169,6 +168,7 @@ abstract class CommonObject
     	 * @see fetch_origin()
     	 */
     	public $origin;
    +
     	/**
     	 * @var int 	The id of originating object
     	 * @see fetch_origin()
    @@ -179,17 +179,17 @@ abstract class CommonObject
     	 * @var string The object's reference
     	 */
     	public $ref;
    -	
    +
     	/**
     	 * @var string The object's previous reference
     	 */
     	public $ref_previous;
    -	
    +
     	/**
     	 * @var string The object's next reference
     	 */
     	public $ref_next;
    -	
    +
     	/**
     	 * @var string An external reference for the object
     	 */
    @@ -206,43 +206,43 @@ abstract class CommonObject
     	 * @see getFullAddress()
     	 */
     	public $country;
    -	
    +
     	/**
     	 * @var int
     	 * @see getFullAddress(), country
     	 */
     	public $country_id;
    -	
    +
     	/**
     	 * @var string
     	 * @see getFullAddress(), isInEEC(), country
     	 */
         public $country_code;
    -    
    +
         /**
     	 * @var string
     	 * @see getFullAddress()
     	 */
     	public $state;
    -	
    +
     	/**
     	 * @var int
     	 * @see getFullAddress(), state
     	 */
     	public $state_id;
    -	
    +
     	/**
     	 * @var string
     	 * @see getFullAddress(), state
     	 */
         public $state_code;
    -    
    +
         /**
     	 * @var string
     	 * @see getFullAddress(), region
     	 */
     	public $region;
    -	
    +
     	/**
     	 * @var string
     	 * @see getFullAddress(), region
    @@ -254,19 +254,19 @@ abstract class CommonObject
     	 * @see fetch_barcode()
     	 */
     	public $barcode_type;
    -	
    +
     	/**
     	 * @var string
     	 * @see fetch_barcode(), barcode_type
     	 */
     	public $barcode_type_code;
    -	
    +
     	/**
     	 * @var string
     	 * @see fetch_barcode(), barcode_type
     	 */
     	public $barcode_type_label;
    -	
    +
     	/**
     	 * @var string
     	 * @see fetch_barcode(), barcode_type
    @@ -284,7 +284,7 @@ abstract class CommonObject
     	 * @see setPaymentTerms()
     	 */
     	public $cond_reglement_id;
    -	
    +
     	/**
     	 * @var int Payment terms ID
     	 * @deprecated Kept for compatibility
    @@ -322,13 +322,13 @@ abstract class CommonObject
     	 * @see update_note()
     	 */
     	public $note_public;
    -	
    +
     	/**
     	 * @var string Private note
     	 * @see update_note()
     	 */
     	public $note_private;
    -	
    +
     	/**
     	 * @deprecated
     	 * @see note_public
    @@ -340,25 +340,25 @@ abstract class CommonObject
     	 * @see update_price()
     	 */
     	public $total_ht;
    -	
    +
     	/**
     	 * @var float Total VAT amount
     	 * @see update_price()
     	 */
     	public $total_tva;
    -	
    +
     	/**
     	 * @var float Total local tax 1 amount
     	 * @see update_price()
     	 */
     	public $total_localtax1;
    -	
    +
     	/**
     	 * @var float Total local tax 2 amount
     	 * @see update_price()
     	 */
     	public $total_localtax2;
    -	
    +
     	/**
     	 * @var float Total amount with taxes
     	 * @see update_price()
    @@ -381,13 +381,13 @@ abstract class CommonObject
     	 * @see setIncoterms()
     	 */
     	public $fk_incoterms;
    -	
    +
     	/**
     	 * @var string
     	 * @see SetIncoterms()
     	 */
     	public $libelle_incoterms;
    -	
    +
     	/**
     	 * @var string
     	 * @see display_incoterms()
    @@ -609,12 +609,23 @@ abstract class CommonObject
     			$out.=dol_print_url($this->url,'_goout',0,1);
     			$outdone++;
     		}
    -		if (! empty($conf->skype->enabled))
    +		$out.='<div style="clear: both;">';
    +		if (! empty($conf->socialnetworks->enabled))
     		{
    -			$out.='<div style="clear: both;"></div>';
    -			if ($this->skype) $out.=dol_print_skype($this->skype,$this->id,$object->id,'AC_SKYPE');
    +			if ($this->skype) $out.=dol_print_socialnetworks($this->skype,$this->id,$object->id,'skype');
     			$outdone++;
     		}
    +		if (! empty($conf->socialnetworks->enabled))
    +		{
    +			if ($this->twitter) $out.=dol_print_socialnetworks($this->twitter,$this->id,$object->id,'twitter');
    +			$outdone++;
    +		}
    +		if (! empty($conf->socialnetworks->enabled))
    +		{
    +			if ($this->facebook) $out.=dol_print_socialnetworks($this->facebook,$this->id,$object->id,'facebook');
    +			$outdone++;
    +		}
    +		$out.='</div>';
     
     		$out.='<!-- END Part to show address block -->';
     
    @@ -714,6 +725,7 @@ abstract class CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Add a link between element $this->element and a contact
     	 *
    @@ -725,6 +737,7 @@ abstract class CommonObject
     	 */
     	function add_contact($fk_socpeople, $type_contact, $source='external',$notrigger=0)
     	{
    +        // phpcs:enable
     		global $user,$langs;
     
     
    @@ -836,6 +849,7 @@ abstract class CommonObject
     		} else return 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Copy contact from one element to current
     	 *
    @@ -845,6 +859,7 @@ abstract class CommonObject
     	 */
     	function copy_linked_contact($objFrom, $source='internal')
     	{
    +        // phpcs:enable
     		$contacts = $objFrom->liste_contact(-1, $source);
     		foreach($contacts as $contact)
     		{
    @@ -857,6 +872,7 @@ abstract class CommonObject
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Update a link to contact line
     	 *
    @@ -868,6 +884,7 @@ abstract class CommonObject
     	 */
     	function update_contact($rowid, $statut, $type_contact_id=0, $fk_socpeople=0)
     	{
    +        // phpcs:enable
     		// Insert into database
     		$sql = "UPDATE ".MAIN_DB_PREFIX."element_contact set";
     		$sql.= " statut = ".$statut;
    @@ -886,6 +903,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Delete a link to contact line
     	 *
    @@ -895,6 +913,7 @@ abstract class CommonObject
     	 */
     	function delete_contact($rowid, $notrigger=0)
     	{
    +        // phpcs:enable
     		global $user;
     
     
    @@ -923,6 +942,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Delete all links between an object $this and all its contacts
     	 *
    @@ -932,6 +952,7 @@ abstract class CommonObject
     	 */
     	function delete_linked_contact($source='',$code='')
     	{
    +        // phpcs:enable
     		$temp = array();
     		$typeContact = $this->liste_type_contact($source,'',0,0,$code);
     
    @@ -958,6 +979,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Get array of all contacts for an object
     	 *
    @@ -965,10 +987,11 @@ abstract class CommonObject
     	 *    @param	string		$source		Source of contact: external or thirdparty (llx_socpeople) or internal (llx_user)
     	 *    @param	int         $list       0:Return array contains all properties, 1:Return array contains just id
     	 *    @param    string      $code       Filter on this code of contact type ('SHIPPING', 'BILLING', ...)
    -	 *    @return	array		            Array of contacts
    +	 *    @return	array|int		        Array of contacts, -1 if error
     	 */
     	function liste_contact($statut=-1,$source='external',$list=0,$code='')
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$tab=array();
    @@ -1063,9 +1086,9 @@ abstract class CommonObject
     			dol_print_error($this->db);
     			return -1;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Return array with list of possible values for type of contacts
     	 *
    @@ -1078,6 +1101,7 @@ abstract class CommonObject
     	 */
     	function liste_type_contact($source='internal', $order='position', $option=0, $activeonly=0, $code='')
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if (empty($order)) $order='position';
    @@ -1151,8 +1175,8 @@ abstract class CommonObject
     		$sql.= " ".MAIN_DB_PREFIX."c_type_contact as tc";
     		$sql.= " WHERE ec.element_id = ".$id;
     		$sql.= " AND ec.fk_socpeople = c.rowid";
    -		if ($source == 'internal') $sql.= " AND c.entity IN (0,".$conf->entity.")";
    -		if ($source == 'external') $sql.= " AND c.entity IN (".getEntity('socpeople').")";
    +		if ($source == 'internal') $sql.= " AND c.entity IN (".getEntity('user').")";
    +		if ($source == 'external') $sql.= " AND c.entity IN (".getEntity('societe').")";
     		$sql.= " AND ec.fk_c_type_contact = tc.rowid";
     		$sql.= " AND tc.element = '".$element."'";
     		$sql.= " AND tc.source = '".$source."'";
    @@ -1179,6 +1203,7 @@ abstract class CommonObject
     		return $result;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *		Load object contact with id=$this->contactid into $this->contact
     	 *
    @@ -1187,6 +1212,7 @@ abstract class CommonObject
     	 */
     	function fetch_contact($contactid=null)
     	{
    +        // phpcs:enable
     		if (empty($contactid)) $contactid=$this->contactid;
     
     		if (empty($contactid)) return 0;
    @@ -1198,6 +1224,7 @@ abstract class CommonObject
     		return $result;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    	Load the third party of object, from id $this->socid or $this->fk_soc, into this->thirdparty
     	 *
    @@ -1206,6 +1233,7 @@ abstract class CommonObject
     	 */
     	function fetch_thirdparty($force_thirdparty_id=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if (empty($this->socid) && empty($this->fk_soc) && empty($this->fk_thirdparty) && empty($force_thirdparty_id))
    @@ -1259,6 +1287,7 @@ abstract class CommonObject
     		return $this->fetch($result->rowid);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Load data for barcode into properties ->barcode_type*
     	 *	Properties ->barcode_type that is id of barcode. Type is used to find other properties, but
    @@ -1268,6 +1297,7 @@ abstract class CommonObject
     	 */
     	function fetch_barcode()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		dol_syslog(get_class($this).'::fetch_barcode this->element='.$this->element.' this->barcode_type='.$this->barcode_type);
    @@ -1308,6 +1338,7 @@ abstract class CommonObject
     		return 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *		Load the project with id $this->fk_project into this->project
     	 *
    @@ -1315,6 +1346,7 @@ abstract class CommonObject
     	 */
     	function fetch_projet()
     	{
    +        // phpcs:enable
     		include_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
     
     		if (empty($this->fk_project) && ! empty($this->fk_projet)) $this->fk_project = $this->fk_projet;	// For backward compatibility
    @@ -1328,6 +1360,7 @@ abstract class CommonObject
     		return $result;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *		Load the product with id $this->fk_product into this->product
     	 *
    @@ -1335,6 +1368,7 @@ abstract class CommonObject
     	 */
     	function fetch_product()
     	{
    +        // phpcs:enable
     		include_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
     
     		if (empty($this->fk_product)) return 0;
    @@ -1346,6 +1380,7 @@ abstract class CommonObject
     		return $result;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *		Load the user with id $userid into this->user
     	 *
    @@ -1354,12 +1389,14 @@ abstract class CommonObject
     	 */
     	function fetch_user($userid)
     	{
    +        // phpcs:enable
     		$user = new User($this->db);
     		$result=$user->fetch($userid);
     		$this->user = $user;
     		return $result;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Read linked origin object
     	 *
    @@ -1367,6 +1404,7 @@ abstract class CommonObject
     	 */
     	function fetch_origin()
     	{
    +        // phpcs:enable
     		if ($this->origin == 'shipping') $this->origin = 'expedition';
     		if ($this->origin == 'delivery') $this->origin = 'livraison';
     
    @@ -1526,6 +1564,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Load properties id_previous and id_next by comparing $fieldid with $this->ref
     	 *
    @@ -1536,6 +1575,7 @@ abstract class CommonObject
     	 */
     	function load_previous_next_ref($filter, $fieldid, $nodbprefix=0)
     	{
    +        // phpcs:enable
     		global $conf, $user;
     
     		if (! $this->table_element)
    @@ -2026,7 +2066,6 @@ abstract class CommonObject
                 $this->db->commit();
                 return 1;
             }
    -
     	}
     
     
    @@ -2161,6 +2200,7 @@ abstract class CommonObject
     
     	// TODO: Move line related operations to CommonObjectLine?
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Save a new position (field rang) for details lines.
     	 *  You can choose to set position for lines with already a position or lines without any position defined.
    @@ -2172,6 +2212,7 @@ abstract class CommonObject
     	 */
     	function line_order($renum=false, $rowidorder='ASC', $fk_parent_line=true)
     	{
    +        // phpcs:enable
     		if (! $this->table_element_line)
     		{
     			dol_syslog(get_class($this)."::line_order was called on objet with property table_element_line not defined",LOG_ERR);
    @@ -2280,6 +2321,7 @@ abstract class CommonObject
     		return $rows;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Update a line to have a lower rank
     	 *
    @@ -2289,6 +2331,7 @@ abstract class CommonObject
     	 */
     	function line_up($rowid, $fk_parent_line=true)
     	{
    +        // phpcs:enable
     		$this->line_order(false, 'ASC', $fk_parent_line);
     
     		// Get rang of line
    @@ -2298,6 +2341,7 @@ abstract class CommonObject
     		$this->updateLineUp($rowid, $rang);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Update a line to have a higher rank
     	 *
    @@ -2307,6 +2351,7 @@ abstract class CommonObject
     	 */
     	function line_down($rowid, $fk_parent_line=true)
     	{
    +        // phpcs:enable
     		$this->line_order(false, 'ASC', $fk_parent_line);
     
     		// Get rang of line
    @@ -2341,6 +2386,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Update position of line with ajax (rang)
     	 *
    @@ -2349,6 +2395,7 @@ abstract class CommonObject
     	 */
     	function line_ajaxorder($rows)
     	{
    +        // phpcs:enable
     		$num = count($rows);
     		for ($i = 0 ; $i < $num ; $i++)
     		{
    @@ -2456,6 +2503,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Get max value used for position of line (rang)
     	 *
    @@ -2464,6 +2512,7 @@ abstract class CommonObject
     	 */
     	function line_max($fk_parent_line=0)
     	{
    +        // phpcs:enable
     		// Search the last rang with fk_parent_line
     		if ($fk_parent_line)
     		{
    @@ -2502,6 +2551,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update external ref of element
     	 *
    @@ -2510,6 +2560,7 @@ abstract class CommonObject
     	 */
     	function update_ref_ext($ref_ext)
     	{
    +        // phpcs:enable
     		if (! $this->table_element)
     		{
     			dol_syslog(get_class($this)."::update_ref_ext was called on objet with property table_element not defined", LOG_ERR);
    @@ -2533,6 +2584,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update note of element
     	 *
    @@ -2540,8 +2592,9 @@ abstract class CommonObject
     	 *  @param		string		$suffix		'', '_public' or '_private'
     	 *  @return     int      		   		<0 if KO, >0 if OK
     	 */
    -	function update_note($note,$suffix='')
    +	function update_note($note, $suffix='')
     	{
    +        // phpcs:enable
     		global $user;
     
     		if (! $this->table_element)
    @@ -2584,6 +2637,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Update public note (kept for backward compatibility)
     	 *
    @@ -2594,9 +2648,11 @@ abstract class CommonObject
     	 */
     	function update_note_public($note)
     	{
    +        // phpcs:enable
     		return $this->update_note($note,'_public');
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Update total_ht, total_ttc, total_vat, total_localtax1, total_localtax2 for an object (sum of lines).
     	 *  Must be called at end of methods addline or updateline.
    @@ -2609,6 +2665,7 @@ abstract class CommonObject
     	 */
     	function update_price($exclspec=0,$roundingadjust='none',$nodatabaseupdate=0,$seller=null)
     	{
    +        // phpcs:enable
     		global $conf, $hookmanager, $action;
     
     		// Some external module want no update price after a trigger because they have another method to calculate the total (ex: with an extrafield)
    @@ -2835,6 +2892,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Add objects linked in llx_element_element.
     	 *
    @@ -2845,12 +2903,14 @@ abstract class CommonObject
     	 */
     	function add_object_linked($origin=null, $origin_id=null)
     	{
    +        // phpcs:enable
     		$origin = (! empty($origin) ? $origin : $this->origin);
     		$origin_id = (! empty($origin_id) ? $origin_id : $this->origin_id);
     
     		// Special case
     		if ($origin == 'order') $origin='commande';
     		if ($origin == 'invoice') $origin='facture';
    +		if ($origin == 'invoice_template') $origin='facturerec';
     
     		$this->db->begin();
     
    @@ -2881,7 +2941,9 @@ abstract class CommonObject
     	}
     
     	/**
    -	 *	Fetch array of objects linked to current object. Links are loaded into this->linkedObjects array and this->linkedObjectsIds
    +	 *	Fetch array of objects linked to current object (object of enabled modules only). Links are loaded into
    +	 *		this->linkedObjectsIds array and
    +	 *		this->linkedObjects array if $loadalsoobjects = 1
     	 *  Possible usage for parameters:
     	 *  - all parameters empty -> we look all link to current object (current object can be source or target)
     	 *  - source id+type -> will get target list linked to source
    @@ -2889,17 +2951,18 @@ abstract class CommonObject
     	 *  - source id+type + target type -> will get target list of the type
     	 *  - target id+type + target source -> will get source list of the type
     	 *
    -	 *	@param	int		$sourceid		Object source id (if not defined, id of object)
    -	 *	@param  string	$sourcetype		Object source type (if not defined, element name of object)
    -	 *	@param  int		$targetid		Object target id (if not defined, id of object)
    -	 *	@param  string	$targettype		Object target type (if not defined, elemennt name of object)
    -	 *	@param  string	$clause			'OR' or 'AND' clause used when both source id and target id are provided
    -	 *  @param  int		$alsosametype	0=Return only links to object that differs from source. 1=Include also link to objects of same type.
    -	 *  @param  string	$orderby		SQL 'ORDER BY' clause
    -	 *	@return int						<0 if KO, >0 if OK
    +	 *	@param	int		$sourceid			Object source id (if not defined, id of object)
    +	 *	@param  string	$sourcetype			Object source type (if not defined, element name of object)
    +	 *	@param  int		$targetid			Object target id (if not defined, id of object)
    +	 *	@param  string	$targettype			Object target type (if not defined, elemennt name of object)
    +	 *	@param  string	$clause				'OR' or 'AND' clause used when both source id and target id are provided
    +	 *  @param  int		$alsosametype		0=Return only links to object that differs from source type. 1=Include also link to objects of same type.
    +	 *  @param  string	$orderby			SQL 'ORDER BY' clause
    +	 *  @param	int		$loadalsoobjects	Load also array this->linkedObjects (Use 0 to increase performances)
    +	 *	@return int							<0 if KO, >0 if OK
     	 *  @see	add_object_linked, updateObjectLinked, deleteObjectLinked
     	 */
    -	function fetchObjectLinked($sourceid=null,$sourcetype='',$targetid=null,$targettype='',$clause='OR',$alsosametype=1,$orderby='sourcetype')
    +	function fetchObjectLinked($sourceid=null,$sourcetype='',$targetid=null,$targettype='',$clause='OR',$alsosametype=1,$orderby='sourcetype',$loadalsoobjects=1)
     	{
     		global $conf;
     
    @@ -2928,10 +2991,10 @@ abstract class CommonObject
     		$targettype = (! empty($targettype) ? $targettype : $this->element);
     
     		/*if (empty($sourceid) && empty($targetid))
    -        {
    -        	dol_syslog('Bad usage of function. No source nor target id defined (nor as parameter nor as object id)', LOG_ERR);
    -        	return -1;
    -        }*/
    +		 {
    +		 dol_syslog('Bad usage of function. No source nor target id defined (nor as parameter nor as object id)', LOG_ERR);
    +		 return -1;
    +		 }*/
     
     		// Links between objects are stored in table element_element
     		$sql = 'SELECT rowid, fk_source, sourcetype, fk_target, targettype';
    @@ -2993,7 +3056,8 @@ abstract class CommonObject
     
     			if (! empty($this->linkedObjectsIds))
     			{
    -				foreach($this->linkedObjectsIds as $objecttype => $objectids)       // $objecttype is a module name ('facture', 'mymodule', ...) or a module name with a suffix ('project_task', 'mymodule_myobj', ...)
    +				$tmparray = $this->linkedObjectsIds;
    +				foreach($tmparray as $objecttype => $objectids)       // $objecttype is a module name ('facture', 'mymodule', ...) or a module name with a suffix ('project_task', 'mymodule_myobj', ...)
     				{
     					// Parse element/subelement (ex: project_task, cabinetmed_consultation, ...)
     					$module = $element = $subelement = $objecttype;
    @@ -3059,21 +3123,28 @@ abstract class CommonObject
     					// Here $module, $classfile and $classname are set
     					if ($conf->$module->enabled && (($element != $this->element) || $alsosametype))
     					{
    -						dol_include_once('/'.$classpath.'/'.$classfile.'.class.php');
    -						//print '/'.$classpath.'/'.$classfile.'.class.php '.class_exists($classname);
    -						if (class_exists($classname))
    +						if ($loadalsoobjects)
     						{
    -							foreach($objectids as $i => $objectid)	// $i is rowid into llx_element_element
    +							dol_include_once('/'.$classpath.'/'.$classfile.'.class.php');
    +							//print '/'.$classpath.'/'.$classfile.'.class.php '.class_exists($classname);
    +							if (class_exists($classname))
     							{
    -								$object = new $classname($this->db);
    -								$ret = $object->fetch($objectid);
    -								if ($ret >= 0)
    +								foreach($objectids as $i => $objectid)	// $i is rowid into llx_element_element
     								{
    -									$this->linkedObjects[$objecttype][$i] = $object;
    +									$object = new $classname($this->db);
    +									$ret = $object->fetch($objectid);
    +									if ($ret >= 0)
    +									{
    +										$this->linkedObjects[$objecttype][$i] = $object;
    +									}
     								}
     							}
     						}
     					}
    +					else
    +					{
    +						unset($this->linkedObjectsIds[$objecttype]);
    +					}
     				}
     			}
     			return 1;
    @@ -3595,6 +3666,7 @@ abstract class CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Return incoterms informations
     	 *    TODO Use a cache for label get
    @@ -3603,6 +3675,7 @@ abstract class CommonObject
     	 */
     	function display_incoterms()
     	{
    +        // phpcs:enable
     		$out = '';
     		$this->libelle_incoterms = '';
     		if (!empty($this->fk_incoterms))
    @@ -3760,7 +3833,7 @@ abstract class CommonObject
     
     		$num = count($this->lines);
     
    -		//Line extrafield
    +		// Line extrafield
     		require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
     		$extrafieldsline = new ExtraFields($this->db);
     		$extralabelslines=$extrafieldsline->fetch_name_optionals_label($this->table_element_line);
    @@ -3769,10 +3842,12 @@ abstract class CommonObject
     		$reshook = $hookmanager->executeHooks('printObjectLineTitle', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks
     		if (empty($reshook))
     		{
    +			// Title line
     		    print "<thead>\n";
     
     			print '<tr class="liste_titre nodrag nodrop">';
     
    +			// Adds a line numbering column
     			if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) print '<td class="linecolnum" align="center" width="5">&nbsp;</td>';
     
     			// Description
    @@ -3860,7 +3935,6 @@ abstract class CommonObject
     			//Line extrafield
     			$line->fetch_optionals();
     
    -
     			//if (is_object($hookmanager) && (($line->product_type == 9 && ! empty($line->special_code)) || ! empty($line->fk_parent_line)))
     			if (is_object($hookmanager))   // Old code is commented on preceding line.
     			{
    @@ -4202,6 +4276,7 @@ abstract class CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Add resources to the current object : add entry into llx_element_resources
     	 *	Need $this->element & $this->id
    @@ -4214,6 +4289,7 @@ abstract class CommonObject
     	 */
     	function add_element_resource($resource_id, $resource_type, $busy=0, $mandatory=0)
     	{
    +        // phpcs:enable
     		$this->db->begin();
     
     		$sql = "INSERT INTO ".MAIN_DB_PREFIX."element_resources (";
    @@ -4246,6 +4322,7 @@ abstract class CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Delete a link to resource line
     	 *
    @@ -4256,6 +4333,7 @@ abstract class CommonObject
     	 */
     	function delete_resource($rowid, $element, $notrigger=0)
     	{
    +        // phpcs:enable
     		global $user;
     
     		$this->db->begin();
    @@ -4622,13 +4700,13 @@ abstract class CommonObject
     		if (isset($conf->global->$keyforfieldname)) return $conf->global->$keyforfieldname;
     
     		// TODO Ad here a scan into table llx_overwrite_default with a filter on $this->element and $fieldname
    -
     	}
     
     
     	/* For triggers */
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Call trigger based on this instance.
     	 * Some context information may also be provided into array property this->context.
    @@ -4641,6 +4719,7 @@ abstract class CommonObject
     	 */
     	function call_trigger($trigger_name, $user)
     	{
    +        // phpcs:enable
     		global $langs,$conf;
     
     		include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    @@ -4665,6 +4744,7 @@ abstract class CommonObject
     	/* Functions for extrafields */
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Function to get extra fields of an object into $this->array_options
     	 *  This method is in most cases called by method fetch of objects but you can call it separately.
    @@ -4675,6 +4755,7 @@ abstract class CommonObject
     	 */
     	function fetch_optionals($rowid=null, $optionsArray=null)
     	{
    +        // phpcs:enable
     		if (empty($rowid)) $rowid=$this->id;
     
     		// To avoid SQL errors. Probably not the better solution though
    @@ -4854,6 +4935,9 @@ abstract class CommonObject
     			   		}
     			   	}
     
    +				//dol_syslog("attributeLabel=".$attributeLabel, LOG_DEBUG);
    +				//dol_syslog("attributeType=".$attributeType, LOG_DEBUG);
    +
     			   	switch ($attributeType)
     			   	{
     			   		case 'int':
    @@ -4867,6 +4951,21 @@ abstract class CommonObject
     			   				$new_array_options[$key] = null;
     			   			}
     			 			break;
    +					case 'double':
    +						$value = price2num($value);
    +						if (!is_numeric($value) && $value!='')
    +						{
    +							dol_syslog($langs->trans("ExtraFieldHasWrongValue")." sur ".$attributeLabel."(".$value."is not '".$attributeType."')", LOG_DEBUG);
    +							$this->errors[]=$langs->trans("ExtraFieldHasWrongValue", $attributeLabel);
    +							return -1;
    +						}
    +						elseif ($value=='')
    +						{
    +							$new_array_options[$key] = null;
    +						}
    +						//dol_syslog("double value"." sur ".$attributeLabel."(".$value." is '".$attributeType."')", LOG_DEBUG);
    +						$new_array_options[$key] = $value;
    +						break;
     			 		/*case 'select':	// Not required, we chosed value='0' for undefined values
                  			if ($value=='-1')
                  			{
    @@ -5061,6 +5160,9 @@ abstract class CommonObject
     			$attributeParam    = $extrafields->attributes[$this->table_element]['param'][$key];
     			$attributeRequired = $extrafields->attributes[$this->table_element]['required'][$key];
     
    +			//dol_syslog("attributeLabel=".$attributeLabel, LOG_DEBUG);
    +			//dol_syslog("attributeType=".$attributeType, LOG_DEBUG);
    +
     			switch ($attributeType)
     			{
     				case 'int':
    @@ -5074,6 +5176,21 @@ abstract class CommonObject
     						$this->array_options["options_".$key] = null;
     					}
     					break;
    +				case 'double':
    +					$value = price2num($value);
    +					if (!is_numeric($value) && $value!='')
    +					{
    +						dol_syslog($langs->trans("ExtraFieldHasWrongValue")." sur ".$attributeLabel."(".$value."is not '".$attributeType."')", LOG_DEBUG);
    +						$this->errors[]=$langs->trans("ExtraFieldHasWrongValue", $attributeLabel);
    +						return -1;
    +					}
    +					elseif ($value=='')
    +					{
    +						$this->array_options["options_".$key] = null;
    +					}
    +					//dol_syslog("double value"." sur ".$attributeLabel."(".$value." is '".$attributeType."')", LOG_DEBUG);
    +					$this->array_options["options_".$key] = $value;
    +					break;
     			 	/*case 'select':	// Not required, we chosed value='0' for undefined values
                  		if ($value=='-1')
                  		{
    @@ -5165,37 +5282,34 @@ abstract class CommonObject
     		$val=$this->fields[$key];
     
     		$out='';
    -                $type='';
    -                $param['options']=array();
    -                $size =$this->fields[$key]['size'];
    -                // Because we work on extrafields
    -                if(preg_match('/^integer:(.*):(.*)/i', $val['type'], $reg)){
    -                    $param['options']=array($reg[1].':'.$reg[2]=>'N');
    -                    $type ='link';
    -                }else if(preg_match('/^link:(.*):(.*)/i', $val['type'], $reg)){
    -                    $param['options']=array($reg[1].':'.$reg[2]=>'N');
    -                    $type ='link';
    -                }else if(preg_match('/^sellist:(.*):(.*):(.*):(.*)/i', $val['type'], $reg)){
    -
    -                    $param['options']=array($reg[1].':'.$reg[2].':'.$reg[3].':'.$reg[4]=>'N');
    -                    $type ='sellist';
    -                }else if(preg_match('/varchar\((\d+)\)/', $val['type'],$reg)){
    -
    -                    $param['options']=array();
    -                    $type ='varchar';
    -                    $size=$reg[1];
    -                }else if(preg_match('/varchar/', $val['type'])){
    -
    -                    $param['options']=array();
    -                    $type ='varchar';
    -                }else if(is_array($this->fields[$key]['arrayofkeyval'])){
    -
    -                    $param['options']=$this->fields[$key]['arrayofkeyval'];
    -                    $type ='select';
    -                }else {
    -                    $param['options']=array();
    -                    $type =$this->fields[$key]['type'];
    -                }
    +        $type='';
    +        $param = array();
    +        $param['options']=array();
    +        $size =$this->fields[$key]['size'];
    +        // Because we work on extrafields
    +        if(preg_match('/^integer:(.*):(.*)/i', $val['type'], $reg)){
    +            $param['options']=array($reg[1].':'.$reg[2]=>'N');
    +            $type ='link';
    +        } elseif(preg_match('/^link:(.*):(.*)/i', $val['type'], $reg)) {
    +            $param['options']=array($reg[1].':'.$reg[2]=>'N');
    +            $type ='link';
    +        } elseif(preg_match('/^sellist:(.*):(.*):(.*):(.*)/i', $val['type'], $reg)) {
    +            $param['options']=array($reg[1].':'.$reg[2].':'.$reg[3].':'.$reg[4]=>'N');
    +            $type ='sellist';
    +        } elseif(preg_match('/varchar\((\d+)\)/', $val['type'],$reg)) {
    +            $param['options']=array();
    +            $type ='varchar';
    +            $size=$reg[1];
    +        } elseif(preg_match('/varchar/', $val['type'])) {
    +            $param['options']=array();
    +            $type ='varchar';
    +        } elseif(is_array($this->fields[$key]['arrayofkeyval'])) {
    +            $param['options']=$this->fields[$key]['arrayofkeyval'];
    +            $type ='select';
    +        } else {
    +            $param['options']=array();
    +            $type =$this->fields[$key]['type'];
    +        }
     
     		$label=$this->fields[$key]['label'];
     		//$elementtype=$this->fields[$key]['elementtype'];	// Seems not used
    @@ -5268,11 +5382,11 @@ abstract class CommonObject
     
     			$showtime = in_array($type,array('datetime')) ? 1 : 0;
     
    -			// Do not show current date when field not required (see select_date() method)
    +			// Do not show current date when field not required (see selectDate() 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_' && $keyprefix != 'search_options_') ? 1 : 0), 1, 0, 1);
    +			$out = $form->selectDate($value, $keyprefix.$key.$keysuffix, $showtime, $showtime, $required, '', 1, (($keyprefix != 'search_' && $keyprefix != 'search_options_') ? 1 : 0), 0, 1);
     		}
     		elseif (in_array($type,array('int','integer')))
     		{
    @@ -6124,7 +6238,7 @@ abstract class CommonObject
     	 *
     	 * @param 	Extrafields $extrafields    Extrafield Object
     	 * @param 	string      $mode           Show output (view) or input (edit) for extrafield
    -	 * @param 	array       $params         Optional parameters
    +	 * @param 	array       $params         Optional parameters. Example: array('style'=>'class="oddeven"', 'colspan'=>$colspan)
     	 * @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)
     	 * @param	string		$onetrtd		All fields in same tr td
    @@ -6147,6 +6261,9 @@ abstract class CommonObject
     			$e = 0;
     			foreach($extrafields->attributes[$this->table_element]['label'] as $key=>$label)
     			{
    +				//Show only the key field in params
    +				if (is_array($params) && array_key_exists('onlykey',$params) && $key != $params['onlykey']) continue;
    +
     				$enabled = 1;
     				if ($enabled && isset($extrafields->attributes[$this->table_element]['list'][$key]))
     				{
    @@ -6433,6 +6550,7 @@ abstract class CommonObject
     		return $buyPrice;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show photos of an object (nbmax maximum), into several columns
     	 *
    @@ -6452,6 +6570,7 @@ abstract class CommonObject
     	 */
     	function show_photos($modulepart, $sdir, $size=0, $nbmax=0, $nbbyrow=5, $showfilename=0, $showaction=0, $maxHeight=120, $maxWidth=160, $nolink=0, $notitle=0, $usesharelink=0)
     	{
    +        // phpcs:enable
     		global $conf,$user,$langs;
     
     		include_once DOL_DOCUMENT_ROOT .'/core/lib/files.lib.php';
    @@ -7226,7 +7345,7 @@ abstract class CommonObject
     		$comment = new Comment($this->db);
     		$result=$comment->fetchAllFor($this->element, $this->id);
     		if ($result<0) {
    -			$this->errors=array_merge($this->errors,$comment->errors);
    +			$this->errors=array_merge($this->errors, $comment->errors);
     			return -1;
     		} else {
     			$this->comments = $comment->comments;
    @@ -7244,4 +7363,19 @@ abstract class CommonObject
     		return count($this->comments);
     	}
     
    +    /**
    +     * Trim object parameters
    +     * @param string[] $parameters array of parameters to trim
    +     *
    +     * @return void
    +     */
    +    public function trimParameters($parameters)
    +    {
    +        if (!is_array($parameters)) return;
    +        foreach ($parameters as $parameter) {
    +            if (isset($this->$parameter)) {
    +                $this->$parameter = trim($this->$parameter);
    +            }
    +        }
    +    }
     }
    diff --git a/htdocs/core/class/commonorder.class.php b/htdocs/core/class/commonorder.class.php
    index b3e5033330d..2ea53a345d8 100644
    --- a/htdocs/core/class/commonorder.class.php
    +++ b/htdocs/core/class/commonorder.class.php
    @@ -144,6 +144,5 @@ abstract class CommonOrderLine extends CommonObjectLine
     	public $info_bits = 0;
     
     	public $special_code = 0;
    -
     }
     
    diff --git a/htdocs/core/class/commonstickergenerator.class.php b/htdocs/core/class/commonstickergenerator.class.php
    index efd0f491162..d5bf6f3317e 100644
    --- a/htdocs/core/class/commonstickergenerator.class.php
    +++ b/htdocs/core/class/commonstickergenerator.class.php
    @@ -1,10 +1,10 @@
     <?php
    -/* Copyright (C) 2003 Steve Dillon
    - * Copyright (C) 2003 Laurent Passebecq
    +/* Copyright (C) 2003      Steve Dillon
    + * Copyright (C) 2003      Laurent Passebecq
      * Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      * Copyright (C) 2002-2003 Jean-Louis Bergamo   <jlb@j1b.org>
      * Copyright (C) 2006-2013 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2015 Francis Appels  <francis.appels@yahoo.com>
    + * Copyright (C) 2015      Francis Appels  <francis.appels@yahoo.com>
      *
      * 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
    @@ -61,9 +61,12 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/format_cards.lib.php';
      */
     abstract class CommonStickerGenerator
     {
    +	public $code;   // Code of format
     
    -	public $code;		// Code of format
    -	public $format;	// Array with informations
    +	/**
    +     * @var array format Array with informations
    +     */
    +    public $format;
     
     	// protected
     	var $_Avery_Name	= '';	// Nom du format de l'etiquette
    @@ -94,6 +97,7 @@ abstract class CommonStickerGenerator
     		$this->db = $db;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Function to build PDF on disk, then output on HTTP strem.
     	 *
    @@ -104,6 +108,7 @@ abstract class CommonStickerGenerator
     	 *  @return int             				1=OK, 0=KO
     	 */
     	abstract function write_file($arrayofrecords,$outputlangs,$srctemplatepath,$outputdir='');
    +    // phpcs:enable
     
     	/**
     	 * Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0)
    @@ -115,6 +120,7 @@ abstract class CommonStickerGenerator
     	 */
     	abstract function addSticker(&$pdf,$outputlangs,$param);
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Methode qui permet de modifier la taille des caracteres
     	 * Cela modiera aussi l'espace entre chaque ligne
    @@ -125,6 +131,7 @@ abstract class CommonStickerGenerator
     	 */
     	function Set_Char_Size(&$pdf,$pt)
     	{
    +        // phpcs:enable
     		if ($pt > 3) {
     			$this->_Char_Size = $pt;
     			$this->_Line_Height = $this->_Get_Height_Chars($pt);
    @@ -132,6 +139,7 @@ abstract class CommonStickerGenerator
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * protected Print dot line
     	 *
    @@ -146,6 +154,7 @@ abstract class CommonStickerGenerator
     	 */
         function _Pointille(&$pdf,$x1=0,$y1=0,$x2=210,$y2=297,$epaisseur=1,$nbPointilles=15)
     	{
    +        // phpcs:enable
     		$pdf->SetLineWidth($epaisseur);
     		$length=abs($x1-$x2);
     		$hauteur=abs($y1-$y2);
    @@ -173,6 +182,7 @@ abstract class CommonStickerGenerator
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * protected Function realisant une croix aux 4 coins des cartes
     	 *
    @@ -187,6 +197,7 @@ abstract class CommonStickerGenerator
     	 */
     	function _Croix(&$pdf,$x1=0,$y1=0,$x2=210,$y2=297,$epaisseur=1,$taille=4)
     	{
    +        // phpcs:enable
     		$pdf->SetDrawColor(192,192,192);
     
     		$pdf->SetLineWidth($epaisseur);
    @@ -208,25 +219,28 @@ abstract class CommonStickerGenerator
     	}
     
     	/**
    -	 * protected Convert units (in to mm, mm to in)
    +	 * Convert units (in to mm, mm to in)
     	 * $src and $dest must be 'in' or 'mm'
     	 *
     	 * @param int       $value  value
    -	 * @param string    $src    from
    -	 * @param string    $dest   to
    +	 * @param string    $src    from ('in' or 'mm')
    +	 * @param string    $dest   to ('in' or 'mm')
     	 * @return float    value   value after conversion
     	 */
    -	function _Convert_Metric($value, $src, $dest)
    +	private function convertMetric($value, $src, $dest)
     	{
     		if ($src != $dest) {
    -			$tab['in'] = 39.37008;
    -			$tab['mm'] = 1000;
    +			$tab = array(
    +				'in'=>39.37008,
    +				'mm'=>1000
    +			);
     			return $value * $tab[$dest] / $tab[$src];
    -		} else {
    -			return $value;
     		}
    +
    +		return $value;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * protected Give the height for a char size given.
     	 *
    @@ -235,6 +249,7 @@ abstract class CommonStickerGenerator
     	 */
     	function _Get_Height_Chars($pt)
     	{
    +        // phpcs:enable
     		// Tableau de concordance entre la hauteur des caracteres et de l'espacement entre les lignes
     		$_Table_Hauteur_Chars = array(6=>2, 7=>2.5, 8=>3, 9=>3.5, 10=>4, 11=>6, 12=>7, 13=>8, 14=>9, 15=>10);
     		if (in_array($pt, array_keys($_Table_Hauteur_Chars))) {
    @@ -244,6 +259,7 @@ abstract class CommonStickerGenerator
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * protected Set format
     	 *
    @@ -253,18 +269,18 @@ abstract class CommonStickerGenerator
     	 */
     	function _Set_Format(&$pdf, $format)
     	{
    -		$this->_Metric 	= $format['metric'];
    -		$this->_Avery_Name 	= $format['name'];
    -		$this->_Avery_Code	= $format['code'];
    -		$this->_Margin_Left	= $this->_Convert_Metric($format['marginLeft'], $this->_Metric, $this->_Metric_Doc);
    -		$this->_Margin_Top	= $this->_Convert_Metric($format['marginTop'], $this->_Metric, $this->_Metric_Doc);
    -		$this->_X_Space 	= $this->_Convert_Metric($format['SpaceX'], $this->_Metric, $this->_Metric_Doc);
    -		$this->_Y_Space 	= $this->_Convert_Metric($format['SpaceY'], $this->_Metric, $this->_Metric_Doc);
    -		$this->_X_Number 	= $format['NX'];
    -		$this->_Y_Number 	= $format['NY'];
    -		$this->_Width 	= $this->_Convert_Metric($format['width'], $this->_Metric, $this->_Metric_Doc);
    -		$this->_Height	= $this->_Convert_Metric($format['height'], $this->_Metric, $this->_Metric_Doc);
    +        // phpcs:enable
    +		$this->_Metric = $format['metric'];
    +		$this->_Avery_Name = $format['name'];
    +		$this->_Avery_Code = $format['code'];
    +		$this->_Margin_Left	= $this->convertMetric($format['marginLeft'], $this->_Metric, $this->_Metric_Doc);
    +		$this->_Margin_Top = $this->convertMetric($format['marginTop'], $this->_Metric, $this->_Metric_Doc);
    +		$this->_X_Space = $this->convertMetric($format['SpaceX'], $this->_Metric, $this->_Metric_Doc);
    +		$this->_Y_Space = $this->convertMetric($format['SpaceY'], $this->_Metric, $this->_Metric_Doc);
    +		$this->_X_Number = $format['NX'];
    +		$this->_Y_Number = $format['NY'];
    +		$this->_Width = $this->convertMetric($format['width'], $this->_Metric, $this->_Metric_Doc);
    +		$this->_Height = $this->convertMetric($format['height'], $this->_Metric, $this->_Metric_Doc);
     		$this->Set_Char_Size($pdf, $format['font-size']);
     	}
    -
     }
    diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php
    index c86051d7088..420b90926dd 100644
    --- a/htdocs/core/class/conf.class.php
    +++ b/htdocs/core/class/conf.class.php
    @@ -35,12 +35,12 @@ class Conf
     	/** \public */
     	//! To store properties found in conf file
     	var $file;
    -	
    +
     	/**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
     	//! To store properties found into database
     	var $global;
     	//! To store browser info
    @@ -48,7 +48,7 @@ class Conf
     
     	//! To store if javascript/ajax is enabked
     	public $use_javascript_ajax;
    -	//! Used to store current currency
    +	//! Used to store current currency (ISO code like 'USD', 'EUR', ...)
     	public $currency;
     	//! Used to store current css (from theme)
     	public $theme;        // Contains current theme ("eldy", "auguria", ...)
    @@ -182,7 +182,7 @@ class Conf
     							if (is_array($arrValue) && ! empty($arrValue)) $value = $arrValue;
     							else if (in_array($partname,array('login','menus','substitutions','triggers','tpl'))) $value = '/'.$modulename.'/core/'.$partname.'/';
     							else if (in_array($partname,array('models','theme'))) $value = '/'.$modulename.'/';
    -							else if (in_array($partname,array('sms'))) $value = $modulename;
    +							else if (in_array($partname,array('sms'))) $value = '/'.$modulename.'/';
     							else if ($value == 1) $value = '/'.$modulename.'/core/modules/'.$partname.'/';	// ex: partname = societe
     							$this->modules_parts[$partname] = array_merge($this->modules_parts[$partname], array($modulename => $value));	// $value may be a string or an array
     						}
    @@ -523,6 +523,9 @@ class Conf
     		// By default, we open card if one found
     		if (! isset($this->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE)) $this->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE=1;
     
    +		// By default, we show state code in combo list
    +		if (! isset($this->global->MAIN_SHOW_STATE_CODE)) $this->global->MAIN_SHOW_STATE_CODE=1;
    +
     		// Define list of limited modules (value must be key found for "name" property of module, so for example 'supplierproposal' for Module "Supplier Proposal"
     		if (! isset($this->global->MAIN_MODULES_FOR_EXTERNAL)) $this->global->MAIN_MODULES_FOR_EXTERNAL='user,societe,propal,commande,facture,categorie,supplierproposal,fournisseur,contact,projet,contrat,ficheinter,expedition,agenda,resource,adherent,blockedlog';	// '' means 'all'. Note that contact is added here as it should be a module later.
     		if (! empty($this->modules_parts['moduleforexternal']))		// Module part to include an external module into the MAIN_MODULES_FOR_EXTERNAL list
    @@ -666,7 +669,6 @@ class Conf
     				$this->loghandlers[$handler] = $loghandlerinstance;
     			}
     		}
    -
     	}
     }
     
    diff --git a/htdocs/core/class/coreobject.class.php b/htdocs/core/class/coreobject.class.php
    index fbd7b7b1448..5129ac54ece 100644
    --- a/htdocs/core/class/coreobject.class.php
    +++ b/htdocs/core/class/coreobject.class.php
    @@ -75,7 +75,6 @@ class CoreObject extends CommonObject
             {
     			return false;
     		}
    -
     	}
     
         /**
    @@ -271,7 +270,6 @@ class CoreObject extends CommonObject
                 $this->db->rollback();
                 return -1;
             }
    -
     	}
     
         /**
    @@ -437,5 +435,4 @@ class CoreObject extends CommonObject
     
     		return 1;
     	}
    -
     }
    diff --git a/htdocs/core/class/cstate.class.php b/htdocs/core/class/cstate.class.php
    index bb75a36de96..4320446d7b5 100644
    --- a/htdocs/core/class/cstate.class.php
    +++ b/htdocs/core/class/cstate.class.php
    @@ -36,7 +36,7 @@ class Cstate // extends CommonObject
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -46,7 +46,7 @@ class Cstate // extends CommonObject
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
     	//var $element='cstate';			//!< Id that identify managed objects
     	//var $table_element='cstate';	    //!< Name of table without prefix where object is stored
     
    @@ -54,10 +54,22 @@ class Cstate // extends CommonObject
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $code_departement;
    -	var $nom;
    -	var $active;
    +
    +	public $code_departement;
    +
    +	/**
    +	 * @var string
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='';
    +
    +	/**
    +	 * @var string name
    +	 */
    +	public $name='';
    +
    +	public $active;
     
     
     
    @@ -70,7 +82,6 @@ class Cstate // extends CommonObject
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    @@ -317,5 +328,4 @@ class Cstate // extends CommonObject
     			return 1;
     		}
     	}
    -
     }
    diff --git a/htdocs/core/class/ctypent.class.php b/htdocs/core/class/ctypent.class.php
    index 184f5f26a2c..db8ed461727 100644
    --- a/htdocs/core/class/ctypent.class.php
    +++ b/htdocs/core/class/ctypent.class.php
    @@ -31,7 +31,7 @@ class Ctypent // extends CommonObject
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -41,7 +41,7 @@ class Ctypent // extends CommonObject
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
     	//var $element='ctypent';			//!< Id that identify managed objects
     	//var $table_element='ctypent';	//!< Name of table without prefix where object is stored
     
    @@ -49,11 +49,11 @@ class Ctypent // extends CommonObject
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $code;
    -	var $libelle;
    -	var $active;
    -	var $module;
    +
    +	public $code;
    +	public $libelle;
    +	public $active;
    +	public $module;
     
     
     
    @@ -66,7 +66,6 @@ class Ctypent // extends CommonObject
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    @@ -333,5 +332,4 @@ class Ctypent // extends CommonObject
     			return 1;
     		}
     	}
    -
     }
    diff --git a/htdocs/core/class/ctyperesource.class.php b/htdocs/core/class/ctyperesource.class.php
    index 9e0e5b90377..297e48a940b 100644
    --- a/htdocs/core/class/ctyperesource.class.php
    +++ b/htdocs/core/class/ctyperesource.class.php
    @@ -19,7 +19,7 @@
      */
     
     /**
    - * \file    resource/ctyperesource.class.php
    + * \file    htdocs/core/class/ctyperesource.class.php
      * \ingroup resource
      */
     
    @@ -36,7 +36,7 @@ class Ctyperesource
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'ctyperesource';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -48,7 +48,12 @@ class Ctyperesource
     	public $lines = array();
     
     	public $code;
    -	public $label;
    +
    +	/**
    +     * @var string Type resource label
    +     */
    +    public $label;
    +
     	public $active;
     
     
    @@ -122,15 +127,15 @@ class Ctyperesource
     		if (!$error) {
     			$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX . $this->table_element);
     
    -			if (!$notrigger) {
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action to call a trigger.
    +			// Uncomment this and change MYOBJECT to your own tag if you
    +			// want this action to call a trigger.
    +			//if (!$notrigger) {
     
    -				//// Call triggers
    -				//$result=$this->call_trigger('MYOBJECT_CREATE',$user);
    -				//if ($result < 0) $error++;
    -				//// End call triggers
    -			}
    +			//  // Call triggers
    +			//  $result=$this->call_trigger('MYOBJECT_CREATE',$user);
    +			//  if ($result < 0) $error++;
    +			//  // End call triggers
    +			//}
     		}
     
     		// Commit or rollback
    @@ -326,15 +331,15 @@ class Ctyperesource
     			dol_syslog(__METHOD__ . ' ' . implode(',', $this->errors), LOG_ERR);
     		}
     
    -		if (!$error && !$notrigger) {
    -			// Uncomment this and change MYOBJECT to your own tag if you
    -			// want this action calls a trigger.
    +		// Uncomment this and change MYOBJECT to your own tag if you
    +		// want this action calls a trigger.
    +		//if (!$error && !$notrigger) {
     
    -			//// Call triggers
    -			//$result=$this->call_trigger('MYOBJECT_MODIFY',$user);
    -			//if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    -			//// End call triggers
    -		}
    +		//  // Call triggers
    +		//  $result=$this->call_trigger('MYOBJECT_MODIFY',$user);
    +		//  if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    +		//  // End call triggers
    +		//}
     
     		// Commit or rollback
     		if ($error) {
    @@ -364,17 +369,15 @@ class Ctyperesource
     
     		$this->db->begin();
     
    -		if (!$error) {
    -			if (!$notrigger) {
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action calls a trigger.
    +		// Uncomment this and change MYOBJECT to your own tag if you
    +		// want this action calls a trigger.
    +		//if (!$error && !$notrigger) {
     
    -				//// Call triggers
    -				//$result=$this->call_trigger('MYOBJECT_DELETE',$user);
    -				//if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    -				//// End call triggers
    -			}
    -		}
    +		//  // Call triggers
    +		//  $result=$this->call_trigger('MYOBJECT_DELETE',$user);
    +		//  if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
    +		//  // End call triggers
    +		//}
     
     		// If you need to delete child tables to, you can insert them here
     
    @@ -463,7 +466,6 @@ class Ctyperesource
     		$this->label = '';
     		$this->active = '';
     	}
    -
     }
     
     /**
    @@ -475,16 +477,20 @@ class CtyperesourceLine
     	 * @var int ID
     	 */
     	public $id;
    +
     	/**
     	 * @var mixed Sample line property 1
     	 */
    -
     	public $code;
    -	public $label;
    +
    +	/**
    +     * @var string Type resource line label
    +     */
    +    public $label;
    +
     	public $active;
     
     	/**
     	 * @var mixed Sample line property 2
     	 */
    -
     }
    diff --git a/htdocs/core/class/discount.class.php b/htdocs/core/class/discount.class.php
    index b3cfb73654b..6f6e3a09041 100644
    --- a/htdocs/core/class/discount.class.php
    +++ b/htdocs/core/class/discount.class.php
    @@ -32,21 +32,43 @@ class DiscountAbsolute
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    -    /**
    -	 * @var string Error code (or message)
    -	 */
    -	public $error;
     
    -    public $id;					// Id discount
    +    /**
    +	   * @var string Error code (or message)
    +	   */
    +	  public $error;
    +
    +	/**
    +	 * @var string[]	Array of error strings
    +	 */
    +	public $errors=array();
    +
    +	/**
    +	 * @var int ID discount
    +	 */
    +	public $id;
    +
    +   /**
    +	  * @var int Thirdparty ID
    +	  */
         public $fk_soc;
    +
         public $discount_type;			// 0 => customer discount, 1 => supplier discount
         public $amount_ht;				//
         public $amount_tva;			//
         public $amount_ttc;			//
         public $tva_tx;				// Vat rate
    -    public $fk_user;				// Id utilisateur qui accorde la remise
    -    public $description;			// Description libre
    +
    +    /**
    +	   * @var int User ID Id utilisateur qui accorde la remise
    +	   */
    +	  public $fk_user;
    +
    +    /**
    +	   * @var string description
    +	   */
    +	  public $description;
    +
         public $datec;					// Date creation
         public $fk_facture_line;  		// Id invoice line when a discount is used into an invoice line (for absolute discounts)
         public $fk_facture;			    // Id invoice when a discount line is used into an invoice (for credit note)
    @@ -339,6 +361,7 @@ class DiscountAbsolute
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Link the discount to a particular invoice line or a particular invoice.
          *	When discount is a global discount used as an invoice line, we link using rowidline.
    @@ -350,6 +373,7 @@ class DiscountAbsolute
          */
         function link_to_invoice($rowidline,$rowidinvoice)
         {
    +        // phpcs:enable
             // Check parameters
             if (! $rowidline && ! $rowidinvoice)
             {
    @@ -393,6 +417,7 @@ class DiscountAbsolute
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Link the discount to a particular invoice line or a particular invoice.
          *	Do not call this if discount is linked to a reconcialiated invoice
    @@ -401,6 +426,7 @@ class DiscountAbsolute
          */
         function unlink_invoice()
         {
    +        // phpcs:enable
             $sql ="UPDATE ".MAIN_DB_PREFIX."societe_remise_except";
     		if(! empty($this->discount_type)) {
            		$sql.=" SET fk_invoice_supplier_line = NULL, fk_invoice_supplier = NULL";
    diff --git a/htdocs/core/class/doleditor.class.php b/htdocs/core/class/doleditor.class.php
    index 860d89afea8..548721be05f 100644
    --- a/htdocs/core/class/doleditor.class.php
    +++ b/htdocs/core/class/doleditor.class.php
    @@ -135,9 +135,9 @@ class DolEditor
                 $this->height				= $height;
                 $this->width				= $width;
         	}
    -
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Output edit area inside the HTML stream.
          *	Output depends on this->tool (fckeditor, ckeditor, textarea, ...)
    @@ -151,6 +151,7 @@ class DolEditor
          */
         function Create($noprint=0, $morejs='', $disallowAnyContent=true, $titlecontent='', $option='')
         {
    +        // phpcs:enable
         	global $conf,$langs;
     
         	$fullpage=false;
    @@ -345,6 +346,4 @@ class DolEditor
             if ($noprint) return $out;
             else print $out;
         }
    -
     }
    -
    diff --git a/htdocs/core/class/dolgraph.class.php b/htdocs/core/class/dolgraph.class.php
    index 444f9b3ea53..ad7b900b033 100644
    --- a/htdocs/core/class/dolgraph.class.php
    +++ b/htdocs/core/class/dolgraph.class.php
    @@ -39,46 +39,46 @@
      */
     class DolGraph
     {
    -	var $type=array();			// Array with type of each series. Example: array('bars', 'lines', ...)
    -	var $mode='side';		    // Mode bars graph: side, depth
    +	public $type=array();			// Array with type of each series. Example: array('bars', 'lines', ...)
    +	public $mode='side';		    // Mode bars graph: side, depth
     	private $_library='jflot';	// Graphic library to use (jflot, artichow)
     
     	//! Array of data
    -	var $data;				// Data of graph: array(array('abs1',valA1,valB1), array('abs2',valA2,valB2), ...)
    -	var $title;				// Title of graph
    -	var $cssprefix='';		// To add into css styles
    -	var $width=380;
    -	var $height=200;
    -	var $MaxValue=0;
    -	var $MinValue=0;
    -	var $SetShading=0;
    +	public $data;				// Data of graph: array(array('abs1',valA1,valB1), array('abs2',valA2,valB2), ...)
    +	public $title;				// Title of graph
    +	public $cssprefix='';		// To add into css styles
    +	public $width=380;
    +	public $height=200;
    +	public $MaxValue=0;
    +	public $MinValue=0;
    +	public $SetShading=0;
     
    -	var $PrecisionY=-1;
    +	public $PrecisionY=-1;
     
    -	var $horizTickIncrement=-1;
    -	var $SetNumXTicks=-1;
    -	var $labelInterval=-1;
    +	public $horizTickIncrement=-1;
    +	public $SetNumXTicks=-1;
    +	public $labelInterval=-1;
     
    -	var $hideXGrid=false;
    -	var $hideYGrid=false;
    +	public $hideXGrid=false;
    +	public $hideYGrid=false;
    +
    +	public $Legend=array();
    +	public $LegendWidthMin=0;
    +	public $showlegend=1;
    +	public $showpointvalue=1;
    +	public $showpercent=0;
    +	public $combine=0;				// 0.05 if you want to combine records < 5% into "other"
    +	public $graph;     			// Objet Graph (Artichow, Phplot...)
     
    -	var $Legend=array();
    -	var $LegendWidthMin=0;
    -	var $showlegend=1;
    -	var $showpointvalue=1;
    -	var $showpercent=0;
    -	var $combine=0;				// 0.05 if you want to combine records < 5% into "other"
    -	var $graph;     			// Objet Graph (Artichow, Phplot...)
    -	
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
     
    -	var $bordercolor;			// array(R,G,B)
    -	var $bgcolor;				// array(R,G,B)
    -	var $bgcolorgrid=array(255,255,255);			// array(R,G,B)
    -	var $datacolor;				// array(array(R,G,B),...)
    +	public $bordercolor;			// array(R,G,B)
    +	public $bgcolor;				// array(R,G,B)
    +	public $bgcolorgrid=array(255,255,255);			// array(R,G,B)
    +	public $datacolor;				// array(array(R,G,B),...)
     
     	private $stringtoshow;      // To store string to output graph into HTML page
     
    @@ -128,6 +128,7 @@ class DolGraph
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set Y precision
     	 *
    @@ -136,10 +137,12 @@ class DolGraph
     	 */
     	function SetPrecisionY($which_prec)
     	{
    +        // phpcs:enable
     		$this->PrecisionY = $which_prec;
     		return true;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Utiliser SetNumTicks ou SetHorizTickIncrement mais pas les 2
     	 *
    @@ -148,10 +151,12 @@ class DolGraph
     	 */
     	function SetHorizTickIncrement($xi)
     	{
    +        // phpcs:enable
     		$this->horizTickIncrement = $xi;
     		return true;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Utiliser SetNumTicks ou SetHorizTickIncrement mais pas les 2
     	 *
    @@ -160,10 +165,12 @@ class DolGraph
     	 */
     	function SetNumXTicks($xt)
     	{
    +        // phpcs:enable
     		$this->SetNumXTicks = $xt;
     		return true;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set label interval to reduce number of labels
     	 *
    @@ -172,10 +179,12 @@ class DolGraph
     	 */
     	function SetLabelInterval($x)
     	{
    +        // phpcs:enable
     		$this->labelInterval = $x;
     		return true;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Hide X grid
     	 *
    @@ -184,10 +193,12 @@ class DolGraph
     	 */
     	function SetHideXGrid($bool)
     	{
    +        // phpcs:enable
     		$this->hideXGrid = $bool;
     		return true;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Hide Y grid
     	 *
    @@ -196,10 +207,12 @@ class DolGraph
     	 */
     	function SetHideYGrid($bool)
     	{
    +        // phpcs:enable
     		$this->hideYGrid = $bool;
     		return true;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set y label
     	 *
    @@ -208,9 +221,11 @@ class DolGraph
     	 */
     	function SetYLabel($label)
     	{
    +        // phpcs:enable
     		$this->YLabel = $label;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set width
     	 *
    @@ -219,9 +234,11 @@ class DolGraph
     	 */
     	function SetWidth($w)
     	{
    +        // phpcs:enable
     		$this->width = $w;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set title
     	 *
    @@ -230,9 +247,11 @@ class DolGraph
     	 */
     	function SetTitle($title)
     	{
    +        // phpcs:enable
     		$this->title = $title;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set data
     	 *
    @@ -242,9 +261,11 @@ class DolGraph
     	 */
     	function SetData($data)
     	{
    +        // phpcs:enable
     		$this->data = $data;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set data
     	 *
    @@ -253,9 +274,11 @@ class DolGraph
     	 */
     	function SetDataColor($datacolor)
     	{
    +        // phpcs:enable
     		$this->datacolor = $datacolor;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set type
     	 *
    @@ -264,9 +287,11 @@ class DolGraph
     	 */
     	function SetType($type)
     	{
    +        // phpcs:enable
     		$this->type = $type;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set legend
     	 *
    @@ -275,9 +300,11 @@ class DolGraph
     	 */
     	function SetLegend($legend)
     	{
    +        // phpcs:enable
     		$this->Legend = $legend;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set min width
     	 *
    @@ -286,9 +313,11 @@ class DolGraph
     	 */
     	function SetLegendWidthMin($legendwidthmin)
     	{
    +        // phpcs:enable
     		$this->LegendWidthMin = $legendwidthmin;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set max value
     	 *
    @@ -297,9 +326,11 @@ class DolGraph
     	 */
     	function SetMaxValue($max)
     	{
    +        // phpcs:enable
     		$this->MaxValue = $max;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Get max value
     	 *
    @@ -307,9 +338,11 @@ class DolGraph
     	 */
     	function GetMaxValue()
     	{
    +        // phpcs:enable
     		return $this->MaxValue;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set min value
     	 *
    @@ -318,9 +351,11 @@ class DolGraph
     	 */
     	function SetMinValue($min)
     	{
    +        // phpcs:enable
     		$this->MinValue = $min;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Get min value
     	 *
    @@ -328,9 +363,11 @@ class DolGraph
     	 */
     	function GetMinValue()
     	{
    +        // phpcs:enable
     		return $this->MinValue;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set height
     	 *
    @@ -339,9 +376,11 @@ class DolGraph
     	 */
     	function SetHeight($h)
     	{
    +        // phpcs:enable
     		$this->height = $h;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set shading
     	 *
    @@ -350,9 +389,11 @@ class DolGraph
     	 */
     	function SetShading($s)
     	{
    +        // phpcs:enable
     		$this->SetShading = $s;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set shading
     	 *
    @@ -361,9 +402,11 @@ class DolGraph
     	 */
     	function SetCssPrefix($s)
     	{
    +        // phpcs:enable
     		$this->cssprefix = $s;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Reset bg color
     	 *
    @@ -371,9 +414,11 @@ class DolGraph
     	 */
     	function ResetBgColor()
     	{
    +        // phpcs:enable
     		unset($this->bgcolor);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Reset bgcolorgrid
     	 *
    @@ -381,6 +426,7 @@ class DolGraph
     	 */
     	function ResetBgColorGrid()
     	{
    +        // phpcs:enable
     		unset($this->bgcolorgrid);
     	}
     
    @@ -429,6 +475,7 @@ class DolGraph
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Define background color of complete image
     	 *
    @@ -437,6 +484,7 @@ class DolGraph
     	 */
     	function SetBgColor($bg_color = array(255,255,255))
     	{
    +        // phpcs:enable
     		global $theme_bgcolor,$theme_bgcoloronglet;
     
     		if (! is_array($bg_color))
    @@ -457,6 +505,7 @@ class DolGraph
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Define background color of grid
     	 *
    @@ -465,6 +514,7 @@ class DolGraph
     	 */
     	function SetBgColorGrid($bg_colorgrid = array(255,255,255))
     	{
    +        // phpcs:enable
     		global $theme_bgcolor,$theme_bgcoloronglet;
     
     		if (! is_array($bg_colorgrid))
    @@ -485,6 +535,7 @@ class DolGraph
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Reset data color
     	 *
    @@ -492,9 +543,11 @@ class DolGraph
     	 */
     	function ResetDataColor()
     	{
    +        // phpcs:enable
     		unset($this->datacolor);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Get max value
     	 *
    @@ -502,6 +555,7 @@ class DolGraph
     	 */
     	function GetMaxValueInData()
     	{
    +        // phpcs:enable
     		$k = 0;
     		$vals = array();
     
    @@ -520,6 +574,7 @@ class DolGraph
     		return $vals[0];
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return min value of all data
     	 *
    @@ -527,6 +582,7 @@ class DolGraph
     	 */
     	function GetMinValueInData()
     	{
    +        // phpcs:enable
     		$k = 0;
     		$vals = array();
     
    @@ -545,6 +601,7 @@ class DolGraph
     		return $vals[0];
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return max value of all data
     	 *
    @@ -552,6 +609,7 @@ class DolGraph
     	 */
     	function GetCeilMaxValue()
     	{
    +        // phpcs:enable
     		$max = $this->GetMaxValueInData();
     		if ($max != 0) $max++;
     		$size=dol_strlen(abs(ceil($max)));
    @@ -568,6 +626,7 @@ class DolGraph
     		return $res;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return min value of all data
     	 *
    @@ -575,6 +634,7 @@ class DolGraph
     	 */
     	function GetFloorMinValue()
     	{
    +        // phpcs:enable
     		$min = $this->GetMinValueInData();
     		if ($min == '') $min=0;
     		if ($min != 0) $min--;
    @@ -622,6 +682,7 @@ class DolGraph
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
     	/**
     	 * Build a graph onto disk using Artichow library and return img string to it
     	 *
    @@ -631,6 +692,7 @@ class DolGraph
     	 */
     	private function draw_artichow($file,$fileurl)
     	{
    +        // phpcs:enable
     		global $artichow_defaultfont;
     
     		dol_syslog(get_class($this)."::draw_artichow this->type=".join(',',$this->type));
    @@ -801,6 +863,7 @@ class DolGraph
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
     	/**
     	 * Build a graph using JFlot library. Input when calling this method should be:
     	 *	$this->data  = array(array(0=>'labelxA',1=>yA),  array('labelxB',yB));
    @@ -819,6 +882,7 @@ class DolGraph
     	 */
     	private function draw_jflot($file,$fileurl)
     	{
    +        // phpcs:enable
     		global $artichow_defaultfont;
     
     		dol_syslog(get_class($this)."::draw_jflot this->type=".join(',',$this->type)." this->MaxValue=".$this->MaxValue);
    @@ -928,7 +992,7 @@ class DolGraph
     								var percent=Math.round(series.percent);
     								var number=series.data[0][1];
     								return \'';
    -								$this->stringtoshow.='<div style="font-size:8pt;text-align:center;padding:2px;color:black;">';
    +								$this->stringtoshow.='<span style="font-size:8pt;text-align:center;padding:2px;color:black;">';
     								if ($urltemp) $this->stringtoshow.='<a style="color: #FFFFFF;" border="0" href="'.$urltemp.'">';
     								$this->stringtoshow.='\'+';
     								$this->stringtoshow.=($showlegend?'':'label+\' \'+');	// Hide label if already shown in legend
    @@ -936,7 +1000,7 @@ class DolGraph
     								$this->stringtoshow.=($showpercent?'\'<br/>\'+percent+\'%\'+':'');
     								$this->stringtoshow.='\'';
     								if ($urltemp) $this->stringtoshow.='</a>';
    -								$this->stringtoshow.='</div>\';
    +								$this->stringtoshow.='</span>\';
     							},
     							background: {
     							opacity: 0.0,
    @@ -1097,6 +1161,4 @@ class DolGraph
     		}
     		return 0;
     	}
    -
     }
    -
    diff --git a/htdocs/core/class/dolreceiptprinter.class.php b/htdocs/core/class/dolreceiptprinter.class.php
    index eb40e974ca9..8734c4126e7 100644
    --- a/htdocs/core/class/dolreceiptprinter.class.php
    +++ b/htdocs/core/class/dolreceiptprinter.class.php
    @@ -1,6 +1,6 @@
     <?php
     /*
    - * Copyright (C) 2015       Frederic France     <frederic.france@free.fr>
    + * Copyright (C) 2015-2018  Frédéric France     <frederic.france@free.fr>
      *
      * 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
    @@ -105,25 +105,25 @@ class dolReceiptPrinter extends Escpos
         const CONNECTOR_NETWORK_PRINT = 3;
         const CONNECTOR_WINDOWS_PRINT = 4;
         //const CONNECTOR_JAVA = 5;
    -    
    +
         /**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         var $tags;
         var $printer;
         var $template;
    -    
    +
         /**
    -	 * @var string Error code (or message)
    -	 */
    -	public $error='';
    -	
    +     * @var string Error code (or message)
    +     */
    +    public $error='';
    +
         /**
    -	 * @var string[] Error codes (or messages)
    -	 */
    -	public $errors = array();
    +     * @var string[] Error codes (or messages)
    +     */
    +    public $errors = array();
     
     
     
    @@ -204,7 +204,6 @@ class dolReceiptPrinter extends Escpos
                 'dol_print_if_customer_tax_number',
                 'dol_print_if_customer_account_balance_positive',
             );
    -
         }
     
         /**
    @@ -217,6 +216,7 @@ class dolReceiptPrinter extends Escpos
             global $conf;
             $error = 0;
             $line = 0;
    +        $obj = array();
             $sql = 'SELECT rowid, name, fk_type, fk_profile, parameter';
             $sql.= ' FROM '.MAIN_DB_PREFIX.'printer_receipt';
             $sql.= ' WHERE entity = '.$conf->entity;
    @@ -284,6 +284,7 @@ class dolReceiptPrinter extends Escpos
             global $conf;
             $error = 0;
             $line = 0;
    +        $obj = array();
             $sql = 'SELECT rowid, name, template';
             $sql.= ' FROM '.MAIN_DB_PREFIX.'printer_receipt_template';
             $sql.= ' WHERE entity = '.$conf->entity;
    @@ -351,6 +352,7 @@ class dolReceiptPrinter extends Escpos
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Function to Add a printer in db
          *
    @@ -362,6 +364,7 @@ class dolReceiptPrinter extends Escpos
          */
         function AddPrinter($name, $type, $profile, $parameter)
         {
    +        // phpcs:enable
             global $conf;
             $error = 0;
             $sql = 'INSERT INTO '.MAIN_DB_PREFIX.'printer_receipt';
    @@ -375,6 +378,7 @@ class dolReceiptPrinter extends Escpos
             return $error;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Function to Update a printer in db
          *
    @@ -387,6 +391,7 @@ class dolReceiptPrinter extends Escpos
          */
         function UpdatePrinter($name, $type, $profile, $parameter, $printerid)
         {
    +        // phpcs:enable
             global $conf;
             $error = 0;
             $sql = 'UPDATE '.MAIN_DB_PREFIX.'printer_receipt';
    @@ -403,6 +408,7 @@ class dolReceiptPrinter extends Escpos
             return $error;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Function to Delete a printer from db
          *
    @@ -411,6 +417,7 @@ class dolReceiptPrinter extends Escpos
          */
         function DeletePrinter($printerid)
         {
    +        // phpcs:enable
             global $conf;
             $error = 0;
             $sql = 'DELETE FROM '.MAIN_DB_PREFIX.'printer_receipt';
    @@ -423,6 +430,7 @@ class dolReceiptPrinter extends Escpos
             return $error;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Function to Update a printer template in db
          *
    @@ -433,6 +441,7 @@ class dolReceiptPrinter extends Escpos
          */
         function UpdateTemplate($name, $template, $templateid)
         {
    +        // phpcs:enable
             global $conf;
             $error = 0;
             $sql = 'UPDATE '.MAIN_DB_PREFIX.'printer_receipt_template';
    @@ -448,6 +457,7 @@ class dolReceiptPrinter extends Escpos
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Function to Send Test page to Printer
          *
    @@ -456,6 +466,7 @@ class dolReceiptPrinter extends Escpos
          */
         function SendTestToPrinter($printerid)
         {
    +        // phpcs:enable
             global $conf;
             $error = 0;
             $img = new EscposImage(DOL_DOCUMENT_ROOT .'/theme/common/dolibarr_logo_bw.png');
    @@ -482,6 +493,7 @@ class dolReceiptPrinter extends Escpos
             return $error;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Function to Print Receipt Ticket
          *
    @@ -492,6 +504,7 @@ class dolReceiptPrinter extends Escpos
          */
         function SendToPrinter($object, $templateid, $printerid)
         {
    +        // phpcs:enable
             global $conf;
             $error = 0;
             $ret = $this->loadTemplate($templateid);
    @@ -645,6 +658,7 @@ class dolReceiptPrinter extends Escpos
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Function Init Printer
          *
    @@ -653,6 +667,7 @@ class dolReceiptPrinter extends Escpos
          */
         function InitPrinter($printerid)
         {
    +        // phpcs:enable
             global $conf;
             $error=0;
             $sql = 'SELECT rowid, name, fk_type, fk_profile, parameter';
    diff --git a/htdocs/core/class/emailsenderprofile.class.php b/htdocs/core/class/emailsenderprofile.class.php
    index e0ff56d6736..c5304fec31c 100644
    --- a/htdocs/core/class/emailsenderprofile.class.php
    +++ b/htdocs/core/class/emailsenderprofile.class.php
    @@ -39,17 +39,17 @@ class EmailSenderProfile extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element = 'emailsenderprofile';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'c_email_senderprofile';
    -	
    +
     	/**
     	 * @var array  Does emailsenderprofile 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 emailsenderprofile
     	 */
    @@ -88,9 +88,22 @@ class EmailSenderProfile extends CommonObject
     		'tms' => array('type'=>'timestamp', 'label'=>'DateModification', 'visible'=>-1, 'enabled'=>1, 'position'=>500, 'notnull'=>1,),
     		'active' => array('type'=>'integer', 'label'=>'Status', 'visible'=>1, 'enabled'=>1, 'position'=>1000, 'notnull'=>-1, 'index'=>1),
     	);
    +
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
    +
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
    -	public $label;
    +
    +	/**
    +     * @var string Email Sender Profile label
    +     */
    +    public $label;
    +
     	public $email;
     	public $date_creation;
     	public $tms;
    @@ -310,6 +323,7 @@ class EmailSenderProfile extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return the status
     	 *
    @@ -321,38 +335,32 @@ class EmailSenderProfile extends CommonObject
     	{
     		global $langs;
     
    -		if ($mode == 0)
    -		{
    -			$prefix='';
    -			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    -		}
    -		if ($mode == 1)
    +		if ($mode == 0 || $mode == 1)
     		{
     			if ($status == 1) return $langs->trans('Enabled');
     			if ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
     			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
     			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    @@ -423,7 +431,6 @@ class EmailSenderProfile extends CommonObject
     	{
     		$this->initAsSpecimenCommon();
     	}
    -
     }
     
     /**
    diff --git a/htdocs/core/class/events.class.php b/htdocs/core/class/events.class.php
    index bbdf7e9c3ab..020998fa37a 100644
    --- a/htdocs/core/class/events.class.php
    +++ b/htdocs/core/class/events.class.php
    @@ -30,7 +30,7 @@
     
     
     /**
    - *	Events class
    + *  Events class
      */
     class Events // extends CommonObject
     {
    @@ -38,18 +38,18 @@ class Events // extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='events';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='events';	
    +	public $table_element='events';
     
     	/**
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	/**
    +
    +    /**
          * @var DoliDB Database handler.
          */
         public $db;
    @@ -59,17 +59,26 @@ class Events // extends CommonObject
     	 */
     	public $error='';
     
    -	var $tms;
    -	var $type;
    -	var $entity;
    -	var $dateevent;
    -	var $description;
    +	public $tms;
    +	public $type;
    +
    +	/**
    +	 * @var int Entity
    +	 */
    +	public $entity;
    +
    +	public $dateevent;
    +
    +	/**
    +	 * @var string description
    +	 */
    +	public $description;
     
     	// List of all Audit/Security events supported by triggers
    -	var $eventstolog=array(
    -		array('id'=>'USER_LOGIN',             'test'=>1),
    +	public $eventstolog=array(
    +		/*array('id'=>'USER_LOGIN',             'test'=>1),
     		array('id'=>'USER_LOGIN_FAILED',      'test'=>1),
    -	    array('id'=>'USER_LOGOUT',            'test'=>1),
    +	    array('id'=>'USER_LOGOUT',            'test'=>1),*/
     		array('id'=>'USER_CREATE',            'test'=>1),
     		array('id'=>'USER_MODIFY',            'test'=>1),
     		array('id'=>'USER_NEW_PASSWORD',      'test'=>1),
    @@ -113,7 +122,6 @@ class Events // extends CommonObject
     	function __construct($db)
     	{
     		$this->db = $db;
    -		return 1;
     	}
     
     
    @@ -297,5 +305,4 @@ class Events // extends CommonObject
     		$this->dateevent=time();
     		$this->description='This is a specimen event';
     	}
    -
     }
    diff --git a/htdocs/core/class/extrafields.class.php b/htdocs/core/class/extrafields.class.php
    index 2d0398dae16..7860010d5f1 100644
    --- a/htdocs/core/class/extrafields.class.php
    +++ b/htdocs/core/class/extrafields.class.php
    @@ -95,7 +95,7 @@ class ExtraFields
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    +
     	var $errno;
     
     
    @@ -293,6 +293,7 @@ class ExtraFields
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
     	/**
     	 *	Add description of a new optional attribute
     	 *
    @@ -318,6 +319,7 @@ class ExtraFields
     	 */
     	private function create_label($attrname, $label='', $type='', $pos=0, $size=0, $elementtype='member', $unique=0, $required=0, $param='', $alwayseditable=0, $perms='', $list='-1', $help='', $default='', $computed='',$entity='', $langfile='', $enabled='1')
     	{
    +        // phpcs:enable
     		global $conf,$user;
     
     		if ($elementtype == 'thirdparty') $elementtype='societe';
    @@ -460,9 +462,9 @@ class ExtraFields
     		{
     			return 0;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
     	/**
     	 *	Delete description of an optional attribute
     	 *
    @@ -472,6 +474,7 @@ class ExtraFields
     	 */
     	private function delete_label($attrname, $elementtype='member')
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if ($elementtype == 'thirdparty') $elementtype='societe';
    @@ -500,7 +503,6 @@ class ExtraFields
     		{
     			return 0;
     		}
    -
     	}
     
     	/**
    @@ -610,9 +612,9 @@ class ExtraFields
     		{
     			return 0;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
     	/**
     	 *  Modify description of personalized attribute
     	 *
    @@ -639,6 +641,7 @@ class ExtraFields
     	 */
     	private function update_label($attrname,$label,$type,$size,$elementtype,$unique=0,$required=0,$pos=0,$param='',$alwayseditable=0,$perms='',$list='0',$help='',$default='',$computed='',$entity='',$langfile='',$enabled='1', $totalizable=0)
     	{
    +        // phpcs:enable
     		global $conf, $user;
     		dol_syslog(get_class($this)."::update_label ".$attrname.", ".$label.", ".$type.", ".$size.", ".$elementtype.", ".$unique.", ".$required.", ".$pos.", ".$alwayseditable.", ".$perms.", ".$list.", ".$default.", ".$computed.", ".$entity.", ".$langfile.", ".$enabled.", ".$totalizable);
     
    @@ -672,11 +675,22 @@ class ExtraFields
     				$params='';
     			}
     
    -			$sql_del = "DELETE FROM ".MAIN_DB_PREFIX."extrafields";
    -			$sql_del.= " WHERE name = '".$attrname."'";
    -			$sql_del.= " AND entity = ".($entity===''?$conf->entity:$entity);
    -			$sql_del.= " AND elementtype = '".$elementtype."'";
    -
    +			if ($entity === '' || $entity != '0')
    +			{
    +				// We dont want on all entities, we delete all and current
    +				$sql_del = "DELETE FROM ".MAIN_DB_PREFIX."extrafields";
    +				$sql_del.= " WHERE name = '".$attrname."'";
    +				$sql_del.= " AND entity IN (0, ".($entity===''?$conf->entity:$entity).")";
    +				$sql_del.= " AND elementtype = '".$elementtype."'";
    +			}
    +			else
    +			{
    +				// We want on all entities ($entities = '0'), we delete on all only (we keep setup specific to each entity)
    +				$sql_del = "DELETE FROM ".MAIN_DB_PREFIX."extrafields";
    +				$sql_del.= " WHERE name = '".$attrname."'";
    +				$sql_del.= " AND entity = 0";
    +				$sql_del.= " AND elementtype = '".$elementtype."'";
    +			}
     			$resql1=$this->db->query($sql_del);
     
     			$sql = "INSERT INTO ".MAIN_DB_PREFIX."extrafields(";
    @@ -748,6 +762,7 @@ class ExtraFields
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Load array this->attributes, or old this->attribute_xxx like attribute_label, attribute_type, ...
     	 *
    @@ -757,6 +772,7 @@ class ExtraFields
     	 */
     	function fetch_name_optionals_label($elementtype,$forceload=false)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if (empty($elementtype)) return array();
    @@ -981,11 +997,11 @@ class ExtraFields
     
     			$showtime = in_array($type,array('datetime')) ? 1 : 0;
     
    -			// Do not show current date when field not required (see select_date() method)
    +			// Do not show current date when field not required (see selectDate() 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_' && $keyprefix != 'search_options_') ? 1 : 0), 1, 0, 1);
    +			$out = $form->selectDate($value, $keyprefix.$key.$keysuffix, $showtime, $showtime, $required, '', 1, (($keyprefix != 'search_' && $keyprefix != 'search_options_') ? 1 : 0), 0, 1);
     		}
     		elseif (in_array($type,array('int','integer')))
     		{
    @@ -1865,11 +1881,16 @@ class ExtraFields
     				if (empty($enabled)) continue;
     				if (empty($perms)) continue;
     
    -				if ($this->attributes[$object->table_element]['required'][$key] && empty($_POST["options_".$key])) // Check if empty without GETPOST, value can be alpha, int, array, etc...
    +				if ($this->attributes[$object->table_element]['required'][$key])	// Value is required
     				{
    -					//print 'ccc'.$value.'-'.$this->attributes[$object->table_element]['required'][$key];
    -					$nofillrequired++;
    -					$error_field_required[] = $langs->transnoentitiesnoconv($value);
    +					// Check if empty without using GETPOST, value can be alpha, int, array, etc...
    +					if ((! is_array($_POST["options_".$key]) && empty($_POST["options_".$key]) && $_POST["options_".$key] != '0')
    +						|| (is_array($_POST["options_".$key]) && empty($_POST["options_".$key])))
    +					{
    +						//print 'ccc'.$value.'-'.$this->attributes[$object->table_element]['required'][$key];
    +						$nofillrequired++;
    +						$error_field_required[] = $langs->transnoentitiesnoconv($value);
    +					}
     				}
     
     				if (in_array($key_type,array('date')))
    diff --git a/htdocs/core/class/fiscalyear.class.php b/htdocs/core/class/fiscalyear.class.php
    index 8e6f389200b..985d67d5cae 100644
    --- a/htdocs/core/class/fiscalyear.class.php
    +++ b/htdocs/core/class/fiscalyear.class.php
    @@ -16,7 +16,7 @@
      */
     
     /**
    - *      \file       htdocs/core/class/fiscalyear.php
    + *      \file       htdocs/core/class/fiscalyear.class.php
      *		\ingroup    fiscal year
      *		\brief      File of class to manage fiscal years
      */
    @@ -32,31 +32,50 @@ class Fiscalyear extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='fiscalyear';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='accounting_fiscalyear';
    -	
    -	public $table_element_line = '';
    -	public $fk_element = '';
    -	public $ismultientitymanaged = 1;	// 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    -
    -	var $rowid;
     
     	/**
    -     * @var string proper name for given parameter
    +	 * @var int    Name of subtable line
    +	 */
    +	public $table_element_line = '';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
    +	public $fk_element = '';
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
    +
    +	/**
    +	 * @var int ID
    +	 */
    +	public $rowid;
    +
    +	/**
    +     * @var string fiscal year label
          */
         public $label;
    -    
    -	var $date_start;
    -	var $date_end;
    -	var $datec;
    -	var $statut;		// 0=open, 1=closed
    -	var $entity;
     
    -	var $statuts=array();
    -	var $statuts_short=array();
    +	public $date_start;
    +	public $date_end;
    +	public $datec;
    +	public $statut;		// 0=open, 1=closed
    +
    +	/**
    +	 * @var int Entity
    +	 */
    +	public $entity;
    +
    +	public $statuts=array();
    +	public $statuts_short=array();
     
     	/**
     	 * Constructor
    @@ -68,9 +87,7 @@ class Fiscalyear extends CommonObject
     		$this->db = $db;
     
     		$this->statuts_short = array(0 => 'Opened', 1 => 'Closed');
    -        $this->statuts = array(0 => 'Opened', 1 => 'Closed');
    -
    -		return 1;
    +		$this->statuts = array(0 => 'Opened', 1 => 'Closed');
     	}
     
     	/**
    @@ -250,6 +267,7 @@ class Fiscalyear extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Give a label from a status
     	 *
    @@ -259,35 +277,36 @@ class Fiscalyear extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
     		{
     			return $langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			return $langs->trans($this->statuts_short[$statut]);
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut==0) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4').' '.$langs->trans($this->statuts_short[$statut]);
    -			if ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut8').' '.$langs->trans($this->statuts_short[$statut]);
    +			elseif ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut8').' '.$langs->trans($this->statuts_short[$statut]);
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut==0 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4');
    -			if ($statut==1 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut8');
    +			elseif ($statut==1 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut8');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut==0 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut4').' '.$langs->trans($this->statuts[$statut]);
    -			if ($statut==1 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut8').' '.$langs->trans($this->statuts[$statut]);
    +			elseif ($statut==1 && ! empty($this->statuts_short[$statut])) return img_picto($langs->trans($this->statuts_short[$statut]),'statut8').' '.$langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut==0 && ! empty($this->statuts_short[$statut])) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut4');
    -			if ($statut==1 && ! empty($this->statuts_short[$statut])) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    +			elseif ($statut==1 && ! empty($this->statuts_short[$statut])) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
     		}
     	}
     
    @@ -335,5 +354,4 @@ class Fiscalyear extends CommonObject
     			dol_print_error($this->db);
     		}
     	}
    -
     }
    diff --git a/htdocs/core/class/genericobject.class.php b/htdocs/core/class/genericobject.class.php
    index c89b5c31fea..993d884c88b 100644
    --- a/htdocs/core/class/genericobject.class.php
    +++ b/htdocs/core/class/genericobject.class.php
    @@ -24,20 +24,18 @@ require_once DOL_DOCUMENT_ROOT .'/core/class/commonobject.class.php';
     
     
     /**
    - *	Class of a generic business object
    + *  Class of a generic business object
      */
     
     class GenericObject extends CommonObject
     {
    -	/**
    -	 *	Constructor
    -	 *
    -	 *  @param		DoliDB		$db      Database handler
    -	 */
    -	function __construct($db)
    -	{
    -	    $this->db=$db;
    -	}
    -
    +    /**
    +     * Constructor
    +     *
    +     * @param       DoliDB      $db     Database handler
    +     */
    +    function __construct($db)
    +    {
    +        $this->db=$db;
    +    }
     }
    -
    diff --git a/htdocs/core/class/google.class.php b/htdocs/core/class/google.class.php
    index 5756acd90e0..615729ba9c3 100644
    --- a/htdocs/core/class/google.class.php
    +++ b/htdocs/core/class/google.class.php
    @@ -30,13 +30,13 @@ class GoogleAPI
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
     
    -	var $key;
    +	public $key;
     
     	/**
     	 * Constructor
    diff --git a/htdocs/core/class/hookmanager.class.php b/htdocs/core/class/hookmanager.class.php
    index 9e2bd344171..b078fdc0405 100644
    --- a/htdocs/core/class/hookmanager.class.php
    +++ b/htdocs/core/class/hookmanager.class.php
    @@ -283,5 +283,4 @@ class HookManager
     
             return ($error?-1:$resaction);
     	}
    -
     }
    diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
    index ee7f81682ac..edcb68ca3a7 100644
    --- a/htdocs/core/class/html.form.class.php
    +++ b/htdocs/core/class/html.form.class.php
    @@ -17,6 +17,7 @@
      * Copyright (C) 2012-2015  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
      * Copyright (C) 2014       Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
      * Copyright (C) 2018       Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -51,21 +52,21 @@ class Form
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    -	var $num;
    +
    +	public $num;
     
     	// Cache arrays
    -	var $cache_types_paiements=array();
    -	var $cache_conditions_paiements=array();
    -	var $cache_availability=array();
    -	var $cache_demand_reason=array();
    -	var $cache_types_fees=array();
    -	var $cache_vatrates=array();
    +	public $cache_types_paiements=array();
    +	public $cache_conditions_paiements=array();
    +	public $cache_availability=array();
    +	public $cache_demand_reason=array();
    +	public $cache_types_fees=array();
    +	public $cache_vatrates=array();
     
     
     	/**
    @@ -210,11 +211,11 @@ class Form
     				}
     				else if ($typeofdata == 'day' || $typeofdata == 'datepicker')
     				{
    -					$ret.=$this->select_date($value,$htmlname,0,0,1,'form'.$htmlname,1,0,1);
    +					$ret.=$this->selectDate($value,$htmlname,0,0,1,'form'.$htmlname,1,0);
     				}
     				else if ($typeofdata == 'dayhour' || $typeofdata == 'datehourpicker')
     				{
    -					$ret.=$this->select_date($value,$htmlname,1,1,1,'form'.$htmlname,1,0,1);
    +					$ret.=$this->selectDate($value,$htmlname,1,1,1,'form'.$htmlname,1,0);
     				}
     				else if (preg_match('/^select;/',$typeofdata))
     				{
    @@ -653,6 +654,7 @@ class Form
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return combo list of activated countries, into language of user
     	 *
    @@ -661,14 +663,16 @@ class Form
     	 *  @param  string	$htmloption     	Options html on select object
     	 *  @param	integer	$maxlength			Max length for labels (0=no limit)
     	 *  @param	string	$morecss			More css class
    -	 *  @param	string	$usecodeaskey		'code3'=Use code on 3 alpha as key, 'code2"=Use code on 2 alpha as key
    +	 *  @param	string	$usecodeaskey		''=Use id as key (default), 'code3'=Use code on 3 alpha as key, 'code2"=Use code on 2 alpha as key
     	 *  @param	int		$showempty			Show empty choice
    -	 *  @param	int		$disablefavorites	Disable favorites
    +	 *  @param	int		$disablefavorites	1=Disable favorites,
    +	 *  @param	int		$addspecialentries	1=Add dedicated entries for group of countries (like 'European Economic Community', ...)
     	 *  @return string           			HTML string with select
     	 */
    -	function select_country($selected='', $htmlname='country_id', $htmloption='', $maxlength=0, $morecss='minwidth300', $usecodeaskey='', $showempty=1, $disablefavorites=0)
    +	function select_country($selected='', $htmlname='country_id', $htmloption='', $maxlength=0, $morecss='minwidth300', $usecodeaskey='', $showempty=1, $disablefavorites=0, $addspecialentries=0)
     	{
    -		global $conf,$langs;
    +        // phpcs:enable
    +		global $conf,$langs,$mysoc;
     
     		$langs->load("dict");
     
    @@ -710,15 +714,31 @@ class Form
     				if (empty($disablefavorites)) array_multisort($favorite, SORT_DESC, $label, SORT_ASC, $countryArray);
     				else $countryArray = dol_sort_array($countryArray, 'label');
     
    +				if ($showempty)
    +				{
    +					$out.='<option value="">&nbsp;</option>'."\n";
    +				}
    +
    +				if ($addspecialentries)	// Add dedicated entries for groups of countries
    +				{
    +					//if ($showempty) $out.= '<option value="" disabled class="selectoptiondisabledwhite">--------------</option>';
    +					$out.= '<option value="special_allnotme"'.($selected == 'special_allnotme' ? ' selected' : '').'>'.$langs->trans("CountriesExceptMe", $langs->transnoentitiesnoconv("Country".$mysoc->country_code)).'</option>';
    +					$out.= '<option value="special_eec"'.($selected == 'special_eec' ? ' selected' : '').'>'.$langs->trans("CountriesInEEC").'</option>';
    +					if ($mysoc->isInEEC()) $out.= '<option value="special_eecnotme"'.($selected == 'special_eecnotme' ? ' selected' : '').'>'.$langs->trans("CountriesInEECExceptMe", $langs->transnoentitiesnoconv("Country".$mysoc->country_code)).'</option>';
    +					$out.= '<option value="special_noteec"'.($selected == 'special_noteec' ? ' selected' : '').'>'.$langs->trans("CountriesNotInEEC").'</option>';
    +					$out.= '<option value="" disabled class="selectoptiondisabledwhite">--------------</option>';
    +				}
    +
     				foreach ($countryArray as $row)
     				{
    -					if (empty($showempty) && empty($row['rowid'])) continue;
    +					//if (empty($showempty) && empty($row['rowid'])) continue;
    +					if (empty($row['rowid'])) continue;
     
     					if (empty($disablefavorites) && $row['favorite'] && $row['code_iso']) $atleastonefavorite++;
     					if (empty($row['favorite']) && $atleastonefavorite)
     					{
     						$atleastonefavorite=0;
    -						$out.= '<option value="" disabled class="selectoptiondisabledwhite">----------------------</option>';
    +						$out.= '<option value="" disabled class="selectoptiondisabledwhite">--------------</option>';
     					}
     					if ($selected && $selected != '-1' && ($selected == $row['rowid'] || $selected == $row['code_iso'] || $selected == $row['code_iso3'] || $selected == $row['label']) )
     					{
    @@ -749,6 +769,7 @@ class Form
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return select list of incoterms
     	 *
    @@ -763,6 +784,7 @@ class Form
     	 */
     	function select_incoterms($selected='', $location_incoterms='', $page='', $htmlname='incoterm_id', $htmloption='', $forcecombo=1, $events=array())
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$langs->load("dict");
    @@ -841,6 +863,7 @@ class Form
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of types of lines (product or service)
     	 * 	Example: 0=product, 1=service, 9=other (for external module)
    @@ -854,6 +877,7 @@ class Form
     	 */
     	function select_type_of_lines($selected='',$htmlname='type',$showempty=0,$hidetext=0,$forceall=0)
     	{
    +        // phpcs:enable
     		global $db,$langs,$user,$conf;
     
     		// If product & services are enabled or both disabled.
    @@ -896,6 +920,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Load into cache cache_types_fees, array of types of fees
     	 *
    @@ -903,6 +928,7 @@ class Form
     	 */
     	function load_cache_types_fees()
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$num = count($this->cache_types_fees);
    @@ -943,6 +969,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of types of notes
     	 *
    @@ -953,6 +980,7 @@ class Form
     	 */
     	function select_type_fees($selected='',$htmlname='type',$showempty=0)
     	{
    +        // phpcs:enable
     		global $user, $langs;
     
     		dol_syslog(__METHOD__." selected=".$selected.", htmlname=".$htmlname, LOG_DEBUG);
    @@ -981,6 +1009,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return HTML code to select a company.
     	 *
    @@ -995,9 +1024,11 @@ class Form
     	 */
     	function select_thirdparty($selected='', $htmlname='socid', $filter='', $limit=20, $ajaxoptions=array(), $forcecombo=0)
     	{
    +        // phpcs:enable
        		return $this->select_thirdparty_list($selected,$htmlname,$filter,1,0,$forcecombo,array(),'',0, $limit);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Output html form to select a third party
     	 *
    @@ -1019,6 +1050,7 @@ class Form
     	 */
     	function select_company($selected='', $htmlname='socid', $filter='', $showempty='', $showtype=0, $forcecombo=0, $events=array(), $limit=0, $morecss='minwidth100', $moreparam='', $selected_input_value='', $hidelabel=1, $ajaxoptions=array(), $multiple=false)
     	{
    +        // phpcs:enable
     		global $conf,$user,$langs;
     
     		$out='';
    @@ -1060,6 +1092,7 @@ class Form
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Output html form to select a third party.
     	 *  Note, you must use the select_company to get the component to select a third party. This function must only be called by select_company.
    @@ -1081,6 +1114,7 @@ class Form
     	 */
     	function select_thirdparty_list($selected='',$htmlname='socid',$filter='',$showempty='', $showtype=0, $forcecombo=0, $events=array(), $filterkey='', $outputmode=0, $limit=0, $morecss='minwidth100', $moreparam='', $multiple=false)
     	{
    +        // phpcs:enable
     		global $conf,$user,$langs;
     
     		$out='';
    @@ -1091,8 +1125,8 @@ class Form
     		else if (!is_array($selected)) $selected = array($selected);
     
     		// Clean $filter that may contains sql conditions so sql code
    -		if (function_exists('test_sql_and_script_inject')) {
    -			if (test_sql_and_script_inject($filter, 3)>0) {
    +		if (function_exists('testSqlAndScriptInject')) {
    +			if (testSqlAndScriptInject($filter, 3)>0) {
     				$filter ='';
     			}
     		}
    @@ -1133,8 +1167,9 @@ class Form
     			if (count($scrit) > 1) $sql.=")";
     			if (! empty($conf->barcode->enabled))
     			{
    -				$sql .= " OR s.barcode LIKE '".$this->db->escape($filterkey)."%'";
    +				$sql .= " OR s.barcode LIKE '".$this->db->escape($prefix.$filterkey)."%'";
     			}
    +			$sql.= " OR s.code_client LIKE '".$this->db->escape($prefix.$filterkey)."%' OR s.code_fournisseur LIKE '".$this->db->escape($prefix.$filterkey)."%'";
     			$sql.=")";
     		}
     		$sql.=$this->db->order("nom","ASC");
    @@ -1240,6 +1275,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    	Return HTML combo list of absolute discounts
     	 *
    @@ -1252,6 +1288,7 @@ class Form
     	 */
     	function select_remises($selected, $htmlname, $filter, $socid, $maxvalue=0)
     	{
    +        // phpcs:enable
     		global $langs,$conf;
     
     		// On recherche les remises
    @@ -1315,6 +1352,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of all contacts (for a third party or all)
     	 *
    @@ -1337,6 +1375,7 @@ class Form
     	 */
     	function select_contacts($socid,$selected='',$htmlname='contactid',$showempty=0,$exclude='',$limitto='',$showfunction=0, $moreclass='', $showsoc=0, $forcecombo=0, $events=array(), $options_only=false, $moreparam='', $htmlid='')
     	{
    +        // phpcs:enable
     		print $this->selectcontacts($socid,$selected,$htmlname,$showempty,$exclude,$limitto,$showfunction, $moreclass, $options_only, $showsoc, $forcecombo, $events, $moreparam, $htmlid);
     		return $this->num;
     	}
    @@ -1474,6 +1513,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return select list of users
     	 *
    @@ -1491,9 +1531,11 @@ class Form
     	 */
     	function select_users($selected='',$htmlname='userid',$show_empty=0,$exclude=null,$disabled=0,$include='',$enableonly='',$force_entity='0')
     	{
    +        // phpcs:enable
     		print $this->select_dolusers($selected,$htmlname,$show_empty,$exclude,$disabled,$include,$enableonly,$force_entity);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return select list of users
     	 *
    @@ -1519,6 +1561,7 @@ class Form
     	 */
     	function select_dolusers($selected='', $htmlname='userid', $show_empty=0, $exclude=null, $disabled=0, $include='', $enableonly='', $force_entity='0', $maxlength=0, $showstatus=0, $morefilter='', $show_every=0, $enableonlytext='', $morecss='', $noactive=0, $outputmode=0, $multiple=false)
     	{
    +        // phpcs:enable
     		global $conf,$user,$langs;
     
     		// If no preselected user defined, we take current user
    @@ -1701,6 +1744,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return select list of users. Selected users are stored into session.
     	 *  List of users are provided into $_SESSION['assignedtouser'].
    @@ -1725,6 +1769,7 @@ class Form
     	 */
     	function select_dolusers_forevent($action='', $htmlname='userid', $show_empty=0, $exclude=null, $disabled=0, $include='', $enableonly='', $force_entity='0', $maxlength=0, $showstatus=0, $morefilter='', $showproperties=0, $listofuserid=array(), $listofcontactid=array(), $listofotherid=array())
     	{
    +        // phpcs:enable
     		global $conf, $user, $langs;
     
     		$userstatic=new User($this->db);
    @@ -1789,6 +1834,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of products for customer in Ajax if Ajax activated or go to select_produits_list
     	 *
    @@ -1816,6 +1862,7 @@ class Form
     	 */
     	function select_produits($selected='', $htmlname='productid', $filtertype='', $limit=20, $price_level=0, $status=1, $finished=2, $selected_input_value='', $hidelabel=0, $ajaxoptions=array(), $socid=0, $showempty='1', $forcecombo=0, $morecss='', $hidepriceinlabel=0, $warehouseStatus='', $selected_combinations = array())
     	{
    +        // phpcs:enable
     		global $langs,$conf;
     
     		$price_level = (! empty($price_level) ? $price_level : 0);
    @@ -1931,6 +1978,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of products for a customer
     	 *
    @@ -1956,6 +2004,7 @@ class Form
     	 */
     	function select_produits_list($selected='',$htmlname='productid',$filtertype='',$limit=20,$price_level=0,$filterkey='',$status=1,$finished=2,$outputmode=0,$socid=0,$showempty='1',$forcecombo=0,$morecss='',$hidepriceinlabel=0, $warehouseStatus='')
     	{
    +        // phpcs:enable
     		global $langs,$conf,$user,$db;
     
     		$out='';
    @@ -2417,6 +2466,7 @@ class Form
     		$optJson = array('key'=>$outkey, 'value'=>$outref, 'label'=>$outval, 'label2'=>$outlabel, 'desc'=>$outdesc, 'type'=>$outtype, 'price_ht'=>$outprice_ht, 'price_ttc'=>$outprice_ttc, 'pricebasetype'=>$outpricebasetype, 'tva_tx'=>$outtva_tx, 'qty'=>$outqty, 'discount'=>$outdiscount, 'duration_value'=>$outdurationvalue, 'duration_unit'=>$outdurationunit);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of products for customer (in Ajax if Ajax activated or go to select_produits_fournisseurs_list)
     	 *
    @@ -2432,6 +2482,7 @@ class Form
     	 */
     	function select_produits_fournisseurs($socid, $selected='', $htmlname='productid', $filtertype='', $filtre='', $ajaxoptions=array(), $hidelabel=0, $alsoproductwithnosupplierprice=0)
     	{
    +        // phpcs:enable
     		global $langs,$conf;
     		global $price_level, $status, $finished;
     
    @@ -2458,6 +2509,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of suppliers products
     	 *
    @@ -2475,6 +2527,7 @@ class Form
     	 */
     	function select_produits_fournisseurs_list($socid,$selected='',$htmlname='productid',$filtertype='',$filtre='',$filterkey='',$statut=-1,$outputmode=0,$limit=100,$alsoproductwithnosupplierprice=0)
     	{
    +        // phpcs:enable
     		global $langs,$conf,$db;
     
     		$out='';
    @@ -2687,6 +2740,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of suppliers prices for a product
     	 *
    @@ -2697,6 +2751,7 @@ class Form
     	 */
     	function select_product_fourn_price($productid, $htmlname='productfournpriceid', $selected_supplier='')
     	{
    +        // phpcs:enable
     		global $langs,$conf;
     
     		$langs->load('stocks');
    @@ -2798,6 +2853,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Return list of delivery address
     	 *
    @@ -2809,7 +2865,8 @@ class Form
     	 */
     	function select_address($selected, $socid, $htmlname='address_id',$showempty=0)
     	{
    -		// On recherche les utilisateurs
    +        // phpcs:enable
    +		// looking for users
     		$sql = "SELECT a.rowid, a.label";
     		$sql .= " FROM ".MAIN_DB_PREFIX ."societe_address as a";
     		$sql .= " WHERE a.fk_soc = ".$socid;
    @@ -2850,6 +2907,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Load into cache list of payment terms
     	 *
    @@ -2857,6 +2915,7 @@ class Form
     	 */
     	function load_cache_conditions_paiements()
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$num = count($this->cache_conditions_paiements);
    @@ -2897,6 +2956,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Charge dans cache la liste des délais de livraison possibles
     	 *
    @@ -2904,6 +2964,7 @@ class Form
     	 */
     	function load_cache_availability()
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$num = count($this->cache_availability);
    @@ -3007,7 +3068,10 @@ class Form
     				$obj = $this->db->fetch_object($resql);
     
     				// Si traduction existe, on l'utilise, sinon on prend le libelle par defaut
    -				$label=($langs->trans("DemandReasonType".$obj->code)!=("DemandReasonType".$obj->code)?$langs->trans("DemandReasonType".$obj->code):($obj->label!='-'?$obj->label:''));
    +				$label=($obj->label!='-'?$obj->label:'');
    +				if ($langs->trans("DemandReasonType".$obj->code) != ("DemandReasonType".$obj->code)) $label = $langs->trans("DemandReasonType".$obj->code); // So translation key DemandReasonTypeSRC_XXX will work
    +				if ($langs->trans($obj->code) != $obj->code) $label=$langs->trans($obj->code);																// So translation key SRC_XXX will work
    +
     				$tmparray[$obj->rowid]['id']   =$obj->rowid;
     				$tmparray[$obj->rowid]['code'] =$obj->code;
     				$tmparray[$obj->rowid]['label']=$label;
    @@ -3056,13 +3120,15 @@ class Form
     			{
     				print '<option value="'.$arraydemandreason['id'].'">';
     			}
    -			print $arraydemandreason['label'];
    +			$label=$arraydemandreason['label'];	// Translation of label was already done into the ->loadCacheInputReason
    +			print $langs->trans($label);
     			print '</option>';
     		}
     		print '</select>';
     		if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Charge dans cache la liste des types de paiements possibles
     	 *
    @@ -3070,6 +3136,7 @@ class Form
     	 */
     	function load_cache_types_paiements()
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$num=count($this->cache_types_paiements);
    @@ -3115,6 +3182,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Return list of payment modes.
     	 *      Constant MAIN_DEFAULT_PAYMENT_TERM_ID can used to set default value but scope is all application, probably not what you want.
    @@ -3130,6 +3198,7 @@ class Form
     	 */
     	function select_conditions_paiements($selected=0, $htmlname='condid', $filtertype=-1, $addempty=0, $noinfoadmin=0, $morecss='')
     	{
    +        // phpcs:enable
     		global $langs, $user, $conf;
     
     		dol_syslog(__METHOD__." selected=".$selected.", htmlname=".$htmlname, LOG_DEBUG);
    @@ -3159,6 +3228,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Return list of payment methods
     	 *
    @@ -3175,6 +3245,7 @@ class Form
     	 */
     	function select_types_paiements($selected='', $htmlname='paiementtype', $filtertype='', $format=0, $empty=1, $noadmininfo=0, $maxlength=0, $active=1, $morecss='')
     	{
    +        // phpcs:enable
     		global $langs,$user;
     
     		dol_syslog(__METHOD__." ".$selected.", ".$htmlname.", ".$filtertype.", ".$format, LOG_DEBUG);
    @@ -3372,7 +3443,7 @@ class Form
     			            if ($obj->situation_final != 1) {
     							//Not prov?
     			                if (substr($obj->facnumber, 1, 4) != 'PROV') {
    -			                    if ($selected == $obj->situation_final) {
    +			                    if ($selected == $obj->rowid) {
     			                        $opt .= '<option value="' . $obj->rowid . '" selected>' . $obj->facnumber . '</option>';
     								} else {
     								    $opt .= '<option value="' . $obj->rowid . '">' . $obj->facnumber . '</option>';
    @@ -3434,6 +3505,7 @@ class Form
     		return $return;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return a HTML select list of bank accounts
     	 *
    @@ -3448,6 +3520,7 @@ class Form
     	 */
     	function select_comptes($selected='',$htmlname='accountid',$statut=0,$filtre='',$useempty=0,$moreattrib='',$showcurrency=0)
     	{
    +        // phpcs:enable
     		global $langs, $conf;
     
     		$langs->load("admin");
    @@ -3537,6 +3610,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Return list of categories having choosed type
     	 *
    @@ -3551,6 +3625,7 @@ class Form
     	 */
     	function select_all_categories($type, $selected='', $htmlname="parent", $maxlength=64, $excludeafterid=0, $outputmode=0)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     		$langs->load("categories");
     
    @@ -3622,6 +3697,7 @@ class Form
     		return $output;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *     Show a confirmation HTML form or AJAX popup
     	 *
    @@ -3640,6 +3716,7 @@ class Form
     	 */
     	function form_confirm($page, $title, $question, $action, $formquestion='', $selectedchoice="", $useajax=0, $height=170, $width=500)
     	{
    +        // phpcs:enable
     		print $this->formconfirm($page, $title, $question, $action, $formquestion, $selectedchoice, $useajax, $height, $width);
     	}
     
    @@ -3667,7 +3744,7 @@ class Form
     	 *     @param	int			$disableformtag		1=Disable form tag. Can be used if we are already inside a <form> section.
     	 *     @return 	string      	    			HTML ajax code if a confirm ajax popup is required, Pure HTML code if it's an html form
     	 */
    -	function formconfirm($page, $title, $question, $action, $formquestion='', $selectedchoice='', $useajax=0, $height=200, $width=500, $disableformtag=0)
    +	function formconfirm($page, $title, $question, $action, $formquestion='', $selectedchoice='', $useajax=0, $height=210, $width=500, $disableformtag=0)
     	{
     		global $langs,$conf;
     		global $useglobalvars;
    @@ -3752,7 +3829,7 @@ class Form
     					{
     						$more.='<tr><td'.(empty($input['tdclass'])?'':(' class="'.$input['tdclass'].'"')).'>'.$input['label'].'</td>';
     						$more.='<td align="left">';
    -						$more.=$this->select_date($input['value'],$input['name'],0,0,0,'',1,0,1);
    +						$more.=$this->selectDate($input['value'],$input['name'],0,0,0,'',1,0);
     						$more.='</td></tr>'."\n";
     						$formquestion[] = array('name'=>$input['name'].'day');
     						$formquestion[] = array('name'=>$input['name'].'month');
    @@ -3933,6 +4010,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Show a form to select a project
     	 *
    @@ -3948,6 +4026,7 @@ class Form
     	 */
     	function form_project($page, $socid, $selected='', $htmlname='projectid', $discard_closed=0, $maxlength=20, $forcefocus=0, $nooutput=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		require_once DOL_DOCUMENT_ROOT.'/core/lib/project.lib.php';
    @@ -3991,6 +4070,7 @@ class Form
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show a form to select payment conditions
     	 *
    @@ -4002,6 +4082,7 @@ class Form
     	 */
     	function form_conditions_reglement($page, $selected='', $htmlname='cond_reglement_id', $addempty=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		if ($htmlname != "none")
     		{
    @@ -4024,6 +4105,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show a form to select a delivery delay
     	 *
    @@ -4035,6 +4117,7 @@ class Form
     	 */
     	function form_availability($page, $selected='', $htmlname='availability', $addempty=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		if ($htmlname != "none")
     		{
    @@ -4098,6 +4181,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Show a form + html select a date
     	 *
    @@ -4108,10 +4192,11 @@ class Form
     	 *    @param    int			$displaymin		Display minutes selector
     	 *    @param	int			$nooutput		1=No print output, return string
     	 *    @return	string
    -	 *    @see		select_date
    +	 *    @see		selectDate
     	 */
     	function form_date($page, $selected, $htmlname, $displayhour=0, $displaymin=0, $nooutput=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$ret='';
    @@ -4123,7 +4208,7 @@ class Form
     			$ret.='<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
     			$ret.='<table class="nobordernopadding" cellpadding="0" cellspacing="0">';
     			$ret.='<tr><td>';
    -			$ret.=$this->select_date($selected,$htmlname,$displayhour,$displaymin,1,'form'.$htmlname,1,0,1);
    +			$ret.=$this->selectDate($selected,$htmlname,$displayhour,$displaymin,1,'form'.$htmlname,1,0);
     			$ret.='</td>';
     			$ret.='<td align="left"><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td>';
     			$ret.='</tr></table></form>';
    @@ -4139,6 +4224,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show a select form to choose a user
     	 *
    @@ -4151,6 +4237,7 @@ class Form
     	 */
     	function form_users($page, $selected='', $htmlname='userid', $exclude='', $include='')
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($htmlname != "none")
    @@ -4177,6 +4264,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Show form with payment mode
     	 *
    @@ -4189,6 +4277,7 @@ class Form
     	 */
     	function form_modes_reglement($page, $selected='', $htmlname='mode_reglement_id', $filtertype='', $active=1)
     	{
    +        // phpcs:enable
     		global $langs;
     		if ($htmlname != "none")
     		{
    @@ -4211,6 +4300,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Show form with multicurrency code
     	 *
    @@ -4221,6 +4311,7 @@ class Form
     	 */
     	function form_multicurrency_code($page, $selected='', $htmlname='multicurrency_code')
     	{
    +        // phpcs:enable
     		global $langs;
     		if ($htmlname != "none")
     		{
    @@ -4238,6 +4329,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Show form with multicurrency rate
     	 *
    @@ -4249,6 +4341,7 @@ class Form
     	 */
     	function form_multicurrency_rate($page, $rate='', $htmlname='multicurrency_tx', $currency='')
     	{
    +        // phpcs:enable
     		global $langs, $mysoc, $conf;
     
     		if ($htmlname != "none")
    @@ -4279,6 +4372,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show a select box with available absolute discounts
     	 *
    @@ -4296,6 +4390,7 @@ class Form
     	 */
     	function form_remise_dispo($page, $selected, $htmlname, $socid, $amount, $filter='', $maxvalue=0, $more='', $hidelist=0, $discount_type=0)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     		if ($htmlname != "none")
     		{
    @@ -4374,6 +4469,7 @@ class Form
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Show forms to select a contact
     	 *
    @@ -4385,6 +4481,7 @@ class Form
     	 */
     	function form_contacts($page, $societe, $selected='', $htmlname='contactid')
     	{
    +        // phpcs:enable
     		global $langs, $conf;
     
     		if ($htmlname != "none")
    @@ -4418,6 +4515,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Output html select to select thirdparty
     	 *
    @@ -4429,20 +4527,23 @@ class Form
     	 * 	@param	int		$showtype		Show third party type in combolist (customer, prospect or supplier)
     	 * 	@param	int		$forcecombo		Force to use combo box
     	 *  @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  int     $nooutput       No print output. Return it only.
     	 *  @return	void
     	 */
    -	function form_thirdparty($page, $selected='', $htmlname='socid', $filter='',$showempty=0, $showtype=0, $forcecombo=0, $events=array())
    +	function form_thirdparty($page, $selected='', $htmlname='socid', $filter='',$showempty=0, $showtype=0, $forcecombo=0, $events=array(), $nooutput=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
    +		$out = '';
     		if ($htmlname != "none")
     		{
    -			print '<form method="post" action="'.$page.'">';
    -			print '<input type="hidden" name="action" value="set_thirdparty">';
    -			print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    -			print $this->select_company($selected, $htmlname, $filter, $showempty, $showtype, $forcecombo, $events);
    -			print '<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
    -			print '</form>';
    +			$out.='<form method="post" action="'.$page.'">';
    +			$out.= '<input type="hidden" name="action" value="set_thirdparty">';
    +			$out.= '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    +			$out.= $this->select_company($selected, $htmlname, $filter, $showempty, $showtype, $forcecombo, $events);
    +			$out.= '<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
    +			$out.= '</form>';
     		}
     		else
     		{
    @@ -4451,15 +4552,19 @@ class Form
     				require_once DOL_DOCUMENT_ROOT .'/societe/class/societe.class.php';
     				$soc = new Societe($this->db);
     				$soc->fetch($selected);
    -				print $soc->getNomUrl($langs);
    +				$out.= $soc->getNomUrl($langs);
     			}
     			else
     			{
    -				print "&nbsp;";
    +				$out.= "&nbsp;";
     			}
     		}
    +
    +		if ($nooutput) return $out;
    +		else print $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Retourne la liste des devises, dans la langue de l'utilisateur
     	 *
    @@ -4469,6 +4574,7 @@ class Form
     	 */
     	function select_currency($selected='',$htmlname='currency_id')
     	{
    +        // phpcs:enable
     		print $this->selectCurrency($selected,$htmlname);
     	}
     
    @@ -4571,6 +4677,7 @@ class Form
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Load into the cache vat rates of a country
     	 *
    @@ -4579,6 +4686,7 @@ class Form
     	 */
     	function load_cache_vatrates($country_code)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$num = count($this->cache_vatrates);
    @@ -4636,6 +4744,7 @@ class Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Output an HTML select vat rate.
     	 *  The name of this function should be selectVat. We keep bad name for compatibility purpose.
    @@ -4659,6 +4768,7 @@ class Form
     	 */
     	function load_tva($htmlname='tauxtva', $selectedrate='', $societe_vendeuse='', $societe_acheteuse='', $idprod=0, $info_bits=0, $type='', $options_only=false, $mode=0)
     	{
    +        // phpcs:enable
     		global $langs,$conf,$mysoc;
     
     		$langs->load('errors');
    @@ -4745,6 +4855,10 @@ class Form
     				$tmpthirdparty=new Societe($this->db);
     				$defaulttx=get_default_tva($societe_vendeuse, (is_object($societe_acheteuse)?$societe_acheteuse:$tmpthirdparty), $idprod);
     				$defaultnpr=get_default_npr($societe_vendeuse, (is_object($societe_acheteuse)?$societe_acheteuse:$tmpthirdparty), $idprod);
    +		        if (preg_match('/\((.*)\)/', $defaulttx, $reg)) {
    +			        $defaultcode=$reg[1];
    +			        $defaulttx=preg_replace('/\s*\(.*\)/','',$defaulttx);
    +		        }
     				if (empty($defaulttx)) $defaultnpr=0;
     			}
     
    @@ -4823,8 +4937,9 @@ class Form
     	}
     
     
    -	/**
    -	 *	Show a HTML widget to input a date or combo list for day, month, years and optionaly hours and minutes.
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     *  Show a HTML widget to input a date or combo list for day, month, years and optionaly hours and minutes.
     	 *  Fields are preselected with :
     	 *            	- set_time date (must be a local PHP server timestamp or string date with format 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM')
     	 *            	- local date in user area, if set_time is '' (so if set_time is '', output may differs when done from two different location)
    @@ -4843,18 +4958,52 @@ class Form
     	 *  @param  int			$fullday        When a checkbox with this html name is on, hour and day are set with 00:00 or 23:59
     	 *  @param	string		$addplusone		Add a link "+1 hour". Value must be name of another select_date field.
     	 *  @param  datetime    $adddateof      Add a link "Date of invoice" using the following date.
    -	 * 	@return	string|null						Nothing or string if nooutput is 1
    -	 *  @see	form_date, select_month, select_year, select_dayofweek
    +	 *  @return	string|null					Nothing or string if nooutput is 1
    +     *  @deprecated
    +	 *  @see    form_date, select_month, select_year, select_dayofweek
     	 */
    -	function select_date($set_time='', $prefix='re', $h=0, $m=0, $empty=0, $form_name="", $d=1, $addnowlink=0, $nooutput=0, $disabled=0, $fullday='', $addplusone='', $adddateof='')
    +    function select_date($set_time='', $prefix='re', $h=0, $m=0, $empty=0, $form_name="", $d=1, $addnowlink=0, $nooutput=0, $disabled=0, $fullday='', $addplusone='', $adddateof='')
    +    {
    +        // phpcs:enable
    +        $retstring = $this->selectDate($set_time, $prefix, $h, $m, $empty, $form_name, $d, $addnowlink, $disabled, $fullday, $addplusone, $adddateof);
    +        if (! empty($nooutput)) {
    +            return $retstring;
    +        }
    +        print $retstring;
    +        return;
    +    }
    +
    +    /**
    +     *  Show a HTML widget to input a date or combo list for day, month, years and optionaly hours and minutes.
    +	 *  Fields are preselected with :
    +	 *              - set_time date (must be a local PHP server timestamp or string date with format 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM')
    +	 *              - local date in user area, if set_time is '' (so if set_time is '', output may differs when done from two different location)
    +	 *              - Empty (fields empty), if set_time is -1 (in this case, parameter empty must also have value 1)
    +	 *
    +	 *  @param  timestamp   $set_time       Pre-selected date (must be a local PHP server timestamp), -1 to keep date not preselected, '' to use current date with 00:00 hour (Parameter 'empty' must be 0 or 2).
    +	 *  @param	string		$prefix			Prefix for fields name
    +	 *  @param	int			$h				1 or 2=Show also hours (2=hours on a new line), -1 has same effect but hour and minutes are prefilled with 23:59 if date is empty, 3 show hour always empty
    +	 *	@param	int			$m				1=Show also minutes, -1 has same effect but hour and minutes are prefilled with 23:59 if date is empty, 3 show minutes always empty
    +	 *	@param	int			$empty			0=Fields required, 1=Empty inputs are allowed, 2=Empty inputs are allowed for hours only
    +	 *	@param	string		$form_name 		Not used
    +	 *	@param	int			$d				1=Show days, month, years
    +	 * 	@param	int			$addnowlink		Add a link "Now"
    +	 * 	@param 	int			$disabled		Disable input fields
    +	 *  @param  int			$fullday        When a checkbox with this html name is on, hour and day are set with 00:00 or 23:59
    +	 *  @param	string		$addplusone		Add a link "+1 hour". Value must be name of another selectDate field.
    +	 *  @param  datetime    $adddateof      Add a link "Date of invoice" using the following date.
    +	 * 	@return string                      Html for selectDate
    +	 *  @see    form_date, select_month, select_year, select_dayofweek
    +	 */
    +	function selectDate($set_time='', $prefix='re', $h=0, $m=0, $empty=0, $form_name="", $d=1, $addnowlink=0, $disabled=0, $fullday='', $addplusone='', $adddateof='')
     	{
     		global $conf,$langs;
     
     		$retstring='';
     
    -		if($prefix=='') $prefix='re';
    -		if($h == '') $h=0;
    -		if($m == '') $m=0;
    +		if ($prefix=='') $prefix='re';
    +		if ($h == '') $h=0;
    +		if ($m == '') $m=0;
     		$emptydate=0;
     		$emptyhours=0;
     		if ($empty == 1) { $emptydate=1; $emptyhours=1; }
    @@ -4914,7 +5063,6 @@ class Form
     		if (! empty($conf->use_javascript_ajax) && (empty($conf->global->MAIN_POPUP_CALENDAR) || $conf->global->MAIN_POPUP_CALENDAR != "none")) {
     			$usecalendar = ((empty($conf->global->MAIN_POPUP_CALENDAR) || $conf->global->MAIN_POPUP_CALENDAR == 'eldy')?'jquery':$conf->global->MAIN_POPUP_CALENDAR);
     		}
    -		//if (! empty($conf->browser->phone)) $usecalendar='combo';
     
     		if ($d)
     		{
    @@ -5193,12 +5341,10 @@ class Form
     			$retstring.=' - <button class="dpInvisibleButtons datenowlink" id="dateofinvoice" type="button" name="_dateofinvoice" value="now" onclick="jQuery(\'#re\').val(\''.dol_print_date($adddateof,'day').'\');jQuery(\'#reday\').val(\''.$tmparray['mday'].'\');jQuery(\'#remonth\').val(\''.$tmparray['mon'].'\');jQuery(\'#reyear\').val(\''.$tmparray['year'].'\');">'.$langs->trans("DateInvoice").'</a>';
     		}
     
    -		if (! empty($nooutput)) return $retstring;
    -
    -		print $retstring;
    -		return;
    +		return $retstring;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to show a form to select a duration on a page
     	 *
    @@ -5214,6 +5360,7 @@ class Form
     	 */
     	function select_duration($prefix, $iSecond='', $disabled=0, $typehour='select', $minunderhours=0, $nooutput=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$retstring='';
    @@ -5612,7 +5759,7 @@ class Form
     	 *  @param	string	$morecss				Add more class to css styles
     	 *  @param  int     $callurlonselect        If set to 1, some code is added so an url return by the ajax is called when value is selected.
     	 *  @param  string  $placeholder            String to use as placeholder
    -	 *  @param  integer $acceptdelayedhtml      1 if caller request to have html js content not returned but saved into global $delayedhtmlcontent (so caller can show it at end of page to avoid flash FOUC effect)
    +	 *  @param  integer $acceptdelayedhtml      1 = caller is requesting to have html js content not returned but saved into global $delayedhtmlcontent (so caller can show it at end of page to avoid flash FOUC effect)
     	 * 	@return	string   						HTML select string
     	 *  @see selectArrayFilter, ajax_combobox in ajax.lib.php
     	 */
    @@ -5714,7 +5861,7 @@ class Form
     	 *  @param	string	$morecss				Add more class to css styles
     	 *  @param  int     $callurlonselect        If set to 1, some code is added so an url return by the ajax is called when value is selected.
     	 *  @param  string  $placeholder            String to use as placeholder
    -	 *  @param  integer $acceptdelayedhtml      1 if caller request to have html js content not returned but saved into global $delayedhtmlcontent (so caller can show it at end of page to avoid flash FOUC effect)
    +	 *  @param  integer $acceptdelayedhtml      1 = caller is requesting to have html js content not returned but saved into global $delayedhtmlcontent (so caller can show it at end of page to avoid flash FOUC effect)
     	 * 	@return	string   						HTML select string
     	 *  @see selectArrayAjax, ajax_combobox in ajax.lib.php
     	 */
    @@ -5831,55 +5978,76 @@ class Form
     	 *  @param	int		$width			Force width of select box. May be used only when using jquery couch. Example: 250, 95%
     	 *  @param	string	$moreattrib		Add more options on select component. Example: 'disabled'
     	 *  @param	string	$elemtype		Type of element we show ('category', ...)
    +	 *  @param	string	$placeholder	String to use as placeholder
    +	 *  @param	int		$addjscombo		Add js combo
     	 *	@return	string					HTML multiselect string
     	 *  @see selectarray
     	 */
    -	static function multiselectarray($htmlname, $array, $selected=array(), $key_in_label=0, $value_as_key=0, $morecss='', $translate=0, $width=0, $moreattrib='',$elemtype='')
    +	static function multiselectarray($htmlname, $array, $selected=array(), $key_in_label=0, $value_as_key=0, $morecss='', $translate=0, $width=0, $moreattrib='', $elemtype='', $placeholder='', $addjscombo=1)
     	{
     		global $conf, $langs;
     
     		$out = '';
     
    +
     		// Add code for jquery to use multiselect
     		if (! empty($conf->global->MAIN_USE_JQUERY_MULTISELECT) || defined('REQUIRE_JQUERY_MULTISELECT'))
     		{
    -			$tmpplugin=empty($conf->global->MAIN_USE_JQUERY_MULTISELECT)?constant('REQUIRE_JQUERY_MULTISELECT'):$conf->global->MAIN_USE_JQUERY_MULTISELECT;
    -   			$out.="\n".'<!-- JS CODE TO ENABLE '.$tmpplugin.' for id '.$htmlname.' -->
    -    			<script type="text/javascript">
    -	    			function formatResult(record) {'."\n";
    -						if ($elemtype == 'category')
    -						{
    -							$out.='	//return \'<span><img src="'.DOL_URL_ROOT.'/theme/eldy/img/object_category.png'.'"> <a href="'.DOL_URL_ROOT.'/categories/viewcat.php?type=0&id=\'+record.id+\'">\'+record.text+\'</a></span>\';
    -								  	return \'<span><img src="'.DOL_URL_ROOT.'/theme/eldy/img/object_category.png'.'"> \'+record.text+\'</span>\';';
    -						}
    -						else
    -						{
    -							$out.='return record.text;';
    -						}
    -			$out.= '	};
    -    				function formatSelection(record) {'."\n";
    -						if ($elemtype == 'category')
    -						{
    -							$out.='	//return \'<span><img src="'.DOL_URL_ROOT.'/theme/eldy/img/object_category.png'.'"> <a href="'.DOL_URL_ROOT.'/categories/viewcat.php?type=0&id=\'+record.id+\'">\'+record.text+\'</a></span>\';
    -								  	return \'<span><img src="'.DOL_URL_ROOT.'/theme/eldy/img/object_category.png'.'"> \'+record.text+\'</span>\';';
    -						}
    -						else
    -						{
    -							$out.='return record.text;';
    -						}
    -			$out.= '	};
    -	    			$(document).ready(function () {
    -    					$(\'#'.$htmlname.'\').'.$tmpplugin.'({
    -    						dir: \'ltr\',
    -							// Specify format function for dropdown item
    -							formatResult: formatResult,
    -    					 	templateResult: formatResult,		/* For 4.0 */
    -							// Specify format function for selected item
    -							formatSelection: formatSelection,
    -    					 	templateResult: formatSelection		/* For 4.0 */
    -    					});
    -    				});
    -    			</script>';
    +			$out.="\n".'<!-- JS CODE TO ENABLE '.$tmpplugin.' for id '.$htmlname.' -->
    +						<script type="text/javascript">'."\n";
    +			if ($addjscombo == 1)
    +			{
    +				$tmpplugin=empty($conf->global->MAIN_USE_JQUERY_MULTISELECT)?constant('REQUIRE_JQUERY_MULTISELECT'):$conf->global->MAIN_USE_JQUERY_MULTISELECT;
    +				$out.=	'function formatResult(record) {'."\n";
    +				if ($elemtype == 'category')
    +				{
    +					$out.='	//return \'<span><img src="'.DOL_URL_ROOT.'/theme/eldy/img/object_category.png'.'"> <a href="'.DOL_URL_ROOT.'/categories/viewcat.php?type=0&id=\'+record.id+\'">\'+record.text+\'</a></span>\';
    +									  	return \'<span><img src="'.DOL_URL_ROOT.'/theme/eldy/img/object_category.png'.'"> \'+record.text+\'</span>\';';
    +				}
    +				else
    +				{
    +					$out.='return record.text;';
    +				}
    +				$out.=	'};'."\n";
    +				$out.=	'function formatSelection(record) {'."\n";
    +				if ($elemtype == 'category')
    +				{
    +					$out.='	//return \'<span><img src="'.DOL_URL_ROOT.'/theme/eldy/img/object_category.png'.'"> <a href="'.DOL_URL_ROOT.'/categories/viewcat.php?type=0&id=\'+record.id+\'">\'+record.text+\'</a></span>\';
    +									  	return \'<span><img src="'.DOL_URL_ROOT.'/theme/eldy/img/object_category.png'.'"> \'+record.text+\'</span>\';';
    +				}
    +				else
    +				{
    +					$out.='return record.text;';
    +				}
    +				$out.=	'};'."\n";
    +				$out.=	'$(document).ready(function () {
    +							$(\'#'.$htmlname.'\').'.$tmpplugin.'({
    +								dir: \'ltr\',
    +								// Specify format function for dropdown item
    +								formatResult: formatResult,
    +							 	templateResult: formatResult,		/* For 4.0 */
    +								// Specify format function for selected item
    +								formatSelection: formatSelection,
    +							 	templateResult: formatSelection		/* For 4.0 */
    +							});
    +						});'."\n";
    +			}
    +			elseif ($addjscombo == 2)
    +			{
    +				// Add other js lib
    +				// ...
    +				$out.= '$(document).ready(function () {
    +							$(\'#'.$htmlname.'\').multiSelect({
    +								containerHTML: \'<div class="multi-select-container">\',
    +								menuHTML: \'<div class="multi-select-menu">\',
    +								buttonHTML: \'<span class="multi-select-button '.$morecss.'">\',
    +								menuItemHTML: \'<label class="multi-select-menuitem">\',
    +								activeClass: \'multi-select-container--open\',
    +								noneText: \''.$placeholder.'\'
    +							});
    +						})';
    +			}
    +			$out.=	'</script>';
     		}
     
     		// Try also magic suggest
    @@ -5957,7 +6125,7 @@ class Form
     		   }
     		   if ($val['label'])
     		   {
    -			   $lis.='<li><input type="checkbox" value="'.$key.'"'.(empty($val['checked'])?'':' checked="checked"').'/>'.dol_escape_htmltag($langs->trans($val['label'])).'</li>';
    +		   	$lis.='<li><input type="checkbox" id="checkbox'.$key.'" value="'.$key.'"'.(empty($val['checked'])?'':' checked="checked"').'/><label for="checkbox'.$key.'">'.dol_escape_htmltag($langs->trans($val['label'])).'</label></li>';
     			   $listcheckedstring.=(empty($val['checked'])?'':$key.',');
     		   }
     		}
    @@ -6228,6 +6396,7 @@ class Form
     				'propal'=>array('enabled'=>$conf->propal->enabled, 'perms'=>1, 'label'=>'LinkToProposal', 'sql'=>"SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.ref_client, t.total_ht FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."propal as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (".$listofidcompanytoscan.') AND t.entity IN ('.getEntity('propal').')'),
     				'order'=>array('enabled'=>$conf->commande->enabled, 'perms'=>1, 'label'=>'LinkToOrder', 'sql'=>"SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.ref_client, t.total_ht FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."commande as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (".$listofidcompanytoscan.') AND t.entity IN ('.getEntity('commande').')'),
     				'invoice'=>array('enabled'=>$conf->facture->enabled, 'perms'=>1, 'label'=>'LinkToInvoice', 'sql'=>"SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.facnumber as ref, t.ref_client, t.total as total_ht FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."facture as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (".$listofidcompanytoscan.') AND t.entity IN ('.getEntity('facture').')'),
    +				'invoice_template'=>array('enabled'=>$conf->facture->enabled, 'perms'=>1, 'label'=>'LinkToTemplateInvoice', 'sql'=>"SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.titre as ref, t.total as total_ht FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."facture_rec as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (".$listofidcompanytoscan.') AND t.entity IN ('.getEntity('facture').')'),
     				'contrat'=>array('enabled'=>$conf->contrat->enabled , 'perms'=>1, 'label'=>'LinkToContract', 'sql'=>"SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, t.ref_supplier, '' as total_ht FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."contrat as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (".$listofidcompanytoscan.') AND t.entity IN ('.getEntity('contract').')'),
     				'fichinter'=>array('enabled'=>$conf->ficheinter->enabled, 'perms'=>1, 'label'=>'LinkToIntervention', 'sql'=>"SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."fichinter as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (".$listofidcompanytoscan.') AND t.entity IN ('.getEntity('intervention').')'),
     				'supplier_proposal'=>array('enabled'=>$conf->supplier_proposal->enabled , 'perms'=>1, 'label'=>'LinkToSupplierProposal', 'sql'=>"SELECT s.rowid as socid, s.nom as name, s.client, t.rowid, t.ref, '' as ref_supplier, t.total_ht FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."supplier_proposal as t WHERE t.fk_soc = s.rowid AND t.fk_soc IN (".$listofidcompanytoscan.') AND t.entity IN ('.getEntity('supplier_proposal').')'),
    @@ -6290,8 +6459,7 @@ class Form
     					{
     						$objp = $this->db->fetch_object($resqllist);
     
    -						$var = ! $var;
    -						print '<tr ' . $bc [$var] . '>';
    +						print '<tr class="oddeven">';
     						print '<td aling="left">';
     						print '<input type="radio" name="idtolinkto" value=' . $objp->rowid . '>';
     						print '</td>';
    @@ -6365,7 +6533,7 @@ class Form
     	 *  @param	int      	$useempty		1=Add empty line
     	 *	@return	string						See option
     	 */
    -	function selectyesno($htmlname, $value='', $option=0, $disabled=false, $useempty='')
    +	function selectyesno($htmlname, $value='', $option=0, $disabled=false, $useempty=0)
     	{
     		global $langs;
     
    @@ -6397,6 +6565,7 @@ class Form
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of export templates
     	 *
    @@ -6408,7 +6577,7 @@ class Form
     	 */
     	function select_export_model($selected='',$htmlname='exportmodelid',$type='',$useempty=0)
     	{
    -
    +        // phpcs:enable
     		$sql = "SELECT rowid, label";
     		$sql.= " FROM ".MAIN_DB_PREFIX."export_model";
     		$sql.= " WHERE type = '".$type."'";
    @@ -6630,16 +6799,17 @@ class Form
     	 * 		@param	string		$imagesize		    'mini', 'small' or '' (original)
     	 *      @param  int         $addlinktofullsize  Add link to fullsize image
     	 *      @param  int         $cache              1=Accept to use image in cache
    +	 *      @param	string		$forcecapture		Force parameter capture on HTML input file element to ask a smartphone to allow to open camera to take photo. Auto if empty.
     	 * 	  	@return string    						HTML code to output photo
     	 */
    -	static function showphoto($modulepart, $object, $width=100, $height=0, $caneditfield=0, $cssclass='photowithmargin', $imagesize='', $addlinktofullsize=1, $cache=0)
    +	static function showphoto($modulepart, $object, $width=100, $height=0, $caneditfield=0, $cssclass='photowithmargin', $imagesize='', $addlinktofullsize=1, $cache=0, $forcecapture='')
     	{
     		global $conf,$langs;
     
     		$entity = (! empty($object->entity) ? $object->entity : $conf->entity);
     		$id = (! empty($object->id) ? $object->id : $object->rowid);
     
    -		$ret='';$dir='';$file='';$originalfile='';$altfile='';$email='';
    +		$ret='';$dir='';$file='';$originalfile='';$altfile='';$email='';$capture='';
     		if ($modulepart=='societe')
     		{
     			$dir=$conf->societe->multidir_output[$entity];
    @@ -6663,6 +6833,7 @@ class Form
     				$originalfile=get_exdir(0, 0, 0, 0, $object, 'contact').'/photos/'.$object->photo;
     			}
     			$email=$object->email;
    +			$capture='user';
     		}
     		else if ($modulepart=='userphoto')
     		{
    @@ -6676,6 +6847,7 @@ class Form
     			}
     			if (! empty($conf->global->MAIN_OLD_IMAGE_LINKS)) $altfile=$object->id.".jpg";	// For backward compatibility
     			$email=$object->email;
    +			$capture='user';
     		}
     		else if ($modulepart=='memberphoto')
     		{
    @@ -6689,6 +6861,7 @@ class Form
     			}
     			if (! empty($conf->global->MAIN_OLD_IMAGE_LINKS)) $altfile=$object->id.".jpg";	// For backward compatibility
     			$email=$object->email;
    +			$capture='user';
     		}
     		else
     		{
    @@ -6705,6 +6878,8 @@ class Form
     			$email=$object->email;
     		}
     
    +		if ($forcecapture) $capture = $forcecapture;
    +
     		if ($dir)
     		{
     			if ($file && file_exists($dir."/".$file))
    @@ -6761,7 +6936,7 @@ class Form
     				if ($object->photo) $ret.="<br>\n";
     				$ret.='<table class="nobordernopadding centpercent">';
     				if ($object->photo) $ret.='<tr><td><input type="checkbox" class="flat photodelete" name="deletephoto" id="photodelete"> '.$langs->trans("Delete").'<br><br></td></tr>';
    -				$ret.='<tr><td class="tdoverflow"><input type="file" class="flat maxwidth200onsmartphone" name="photo" id="photoinput"></td></tr>';
    +				$ret.='<tr><td class="tdoverflow"><input type="file" class="flat maxwidth200onsmartphone" name="photo" id="photoinput"'.($capture?' capture="'.$capture.'"':'').'></td></tr>';
     				$ret.='</table>';
     			}
     
    @@ -6771,6 +6946,7 @@ class Form
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return select list of groups
     	 *
    @@ -6788,6 +6964,7 @@ class Form
     	 */
     	function select_dolgroups($selected='', $htmlname='groupid', $show_empty=0, $exclude='', $disabled=0, $include='', $enableonly='', $force_entity='0', $multiple=false)
     	{
    +        // phpcs:enable
     		global $conf,$user,$langs;
     
     		// Permettre l'exclusion de groupes
    @@ -6911,17 +7088,22 @@ class Form
                 	$("#checkallactions").click(function() {
                         if($(this).is(\':checked\')){
                             console.log("We check all");
    -                		$(".'.$cssclass.'").prop(\'checked\', true);
    +                		$(".'.$cssclass.'").prop(\'checked\', true).trigger(\'change\');
                         }
                         else
                         {
                             console.log("We uncheck all");
    -                		$(".'.$cssclass.'").prop(\'checked\', false);
    +                		$(".'.$cssclass.'").prop(\'checked\', false).trigger(\'change\');
                         }'."\n";
     		if ($calljsfunction) $out.='if (typeof initCheckForSelect == \'function\') { initCheckForSelect(0); } else { console.log("No function initCheckForSelect found. Call won\'t be done."); }';
     		$out.='         });
    -                });
    -            </script>';
    +
    +        	$(".checkforselect").change(function() {
    +				$(this).closest("tr").toggleClass("highlight", this.checked);
    +			});
    +
    + 	});
    +    </script>';
     
     		return $out;
     	}
    @@ -7113,6 +7295,4 @@ class Form
     
     		return $out;
     	}
    -
     }
    -
    diff --git a/htdocs/core/class/html.formaccounting.class.php b/htdocs/core/class/html.formaccounting.class.php
    index 8a0073e0351..5ffaf0463a6 100644
    --- a/htdocs/core/class/html.formaccounting.class.php
    +++ b/htdocs/core/class/html.formaccounting.class.php
    @@ -39,7 +39,7 @@ class FormAccounting extends Form
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -55,6 +55,7 @@ class FormAccounting extends Form
     	    $this->db = $db;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return list of journals with label by nature
     	 *
    @@ -71,6 +72,7 @@ class FormAccounting extends Form
     	 */
     	function select_journal($selectid, $htmlname = 'journal', $nature=0, $showempty = 0, $select_in = 0, $select_out = 0, $morecss='maxwidth300 maxwidthonsmartphone', $usecache='', $disabledajaxcombo=0)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$out = '';
    @@ -136,6 +138,7 @@ class FormAccounting extends Form
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Return list of accounting category.
          * 	Use mysoc->country_id or mysoc->country_code so they must be defined.
    @@ -150,6 +153,7 @@ class FormAccounting extends Form
          */
         function select_accounting_category($selected='',$htmlname='account_category', $useempty=0, $maxlen=0, $help=1, $allcountries=0)
         {
    +        // phpcs:enable
             global $db,$langs,$user,$mysoc;
     
             if (empty($mysoc->country_id) && empty($mysoc->country_code) && empty($allcountries))
    @@ -216,6 +220,7 @@ class FormAccounting extends Form
             print $out;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return select filter with date of transaction
     	 *
    @@ -225,6 +230,7 @@ class FormAccounting extends Form
     	 */
         function select_bookkeeping_importkey($htmlname = 'importkey', $selectedkey = '')
         {
    +        // phpcs:enable
     		$options = array();
     
     		$sql = 'SELECT DISTINCT import_key from ' . MAIN_DB_PREFIX . 'accounting_bookkeeping';
    @@ -247,6 +253,7 @@ class FormAccounting extends Form
     		return Form::selectarray($htmlname, $options, $selectedkey);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return list of accounts with label by chart of accounts
     	 *
    @@ -262,6 +269,7 @@ class FormAccounting extends Form
     	 */
     	function select_account($selectid, $htmlname = 'account', $showempty = 0, $event = array(), $select_in = 0, $select_out = 0, $morecss='maxwidth300 maxwidthonsmartphone', $usecache='')
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php';
    @@ -338,6 +346,7 @@ class FormAccounting extends Form
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return list of auxilary thirdparty accounts
     	 *
    @@ -349,6 +358,7 @@ class FormAccounting extends Form
     	 */
         function select_auxaccount($selectid, $htmlname='account_num_aux', $showempty=0, $morecss='maxwidth200')
         {
    +        // phpcs:enable
     
     		$aux_account = array();
     
    @@ -398,6 +408,7 @@ class FormAccounting extends Form
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return HTML combo list of years existing into book keepping
     	 *
    @@ -409,6 +420,7 @@ class FormAccounting extends Form
     	 */
     	function selectyear_accountancy_bookkepping($selected = '', $htmlname = 'yearid', $useempty = 0, $output_format = 'html')
     	{
    +        // phpcs:enable
     	    global $conf;
     
     		$out_array = array();
    diff --git a/htdocs/core/class/html.formactions.class.php b/htdocs/core/class/html.formactions.class.php
    index a0468da2726..25a3973cbd8 100644
    --- a/htdocs/core/class/html.formactions.class.php
    +++ b/htdocs/core/class/html.formactions.class.php
    @@ -33,7 +33,7 @@ class FormActions
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
    @@ -48,10 +48,10 @@ class FormActions
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Show list of action status
          *
    @@ -66,6 +66,7 @@ class FormActions
          */
         function form_select_status_action($formname, $selected, $canedit=1, $htmlname='complete', $showempty=0, $onlyselect=0, $morecss='maxwidth100')
         {
    +        // phpcs:enable
             global $langs,$conf;
     
             $listofstatus = array(
    @@ -313,6 +314,7 @@ class FormActions
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Output html select list of type of event
          *
    @@ -327,6 +329,7 @@ class FormActions
          */
         function select_type_actions($selected='', $htmlname='actioncode', $excludetype='', $onlyautoornot=0, $hideinfohelp=0, $multiselect=0, $nooutput=0)
         {
    +        // phpcs:enable
             global $langs,$user,$form,$conf;
     
             if (! is_object($form)) $form=new Form($db);
    @@ -366,5 +369,4 @@ class FormActions
             else print $out;
             return '';
         }
    -
     }
    diff --git a/htdocs/core/class/html.formadmin.class.php b/htdocs/core/class/html.formadmin.class.php
    index 16d59197c24..510b34c8f47 100644
    --- a/htdocs/core/class/html.formadmin.class.php
    +++ b/htdocs/core/class/html.formadmin.class.php
    @@ -29,15 +29,8 @@
      */
     class FormAdmin
     {
    -	/**
    -     * @var DoliDB Database handler.
    -     */
    -    public $db;
    -	
    -	/**
    -	 * @var string Error code (or message)
    -	 */
    -	public $error='';
    +	var $db;
    +	var $error;
     
     
     	/**
    @@ -48,9 +41,9 @@ class FormAdmin
     	function __construct($db)
     	{
     		$this->db = $db;
    -		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    	Return html select list with available languages (key='en_US', value='United States' for example)
     	 *
    @@ -62,12 +55,13 @@ class FormAdmin
     	 *      @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
    -	 *      @param      int         $showcode       Add language code into label
    +	 *      @param      int         $showcode       1=Add language code into label at begining, 2=Add language code into label at end
     	 *      @param		int			$forcecombo		Force to use combo box (so no ajax beautify effect)
     	 *      @return		string						Return HTML select string with list of languages
    -	 */
    +     */
     	function select_language($selected='', $htmlname='lang_id', $showauto=0, $filter=null, $showempty='', $showwarning=0, $disabled=0, $morecss='', $showcode=0, $forcecombo=0)
     	{
    +		// phpcs:enable
     		global $langs;
     
     		$langs_available=$langs->get_available_languages(DOL_DOCUMENT_ROOT,12);
    @@ -95,8 +89,9 @@ class FormAdmin
     
     		foreach ($langs_available as $key => $value)
     		{
    -		    $valuetoshow=$value;
    -		    if ($showcode) $valuetoshow=$key.' - '.$value;
    +			$valuetoshow=$value;
    +			if ($showcode == 1) $valuetoshow=$key.' - '.$value;
    +			if ($showcode == 2) $valuetoshow=$value.' ('.$key.')';
     
     			if ($filter && is_array($filter))
     			{
    @@ -126,6 +121,7 @@ class FormAdmin
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *    Return list of available menus (eldy_backoffice, ...)
          *
    @@ -137,6 +133,7 @@ class FormAdmin
          */
         function select_menu($selected, $htmlname, $dirmenuarray, $moreattrib='')
         {
    +		// phpcs:enable
             global $langs,$conf;
     
             // Clean parameters
    @@ -215,6 +212,7 @@ class FormAdmin
     		print '</select>';
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return combo list of available menu families
          *
    @@ -225,6 +223,7 @@ class FormAdmin
          */
         function select_menu_families($selected, $htmlname, $dirmenuarray)
         {
    +		// phpcs:enable
     		global $langs,$conf;
     
             //$expdevmenu=array('smartphone_backoffice.php','smartphone_frontoffice.php');  // Menu to disable if $conf->global->MAIN_FEATURES_LEVEL is not set
    @@ -286,6 +285,7 @@ class FormAdmin
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return a HTML select list of timezones
          *
    @@ -295,6 +295,7 @@ class FormAdmin
          */
         function select_timezone($selected,$htmlname)
         {
    +		// phpcs:enable
     		global $langs,$conf;
     
             print '<select class="flat" id="'.$htmlname.'" name="'.$htmlname.'">';
    @@ -338,17 +339,19 @@ class FormAdmin
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *    	Return html select list with available languages (key='en_US', value='United States' for example)
    +	 *  Return html select list with available languages (key='en_US', value='United States' for example)
     	 *
    -	 *    	@param      string	$selected       Paper format pre-selected
    -	 *    	@param      string	$htmlname       Name of HTML select field
    -	 * 		@param		string	$filter			Value to filter on code
    -	 * 		@param		int		$showempty		Add empty value
    -	 * 		@return		string					Return HTML output
    +	 *  @param      string	$selected       Paper format pre-selected
    +	 *  @param      string	$htmlname       Name of HTML select field
    +	 * 	@param		string	$filter			Value to filter on code
    +	 * 	@param		int		$showempty		Add empty value
    +	 * 	@return		string					Return HTML output
     	 */
     	function select_paper_format($selected='',$htmlname='paperformat_id',$filter=0,$showempty=0)
     	{
    +		// phpcs:enable
     		global $langs;
     
     		$langs->load("dict");
    diff --git a/htdocs/core/class/html.formbarcode.class.php b/htdocs/core/class/html.formbarcode.class.php
    index 34d56cee853..eb08aab6de7 100644
    --- a/htdocs/core/class/html.formbarcode.class.php
    +++ b/htdocs/core/class/html.formbarcode.class.php
    @@ -1,21 +1,22 @@
     <?php
    -/* Copyright (C) 2007-2012	Regis Houssin		<regis.houssin@capnetworks.com>
    - * Copyright (C) 2008-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
    -*
    -* 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/>.
    -*
    -*/
    +/* Copyright (C) 2007-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2008-2012  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
    + *
    + * 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/>.
    + *
    + */
     
     /**
      *      \file       htdocs/core/class/html.formbarcode.class.php
    @@ -32,22 +33,21 @@ class FormBarCode
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
    -	 * @var string Error code (or message)
    -	 */
    -	public $error='';
    +     * @var string Error code (or message)
    +     */
    +    public $error='';
     
     
         /**
    -     *	Constructor
    +     *  Constructor
          *
    -     *	@param	DoliDB		$db		Database handler
    +     *  @param  DoliDB		$db		Database handler
          */
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    @@ -103,17 +103,35 @@ class FormBarCode
             return $select_encoder;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     *	Return form to select type of barcode
    +     *  Print form to select type of barcode
          *
    -     *	@param	int		$selected          Id code pre-selected
    -     *  @param	string	$htmlname          Name of HTML select field
    -     *  @param  int		$useempty          Affiche valeur vide dans liste
    -     *  @return	void
    +     *  @param  int     $selected          Id code pre-selected
    +     *  @param  string  $htmlname          Name of HTML select field
    +     *  @param  int     $useempty          Affiche valeur vide dans liste
    +     *  @return void
    +     *  @deprecated
          */
    -    function select_barcode_type($selected='',$htmlname='barcodetype_id',$useempty=0)
    +    function select_barcode_type($selected='', $htmlname='barcodetype_id', $useempty=0)
         {
    -        global $langs,$conf;
    +        // phpcs:enable
    +        print $this->selectBarcodeType($selected, $htmlname, $useempty);
    +    }
    +
    +    /**
    +     *  Return html form to select type of barcode
    +     *
    +     *  @param  int     $selected          Id code pre-selected
    +     *  @param  string  $htmlname          Name of HTML select field
    +     *  @param  int     $useempty          Display empty value in select
    +     *  @return string
    +     */
    +    function selectBarcodeType($selected='', $htmlname='barcodetype_id', $useempty=0)
    +    {
    +        global $langs, $conf;
    +
    +        $out = '';
     
             $sql = "SELECT rowid, code, libelle";
             $sql.= " FROM ".MAIN_DB_PREFIX."c_barcode_type";
    @@ -122,46 +140,40 @@ class FormBarCode
             $sql.= " ORDER BY code";
     
             $result = $this->db->query($sql);
    -        if ($result)
    -        {
    +        if ($result) {
                 $num = $this->db->num_rows($result);
                 $i = 0;
     
    -            if ($useempty && $num > 0)
    -            {
    -                print '<select class="flat minwidth75imp" name="'.$htmlname.'" id="select_'.$htmlname.'">';
    -                print '<option value="0">&nbsp;</option>';
    -            }
    -            else
    -            {
    +            if ($useempty && $num > 0) {
    +                $out .= '<select class="flat minwidth75imp" name="' . $htmlname . '" id="select_' . $htmlname . '">';
    +                $out .= '<option value="0">&nbsp;</option>';
    +            } else {
                     $langs->load("errors");
    -                print '<select disabled class="flat minwidth75imp" name="'.$htmlname.'" id="select_'.$htmlname.'">';
    -                print '<option value="0" selected>'.$langs->trans('ErrorNoActivatedBarcode').'</option>';
    +                $out .= '<select disabled class="flat minwidth75imp" name="' . $htmlname . '" id="select_' . $htmlname . '">';
    +                $out .= '<option value="0" selected>' . $langs->trans('ErrorNoActivatedBarcode') . '</option>';
                 }
     
    -            while ($i < $num)
    -            {
    +            while ($i < $num) {
                     $obj = $this->db->fetch_object($result);
    -                if ($selected == $obj->rowid)
    -                {
    -                    print '<option value="'.$obj->rowid.'" selected>';
    +                if ($selected == $obj->rowid) {
    +                    $out .= '<option value="' . $obj->rowid . '" selected>';
    +                } else {
    +                    $out .= '<option value="' . $obj->rowid . '">';
                     }
    -                else
    -                {
    -                    print '<option value="'.$obj->rowid.'">';
    -                }
    -                print $obj->libelle;
    -                print '</option>';
    +                $out .= $obj->libelle;
    +                $out .= '</option>';
                     $i++;
                 }
    -            print "</select>";
    -            print ajax_combobox("select_".$htmlname);
    +            $out .= "</select>";
    +            $out .= ajax_combobox("select_".$htmlname);
             }
             else {
                 dol_print_error($this->db);
             }
    +        return $out;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Show form to select type of barcode
          *
    @@ -169,23 +181,37 @@ class FormBarCode
          *  @param  int			$selected    	Id condition preselected
          *  @param  string		$htmlname    	Nom du formulaire select
          *  @return	void
    +     *  @deprecated
          */
         function form_barcode_type($page, $selected='', $htmlname='barcodetype_id')
         {
    -        global $langs,$conf;
    -        if ($htmlname != "none")
    -        {
    -            print '<form method="post" action="'.$page.'">';
    -            print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    -            print '<input type="hidden" name="action" value="set'.$htmlname.'">';
    -            print '<table class="nobordernopadding" cellpadding="0" cellspacing="0">';
    -            print '<tr><td>';
    -            $this->select_barcode_type($selected, $htmlname, 1);
    -            print '</td>';
    -            print '<td align="left"><input type="submit" class="button" value="'.$langs->trans("Modify").'">';
    -            print '</td></tr></table></form>';
    -        }
    +        // phpcs:enable
    +        print $this->formBarcodeType($page, $selected, $htmlname);
         }
     
    +    /**
    +     *  Return html form to select type of barcode
    +     *
    +     *  @param  string      $page           Page
    +     *  @param  int         $selected       Id condition preselected
    +     *  @param  string      $htmlname       Nom du formulaire select
    +     *  @return string
    +     */
    +    function formBarcodeType($page, $selected='', $htmlname='barcodetype_id')
    +    {
    +        global $langs, $conf;
    +        $out = '';
    +        if ($htmlname != "none") {
    +            $out .= '<form method="post" action="' . $page . '">';
    +            $out .= '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
    +            $out .= '<input type="hidden" name="action" value="set'.$htmlname.'">';
    +            $out .= '<table class="nobordernopadding" cellpadding="0" cellspacing="0">';
    +            $out .= '<tr><td>';
    +            $out .= $this->selectBarcodeType($selected, $htmlname, 1);
    +            $out .= '</td>';
    +            $out .= '<td align="left"><input type="submit" class="button" value="' . $langs->trans("Modify") . '">';
    +            $out .= '</td></tr></table></form>';
    +        }
    +        return $out;
    +    }
     }
    -
    diff --git a/htdocs/core/class/html.formcompany.class.php b/htdocs/core/class/html.formcompany.class.php
    index d422fa379c4..273a84cbc94 100644
    --- a/htdocs/core/class/html.formcompany.class.php
    +++ b/htdocs/core/class/html.formcompany.class.php
    @@ -35,13 +35,12 @@ class FormCompany
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
     
    -
     	/**
     	 *	Constructor
     	 *
    @@ -50,11 +49,10 @@ class FormCompany
     	function __construct($db)
     	{
     		$this->db = $db;
    -
    -		return 1;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    	Return list of labels (translated) of third parties type
     	 *
    @@ -64,6 +62,7 @@ class FormCompany
     	 */
     	function typent_array($mode=0, $filter='')
     	{
    +        // phpcs:enable
     		global $langs,$mysoc;
     
     		$effs = array();
    @@ -96,6 +95,7 @@ class FormCompany
     		return $effs;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Renvoie la liste des types d'effectifs possibles (pas de traduction car nombre)
     	 *
    @@ -105,6 +105,7 @@ class FormCompany
     	 */
     	function effectif_array($mode=0, $filter='')
     	{
    +        // phpcs:enable
     		$effs = array();
     
     		$sql = "SELECT id, code, libelle";
    @@ -134,6 +135,7 @@ class FormCompany
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Affiche formulaire de selection des modes de reglement
     	 *
    @@ -145,6 +147,7 @@ class FormCompany
     	 */
     	function form_prospect_level($page, $selected='', $htmlname='prospect_level_id', $empty=0)
     	{
    +        // phpcs:enable
     		global $user, $langs;
     
     		print '<form method="post" action="'.$page.'">';
    @@ -183,6 +186,7 @@ class FormCompany
     		print '</form>';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Retourne la liste deroulante des departements/province/cantons tout pays confondu ou pour un pays donne.
     	 *   Dans le cas d'une liste tout pays confondus, l'affichage fait une rupture sur le pays.
    @@ -197,9 +201,11 @@ class FormCompany
     	 */
     	function select_departement($selected='',$country_codeid=0, $htmlname='state_id')
     	{
    +        // phpcs:enable
     		print $this->select_state($selected,$country_codeid, $htmlname);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Retourne la liste deroulante des departements/province/cantons tout pays confondu ou pour un pays donne.
     	 *    Dans le cas d'une liste tout pays confondus, l'affichage fait une rupture sur le pays.
    @@ -215,6 +221,7 @@ class FormCompany
     	 */
     	function select_state($selected='',$country_codeid=0, $htmlname='state_id')
     	{
    +        // phpcs:enable
     		global $conf,$langs,$user;
     
     		dol_syslog(get_class($this)."::select_departement selected=".$selected.", country_codeid=".$country_codeid,LOG_DEBUG);
    @@ -272,7 +279,7 @@ class FormCompany
     						}
     
     						// Si traduction existe, on l'utilise, sinon on prend le libelle par defaut
    -						if(!empty($conf->global->MAIN_SHOW_STATE_CODE) &&
    +						if (!empty($conf->global->MAIN_SHOW_STATE_CODE) &&
     						($conf->global->MAIN_SHOW_STATE_CODE == 1 || $conf->global->MAIN_SHOW_STATE_CODE == 2 || $conf->global->MAIN_SHOW_STATE_CODE === 'all')) {
     							if(!empty($conf->global->MAIN_SHOW_REGION_IN_STATE_SELECT) && $conf->global->MAIN_SHOW_REGION_IN_STATE_SELECT == 1) {
     								$out.= $obj->region_name . ' - ' . $obj->code . ' - ' . ($langs->trans($obj->code)!=$obj->code?$langs->trans($obj->code):($obj->name!='-'?$obj->name:''));
    @@ -314,6 +321,7 @@ class FormCompany
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Retourne la liste deroulante des regions actives dont le pays est actif
     	 *   La cle de la liste est le code (il peut y avoir plusieurs entree pour
    @@ -326,6 +334,7 @@ class FormCompany
     	 */
     	function select_region($selected='',$htmlname='region_id')
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     		$langs->load("dict");
     
    @@ -380,6 +389,7 @@ class FormCompany
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return combo list with people title
     	 *
    @@ -390,6 +400,7 @@ class FormCompany
     	 */
     	function select_civility($selected='',$htmlname='civility_id',$morecss='maxwidth100')
     	{
    +        // phpcs:enable
     		global $conf,$langs,$user;
     		$langs->load("dict");
     
    @@ -436,6 +447,7 @@ class FormCompany
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Retourne la liste deroulante des formes juridiques tous pays confondus ou pour un pays donne.
     	 *    Dans le cas d'une liste tous pays confondu, on affiche une rupture sur le pays.
    @@ -449,9 +461,11 @@ class FormCompany
     	 */
     	function select_forme_juridique($selected='', $country_codeid=0, $filter='')
     	{
    +        // phpcs:enable
     		print $this->select_juridicalstatus($selected, $country_codeid, $filter);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Retourne la liste deroulante des formes juridiques tous pays confondus ou pour un pays donne.
     	 *    Dans le cas d'une liste tous pays confondu, on affiche une rupture sur le pays
    @@ -464,6 +478,7 @@ class FormCompany
     	 */
     	function select_juridicalstatus($selected='', $country_codeid=0, $filter='', $htmlname='forme_juridique_code')
     	{
    +        // phpcs:enable
     		global $conf,$langs,$user;
     		$langs->load("dict");
     
    @@ -746,6 +761,7 @@ class FormCompany
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Return a select list with zip codes and their town
     	 *
    @@ -760,6 +776,7 @@ class FormCompany
     	 */
     	function select_ziptown($selected='', $htmlname='zipcode', $fields='', $fieldsize=0, $disableautocomplete=0, $moreattrib='',$morecss='')
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$out='';
    @@ -777,6 +794,7 @@ class FormCompany
     		return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return HTML string to use as input of professional id into a HTML page (siren, siret, etc...)
          *
    @@ -789,6 +807,7 @@ class FormCompany
          */
         function get_input_id_prof($idprof,$htmlname,$preselected,$country_code,$morecss='maxwidth100onsmartphone quatrevingtpercent')
         {
    +        // phpcs:enable
             global $conf,$langs;
     
             $formlength=0;
    @@ -827,6 +846,7 @@ class FormCompany
             return $out;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return a HTML select with localtax values for thirdparties
          *
    @@ -837,10 +857,11 @@ class FormCompany
          */
         function select_localtax($local, $selected, $htmlname)
         {
    -    	$tax=get_localtax_by_third($local);
    +        // phpcs:enable
    +        $tax=get_localtax_by_third($local);
     
    -    	$num = $this->db->num_rows($tax);
    -    	$i = 0;
    +        $num = $this->db->num_rows($tax);
    +        $i = 0;
         	if ($num)
         	{
         		$valors=explode(":", $tax);
    @@ -867,6 +888,4 @@ class FormCompany
         		}
         	}
         }
    -
     }
    -
    diff --git a/htdocs/core/class/html.formcontract.class.php b/htdocs/core/class/html.formcontract.class.php
    index 0434dc1e0a8..5bdb00cfc40 100644
    --- a/htdocs/core/class/html.formcontract.class.php
    +++ b/htdocs/core/class/html.formcontract.class.php
    @@ -31,7 +31,7 @@ class FormContract
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
    @@ -49,6 +49,7 @@ class FormContract
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show a combo list with contracts qualified for a third party
     	 *
    @@ -61,6 +62,7 @@ class FormContract
     	 */
     	function select_contract($socid=-1, $selected='', $htmlname='contrattid', $maxlength=16, $showempty=1)
     	{
    +        // phpcs:enable
     		global $db,$user,$conf,$langs;
     
     		$hideunselectables = false;
    @@ -173,11 +175,11 @@ class FormContract
     	 *	@param  string	$htmlname   Nom de la zone html
     	 *	@param	int		$maxlength	Maximum length of label
     	 *	@param	int		$showempty	Show empty line
    -	 *	@return int         		Nbr of project if OK, <0 if KO
    +	 *	@return int                 Nbr of project if OK, <0 if KO
     	 */
     	function formSelectContract($page, $socid=-1, $selected='', $htmlname='contrattid', $maxlength=16, $showempty=1)
     	{
    -	    global $langs;
    +        global $langs;
     
             print "\n";
             print '<form method="post" action="'.$page.'">';
    @@ -186,6 +188,5 @@ class FormContract
             $this->select_contract($socid, $selected, $htmlname, $maxlength, $showempty);
             print '<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
             print '</form>';
    -	}
    -
    +    }
     }
    diff --git a/htdocs/core/class/html.formcron.class.php b/htdocs/core/class/html.formcron.class.php
    index 92cbcc52334..94747481cb0 100644
    --- a/htdocs/core/class/html.formcron.class.php
    +++ b/htdocs/core/class/html.formcron.class.php
    @@ -32,7 +32,7 @@ class FormCron extends Form
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -46,10 +46,10 @@ class FormCron extends Form
     	function __construct($db)
     	{
     		$this->db = $db;
    -		return 1;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Display On Off selector
     	 *
    @@ -60,6 +60,7 @@ class FormCron extends Form
     	 */
     	function select_typejob($htmlname,$selected=0,$readonly=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$langs->load('cron@cron');
    diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
    index 15e22944d83..4a59e28f044 100644
    --- a/htdocs/core/class/html.formfile.class.php
    +++ b/htdocs/core/class/html.formfile.class.php
    @@ -40,7 +40,7 @@ class FormFile
     	 * @var string Error code (or message)
     	 */
     	public $error;
    -	
    +
     	public $numoffiles;
     	public $infofiles;			// Used to return informations by function getDocumentsLink
     
    @@ -54,10 +54,10 @@ class FormFile
     	{
     		$this->db = $db;
     		$this->numoffiles=0;
    -		return 1;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show form to upload a new file.
     	 *
    @@ -79,6 +79,7 @@ class FormFile
     	 */
     	function form_attach_new_file($url, $title='', $addcancel=0, $sectionid=0, $perm=1, $size=50, $object='', $options='', $useajax=1, $savingdocmask='', $linkfiles=1, $htmlname='formuserfile', $accept='', $sectiondir='')
     	{
    +        // phpcs:enable
     		global $conf,$langs, $hookmanager;
     		$hookmanager->initHooks(array('formfile'));
     
    @@ -126,11 +127,12 @@ class FormFile
     			if (preg_match('/g$/i',$maxphp)) $maxphp=$maxphp*1024*1024;
     			if (preg_match('/t$/i',$maxphp)) $maxphp=$maxphp*1024*1024*1024;
     			// Now $max and $maxphp are in Kb
    -			if ($maxphp > 0) $max=min($max,$maxphp);
    +			$maxmin = $max;
    +			if ($maxphp > 0) $maxmin=min($max,$maxphp);
     
    -			if ($max > 0)
    +			if ($maxmin > 0)
     			{
    -				$out .= '<input type="hidden" name="max_file_size" value="'.($max*1024).'">';
    +				$out .= '<input type="hidden" name="max_file_size" value="'.($maxmin*1024).'">';
     			}
     
     			$out .= '<input class="flat minwidth400" type="file"';
    @@ -183,7 +185,7 @@ class FormFile
     
     			if ($linkfiles)
     			{
    -				$out .= "\n<!-- Start form attach new link -->\n";
    +				$out .= "\n<!-- Start form link new url -->\n";
     				$langs->load('link');
     				$title = $langs->trans("LinkANewFile");
     				$out .= load_fiche_titre($title, null, null);
    @@ -211,25 +213,25 @@ class FormFile
     				$out .= '</div>';
     				$out .= '<div class="clearboth"></div>';
     				$out .= '</form><br>';
    -				$parameters = array('socid'=>(isset($GLOBALS['socid'])?$GLOBALS['socid']:''),'id'=>(isset($GLOBALS['id'])?$GLOBALS['id']:''), 'url'=>$url, 'perm'=>$perm);
    -				$res = $hookmanager->executeHooks('formattachOptions',$parameters,$object);
     
    -				$out .= "\n<!-- End form attach new file -->\n";
    +				$out .= "\n<!-- End form link new url -->\n";
     			}
     
    +			$parameters = array('socid'=>(isset($GLOBALS['socid'])?$GLOBALS['socid']:''), 'id'=>(isset($GLOBALS['id'])?$GLOBALS['id']:''), 'url'=>$url, 'perm'=>$perm);
    +			$res = $hookmanager->executeHooks('formattachOptions',$parameters,$object);
     			if (empty($res))
     			{
     				print '<div class="attacharea attacharea'.$htmlname.'">';
     				print $out;
     				print '</div>';
     			}
    -
     			print $hookmanager->resPrint;
     
     			return 1;
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Show the box with list of available documents for object
     	 *
    @@ -254,6 +256,7 @@ class FormFile
     	 */
     	function show_documents($modulepart,$modulesubdir,$filedir,$urlsource,$genallowed,$delallowed=0,$modelselected='',$allowgenifempty=1,$forcenomultilang=0,$iconPDF=0,$notused=0,$noform=0,$param='',$title='',$buttonlabel='',$codelang='')
     	{
    +        // phpcs:enable
     		$this->numoffiles=0;
     		print $this->showdocuments($modulepart,$modulesubdir,$filedir,$urlsource,$genallowed,$delallowed,$modelselected,$allowgenifempty,$forcenomultilang,$iconPDF,$notused,$noform,$param,$title,$buttonlabel,$codelang);
     		return $this->numoffiles;
    @@ -676,7 +679,7 @@ class FormFile
     				$formadmin=new FormAdmin($this->db);
     				$defaultlang=$codelang?$codelang:$langs->getDefaultLang();
     				$morecss='maxwidth150';
    -				if (! empty($conf->browser->phone)) $morecss='maxwidth100';
    +				if ($conf->browser->layout == 'phone') $morecss='maxwidth100';
     				$out.= $formadmin->select_language($defaultlang, 'lang_id', 0, 0, 0, 0, 0, $morecss);
     			}
     			else
    @@ -912,7 +915,7 @@ class FormFile
     		if (! empty($file_list))
     		{
     			$out='<dl class="dropdown inline-block">
    -    			<dt><a data-ajax="false" href="#" onClick="return false;">'.img_picto('', 'listlight', '', 0, 0, 0, '', 'valignbottom').'</a></dt>
    +    			<dt><a data-ajax="false" href="#" onClick="return false;">'.img_picto('', 'listlight', '', 0, 0, 0, '', 'valignmiddle').'</a></dt>
         			<dd><div class="multichoicedoc" style="position:absolute;left:100px;" ><ul class="ulselectedfields" style="display: none;">';
     			$tmpout='';
     
    @@ -979,6 +982,7 @@ class FormFile
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show list of documents in $filearray (may be they are all in same directory but may not)
     	 *  This also sync database if $upload_dir is defined.
    @@ -1010,6 +1014,7 @@ class FormFile
     	 */
     	function list_of_documents($filearray,$object,$modulepart,$param='',$forcedownload=0,$relativepath='',$permonobject=1,$useinecm=0,$textifempty='',$maxlength=0,$title='',$url='', $showrelpart=0, $permtoeditline=-1,$upload_dir='',$sortfield='',$sortorder='ASC', $disablemove=1, $addfilterfields=0)
     	{
    +        // phpcs:enable
     		global $user, $conf, $langs, $hookmanager;
     		global $sortfield, $sortorder, $maxheightmini;
     		global $dolibarr_main_url_root;
    @@ -1315,7 +1320,7 @@ class FormFile
     
     						if (empty($disablemove))
     						{
    -							if ($nboffiles > 1 && empty($conf->browser->phone)) {
    +							if ($nboffiles > 1 && $conf->browser->layout != 'phone') {
     								print '<td align="center" class="linecolmove tdlineupdown">';
     								if ($i > 0) {
     									print '<a class="lineupdown" href="'.$_SERVER["PHP_SELF"].'?id='.$this->id.'&amp;action=up&amp;rowid='.$line->id.'">'.img_up('default',0,'imgupforline').'</a>';
    @@ -1326,7 +1331,7 @@ class FormFile
     								print '</td>';
     							}
     							else {
    -							   	print '<td align="center"'.((empty($conf->browser->phone) && empty($disablemove)) ?' class="linecolmove tdlineupdown"':' class="linecolmove"').'>';
    +							   	print '<td align="center"'.(($conf->browser->layout != 'phone' && empty($disablemove)) ?' class="linecolmove tdlineupdown"':' class="linecolmove"').'>';
     							   	print '</td>';
     							}
     					   }
    @@ -1376,6 +1381,7 @@ class FormFile
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show list of documents in a directory
     	 *
    @@ -1396,6 +1402,7 @@ class FormFile
     	 */
     	function list_of_autoecmfiles($upload_dir, $filearray, $modulepart, $param, $forcedownload=0, $relativepath='', $permtodelete=1, $useinecm=0, $textifempty='', $maxlength=0, $url='', $addfilterfields=0)
     	{
    +        // phpcs:enable
     		global $user, $conf, $langs, $form;
     		global $sortfield, $sortorder;
     		global $search_doc_ref;
    @@ -1658,7 +1665,6 @@ class FormFile
     
     		// Include template
     		include DOL_DOCUMENT_ROOT.'/core/tpl/ajax/fileupload_view.tpl.php';
    -
     	}
     
     	/**
    @@ -1830,6 +1836,4 @@ class FormFile
     		}
     		return $out;
     	}
    -
     }
    -
    diff --git a/htdocs/core/class/html.formintervention.class.php b/htdocs/core/class/html.formintervention.class.php
    index 62950626e2d..ae35b74fad9 100644
    --- a/htdocs/core/class/html.formintervention.class.php
    +++ b/htdocs/core/class/html.formintervention.class.php
    @@ -31,7 +31,7 @@ class FormIntervention
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
    @@ -49,6 +49,7 @@ class FormIntervention
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show a combo list with contracts qualified for a third party
     	 *
    @@ -61,6 +62,7 @@ class FormIntervention
     	 */
     	function select_interventions($socid=-1, $selected='', $htmlname='interventionid', $maxlength=16, $showempty=1)
     	{
    +        // phpcs:enable
     		global $db,$user,$conf,$langs;
     
     		$out='';
    diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
    index 0a1e3c26f2f..c80358315c6 100644
    --- a/htdocs/core/class/html.formmail.class.php
    +++ b/htdocs/core/class/html.formmail.class.php
    @@ -1,9 +1,9 @@
     <?php
     /* Copyright (C) 2005-2012 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2012 Regis Houssin		<regis.houssin@capnetworks.com>
    - * Copyright (C) 2010-2011 Juanjo Menent		<jmenent@2byte.es>
    + * Copyright (C) 2005-2012 Regis Houssin	    <regis.houssin@capnetworks.com>
    + * Copyright (C) 2010-2011 Juanjo Menent	    <jmenent@2byte.es>
      * Copyright (C) 2015-2017 Marcos García        <marcosgdf@gmail.com>
    - * Copyright (C) 2015-2017 Nicolas ZABOURI        <info@inovea-conseil.com>
    + * Copyright (C) 2015-2017 Nicolas ZABOURI      <info@inovea-conseil.com>
      *
      * 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
    @@ -40,50 +40,53 @@ class FormMail extends Form
          */
         public $db;
     
    -	var $withform;				// 1=Include HTML form tag and show submit button, 0=Do not include form tag and submit button, -1=Do not include form tag but include submit button
    +	public $withform;				// 1=Include HTML form tag and show submit button, 0=Do not include form tag and submit button, -1=Do not include form tag but include submit button
     
    -	var $fromname;
    -	var $frommail;
    -	var $replytoname;
    -	var $replytomail;
    -	var $toname;
    -	var $tomail;
    -	var $trackid;
    +	public $fromname;
    +	public $frommail;
    +	public $replytoname;
    +	public $replytomail;
    +	public $toname;
    +	public $tomail;
    +	public $trackid;
    +
    +	public $withsubstit;			// Show substitution array
    +	public $withfrom;
     
    -	var $withsubstit;			// Show substitution array
    -	var $withfrom;
     	/**
     	 * @var int
     	 * @deprecated Fill withto with array before calling method.
     	 * @see withto
     	 */
     	public $withtosocid;
    +
     	/**
     	 * @var int|int[]
     	 */
     	public $withto;				// Show recipient emails
    -	var $withtofree;			// Show free text for recipient emails
    -	var $withtocc;
    -	var $withtoccc;
    -	var $withtopic;
    -	var $withfile;				// 0=No attaches files, 1=Show attached files, 2=Can add new attached files
    -	var $withmaindocfile;		// 1=Add a checkbox "Attach also main document" for mass actions (checked by default), -1=Add checkbox (not checked by default)
    -	var $withbody;
     
    -	var $withfromreadonly;
    -	var $withreplytoreadonly;
    -	var $withtoreadonly;
    -	var $withtoccreadonly;
    -	var $withtocccreadonly;
    -	var $withtopicreadonly;
    -	var $withfilereadonly;
    -	var $withdeliveryreceipt;
    -	var $withcancel;
    -	var $withfckeditor;
    +	public $withtofree;			// Show free text for recipient emails
    +	public $withtocc;
    +	public $withtoccc;
    +	public $withtopic;
    +	public $withfile;				// 0=No attaches files, 1=Show attached files, 2=Can add new attached files
    +	public $withmaindocfile;		// 1=Add a checkbox "Attach also main document" for mass actions (checked by default), -1=Add checkbox (not checked by default)
    +	public $withbody;
     
    -	var $substit=array();
    -	var $substit_lines=array();
    -	var $param=array();
    +	public $withfromreadonly;
    +	public $withreplytoreadonly;
    +	public $withtoreadonly;
    +	public $withtoccreadonly;
    +	public $withtocccreadonly;
    +	public $withtopicreadonly;
    +	public $withfilereadonly;
    +	public $withdeliveryreceipt;
    +	public $withcancel;
    +	public $withfckeditor;
    +
    +	public $substit=array();
    +	public $substit_lines=array();
    +	public $param=array();
     
     	public $withtouser=array();
     	public $withtoccuser=array();
    @@ -129,10 +132,9 @@ class FormMail extends Form
     		$this->withbodyreadonly=0;
     		$this->withdeliveryreceiptreadonly=0;
     		$this->withfckeditor=-1;	// -1 = Auto
    -
    -		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Clear list of attached files in send mail form (also stored in session)
     	 *
    @@ -140,6 +142,7 @@ class FormMail extends Form
     	 */
     	function clear_attached_files()
     	{
    +        // phpcs:enable
     		global $conf,$user;
     		require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     
    @@ -154,6 +157,7 @@ class FormMail extends Form
     		unset($_SESSION["listofmimes".$keytoavoidconflict]);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Add a file into the list of attached files (stored in SECTION array)
     	 *
    @@ -164,6 +168,7 @@ class FormMail extends Form
     	 */
     	function add_attached_files($path, $file='', $type='')
     	{
    +        // phpcs:enable
     		$listofpaths=array();
     		$listofnames=array();
     		$listofmimes=array();
    @@ -186,6 +191,7 @@ class FormMail extends Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Remove a file from the list of attached files (stored in SECTION array)
     	 *
    @@ -194,6 +200,7 @@ class FormMail extends Form
     	 */
     	function remove_attached_files($keytodelete)
     	{
    +        // phpcs:enable
     		$listofpaths=array();
     		$listofnames=array();
     		$listofmimes=array();
    @@ -214,6 +221,7 @@ class FormMail extends Form
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return list of attached files (stored in SECTION array)
     	 *
    @@ -221,6 +229,7 @@ class FormMail extends Form
     	 */
     	function get_attached_files()
     	{
    +        // phpcs:enable
     		$listofpaths=array();
     		$listofnames=array();
     		$listofmimes=array();
    @@ -232,6 +241,7 @@ class FormMail extends Form
     		return array('paths'=>$listofpaths, 'names'=>$listofnames, 'mimes'=>$listofmimes);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show the form to input an email
     	 *  this->withfile: 0=No attaches files, 1=Show attached files, 2=Can add new attached files
    @@ -243,9 +253,11 @@ class FormMail extends Form
     	 */
     	function show_form($addfileaction='addfile',$removefileaction='removefile')
     	{
    +        // phpcs:enable
     		print $this->get_form($addfileaction,$removefileaction);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Get the form to input an email
     	 *  this->withfile: 0=No attaches files, 1=Show attached files, 2=Can add new attached files
    @@ -258,13 +270,13 @@ class FormMail extends Form
     	 */
     	function get_form($addfileaction='addfile', $removefileaction='removefile')
     	{
    +        // phpcs:enable
     		global $conf, $langs, $user, $hookmanager, $form;
     
     		if (! is_object($form)) $form=new Form($this->db);
     
    -		$langs->load("other");
    -		$langs->load("mails");
    -
    +		// Load translation files required by the page
    +        $langs->loadLangs(array('other', 'mails'));
     
     		// Clear temp files. Must be done at beginning, before call of triggers
     		if (GETPOST('mode','alpha') == 'init' || (GETPOST('modelmailselected','alpha') && GETPOST('modelmailselected','alpha') != '-1'))
    @@ -945,7 +957,8 @@ class FormMail extends Form
     
     				if (count($validpaymentmethod) > 0 && $paymenturl)
     				{
    -					$this->substit['__ONLINE_PAYMENT_TEXT_AND_URL__']=str_replace('\n',"\n",$langs->transnoentities("PredefinedMailContentLink", $paymenturl));
    +					$langs->load('other');
    +					$this->substit['__ONLINE_PAYMENT_TEXT_AND_URL__']=str_replace('\n', "\n", $langs->transnoentities("PredefinedMailContentLink", $paymenturl));
     					$this->substit['__ONLINE_PAYMENT_URL__']=$paymenturl;
     				}
     				else
    @@ -1385,7 +1398,6 @@ class FormMail extends Form
     
     		return $tmparray;
     	}
    -
     }
     
     
    @@ -1394,8 +1406,16 @@ class FormMail extends Form
      */
     class ModelMail
     {
    +	/**
    +	 * @var int ID
    +	 */
     	public $id;
    -	public $label;
    +
    +	/**
    +     * @var string Model mail label
    +     */
    +    public $label;
    +
     	public $topic;
     	public $content;
     	public $content_lines;
    diff --git a/htdocs/core/class/html.formmargin.class.php b/htdocs/core/class/html.formmargin.class.php
    index e891e3dacbe..cdd827145b0 100644
    --- a/htdocs/core/class/html.formmargin.class.php
    +++ b/htdocs/core/class/html.formmargin.class.php
    @@ -32,7 +32,7 @@ class FormMargin
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
    @@ -47,8 +47,6 @@ class FormMargin
         function __construct($db)
         {
             $this->db = $db;
    -
    -        return 1;
         }
     
     
    @@ -282,6 +280,5 @@ class FormMargin
     		print '</table>';
     		print '</div>';
     	}
    -
     }
     
    diff --git a/htdocs/core/class/html.formorder.class.php b/htdocs/core/class/html.formorder.class.php
    index 68fa96e03ee..781b3f76e4f 100644
    --- a/htdocs/core/class/html.formorder.class.php
    +++ b/htdocs/core/class/html.formorder.class.php
    @@ -100,6 +100,5 @@ class FormOrder extends Form
     
     		return 1;
     	}
    -
     }
     
    diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php
    index 6982a8a6971..f79e9eea53d 100644
    --- a/htdocs/core/class/html.formother.class.php
    +++ b/htdocs/core/class/html.formother.class.php
    @@ -38,7 +38,7 @@
     class FormOther
     {
         private $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
    @@ -53,11 +53,10 @@ class FormOther
         function __construct($db)
         {
             $this->db = $db;
    -
    -        return 1;
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Return HTML select list of export models
          *
    @@ -68,12 +67,13 @@ class FormOther
          *    @param    int		$fk_user          Utilisateur créant le modèle
          *    @return	void
          */
    -    function select_export_model($selected='',$htmlname='exportmodelid',$type='',$useempty=0, $fk_user=null)
    +    function select_export_model($selected='', $htmlname='exportmodelid', $type='', $useempty=0, $fk_user=null)
         {
    +        // phpcs:enable
             $sql = "SELECT rowid, label";
             $sql.= " FROM ".MAIN_DB_PREFIX."export_model";
             $sql.= " WHERE type = '".$type."'";
    -		if(!empty($fk_user))$sql.=" AND fk_user=".$fk_user;
    +		if (!empty($fk_user)) $sql.=" AND fk_user=".$fk_user;
             $sql.= " ORDER BY rowid";
             $result = $this->db->query($sql);
             if ($result)
    @@ -109,6 +109,7 @@ class FormOther
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Return list of export models
          *
    @@ -118,8 +119,9 @@ class FormOther
          *    @param    int		$useempty          Affiche valeur vide dans liste
          *    @return	void
          */
    -    function select_import_model($selected='',$htmlname='importmodelid',$type='',$useempty=0)
    +    function select_import_model($selected='', $htmlname='importmodelid', $type='', $useempty=0)
         {
    +        // phpcs:enable
             $sql = "SELECT rowid, label";
             $sql.= " FROM ".MAIN_DB_PREFIX."import_model";
             $sql.= " WHERE type = '".$type."'";
    @@ -158,6 +160,7 @@ class FormOther
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Return list of ecotaxes with label
          *
    @@ -165,8 +168,9 @@ class FormOther
          *    @param    string	$htmlname	Name of combo list
          *    @return	integer
          */
    -    function select_ecotaxes($selected='',$htmlname='ecotaxe_id')
    +    function select_ecotaxes($selected='', $htmlname='ecotaxe_id')
         {
    +        // phpcs:enable
             global $langs;
     
             $sql = "SELECT e.rowid, e.code, e.label, e.price, e.organization,";
    @@ -214,6 +218,7 @@ class FormOther
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Return list of revenue stamp for country
          *
    @@ -222,8 +227,9 @@ class FormOther
          *    @param    string	$country_code   Country Code
          *    @return	string					HTML select list
          */
    -    function select_revenue_stamp($selected='',$htmlname='revenuestamp',$country_code='')
    +    function select_revenue_stamp($selected='', $htmlname='revenuestamp', $country_code='')
         {
    +        // phpcs:enable
         	global $langs;
     
         	$out='';
    @@ -271,6 +277,7 @@ class FormOther
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Return a HTML select list to select a percent
          *
    @@ -285,6 +292,7 @@ class FormOther
          */
         function select_percent($selected=0,$htmlname='percent',$disabled=0,$increment=5,$start=0,$end=100,$showempty=0)
         {
    +        // phpcs:enable
             $return = '<select class="flat" name="'.$htmlname.'" '.($disabled?'disabled':'').'>';
             if ($showempty) $return.='<option value="-1"'.(($selected == -1 || $selected == '')?' selected':'').'>&nbsp;</option>';
     
    @@ -307,6 +315,7 @@ class FormOther
             return $return;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return select list for categories (to use in form search selectors)
          *
    @@ -321,6 +330,7 @@ class FormOther
          */
         function select_categories($type, $selected=0, $htmlname='search_categ', $nocateg=0, $showempty=1, $morecss='')
         {
    +        // phpcs:enable
             global $conf, $langs;
             require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
     
    @@ -367,6 +377,7 @@ class FormOther
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return select list for categories (to use in form search selectors)
          *
    @@ -380,6 +391,7 @@ class FormOther
          */
         function select_salesrepresentatives($selected,$htmlname,$user,$showstatus=0,$showempty=1,$morecss='')
         {
    +        // phpcs:enable
             global $conf,$langs;
             $langs->load('users');
     
    @@ -621,6 +633,7 @@ class FormOther
     		else print $textifnotdefined;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *		Output a HTML code to select a color
          *
    @@ -635,6 +648,7 @@ class FormOther
          */
         function select_color($set_color='', $prefix='f_color', $form_name='', $showcolorbox=1, $arrayofcolors='')
         {
    +        // phpcs:enable
         	print $this->selectColor($set_color, $prefix, $form_name, $showcolorbox, $arrayofcolors);
         }
     
    @@ -738,6 +752,7 @@ class FormOther
             return $out;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Creation d'un icone de couleur
          *
    @@ -750,6 +765,7 @@ class FormOther
          */
         function CreateColorIcon($color,$module,$name,$x='12',$y='12')
         {
    +        // phpcs:enable
             global $conf;
     
             $file = $conf->$module->dir_temp.'/'.$name.'.png';
    @@ -777,6 +793,7 @@ class FormOther
             ImageDestroy($image);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    	Return HTML combo list of week
          *
    @@ -787,15 +804,18 @@ class FormOther
          */
         function select_dayofweek($selected='',$htmlname='weekid',$useempty=0)
         {
    +        // phpcs:enable
             global $langs;
     
    -        $week = array(	0=>$langs->trans("Day0"),
    -        1=>$langs->trans("Day1"),
    -        2=>$langs->trans("Day2"),
    -        3=>$langs->trans("Day3"),
    -        4=>$langs->trans("Day4"),
    -        5=>$langs->trans("Day5"),
    -        6=>$langs->trans("Day6"));
    +        $week = array(
    +            0=>$langs->trans("Day0"),
    +            1=>$langs->trans("Day1"),
    +            2=>$langs->trans("Day2"),
    +            3=>$langs->trans("Day3"),
    +            4=>$langs->trans("Day4"),
    +            5=>$langs->trans("Day5"),
    +            6=>$langs->trans("Day6")
    +        );
     
             $select_week = '<select class="flat" name="'.$htmlname.'">';
             if ($useempty)
    @@ -819,6 +839,7 @@ class FormOther
             return $select_week;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *      Return HTML combo list of month
          *
    @@ -831,6 +852,7 @@ class FormOther
          */
         function select_month($selected='', $htmlname='monthid', $useempty=0, $longlabel=0, $morecss='')
         {
    +        // phpcs:enable
             global $langs;
     
             require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
    @@ -860,6 +882,7 @@ class FormOther
             return $select_month;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Return HTML combo list of years
          *
    @@ -876,6 +899,7 @@ class FormOther
          */
         function select_year($selected='',$htmlname='yearid',$useempty=0, $min_year=10, $max_year=5, $offset=0, $invert=0, $option='', $morecss='valignmiddle widthauto')
         {
    +        // phpcs:enable
             print $this->selectyear($selected,$htmlname,$useempty,$min_year,$max_year,$offset,$invert,$option,$morecss);
         }
     
    @@ -932,6 +956,7 @@ class FormOther
             return $out;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Show form to select address
          *
    @@ -945,6 +970,7 @@ class FormOther
          */
         function form_address($page, $selected, $socid, $htmlname='address_id', $origin='', $originid='')
         {
    +        // phpcs:enable
             global $langs,$conf;
             global $form;
     
    @@ -1016,7 +1042,7 @@ 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").')';
    -        		if (preg_match('/graph/',$box->class) && empty($conf->browser->phone))
    +        		if (preg_match('/graph/',$box->class) && $conf->browser->layout != 'phone')
             		{
             			$label=$label.' <span class="fa fa-bar-chart"></span>';
             		}
    @@ -1123,8 +1149,8 @@ class FormOther
     
             if ($nbboxactivated)
             {
    -        	$langs->load("boxes");
    -			$langs->load("projects");
    +        	// Load translation files required by the page
    +            $langs->loadLangs(array("boxes","projects"));
     
             	$emptybox=new ModeleBoxes($db);
     
    @@ -1150,7 +1176,7 @@ class FormOther
                     }
                 }
     
    -            if (empty($conf->browser->phone))
    +            if ($conf->browser->layout != 'phone')
                 {
                 	$emptybox->box_id='A';
                 	$emptybox->info_box_head=array();
    @@ -1177,7 +1203,7 @@ class FormOther
                     }
                 }
     
    -            if (empty($conf->browser->phone))
    +            if ($conf->browser->layout != 'phone')
                 {
                 	$emptybox->box_id='B';
                 	$emptybox->info_box_head=array();
    @@ -1193,6 +1219,7 @@ class FormOther
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return a HTML select list of a dictionary
          *
    @@ -1207,6 +1234,7 @@ class FormOther
          */
         function select_dictionary($htmlname,$dictionarytable,$keyfield='code',$labelfield='label',$selected='',$useempty=0,$moreattrib='')
         {
    +        // phpcs:enable
             global $langs, $conf;
     
             $langs->load("admin");
    @@ -1255,6 +1283,4 @@ class FormOther
                 dol_print_error($this->db);
             }
         }
    -
     }
    -
    diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php
    index 7a022c4cf52..04cc6705623 100644
    --- a/htdocs/core/class/html.formprojet.class.php
    +++ b/htdocs/core/class/html.formprojet.class.php
    @@ -33,7 +33,7 @@ class FormProjets
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -48,9 +48,9 @@ class FormProjets
     	function __construct($db)
     	{
     		$this->db = $db;
    -		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Output a combo list with projects qualified for a third party / user
     	 *
    @@ -73,6 +73,7 @@ class FormProjets
     	 */
     	function select_projects($socid=-1, $selected='', $htmlname='projectid', $maxlength=16, $option_only=0, $show_empty=1, $discard_closed=0, $forcefocus=0, $disabled=0, $mode = 0, $filterkey = '', $nooutput=0, $forceaddid=0, $morecss='', $htmlid='')
     	{
    +        // phpcs:enable
     		global $langs,$conf,$form;
     
     		$out='';
    @@ -118,6 +119,7 @@ class FormProjets
     		else return $out;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Returns an array with projects qualified for a third party
     	 *
    @@ -140,6 +142,7 @@ class FormProjets
     	 */
     	function select_projects_list($socid=-1, $selected='', $htmlname='projectid', $maxlength=24, $option_only=0, $show_empty=1, $discard_closed=0, $forcefocus=0, $disabled=0, $mode=0, $filterkey = '', $nooutput=0, $forceaddid=0, $htmlid='', $morecss='maxwidth500')
     	{
    +        // phpcs:enable
     		global $user,$conf,$langs;
     
     		require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
    @@ -468,6 +471,7 @@ class FormProjets
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Build a HTML select list of element of same thirdparty to suggest to link them to project
     	 *
    @@ -480,6 +484,7 @@ class FormProjets
     	 */
     	function select_element($table_element, $socid=0, $morecss='', $limitonstatus=-2,$projectkey="fk_projet")
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		if ($table_element == 'projet_task') return '';		// Special cas of element we never link to a project (already always done)
    @@ -488,7 +493,7 @@ class FormProjets
     		if (! in_array($table_element, array('don','expensereport_det','expensereport','loan','stock_mouvement','chargesociales'))) $linkedtothirdparty=true;
     
     		$sqlfilter='';
    -		
    +
     		//print $table_element;
     		switch ($table_element)
     		{
    @@ -621,10 +626,16 @@ class FormProjets
     			if ($num > 0)
     			{
     				$sellist = '<select class="flat oppstatus'.($morecss?' '.$morecss:'').'" id="'.$htmlname.'" name="'.$htmlname.'">';
    -				if ($showempty) $sellist.= '<option value="-1">&nbsp;</option>';    // Without &nbsp, strange move of screen when switching value
    -				if ($showallnone) $sellist.= '<option value="all"'.($preselected == 'all'?' selected="selected"':'').'>--'.$langs->trans("OnlyOpportunitiesShort").'--</option>';
    -				if ($showallnone) $sellist.= '<option value="openedopp"'.($preselected == 'openedopp'?' selected="selected"':'').'>--'.$langs->trans("OpenedOpportunitiesShort").'--</option>';
    -				if ($showallnone) $sellist.= '<option value="none"'.($preselected == 'none'?' selected="selected"':'').'>--'.$langs->trans("NotAnOpportunityShort").'--</option>';
    +				if ($showempty) {
    +                    // Without &nbsp, strange move of screen when switching value
    +                    $sellist.= '<option value="-1">&nbsp;</option>';
    +                }
    +				if ($showallnone) {
    +                    $sellist.= '<option value="all"'.($preselected == 'all'?' selected="selected"':'').'>-- '.$langs->trans("OnlyOpportunitiesShort").' --</option>';
    +				    $sellist.= '<option value="openedopp"'.($preselected == 'openedopp'?' selected="selected"':'').'>-- '.$langs->trans("OpenedOpportunitiesShort").' --</option>';
    +				    $sellist.= '<option value="notopenedopp"'.($preselected == 'notopenedopp'?' selected="selected"':'').'>-- '.$langs->trans("NotOpenedOpportunitiesShort").' --</option>';
    +				    $sellist.= '<option value="none"'.($preselected == 'none'?' selected="selected"':'').'>-- '.$langs->trans("NotAnOpportunityShort").' --</option>';
    +                }
     				while ($i < $num)
     				{
     					$obj = $this->db->fetch_object($resql);
    @@ -665,5 +676,4 @@ class FormProjets
     			return -1;
     		}
     	}
    -
     }
    diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php
    index 9db197d41b2..a04da7caf08 100644
    --- a/htdocs/core/class/html.formsms.class.php
    +++ b/htdocs/core/class/html.formsms.class.php
    @@ -60,9 +60,9 @@ class FormSms
         var $param=array();
     
         /**
    -	 * @var string Error code (or message)
    -	 */
    -	public $error='';
    +     * @var string Error code (or message)
    +     */
    +    public $error='';
     
     
         /**
    @@ -84,26 +84,25 @@ class FormSms
             $this->withtoreadonly=0;
             $this->withtopicreadonly=0;
             $this->withbodyreadonly=0;
    -
    -        return 1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Show the form to input an sms.
          *
    -     *	@param	string	$morecss        Class on first column td
    -     *  @param  int     $showform       Show form tags and submit button (recommanded is to use with value 0)
    +     *	@param	string	$morecss Class on first column td
    +     *  @param int $showform Show form tags and submit button (recommanded is to use with value 0)
          *	@return	void
          */
         function show_form($morecss='titlefield', $showform=1)
         {
    +     // phpcs:enable
             global $conf, $langs, $user, $form;
     
             if (! is_object($form)) $form=new Form($this->db);
     
    -        $langs->load("other");
    -        $langs->load("mails");
    -        $langs->load("sms");
    +        // Load translation files required by the page
    +        $langs->loadLangs(array('other', 'mails', 'sms'));
     
             $soc=new Societe($this->db);
             if (!empty($this->withtosocid) && $this->withtosocid > 0)
    @@ -360,6 +359,4 @@ function limitChars(textarea, limit, infodiv)
     
             print "<!-- End form SMS -->\n";
         }
    -
     }
    -
    diff --git a/htdocs/core/class/html.formsocialcontrib.class.php b/htdocs/core/class/html.formsocialcontrib.class.php
    index 8c940c3898b..99e36878390 100644
    --- a/htdocs/core/class/html.formsocialcontrib.class.php
    +++ b/htdocs/core/class/html.formsocialcontrib.class.php
    @@ -31,7 +31,7 @@ class FormSocialContrib
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -48,9 +48,10 @@ class FormSocialContrib
     	    $this->db = $db;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     *	Return list of social contributions.
    -     * 	Use mysoc->country_id or mysoc->country_code so they must be defined.
    +     *  Return list of social contributions.
    +     *  Use mysoc->country_id or mysoc->country_code so they must be defined.
          *
          *	@param	string	$selected       Preselected type
          *	@param  string	$htmlname       Name of field in form
    @@ -62,6 +63,7 @@ class FormSocialContrib
          */
         function select_type_socialcontrib($selected='',$htmlname='actioncode', $useempty=0, $maxlen=40, $help=1, $morecss='minwidth300')
         {
    +        // phpcs:enable
             global $conf,$db,$langs,$user,$mysoc;
     
             if (empty($mysoc->country_id) && empty($mysoc->country_code))
    @@ -120,6 +122,4 @@ class FormSocialContrib
                 dol_print_error($db,$db->lasterror());
             }
         }
    -
     }
    -
    diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php
    index c0f4a3f75d2..5d2136bd236 100644
    --- a/htdocs/core/class/html.formticket.class.php
    +++ b/htdocs/core/class/html.formticket.class.php
    @@ -112,8 +112,6 @@ class FormTicket
             $this->withref = 0;
             $this->withextrafields = 0;         // Show extrafields or not
             //$this->withtopicreadonly=0;
    -
    -        return 1;
         }
     
         /**
    @@ -126,9 +124,8 @@ class FormTicket
         {
             global $conf, $langs, $user, $hookmanager;
     
    -        $langs->load("other");
    -        $langs->load("mails");
    -        $langs->load("ticket");
    +        // Load translation files required by the page
    +        $langs->loadLangs(array('other', 'mails', 'ticket'));
     
             $form = new Form($this->db);
             $formcompany = new FormCompany($this->db);
    @@ -728,8 +725,8 @@ class FormTicket
         {
             global $conf, $langs, $user, $mysoc;
     
    -        $langs->load("other");
    -        $langs->load("mails");
    +        // Load translation files required by the page
    +        $langs->loadLangs(array('other', 'mails'));
     
             $addfileaction = 'addfile';
     
    diff --git a/htdocs/core/class/html.formwebsite.class.php b/htdocs/core/class/html.formwebsite.class.php
    index 5b883835fd3..f5feccd5860 100644
    --- a/htdocs/core/class/html.formwebsite.class.php
    +++ b/htdocs/core/class/html.formwebsite.class.php
    @@ -28,7 +28,7 @@
     class FormWebsite
     {
         private $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
    @@ -43,8 +43,6 @@ class FormWebsite
         function __construct($db)
         {
             $this->db = $db;
    -
    -        return 1;
         }
     
     
    @@ -205,5 +203,4 @@ class FormWebsite
     
         	return $out;
         }
    -
     }
    diff --git a/htdocs/core/class/infobox.class.php b/htdocs/core/class/infobox.class.php
    index 4125aa89eb9..1c5c733491c 100644
    --- a/htdocs/core/class/infobox.class.php
    +++ b/htdocs/core/class/infobox.class.php
    @@ -281,6 +281,5 @@ class InfoBox
                 return -1;
             }
         }
    -
     }
     
    diff --git a/htdocs/core/class/interfaces.class.php b/htdocs/core/class/interfaces.class.php
    index ceb4d0c657c..51eafd3ef7a 100644
    --- a/htdocs/core/class/interfaces.class.php
    +++ b/htdocs/core/class/interfaces.class.php
    @@ -35,9 +35,9 @@ class Interfaces
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
     	var $dir;				// Directory with all core and external triggers files
    -	
    +
         /**
     	 * @var string[] Error codes (or messages)
     	 */
    @@ -53,6 +53,7 @@ class Interfaces
             $this->db = $db;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *   Function called when a Dolibarr business event occurs
          *   This function call all qualified triggers.
    @@ -66,6 +67,7 @@ class Interfaces
          */
         function run_triggers($action,$object,$user,$langs,$conf)
         {
    +        // phpcs:enable
             // Check parameters
             if (! is_object($object) || ! is_object($conf))	// Error
             {
    @@ -368,5 +370,4 @@ class Interfaces
             }
             return $triggers;
         }
    -
     }
    diff --git a/htdocs/core/class/ldap.class.php b/htdocs/core/class/ldap.class.php
    index 71635a89233..38f7a1f2f53 100644
    --- a/htdocs/core/class/ldap.class.php
    +++ b/htdocs/core/class/ldap.class.php
    @@ -34,10 +34,16 @@ class Ldap
     	 */
     	public $error='';
     
    +	/**
    +	 * @var string[]	Array of error strings
    +	 */
    +	public $errors = array();
    +
     	/**
     	 * Tableau des serveurs (IP addresses ou nom d'hotes)
     	 */
     	var $server=array();
    +
     	/**
     	 * Base DN (e.g. "dc=foo,dc=com")
     	 */
    @@ -143,6 +149,7 @@ class Ldap
     
     	// Connection handling methods -------------------------------------------
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Connect and bind
     	 * 	Use this->server, this->serverPort, this->ldapProtocolVersion, this->serverType, this->searchUser, this->searchPassword
    @@ -152,6 +159,7 @@ class Ldap
     	 */
     	function connect_bind()
     	{
    +        // phpcs:enable
     		global $langs, $conf;
     
     		$connected=0;
    @@ -648,6 +656,7 @@ class Ldap
     		return -1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Build a LDAP message
     	 *
    @@ -657,6 +666,7 @@ class Ldap
     	 */
     	function dump_content($dn, $info)
     	{
    +        // phpcs:enable
     		$content='';
     
     		// Create file content
    @@ -1428,6 +1438,7 @@ class Ldap
     		return($retval);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Convertit le temps ActiveDirectory en Unix timestamp
     	 *
    @@ -1436,6 +1447,7 @@ class Ldap
     	 */
     	function convert_time($value)
     	{
    +        // phpcs:enable
     		$dateLargeInt=$value; // nano secondes depuis 1601 !!!!
     		$secsAfterADEpoch = $dateLargeInt / (10000000); // secondes depuis le 1 jan 1601
     		$ADToUnixConvertor=((1970-1601) * 365.242190) * 86400; // UNIX start date - AD start date * jours * secondes
    diff --git a/htdocs/core/class/link.class.php b/htdocs/core/class/link.class.php
    index 0d695baaf8d..8413725ab11 100644
    --- a/htdocs/core/class/link.class.php
    +++ b/htdocs/core/class/link.class.php
    @@ -32,16 +32,25 @@ class Link extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element = 'link';
    -    
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'links';
     
    -    public $entity;
    +    /**
    +	 * @var int Entity
    +	 */
    +	public $entity;
    +
         public $datea;
         public $url;
    +
    +    /**
    +     * @var string Links label
    +     */
         public $label;
    +
         public $objecttype;
         public $objectid;
     
    @@ -53,11 +62,7 @@ class Link extends CommonObject
          */
         public function __construct($db)
         {
    -        global $conf;
    -
             $this->db = $db;
    -
    -        return 1;
         }
     
     
    @@ -385,7 +390,5 @@ class Link extends CommonObject
                 $this->db->rollback();
                 return -1;
             }
    -
         }
    -
     }
    diff --git a/htdocs/core/class/menu.class.php b/htdocs/core/class/menu.class.php
    index 17d5e06589f..3d9d92189a3 100644
    --- a/htdocs/core/class/menu.class.php
    +++ b/htdocs/core/class/menu.class.php
    @@ -73,7 +73,7 @@ class Menu
         /**
          * Insert a menu entry into this->liste
          *
    -     * @param	int		$idafter	Array key after which inserting new entry
    +     * @param   int		$idafter	Array key after which inserting new entry
          * @param	string	$url        Url to follow on click
          * @param   string	$titre      Label of menu to add
          * @param   integer	$level      Level of menu to add
    @@ -96,6 +96,7 @@ class Menu
             $this->liste=array_merge($array_start,$array_new,$array_end);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Remove a menu entry from this->liste
          *
    @@ -103,7 +104,10 @@ class Menu
          */
         function remove_last()
         {
    -    	if (count($this->liste) > 1) array_pop($this->liste);
    +        // phpcs:enable
    +        if (count($this->liste) > 1) {
    +            array_pop($this->liste);
    +        }
         }
     
         /**
    diff --git a/htdocs/core/class/menubase.class.php b/htdocs/core/class/menubase.class.php
    index 715f17b5a92..7db88051e5e 100644
    --- a/htdocs/core/class/menubase.class.php
    +++ b/htdocs/core/class/menubase.class.php
    @@ -31,19 +31,22 @@ class Menubase
         /**
          * @var DoliDB Database handler.
          */
    -    public $db;	
    -    
    -    /**
    -	 * @var string Error code (or message)
    -	 */
    -	public $error;
    -	
    -    /**
    -	 * @var string[] Error codes (or messages)
    -	 */
    -	public $errors = array();
    +    public $db;
     
    -    public $id;
    +    /**
    +     * @var string Error code (or message)
    +     */
    +    public $error;
    +
    +    /**
    +     * @var string[] Error codes (or messages)
    +     */
    +    public $errors = array();
    +
    +    /**
    +	 * @var int ID
    +	 */
    +	public $id;
     
         public $menu_handler;
         public $module;
    @@ -694,6 +697,4 @@ class Menubase
                 }
             }
        }
    -
     }
    -
    diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php
    index f5c0020bac1..7ff5c9100f8 100644
    --- a/htdocs/core/class/notify.class.php
    +++ b/htdocs/core/class/notify.class.php
    @@ -2,6 +2,7 @@
     /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      * Copyright (C) 2004-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2014	   Juanjo Menent		<jmenent@2byte.es>
    + * Copyright (C) 2018 	   Philippe Grand		<philippe.grand@atoo-net.com>
      *
      * 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,12 +35,12 @@ class Notify
     	 * @var int ID
     	 */
     	public $id;
    -	
    +
     	/**
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -50,12 +51,16 @@ class Notify
     	 */
     	public $errors = array();
     
    -	var $author;
    -	var $ref;
    -	var $date;
    -	var $duree;
    -	var $note;
    -	var $fk_project;
    +	public $author;
    +	public $ref;
    +	public $date;
    +	public $duree;
    +	public $note;
    +
    +	/**
    +     * @var int Project ID
    +     */
    +    public $fk_project;
     
     	// Les codes actions sont definis dans la table llx_notify_def
     
    @@ -364,6 +369,14 @@ class Notify
     		if ($result)
     		{
     			$num = $this->db->num_rows($result);
    +			$projtitle='';
    +			if (! empty($object->fk_project))
    +			{
    +				require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
    +				$proj = new Project($this->db);
    +				$proj->fetch($object->fk_project);
    +				$projtitle='('.$proj->title.')';
    +			}
     
     			if ($num > 0)
     			{
    @@ -385,7 +398,7 @@ class Notify
     							$outputlangs->setDefaultLang($obj->default_lang);
     						}
     
    -						$subject = '['.$mysoc->name.'] '.$outputlangs->transnoentitiesnoconv("DolibarrNotification");
    +						$subject = '['.$mysoc->name.'] '.$outputlangs->transnoentitiesnoconv("DolibarrNotification").($projtitle?' '.$projtitle:'');
     
     						switch ($notifcode) {
     							case 'BILL_VALIDATE':
    @@ -567,7 +580,7 @@ class Notify
     				$link = '';
     				$num++;
     
    -				$subject = '['.$mysoc->name.'] '.$langs->transnoentitiesnoconv("DolibarrNotification");
    +				$subject = '['.$mysoc->name.'] '.$langs->transnoentitiesnoconv("DolibarrNotification").($projtitle?' '.$projtitle:'');
     
     				switch ($notifcode) {
     					case 'BILL_VALIDATE':
    @@ -729,6 +742,4 @@ class Notify
     		if (! $error) return $num;
     		else return -1 * $error;
     	}
    -
     }
    -
    diff --git a/htdocs/core/class/openid.class.php b/htdocs/core/class/openid.class.php
    index 7d36df58b81..48de42ad847 100644
    --- a/htdocs/core/class/openid.class.php
    +++ b/htdocs/core/class/openid.class.php
    @@ -45,6 +45,7 @@ class SimpleOpenID
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * SetOpenIDServer
          *
    @@ -53,9 +54,11 @@ class SimpleOpenID
          */
         function SetOpenIDServer($a)
         {
    +        // phpcs:enable
             $this->URLs['openid_server'] = $a;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * SetOpenIDServer
          *
    @@ -64,9 +67,11 @@ class SimpleOpenID
          */
         function SetTrustRoot($a)
         {
    +        // phpcs:enable
             $this->URLs['trust_root'] = $a;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * SetOpenIDServer
          *
    @@ -75,9 +80,11 @@ class SimpleOpenID
          */
         function SetCancelURL($a)
         {
    +        // phpcs:enable
             $this->URLs['cancel'] = $a;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * SetApprovedURL
          *
    @@ -86,9 +93,11 @@ class SimpleOpenID
          */
         function SetApprovedURL($a)
         {
    +        // phpcs:enable
             $this->URLs['approved'] = $a;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * SetRequiredFields
          *
    @@ -97,13 +106,15 @@ class SimpleOpenID
          */
         function SetRequiredFields($a)
         {
    -        if (is_array($a)){
    +        // phpcs:enable
    +        if (is_array($a)) {
                 $this->fields['required'] = $a;
    -        }else{
    +        } else {
                 $this->fields['required'][] = $a;
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * SetOptionalFields
          *
    @@ -112,24 +123,27 @@ class SimpleOpenID
          */
         function SetOptionalFields($a)
         {
    -        if (is_array($a)){
    +        // phpcs:enable
    +        if (is_array($a)) {
                 $this->fields['optional'] = $a;
    -        }else{
    +        } else {
                 $this->fields['optional'][] = $a;
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * SetIdentity
          *
    -     * @param	string	$a		Server
    +     * @param	string  $a		Server
          * @return	void
          */
         function SetIdentity($a)
         {
    +        // phpcs:enable
             // Set Identity URL
             if ((stripos($a, 'http://') === false)
    -        && (stripos($a, 'https://') === false)){
    +        && (stripos($a, 'https://') === false)) {
                 $a = 'http://'.$a;
             }
             /*
    @@ -148,6 +162,7 @@ class SimpleOpenID
             $this->openid_url_identity = $a;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * GetIdentity
          *
    @@ -155,10 +170,12 @@ class SimpleOpenID
          */
         function GetIdentity()
         {
    +        // phpcs:enable
             // Get Identity
             return $this->openid_url_identity;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * SetOpenIDServer
          *
    @@ -166,10 +183,12 @@ class SimpleOpenID
          */
         function GetError()
         {
    +        // phpcs:enable
             $e = $this->error;
             return array('code'=>$e[0],'description'=>$e[1]);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * ErrorStore
          *
    @@ -179,6 +198,7 @@ class SimpleOpenID
          */
         function ErrorStore($code, $desc = null)
         {
    +        // phpcs:enable
             $errs['OPENID_NOSERVERSFOUND'] = 'Cannot find OpenID Server TAG on Identity page.';
             if ($desc == null){
                 $desc = $errs[$code];
    @@ -186,6 +206,7 @@ class SimpleOpenID
             $this->error = array($code,$desc);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * IsError
          *
    @@ -193,6 +214,7 @@ class SimpleOpenID
          */
         function IsError()
         {
    +        // phpcs:enable
             if (count($this->error) > 0)
             {
                 return true;
    @@ -223,6 +245,7 @@ class SimpleOpenID
             return $r;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * OpenID_Standarize
          *
    @@ -231,6 +254,7 @@ class SimpleOpenID
          */
         function OpenID_Standarize($openid_identity = null)
         {
    +        // phpcs:enable
             if ($openid_identity === null)
             $openid_identity = $this->openid_url_identity;
     
    @@ -268,6 +292,7 @@ class SimpleOpenID
             return $query;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * FSOCK_Request
          *
    @@ -278,6 +303,7 @@ class SimpleOpenID
          */
         function FSOCK_Request($url, $method="GET", $params = "")
         {
    +        // phpcs:enable
             $fp = fsockopen("ssl://www.myopenid.com", 443, $errno, $errstr, 3); // Connection timeout is 3 seconds
             if (!$fp) {
                 $this->ErrorStore('OPENID_SOCKETERROR', $errstr);
    @@ -300,6 +326,7 @@ class SimpleOpenID
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * CURL_Request
          *
    @@ -310,6 +337,7 @@ class SimpleOpenID
          */
         function CURL_Request($url, $method="GET", $params = "")
         {
    +        // phpcs:enable
             // Remember, SSL MUST BE SUPPORTED
             if (is_array($params)) $params = $this->array2url($params);
     
    @@ -331,6 +359,7 @@ class SimpleOpenID
             return $response;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * HTML2OpenIDServer
          *
    @@ -339,6 +368,7 @@ class SimpleOpenID
          */
         function HTML2OpenIDServer($content)
         {
    +        // phpcs:enable
             $get = array();
     
             // Get details of their OpenID server and (optional) delegate
    @@ -357,6 +387,7 @@ class SimpleOpenID
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Get openid server
          *
    @@ -365,6 +396,7 @@ class SimpleOpenID
          */
         function GetOpenIDServer($url='')
         {
    +        // phpcs:enable
             global $conf;
     
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
    @@ -373,18 +405,19 @@ class SimpleOpenID
             $response = getURLContent($url);
     
             list($servers, $delegates) = $this->HTML2OpenIDServer($response);
    -        if (count($servers) == 0){
    +        if (count($servers) == 0) {
                 $this->ErrorStore('OPENID_NOSERVERSFOUND');
                 return false;
             }
             if (isset($delegates[0])
    -        && ($delegates[0] != "")){
    +        && ($delegates[0] != "")) {
                 $this->SetIdentity($delegates[0]);
             }
             $this->SetOpenIDServer($servers[0]);
             return $servers[0];
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * GetRedirectURL
          *
    @@ -392,6 +425,7 @@ class SimpleOpenID
          */
         function GetRedirectURL()
         {
    +        // phpcs:enable
             $params = array();
             $params['openid.return_to'] = urlencode($this->URLs['approved']);
             $params['openid.mode'] = 'checkid_setup';
    @@ -409,6 +443,7 @@ class SimpleOpenID
             return $this->URLs['openid_server'] . "?". $this->array2url($params);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Redirect
          *
    @@ -416,6 +451,7 @@ class SimpleOpenID
          */
         function Redirect()
         {
    +        // phpcs:enable
             $redirect_to = $this->GetRedirectURL();
             if (headers_sent())
             { // Use JavaScript to redirect if content has been previously sent (not recommended, but safe)
    @@ -429,6 +465,7 @@ class SimpleOpenID
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * ValidateWithServer
          *
    @@ -436,6 +473,7 @@ class SimpleOpenID
          */
         function ValidateWithServer()
         {
    +        // phpcs:enable
             $params = array(
     			'openid.assoc_handle' => urlencode($_GET['openid_assoc_handle']),
     			'openid.signed' => urlencode($_GET['openid_signed']),
    @@ -524,5 +562,4 @@ class SimpleOpenID
             	return $server;
     	    }
         }
    -
     }
    diff --git a/htdocs/core/class/rssparser.class.php b/htdocs/core/class/rssparser.class.php
    index 34738c09bf7..bad8d7ffdca 100644
    --- a/htdocs/core/class/rssparser.class.php
    +++ b/htdocs/core/class/rssparser.class.php
    @@ -30,7 +30,7 @@ class RssParser
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
    @@ -61,7 +61,7 @@ class RssParser
          */
         public function __construct($db)
         {
    -    	$this->db=$db;
    +    	$this->db = $db;
         }
     
         /**
    @@ -461,6 +461,7 @@ class RssParser
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Triggered when opened tag is found
          *
    @@ -471,6 +472,7 @@ class RssParser
          */
         function feed_start_element($p, $element, &$attrs)
         {
    +        // phpcs:enable
             $el = $element = strtolower($element);
             $attrs = array_change_key_case($attrs, CASE_LOWER);
     
    @@ -581,6 +583,7 @@ class RssParser
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Triggered when CDATA is found
          *
    @@ -590,6 +593,7 @@ class RssParser
          */
         function feed_cdata($p, $text)
         {
    +        // phpcs:enable
             if ($this->_format == 'atom' and $this->incontent)
             {
                 $this->append_content($text);
    @@ -601,6 +605,7 @@ class RssParser
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Triggered when closed tag is found
          *
    @@ -610,6 +615,7 @@ class RssParser
          */
         function feed_end_element($p, $el)
         {
    +        // phpcs:enable
             $el = strtolower($el);
     
             if ($el == 'item' or $el == 'entry')
    @@ -670,6 +676,7 @@ class RssParser
             $str1 .= $str2;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Enter description here ...
          *
    @@ -678,6 +685,7 @@ class RssParser
          */
         function append_content($text)
         {
    +        // phpcs:enable
             if ( $this->initem ) {
                 $this->concat($this->current_item[ $this->incontent ], $text);
             }
    @@ -729,7 +737,6 @@ class RssParser
     
             }
         }
    -
     }
     
     
    @@ -756,7 +763,7 @@ function xml2php($xml)
             }
     
             //Let see if the new child is not in the array
    -        if($tab==false && in_array($key,array_keys($array)))
    +        if ($tab === false && in_array($key,array_keys($array)))
             {
                 //If this element is already in the array we will create an indexed array
                 $tmp = $array[$key];
    @@ -765,7 +772,7 @@ function xml2php($xml)
                 $array[$key][] = $child;
                 $tab = true;
             }
    -        elseif($tab == true)
    +        elseif($tab === true)
             {
                 //Add an element in an existing array
                 $array[$key][] = $child;
    @@ -780,12 +787,10 @@ function xml2php($xml)
         }
     
     
    -    if($fils==0)
    +    if ($fils==0)
         {
             return (string) $xml;
         }
     
         return $array;
    -
     }
    -
    diff --git a/htdocs/core/class/smtps.class.php b/htdocs/core/class/smtps.class.php
    index c18e2232c01..113f5a6f278 100644
    --- a/htdocs/core/class/smtps.class.php
    +++ b/htdocs/core/class/smtps.class.php
    @@ -344,6 +344,7 @@ class SMTPs
     		$_aryToList = $this->getTO();
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Attempt a connection to mail server
     	 *
    @@ -351,6 +352,7 @@ class SMTPs
     	 */
     	function _server_connect()
     	{
    +        // phpcs:enable
     		// Default return value
     		$_retVal = true;
     
    @@ -406,6 +408,7 @@ class SMTPs
     		return $_retVal;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Attempt mail server authentication for a secure connection
     	 *
    @@ -413,6 +416,7 @@ class SMTPs
     	 */
     	function _server_authenticate()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		// Send the RFC2554 specified EHLO.
    @@ -1036,6 +1040,7 @@ class SMTPs
     		$this->_msgRecipients = $aryHost;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Returns an array of the various parts of an email address
     	 * This assumes a well formed address:
    @@ -1054,6 +1059,7 @@ class SMTPs
     	 */
     	function _strip_email($_strAddr)
     	{
    +        // phpcs:enable
     		// Keep the orginal
     		$_aryEmail['org'] = $_strAddr;
     
    @@ -1087,6 +1093,7 @@ class SMTPs
     		return $_aryEmail;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Returns an array of bares addresses for use with 'RCPT TO:'
     	 * This is a "build as you go" method. Each time this method is called
    @@ -1096,6 +1103,7 @@ class SMTPs
     	 */
     	function get_RCPT_list()
     	{
    +        // phpcs:enable
     		/**
     		 * An array of bares addresses for use with 'RCPT TO:'
     		 */
    @@ -1117,6 +1125,7 @@ class SMTPs
     		return $_RCPT_list;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Returns an array of addresses for a specific type; TO, CC or BCC
     	 *
    @@ -1125,6 +1134,7 @@ class SMTPs
     	 */
     	function get_email_list($_which = null)
     	{
    +        // phpcs:enable
     		// We need to know which address segment to pull
     		if ( $_which )
     		{
    @@ -1165,7 +1175,6 @@ class SMTPs
     			$this->_setErr(102, 'eMail type not defined.');
     			return false;
     		}
    -
     	}
     
     	/**
    @@ -1746,6 +1755,7 @@ class SMTPs
     		else if ($type == 'alternative') return $this->_smtpsAlternativeBoundary;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * This function has been modified as provided by SirSir to allow multiline responses when
     	 * using SMTP Extensions
    @@ -1756,6 +1766,7 @@ class SMTPs
     	 */
     	function server_parse($socket, $response)
     	{
    +        // phpcs:enable
     		/**
     		 * Returns constructed SELECT Object string or boolean upon failure
     		 * Default value is set at true
    @@ -1787,6 +1798,7 @@ class SMTPs
     		return $_retVal;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Send str
     	 *
    @@ -1797,6 +1809,7 @@ class SMTPs
     	 */
     	function socket_send_str( $_strSend, $_returnCode = null, $CRLF = "\r\n" )
     	{
    +        // phpcs:enable
     		if ($this->_debug) $this->log.=$_strSend;	// @CHANGE LDR for log
     		fputs($this->socket, $_strSend . $CRLF);
     		if ($this->_debug) $this->log.=' ('.$_returnCode.')' . $CRLF;
    @@ -1842,8 +1855,6 @@ class SMTPs
     
     		return implode("\n", $_errMsg);
     	}
    -
    -
     }
     
     
    diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php
    index bdcae2e33ea..17f83452ba5 100644
    --- a/htdocs/core/class/translate.class.php
    +++ b/htdocs/core/class/translate.class.php
    @@ -756,6 +756,7 @@ class Translate
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of all available languages
     	 *
    @@ -766,6 +767,7 @@ class Translate
     	 */
     	function get_available_languages($langdir=DOL_DOCUMENT_ROOT,$maxlength=0,$usecode=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		// We scan directory langs to detect available languages
    @@ -795,6 +797,7 @@ class Translate
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return if a filename $filename exists for current language (or alternate language)
     	 *
    @@ -804,6 +807,7 @@ class Translate
     	 */
     	function file_exists($filename,$searchalt=0)
     	{
    +        // phpcs:enable
     		// Test si fichier dans repertoire de la langue
     		foreach($this->dir as $searchdir)
     		{
    @@ -1018,6 +1022,7 @@ class Translate
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return an array with content of all loaded translation keys (found into this->tab_translate) so
     	 * we get a substitution array we can use for substitutions (for mail or ODT generation for example)
    @@ -1026,6 +1031,7 @@ class Translate
     	 */
     	function get_translations_for_substitutions()
     	{
    +        // phpcs:enable
     		$substitutionarray = array();
     
     		foreach($this->tab_translate as $code => $label) {
    diff --git a/htdocs/core/class/utils.class.php b/htdocs/core/class/utils.class.php
    index b7ae66da36c..9f680ef4990 100644
    --- a/htdocs/core/class/utils.class.php
    +++ b/htdocs/core/class/utils.class.php
    @@ -179,14 +179,14 @@ class Utils
     	 *  @param  int         $usedefault        1=Use default backup profile (Set this to 1 when used as cron)
     	 *  @param  string      $file              'auto' or filename to build
     	 *  @param  int         $keeplastnfiles    Keep only last n files (not used yet)
    +	 *  @param	int		    $execmethod		   0=Use default method (that is 1 by default), 1=Use the PHP 'exec', 2=Use the 'popen' method
     	 *  @return	int						       0 if OK, < 0 if KO (this function is used also by cron so only 0 is OK)
     	 */
    -	function dumpDatabase($compression='none', $type='auto', $usedefault=1, $file='auto', $keeplastnfiles=0)
    +	function dumpDatabase($compression='none', $type='auto', $usedefault=1, $file='auto', $keeplastnfiles=0, $execmethod=0)
     	{
     		global $db, $conf, $langs, $dolibarr_main_data_root;
     		global $dolibarr_main_db_name, $dolibarr_main_db_host, $dolibarr_main_db_user, $dolibarr_main_db_port, $dolibarr_main_db_pass;
     
    -
     		$langs->load("admin");
     
     		dol_syslog("Utils::dumpDatabase type=".$type." compression=".$compression." file=".$file, LOG_DEBUG);
    @@ -294,21 +294,57 @@ class Utils
     
     			if ($handle)
     			{
    +				if (! empty($conf->global->MAIN_EXEC_USE_POPEN)) $execmethod=$conf->global->MAIN_EXEC_USE_POPEN;
    +				if (empty($execmethod)) $execmethod=1;
    +
     				$ok=0;
    -				dol_syslog("Run command ".$fullcommandcrypted);
    -				$handlein = popen($fullcommandclear, 'r');
    -				$i=0;
    -				while (!feof($handlein))
    +				dol_syslog("Utils::dumpDatabase execmethod=".$execmethod." command:".$fullcommandcrypted, LOG_DEBUG);
    +
    +				// TODO Replace with executeCLI function
    +				if ($execmethod == 1)
     				{
    -					$i++;   // output line number
    -					$read = fgets($handlein);
    -					// Exclude warning line we don't want
    -					if ($i == 1 && preg_match('/Warning.*Using a password/i', $read)) continue;
    -					fwrite($handle,$read);
    -					if (preg_match('/'.preg_quote('-- Dump completed').'/i',$read)) $ok=1;
    -					elseif (preg_match('/'.preg_quote('SET SQL_NOTES=@OLD_SQL_NOTES').'/i',$read)) $ok=1;
    +					exec($fullcommandclear, $readt, $retval);
    +					$result = $retval;
    +
    +					if ($retval != 0)
    +					{
    +						$langs->load("errors");
    +						dol_syslog("Datadump retval after exec=".$retval, LOG_ERR);
    +						$error = 'Error '.$retval;
    +						$ok=0;
    +					}
    +					else
    +					{
    +						$i=0;
    +						if (!empty($readt))
    +						foreach($readt as $key=>$read)
    +						{
    +							$i++;   // output line number
    +							if ($i == 1 && preg_match('/Warning.*Using a password/i', $read)) continue;
    +							fwrite($handle, $read.($execmethod == 2 ? '' : "\n"));
    +							if (preg_match('/'.preg_quote('-- Dump completed').'/i',$read)) $ok=1;
    +							elseif (preg_match('/'.preg_quote('SET SQL_NOTES=@OLD_SQL_NOTES').'/i',$read)) $ok=1;
    +						}
    +					}
     				}
    -				pclose($handlein);
    +				if ($execmethod == 2)	// With this method, there is no way to get the return code, only output
    +				{
    +					$handlein = popen($fullcommandclear, 'r');
    +					$i=0;
    +					while (!feof($handlein))
    +					{
    +						$i++;   // output line number
    +						$read = fgets($handlein);
    +						// Exclude warning line we don't want
    +						if ($i == 1 && preg_match('/Warning.*Using a password/i', $read)) continue;
    +						fwrite($handle,$read);
    +						if (preg_match('/'.preg_quote('-- Dump completed').'/i',$read)) $ok=1;
    +						elseif (preg_match('/'.preg_quote('SET SQL_NOTES=@OLD_SQL_NOTES').'/i',$read)) $ok=1;
    +					}
    +					pclose($handlein);
    +
    +				}
    +
     
     				if ($compression == 'none') fclose($handle);
     				if ($compression == 'gz')   gzclose($handle);
    @@ -341,7 +377,7 @@ class Utils
     				{
     					// Renommer fichier sortie en fichier erreur
     					//print "$outputfile -> $outputerror";
    -					@dol_delete_file($outputerror,1);
    +					@dol_delete_file($outputerror, 1, 0, 0, null, false, 0);
     					@rename($outputfile,$outputerror);
     					// Si safe_mode on et command hors du parametre exec, on a un fichier out vide donc errormsg vide
     					if (! $errormsg)
    @@ -373,13 +409,13 @@ class Utils
     
     			if ($compression == 'gz' or $compression == 'bz')
     			{
    -				backup_tables($outputfiletemp);
    +				$this->backupTables($outputfiletemp);
     				dol_compress_file($outputfiletemp, $outputfile, $compression);
     				unlink($outputfiletemp);
     			}
     			else
     			{
    -				backup_tables($outputfile);
    +				$this->backupTables($outputfile);
     			}
     
     			$this->output = "";
    @@ -448,7 +484,7 @@ class Utils
     			{
     				$i++;
     				if ($i <= $keeplastnfiles) continue;
    -				dol_delete_file($val['fullname']);
    +				dol_delete_file($val['fullname'], 0, 0, 0, null, false, 0);
     			}
     		}
     
    @@ -675,8 +711,9 @@ class Utils
     	}
     
     	/**
    -	 * This saves syslog files and compresses older ones
    -	 * Used from cronjob
    +	 * This saves syslog files and compresses older ones.
    +	 * Nb of archive to keep is defined into $conf->global->SYSLOG_FILE_SAVES
    +	 * CAN BE A CRON TASK
     	 *
     	 * @return	int						0 if OK, < 0 if KO
     	 */
    @@ -714,50 +751,52 @@ class Utils
     			$logname = $file['name'];
     			$logpath = $file['path'];
     
    -			// Handle already compressed files to rename them and add +1
    +			if (dol_is_file($logpath.'/'.$logname) && dol_filesize($logpath.'/'.$logname) > 0)	// If log file exists and is not empty
    +			{
    +				// Handle already compressed files to rename them and add +1
     
    -			$filter = '^'.preg_quote($logname, '/').'\.([0-9]+)\.gz$';
    +				$filter = '^'.preg_quote($logname, '/').'\.([0-9]+)\.gz$';
     
    -			$gzfilestmp = dol_dir_list($logpath, 'files', 0, $filter);
    -			$gzfiles = array();
    +				$gzfilestmp = dol_dir_list($logpath, 'files', 0, $filter);
    +				$gzfiles = array();
     
    -			foreach($gzfilestmp as $gzfile) {
    -				$tabmatches = array();
    -				preg_match('/'.$filter.'/i', $gzfile['name'], $tabmatches);
    +				foreach($gzfilestmp as $gzfile) {
    +					$tabmatches = array();
    +					preg_match('/'.$filter.'/i', $gzfile['name'], $tabmatches);
     
    -				$numsave = intval($tabmatches[1]);
    +					$numsave = intval($tabmatches[1]);
     
    -				$gzfiles[$numsave] = $gzfile;
    -			}
    -
    -			krsort($gzfiles, SORT_NUMERIC);
    -
    -			foreach($gzfiles as $numsave => $dummy) {
    -				if (dol_is_file($logpath.'/'.$logname.'.'.($numsave+1).'.gz')) {
    -					return -2;
    +					$gzfiles[$numsave] = $gzfile;
     				}
     
    -				if($numsave >= $nbSaves) {
    -					dol_delete_file($logpath.'/'.$logname.'.'.$numsave.'.gz');
    -				} else {
    -					dol_move($logpath.'/'.$logname.'.'.$numsave.'.gz', $logpath.'/'.$logname.'.'.($numsave+1).'.gz', 0, 1, 0, 0);
    -				}
    -			}
    +				krsort($gzfiles, SORT_NUMERIC);
     
    -			// Compress last save
    -			if (dol_is_file($logpath.'/'.$logname.'.1')) {
    -				if($nbSaves > 1) {
    -					$gzfilehandle = gzopen($logpath.'/'.$logname.'.2.gz', 'wb9');
    +				foreach($gzfiles as $numsave => $dummy) {
    +					if (dol_is_file($logpath.'/'.$logname.'.'.($numsave+1).'.gz')) {
    +						return -2;
    +					}
    +
    +					if($numsave >= $nbSaves) {
    +						dol_delete_file($logpath.'/'.$logname.'.'.$numsave.'.gz', 0, 0, 0, null, false, 0);
    +					} else {
    +						dol_move($logpath.'/'.$logname.'.'.$numsave.'.gz', $logpath.'/'.$logname.'.'.($numsave+1).'.gz', 0, 1, 0, 0);
    +					}
    +				}
    +
    +				// Compress current file and recreate it
    +
    +				if ($nbSaves > 0) {			// If $nbSaves is 1, we keep 1 archive .gz file, If 2, we keep 2 .gz files
    +					$gzfilehandle = gzopen($logpath.'/'.$logname.'.1.gz', 'wb9');
     
     					if (empty($gzfilehandle)) {
    -						$this->error = 'Failted to open file '.$logpath.'/'.$logname.'.2.gz';
    +						$this->error = 'Failted to open file '.$logpath.'/'.$logname.'.1.gz';
     						return -3;
     					}
     
    -					$sourcehandle = fopen($logpath.'/'.$logname.'.1', 'r');
    +					$sourcehandle = fopen($logpath.'/'.$logname, 'r');
     
     					if (empty($sourcehandle)) {
    -						$this->error = 'Failed to open file '.$logpath.'/'.$logname.'.1';
    +						$this->error = 'Failed to open file '.$logpath.'/'.$logname;
     						return -4;
     					}
     
    @@ -767,23 +806,193 @@ class Utils
     
     					fclose($sourcehandle);
     					gzclose($gzfilehandle);
    -				} else {
    -					dol_delete_file($logpath.'/'.$logname.'.1');
    -				}
    -			}
     
    -			// Compress current file et recreate it
    -
    -			if (dol_is_file($logpath.'/'.$logname)) {
    -				if (dol_move($logpath.'/'.$logname, $logpath.'/'.$logname.'.1', 0, 1, 0, 0))
    -				{
    -					$newlog = fopen($logpath.'/'.$logname, 'a+');
    -					fclose($newlog);
    +					@chmod($logpath.'/'.$logname.'.1.gz', octdec(empty($conf->global->MAIN_UMASK)?'0664':$conf->global->MAIN_UMASK));
     				}
    +
    +				dol_delete_file($logpath.'/'.$logname, 0, 0, 0, null, false, 0);
    +
    +				// Create empty file
    +				$newlog = fopen($logpath.'/'.$logname, 'a+');
    +				fclose($newlog);
    +
    +				//var_dump($logpath.'/'.$logname." - ".octdec(empty($conf->global->MAIN_UMASK)?'0664':$conf->global->MAIN_UMASK));
    +				@chmod($logpath.'/'.$logname, octdec(empty($conf->global->MAIN_UMASK)?'0664':$conf->global->MAIN_UMASK));
     			}
     		}
     
     		$this->output = 'Archive log files (keeping last SYSLOG_FILE_SAVES='.$nbSaves.' files) done.';
     		return 0;
     	}
    -}
    \ No newline at end of file
    +
    +	/**	Backup the db OR just a table without mysqldump binary, with PHP only (does not require any exec permission)
    +	 *	Author: David Walsh (http://davidwalsh.name/backup-mysql-database-php)
    +	 *	Updated and enhanced by Stephen Larroque (lrq3000) and by the many commentators from the blog
    +	 *	Note about foreign keys constraints: for Dolibarr, since there are a lot of constraints and when imported the tables will be inserted in the dumped order, not in constraints order, then we ABSOLUTELY need to use SET FOREIGN_KEY_CHECKS=0; when importing the sql dump.
    +	 *	Note2: db2SQL by Howard Yeend can be an alternative, by using SHOW FIELDS FROM and SHOW KEYS FROM we could generate a more precise dump (eg: by getting the type of the field and then precisely outputting the right formatting - in quotes, numeric or null - instead of trying to guess like we are doing now).
    +	 *
    +	 *	@param	string	$outputfile		Output file name
    +	 *	@param	string	$tables			Table name or '*' for all
    +	 *	@return	int						<0 if KO, >0 if OK
    +	 */
    +	function backupTables($outputfile, $tables='*')
    +	{
    +		global $db, $langs;
    +		global $errormsg;
    +
    +		// Set to UTF-8
    +		if (is_a($db, 'DoliDBMysqli')) {
    +			/** @var DoliDBMysqli $db */
    +			$db->db->set_charset('utf8');
    +		} else {
    +			/** @var DoliDB $db */
    +			$db->query('SET NAMES utf8');
    +			$db->query('SET CHARACTER SET utf8');
    +		}
    +
    +		//get all of the tables
    +		if ($tables == '*')
    +		{
    +			$tables = array();
    +			$result = $db->query('SHOW FULL TABLES WHERE Table_type = \'BASE TABLE\'');
    +			while($row = $db->fetch_row($result))
    +			{
    +				$tables[] = $row[0];
    +			}
    +		}
    +		else
    +		{
    +			$tables = is_array($tables) ? $tables : explode(',',$tables);
    +		}
    +
    +		//cycle through
    +		$handle = fopen($outputfile, 'w+');
    +		if (fwrite($handle, '') === false)
    +		{
    +			$langs->load("errors");
    +			dol_syslog("Failed to open file ".$outputfile,LOG_ERR);
    +			$errormsg=$langs->trans("ErrorFailedToWriteInDir");
    +			return -1;
    +		}
    +
    +		// Print headers and global mysql config vars
    +		$sqlhead = '';
    +		$sqlhead .= "-- ".$db::LABEL." dump via php with Dolibarr ".DOL_VERSION."
    +--
    +-- Host: ".$db->db->host_info."    Database: ".$db->database_name."
    +-- ------------------------------------------------------
    +-- Server version	".$db->db->server_info."
    +
    +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    +/*!40101 SET NAMES utf8 */;
    +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
    +/*!40103 SET TIME_ZONE='+00:00' */;
    +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
    +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
    +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
    +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
    +
    +";
    +
    +		if (GETPOST("nobin_disable_fk")) $sqlhead .= "SET FOREIGN_KEY_CHECKS=0;\n";
    +		//$sqlhead .= "SET SQL_MODE=\"NO_AUTO_VALUE_ON_ZERO\";\n";
    +		if (GETPOST("nobin_use_transaction")) $sqlhead .= "SET AUTOCOMMIT=0;\nSTART TRANSACTION;\n";
    +
    +		fwrite($handle, $sqlhead);
    +
    +		$ignore = '';
    +		if (GETPOST("nobin_sql_ignore")) $ignore = 'IGNORE ';
    +		$delayed = '';
    +		if (GETPOST("nobin_delayed")) $delayed = 'DELAYED ';
    +
    +		// Process each table and print their definition + their datas
    +		foreach($tables as $table)
    +		{
    +			// Saving the table structure
    +			fwrite($handle, "\n--\n-- Table structure for table `".$table."`\n--\n");
    +
    +			if (GETPOST("nobin_drop")) fwrite($handle,"DROP TABLE IF EXISTS `".$table."`;\n"); // Dropping table if exists prior to re create it
    +			fwrite($handle,"/*!40101 SET @saved_cs_client     = @@character_set_client */;\n");
    +			fwrite($handle,"/*!40101 SET character_set_client = utf8 */;\n");
    +			$resqldrop=$db->query('SHOW CREATE TABLE '.$table);
    +			$row2 = $db->fetch_row($resqldrop);
    +			if (empty($row2[1]))
    +			{
    +				fwrite($handle, "\n-- WARNING: Show create table ".$table." return empy string when it should not.\n");
    +			}
    +			else
    +			{
    +				fwrite($handle,$row2[1].";\n");
    +				//fwrite($handle,"/*!40101 SET character_set_client = @saved_cs_client */;\n\n");
    +
    +				// Dumping the data (locking the table and disabling the keys check while doing the process)
    +				fwrite($handle, "\n--\n-- Dumping data for table `".$table."`\n--\n");
    +				if (!GETPOST("nobin_nolocks")) fwrite($handle, "LOCK TABLES `".$table."` WRITE;\n"); // Lock the table before inserting data (when the data will be imported back)
    +				if (GETPOST("nobin_disable_fk")) fwrite($handle, "ALTER TABLE `".$table."` DISABLE KEYS;\n");
    +				else fwrite($handle, "/*!40000 ALTER TABLE `".$table."` DISABLE KEYS */;\n");
    +
    +				$sql='SELECT * FROM '.$table;
    +				$result = $db->query($sql);
    +				while($row = $db->fetch_row($result))
    +				{
    +					// For each row of data we print a line of INSERT
    +					fwrite($handle,'INSERT '.$delayed.$ignore.'INTO `'.$table.'` VALUES (');
    +					$columns = count($row);
    +					for($j=0; $j<$columns; $j++) {
    +						// Processing each columns of the row to ensure that we correctly save the value (eg: add quotes for string - in fact we add quotes for everything, it's easier)
    +						if ($row[$j] == null && !is_string($row[$j])) {
    +							// IMPORTANT: if the field is NULL we set it NULL
    +							$row[$j] = 'NULL';
    +						} elseif(is_string($row[$j]) && $row[$j] == '') {
    +							// if it's an empty string, we set it as an empty string
    +							$row[$j] = "''";
    +						} elseif(is_numeric($row[$j]) && !strcmp($row[$j], $row[$j]+0) ) { // test if it's a numeric type and the numeric version ($nb+0) == string version (eg: if we have 01, it's probably not a number but rather a string, else it would not have any leading 0)
    +							// if it's a number, we return it as-is
    +							//	                    $row[$j] = $row[$j];
    +						} else { // else for all other cases we escape the value and put quotes around
    +							$row[$j] = addslashes($row[$j]);
    +							$row[$j] = preg_replace("#\n#", "\\n", $row[$j]);
    +							$row[$j] = "'".$row[$j]."'";
    +						}
    +					}
    +					fwrite($handle,implode(',', $row).");\n");
    +				}
    +				if (GETPOST("nobin_disable_fk")) fwrite($handle, "ALTER TABLE `".$table."` ENABLE KEYS;\n"); // Enabling back the keys/index checking
    +				if (!GETPOST("nobin_nolocks")) fwrite($handle, "UNLOCK TABLES;\n"); // Unlocking the table
    +				fwrite($handle,"\n\n\n");
    +			}
    +		}
    +
    +		/* Backup Procedure structure*/
    +		/*
    +		 $result = $db->query('SHOW PROCEDURE STATUS');
    +		 if ($db->num_rows($result) > 0)
    +		 {
    +		 while ($row = $db->fetch_row($result)) { $procedures[] = $row[1]; }
    +		 foreach($procedures as $proc)
    +		 {
    +		 fwrite($handle,"DELIMITER $$\n\n");
    +		 fwrite($handle,"DROP PROCEDURE IF EXISTS '$name'.'$proc'$$\n");
    +		 $resqlcreateproc=$db->query("SHOW CREATE PROCEDURE '$proc'");
    +		 $row2 = $db->fetch_row($resqlcreateproc);
    +		 fwrite($handle,"\n".$row2[2]."$$\n\n");
    +		 fwrite($handle,"DELIMITER ;\n\n");
    +		 }
    +		 }
    +		 */
    +		/* Backup Procedure structure*/
    +
    +		// Write the footer (restore the previous database settings)
    +		$sqlfooter="\n\n";
    +		if (GETPOST("nobin_use_transaction")) $sqlfooter .= "COMMIT;\n";
    +		if (GETPOST("nobin_disable_fk")) $sqlfooter .= "SET FOREIGN_KEY_CHECKS=1;\n";
    +		$sqlfooter.="\n\n-- Dump completed on ".date('Y-m-d G-i-s');
    +		fwrite($handle, $sqlfooter);
    +
    +		fclose($handle);
    +
    +		return 1;
    +	}
    +}
    diff --git a/htdocs/core/class/vcard.class.php b/htdocs/core/class/vcard.class.php
    index 81fcb25e2b4..c3dc5547d88 100644
    --- a/htdocs/core/class/vcard.class.php
    +++ b/htdocs/core/class/vcard.class.php
    @@ -330,5 +330,4 @@ class vCard
         {
             return $this->filename;
         }
    -
     }
    diff --git a/htdocs/core/class/workboardresponse.class.php b/htdocs/core/class/workboardresponse.class.php
    index 62d84e11186..35449693599 100644
    --- a/htdocs/core/class/workboardresponse.class.php
    +++ b/htdocs/core/class/workboardresponse.class.php
    @@ -72,5 +72,4 @@ class WorkboardResponse
     	 * @var int
     	 */
     	public $total = 0;
    -
     }
    diff --git a/htdocs/core/datepicker.php b/htdocs/core/datepicker.php
    index 074760e88ca..546ca757234 100644
    --- a/htdocs/core/datepicker.php
    +++ b/htdocs/core/datepicker.php
    @@ -41,8 +41,8 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
     
     if (GETPOST('lang', 'aZ09')) $langs->setDefaultLang(GETPOST('lang', 'aZ09'));	// If language was forced on URL by the main.inc.php
     
    -$langs->load("main");
    -$langs->load("agenda");
    +// Load translation files required by the page
    +$langs->loadLangs(array("main","agenda"));
     
     $right=($langs->trans("DIRECTION")=='rtl'?'left':'right');
     $left=($langs->trans("DIRECTION")=='rtl'?'right':'left');
    @@ -66,18 +66,19 @@ else
     }
     
     // Define tradMonths javascript array (we define this in datapicker AND in parent page to avoid errors with IE8)
    -$tradTemp=array($langs->trans("January"),
    -$langs->trans("February"),
    -$langs->trans("March"),
    -$langs->trans("April"),
    -$langs->trans("May"),
    -$langs->trans("June"),
    -$langs->trans("July"),
    -$langs->trans("August"),
    -$langs->trans("September"),
    -$langs->trans("October"),
    -$langs->trans("November"),
    -$langs->trans("December")
    +$tradTemp=array(
    +    $langs->trans("January"),
    +    $langs->trans("February"),
    +    $langs->trans("March"),
    +    $langs->trans("April"),
    +    $langs->trans("May"),
    +    $langs->trans("June"),
    +    $langs->trans("July"),
    +    $langs->trans("August"),
    +    $langs->trans("September"),
    +    $langs->trans("October"),
    +    $langs->trans("November"),
    +    $langs->trans("December")
     );
     print '<script type="text/javascript">';
     print 'var tradMonths = [';
    @@ -96,25 +97,22 @@ $qualified=true;
     
     if (! isset($_GET["sd"])) $_GET["sd"]="00000000";
     
    -if (! isset($_GET["m"])) $qualified=false;
    -if (! isset($_GET["y"])) $qualified=false;
    +if (! isset($_GET["m"]) || ! isset($_GET["y"])) $qualified=false;
     if (isset($_GET["m"]) && isset($_GET["y"]))
     {
    -	if ($_GET["m"] < 1)    $qualified=false;
    -	if ($_GET["m"] > 12)   $qualified=false;
    -	if ($_GET["y"] < 0)    $qualified=false;
    -	if ($_GET["y"] > 9999) $qualified=false;
    +	if ($_GET["m"] < 1 || $_GET["m"] > 12) $qualified=false;
    +	if ($_GET["y"] < 0 || $_GET["y"] > 9999) $qualified=false;
     }
     
     // If parameters provided, we show calendar
     if ($qualified)
     {
     	//print $_GET["cm"].",".$_GET["sd"].",".$_GET["m"].",".$_GET["y"];exit;
    -	displayBox(GETPOST("sd",'alpha'),GETPOST("m",'int'),GETPOST("y",'int'));
    +	displayBox(GETPOST("sd",'alpha'), GETPOST("m",'int'), GETPOST("y",'int'));
     }
     else
     {
    -	dol_print_error('','ErrorBadParameters');
    +	dol_print_error('', 'ErrorBadParameters');
     }
     
     
    @@ -195,9 +193,7 @@ function displayBox($selectedDate,$month,$year)
     	{
     		echo '<td width="', (int) (($i+1)*100/7) - (int) ($i*100/7), '%">', $langs->trans($day_names[($i + $startday) % 7]), '</td>', "\n";
     	}
    -	?>
    -	</tr>
    -	<?php
    +	print '</tr>';
     	//print "x ".$thedate." y";			// $thedate = first day of month
     	$firstdate=dol_getdate($thedate);
     	//var_dump($firstdateofweek);
    @@ -210,7 +206,7 @@ function displayBox($selectedDate,$month,$year)
     		//print_r($mydate);
     		if ($mydate < $firstdate)	// At first run
     		{
    -			echo "<TR class=\"dpWeek\">";
    +			echo "<tr class=\"dpWeek\">";
     			//echo $conf->global->MAIN_START_WEEK.' '.$firstdate["wday"].' '.$startday;
     			$cols=0;
     			for ($i = 0; $i < 7; $i++)
    @@ -221,7 +217,7 @@ function displayBox($selectedDate,$month,$year)
     					$mydate = $firstdate;
     					break;
     				}
    -				echo "<TD>&nbsp;</TD>";
    +				echo "<td>&nbsp;</td>";
     				$cols++;
     			}
     		}
    @@ -229,7 +225,7 @@ function displayBox($selectedDate,$month,$year)
     		{
     			if ($mydate["wday"] == $startday)
     			{
    -				echo "<TR class=\"dpWeek\">";
    +				echo "<tr class=\"dpWeek\">";
     				$cols=0;
     			}
     		}
    @@ -245,17 +241,17 @@ function displayBox($selectedDate,$month,$year)
     		}
     
     		// Sur click dans calendrier, appelle fonction dpClickDay
    -		echo "<TD class=\"".$dayclass."\"";
    +		echo "<td class=\"".$dayclass."\"";
     		echo " onMouseOver=\"dpHighlightDay(".$mydate["year"].",parseInt('".dol_print_date($thedate,"%m")."',10),".$mydate["mday"].",tradMonths)\"";
     		echo " onClick=\"dpClickDay(".$mydate["year"].",parseInt('".dol_print_date($thedate,"%m")."',10),".$mydate["mday"].",'".$langs->trans("FormatDateShortJavaInput")."')\"";
    -		echo ">".sprintf("%02s",$mydate["mday"])."</TD>";
    +		echo ">".sprintf("%02s",$mydate["mday"])."</td>";
     		$cols++;
     
     		if (($mydate["wday"] + 1) % 7 == $startday) echo "</TR>\n";
     
     		//$thedate=strtotime("tomorrow",$thedate);
     		$day++;
    -		$thedate=dol_mktime(12,0,0,$month,$day,$year);
    +		$thedate=dol_mktime(12, 0, 0, $month, $day, $year);
     		if ($thedate == '')
     		{
     			$stoploop=1;
    @@ -269,8 +265,8 @@ function displayBox($selectedDate,$month,$year)
     
     	if ($cols < 7)
     	{
    -		for($i=6; $i>=$cols; $i--) echo "<TD>&nbsp;</TD>";
    -		echo "</TR>\n";
    +		for($i=6; $i>=$cols; $i--) echo "<td>&nbsp;</td>";
    +		echo "</tr>\n";
     	}
     	?>
     	<tr>
    diff --git a/htdocs/core/db/Database.interface.php b/htdocs/core/db/Database.interface.php
    index b0ad770532b..db233dda1b4 100644
    --- a/htdocs/core/db/Database.interface.php
    +++ b/htdocs/core/db/Database.interface.php
    @@ -35,13 +35,15 @@ interface Database
     	 */
     	function ifsql($test, $resok, $resko);
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return datas as an array
     	 *
     	 * @param   resource $resultset Resultset of request
     	 * @return  array                    Array
     	 */
    -	function fetch_row($resultset);
    +    function fetch_row($resultset);
    +    // phpcs:enable
     
     	/**
     	 * Convert (by PHP) a GM Timestamp date into a string date with PHP server TZ to insert into a date field.
    @@ -66,6 +68,7 @@ interface Database
     	 */
     	function begin();
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Create a new database
     	 * Do not use function xxx_create_db (xxx=mysql, ...) as they are deprecated
    @@ -77,7 +80,8 @@ interface Database
     	 * @param   string 		$owner 			Username of database owner
     	 * @return  resource                	resource defined if OK, null if KO
     	 */
    -	function DDLCreateDb($database, $charset = '', $collation = '', $owner = '');
    +    function DDLCreateDb($database, $charset = '', $collation = '', $owner = '');
    +    // phpcs:enable
     
     	/**
     	 * Return version of database server into an array
    @@ -95,6 +99,7 @@ interface Database
     	 */
     	static function convertSQLFromMysql($line, $type = 'ddl');
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Renvoie le nombre de lignes dans le resultat d'une requete INSERT, DELETE ou UPDATE
     	 *
    @@ -102,7 +107,8 @@ interface Database
     	 * @return 	int            Nombre de lignes
     	 * @see    	num_rows
     	 */
    -	function affected_rows($resultset);
    +    function affected_rows($resultset);
    +    // phpcs:enable
     
     	/**
     	 * Return description of last error
    @@ -111,6 +117,7 @@ interface Database
     	 */
     	function error();
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  List tables into a database
     	 *
    @@ -118,7 +125,8 @@ interface Database
     	 *  @param	string		$table		Nmae of table filter ('xxx%')
     	 *  @return	array					List of tables in an array
     	 */
    -	function DDLListTables($database, $table = '');
    +    function DDLListTables($database, $table = '');
    +    // phpcs:enable
     
     	/**
     	 * Return last request executed with query()
    @@ -144,13 +152,15 @@ interface Database
     	 */
     	function decrypt($value);
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Return datas as an array
     	 *
     	 * @param   resource $resultset Resultset of request
     	 * @return  array                    Array
     	 */
    -	function fetch_array($resultset);
    +    function fetch_array($resultset);
    +    // phpcs:enable
     
     	/**
     	 * Return last error label
    @@ -167,6 +177,7 @@ interface Database
     	 */
     	function escape($stringtoencode);
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Get last ID after an insert INSERT
     	 *
    @@ -174,7 +185,8 @@ interface Database
     	 * @param   string 	$fieldid 	Field name
     	 * @return  int                	Id of row
     	 */
    -	function last_insert_id($tab, $fieldid = 'rowid');
    +    function last_insert_id($tab, $fieldid = 'rowid');
    +    // phpcs:enable
     
     	/**
     	 *    Return full path of restore program
    @@ -247,6 +259,7 @@ interface Database
     	 */
     	function getDefaultCollationDatabase();
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return number of lines for result of a SELECT
     	 *
    @@ -254,7 +267,8 @@ interface Database
     	 * @return 	int                        Nb of lines
     	 * @see    	affected_rows
     	 */
    -	function num_rows($resultset);
    +    function num_rows($resultset);
    +    // phpcs:enable
     
     	/**
     	 * Return full path of dump program
    @@ -277,6 +291,7 @@ interface Database
     	 */
     	function errno();
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Create a table into database
     	 *
    @@ -289,15 +304,18 @@ interface Database
     	 * @param        array $keys 			Tableau des champs cles noms => valeur
     	 * @return       int                    <0 if KO, >=0 if OK
     	 */
    -	function DDLCreateTable($table, $fields, $primary_key, $type, $unique_keys = null, $fulltext_keys = null, $keys = null);
    +    function DDLCreateTable($table, $fields, $primary_key, $type, $unique_keys = null, $fulltext_keys = null, $keys = null);
    +    // phpcs:enable
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Drop a table into database
     	 *
     	 * @param        string $table 			Name of table
     	 * @return       int                    <0 if KO, >=0 if OK
     	 */
    -	function DDLDropTable($table);
    +    function DDLDropTable($table);
    +    // phpcs:enable
     
     	/**
     	 * Return list of available charset that can be used to store data in database
    @@ -306,6 +324,7 @@ interface Database
     	 */
     	function getListOfCharacterSet();
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Create a new field into table
     	 *
    @@ -315,8 +334,10 @@ interface Database
     	 * @param    string $field_position 	Optionnel ex.: "after champtruc"
     	 * @return   int                        <0 if KO, >0 if OK
     	 */
    -	function DDLAddField($table, $field_name, $field_desc, $field_position = "");
    +    function DDLAddField($table, $field_name, $field_desc, $field_position = "");
    +    // phpcs:enable
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Drop a field from table
     	 *
    @@ -324,8 +345,10 @@ interface Database
     	 * @param    string $field_name 		Name of field to drop
     	 * @return   int                        <0 if KO, >0 if OK
     	 */
    -	function DDLDropField($table, $field_name);
    +    function DDLDropField($table, $field_name);
    +    // phpcs:enable
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Update format of a field into a table
     	 *
    @@ -334,7 +357,8 @@ interface Database
     	 * @param    string 	$field_desc 	Array with description of field format
     	 * @return   int                        <0 if KO, >0 if OK
     	 */
    -	function DDLUpdateField($table, $field_name, $field_desc);
    +    function DDLUpdateField($table, $field_name, $field_desc);
    +    // phpcs:enable
     
     	/**
     	 * Return list of available collation that can be used for database
    @@ -343,6 +367,7 @@ interface Database
     	 */
     	function getListOfCollation();
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return a pointer of line with description of a table or field
     	 *
    @@ -350,7 +375,8 @@ interface Database
     	 * @param    string 	$field 			Optionnel : Name of field if we want description of field
     	 * @return   resource            		Resource
     	 */
    -	function DDLDescTable($table, $field = "");
    +    function DDLDescTable($table, $field = "");
    +    // phpcs:enable
     
     	/**
     	 * Return version of database server
    @@ -366,6 +392,7 @@ interface Database
     	 */
     	function getDefaultCharacterSetDatabase();
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Create a user and privileges to connect to database (even if database does not exists yet)
     	 *
    @@ -380,7 +407,8 @@ interface Database
     		$dolibarr_main_db_user,
     		$dolibarr_main_db_pass,
     		$dolibarr_main_db_name
    -	);
    +    );
    +    // phpcs:enable
     
     	/**
     	 * Convert (by PHP) a PHP server TZ string date into a Timestamps date (GMT if gm=true)
    @@ -411,13 +439,15 @@ interface Database
     	 */
     	function commit($log = '');
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * List information of columns into a table.
     	 *
     	 * @param   string 			$table 			Name of table
     	 * @return  array                			Array with inforation on table
     	 */
    -	function DDLInfoTable($table);
    +    function DDLInfoTable($table);
    +    // phpcs:enable
     
     	/**
     	 * Free last resultset used.
    @@ -442,27 +472,32 @@ interface Database
     	 */
     	function lastqueryerror();
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return connexion ID
     	 *
     	 * @return  string      Id connexion
     	 */
    -	function DDLGetConnectId();
    +    function DDLGetConnectId();
    +    // phpcs:enable
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Renvoie la ligne courante (comme un objet) pour le curseur resultset
     	 *
     	 * @param   resource $resultset Curseur de la requete voulue
     	 * @return  Object                    Object result line or false if KO or end of cursor
     	 */
    -	function fetch_object($resultset);
    +    function fetch_object($resultset);
    +    // phpcs:enable
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Select a database
     	 *
     	 * @param	string $database Name of database
     	 * @return  boolean            true if OK, false if KO
     	 */
    -	function select_db($database);
    -
    +    function select_db($database);
    +    // phpcs:enable
     }
    diff --git a/htdocs/core/db/mssql.class.php b/htdocs/core/db/mssql.class.php
    index be980c306ec..dd1553ec12f 100644
    --- a/htdocs/core/db/mssql.class.php
    +++ b/htdocs/core/db/mssql.class.php
    @@ -139,6 +139,7 @@ class DoliDBMssql extends DoliDB
     		return $line;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Select a database
     	 *
    @@ -147,6 +148,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function select_db($database)
     	{
    +        // phpcs:enable
     		return @mssql_select_db($database, $this->db);
     	}
     
    @@ -459,6 +461,7 @@ class DoliDBMssql extends DoliDB
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Renvoie la ligne courante (comme un objet) pour le curseur resultset
     	 *
    @@ -467,11 +470,13 @@ class DoliDBMssql extends DoliDB
     	 */
     	function fetch_object($resultset)
     	{
    +        // phpcs:enable
     		// Si le resultset n'est pas fourni, on prend le dernier utilise sur cette connexion
     		if (! is_resource($resultset)) { $resultset=$this->_results; }
     		return mssql_fetch_object($resultset);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *	Return datas as an array
          *
    @@ -480,12 +485,14 @@ class DoliDBMssql extends DoliDB
     	 */
     	function fetch_array($resultset)
     	{
    +        // phpcs:enable
     		// Si le resultset n'est pas fourni, on prend le dernier utilise sur cette connexion
     		if (! is_resource($resultset)) { $resultset=$this->_results; }
     		return mssql_fetch_array($resultset);
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *	Return datas as an array
          *
    @@ -494,11 +501,13 @@ class DoliDBMssql extends DoliDB
     	 */
     	function fetch_row($resultset)
     	{
    +        // phpcs:enable
     		// Si le resultset n'est pas fourni, on prend le dernier utilise sur cette connexion
     		if (! is_resource($resultset)) { $resultset=$this->_results; }
     		return @mssql_fetch_row($resultset);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *	Return number of lines for result of a SELECT
          *
    @@ -508,11 +517,13 @@ class DoliDBMssql extends DoliDB
     	 */
     	function num_rows($resultset)
     	{
    +        // phpcs:enable
     		// Si le resultset n'est pas fourni, on prend le dernier utilise sur cette connexion
     		if (! is_resource($resultset)) { $resultset=$this->_results; }
     		return mssql_num_rows($resultset);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Renvoie le nombre de lignes dans le resultat d'une requete INSERT, DELETE ou UPDATE
     	 *
    @@ -522,6 +533,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function affected_rows($resultset)
     	{
    +        // phpcs:enable
     		// Si le resultset n'est pas fourni, on prend le dernier utilise sur cette connexion
     		if (! is_resource($resultset)) { $resultset=$this->_results; }
     		// mssql necessite un link de base pour cette fonction contrairement
    @@ -639,6 +651,7 @@ class DoliDBMssql extends DoliDB
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Get last ID after an insert INSERT
     	 *
    @@ -648,6 +661,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function last_insert_id($tab,$fieldid='rowid')
     	{
    +        // phpcs:enable
     		$res = $this->query("SELECT @@IDENTITY as id");
     		if ($res && $data = $this->fetch_array($res))
     		{
    @@ -702,6 +716,7 @@ class DoliDBMssql extends DoliDB
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return connexion ID
     	 *
    @@ -709,6 +724,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLGetConnectId()
     	{
    +        // phpcs:enable
     		$resql=$this->query('SELECT CONNECTION_ID()');
     		if ($resql)
     		{
    @@ -718,6 +734,7 @@ class DoliDBMssql extends DoliDB
     		else return '?';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Create a new database
     	 *	Do not use function xxx_create_db (xxx=mysql, ...) as they are deprecated
    @@ -731,6 +748,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLCreateDb($database,$charset='',$collation='',$owner='')
     	{
    +        // phpcs:enable
             /*if (empty($charset))   $charset=$this->forcecharset;
             if (empty($collation)) $collation=$this->forcecollate;
             */
    @@ -754,6 +772,7 @@ class DoliDBMssql extends DoliDB
     	    return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  List tables into a database
     	 *
    @@ -763,10 +782,12 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLListTables($database,$table='')
     	{
    +        // phpcs:enable
     		$this->_results = mssql_list_tables($database, $this->db);
     		return $this->_results;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	List information of columns into a table.
     	 *
    @@ -775,6 +796,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLInfoTable($table)
     	{
    +        // phpcs:enable
     
     		// FIXME: Dummy method
     		// TODO: Implement
    @@ -784,6 +806,7 @@ class DoliDBMssql extends DoliDB
     		return $infotables;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Create a table into database
     	 *
    @@ -798,6 +821,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLCreateTable($table,$fields,$primary_key,$type,$unique_keys=null,$fulltext_keys=null,$keys=null)
     	{
    +        // phpcs:enable
     		// FIXME: $fulltext_keys parameter is unused
     
     		// cles recherchees dans le tableau des descriptions (fields) : type,value,attribute,null,default,extra
    @@ -863,6 +887,7 @@ class DoliDBMssql extends DoliDB
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Drop a table into database
     	 *
    @@ -871,6 +896,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLDropTable($table)
     	{
    +        // phpcs:enable
     		$sql = "DROP TABLE ".$table;
     
     		if (! $this->query($sql))
    @@ -879,6 +905,7 @@ class DoliDBMssql extends DoliDB
     			return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return a pointer of line with description of a table or field
     	 *
    @@ -888,6 +915,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLDescTable($table,$field="")
     	{
    +        // phpcs:enable
     		$sql="DESC ".$table." ".$field;
     
     		dol_syslog($sql);
    @@ -895,6 +923,7 @@ class DoliDBMssql extends DoliDB
     		return $this->_results;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Create a new field into table
     	 *
    @@ -906,6 +935,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLAddField($table,$field_name,$field_desc,$field_position="")
     	{
    +        // phpcs:enable
     		// cles recherchees dans le tableau des descriptions (field_desc) : type,value,attribute,null,default,extra
     		// ex. : $field_desc = array('type'=>'int','value'=>'11','null'=>'not null','extra'=> 'auto_increment');
     		$sql= "ALTER TABLE ".$table." ADD ".$field_name." ";
    @@ -931,6 +961,7 @@ class DoliDBMssql extends DoliDB
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Update format of a field into a table
     	 *
    @@ -941,6 +972,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLUpdateField($table,$field_name,$field_desc)
     	{
    +        // phpcs:enable
     		$sql = "ALTER TABLE ".$table;
     		$sql .= " MODIFY COLUMN ".$field_name." ".$field_desc['type'];
     		if ($field_desc['type'] == 'tinyint' || $field_desc['type'] == 'int' || $field_desc['type'] == 'varchar') {
    @@ -954,6 +986,7 @@ class DoliDBMssql extends DoliDB
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Drop a field from table
     	 *
    @@ -963,6 +996,7 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLDropField($table,$field_name)
     	{
    +        // phpcs:enable
     		$sql= "ALTER TABLE ".$table." DROP COLUMN `".$field_name."`";
     		dol_syslog($sql,LOG_DEBUG);
     		if (! $this->query($sql))
    @@ -973,6 +1007,7 @@ class DoliDBMssql extends DoliDB
     		else return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Create a user and privileges to connect to database (even if database does not exists yet)
     	 *
    @@ -984,7 +1019,8 @@ class DoliDBMssql extends DoliDB
     	 */
     	function DDLCreateUser($dolibarr_main_db_host,$dolibarr_main_db_user,$dolibarr_main_db_pass,$dolibarr_main_db_name)
     	{
    -	    $sql = "CREATE LOGIN ".$this->EscapeFieldName($dolibarr_main_db_user)." WITH PASSWORD='$dolibarr_main_db_pass'";
    +        // phpcs:enable
    +        $sql = "CREATE LOGIN ".$this->EscapeFieldName($dolibarr_main_db_user)." WITH PASSWORD='$dolibarr_main_db_pass'";
             dol_syslog(get_class($this)."::DDLCreateUser", LOG_DEBUG);	// No sql to avoid password in log
             $resql=$this->query($sql);
             if (! $resql)
    @@ -1132,6 +1168,7 @@ class DoliDBMssql extends DoliDB
     		return array();
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Escape a field name according to escape's syntax
     	 *
    @@ -1140,10 +1177,12 @@ class DoliDBMssql extends DoliDB
     	 */
         function EscapeFieldName($fieldname)
         {
    +        // phpcs:enable
     	    return "[".$fieldname."]";
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Get information on field
     	 *
    @@ -1153,6 +1192,7 @@ class DoliDBMssql extends DoliDB
     	 */
         function GetFieldInformation($table,$fields)
         {
    +        // phpcs:enable
     	    $sql="SELECT * from INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='".$this->escape($table)."' AND COLUMN_NAME";
     	    if (is_array($fields))
     	    {
    @@ -1176,5 +1216,4 @@ class DoliDBMssql extends DoliDB
     
     	    return $result;
     	}
    -
     }
    diff --git a/htdocs/core/db/mysqli.class.php b/htdocs/core/db/mysqli.class.php
    index 23c19542ae6..868712a31d0 100644
    --- a/htdocs/core/db/mysqli.class.php
    +++ b/htdocs/core/db/mysqli.class.php
    @@ -167,16 +167,18 @@ class DoliDBMysqli extends DoliDB
             return $line;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *	Select a database
    +	 *  Select a database
     	 *
    -	 *	@param	    string	$database	Name of database
    -	 *	@return	    boolean  		    true if OK, false if KO
    +	 *  @param	    string	$database	Name of database
    +	 *  @return	    boolean  		    true if OK, false if KO
     	 */
         function select_db($database)
         {
    +        // phpcs:enable
             dol_syslog(get_class($this)."::select_db database=".$database, LOG_DEBUG);
    -	    return $this->db->select_db($database);
    +        return $this->db->select_db($database);
         }
     
     
    @@ -285,6 +287,7 @@ class DoliDBMysqli extends DoliDB
             return $ret;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Renvoie la ligne courante (comme un objet) pour le curseur resultset
          *
    @@ -293,12 +296,14 @@ class DoliDBMysqli extends DoliDB
          */
         function fetch_object($resultset)
         {
    +        // phpcs:enable
             // Si le resultset n'est pas fourni, on prend le dernier utilise sur cette connexion
             if (! is_object($resultset)) { $resultset=$this->_results; }
     		return $resultset->fetch_object();
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Return datas as an array
          *
    @@ -307,11 +312,13 @@ class DoliDBMysqli extends DoliDB
          */
         function fetch_array($resultset)
         {
    +        // phpcs:enable
             // If resultset not provided, we take the last used by connexion
             if (! is_object($resultset)) { $resultset=$this->_results; }
             return $resultset->fetch_array();
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Return datas as an array
          *
    @@ -320,6 +327,7 @@ class DoliDBMysqli extends DoliDB
          */
         function fetch_row($resultset)
         {
    +        // phpcs:enable
             // If resultset not provided, we take the last used by connexion
             if (! is_bool($resultset))
             {
    @@ -333,6 +341,7 @@ class DoliDBMysqli extends DoliDB
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Return number of lines for result of a SELECT
          *
    @@ -342,11 +351,13 @@ class DoliDBMysqli extends DoliDB
          */
         function num_rows($resultset)
         {
    +        // phpcs:enable
             // If resultset not provided, we take the last used by connexion
             if (! is_object($resultset)) { $resultset=$this->_results; }
             return $resultset->num_rows;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Renvoie le nombre de lignes dans le resultat d'une requete INSERT, DELETE ou UPDATE
          *
    @@ -356,6 +367,7 @@ class DoliDBMysqli extends DoliDB
          */
         function affected_rows($resultset)
         {
    +        // phpcs:enable
             // If resultset not provided, we take the last used by connexion
             if (! is_object($resultset)) { $resultset=$this->_results; }
             // mysql necessite un link de base pour cette fonction contrairement
    @@ -456,6 +468,7 @@ class DoliDBMysqli extends DoliDB
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 * Get last ID after an insert INSERT
     	 *
    @@ -465,6 +478,7 @@ class DoliDBMysqli extends DoliDB
          */
         function last_insert_id($tab,$fieldid='rowid')
         {
    +        // phpcs:enable
             return $this->db->insert_id;
         }
     
    @@ -538,6 +552,7 @@ class DoliDBMysqli extends DoliDB
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 * Return connexion ID
     	 *
    @@ -545,6 +560,7 @@ class DoliDBMysqli extends DoliDB
          */
         function DDLGetConnectId()
         {
    +        // phpcs:enable
             $resql=$this->query('SELECT CONNECTION_ID()');
             if ($resql)
             {
    @@ -554,8 +570,9 @@ class DoliDBMysqli extends DoliDB
             else return '?';
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -	 *	Create a new database
    +     *  Create a new database
     	 *	Do not use function xxx_create_db (xxx=mysql, ...) as they are deprecated
     	 *	We force to create database with charset this->forcecharset and collate this->forcecollate
     	 *
    @@ -567,6 +584,7 @@ class DoliDBMysqli extends DoliDB
          */
         function DDLCreateDb($database,$charset='',$collation='',$owner='')
         {
    +        // phpcs:enable
             if (empty($charset))   $charset=$this->forcecharset;
             if (empty($collation)) $collation=$this->forcecollate;
     
    @@ -586,6 +604,7 @@ class DoliDBMysqli extends DoliDB
             return $ret;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *  List tables into a database
     	 *
    @@ -595,6 +614,7 @@ class DoliDBMysqli extends DoliDB
          */
         function DDLListTables($database, $table='')
         {
    +        // phpcs:enable
             $listtables=array();
     
             $like = '';
    @@ -612,6 +632,7 @@ class DoliDBMysqli extends DoliDB
             return $listtables;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	List information of columns into a table.
     	 *
    @@ -620,6 +641,7 @@ class DoliDBMysqli extends DoliDB
          */
         function DDLInfoTable($table)
         {
    +        // phpcs:enable
             $infotables=array();
     
             $sql="SHOW FULL COLUMNS FROM ".$table.";";
    @@ -636,6 +658,7 @@ class DoliDBMysqli extends DoliDB
             return $infotables;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Create a table into database
     	 *
    @@ -650,6 +673,7 @@ class DoliDBMysqli extends DoliDB
          */
         function DDLCreateTable($table,$fields,$primary_key,$type,$unique_keys=null,$fulltext_keys=null,$keys=null)
         {
    +        // phpcs:enable
     	    // FIXME: $fulltext_keys parameter is unused
     
             // cles recherchees dans le tableau des descriptions (fields) : type,value,attribute,null,default,extra
    @@ -718,15 +742,17 @@ class DoliDBMysqli extends DoliDB
             return 1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     *	Drop a table into database
    +     *  Drop a table into database
          *
          *	@param	    string	$table 			Name of table
          *	@return	    int						<0 if KO, >=0 if OK
          */
         function DDLDropTable($table)
         {
    -    	$sql = "DROP TABLE ".$table;
    +        // phpcs:enable
    +        $sql = "DROP TABLE ".$table;
     
     		if (! $this->query($sql))
      			return -1;
    @@ -734,6 +760,7 @@ class DoliDBMysqli extends DoliDB
         		return 1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Return a pointer of line with description of a table or field
     	 *
    @@ -743,6 +770,7 @@ class DoliDBMysqli extends DoliDB
          */
         function DDLDescTable($table,$field="")
         {
    +        // phpcs:enable
             $sql="DESC ".$table." ".$field;
     
             dol_syslog(get_class($this)."::DDLDescTable ".$sql,LOG_DEBUG);
    @@ -750,6 +778,7 @@ class DoliDBMysqli extends DoliDB
             return $this->_results;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Create a new field into table
     	 *
    @@ -761,6 +790,7 @@ class DoliDBMysqli extends DoliDB
          */
         function DDLAddField($table,$field_name,$field_desc,$field_position="")
         {
    +        // phpcs:enable
             // cles recherchees dans le tableau des descriptions (field_desc) : type,value,attribute,null,default,extra
             // ex. : $field_desc = array('type'=>'int','value'=>'11','null'=>'not null','extra'=> 'auto_increment');
             $sql= "ALTER TABLE ".$table." ADD ".$field_name." ";
    @@ -800,6 +830,7 @@ class DoliDBMysqli extends DoliDB
             return -1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Update format of a field into a table
     	 *
    @@ -810,6 +841,7 @@ class DoliDBMysqli extends DoliDB
          */
         function DDLUpdateField($table,$field_name,$field_desc)
         {
    +        // phpcs:enable
             $sql = "ALTER TABLE ".$table;
             $sql .= " MODIFY COLUMN ".$field_name." ".$field_desc['type'];
             if ($field_desc['type'] == 'double' || $field_desc['type'] == 'tinyint' || $field_desc['type'] == 'int' || $field_desc['type'] == 'varchar') {
    @@ -845,6 +877,7 @@ class DoliDBMysqli extends DoliDB
             return 1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Drop a field from table
     	 *
    @@ -854,16 +887,18 @@ class DoliDBMysqli extends DoliDB
          */
         function DDLDropField($table,$field_name)
         {
    +        // phpcs:enable
             $sql= "ALTER TABLE ".$table." DROP COLUMN `".$field_name."`";
             dol_syslog(get_class($this)."::DDLDropField ".$sql,LOG_DEBUG);
             if ($this->query($sql)) {
                 return 1;
             }
    -	    $this->error=$this->lasterror();
    -	    return -1;
    +        $this->error=$this->lasterror();
    +        return -1;
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 * 	Create a user and privileges to connect to database (even if database does not exists yet)
     	 *
    @@ -875,6 +910,7 @@ class DoliDBMysqli extends DoliDB
          */
         function DDLCreateUser($dolibarr_main_db_host,$dolibarr_main_db_user,$dolibarr_main_db_pass,$dolibarr_main_db_name)
         {
    +        // phpcs:enable
             $sql = "CREATE USER '".$this->escape($dolibarr_main_db_user)."'";
             dol_syslog(get_class($this)."::DDLCreateUser", LOG_DEBUG);	// No sql to avoid password in log
             $resql=$this->query($sql);
    @@ -1082,4 +1118,3 @@ class DoliDBMysqli extends DoliDB
             return $result;
         }
     }
    -
    diff --git a/htdocs/core/db/pgsql.class.php b/htdocs/core/db/pgsql.class.php
    index 8e57b29109e..78a3b91279e 100644
    --- a/htdocs/core/db/pgsql.class.php
    +++ b/htdocs/core/db/pgsql.class.php
    @@ -359,8 +359,9 @@ class DoliDBPgsql extends DoliDB
     		return $line;
     	}
     
    -	/**
    -	 *	Select a database
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     *  Select a database
          *  Ici postgresql n'a aucune fonction equivalente de mysql_select_db
          *  On compare juste manuellement si la database choisie est bien celle activee par la connexion
     	 *
    @@ -369,9 +370,13 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function select_db($database)
     	{
    -		if ($database == $this->database_name) return true;
    -		else return false;
    -	}
    +        // phpcs:enable
    +        if ($database == $this->database_name) {
    +            return true;
    +        } else {
    +            return false;
    +        }
    +    }
     
     	/**
     	 *	Connexion to server
    @@ -540,6 +545,7 @@ class DoliDBPgsql extends DoliDB
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Renvoie la ligne courante (comme un objet) pour le curseur resultset
     	 *
    @@ -548,12 +554,14 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function fetch_object($resultset)
     	{
    +        // phpcs:enable
             // If resultset not provided, we take the last used by connexion
     		if (! is_resource($resultset)) { $resultset=$this->_results; }
     		return pg_fetch_object($resultset);
     	}
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *	Return datas as an array
          *
          *	@param	resource	$resultset  Resultset of request
    @@ -561,11 +569,13 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function fetch_array($resultset)
     	{
    +        // phpcs:enable
             // If resultset not provided, we take the last used by connexion
     		if (! is_resource($resultset)) { $resultset=$this->_results; }
     		return pg_fetch_array($resultset);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *	Return datas as an array
          *
    @@ -574,25 +584,29 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function fetch_row($resultset)
     	{
    +        // phpcs:enable
     		// Si le resultset n'est pas fourni, on prend le dernier utilise sur cette connexion
     		if (! is_resource($resultset)) { $resultset=$this->_results; }
     		return pg_fetch_row($resultset);
     	}
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *	Return number of lines for result of a SELECT
          *
          *	@param	resourse	$resultset  Resulset of requests
          *	@return int		    			Nb of lines, -1 on error
          *	@see    affected_rows
    -	 */
    +     */
     	function num_rows($resultset)
     	{
    +        // phpcs:enable
             // If resultset not provided, we take the last used by connexion
     		if (! is_resource($resultset)) { $resultset=$this->_results; }
     		return pg_num_rows($resultset);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Renvoie le nombre de lignes dans le resultat d'une requete INSERT, DELETE ou UPDATE
     	 *
    @@ -602,6 +616,7 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function affected_rows($resultset)
     	{
    +        // phpcs:enable
             // If resultset not provided, we take the last used by connexion
     		if (! is_resource($resultset)) { $resultset=$this->_results; }
     		// pgsql necessite un resultset pour cette fonction contrairement
    @@ -754,6 +769,7 @@ class DoliDBPgsql extends DoliDB
     		return pg_last_error($this->db);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Get last ID after an insert INSERT
     	 *
    @@ -763,6 +779,7 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function last_insert_id($tab,$fieldid='rowid')
     	{
    +        // phpcs:enable
     		//$result = pg_query($this->db,"SELECT MAX(".$fieldid.") FROM ".$tab);
     		$result = pg_query($this->db,"SELECT currval('".$tab."_".$fieldid."_seq')");
     		if (! $result)
    @@ -819,6 +836,7 @@ class DoliDBPgsql extends DoliDB
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return connexion ID
     	 *
    @@ -826,11 +844,13 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function DDLGetConnectId()
     	{
    +        // phpcs:enable
     		return '?';
     	}
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Create a new database
     	 *	Do not use function xxx_create_db (xxx=mysql, ...) as they are deprecated
    @@ -844,6 +864,7 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function DDLCreateDb($database,$charset='',$collation='',$owner='')
     	{
    +        // phpcs:enable
     	    if (empty($charset))   $charset=$this->forcecharset;
     		if (empty($collation)) $collation=$this->forcecollate;
     
    @@ -856,6 +877,7 @@ class DoliDBPgsql extends DoliDB
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  List tables into a database
     	 *
    @@ -864,7 +886,8 @@ class DoliDBPgsql extends DoliDB
     	 *  @return	array					List of tables in an array
     	 */
     	function DDLListTables($database, $table='')
    -	{
    +    {
    +        // phpcs:enable
     		$listtables=array();
     
     		$like = '';
    @@ -880,6 +903,7 @@ class DoliDBPgsql extends DoliDB
     		return $listtables;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	List information of columns into a table.
     	 *
    @@ -889,6 +913,7 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function DDLInfoTable($table)
     	{
    +        // phpcs:enable
     		$infotables=array();
     
     		$sql="SELECT ";
    @@ -920,6 +945,7 @@ class DoliDBPgsql extends DoliDB
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Create a table into database
     	 *
    @@ -934,6 +960,7 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function DDLCreateTable($table,$fields,$primary_key,$type,$unique_keys=null,$fulltext_keys=null,$keys=null)
     	{
    +        // phpcs:enable
     		// FIXME: $fulltext_keys parameter is unused
     
     		// cles recherchees dans le tableau des descriptions (fields) : type,value,attribute,null,default,extra
    @@ -999,6 +1026,7 @@ class DoliDBPgsql extends DoliDB
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Drop a table into database
     	 *
    @@ -1007,6 +1035,7 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function DDLDropTable($table)
     	{
    +        // phpcs:enable
     		$sql = "DROP TABLE ".$table;
     
     		if (! $this->query($sql))
    @@ -1015,6 +1044,7 @@ class DoliDBPgsql extends DoliDB
     			return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Create a user to connect to database
     	 *
    @@ -1026,6 +1056,7 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function DDLCreateUser($dolibarr_main_db_host,$dolibarr_main_db_user,$dolibarr_main_db_pass,$dolibarr_main_db_name)
     	{
    +        // phpcs:enable
     		// Note: using ' on user does not works with pgsql
     		$sql = "CREATE USER ".$this->escape($dolibarr_main_db_user)." with password '".$this->escape($dolibarr_main_db_pass)."'";
     
    @@ -1039,6 +1070,7 @@ class DoliDBPgsql extends DoliDB
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return a pointer of line with description of a table or field
     	 *
    @@ -1048,6 +1080,7 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function DDLDescTable($table,$field="")
     	{
    +        // phpcs:enable
     		$sql ="SELECT attname FROM pg_attribute, pg_type WHERE typname = '".$table."' AND attrelid = typrelid";
     		$sql.=" AND attname NOT IN ('cmin', 'cmax', 'ctid', 'oid', 'tableoid', 'xmin', 'xmax')";
     		if ($field) $sql.= " AND attname = '".$field."'";
    @@ -1057,6 +1090,7 @@ class DoliDBPgsql extends DoliDB
     		return $this->_results;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Create a new field into table
     	 *
    @@ -1068,34 +1102,36 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function DDLAddField($table,$field_name,$field_desc,$field_position="")
     	{
    +        // phpcs:enable
     		// cles recherchees dans le tableau des descriptions (field_desc) : type,value,attribute,null,default,extra
     		// ex. : $field_desc = array('type'=>'int','value'=>'11','null'=>'not null','extra'=> 'auto_increment');
     		$sql= "ALTER TABLE ".$table." ADD ".$field_name." ";
     		$sql .= $field_desc['type'];
    -		if(preg_match("/^[^\s]/i",$field_desc['value']))
    +		if (preg_match("/^[^\s]/i",$field_desc['value']))
     		    if (! in_array($field_desc['type'],array('int','date','datetime')))
     		    {
     		        $sql.= "(".$field_desc['value'].")";
     		    }
     		if (preg_match("/^[^\s]/i",$field_desc['attribute']))
    -		$sql .= " ".$field_desc['attribute'];
    +            $sql .= " ".$field_desc['attribute'];
     		if (preg_match("/^[^\s]/i",$field_desc['null']))
    -		$sql .= " ".$field_desc['null'];
    +            $sql .= " ".$field_desc['null'];
     		if (preg_match("/^[^\s]/i",$field_desc['default']))
    -		if (preg_match("/null/i",$field_desc['default']))
    -		$sql .= " default ".$field_desc['default'];
    -		else
    -		$sql .= " default '".$field_desc['default']."'";
    +            if (preg_match("/null/i",$field_desc['default']))
    +                $sql .= " default ".$field_desc['default'];
    +		    else
    +                $sql .= " default '".$field_desc['default']."'";
     		if (preg_match("/^[^\s]/i",$field_desc['extra']))
    -		$sql .= " ".$field_desc['extra'];
    +            $sql .= " ".$field_desc['extra'];
     		$sql .= " ".$field_position;
     
     		dol_syslog($sql,LOG_DEBUG);
    -		if(! $this -> query($sql))
    +		if (! $this -> query($sql))
     			return -1;
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Update format of a field into a table
     	 *
    @@ -1106,6 +1142,7 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function DDLUpdateField($table,$field_name,$field_desc)
     	{
    +        // phpcs:enable
     		$sql = "ALTER TABLE ".$table;
     		$sql .= " MODIFY COLUMN ".$field_name." ".$field_desc['type'];
     		if ($field_desc['type'] == 'double' || $field_desc['type'] == 'tinyint' || $field_desc['type'] == 'int' || $field_desc['type'] == 'varchar') {
    @@ -1139,6 +1176,7 @@ class DoliDBPgsql extends DoliDB
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Drop a field from table
     	 *
    @@ -1148,6 +1186,7 @@ class DoliDBPgsql extends DoliDB
     	 */
     	function DDLDropField($table,$field_name)
     	{
    +        // phpcs:enable
     		$sql= "ALTER TABLE ".$table." DROP COLUMN ".$field_name;
     		dol_syslog($sql,LOG_DEBUG);
     		if (! $this->query($sql))
    diff --git a/htdocs/core/db/sqlite3.class.php b/htdocs/core/db/sqlite3.class.php
    index a08756f786a..6babfd881d4 100644
    --- a/htdocs/core/db/sqlite3.class.php
    +++ b/htdocs/core/db/sqlite3.class.php
    @@ -296,6 +296,7 @@ class DoliDBSqlite3 extends DoliDB
             return $line;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Select a database
          *
    @@ -304,8 +305,9 @@ class DoliDBSqlite3 extends DoliDB
          */
         function select_db($database)
         {
    +        // phpcs:enable
             dol_syslog(get_class($this)."::select_db database=".$database, LOG_DEBUG);
    -	    // sqlite_select_db() does not exist
    +        // sqlite_select_db() does not exist
             //return sqlite_select_db($this->db,$database);
             return true;
         }
    @@ -490,6 +492,7 @@ class DoliDBSqlite3 extends DoliDB
             return $ret;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Renvoie la ligne courante (comme un objet) pour le curseur resultset
          *
    @@ -498,6 +501,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function fetch_object($resultset)
         {
    +        // phpcs:enable
             // Si le resultset n'est pas fourni, on prend le dernier utilise sur cette connexion
             if (! is_object($resultset)) { $resultset=$this->_results; }
             //return $resultset->fetch(PDO::FETCH_OBJ);
    @@ -509,6 +513,7 @@ class DoliDBSqlite3 extends DoliDB
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Return datas as an array
          *
    @@ -517,6 +522,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function fetch_array($resultset)
         {
    +        // phpcs:enable
             // If resultset not provided, we take the last used by connexion
             if (! is_object($resultset)) { $resultset=$this->_results; }
             //return $resultset->fetch(PDO::FETCH_ASSOC);
    @@ -524,6 +530,7 @@ class DoliDBSqlite3 extends DoliDB
     	    return $ret;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Return datas as an array
          *
    @@ -532,6 +539,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function fetch_row($resultset)
         {
    +        // phpcs:enable
             // If resultset not provided, we take the last used by connexion
             if (! is_bool($resultset))
             {
    @@ -545,6 +553,7 @@ class DoliDBSqlite3 extends DoliDB
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Return number of lines for result of a SELECT
          *
    @@ -554,7 +563,8 @@ class DoliDBSqlite3 extends DoliDB
          */
         function num_rows($resultset)
         {
    -	    // FIXME: SQLite3Result does not have a queryString member
    +        // phpcs:enable
    +        // FIXME: SQLite3Result does not have a queryString member
     
             // If resultset not provided, we take the last used by connexion
             if (! is_object($resultset)) { $resultset=$this->_results; }
    @@ -564,6 +574,7 @@ class DoliDBSqlite3 extends DoliDB
             return 0;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Return number of lines for result of a SELECT
          *
    @@ -573,7 +584,8 @@ class DoliDBSqlite3 extends DoliDB
          */
         function affected_rows($resultset)
         {
    -	    // FIXME: SQLite3Result does not have a queryString member
    +        // phpcs:enable
    +        // FIXME: SQLite3Result does not have a queryString member
     
             // If resultset not provided, we take the last used by connexion
             if (! is_object($resultset)) { $resultset=$this->_results; }
    @@ -692,6 +704,7 @@ class DoliDBSqlite3 extends DoliDB
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Get last ID after an insert INSERT
          *
    @@ -701,6 +714,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function last_insert_id($tab,$fieldid='rowid')
         {
    +        // phpcs:enable
             return $this->db->lastInsertRowId();
         }
     
    @@ -773,6 +787,7 @@ class DoliDBSqlite3 extends DoliDB
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return connexion ID
          *
    @@ -780,10 +795,12 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLGetConnectId()
         {
    +        // phpcs:enable
             return '?';
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Create a new database
     	 *	Do not use function xxx_create_db (xxx=mysql, ...) as they are deprecated
    @@ -797,6 +814,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLCreateDb($database,$charset='',$collation='',$owner='')
         {
    +        // phpcs:enable
             if (empty($charset))   $charset=$this->forcecharset;
             if (empty($collation)) $collation=$this->forcecollate;
     
    @@ -816,6 +834,7 @@ class DoliDBSqlite3 extends DoliDB
             return $ret;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  List tables into a database
          *
    @@ -825,6 +844,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLListTables($database, $table='')
         {
    +        // phpcs:enable
             $listtables=array();
     
             $like = '';
    @@ -842,8 +862,9 @@ class DoliDBSqlite3 extends DoliDB
             return $listtables;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -	 *	List information of columns into a table.
    +     *  List information of columns into a table.
          *
     	 *	@param	string	$table		Name of table
     	 *	@return	array				Tableau des informations des champs de la table
    @@ -851,6 +872,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLInfoTable($table)
         {
    +        // phpcs:enable
             $infotables=array();
     
             $sql="SHOW FULL COLUMNS FROM ".$table.";";
    @@ -867,6 +889,7 @@ class DoliDBSqlite3 extends DoliDB
             return $infotables;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Create a table into database
          *
    @@ -881,7 +904,8 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLCreateTable($table,$fields,$primary_key,$type,$unique_keys=null,$fulltext_keys=null,$keys=null)
         {
    -	    // FIXME: $fulltext_keys parameter is unused
    +        // phpcs:enable
    +        // FIXME: $fulltext_keys parameter is unused
     
             // cles recherchees dans le tableau des descriptions (fields) : type,value,attribute,null,default,extra
             // ex. : $fields['rowid'] = array('type'=>'int','value'=>'11','null'=>'not null','extra'=> 'auto_increment');
    @@ -945,6 +969,7 @@ class DoliDBSqlite3 extends DoliDB
             return 1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Drop a table into database
          *
    @@ -953,6 +978,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLDropTable($table)
         {
    +        // phpcs:enable
         	$sql = "DROP TABLE ".$table;
     
         	if (! $this->query($sql))
    @@ -961,6 +987,7 @@ class DoliDBSqlite3 extends DoliDB
         		return 1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Return a pointer of line with description of a table or field
          *
    @@ -970,6 +997,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLDescTable($table,$field="")
         {
    +        // phpcs:enable
             $sql="DESC ".$table." ".$field;
     
             dol_syslog(get_class($this)."::DDLDescTable ".$sql,LOG_DEBUG);
    @@ -977,6 +1005,7 @@ class DoliDBSqlite3 extends DoliDB
             return $this->_results;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Create a new field into table
          *
    @@ -988,6 +1017,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLAddField($table,$field_name,$field_desc,$field_position="")
         {
    +        // phpcs:enable
             // cles recherchees dans le tableau des descriptions (field_desc) : type,value,attribute,null,default,extra
             // ex. : $field_desc = array('type'=>'int','value'=>'11','null'=>'not null','extra'=> 'auto_increment');
             $sql= "ALTER TABLE ".$table." ADD ".$field_name." ";
    @@ -1020,6 +1050,7 @@ class DoliDBSqlite3 extends DoliDB
             return 1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Update format of a field into a table
          *
    @@ -1030,6 +1061,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLUpdateField($table,$field_name,$field_desc)
         {
    +        // phpcs:enable
             $sql = "ALTER TABLE ".$table;
             $sql .= " MODIFY COLUMN ".$field_name." ".$field_desc['type'];
             if ($field_desc['type'] == 'tinyint' || $field_desc['type'] == 'int' || $field_desc['type'] == 'varchar') {
    @@ -1042,6 +1074,7 @@ class DoliDBSqlite3 extends DoliDB
             return 1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *	Drop a field from table
          *
    @@ -1051,6 +1084,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLDropField($table,$field_name)
         {
    +        // phpcs:enable
             $sql= "ALTER TABLE ".$table." DROP COLUMN `".$field_name."`";
             dol_syslog(get_class($this)."::DDLDropField ".$sql,LOG_DEBUG);
             if (! $this->query($sql))
    @@ -1062,8 +1096,9 @@ class DoliDBSqlite3 extends DoliDB
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -	 * 	Create a user and privileges to connect to database (even if database does not exists yet)
    +     * 	Create a user and privileges to connect to database (even if database does not exists yet)
          *
     	 *	@param	string	$dolibarr_main_db_host 		Ip serveur
     	 *	@param	string	$dolibarr_main_db_user 		Nom user a creer
    @@ -1073,6 +1108,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         function DDLCreateUser($dolibarr_main_db_host,$dolibarr_main_db_user,$dolibarr_main_db_pass,$dolibarr_main_db_name)
         {
    +        // phpcs:enable
             $sql = "INSERT INTO user ";
             $sql.= "(Host,User,password,Select_priv,Insert_priv,Update_priv,Delete_priv,Create_priv,Drop_priv,Index_Priv,Alter_priv,Lock_tables_priv)";
             $sql.= " VALUES ('".$this->escape($dolibarr_main_db_host)."','".$this->escape($dolibarr_main_db_user)."',password('".addslashes($dolibarr_main_db_pass)."')";
    @@ -1294,6 +1330,7 @@ class DoliDBSqlite3 extends DoliDB
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
         /**
          * calc_daynr
          *
    @@ -1304,6 +1341,7 @@ class DoliDBSqlite3 extends DoliDB
          */
         private static function calc_daynr($year, $month, $day)
         {
    +        // phpcs:enable
             $y = $year;
             if ($y == 0 && $month == 0) return 0;
             $num = (365* $y + 31 * ($month - 1) + $day);
    @@ -1316,6 +1354,7 @@ class DoliDBSqlite3 extends DoliDB
             return $num + floor($y / 4) - $temp;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
         /**
          * calc_weekday
          *
    @@ -1325,10 +1364,12 @@ class DoliDBSqlite3 extends DoliDB
          */
         private static function calc_weekday($daynr, $sunday_first_day_of_week)
         {
    -      $ret = floor(($daynr + 5 + ($sunday_first_day_of_week ? 1 : 0)) % 7);
    -      return $ret;
    +        // phpcs:enable
    +        $ret = floor(($daynr + 5 + ($sunday_first_day_of_week ? 1 : 0)) % 7);
    +        return $ret;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
         /**
          * calc_days_in_year
          *
    @@ -1337,9 +1378,11 @@ class DoliDBSqlite3 extends DoliDB
          */
         private static function calc_days_in_year($year)
         {
    -      return (($year & 3) == 0 && ($year%100 || ($year%400 == 0 && $year)) ? 366 : 365);
    +        // phpcs:enable
    +        return (($year & 3) == 0 && ($year%100 || ($year%400 == 0 && $year)) ? 366 : 365);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
     	/**
     	 * calc_week
     	 *
    @@ -1352,6 +1395,7 @@ class DoliDBSqlite3 extends DoliDB
     	 */
         private static function calc_week($year, $month, $day, $week_behaviour, &$calc_year)
         {
    +        // phpcs:enable
             $daynr=self::calc_daynr($year,$month,$day);
             $first_daynr=self::calc_daynr($year,1,1);
             $monday_first= ($week_behaviour & self::WEEK_MONDAY_FIRST) ? 1 : 0;
    @@ -1389,5 +1433,4 @@ class DoliDBSqlite3 extends DoliDB
           }
           return floor($days/7+1);
         }
    -
     }
    diff --git a/htdocs/core/get_info.php b/htdocs/core/get_info.php
    index 2f08a1d7d24..4e52c584083 100644
    --- a/htdocs/core/get_info.php
    +++ b/htdocs/core/get_info.php
    @@ -134,7 +134,7 @@ if (! empty($conf->modulebuilder->enabled))
     
     // Link to print main content area
     /*
    -if (empty($conf->global->MAIN_PRINT_DISABLELINK) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER) && empty($conf->browser->phone))
    +if (empty($conf->global->MAIN_PRINT_DISABLELINK) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER) && $conf->browser->layout != 'phone')
     {
     	$qs=dol_escape_htmltag($_SERVER["QUERY_STRING"]);
     
    diff --git a/htdocs/core/lib/admin.lib.php b/htdocs/core/lib/admin.lib.php
    index 884dbaa120c..4014adfc272 100644
    --- a/htdocs/core/lib/admin.lib.php
    +++ b/htdocs/core/lib/admin.lib.php
    @@ -124,9 +124,10 @@ function versiondolibarrarray()
      *	@param 		string	$okerror			Family of errors we accept ('default', 'none')
      *  @param		int		$linelengthlimit	Limit for length of each line (Use 0 if unknown, may be faster if defined)
      *  @param		int		$nocommentremoval	Do no try to remove comments (in such a case, we consider that each line is a request, so use also $linelengthlimit=0)
    + *  @param		int		$offsetforchartofaccount	Offset to use to load chart of account table to update sql on the fly to add offset to rowid and account_parent value
      * 	@return		int							<=0 if KO, >0 if OK
      */
    -function run_sql($sqlfile, $silent=1, $entity='', $usesavepoint=1, $handler='', $okerror='default', $linelengthlimit=32768, $nocommentremoval=0)
    +function run_sql($sqlfile, $silent=1, $entity='', $usesavepoint=1, $handler='', $okerror='default', $linelengthlimit=32768, $nocommentremoval=0, $offsetforchartofaccount=0)
     {
         global $db, $conf, $langs, $user;
     
    @@ -265,6 +266,18 @@ function run_sql($sqlfile, $silent=1, $entity='', $usesavepoint=1, $handler='',
     
                 $arraysql[$i]=$newsql;
             }
    +
    +        if ($offsetforchartofaccount > 0)
    +        {
    +        	// Replace lines
    +        	// 'INSERT INTO llx_accounting_account (__ENTITY__, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (1401, 'PCG99-ABREGE','CAPIT', 'XXXXXX', '1', 0, '...', 1);'
    +        	// with
    +        	// 'INSERT INTO llx_accounting_account (__ENTITY__, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (1401 + 200100000, 'PCG99-ABREGE','CAPIT', 'XXXXXX', '1', 0, '...', 1);'
    +        	$newsql = preg_replace('/VALUES\s*\(__ENTITY__, \s*(\d+)\s*,(\s*\'[^\',]*\'\s*,\s*\'[^\',]*\'\s*,\s*\'[^\',]*\'\s*,\s*\'[^\',]*\'\s*),\s*\'?([^\',]*)\'?/ims', 'VALUES (__ENTITY__, \1 + '.$offsetforchartofaccount.', \2, \3 + '.$offsetforchartofaccount, $newsql);
    +        	$newsql = preg_replace('/([,\s])0 \+ '.$offsetforchartofaccount.'/ims', '\1 0', $newsql);
    +        	//var_dump($newsql);
    +        	$arraysql[$i] = $newsql;
    +        }
         }
     
         // Loop on each request to execute request
    @@ -716,6 +729,11 @@ function defaultvalues_prepare_head()
         $head[$h][2] = 'focus';
         $h++;
     
    +    $head[$h][0] = DOL_URL_ROOT."/admin/defaultvalues.php?mode=mandatory";
    +    $head[$h][1] = $langs->trans("DefaultMandatory");
    +    $head[$h][2] = 'mandatory';
    +    $h++;
    +
         /*$head[$h][0] = DOL_URL_ROOT."/admin/translation.php?mode=searchkey";
         $head[$h][1] = $langs->trans("TranslationKeySearch");
         $head[$h][2] = 'searchkey';
    @@ -1718,7 +1736,7 @@ function email_admin_prepare_head()
     	}
     
     	$head[$h][0] = DOL_URL_ROOT."/admin/mails_templates.php";
    -	$head[$h][1] = $langs->trans("DictionaryEMailTemplates");
    +	$head[$h][1] = $langs->trans("EMailTemplates");
     	$head[$h][2] = 'templates';
     	$h++;
     
    diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php
    index 9f8d1988c07..86d3a68fed4 100644
    --- a/htdocs/core/lib/agenda.lib.php
    +++ b/htdocs/core/lib/agenda.lib.php
    @@ -68,7 +68,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
     
     	print '<div class="fichecenter">';
     
    -	if (! empty($conf->browser->phone)) print '<div class="fichehalfleft">';
    +	if ($conf->browser->layout == 'phone') print '<div class="fichehalfleft">';
     	else print '<table class="nobordernopadding" width="100%"><tr><td class="borderright">';
     
     	print '<table class="nobordernopadding centpercent">';
    @@ -131,7 +131,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
     		print '<td class="nowrap" style="padding-bottom: 2px;">';
     		print $langs->trans("Project").' &nbsp; ';
     		print '</td><td class="nowrap" style="padding-bottom: 2px;">';
    -		$formproject->select_projects($socid?$socid:-1, $pid, 'projectid', 0);
    +		print $formproject->select_projects($socid?$socid:-1, $pid, 'projectid', 0, 0, 1, 0, 0, 0, 0, '', 1, 0, 'maxwidth500');
     		print '</td></tr>';
     	}
     
    @@ -180,10 +180,10 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
     
     	print '</table>';
     
    -	if (! empty($conf->browser->phone)) print '</div>';
    +	if ($conf->browser->layout == 'phone') print '</div>';
     	else print '</td>';
     
    -	if (! empty($conf->browser->phone)) print '<div class="fichehalfright">';
    +	if ($conf->browser->layout == 'phone') print '<div class="fichehalfright">';
     	else print '<td align="center" valign="middle" class="nowrap">';
     
     	print '<table class="centpercent"><tr><td align="center">';
    @@ -193,7 +193,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
     	print '</td></tr>';
     	print '</table>';
     
    -	if (! empty($conf->browser->phone)) print '</div>';
    +	if ($conf->browser->layout == 'phone') print '</div>';
     	else print '</td></tr></table>';
     
     	print '</div>';	// Close fichecenter
    diff --git a/htdocs/core/lib/ajax.lib.php b/htdocs/core/lib/ajax.lib.php
    index 8fec9a5c160..8a39043a680 100644
    --- a/htdocs/core/lib/ajax.lib.php
    +++ b/htdocs/core/lib/ajax.lib.php
    @@ -377,7 +377,7 @@ function ajax_combobox($htmlname, $events=array(), $minLengthToAutocomplete=0, $
     
     	// select2 disabled for smartphones with standard browser.
     	// TODO With select2 v4, it seems ok, except that responsive style on table become crazy when scrolling at end of array)
    -	if (! empty($conf->browser->phone)) return '';
    +	if ($conf->browser->layout == 'phone') return '';
     
     	if (! empty($conf->global->MAIN_DISABLE_AJAX_COMBOX)) return '';
     	if (empty($conf->use_javascript_ajax)) return '';
    diff --git a/htdocs/core/lib/asset.lib.php b/htdocs/core/lib/asset.lib.php
    index 5953c8b9420..7a4fd80158c 100644
    --- a/htdocs/core/lib/asset.lib.php
    +++ b/htdocs/core/lib/asset.lib.php
    @@ -16,7 +16,7 @@
      */
     
     /**
    - * \file    core/lib/assets.lib.php
    + * \file    htdocs/core/lib/asset.lib.php
      * \ingroup asset
      * \brief   Library files with common functions for Assets
      */
    @@ -24,7 +24,7 @@
     /**
      * Prepare admin pages header
      *
    - * @return array
    + * @return array head array with tabs
      */
     function AssetsAdminPrepareHead()
     {
    @@ -65,6 +65,11 @@ function AssetsAdminPrepareHead()
     	return $head;
     }
     
    +/**
    + * Prepare admin pages header
    + *
    + * @return array head array with tabs
    + */
     function AssetsPrepareHead()
     {
     	global $langs, $conf;
    diff --git a/htdocs/core/lib/bank.lib.php b/htdocs/core/lib/bank.lib.php
    index 3116d85287a..ded980e3246 100644
    --- a/htdocs/core/lib/bank.lib.php
    +++ b/htdocs/core/lib/bank.lib.php
    @@ -215,7 +215,6 @@ function checkSwiftForAccount($account)
         } else {
             return false;
         }
    -
     }
     
     /**
    diff --git a/htdocs/core/lib/categories.lib.php b/htdocs/core/lib/categories.lib.php
    index 4be484e1aa4..e8a7dfcb0ff 100644
    --- a/htdocs/core/lib/categories.lib.php
    +++ b/htdocs/core/lib/categories.lib.php
    @@ -33,8 +33,8 @@ function categories_prepare_head($object,$type)
     {
     	global $langs, $conf, $user;
     
    -	$langs->load("categories");
    -	$langs->load("products");
    +	// Load translation files required by the page
    +    $langs->loadLangs(array('categories', 'products'));
     
     	$h = 0;
     	$head = array();
    @@ -48,7 +48,7 @@ function categories_prepare_head($object,$type)
     	$head[$h][1] = $langs->trans("Photos");
     	$head[$h][2] = 'photos';
     	$h++;
    -	
    +
     	if (! empty($conf->global->MAIN_MULTILANGS))
     	{
         	$head[$h][0] = DOL_URL_ROOT.'/categories/traduction.php?id='.$object->id.'&amp;type='.$type;
    @@ -56,7 +56,7 @@ function categories_prepare_head($object,$type)
         	$head[$h][2] = 'translation';
         	$h++;
     	}
    -	
    +
         // Show more tabs from modules
         // Entries must be declared in modules descriptor with line
         // $this->tabs = array('entity:+tabname:Title:@mymodule:/mymodule/mypage.php?id=__ID__');   to add new tab
    @@ -87,7 +87,7 @@ function categoriesadmin_prepare_head()
     	$head[$h][1] = $langs->trans("Setup");
     	$head[$h][2] = 'setup';
     	$h++;
    -	
    +
     	$head[$h][0] = DOL_URL_ROOT.'/categories/admin/categorie_extrafields.php';
     	$head[$h][1] = $langs->trans("ExtraFieldsCategories");
     	$head[$h][2] = 'attributes_categories';
    diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
    index fa1d9528ef5..0e2401434d7 100644
    --- a/htdocs/core/lib/company.lib.php
    +++ b/htdocs/core/lib/company.lib.php
    @@ -7,7 +7,7 @@
      * Copyright (C) 2013-2014  Juanjo Menent           <jmenent@2byte.es>
      * Copyright (C) 2013       Christophe Battarel     <contact@altairis.fr>
      * Copyright (C) 2013       Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    - * Copyright (C) 2015       Frederic France         <frederic.france@free.fr>
    + * Copyright (C) 2015-2018  Frédéric France         <frederic.france@netlogic.fr>
      * Copyright (C) 2015       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
      * Copyright (C) 2017       Rui Strecht			    <rui.strecht@aliartalentos.com>
      * Copyright (C) 2018       Ferran Marcet		    <fmarcet@2byte.es>
    @@ -1244,12 +1244,12 @@ function show_addresses($conf,$langs,$db,$object,$backtopage='')
     			print "</tr>\n";
     		}
     	}
    -	else
    -	{
    +	//else
    +	//{
     		//print '<tr class="oddeven">';
     		//print '<td>'.$langs->trans("NoAddressYetDefined").'</td>';
     		//print "</tr>\n";
    -	}
    +	//}
     	print "\n</table>\n";
     
     	print "<br>\n";
    @@ -1285,7 +1285,7 @@ function show_actions_todo($conf,$langs,$db,$filterobj,$objcon='',$noprint=0,$ac
      * 		@param	Conf		       $conf		   Object conf
      * 		@param	Translate	       $langs		   Object langs
      * 		@param	DoliDB		       $db			   Object db
    - * 		@param	mixed			   $filterobj	   Object Adherent|Societe|Project|Product|CommandeFournisseur
    + * 		@param	mixed			   $filterobj	   Object Adherent|Societe|Project|Product|CommandeFournisseur|Dolresource
      * 		@param	Contact		       $objcon		   Object contact
      *      @param  int			       $noprint        Return string but does not output it
      *      @param  string		       $actioncode     Filter on actioncode
    @@ -1303,6 +1303,8 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
     
         global $param;
     
    +    dol_include_once('/comm/action/class/actioncomm.class.php');
    +
         // Check parameters
         if (! is_object($filterobj) && ! is_object($objcon)) dol_print_error('','BadParameter');
     
    @@ -1323,34 +1325,42 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
             $sql.= " c.code as acode, c.libelle as alabel, c.picto as apicto,";
             $sql.= " u.rowid as user_id, u.login as user_login, u.photo as user_photo, u.firstname as user_firstname, u.lastname as user_lastname";
             if (is_object($filterobj) && get_class($filterobj) == 'Societe')  $sql.= ", sp.lastname, sp.firstname";
    -        if (is_object($filterobj) && get_class($filterobj) == 'Adherent') $sql.= ", m.lastname, m.firstname";
    -        if (is_object($filterobj) && get_class($filterobj) == 'CommandeFournisseur') $sql.= ", o.ref";
    -        if (is_object($filterobj) && get_class($filterobj) == 'Product') $sql.= ", o.ref";
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'Adherent') $sql.= ", m.lastname, m.firstname";
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'CommandeFournisseur') $sql.= ", o.ref";
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'Product') $sql.= ", o.ref";
             $sql.= " FROM ".MAIN_DB_PREFIX."actioncomm as a";
             $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."user as u on u.rowid = a.fk_user_action";
             $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_actioncomm as c ON a.fk_action = c.id";
             if (is_object($filterobj) && get_class($filterobj) == 'Societe')  $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."socpeople as sp ON a.fk_contact = sp.rowid";
    -        if (is_object($filterobj) && get_class($filterobj) == 'Adherent') $sql.= ", ".MAIN_DB_PREFIX."adherent as m";
    -        if (is_object($filterobj) && get_class($filterobj) == 'CommandeFournisseur') $sql.= ", ".MAIN_DB_PREFIX."commande_fournisseur as o";
    -        if (is_object($filterobj) && get_class($filterobj) == 'Product') $sql.= ", ".MAIN_DB_PREFIX."product as o";
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'Dolresource') {
    +        	$sql.= " INNER JOIN ".MAIN_DB_PREFIX."element_resources as er";
    +        	$sql.= " ON er.resource_type = 'dolresource'";
    +        	$sql.= " AND er.element_id = a.id";
    +        	$sql.= " AND er.resource_id = ".$filterobj->id;
    +        }
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'Adherent') $sql.= ", ".MAIN_DB_PREFIX."adherent as m";
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'CommandeFournisseur') $sql.= ", ".MAIN_DB_PREFIX."commande_fournisseur as o";
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'Product') $sql.= ", ".MAIN_DB_PREFIX."product as o";
    +
             $sql.= " WHERE a.entity IN (".getEntity('agenda').")";
             if (is_object($filterobj) && get_class($filterobj) == 'Societe'  && $filterobj->id) $sql.= " AND a.fk_soc = ".$filterobj->id;
    -        if (is_object($filterobj) && get_class($filterobj) == 'Project' && $filterobj->id) $sql.= " AND a.fk_project = ".$filterobj->id;
    -        if (is_object($filterobj) && get_class($filterobj) == 'Adherent')
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'Project' && $filterobj->id) $sql.= " AND a.fk_project = ".$filterobj->id;
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'Adherent')
             {
                 $sql.= " AND a.fk_element = m.rowid AND a.elementtype = 'member'";
                 if ($filterobj->id) $sql.= " AND a.fk_element = ".$filterobj->id;
             }
    -        if (is_object($filterobj) && get_class($filterobj) == 'CommandeFournisseur')
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'CommandeFournisseur')
             {
             	$sql.= " AND a.fk_element = o.rowid AND a.elementtype = 'order_supplier'";
             	if ($filterobj->id) $sql.= " AND a.fk_element = ".$filterobj->id;
             }
    -        if (is_object($filterobj) && get_class($filterobj) == 'Product')
    +        elseif (is_object($filterobj) && get_class($filterobj) == 'Product')
             {
             	$sql.= " AND a.fk_element = o.rowid AND a.elementtype = 'product'";
             	if ($filterobj->id) $sql.= " AND a.fk_element = ".$filterobj->id;
             }
    +        //TODO check how ot work with new table actioncomm_resources and multiple contact affectation
             if (is_object($objcon) && $objcon->id) $sql.= " AND a.fk_contact = ".$objcon->id;
             // Condition on actioncode
             if (! empty($actioncode))
    @@ -1362,7 +1372,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
                     else
                     {
                         if ($actioncode == 'AC_OTH') $sql.= " AND c.type != 'systemauto'";
    -                    if ($actioncode == 'AC_OTH_AUTO') $sql.= " AND c.type = 'systemauto'";
    +                    elseif ($actioncode == 'AC_OTH_AUTO') $sql.= " AND c.type = 'systemauto'";
                     }
                 }
                 else
    @@ -1373,7 +1383,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
                 }
             }
             if ($donetodo == 'todo') $sql.= " AND ((a.percent >= 0 AND a.percent < 100) OR (a.percent = -1 AND a.datep > '".$db->idate($now)."'))";
    -        if ($donetodo == 'done') $sql.= " AND (a.percent = 100 OR (a.percent = -1 AND a.datep <= '".$db->idate($now)."'))";
    +        elseif ($donetodo == 'done') $sql.= " AND (a.percent = 100 OR (a.percent = -1 AND a.datep <= '".$db->idate($now)."'))";
             if (is_array($filters) && $filters['search_agenda_label']) $sql.= natural_search('a.label', $filters['search_agenda_label']);
             $sql.= $db->order($sortfield, $sortorder);
             dol_syslog("company.lib::show_actions_done", LOG_DEBUG);
    @@ -1387,8 +1397,16 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
                 {
                     $obj = $db->fetch_object($resql);
     
    +                $contactaction = new ActionComm($db);
    +                $contactaction->id=$obj->id;
    +                $result = $contactaction->fetchResources();
    +                if ($result<0) {
    +                	dol_print_error($db);
    +                	setEventMessage("company.lib::show_actions_done Error fetch ressource",'errors');
    +                }
    +
                     //if ($donetodo == 'todo') $sql.= " AND ((a.percent >= 0 AND a.percent < 100) OR (a.percent = -1 AND a.datep > '".$db->idate($now)."'))";
    -                //if ($donetodo == 'done') $sql.= " AND (a.percent = 100 OR (a.percent = -1 AND a.datep <= '".$db->idate($now)."'))";
    +                //elseif ($donetodo == 'done') $sql.= " AND (a.percent = 100 OR (a.percent = -1 AND a.datep <= '".$db->idate($now)."'))";
                     $tododone='';
                     if (($obj->percent >= 0 and $obj->percent < 100) || ($obj->percent == -1 && $obj->datep > $now)) $tododone='todo';
     
    @@ -1408,6 +1426,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
                         'userphoto'=>$obj->user_photo,
     
                         'contact_id'=>$obj->fk_contact,
    +                	'socpeopleassigned' => $contactaction->socpeopleassigned,
                 		'lastname'=>$obj->lastname,
                 		'firstname'=>$obj->firstname,
                 		'fk_element'=>$obj->fk_element,
    @@ -1488,10 +1507,11 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
             require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
             include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
     	    require_once DOL_DOCUMENT_ROOT.'/core/class/html.formactions.class.php';
    +	    require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
     
    -	    $formactions=new FormActions($db);
    +        $formactions=new FormActions($db);
     
    -	    $actionstatic=new ActionComm($db);
    +        $actionstatic=new ActionComm($db);
             $userstatic=new User($db);
             $contactstatic = new Contact($db);
     
    @@ -1551,7 +1571,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
     		$out.=getTitleFieldOfList($langs->trans("Label"), 0, $_SERVER["PHP_SELF"], '', '', $param, '', $sortfield, $sortorder);
             $out.=getTitleFieldOfList($langs->trans("Date"), 0, $_SERVER["PHP_SELF"], 'a.datep,a.id', '', $param, 'align="center"', $sortfield, $sortorder);
     		$out.=getTitleFieldOfList('');
    -		$out.=getTitleFieldOfList($langs->trans("ActionOnContact"), 0, $_SERVER["PHP_SELF"], 'a.fk_contact', '', $param, '', $sortfield, $sortorder);
    +		$out.=getTitleFieldOfList($langs->trans("ActionOnContact"), 0, $_SERVER["PHP_SELF"], '', '', $param, '', $sortfield, $sortorder);
     		$out.=getTitleFieldOfList($langs->trans("Status"), 0, $_SERVER["PHP_SELF"], 'a.percent', '', $param, 'align="center"', $sortfield, $sortorder);
     		$out.=getTitleFieldOfList('', 0, $_SERVER["PHP_SELF"], '', '', $param, '', $sortfield, $sortorder, 'maxwidthsearch ');
     		$out.='</tr>';
    @@ -1582,7 +1602,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
                 $out.='</td>';
     
                 // Author of event
    -            $out.='<td>';
    +            $out.='<td class="tdoverflowmax100">';
                 //$userstatic->id=$histo[$key]['userid'];
                 //$userstatic->login=$histo[$key]['login'];
                 //$out.=$userstatic->getLoginUrl(1);
    @@ -1670,10 +1690,28 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
                     $contactstatic->firstname=$histo[$key]['firstname'];
                     $contactstatic->id=$histo[$key]['contact_id'];
                     $out.='<td width="120">'.$contactstatic->getNomUrl(1,'',10).'</td>';
    -            }
    -            else
    -            {
    -                $out.='<td>&nbsp;</td>';
    +            } elseif (isset($histo[$key]['socpeopleassigned']) && is_array($histo[$key]['socpeopleassigned']) && count($histo[$key]['socpeopleassigned']) > 0) {
    +				$out .= '<td>';
    +				foreach ( $histo[$key]['socpeopleassigned'] as $cid => $Tab ) {
    +					$contact = new Contact($db);
    +					$result = $contact->fetch($cid);
    +
    +					if ($result < 0)
    +						dol_print_error($db, $contact->error);
    +
    +					if ($result > 0) {
    +						$out .= $contact->getNomUrl(1);
    +						if (isset($histo[$key]['acode']) && $histo[$key]['acode'] == 'AC_TEL') {
    +							if (! empty($contact->phone_pro))
    +								$out .= '(' . dol_print_phone($contact->phone_pro) . ')';
    +						}
    +						$out .= '<div class="paddingright"></div>';
    +					}
    +				}
    +				$out .= '</td>';
    +			}
    +            else {
    +            	$out.='<td>&nbsp;</td>';
                 }
     
                 // Status
    diff --git a/htdocs/core/lib/date.lib.php b/htdocs/core/lib/date.lib.php
    index 084c06a08e1..8f01ea6aebe 100644
    --- a/htdocs/core/lib/date.lib.php
    +++ b/htdocs/core/lib/date.lib.php
    @@ -439,7 +439,6 @@ function dol_get_next_week($day, $week, $month, $year)
     	$tmparray=dol_getdate($time,true);
     
     	return array('year' => $tmparray['year'], 'month' => $tmparray['mon'], 'day' => $tmparray['mday']);
    -
     }
     
     /**	Return GMT time for first day of a month or year
    @@ -924,41 +923,41 @@ function num_open_day($timestampStart, $timestampEnd, $inhour=0, $lastday=0, $ha
      *  This replace old function monthArrayOrSelected.
      *
      *	@param	Translate	$outputlangs	Object langs
    - *  @param	int			$short			1=Return short label
    + *  @param	int			$short			0=Return long label, 1=Return short label
      *	@return array						Month string or array if selected < 0
      */
     function monthArray($outputlangs,$short=0)
     {
     	$montharray = array (
    -	    1  => $outputlangs->trans("January"),
    -	    2  => $outputlangs->trans("February"),
    -	    3  => $outputlangs->trans("March"),
    -	    4  => $outputlangs->trans("April"),
    -	    5  => $outputlangs->trans("May"),
    -	    6  => $outputlangs->trans("June"),
    -	    7  => $outputlangs->trans("July"),
    -	    8  => $outputlangs->trans("August"),
    -	    9  => $outputlangs->trans("September"),
    -	    10 => $outputlangs->trans("October"),
    -	    11 => $outputlangs->trans("November"),
    -	    12 => $outputlangs->trans("December")
    +	    1  => $outputlangs->trans("Month01"),
    +	    2  => $outputlangs->trans("Month02"),
    +	    3  => $outputlangs->trans("Month03"),
    +	    4  => $outputlangs->trans("Month04"),
    +	    5  => $outputlangs->trans("Month05"),
    +	    6  => $outputlangs->trans("Month06"),
    +	    7  => $outputlangs->trans("Month07"),
    +	    8  => $outputlangs->trans("Month08"),
    +	    9  => $outputlangs->trans("Month09"),
    +	    10 => $outputlangs->trans("Month10"),
    +	    11 => $outputlangs->trans("Month11"),
    +	    12 => $outputlangs->trans("Month12")
         );
     
     	if (! empty($short))
     	{
     		$montharray = array (
    -		    1  => $outputlangs->trans("JanuaryMin"),
    -		    2  => $outputlangs->trans("FebruaryMin"),
    -		    3  => $outputlangs->trans("MarchMin"),
    -		    4  => $outputlangs->trans("AprilMin"),
    -		    5  => $outputlangs->trans("MayMin"),
    -		    6  => $outputlangs->trans("JuneMin"),
    -		    7  => $outputlangs->trans("JulyMin"),
    -		    8  => $outputlangs->trans("AugustMin"),
    -		    9  => $outputlangs->trans("SeptemberMin"),
    -		    10 => $outputlangs->trans("OctoberMin"),
    -		    11 => $outputlangs->trans("NovemberMin"),
    -		    12 => $outputlangs->trans("DecemberMin")
    +		    1  => $outputlangs->trans("MonthShort01"),
    +		    2  => $outputlangs->trans("MonthShort02"),
    +		    3  => $outputlangs->trans("MonthShort03"),
    +		    4  => $outputlangs->trans("MonthShort04"),
    +		    5  => $outputlangs->trans("MonthShort05"),
    +		    6  => $outputlangs->trans("MonthShort06"),
    +		    7  => $outputlangs->trans("MonthShort07"),
    +		    8  => $outputlangs->trans("MonthShort08"),
    +		    9  => $outputlangs->trans("MonthShort09"),
    +		    10 => $outputlangs->trans("MonthShort10"),
    +		    11 => $outputlangs->trans("MonthShort11"),
    +		    12 => $outputlangs->trans("MonthShort12")
     			);
     	}
     
    diff --git a/htdocs/core/lib/fichinter.lib.php b/htdocs/core/lib/fichinter.lib.php
    index 8d5cd9c8495..e55aaeb7516 100644
    --- a/htdocs/core/lib/fichinter.lib.php
    +++ b/htdocs/core/lib/fichinter.lib.php
    @@ -163,6 +163,12 @@ function fichinter_admin_prepare_head()
     		return $head;
     }
     
    +/**
    + * Prepare array with list of tabs
    + *
    + * @param   Object  $object     Object related to tabs
    + * @return  array               Array of tabs to show
    + */
     function fichinter_rec_prepare_head($object)
     {
     	global $langs, $conf; //, $user;
    diff --git a/htdocs/core/lib/files.lib.php b/htdocs/core/lib/files.lib.php
    index a7001d357b8..5aff804b4da 100644
    --- a/htdocs/core/lib/files.lib.php
    +++ b/htdocs/core/lib/files.lib.php
    @@ -651,7 +651,6 @@ function dolReplaceInFile($srcfile, $arrayreplacement, $destfile='', $newmask=0,
     function dolReplaceRegExInFile($srcfile, $arrayreplacement, $destfile='', $newmask=0, $indexdatabase=0)
     {
     	// TODO
    -
     }
     
     /**
    @@ -1134,16 +1133,17 @@ function dol_move_uploaded_file($src_file, $dest_file, $allowoverwrite, $disable
      *  @param	int		$nohook			Disable all hooks
      *  @param	object	$object			Current object in use
      *  @param	boolean	$allowdotdot	Allow to delete file path with .. inside. Never use this, it is reserved for migration purpose.
    + *  @param	int		$indexdatabase	Try to remove also index entries.
      *  @return boolean         		True if no error (file is deleted or if glob is used and there's nothing to delete), False if error
      *  @see dol_delete_dir
      */
    -function dol_delete_file($file,$disableglob=0,$nophperrors=0,$nohook=0,$object=null,$allowdotdot=false)
    +function dol_delete_file($file, $disableglob=0, $nophperrors=0, $nohook=0, $object=null, $allowdotdot=false, $indexdatabase=1)
     {
     	global $db, $conf, $user, $langs;
     	global $hookmanager;
     
    -	$langs->load("other");
    -	$langs->load("errors");
    +	// Load translation files required by the page
    +    $langs->loadLangs(array('other', 'errors'));
     
     	dol_syslog("dol_delete_file file=".$file." disableglob=".$disableglob." nophperrors=".$nophperrors." nohook=".$nohook);
     
    @@ -1201,7 +1201,7 @@ function dol_delete_file($file,$disableglob=0,$nophperrors=0,$nohook=0,$object=n
     						{
     							$rel_filetodelete = preg_replace('/^[\\/]/', '', $rel_filetodelete);
     
    -							if (is_object($db))		// $db may not be defined when lib is in a context with define('NOREQUIREDB',1)
    +							if (is_object($db) && $indexdatabase)		// $db may not be defined when lib is in a context with define('NOREQUIREDB',1)
     							{
     								dol_syslog("Try to remove also entries in database for full relative path = ".$rel_filetodelete, LOG_DEBUG);
     								include_once DOL_DOCUMENT_ROOT.'/ecm/class/ecmfiles.class.php';
    @@ -1269,7 +1269,7 @@ function dol_delete_dir($dir,$nophperrors=0)
      *  @param  int		$nophperrors    Disable all PHP output errors
      *  @param	int		$onlysub		Delete only files and subdir, not main directory
      *  @param  int		$countdeleted   Counter to count nb of elements found really deleted
    - *  @return int             		Number of files and directory we try to remove. NB really removed is returned into $countdeleted.
    + *  @return int             		Number of files and directory we try to remove. NB really removed is returned into var by reference $countdeleted.
      */
     function dol_delete_dir_recursive($dir, $count=0, $nophperrors=0, $onlysub=0, &$countdeleted=0)
     {
    @@ -2162,10 +2162,10 @@ function dol_check_secure_access_document($modulepart, $original_file, $entity,
     		$original_file=$dirins.'/'.$original_file;
     	}
     	// Wrapping for some images
    -	elseif (($modulepart == 'mycompany' || $modulepart == 'companylogo') && !empty($conf->mycompany->dir_output))
    +	elseif ($modulepart == 'mycompany' && !empty($conf->mycompany->dir_output))
     	{
     		$accessallowed=1;
    -		$original_file=$conf->mycompany->dir_output.'/logos/'.$original_file;
    +		$original_file=$conf->mycompany->dir_output.'/'.$original_file;
     	}
     	// Wrapping for users photos
     	elseif ($modulepart == 'userphoto' && !empty($conf->user->dir_output))
    diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
    index 8a06a0d7764..8883d1ad89c 100644
    --- a/htdocs/core/lib/functions.lib.php
    +++ b/htdocs/core/lib/functions.lib.php
    @@ -430,7 +430,7 @@ function GETPOST($paramname, $check='none', $method=0, $filter=null, $options=nu
     						}
     						elseif (isset($user->default_values[$relativepathstring]['filters']))
     						{
    -							foreach($user->default_values[$relativepathstring]['filters'] as $defkey => $defval)
    +							foreach($user->default_values[$relativepathstring]['filters'] as $defkey => $defval)	// $defkey is a querystring like 'a=b&c=d', $defval is key of user
     							{
     								$qualified = 0;
     								if ($defkey != '_noquery_')
    @@ -586,7 +586,6 @@ function GETPOST($paramname, $check='none', $method=0, $filter=null, $options=nu
     	// Save data into session if key start with 'search_' or is 'smonth', 'syear', 'month', 'year'
     	if (empty($method) || $method == 3 || $method == 4)
     	{
    -		//if (preg_match('/^search_/', $paramname) || in_array($paramname, array('sortorder', 'sortfield", 'smonth', 'syear', 'month', 'year')))
     		if (preg_match('/^search_/', $paramname) || in_array($paramname, array('sortorder','sortfield')))
     		{
     			//var_dump($paramname.' - '.$out.' '.$user->default_values[$relativepathstring]['filters'][$paramname]);
    @@ -595,8 +594,7 @@ function GETPOST($paramname, $check='none', $method=0, $filter=null, $options=nu
     			// - posted value not empty, or
     			// - if posted value is empty and a default value exists that is not empty (it means we did a filter to an empty value when default was not).
     
    -			//if (! empty($out) || ! empty($user->default_values[$relativepathstring]['filters'][$paramname]))
    -			if ($out != '')		// $out = '0' like 'abc' is a search criteria to keep
    +			if ($out != '')		// $out = '0' or 'abc', it is a search criteria to keep
     			{
     				$user->lastsearch_values_tmp[$relativepathstring][$paramname]=$out;
     			}
    @@ -607,19 +605,19 @@ function GETPOST($paramname, $check='none', $method=0, $filter=null, $options=nu
     }
     
     
    -/**
    - *  Return a prefix to use for this Dolibarr instance, for session/cookie names or email id.
    - *  This prefix is valid in a web context only and is unique for instance and avoid conflict
    - *  between multi-instances, even when having two instances with one root dir or two instances
    - *  in virtual servers.
    - *
    - *  @param  string  $mode       			'' (prefix for session name) or 'email' (prefix for email id)
    - *  @return	string      					A calculated prefix
    - */
     if (! function_exists('dol_getprefix'))
     {
    -	function dol_getprefix($mode='')
    -	{
    +    /**
    +     *  Return a prefix to use for this Dolibarr instance, for session/cookie names or email id.
    +     *  This prefix is valid in a web context only and is unique for instance and avoid conflict
    +     *  between multi-instances, even when having two instances with one root dir or two instances
    +     *  in virtual servers.
    +     *
    +     *  @param  string  $mode                   '' (prefix for session name) or 'email' (prefix for email id)
    +     *  @return	string                          A calculated prefix
    +     */
    +    function dol_getprefix($mode='')
    +    {
     		global $conf;
     
     		// If MAIL_PREFIX_FOR_EMAIL_ID is set and prefix is for email
    @@ -1353,7 +1351,7 @@ function dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='r
     		$width=80; $cssclass='photoref';
     		$showimage=$object->is_photo_available($conf->product->multidir_output[$entity]);
     		$maxvisiblephotos=(isset($conf->global->PRODUCT_MAX_VISIBLE_PHOTO)?$conf->global->PRODUCT_MAX_VISIBLE_PHOTO:5);
    -		if ($conf->browser->phone) $maxvisiblephotos=1;
    +		if ($conf->browser->layout == 'phone') $maxvisiblephotos=1;
     		if ($showimage) $morehtmlleft.='<div class="floatleft inline-block valignmiddle divphotoref">'.$object->show_photos('product', $conf->product->multidir_output[$entity],'small',$maxvisiblephotos,0,0,0,$width,0).'</div>';
     		else
     		{
    @@ -1372,7 +1370,7 @@ function dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='r
     		$width=80; $cssclass='photoref';
     		$showimage=$object->is_photo_available($conf->ticket->multidir_output[$entity].'/'.$object->track_id);
     		$maxvisiblephotos=(isset($conf->global->TICKETSUP_MAX_VISIBLE_PHOTO)?$conf->global->TICKETSUP_MAX_VISIBLE_PHOTO:2);
    -		if ($conf->browser->phone) $maxvisiblephotos=1;
    +		if ($conf->browser->layout == 'phone') $maxvisiblephotos=1;
     		if ($showimage) $morehtmlleft.='<div class="floatleft inline-block valignmiddle divphotoref">'.$object->show_photos('ticket', $conf->ticket->multidir_output[$entity],'small',$maxvisiblephotos,0,0,0,$width,0).'</div>';
     		else
     		{
    @@ -2191,50 +2189,52 @@ function dol_print_email($email,$cid=0,$socid=0,$addlink=0,$max=64,$showinvalid=
     }
     
     /**
    - * Show Skype link
    + * Show social network link
      *
    - * @param	string		$skype			Skype to show (only skype, without 'Name of recipient' before)
    + * @param	string		$value			Skype to show (only skype, without 'Name of recipient' before)
      * @param	int 		$cid 			Id of contact if known
      * @param	int 		$socid 			Id of third party if known
    - * @param	int 		$addlink		0=no link to create action
    - * @param	int			$max			Max number of characters to show
    + * @param	string 		$type			'skype','facebook',...
      * @return	string						HTML Link
      */
    -function dol_print_skype($skype,$cid=0,$socid=0,$addlink=0,$max=64)
    +function dol_print_socialnetworks($value,$cid,$socid,$type)
     {
     	global $conf,$user,$langs;
     
    -	$newskype=$skype;
    +	$newskype=$value;
     
    -	if (empty($skype)) return '&nbsp;';
    +	if (empty($value)) return '&nbsp;';
     
    -	if (! empty($addlink))
    +	if (! empty($type))
     	{
    -		$newskype =img_picto($langs->trans("Skype"), 'object_skype.png');
    -		$newskype.= '&nbsp;';
    -		$newskype.=dol_trunc($skype,$max);
    -		$newskype.= '&nbsp;';
    -		$newskype.='<a href="skype:';
    -		$newskype.=dol_trunc($skype,$max);
    -		$newskype.='?call" alt="'.$langs->trans("Call").'&nbsp;'.$skype.'" title="'.$langs->trans("Call").'&nbsp;'.$skype.'">';
    -		$newskype.='<img src="'.DOL_URL_ROOT.'/theme/common/skype_callbutton.png" border="0">';
    -		$newskype.='</a>&nbsp;&nbsp;&nbsp;<a href="skype:';
    -		$newskype.=dol_trunc($skype,$max);
    -		$newskype.='?chat" alt="'.$langs->trans("Chat").'&nbsp;'.$skype.'" title="'.$langs->trans("Chat").'&nbsp;'.$skype.'">';
    -		$newskype.='<img src="'.DOL_URL_ROOT.'/theme/common/skype_chatbutton.png" border="0">';
    -		$newskype.='</a>';
    -
    -		if (($cid || $socid) && ! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->create)
    +		$newskype ='<div class="divsocialnetwork inline-block valignmiddle">';
    +		$newskype.=img_picto($langs->trans(strtoupper($type)), $type.'.png', '', false, 0, 0, '', 'paddingright');
    +		$newskype.=$value;
    +		if ($type == 'skype')
     		{
    -			$type='AC_SKYPE'; $link='';
    -			if (! empty($conf->global->AGENDA_ADDACTIONFORSKYPE)) $link='<a href="'.DOL_URL_ROOT.'/comm/action/card.php?action=create&amp;backtopage=1&amp;actioncode='.$type.'&amp;contactid='.$cid.'&amp;socid='.$socid.'">'.img_object($langs->trans("AddAction"),"calendar").'</a>';
    -			$newskype='<div class="divskype nowrap">'.$newskype.($link?' '.$link:'').'</div>';
    +			$newskype.= '&nbsp;';
    +			$newskype.='<a href="skype:';
    +			$newskype.=$value;
    +			$newskype.='?call" alt="'.$langs->trans("Call").'&nbsp;'.$value.'" title="'.$langs->trans("Call").'&nbsp;'.$value.'">';
    +			$newskype.='<img src="'.DOL_URL_ROOT.'/theme/common/skype_callbutton.png" border="0">';
    +			$newskype.='</a><a href="skype:';
    +			$newskype.=$value;
    +			$newskype.='?chat" alt="'.$langs->trans("Chat").'&nbsp;'.$value.'" title="'.$langs->trans("Chat").'&nbsp;'.$value.'">';
    +			$newskype.='<img class="paddingleft" src="'.DOL_URL_ROOT.'/theme/common/skype_chatbutton.png" border="0">';
    +			$newskype.='</a>';
     		}
    +		if (($cid || $socid) && ! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->create && $type=='skype')
    +		{
    +			$addlink='AC_SKYPE'; $link='';
    +			if (! empty($conf->global->AGENDA_ADDACTIONFORSKYPE)) $link='<a href="'.DOL_URL_ROOT.'/comm/action/card.php?action=create&amp;backtopage=1&amp;actioncode='.$addlink.'&amp;contactid='.$cid.'&amp;socid='.$socid.'">'.img_object($langs->trans("AddAction"),"calendar").'</a>';
    +			$newskype.=($link?' '.$link:'');
    +		}
    +		$newskype.='</div>';
     	}
     	else
     	{
     		$langs->load("errors");
    -		$newskype.=img_warning($langs->trans("ErrorBadSkype",$skype));
    +		$newskype.=img_warning($langs->trans("ErrorBadSocialNetworkValue",$value));
     	}
     	return $newskype;
     }
    @@ -2549,7 +2549,7 @@ function dol_print_phone($phone,$countrycode='',$cid=0,$socid=0,$addlink='',$sep
     	}
     	if (! empty($addlink))	// Link on phone number (+ link to add action if conf->global->AGENDA_ADDACTIONFORPHONE set)
     	{
    -		if (! empty($conf->browser->phone) || (! empty($conf->clicktodial->enabled) && ! empty($conf->global->CLICKTODIAL_USE_TEL_LINK_ON_PHONE_NUMBERS)))	// If phone or option for, we use link of phone
    +		if ($conf->browser->layout == 'phone' || (! empty($conf->clicktodial->enabled) && ! empty($conf->global->CLICKTODIAL_USE_TEL_LINK_ON_PHONE_NUMBERS)))	// If phone or option for, we use link of phone
     		{
     			$newphone ='<a href="tel:'.$phone.'"';
     			$newphone.='>'.$phone.'</a>';
    @@ -3152,12 +3152,14 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
     
     		//if (in_array($picto, array('switch_off', 'switch_on', 'off', 'on')))
     		if (empty($srconly) && in_array($pictowithoutext, array(
    -				'bank', 'close_title', 'delete', 'edit', 'ellipsis-h', 'filter', 'grip', 'grip_title', 'off', 'on', 'play', 'playdisabled', 'printer', 'resize',
    -				'switch_off', 'switch_on', 'unlink', 'uparrow')
    -			)) {
    +				'bank', 'close_title', 'delete', 'edit', 'ellipsis-h', 'filter', 'grip', 'grip_title', 'list', 'listlight', 'off', 'on', 'play', 'playdisabled', 'printer', 'resize',
    +				'note','switch_off', 'switch_on', 'unlink', 'uparrow', '1downarrow', '1uparrow',
    +				'skype','twitter','facebook'
    +			)
    +		)) {
     			$fakey = $pictowithoutext;
    -			$facolor = '';
    -			$fasize = '';
    +			$facolor = ''; $fasize = '';
    +			$marginleftonlyshort = 2;
     			if ($pictowithoutext == 'switch_off') {
     				$fakey = 'fa-toggle-off';
     				$facolor = '#999';
    @@ -3197,6 +3199,11 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
     			elseif ($pictowithoutext == 'grip_title' || $pictowithoutext == 'grip') {
     				$fakey = 'fa-arrows';
     			}
    +			elseif ($pictowithoutext == 'listlight') {
    +				$fakey = 'fa-download';
    +				$facolor = '#999';
    +				$marginleftonlyshort=1;
    +			}
     			elseif ($pictowithoutext == 'printer') {
     				$fakey = 'fa-print';
     				$fasize = '1.2em';
    @@ -3206,10 +3213,23 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
     				$fakey = 'fa-crop';
     				$facolor = '#444';
     			}
    +			elseif ($pictowithoutext == 'note') {
    +				$fakey = 'fa-sticky-note-o';
    +				$facolor = '#999';
    +				$marginleftonlyshort=1;
    +			}
     			elseif ($pictowithoutext == 'uparrow') {
     				$fakey = 'fa-mail-forward';
     				$facolor = '#555';
     			}
    +			elseif ($pictowithoutext == '1uparrow') {
    +				$fakey = 'fa-caret-up';
    +				$marginleftonlyshort = 1;
    +			}
    +			elseif ($pictowithoutext == '1downarrow') {
    +				$fakey = 'fa-caret-down';
    +				$marginleftonlyshort = 1;
    +			}
     			elseif ($pictowithoutext == 'unlink')     {
     				$fakey = 'fa-chain-broken';
     				$facolor = '#555';
    @@ -3221,12 +3241,13 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
     			else {
     				$fakey = 'fa-'.$pictowithoutext;
     				$facolor = '#444';
    +				$marginleftonlyshort=0;
     			}
     
     			if (preg_match('/class="([^"]+)"/', $moreatt, $reg)) {
     				$morecss.= ($morecss?' ':'').$reg[1];
     			}
    -			$enabledisablehtml = '<span class="fa '.$fakey.' marginleftonly valignmiddle'.($morecss?' '.$morecss:'').'" style="'.($fasize?('font-size: '.$fasize.';'):'').($facolor?(' color: '.$facolor.';'):'').'" alt="'.dol_escape_htmltag($titlealt).'" title="'.dol_escape_htmltag($titlealt).'"'.($moreatt?' '.$moreatt:'').'>';
    +			$enabledisablehtml = '<span class="fa '.$fakey.' '.($marginleftonlyshort?($marginleftonlyshort==1?'marginleftonlyshort':'marginleftonly'):'').' valignmiddle'.($morecss?' '.$morecss:'').'" style="'.($fasize?('font-size: '.$fasize.';'):'').($facolor?(' color: '.$facolor.';'):'').'" alt="'.dol_escape_htmltag($titlealt).'"'.(($notitle || empty($title))?'':' title="'.dol_escape_htmltag($title).'"').($moreatt?' '.$moreatt:'').'>';
     			if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) {
     				$enabledisablehtml.= $titlealt;
     			}
    @@ -3857,8 +3878,8 @@ function dol_print_error($db='',$error='',$errors=null)
     		$langs = new Translate('', $conf);
     		$langs->load("main");
     	}
    -	$langs->load("main");
    -	$langs->load("errors");
    +	// Load translation files required by the page
    +    $langs->loadLangs(array('main', 'errors'));
     
     	if ($_SERVER['DOCUMENT_ROOT'])    // Mode web
     	{
    @@ -4167,13 +4188,13 @@ function print_fiche_titre($title, $mesg='', $picto='title_generic.png', $pictoi
      *	@param	string	$morehtmlright		Added message to show on right
      *	@param	string	$picto				Icon to use before title (should be a 32x32 transparent png file)
      *	@param	int		$pictoisfullpath	1=Icon name is a full absolute url of image
    - * 	@param	int		$id					To force an id on html objects
    + * 	@param	string	$id					To force an id on html objects
      *  @param  string  $morecssontable     More css on table
      *	@param	string	$morehtmlcenter		Added message to show on center
      * 	@return	string
      *  @see print_barre_liste
      */
    -function load_fiche_titre($titre, $morehtmlright='', $picto='title_generic.png', $pictoisfullpath=0, $id=0, $morecssontable='', $morehtmlcenter='')
    +function load_fiche_titre($titre, $morehtmlright='', $picto='title_generic.png', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
     {
     	global $conf;
     
    @@ -4183,7 +4204,7 @@ function load_fiche_titre($titre, $morehtmlright='', $picto='title_generic.png',
     
     	$return.= "\n";
     	$return.= '<table '.($id?'id="'.$id.'" ':'').'summary="" class="centpercent notopnoleftnoright'.($morecssontable?' '.$morecssontable:'').'" style="margin-bottom: 2px;"><tr>';
    -	if ($picto) $return.= '<td class="nobordernopadding widthpictotitle opacityhigh" valign="middle">'.img_picto('',$picto, 'class="valignmiddle widthpictotitle" id="pictotitle"', $pictoisfullpath).'</td>';
    +	if ($picto) $return.= '<td class="nobordernopadding widthpictotitle opacityhigh" valign="middle">'.img_picto('',$picto, 'class="valignmiddle widthpictotitle pictotitle"', $pictoisfullpath).'</td>';
     	$return.= '<td class="nobordernopadding" valign="middle">';
     	$return.= '<div class="titre">'.$titre.'</div>';
     	$return.= '</td>';
    @@ -4249,7 +4270,7 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so
     	// Left
     	//if ($picto && $titre) print '<td class="nobordernopadding hideonsmartphone" width="40" align="left" valign="middle">'.img_picto('', $picto, 'id="pictotitle"', $pictoisfullpath).'</td>';
     	print '<td class="nobordernopadding valignmiddle">';
    -	if ($picto && $titre) print img_picto('', $picto, 'class="hideonsmartphone valignmiddle opacityhigh widthpictotitle" id="pictotitle"', $pictoisfullpath);
    +	if ($picto && $titre) print img_picto('', $picto, 'class="hideonsmartphone valignmiddle opacityhigh pictotitle widthpictotitle"', $pictoisfullpath);
     	print '<div class="titre inline-block">'.$titre;
     	if (!empty($titre) && $savtotalnboflines >= 0 && (string) $savtotalnboflines != '') print ' ('.$totalnboflines.')';
     	print '</div></td>';
    @@ -4859,7 +4880,6 @@ function get_localtax_by_third($local)
     	}
     
     	return 0;
    -
     }
     
     
    @@ -4985,7 +5005,7 @@ function getLocalTaxesFromRate($vatrate, $local, $buyer, $seller, $firstparamisi
      *
      *  @param	int			$idprod          	Id of product or 0 if not a predefined product
      *  @param  Societe		$thirdparty_seller  Thirdparty with a ->country_code defined (FR, US, IT, ...)
    - *	@param	int			$idprodfournprice	Id product_fournisseur_price (for "supplier" order/invoice)
    + *	@param	int			$idprodfournprice	Id product_fournisseur_price (for "supplier" proposal/order/invoice)
      *  @return float|string   				    Vat rate to use with format 5.0 or '5.0 (XXX)'
      *  @see get_product_localtax_for_country
      */
    @@ -5006,7 +5026,7 @@ function get_product_vat_for_country($idprod, $thirdparty_seller, $idprodfournpr
     
     		if ($mysoc->country_code == $thirdparty_seller->country_code) // If selling country is ours
     		{
    -			if ($idprodfournprice > 0)     // We want vat for product for a "supplier" order or invoice
    +			if ($idprodfournprice > 0)     // We want vat for product for a "supplier" object
     			{
     				$product->get_buyprice($idprodfournprice,0,0,0);
     				$ret=$product->vatrate_supplier;
    @@ -5031,7 +5051,7 @@ function get_product_vat_for_country($idprod, $thirdparty_seller, $idprodfournpr
     		if (empty($conf->global->MAIN_VAT_DEFAULT_IF_AUTODETECT_FAILS))
     		{
     			// If vat of product for the country not found or not defined, we return the first higher vat of country.
    -			$sql = "SELECT taux as vat_rate";
    +			$sql = "SELECT t.taux as vat_rate, t.code as default_vat_code";
     			$sql.= " FROM ".MAIN_DB_PREFIX."c_tva as t, ".MAIN_DB_PREFIX."c_country as c";
     			$sql.= " WHERE t.active=1 AND t.fk_pays = c.rowid AND c.code='".$thirdparty_seller->country_code."'";
     			$sql.= " ORDER BY t.taux DESC, t.code ASC, t.recuperableonly ASC";
    @@ -5044,6 +5064,7 @@ function get_product_vat_for_country($idprod, $thirdparty_seller, $idprodfournpr
     				if ($obj)
     				{
     					$ret=$obj->vat_rate;
    +					if ($obj->default_vat_code) $ret.=' ('.$obj->default_vat_code.')';
     				}
     				$db->free($sql);
     			}
    @@ -5205,6 +5226,11 @@ function get_default_tva(Societe $thirdparty_seller, Societe $thirdparty_buyer,
     		}
     	}
     
    +	// Si (vendeur en France et acheteur hors Communaute europeenne et acheteur particulier) alors TVA par defaut=TVA du produit vendu. Fin de regle
    +	if (! empty($conf->global->MAIN_USE_VAT_OF_PRODUCT_FOR_INDIVIDUAL_CUSTOMER_OUT_OF_EEC) && empty($buyer_in_cee) && !$thirdparty_buyer->isACompany()) {
    +		return get_product_vat_for_country($idprod,$thirdparty_seller,$idprodfournprice);
    +	}
    +
     	// Sinon la TVA proposee par defaut=0. Fin de regle.
     	// Rem: Cela signifie qu'au moins un des 2 est hors Communaute europeenne et que le pays differe
     	//print 'VATRULE 5';
    @@ -5944,7 +5970,8 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
     			'__MYCOMPANY_ZIP__'     => $mysoc->zip,
     			'__MYCOMPANY_TOWN__'    => $mysoc->town,
     			'__MYCOMPANY_COUNTRY__'    => $mysoc->country,
    -			'__MYCOMPANY_COUNTRY_ID__' => $mysoc->country_id
    +			'__MYCOMPANY_COUNTRY_ID__' => $mysoc->country_id,
    +			'__MYCOMPANY_CURRENCY_CODE__' => $conf->currency
     		));
     	}
     
    @@ -5960,6 +5987,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
     
     			$substitutionarray['__THIRDPARTY_ID__'] = '__THIRDPARTY_ID__';
     			$substitutionarray['__THIRDPARTY_NAME__'] = '__THIRDPARTY_NAME__';
    +			$substitutionarray['__THIRDPARTY_NAME_ALIAS__'] = '__THIRDPARTY_NAME_ALIAS__';
     			$substitutionarray['__THIRDPARTY_EMAIL__'] = '__THIRDPARTY_EMAIL__';
     
     			if (is_object($object) && $object->element == 'member')
    @@ -6022,6 +6050,12 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
     			$substitutionarray['__MEMBER_PHONE__']=$msgishtml?dol_htmlentitiesbr($object->phone):$object->phone;
     			$substitutionarray['__MEMBER_PHONEPRO__']=$msgishtml?dol_htmlentitiesbr($object->phone_perso):$object->phone_perso;
     			$substitutionarray['__MEMBER_PHONEMOBILE__']=$msgishtml?dol_htmlentitiesbr($object->phone_mobile):$object->phone_mobile;
    +			$substitutionarray['__MEMBER_FIRST_SUBSCRIPTION_DATE__']       = dol_print_date($object->first_subscription_date, 'dayrfc');
    +			$substitutionarray['__MEMBER_FIRST_SUBSCRIPTION_DATE_START__'] = dol_print_date($object->first_subscription_date_start, 'dayrfc');
    +			$substitutionarray['__MEMBER_FIRST_SUBSCRIPTION_DATE_END__']   = dol_print_date($object->first_subscription_date_end, 'dayrfc');
    +			$substitutionarray['__MEMBER_LAST_SUBSCRIPTION_DATE__']        = dol_print_date($object->last_subscription_date, 'dayrfc');
    +			$substitutionarray['__MEMBER_LAST_SUBSCRIPTION_DATE_START__']  = dol_print_date($object->last_subscription_date_start, 'dayrfc');
    +			$substitutionarray['__MEMBER_LAST_SUBSCRIPTION_DATE_END__']    = dol_print_date($object->last_subscription_date_end, 'dayrfc');
     
     			if (is_object($object) && $object->element == 'societe')
     			{
    @@ -6093,7 +6127,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
     			{
     				// Set the online payment url link into __ONLINE_PAYMENT_URL__ key
     				require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
    -				$outputlangs->load('paypal');
    +				$outputlangs->loadLangs(array('paypal','other'));
     				$typeforonlinepayment='free';
     				if (is_object($object) && $object->element == 'commande') $typeforonlinepayment='order';
     				if (is_object($object) && $object->element == 'facture')  $typeforonlinepayment='invoice';
    @@ -6102,7 +6136,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
     				$paymenturl=$url;
     			}
     
    -			$substitutionarray['__ONLINE_PAYMENT_TEXT_AND_URL__']=($paymenturl?$outputlangs->trans("PredefinedMailContentLink", $paymenturl):'');
    +			$substitutionarray['__ONLINE_PAYMENT_TEXT_AND_URL__']=($paymenturl?str_replace('\n', "\n", $outputlangs->trans("PredefinedMailContentLink", $paymenturl)):'');
     			$substitutionarray['__ONLINE_PAYMENT_URL__']=$paymenturl;
     		}
     	}
    @@ -6117,11 +6151,11 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
     		if ($onlykey != 2 || $mysoc->useLocalTax(1)) $substitutionarray['__AMOUNT_TAX2__']     = is_object($object)?$object->total_localtax1:'';
     		if ($onlykey != 2 || $mysoc->useLocalTax(2)) $substitutionarray['__AMOUNT_TAX3__']     = is_object($object)?$object->total_localtax2:'';
     
    -		$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):'';
    -		$substitutionarray['__AMOUNT_VAT_FORMATED__']      = is_object($object)?($object->total_vat?price($object->total_vat, 0, $outputlangs, 0, 0, -1, $conf->currency_code):price($object->total_tva, 0, $outputlangs, 0, 0, -1, $conf->currency_code)):'';
    -		if ($onlykey != 2 || $mysoc->useLocalTax(1)) $substitutionarray['__AMOUNT_TAX2_FORMATED__']     = is_object($object)?price($object->total_localtax1, 0, $outputlangs, 0, 0, -1, $conf->currency_code):'';
    -		if ($onlykey != 2 || $mysoc->useLocalTax(2)) $substitutionarray['__AMOUNT_TAX3_FORMATED__']     = is_object($object)?price($object->total_localtax2, 0, $outputlangs, 0, 0, -1, $conf->currency_code):'';
    +		$substitutionarray['__AMOUNT_FORMATED__']          = is_object($object)?price($object->total_ttc, 0, $outputlangs, 0, 0, -1, $conf->currency):'';
    +		$substitutionarray['__AMOUNT_EXCL_TAX_FORMATED__'] = is_object($object)?price($object->total_ht, 0, $outputlangs, 0, 0, -1, $conf->currency):'';
    +		$substitutionarray['__AMOUNT_VAT_FORMATED__']      = is_object($object)?($object->total_vat?price($object->total_vat, 0, $outputlangs, 0, 0, -1, $conf->currency):price($object->total_tva, 0, $outputlangs, 0, 0, -1, $conf->currency)):'';
    +		if ($onlykey != 2 || $mysoc->useLocalTax(1)) $substitutionarray['__AMOUNT_TAX2_FORMATED__']     = is_object($object)?price($object->total_localtax1, 0, $outputlangs, 0, 0, -1, $conf->currency):'';
    +		if ($onlykey != 2 || $mysoc->useLocalTax(2)) $substitutionarray['__AMOUNT_TAX3_FORMATED__']     = is_object($object)?price($object->total_localtax2, 0, $outputlangs, 0, 0, -1, $conf->currency):'';
     
     		// TODO Add keys for foreign multicurrency
     
    @@ -6134,6 +6168,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
     		}
     	}
     
    +	//var_dump($substitutionarray['__AMOUNT_FORMATED__']);
     	if (empty($exclude) || ! in_array('date', $exclude))
     	{
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
    @@ -6146,12 +6181,13 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
     
     		$substitutionarray=array_merge($substitutionarray, array(
     			'__DAY__' => (string) $tmp['mday'],
    -			'__DAY_TEXT__' => $outputlangs->trans('Day'.$tmp['wday']),
    -			'__DAY_TEXT_SHORT__' => $outputlangs->trans('Short'.$tmp['weekday']),
    -			'__DAY_TEXT_MIN__' => $outputlangs->trans($tmp['weekday'].'Min'),
    +			'__DAY_TEXT__' => $outputlangs->trans('Day'.$tmp['wday']),					// Monday
    +			'__DAY_TEXT_SHORT__' => $outputlangs->trans($tmp['weekday'].'Min'),			// Mon
    +			'__DAY_TEXT_MIN__' => $outputlangs->trans('Short'.$tmp['weekday']),			// M
     			'__MONTH__' => (string) $tmp['mon'],
    -			'__MONTH_TEXT__' => $outputlangs->trans($tmp['month']),
    -			'__MONTH_TEXT_MIN__' => $outputlangs->trans($tmp['month'].'Min'),
    +			'__MONTH_TEXT__' => $outputlangs->trans('Month'.sprintf("%02d", $tmp['mon'])),
    +			'__MONTH_TEXT_SHORT__' => $outputlangs->trans('MonthShort'.sprintf("%02d", $tmp['mon'])),
    +			'__MONTH_TEXT_MIN__' => $outputlangs->trans('MonthVeryShort'.sprintf("%02d", $tmp['mon'])),
     			'__YEAR__' => (string) $tmp['year'],
     			'__PREVIOUS_DAY__' => (string) $tmp2['day'],
     			'__PREVIOUS_MONTH__' => (string) $tmp3['month'],
    @@ -6188,7 +6224,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
      *  @param  array		$substitutionarray		Array with key->val to substitute. Example: array('__MYKEY__' => 'MyVal', ...)
      *  @param	Translate	$outputlangs			Output language
      * 	@return string  		    				Output string after substitutions
    - *  @see	complete_substitutions_array
    + *  @see	complete_substitutions_array, getCommonSubstitutionArray
      */
     function make_substitutions($text, $substitutionarray, $outputlangs=null)
     {
    @@ -7011,7 +7047,8 @@ function complete_head_from_modules($conf,$langs,$object,&$head,&$h,$type,$mode=
      */
     function printCommonFooter($zone='private')
     {
    -	global $conf, $hookmanager;
    +	global $conf, $hookmanager, $user;
    +	global $action;
     	global $micro_start_time;
     
     	if ($zone == 'private') print "\n".'<!-- Common footer for private page -->'."\n";
    @@ -7044,7 +7081,71 @@ function printCommonFooter($zone='private')
     				print '});'."\n";
     			}
     
    -			// Google Analytics (need Google module)
    +			// Management of focus and mandatory for fields
    +			if ($action == 'create' || $action == 'edit')
    +			{
    +				print '/* Code js to manage focus and mandatory form fields */'."\n";
    +				$relativepathstring = $_SERVER["PHP_SELF"];
    +				// Clean $relativepathstring
    +				if (constant('DOL_URL_ROOT')) $relativepathstring = preg_replace('/^'.preg_quote(constant('DOL_URL_ROOT'),'/').'/', '', $relativepathstring);
    +				$relativepathstring = preg_replace('/^\//', '', $relativepathstring);
    +				$relativepathstring = preg_replace('/^custom\//', '', $relativepathstring);
    +				$tmpqueryarraywehave=explode('&', dol_string_nohtmltag($_SERVER['QUERY_STRING']));
    +				foreach($user->default_values[$relativepathstring]['focus'] as $defkey => $defval)
    +				{
    +					$qualified = 0;
    +					if ($defkey != '_noquery_')
    +					{
    +						$tmpqueryarraytohave=explode('&', $defkey);
    +						$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)
    +					{
    +						foreach($defval as $paramkey => $paramval)
    +						{
    +							// Add property 'required' on input
    +							print 'jQuery("input[name=\''.$paramkey.'\']").focus();'."\n";
    +						}
    +					}
    +				}
    +				foreach($user->default_values[$relativepathstring]['mandatory'] as $defkey => $defval)
    +				{
    +					$qualified = 0;
    +					if ($defkey != '_noquery_')
    +					{
    +						$tmpqueryarraytohave=explode('&', $defkey);
    +						$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)
    +					{
    +						foreach($defval as $paramkey => $paramval)
    +						{
    +							// Add property 'required' on input
    +							print 'jQuery("input[name=\''.$paramkey.'\']").prop(\'required\',true);'."\n";
    +							print 'jQuery("select[name=\''.$paramkey.'\']").prop(\'required\',true);'."\n";		// required on a select works only if key is "", this does not happen in Dolibarr
    +						}
    +					}
    +				}
    +			}
    +
    +			// Google Analytics
    +			// TODO Add a hook here
     			if (! empty($conf->google->enabled) && ! empty($conf->global->MAIN_GOOGLE_AN_ID))
     			{
     				if (($conf->dol_use_jmobile != 4))
    diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php
    index ea596294bf7..8a22337cea8 100644
    --- a/htdocs/core/lib/functions2.lib.php
    +++ b/htdocs/core/lib/functions2.lib.php
    @@ -194,9 +194,10 @@ function dol_print_file($langs,$filename,$searchalt=0)
      */
     function dol_print_object_info($object, $usetable=0)
     {
    -    global $langs,$db;
    -    $langs->load("other");
    -    $langs->load("admin");
    +    global $langs, $db;
    +
    +    // Load translation files required by the page
    +    $langs->loadLangs(array('other', 'admin'));
     
         include_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
     
    @@ -1167,6 +1168,14 @@ function get_next_value($db,$mask,$table,$field,$where='',$objsoc='',$date='',$m
         return $numFinal;
     }
     
    +/**
    + * Get string between
    + *
    + * @param   string  $string     String to test
    + * @param   int     $start      Value for start
    + * @param   int     $end        Value for end
    + * @return  string              Return part of string
    + */
     function get_string_between($string, $start, $end)
     {
         $string = " ".$string;
    @@ -1771,7 +1780,7 @@ function getSoapParams()
      */
     function dolGetElementUrl($objectid,$objecttype,$withpicto=0,$option='')
     {
    -	global $db,$conf;
    +	global $db, $conf, $langs;
     
     	$ret='';
     
    diff --git a/htdocs/core/lib/invoice.lib.php b/htdocs/core/lib/invoice.lib.php
    index 451ac0731ef..94eb4527b74 100644
    --- a/htdocs/core/lib/invoice.lib.php
    +++ b/htdocs/core/lib/invoice.lib.php
    @@ -169,6 +169,12 @@ function invoice_admin_prepare_head()
     }
     
     
    +/**
    + * Return array head with list of tabs to view object informations.
    + *
    + * @param   Facture     $object     Invoice object
    + * @return array                    head array with tabs
    + */
     function invoice_rec_prepare_head($object)
     {
     	global $db, $langs, $conf;
    diff --git a/htdocs/core/lib/payments.lib.php b/htdocs/core/lib/payments.lib.php
    index 0d46dc7eacc..ecbdfad82f5 100644
    --- a/htdocs/core/lib/payments.lib.php
    +++ b/htdocs/core/lib/payments.lib.php
    @@ -62,7 +62,6 @@ function payment_prepare_head(Paiement $object)
      */
     function payment_supplier_prepare_head(Paiement $object)
     {
    -
     	global $langs, $conf;
     
     	$h = 0;
    @@ -127,8 +126,9 @@ function showOnlinePaymentUrl($type,$ref)
     {
     	global $conf, $langs;
     
    -	$langs->load("payment");
    -	$langs->load("paybox");
    +	// Load translation files required by the page
    +    $langs->loadLangs(array('payment', 'paybox'));
    +
     	$servicename='Online';
     
     	$out = img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlinePayment",$servicename).'<br>';
    @@ -236,6 +236,24 @@ function getOnlinePaymentUrl($mode, $type, $ref='', $amount='9.99', $freetag='yo
     			}
     		}
     	}
    +	if ($type == 'donation')
    +	{
    +		$out=DOL_MAIN_URL_ROOT.'/public/payment/newpayment.php?source=donation&ref='.($mode?'<font color="#666666">':'');
    +		if ($mode == 1) $out.='donation_ref';
    +		if ($mode == 0) $out.=urlencode($ref);
    +		$out.=($mode?'</font>':'');
    +		if (! empty($conf->global->PAYMENT_SECURITY_TOKEN))
    +		{
    +			if (empty($conf->global->PAYMENT_SECURITY_TOKEN_UNIQUE)) $out.='&securekey='.$conf->global->PAYMENT_SECURITY_TOKEN;
    +			else
    +			{
    +				$out.='&securekey='.($mode?'<font color="#666666">':'');
    +				if ($mode == 1) $out.="hash('".$conf->global->PAYMENT_SECURITY_TOKEN."' + '".$type."' + donation_ref)";
    +				if ($mode == 0) $out.= dol_hash($conf->global->PAYMENT_SECURITY_TOKEN . $type . $ref, 2);
    +				$out.=($mode?'</font>':'');
    +			}
    +		}
    +	}
     
     	// For multicompany
     	if (! empty($out) && ! empty($conf->multicompany->enabled)) $out.="&entity=".$conf->entity; // Check the entity because we may have the same reference in several entities
    diff --git a/htdocs/core/lib/pdf.lib.php b/htdocs/core/lib/pdf.lib.php
    index 877c519248b..e112c0a279c 100644
    --- a/htdocs/core/lib/pdf.lib.php
    +++ b/htdocs/core/lib/pdf.lib.php
    @@ -261,9 +261,9 @@ function pdf_getHeightForLogo($logo, $url = false)
     /**
      * Function to try to calculate height of a HTML Content
      *
    - * @param TCPDF     $pdf            PDF initialized object
    - * @param string    $htmlcontent    HTML Contect
    - * @return number
    + * @param 	TCPDF     $pdf				PDF initialized object
    + * @param 	string    $htmlcontent		HTML Contect
    + * @return 	int							Height
      * @see getStringHeight
      */
     function pdfGetHeightForHtmlContent(&$pdf, $htmlcontent)
    @@ -393,6 +393,48 @@ function pdf_build_address($outputlangs,$sourcecompany,$targetcompany='',$target
         			// Web
         			if ($sourcecompany->url) $stringaddress .= ($stringaddress ? "\n" : '' ).$outputlangs->transnoentities("Web").": ".$outputlangs->convToOutputCharset($sourcecompany->url);
         		}
    +    		// Intra VAT
    +    		if (! empty($conf->global->MAIN_TVAINTRA_IN_SOURCE_ADDRESS))
    +    		{
    +    			if ($sourcecompany->tva_intra) $stringaddress.=($stringaddress ? "\n" : '' ).$outputlangs->transnoentities("VATIntraShort").': '.$outputlangs->convToOutputCharset($sourcecompany->tva_intra);
    +    		}
    +    		// Professionnal Ids
    +    		if (! empty($conf->global->MAIN_PROFID1_IN_SOURCE_ADDRESS) && ! empty($sourcecompany->idprof1))
    +    		{
    +    			$tmp=$outputlangs->transcountrynoentities("ProfId1",$sourcecompany->country_code);
    +    			if (preg_match('/\((.+)\)/',$tmp,$reg)) $tmp=$reg[1];
    +    			$stringaddress.=($stringaddress ? "\n" : '' ).$tmp.': '.$outputlangs->convToOutputCharset($sourcecompany->idprof1);
    +    		}
    +    		if (! empty($conf->global->MAIN_PROFID2_IN_SOURCE_ADDRESS) && ! empty($sourcecompany->idprof2))
    +    		{
    +    			$tmp=$outputlangs->transcountrynoentities("ProfId2",$sourcecompany->country_code);
    +    			if (preg_match('/\((.+)\)/',$tmp,$reg)) $tmp=$reg[1];
    +    			$stringaddress.=($stringaddress ? "\n" : '' ).$tmp.': '.$outputlangs->convToOutputCharset($sourcecompany->idprof2);
    +    		}
    +    		if (! empty($conf->global->MAIN_PROFID3_IN_SOURCE_ADDRESS) && ! empty($sourcecompany->idprof3))
    +    		{
    +    			$tmp=$outputlangs->transcountrynoentities("ProfId3",$sourcecompany->country_code);
    +    			if (preg_match('/\((.+)\)/',$tmp,$reg)) $tmp=$reg[1];
    +    			$stringaddress.=($stringaddress ? "\n" : '' ).$tmp.': '.$outputlangs->convToOutputCharset($sourcecompany->idprof3);
    +    		}
    +    		if (! empty($conf->global->MAIN_PROFID4_IN_SOURCE_ADDRESS) && ! empty($sourcecompany->idprof4))
    +    		{
    +    			$tmp=$outputlangs->transcountrynoentities("ProfId4",$sourcecompany->country_code);
    +    			if (preg_match('/\((.+)\)/',$tmp,$reg)) $tmp=$reg[1];
    +    			$stringaddress.=($stringaddress ? "\n" : '' ).$tmp.': '.$outputlangs->convToOutputCharset($sourcecompany->idprof4);
    +    		}
    +    		if (! empty($conf->global->MAIN_PROFID5_IN_SOURCE_ADDRESS) && ! empty($sourcecompany->idprof5))
    +    		{
    +    			$tmp=$outputlangs->transcountrynoentities("ProfId5",$sourcecompany->country_code);
    +    			if (preg_match('/\((.+)\)/',$tmp,$reg)) $tmp=$reg[1];
    +    			$stringaddress.=($stringaddress ? "\n" : '' ).$tmp.': '.$outputlangs->convToOutputCharset($sourcecompany->idprof5);
    +    		}
    +    		if (! empty($conf->global->MAIN_PROFID6_IN_SOURCE_ADDRESS) && ! empty($sourcecompany->idprof6))
    +    		{
    +    			$tmp=$outputlangs->transcountrynoentities("ProfId6",$sourcecompany->country_code);
    +    			if (preg_match('/\((.+)\)/',$tmp,$reg)) $tmp=$reg[1];
    +    			$stringaddress.=($stringaddress ? "\n" : '' ).$tmp.': '.$outputlangs->convToOutputCharset($sourcecompany->idprof6);
    +    		}
         	}
     
         	if ($mode == 'target' || preg_match('/targetwithdetails/',$mode))
    @@ -403,9 +445,18 @@ function pdf_build_address($outputlangs,$sourcecompany,$targetcompany='',$target
     
         			if (!empty($targetcontact->address)) {
         				$stringaddress .= ($stringaddress ? "\n" : '' ).$outputlangs->convToOutputCharset(dol_format_address($targetcontact));
    -    			}else {
    -    				$stringaddress .= ($stringaddress ? "\n" : '' ).$outputlangs->convToOutputCharset(dol_format_address($targetcompany));
    -    			}
    +    			} else {
    +    				$companytouseforaddress = $targetcompany;
    +
    +					// Contact on a thirdparty that is a different thirdparty than the thirdparty of object
    +					if ($targetcontact->socid > 0 && $targetcontact->socid != $targetcompany->id)
    +					{
    +						$targetcontact->fetch_thirdparty();
    +						$companytouseforaddress = $targetcontact->thirdparty;
    +					}
    +
    +					$stringaddress .= ($stringaddress ? "\n" : '' ).$outputlangs->convToOutputCharset(dol_format_address($companytouseforaddress));
    +				}
         			// Country
         			if (!empty($targetcontact->country_code) && $targetcontact->country_code != $sourcecompany->country_code) {
         				$stringaddress.= ($stringaddress ? "\n" : '' ).$outputlangs->convToOutputCharset($outputlangs->transnoentitiesnoconv("Country".$targetcontact->country_code));
    @@ -1153,8 +1204,16 @@ function pdf_getlinedesc($object,$i,$outputlangs,$hideref=0,$hidedesc=0,$issuppl
     	$note=(! empty($object->lines[$i]->note)?$object->lines[$i]->note:'');
     	$dbatch=(! empty($object->lines[$i]->detail_batch)?$object->lines[$i]->detail_batch:false);
     
    -	if ($issupplierline) $prodser = new ProductFournisseur($db);
    -	else $prodser = new Product($db);
    +	if ($issupplierline)
    +	{
    +		include_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.product.class.php';
    +		$prodser = new ProductFournisseur($db);
    +	}
    +	else
    +	{
    +		include_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
    +		$prodser = new Product($db);
    +	}
     
     	if ($idprod)
     	{
    @@ -2046,8 +2105,8 @@ function pdf_getLinkedObjects($object,$outputlangs)
     		}
     		else if ($objecttype == 'shipping')
     		{
    -			$outputlangs->load('orders');
    -			$outputlangs->load('sendings');
    +			$outputlangs->loadLangs(array("orders", "sendings"));
    +
     			foreach($objects as $x => $elementobject)
     			{
     			    $order=null;
    diff --git a/htdocs/core/lib/price.lib.php b/htdocs/core/lib/price.lib.php
    index de5379f46ec..0b9f3a3b246 100644
    --- a/htdocs/core/lib/price.lib.php
    +++ b/htdocs/core/lib/price.lib.php
    @@ -163,6 +163,7 @@ function calcul_price_total($qty, $pu, $remise_percent_ligne, $txtva, $uselocalt
     			return array();
     		}
     	}
    +	if ($pu === '') $pu=0;
     	// pu_devise calculation from pu
     	if (empty($pu_devise) && !empty($multicurrency_tx)) {
     		if (is_numeric($pu) && is_numeric($multicurrency_tx)) $pu_devise = $pu * $multicurrency_tx;
    diff --git a/htdocs/core/lib/product.lib.php b/htdocs/core/lib/product.lib.php
    index 731f8859eba..1c704392c6b 100644
    --- a/htdocs/core/lib/product.lib.php
    +++ b/htdocs/core/lib/product.lib.php
    @@ -190,8 +190,9 @@ function product_prepare_head($object)
     function productlot_prepare_head($object)
     {
         global $db, $langs, $conf, $user;
    -    $langs->load("products");
    -    $langs->load("productbatch");
    +
    +    // Load translation files required by the page
    +    $langs->loadLangs(array("products","productbatch"));
     
         $h = 0;
         $head = array();
    @@ -200,7 +201,7 @@ function productlot_prepare_head($object)
         $head[$h][1] = $langs->trans("Card");
         $head[$h][2] = 'card';
     	$h++;
    -	
    +
     	// Attachments
     	require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
         require_once DOL_DOCUMENT_ROOT.'/core/class/link.class.php';
    diff --git a/htdocs/core/lib/project.lib.php b/htdocs/core/lib/project.lib.php
    index db1aff3d444..1e5046d4d58 100644
    --- a/htdocs/core/lib/project.lib.php
    +++ b/htdocs/core/lib/project.lib.php
    @@ -2,6 +2,7 @@
     /* Copyright (C) 2006-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2010      Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2011      Juanjo Menent        <jmenent@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -866,7 +867,7 @@ function projectLinesPerAction(&$inc, $parent, $fuser, $lines, &$level, &$projec
      * @param   string		$projectsrole			Array of roles user has on project
      * @param   string		$tasksrole				Array of roles user has on task
      * @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   int			$restricteditformytask	0=No restriction, 1=Enable add time only if task is assigned to me, 2=Enable add time only if tasks is assigned to me and hide others
      * @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
    @@ -910,6 +911,11 @@ function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsr
     			{
     				//dol_syslog("projectLinesPerWeek Found line ".$i.", a qualified task (i have role or want to show all tasks) with id=".$lines[$i]->id." project id=".$lines[$i]->fk_project);
     
    +				if ($restricteditformytask == 2 && empty($tasksrole[$lines[$i]->id]))	// we have no role on task and we request to hide such cases
    +				{
    +					continue;
    +				}
    +
     				// Break on a new project
     				if ($parent == 0 && $lines[$i]->fk_project != $lastprojectid)
     				{
    @@ -1042,7 +1048,7 @@ function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsr
     
     				// Form to add new time
     				print '<td class="nowrap leftborder" align="center">';
    -				$tableCell=$form->select_date($preselectedday,$lines[$i]->id,1,1,2,"addtime",0,0,1,$disabledtask);
    +				$tableCell = $form->selectDate($preselectedday, $lines[$i]->id, 1, 1, 2, "addtime", 0, 0, $disabledtask);
     				print $tableCell;
     				print '</td>';
     
    @@ -1151,7 +1157,7 @@ function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsr
      * @param   string		$projectsrole			Array of roles user has on project
      * @param   string		$tasksrole				Array of roles user has on task
      * @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   int			$restricteditformytask	0=No restriction, 1=Enable add time only if task is assigned to me, 2=Enable add time only if tasks is assigned to me and hide others
      * @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  array								Array with time spent for $fuser for each day of week on tasks in $lines and substasks
    @@ -1195,6 +1201,11 @@ function projectLinesPerWeek(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$
     			{
     				//dol_syslog("projectLinesPerWeek Found line ".$i.", a qualified task (i have role or want to show all tasks) with id=".$lines[$i]->id." project id=".$lines[$i]->fk_project);
     
    +				if ($restricteditformytask == 2 && empty($tasksrole[$lines[$i]->id]))	// we have no role on task and we request to hide such cases
    +				{
    +					continue;
    +				}
    +				
     				// Break on a new project
     				if ($parent == 0 && $lines[$i]->fk_project != $lastprojectid)
     				{
    @@ -1696,4 +1707,3 @@ function print_projecttasks_array($db, $form, $socid, $projectsListId, $mytasks=
     		print '</table></form>';
     	}
     }
    -
    diff --git a/htdocs/core/lib/resource.lib.php b/htdocs/core/lib/resource.lib.php
    index bf586b83f88..defc45823e4 100644
    --- a/htdocs/core/lib/resource.lib.php
    +++ b/htdocs/core/lib/resource.lib.php
    @@ -77,6 +77,16 @@ function resource_prepare_head($object)
     	$head[$h][2] = 'documents';
     	$h++;
     
    +	$head[$h][0] = DOL_URL_ROOT.'/resource/agenda.php?id='.$object->id;
    +	$head[$h][1] = $langs->trans("Events");
    +	if (! empty($conf->agenda->enabled) && (!empty($user->rights->agenda->myactions->read) || !empty($user->rights->agenda->allactions->read) ))
    +	{
    +		$head[$h][1].= '/';
    +		$head[$h][1].= $langs->trans("Agenda");
    +	}
    +	$head[$h][2] = 'agenda';
    +	$h++;
    +
     	/*$head[$h][0] = DOL_URL_ROOT.'/resource/info.php?id='.$object->id;
     	$head[$h][1] = $langs->trans('Info');
     	$head[$h][2] = 'info';
    @@ -87,6 +97,11 @@ function resource_prepare_head($object)
     	return $head;
     }
     
    +/**
    + * Prepare head for admin tabs
    + *
    + * @return  array               Array of head entries
    + */
     function resource_admin_prepare_head()
     {
     
    @@ -114,5 +129,4 @@ function resource_admin_prepare_head()
     	complete_head_from_modules($conf,$langs,null,$head,$h,'resource_admin','remove');
     
     	return $head;
    -
     }
    diff --git a/htdocs/core/lib/security.lib.php b/htdocs/core/lib/security.lib.php
    index 73bb51d464a..235421a598e 100644
    --- a/htdocs/core/lib/security.lib.php
    +++ b/htdocs/core/lib/security.lib.php
    @@ -662,6 +662,7 @@ function accessforbidden($message='',$printheader=1,$printfooter=1,$showonlymess
         {
             include_once DOL_DOCUMENT_ROOT.'/core/class/translate.class.php';
             $langs=new Translate('',$conf);
    +        $langs->setDefaultLang();
         }
     
         $langs->load("errors");
    diff --git a/htdocs/core/lib/security2.lib.php b/htdocs/core/lib/security2.lib.php
    index b6a348ea91d..c9f4ece6445 100644
    --- a/htdocs/core/lib/security2.lib.php
    +++ b/htdocs/core/lib/security2.lib.php
    @@ -103,12 +103,12 @@ function checkLoginPassEntity($usertotest,$passwordtotest,$entitytotest,$authmod
         			}
         			else
         			{
    -    				dol_syslog("Authentification ko - failed to load file '".$authfile."'",LOG_ERR);
    +    				dol_syslog("Authentification ko - failed to load file '".$authfile."'", LOG_ERR);
         				sleep(1);
    -    				$langs->load('main');
    -    				$langs->load('other');
    -    				$langs->load('errors');
    -    				$_SESSION["dol_loginmesg"]=$langs->trans("ErrorFailedToLoadLoginFileForMode",$mode);
    +    				// Load translation files required by the page
    +                    $langs->loadLangs(array('other', 'main', 'errors'));
    +
    +    				$_SESSION["dol_loginmesg"]=$langs->trans("ErrorFailedToLoadLoginFileForMode", $mode);
         			}
         		}
         	}
    @@ -118,18 +118,18 @@ function checkLoginPassEntity($usertotest,$passwordtotest,$entitytotest,$authmod
     }
     
     
    -/**
    - * Show Dolibarr default login page.
    - * Part of this code is also duplicated into main.inc.php::top_htmlhead
    - *
    - * @param		Translate	$langs		Lang object (must be initialized by a new).
    - * @param		Conf		$conf		Conf object
    - * @param		Societe		$mysoc		Company object
    - * @return		void
    - */
     if (! function_exists('dol_loginfunction'))
     {
    -	function dol_loginfunction($langs,$conf,$mysoc)
    +    /**
    +     * Show Dolibarr default login page.
    +     * Part of this code is also duplicated into main.inc.php::top_htmlhead
    +     *
    +     * @param       Translate   $langs      Lang object (must be initialized by a new).
    +     * @param       Conf        $conf       Conf object
    +     * @param       Societe     $mysoc      Company object
    +     * @return      void
    +     */
    +    function dol_loginfunction($langs,$conf,$mysoc)
     	{
     		global $dolibarr_main_demo,$db;
     		global $smartphone,$hookmanager;
    @@ -228,11 +228,11 @@ if (! function_exists('dol_loginfunction'))
     
     		if (! empty($mysoc->logo_small) && is_readable($conf->mycompany->dir_output.'/logos/thumbs/'.$mysoc->logo_small))
     		{
    -			$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('thumbs/'.$mysoc->logo_small);
    +			$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$mysoc->logo_small);
     		}
     		elseif (! empty($mysoc->logo) && is_readable($conf->mycompany->dir_output.'/logos/'.$mysoc->logo))
     		{
    -			$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode($mysoc->logo);
    +			$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('logos/'.$mysoc->logo);
     			$width=128;
     		}
     		elseif (is_readable(DOL_DOCUMENT_ROOT.'/theme/'.$conf->theme.'/img/dolibarr_logo.png'))
    @@ -510,4 +510,3 @@ function getRandomPassword($generic=false)
     
     	return $generated_password;
     }
    -
    diff --git a/htdocs/core/lib/sendings.lib.php b/htdocs/core/lib/sendings.lib.php
    index 71c287f7119..c01026b445d 100644
    --- a/htdocs/core/lib/sendings.lib.php
    +++ b/htdocs/core/lib/sendings.lib.php
    @@ -36,8 +36,8 @@ function shipping_prepare_head($object)
     {
     	global $db, $langs, $conf, $user;
     
    -	$langs->load("sendings");
    -	$langs->load("deliveries");
    +	// Load translation files required by the page
    +    $langs->loadLangs(array("sendings","deliveries"));
     
     	$h = 0;
     	$head = array();
    @@ -121,8 +121,8 @@ function delivery_prepare_head($object)
     {
     	global $langs, $conf, $user;
     
    -	$langs->load("sendings");
    -	$langs->load("deliveries");
    +	// Load translation files required by the page
    +    $langs->loadLangs(array("sendings","deliveries"));
     
     	$h = 0;
     	$head = array();
    diff --git a/htdocs/core/lib/signature.lib.php b/htdocs/core/lib/signature.lib.php
    index b11d809caf2..2790c80c8e0 100644
    --- a/htdocs/core/lib/signature.lib.php
    +++ b/htdocs/core/lib/signature.lib.php
    @@ -28,8 +28,9 @@ function showOnlineSignatureUrl($type,$ref)
     {
     	global $conf, $langs;
     
    -	$langs->load("payment");
    -	$langs->load("paybox");
    +	// Load translation files required by the page
    +    $langs->loadLangs(array("payment","paybox"));
    +
     	$servicename='Online';
     
     	$out = img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlineSignature",$servicename).'<br>';
    diff --git a/htdocs/core/lib/supplier_proposal.lib.php b/htdocs/core/lib/supplier_proposal.lib.php
    index 1756c92a32a..a0f52d6de15 100644
    --- a/htdocs/core/lib/supplier_proposal.lib.php
    +++ b/htdocs/core/lib/supplier_proposal.lib.php
    @@ -32,8 +32,9 @@
     function supplier_proposal_prepare_head($object)
     {
     	global $db, $langs, $conf, $user;
    -	$langs->load("supplier_proposal");
    -	$langs->load("compta");
    +
    +	// Load translation files required by the page
    +    $langs->loadLangs(array("supplier_proposal","compta"));
     
     	$h = 0;
     	$head = array();
    diff --git a/htdocs/core/lib/tax.lib.php b/htdocs/core/lib/tax.lib.php
    index 57bb32ef1a3..1cce7527018 100644
    --- a/htdocs/core/lib/tax.lib.php
    +++ b/htdocs/core/lib/tax.lib.php
    @@ -172,7 +172,7 @@ function tax_by_thirdparty($type, $db, $y, $date_start, $date_end, $modetax, $di
         	if ($date_start && $date_end) $sql.= " AND f.datef >= '".$db->idate($date_start)."' AND f.datef <= '".$db->idate($date_end)."'";
         	$sql.= " AND (d.product_type = 0";                              // Limit to products
         	$sql.= " AND d.date_start is null AND d.date_end IS NULL)";     // enhance detection of products
    -    	$sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
    +    	if (empty($conf->global->MAIN_INCLUDE_ZERO_VAT_IN_REPORTS)) $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
         	$sql.= " ORDER BY d.rowid, d.".$fk_facture;
         }
         else
    @@ -213,7 +213,7 @@ function tax_by_thirdparty($type, $db, $y, $date_start, $date_end, $modetax, $di
         	if ($date_start && $date_end) $sql.= " AND pa.datep >= '".$db->idate($date_start)."' AND pa.datep <= '".$db->idate($date_end)."'";
         	$sql.= " AND (d.product_type = 0";                              // Limit to products
         	$sql.= " AND d.date_start is null AND d.date_end IS NULL)";     // enhance detection of products
    -    	$sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
    +    	if (empty($conf->global->MAIN_INCLUDE_ZERO_VAT_IN_REPORTS)) $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
         	$sql.= " ORDER BY d.rowid, d.".$fk_facture.", pf.rowid";
         }
     
    @@ -320,7 +320,7 @@ function tax_by_thirdparty($type, $db, $y, $date_start, $date_end, $modetax, $di
         	if ($date_start && $date_end) $sql.= " AND f.datef >= '".$db->idate($date_start)."' AND f.datef <= '".$db->idate($date_end)."'";
         	$sql.= " AND (d.product_type = 1";                              // Limit to services
         	$sql.= " OR d.date_start is NOT null OR d.date_end IS NOT NULL)";       // enhance detection of service
    -    	$sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
    +    	if (empty($conf->global->MAIN_INCLUDE_ZERO_VAT_IN_REPORTS)) $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
         	$sql.= " ORDER BY d.rowid, d.".$fk_facture;
         }
         else
    @@ -361,7 +361,7 @@ function tax_by_thirdparty($type, $db, $y, $date_start, $date_end, $modetax, $di
         	if ($date_start && $date_end) $sql.= " AND pa.datep >= '".$db->idate($date_start)."' AND pa.datep <= '".$db->idate($date_end)."'";
         	$sql.= " AND (d.product_type = 1";                              		// Limit to services
         	$sql.= " OR d.date_start is NOT null OR d.date_end IS NOT NULL)";       // enhance detection of service
    -    	$sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
    +    	if (empty($conf->global->MAIN_INCLUDE_ZERO_VAT_IN_REPORTS)) $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
         	$sql.= " ORDER BY d.rowid, d.".$fk_facture.", pf.rowid";
         }
     
    @@ -465,7 +465,7 @@ function tax_by_thirdparty($type, $db, $y, $date_start, $date_end, $modetax, $di
         	if ($date_start && $date_end) $sql.= " AND p.datep >= '".$db->idate($date_start)."' AND p.datep <= '".$db->idate($date_end)."'";
         	$sql.= " AND (d.product_type = -1";
         	$sql.= " OR e.date_debut is NOT null OR e.date_fin IS NOT NULL)";       // enhance detection of service
    -    	$sql.= " AND (d.".$f_rate." <> 0 OR d.total_tva <> 0)";
    +    	if (empty($conf->global->MAIN_INCLUDE_ZERO_VAT_IN_REPORTS)) $sql.= " AND (d.".$f_rate." <> 0 OR d.total_tva <> 0)";
         	$sql.= " ORDER BY e.rowid";
     
         	if (! $sql)
    @@ -641,7 +641,7 @@ function tax_by_rate($type, $db, $y, $q, $date_start, $date_end, $modetax, $dire
             if ($date_start && $date_end) $sql.= " AND f.datef >= '".$db->idate($date_start)."' AND f.datef <= '".$db->idate($date_end)."'";
             $sql.= " AND (d.product_type = 0";                              // Limit to products
             $sql.= " AND d.date_start is null AND d.date_end IS NULL)";     // enhance detection of products
    -        $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
    +        if (empty($conf->global->MAIN_INCLUDE_ZERO_VAT_IN_REPORTS)) $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
             $sql.= " ORDER BY d.rowid, d.".$fk_facture;
         }
         else
    @@ -682,7 +682,7 @@ function tax_by_rate($type, $db, $y, $q, $date_start, $date_end, $modetax, $dire
         	if ($date_start && $date_end) $sql.= " AND pa.datep >= '".$db->idate($date_start)."' AND pa.datep <= '".$db->idate($date_end)."'";
         	$sql.= " AND (d.product_type = 0";                              // Limit to products
         	$sql.= " AND d.date_start is null AND d.date_end IS NULL)";     // enhance detection of products
    -    	$sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
    +    	if (empty($conf->global->MAIN_INCLUDE_ZERO_VAT_IN_REPORTS)) $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
         	$sql.= " ORDER BY d.rowid, d.".$fk_facture.", pf.rowid";
         }
     
    @@ -789,7 +789,7 @@ function tax_by_rate($type, $db, $y, $q, $date_start, $date_end, $modetax, $dire
             if ($date_start && $date_end) $sql.= " AND f.datef >= '".$db->idate($date_start)."' AND f.datef <= '".$db->idate($date_end)."'";
             $sql.= " AND (d.product_type = 1";                              // Limit to services
             $sql.= " OR d.date_start is NOT null OR d.date_end IS NOT NULL)";       // enhance detection of service
    -        $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
    +        if (empty($conf->global->MAIN_INCLUDE_ZERO_VAT_IN_REPORTS)) $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
             $sql.= " ORDER BY d.rowid, d.".$fk_facture;
         }
         else
    @@ -830,7 +830,7 @@ function tax_by_rate($type, $db, $y, $q, $date_start, $date_end, $modetax, $dire
             if ($date_start && $date_end) $sql.= " AND pa.datep >= '".$db->idate($date_start)."' AND pa.datep <= '".$db->idate($date_end)."'";
             $sql.= " AND (d.product_type = 1";                              		// Limit to services
             $sql.= " OR d.date_start is NOT null OR d.date_end IS NOT NULL)";       // enhance detection of service
    -        $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
    +        if (empty($conf->global->MAIN_INCLUDE_ZERO_VAT_IN_REPORTS)) $sql.= " AND (d.".$f_rate." <> 0 OR d.".$total_tva." <> 0)";
             $sql.= " ORDER BY d.rowid, d.".$fk_facture.", pf.rowid";
         }
     
    @@ -934,7 +934,7 @@ function tax_by_rate($type, $db, $y, $q, $date_start, $date_end, $modetax, $dire
     		if ($date_start && $date_end) $sql.= " AND p.datep >= '".$db->idate($date_start)."' AND p.datep <= '".$db->idate($date_end)."'";
     		$sql.= " AND (d.product_type = -1";
     		$sql.= " OR e.date_debut is NOT null OR e.date_fin IS NOT NULL)";       // enhance detection of service
    -		$sql.= " AND (d.".$f_rate." <> 0 OR d.total_tva <> 0)";
    +		if (empty($conf->global->MAIN_INCLUDE_ZERO_VAT_IN_REPORTS)) $sql.= " AND (d.".$f_rate." <> 0 OR d.total_tva <> 0)";
     		$sql.= " ORDER BY e.rowid";
     
     		if (! $sql)
    diff --git a/htdocs/core/lib/ticket.lib.php b/htdocs/core/lib/ticket.lib.php
    index 6ae66803c39..e6ce5c1bddd 100644
    --- a/htdocs/core/lib/ticket.lib.php
    +++ b/htdocs/core/lib/ticket.lib.php
    @@ -160,9 +160,9 @@ function llxHeaderTicket($title, $head = "", $disablejs = 0, $disablehead = 0, $
         	$urllogo = DOL_URL_ROOT . '/theme/login_logo.png';
     
         	if (!empty($mysoc->logo_small) && is_readable($conf->mycompany->dir_output . '/logos/thumbs/' . $mysoc->logo_small)) {
    -    		$urllogo = DOL_URL_ROOT . '/viewimage.php?cache=1&amp;modulepart=companylogo&amp;file=' . urlencode('thumbs/' . $mysoc->logo_small);
    +    		$urllogo = DOL_URL_ROOT . '/viewimage.php?modulepart=mycompany&amp;entity='.$conf->entity.'&amp;file=' . urlencode('logos/thumbs/'.$mysoc->logo_small);
         	} elseif (!empty($mysoc->logo) && is_readable($conf->mycompany->dir_output . '/logos/' . $mysoc->logo)) {
    -    		$urllogo = DOL_URL_ROOT . '/viewimage.php?cache=1&amp;modulepart=companylogo&amp;file=' . urlencode($mysoc->logo);
    +    		$urllogo = DOL_URL_ROOT . '/viewimage.php?modulepart=mycompany&amp;entity='.$conf->entity.'&amp;file=' . urlencode('logos/'.$mysoc->logo);
         		$width = 128;
         	} elseif (is_readable(DOL_DOCUMENT_ROOT . '/theme/dolibarr_logo.png')) {
         		$urllogo = DOL_URL_ROOT . '/theme/dolibarr_logo.png';
    @@ -175,20 +175,3 @@ function llxHeaderTicket($title, $head = "", $disablejs = 0, $disablehead = 0, $
     
         print '<div style="margin-left: 50px; margin-right: 50px;">';
     }
    -
    -/**
    - * Show footer for new member
    - *
    - * @return void
    - */
    -function llxFooterTicket()
    -{
    -    print '</div>';
    -
    -    printCommonFooter('public');
    -
    -    dol_htmloutput_events();
    -
    -    print "</body>\n";
    -    print "</html>\n";
    -}
    diff --git a/htdocs/core/lib/usergroups.lib.php b/htdocs/core/lib/usergroups.lib.php
    index 2cbba69d256..ae469b89552 100644
    --- a/htdocs/core/lib/usergroups.lib.php
    +++ b/htdocs/core/lib/usergroups.lib.php
    @@ -2,6 +2,7 @@
     /* Copyright (C) 2006-2012	Laurent Destailleur	<eldy@users.sourceforge.net>
      * Copyright (C) 2010-2017	Regis Houssin		<regis.houssin@capnetworks.com>
      * Copyright (C) 2015	    Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Ferran Marcet       <fmarcet@2byte.es>
      *
      * 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
    @@ -322,6 +323,10 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
     	if (empty($foruserprofile)) $hoverdisabled=(isset($conf->global->THEME_ELDY_USE_HOVER) && $conf->global->THEME_ELDY_USE_HOVER == '0');
     	else $hoverdisabled=(is_object($fuser)?(empty($fuser->conf->THEME_ELDY_USE_HOVER) || $fuser->conf->THEME_ELDY_USE_HOVER == '0'):'');
     
    +	$checkeddisabled='';
    +	if (empty($foruserprofile)) $checkeddisabled=(isset($conf->global->THEME_ELDY_USE_CHECKED) && $conf->global->THEME_ELDY_USE_CHECKED == '0');
    +	else $checkeddisabled=(is_object($fuser)?(empty($fuser->conf->THEME_ELDY_USE_CHECKED) || $fuser->conf->THEME_ELDY_USE_CHECKED == '0'):'');
    +
     	$colspan=2;
     	if ($foruserprofile) $colspan=4;
     
    @@ -809,8 +814,7 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
     	     print '</tr>';
     	     */
     	}
    -	else
    -	{
    +	else {
     		print '<tr class="oddeven">';
     		print '<td>'.$langs->trans("HighlightLinesColor").'</td>';
     		print '<td colspan="'.($colspan-1).'">';
    @@ -837,6 +841,50 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
     		print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
     		print '</span>';
     		print '</td>';
    +	}
    +
    +	// Use Checked
    +	if ($foruserprofile)
    +	{
    +		/* Must first change option to choose color of highlight instead of yes or no.
    +	     print '<tr class="oddeven">';
    +	     print '<td>'.$langs->trans("HighlightLinesOnMouseHover").'</td>';
    +	     print '<td><input '.$bc[$var].' name="check_THEME_ELDY_USE_HOVER" disabled="disabled" type="checkbox" '.($conf->global->THEME_ELDY_USE_HOVER?" checked":"").'></td>';
    +	     print '<td align="left" class="nowrap" width="20%"><input '.$bc[$var].' name="check_MAIN_THEME"'.($edit?'':' disabled').' type="checkbox" '.($selected_theme?" checked":"").'> '.$langs->trans("UsePersonalValue").'</td>';
    +	     print '<td><input '.$bc[$var].' name="check_THEME_ELDY_USE_HOVER"'.($edit?'':' disabled="disabled"').' type="checkbox" '.($hoverdisabled?"":" checked").'>';
    +	     print ' &nbsp; ('.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
    +	     print '</td>';
    +	     print '</tr>';
    +	     */
    +	}
    +	else
    +	{
    +		print '<tr class="oddeven">';
    +		print '<td>'.$langs->trans("HighlightLinesChecked").'</td>';
    +		print '<td colspan="'.($colspan-1).'">';
    +		//print '<input '.$bc[$var].' name="check_THEME_ELDY_USE_HOVER"'.($edit?'':' disabled').' type="checkbox" '.($hoverdisabled?"":" checked").'>';
    +		//print ' &nbsp; ('.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
    +		if ($edit)
    +		{
    +			if ($conf->global->THEME_ELDY_USE_CHECKED == '1') $color='ffefbb';
    +			else $color = colorArrayToHex(colorStringToArray($conf->global->THEME_ELDY_USE_CHECKED,array()),'');
    +			print $formother->selectColor($color,'THEME_ELDY_USE_CHECKED','formcolor',1).' ';
    +		}
    +		else
    +		{
    +			if ($conf->global->THEME_ELDY_USE_CHECKED == '1') $color='ffefbb';
    +			else $color = colorArrayToHex(colorStringToArray($conf->global->THEME_ELDY_USE_CHECKED,array()),'');
    +			if ($color)
    +			{
    +				if ($color != 'ffefbb') print '<input type="text" class="colorthumb" disabled="disabled" style="padding: 1px; margin-top: 0; margin-bottom: 0; background-color: #'.$color.'" value="'.$color.'">';
    +				else print $langs->trans("Default");
    +			}
    +			else print $langs->trans("None");
    +		}
    +		print ' &nbsp; <span class="nowraponall">('.$langs->trans("Default").': <strong>ffefbb</strong>) ';
    +		print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
    +		print '</span>';
    +		print '</td>';
     		print '</tr>';
     	}
     
    diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php
    index 913ed96356e..9f848fb68ee 100644
    --- a/htdocs/core/lib/website.lib.php
    +++ b/htdocs/core/lib/website.lib.php
    @@ -52,6 +52,11 @@ function dolWebsiteReplacementOfLinks($website, $content, $removephppart=0)
     	if ($removephppart) $replacewith='';
     	$content = preg_replace('/src="<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
     
    +	$replacewith='href="php';
    +	if ($removephppart) $replacewith='';
    +	$content = preg_replace('/href="<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
    +
    +	//$replacewith='<span class="phptag">...php...</span>';
     	$replacewith='<span class="phptag">...php...</span>';
     	if ($removephppart) $replacewith='';
     	$content = preg_replace('/<\?php((?!\?>).)*\?>\n*/ims', $replacewith, $content);
    @@ -89,23 +94,28 @@ function dolWebsiteReplacementOfLinks($website, $content, $removephppart=0)
      *
      * @param   string  $content    Content string
      * @return  void
    - * @see	dolWebsiteReplacementOfLinks  for function used to replace content in the backoffice editor context
    + * @see	dolWebsiteReplacementOfLinks  for function used to replace content in the backoffice context when USEDOLIBARREDITOR is not on
      */
     function dolWebsiteOutput($content)
     {
     	global $db, $langs, $conf, $user;
     	global $dolibarr_main_url_root, $dolibarr_main_data_root;
     
    -	dol_syslog("dolWebsiteOutput start (mode=".(defined('USEDOLIBARRSERVER')?'USEDOLIBARRSERVER':'').')');
    +	dol_syslog("dolWebsiteOutput start (USEDOLIBARRSERVER=".(defined('USEDOLIBARRSERVER')?'1':'')." (USEDOLIBARREDITOR=".(defined('USEDOLIBARREDITOR')?'1':'').')');
     
     	// 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
     
    -	// 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 Dolibarr server
    +	if (defined('USEDOLIBARREDITOR'))		// REPLACEMENT OF LINKS When page called from Dolibarr editor
    +	{
    +		// We remove the <head> part of content
    +		$content = preg_replace('/<head>.*<\/head>/ims', '', $content);
    +		$content = preg_replace('/^.*<body(\s[^>]*)*>/ims', '', $content);
    +		$content = preg_replace('/<\/body(\s[^>]*)*>.*$/ims', '', $content);
    +	}
    +	elseif (defined('USEDOLIBARRSERVER'))	// REPLACEMENT OF LINKS When page called from Dolibarr server
     	{
     		global $website;
     
    @@ -139,7 +149,7 @@ function dolWebsiteOutput($content)
     		// 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
    +	else									// REPLACEMENT OF LINKS When page called from virtual host
     	{
     		$symlinktomediaexists=1;
     
    @@ -150,9 +160,13 @@ function dolWebsiteOutput($content)
     		$nbrep=0;
     		if (! $symlinktomediaexists)
     		{
    -			$content=preg_replace('/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/', '\1'.$urlwithroot.'/viewimage.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
    -			$content=preg_replace('/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/', '\1'.$urlwithroot.'/viewimage.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
    -			$content=preg_replace('/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)modulepart=medias([^\)]*)file=([^\)]*)(["\']?\))/',  '\1'.$urlwithroot.'/viewimage.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
    +			$content=preg_replace('/(<script[^>]*src=")[^\"]*document\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/', '\wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
    +
    +			$content=preg_replace('/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/', '\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
    +			$content=preg_replace('/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/', '\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
    +			$content=preg_replace('/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)modulepart=medias([^\)]*)file=([^\)]*)(["\']?\))/',  '\1/wrapper.php\2modulepart=medias\3file=\4\5', $content, -1, $nbrep);
    +
    +			$content=preg_replace('/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=mycompany([^\"]*)file=([^\"]*)("[^>]*>)/', '\1/wrapper.php\2modulepart=mycompany\3file=\4\5', $content, -1, $nbrep);
     		}
     		else
     		{
    @@ -161,6 +175,8 @@ function dolWebsiteOutput($content)
     			$content=preg_replace('/(<a[^>]*href=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/', '\1medias/\4\5', $content, -1, $nbrep);
     			$content=preg_replace('/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=medias([^\"]*)file=([^\"]*)("[^>]*>)/', '\1medias/\4\5', $content, -1, $nbrep);
     			$content=preg_replace('/(url\(["\']?)[^\)]*viewimage\.php([^\)]*)modulepart=medias([^\)]*)file=([^\)]*)(["\']?\))/', '\1medias/\4\5', $content, -1, $nbrep);
    +
    +			$content=preg_replace('/(<img[^>]*src=")[^\"]*viewimage\.php([^\"]*)modulepart=mycompany([^\"]*)file=([^\"]*)("[^>]*>)/', '\1/wrapper.php\2modulepart=mycompany\3file=\4\5', $content, -1, $nbrep);
     		}
     	}
     
    @@ -289,7 +305,7 @@ function redirectToContainer($containerref, $containeraliasalt='',$containerid=0
      */
     function includeContainer($containerref)
     {
    -	global $conf, $db, $langs, $mysoc, $user, $website;
    +	global $conf, $db, $hookmanager, $langs, $mysoc, $user, $website, $weblangs;	// Very important. Required to have var available when running inluded containers.
     	global $includehtmlcontentopened;
     	global $websitekey;
     
    @@ -514,6 +530,31 @@ function getAllImages($object, $objectpage, $urltograb, &$tmp, &$action, $modify
     
     
     
    +/**
    + * Save content of a page on disk
    + *
    + * @param	string		$filemaster			Full path of filename master.inc.php for website to generate
    + * @return	boolean							True if OK
    + */
    +function dolSaveMasterFile($filemaster)
    +{
    +	global $conf;
    +
    +	// Now generate the master.inc.php page
    +	dol_syslog("We regenerate the master file");
    +	dol_delete_file($filemaster);
    +
    +	$mastercontent = '<?php'."\n";
    +	$mastercontent.= '// File generated to link to the master file - DO NOT MODIFY - It is just an include'."\n";
    +	$mastercontent.= "if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) require_once '".DOL_DOCUMENT_ROOT."/master.inc.php';\n";
    +	$mastercontent.= '?>'."\n";
    +	$result = file_put_contents($filemaster, $mastercontent);
    +	if (! empty($conf->global->MAIN_UMASK))
    +		@chmod($filemaster, octdec($conf->global->MAIN_UMASK));
    +
    +	return $result;
    +}
    +
     /**
      * Save content of a page on disk
      *
    @@ -536,10 +577,11 @@ function dolSavePageAlias($filealias, $object, $objectpage)
     	$aliascontent.= 'else require $dolibarr_main_data_root.\'/website/\'.$website->ref.\'/page'.$objectpage->id.'.tpl.php\';'."\n";
     	$aliascontent.= '?>'."\n";
     	$result = file_put_contents($filealias, $aliascontent);
    -	if (! empty($conf->global->MAIN_UMASK))
    -		@chmod($filealias, octdec($conf->global->MAIN_UMASK));
    +	if (! empty($conf->global->MAIN_UMASK)) {
    +        @chmod($filealias, octdec($conf->global->MAIN_UMASK));
    +    }
     
    -		return ($result?true:false);
    +	return ($result?true:false);
     }
     
     
    @@ -566,7 +608,7 @@ function dolSavePageContent($filetpl, $object, $objectpage)
     	$tplcontent ='';
     	$tplcontent.= "<?php // BEGIN PHP\n";
     	$tplcontent.= '$websitekey=basename(dirname(__FILE__));'."\n";
    -	$tplcontent.= "if (! defined('USEDOLIBARRSERVER')) { require_once './master.inc.php'; } // Not already loaded"."\n";
    +	$tplcontent.= "if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { require_once './master.inc.php'; } // Not already loaded"."\n";
     	$tplcontent.= "require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';\n";
     	$tplcontent.= "require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';\n";
     	$tplcontent.= "ob_start();\n";
    @@ -583,9 +625,9 @@ function dolSavePageContent($filetpl, $object, $objectpage)
     	$tplcontent.= '<meta name="description" content="'.dol_string_nohtmltag($objectpage->description, 0, 'UTF-8').'" />'."\n";
     	$tplcontent.= '<meta name="generator" content="'.DOL_APPLICATION_TITLE.' '.DOL_VERSION.' (https://www.dolibarr.org)" />'."\n";
     	$tplcontent.= '<!-- Include link to CSS file -->'."\n";
    -	$tplcontent.= '<link rel="stylesheet" href="styles.css.php?websiteid='.$object->id.'" type="text/css" />'."\n";
    +	$tplcontent.= '<link rel="stylesheet" href="styles.css.php?website=<?php echo $websitekey; ?>" type="text/css" />'."\n";
     	$tplcontent.= '<!-- Include HTML header from common file -->'."\n";
    -	$tplcontent.= '<?php print preg_replace(\'/<\/?html>/ims\', \'\', file_get_contents(DOL_DATA_ROOT."/website/'.$object->ref.'/htmlheader.html")); ?>'."\n";
    +	$tplcontent.= '<?php print preg_replace(\'/<\/?html>/ims\', \'\', file_get_contents(DOL_DATA_ROOT."/website/".$websitekey."/htmlheader.html")); ?>'."\n";
     	$tplcontent.= '<!-- Include HTML header from page header block -->'."\n";
     	$tplcontent.= preg_replace('/<\/?html>/ims', '', $objectpage->htmlheader)."\n";
     	$tplcontent.= '</head>'."\n";
    @@ -610,26 +652,28 @@ function dolSavePageContent($filetpl, $object, $objectpage)
     
     
     /**
    - * Save content of the index.php page
    + * Save content of the index.php and wrapper.php page
      *
      * @param	string		$pathofwebsite			Path of website root
      * @param	string		$fileindex				Full path of file index.php
      * @param	string		$filetpl				File tpl to index.php page redirect to
    + * @param	string		$filewrapper			Full path of file wrapper.php
      * @return	boolean								True if OK
      */
    -function dolSaveIndexPage($pathofwebsite, $fileindex, $filetpl)
    +function dolSaveIndexPage($pathofwebsite, $fileindex, $filetpl, $filewrapper)
     {
     	global $conf;
     
    -	$result=0;
    +	$result1=false;
    +	$result2=false;
     
     	dol_mkdir($pathofwebsite);
    -	dol_delete_file($fileindex);
     
    +	dol_delete_file($fileindex);
     	$indexcontent = '<?php'."\n";
     	$indexcontent.= "// BEGIN PHP File generated to provide an index.php as Home Page or alias redirector - DO NOT MODIFY - It is just a generated wrapper.\n";
     	$indexcontent.= '$websitekey=basename(dirname(__FILE__));'."\n";
    -	$indexcontent.= "if (! defined('USEDOLIBARRSERVER')) { require_once './master.inc.php'; } // Load master if not already loaded\n";
    +	$indexcontent.= "if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { require_once './master.inc.php'; } // Load master if not already loaded\n";
     	$indexcontent.= 'if (! empty($_GET[\'pageref\']) || ! empty($_GET[\'pagealiasalt\']) || ! empty($_GET[\'pageid\'])) {'."\n";
     	$indexcontent.= "	require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';\n";
     	$indexcontent.= "	require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';\n";
    @@ -637,11 +681,25 @@ function dolSaveIndexPage($pathofwebsite, $fileindex, $filetpl)
     	$indexcontent.= "}\n";
     	$indexcontent.= "include_once './".basename($filetpl)."'\n";
     	$indexcontent.= '// END PHP ?>'."\n";
    -	$result = file_put_contents($fileindex, $indexcontent);
    +	$result1 = file_put_contents($fileindex, $indexcontent);
     	if (! empty($conf->global->MAIN_UMASK))
     		@chmod($fileindex, octdec($conf->global->MAIN_UMASK));
     
    -	return $result;
    +	dol_delete_file($filewrapper);
    +	$wrappercontent = '<?php'."\n";
    +	$wrappercontent.= "// BEGIN PHP File generated to provide a wrapper.php - DO NOT MODIFY - It is just a generated wrapper.\n";
    +	$wrappercontent.= '$websitekey=basename(dirname(__FILE__));'."\n";
    +	$wrappercontent.= "if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { require_once './master.inc.php'; } // Load master if not already loaded\n";
    +	$wrappercontent.= '$original_file=str_replace("../","/", GETPOST("file","alpha"));'."\n";
    +	$wrappercontent.= 'if ($_GET["modulepart"] == "mycompany" && preg_match(\'/^\/?logos\//\', $original_file)) readfile(dol_osencode($conf->mycompany->dir_output."/".$original_file));'."\n";
    +	$wrappercontent.= "else print 'Bad value for modulepart or file';\n";
    +	$wrappercontent.= 'if (is_object($db)) $db->close();'."\n";
    +	$wrappercontent.= '// END PHP ?>'."\n";
    +	$result2 = file_put_contents($filewrapper, $wrappercontent);
    +	if (! empty($conf->global->MAIN_UMASK))
    +		@chmod($filewrapper, octdec($conf->global->MAIN_UMASK));
    +
    +	return ($result1 && $result2);
     }
     
     
    @@ -779,5 +837,3 @@ function dolSaveHtaccessFile($filehtaccess, $htaccess)
     
     		return true;
     }
    -
    -
    diff --git a/htdocs/core/login/functions_dolibarr.php b/htdocs/core/login/functions_dolibarr.php
    index 25d5f2dc30c..25cc45c2b6c 100644
    --- a/htdocs/core/login/functions_dolibarr.php
    +++ b/htdocs/core/login/functions_dolibarr.php
    @@ -111,8 +111,10 @@ function check_user_password_dolibarr($usertotest,$passwordtotest,$entitytotest=
     				{
     					dol_syslog("functions_dolibarr::check_user_password_dolibarr Authentification ko bad password for '".$usertotest."'");
     					sleep(2);      // Anti brut force protection
    -					$langs->load('main');
    -					$langs->load('errors');
    +
    +					// Load translation files required by the page
    +                    $langs->loadLangs(array('main', 'errors'));
    +
     					$_SESSION["dol_loginmesg"]=$langs->trans("ErrorBadLoginPassword");
     				}
     
    @@ -137,8 +139,10 @@ function check_user_password_dolibarr($usertotest,$passwordtotest,$entitytotest=
     			{
     				dol_syslog("functions_dolibarr::check_user_password_dolibarr Authentification ko user not found for '".$usertotest."'");
     				sleep(1);
    -				$langs->load('main');
    -				$langs->load('errors');
    +
    +				// Load translation files required by the page
    +                $langs->loadLangs(array('main', 'errors'));
    +
     				$_SESSION["dol_loginmesg"]=$langs->trans("ErrorBadLoginPassword");
     			}
     		}
    diff --git a/htdocs/core/login/functions_ldap.php b/htdocs/core/login/functions_ldap.php
    index d468c882b2d..6e13d55171c 100644
    --- a/htdocs/core/login/functions_ldap.php
    +++ b/htdocs/core/login/functions_ldap.php
    @@ -54,8 +54,10 @@ function check_user_password_ldap($usertotest,$passwordtotest,$entitytotest)
     	{
     		dol_syslog("functions_ldap::check_user_password_ldap Authentification ko failed to connect to LDAP. LDAP functions are disabled on this PHP");
     		sleep(1);
    -		$langs->load('main');
    -		$langs->load('other');
    +
    +		// Load translation files required by the page
    +        $langs->loadLangs(array('main', 'other'));
    +
     		$_SESSION["dol_loginmesg"]=$langs->trans("ErrorLDAPFunctionsAreDisabledOnThisPHP").' '.$langs->trans("TryAnotherConnectionMode");
     		return;
     	}
    @@ -207,8 +209,10 @@ function check_user_password_ldap($usertotest,$passwordtotest,$entitytotest)
     			{
     				dol_syslog("functions_ldap::check_user_password_ldap Authentification ko bad user/password for '".$usertotest."'");
     				sleep(1);
    -				$langs->load('main');
    -				$langs->load('other');
    +
    +				// Load translation files required by the page
    +                $langs->loadLangs(array('main', 'other'));
    +
     				$_SESSION["dol_loginmesg"]=$langs->trans("ErrorBadLoginPassword");
     			}
     		}
    @@ -230,9 +234,10 @@ function check_user_password_ldap($usertotest,$passwordtotest,$entitytotest)
     				dol_syslog("functions_ldap::check_user_password_ldap ".$ldap->ldapErrorCode." ".$ldap->ldapErrorText);
     			}
     			sleep(2);      // Anti brut force protection
    -			$langs->load('main');
    -			$langs->load('other');
    -			$langs->load('errors');
    +
    +			// Load translation files required by the page
    +            $langs->loadLangs(array('main', 'other', 'errors'));
    +;
     			$_SESSION["dol_loginmesg"]=($ldap->error?$ldap->error:$langs->trans("ErrorBadLoginPassword"));
     		}
     
    diff --git a/htdocs/core/menus/init_menu_auguria.sql b/htdocs/core/menus/init_menu_auguria.sql
    index 76973a1571c..afd7ba0ffcb 100644
    --- a/htdocs/core/menus/init_menu_auguria.sql
    +++ b/htdocs/core/menus/init_menu_auguria.sql
    @@ -63,10 +63,16 @@ 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 ('', '$leftmenu=="admintools"', __HANDLER__, 'left', 320__+MAX_llx_menu__, 'home', '', 300__+MAX_llx_menu__, '/product/admin/product_tools.php?mainmenu=home&amp;leftmenu=admintools', 'ProductVatMassChange', 1, 'products', '', '', 2, 15, __ENTITY__);
     -- Home - Menu users and groups
     insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '1', __HANDLER__, 'left', 400__+MAX_llx_menu__, 'home', 'users', 1__+MAX_llx_menu__, '/user/home.php?leftmenu=users', 'MenuUsersAndGroups', 0, 'users', '', '', 2, 4, __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 ('', '$leftmenu=="users"', __HANDLER__, 'left', 401__+MAX_llx_menu__, 'home', '', 400__+MAX_llx_menu__, '/user/list.php?leftmenu=users', 'Users', 1, 'users', '$user->rights->user->user->lire || $user->admin', '', 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 ('', '$leftmenu=="users"', __HANDLER__, 'left', 402__+MAX_llx_menu__, 'home', '', 401__+MAX_llx_menu__, '/user/card.php?leftmenu=users&amp;action=create', 'NewUser', 2, 'users', '($user->rights->user->user->creer || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE)', '', 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 ('', '$leftmenu=="users"', __HANDLER__, 'left', 403__+MAX_llx_menu__, 'home', '', 400__+MAX_llx_menu__, '/user/group/list.php?leftmenu=users', 'Groups', 1, 'users', '(($conf->global->MAIN_USE_ADVANCED_PERMS?$user->rights->user->group_advance->read:$user->rights->user->user->lire) || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE)', '', 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 ('', '$leftmenu=="users"', __HANDLER__, 'left', 404__+MAX_llx_menu__, 'home', '', 403__+MAX_llx_menu__, '/user/group/card.php?leftmenu=users&amp;action=create', 'NewGroup', 2, 'users', '(($conf->global->MAIN_USE_ADVANCED_PERMS?$user->rights->user->group_advance->write:$user->rights->user->user->creer) || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE)', '', 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 ('', '$leftmenu=="users"', __HANDLER__, 'left', 404__+MAX_llx_menu__, 'home', '', 401__+MAX_llx_menu__, '/user/hierarchy.php?leftmenu=users', 'HierarchicView', 1, 'users', '$user->rights->user->user->lire || $user->admin', '', 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 ('', '$leftmenu=="users"', __HANDLER__, 'left', 405__+MAX_llx_menu__, 'home', '', 401__+MAX_llx_menu__, '/categories/index.php?leftmenu=users&type=7', 'UsersCategoriesShort', 1, 'categories', '$user->rights->user->user->lire || $user->admin', '', 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 ('', '$leftmenu=="users"', __HANDLER__, 'left', 407__+MAX_llx_menu__, 'home', '', 400__+MAX_llx_menu__, '/user/group/list.php?leftmenu=users', 'Groups', 1, 'users', '(($conf->global->MAIN_USE_ADVANCED_PERMS?$user->rights->user->group_advance->read:$user->rights->user->user->lire) || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE)', '', 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 ('', '$leftmenu=="users"', __HANDLER__, 'left', 408__+MAX_llx_menu__, 'home', '', 407__+MAX_llx_menu__, '/user/group/card.php?leftmenu=users&amp;action=create', 'NewGroup', 2, 'users', '(($conf->global->MAIN_USE_ADVANCED_PERMS?$user->rights->user->group_advance->write:$user->rights->user->user->creer) || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE)', '', 2, 0, __ENTITY__);
    +
     -- Third parties
     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->societe->enabled', __HANDLER__, 'left', 500__+MAX_llx_menu__, 'companies', 'thirdparties', 2__+MAX_llx_menu__, '/societe/index.php?leftmenu=thirdparties', 'ThirdParty', 0, 'companies', '$user->rights->societe->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->societe->enabled', __HANDLER__, 'left', 501__+MAX_llx_menu__, 'companies', '', 500__+MAX_llx_menu__, '/societe/card.php?action=create', 'MenuNewThirdParty', 1, 'companies', '$user->rights->societe->lire', '', 2, 0, __ENTITY__);
    @@ -198,11 +204,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->don->enabled && $leftmenu=="donations"', __HANDLER__, 'left', 2002__+MAX_llx_menu__, 'billing', '', 2000__+MAX_llx_menu__, '/don/list.php?leftmenu=donations&amp;mainmenu=billing', 'List', 1, 'donations', '$user->rights->don->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->don->enabled && $leftmenu=="donations"', __HANDLER__, 'left', 2003__+MAX_llx_menu__, 'billing', '', 2000__+MAX_llx_menu__, '/don/stats/index.php?leftmenu=donations&amp;mainmenu=billing', 'Statistics', 1, 'donations', '$user->rights->don->lire', '', 2, 2, __ENTITY__);
     -- Special expenses
    -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 || $conf->salaries->enabled || $conf->loan->enabled || $conf->banque->enabled', __HANDLER__, 'left', 2200__+MAX_llx_menu__, 'billing', 'tax', 6__+MAX_llx_menu__, '/compta/charges/index.php?leftmenu=tax&amp;mainmenu=billing', 'MenuSpecialExpenses', 0, 'compta', '(! empty($conf->tax->enabled) && $user->rights->tax->charges->lire) || (! empty($conf->salaries->enabled) && $user->rights->salaries->read) || (! empty($conf->loan->enabled) && $user->rights->loan->read) || (! empty($conf->banque->enabled) && $user->rights->banque->lire)', '', 0, 6, __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->salaries->enabled', __HANDLER__, 'left', 2210__+MAX_llx_menu__, 'billing', 'tax_sal', 2200__+MAX_llx_menu__, '/compta/salaries/index.php?leftmenu=tax_salary&amp;mainmenu=billing', 'Salaries', 1, 'salaries', '$user->rights->salaries->payment->read', '', 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->salaries->enabled && $leftmenu=="tax_salary"', __HANDLER__, 'left', 2211__+MAX_llx_menu__, 'billing', '', 2210__+MAX_llx_menu__, '/compta/salaries/card.php?leftmenu=tax_salary&amp;action=create', 'NewPayment', 2, 'companies', '$user->rights->salaries->payment->write', '', 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->salaries->enabled && $leftmenu=="tax_salary"', __HANDLER__, 'left', 2212__+MAX_llx_menu__, 'billing', '', 2210__+MAX_llx_menu__, '/compta/salaries/index.php?leftmenu=tax_salary', 'Payments', 2, 'companies', '$user->rights->salaries->payment->read', '', 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->salaries->enabled && $leftmenu=="tax_salary"', __HANDLER__, 'left', 2213__+MAX_llx_menu__, 'billing', '', 2210__+MAX_llx_menu__, '/compta/salaries/stats/index.php?leftmenu=tax_salary', 'Statistics', 2, 'companies', '$user->rights->salaries->payment->read', '', 0, 4, __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 || $conf->salaries->enabled || $conf->loan->enabled || $conf->banque->enabled', __HANDLER__, 'left', 2200__+MAX_llx_menu__, 'billing', 'tax', 6__+MAX_llx_menu__, '/compta/charges/index.php?leftmenu=tax&amp;mainmenu=billing', 'MenuSpecialExpenses', 0, 'compta', '(! empty($conf->tax->enabled) && $user->rights->tax->charges->lire) || (! empty($conf->salaries->enabled) && ! empty($user->rights->salaries->read)) || (! empty($conf->loan->enabled) && $user->rights->loan->read) || (! empty($conf->banque->enabled) && $user->rights->banque->lire)', '', 0, 6, __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->salaries->enabled', __HANDLER__, 'left', 2210__+MAX_llx_menu__, 'billing', 'tax_sal', 2200__+MAX_llx_menu__, '/compta/salaries/index.php?leftmenu=tax_salary&amp;mainmenu=billing', 'Salaries', 1, 'salaries', '$user->rights->salaries->read', '', 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->salaries->enabled && $leftmenu=="tax_salary"', __HANDLER__, 'left', 2211__+MAX_llx_menu__, 'billing', '', 2210__+MAX_llx_menu__, '/compta/salaries/card.php?leftmenu=tax_salary&amp;action=create', 'NewPayment', 2, 'companies', '$user->rights->salaries->write', '', 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->salaries->enabled && $leftmenu=="tax_salary"', __HANDLER__, 'left', 2212__+MAX_llx_menu__, 'billing', '', 2210__+MAX_llx_menu__, '/compta/salaries/index.php?leftmenu=tax_salary', 'Payments', 2, 'companies', '$user->rights->salaries->read', '', 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->salaries->enabled && $leftmenu=="tax_salary"', __HANDLER__, 'left', 2213__+MAX_llx_menu__, 'billing', '', 2210__+MAX_llx_menu__, '/compta/salaries/stats/index.php?leftmenu=tax_salary', 'Statistics', 2, 'companies', '$user->rights->salaries->read', '', 0, 4, __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->loan->enabled', __HANDLER__, 'left', 2220__+MAX_llx_menu__, 'billing', 'tax_loan', 2200__+MAX_llx_menu__, '/loan/index.php?leftmenu=tax_loan&amp;mainmenu=billing', 'Loans', 1, 'loan', '$user->rights->loan->read', '', 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->loan->enabled && $leftmenu=="tax_loan"', __HANDLER__, 'left', 2221__+MAX_llx_menu__, 'billing', '', 2220__+MAX_llx_menu__, '/loan/card.php?leftmenu=tax_loan&amp;action=create', 'NewLoan', 2, 'loan', '$user->rights->loan->write', '', 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->loan->enabled && $leftmenu=="tax_loan"', __HANDLER__, 'left', 2222__+MAX_llx_menu__, 'billing', '', 2220__+MAX_llx_menu__, '/loan/payment/list.php?leftmenu=tax_loan', 'Payments', 2, 'companies', '$user->rights->loan->read', '', 0, 3, __ENTITY__);
    @@ -216,9 +222,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', 2303__+MAX_llx_menu__, 'billing', '', 2300__+MAX_llx_menu__, '/compta/tva/index.php?leftmenu=tax_vat', 'ReportByMonth', 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/clients.php?leftmenu=tax_vat', 'ReportByCustomers', 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->tax->enabled && empty($conf->global->TAX_DISABLE_VAT_MENUS) && $leftmenu=="tax_vat"', __HANDLER__, 'left', 2305__+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, 4, __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 && $conf->global->MAIN_FEATURES_LEVEL >= 1', __HANDLER__, 'left', 2350__+MAX_llx_menu__, 'billing', 'tax_various', 2200__+MAX_llx_menu__, '/compta/bank/various_payment/index.php?leftmenu=tax_various&amp;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&amp;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__);
    +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 && empty($conf->global->BANK_USE_OLD_VARIOUS_PAYMENT)', __HANDLER__, 'left', 2350__+MAX_llx_menu__, 'billing', 'tax_various', 2200__+MAX_llx_menu__, '/compta/bank/various_payment/list.php?leftmenu=tax_various&amp;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&amp;action=create', 'New', 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/list.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
    @@ -305,10 +311,12 @@ 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->categorie->enabled', __HANDLER__, 'left', 2650__+MAX_llx_menu__, 'accountancy', 'cat', 14__+MAX_llx_menu__, '/categories/index.php?leftmenu=bank&amp;type=5', 'Categories', 0, 'categories', '$user->rights->categorie->lire', '', 2, 4, __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->categorie->enabled', __HANDLER__, 'left', 2651__+MAX_llx_menu__, 'accountancy', '', 2650__+MAX_llx_menu__, '/categories/card.php?leftmenu=bank&amp;action=create&amp;type=5', 'NewCategory', 1, 'categories', '$user->rights->categorie->creer', '', 2, 0, __ENTITY__);
     -- Project
    -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->projet->enabled', __HANDLER__, 'left', 3600__+MAX_llx_menu__, 'project', 'projects', 7__+MAX_llx_menu__, '/projet/index.php?leftmenu=projects', 'Projects', 0, 'projects', '$user->rights->projet->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->projet->enabled', __HANDLER__, 'left', 3601__+MAX_llx_menu__, 'project', '', 3600__+MAX_llx_menu__, '/projet/card.php?leftmenu=projects&amp;action=create', 'NewProject', 1, 'projects', '$user->rights->projet->creer', '', 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->projet->enabled', __HANDLER__, 'left', 3600__+MAX_llx_menu__, 'project', 'projects', 7__+MAX_llx_menu__, '/projet/index.php?leftmenu=projects', 'LeadsOrProjects', 0, 'projects', '$user->rights->projet->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->projet->enabled', __HANDLER__, 'left', 3601__+MAX_llx_menu__, 'project', '', 3600__+MAX_llx_menu__, '/projet/card.php?leftmenu=projects&amp;action=create', 'New', 1, 'projects', '$user->rights->projet->creer', '', 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->projet->enabled', __HANDLER__, 'left', 3602__+MAX_llx_menu__, 'project', '', 3600__+MAX_llx_menu__, '/projet/list.php?leftmenu=projects', 'List', 1, 'projects', '$user->rights->projet->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->projet->enabled', __HANDLER__, 'left', 3603__+MAX_llx_menu__, 'project', '', 3600__+MAX_llx_menu__, '/projet/stats/index.php?leftmenu=projects', 'Statistics', 1, 'projects', '$user->rights->projet->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->projet->enabled && $conf->global->PROJECT_USE_OPPORTUNITIES != 0', __HANDLER__, 'left', 3603__+MAX_llx_menu__, 'project', '', 3600__+MAX_llx_menu__, '/projet/list.php?leftmenu=projects&search_opp_status=openedopp&search_status=99', 'ListOpenLeads', 1, 'projects', '$user->rights->projet->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->projet->enabled && $conf->global->PROJECT_USE_OPPORTUNITIES != 2', __HANDLER__, 'left', 3604__+MAX_llx_menu__, 'project', '', 3600__+MAX_llx_menu__, '/projet/list.php?leftmenu=projects&search_opp_status=notopenedopp&search_status=99', 'ListOpenProjects', 1, 'projects', '$user->rights->projet->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->projet->enabled', __HANDLER__, 'left', 3605__+MAX_llx_menu__, 'project', '', 3600__+MAX_llx_menu__, '/projet/stats/index.php?leftmenu=projects', 'Statistics', 1, 'projects', '$user->rights->projet->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->projet->enabled && !$conf->global->PROJECT_HIDE_TASKS', __HANDLER__, 'left', 3700__+MAX_llx_menu__, 'project', '', 7__+MAX_llx_menu__, '/projet/activity/index.php?leftmenu=projects', 'Activities', 0, 'projects', '$user->rights->projet->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->projet->enabled && !$conf->global->PROJECT_HIDE_TASKS', __HANDLER__, 'left', 3701__+MAX_llx_menu__, 'project', '', 3700__+MAX_llx_menu__, '/projet/tasks.php?leftmenu=projects&amp;action=create', 'NewTask', 1, 'projects', '$user->rights->projet->creer', '', 2, 1, __ENTITY__);
    diff --git a/htdocs/core/menus/standard/auguria.lib.php b/htdocs/core/menus/standard/auguria.lib.php
    index fee6ae6c595..9878d8a2ca8 100644
    --- a/htdocs/core/menus/standard/auguria.lib.php
    +++ b/htdocs/core/menus/standard/auguria.lib.php
    @@ -273,7 +273,7 @@ function print_left_auguria_menu($db,$menu_array_before,$menu_array_after,&$tabM
     		$mysoc->logo_mini=$conf->global->MAIN_INFO_SOCIETE_LOGO_MINI;
     		if (! empty($mysoc->logo_mini) && is_readable($conf->mycompany->dir_output.'/logos/thumbs/'.$mysoc->logo_mini))
     		{
    -			$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('thumbs/'.$mysoc->logo_mini);
    +			$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$mysoc->logo_mini);
     		}
     		else
     		{
    @@ -517,7 +517,7 @@ function print_left_auguria_menu($db,$menu_array_before,$menu_array_after,&$tabM
     				$tmp=explode('?',$menu_array[$i]['url'],2);
     				$url = $shorturl = $tmp[0];
     				$param = (isset($tmp[1])?$tmp[1]:'');    // params in url of the menu link
    -				
    +
     				// Complete param to force leftmenu to '' to close open menu when we click on a link with no leftmenu defined.
     				if ((! preg_match('/mainmenu/i',$param)) && (! preg_match('/leftmenu/i',$param)) && ! empty($menu_array[$i]['mainmenu']))
     				{
    diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
    index 0186b90cc16..51a9907a16e 100644
    --- a/htdocs/core/menus/standard/eldy.lib.php
    +++ b/htdocs/core/menus/standard/eldy.lib.php
    @@ -75,13 +75,28 @@ function print_eldy_menu($db,$atarget,$type_user,&$tabMenu,&$menu,$noout=0,$mode
     	if (! empty($conf->global->THEME_TOPMENU_DISABLE_IMAGE)) $titlehome = '&nbsp; <span class="fa fa-home"></span> &nbsp;';
     	$menu->add('/index.php?mainmenu=home&amp;leftmenu=home', $titlehome, 0, $showmode, $atarget, "home", '', 10, $id, $idsel, $classname);
     
    +	// Members
    +	$tmpentry=array('enabled'=>(! empty($conf->adherent->enabled)),
    +	'perms'=>(! empty($user->rights->adherent->lire)),
    +	'module'=>'adherent');
    +	$showmode=isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal);
    +	if ($showmode)
    +	{
    +		$classname="";
    +		if ($_SESSION["mainmenu"] && $_SESSION["mainmenu"] == "members") { $classname='class="tmenusel"'; $_SESSION['idmenu']=''; }
    +		else $classname = 'class="tmenu"';
    +		$idsel='members';
    +
    +		$menu->add('/adherents/index.php?mainmenu=members&amp;leftmenu=', $langs->trans("MenuMembers"), 0, $showmode, $atarget, "members", '', 18, $id, $idsel, $classname);
    +	}
    +
     	// Third parties
     	$tmpentry=array('enabled'=>(( ! empty($conf->societe->enabled) && (empty($conf->global->SOCIETE_DISABLE_PROSPECTS) || empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))) || ! empty($conf->fournisseur->enabled)), 'perms'=>(! empty($user->rights->societe->lire) || ! empty($user->rights->fournisseur->lire)), 'module'=>'societe|fournisseur');
     	$showmode=isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal);
     	if ($showmode)
     	{
    -		$langs->load("companies");
    -		$langs->load("suppliers");
    +	    // Load translation files required by the page
    +        $langs->loadLangs(array("companies","suppliers"));
     
     		$classname="";
     		if ($_SESSION["mainmenu"] && $_SESSION["mainmenu"] == "companies") { $classname='class="tmenusel"'; $_SESSION['idmenu']=''; }
    @@ -152,7 +167,7 @@ function print_eldy_menu($db,$atarget,$type_user,&$tabMenu,&$menu,$noout=0,$mode
     	if (! empty($conf->loan->enabled)) $menuqualified++;
     	$tmpentry=array(
     	   'enabled'=>$menuqualified,
    -	   'perms'=>(! empty($user->rights->facture->lire) || ! empty($user->rights->don->lire) || ! empty($user->rights->tax->charges->lire) || ! empty($user->rights->salaries->read) || ! empty($user->rights->fournisseur->facture->lire) || ! empty($user->rights->loan->read)),
    +	'perms'=>(! empty($user->rights->facture->lire) || ! empty($user->rights->don->lire) || ! empty($user->rights->tax->charges->lire) || ! empty($user->rights->salaries->read) || ! empty($user->rights->fournisseur->facture->lire) || ! empty($user->rights->loan->read)),
     	   'module'=>'facture|supplier_invoice|don|tax|salaries|loan');
     	$showmode=isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal);
     	if ($showmode)
    @@ -174,8 +189,8 @@ function print_eldy_menu($db,$atarget,$type_user,&$tabMenu,&$menu,$noout=0,$mode
     	$showmode=isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal);
     	if ($showmode)
     	{
    -		$langs->load("compta");
    -		$langs->load("banks");
    +	    // Load translation files required by the page
    +        $langs->loadLangs(array("compta","banks"));
     
     		$classname="";
     		if ($_SESSION["mainmenu"] && $_SESSION["mainmenu"] == "bank") { $classname='class="tmenusel"'; $_SESSION['idmenu']=''; }
    @@ -221,7 +236,21 @@ function print_eldy_menu($db,$atarget,$type_user,&$tabMenu,&$menu,$noout=0,$mode
     		else $classname = 'class="tmenu"';
     		$idsel='project';
     
    -		$menu->add('/projet/index.php?mainmenu=project&amp;leftmenu=', $langs->trans("Projects"), 0, $showmode, $atarget, "project", '', 70, $id, $idsel, $classname);
    +		$title = $langs->trans("LeadsOrProjects");	// Leads and opportunities by default
    +		$showmodel = $showmodep = $showmode;
    +		if (empty($conf->global->PROJECT_USE_OPPORTUNITIES))
    +		{
    +			$title = $langs->trans("Projects");
    +			$showmodel = 0;
    +		}
    +		if ($conf->global->PROJECT_USE_OPPORTUNITIES == 2) {
    +			$title = $langs->trans("Leads");
    +			$showmodep = 0;
    +		}
    +
    +		$menu->add('/projet/index.php?mainmenu=project&amp;leftmenu=', $title, 0, $showmode, $atarget, "project", '', 70, $id, $idsel, $classname);
    +		//$menu->add('/projet/index.php?mainmenu=project&amp;leftmenu=&search_opp_status=openedopp', $langs->trans("ListLeads"), 0, $showmodel & $conf->global->PROJECT_USE_OPPORTUNITIES, $atarget, "project", '', 70, $id, $idsel, $classname);
    +		//$menu->add('/projet/index.php?mainmenu=project&amp;leftmenu=&search_opp_status=notopenedopp', $langs->trans("ListProjects"), 0, $showmodep, $atarget, "project", '', 70, $id, $idsel, $classname);
     	}
     
     	// HRM
    @@ -241,8 +270,6 @@ function print_eldy_menu($db,$atarget,$type_user,&$tabMenu,&$menu,$noout=0,$mode
     		$menu->add('/hrm/index.php?mainmenu=hrm&amp;leftmenu=', $langs->trans("HRM"), 0, $showmode, $atarget, "hrm", '', 80, $id, $idsel, $classname);
     	}
     
    -
    -
     	// Tools
     	$tmpentry=array(
     	'enabled'=>1,
    @@ -261,21 +288,6 @@ function print_eldy_menu($db,$atarget,$type_user,&$tabMenu,&$menu,$noout=0,$mode
     		$menu->add('/core/tools.php?mainmenu=tools&amp;leftmenu=', $langs->trans("Tools"), 0, $showmode, $atarget, "tools", '', 90, $id, $idsel, $classname);
     	}
     
    -	// Members
    -	$tmpentry=array('enabled'=>(! empty($conf->adherent->enabled)),
    -	'perms'=>(! empty($user->rights->adherent->lire)),
    -	'module'=>'adherent');
    -	$showmode=isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal);
    -	if ($showmode)
    -	{
    -		$classname="";
    -		if ($_SESSION["mainmenu"] && $_SESSION["mainmenu"] == "members") { $classname='class="tmenusel"'; $_SESSION['idmenu']=''; }
    -		else $classname = 'class="tmenu"';
    -		$idsel='members';
    -
    -		$menu->add('/adherents/index.php?mainmenu=members&amp;leftmenu=', $langs->trans("MenuMembers"), 0, $showmode, $atarget, "members", '', 100, $id, $idsel, $classname);
    -	}
    -
     	// Show personalized menus
     	$menuArbo = new Menubase($db,'eldy');
     	$newTabMenu = $menuArbo->menuTopCharger('','',$type_user,'eldy',$tabMenu);	// Return tabMenu with only top entries
    @@ -469,7 +481,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     		$mysoc->logo_mini=$conf->global->MAIN_INFO_SOCIETE_LOGO_MINI;
     		if (! empty($mysoc->logo_mini) && is_readable($conf->mycompany->dir_output.'/logos/thumbs/'.$mysoc->logo_mini))
     		{
    -			$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('thumbs/'.$mysoc->logo_mini);
    +			$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$mysoc->logo_mini);
     		}
     		else
     		{
    @@ -528,8 +540,8 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     
     			if ($usemenuhider || empty($leftmenu) || $leftmenu=="setup")
     			{
    -				$langs->load("admin");
    -				$langs->load("help");
    +			    // Load translation files required by the page
    +                $langs->loadLangs(array("admin","help"));
     
     				$warnpicto='';
     				if (empty($conf->global->MAIN_INFO_SOCIETE_NOM) || empty($conf->global->MAIN_INFO_SOCIETE_COUNTRY))
    @@ -565,8 +577,8 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     			$newmenu->add("/admin/tools/index.php?mainmenu=home&amp;leftmenu=admintools", $langs->trans("AdminTools"), 0, $user->admin, '', $mainmenu, 'admintools', 0, '', '', '', '<i class="fa fa-server fa-fw paddingright"></i>');
     			if ($usemenuhider || empty($leftmenu) || preg_match('/^admintools/',$leftmenu))
     			{
    -				$langs->load("admin");
    -				$langs->load("help");
    +			    // Load translation files required by the page
    +                $langs->loadLangs(array('admin', 'help'));
     
     				$newmenu->add('/admin/system/dolibarr.php?mainmenu=home&amp;leftmenu=admintools_info', $langs->trans('InfoDolibarr'), 1);
     				if ($usemenuhider || empty($leftmenu) || $leftmenu=='admintools_info') $newmenu->add('/admin/system/modules.php?mainmenu=home&amp;leftmenu=admintools_info', $langs->trans('Modules'), 2);
    @@ -604,6 +616,11 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     					$newmenu->add("/user/card.php?leftmenu=users&action=create", $langs->trans("NewUser"),2, ($user->rights->user->user->creer || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE), '', 'home');
     					$newmenu->add("/user/list.php?leftmenu=users", $langs->trans("ListOfUsers"), 2, $user->rights->user->user->lire || $user->admin);
     					$newmenu->add("/user/hierarchy.php?leftmenu=users", $langs->trans("HierarchicView"), 2, $user->rights->user->user->lire || $user->admin);
    +					if (! empty($conf->categorie->enabled))
    +					{
    +						$langs->load("categories");
    +						$newmenu->add("/categories/index.php?leftmenu=users&type=7", $langs->trans("UsersCategoriesShort"), 2, $user->rights->categorie->lire, '', $mainmenu, 'cat');
    +					}
     					$newmenu->add("", $langs->trans("Groups"), 1, ($user->rights->user->user->lire || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE));
     					$newmenu->add("/user/group/card.php?leftmenu=users&action=create", $langs->trans("NewGroup"), 2, (($conf->global->MAIN_USE_ADVANCED_PERMS?$user->rights->user->group_advance->write:$user->rights->user->user->creer) || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE));
     					$newmenu->add("/user/group/list.php?leftmenu=users", $langs->trans("ListOfGroups"), 2, (($conf->global->MAIN_USE_ADVANCED_PERMS?$user->rights->user->group_advance->read:$user->rights->user->user->lire) || $user->admin) && !(! empty($conf->multicompany->enabled) && $conf->entity > 1 && $conf->global->MULTICOMPANY_TRANSVERSE_MODE));
    @@ -667,6 +684,25 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     				$newmenu->add("/societe/card.php?leftmenu=suppliers&amp;action=create&amp;type=f",$langs->trans("MenuNewSupplier"), 2, $user->rights->societe->creer && ($user->rights->fournisseur->lire || $user->rights->supplier_proposal->lire));
     			}
     
    +			// Categories
    +			if (! empty($conf->categorie->enabled))
    +			{
    +				$langs->load("categories");
    +				if (empty($conf->global->SOCIETE_DISABLE_PROSPECTS) || empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))
    +				{
    +					// Categories prospects/customers
    +					$menutoshow=$langs->trans("CustomersProspectsCategoriesShort");
    +					if (! empty($conf->global->SOCIETE_DISABLE_PROSPECTS)) $menutoshow=$langs->trans("CustomersCategoriesShort");
    +					if (! empty($conf->global->SOCIETE_DISABLE_CUSTOMERS)) $menutoshow=$langs->trans("ProspectsCategoriesShort");
    +					$newmenu->add("/categories/index.php?leftmenu=cat&amp;type=2", $menutoshow, 1, $user->rights->categorie->lire, '', $mainmenu, 'cat');
    +				}
    +				// Categories suppliers
    +				if (! empty($conf->fournisseur->enabled))
    +				{
    +					$newmenu->add("/categories/index.php?leftmenu=catfournish&amp;type=1", $langs->trans("SuppliersCategoriesShort"), 1, $user->rights->categorie->lire);
    +				}
    +			}
    +
     			// Contacts
     			$newmenu->add("/societe/index.php?leftmenu=thirdparties", (! empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT) ? $langs->trans("Contacts") : $langs->trans("ContactsAddresses")), 0, $user->rights->societe->contact->lire, '', $mainmenu, 'contacts');
     			$newmenu->add("/contact/card.php?leftmenu=contacts&amp;action=create", (! empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT) ? $langs->trans("NewContact") : $langs->trans("NewContactAddress")), 1, $user->rights->societe->contact->creer);
    @@ -681,25 +717,8 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     			if (! empty($conf->categorie->enabled))
     			{
     				$langs->load("categories");
    -				if (empty($conf->global->SOCIETE_DISABLE_PROSPECTS) || empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))
    -				{
    -					// Categories prospects/customers
    -				    $menutoshow=$langs->trans("CustomersProspectsCategoriesShort");
    -				    if (! empty($conf->global->SOCIETE_DISABLE_PROSPECTS)) $menutoshow=$langs->trans("CustomersCategoriesShort");
    -				    if (! empty($conf->global->SOCIETE_DISABLE_CUSTOMERS)) $menutoshow=$langs->trans("ProspectsCategoriesShort");
    -					$newmenu->add("/categories/index.php?leftmenu=cat&amp;type=2", $menutoshow, 0, $user->rights->categorie->lire, '', $mainmenu, 'cat');
    -				    $newmenu->add("/categories/card.php?action=create&amp;type=2", $langs->trans("NewCategory"), 1, $user->rights->categorie->creer);
    -				}
     				// Categories Contact
    -				$newmenu->add("/categories/index.php?leftmenu=catcontact&amp;type=4", $langs->trans("ContactCategoriesShort"), 0, $user->rights->categorie->lire, '', $mainmenu, 'cat');
    -				$newmenu->add("/categories/card.php?action=create&amp;type=4", $langs->trans("NewCategory"), 1, $user->rights->categorie->creer);
    -				// Categories suppliers
    -				if (! empty($conf->fournisseur->enabled))
    -				{
    -					$newmenu->add("/categories/index.php?leftmenu=catfournish&amp;type=1", $langs->trans("SuppliersCategoriesShort"), 0, $user->rights->categorie->lire);
    -					$newmenu->add("/categories/card.php?action=create&amp;type=1", $langs->trans("NewCategory"), 1, $user->rights->categorie->creer);
    -				}
    -				//if ($usemenuhider || empty($leftmenu) || $leftmenu=="cat") $newmenu->add("/categories/list.php", $langs->trans("List"), 1, $user->rights->categorie->lire);
    +				$newmenu->add("/categories/index.php?leftmenu=catcontact&amp;type=4", $langs->trans("ContactCategoriesShort"), 1, $user->rights->categorie->lire, '', $mainmenu, 'cat');
     			}
     		}
     
    @@ -883,7 +902,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     			{
     				global $mysoc;
     
    -				$permtoshowmenu=((! empty($conf->tax->enabled) && $user->rights->tax->charges->lire) || (! empty($conf->salaries->enabled) && $user->rights->salaries->read) || (! empty($conf->loan->enabled) && $user->rights->loan->read) || (! empty($conf->banque->enabled) && $user->rights->banque->lire));
    +				$permtoshowmenu=((! empty($conf->tax->enabled) && $user->rights->tax->charges->lire) || (! empty($conf->salaries->enabled) && ! empty($user->rights->salaries->read)) || (! empty($conf->loan->enabled) && $user->rights->loan->read) || (! empty($conf->banque->enabled) && $user->rights->banque->lire));
     				$newmenu->add("/compta/charges/index.php?leftmenu=tax&amp;mainmenu=billing",$langs->trans("MenuSpecialExpenses"), 0, $permtoshowmenu, '', $mainmenu, 'tax');
     
     				// Social contributions
    @@ -931,10 +950,10 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     				if (! empty($conf->salaries->enabled))
     				{
     					$langs->load("salaries");
    -					$newmenu->add("/compta/salaries/index.php?leftmenu=tax_salary&amp;mainmenu=billing",$langs->trans("Salaries"),1,$user->rights->salaries->payment->read, '', $mainmenu, 'tax_salary');
    -					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_salary/i',$leftmenu)) $newmenu->add("/compta/salaries/card.php?leftmenu=tax_salary&action=create",$langs->trans("NewPayment"),2,$user->rights->salaries->payment->write);
    -					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_salary/i',$leftmenu)) $newmenu->add("/compta/salaries/index.php?leftmenu=tax_salary",$langs->trans("Payments"),2,$user->rights->salaries->payment->read);
    -					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_salary/i',$leftmenu)) $newmenu->add("/compta/salaries/stats/index.php?leftmenu=tax_salary", $langs->trans("Statistics"),2,$user->rights->salaries->payment->read);
    +					$newmenu->add("/compta/salaries/index.php?leftmenu=tax_salary&amp;mainmenu=billing",$langs->trans("Salaries"),1,$user->rights->salaries->read, '', $mainmenu, 'tax_salary');
    +					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_salary/i',$leftmenu)) $newmenu->add("/compta/salaries/card.php?leftmenu=tax_salary&action=create",$langs->trans("NewPayment"),2,$user->rights->salaries->write);
    +					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_salary/i',$leftmenu)) $newmenu->add("/compta/salaries/index.php?leftmenu=tax_salary",$langs->trans("Payments"),2,$user->rights->salaries->read);
    +					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_salary/i',$leftmenu)) $newmenu->add("/compta/salaries/stats/index.php?leftmenu=tax_salary", $langs->trans("Statistics"),2,$user->rights->salaries->read);
     				}
     
     				// Loan
    @@ -947,12 +966,12 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     				}
     
     				// Various payment
    -				if (! empty($conf->banque->enabled) && $conf->global->MAIN_FEATURES_LEVEL >= 1)
    +				if (! empty($conf->banque->enabled) && empty($conf->global->BANK_USE_OLD_VARIOUS_PAYMENT))
     				{
     					$langs->load("banks");
    -					$newmenu->add("/compta/bank/various_payment/index.php?leftmenu=tax_various&amp;mainmenu=billing",$langs->trans("MenuVariousPayment"),1,$user->rights->banque->lire, '', $mainmenu, 'tax_various');
    -					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_various/i',$leftmenu)) $newmenu->add("/compta/bank/various_payment/card.php?leftmenu=tax_various&action=create",$langs->trans("MenuNewVariousPayment"), 2, $user->rights->banque->modifier);
    -					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_various/i',$leftmenu)) $newmenu->add("/compta/bank/various_payment/index.php?leftmenu=tax_various",$langs->trans("List"),2,$user->rights->banque->lire);
    +					$newmenu->add("/compta/bank/various_payment/list.php?leftmenu=tax_various&amp;mainmenu=billing",$langs->trans("MenuVariousPayment"),1,$user->rights->banque->lire, '', $mainmenu, 'tax_various');
    +					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_various/i',$leftmenu)) $newmenu->add("/compta/bank/various_payment/card.php?leftmenu=tax_various&action=create",$langs->trans("New"), 2, $user->rights->banque->modifier);
    +					if ($usemenuhider || empty($leftmenu) || preg_match('/^tax_various/i',$leftmenu)) $newmenu->add("/compta/bank/various_payment/list.php?leftmenu=tax_various",$langs->trans("List"),2,$user->rights->banque->lire);
     				}
     			}
     		}
    @@ -1176,10 +1195,8 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     		 */
     		if ($mainmenu == 'bank')
     		{
    -			$langs->load("withdrawals");
    -			$langs->load("banks");
    -			$langs->load("bills");
    -			$langs->load('categories');
    +		    // Load translation files required by the page
    +            $langs->loadLangs(array("withdrawals","banks","bills","categories"));
     
     			// Bank-Caisse
     			if (! empty($conf->banque->enabled))
    @@ -1196,10 +1213,8 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     
                 if (! empty($conf->categorie->enabled)) {
                     $langs->load("categories");
    -                $newmenu->add("/categories/index.php?type=5",$langs->trans("Rubriques"),0,$user->rights->categorie->creer, '', $mainmenu, 'tags');
    -                $newmenu->add("/categories/card.php?action=create&amp;type=5",$langs->trans("NewCategory"),1,$user->rights->categorie->creer);
    -                $newmenu->add("/compta/bank/categ.php",$langs->trans("RubriquesTransactions"),0,$user->rights->categorie->creer, '', $mainmenu, 'tags');
    -                $newmenu->add("/compta/bank/categ.php",$langs->trans("NewCategory"),1,$user->rights->categorie->creer, '', $mainmenu, 'tags');
    +                $newmenu->add("/categories/index.php?type=5",$langs->trans("Rubriques"),1,$user->rights->categorie->creer, '', $mainmenu, 'tags');
    +                $newmenu->add("/compta/bank/categ.php",$langs->trans("RubriquesTransactions"),1,$user->rights->categorie->creer, '', $mainmenu, 'tags');
     	    }
     
     			// Prelevements
    @@ -1259,6 +1274,14 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     				{
     					$newmenu->add("/product/stats/card.php?id=all&leftmenu=stats&type=0", $langs->trans("Statistics"), 1, $user->rights->produit->lire && $user->rights->propale->lire);
     				}
    +
    +				// Categories
    +				if (! empty($conf->categorie->enabled))
    +				{
    +					$langs->load("categories");
    +					$newmenu->add("/categories/index.php?leftmenu=cat&amp;type=0", $langs->trans("Categories"), 1, $user->rights->categorie->lire, '', $mainmenu, 'cat');
    +					//if ($usemenuhider || empty($leftmenu) || $leftmenu=="cat") $newmenu->add("/categories/list.php", $langs->trans("List"), 1, $user->rights->categorie->lire);
    +				}
     			}
     
     			// Services
    @@ -1271,15 +1294,13 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     				{
     					$newmenu->add("/product/stats/card.php?id=all&leftmenu=stats&type=1", $langs->trans("Statistics"), 1, $user->rights->service->lire && $user->rights->propale->lire);
     				}
    -			}
    -
    -			// Categories
    -			if (! empty($conf->categorie->enabled))
    -			{
    -				$langs->load("categories");
    -				$newmenu->add("/categories/index.php?leftmenu=cat&amp;type=0", $langs->trans("Categories"), 0, $user->rights->categorie->lire, '', $mainmenu, 'cat');
    -				$newmenu->add("/categories/card.php?action=create&amp;type=0", $langs->trans("NewCategory"), 1, $user->rights->categorie->creer);
    -				//if ($usemenuhider || empty($leftmenu) || $leftmenu=="cat") $newmenu->add("/categories/list.php", $langs->trans("List"), 1, $user->rights->categorie->lire);
    +				// Categories
    +				if (! empty($conf->categorie->enabled))
    +				{
    +					$langs->load("categories");
    +					$newmenu->add("/categories/index.php?leftmenu=cat&amp;type=0", $langs->trans("Categories"), 1, $user->rights->categorie->lire, '', $mainmenu, 'cat');
    +					//if ($usemenuhider || empty($leftmenu) || $leftmenu=="cat") $newmenu->add("/categories/list.php", $langs->trans("List"), 1, $user->rights->categorie->lire);
    +				}
     			}
     
     			// Warehouse
    @@ -1342,17 +1363,42 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     
     				$search_project_user = GETPOST('search_project_user','int');
     
    +				$tmpentry=array('enabled'=>(! empty($conf->projet->enabled)),
    +				'perms'=>(! empty($user->rights->projet->lire)),
    +				'module'=>'projet');
    +				$showmode=isVisibleToUserType($type_user, $tmpentry, $listofmodulesforexternal);
    +
    +				$titleboth=$langs->trans("LeadsOrProjects");
    +				$titlenew = $langs->trans("NewLeadOrProject");	// Leads and opportunities by default
    +				if ($conf->global->PROJECT_USE_OPPORTUNITIES == 0)
    +				{
    +					$titleboth=$langs->trans("Projects");
    +					$titlenew = $langs->trans("NewProject");
    +				}
    +				if ($conf->global->PROJECT_USE_OPPORTUNITIES == 2) {	// 2 = leads only
    +					$titleboth=$langs->trans("Leads");
    +					$titlenew = $langs->trans("NewLead");
    +				}
    +
     				// Project affected to user
    -				$newmenu->add("/projet/index.php?leftmenu=projects".($search_project_user?'&search_project_user='.$search_project_user:''), $langs->trans("Projects"), 0, $user->rights->projet->lire, '', $mainmenu, 'projects');
    -				$newmenu->add("/projet/card.php?leftmenu=projects&action=create".($search_project_user?'&search_project_user='.$search_project_user:''), $langs->trans("NewProject"), 1, $user->rights->projet->creer);
    -				$newmenu->add("/projet/list.php?leftmenu=projects".($search_project_user?'&search_project_user='.$search_project_user:'')."&search_status=99", $langs->trans("List"), 1, $user->rights->projet->lire);
    +				$newmenu->add("/projet/index.php?leftmenu=projects".($search_project_user?'&search_project_user='.$search_project_user:''), $titleboth, 0, $user->rights->projet->lire, '', $mainmenu, 'projects');
    +				$newmenu->add("/projet/card.php?leftmenu=projects&action=create".($search_project_user?'&search_project_user='.$search_project_user:''), $titlenew, 1, $user->rights->projet->creer);
    +
    +				if ($conf->global->PROJECT_USE_OPPORTUNITIES == 0)
    +				{
    +					$newmenu->add("/projet/list.php?leftmenu=projets".($search_project_user?'&search_project_user='.$search_project_user:'').'&search_status=99', $langs->trans("List"), 1, $showmode, '', 'project', 'list');
    +				}
    +				elseif ($conf->global->PROJECT_USE_OPPORTUNITIES == 1)
    +				{
    +					$newmenu->add("/projet/list.php?leftmenu=projets".($search_project_user?'&search_project_user='.$search_project_user:''), $langs->trans("List"), 1, $showmode, '', 'project', 'list');
    +					$newmenu->add('/projet/list.php?mainmenu=project&amp;leftmenu=list&search_opp_status=openedopp&search_status=99&contextpage=lead', $langs->trans("ListOpenLeads"), 2, $showmode);
    +					$newmenu->add('/projet/list.php?mainmenu=project&amp;leftmenu=list&search_opp_status=notopenedopp&search_status=99&contextpage=project', $langs->trans("ListOpenProjects"), 2, $showmode);
    +				}
    +				elseif ($conf->global->PROJECT_USE_OPPORTUNITIES == 2) {	// 2 = leads only
    +					$newmenu->add('/projet/list.php?mainmenu=project&amp;leftmenu=list&search_opp_status=openedopp&search_status=99', $langs->trans("List"), 2, $showmode);
    +				}
     
     				// All project i have permission on
    -				/*
    -				$newmenu->add("/projet/index.php?leftmenu=projects", $langs->trans("Projects"), 0, $user->rights->projet->lire && $user->rights->projet->lire, '', $mainmenu, 'projects');
    -				$newmenu->add("/projet/card.php?leftmenu=projects&action=create", $langs->trans("NewProject"), 1, $user->rights->projet->creer && $user->rights->projet->creer);
    -				$newmenu->add("/projet/list.php?leftmenu=projects&search_status=99", $langs->trans("List"), 1, $user->rights->projet->lire && $user->rights->projet->lire);
    -                */
     				$newmenu->add("/projet/stats/index.php?leftmenu=projects", $langs->trans("Statistics"), 1, $user->rights->projet->lire);
     
     				if (empty($conf->global->PROJECT_HIDE_TASKS))
    @@ -1364,22 +1410,13 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     				    $newmenu->add("/projet/tasks/stats/index.php?leftmenu=projects", $langs->trans("Statistics"), 1, $user->rights->projet->lire);
     
     				    $newmenu->add("/projet/activity/perweek.php?leftmenu=tasks".($search_project_user?'&search_project_user='.$search_project_user:''), $langs->trans("NewTimeSpent"), 0, $user->rights->projet->lire);
    -
    -					// All project i have permission on
    -					/*$newmenu->add("/projet/activity/index.php", $langs->trans("Activities"), 0, $user->rights->projet->lire && $user->rights->projet->lire);
    -					$newmenu->add("/projet/tasks.php?action=create", $langs->trans("NewTask"), 1, $user->rights->projet->creer && $user->rights->projet->creer);
    -					$newmenu->add("/projet/tasks/list.php", $langs->trans("List"), 1, $user->rights->projet->lire && $user->rights->projet->lire);
    -					$newmenu->add("/projet/activity/perweek.php", $langs->trans("NewTimeSpent"), 1, $user->rights->projet->creer && $user->rights->projet->lire);
    -					*/
     				}
     
     				// Categories
     				if (! empty($conf->categorie->enabled))
     				{
     					$langs->load("categories");
    -					$newmenu->add("/categories/index.php?leftmenu=cat&amp;type=6", $langs->trans("Categories"), 0, $user->rights->categorie->lire, '', $mainmenu, 'cat');
    -					$newmenu->add("/categories/card.php?action=create&amp;type=6", $langs->trans("NewCategory"), 1, $user->rights->categorie->creer);
    -					//if ($usemenuhider || empty($leftmenu) || $leftmenu=="cat") $newmenu->add("/categories/list.php", $langs->trans("List"), 1, $user->rights->categorie->lire);
    +					$newmenu->add("/categories/index.php?leftmenu=cat&amp;type=6", $langs->trans("Categories"), 1, $user->rights->categorie->lire, '', $mainmenu, 'cat');
     				}
     			}
     		}
    @@ -1402,8 +1439,8 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     			// Leave/Holiday/Vacation module
     			if (! empty($conf->holiday->enabled))
     			{
    -				$langs->load("holiday");
    -				$langs->load("trips");
    +			    // Load translation files required by the page
    +                $langs->loadLangs(array("holiday","trips"));
     
     				$newmenu->add("/holiday/list.php?leftmenu=hrm", $langs->trans("CPTitreMenu"), 0, $user->rights->holiday->read, '', $mainmenu, 'hrm');
     				$newmenu->add("/holiday/card.php?action=request", $langs->trans("New"), 1,$user->rights->holiday->write);
    @@ -1499,8 +1536,8 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     		{
     			if (! empty($conf->adherent->enabled))
     			{
    -				$langs->load("members");
    -				$langs->load("compta");
    +				// Load translation files required by the page
    +                $langs->loadLangs(array("members","compta"));
     
     				$newmenu->add("/adherents/index.php?leftmenu=members&amp;mainmenu=members",$langs->trans("Members"),0,$user->rights->adherent->lire, '', $mainmenu, 'members');
     				$newmenu->add("/adherents/card.php?leftmenu=members&amp;action=create",$langs->trans("NewMember"),1,$user->rights->adherent->creer);
    @@ -1511,23 +1548,21 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
     				$newmenu->add("/adherents/list.php?leftmenu=members&amp;statut=1&amp;filter=outofdate",$langs->trans("MenuMembersNotUpToDate"),2,$user->rights->adherent->lire);
     				$newmenu->add("/adherents/list.php?leftmenu=members&amp;statut=0",$langs->trans("MenuMembersResiliated"),2,$user->rights->adherent->lire);
     				$newmenu->add("/adherents/stats/index.php?leftmenu=members",$langs->trans("MenuMembersStats"),1,$user->rights->adherent->lire);
    -				if (! empty($conf->global->MEMBER_LINK_TO_HTPASSWDFILE) && ($usemenuhider || empty($leftmenu) || $leftmenu=='none' || $leftmenu=="members" || $leftmenu=="export")) $newmenu->add("/adherents/htpasswd.php?leftmenu=export",$langs->trans("Filehtpasswd"),1,$user->rights->adherent->export);
    +
     				$newmenu->add("/adherents/cartes/carte.php?leftmenu=export",$langs->trans("MembersCards"),1,$user->rights->adherent->export);
    +				if (! empty($conf->global->MEMBER_LINK_TO_HTPASSWDFILE) && ($usemenuhider || empty($leftmenu) || $leftmenu=='none' || $leftmenu=="members" || $leftmenu=="export")) $newmenu->add("/adherents/htpasswd.php?leftmenu=export",$langs->trans("Filehtpasswd"),1,$user->rights->adherent->export);
    +
    +				if (! empty($conf->categorie->enabled))
    +				{
    +					$langs->load("categories");
    +					$newmenu->add("/categories/index.php?leftmenu=cat&amp;type=3", $langs->trans("Categories"), 1, $user->rights->categorie->lire, '', $mainmenu, 'cat');
    +				}
     
     				$newmenu->add("/adherents/index.php?leftmenu=members&amp;mainmenu=members",$langs->trans("Subscriptions"),0,$user->rights->adherent->cotisation->lire);
     				$newmenu->add("/adherents/list.php?leftmenu=members&amp;statut=-1,1&amp;mainmenu=members",$langs->trans("NewSubscription"),1,$user->rights->adherent->cotisation->creer);
     				$newmenu->add("/adherents/subscription/list.php?leftmenu=members",$langs->trans("List"),1,$user->rights->adherent->cotisation->lire);
     				$newmenu->add("/adherents/stats/index.php?leftmenu=members",$langs->trans("MenuMembersStats"),1,$user->rights->adherent->lire);
     
    -
    -				if (! empty($conf->categorie->enabled))
    -				{
    -					$langs->load("categories");
    -					$newmenu->add("/categories/index.php?leftmenu=cat&amp;type=3", $langs->trans("Categories"), 0, $user->rights->categorie->lire, '', $mainmenu, 'cat');
    -					$newmenu->add("/categories/card.php?action=create&amp;type=3", $langs->trans("NewCategory"), 1, $user->rights->categorie->creer);
    -					//if ($usemenuhider || empty($leftmenu) || $leftmenu=="cat") $newmenu->add("/categories/list.php", $langs->trans("List"), 1, $user->rights->categorie->lire);
    -				}
    -
     				//$newmenu->add("/adherents/index.php?leftmenu=export&amp;mainmenu=members",$langs->trans("Tools"),0,$user->rights->adherent->export, '', $mainmenu, 'export');
     				//if (! empty($conf->export->enabled) && ($usemenuhider || empty($leftmenu) || $leftmenu=="export")) $newmenu->add("/exports/index.php?leftmenu=export",$langs->trans("Datas"),1,$user->rights->adherent->export);
     
    diff --git a/htdocs/core/menus/standard/eldy_menu.php b/htdocs/core/menus/standard/eldy_menu.php
    index dd919fd20a3..fa6e1b3084d 100644
    --- a/htdocs/core/menus/standard/eldy_menu.php
    +++ b/htdocs/core/menus/standard/eldy_menu.php
    @@ -335,6 +335,5 @@ class MenuManager
             //print 'xx'.$mode;
             return 0;
         }
    -
     }
     
    diff --git a/htdocs/core/menus/standard/empty.php b/htdocs/core/menus/standard/empty.php
    index a9d8e2f9a41..172b6c483c5 100644
    --- a/htdocs/core/menus/standard/empty.php
    +++ b/htdocs/core/menus/standard/empty.php
    @@ -57,7 +57,6 @@ class MenuManager
     	 */
     	function loadMenu()
     	{
    -
     	}
     
     
    diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php
    index 8df3f28da3e..9f94288809d 100644
    --- a/htdocs/core/modules/DolibarrModules.class.php
    +++ b/htdocs/core/modules/DolibarrModules.class.php
    @@ -6,6 +6,7 @@
      * Copyright (C) 2005-2013  Laurent Destailleur     <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
      * Copyright (C) 2014       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2018       Josep Lluís Amador      <joseplluis@lliuretic.cat>
      *
      * 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
    @@ -32,7 +33,7 @@
      *
      * Parent class for module descriptor class files
      */
    -class DolibarrModules           // Can not be abstract, because we need to instantiate it into unActivateModule to be able to disable a module whose files were removed.
    +class DolibarrModules // Can not be abstract, because we need to instantiate it into unActivateModule to be able to disable a module whose files were removed.
     {
     	/**
     	 * @var DoliDb Database handler
    @@ -82,10 +83,9 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	public $familyinfo;
     
     	/**
    -	 * @var int Module position
    -	 * @since 3.9.0
    +	 * @var string	Module position on 2 digits
     	 */
    -	public $module_position=500;
    +	public $module_position='50';
     
     	/**
     	 * @var string Module name
    @@ -998,6 +998,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Create tables and keys required by module.
     	 * Files module.sql and module.key.sql with create table and create keys
    @@ -1009,6 +1010,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function _load_tables($reldir)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$error=0;
    @@ -1116,6 +1118,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Adds boxes
     	 *
    @@ -1125,6 +1128,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function insert_boxes($option='')
     	{
    +        // phpcs:enable
     		require_once DOL_DOCUMENT_ROOT . '/core/class/infobox.class.php';
     
     		global $conf;
    @@ -1215,6 +1219,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Removes boxes
     	 *
    @@ -1222,6 +1227,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function delete_boxes()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
    @@ -1290,6 +1296,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     		return $err;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Adds cronjobs
     	 *
    @@ -1297,6 +1304,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function insert_cronjobs()
     	{
    +        // phpcs:enable
     		require_once DOL_DOCUMENT_ROOT . '/core/class/infobox.class.php';
     
     		global $conf;
    @@ -1320,13 +1328,15 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     				$comment = isset($this->cronjobs[$key]['comment'])?$this->cronjobs[$key]['comment']:'';
     				$frequency = isset($this->cronjobs[$key]['frequency'])?$this->cronjobs[$key]['frequency']:'';
     				$unitfrequency = isset($this->cronjobs[$key]['unitfrequency'])?$this->cronjobs[$key]['unitfrequency']:'';
    -				$status = isset($this->cronjobs[$key]['status'])?$this->cronjobs[$key]['status']:'';
     				$priority = isset($this->cronjobs[$key]['priority'])?$this->cronjobs[$key]['priority']:'';
    -				$test = isset($this->cronjobs[$key]['test'])?$this->cronjobs[$key]['test']:'';                              // Line must be visible
    +				$datestart = isset($this->cronjobs[$key]['datestart'])?$this->cronjobs[$key]['datestart']:'';
    +				$dateend = isset($this->cronjobs[$key]['dateend'])?$this->cronjobs[$key]['dateend']:'';
    +				$status = isset($this->cronjobs[$key]['status'])?$this->cronjobs[$key]['status']:'';
    +				$test = isset($this->cronjobs[$key]['test'])?$this->cronjobs[$key]['test']:'';					// Line must be enabled or not (so visible or not)
     
    -				// Search if boxes def already present
    +				// Search if cron entry already present
     				$sql = "SELECT count(*) as nb FROM ".MAIN_DB_PREFIX."cronjob";
    -				$sql.= " WHERE module_name = '".$this->db->escape($this->rights_class)."'";
    +				$sql.= " WHERE module_name = '".$this->db->escape(empty($this->rights_class)?strtolower($this->name):$this->rights_class)."'";
     				if ($class) $sql.= " AND classesname = '".$this->db->escape($class)."'";
     				if ($objectname) $sql.= " AND objectname = '".$this->db->escape($objectname)."'";
     				if ($method) $sql.= " AND methodename = '".$this->db->escape($method)."'";
    @@ -1345,16 +1355,17 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     
     						if (! $err)
     						{
    -							$sql = "INSERT INTO ".MAIN_DB_PREFIX."cronjob (module_name, datec, datestart, label, jobtype, classesname, objectname, methodename, command, params, note,";
    +							$sql = "INSERT INTO ".MAIN_DB_PREFIX."cronjob (module_name, datec, datestart, dateend, label, jobtype, classesname, objectname, methodename, command, params, note,";
     							if(is_int($frequency)){ $sql.= ' frequency,'; }
     							if(is_int($unitfrequency)){ $sql.= ' unitfrequency,'; }
     							if(is_int($priority)){ $sql.= ' priority,'; }
     							if(is_int($status)){ $sql.= ' status,'; }
     							$sql.= " entity, test)";
     							$sql.= " VALUES (";
    -							$sql.= "'".$this->db->escape($this->rights_class)."', ";
    -							$sql.= "'".$this->db->idate($now)."', ";
    +							$sql.= "'".$this->db->escape(empty($this->rights_class)?strtolower($this->name):$this->rights_class)."', ";
     							$sql.= "'".$this->db->idate($now)."', ";
    +							$sql.= ($datestart ? "'".$this->db->idate($datestart)."'" : "NULL").", ";
    +							$sql.= ($dateend   ? "'".$this->db->idate($dateend)."'"   : "NULL").", ";
     							$sql.= "'".$this->db->escape($label)."', ";
     							$sql.= "'".$this->db->escape($jobtype)."', ";
     							$sql.= ($class?"'".$this->db->escape($class)."'":"null").",";
    @@ -1389,7 +1400,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     					// else box already registered into database
     				}
     				else
    -			  {
    +				{
     					$this->error=$this->db->lasterror();
     					$err++;
     				}
    @@ -1400,6 +1411,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Removes boxes
     	 *
    @@ -1407,6 +1419,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function delete_cronjobs()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
    @@ -1414,8 +1427,10 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     		if (is_array($this->cronjobs))
     		{
     			$sql = "DELETE FROM ".MAIN_DB_PREFIX."cronjob";
    -			$sql.= " WHERE module_name = '".$this->db->escape($this->rights_class)."'";
    +			$sql.= " WHERE module_name = '".$this->db->escape(empty($this->rights_class)?strtolower($this->name):$this->rights_class)."'";
     			$sql.= " AND entity = ".$conf->entity;
    +			$sql.= " AND test = '1'";		// We delete on lines that are not set with a complete test that is '$conf->module->enabled' so when module is disabled, the cron is also removed.
    +											// For crons declared with a '$conf->module->enabled', there is no need to delete the line, so we don't loose setup if we reenable module.
     
     			dol_syslog(get_class($this)."::delete_cronjobs", LOG_DEBUG);
     			$resql=$this->db->query($sql);
    @@ -1429,6 +1444,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     		return $err;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Removes tabs
     	 *
    @@ -1436,6 +1452,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function delete_tabs()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
    @@ -1454,6 +1471,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     		return $err;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Adds tabs
     	 *
    @@ -1461,6 +1479,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function insert_tabs()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
    @@ -1521,6 +1540,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     		return $err;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Adds constants
     	 *
    @@ -1528,6 +1548,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function insert_const()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
    @@ -1590,6 +1611,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     		return $err;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Removes constants tagged 'deleteonunactive'
     	 *
    @@ -1597,6 +1619,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function delete_const()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
    @@ -1625,6 +1648,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     		return $err;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Adds access rights
     	 *
    @@ -1635,6 +1659,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function insert_permissions($reinitadminperms=0, $force_entity=null, $notrigger=0)
     	{
    +        // phpcs:enable
     		global $conf,$user;
     
     		$err=0;
    @@ -1780,6 +1805,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Removes access rights
     	 *
    @@ -1787,12 +1813,13 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function delete_permissions()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
     
     		$sql = "DELETE FROM ".MAIN_DB_PREFIX."rights_def";
    -		$sql.= " WHERE module = '".$this->db->escape($this->rights_class)."'";
    +		$sql.= " WHERE module = '".$this->db->escape(empty($this->rights_class)?strtolower($this->name):$this->rights_class)."'";
     		$sql.= " AND entity = ".$conf->entity;
     		dol_syslog(get_class($this)."::delete_permissions", LOG_DEBUG);
     		if (! $this->db->query($sql))
    @@ -1805,6 +1832,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Adds menu entries
     	 *
    @@ -1812,6 +1840,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function insert_menus()
     	{
    +        // phpcs:enable
     		global $user;
     
     		if (! is_array($this->menu) || empty($this->menu)) return 0;
    @@ -1830,7 +1859,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     			$menu->menu_handler='all';
     
     			//$menu->module=strtolower($this->name);	TODO When right_class will be same than module name
    -			$menu->module=$this->rights_class;
    +			$menu->module=empty($this->rights_class)?strtolower($this->name):$this->rights_class;
     
     			if (! $this->menu[$key]['fk_menu'])
     			{
    @@ -1914,6 +1943,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Removes menu entries
     	 *
    @@ -1921,12 +1951,13 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function delete_menus()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
     
     		//$module=strtolower($this->name);		TODO When right_class will be same than module name
    -		$module=$this->rights_class;
    +		$module=empty($this->rights_class)?strtolower($this->name):$this->rights_class;
     
     		$sql = "DELETE FROM ".MAIN_DB_PREFIX."menu";
     		$sql.= " WHERE module = '".$this->db->escape($module)."'";
    @@ -1943,6 +1974,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     		return $err;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Creates directories
     	 *
    @@ -1950,6 +1982,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function create_dirs()
     	{
    +        // phpcs:enable
     		global $langs, $conf;
     
     		$err=0;
    @@ -2001,6 +2034,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Adds directories definitions
     	 *
    @@ -2011,6 +2045,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function insert_dirs($name,$dir)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
    @@ -2045,6 +2080,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Removes directories
     	 *
    @@ -2052,6 +2088,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function delete_dirs()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
    @@ -2070,6 +2107,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     		return $err;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Adds generic parts
     	 *
    @@ -2077,6 +2115,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function insert_module_parts()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$error=0;
    @@ -2148,6 +2187,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     		return $error;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Removes generic parts
     	 *
    @@ -2155,6 +2195,7 @@ class DolibarrModules           // Can not be abstract, because we need to insta
     	 */
     	function delete_module_parts()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$err=0;
    diff --git a/htdocs/core/modules/action/modules_action.php b/htdocs/core/modules/action/modules_action.php
    index d4c55ce6bdc..cbb578578e2 100644
    --- a/htdocs/core/modules/action/modules_action.php
    +++ b/htdocs/core/modules/action/modules_action.php
    @@ -33,15 +33,17 @@ abstract class ModeleAction extends CommonDocGenerator
     	 */
     	public $error='';
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return list of active generation modules
          *
    -	 * 	@param	DoliDB		$db					Database handler
    +     * 	@param	DoliDB		$db					Database handler
          *  @param	integer		$maxfilenamelength  Max length of value to show
          * 	@return	array							List of templates
          */
         static function liste_modeles($db,$maxfilenamelength=0)
         {
    +        // phpcs:enable
             global $conf;
     
             $type='action';
    @@ -53,6 +55,8 @@ abstract class ModeleAction extends CommonDocGenerator
             return $liste;
         }
     }
    +
    +// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     /**
      *  Create an product document on disk using template defined into PRODUCT_ADDON_PDF
      *
    @@ -67,6 +71,7 @@ abstract class ModeleAction extends CommonDocGenerator
      */
     function action_create($db, $object, $modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0)
     {
    +    // phpcs:enable
     	global $conf,$langs,$user;
     	$langs->load("action");
     
    diff --git a/htdocs/core/modules/action/rapport.pdf.php b/htdocs/core/modules/action/rapport.pdf.php
    index fe7be7f3052..66c4f0a3e45 100644
    --- a/htdocs/core/modules/action/rapport.pdf.php
    +++ b/htdocs/core/modules/action/rapport.pdf.php
    @@ -39,19 +39,29 @@ class CommActionRapport
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    -	var $description;
    -	var $date_edition;
    -	var $year;
    -	var $month;
     
    -	var $title;
    -	var $subject;
    +	/**
    +	 * @var string description
    +	 */
    +	public $description;
     
    -	var $marge_gauche;
    -	var	$marge_droite;
    -	var	$marge_haute;
    -	var	$marge_basse;
    +	public $date_edition;
    +
    +	public $year;
    +
    +	public $month;
    +
    +	public $title;
    +
    +	public $subject;
    +
    +	public $marge_gauche;
    +
    +	public	$marge_droite;
    +
    +	public	$marge_haute;
    +
    +	public	$marge_basse;
     
     
     	/**
    @@ -63,9 +73,10 @@ class CommActionRapport
     	 */
     	function __construct($db, $month, $year)
     	{
    -		global $conf,$langs;
    -		$langs->load("commercial");
    -		$langs->load("projects");
    +		global $conf, $langs;
    +
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("commercial","projects"));
     
     		$this->db = $db;
     		$this->description = "";
    @@ -88,6 +99,7 @@ class CommActionRapport
             $this->subject=$langs->transnoentitiesnoconv("ActionsReport").' '.$this->year."-".$this->month;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *      Write the object to document file to disk
          *
    @@ -98,12 +110,13 @@ class CommActionRapport
     	 */
     	function write_file($socid = 0, $catid = 0, $outputlangs='')
     	{
    +        // phpcs:enable
     		global $user,$conf,$langs,$hookmanager;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
    -        
    +
     		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "dict", "companies", "bills", "products"));
     
    @@ -346,4 +359,3 @@ class CommActionRapport
     		return $y;
     	}
     }
    -
    diff --git a/htdocs/core/modules/bank/doc/pdf_ban.modules.php b/htdocs/core/modules/bank/doc/pdf_ban.modules.php
    index 710d996757c..97a91951e81 100644
    --- a/htdocs/core/modules/bank/doc/pdf_ban.modules.php
    +++ b/htdocs/core/modules/bank/doc/pdf_ban.modules.php
    @@ -35,9 +35,18 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
     
     class pdf_ban extends ModeleBankAccountDoc
     {
    -	var $emetteur;	// Objet societe qui emet
    -	var $version = 'development';
    -	
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'development';
    +
     	/**
     	 *	Constructor
     	 *
    @@ -47,15 +56,13 @@ class pdf_ban extends ModeleBankAccountDoc
     	{
     		global $conf,$langs,$mysoc;
     
    -		$langs->load("main");
    -		$langs->load("bank");
    -		$langs->load("withdrawals");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","bank","withdrawals","companies"));
     
     		$this->db = $db;
     		$this->name = "ban";
     		$this->description = $langs->trans("DocumentModelBan").' (Volunteer wanted to finish)';
    -		
    +
     		// Dimension page pour format A4
     		$this->type = 'pdf';
     		$formatarray=pdf_getFormat();
    @@ -85,6 +92,7 @@ class pdf_ban extends ModeleBankAccountDoc
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Fonction generant le projet sur le disque
     	 *
    @@ -94,12 +102,13 @@ class pdf_ban extends ModeleBankAccountDoc
     	 */
     	function write_file($object,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf, $hookmanager, $langs, $user;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
    -        
    +
     		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "dict", "companies", "projects"));
     
    @@ -119,7 +128,7 @@ class pdf_ban extends ModeleBankAccountDoc
     		        $dir = $conf->bank->dir_output . "/" . $objectref;
     		        $file = $dir . "/" . $objectref . ".pdf";
     		    }
    -		    
    +
     			if (! file_exists($dir))
     			{
     				if (dol_mkdir($dir) < 0)
    @@ -208,9 +217,9 @@ class pdf_ban extends ModeleBankAccountDoc
     
     				$pdf->SetXY($this->marge_gauche, $curY);
     				$pdf->MultiCell(200, 3, $outputlangs->trans("BAN").' : '.$object->account_number, 0, 'L');
    -				
    -				
    -				
    +
    +
    +
     				// Show square
     				if ($pagenb == 1)
     				{
    @@ -248,7 +257,7 @@ class pdf_ban extends ModeleBankAccountDoc
     				@chmod($file, octdec($conf->global->MAIN_UMASK));
     
     				$this->result = array('fullpath'=>$file);
    -				
    +
     				return 1;   // Pas d'erreur
     			}
     			else
    @@ -280,8 +289,6 @@ class pdf_ban extends ModeleBankAccountDoc
     		global $conf,$mysoc;
     
             $default_font_size = pdf_getPDFFontSize($outputlangs);
    -
    -
     	}
     
     	/**
    @@ -368,7 +375,6 @@ class pdf_ban extends ModeleBankAccountDoc
     	    	}
     	    }
             */
    -
     	}
     
     	/**
    @@ -386,6 +392,4 @@ class pdf_ban extends ModeleBankAccountDoc
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		//return pdf_pagefoot($pdf,$outputlangs,'BANK_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/bank/doc/pdf_sepamandate.modules.php b/htdocs/core/modules/bank/doc/pdf_sepamandate.modules.php
    index 2061b03d2ae..9b49be6063f 100644
    --- a/htdocs/core/modules/bank/doc/pdf_sepamandate.modules.php
    +++ b/htdocs/core/modules/bank/doc/pdf_sepamandate.modules.php
    @@ -35,9 +35,18 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
     
     class pdf_sepamandate extends ModeleBankAccountDoc
     {
    -	var $emetteur;	// Objet societe qui emet
    -	var $version = 'dolibarr';
    -	
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
    +
     	/**
     	 *	Constructor
     	 *
    @@ -45,8 +54,8 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    -		
    +		global $conf, $langs, $mysoc;
    +
     		// Translations
     		$langs->loadLangs(array("main", "bank", "withdrawals", "companies"));
     
    @@ -83,8 +92,9 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     	}
     
     
    -	/**
    -	 *	Fonction generant le projet sur le disque
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +	 *  Fonction generant le projet sur le disque
     	 *
     	 *	@param	    Project		$object   		    Object project a generer
     	 *	@param	    Translate	$outputlangs	    Lang output object
    @@ -97,15 +107,16 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     	 */
     	function write_file($object, $outputlangs, $srctemplatepath='', $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
     	{
    +        // phpcs:enable
     		global $conf, $hookmanager, $langs, $user, $mysoc;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
    -		
    -		// Translations
    +
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "dict", "withdrawals", "companies", "projects", "bills"));
    -		
    +
     		if (! empty($conf->bank->dir_output))
     		{
     			//$nblignes = count($object->lines);  // This is set later with array of tasks
    @@ -124,7 +135,7 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     		        else $dir = $conf->bank->dir_output . "/" . $objectref;
     		        $file = $dir . "/" . $langs->transnoentitiesnoconv("SepaMandateShort").' '.$objectref . "-".dol_sanitizeFileName($object->rum).".pdf";
     		    }
    -		    
    +
     			if (! file_exists($dir))
     			{
     				if (dol_mkdir($dir) < 0)
    @@ -212,55 +223,55 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     				$nexY = $tab_top + 7;
     
     				$posY = $curY;
    -				
    +
     				$pdf->SetFont('','', $default_font_size);
    -				
    +
     				$pdf->line($this->marge_gauche, $posY, $this->page_largeur - $this->marge_droite, $posY);
     				$posY+=2;
    -				
    +
     				$pdf->SetXY($this->marge_gauche, $posY);
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $outputlangs->transnoentitiesnoconv("RUMLong").' ('.$outputlangs->transnoentitiesnoconv("RUM").')'.' : '.$object->rum, 0, 'L');
    -				
    +
     				$posY=$pdf->GetY();
     				$posY+=2;
     				$pdf->SetXY($this->marge_gauche, $posY);
     				$ics='';
     				if (! empty($conf->global->PRELEVEMENT_ICS)) $ics=$conf->global->PRELEVEMENT_ICS;
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $outputlangs->transnoentitiesnoconv("CreditorIdentifier").' ('.$outputlangs->transnoentitiesnoconv("ICS").')'.' : '.$ics, 0, 'L');
    -				
    +
     				$posY=$pdf->GetY();
     				$posY+=1;
     				$pdf->SetXY($this->marge_gauche, $posY);
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $outputlangs->transnoentitiesnoconv("CreditorName").' : '.$mysoc->name, 0, 'L');
    -				
    +
     				$posY=$pdf->GetY();
     				$posY+=1;
     				$pdf->SetXY($this->marge_gauche, $posY);
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $outputlangs->transnoentitiesnoconv("Address").' : ', 0, 'L');
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $mysoc->getFullAddress(), 0, 'L');
    -				
    +
     				$posY=$pdf->GetY();
     				$posY+=3;
    -				
    +
     				$pdf->line($this->marge_gauche, $posY, $this->page_largeur - $this->marge_droite, $posY);
    -				
    +
     				$pdf->SetFont('','', $default_font_size - 1);
    -				
    +
     				$posY+=8;
     				$pdf->SetXY($this->marge_gauche, $posY);
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 8, $outputlangs->transnoentitiesnoconv("SEPALegalText", $mysoc->name, $mysoc->name), 0, 'L');
    -				
    +
     				// Your data form
     				$posY=$pdf->GetY();
     				$posY+=8;
     				$pdf->line($this->marge_gauche, $posY, $this->page_largeur - $this->marge_droite, $posY);
     				$posY+=2;
    -				
    +
     				$pdf->SetFont('','', $default_font_size);
    -				
    +
     				$pdf->SetXY($this->marge_gauche, $posY);
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $outputlangs->transnoentitiesnoconv("SEPAFillForm"), 0, 'C');
    -				
    +
     				$thirdparty=new Societe($this->db);
     				if ($object->socid > 0) $thirdparty->fetch($object->socid);
     
    @@ -275,7 +286,7 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $outputlangs->transnoentitiesnoconv("SEPAFormYourName").' * : ', 0, 'L');
     				$pdf->SetXY(80, $posY);
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $sepaname, 0, 'L');
    -				
    +
     			    $address = '______________________________________________';
     				if ($thirdparty->id > 0)
     				{
    @@ -293,7 +304,7 @@ class pdf_sepamandate extends ModeleBankAccountDoc
         				$pdf->SetXY(80, $posY);
         				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $address, 0, 'L');
     				}
    -				
    +
     				$ban = '__________________________________________________';
     				if (! empty($object->iban)) $ban = $object->iban;
     				$posY=$pdf->GetY();
    @@ -302,7 +313,7 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $outputlangs->transnoentitiesnoconv("SEPAFormYourBAN").' * : ', 0, 'L');
     				$pdf->SetXY(80, $posY);
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $ban, 0, 'L');
    -				
    +
     				$bic = '__________________________________________________';
     				if (! empty($object->bic)) $bic = $object->bic;
     				$posY=$pdf->GetY();
    @@ -311,8 +322,8 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $outputlangs->transnoentitiesnoconv("SEPAFormYourBIC").' * : ', 0, 'L');
     				$pdf->SetXY(80, $posY);
     				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $bic, 0, 'L');
    -				
    -				
    +
    +
     				$posY=$pdf->GetY();
     				$posY+=1;
     				$pdf->SetXY($this->marge_gauche, $posY);
    @@ -338,13 +349,13 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     				    $txt = '('.$langs->transnoentitiesnoconv("PleaseCheckOne").')';
         				$pdf->MultiCell($this->page_largeur - $this->marge_gauche - $this->marge_droite, 3, $txt, 0, 'L');
     				}
    -				
    +
     				$posY=$pdf->GetY();
     				$posY+=3;
     				$pdf->line($this->marge_gauche, $posY, $this->page_largeur - $this->marge_droite, $posY);
     				$posY+=3;
    -				
    -				
    +
    +
     				// Show square
     				if ($pagenb == 1)
     				{
    @@ -362,10 +373,10 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     				var_dump($heightforfreetext);
     				var_dump($heightforfooter);
     				var_dump($bottomlasttab);*/
    -				
    +
     				// Affiche zone infos
     				$posy=$this->_tableau_info($pdf, $object, $bottomlasttab, $outputlangs);
    -				
    +
     				/*
     				 * Pied de page
     				 */
    @@ -391,7 +402,7 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     				@chmod($file, octdec($conf->global->MAIN_UMASK));
     
     				$this->result = array('fullpath'=>$file);
    -				
    +
     				return 1;   // Pas d'erreur
     			}
     			else
    @@ -423,10 +434,10 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     		global $conf,$mysoc;
     
             $default_font_size = pdf_getPDFFontSize($outputlangs);
    -
     	}
     
    -	
    +
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Show miscellaneous information (payment mode, payment term, ...)
     	 *
    @@ -438,30 +449,32 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     	 */
     	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
     	{
    -	    global $conf, $mysoc;
    -	
    +        // phpcs:enable
    +        global $conf, $mysoc;
    +
     	    $default_font_size = pdf_getPDFFontSize($outputlangs);
    -	
    +
     	    $diffsizetitle=(empty($conf->global->PDF_DIFFSIZE_TITLE)?1:$conf->global->PDF_DIFFSIZE_TITLE);
     
     	    $posy+=$this->_signature_area($pdf, $object, $posy, $outputlangs);
    -   
    +
     	    $pdf->SetXY($this->marge_gauche, $posy);
     	    $pdf->SetFont('','', $default_font_size);
     	    $pdf->MultiCell(100, 3, $outputlangs->transnoentitiesnoconv("PleaseReturnMandate", $mysoc->email).':', 0, 'L', 0);
     	    $posy=$pdf->GetY()+2;
    -	     
    +
     	    $pdf->SetXY($this->marge_gauche, $posy);
     	    $pdf->SetFont('','', $default_font_size - $diffsizetitle);
     	    $pdf->MultiCell(100, 6, $mysoc->name, 0, 'L', 0);
     		$pdf->MultiCell(100, 6, $outputlangs->convToOutputCharset($mysoc->getFullAddress()), 0, 'L', 0);
     		$posy=$pdf->GetY()+2;
    -		
    +
     	    return $posy;
     	}
    -	
    -	
    -	
    +
    +
    +
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show area for the customer to sign
     	 *
    @@ -473,19 +486,20 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     	 */
     	function _signature_area(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     	    $default_font_size = pdf_getPDFFontSize($outputlangs);
     	    $tab_top = $posy + 4;
     	    $tab_hl = 4;
    -	
    +
     	    $posx = $this->marge_gauche;
     	    $pdf->SetXY($posx, $tab_top + 0);
    -	    
    +
     	    $pdf->SetFont('','', $default_font_size - 2);
    -	    
    +
     	    $pdf->MultiCell(100, 3, $outputlangs->transnoentitiesnoconv("DateOfSignature"), 0, 'L', 0);
     	    $pdf->MultiCell(100, 3, ' ');
     	    $pdf->MultiCell(100, 3, '______________________', 0, 'L', 0);
    -	    
    +
     	    $posx = 120;
     	    $largcol = ($this->page_largeur - $this->marge_droite - $posx);
     	    $useborder=0;
    @@ -494,14 +508,14 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     	    $pdf->SetFillColor(255,255,255);
     	    $pdf->SetXY($posx, $tab_top + 0);
     	    $pdf->MultiCell($largcol, $tab_hl, $outputlangs->transnoentitiesnoconv("Signature"), 0, 'L', 1);
    -	
    +
     	    $pdf->SetXY($posx, $tab_top + $tab_hl);
     	    $pdf->MultiCell($largcol, $tab_hl*3, '', 1, 'R');
    -	
    +
     	    return ($tab_hl*7);
     	}
    -	
    -	
    +
    +
     	/**
     	 *  Show top header of page.
     	 *
    @@ -592,7 +606,6 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     	    	}
     	    }
             */
    -
     	}
     
     	/**
    @@ -610,6 +623,4 @@ class pdf_sepamandate extends ModeleBankAccountDoc
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'PAYMENTORDER_FREE_TEXT',null,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/bank/modules_bank.php b/htdocs/core/modules/bank/modules_bank.php
    index 703f61cda10..faae304222d 100644
    --- a/htdocs/core/modules/bank/modules_bank.php
    +++ b/htdocs/core/modules/bank/modules_bank.php
    @@ -37,24 +37,25 @@ abstract class ModeleBankAccountDoc extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation modules
     	 *
          *  @param	DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
    -	 */
    -	static function liste_modeles($db,$maxfilenamelength=0)
    +     */
    +	static function liste_modeles($db, $maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
    -		$type='bankaccount';
    -		$liste=array();
    +		$type = 'bankaccount';
    +		$list = array();
     
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    -		$liste=getListOfModels($db,$type,$maxfilenamelength);
    +		$list = getListOfModels($db, $type, $maxfilenamelength);
     
    -		return $liste;
    +		return $list;
     	}
     }
    -
    diff --git a/htdocs/core/modules/barcode/doc/phpbarcode.modules.php b/htdocs/core/modules/barcode/doc/phpbarcode.modules.php
    index 17a98d9cd77..c9068dc4d26 100644
    --- a/htdocs/core/modules/barcode/doc/phpbarcode.modules.php
    +++ b/htdocs/core/modules/barcode/doc/phpbarcode.modules.php
    @@ -32,8 +32,12 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/barcode.lib.php';    // This is to inc
      */
     class modPhpbarcode extends ModeleBarCode
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -171,5 +175,4 @@ class modPhpbarcode extends ModeleBarCode
     
     		return $result;
     	}
    -
     }
    diff --git a/htdocs/core/modules/barcode/doc/tcpdfbarcode.modules.php b/htdocs/core/modules/barcode/doc/tcpdfbarcode.modules.php
    index fcf01131f46..c37f87f17d5 100644
    --- a/htdocs/core/modules/barcode/doc/tcpdfbarcode.modules.php
    +++ b/htdocs/core/modules/barcode/doc/tcpdfbarcode.modules.php
    @@ -31,14 +31,18 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/barcode.lib.php';	   // This is to inc
      */
     class modTcpdfbarcode extends ModeleBarCode
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    -	var $is2d = false;
    +
    +	public $is2d = false;
     
     	/**
     	 *	Return description of numbering model
    diff --git a/htdocs/core/modules/barcode/mod_barcode_product_standard.php b/htdocs/core/modules/barcode/mod_barcode_product_standard.php
    index 3e233eb1843..886ff87520a 100644
    --- a/htdocs/core/modules/barcode/mod_barcode_product_standard.php
    +++ b/htdocs/core/modules/barcode/mod_barcode_product_standard.php
    @@ -33,17 +33,29 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/barcode/modules_barcode.class.php'
      */
     class mod_barcode_product_standard extends ModeleNumRefBarCode
     {
    -	var $name='Standard';				// Model Name
    -	var $code_modifiable;				// Editable code
    -	var $code_modifiable_invalide;		// Modified code if it is invalid
    -	var $code_modifiable_null;			// Modified code if it is null
    -	var $code_null;						// Optional code
    -	var $version='dolibarr';    		// 'development', 'experimental', 'dolibarr'
    -	var $code_auto;                     // Automatic Numbering
    +	public $name='Standard';				// Model Name
     
    -	var $searchcode; // Search string
    -	var $numbitcounter; // Number of digits the counter
    -	var $prefixIsRequired; // The prefix field of third party must be filled when using {pre}
    +	public $code_modifiable;				// Editable code
    +
    +	public $code_modifiable_invalide;		// Modified code if it is invalid
    +
    +	public $code_modifiable_null;			// Modified code if it is null
    +
    +	public $code_null;						// Optional code
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';    		// 'development', 'experimental', 'dolibarr'
    +
    +	public $code_auto;                     // Automatic Numbering
    +
    +	public $searchcode; // Search string
    +
    +	public $numbitcounter; // Number of digits the counter
    +
    +	public $prefixIsRequired; // The prefix field of third party must be filled when using {pre}
     
     
     	/**
    @@ -223,16 +235,18 @@ class mod_barcode_product_standard extends ModeleNumRefBarCode
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *		Return if a code is used (by other element)
    +	 *	Return if a code is used (by other element)
     	 *
    -	 *		@param	DoliDB		$db			Handler acces base
    -	 *		@param	string		$code		Code to check
    -	 *		@param	Product		$product	Objet product
    -	 *		@return	int						0 if available, <0 if KO
    +	 *	@param	DoliDB		$db			Handler acces base
    +	 *	@param	string		$code		Code to check
    +	 *	@param	Product		$product	Objet product
    +	 *	@return	int						0 if available, <0 if KO
     	 */
     	function verif_dispo($db, $code, $product)
     	{
    +        // phpcs:enable
     		$sql = "SELECT barcode FROM ".MAIN_DB_PREFIX."product";
     		$sql.= " WHERE barcode = '".$code."'";
     		if ($product->id > 0) $sql.= " AND rowid <> ".$product->id;
    @@ -253,9 +267,9 @@ class mod_barcode_product_standard extends ModeleNumRefBarCode
     		{
     			return -2;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return if a barcode value match syntax
     	 *
    @@ -265,6 +279,7 @@ class mod_barcode_product_standard extends ModeleNumRefBarCode
     	 */
     	function verif_syntax($codefortest, $typefortest)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$result = 0;
    @@ -300,6 +315,4 @@ class mod_barcode_product_standard extends ModeleNumRefBarCode
     
     		return $result;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/barcode/modules_barcode.class.php b/htdocs/core/modules/barcode/modules_barcode.class.php
    index 279a5f0abf8..44d7eccbb07 100644
    --- a/htdocs/core/modules/barcode/modules_barcode.class.php
    +++ b/htdocs/core/modules/barcode/modules_barcode.class.php
    @@ -44,7 +44,6 @@ abstract class ModeleBarCode
     	{
     		return true;
     	}
    -
     }
     
     
    @@ -177,6 +176,5 @@ abstract class ModeleNumRefBarCode
     
             return $s;
         }
    -
     }
     
    diff --git a/htdocs/core/modules/cheque/doc/pdf_blochet.class.php b/htdocs/core/modules/cheque/doc/pdf_blochet.class.php
    index 991ae97e8a8..c4995ead47f 100644
    --- a/htdocs/core/modules/cheque/doc/pdf_blochet.class.php
    +++ b/htdocs/core/modules/cheque/doc/pdf_blochet.class.php
    @@ -34,7 +34,11 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/cheque/modules_chequereceipts.php'
      */
     class BordereauChequeBlochet extends ModeleChequeReceipts
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
     	/**
     	 *	Constructor
    @@ -74,6 +78,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
     		$this->tab_height = 200;	//$this->line_height * $this->line_per_page;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Fonction to generate document on disk
     	 *
    @@ -85,6 +90,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
     	 */
     	function write_file($object, $_dir, $number, $outputlangs)
     	{
    +        // phpcs:enable
     		global $user,$conf,$langs,$hookmanager;
     
             if (! is_object($outputlangs)) $outputlangs=$langs;
    @@ -197,6 +203,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Generate Header
     	 *
    @@ -208,6 +215,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
     	 */
     	function Header(&$pdf, $page, $pages, $outputlangs)
     	{
    +        // phpcs:enable
     		global $langs;
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
    @@ -303,6 +311,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Output array
     	 *
    @@ -314,6 +323,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
     	 */
     	function Body(&$pdf, $pagenb, $pages, $outputlangs)
     	{
    +        // phpcs:enable
     		// x=10 - Num
     		// x=30 - Banque
     		// x=100 - Emetteur
    diff --git a/htdocs/core/modules/cheque/mod_chequereceipt_mint.php b/htdocs/core/modules/cheque/mod_chequereceipt_mint.php
    index 8906bdcc14f..ba617787cbe 100644
    --- a/htdocs/core/modules/cheque/mod_chequereceipt_mint.php
    +++ b/htdocs/core/modules/cheque/mod_chequereceipt_mint.php
    @@ -29,13 +29,20 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/cheque/modules_chequereceipts.php
      */
     class mod_chequereceipt_mint extends ModeleNumRefChequeReceipts
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefix='CHK';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefix='CHK';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $name='Mint';
    +
    +	public $name='Mint';
     
     
         /**
    @@ -138,6 +145,7 @@ class mod_chequereceipt_mint extends ModeleNumRefChequeReceipts
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free value
     	 *
    @@ -147,7 +155,7 @@ class mod_chequereceipt_mint extends ModeleNumRefChequeReceipts
     	 */
     	function chequereceipt_get_num($objsoc,$objforref)
     	{
    +        // phpcs:enable
     		return $this->getNextValue($objsoc,$objforref);
     	}
    -
     }
    diff --git a/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php b/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php
    index 69ee2ff2b73..6e211fb4ace 100644
    --- a/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php
    +++ b/htdocs/core/modules/cheque/mod_chequereceipt_thyme.php
    @@ -30,9 +30,18 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/cheque/modules_chequereceipts.php
      */
     class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $name = 'Thyme';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
    +
    +	public $name = 'Thyme';
     
     
         /**
    @@ -42,7 +51,7 @@ class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    @@ -124,6 +133,7 @@ class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free value
     	 *
    @@ -133,8 +143,7 @@ class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts
          */
         function chequereceipt_get_num($objsoc,$objforref)
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$objforref);
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/cheque/modules_chequereceipts.php b/htdocs/core/modules/cheque/modules_chequereceipts.php
    index f4dad0b4a26..9af073267ae 100644
    --- a/htdocs/core/modules/cheque/modules_chequereceipts.php
    +++ b/htdocs/core/modules/cheque/modules_chequereceipts.php
    @@ -127,6 +127,7 @@ abstract class ModeleChequeReceipts extends CommonDocGenerator
     	 */
     	public $error='';
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation modules
     	 *
    @@ -136,6 +137,7 @@ abstract class ModeleChequeReceipts extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='chequereceipt';
    diff --git a/htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php b/htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php
    index 4c8b4ba2dc5..3839edb85c1 100644
    --- a/htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php
    +++ b/htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2012		Juanjo Menent		<jmenent@2byte.es>
      * Copyright (C) 2014		Marcos García		<marcosgdf@gmail.com>
      * Copyright (C) 2016		Charlie Benke		<charlie@patas-monkey.com>
    + * Copyright (C) 2018       Philippe Grand      <philippe.grand@atoo-net.com>
     *
     * 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
    @@ -38,10 +39,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_order_odt extends ModelePDFCommandes
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -51,10 +65,10 @@ class doc_generic_order_odt extends ModelePDFCommandes
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -98,8 +112,8 @@ class doc_generic_order_odt extends ModelePDFCommandes
     	{
     		global $conf,$langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("errors","companies"));
     
     		$form = new Form($this->db);
     
    @@ -177,6 +191,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -190,6 +205,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$hookmanager;
     
     		if (empty($srctemplatepath))
    @@ -211,10 +227,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    +		$outputlangs->loadLangs(array("main", "dict", "companies", "bills"));
     
     		if ($conf->commande->dir_output)
     		{
    @@ -494,6 +507,4 @@ class doc_generic_order_odt extends ModelePDFCommandes
     
     		return -1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
    index c3a5d143c48..d3b5d12d620 100644
    --- a/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
    +++ b/htdocs/core/modules/commande/doc/pdf_einstein.modules.php
    @@ -1,12 +1,13 @@
     <?php
    -/* Copyright (C) 2004-2014	Laurent Destailleur	<eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2012	Regis Houssin		<regis.houssin@capnetworks.com>
    - * Copyright (C) 2008		Raphael Bertrand	<raphael.bertrand@resultic.fr>
    +/* Copyright (C) 2004-2014  Laurent Destailleur <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2012  Regis Houssin		<regis.houssin@capnetworks.com>
    + * Copyright (C) 2008       Raphael Bertrand	<raphael.bertrand@resultic.fr>
      * Copyright (C) 2010-2013	Juanjo Menent		<jmenent@2byte.es>
      * Copyright (C) 2012      	Christophe Battarel <christophe.battarel@altairis.fr>
      * Copyright (C) 2012       Cedric Salvador     <csalvador@gpcsolutions.fr>
      * Copyright (C) 2015       Marcos García       <marcosgdf@gmail.com>
      * Copyright (C) 2017-2018  Ferran Marcet       <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -77,47 +78,47 @@ class pdf_einstein extends ModelePDFCommandes
          * @public string
          */
     	public $version = 'dolibarr';
    -    
    +
     	/**
          * @var int page_largeur
          */
         public $page_largeur;
    -    
    +
         /**
          * @var int page_hauteur
          */
         public $page_hauteur;
    -    
    +
         /**
          * @var array format
          */
         public $format;
    -    
    +
         /**
          * @var int marge_gauche
          */
     	public $marge_gauche;
    -	
    +
     	/**
          * @var int marge_droite
          */
     	public $marge_droite;
    -	
    +
     	/**
          * @var int marge_haute
          */
     	public $marge_haute;
    -	
    +
     	/**
          * @var int marge_basse
          */
     	public $marge_basse;
    -    
    +
     	/**
    -	* Issuer
    -	* @var Societe
    -	*/
    -    public $emetteur;	// Objet societe qui emet
    +	 * Issuer
    +	 * @var Company object that emits
    +	 */
    +    public $emetteur;
     
     
     	/**
    @@ -202,7 +203,8 @@ class pdf_einstein extends ModelePDFCommandes
     		$this->atleastonediscount=0;
     	}
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *  Function to build pdf onto disk
          *
          *  @param		Object		$object				Object to generate
    @@ -215,13 +217,14 @@ class pdf_einstein extends ModelePDFCommandes
     	 */
     	function write_file($object, $outputlangs, $srctemplatepath='', $hidedetails=0, $hidedesc=0, $hideref=0)
     	{
    +        // phpcs:enable
     		global $user, $langs, $conf, $mysoc, $db, $hookmanager, $nblignes;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		// Translations
    +		// Load translation files required by the page
     		$outputlangs->loadLangs(array("main", "dict", "companies", "bills", "products", "orders", "deliveries"));
     
     		$nblignes = count($object->lines);
    @@ -643,6 +646,7 @@ class pdf_einstein extends ModelePDFCommandes
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show payments table
          *
    @@ -654,10 +658,11 @@ class pdf_einstein extends ModelePDFCommandes
     	 */
     	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
     	{
    -
    +        // phpcs:enable
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Show miscellaneous information (payment mode, payment term, ...)
     	 *
    @@ -669,6 +674,7 @@ class pdf_einstein extends ModelePDFCommandes
     	 */
     	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
    @@ -844,6 +850,7 @@ class pdf_einstein extends ModelePDFCommandes
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show total to pay
     	 *
    @@ -856,6 +863,7 @@ class pdf_einstein extends ModelePDFCommandes
     	 */
     	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     	    global $conf,$mysoc;
     
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
    @@ -880,7 +888,7 @@ class pdf_einstein extends ModelePDFCommandes
     		$pdf->SetXY($col1x, $tab2_top + 0);
     		$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("TotalHT"), 0, 'L', 1);
     
    -		$total_ht = ($conf->multicurrency->enabled && $object->mylticurrency_tx != 1 ? $object->multicurrency_total_ht : $object->total_ht);
    +		$total_ht = (($conf->multicurrency->enabled && isset($object->multicurrency_tx) && $object->multicurrency_tx != 1) ? $object->multicurrency_total_ht : $object->total_ht);
     		$pdf->SetXY($col2x, $tab2_top + 0);
     		$pdf->MultiCell($largcol2, $tab2_hl, price($total_ht + (! empty($object->remise)?$object->remise:0), 0, $outputlangs), 0, 'R', 1);
     
    @@ -1231,7 +1239,7 @@ class pdf_einstein extends ModelePDFCommandes
     	{
     		global $conf,$langs,$hookmanager;
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "bills", "propal", "orders", "companies"));
     
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
    @@ -1441,6 +1449,4 @@ class pdf_einstein extends ModelePDFCommandes
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'ORDER_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/commande/doc/pdf_proforma.modules.php b/htdocs/core/modules/commande/doc/pdf_proforma.modules.php
    index 918b338aa12..8d99fc00378 100644
    --- a/htdocs/core/modules/commande/doc/pdf_proforma.modules.php
    +++ b/htdocs/core/modules/commande/doc/pdf_proforma.modules.php
    @@ -73,6 +73,4 @@ class pdf_proforma extends pdf_einstein
     
     		parent::_pagehead($pdf, $object, $showaddress, $outputlangs, $titlekey);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/commande/mod_commande_marbre.php b/htdocs/core/modules/commande/mod_commande_marbre.php
    index 69c25f73d68..8345d694cff 100644
    --- a/htdocs/core/modules/commande/mod_commande_marbre.php
    +++ b/htdocs/core/modules/commande/mod_commande_marbre.php
    @@ -29,13 +29,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/commande/modules_commande.php';
      */
     class mod_commande_marbre extends ModeleNumRefCommandes
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefix='CO';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefix='CO';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom='Marbre';
    +
    +	/**
    +	 * @var string
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Marbre';
    +
    +	/**
    +	 * @var string name
    +	 */
    +	public $name='Marbre';
     
     
         /**
    @@ -131,13 +148,14 @@ class mod_commande_marbre extends ModeleNumRefCommandes
     		$yymm = strftime("%y%m",$date);
     
         	if ($max >= (pow(10, 4) - 1)) $num=$max+1;	// If counter > 9999, we do not format on 4 chars, we take number as it is
    -    	else $num = sprintf("%04s",$max+1);
    +    	else $num = sprintf("%04s", $max+1);
     
     		dol_syslog("mod_commande_marbre::getNextValue return ".$this->prefix.$yymm."-".$num);
     		return $this->prefix.$yymm."-".$num;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free value
     	 *
    @@ -147,7 +165,7 @@ class mod_commande_marbre extends ModeleNumRefCommandes
     	 */
     	function commande_get_num($objsoc,$objforref)
     	{
    +        // phpcs:enable
     		return $this->getNextValue($objsoc,$objforref);
     	}
    -
     }
    diff --git a/htdocs/core/modules/commande/mod_commande_saphir.php b/htdocs/core/modules/commande/mod_commande_saphir.php
    index 2c8ae2ef3e9..588d6fffc6d 100644
    --- a/htdocs/core/modules/commande/mod_commande_saphir.php
    +++ b/htdocs/core/modules/commande/mod_commande_saphir.php
    @@ -33,9 +33,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/commande/modules_commande.php';
      */
     class mod_commande_saphir extends ModeleNumRefCommandes
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Saphir';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
    +
    +	/**
    +	 * @var string nom
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Saphir';
    +
    +	/**
    +	 * @var string name
    +	 */
    +	public $name='Saphir';
     
     
         /**
    @@ -45,7 +64,7 @@ class mod_commande_saphir extends ModeleNumRefCommandes
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    @@ -132,17 +151,17 @@ class mod_commande_saphir extends ModeleNumRefCommandes
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free value
     	 *
     	 *  @param	Societe		$objsoc     Object third party
    -	 * 	@param	string		$objforref	Object for number to search
    +	 *  @param	string		$objforref	Object for number to search
     	 *  @return string      			Next free value
          */
         function commande_get_num($objsoc,$objforref)
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$objforref);
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/commande/modules_commande.php b/htdocs/core/modules/commande/modules_commande.php
    index 1e58104c9ca..1a4b732246d 100644
    --- a/htdocs/core/modules/commande/modules_commande.php
    +++ b/htdocs/core/modules/commande/modules_commande.php
    @@ -44,24 +44,26 @@ abstract class ModelePDFCommandes extends CommonDocGenerator
     	 */
     	public $error='';
     
    -	/**
    -	 *  Return list of active generation modules
    -	 *
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     *  Return list of active generation modules
    +     *
          *  @param	DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
     	 */
    -	static function liste_modeles($db,$maxfilenamelength=0)
    +	static function liste_modeles($db, $maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
    -		$type='order';
    -		$liste=array();
    +		$type = 'order';
    +		$list = array();
     
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    -		$liste=getListOfModels($db,$type,$maxfilenamelength);
    +		$list = getListOfModels($db, $type, $maxfilenamelength);
     
    -		return $liste;
    +		return $list;
     	}
     }
     
    @@ -152,4 +154,4 @@ abstract class ModeleNumRefCommandes
     		if ($this->version) return $this->version;
     		return $langs->trans("NotAvailable");
     	}
    -}
    \ No newline at end of file
    +}
    diff --git a/htdocs/core/modules/contract/doc/doc_generic_contract_odt.modules.php b/htdocs/core/modules/contract/doc/doc_generic_contract_odt.modules.php
    index cd96e880d27..f70514b2912 100644
    --- a/htdocs/core/modules/contract/doc/doc_generic_contract_odt.modules.php
    +++ b/htdocs/core/modules/contract/doc/doc_generic_contract_odt.modules.php
    @@ -37,10 +37,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_contract_odt extends ModelePDFContract
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -50,10 +63,10 @@ class doc_generic_contract_odt extends ModelePDFContract
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -97,8 +110,8 @@ class doc_generic_contract_odt extends ModelePDFContract
     	{
     		global $conf,$langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array('companies', 'errors'));
     
     		$form = new Form($this->db);
     
    @@ -167,6 +180,7 @@ class doc_generic_contract_odt extends ModelePDFContract
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -180,6 +194,7 @@ class doc_generic_contract_odt extends ModelePDFContract
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$hookmanager;
     
     		if (empty($srctemplatepath))
    @@ -201,10 +216,8 @@ class doc_generic_contract_odt extends ModelePDFContract
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    +		// Load traductions files requiredby by page
    +		$outputlangs->loadLangs(array("main", "dict", "companies", "bills"));
     
     		if ($conf->contrat->dir_output)
     		{
    @@ -477,6 +490,4 @@ class doc_generic_contract_odt extends ModelePDFContract
     
     		return -1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/contract/doc/pdf_strato.modules.php b/htdocs/core/modules/contract/doc/pdf_strato.modules.php
    index 62fa2c73138..fe0a79c6c8e 100644
    --- a/htdocs/core/modules/contract/doc/pdf_strato.modules.php
    +++ b/htdocs/core/modules/contract/doc/pdf_strato.modules.php
    @@ -159,7 +159,8 @@ class pdf_strato extends ModelePDFContract
     		$this->posxdesc=$this->marge_gauche+1;
     	}
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *  Function to build pdf onto disk
          *
          *  @param		CommonObject	$object				Id of object to generate
    @@ -172,13 +173,14 @@ class pdf_strato extends ModelePDFContract
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$hookmanager,$mysoc;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "dict", "companies", "contracts"));
     
     		if ($conf->contrat->dir_output)
    @@ -540,7 +542,7 @@ class pdf_strato extends ModelePDFContract
     
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "dict", "contract", "companies"));
     
     		pdf_pagehead($pdf,$outputlangs,$this->page_hauteur);
    @@ -719,5 +721,4 @@ class pdf_strato extends ModelePDFContract
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'CONTRACT_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/contract/mod_contract_magre.php b/htdocs/core/modules/contract/mod_contract_magre.php
    index 54da8fc55c4..4769ec17f99 100644
    --- a/htdocs/core/modules/contract/mod_contract_magre.php
    +++ b/htdocs/core/modules/contract/mod_contract_magre.php
    @@ -29,10 +29,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/contract/modules_contract.php';
      */
     class mod_contract_magre extends ModelNumRefContracts
     {
    -	var $version='dolibarr';
    -	var $error = '';
    -	var $nom = 'Magre';
    -	var $code_auto=1;
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
    +
    +	/**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
    +
    +	/**
    +	 * @var string nom
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Magre';
    +
    +	/**
    +	 * @var string name
    +	 */
    +	public $name='Magre';
    +
    +	public $code_auto=1;
     
     	/**
     	 *	Return default description of numbering model
    @@ -117,8 +137,9 @@ class mod_contract_magre extends ModelNumRefContracts
     		return  $numFinal;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *	Return next value
    +	 *  Return next value
     	 *
     	 *	@param	Societe		$objsoc     third party object
     	 *	@param	Object		$objforref	contract object
    @@ -126,8 +147,7 @@ class mod_contract_magre extends ModelNumRefContracts
     	 */
         function contract_get_num($objsoc,$objforref)
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$objforref);
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/contract/mod_contract_olive.php b/htdocs/core/modules/contract/mod_contract_olive.php
    index 6d22aebeb3d..993f4bf9bfb 100644
    --- a/htdocs/core/modules/contract/mod_contract_olive.php
    +++ b/htdocs/core/modules/contract/mod_contract_olive.php
    @@ -32,15 +32,33 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/contract/modules_contract.php';
      */
     class mod_contract_olive extends ModelNumRefContracts
     {
    +    /**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Olive';
     
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Olive';
     
    -	var $nom='Olive';					// Nom du modele
    -	var $code_modifiable = 1;				// Code modifiable
    -	var $code_modifiable_invalide = 1;		// Code modifiable si il est invalide
    -	var $code_modifiable_null = 1;			// Code modifiables si il est null
    -	var $code_null = 1;						// Code facultatif
    -	var $version='dolibarr';    		// 'development', 'experimental', 'dolibarr'
    -	var $code_auto = 0; 	                // Numerotation automatique
    +	public $code_modifiable = 1;				// Code modifiable
    +
    +	public $code_modifiable_invalide = 1;		// Code modifiable si il est invalide
    +
    +	public $code_modifiable_null = 1;			// Code modifiables si il est null
    +
    +	public $code_null = 1;						// Code facultatif
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';    		// 'development', 'experimental', 'dolibarr'
    +
    +	public $code_auto = 0; 	                // Numerotation automatique
     
     
     	/**
    diff --git a/htdocs/core/modules/contract/mod_contract_serpis.php b/htdocs/core/modules/contract/mod_contract_serpis.php
    index 1f85e4d57fc..e91775f669c 100644
    --- a/htdocs/core/modules/contract/mod_contract_serpis.php
    +++ b/htdocs/core/modules/contract/mod_contract_serpis.php
    @@ -28,14 +28,32 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/contract/modules_contract.php';
      */
     class mod_contract_serpis extends ModelNumRefContracts
     {
    -	var $version='dolibarr';
    -	var $prefix='CT';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
    +
    +	public $prefix='CT';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom='Serpis';
    -	var $code_auto=1;
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Serpis';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Serpis';
    +
    +	public $code_auto=1;
     
     
     	/**
    @@ -135,16 +153,17 @@ class mod_contract_serpis extends ModelNumRefContracts
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return next value
     	 *
     	 *	@param	Societe		$objsoc     third party object
    -	 *	@param	Object		$objforref	contract object
    +	 *	@param	Object		$objforref  contract object
     	 *	@return string      			Value if OK, 0 if KO
     	 */
     	function contract_get_num($objsoc,$objforref)
     	{
    +        // phpcs:enable
     		return $this->getNextValue($objsoc,$objforref);
     	}
    -
     }
    diff --git a/htdocs/core/modules/contract/modules_contract.php b/htdocs/core/modules/contract/modules_contract.php
    index f0af2e7f78a..cd1ce4137cc 100644
    --- a/htdocs/core/modules/contract/modules_contract.php
    +++ b/htdocs/core/modules/contract/modules_contract.php
    @@ -43,6 +43,7 @@ abstract class ModelePDFContract extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of active generation modules
     	 *
    @@ -52,6 +53,7 @@ abstract class ModelePDFContract extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='contract';
    diff --git a/htdocs/core/modules/dons/html_cerfafr.modules.php b/htdocs/core/modules/dons/html_cerfafr.modules.php
    index c9d2b4984ad..8f6c10119c4 100644
    --- a/htdocs/core/modules/dons/html_cerfafr.modules.php
    +++ b/htdocs/core/modules/dons/html_cerfafr.modules.php
    @@ -38,7 +38,7 @@ class html_cerfafr extends ModeleDon
     	/**
     	 *  Constructor
     	 *
    -	 *  @param      DoliDb		$db      Database handler
    +	 *  @param      DoliDb      $db      Database handler
     	 */
     	function __construct($db)
     	{
    @@ -64,6 +64,7 @@ class html_cerfafr extends ModeleDon
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Write the object to document file to disk
     	 *
    @@ -74,6 +75,7 @@ class html_cerfafr extends ModeleDon
     	 */
     	function write_file($don,$outputlangs,$currency='')
     	{
    +        // phpcs:enable
     		global $user,$conf,$langs,$mysoc;
     
     		$now=dol_now();
    @@ -81,12 +83,8 @@ class html_cerfafr extends ModeleDon
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    -		$outputlangs->load("products");
    -		$outputlangs->load("donations");
    +		// Load traductions files requiredby by page
    +		$outputlangs->loadLangs(array("main", "dict", "companies", "bills", "products", "donations"));
     
     		$currency = !empty($currency) ? $currency : $conf->currency;
     
    @@ -167,7 +165,7 @@ class html_cerfafr extends ModeleDon
     				$form = str_replace('__DATE__',dol_print_date($don->date,'day',false,$outputlangs),$form);
     				//$form = str_replace('__IP__',$user->ip,$form); // TODO $user->ip not exist
     				$form = str_replace('__AMOUNT__', price($don->amount), $form);
    -				$form = str_replace('__AMOUNTLETTERS__',chiffre_en_lettre($don->amount),$form);
    +				$form = str_replace('__AMOUNTLETTERS__', $this->amountToLetters($don->amount),$form);
     				$form = str_replace('__CURRENCY__',$outputlangs->transnoentitiesnoconv("Currency".$currency),$form);
     				$form = str_replace('__CURRENCYCODE__',$conf->currency,$form);
     				$form = str_replace('__MAIN_INFO_SOCIETE_NOM__',$mysoc->name,$form);
    @@ -276,153 +274,163 @@ class html_cerfafr extends ModeleDon
     			return 0;
     		}
     	}
    -}
     
    -function chiffre_en_lettre($montant, $devise1='', $devise2='')
    -{
    -	if(empty($devise1)) $dev1='euros';
    -	else $dev1=$devise1;
    -	if(empty($devise2)) $dev2='centimes';
    -	else $dev2=$devise2;
    -	$valeur_entiere=intval($montant);
    -	$valeur_decimal=intval(round($montant-intval($montant), 2)*100);
    -	$dix_c=intval($valeur_decimal%100/10);
    -	$cent_c=intval($valeur_decimal%1000/100);
    -	$unite[1]=$valeur_entiere%10;
    -	$dix[1]=intval($valeur_entiere%100/10);
    -	$cent[1]=intval($valeur_entiere%1000/100);
    -	$unite[2]=intval($valeur_entiere%10000/1000);
    -	$dix[2]=intval($valeur_entiere%100000/10000);
    -	$cent[2]=intval($valeur_entiere%1000000/100000);
    -	$unite[3]=intval($valeur_entiere%10000000/1000000);
    -	$dix[3]=intval($valeur_entiere%100000000/10000000);
    -	$cent[3]=intval($valeur_entiere%1000000000/100000000);
    -	$chif=array('', 'un', 'deux', 'trois', 'quatre', 'cinq', 'six', 'sept', 'huit', 'neuf', 'dix', 'onze', 'douze', 'treize', 'quatorze', 'quinze', 'seize', 'dix sept', 'dix huit', 'dix neuf');
    -		$secon_c='';
    -		$trio_c='';
    -	for($i=1; $i<=3; $i++){
    -		$prim[$i]='';
    -		$secon[$i]='';
    -		$trio[$i]='';
    -		if($dix[$i]==0){
    +	/**
    +	 * numbers to letters
    +	 *
    +	 * @param   mixed   $montant    amount
    +	 * @param   mixed   $devise1    devise 1 ex: euro
    +	 * @param   mixed   $devise2    devise 2 ex: centimes
    +	 * @return string               amount in letters
    +	 */
    +	private function amountToLetters($montant, $devise1='', $devise2='')
    +	{
    +		$unite = array();
    +		$dix = array();
    +		$cent = array();
    +		if(empty($devise1)) $dev1='euros';
    +		else $dev1=$devise1;
    +		if(empty($devise2)) $dev2='centimes';
    +		else $dev2=$devise2;
    +		$valeur_entiere=intval($montant);
    +		$valeur_decimal=intval(round($montant-intval($montant), 2)*100);
    +		$dix_c=intval($valeur_decimal%100/10);
    +		$cent_c=intval($valeur_decimal%1000/100);
    +		$unite[1]=$valeur_entiere%10;
    +		$dix[1]=intval($valeur_entiere%100/10);
    +		$cent[1]=intval($valeur_entiere%1000/100);
    +		$unite[2]=intval($valeur_entiere%10000/1000);
    +		$dix[2]=intval($valeur_entiere%100000/10000);
    +		$cent[2]=intval($valeur_entiere%1000000/100000);
    +		$unite[3]=intval($valeur_entiere%10000000/1000000);
    +		$dix[3]=intval($valeur_entiere%100000000/10000000);
    +		$cent[3]=intval($valeur_entiere%1000000000/100000000);
    +		$chif=array('', 'un', 'deux', 'trois', 'quatre', 'cinq', 'six', 'sept', 'huit', 'neuf', 'dix', 'onze', 'douze', 'treize', 'quatorze', 'quinze', 'seize', 'dix sept', 'dix huit', 'dix neuf');
    +			$secon_c='';
    +			$trio_c='';
    +		for($i=1; $i<=3; $i++){
    +			$prim[$i]='';
     			$secon[$i]='';
    -			$prim[$i]=$chif[$unite[$i]];
    +			$trio[$i]='';
    +			if($dix[$i]==0){
    +				$secon[$i]='';
    +				$prim[$i]=$chif[$unite[$i]];
    +			}
    +			else if($dix[$i]==1){
    +				$secon[$i]='';
    +				$prim[$i]=$chif[($unite[$i]+10)];
    +			}
    +			else if($dix[$i]==2){
    +				if($unite[$i]==1){
    +				$secon[$i]='vingt et';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +				else {
    +				$secon[$i]='vingt';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +			}
    +			else if($dix[$i]==3){
    +				if($unite[$i]==1){
    +				$secon[$i]='trente et';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +				else {
    +				$secon[$i]='trente';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +			}
    +			else if($dix[$i]==4){
    +				if($unite[$i]==1){
    +				$secon[$i]='quarante et';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +				else {
    +				$secon[$i]='quarante';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +			}
    +			else if($dix[$i]==5){
    +				if($unite[$i]==1){
    +				$secon[$i]='cinquante et';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +				else {
    +				$secon[$i]='cinquante';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +			}
    +			else if($dix[$i]==6){
    +				if($unite[$i]==1){
    +				$secon[$i]='soixante et';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +				else {
    +				$secon[$i]='soixante';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +			}
    +			else if($dix[$i]==7){
    +				if($unite[$i]==1){
    +				$secon[$i]='soixante et';
    +				$prim[$i]=$chif[$unite[$i]+10];
    +				}
    +				else {
    +				$secon[$i]='soixante';
    +				$prim[$i]=$chif[$unite[$i]+10];
    +				}
    +			}
    +			else if($dix[$i]==8){
    +				if($unite[$i]==1){
    +				$secon[$i]='quatre-vingts et';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +				else {
    +				$secon[$i]='quatre-vingt';
    +				$prim[$i]=$chif[$unite[$i]];
    +				}
    +			}
    +			else if($dix[$i]==9){
    +				if($unite[$i]==1){
    +				$secon[$i]='quatre-vingts et';
    +				$prim[$i]=$chif[$unite[$i]+10];
    +				}
    +				else {
    +				$secon[$i]='quatre-vingts';
    +				$prim[$i]=$chif[$unite[$i]+10];
    +				}
    +			}
    +			if($cent[$i]==1) $trio[$i]='cent';
    +			else if($cent[$i]!=0 || $cent[$i]!='') $trio[$i]=$chif[$cent[$i]] .' cents';
     		}
    -		else if($dix[$i]==1){
    -			$secon[$i]='';
    -			$prim[$i]=$chif[($unite[$i]+10)];
    -		}
    -		else if($dix[$i]==2){
    -			if($unite[$i]==1){
    -			$secon[$i]='vingt et';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -			else {
    -			$secon[$i]='vingt';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -		}
    -		else if($dix[$i]==3){
    -			if($unite[$i]==1){
    -			$secon[$i]='trente et';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -			else {
    -			$secon[$i]='trente';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -		}
    -		else if($dix[$i]==4){
    -			if($unite[$i]==1){
    -			$secon[$i]='quarante et';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -			else {
    -			$secon[$i]='quarante';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -		}
    -		else if($dix[$i]==5){
    -			if($unite[$i]==1){
    -			$secon[$i]='cinquante et';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -			else {
    -			$secon[$i]='cinquante';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -		}
    -		else if($dix[$i]==6){
    -			if($unite[$i]==1){
    -			$secon[$i]='soixante et';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -			else {
    -			$secon[$i]='soixante';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -		}
    -		else if($dix[$i]==7){
    -			if($unite[$i]==1){
    -			$secon[$i]='soixante et';
    -			$prim[$i]=$chif[$unite[$i]+10];
    -			}
    -			else {
    -			$secon[$i]='soixante';
    -			$prim[$i]=$chif[$unite[$i]+10];
    -			}
    -		}
    -		else if($dix[$i]==8){
    -			if($unite[$i]==1){
    -			$secon[$i]='quatre-vingts et';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -			else {
    -			$secon[$i]='quatre-vingt';
    -			$prim[$i]=$chif[$unite[$i]];
    -			}
    -		}
    -		else if($dix[$i]==9){
    -			if($unite[$i]==1){
    -			$secon[$i]='quatre-vingts et';
    -			$prim[$i]=$chif[$unite[$i]+10];
    -			}
    -			else {
    -			$secon[$i]='quatre-vingts';
    -			$prim[$i]=$chif[$unite[$i]+10];
    -			}
    -		}
    -		if($cent[$i]==1) $trio[$i]='cent';
    -		else if($cent[$i]!=0 || $cent[$i]!='') $trio[$i]=$chif[$cent[$i]] .' cents';
    +
    +
    +		$chif2=array('', 'dix', 'vingt', 'trente', 'quarante', 'cinquante', 'soixante', 'soixante-dix', 'quatre-vingts', 'quatre-vingts dix');
    +		$secon_c=$chif2[$dix_c];
    +		if($cent_c==1) $trio_c='cent';
    +		else if($cent_c!=0 || $cent_c!='') $trio_c=$chif[$cent_c] .' cents';
    +
    +		if(($cent[3]==0 || $cent[3]=='') && ($dix[3]==0 || $dix[3]=='') && ($unite[3]==1))
    +			$somme = $trio[3]. '  ' .$secon[3]. ' ' . $prim[3]. ' million ';
    +		else if(($cent[3]!=0 && $cent[3]!='') || ($dix[3]!=0 && $dix[3]!='') || ($unite[3]!=0 && $unite[3]!=''))
    +			$somme = $trio[3]. ' ' .$secon[3]. ' ' . $prim[3]. ' millions ';
    +		else
    +			$somme = $trio[3]. ' ' .$secon[3]. ' ' . $prim[3];
    +
    +		if(($cent[2]==0 || $cent[2]=='') && ($dix[2]==0 || $dix[2]=='') && ($unite[2]==1))
    +			$somme = $somme.' mille ';
    +		else if(($cent[2]!=0 && $cent[2]!='') || ($dix[2]!=0 && $dix[2]!='') || ($unite[2]!=0 && $unite[2]!=''))
    +			$somme = $somme. $trio[2]. ' ' .$secon[2]. ' ' . $prim[2]. ' milles ';
    +		else
    +			$somme = $somme. $trio[2]. ' ' .$secon[2]. ' ' . $prim[2];
    +
    +		$somme = $somme. $trio[1]. ' ' .$secon[1]. ' ' . $prim[1];
    +
    +		$somme = $somme. ' '. $dev1 .' ' ;
    +
    +		if(($cent_c=='0' || $cent_c=='') && ($dix_c=='0' || $dix_c==''))
    +			return $somme. ' et z&eacute;ro '. $dev2;
    +		else
    +			return $somme. $trio_c. ' ' .$secon_c. ' ' . $dev2;
     	}
    -
    -
    -$chif2=array('', 'dix', 'vingt', 'trente', 'quarante', 'cinquante', 'soixante', 'soixante-dix', 'quatre-vingts', 'quatre-vingts dix');
    -	$secon_c=$chif2[$dix_c];
    -	if($cent_c==1) $trio_c='cent';
    -	else if($cent_c!=0 || $cent_c!='') $trio_c=$chif[$cent_c] .' cents';
    -
    -	if(($cent[3]==0 || $cent[3]=='') && ($dix[3]==0 || $dix[3]=='') && ($unite[3]==1))
    -		$somme = $trio[3]. '  ' .$secon[3]. ' ' . $prim[3]. ' million ';
    -	else if(($cent[3]!=0 && $cent[3]!='') || ($dix[3]!=0 && $dix[3]!='') || ($unite[3]!=0 && $unite[3]!=''))
    -		$somme = $trio[3]. ' ' .$secon[3]. ' ' . $prim[3]. ' millions ';
    -	else
    -		$somme = $trio[3]. ' ' .$secon[3]. ' ' . $prim[3];
    -
    -	if(($cent[2]==0 || $cent[2]=='') && ($dix[2]==0 || $dix[2]=='') && ($unite[2]==1))
    -		$somme = $somme.' mille ';
    -	else if(($cent[2]!=0 && $cent[2]!='') || ($dix[2]!=0 && $dix[2]!='') || ($unite[2]!=0 && $unite[2]!=''))
    -		$somme = $somme. $trio[2]. ' ' .$secon[2]. ' ' . $prim[2]. ' milles ';
    -	else
    -		$somme = $somme. $trio[2]. ' ' .$secon[2]. ' ' . $prim[2];
    -
    -	$somme = $somme. $trio[1]. ' ' .$secon[1]. ' ' . $prim[1];
    -
    -	$somme = $somme. ' '. $dev1 .' ' ;
    -
    -	if(($cent_c=='0' || $cent_c=='') && ($dix_c=='0' || $dix_c==''))
    -		return $somme. ' et z&eacute;ro '. $dev2;
    -	else
    -		return $somme. $trio_c. ' ' .$secon_c. ' ' . $dev2;
    -
     }
    diff --git a/htdocs/core/modules/dons/modules_don.php b/htdocs/core/modules/dons/modules_don.php
    index f2cba175a60..d8fbe92c2c7 100644
    --- a/htdocs/core/modules/dons/modules_don.php
    +++ b/htdocs/core/modules/dons/modules_don.php
    @@ -39,15 +39,17 @@ abstract class ModeleDon extends CommonDocGenerator
     	 */
     	public $error='';
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return list of active generation modules
          *
    -     *  @param	DoliDB	$db     			Database handler
    -     *  @param  integer	$maxfilenamelength  Max length of value to show
    +     *  @param	DoliDB  $db     			Database handler
    +     *  @param  integer $maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
          */
         static function liste_modeles($db,$maxfilenamelength=0)
         {
    +        // phpcs:enable
             global $conf;
     
             $type='donation';
    @@ -144,4 +146,3 @@ abstract class ModeleNumRefDons
             return $langs->trans("NotAvailable");
         }
     }
    -
    diff --git a/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php b/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php
    index 9c45c135ac3..38696cb3cc2 100644
    --- a/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php
    +++ b/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php
    @@ -2,7 +2,8 @@
     /* Copyright (C) 2010-2012 	Laurent Destailleur <eldy@users.sourceforge.net>
      * Copyright (C) 2012		Juanjo Menent		<jmenent@2byte.es>
      * Copyright (C) 2014		Marcos García		<marcosgdf@gmail.com>
    -  * Copyright (C) 2016		Charlie Benke		<charlie@patas-monkey.com>
    + * Copyright (C) 2016		Charlie Benke		<charlie@patas-monkey.com>
    + * Copyright (C) 2018       Philippe Grand      <philippe.grand@atoo-net.com>
     
     *
     * This program is free software; you can redistribute it and/or modify
    @@ -39,10 +40,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_shipment_odt extends ModelePdfExpedition
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -52,10 +66,10 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -99,8 +113,8 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
     	{
     		global $conf,$langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("errors","companies"));
     
     		$form = new Form($this->db);
     
    @@ -177,6 +191,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -190,6 +205,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$hookmanager;
     
     		if (empty($srctemplatepath))
    @@ -211,10 +227,8 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    +		// Load traductions files requiredby by page
    +		$outputlangs->loadLangs(array("main", "dict", "companies", "bills"));
     
     		if ($conf->expedition->dir_output."/sending")
     		{
    @@ -535,6 +549,4 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
     
     		return -1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/expedition/doc/pdf_merou.modules.php b/htdocs/core/modules/expedition/doc/pdf_merou.modules.php
    index 63adf232c1b..3d786bf111d 100644
    --- a/htdocs/core/modules/expedition/doc/pdf_merou.modules.php
    +++ b/htdocs/core/modules/expedition/doc/pdf_merou.modules.php
    @@ -142,6 +142,7 @@ class pdf_merou extends ModelePdfExpedition
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build pdf onto disk
     	 *
    @@ -155,6 +156,7 @@ class pdf_merou extends ModelePdfExpedition
     	 */
     	function write_file(&$object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$conf,$langs,$mysoc,$hookmanager;
     
     		$object->fetch_thirdparty();
    @@ -163,7 +165,7 @@ class pdf_merou extends ModelePdfExpedition
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "bills", "products", "dict", "companies", "propal", "deliveries", "sendings", "productbatch"));
     
     		if ($conf->expedition->dir_output)
    diff --git a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
    index 84a9831223b..5c663e61348 100644
    --- a/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
    +++ b/htdocs/core/modules/expedition/doc/pdf_rouget.modules.php
    @@ -36,17 +36,17 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
      */
     class pdf_rouget extends ModelePdfExpedition
     {
    -	/**
    +    /**
          * @var DoliDb Database handler
          */
         public $db;
     
    -	/**
    +    /**
          * @var string model name
          */
         public $name;
     
    -	/**
    +    /**
          * @var string model description (short text)
          */
         public $description;
    @@ -105,9 +105,9 @@ class pdf_rouget extends ModelePdfExpedition
     
     	/**
     	 * Issuer
    -	 * @var Societe
    +	 * @var Company object that emits
     	 */
    -	public $emetteur;	// Objet societe qui emet
    +	public $emetteur;
     
     
     	/**
    @@ -173,6 +173,7 @@ class pdf_rouget extends ModelePdfExpedition
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build pdf onto disk
     	 *
    @@ -186,6 +187,7 @@ class pdf_rouget extends ModelePdfExpedition
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$conf,$langs,$hookmanager;
     
     		$object->fetch_thirdparty();
    @@ -194,7 +196,7 @@ class pdf_rouget extends ModelePdfExpedition
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "bills", "products", "dict", "companies", "propal", "deliveries", "sendings", "productbatch"));
     
     		$nblignes = count($object->lines);
    @@ -651,6 +653,7 @@ class pdf_rouget extends ModelePdfExpedition
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show total to pay
     	 *
    @@ -663,6 +666,7 @@ class pdf_rouget extends ModelePdfExpedition
     	 */
     	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf,$mysoc;
     
             $sign=1;
    @@ -832,7 +836,6 @@ class pdf_rouget extends ModelePdfExpedition
     			}
     
     		}
    -
     	}
     
     	/**
    @@ -1098,5 +1101,4 @@ class pdf_rouget extends ModelePdfExpedition
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'SHIPPING_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/expedition/mod_expedition_ribera.php b/htdocs/core/modules/expedition/mod_expedition_ribera.php
    index c002da1eee2..35a5eb2325b 100644
    --- a/htdocs/core/modules/expedition/mod_expedition_ribera.php
    +++ b/htdocs/core/modules/expedition/mod_expedition_ribera.php
    @@ -29,9 +29,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/expedition/modules_expedition.php
      */
     class mod_expedition_ribera extends ModelNumRefExpedition
     {
    -	var $version='dolibarr';
    -	var $error = '';
    -	var $nom = 'Ribera';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
    +
    +	/**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Ribera';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Ribera';
     
     	/**
     	 *	Return default description of numbering model
    @@ -40,7 +59,7 @@ class mod_expedition_ribera extends ModelNumRefExpedition
     	 */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    @@ -121,6 +140,7 @@ class mod_expedition_ribera extends ModelNumRefExpedition
     		return  $numFinal;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free value
     	 *
    @@ -130,8 +150,7 @@ class mod_expedition_ribera extends ModelNumRefExpedition
     	 */
         function expedition_get_num($objsoc,$objforref)
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$objforref);
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/expedition/mod_expedition_safor.php b/htdocs/core/modules/expedition/mod_expedition_safor.php
    index e9e0adc7e39..2ebf9335755 100644
    --- a/htdocs/core/modules/expedition/mod_expedition_safor.php
    +++ b/htdocs/core/modules/expedition/mod_expedition_safor.php
    @@ -28,13 +28,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/expedition/modules_expedition.php
      */
     class mod_expedition_safor extends ModelNumRefExpedition
     {
    -	var $version='dolibarr';
    -	var $prefix='SH';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
    +
    +	public $prefix='SH';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom='Safor';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Safor';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Safor';
     
     
     	/**
    @@ -133,6 +150,7 @@ class mod_expedition_safor extends ModelNumRefExpedition
     		return $this->prefix.$yymm."-".$num;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free value
     	 *
    @@ -142,7 +160,7 @@ class mod_expedition_safor extends ModelNumRefExpedition
     	 */
     	function expedition_get_num($objsoc,$objforref)
     	{
    +        // phpcs:enable
     		return $this->getNextValue($objsoc,$objforref);
     	}
    -
     }
    diff --git a/htdocs/core/modules/expedition/modules_expedition.php b/htdocs/core/modules/expedition/modules_expedition.php
    index 0fc12428d62..51f41978732 100644
    --- a/htdocs/core/modules/expedition/modules_expedition.php
    +++ b/htdocs/core/modules/expedition/modules_expedition.php
    @@ -42,6 +42,7 @@ abstract class ModelePdfExpedition extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation modules
     	 *
    @@ -51,6 +52,7 @@ abstract class ModelePdfExpedition extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='shipping';
    diff --git a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
    index 2d6a8850ed8..f05c19885da 100644
    --- a/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
    +++ b/htdocs/core/modules/expensereport/doc/pdf_standard.modules.php
    @@ -107,9 +107,9 @@ class pdf_standard extends ModeleExpenseReport
     
     	/**
     	 * Issuer
    -	 * @var Societe
    +	 * @var Company object that emits
     	 */
    -	public $emetteur;	// Objet societe qui emet
    +	public $emetteur;
     
     
     	/**
    @@ -190,7 +190,8 @@ class pdf_standard extends ModeleExpenseReport
     	}
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *  Function to build pdf onto disk
          *
          *  @param		Object		$object				Object to generate
    @@ -203,13 +204,14 @@ class pdf_standard extends ModeleExpenseReport
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$db,$hookmanager;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "trips", "projects", "dict"));
     
     		$nblignes = count($object->lines);
    @@ -566,9 +568,9 @@ class pdf_standard extends ModeleExpenseReport
     	 */
     	function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
     	{
    -		global $conf,$langs,$hookmanager;
    +		global $conf, $langs, $hookmanager;
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "trips", "companies"));
     
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
    @@ -776,7 +778,6 @@ class pdf_standard extends ModeleExpenseReport
     				}
     			}
     		}
    -
        	}
     
     	/**
    @@ -917,5 +918,4 @@ class pdf_standard extends ModeleExpenseReport
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'EXPENSEREPORT_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/expensereport/mod_expensereport_jade.php b/htdocs/core/modules/expensereport/mod_expensereport_jade.php
    index b1e01d40bb9..385a7558c4c 100644
    --- a/htdocs/core/modules/expensereport/mod_expensereport_jade.php
    +++ b/htdocs/core/modules/expensereport/mod_expensereport_jade.php
    @@ -28,13 +28,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/expensereport/modules_expenserepo
      */
     class mod_expensereport_jade extends ModeleNumRefExpenseReport
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefix='ER';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefix='ER';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom='Jade';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Jade';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Jade';
     
     
         /**
    diff --git a/htdocs/core/modules/expensereport/mod_expensereport_sand.php b/htdocs/core/modules/expensereport/mod_expensereport_sand.php
    index 4222bf163d5..95cc3d39c95 100644
    --- a/htdocs/core/modules/expensereport/mod_expensereport_sand.php
    +++ b/htdocs/core/modules/expensereport/mod_expensereport_sand.php
    @@ -30,9 +30,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/expensereport/modules_expenserepo
      */
     class mod_expensereport_sand extends ModeleNumRefExpenseReport
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Sand';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Sand';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Sand';
     
     
         /**
    @@ -42,7 +61,7 @@ class mod_expensereport_sand extends ModeleNumRefExpenseReport
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    diff --git a/htdocs/core/modules/expensereport/modules_expensereport.php b/htdocs/core/modules/expensereport/modules_expensereport.php
    index f60899eee0a..9ff7f671f9f 100644
    --- a/htdocs/core/modules/expensereport/modules_expensereport.php
    +++ b/htdocs/core/modules/expensereport/modules_expensereport.php
    @@ -29,15 +29,17 @@ abstract class ModeleExpenseReport extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation modules
    -	 *
    +     *
          *  @param	DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
    -	 */
    +     */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='expensereport';
    @@ -48,9 +50,9 @@ abstract class ModeleExpenseReport extends CommonDocGenerator
     
     		return $liste;
     	}
    -
     }
     
    +// phpcs:ignore PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     /**
      * expensereport_pdf_create
      *
    @@ -66,6 +68,7 @@ abstract class ModeleExpenseReport extends CommonDocGenerator
      */
     function expensereport_pdf_create(DoliDB $db, ExpenseReport $object, $message, $modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0)
     {
    +    // phpcs:enable
     	return $object->generateDocument($modele, $outputlangs, $hidedetails, $hidedesc, $hideref);
     }
     
    @@ -140,7 +143,7 @@ abstract class ModeleNumRefExpenseReport
     	/**
     	 *	Renvoie version du module numerotation
     	 *
    -	 *	@return     string      Valeur
    +	 *  @return     string      Valeur
     	 */
     	function getVersion()
     	{
    diff --git a/htdocs/core/modules/export/export_csv.modules.php b/htdocs/core/modules/export/export_csv.modules.php
    index 10014eb6d6c..1efe6161647 100644
    --- a/htdocs/core/modules/export/export_csv.modules.php
    +++ b/htdocs/core/modules/export/export_csv.modules.php
    @@ -34,21 +34,27 @@ class ExportCsv extends ModeleExports
     	 * @var int ID
     	 */
     	public $id;
    -	
    +
     	/**
    -     * @var string proper name for given parameter
    +     * @var string export files label
          */
         public $label;
    -    
    -	var $extension;
    -	var $version;
     
    -	var $label_lib;
    -	var $version_lib;
    +	public $extension;
     
    -	var $separator;
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
    -	var $handle;    // Handle fichier
    +	public $label_lib;
    +
    +	public $version_lib;
    +
    +	public $separator;
    +
    +	public $handle;    // Handle fichier
     
     
     	/**
    @@ -58,7 +64,7 @@ class ExportCsv extends ModeleExports
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs;
    +		global $conf, $langs;
     		$this->db = $db;
     
     		$this->separator=',';
    @@ -76,7 +82,6 @@ class ExportCsv extends ModeleExports
     		// If driver use an external library, put its name here
     		$this->label_lib='Dolibarr';
     		$this->version_lib=DOL_VERSION;
    -
     	}
     
     	/**
    @@ -150,6 +155,7 @@ class ExportCsv extends ModeleExports
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Open output file
     	 *
    @@ -159,6 +165,7 @@ class ExportCsv extends ModeleExports
     	 */
     	function open_file($file,$outputlangs)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		dol_syslog("ExportCsv::open_file file=".$file);
    @@ -177,6 +184,7 @@ class ExportCsv extends ModeleExports
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output header into file
     	 *
    @@ -185,10 +193,12 @@ class ExportCsv extends ModeleExports
     	 */
     	function write_header($outputlangs)
     	{
    +        // phpcs:enable
     		return 0;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output title line into file
     	 *
    @@ -200,6 +210,7 @@ class ExportCsv extends ModeleExports
     	 */
     	function write_title($array_export_fields_label,$array_selected_sorted,$outputlangs,$array_types)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if (! empty($conf->global->EXPORT_CSV_FORCE_CHARSET))
    @@ -223,7 +234,8 @@ class ExportCsv extends ModeleExports
     	}
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *	Output record line into file
          *
          *  @param     	array		$array_selected_sorted      Array with list of field to export
    @@ -234,6 +246,7 @@ class ExportCsv extends ModeleExports
     	 */
     	function write_record($array_selected_sorted,$objp,$outputlangs,$array_types)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if (! empty($conf->global->EXPORT_CSV_FORCE_CHARSET))
    @@ -266,7 +279,7 @@ class ExportCsv extends ModeleExports
     				$array = $array['options'];
     				$newvalue = $array[$newvalue];
     			}
    -			
    +
     			fwrite($this->handle,$newvalue.$this->separator);
     			$this->col++;
     		}
    @@ -275,6 +288,7 @@ class ExportCsv extends ModeleExports
     		return 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output footer into file
     	 *
    @@ -283,9 +297,11 @@ class ExportCsv extends ModeleExports
     	 */
     	function write_footer($outputlangs)
     	{
    +        // phpcs:enable
     		return 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Close file handle
     	 *
    @@ -293,6 +309,7 @@ class ExportCsv extends ModeleExports
     	 */
     	function close_file()
     	{
    +        // phpcs:enable
     		fclose($this->handle);
     		return 0;
     	}
    @@ -311,14 +328,14 @@ class ExportCsv extends ModeleExports
     	{
     		global $conf;
     		$addquote=0;
    -		
    +
     
     		// Rule Dolibarr: No HTML
        		//print $charset.' '.$newvalue."\n";
        		//$newvalue=dol_string_nohtmltag($newvalue,0,$charset);
        		$newvalue=dol_htmlcleanlastbr($newvalue);
        		//print $charset.' '.$newvalue."\n";
    -		
    +
     		// Rule 1 CSV: No CR, LF in cells (except if USE_STRICT_CSV_RULES is on, we can keep record as it is but we must add quotes)
     		$oldvalue=$newvalue;
     		$newvalue=str_replace("\r",'',$newvalue);
    @@ -329,7 +346,7 @@ class ExportCsv extends ModeleExports
     			$newvalue=$oldvalue;
     			$addquote=1;
     		}
    -		
    +
     		// Rule 2 CSV: If value contains ", we must escape with ", and add "
     		if (preg_match('/"/',$newvalue))
     		{
    @@ -345,6 +362,4 @@ class ExportCsv extends ModeleExports
     
     		return ($addquote?'"':'').$newvalue.($addquote?'"':'');
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/export/export_excel.modules.php b/htdocs/core/modules/export/export_excel.modules.php
    index 216f45b0148..1982fffb07e 100644
    --- a/htdocs/core/modules/export/export_excel.modules.php
    +++ b/htdocs/core/modules/export/export_excel.modules.php
    @@ -36,23 +36,33 @@ class ExportExcel extends ModeleExports
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	/**
    -     * @var string proper name for given parameter
    +
    +    /**
    +     * @var string Export Excel label
          */
         public $label;
    -    
    -	var $extension;
    -	var $version;
     
    -	var $label_lib;
    -	var $version_lib;
    +	public $extension;
     
    -	var $workbook;      // Handle fichier
    -	var $worksheet;     // Handle onglet
    -	var $row;
    -	var $col;
    -    var $file;          // To save filename
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
    +
    +	public $label_lib;
    +
    +	public $version_lib;
    +
    +	public $workbook;      // Handle file
    +
    +	public $worksheet;     // Handle sheet
    +
    +	public $row;
    +
    +	public $col;
    +
    +    public $file;          // To save filename
     
     
     	/**
    @@ -73,7 +83,7 @@ class ExportExcel extends ModeleExports
     		$this->version='1.30';             // Driver version
     
     		$this->disabled = (in_array(constant('PHPEXCEL_PATH'),array('disabled','disabled/'))?1:0);	// A condition to disable module (used for native debian packages)
    -		
    +
     		if (empty($this->disabled))
     		{
         		// If driver use an external library, put its name here
    @@ -168,6 +178,7 @@ class ExportExcel extends ModeleExports
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Open output file
     	 *
    @@ -177,6 +188,7 @@ class ExportExcel extends ModeleExports
     	 */
     	function open_file($file,$outputlangs)
     	{
    +        // phpcs:enable
     		global $user,$conf,$langs;
     
     		if (! empty($conf->global->MAIN_USE_PHP_WRITEEXCEL))
    @@ -237,20 +249,23 @@ class ExportExcel extends ModeleExports
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *	Write header
    +	 *  Write header
     	 *
    -     *	@param      Translate	$outputlangs        Object lang to translate values
    +     *  @param      Translate	$outputlangs        Object lang to translate values
     	 * 	@return		int								<0 if KO, >0 if OK
     	 */
     	function write_header($outputlangs)
     	{
    +        // phpcs:enable
     		//$outputlangs->charset_output='ISO-8859-1';	// Because Excel 5 format is ISO
     
     		return 0;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *  Output title line into file
          *
    @@ -262,6 +277,7 @@ class ExportExcel extends ModeleExports
     	 */
     	function write_title($array_export_fields_label,$array_selected_sorted,$outputlangs,$array_types)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		// Create a format for the column headings
    @@ -306,6 +322,7 @@ class ExportExcel extends ModeleExports
     		return 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *  Output record line into file
          *
    @@ -317,6 +334,7 @@ class ExportExcel extends ModeleExports
     	 */
     	function write_record($array_selected_sorted,$objp,$outputlangs,$array_types)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		// Create a format for the column headings
    @@ -337,14 +355,14 @@ class ExportExcel extends ModeleExports
     
     			$newvalue=$this->excel_clean($newvalue);
     			$typefield=isset($array_types[$code])?$array_types[$code]:'';
    -			
    +
     			if (preg_match('/^Select:/i', $typefield, $reg) && $typefield = substr($typefield, 7))
     			{
     				$array = unserialize($typefield);
     				$array = $array['options'];
     				$newvalue = $array[$newvalue];
     			}
    -			
    +
     			// Traduction newvalue
     			if (preg_match('/^\((.*)\)$/i',$newvalue,$reg))
     			{
    @@ -424,6 +442,7 @@ class ExportExcel extends ModeleExports
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *	Write footer
          *
    @@ -432,17 +451,20 @@ class ExportExcel extends ModeleExports
          */
     	function write_footer($outputlangs)
     	{
    +        // phpcs:enable
     		return 0;
     	}
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *	Close Excel file
          *
     	 * 	@return		int							<0 if KO, >0 if OK
          */
     	function close_file()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if (! empty($conf->global->MAIN_USE_PHP_WRITEEXCEL))
    @@ -461,7 +483,8 @@ class ExportExcel extends ModeleExports
     	}
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          * Clean a cell to respect rules of Excel file cells
          *
          * @param 	string	$newvalue	String to clean
    @@ -469,6 +492,7 @@ class ExportExcel extends ModeleExports
          */
         function excel_clean($newvalue)
         {
    +        // phpcs:enable
     		// Rule Dolibarr: No HTML
         	$newvalue=dol_string_nohtmltag($newvalue);
     
    @@ -498,4 +522,3 @@ class ExportExcel extends ModeleExports
         	return $letter;
         }
     }
    -
    diff --git a/htdocs/core/modules/export/export_excel2007.modules.php b/htdocs/core/modules/export/export_excel2007.modules.php
    index 5196561f099..6c80ac5977e 100644
    --- a/htdocs/core/modules/export/export_excel2007.modules.php
    +++ b/htdocs/core/modules/export/export_excel2007.modules.php
    @@ -37,23 +37,33 @@ class ExportExcel2007 extends ExportExcel
     	 * @var int ID
     	 */
     	public $id;
    -	
    +
     	/**
    -     * @var string proper name for given parameter
    +     * @var string label
          */
         public $label;
    -    
    -	var $extension;
    -	var $version;
     
    -	var $label_lib;
    -	var $version_lib;
    +	public $extension;
     
    -	var $workbook;      // Handle fichier
    -	var $worksheet;     // Handle onglet
    -	var $row;
    -	var $col;
    -    var $file;          // To save filename
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
    +
    +	public $label_lib;
    +
    +	public $version_lib;
    +
    +	public $workbook;      // Handle fichier
    +
    +	public $worksheet;     // Handle onglet
    +
    +	public $row;
    +
    +	public $col;
    +
    +    public $file;          // To save filename
     
     	/**
     	 *	Constructor
    @@ -73,7 +83,7 @@ class ExportExcel2007 extends ExportExcel
     		$this->version='1.30';             // Driver version
     
     		$this->disabled = (in_array(constant('PHPEXCEL_PATH'),array('disabled','disabled/'))?1:0);	// A condition to disable module (used for native debian packages)
    -		
    +
     		if (empty($this->disabled))
     		{
         		// If driver use an external library, put its name here
    @@ -93,18 +103,20 @@ class ExportExcel2007 extends ExportExcel
                     $this->version_lib='1.8.0';		// No way to get info from library
         		}
     		}
    -		
    +
     		$this->row=0;
     	}
     
     
    -	/**
    -     *	Close Excel file
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     *  Close Excel file
          *
    -	 * 	@return		int							<0 if KO, >0 if OK
    +	 *  @return		int							<0 if KO, >0 if OK
          */
     	function close_file()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if (! empty($conf->global->MAIN_USE_PHP_WRITEEXCEL))
    @@ -121,6 +133,4 @@ class ExportExcel2007 extends ExportExcel
         	}
     		return 1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/export/export_tsv.modules.php b/htdocs/core/modules/export/export_tsv.modules.php
    index 57a074af550..8afa9ded884 100644
    --- a/htdocs/core/modules/export/export_tsv.modules.php
    +++ b/htdocs/core/modules/export/export_tsv.modules.php
    @@ -35,21 +35,27 @@ class ExportTsv extends ModeleExports
     	 * @var int ID
     	 */
     	public $id;
    -	
    +
         /**
    -     * @var string proper name for given parameter
    +     * @var string label
          */
         public $label;
    -    
    -    var $extension;
    -    var $version;
     
    -    var $label_lib;
    -    var $version_lib;
    +    public $extension;
     
    -    var $separator="\t";
    +    /**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
    -    var $handle;    // Handle fichier
    +    public $label_lib;
    +
    +    public $version_lib;
    +
    +    public $separator="\t";
    +
    +    public $handle;    // Handle fichier
     
     
         /**
    @@ -145,20 +151,22 @@ class ExportTsv extends ModeleExports
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	*	Open output file
     	*
     	 *	@param		string		$file			Path of filename to generate
     	*	@param		Translate	$outputlangs	Output language object
     	*	@return		int							<0 if KO, >=0 if OK
    -	*/
    -	function open_file($file,$outputlangs)
    +    */
    +    function open_file($file,$outputlangs)
         {
    +        // phpcs:enable
             global $langs;
     
             dol_syslog("ExportTsv::open_file file=".$file);
     
    -		$ret=1;
    +        $ret=1;
     
             $outputlangs->load("exports");
     		$this->handle = fopen($file, "wt");
    @@ -172,6 +180,7 @@ class ExportTsv extends ModeleExports
     		return $ret;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output header into file
     	 *
    @@ -180,11 +189,13 @@ class ExportTsv extends ModeleExports
     	 */
         function write_header($outputlangs)
         {
    +        // phpcs:enable
             return 0;
         }
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *  Output title line into file
          *
          *  @param      array		$array_export_fields_label   	Array with list of label of fields
    @@ -195,6 +206,7 @@ class ExportTsv extends ModeleExports
     	 */
         function write_title($array_export_fields_label,$array_selected_sorted,$outputlangs,$array_types)
         {
    +        // phpcs:enable
             foreach($array_selected_sorted as $code => $value)
             {
                 $newvalue=$outputlangs->transnoentities($array_export_fields_label[$code]);		// newvalue is now $outputlangs->charset_output encoded
    @@ -207,6 +219,7 @@ class ExportTsv extends ModeleExports
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output record line into file
     	 *
    @@ -218,6 +231,7 @@ class ExportTsv extends ModeleExports
     	 */
         function write_record($array_selected_sorted,$objp,$outputlangs,$array_types)
         {
    +        // phpcs:enable
         	global $conf;
     
     		$this->col=0;
    @@ -234,14 +248,14 @@ class ExportTsv extends ModeleExports
     			if (preg_match('/^\((.*)\)$/i',$newvalue,$reg)) $newvalue=$outputlangs->transnoentities($reg[1]);
     
     			$newvalue=$this->tsv_clean($newvalue,$outputlangs->charset_output);
    -			
    +
     			if (preg_match('/^Select:/i', $typefield, $reg) && $typefield = substr($typefield, 7))
     			{
     				$array = unserialize($typefield);
     				$array = $array['options'];
     				$newvalue = $array[$newvalue];
     			}
    -			
    +
     			fwrite($this->handle,$newvalue.$this->separator);
                 $this->col++;
     		}
    @@ -249,6 +263,7 @@ class ExportTsv extends ModeleExports
             return 0;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output footer into file
     	 *
    @@ -257,9 +272,11 @@ class ExportTsv extends ModeleExports
     	 */
         function write_footer($outputlangs)
         {
    +        // phpcs:enable
     		return 0;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Close file handle
     	 *
    @@ -267,19 +284,22 @@ class ExportTsv extends ModeleExports
     	 */
         function close_file()
         {
    +        // phpcs:enable
             fclose($this->handle);
             return 0;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Clean a cell to respect rules of TSV file cells
          *
          * @param 	string	$newvalue	String to clean
    -	 * @param	string	$charset	Input AND Output character set
    +     * @param	string	$charset	Input AND Output character set
          * @return 	string				Value cleaned
          */
         function tsv_clean($newvalue, $charset)
         {
    +        // phpcs:enable
     		// Rule Dolibarr: No HTML
     		$newvalue=dol_string_nohtmltag($newvalue, 1, $charset);
     
    @@ -293,8 +313,6 @@ class ExportTsv extends ModeleExports
     			$newvalue=str_replace("\t"," ",$newvalue);
     		}
     
    -    	return $newvalue;
    +        return $newvalue;
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/export/modules_export.php b/htdocs/core/modules/export/modules_export.php
    index c154420f554..6436b501705 100644
    --- a/htdocs/core/modules/export/modules_export.php
    +++ b/htdocs/core/modules/export/modules_export.php
    @@ -35,13 +35,16 @@ class ModeleExports extends CommonDocGenerator    // This class can't be abstrac
     	 */
     	public $error='';
     
    -	var $driverlabel=array();
    -	var $driverversion=array();
    +	public $driverlabel=array();
     
    -	var $liblabel=array();
    -	var $libversion=array();
    +	public $driverversion=array();
    +
    +	public $liblabel=array();
    +
    +	public $libversion=array();
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load into memory list of available export format
     	 *
    @@ -51,6 +54,7 @@ class ModeleExports extends CommonDocGenerator    // This class can't be abstrac
     	 */
     	function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		dol_syslog(get_class($this)."::liste_modeles");
     
     		$dir=DOL_DOCUMENT_ROOT."/core/modules/export/";
    @@ -162,7 +166,4 @@ class ModeleExports extends CommonDocGenerator    // This class can't be abstrac
     	{
     		return $this->libversion[$key];
     	}
    -
     }
    -
    -
    diff --git a/htdocs/core/modules/facture/doc/doc_generic_invoice_odt.modules.php b/htdocs/core/modules/facture/doc/doc_generic_invoice_odt.modules.php
    index 21c25913543..a823bae2d4b 100644
    --- a/htdocs/core/modules/facture/doc/doc_generic_invoice_odt.modules.php
    +++ b/htdocs/core/modules/facture/doc/doc_generic_invoice_odt.modules.php
    @@ -38,10 +38,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_invoice_odt extends ModelePDFFactures
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Company object that emits
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -51,10 +64,10 @@ class doc_generic_invoice_odt extends ModelePDFFactures
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT/ODS templates";
    @@ -96,10 +109,10 @@ class doc_generic_invoice_odt extends ModelePDFFactures
     	 */
     	function info($langs)
     	{
    -		global $conf,$langs;
    +		global $conf, $langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("errors","companies"));
     
     		$form = new Form($this->db);
     
    @@ -176,6 +189,7 @@ class doc_generic_invoice_odt extends ModelePDFFactures
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -189,6 +203,7 @@ class doc_generic_invoice_odt extends ModelePDFFactures
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$hookmanager;
     
     		if (empty($srctemplatepath))
    @@ -210,10 +225,8 @@ class doc_generic_invoice_odt extends ModelePDFFactures
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "dict", "companies", "bills"));
     
     		if ($conf->facture->dir_output)
     		{
    @@ -502,6 +515,4 @@ class doc_generic_invoice_odt extends ModelePDFFactures
     
     		return -1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
    index 7eb5abe1e5c..af770999fda 100644
    --- a/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
    +++ b/htdocs/core/modules/facture/doc/pdf_crabe.modules.php
    @@ -8,6 +8,7 @@
      * Copyright (C) 2012-2014	Raphaël Doursenaud	<rdoursenaud@gpcsolutions.fr>
      * Copyright (C) 2015		Marcos García		<marcosgdf@gmail.com>
      * Copyright (C) 2017-2018	Ferran Marcet		<fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -116,9 +117,9 @@ class pdf_crabe extends ModelePDFFactures
     
     	/**
     	 * Issuer
    -	 * @var Societe
    +	 * @var Company object that emits
     	 */
    -	public $emetteur;	// Objet societe qui emet
    +	public $emetteur;
     
     	/**
     	 * @var bool Situation invoice type
    @@ -138,7 +139,7 @@ class pdf_crabe extends ModelePDFFactures
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
     		// Translations
     		$langs->loadLangs(array("main", "bills"));
    @@ -217,6 +218,7 @@ class pdf_crabe extends ModelePDFFactures
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *  Function to build pdf onto disk
          *
    @@ -230,13 +232,14 @@ class pdf_crabe extends ModelePDFFactures
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$db,$hookmanager,$nblignes;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "bills", "products", "dict", "companies"));
     
     		$nblignes = count($object->lines);
    @@ -773,6 +776,7 @@ class pdf_crabe extends ModelePDFFactures
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show payments table
     	 *
    @@ -784,6 +788,7 @@ class pdf_crabe extends ModelePDFFactures
     	 */
     	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
             $sign=1;
    @@ -910,10 +915,10 @@ class pdf_crabe extends ModelePDFFactures
     			$this->error=$this->db->lasterror();
     			return -1;
     		}
    -
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Show miscellaneous information (payment mode, payment term, ...)
     	 *
    @@ -925,6 +930,7 @@ class pdf_crabe extends ModelePDFFactures
     	 */
     	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
    @@ -1071,6 +1077,7 @@ class pdf_crabe extends ModelePDFFactures
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show total to pay
     	 *
    @@ -1083,6 +1090,7 @@ class pdf_crabe extends ModelePDFFactures
     	 */
     	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf,$mysoc;
     
             $sign=1;
    @@ -1110,7 +1118,7 @@ class pdf_crabe extends ModelePDFFactures
     		$pdf->SetXY($col1x, $tab2_top + 0);
     		$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("TotalHT"), 0, 'L', 1);
     
    -		$total_ht = ($conf->multicurrency->enabled && $object->mylticurrency_tx != 1 ? $object->multicurrency_total_ht : $object->total_ht);
    +		$total_ht = (($conf->multicurrency->enabled && isset($object->multicurrency_tx) && $object->multicurrency_tx != 1) ? $object->multicurrency_total_ht : $object->total_ht);
     		$pdf->SetXY($col2x, $tab2_top + 0);
     		$pdf->MultiCell($largcol2, $tab2_hl, price($sign * ($total_ht + (! empty($object->remise)?$object->remise:0)), 0, $outputlangs), 0, 'R', 1);
     
    @@ -1335,7 +1343,6 @@ class pdf_crabe extends ModelePDFFactures
     		}
     
     		$pdf->SetTextColor(0,0,0);
    -
     		$creditnoteamount=$object->getSumCreditNotesUsed(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0);	// Warning, this also include excess received
     		$depositsamount=$object->getSumDepositsUsed(($conf->multicurrency->enabled && $object->multicurrency_tx != 1) ? 1 : 0);
     		//print "x".$creditnoteamount."-".$depositsamount;exit;
    @@ -1567,7 +1574,7 @@ class pdf_crabe extends ModelePDFFactures
     	{
     		global $conf, $langs;
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "bills", "propal", "companies"));
     
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
    @@ -1841,5 +1848,4 @@ class pdf_crabe extends ModelePDFFactures
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'INVOICE_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/facture/mod_facture_mars.php b/htdocs/core/modules/facture/mod_facture_mars.php
    index c6bba0a6232..a1ed1e32d24 100644
    --- a/htdocs/core/modules/facture/mod_facture_mars.php
    +++ b/htdocs/core/modules/facture/mod_facture_mars.php
    @@ -30,11 +30,20 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/facture/modules_facture.php';
      */
     class mod_facture_mars extends ModeleNumRefFactures
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefixinvoice='FA';
    -	var $prefixreplacement='FR';
    -	var $prefixdeposit='AC';
    -	var $prefixcreditnote='AV';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefixinvoice='FA';
    +
    +	public $prefixreplacement='FR';
    +
    +	public $prefixdeposit='AC';
    +
    +	public $prefixcreditnote='AV';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -219,6 +228,5 @@ class mod_facture_mars extends ModeleNumRefFactures
     	{
     		return $this->getNextValue($objsoc,$objforref,$mode);
     	}
    -
     }
     
    diff --git a/htdocs/core/modules/facture/mod_facture_mercure.php b/htdocs/core/modules/facture/mod_facture_mercure.php
    index 86e7eb10521..dabd3fbd576 100644
    --- a/htdocs/core/modules/facture/mod_facture_mercure.php
    +++ b/htdocs/core/modules/facture/mod_facture_mercure.php
    @@ -33,8 +33,16 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/facture/modules_facture.php';
      */
     class mod_facture_mercure extends ModeleNumRefFactures
     {
    -    var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -    var $error = '';
    +    /**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +    /**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
     
     
         /**
    @@ -44,7 +52,7 @@ class mod_facture_mercure extends ModeleNumRefFactures
          */
         function info()
         {
    -        global $conf,$langs;
    +        global $conf, $langs;
     
             $langs->load("bills");
     
    @@ -175,5 +183,4 @@ class mod_facture_mercure extends ModeleNumRefFactures
         {
             return $this->getNextValue($objsoc,$objforref,$mode);
         }
    -
     }
    diff --git a/htdocs/core/modules/facture/mod_facture_terre.php b/htdocs/core/modules/facture/mod_facture_terre.php
    index 53ae127b734..a55418a8cb5 100644
    --- a/htdocs/core/modules/facture/mod_facture_terre.php
    +++ b/htdocs/core/modules/facture/mod_facture_terre.php
    @@ -29,10 +29,18 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/facture/modules_facture.php';
      */
     class mod_facture_terre extends ModeleNumRefFactures
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefixinvoice='FA';
    -	var $prefixcreditnote='AV';
    -	var $prefixdeposit='AC';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefixinvoice='FA';
    +
    +	public $prefixcreditnote='AV';
    +
    +	public $prefixdeposit='AC';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -235,6 +243,5 @@ class mod_facture_terre extends ModeleNumRefFactures
     	{
     		return $this->getNextValue($objsoc,$objforref,$mode);
     	}
    -
     }
     
    diff --git a/htdocs/core/modules/facture/modules_facture.php b/htdocs/core/modules/facture/modules_facture.php
    index 47b4506bdb4..12d41903edb 100644
    --- a/htdocs/core/modules/facture/modules_facture.php
    +++ b/htdocs/core/modules/facture/modules_facture.php
    @@ -42,6 +42,7 @@ abstract class ModelePDFFactures extends CommonDocGenerator
     	 */
     	public $error='';
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation modules
     	 *
    @@ -51,6 +52,7 @@ abstract class ModelePDFFactures extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='invoice';
    @@ -64,7 +66,7 @@ abstract class ModelePDFFactures extends CommonDocGenerator
     }
     
     /**
    - *	Classe mere des modeles de numerotation des references de facture
    + *  Classe mere des modeles de numerotation des references de facture
      */
     abstract class ModeleNumRefFactures
     {
    diff --git a/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php b/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
    index e542c564fd6..b67da288ae7 100644
    --- a/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
    +++ b/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
    @@ -107,9 +107,9 @@ class pdf_soleil extends ModelePDFFicheinter
     
     	/**
     	 * Issuer
    -	 * @var Societe
    +	 * @var Company object that emits
     	 */
    -	public $emetteur;	// Objet societe qui emet
    +	public $emetteur;
     
     	/**
     	 *	Constructor
    @@ -151,6 +151,7 @@ class pdf_soleil extends ModelePDFFicheinter
     		$this->posxdesc=$this->marge_gauche+1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Function to build pdf onto disk
     	 *
    @@ -164,13 +165,14 @@ class pdf_soleil extends ModelePDFFicheinter
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$db,$hookmanager;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "interventions", "dict", "companies"));
     
     		if ($conf->ficheinter->dir_output)
    @@ -730,5 +732,4 @@ class pdf_soleil extends ModelePDFFicheinter
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'FICHINTER_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/fichinter/mod_arctic.php b/htdocs/core/modules/fichinter/mod_arctic.php
    index 278e20ae7de..82013e94413 100644
    --- a/htdocs/core/modules/fichinter/mod_arctic.php
    +++ b/htdocs/core/modules/fichinter/mod_arctic.php
    @@ -32,9 +32,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/fichinter/modules_fichinter.php';
      */
     class mod_arctic extends ModeleNumRefFicheinter
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'arctic';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='arctic';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='arctic';
     
     
     	/**
    @@ -44,7 +63,7 @@ class mod_arctic extends ModeleNumRefFicheinter
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    @@ -137,6 +156,5 @@ class mod_arctic extends ModeleNumRefFicheinter
         {
             return $this->getNextValue($objsoc,$objforref);
         }
    -
     }
     
    diff --git a/htdocs/core/modules/fichinter/mod_pacific.php b/htdocs/core/modules/fichinter/mod_pacific.php
    index 2461d8a074d..dcf6baf5ef6 100644
    --- a/htdocs/core/modules/fichinter/mod_pacific.php
    +++ b/htdocs/core/modules/fichinter/mod_pacific.php
    @@ -30,13 +30,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/fichinter/modules_fichinter.php';
      */
     class mod_pacific extends ModeleNumRefFicheinter
     {
    -    var $version='dolibarr';        // 'development', 'experimental', 'dolibarr'
    -	var $prefix='FI';
    +    /**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';        // 'development', 'experimental', 'dolibarr'
    +
    +	public $prefix='FI';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom = 'pacific';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='pacific';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='pacific';
     
     
     	/**
    @@ -145,6 +162,4 @@ class mod_pacific extends ModeleNumRefFicheinter
     	{
     		return $this->getNextValue($objsoc,$objforref);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/fichinter/modules_fichinter.php b/htdocs/core/modules/fichinter/modules_fichinter.php
    index 619f2b888bc..2d3c4bebfe6 100644
    --- a/htdocs/core/modules/fichinter/modules_fichinter.php
    +++ b/htdocs/core/modules/fichinter/modules_fichinter.php
    @@ -40,6 +40,7 @@ abstract class ModelePDFFicheinter extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of active generation modules
     	 *
    @@ -49,6 +50,7 @@ abstract class ModelePDFFicheinter extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='ficheinter';
    @@ -147,6 +149,7 @@ abstract class ModeleNumRefFicheinter
     }
     
     
    +// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     /**
      *  Create an intervention document on disk using template defined into FICHEINTER_ADDON_PDF
      *
    @@ -161,6 +164,7 @@ abstract class ModeleNumRefFicheinter
      */
     function fichinter_create($db, $object, $modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0)
     {
    +    // phpcs:enable
     	global $conf,$langs,$user;
     	$langs->load("ficheinter");
     
    @@ -244,4 +248,3 @@ function fichinter_create($db, $object, $modele, $outputlangs, $hidedetails=0, $
     		return 0;
     	}
     }
    -
    diff --git a/htdocs/core/modules/holiday/mod_holiday_immaculate.php b/htdocs/core/modules/holiday/mod_holiday_immaculate.php
    index a00c3825f47..b63326ca276 100644
    --- a/htdocs/core/modules/holiday/mod_holiday_immaculate.php
    +++ b/htdocs/core/modules/holiday/mod_holiday_immaculate.php
    @@ -30,10 +30,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/holiday/modules_holiday.php';
      */
     class mod_holiday_immaculate extends ModelNumRefHolidays
     {
    -	var $version='dolibarr';
    -	var $error = '';
    -	var $nom = 'Immaculate';
    -	var $code_auto=1;
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
    +
    +	/**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Immaculate';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Immaculate';
    +
    +	public $code_auto=1;
     
     	/**
     	 *	Return default description of numbering model
    @@ -42,7 +62,7 @@ class mod_holiday_immaculate extends ModelNumRefHolidays
     	 */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    @@ -118,15 +138,17 @@ class mod_holiday_immaculate extends ModelNumRefHolidays
     		return  $numFinal;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *	Return next value
    +	 *  Return next value
     	 *
    -	 *	@param	User		$fuser     	User object
    -	 *	@param	Object		$objforref	Holiday object
    -	 *	@return string      			Value if OK, 0 if KO
    +	 *  @param  User		$fuser     	User object
    +	 *  @param  Object		$objforref	Holiday object
    +	 *  @return string      			Value if OK, 0 if KO
     	 */
         function holiday_get_num($fuser, $objforref)
         {
    +        // phpcs:enable
             return $this->getNextValue($fuser, $objforref);
         }
     }
    diff --git a/htdocs/core/modules/holiday/mod_holiday_madonna.php b/htdocs/core/modules/holiday/mod_holiday_madonna.php
    index 9031c31036d..98380d9fae5 100644
    --- a/htdocs/core/modules/holiday/mod_holiday_madonna.php
    +++ b/htdocs/core/modules/holiday/mod_holiday_madonna.php
    @@ -29,14 +29,32 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/holiday/modules_holiday.php';
      */
     class mod_holiday_madonna extends ModelNumRefHolidays
     {
    -	var $version='dolibarr';
    -	var $prefix='HL';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
    +
    +	public $prefix='HL';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom='Madonna';
    -	var $code_auto=1;
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Madonna';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Madonna';
    +
    +	public $code_auto=1;
     
     
     	/**
    @@ -136,6 +154,7 @@ class mod_holiday_madonna extends ModelNumRefHolidays
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return next value
     	 *
    @@ -145,7 +164,7 @@ class mod_holiday_madonna extends ModelNumRefHolidays
     	 */
     	function holiday_get_num($fuser,$objforref)
     	{
    +        // phpcs:enable
     		return $this->getNextValue($fuser,$objforref);
     	}
    -
     }
    diff --git a/htdocs/core/modules/holiday/modules_holiday.php b/htdocs/core/modules/holiday/modules_holiday.php
    index 6449f48d96f..07234c447e6 100644
    --- a/htdocs/core/modules/holiday/modules_holiday.php
    +++ b/htdocs/core/modules/holiday/modules_holiday.php
    @@ -44,24 +44,26 @@ abstract class ModelePDFHoliday extends CommonDocGenerator
     	public $error='';
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
     	 *	Return list of active generation modules
     	 *
    -     *  @param	DoliDB	$db     			Database handler
    +     *  @param  DoliDB  $db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
    -	 */
    -	static function liste_modeles($db,$maxfilenamelength=0)
    +     */
    +	static function liste_modeles($db, $maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type = 'holiday';
    -		$liste=array();
    +		$list = array();
     
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    -		$liste=getListOfModels($db,$type,$maxfilenamelength);
    +		$list = getListOfModels($db, $type, $maxfilenamelength);
     
    -		return $liste;
    +		return $list;
     	}
     }
     
    diff --git a/htdocs/core/modules/import/import_csv.modules.php b/htdocs/core/modules/import/import_csv.modules.php
    index 5f8776b9cbc..60dc9bf6c15 100644
    --- a/htdocs/core/modules/import/import_csv.modules.php
    +++ b/htdocs/core/modules/import/import_csv.modules.php
    @@ -37,14 +37,14 @@ class ImportCsv extends ModeleImports
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    -    var $datatoimport;
    +
    +    public $datatoimport;
     
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    +
     	/**
     	 * @var string[] Error codes (or messages)
     	 */
    @@ -54,28 +54,37 @@ class ImportCsv extends ModeleImports
     	 * @var int ID
     	 */
     	public $id;
    -	
    +
     	/**
    -     * @var string proper name for given parameter
    +     * @var string label
          */
         public $label;
    -    
    -	var $extension;    // Extension of files imported by driver
    -	var $version;      // Version of driver
     
    -	var $label_lib;    // Label of external lib used by driver
    -	var $version_lib;  // Version of external lib used by driver
    +	public $extension;    // Extension of files imported by driver
     
    -	var $separator;
    +	/**
    +     * Dolibarr version of driver
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
    -	var $file;      // Path of file
    -	var $handle;    // Handle fichier
    +	public $label_lib;    // Label of external lib used by driver
     
    -	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
    +	public $version_lib;  // Version of external lib used by driver
     
    -	var $nbinsert = 0; // # of insert done during the import
    -	var $nbupdate = 0; // # of update done during the import
    +	public $separator;
    +
    +	public $file;      // Path of file
    +
    +	public $handle;    // Handle fichier
    +
    +	public $cacheconvert=array();      // Array to cache list of value found after a convertion
    +
    +	public $cachefieldtable=array();   // Array to cache list of value found into fields@tables
    +
    +	public $nbinsert = 0; // # of insert done during the import
    +
    +	public $nbupdate = 0; // # of update done during the import
     
     
     	/**
    @@ -86,7 +95,7 @@ class ImportCsv extends ModeleImports
     	 */
     	function __construct($db,$datatoimport)
     	{
    -		global $conf,$langs;
    +		global $conf, $langs;
     		$this->db = $db;
     
     		$this->separator=(GETPOST('separator')?GETPOST('separator'):(empty($conf->global->IMPORT_CSV_SEPARATOR_TO_USE)?',':$conf->global->IMPORT_CSV_SEPARATOR_TO_USE));
    @@ -109,6 +118,7 @@ class ImportCsv extends ModeleImports
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output header of an example file for this format
     	 *
    @@ -117,9 +127,11 @@ class ImportCsv extends ModeleImports
     	 */
     	function write_header_example($outputlangs)
     	{
    +        // phpcs:enable
     		return '';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output title line of an example file for this format
     	 *
    @@ -129,10 +141,12 @@ class ImportCsv extends ModeleImports
     	 */
     	function write_title_example($outputlangs,$headerlinefields)
     	{
    +        // phpcs:enable
     		$s=join($this->separator,array_map('cleansep',$headerlinefields));
     		return $s."\n";
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output record of an example file for this format
     	 *
    @@ -142,10 +156,12 @@ class ImportCsv extends ModeleImports
     	 */
     	function write_record_example($outputlangs,$contentlinevalues)
     	{
    +        // phpcs:enable
     		$s=join($this->separator,array_map('cleansep',$contentlinevalues));
     		return $s."\n";
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output footer of an example file for this format
     	 *
    @@ -154,11 +170,13 @@ class ImportCsv extends ModeleImports
     	 */
     	function write_footer_example($outputlangs)
     	{
    +        // phpcs:enable
     		return '';
     	}
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Open input file
     	 *
    @@ -167,6 +185,7 @@ class ImportCsv extends ModeleImports
     	 */
     	function import_open_file($file)
     	{
    +        // phpcs:enable
     		global $langs;
     		$ret=1;
     
    @@ -190,6 +209,7 @@ class ImportCsv extends ModeleImports
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Return nb of records. File must be closed.
     	 *
    @@ -198,10 +218,12 @@ class ImportCsv extends ModeleImports
     	 */
     	function import_get_nb_of_lines($file)
     	{
    -	   return dol_count_nb_of_line($file);
    +        // phpcs:enable
    +       return dol_count_nb_of_line($file);
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Input header line from file
     	 *
    @@ -209,10 +231,12 @@ class ImportCsv extends ModeleImports
     	 */
     	function import_read_header()
     	{
    +        // phpcs:enable
     		return 0;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Return array of next record in input file.
     	 *
    @@ -220,6 +244,7 @@ class ImportCsv extends ModeleImports
     	 */
     	function import_read_record()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$arrayres=fgetcsv($this->handle,100000,$this->separator,$this->enclosure,$this->escape);
    @@ -268,6 +293,7 @@ class ImportCsv extends ModeleImports
     		return $newarrayres;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Close file handle
     	 *
    @@ -275,11 +301,13 @@ class ImportCsv extends ModeleImports
     	 */
     	function import_close_file()
     	{
    +        // phpcs:enable
     		fclose($this->handle);
     		return 0;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Insert a record into database
     	 *
    @@ -293,6 +321,7 @@ class ImportCsv extends ModeleImports
     	 */
     	function import_insert($arrayrecord,$array_match_file_to_database,$objimport,$maxfields,$importid,$updatekeys)
     	{
    +        // phpcs:enable
     		global $langs,$conf,$user;
             global $thirdparty_static;    	// Specific to thirdparty import
     		global $tablewithentity_cache;	// Cache to avoid to call  desc at each rows on tables
    @@ -567,9 +596,13 @@ class ImportCsv extends ModeleImports
     						$listfields[] = $fieldname;
     
     						// Note: arrayrecord (and 'type') is filled with ->import_read_record called by import.php page before calling import_insert
    -						if (empty($newval) && $arrayrecord[($key-1)]['type'] < 0)		 $listvalues[] = ($newval=='0'?$newval:"null");
    -						elseif (empty($newval) && $arrayrecord[($key-1)]['type'] == 0)	 $listvalues[] = "''";
    -						else															 $listvalues[] = "'".$this->db->escape($newval)."'";
    +						if (empty($newval) && $arrayrecord[($key-1)]['type'] < 0) {
    +                            $listvalues[] = ($newval=='0'?$newval:"null");
    +                        } elseif (empty($newval) && $arrayrecord[($key-1)]['type'] == 0) {
    +                            $listvalues[] = "''";
    +                        } else {
    +                            $listvalues[] = "'".$this->db->escape($newval)."'";
    +                        }
     					}
     					$i++;
     				}
    @@ -758,7 +791,6 @@ class ImportCsv extends ModeleImports
     
     		return 1;
     	}
    -
     }
     
     /**
    diff --git a/htdocs/core/modules/import/import_xlsx.modules.php b/htdocs/core/modules/import/import_xlsx.modules.php
    index 1c0116d92ad..36b57e2d69a 100644
    --- a/htdocs/core/modules/import/import_xlsx.modules.php
    +++ b/htdocs/core/modules/import/import_xlsx.modules.php
    @@ -37,14 +37,14 @@ class ImportXlsx extends ModeleImports
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    -    var $datatoimport;
     
    -	/**
    +    public $datatoimport;
    +
    +    /**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    +
     	/**
     	 * @var string[] Error codes (or messages)
     	 */
    @@ -54,29 +54,39 @@ class ImportXlsx extends ModeleImports
     	 * @var int ID
     	 */
     	public $id;
    -	
    +
     	/**
    -     * @var string proper name for given parameter
    +     * @var string label
          */
         public $label;
    -    
    -	var $extension;    // Extension of files imported by driver
    -	var $version;      // Version of driver
     
    -	var $label_lib;    // Label of external lib used by driver
    -	var $version_lib;  // Version of external lib used by driver
    +	public $extension;    // Extension of files imported by driver
     
    -	var $separator;
    +	/**
    +     * Dolibarr version of driver
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
    -    var $file;      // Path of file
    -	var $handle;    // Handle fichier
    +	public $label_lib;    // Label of external lib used by driver
     
    -	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
    +	public $version_lib;  // Version of external lib used by driver
     
    -	var $workbook; // temporary import file
    -	var $record; // current record
    -	var $headers;
    +	public $separator;
    +
    +    public $file;      // Path of file
    +
    +	public $handle;    // Handle fichier
    +
    +	public $cacheconvert=array();      // Array to cache list of value found after a convertion
    +
    +	public $cachefieldtable=array();   // Array to cache list of value found into fields@tables
    +
    +	public $workbook; // temporary import file
    +
    +	public $record; // current record
    +
    +	public $headers;
     
     
     	/**
    @@ -115,6 +125,7 @@ class ImportXlsx extends ModeleImports
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output header of an example file for this format
     	 *
    @@ -123,29 +134,31 @@ class ImportXlsx extends ModeleImports
     	 */
     	function write_header_example($outputlangs)
     	{
    -	  global $user,$conf,$langs;
    -	  // create a temporary object, the final output will be generated in footer
    -          if (!empty($conf->global->MAIN_USE_FILECACHE_EXPORT_EXCEL_DIR)) {
    +        // phpcs:enable
    +        global $user,$conf,$langs;
    +        // create a temporary object, the final output will be generated in footer
    +        if (!empty($conf->global->MAIN_USE_FILECACHE_EXPORT_EXCEL_DIR)) {
                 $cacheMethod = PHPExcel_CachedObjectStorageFactory::cache_to_discISAM;
                 $cacheSettings = array (
    -              'dir' => $conf->global->MAIN_USE_FILECACHE_EXPORT_EXCEL_DIR
    -          );
    -          PHPExcel_Settings::setCacheStorageMethod($cacheMethod, $cacheSettings);
    +                'dir' => $conf->global->MAIN_USE_FILECACHE_EXPORT_EXCEL_DIR
    +            );
    +            PHPExcel_Settings::setCacheStorageMethod($cacheMethod, $cacheSettings);
             }
     
    -            $this->workbook = new PHPExcel();
    -            $this->workbook->getProperties()->setCreator($user->getFullName($outputlangs).' - Dolibarr '.DOL_VERSION);
    -            $this->workbook->getProperties()->setTitle($outputlangs->trans("Import").' - '.$file);
    -            $this->workbook->getProperties()->setSubject($outputlangs->trans("Import").' - '.$file);
    -            $this->workbook->getProperties()->setDescription($outputlangs->trans("Import").' - '.$file);
    +        $this->workbook = new PHPExcel();
    +        $this->workbook->getProperties()->setCreator($user->getFullName($outputlangs).' - Dolibarr '.DOL_VERSION);
    +        $this->workbook->getProperties()->setTitle($outputlangs->trans("Import").' - '.$file);
    +        $this->workbook->getProperties()->setSubject($outputlangs->trans("Import").' - '.$file);
    +        $this->workbook->getProperties()->setDescription($outputlangs->trans("Import").' - '.$file);
     
    -            $this->workbook->setActiveSheetIndex(0);
    -            $this->workbook->getActiveSheet()->setTitle($outputlangs->trans("Sheet"));
    -            $this->workbook->getActiveSheet()->getDefaultRowDimension()->setRowHeight(16);
    +        $this->workbook->setActiveSheetIndex(0);
    +        $this->workbook->getActiveSheet()->setTitle($outputlangs->trans("Sheet"));
    +        $this->workbook->getActiveSheet()->getDefaultRowDimension()->setRowHeight(16);
     
    -	    return '';
    -	}
    +        return '';
    +    }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output title line of an example file for this format
     	 *
    @@ -155,6 +168,7 @@ class ImportXlsx extends ModeleImports
     	 */
     	function write_title_example($outputlangs,$headerlinefields)
     	{
    +        // phpcs:enable
     		global $conf;
     		$this->workbook->getActiveSheet()->getStyle('1')->getFont()->setBold(true);
     		$this->workbook->getActiveSheet()->getStyle('1')->getAlignment()->setHorizontal(PHPExcel_Style_Alignment::HORIZONTAL_LEFT);
    @@ -170,6 +184,7 @@ class ImportXlsx extends ModeleImports
     		return ''; // final output will be generated in footer
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output record of an example file for this format
     	 *
    @@ -179,6 +194,7 @@ class ImportXlsx extends ModeleImports
     	 */
     	function write_record_example($outputlangs,$contentlinevalues)
     	{
    +        // phpcs:enable
     		$col = 0;
     		$row = 2;
     		foreach($contentlinevalues as $cell) {
    @@ -189,6 +205,7 @@ class ImportXlsx extends ModeleImports
     		return ''; // final output will be generated in footer
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Output footer of an example file for this format
     	 *
    @@ -197,7 +214,8 @@ class ImportXlsx extends ModeleImports
     	 */
     	function write_footer_example($outputlangs)
     	{
    -		// return te file content as a string
    +        // phpcs:enable
    +		// return the file content as a string
     		$tempfile = tempnam(sys_get_temp_dir(), 'dol');
     		$objWriter = new PHPExcel_Writer_Excel2007($this->workbook);
     		$objWriter->save($tempfile);
    @@ -211,6 +229,7 @@ class ImportXlsx extends ModeleImports
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Open input file
     	 *
    @@ -219,6 +238,7 @@ class ImportXlsx extends ModeleImports
     	 */
     	function import_open_file($file)
     	{
    +        // phpcs:enable
     		global $langs;
     		$ret=1;
     
    @@ -233,6 +253,7 @@ class ImportXlsx extends ModeleImports
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Return nb of records. File must be closed.
     	 *
    @@ -241,6 +262,7 @@ class ImportXlsx extends ModeleImports
     	 */
     	function import_get_nb_of_lines($file)
     	{
    +        // phpcs:enable
     		$reader = new PHPExcel_Reader_Excel2007();
     		$this->workbook = $reader->load($file);
     
    @@ -253,6 +275,7 @@ class ImportXlsx extends ModeleImports
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Input header line from file
     	 *
    @@ -260,6 +283,7 @@ class ImportXlsx extends ModeleImports
     	 */
     	function import_read_header()
     	{
    +        // phpcs:enable
     		// This is not called by the import code !!!
     		$this->headers = array();
     		$colcount = PHPExcel_Cell::columnIndexFromString($this->workbook->getActiveSheet()->getHighestDataColumn());
    @@ -270,6 +294,7 @@ class ImportXlsx extends ModeleImports
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Return array of next record in input file.
     	 *
    @@ -277,6 +302,7 @@ class ImportXlsx extends ModeleImports
     	 */
     	function import_read_record()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$rowcount = $this->workbook->getActiveSheet()->getHighestDataRow();
    @@ -293,6 +319,7 @@ class ImportXlsx extends ModeleImports
     		return $array;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Close file handle
     	 *
    @@ -300,11 +327,14 @@ class ImportXlsx extends ModeleImports
     	 */
     	function import_close_file()
     	{
    +        // phpcs:enable
     		$this->workbook->disconnectWorksheets();
     		unset($this->workbook);
     	}
     
     
    +    // What is this doing here ? it is common to all imports, is should be in the parent class
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Insert a record into database
     	 *
    @@ -316,9 +346,9 @@ class ImportXlsx extends ModeleImports
     	 * @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
     	function import_insert($arrayrecord,$array_match_file_to_database,$objimport,$maxfields,$importid,$updatekeys)
     	{
    +        // phpcs:enable
     		global $langs,$conf,$user;
             global $thirdparty_static;    	// Specific to thirdparty import
     		global $tablewithentity_cache;	// Cache to avoid to call  desc at each rows on tables
    @@ -782,5 +812,4 @@ class ImportXlsx extends ModeleImports
     
     		return 1;
     	}
    -
     }
    diff --git a/htdocs/core/modules/import/modules_import.php b/htdocs/core/modules/import/modules_import.php
    index 7c26fdb68d3..214c04ad857 100644
    --- a/htdocs/core/modules/import/modules_import.php
    +++ b/htdocs/core/modules/import/modules_import.php
    @@ -34,25 +34,45 @@ class ModeleImports
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         public $datatoimport;
     
    -    public $error='';
    +    /**
    +	 * @var string Error code (or message)
    +	 */
    +	public $error='';
    +
    +    /**
    +	 * @var int id of driver
    +	 */
    +	public $id;
    +
    +    /**
    +     * @var string label
    +     */
    +    public $label;
     
    -    public $id;           // Id of driver
    -	public $label;        // Label of driver
     	public $extension;    // Extension of files imported by driver
    -	public $version;      // Version of driver
    +
    +	/**
    +     * Dolibarr version of driver
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
     	public $label_lib;    // Label of external lib used by driver
    +
     	public $version_lib;  // Version of external lib used by driver
     
     	// Array of all drivers
     	public $driverlabel=array();
    +
     	public $driverdesc=array();
    +
     	public $driverversion=array();
     
     	public $liblabel=array();
    +
     	public $libversion=array();
     
     
    @@ -135,15 +155,17 @@ class ModeleImports
     	}
     
     
    -	/**
    -	 *  Charge en memoire et renvoie la liste des modeles actifs
    -	 *
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     *  Charge en memoire et renvoie la liste des modeles actifs
    +     *
          *  @param	DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
     	 */
     	function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		dol_syslog(get_class($this)."::liste_modeles");
     
     		$dir=DOL_DOCUMENT_ROOT."/core/modules/import/";
    @@ -250,6 +272,4 @@ class ModeleImports
     	{
     		return $this->libversion[$key];
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php
    index 79cb4c4961c..4793ebe7b27 100644
    --- a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php
    +++ b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php
    @@ -108,9 +108,9 @@ class pdf_typhon extends ModelePDFDeliveryOrder
     
     	/**
     	 * Issuer
    -	 * @var Societe
    +	 * @var Company object that emits
     	 */
    -	public $emetteur;	// Objet societe qui emet
    +	public $emetteur;
     
     	/**
     	 *	Constructor
    @@ -174,7 +174,8 @@ class pdf_typhon extends ModelePDFDeliveryOrder
     	}
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *  Function to build pdf onto disk
          *
          *  @param		Object		$object				Object to generate
    @@ -184,16 +185,17 @@ class pdf_typhon extends ModelePDFDeliveryOrder
          *  @param		int			$hidedesc			Do not show desc
          *  @param		int			$hideref			Do not show ref
          *  @return     int             			1=OK, 0=KO
    -	 */
    +     */
     	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$hookmanager;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		// Translations
    +		// Load translation files required by the page
     		$outputlangs->loadLangs(array("main", "dict", "companies", "bills", "products", "sendings", "deliveries"));
     
     		if ($conf->expedition->dir_output)
    @@ -629,6 +631,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
     		return 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Show miscellaneous information (payment mode, payment term, ...)
     	 *
    @@ -640,6 +643,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
     	 */
     	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf,$mysoc;
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
    @@ -951,5 +955,4 @@ class pdf_typhon extends ModelePDFDeliveryOrder
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'DELIVERY_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/livraison/mod_livraison_jade.php b/htdocs/core/modules/livraison/mod_livraison_jade.php
    index 228b73aad8b..1fd598d02a7 100644
    --- a/htdocs/core/modules/livraison/mod_livraison_jade.php
    +++ b/htdocs/core/modules/livraison/mod_livraison_jade.php
    @@ -34,11 +34,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/livraison/modules_livraison.php';
     
     class mod_livraison_jade extends ModeleNumRefDeliveryOrder
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = "Jade";
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
     
    -    var $prefix='BL';
    +	/**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Jade';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Jade';
    +
    +    public $prefix='BL';
     
     
     	/**
    @@ -142,16 +161,17 @@ class mod_livraison_jade extends ModeleNumRefDeliveryOrder
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free ref
     	 *
    -     *  @param	Societe		$objsoc      	Object thirdparty
    +     *  @param  Societe		$objsoc      	Object thirdparty
          *  @param  Object		$object			Object livraison
    -     *  @return string      				Texte descripif
    +     *  @return string      				Texte descriptif
          */
         function livraison_get_num($objsoc=0,$object='')
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$object);
         }
    -
     }
    diff --git a/htdocs/core/modules/livraison/mod_livraison_saphir.php b/htdocs/core/modules/livraison/mod_livraison_saphir.php
    index 1192656bf8d..cbe105ef75c 100644
    --- a/htdocs/core/modules/livraison/mod_livraison_saphir.php
    +++ b/htdocs/core/modules/livraison/mod_livraison_saphir.php
    @@ -31,9 +31,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/livraison/modules_livraison.php';
      */
     class mod_livraison_saphir extends ModeleNumRefDeliveryOrder
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Saphir';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Saphir';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Saphir';
     
     
         /**
    @@ -43,7 +62,7 @@ class mod_livraison_saphir extends ModeleNumRefDeliveryOrder
          */
     	function info()
     	{
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    @@ -139,17 +158,17 @@ class mod_livraison_saphir extends ModeleNumRefDeliveryOrder
         }
     
     
    -	/**
    -	 *  Return next free ref
    -	 *
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     *  Return next free ref
    +     *
          *  @param	Societe		$objsoc      	Object thirdparty
          *  @param  Object		$object			Objet livraison
          *  @return string      				Texte descripif
          */
         function livraison_get_num($objsoc=0,$object='')
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$object);
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/livraison/modules_livraison.php b/htdocs/core/modules/livraison/modules_livraison.php
    index 13d83939afb..f9f7a5380f3 100644
    --- a/htdocs/core/modules/livraison/modules_livraison.php
    +++ b/htdocs/core/modules/livraison/modules_livraison.php
    @@ -41,6 +41,7 @@ abstract class ModelePDFDeliveryOrder extends CommonDocGenerator
     	 */
     	public $error='';
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation modules
     	 *
    @@ -50,6 +51,7 @@ abstract class ModelePDFDeliveryOrder extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='delivery';
    diff --git a/htdocs/core/modules/mailings/advthirdparties.modules.php b/htdocs/core/modules/mailings/advthirdparties.modules.php
    index 08249104909..4d149e0e5ef 100644
    --- a/htdocs/core/modules/mailings/advthirdparties.modules.php
    +++ b/htdocs/core/modules/mailings/advthirdparties.modules.php
    @@ -32,7 +32,7 @@ class mailing_advthirdparties extends MailingTargets
     
     	var $require_module=array("none");	// This module should not be displayed as Selector in mailling
     	var $picto='company';
    -	
    +
     	/**
          * @var DoliDB Database handler.
          */
    @@ -46,12 +46,11 @@ class mailing_advthirdparties extends MailingTargets
     	 */
     	function __construct($db)
     	{
    -		global $conf;
    -
     		$this->db=$db;
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    This is the main function that returns the array of emails
     	 *
    @@ -63,6 +62,7 @@ class mailing_advthirdparties extends MailingTargets
     	 */
     	function add_to_target_spec($mailing_id,$socid,$type_of_target, $contactid)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		dol_syslog(get_class($this)."::add_to_target socid=".var_export($socid,true).' contactid='.var_export($contactid,true));
    @@ -277,7 +277,6 @@ class mailing_advthirdparties extends MailingTargets
     
     		$s.='</select>';
     		return $s;
    -
     	}
     
     
    @@ -300,5 +299,4 @@ class mailing_advthirdparties extends MailingTargets
     			return $contactstatic->getNomUrl(0, '', 0, '', -1, 1);
     		}
     	}
    -
     }
    diff --git a/htdocs/core/modules/mailings/contacts1.modules.php b/htdocs/core/modules/mailings/contacts1.modules.php
    index af0d1103e4e..8efefdbd079 100644
    --- a/htdocs/core/modules/mailings/contacts1.modules.php
    +++ b/htdocs/core/modules/mailings/contacts1.modules.php
    @@ -116,10 +116,9 @@ class mailing_contacts1 extends MailingTargets
     	function formFilter()
     	{
     		global $langs;
    -		$langs->load("companies");
    -		$langs->load("commercial");
    -		$langs->load("suppliers");
    -		$langs->load("categories");
    +
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("commercial","companies","suppliers","categories"));
     
     		$s='';
     
    @@ -327,15 +326,17 @@ class mailing_contacts1 extends MailingTargets
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Ajoute destinataires dans table des cibles
     	 *
    -	 *  @param	int		$mailing_id    	Id of emailing
    +	 *  @param  int		$mailing_id    	Id of emailing
     	 *  @param  array	$filtersarray   Optional filter data (deprecated)
     	 *  @return int           			<0 si erreur, nb ajout si ok
     	 */
     	function add_to_target($mailing_id,$filtersarray=array())
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		$filter = GETPOST('filter','alpha');
    @@ -449,6 +450,4 @@ class mailing_contacts1 extends MailingTargets
     
     		return parent::add_to_target($mailing_id, $cibles);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/mailings/example.modules.php b/htdocs/core/modules/mailings/example.modules.php
    index beeadebeecd..0af52dc5bd2 100644
    --- a/htdocs/core/modules/mailings/example.modules.php
    +++ b/htdocs/core/modules/mailings/example.modules.php
    @@ -37,7 +37,7 @@ class mailing_example extends MailingTargets
     
         var $require_module=array();
         var $picto='';
    -    
    +
         /**
          * @var DoliDB Database handler.
          */
    @@ -56,6 +56,7 @@ class mailing_example extends MailingTargets
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  This is the main function that returns the array of emails
          *
    @@ -65,6 +66,7 @@ class mailing_example extends MailingTargets
          */
         function add_to_target($mailing_id,$filtersarray=array())
         {
    +        // phpcs:enable
             $target = array();
     
     	    // CHANGE THIS
    @@ -111,7 +113,7 @@ class mailing_example extends MailingTargets
          */
         function getNbOfRecipients($sql='')
         {
    -	    // CHANGE THIS: Optionnal
    +        // CHANGE THIS: Optionnal
     
             // Example: return parent::getNbOfRecipients("SELECT count(*) as nb from dolibarr_table");
             // Example: return 500;
    @@ -126,7 +128,7 @@ class mailing_example extends MailingTargets
          */
         function formFilter()
         {
    -	    // CHANGE THIS: Optionnal
    +        // CHANGE THIS: Optionnal
     
             $s='';
             return $s;
    @@ -142,9 +144,8 @@ class mailing_example extends MailingTargets
          */
         function url($id)
         {
    -	    // CHANGE THIS: Optionnal
    +        // CHANGE THIS: Optionnal
     
             return '';
         }
    -
     }
    diff --git a/htdocs/core/modules/mailings/fraise.modules.php b/htdocs/core/modules/mailings/fraise.modules.php
    index 9d6e2505f92..9cf0f56f7e2 100644
    --- a/htdocs/core/modules/mailings/fraise.modules.php
    +++ b/htdocs/core/modules/mailings/fraise.modules.php
    @@ -1,6 +1,7 @@
     <?php
    -/* Copyright (C) 2005      Laurent Destailleur <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2009 Regis Houssin       <regis.houssin@capnetworks.com>
    +/* Copyright (C) 2005       Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2009  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -53,7 +54,7 @@ class mailing_fraise extends MailingTargets
          */
         function __construct($db)
         {
    -        $this->db=$db;
    +        $this->db = $db;
         }
     
     
    @@ -109,9 +110,9 @@ class mailing_fraise extends MailingTargets
         function formFilter()
         {
             global $conf, $langs;
    -        $langs->load("members");
    -		$langs->load("categories");
    -		$langs->load("companies");
    +
    +        // Load translation files required by the page
    +        $langs->loadLangs(array("members","companies","categories"));
     
             $form=new Form($this->db);
     
    @@ -199,9 +200,9 @@ class mailing_fraise extends MailingTargets
     
             $s.='<br>';
             $s.=$langs->trans("DateEndSubscription").': &nbsp;';
    -        $s.=$langs->trans("After").' > '.$form->select_date(-1,'subscriptionafter',0,0,1,'fraise',1,0,1,0);
    +        $s.=$langs->trans("After").' > '.$form->selectDate(-1,'subscriptionafter',0,0,1,'fraise',1,0,0);
             $s.=' &nbsp; ';
    -        $s.=$langs->trans("Before").' < '.$form->select_date(-1,'subscriptionbefore',0,0,1,'fraise',1,0,1,0);
    +        $s.=$langs->trans("Before").' < '.$form->selectDate(-1,'subscriptionbefore',0,0,1,'fraise',1,0,0);
     
             return $s;
         }
    @@ -219,6 +220,7 @@ class mailing_fraise extends MailingTargets
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Ajoute destinataires dans table des cibles
          *
    @@ -228,14 +230,16 @@ class mailing_fraise extends MailingTargets
          */
         function add_to_target($mailing_id,$filtersarray=array())
         {
    +        // phpcs:enable
     	    // Deprecation warning
     	    if ($filtersarray) {
     		    dol_syslog(__METHOD__ . ": filtersarray parameter is deprecated", LOG_WARNING);
     	    }
     
         	global $langs,$_POST;
    -		$langs->load("members");
    -        $langs->load("companies");
    +
    +    	// Load translation files required by the page
    +        $langs->loadLangs(array("members","companies"));
     
             $cibles = array();
             $now=dol_now();
    @@ -268,8 +272,8 @@ class mailing_fraise extends MailingTargets
             // Filter on type
             if ($_POST['filter_type']) $sql.= " AND ta.rowid='".$_POST['filter_type']."'";
             // Filter on category
    -		if ($_POST['filter_category']) $sql.= " AND c.rowid='".$_POST['filter_category']."'";
    -		$sql.= " ORDER BY a.email";
    +        if ($_POST['filter_category']) $sql.= " AND c.rowid='".$_POST['filter_category']."'";
    +        $sql.= " ORDER BY a.email";
             //print $sql;
     
             // Add targets into table
    @@ -319,5 +323,4 @@ class mailing_fraise extends MailingTargets
     
             return parent::add_to_target($mailing_id, $cibles);
         }
    -
     }
    diff --git a/htdocs/core/modules/mailings/modules_mailings.php b/htdocs/core/modules/mailings/modules_mailings.php
    index 1035d3bf765..f7136d4aa63 100644
    --- a/htdocs/core/modules/mailings/modules_mailings.php
    +++ b/htdocs/core/modules/mailings/modules_mailings.php
    @@ -29,20 +29,20 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/functions.lib.php';
     /**
      *		Parent class of emailing target selectors modules
      */
    -class MailingTargets    // This can't be abstract as it is used for some method
    +class MailingTargets // This can't be abstract as it is used for some method
     {
         /**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    -    var $tooltip='';
    -    
    +
    +    public $tooltip='';
    +
     
         /**
     	 *	Constructor
    @@ -62,7 +62,7 @@ class MailingTargets    // This can't be abstract as it is used for some method
         function getDesc()
         {
             global $langs, $form;
    -        
    +
             $langs->load("mails");
             $transstring="MailingModuleDesc".$this->name;
             $s='';
    @@ -117,6 +117,7 @@ class MailingTargets    // This can't be abstract as it is used for some method
             return '';
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Met a jour nombre de destinataires
          *
    @@ -125,6 +126,7 @@ class MailingTargets    // This can't be abstract as it is used for some method
          */
         function update_nb($mailing_id)
         {
    +        // phpcs:enable
             // Mise a jour nombre de destinataire dans table des mailings
             $sql = "SELECT COUNT(*) nb FROM ".MAIN_DB_PREFIX."mailing_cibles";
             $sql .= " WHERE fk_mailing = ".$mailing_id;
    @@ -149,6 +151,7 @@ class MailingTargets    // This can't be abstract as it is used for some method
             return $nb;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Ajoute destinataires dans table des cibles
          *
    @@ -158,6 +161,7 @@ class MailingTargets    // This can't be abstract as it is used for some method
          */
         function add_to_target($mailing_id, $cibles)
         {
    +        // phpcs:enable
         	global $conf;
     
         	$this->db->begin();
    @@ -232,14 +236,16 @@ class MailingTargets    // This can't be abstract as it is used for some method
             return $j;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Supprime tous les destinataires de la table des cibles
          *
    -     *	@param	int		$mailing_id        Id of emailing
    +     *	@param  int		$mailing_id        Id of emailing
          *	@return	void
          */
         function clear_target($mailing_id)
         {
    +        // phpcs:enable
             $sql = "DELETE FROM ".MAIN_DB_PREFIX."mailing_cibles";
             $sql .= " WHERE fk_mailing = ".$mailing_id;
     
    @@ -250,6 +256,4 @@ class MailingTargets    // This can't be abstract as it is used for some method
     
             $this->update_nb($mailing_id);
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/mailings/pomme.modules.php b/htdocs/core/modules/mailings/pomme.modules.php
    index 21250bf693d..11ff4812d67 100644
    --- a/htdocs/core/modules/mailings/pomme.modules.php
    +++ b/htdocs/core/modules/mailings/pomme.modules.php
    @@ -146,6 +146,7 @@ class mailing_pomme extends MailingTargets
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Ajoute destinataires dans table des cibles
     	 *
    @@ -153,8 +154,9 @@ class mailing_pomme extends MailingTargets
     	 *  @param  array	$filtersarray   Requete sql de selection des destinataires
     	 *  @return int           			< 0 si erreur, nb ajout si ok
     	 */
    -	function add_to_target($mailing_id,$filtersarray=array())
    +	function add_to_target($mailing_id, $filtersarray=array())
     	{
    +        // phpcs:enable
     		// Deprecation warning
     	    if ($filtersarray) {
     		    dol_syslog(__METHOD__ . ": filtersarray parameter is deprecated", LOG_WARNING);
    @@ -223,5 +225,4 @@ class mailing_pomme extends MailingTargets
     
     		return parent::add_to_target($mailing_id, $cibles);
     	}
    -
     }
    diff --git a/htdocs/core/modules/mailings/thirdparties.modules.php b/htdocs/core/modules/mailings/thirdparties.modules.php
    index f7a2ed5bc3c..ad19264620a 100644
    --- a/htdocs/core/modules/mailings/thirdparties.modules.php
    +++ b/htdocs/core/modules/mailings/thirdparties.modules.php
    @@ -31,7 +31,7 @@ class mailing_thirdparties extends MailingTargets
     
     	var $require_module=array("societe");	// This module allows to select by categories must be also enabled if category module is not activated
     	var $picto='company';
    -	
    +
     	/**
          * @var DoliDB Database handler.
          */
    @@ -52,6 +52,7 @@ class mailing_thirdparties extends MailingTargets
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    This is the main function that returns the array of emails
     	 *
    @@ -59,8 +60,9 @@ class mailing_thirdparties extends MailingTargets
     	 *    @param	array	$filtersarray   If you used the formFilter function. Empty otherwise.
     	 *    @return   int 					<0 if error, number of emails added if ok
     	 */
    -	function add_to_target($mailing_id,$filtersarray=array())
    +	function add_to_target($mailing_id, $filtersarray=array())
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		$cibles = array();
    @@ -95,53 +97,53 @@ class mailing_thirdparties extends MailingTargets
     		    $sql.= " AND c.rowid='".$this->db->escape($_POST['filter'])."'";
     		}
     
    -                $addDescription= "";
    -                if (isset($_POST["filter_client"]) && $_POST["filter_client"] <> '-1')
    -                {
    -                    $sql.= " AND s.client=" . $_POST["filter_client"];
    -                    $addDescription= $langs->trans('ProspectCustomer')."=";
    -                    if ($_POST["filter_client"] == 0)
    -                    {
    -                        $addDescription.= $langs->trans('NorProspectNorCustomer');
    -                    }
    -                    else if ($_POST["filter_client"] == 1)
    -                    {
    -                        $addDescription.= $langs->trans('Customer');
    -                    }
    -                    else if ($_POST["filter_client"] == 2)
    -                    {
    -                        $addDescription.= $langs->trans('Prospect');
    -                    }
    -                    else if ($_POST["filter_client"] == 3)
    -                    {
    -                        $addDescription.= $langs->trans('ProspectCustomer');
    -                    }
    -                    else
    -                    {
    -                        $addDescription.= "Unknown status ".$_POST["filter_client"];
    -                    }
    -                }
    -                if (isset($_POST["filter_status"]))
    -                {
    -                    if (strlen($addDescription) > 0)
    -                    {
    -                        $addDescription.= ";";
    -                    }
    -                    $addDescription.= $langs->trans("Status")."=";
    -                    if ($_POST["filter_status"] == '1')
    -                    {
    -                        $sql.= " AND s.status=1";
    -                        $addDescription.= $langs->trans("Enabled");
    -                    }
    -                    else
    -                    {
    -                        $sql.= " AND s.status=0";
    -                        $addDescription.= $langs->trans("Disabled");
    -                    }
    -                }
    -		$sql.= " ORDER BY email";
    +        $addDescription= "";
    +        if (isset($_POST["filter_client"]) && $_POST["filter_client"] <> '-1')
    +        {
    +            $sql.= " AND s.client=" . $_POST["filter_client"];
    +            $addDescription= $langs->trans('ProspectCustomer')."=";
    +            if ($_POST["filter_client"] == 0)
    +            {
    +                $addDescription.= $langs->trans('NorProspectNorCustomer');
    +            }
    +            elseif ($_POST["filter_client"] == 1)
    +            {
    +                $addDescription.= $langs->trans('Customer');
    +            }
    +            elseif ($_POST["filter_client"] == 2)
    +            {
    +                $addDescription.= $langs->trans('Prospect');
    +            }
    +            elseif ($_POST["filter_client"] == 3)
    +            {
    +                $addDescription.= $langs->trans('ProspectCustomer');
    +            }
    +            else
    +            {
    +                $addDescription.= "Unknown status ".$_POST["filter_client"];
    +            }
    +        }
    +        if (isset($_POST["filter_status"]))
    +        {
    +            if (strlen($addDescription) > 0)
    +            {
    +                $addDescription.= ";";
    +            }
    +            $addDescription.= $langs->trans("Status")."=";
    +            if ($_POST["filter_status"] == '1')
    +            {
    +                $sql.= " AND s.status=1";
    +                $addDescription.= $langs->trans("Enabled");
    +            }
    +            else
    +            {
    +                $sql.= " AND s.status=0";
    +                $addDescription.= $langs->trans("Disabled");
    +            }
    +        }
    +        $sql.= " ORDER BY email";
     
    -		// Stock recipients emails into targets table
    +        // Stock recipients emails into targets table
     		$result=$this->db->query($sql);
     		if ($result)
     		{
    @@ -309,11 +311,10 @@ class mailing_thirdparties extends MailingTargets
                     $s.='<option value="0">'.$langs->trans("Disabled").'</option>';
     		$s.='</select>';
     		return $s;
    -
     	}
     
     
    -	/**
    +    /**
     	 *  Can include an URL link on each record provided by selector shown on target page.
     	 *
          *  @param	int		$id		ID
    @@ -323,6 +324,4 @@ class mailing_thirdparties extends MailingTargets
     	{
     		return '<a href="'.DOL_URL_ROOT.'/societe/card.php?socid='.$id.'">'.img_object('',"company").'</a>';
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/mailings/thirdparties_services_expired.modules.php b/htdocs/core/modules/mailings/thirdparties_services_expired.modules.php
    index 0135227b461..4f6f3c4ecdb 100644
    --- a/htdocs/core/modules/mailings/thirdparties_services_expired.modules.php
    +++ b/htdocs/core/modules/mailings/thirdparties_services_expired.modules.php
    @@ -29,12 +29,12 @@ class mailing_thirdparties_services_expired extends MailingTargets
     
         var $require_module=array('contrat');
         var $picto='company';
    -    
    +
         /**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         var $arrayofproducts=array();
     
     
    @@ -78,6 +78,7 @@ class mailing_thirdparties_services_expired extends MailingTargets
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  This is the main function that returns the array of emails
          *
    @@ -87,6 +88,7 @@ class mailing_thirdparties_services_expired extends MailingTargets
          */
         function add_to_target($mailing_id,$filtersarray=array())
         {
    +        // phpcs:enable
             $target = array();
     
             // ----- Your code start here -----
    @@ -241,6 +243,4 @@ class mailing_thirdparties_services_expired extends MailingTargets
         {
             return '<a href="'.DOL_URL_ROOT.'/societe/card.php?socid='.$id.'">'.img_object('',"company").'</a>';
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/mailings/xinputfile.modules.php b/htdocs/core/modules/mailings/xinputfile.modules.php
    index 152322c2899..7de27a0c753 100644
    --- a/htdocs/core/modules/mailings/xinputfile.modules.php
    +++ b/htdocs/core/modules/mailings/xinputfile.modules.php
    @@ -110,6 +110,7 @@ class mailing_xinputfile extends MailingTargets
     		return $s;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Ajoute destinataires dans table des cibles
     	 *
    @@ -119,6 +120,7 @@ class mailing_xinputfile extends MailingTargets
     	 */
     	function add_to_target($mailing_id,$filtersarray=array())
     	{
    +        // phpcs:enable
     		global $conf,$langs,$_FILES;
     
     		require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
    @@ -220,6 +222,4 @@ class mailing_xinputfile extends MailingTargets
     
     		return parent::add_to_target($mailing_id, $cibles);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/mailings/xinputuser.modules.php b/htdocs/core/modules/mailings/xinputuser.modules.php
    index 794de3d9294..2364eeb08ef 100644
    --- a/htdocs/core/modules/mailings/xinputuser.modules.php
    +++ b/htdocs/core/modules/mailings/xinputuser.modules.php
    @@ -37,7 +37,7 @@ class mailing_xinputuser extends MailingTargets
     	var $require_admin=0;                    // Module mailing actif pour user admin ou non
     	var $picto='generic';
     	var $tooltip='UseFormatInputEmailToTarget';
    -	
    +
     
     	/**
     	 *	Constructor
    @@ -108,6 +108,7 @@ class mailing_xinputuser extends MailingTargets
     		return $s;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Ajoute destinataires dans table des cibles
     	 *
    @@ -117,6 +118,7 @@ class mailing_xinputuser extends MailingTargets
     	 */
     	function add_to_target($mailing_id,$filtersarray=array())
     	{
    +        // phpcs:enable
     		global $conf,$langs,$_FILES;
     
     		require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
    @@ -153,12 +155,9 @@ class mailing_xinputuser extends MailingTargets
     		}
     		else
     		{
    -		   	$langs->load("errors");
    -		   	$this->error = $langs->trans("ErrorBadEmail",$email);
    +            $langs->load("errors");
    +            $this->error = $langs->trans("ErrorBadEmail",$email);
     			return -1;
     		}
    -
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/member/doc/pdf_standard.class.php b/htdocs/core/modules/member/doc/pdf_standard.class.php
    index 6a723ce0553..524d1446427 100644
    --- a/htdocs/core/modules/member/doc/pdf_standard.class.php
    +++ b/htdocs/core/modules/member/doc/pdf_standard.class.php
    @@ -47,6 +47,7 @@ class pdf_standard extends CommonStickerGenerator
     		// use this method in future refactoring
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0)
     	 * - __LOGO__ is replace with company logo
    @@ -64,6 +65,7 @@ class pdf_standard extends CommonStickerGenerator
     	 */
     	function Add_PDF_card(&$pdf,$textleft,$header,$footer,$outputlangs,$textright='',$idmember=0,$photo='')
     	{
    +        // phpcs:enable
     		global $db,$mysoc,$conf,$langs;
     		global $forceimgscalewidth,$forceimgscaleheight;
     
    @@ -235,6 +237,7 @@ class pdf_standard extends CommonStickerGenerator
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build PDF on disk, then output on HTTP stream.
     	 *
    @@ -247,6 +250,7 @@ class pdf_standard extends CommonStickerGenerator
     	 */
     	function write_file($object, $outputlangs, $srctemplatepath, $mode='member', $nooutput=0)
     	{
    +        // phpcs:enable
     		global $user,$conf,$langs,$mysoc,$_Avery_Labels;
     
     		$this->code=$srctemplatepath;
    @@ -441,5 +445,4 @@ class pdf_standard extends CommonStickerGenerator
     
     		return 1;
     	}
    -
     }
    diff --git a/htdocs/core/modules/member/modules_cards.php b/htdocs/core/modules/member/modules_cards.php
    index 4e3e1a2dac4..c931abce4ed 100644
    --- a/htdocs/core/modules/member/modules_cards.php
    +++ b/htdocs/core/modules/member/modules_cards.php
    @@ -40,6 +40,7 @@ class ModelePDFCards
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of active generation modules
     	 *
    @@ -49,6 +50,7 @@ class ModelePDFCards
     	 */
     	function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='member';
    @@ -62,6 +64,7 @@ class ModelePDFCards
     }
     
     
    +// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     /**
      *	Cree un fichier de cartes de visites en fonction du modele de ADHERENT_CARDS_ADDON_PDF
      *
    @@ -75,20 +78,21 @@ class ModelePDFCards
      */
     function members_card_pdf_create($db, $arrayofmembers, $modele, $outputlangs, $outputdir='', $template='standard')
     {
    +    // phpcs:enable
     	global $conf,$langs;
     	$langs->load("members");
     
     	$error=0;
    -	
    +
     	// Increase limit for PDF build
     	$err=error_reporting();
     	error_reporting(0);
     	@set_time_limit(120);
     	error_reporting($err);
    -	
    +
     	$code='';
     	$srctemplatepath='';
    -	
    +
     	// Positionne le modele sur le nom du modele a utiliser
     	if (! dol_strlen($modele))
     	{
    @@ -111,7 +115,7 @@ function members_card_pdf_create($db, $arrayofmembers, $modele, $outputlangs, $o
     		$srctemplatepath=$tmp[1];
     	}
     	else $srctemplatepath=$code;
    -	
    +
     	// Search template files
     	$file=''; $classname=''; $filefound=0;
     	$dirmodels=array('/');
    @@ -121,7 +125,7 @@ function members_card_pdf_create($db, $arrayofmembers, $modele, $outputlangs, $o
     		foreach(array('doc','pdf') as $prefix)
     		{
     			$file = $prefix."_".$template.".class.php";
    -			
    +
     			// On verifie l'emplacement du modele
     			$file=dol_buildpath($reldir."core/modules/member/doc/".$file,0);
     			if (file_exists($file))
    @@ -133,8 +137,8 @@ function members_card_pdf_create($db, $arrayofmembers, $modele, $outputlangs, $o
     		}
     		if ($filefound) break;
     	}
    -	
    -	
    +
    +
     	// Charge le modele
     	if ($filefound)
     	{
    @@ -163,7 +167,4 @@ function members_card_pdf_create($db, $arrayofmembers, $modele, $outputlangs, $o
     		dol_print_error('',$langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$file));
     		return -1;
     	}
    -
    -
     }
    -
    diff --git a/htdocs/core/modules/modAccounting.class.php b/htdocs/core/modules/modAccounting.class.php
    index ba56042ec61..20b9bf54edd 100644
    --- a/htdocs/core/modules/modAccounting.class.php
    +++ b/htdocs/core/modules/modAccounting.class.php
    @@ -45,7 +45,7 @@ class modAccounting extends DolibarrModules
     		$this->numero = 50400;
     
     		$this->family = "financial";
    -		$this->module_position = 610;
    +		$this->module_position = '61';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i', '', get_class($this));
     		$this->description = "Advanced accounting management";
    @@ -287,6 +287,5 @@ class modAccounting extends DolibarrModules
     			'aa.account_parent'=>array('rule'=>'zeroifnull'),
     		);
     		$this->import_examplevalues_array[$r]=array('aa.fk_pcg_version'=>"PCG99-ABREGE",'aa.account_number'=>"707",'aa.label'=>"Product sales",'aa.account_parent'=>"1407","aa.fk_accounting_category"=>"","aa.pcg_type"=>"PROD",'aa.pcg_subtype'=>'PRODUCT','aa.active'=>'1','aa.datec'=>"2017-04-28");
    -
     	}
     }
    diff --git a/htdocs/core/modules/modAdherent.class.php b/htdocs/core/modules/modAdherent.class.php
    index de84c653060..e6a3f294c82 100644
    --- a/htdocs/core/modules/modAdherent.class.php
    +++ b/htdocs/core/modules/modAdherent.class.php
    @@ -49,7 +49,7 @@ class modAdherent extends DolibarrModules
             $this->numero = 310;
     
             $this->family = "hr";
    -        $this->module_position = 20;
    +        $this->module_position = '20';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
             $this->description = "Management of members of a foundation or association";
    @@ -347,6 +347,8 @@ class modAdherent extends DolibarrModules
     		);
     
             // Cronjobs
    +        $arraydate=dol_getdate(dol_now());
    +        $datestart=dol_mktime(22, 0, 0, $arraydate['mon'], $arraydate['mday'], $arraydate['year']);
             $this->cronjobs = array(
     			0=>array(
     				'label'=>'SendReminderForExpiredSubscriptionTitle',
    @@ -360,9 +362,9 @@ class modAdherent extends DolibarrModules
     				'priority'=>50,
     				'status'=>0,
     				'test'=>true,
    +				'datestart'=>$datestart
     			),
             );
    -
         }
     
     
    diff --git a/htdocs/core/modules/modAgenda.class.php b/htdocs/core/modules/modAgenda.class.php
    index d5620d6805b..1f6fa467469 100644
    --- a/htdocs/core/modules/modAgenda.class.php
    +++ b/htdocs/core/modules/modAgenda.class.php
    @@ -51,7 +51,7 @@ class modAgenda extends DolibarrModules
     		$this->numero = 2400;
     
     		$this->family = "projects";
    -		$this->module_position = 15;
    +		$this->module_position = '15';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Follow events or rendez-vous. Record manual events into Agendas or let application record automatic events for log tracking.";
    @@ -90,7 +90,7 @@ class modAgenda extends DolibarrModules
     		$resql = $this->db->query($sqlreadactions);
     		if ($resql)
     		{
    -		    while ($obj = $this->db->fetch_object($sqlreadactions))
    +		    while ($obj = $this->db->fetch_object($resql))
     		    {
     		        //if (preg_match('/_CREATE$/',$obj->code) && (! in_array($obj->code, array('COMPANY_CREATE','PRODUCT_CREATE','TASK_CREATE')))) continue;    // We don't track such events (*_CREATE) by default, we prefer validation (except thirdparty/product/task creation because there is no validation).
     		        if (preg_match('/^TASK_/',$obj->code)) continue;      // We don't track such events by default.
    @@ -113,9 +113,9 @@ class modAgenda extends DolibarrModules
     
     		// Cronjobs
     		//------------
    +		$datestart=dol_now();
     		$this->cronjobs = array(
    -			0=>array('label'=>'SendEmailsReminders', 'jobtype'=>'method', 'class'=>'comm/action/class/actioncomm.class.php', 'objectname'=>'ActionComm', 'method'=>'sendEmailsReminder', 'parameters'=>'', 'comment'=>'SendEMailsReminder', 'frequency'=>10, 'unitfrequency'=>60, 'priority'=>10, 'status'=>1, 'test'=>'1'),
    -		    // 1=>array('label'=>'My label', 'jobtype'=>'command', 'command'=>'', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>1, 'unitfrequency'=>3600*24)
    +			0=>array('label'=>'SendEmailsReminders', 'jobtype'=>'method', 'class'=>'comm/action/class/actioncomm.class.php', 'objectname'=>'ActionComm', 'method'=>'sendEmailsReminder', 'parameters'=>'', 'comment'=>'SendEMailsReminder', 'frequency'=>10, 'unitfrequency'=>60, 'priority'=>10, 'status'=>1, 'test'=>'$conf->agenda->enabled', 'datestart'=>$datestart),
     		);
     
     		// Permissions
    @@ -419,7 +419,5 @@ class modAgenda extends DolibarrModules
     		if (empty($user->rights->societe->client->voir)) $this->export_sql_end[$r] .=' AND (sc.fk_user = '.(empty($user)?0:$user->id).' OR ac.fk_soc IS NULL)';
     		if (empty($user->rights->agenda->allactions->read)) $this->export_sql_end[$r] .=' AND acr.fk_element = '.(empty($user)?0:$user->id);
     		$this->export_sql_end[$r] .=' ORDER BY ac.datep';
    -
     	}
    -
     }
    diff --git a/htdocs/core/modules/modAsset.class.php b/htdocs/core/modules/modAsset.class.php
    index d6a50ab9b07..dd61c75df2a 100644
    --- a/htdocs/core/modules/modAsset.class.php
    +++ b/htdocs/core/modules/modAsset.class.php
    @@ -27,15 +27,11 @@
     include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
     
     
    -// The class name should start with a lower case mod for Dolibarr to pick it up
    -// so we ignore the Squiz.Classes.ValidClassName.NotCamelCaps rule.
    -// @codingStandardsIgnoreStart
     /**
      *  Description and activation class for module FixedAssets
      */
     class modAsset extends DolibarrModules
     {
    -	// @codingStandardsIgnoreEnd
     	/**
     	 * Constructor. Define names, constants, directories, boxes, permissions
     	 *
    @@ -57,7 +53,7 @@ class modAsset extends DolibarrModules
     		// It is used to group modules by family in module setup page
     		$this->family = "financial";
     		// Module position in the family on 2 digits ('01', '10', '20', ...)
    -		$this->module_position = '90';
    +		$this->module_position = '70';
     		// 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' => '01', 'label' => $langs->trans("MyOwnFamily")));
     
    @@ -178,9 +174,9 @@ class modAsset extends DolibarrModules
     
     		// Cronjobs (List of cron jobs entries to add when module is enabled)
     		// unit_frequency must be 60 for minute, 3600 for hour, 86400 for day, 604800 for week
    -		$this->cronjobs = array(
    -			0=>array('label'=>'MyJob label', 'jobtype'=>'method', 'class'=>'/asset/class/asset.class.php', 'objectname'=>'Asset', 'method'=>'doScheduledJob', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true)
    -		);
    +		//$this->cronjobs = array(
    +		//	0=>array('label'=>'MyJob label', 'jobtype'=>'method', 'class'=>'/asset/class/asset.class.php', 'objectname'=>'Asset', 'method'=>'doScheduledJob', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true)
    +		//);
     		// Example: $this->cronjobs=array(0=>array('label'=>'My label', 'jobtype'=>'method', 'class'=>'/dir/class/file.class.php', 'objectname'=>'MyClass', 'method'=>'myMethod', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true),
     		//                                1=>array('label'=>'My label', 'jobtype'=>'command', 'command'=>'', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>1, 'unitfrequency'=>3600*24, 'status'=>0, 'test'=>true)
     		// );
    @@ -335,5 +331,4 @@ class modAsset extends DolibarrModules
     
     		return $this->_init($sql,$options);
     	}
    -
     }
    diff --git a/htdocs/core/modules/modBanque.class.php b/htdocs/core/modules/modBanque.class.php
    index 602085b9f5a..d6cc2431948 100644
    --- a/htdocs/core/modules/modBanque.class.php
    +++ b/htdocs/core/modules/modBanque.class.php
    @@ -49,7 +49,7 @@ class modBanque extends DolibarrModules
     		$this->numero = 85;
     
     		$this->family = "financial";
    -		$this->module_position = 510;
    +		$this->module_position = '51';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des comptes financiers de type Comptes bancaires ou postaux";
    @@ -86,49 +86,49 @@ class modBanque extends DolibarrModules
     
     		$r++;
     		$this->rights[$r][0] = 111; // id de la permission
    -		$this->rights[$r][1] = 'Lire les comptes bancaires'; // libelle de la permission
    +		$this->rights[$r][1] = 'Read bank account and transactions';
     		$this->rights[$r][2] = 'r';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'lire';
     
     		$r++;
     		$this->rights[$r][0] = 112; // id de la permission
    -		$this->rights[$r][1] = 'Creer/modifier montant/supprimer ecriture bancaire'; // libelle de la permission
    +		$this->rights[$r][1] = 'Creer/modifier montant/supprimer ecriture bancaire';
     		$this->rights[$r][2] = 'w';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'modifier';
     
     		$r++;
     		$this->rights[$r][0] = 113; // id de la permission
    -		$this->rights[$r][1] = 'Configurer les comptes bancaires (creer, gerer categories)'; // libelle de la permission
    +		$this->rights[$r][1] = 'Configurer les comptes bancaires (creer, gerer categories)';
     		$this->rights[$r][2] = 'a';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'configurer';
     
     		$r++;
     		$this->rights[$r][0] = 114; // id de la permission
    -		$this->rights[$r][1] = 'Rapprocher les ecritures bancaires'; // libelle de la permission
    +		$this->rights[$r][1] = 'Rapprocher les ecritures bancaires';
     		$this->rights[$r][2] = 'w';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'consolidate';
     
     		$r++;
     		$this->rights[$r][0] = 115; // id de la permission
    -		$this->rights[$r][1] = 'Exporter transactions et releves'; // libelle de la permission
    +		$this->rights[$r][1] = 'Exporter transactions et releves';
     		$this->rights[$r][2] = 'r';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'export';
     
     		$r++;
     		$this->rights[$r][0] = 116; // id de la permission
    -		$this->rights[$r][1] = 'Virements entre comptes'; // libelle de la permission
    +		$this->rights[$r][1] = 'Virements entre comptes';
     		$this->rights[$r][2] = 'w';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'transfer';
     
     		$r++;
     		$this->rights[$r][0] = 117; // id de la permission
    -		$this->rights[$r][1] = 'Gerer les envois de cheques'; // libelle de la permission
    +		$this->rights[$r][1] = 'Gerer les envois de cheques';
     		$this->rights[$r][2] = 'w';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'cheque';
    @@ -199,7 +199,6 @@ class modBanque extends DolibarrModules
     		$this->export_sql_end[$r] .=' AND p.fk_paiement = 7';
     		$this->export_sql_end[$r] .=' AND ba.entity IN ('.getEntity('bank_account').')';
     		$this->export_sql_order[$r] =' ORDER BY b.datev, b.num_releve';
    -
     	}
     
     
    diff --git a/htdocs/core/modules/modBlockedLog.class.php b/htdocs/core/modules/modBlockedLog.class.php
    index 0cfa4b8d95a..2c422cb4ad6 100644
    --- a/htdocs/core/modules/modBlockedLog.class.php
    +++ b/htdocs/core/modules/modBlockedLog.class.php
    @@ -47,7 +47,7 @@ class modBlockedLog extends DolibarrModules
     		// It is used to group modules in module setup page
             $this->family = "base";
             // Module position in the family on 2 digits ('01', '10', '20', ...)
    -        $this->module_position = '90';
    +        $this->module_position = '75';
             // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
             $this->name = preg_replace('/^mod/i','',get_class($this));
             $this->description = "Enable a log on some business events into a non reversible log. This module may be mandatory for some countries.";
    diff --git a/htdocs/core/modules/modBookmark.class.php b/htdocs/core/modules/modBookmark.class.php
    index 191e12bc2eb..db844393cd0 100644
    --- a/htdocs/core/modules/modBookmark.class.php
    +++ b/htdocs/core/modules/modBookmark.class.php
    @@ -101,6 +101,5 @@ class modBookmark extends DolibarrModules
     		// Menus
     		//-------
     		$this->menu = 1;        // This module add menu entries. They are coded into menu manager.
    -
     	}
     }
    diff --git a/htdocs/core/modules/modCashDesk.class.php b/htdocs/core/modules/modCashDesk.class.php
    index 2b33e09c1ac..d9d4a6c2816 100644
    --- a/htdocs/core/modules/modCashDesk.class.php
    +++ b/htdocs/core/modules/modCashDesk.class.php
    @@ -46,7 +46,7 @@ class modCashDesk extends DolibarrModules
     		$this->rights_class = 'cashdesk';
     
     		$this->family = "portal";
    -		$this->module_position = 10;
    +		$this->module_position = '10';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "CashDesk module";
    @@ -81,7 +81,6 @@ class modCashDesk extends DolibarrModules
     
     		// Permissions
     		$this->rights = array();
    -		$this->rights_class = 'cashdesk';
     		$r=0;
     
     		$r++;
    diff --git a/htdocs/core/modules/modCategorie.class.php b/htdocs/core/modules/modCategorie.class.php
    index 50074779955..1006869d69f 100644
    --- a/htdocs/core/modules/modCategorie.class.php
    +++ b/htdocs/core/modules/modCategorie.class.php
    @@ -45,7 +45,7 @@ class modCategorie extends DolibarrModules
     		$this->numero = 1780;
     
     		$this->family = "technic";
    -		$this->module_position = 20;
    +		$this->module_position = '20';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des categories (produits, clients, fournisseurs...)";
    diff --git a/htdocs/core/modules/modCollab.class.php b/htdocs/core/modules/modCollab.class.php
    index 5349b000ac3..90cffc85448 100644
    --- a/htdocs/core/modules/modCollab.class.php
    +++ b/htdocs/core/modules/modCollab.class.php
    @@ -46,7 +46,7 @@ class modCollab extends DolibarrModules
     		// Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
     		// It is used to group modules in module setup page
             $this->family = "portal";
    -        $this->module_position = 51;
    +        $this->module_position = '51';
             // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
             $this->name = preg_replace('/^mod/i','',get_class($this));
             $this->description = "Enable the public collaboration features, like shared pad, shared online sheets, etc...";
    diff --git a/htdocs/core/modules/modCommande.class.php b/htdocs/core/modules/modCommande.class.php
    index 91a86e4e842..f8f96a119f0 100644
    --- a/htdocs/core/modules/modCommande.class.php
    +++ b/htdocs/core/modules/modCommande.class.php
    @@ -51,7 +51,7 @@ class modCommande extends DolibarrModules
     		$this->numero = 25;
     
     		$this->family = "crm";
    -		$this->module_position = 30;
    +		$this->module_position = '30';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des commandes clients";
    diff --git a/htdocs/core/modules/modComptabilite.class.php b/htdocs/core/modules/modComptabilite.class.php
    index 41349d214fc..2d0f81cf0cc 100644
    --- a/htdocs/core/modules/modComptabilite.class.php
    +++ b/htdocs/core/modules/modComptabilite.class.php
    @@ -48,7 +48,7 @@ class modComptabilite extends DolibarrModules
     		$this->numero = 10;
     
     		$this->family = "financial";
    -		$this->module_position = 600;
    +		$this->module_position = '60';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion sommaire de comptabilite";
    @@ -98,7 +98,6 @@ class modComptabilite extends DolibarrModules
     		// Menus
     		//-------
     		$this->menu = 1;        // This module add menu entries. They are coded into menu manager.
    -
     	}
     
     
    diff --git a/htdocs/core/modules/modContrat.class.php b/htdocs/core/modules/modContrat.class.php
    index ac722cd04ef..36764d43ba4 100644
    --- a/htdocs/core/modules/modContrat.class.php
    +++ b/htdocs/core/modules/modContrat.class.php
    @@ -47,6 +47,7 @@ class modContrat extends DolibarrModules
     		$this->numero = 54;
     
     		$this->family = "crm";
    +		$this->module_position = '35';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des contrats de services";
    diff --git a/htdocs/core/modules/modDataPolicies.class.php b/htdocs/core/modules/modDataPolicies.class.php
    new file mode 100644
    index 00000000000..74bbe0ba7d2
    --- /dev/null
    +++ b/htdocs/core/modules/modDataPolicies.class.php
    @@ -0,0 +1,277 @@
    +<?php
    +
    +/* Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2018      Nicolas ZABOURI      <info@inovea-conseil.com>
    + *
    + * 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/>.
    + */
    +
    +/**
    + * 	\defgroup   datapolicies     Module datapolicies
    + *  \brief      datapolicies module descriptor.
    + *
    + *  \file       htdocs/datapolicies/core/modules/modGdpr.class.php
    + *  \ingroup    datapolicies
    + *  \brief      Description and activation file for module DATAPOLICIES
    + */
    +include_once DOL_DOCUMENT_ROOT . '/core/modules/DolibarrModules.class.php';
    +
    +
    +
    +// The class name should start with a lower case mod for Dolibarr to pick it up
    +// so we ignore the Squiz.Classes.ValidClassName.NotCamelCaps rule.
    +// @codingStandardsIgnoreStart
    +/**
    + *  Description and activation class for module datapolicies
    + */
    +class modDataPolicies extends DolibarrModules {
    +
    +    // @codingStandardsIgnoreEnd
    +    /**
    +     * Constructor. Define names, constants, directories, boxes, permissions
    +     *
    +     * @param DoliDB $db Database handler
    +     */
    +    public function __construct($db)
    +    {
    +        global $langs, $conf;
    +
    +        $this->db = $db;
    +
    +        // Id for module (must be unique).
    +        // Use here a free id (See in Home -> System information -> Dolibarr for list of used modules id).
    +        $this->numero = 4100;
    +        // Key text used to identify module (for permissions, menus, etc...)
    +        $this->rights_class = 'datapolicies';
    +
    +        // Family can be 'base' (core modules),'crm','financial','hr','projects','products','ecm','technic' (transverse modules),'interface' (link with external tools),'other','...'
    +        // It is used to group modules by family in module setup page
    +        $this->family = "hr";
    +        // Module position in the family on 2 digits ('01', '10', '20', ...)
    +        $this->module_position = '70';
    +        // 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' => '01', 'label' => $langs->trans("MyOwnFamily")));
    +        // Module label (no space allowed), used if translation string 'ModuledatapoliciesName' not found (MyModue is name of module).
    +        $this->name = preg_replace('/^mod/i', '', get_class($this));
    +        // Module description, used if translation string 'ModuledatapoliciesDesc' not found (MyModue is name of module).
    +        $this->description = "Module to manage Data policies (for compliance with GDPR in Europe or other Data policies rules)";
    +        // Used only if file README.md and README-LL.md not found.
    +        $this->descriptionlong = "";
    +
    +        // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
    +        $this->version = 'development';
    +        // Key used in llx_const table to save module status enabled/disabled (where datapolicies is value of property name of module in uppercase)
    +        $this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);
    +        // Name of image file used for this module.
    +        // If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
    +        // If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module'
    +        $this->picto = 'generic';
    +
    +        // Defined all module parts (triggers, login, substitutions, menus, css, etc...)
    +        // for default path (eg: /datapolicies/core/xxxxx) (0=disable, 1=enable)
    +        // for specific path of parts (eg: /datapolicies/core/modules/barcode)
    +        // for specific css file (eg: /datapolicies/css/datapolicies.css.php)
    +        $this->module_parts = array(
    +            'triggers' => 0, // Set this to 1 if module has its own trigger directory (core/triggers)
    +            'login' => 0, // Set this to 1 if module has its own login method file (core/login)
    +            'substitutions' => 0, // Set this to 1 if module has its own substitution function file (core/substitutions)
    +            'menus' => 0, // Set this to 1 if module has its own menus handler directory (core/menus)
    +            'theme' => 0, // Set this to 1 if module has its own theme directory (theme)
    +            'tpl' => 0, // Set this to 1 if module overwrite template dir (core/tpl)
    +            'barcode' => 0, // Set this to 1 if module has its own barcode directory (core/modules/barcode)
    +            'models' => 0, // Set this to 1 if module has its own models directory (core/modules/xxx)
    +            'hooks' => array('data' => array('membercard', 'contactcard', 'thirdpartycard'), 'entity' => $conf->entity)  // 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.
    +        // Example: this->dirs = array("/datapolicies/temp","/datapolicies/subdir");
    +        $this->dirs = array("/datapolicies/temp");
    +
    +        // Config pages. Put here list of php page, stored into datapolicies/admin directory, to use to setup module.
    +        $this->config_page_url = array("setup.php@datapolicies");
    +
    +        // Dependencies
    +        $this->hidden = false;   // A condition to hide module
    +        $this->depends = array();  // List of module class names as string that must be enabled if this module is enabled
    +        $this->requiredby = array(); // List of module ids to disable if this one is disabled
    +        $this->conflictwith = array(); // List of module class names as string this module is in conflict with
    +        $this->langfiles = array("datapolicies@datapolicies");
    +        $this->phpmin = array(5, 3);     // Minimum version of PHP required by module
    +        $this->need_dolibarr_version = array(4, 0); // Minimum version of Dolibarr required by module
    +        $this->warnings_activation = array();                     // Warning to show when we activate module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
    +        $this->warnings_activation_ext = array();                 // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
    +        //$this->automatic_activation = array('FR'=>'datapoliciesWasAutomaticallyActivatedBecauseOfYourCountryChoice');
    +        //$this->always_enabled = true;								// If true, can't be disabled
    +        // Constants
    +        // List of particular constants to add when module is enabled (key, 'chaine', value, desc, visible, 'current' or 'allentities', deleteonunactive)
    +        // Example: $this->const=array(0=>array('datapolicies_MYNEWCONST1','chaine','myvalue','This is a constant to add',1),
    +        //                             1=>array('datapolicies_MYNEWCONST2','chaine','myvalue','This is another constant to add',0, 'current', 1)
    +        // );
    +        $this->const = array(
    +            array('DATAPOLICIES_TIERS_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +            array('DATAPOLICIES_TIERS_PROSPECT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +            array('DATAPOLICIES_TIERS_PROSPECT_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +            array('DATAPOLICIES_TIERS_NIPROSPECT_NICLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +            array('DATAPOLICIES_TIERS_FOURNISSEUR', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +            array('DATAPOLICIES_CONTACT_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +            array('DATAPOLICIES_CONTACT_PROSPECT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +            array('DATAPOLICIES_CONTACT_PROSPECT_CLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +            array('DATAPOLICIES_CONTACT_NIPROSPECT_NICLIENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +            array('DATAPOLICIES_CONTACT_FOURNISSEUR', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +            array('DATAPOLICIES_ADHERENT', 'chaine', '', $langs->trans('NUMBER_MONTH_BEFORE_DELETION'), 0),
    +        );
    +
    +        $country = explode(":", $conf->global->MAIN_INFO_SOCIETE_COUNTRY);
    +
    +        // Some keys to add into the overwriting translation tables
    +        /* $this->overwrite_translation = array(
    +          'en_US:ParentCompany'=>'Parent company or reseller',
    +          'fr_FR:ParentCompany'=>'Maison mère ou revendeur'
    +          ) */
    +
    +        if (!isset($conf->datapolicies) || !isset($conf->datapolicies->enabled)) {
    +            $conf->datapolicies = new stdClass();
    +            $conf->datapolicies->enabled = 0;
    +        }
    +
    +
    +        // Array to add new pages in new tabs
    +        $this->tabs = array();
    +        // Example:
    +        // $this->tabs[] = array('data'=>'objecttype:+tabname1:Title1:mylangfile@datapolicies:$user->rights->datapolicies->read:/datapolicies/mynewtab1.php?id=__ID__');  					// To add a new tab identified by code tabname1
    +        // $this->tabs[] = array('data'=>'objecttype:+tabname2:SUBSTITUTION_Title2:mylangfile@datapolicies:$user->rights->othermodule->read:/datapolicies/mynewtab2.php?id=__ID__',  	// To add another new tab identified by code tabname2. Label will be result of calling all substitution functions on 'Title2' key.
    +        // $this->tabs[] = array('data'=>'objecttype:-tabname:NU:conditiontoremove');                                                     										// To remove an existing tab identified by code tabname
    +        //
    +        // Where objecttype can be
    +        // 'categories_x'	  to add a tab in category view (replace 'x' by type of category (0=product, 1=supplier, 2=customer, 3=member)
    +        // 'contact'          to add a tab in contact view
    +        // 'contract'         to add a tab in contract view
    +        // 'group'            to add a tab in group view
    +        // 'intervention'     to add a tab in intervention view
    +        // 'invoice'          to add a tab in customer invoice view
    +        // 'invoice_supplier' to add a tab in supplier invoice view
    +        // 'member'           to add a tab in fundation member view
    +        // 'opensurveypoll'	  to add a tab in opensurvey poll view
    +        // 'order'            to add a tab in customer order view
    +        // 'order_supplier'   to add a tab in supplier order view
    +        // 'payment'		  to add a tab in payment view
    +        // 'payment_supplier' to add a tab in supplier payment view
    +        // 'product'          to add a tab in product view
    +        // 'propal'           to add a tab in propal view
    +        // 'project'          to add a tab in project view
    +        // 'stock'            to add a tab in stock view
    +        // 'thirdparty'       to add a tab in third party view
    +        // 'user'             to add a tab in user view
    +        // Dictionaries
    +        $this->dictionaries = array();
    +        /* Example:
    +          $this->dictionaries=array(
    +          'langs'=>'mylangfile@datapolicies',
    +          'tabname'=>array(MAIN_DB_PREFIX."table1",MAIN_DB_PREFIX."table2",MAIN_DB_PREFIX."table3"),		// List of tables we want to see into dictonnary editor
    +          'tablib'=>array("Table1","Table2","Table3"),													// Label of tables
    +          'tabsql'=>array('SELECT f.rowid as rowid, f.code, f.label, f.active FROM '.MAIN_DB_PREFIX.'table1 as f','SELECT f.rowid as rowid, f.code, f.label, f.active FROM '.MAIN_DB_PREFIX.'table2 as f','SELECT f.rowid as rowid, f.code, f.label, f.active FROM '.MAIN_DB_PREFIX.'table3 as f'),	// Request to select fields
    +          'tabsqlsort'=>array("label ASC","label ASC","label ASC"),																					// Sort order
    +          'tabfield'=>array("code,label","code,label","code,label"),																					// List of fields (result of select to show dictionary)
    +          'tabfieldvalue'=>array("code,label","code,label","code,label"),																				// List of fields (list of fields to edit a record)
    +          'tabfieldinsert'=>array("code,label","code,label","code,label"),																			// List of fields (list of fields for insert)
    +          'tabrowid'=>array("rowid","rowid","rowid"),																									// Name of columns with primary key (try to always name it 'rowid')
    +          'tabcond'=>array($conf->datapolicies->enabled,$conf->datapolicies->enabled,$conf->datapolicies->enabled)												// Condition to show each dictionary
    +          );
    +         */
    +
    +
    +        // Boxes/Widgets
    +        // Add here list of php file(s) stored in datapolicies/core/boxes that contains class to show a widget.
    +        $this->boxes = array();
    +
    +
    +        // Cronjobs (List of cron jobs entries to add when module is enabled)
    +        // unit_frequency must be 60 for minute, 3600 for hour, 86400 for day, 604800 for week
    +        $this->cronjobs = array(
    +            0 => array('label' => 'DATAPOLICIES Cron', 'jobtype' => 'method', 'class' => '/datapolicies/class/datapoliciesCron.class.php', 'objectname' => 'RgpdCron', 'method' => 'exec', 'parameters' => '', 'comment' => 'Comment', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 1, 'test' => true),
    +            1 => array('label' => 'DATAPOLICIES Mailing', 'jobtype' => 'method', 'class' => '/datapolicies/class/datapoliciesCron.class.php', 'objectname' => 'RgpdCron', 'method' => 'sendMailing', 'parameters' => '', 'comment' => 'Comment', 'frequency' => 1, 'unitfrequency' => 86400, 'status' => 0, 'test' => true)
    +        );
    +        // Example: $this->cronjobs=array(0=>array('label'=>'My label', 'jobtype'=>'method', 'class'=>'/dir/class/file.class.php', 'objectname'=>'MyClass', 'method'=>'myMethod', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true),
    +        //                                1=>array('label'=>'My label', 'jobtype'=>'command', 'command'=>'', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>1, 'unitfrequency'=>3600*24, 'status'=>0, 'test'=>true)
    +        // );
    +        // Permissions
    +        $this->rights = array();  // Permission array used by this module
    +        // Main menu entries
    +        $this->menu = array();   // List of menus to add
    +        $r = 0;
    +    }
    +
    +    /**
    +     * 	Function called when module is enabled.
    +     * 	The init function add constants, boxes, permissions and menus (defined in constructor) into Dolibarr database.
    +     * 	It also creates data directories
    +     *
    +     * 	@param      string	$options    Options when enabling module ('', 'noboxes')
    +     * 	@return     int             	1 if OK, 0 if KO
    +     */
    +    public function init($options = '')
    +    {
    +    	global $langs;
    +
    +    	$this->_load_tables('/datapolicies/sql/');
    +
    +        // Create extrafields
    +        include_once DOL_DOCUMENT_ROOT . '/core/class/extrafields.class.php';
    +        $extrafields = new ExtraFields($this->db);
    +
    +
    +        // Extrafield contact
    +        //$result1=$extrafields->addExtraField('datapolicies_separate', "DATAPOLICIES_BLOCKCHECKBOX", 'separate', 100,  1, 'thirdparty',   0, 0, '', '', 1, '', '1', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_consentement', $langs->trans("DATAPOLICIES_consentement"), 'boolean', 101, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_opposition_traitement', $langs->trans("DATAPOLICIES_opposition_traitement"), 'boolean', 102, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_opposition_prospection', $langs->trans("DATAPOLICIES_opposition_prospection"), 'boolean', 103, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_date', $langs->trans("DATAPOLICIES_date"), 'date', 104, 3, 'thirdparty', 0, 0, '', '', 1, '', '3', 0);
    +        $result1 = $extrafields->addExtraField('datapolicies_send', $langs->trans("DATAPOLICIES_send"), 'date', 105, 3, 'thirdparty', 0, 0, '', '', 0, '', '0', 0);
    +
    +        // Extrafield Tiers
    +        //$result1=$extrafields->addExtraField('datapolicies_separate', "DATAPOLICIES_BLOCKCHECKBOX", 'separate', 100,  1, 'contact',   0, 0, '', '', 1, '', '1', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_consentement', $langs->trans("DATAPOLICIES_consentement"), 'boolean', 101, 3, 'contact', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_opposition_traitement', $langs->trans("DATAPOLICIES_opposition_traitement"), 'boolean', 102, 3, 'contact', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_opposition_prospection', $langs->trans("DATAPOLICIES_opposition_prospection"), 'boolean', 103, 3, 'contact', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_date', $langs->trans("DATAPOLICIES_date"), 'date', 104, 3, 'contact', 0, 0, '', '', 1, '', '3', 0);
    +        $result1 = $extrafields->addExtraField('datapolicies_send', $langs->trans("DATAPOLICIES_send"), 'date', 105, 3, 'contact', 0, 0, '', '', 0, '', '0', 0);
    +
    +        // Extrafield Adherent
    +        //$result1=$extrafields->addExtraField('datapolicies_separate', "DATAPOLICIES_BLOCKCHECKBOX", 'separate', 100,  1, 'adherent',   0, 0, '', '', 1, '', '1', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_consentement', $langs->trans("DATAPOLICIES_consentement"), 'boolean', 101, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_opposition_traitement', $langs->trans("DATAPOLICIES_opposition_traitement"), 'boolean', 102, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_opposition_prospection', $langs->trans("DATAPOLICIES_opposition_prospection"), 'boolean', 103, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0, '', '', 'datapolicies@datapolicies', '$conf->datapolicies->enabled');
    +        $result1 = $extrafields->addExtraField('datapolicies_date', $langs->trans("DATAPOLICIES_date"), 'date', 104, 3, 'adherent', 0, 0, '', '', 1, '', '3', 0);
    +        $result1 = $extrafields->addExtraField('datapolicies_send', $langs->trans("DATAPOLICIES_send"), 'date', 105, 3, 'adherent', 0, 0, '', '', 0, '', '0', 0);
    +
    +        $sql = array();
    +
    +        return $this->_init($sql, $options);
    +    }
    +
    +    /**
    +     * 	Function called when module is disabled.
    +     * 	Remove from database constants, boxes and permissions from Dolibarr database.
    +     * 	Data directories are not deleted
    +     *
    +     * 	@param      string	$options    Options when enabling module ('', 'noboxes')
    +     * 	@return     int             	1 if OK, 0 if KO
    +     */
    +    public function remove($options = '')
    +    {
    +        $sql = array();
    +
    +        return $this->_remove($sql, $options);
    +    }
    +}
    diff --git a/htdocs/core/modules/modDav.class.php b/htdocs/core/modules/modDav.class.php
    index f6c34f030a0..f57e7f12dfe 100644
    --- a/htdocs/core/modules/modDav.class.php
    +++ b/htdocs/core/modules/modDav.class.php
    @@ -26,15 +26,11 @@
     include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
     
     
    -// The class name should start with a lower case mod for Dolibarr to pick it up
    -// so we ignore the Squiz.Classes.ValidClassName.NotCamelCaps rule.
    -// @codingStandardsIgnoreStart
     /**
      *  Description and activation class for module dav
      */
     class modDav extends DolibarrModules
     {
    -	// @codingStandardsIgnoreEnd
     	/**
     	 * Constructor. Define names, constants, directories, boxes, permissions
     	 *
    @@ -56,7 +52,7 @@ class modDav extends DolibarrModules
     		// It is used to group modules by family in module setup page
     		$this->family = "interface";
     		// Module position in the family on 2 digits ('01', '10', '20', ...)
    -		$this->module_position = '90';
    +		$this->module_position = '75';
     		// 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' => '01', 'label' => $langs->trans("MyOwnFamily")));
     
    @@ -177,9 +173,9 @@ class modDav extends DolibarrModules
     
     		// Cronjobs (List of cron jobs entries to add when module is enabled)
     		// unit_frequency must be 60 for minute, 3600 for hour, 86400 for day, 604800 for week
    -		$this->cronjobs = array(
    +		//$this->cronjobs = array(
     			//0=>array('label'=>'MyJob label', 'jobtype'=>'method', 'class'=>'/dav/class/myobject.class.php', 'objectname'=>'MyObject', 'method'=>'doScheduledJob', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true)
    -		);
    +		//);
     		// Example: $this->cronjobs=array(0=>array('label'=>'My label', 'jobtype'=>'method', 'class'=>'/dir/class/file.class.php', 'objectname'=>'MyClass', 'method'=>'myMethod', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true),
     		//                                1=>array('label'=>'My label', 'jobtype'=>'command', 'command'=>'', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>1, 'unitfrequency'=>3600*24, 'status'=>0, 'test'=>true)
     		// );
    @@ -324,5 +320,4 @@ class modDav extends DolibarrModules
     
     		return $this->_remove($sql, $options);
     	}
    -
     }
    diff --git a/htdocs/core/modules/modDeplacement.class.php b/htdocs/core/modules/modDeplacement.class.php
    index 3baa7b74590..9fd5b618c0c 100644
    --- a/htdocs/core/modules/modDeplacement.class.php
    +++ b/htdocs/core/modules/modDeplacement.class.php
    @@ -45,7 +45,7 @@ class modDeplacement extends DolibarrModules
     		$this->numero = 75 ;
     
     		$this->family = "hr";
    -		$this->module_position = 41;
    +		$this->module_position = '41';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des notes de frais et deplacements";		// Si traduction Module75Desc non trouvee
    diff --git a/htdocs/core/modules/modDocumentGeneration.class.php b/htdocs/core/modules/modDocumentGeneration.class.php
    index 211fb38feca..f9e3378f5ea 100644
    --- a/htdocs/core/modules/modDocumentGeneration.class.php
    +++ b/htdocs/core/modules/modDocumentGeneration.class.php
    @@ -45,7 +45,7 @@ class modDocumentGeneration extends DolibarrModules
     		$this->numero = 1520;
     
     		$this->family = "technic";
    -		$this->module_position = 80;
    +		$this->module_position = '80';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Direct mail document generation";
    diff --git a/htdocs/core/modules/modDon.class.php b/htdocs/core/modules/modDon.class.php
    index dacfad736bf..76bdb2ccb63 100644
    --- a/htdocs/core/modules/modDon.class.php
    +++ b/htdocs/core/modules/modDon.class.php
    @@ -140,7 +140,6 @@ class modDon extends DolibarrModules
     		// Menus
     		//-------
     		$this->menu = 1;        // This module add menu entries. They are coded into menu manager.
    -
     	}
     
     
    diff --git a/htdocs/core/modules/modDynamicPrices.class.php b/htdocs/core/modules/modDynamicPrices.class.php
    index c7bc152ff64..a164bec953c 100644
    --- a/htdocs/core/modules/modDynamicPrices.class.php
    +++ b/htdocs/core/modules/modDynamicPrices.class.php
    @@ -82,6 +82,5 @@ class modDynamicPrices extends DolibarrModules
             $this->rights = array();
             $this->rights_class = 'dynamicprices';
             $r=0;
    -
         }
     }
    diff --git a/htdocs/core/modules/modECM.class.php b/htdocs/core/modules/modECM.class.php
    index 5b85ada7f70..c4c00597885 100644
    --- a/htdocs/core/modules/modECM.class.php
    +++ b/htdocs/core/modules/modECM.class.php
    @@ -48,7 +48,7 @@ class modECM extends DolibarrModules
     		// Family can be 'crm','financial','hr','projects','product','ecm','technic','other'
     		// It is used to sort modules in module setup page
     		$this->family = "ecm";
    -		$this->module_position = 10;
    +		$this->module_position = '10';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		// Module description used if translation string 'ModuleXXXDesc' not found (XXX is id value)
    diff --git a/htdocs/core/modules/modExpedition.class.php b/htdocs/core/modules/modExpedition.class.php
    index daf7ec4b3cc..8634adb0348 100644
    --- a/htdocs/core/modules/modExpedition.class.php
    +++ b/htdocs/core/modules/modExpedition.class.php
    @@ -49,7 +49,7 @@ class modExpedition extends DolibarrModules
     		$this->numero = 80;
     
     		$this->family = "crm";
    -		$this->module_position = 40;
    +		$this->module_position = '40';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des expeditions";
    diff --git a/htdocs/core/modules/modExpenseReport.class.php b/htdocs/core/modules/modExpenseReport.class.php
    index 3226745d6c0..62daf54a395 100644
    --- a/htdocs/core/modules/modExpenseReport.class.php
    +++ b/htdocs/core/modules/modExpenseReport.class.php
    @@ -44,7 +44,7 @@ class modExpenseReport extends DolibarrModules
     		$this->numero = 770;
     
     		$this->family = "hr";
    -		$this->module_position = 40;
    +		$this->module_position = '40';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
    diff --git a/htdocs/core/modules/modExport.class.php b/htdocs/core/modules/modExport.class.php
    index b88438f5fe1..9c6f7af335f 100644
    --- a/htdocs/core/modules/modExport.class.php
    +++ b/htdocs/core/modules/modExport.class.php
    @@ -44,7 +44,7 @@ class modExport extends DolibarrModules
     		$this->numero = 240;
     
     		$this->family = "technic";
    -		$this->module_position = 72;
    +		$this->module_position = '72';
             // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Outils d'exports de donnees Dolibarr (via un assistant)";
    @@ -94,6 +94,5 @@ class modExport extends DolibarrModules
     		// Menus
     		//-------
     		$this->menu = 1;        // This module add menu entries. They are coded into menu manager.
    -
     	}
     }
    diff --git a/htdocs/core/modules/modExternalRss.class.php b/htdocs/core/modules/modExternalRss.class.php
    index cf02888b9d2..8d1bf055673 100644
    --- a/htdocs/core/modules/modExternalRss.class.php
    +++ b/htdocs/core/modules/modExternalRss.class.php
    @@ -135,5 +135,4 @@ class modExternalRss extends DolibarrModules
     
     		return $this->_remove($sql,$options);
         }
    -
     }
    diff --git a/htdocs/core/modules/modExternalSite.class.php b/htdocs/core/modules/modExternalSite.class.php
    index 18bb0b000b2..374e9b2f02a 100644
    --- a/htdocs/core/modules/modExternalSite.class.php
    +++ b/htdocs/core/modules/modExternalSite.class.php
    @@ -113,7 +113,6 @@ class modExternalSite extends DolibarrModules
     			'user'=>0
     		);
     		$r++;
    -
     	}
     }
     
    diff --git a/htdocs/core/modules/modFacture.class.php b/htdocs/core/modules/modFacture.class.php
    index 41ef5e26051..54aa96b5aa3 100644
    --- a/htdocs/core/modules/modFacture.class.php
    +++ b/htdocs/core/modules/modFacture.class.php
    @@ -48,7 +48,7 @@ class modFacture extends DolibarrModules
     		$this->numero = 30;
     
     		$this->family = "financial";
    -		$this->module_position = 10;
    +		$this->module_position = '10';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i', '', get_class($this));
     		$this->description = "Gestion des factures";
    @@ -114,13 +114,14 @@ class modFacture extends DolibarrModules
     				2=>array('file'=>'box_graph_invoices_permonth.php', 'enabledbydefaulton'=>'Home')
     		);
     
    -        // Cronjobs
    -        $this->cronjobs = array(
    -            0=>array('label'=>'RecurringInvoices', 'jobtype'=>'method', 'class'=>'compta/facture/class/facture-rec.class.php', 'objectname'=>'FactureRec', 'method'=>'createRecurringInvoices', 'parameters'=>'', 'comment'=>'Generate recurring invoices', 'frequency'=>1, 'unitfrequency'=>3600 * 24, 'priority'=>50, 'status'=>1, 'test'=>true),
    -            // 1=>array('label'=>'My label', 'jobtype'=>'command', 'command'=>'', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>3600, 'unitfrequency'=>3600)
    -        );
    +		// Cronjobs
    +		$arraydate=dol_getdate(dol_now());
    +		$datestart=dol_mktime(23, 0, 0, $arraydate['mon'], $arraydate['mday'], $arraydate['year']);
    +		$this->cronjobs = array(
    +			0=>array('label'=>'RecurringInvoices', 'jobtype'=>'method', 'class'=>'compta/facture/class/facture-rec.class.php', 'objectname'=>'FactureRec', 'method'=>'createRecurringInvoices', 'parameters'=>'', 'comment'=>'Generate recurring invoices', 'frequency'=>1, 'unitfrequency'=>3600 * 24, 'priority'=>50, 'status'=>1, 'test'=>'$conf->facture->enabled', 'datestart'=>$datestart),
    +		);
     
    -        // Permissions
    +		// Permissions
     		$this->rights = array();
     		$this->rights_class = 'facture';
     		$r = 0;
    diff --git a/htdocs/core/modules/modFckeditor.class.php b/htdocs/core/modules/modFckeditor.class.php
    index 812aa227ff6..fe2fac72b7a 100644
    --- a/htdocs/core/modules/modFckeditor.class.php
    +++ b/htdocs/core/modules/modFckeditor.class.php
    @@ -45,7 +45,7 @@ class modFckeditor extends DolibarrModules
     		$this->numero = 2000;
     
     		$this->family = "technic";
    -		$this->module_position = 20;
    +		$this->module_position = '20';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Editeur WYSIWYG";
    diff --git a/htdocs/core/modules/modFicheinter.class.php b/htdocs/core/modules/modFicheinter.class.php
    index 7db2ac45e30..5e4dda76868 100644
    --- a/htdocs/core/modules/modFicheinter.class.php
    +++ b/htdocs/core/modules/modFicheinter.class.php
    @@ -50,6 +50,7 @@ class modFicheinter extends DolibarrModules
             $this->numero = 70;
     
             $this->family = "crm";
    +        $this->module_position = '45';
             // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
             $this->name = preg_replace('/^mod/i','',get_class($this));
             $this->description = "Gestion des fiches d'intervention";
    @@ -196,7 +197,6 @@ class modFicheinter extends DolibarrModules
             $this->export_sql_end[$r] .=' WHERE f.fk_soc = s.rowid';
             $this->export_sql_end[$r] .=' AND f.entity IN ('.getEntity('intervention').')';
             $r++;
    -
         }
     
     
    diff --git a/htdocs/core/modules/modFournisseur.class.php b/htdocs/core/modules/modFournisseur.class.php
    index 0dc4284df7c..7b50cb7ae3e 100644
    --- a/htdocs/core/modules/modFournisseur.class.php
    +++ b/htdocs/core/modules/modFournisseur.class.php
    @@ -50,7 +50,7 @@ class modFournisseur extends DolibarrModules
     		// Family can be 'crm','financial','hr','projects','product','ecm','technic','other'
     		// It is used to group modules in module setup page
     		$this->family = "srm";
    -		$this->module_position = 10;
    +		$this->module_position = '10';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des fournisseurs";
    diff --git a/htdocs/core/modules/modHRM.class.php b/htdocs/core/modules/modHRM.class.php
    index d713b4edc4a..5da8cf74e71 100644
    --- a/htdocs/core/modules/modHRM.class.php
    +++ b/htdocs/core/modules/modHRM.class.php
    @@ -120,7 +120,6 @@ class modHRM extends DolibarrModules
     		// Menus
     		//-------
     		$this->menu = 1;        // This module add menu entries. They are coded into menu manager.
    -
     	}
     
     	/**
    diff --git a/htdocs/core/modules/modHoliday.class.php b/htdocs/core/modules/modHoliday.class.php
    index eb1b727ea31..91fb69dd4de 100644
    --- a/htdocs/core/modules/modHoliday.class.php
    +++ b/htdocs/core/modules/modHoliday.class.php
    @@ -54,7 +54,7 @@ class modHoliday extends DolibarrModules
     		// Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
     		// It is used to group modules in module setup page
     		$this->family = "hr";
    -		$this->module_position = 30;
    +		$this->module_position = '30';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
    @@ -95,28 +95,28 @@ class modHoliday extends DolibarrModules
     		//                             2=>array('MAIN_MODULE_MYMODULE_NEEDSMARTY','chaine',1,'Constant to say module need smarty',0)
     		$this->const = array();			// List of particular constants to add when module is enabled (key, 'chaine', value, desc, visible, 0 or 'allentities')
     		$r=0;
    -		
    +
     		$this->const[$r][0] = "HOLIDAY_ADDON";
     		$this->const[$r][1] = "chaine";
     		$this->const[$r][2] = "mod_holiday_madonna";
     		$this->const[$r][3] = 'Nom du gestionnaire de numerotation des congés';
     		$this->const[$r][4] = 0;
     		$r++;
    -		
    +
     		$this->const[$r][0] = "HOLIDAY_ADDON_PDF";
     		$this->const[$r][1] = "chaine";
     		$this->const[$r][2] = "celebrate";
     		$this->const[$r][3] = 'Name of PDF model of holiday';
     		$this->const[$r][4] = 0;
     		$r++;
    -		
    +
     		$this->const[$r][0] = "HOLIDAY_ADDON_PDF_ODT_PATH";
     		$this->const[$r][1] = "chaine";
     		$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/holiday";
     		$this->const[$r][3] = "";
     		$this->const[$r][4] = 0;
     		$r++;
    -		
    +
     		// Array to add new pages in new tabs
     		//$this->tabs[] = array('data'=>'user:+paidholidays:CPTitreMenu:holiday:$user->rights->holiday->read:/holiday/list.php?mainmenu=hrm&id=__ID__');	// We avoid to get one tab for each module. RH data are already in RH tab.
     		$this->tabs[] = array();  					// To add a new tab identified by code tabname1
    diff --git a/htdocs/core/modules/modImport.class.php b/htdocs/core/modules/modImport.class.php
    index ffaac0bf29e..72677787d94 100644
    --- a/htdocs/core/modules/modImport.class.php
    +++ b/htdocs/core/modules/modImport.class.php
    @@ -44,7 +44,7 @@ class modImport extends DolibarrModules
     		$this->numero = 250;
     
     		$this->family = "technic";
    -        $this->module_position = 70;
    +        $this->module_position = '70';
             // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Outils d'imports de donnees Dolibarr (via un assistant)";
    @@ -91,6 +91,5 @@ class modImport extends DolibarrModules
     		// Menus
     		//-------
     		$this->menu = 1;        // This module add menu entries. They are coded into menu manager.
    -
     	}
     }
    diff --git a/htdocs/core/modules/modLabel.class.php b/htdocs/core/modules/modLabel.class.php
    index 563dddca3cc..8c8a670a54d 100644
    --- a/htdocs/core/modules/modLabel.class.php
    +++ b/htdocs/core/modules/modLabel.class.php
    @@ -44,7 +44,7 @@ class modLabel extends DolibarrModules
     		$this->numero = 60;
     
     		$this->family = "technic";
    -		$this->module_position = 80;
    +		$this->module_position = '75';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des etiquettes";
    @@ -90,7 +90,6 @@ class modLabel extends DolibarrModules
     		$this->rights[4][1] = 'Supprimer les etiquettes'; // libelle de la permission
     		$this->rights[4][3] = 0; // La permission est-elle une permission par defaut
     		$this->rights[4][4] = 'supprimer';
    -
     	}
     
     	/**
    diff --git a/htdocs/core/modules/modLoan.class.php b/htdocs/core/modules/modLoan.class.php
    index 70386a1647a..662ded1da21 100644
    --- a/htdocs/core/modules/modLoan.class.php
    +++ b/htdocs/core/modules/modLoan.class.php
    @@ -145,7 +145,6 @@ class modLoan extends DolibarrModules
     		// Exports
     		//--------
     		$r=0;
    -
     	}
     
     
    diff --git a/htdocs/core/modules/modMailing.class.php b/htdocs/core/modules/modMailing.class.php
    index 062b9113e76..749369ee8e9 100644
    --- a/htdocs/core/modules/modMailing.class.php
    +++ b/htdocs/core/modules/modMailing.class.php
    @@ -133,7 +133,6 @@ class modMailing extends DolibarrModules
     		// Menus
     		//-------
     		$this->menu = 1;        // This module add menu entries. They are coded into menu manager.
    -
     	}
     
     
    diff --git a/htdocs/core/modules/modMailmanSpip.class.php b/htdocs/core/modules/modMailmanSpip.class.php
    index 8403147fd74..e1a8f7c2cd6 100644
    --- a/htdocs/core/modules/modMailmanSpip.class.php
    +++ b/htdocs/core/modules/modMailmanSpip.class.php
    @@ -83,6 +83,5 @@ class modMailmanSpip extends DolibarrModules
     		// Menus
     		//-------
     		$this->menu = 1;        // This module add menu entries. They are coded into menu manager.
    -
     	}
     }
    diff --git a/htdocs/core/modules/modMargin.class.php b/htdocs/core/modules/modMargin.class.php
    index 4eb9ec7fb65..58de64c8aad 100644
    --- a/htdocs/core/modules/modMargin.class.php
    +++ b/htdocs/core/modules/modMargin.class.php
    @@ -48,7 +48,7 @@ class modMargin extends DolibarrModules
     		// Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
     		// It is used to group modules in module setup page
     		$this->family = "financial";
    -		$this->module_position = 550;
    +		$this->module_position = '55';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
    diff --git a/htdocs/core/modules/modModuleBuilder.class.php b/htdocs/core/modules/modModuleBuilder.class.php
    index 3f106de6c78..7f4132d7e44 100644
    --- a/htdocs/core/modules/modModuleBuilder.class.php
    +++ b/htdocs/core/modules/modModuleBuilder.class.php
    @@ -60,7 +60,7 @@ class modModuleBuilder extends DolibarrModules
     
             // Config pages
             //-------------
    -        $this->config_page_url = array('setup@modulebuilder');
    +        $this->config_page_url = array('setup.php@modulebuilder');
     
             // Dependencies
             //-------------
    @@ -98,6 +98,5 @@ class modModuleBuilder extends DolibarrModules
                 'enabled'=>'$conf->modulebuilder->enabled && preg_match(\'/^(admintools|all)/\',$leftmenu) && ($user->admin || $conf->global->MODULEBUILDER_FOREVERYONE)',
                 'target'=>'_modulebuilder',
                 'user'=>0);
    -
         }
     }
    diff --git a/htdocs/core/modules/modMultiCurrency.class.php b/htdocs/core/modules/modMultiCurrency.class.php
    index b19c018b0d9..9e838a8605b 100644
    --- a/htdocs/core/modules/modMultiCurrency.class.php
    +++ b/htdocs/core/modules/modMultiCurrency.class.php
    @@ -54,7 +54,7 @@ class modMultiCurrency extends DolibarrModules
     		// It is used to group modules in module setup page
     		$this->family = "technic";
     		// Module position in the family
    -		$this->module_position = 40;
    +		$this->module_position = '40';
     
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i', '', get_class($this));
    diff --git a/htdocs/core/modules/modOauth.class.php b/htdocs/core/modules/modOauth.class.php
    index 74689230525..f563baa9c92 100644
    --- a/htdocs/core/modules/modOauth.class.php
    +++ b/htdocs/core/modules/modOauth.class.php
    @@ -47,7 +47,7 @@ class modOauth extends DolibarrModules
             // Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
             // It is used to group modules in module setup page
             $this->family = "interface";
    -        $this->module_position = 510;
    +        $this->module_position = '51';
             // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
             $this->name = preg_replace('/^mod/i','',get_class($this));
             // Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
    @@ -119,8 +119,6 @@ class modOauth extends DolibarrModules
             //                        'user'=>0);                     // 0=Menu for internal users, 1=external users, 2=both
     
             //$r++;
    -
    -
         }
     
     
    diff --git a/htdocs/core/modules/modOpenSurvey.class.php b/htdocs/core/modules/modOpenSurvey.class.php
    index 951a8ea5d63..be0b67950d7 100644
    --- a/htdocs/core/modules/modOpenSurvey.class.php
    +++ b/htdocs/core/modules/modOpenSurvey.class.php
    @@ -52,7 +52,7 @@ class modOpenSurvey extends DolibarrModules
     		// Family can be 'crm','financial','hr','projects','product','technic','other'
     		// It is used to group modules in module setup page
     		$this->family = "portal";
    -		$this->module_position = 40;
    +		$this->module_position = '40';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		// Module description used if translation string 'ModuleXXXDesc' not found (XXX is value MyModule)
    diff --git a/htdocs/core/modules/modPrelevement.class.php b/htdocs/core/modules/modPrelevement.class.php
    index cc74273d29c..e3f8c76498e 100644
    --- a/htdocs/core/modules/modPrelevement.class.php
    +++ b/htdocs/core/modules/modPrelevement.class.php
    @@ -48,7 +48,7 @@ class modPrelevement extends DolibarrModules
     		$this->numero = 57;
     
     		$this->family = "financial";
    -		$this->module_position = 520;
    +		$this->module_position = '52';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des Prelevements";
    @@ -135,7 +135,6 @@ class modPrelevement extends DolibarrModules
     		// Menus
     		//-------
     		$this->menu = 1;        // This module add menu entries. They are coded into menu manager.
    -
     	}
     
     
    diff --git a/htdocs/core/modules/modPrinting.class.php b/htdocs/core/modules/modPrinting.class.php
    index ea086e2dbbe..7e16b26d8ab 100644
    --- a/htdocs/core/modules/modPrinting.class.php
    +++ b/htdocs/core/modules/modPrinting.class.php
    @@ -47,7 +47,7 @@ class modPrinting extends DolibarrModules
             // Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
             // It is used to group modules in module setup page
             $this->family = "interface";
    -        $this->module_position = 520;
    +        $this->module_position = '52';
             // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
             $this->name = preg_replace('/^mod/i','',get_class($this));
             // Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
    @@ -117,7 +117,5 @@ class modPrinting extends DolibarrModules
                                     'user'=>0);                     // 0=Menu for internal users, 1=external users, 2=both
     
             $r++;
    -
    -
         }
     }
    diff --git a/htdocs/core/modules/modProduct.class.php b/htdocs/core/modules/modProduct.class.php
    index ab62edc00f6..58fc5b78c9f 100644
    --- a/htdocs/core/modules/modProduct.class.php
    +++ b/htdocs/core/modules/modProduct.class.php
    @@ -50,7 +50,7 @@ class modProduct extends DolibarrModules
     		$this->numero = 50;
     
     		$this->family = "products";
    -		$this->module_position = 20;
    +		$this->module_position = '20';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Product management";
    @@ -133,6 +133,13 @@ class modProduct extends DolibarrModules
     		$this->rights[$r][4] = 'export';
             $r++;
     
    +		$this->rights[$r][0] = 39;
    +		$this->rights[$r][1] = 'Ignore minimum price';
    +		$this->rights[$r][2] = 'r';
    +		$this->rights[$r][3] = 0;
    +		$this->rights[$r][4] = 'ignore_price_min_advance';
    +        $r++;
    +
             // Menus
             //-------
     
    diff --git a/htdocs/core/modules/modProductBatch.class.php b/htdocs/core/modules/modProductBatch.class.php
    index ac968233772..99c2a6fa73c 100644
    --- a/htdocs/core/modules/modProductBatch.class.php
    +++ b/htdocs/core/modules/modProductBatch.class.php
    @@ -46,7 +46,7 @@ class modProductBatch extends DolibarrModules
     		$this->numero = 39000;
     
     		$this->family = "products";
    -		$this->module_position = 45;
    +		$this->module_position = '45';
     
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Batch number, eat-by and sell-by date management module";
    @@ -104,7 +104,6 @@ class modProductBatch extends DolibarrModules
     
     		// Exports
     		$r=0;
    -
     	}
     
     	/**
    diff --git a/htdocs/core/modules/modProjet.class.php b/htdocs/core/modules/modProjet.class.php
    index 3e440d3330a..47b02916bb0 100644
    --- a/htdocs/core/modules/modProjet.class.php
    +++ b/htdocs/core/modules/modProjet.class.php
    @@ -36,7 +36,6 @@ include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
      */
     class modProjet extends DolibarrModules
     {
    -
     	/**
     	 *   Constructor. Define names, constants, directories, boxes, permissions
     	 *
    @@ -50,7 +49,7 @@ class modProjet extends DolibarrModules
     		$this->numero = 400;
     
     		$this->family = "projects";
    -		$this->module_position = 10;
    +		$this->module_position = '10';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des projets";
    @@ -361,7 +360,7 @@ class modProjet extends DolibarrModules
     		$sql[] ="INSERT INTO ".MAIN_DB_PREFIX."document_model (nom, type, entity) VALUES('beluga','project',".$conf->entity.")";
     		$sql[] ="DELETE FROM ".MAIN_DB_PREFIX."document_model WHERE nom = 'baleine' AND type = 'project' AND entity = ".$conf->entity;
     		$sql[] ="INSERT INTO ".MAIN_DB_PREFIX."document_model (nom, type, entity) VALUES('baleine','project',".$conf->entity.")";
    -		
    +
     
     		return $this->_init($sql,$options);
     	}
    diff --git a/htdocs/core/modules/modPropale.class.php b/htdocs/core/modules/modPropale.class.php
    index 5b3b2fdd4d8..644b8f2e2f0 100644
    --- a/htdocs/core/modules/modPropale.class.php
    +++ b/htdocs/core/modules/modPropale.class.php
    @@ -49,7 +49,7 @@ class modPropale extends DolibarrModules
     		$this->numero = 20;
     
     		$this->family = "crm";
    -		$this->module_position = 20;
    +		$this->module_position = '20';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des propositions commerciales";
    @@ -283,6 +283,5 @@ class modPropale extends DolibarrModules
     		);
     
     		return $this->_init($sql,$options);
    -
     	}
     }
    diff --git a/htdocs/core/modules/modReceiptPrinter.class.php b/htdocs/core/modules/modReceiptPrinter.class.php
    index b2ed975a404..0cb05499843 100644
    --- a/htdocs/core/modules/modReceiptPrinter.class.php
    +++ b/htdocs/core/modules/modReceiptPrinter.class.php
    @@ -47,7 +47,7 @@ class modReceiptPrinter extends DolibarrModules
             // Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
             // It is used to group modules in module setup page
             $this->family = "interface";
    -        $this->module_position = 530;
    +        $this->module_position = '53';
             // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
             $this->name = preg_replace('/^mod/i','',get_class($this));
             // Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
    @@ -119,8 +119,6 @@ class modReceiptPrinter extends DolibarrModules
             //                        'user'=>0);                     // 0=Menu for internal users, 1=external users, 2=both
     
             $r++;
    -
    -
         }
     
     
    @@ -143,5 +141,4 @@ class modReceiptPrinter extends DolibarrModules
                 );
             return $this->_init($sql,$options);
         }
    -
     }
    diff --git a/htdocs/core/modules/modResource.class.php b/htdocs/core/modules/modResource.class.php
    index b088a301c6b..7e68ac7a83e 100644
    --- a/htdocs/core/modules/modResource.class.php
    +++ b/htdocs/core/modules/modResource.class.php
    @@ -55,7 +55,7 @@ class modResource extends DolibarrModules
     		// Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
     		// It is used to group modules in module setup page
     		$this->family = "projects";
    -		$this->module_position = 20;
    +		$this->module_position = '20';
     		// Module label (no space allowed)
     		// used if translation string 'ModuleXXXName' not found
     		// (where XXX is value of numeric property 'numero' of module)
    @@ -285,7 +285,6 @@ 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/modSalaries.class.php b/htdocs/core/modules/modSalaries.class.php
    index e17035eda3d..727b410cacb 100644
    --- a/htdocs/core/modules/modSalaries.class.php
    +++ b/htdocs/core/modules/modSalaries.class.php
    @@ -50,7 +50,9 @@ class modSalaries extends DolibarrModules
     		$this->db = $db;
     		$this->numero = 510; // Perms from 501..519
     
    -		$this->family = "hr";
    +		// Family can be 'base' (core modules),'crm','financial','hr','projects','products','ecm','technic' (transverse modules),'interface' (link with external tools),'other','...'
    +		// It is used to group modules by family in module setup page
    +		$this->family = "financial";
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		// Module description used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
    @@ -99,55 +101,32 @@ class modSalaries extends DolibarrModules
     		$r=0;
     
     		$r++;
    -		$this->rights[$r][0] = 501;
    -		$this->rights[$r][1] = 'Read employee contracts/salaries';
    +		$this->rights[$r][0] = 511;
    +		$this->rights[$r][1] = 'Read payments of employee salaries';
     		$this->rights[$r][2] = 'r';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'read';
     		$this->rights[$r][5] = '';
     
     		$r++;
    -		$this->rights[$r][0] = 502;
    -		$this->rights[$r][1] = 'Create/modify employee contracts/salaries';
    +		$this->rights[$r][0] = 512;
    +		$this->rights[$r][1] = 'Create/modify payments of empoyee salaries';
     		$this->rights[$r][2] = 'w';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'write';
     		$this->rights[$r][5] = '';
     
    -		$r++;
    -		$this->rights[$r][0] = 511;
    -		$this->rights[$r][1] = 'Read payment of salaries';
    -		$this->rights[$r][2] = 'w';
    -		$this->rights[$r][3] = 0;
    -		$this->rights[$r][4] = 'payment';
    -		$this->rights[$r][5] = 'read';
    -
    -		$r++;
    -		$this->rights[$r][0] = 512;
    -		$this->rights[$r][1] = 'Create/modify payment of salaries';
    -		$this->rights[$r][2] = 'w';
    -		$this->rights[$r][3] = 0;
    -		$this->rights[$r][4] = 'payment';
    -		$this->rights[$r][5] = 'write';
    -
     		$r++;
     		$this->rights[$r][0] = 514;
    -		$this->rights[$r][1] = 'Delete contracts/salaries';
    +		$this->rights[$r][1] = 'Delete payments of employee salary';
     		$this->rights[$r][2] = 'd';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'delete';
     		$this->rights[$r][5] = '';
     
    -		$this->rights[$r][0] = 515;
    -		$this->rights[$r][1] = 'Read all salaries';
    -		$this->rights[$r][2] = 'r';
    -		$this->rights[$r][3] = 0;
    -		$this->rights[$r][4] = 'payment';
    -		$this->rights[$r][5] = 'readall';
    -
     		$r++;
     		$this->rights[$r][0] = 517;
    -		$this->rights[$r][1] = 'Export employee contracts and salaries payments';
    +		$this->rights[$r][1] = 'Export payments of employee salaries';
     		$this->rights[$r][2] = 'r';
     		$this->rights[$r][3] = 0;
     		$this->rights[$r][4] = 'export';
    diff --git a/htdocs/core/modules/modService.class.php b/htdocs/core/modules/modService.class.php
    index 7dd44aa1b0e..9ddf3f8b2e5 100644
    --- a/htdocs/core/modules/modService.class.php
    +++ b/htdocs/core/modules/modService.class.php
    @@ -48,7 +48,7 @@ class modService extends DolibarrModules
     		$this->numero = 53;
     
     		$this->family = "products";
    -		$this->module_position = 30;
    +		$this->module_position = '30';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Service management";
    diff --git a/htdocs/core/modules/modSkype.class.php b/htdocs/core/modules/modSocialNetworks.class.php
    similarity index 76%
    rename from htdocs/core/modules/modSkype.class.php
    rename to htdocs/core/modules/modSocialNetworks.class.php
    index 84a55ac365f..6aceeff6a70 100644
    --- a/htdocs/core/modules/modSkype.class.php
    +++ b/htdocs/core/modules/modSocialNetworks.class.php
    @@ -1,5 +1,6 @@
     <?php
     /* Copyright (C) 2013   Alexandre Spangaro  <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2014   Laurent Destailleur <eldy@users.sourceforge.net>
      *
      * 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
    @@ -16,18 +17,18 @@
      */
     
     /**
    - * 	\defgroup   Skype   Module skype
    - *  \brief      Add a skype button.
    - *  \file       htdocs/core/modules/modSkype.class.php
    - *  \ingroup    Skype
    - *  \brief      Description and activation file for module skype
    + * 	\defgroup   SocialNetworks   Module SocialNetworks
    + *  \brief      Add a SocialNetworks button.
    + *  \file       htdocs/core/modules/modSocialNetworks.class.php
    + *  \ingroup    socialnetworks
    + *  \brief      Description and activation file for module SocialNetworks
      */
     include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
     
     /**
    - *	Class to describe a Skype module
    + *	Class to describe a SocialNetworks module
      */
    -class modSkype extends DolibarrModules
    +class modSocialNetworks extends DolibarrModules
     {
     
         /**
    @@ -40,29 +41,29 @@ class modSkype extends DolibarrModules
         	global $langs,$conf;
     
             $this->db = $db;
    -        $this->numero = 3100;
    +        $this->numero = 3400;
     
     		// Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
     		// It is used to group modules in module setup page
             $this->family = "interface";
             // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
             $this->name = preg_replace('/^mod/i','',get_class($this));
    -        $this->description = "Enable Skype links into contacts";
    +        $this->description = "Enable Social Networks fields into third parties and addresses (skype, twitter, facebook, ...)";
     		// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
             $this->version = 'dolibarr';
             // Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
             $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
             // Name of image file used for this module.
    -        $this->picto='skype';
    +        $this->picto='generic';
     
             // Data directories to create when module is enabled
             $this->dirs = array();
     
             // Config pages
    -        $this->config_page_url = array();
    +        $this->config_page_url = array("socialnetworks.php");
     
             // Dependencies
    -        $this->hidden = ! empty($conf->global->MODULE_SKYPE_DISABLED);	// A condition to hide module
    +        $this->hidden = ! empty($conf->global->MODULE_SOCIALNETWORKS_DISABLED);	// A condition to hide module
     		$this->depends = array('modSociete');	// List of module class names as string that must be enabled if this module is enabled
     		$this->requiredby = array();	// List of module ids to disable if this one is disabled
     		$this->conflictwith = array();	// List of module class names as string this module is in conflict with
    diff --git a/htdocs/core/modules/modSociete.class.php b/htdocs/core/modules/modSociete.class.php
    index 5b40ea235a6..4ee331dc017 100644
    --- a/htdocs/core/modules/modSociete.class.php
    +++ b/htdocs/core/modules/modSociete.class.php
    @@ -49,7 +49,7 @@ class modSociete extends DolibarrModules
     		$this->numero = 1;
     
     		$this->family = "crm";
    -		$this->module_position = 10;
    +		$this->module_position = '10';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des sociétés et contacts";
    @@ -317,7 +317,7 @@ class modSociete extends DolibarrModules
     			$this->export_sql_end[$r] .=' AND (sc.fk_user = '.$user->id.' ';
     			if (! empty($conf->global->SOCIETE_EXPORT_SUBORDINATES_CHILDS)) {
     				$subordinatesids = $user->getAllChildIds();
    -				$this->export_sql_end[$r] .=count($subronidatesids)>0 ? ' OR (sc.fk_user IN ('.implode(',',$subronidatesids).')' : '';
    +				$this->export_sql_end[$r] .=count($subordinatesids)>0 ? ' OR (sc.fk_user IN ('.implode(',',$subordinatesids).')' : '';
     			}
     			$this->export_sql_end[$r] .=')';
     		}
    @@ -368,7 +368,7 @@ class modSociete extends DolibarrModules
     			$this->export_sql_end[$r] .=' AND (sc.fk_user = '.$user->id.' ';
     			if (! empty($conf->global->SOCIETE_EXPORT_SUBORDINATES_CHILDS)) {
     				$subordinatesids = $user->getAllChildIds();
    -				$this->export_sql_end[$r] .=count($subronidatesids)>0 ? ' OR (sc.fk_user IN ('.implode(',',$subronidatesids).')' : '';
    +				$this->export_sql_end[$r] .=count($subordinatesids)>0 ? ' OR (sc.fk_user IN ('.implode(',',$subordinatesids).')' : '';
     			}
     			$this->export_sql_end[$r] .=')';
     		}
    diff --git a/htdocs/core/modules/modStock.class.php b/htdocs/core/modules/modStock.class.php
    index 9622e087699..e9e33c8bbf3 100644
    --- a/htdocs/core/modules/modStock.class.php
    +++ b/htdocs/core/modules/modStock.class.php
    @@ -48,7 +48,7 @@ class modStock extends DolibarrModules
     		$this->numero = 52;
     
     		$this->family = "products";
    -		$this->module_position = 40;
    +		$this->module_position = '40';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des stocks";
    @@ -75,9 +75,9 @@ class modStock extends DolibarrModules
     		// Constants
     		$this->const = array();
     		$r=0;
    -		
    +
     		$this->const[$r] = array('STOCK_ALLOW_NEGATIVE_TRANSFER','chaine','1','',1);
    -		
    +
     		$r++;
     		$this->const[$r][0] = "STOCK_ADDON_PDF";
     		$this->const[$r][1] = "chaine";
    @@ -348,10 +348,9 @@ class modStock extends DolibarrModules
     		$this->import_run_sql_after_array[$r]=array(    // Because we may change data that are denormalized, we must update dernormalized data after.
     		    'UPDATE llx_product p SET p.stock= (SELECT SUM(ps.reel) FROM llx_product_stock ps WHERE ps.fk_product = p.rowid);'
     		);
    -
     	}
    -	
    -	
    +
    +
     	/**
     	 *		Function called when module is enabled.
     	 *		The init function add constants, boxes, permissions and menus (defined in constructor) into Dolibarr database.
    diff --git a/htdocs/core/modules/modStripe.class.php b/htdocs/core/modules/modStripe.class.php
    index 1f6f1e92f05..348b44aaa1d 100644
    --- a/htdocs/core/modules/modStripe.class.php
    +++ b/htdocs/core/modules/modStripe.class.php
    @@ -102,7 +102,7 @@ class modStripe extends DolibarrModules
     	        'langs'=>'stripe',	        // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
     	        'position'=>500,
     	        'enabled'=>'$conf->stripe->enabled && $conf->banque->enabled && $conf->global->MAIN_FEATURES_LEVEL >= 2',  // Define condition to show or hide menu entry. Use '$conf->mymodule->enabled' if entry must be visible if module is enabled. Use '$leftmenu==\'system\'' to show if leftmenu system is selected.
    -	        'perms'=>'$user->rights->banque->consolidate',	// Use 'perms'=>'$user->rights->mymodule->level1->level2' if you want your menu with a permission rules
    +	        'perms'=>'$user->rights->banque->modifier',	// Use 'perms'=>'$user->rights->mymodule->level1->level2' if you want your menu with a permission rules
     	        'target'=>'',
     	        'user'=>2
             );				                // 0=Menu for internal users, 1=external users, 2=both
    @@ -117,8 +117,8 @@ class modStripe extends DolibarrModules
     			'url' => '',
     			'langs' => 'stripe',
     			'position' => 100,
    -			'enabled' => '$conf->global->MAIN_FEATURES_LEVEL >= 1',
    -			'perms' => '$user->rights->banque->configurer',
    +			'enabled' => '$conf->stripe->enabled && $conf->banque->enabled && $conf->global->MAIN_FEATURES_LEVEL >= 1',
    +			'perms' => '$user->rights->banque->lire',
     			'target' => '',
     			'user' => 0
     		);
    @@ -131,8 +131,8 @@ class modStripe extends DolibarrModules
     			'url' => '/stripe/charge.php',
     			'langs' => 'stripe',
     			'position' => 102,
    -			'enabled' => '$conf->stripe->enabled && $conf->banque->enabled && $conf->global->MAIN_FEATURES_LEVEL >= 2',
    -			'perms' => '$user->rights->banque->configurer',
    +			'enabled' => '$conf->stripe->enabled && $conf->banque->enabled && $conf->global->MAIN_FEATURES_LEVEL >= 1',
    +			'perms' => '$user->rights->banque->lire',
     			'target' => '',
     			'user' => 0
     		);
    @@ -145,8 +145,8 @@ class modStripe extends DolibarrModules
     			'url' => '/stripe/transaction.php',
     			'langs' => 'stripe',
     			'position' => 102,
    -			'enabled' => '$conf->stripe->enabled && $conf->banque->enabled && $conf->global->MAIN_FEATURES_LEVEL >= 2',
    -			'perms' => '$user->rights->banque->configurer',
    +			'enabled' => '$conf->stripe->enabled && $conf->banque->enabled && $conf->global->MAIN_FEATURES_LEVEL >= 1',
    +			'perms' => '$user->rights->banque->lire',
     			'target' => '',
     			'user' => 0
     		);
    diff --git a/htdocs/core/modules/modSupplierProposal.class.php b/htdocs/core/modules/modSupplierProposal.class.php
    index bb3cda6a837..ca8f5960f03 100644
    --- a/htdocs/core/modules/modSupplierProposal.class.php
    +++ b/htdocs/core/modules/modSupplierProposal.class.php
    @@ -257,5 +257,4 @@ class modSupplierProposal extends DolibarrModules
     
     	    return $this->_remove($sql, $options);
     	}
    -
     }
    \ No newline at end of file
    diff --git a/htdocs/core/modules/modSyslog.class.php b/htdocs/core/modules/modSyslog.class.php
    index 0274eeb2e63..7166a787809 100644
    --- a/htdocs/core/modules/modSyslog.class.php
    +++ b/htdocs/core/modules/modSyslog.class.php
    @@ -85,7 +85,20 @@ class modSyslog extends DolibarrModules
     
     		// Cronjobs
     		$this->cronjobs = array(
    -		    0=>array('label'=>'CompressSyslogs', 'jobtype'=>'method', 'class'=>'core/class/utils.class.php', 'objectname'=>'Utils', 'method'=>'compressSyslogs', 'parameters'=>'', 'comment'=>'Compress and archive log files', 'frequency'=>1, 'unitfrequency'=> 3600 * 24, 'priority'=>50, 'status'=>0, 'test'=>true),
    +		    0 => array(
    +                'label' => 'CompressSyslogs',
    +                'jobtype' => 'method',
    +                'class' => 'core/class/utils.class.php',
    +                'objectname' => 'Utils',
    +                'method' => 'compressSyslogs',
    +                'parameters' => '',
    +                'comment' => 'Compress and archive log files. Warning: batch must be run with same account than your web server to avoid to get log files with different owner than required by web server. Another solution is to set web server Operating System group as the group of directory documents and set GROUP permission "rws" on this directory so log files will always have the group and permissions of the web server Operating System group',
    +                'frequency' => 1,
    +                'unitfrequency' => 3600 * 24,
    +                'priority' => 50,
    +                'status' => 0,
    +                'test' => true,
    +            ),
     		);
     	}
     }
    diff --git a/htdocs/core/modules/modTakePos.class.php b/htdocs/core/modules/modTakePos.class.php
    new file mode 100644
    index 00000000000..4603ba74c04
    --- /dev/null
    +++ b/htdocs/core/modules/modTakePos.class.php
    @@ -0,0 +1,326 @@
    +<?php
    +/* Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2018 SuperAdmin
    + *
    + * 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/>.
    + */
    +
    +/**
    + * 	\defgroup   takepos     Module TakePos
    + *  \brief      TakePos module descriptor.
    + *
    + *  \file       htdocs/takepos/core/modules/modTakePos.class.php
    + *  \ingroup    takepos
    + *  \brief      Description and activation file for module TakePos
    + */
    +include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
    +
    +
    +/**
    + *  Class to describe and enable module TakePos
    + */
    +class modTakePos extends DolibarrModules
    +{
    +	/**
    +	 * Constructor. Define names, constants, directories, boxes, permissions
    +	 *
    +	 * @param DoliDB $db Database handler
    +	 */
    +	public function __construct($db)
    +	{
    +        global $langs,$conf;
    +
    +        $this->db = $db;
    +
    +		// Id for module (must be unique).
    +		// Use here a free id (See in Home -> System information -> Dolibarr for list of used modules id).
    +		$this->numero = 50150;
    +		// Key text used to identify module (for permissions, menus, etc...)
    +		$this->rights_class = 'takepos';
    +
    +		// 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 = "portal";
    +		// 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' => '01', 'label' => $langs->trans("MyOwnFamily")));
    +
    +		// Module label (no space allowed), used if translation string 'ModuleTakePosName' not found (MyModue is name of module).
    +		$this->name = preg_replace('/^mod/i','',get_class($this));
    +		// Module description, used if translation string 'ModuleTakePosDesc' not found (MyModue is name of module).
    +		$this->description = "Point of sales module (Touch Screen POS)";
    +		// Used only if file README.md and README-LL.md not found.
    +		$this->descriptionlong = "Point Of Sales (compliant with touch screen)";
    +
    +		// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
    +		$this->version = 'experimental';
    +		// Key used in llx_const table to save module status enabled/disabled (where TAKEPOS is value of property name of module in uppercase)
    +		$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
    +		// Name of image file used for this module.
    +		// If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
    +		// If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module'
    +		$this->picto='list';
    +
    +		// Defined all module parts (triggers, login, substitutions, menus, css, etc...)
    +		// for default path (eg: /takepos/core/xxxxx) (0=disable, 1=enable)
    +		// for specific path of parts (eg: /takepos/core/modules/barcode)
    +		// for specific css file (eg: /takepos/css/takepos.css.php)
    +		$this->module_parts = array(
    +		                        	'triggers' => 0,                                 	// Set this to 1 if module has its own trigger directory (core/triggers)
    +									'login' => 0,                                    	// Set this to 1 if module has its own login method file (core/login)
    +									'substitutions' => 1,                            	// Set this to 1 if module has its own substitution function file (core/substitutions)
    +									'menus' => 0,                                    	// Set this to 1 if module has its own menus handler directory (core/menus)
    +									'theme' => 0,                                    	// Set this to 1 if module has its own theme directory (theme)
    +		                        	'tpl' => 0,                                      	// Set this to 1 if module overwrite template dir (core/tpl)
    +									'barcode' => 0,                                  	// Set this to 1 if module has its own barcode directory (core/modules/barcode)
    +									'models' => 0,                                   	// Set this to 1 if module has its own models directory (core/modules/xxx)
    +									'hooks' => array('data'=>array('invoicecard'), '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.
    +		// Example: this->dirs = array("/takepos/temp","/takepos/subdir");
    +		$this->dirs = array();
    +
    +		// Config pages. Put here list of php page, stored into takepos/admin directory, to use to setup module.
    +		$this->config_page_url = array("setup.php@takepos");
    +
    +		// Dependencies
    +		$this->hidden = false;			// A condition to hide module
    +		$this->depends = array('always'=>"modBanque", 'always'=>"modFacture", 'always'=>"modProduct", 'always'=>'modCategorie', 'FR'=>'modBlockedLog');			// List of module class names as string that must be enabled if this module is enabled
    +		$this->requiredby = array();	// List of module ids to disable if this one is disabled
    +		$this->conflictwith = array();	// List of module class names as string this module is in conflict with
    +		$this->langfiles = array("cashdesk");
    +		$this->phpmin = array(5,43);					// Minimum version of PHP required by module
    +		$this->need_dolibarr_version = array(4,0);	// Minimum version of Dolibarr required by module
    +		$this->warnings_activation = array();                     // Warning to show when we activate module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
    +		$this->warnings_activation_ext = array();                 // Warning to show when we activate an external module. array('always'='text') or array('FR'='textfr','ES'='textes'...)
    +		//$this->automatic_activation = array('FR'=>'TakePosWasAutomaticallyActivatedBecauseOfYourCountryChoice');
    +		//$this->always_enabled = true;								// If true, can't be disabled
    +
    +		// Constants
    +		// List of particular constants to add when module is enabled (key, 'chaine', value, desc, visible, 'current' or 'allentities', deleteonunactive)
    +		// Example: $this->const=array(0=>array('TAKEPOS_MYNEWCONST1','chaine','myvalue','This is a constant to add',1),
    +		//                             1=>array('TAKEPOS_MYNEWCONST2','chaine','myvalue','This is another constant to add',0, 'current', 1)
    +		// );
    +		$this->const = array(
    +			//1=>array('TAKEPOS_MYCONSTANT', 'chaine', 'avalue', 'This is a constant to add', 1, 'allentities', 1)
    +		);
    +
    +
    +		if (! isset($conf->takepos) || ! isset($conf->takepos->enabled))
    +		{
    +			$conf->takepos=new stdClass();
    +			$conf->takepos->enabled=0;
    +		}
    +
    +
    +		// Array to add new pages in new tabs
    +        $this->tabs = array();
    +		// Example:
    +		// $this->tabs[] = array('data'=>'objecttype:+tabname1:Title1:mylangfile@takepos:$user->rights->takepos->read:/takepos/mynewtab1.php?id=__ID__');  					// To add a new tab identified by code tabname1
    +        // $this->tabs[] = array('data'=>'objecttype:+tabname2:SUBSTITUTION_Title2:mylangfile@takepos:$user->rights->othermodule->read:/takepos/mynewtab2.php?id=__ID__',  	// To add another new tab identified by code tabname2. Label will be result of calling all substitution functions on 'Title2' key.
    +        // $this->tabs[] = array('data'=>'objecttype:-tabname:NU:conditiontoremove');                                                     										// To remove an existing tab identified by code tabname
    +        //
    +        // Where objecttype can be
    +		// 'categories_x'	  to add a tab in category view (replace 'x' by type of category (0=product, 1=supplier, 2=customer, 3=member)
    +		// 'contact'          to add a tab in contact view
    +		// 'contract'         to add a tab in contract view
    +		// 'group'            to add a tab in group view
    +		// 'intervention'     to add a tab in intervention view
    +		// 'invoice'          to add a tab in customer invoice view
    +		// 'invoice_supplier' to add a tab in supplier invoice view
    +		// 'member'           to add a tab in fundation member view
    +		// 'opensurveypoll'	  to add a tab in opensurvey poll view
    +		// 'order'            to add a tab in customer order view
    +		// 'order_supplier'   to add a tab in supplier order view
    +		// 'payment'		  to add a tab in payment view
    +		// 'payment_supplier' to add a tab in supplier payment view
    +		// 'product'          to add a tab in product view
    +		// 'propal'           to add a tab in propal view
    +		// 'project'          to add a tab in project view
    +		// 'stock'            to add a tab in stock view
    +		// 'thirdparty'       to add a tab in third party view
    +		// 'user'             to add a tab in user view
    +
    +
    +        // Dictionaries
    +		$this->dictionaries=array();
    +        /* Example:
    +        $this->dictionaries=array(
    +            'langs'=>'mylangfile@takepos',
    +            'tabname'=>array(MAIN_DB_PREFIX."table1",MAIN_DB_PREFIX."table2",MAIN_DB_PREFIX."table3"),		// List of tables we want to see into dictonnary editor
    +            'tablib'=>array("Table1","Table2","Table3"),													// Label of tables
    +            'tabsql'=>array('SELECT f.rowid as rowid, f.code, f.label, f.active FROM '.MAIN_DB_PREFIX.'table1 as f','SELECT f.rowid as rowid, f.code, f.label, f.active FROM '.MAIN_DB_PREFIX.'table2 as f','SELECT f.rowid as rowid, f.code, f.label, f.active FROM '.MAIN_DB_PREFIX.'table3 as f'),	// Request to select fields
    +            'tabsqlsort'=>array("label ASC","label ASC","label ASC"),																					// Sort order
    +            'tabfield'=>array("code,label","code,label","code,label"),																					// List of fields (result of select to show dictionary)
    +            'tabfieldvalue'=>array("code,label","code,label","code,label"),																				// List of fields (list of fields to edit a record)
    +            'tabfieldinsert'=>array("code,label","code,label","code,label"),																			// List of fields (list of fields for insert)
    +            'tabrowid'=>array("rowid","rowid","rowid"),																									// Name of columns with primary key (try to always name it 'rowid')
    +            'tabcond'=>array($conf->takepos->enabled,$conf->takepos->enabled,$conf->takepos->enabled)												// Condition to show each dictionary
    +        );
    +        */
    +
    +
    +        // Boxes/Widgets
    +		// Add here list of php file(s) stored in takepos/core/boxes that contains class to show a widget.
    +        $this->boxes = array(
    +        	//0=>array('file'=>'takeposwidget1.php@takepos','note'=>'Widget provided by TakePos','enabledbydefaulton'=>'Home'),
    +        	//1=>array('file'=>'takeposwidget2.php@takepos','note'=>'Widget provided by TakePos'),
    +        	//2=>array('file'=>'takeposwidget3.php@takepos','note'=>'Widget provided by TakePos')
    +        );
    +
    +
    +		// Cronjobs (List of cron jobs entries to add when module is enabled)
    +		// unit_frequency must be 60 for minute, 3600 for hour, 86400 for day, 604800 for week
    +		$this->cronjobs = array(
    +			//0=>array('label'=>'MyJob label', 'jobtype'=>'method', 'class'=>'/takepos/class/myobject.class.php', 'objectname'=>'MyObject', 'method'=>'doScheduledJob', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true)
    +		);
    +		// Example: $this->cronjobs=array(0=>array('label'=>'My label', 'jobtype'=>'method', 'class'=>'/dir/class/file.class.php', 'objectname'=>'MyClass', 'method'=>'myMethod', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true),
    +		//                                1=>array('label'=>'My label', 'jobtype'=>'command', 'command'=>'', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>1, 'unitfrequency'=>3600*24, 'status'=>0, 'test'=>true)
    +		// );
    +
    +
    +		// Permissions
    +		$this->rights = array();		// Permission array used by this module
    +
    +		/*$r=0;
    +		$this->rights[$r][0] = $this->numero + $r;	// Permission id (must not be already used)
    +		$this->rights[$r][1] = 'Read myobject of TakePos';	// 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->takepos->level1->level2)
    +		$this->rights[$r][5] = '';				    // In php code, permission will be checked by test if ($user->rights->takepos->level1->level2)
    +
    +		$r++;
    +		$this->rights[$r][0] = $this->numero + $r;	// Permission id (must not be already used)
    +		$this->rights[$r][1] = 'Create/Update myobject of TakePos';	// Permission label
    +		$this->rights[$r][3] = 1; 					// Permission by default for new user (0/1)
    +		$this->rights[$r][4] = 'write';				// In php code, permission will be checked by test if ($user->rights->takepos->level1->level2)
    +		$this->rights[$r][5] = '';				    // In php code, permission will be checked by test if ($user->rights->takepos->level1->level2)
    +
    +		$r++;
    +		$this->rights[$r][0] = $this->numero + $r;	// Permission id (must not be already used)
    +		$this->rights[$r][1] = 'Delete myobject of TakePos';	// 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->takepos->level1->level2)
    +		$this->rights[$r][5] = '';				    // In php code, permission will be checked by test if ($user->rights->takepos->level1->level2)
    +		*/
    +
    +		// Main menu entries
    +		$this->menu = array();			// List of menus to add
    +		$r=0;
    +
    +		// Add here entries to declare new menus
    +
    +		/* BEGIN MODULEBUILDER TOPMENU */
    +		$this->menu[$r++]=array('fk_menu'=>'',			                // '' if this is a top menu. For left menu, use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
    +								'type'=>'top',			                // This is a Top menu entry
    +								'titre'=>'PointOfSale',
    +								'mainmenu'=>'takepos',
    +								'leftmenu'=>'',
    +								'url'=>'/takepos/takepos.php',
    +								'langs'=>'cashdesk',	        // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
    +								'position'=>1000+$r,
    +								'enabled'=>'$conf->takepos->enabled',	// Define condition to show or hide menu entry. Use '$conf->takepos->enabled' if entry must be visible if module is enabled.
    +								'perms'=>'1',			                // Use 'perms'=>'$user->rights->takepos->level1->level2' if you want your menu with a permission rules
    +								'target'=>'takepos',
    +								'user'=>2);				                // 0=Menu for internal users, 1=external users, 2=both
    +
    +		/* END MODULEBUILDER TOPMENU */
    +
    +		/* BEGIN MODULEBUILDER LEFTMENU MYOBJECT
    +		$this->menu[$r++]=array(	'fk_menu'=>'fk_mainmenu=takepos',	    // '' if this is a top menu. For left menu, use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
    +								'type'=>'left',			                // This is a Left menu entry
    +								'titre'=>'List MyObject',
    +								'mainmenu'=>'takepos',
    +								'leftmenu'=>'takepos_myobject_list',
    +								'url'=>'/takepos/myobject_list.php',
    +								'langs'=>'cashdesk',	        // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
    +								'position'=>1000+$r,
    +								'enabled'=>'$conf->takepos->enabled',  // Define condition to show or hide menu entry. Use '$conf->takepos->enabled' if entry must be visible if module is enabled. Use '$leftmenu==\'system\'' to show if leftmenu system is selected.
    +								'perms'=>'1',			                // Use 'perms'=>'$user->rights->takepos->level1->level2' if you want your menu with a permission rules
    +								'target'=>'',
    +								'user'=>2);				                // 0=Menu for internal users, 1=external users, 2=both
    +		$this->menu[$r++]=array(	'fk_menu'=>'fk_mainmenu=takepos,fk_leftmenu=takepos',	    // '' if this is a top menu. For left menu, use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
    +								'type'=>'left',			                // This is a Left menu entry
    +								'titre'=>'New MyObject',
    +								'mainmenu'=>'takepos',
    +								'leftmenu'=>'takepos_myobject_new',
    +								'url'=>'/takepos/myobject_page.php?action=create',
    +								'langs'=>'cashdesk',	        // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
    +								'position'=>1000+$r,
    +								'enabled'=>'$conf->takepos->enabled',  // Define condition to show or hide menu entry. Use '$conf->takepos->enabled' if entry must be visible if module is enabled. Use '$leftmenu==\'system\'' to show if leftmenu system is selected.
    +								'perms'=>'1',			                // Use 'perms'=>'$user->rights->takepos->level1->level2' if you want your menu with a permission rules
    +								'target'=>'',
    +								'user'=>2);				                // 0=Menu for internal users, 1=external users, 2=both
    +		END MODULEBUILDER LEFTMENU MYOBJECT */
    +
    +
    +		// Exports
    +		$r=1;
    +
    +		/* BEGIN MODULEBUILDER EXPORT MYOBJECT */
    +		/*
    +		$langs->load("cashdesk");
    +		$this->export_code[$r]=$this->rights_class.'_'.$r;
    +		$this->export_label[$r]='MyObjectLines';	// Translation key (used only if key ExportDataset_xxx_z not found)
    +		$this->export_icon[$r]='myobject@takepos';
    +		$keyforclass = 'MyObject'; $keyforclassfile='/mymobule/class/myobject.class.php'; $keyforelement='myobject';
    +		include DOL_DOCUMENT_ROOT.'/core/commonfieldsinexport.inc.php';
    +		$keyforselect='myobject'; $keyforaliasextra='extra'; $keyforelement='myobject';
    +		include DOL_DOCUMENT_ROOT.'/core/extrafieldsinexport.inc.php';
    +		//$this->export_dependencies_array[$r]=array('mysubobject'=>'ts.rowid', 't.myfield'=>array('t.myfield2','t.myfield3')); // To force to activate one or several fields if we select some fields that need same (like to select a unique key if we ask a field of a child to avoid the DISTINCT to discard them, or for computed field than need several other fields)
    +		$this->export_sql_start[$r]='SELECT DISTINCT ';
    +		$this->export_sql_end[$r]  =' FROM '.MAIN_DB_PREFIX.'myobject as t';
    +		$this->export_sql_end[$r] .=' WHERE 1 = 1';
    +		$this->export_sql_end[$r] .=' AND t.entity IN ('.getEntity('myobject').')';
    +		$r++; */
    +		/* END MODULEBUILDER EXPORT MYOBJECT */
    +	}
    +
    +	/**
    +	 *	Function called when module is enabled.
    +	 *	The init function add constants, boxes, permissions and menus (defined in constructor) into Dolibarr database.
    +	 *	It also creates data directories
    +	 *
    +     *	@param      string	$options    Options when enabling module ('', 'noboxes')
    +	 *	@return     int             	1 if OK, 0 if KO
    +	 */
    +	public function init($options='')
    +	{
    +		$this->_load_tables('/takepos/sql/');
    +
    +		$sql = array();
    +
    +		// Remove permissions and default values
    +		$this->remove($options);
    +
    +		return $this->_init($sql, $options);
    +	}
    +
    +	/**
    +	 *	Function called when module is disabled.
    +	 *	Remove from database constants, boxes and permissions from Dolibarr database.
    +	 *	Data directories are not deleted
    +	 *
    +	 *	@param      string	$options    Options when enabling module ('', 'noboxes')
    +	 *	@return     int             	1 if OK, 0 if KO
    +	 */
    +	public function remove($options = '')
    +	{
    +		$sql = array();
    +
    +		return $this->_remove($sql, $options);
    +	}
    +}
    diff --git a/htdocs/core/modules/modTax.class.php b/htdocs/core/modules/modTax.class.php
    index 91ed84366de..7dacae51b67 100644
    --- a/htdocs/core/modules/modTax.class.php
    +++ b/htdocs/core/modules/modTax.class.php
    @@ -174,7 +174,6 @@ class modTax extends DolibarrModules
     		$this->import_examplevalues_array[$r]=array('t.label'=>"VAT Payment 1st quarter 2016",'t.fk_typepayment'=>"CHQ (must be id or code found into dictionary)",
     		    't.datep'=>"2016-04-02", 't.datev'=>"2016-03-31", 't.amount'=>1000, 't.num_payment'=>'123456'
     		);
    -
     	}
     
     
    diff --git a/htdocs/core/modules/modTicket.class.php b/htdocs/core/modules/modTicket.class.php
    index bc871d9c0e0..79e4d015a5e 100644
    --- a/htdocs/core/modules/modTicket.class.php
    +++ b/htdocs/core/modules/modTicket.class.php
    @@ -55,7 +55,7 @@ class modTicket extends DolibarrModules
             // It is used to group modules in module setup page
             $this->family = "crm";
             // Module position in the family
    -        $this->module_position = 500;
    +        $this->module_position = '60';
             // Module label (no space allowed)
             // used if translation string 'ModuleXXXName' not found
             // (where XXX is value of numeric property 'numero' of module)
    @@ -305,5 +305,4 @@ class modTicket extends DolibarrModules
     
             return $this->_init($sql, $options);
         }
    -
     }
    diff --git a/htdocs/core/modules/modUser.class.php b/htdocs/core/modules/modUser.class.php
    index 19e146a6e8c..12961438b24 100644
    --- a/htdocs/core/modules/modUser.class.php
    +++ b/htdocs/core/modules/modUser.class.php
    @@ -46,7 +46,7 @@ class modUser extends DolibarrModules
     		$this->numero = 0;
     
     		$this->family = "hr";		// Family for module (or "base" if core module)
    -		$this->module_position = 10;
    +		$this->module_position = '10';
     		// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
     		$this->name = preg_replace('/^mod/i','',get_class($this));
     		$this->description = "Gestion des utilisateurs (requis)";
    @@ -291,7 +291,6 @@ class modUser extends DolibarrModules
     			'u.email'=>"test@mycompany.com",'u.salary'=>"10000",'u.note'=>"This is an example of note for record",'u.datec'=>"2015-01-01 or 2015-01-01 12:30:00"
     		);
     		$this->import_updatekeys_array[$r]=array('u.lastname'=>'Lastname','u.firstname'=>'Firstname','u.login'=>'Login');
    -
     	}
     
     
    diff --git a/htdocs/core/modules/modVariants.class.php b/htdocs/core/modules/modVariants.class.php
    index 19c50d8843e..faac67da78c 100644
    --- a/htdocs/core/modules/modVariants.class.php
    +++ b/htdocs/core/modules/modVariants.class.php
    @@ -22,9 +22,8 @@
     /**
      * 	\defgroup   produit     Module product variants
      *  \brief      Module to manage product combinations based on product attributes
    - *  \file       htdocs/core/modules/modAttributes.class.php
    + *  \file       htdocs/core/modules/modVariants.class.php
      *  \ingroup    produit
    - *  \brief      File to describe module to manage catalog of predefined products
      */
     include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
     
    @@ -110,4 +109,3 @@ class modVariants extends DolibarrModules
     		$this->rights = array();		// Permission array used by this module
     	}
     }
    -
    diff --git a/htdocs/core/modules/modWebsite.class.php b/htdocs/core/modules/modWebsite.class.php
    index 7d0b0540ed2..3402f9ddfdc 100644
    --- a/htdocs/core/modules/modWebsite.class.php
    +++ b/htdocs/core/modules/modWebsite.class.php
    @@ -46,7 +46,7 @@ class modWebsite extends DolibarrModules
     		// Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
     		// It is used to group modules in module setup page
             $this->family = "portal";
    -        $this->module_position = 50;
    +        $this->module_position = '50';
             // Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
             $this->name = preg_replace('/^mod/i','',get_class($this));
             $this->description = "Enable to build and serve public web sites with CMS features";
    @@ -135,4 +135,46 @@ class modWebsite extends DolibarrModules
             $this->export_sql_end[$r] .=' AND p.entity IN ('.getEntity('website').')';
             $r++;
         }
    +
    +
    +    /**
    +     *		Function called when module is enabled.
    +     *		The init function add constants, boxes, permissions and menus (defined in constructor) into Dolibarr database.
    +     *		It also creates data directories
    +     *
    +     *      @param      string	$options    Options when enabling module ('', 'noboxes')
    +     *      @return     int             	1 if OK, 0 if KO
    +     */
    +    function init($options='')
    +    {
    +    	global $conf,$langs;
    +
    +    	// Remove permissions and default values
    +    	$this->remove($options);
    +
    +    	// Copy flags and octicons directoru
    +    	$dirarray=array('common/flags', 'common/octicons');
    +    	foreach($dirarray as $dir)
    +    	{
    +	    	$src=DOL_DOCUMENT_ROOT.'/theme/'.$dir;
    +	    	$dest=DOL_DATA_ROOT.'/medias/image/'.$dir;
    +
    +	    	if (is_dir($src))
    +	    	{
    +	    		require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
    +	    		dol_mkdir($dest);
    +	    		$result=dolCopyDir($src,$dest,0,0);
    +	    		if ($result < 0)
    +	    		{
    +	    			$langs->load("errors");
    +	    			$this->error=$langs->trans('ErrorFailToCopyDirectory',$src,$dest);
    +	    			return 0;
    +	    		}
    +	    	}
    +    	}
    +
    +    	$sql = array();
    +
    +    	return $this->_init($sql, $options);
    +    }
     }
    diff --git a/htdocs/core/modules/payment/mod_payment_ant.php b/htdocs/core/modules/payment/mod_payment_ant.php
    index a09ad2355e4..b7d88464355 100644
    --- a/htdocs/core/modules/payment/mod_payment_ant.php
    +++ b/htdocs/core/modules/payment/mod_payment_ant.php
    @@ -30,9 +30,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/payment/modules_payment.php';
      */
     class mod_payment_ant extends ModeleNumRefPayments
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Ant';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +	 * @var string Error message
    +	 */
    +	public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Ant';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Ant';
     
     
         /**
    @@ -42,7 +61,7 @@ class mod_payment_ant extends ModeleNumRefPayments
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    @@ -124,6 +143,7 @@ class mod_payment_ant extends ModeleNumRefPayments
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free value
     	 *
    @@ -133,8 +153,7 @@ class mod_payment_ant extends ModeleNumRefPayments
          */
         function commande_get_num($objsoc,$objforref)
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$objforref);
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/payment/mod_payment_cicada.php b/htdocs/core/modules/payment/mod_payment_cicada.php
    index 5111d0fc9be..5869032cc5b 100644
    --- a/htdocs/core/modules/payment/mod_payment_cicada.php
    +++ b/htdocs/core/modules/payment/mod_payment_cicada.php
    @@ -29,13 +29,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/payment/modules_payment.php';
      */
     class mod_payment_cicada extends ModeleNumRefPayments
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefix='PAY';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefix='PAY';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom='Cicada';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Cicada';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Cicada';
     
     
         /**
    @@ -138,16 +155,17 @@ class mod_payment_cicada extends ModeleNumRefPayments
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free value
     	 *
     	 *  @param	Societe		$objsoc     Object third party
    -	 * 	@param	string		$objforref	Object for number to search
    +	 *  @param	string		$objforref	Object for number to search
     	 *  @return string      			Next free value
     	 */
     	function payment_get_num($objsoc,$objforref)
     	{
    +        // phpcs:enable
     		return $this->getNextValue($objsoc,$objforref);
     	}
    -
     }
    diff --git a/htdocs/core/modules/printing/modules_printing.php b/htdocs/core/modules/printing/modules_printing.php
    index 8205dc5a705..afd46919598 100644
    --- a/htdocs/core/modules/printing/modules_printing.php
    +++ b/htdocs/core/modules/printing/modules_printing.php
    @@ -1,6 +1,6 @@
     <?php
     /*
    - * Copyright (C) 2014-2015 Frederic France      <frederic.france@free.fr>
    + * Copyright (C) 2014-2018 Frederic France      <frederic.france@netlogic.fr>
      *
      * 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
    @@ -35,7 +35,7 @@ class PrintingDriver
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
    @@ -88,6 +88,4 @@ class PrintingDriver
             if ($langs->trans($transstring) != $transstring) return $langs->trans($transstring);
             else return $this->desc;
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/printing/printgcp.modules.php b/htdocs/core/modules/printing/printgcp.modules.php
    index b85e4823bba..089fb95ba69 100644
    --- a/htdocs/core/modules/printing/printgcp.modules.php
    +++ b/htdocs/core/modules/printing/printgcp.modules.php
    @@ -1,6 +1,6 @@
     <?php
     /*
    - * Copyright (C) 2014-2015  Frederic France      <frederic.france@free.fr>
    + * Copyright (C) 2014-2018  Frederic France      <frederic.france@netlogic.fr>
      *
      * 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
    @@ -35,24 +35,24 @@ use OAuth\OAuth2\Service\Google;
      */
     class printing_printgcp extends PrintingDriver
     {
    -    var $name = 'printgcp';
    -    var $desc = 'PrintGCPDesc';
    -    var $picto = 'printer';
    -    var $active = 'PRINTING_PRINTGCP';
    -    var $conf = array();
    -    var $google_id = '';
    -    var $google_secret = '';
    -    
    +    public $name = 'printgcp';
    +    public $desc = 'PrintGCPDesc';
    +    public $picto = 'printer';
    +    public $active = 'PRINTING_PRINTGCP';
    +    public $conf = array();
    +    public $google_id = '';
    +    public $google_secret = '';
    +
         /**
    -	 * @var string Error code (or message)
    -	 */
    -	public $error='';
    -	
    +     * @var string Error code (or message)
    +     */
    +    public $error = '';
    +
         /**
    -	 * @var string[] Error codes (or messages)
    -	 */
    -	public $errors = array();
    -	
    +     * @var string[] Error codes (or messages)
    +     */
    +    public $errors = array();
    +
         /**
          * @var DoliDB Database handler.
          */
    @@ -75,8 +75,8 @@ class printing_printgcp extends PrintingDriver
             global $conf, $langs, $dolibarr_main_url_root;
     
             // 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
    +        $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
     
             $this->db = $db;
    @@ -85,7 +85,7 @@ class printing_printgcp extends PrintingDriver
                 $this->conf[] = array(
                     'varname'=>'PRINTGCP_INFO',
                     'info'=>$langs->transnoentitiesnoconv("WarningModuleNotActive", "OAuth"),
    -                'type'=>'info'
    +                'type'=>'info',
                 );
             } else {
     
    @@ -144,7 +144,7 @@ class printing_printgcp extends PrintingDriver
     
                         $refreshtoken = $token->getRefreshToken();
     
    -                    $endoflife=$token->getEndOfLife();
    +                    $endoflife = $token->getEndOfLife();
     
                         if ($endoflife == $token::EOL_NEVER_EXPIRES)
                         {
    @@ -183,9 +183,9 @@ class printing_printgcp extends PrintingDriver
          *
          *  @return  int                     0 if OK, >0 if KO
          */
    -    function listAvailablePrinters()
    +    public function listAvailablePrinters()
         {
    -        global $bc, $conf, $langs;
    +        global $conf, $langs;
             $error = 0;
             $langs->load('printing');
     
    @@ -199,7 +199,7 @@ class printing_printgcp extends PrintingDriver
             $html.= '<td>'.$langs->trans('GCP_Type').'</td>';
             $html.= '<td align="center">'.$langs->trans("Select").'</td>';
             $html.= '</tr>'."\n";
    -        $list = $this->getlist_available_printers();
    +        $list = $this->getlistAvailablePrinters();
             //$html.= '<td><pre>'.print_r($list,true).'</pre></td>';
             foreach ($list['available'] as $printer_det)
             {
    @@ -232,7 +232,7 @@ class printing_printgcp extends PrintingDriver
          *
          *  @return array      list of printers
          */
    -    function getlist_available_printers()
    +    public function getlistAvailablePrinters()
         {
             // Token storage
             $storage = new DoliStorage($this->db, $this->conf);
    @@ -299,15 +299,17 @@ class printing_printgcp extends PrintingDriver
          * @param   string      $subdir     subdir for file
          * @return  int                     0 if OK, >0 if KO
          */
    -    function print_file($file, $module, $subdir='')
    +    public function printFile($file, $module, $subdir='')
         {
             require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     
             global $conf, $user;
             $error = 0;
     
    -        $fileprint=$conf->{$module}->dir_output;
    -        if ($subdir!='') $fileprint.='/'.$subdir;
    +        $fileprint = $conf->{$module}->dir_output;
    +        if ($subdir!='') {
    +            $fileprint.='/'.$subdir;
    +        }
             $fileprint.='/'.$file;
             $mimetype = dol_mimetype($fileprint);
             // select printer uri for module order, propal,...
    @@ -338,7 +340,9 @@ class printing_printgcp extends PrintingDriver
     
             $ret = $this->sendPrintToPrinter($printer_id, $file, $fileprint, $mimetype);
             $this->error = 'PRINTGCP: '.$ret['errormessage'];
    -        if ($ret['status']!=1) $error++;
    +        if ($ret['status']!=1) {
    +            $error++;
    +        }
             return $error;
         }
     
    @@ -366,12 +370,13 @@ class printing_printgcp extends PrintingDriver
             $contents = fread($handle, filesize($filepath));
             fclose($handle);
             // Prepare post fields for sending print
    -        $post_fields = array('printerid' => $printerid,
    -                             'title' => $printjobtitle,
    -                             'contentTransferEncoding' => 'base64',
    -                             'content' => base64_encode($contents), // encode file content as base64
    -                             'contentType' => $contenttype
    -                            );
    +        $post_fields = array(
    +            'printerid' => $printerid,
    +            'title' => $printjobtitle,
    +            'contentTransferEncoding' => 'base64',
    +            'content' => base64_encode($contents), // encode file content as base64
    +            'contentType' => $contenttype,
    +        );
             // Dolibarr Token storage
             $storage = new DoliStorage($this->db, $this->conf);
             // Setup the credentials for the requests
    @@ -406,7 +411,7 @@ class printing_printgcp extends PrintingDriver
             // Send a request with api
             $response = json_decode($apiService->request(self::PRINT_URL, 'POST', $post_fields), true);
             //print '<tr><td><pre>'.print_r($response, true).'</pre></td></tr>';
    -        return array('status' =>$response['success'],'errorcode' =>$response['errorCode'],'errormessage'=>$response['message']);
    +        return array('status' => $response['success'], 'errorcode' => $response['errorCode'], 'errormessage' => $response['message']);
         }
     
     
    @@ -415,9 +420,9 @@ class printing_printgcp extends PrintingDriver
          *
          *  @return  int                     0 if OK, >0 if KO
          */
    -    function list_jobs()
    +    public function listJobs()
         {
    -        global $conf, $db, $langs, $bc;
    +        global $conf, $langs;
     
             $error = 0;
             $html = '';
    @@ -483,13 +488,11 @@ class printing_printgcp extends PrintingDriver
     
             $jobs = $responsedata['jobs'];
             //$html .= '<pre>'.print_r($jobs['0'],true).'</pre>';
    -        if (is_array($jobs))
    -        {
    -            foreach ($jobs as $value)
    -            {
    +        if (is_array($jobs)) {
    +            foreach ($jobs as $value) {
                     $html .= '<tr class="oddeven">';
                     $html .= '<td>'.$value['id'].'</td>';
    -                $dates=dol_print_date((int) substr($value['createTime'], 0, 10), 'dayhour');
    +                $dates = dol_print_date((int) substr($value['createTime'], 0, 10), 'dayhour');
                     $html .= '<td>'.$dates.'</td>';
                     $html .= '<td>'.$value['ownerId'].'</td>';
                     $html .= '<td>'.$value['printerName'].'</td>';
    @@ -512,5 +515,4 @@ class printing_printgcp extends PrintingDriver
     
             return $error;
         }
    -
     }
    diff --git a/htdocs/core/modules/printing/printipp.modules.php b/htdocs/core/modules/printing/printipp.modules.php
    index e51aa4e5c63..ab65f8fba3d 100644
    --- a/htdocs/core/modules/printing/printipp.modules.php
    +++ b/htdocs/core/modules/printing/printipp.modules.php
    @@ -1,6 +1,6 @@
     <?php
     /*
    - * Copyright (C) 2014-2015  Frederic France      <frederic.france@free.fr>
    + * Copyright (C) 2014-2018  Frederic France      <frederic.france@netlogic.fr>
      *
      * 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
    @@ -19,7 +19,7 @@
     
     /**
      *      \file       htdocs/core/modules/printing/printipp.modules.php
    - *      \ingroup    mailing
    + *      \ingroup    printing
      *      \brief      File to provide printing with PrintIPP
      */
     
    @@ -30,27 +30,27 @@ include_once DOL_DOCUMENT_ROOT.'/core/modules/printing/modules_printing.php';
      */
     class printing_printipp extends PrintingDriver
     {
    -    var $name='printipp';
    -    var $desc='PrintIPPDesc';
    -    var $picto='printer';
    -    var $active='PRINTING_PRINTIPP';
    -    var $conf=array();
    -    var $host;
    -    var $port;
    -    var $userid;    /* user login */
    -    var $user;
    -    var $password;
    -    
    +    public $name = 'printipp';
    +    public $desc = 'PrintIPPDesc';
    +    public $picto = 'printer';
    +    public $active = 'PRINTING_PRINTIPP';
    +    public $conf = array();
    +    public $host;
    +    public $port;
    +    public $userid;    /* user login */
    +    public $user;
    +    public $password;
    +
         /**
    -	 * @var string Error code (or message)
    -	 */
    -	public $error='';
    -	
    +     * @var string Error code (or message)
    +     */
    +    public $error='';
    +
         /**
    -	 * @var string[] Error codes (or messages)
    -	 */
    -	public $errors = array();
    -	
    +     * @var string[] Error codes (or messages)
    +     */
    +    public $errors = array();
    +
         /**
          * @var DoliDB Database handler.
          */
    @@ -87,7 +87,7 @@ class printing_printipp extends PrintingDriver
          *
          * @return  int                     0 if OK, >0 if KO
          */
    -    function print_file($file, $module, $subdir='')
    +    public function printFile($file, $module, $subdir='')
         {
             global $conf, $user;
             $error = 0;
    @@ -105,8 +105,7 @@ class printing_printipp extends PrintingDriver
             // select printer uri for module order, propal,...
             $sql = "SELECT rowid,printer_id,copy FROM ".MAIN_DB_PREFIX."printing WHERE module = '".$module."' AND driver = 'printipp' AND userid = ".$user->id;
             $result = $this->db->query($sql);
    -        if ($result)
    -        {
    +        if ($result) {
                 $obj = $this->db->fetch_object($result);
                 if ($obj)
                 {
    @@ -117,18 +116,19 @@ class printing_printipp extends PrintingDriver
                 {
                     if (! empty($conf->global->PRINTIPP_URI_DEFAULT))
                     {
    -					dol_syslog("Will use default printer conf->global->PRINTIPP_URI_DEFAULT = ".$conf->global->PRINTIPP_URI_DEFAULT);
    +                    dol_syslog("Will use default printer conf->global->PRINTIPP_URI_DEFAULT = ".$conf->global->PRINTIPP_URI_DEFAULT);
                         $ipp->setPrinterURI($conf->global->PRINTIPP_URI_DEFAULT);
                     }
                     else
    -				{
    +                {
                         $this->errors[] = 'NoDefaultPrinterDefined';
                         $error++;
                         return $error;
                     }
                 }
    +        } else {
    +            dol_print_error($this->db);
             }
    -        else dol_print_error($this->db);
     
             // Set number of copy
             $ipp->setCopies($obj->copy);
    @@ -154,7 +154,7 @@ class printing_printipp extends PrintingDriver
          */
         function listAvailablePrinters()
         {
    -        global $bc, $conf, $langs;
    +        global $conf, $langs;
             $error = 0;
     
             $html = '<tr class="liste_titre">';
    @@ -170,11 +170,9 @@ class printing_printipp extends PrintingDriver
             $html.= '<td>'.$langs->trans('IPP_Supported').'</td>';
             $html.= '<td align="center">'.$langs->trans("Select").'</td>';
             $html.= "</tr>\n";
    -        $list = $this->getlist_available_printers();
    -        foreach ($list as $value)
    -        {
    -
    -            $printer_det = $this->get_printer_detail($value);
    +        $list = $this->getlistAvailablePrinters();
    +        foreach ($list as $value) {
    +            $printer_det = $this->getPrinterDetail($value);
                 $html.= '<tr class="oddeven">';
                 $html.= '<td>'.$value.'</td>';
                 //$html.= '<td><pre>'.print_r($printer_det,true).'</pre></td>';
    @@ -189,15 +187,12 @@ class printing_printipp extends PrintingDriver
                 $html.= '<td>'.$langs->trans('MEDIA_IPP_'.$printer_det->media_type_supported->_value1).'</td>';
                 // Defaut
                 $html.= '<td align="center">';
    -            if ($conf->global->PRINTIPP_URI_DEFAULT == $value)
    -            {
    +            if ($conf->global->PRINTIPP_URI_DEFAULT == $value) {
                     $html.= img_picto($langs->trans("Default"),'on');
    +            } else {
    +                $html.= '<a href="'.$_SERVER["PHP_SELF"].'?action=setvalue&amp;mode=test&amp;varname=PRINTIPP_URI_DEFAULT&amp;driver=printipp&amp;value='.urlencode($value).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"),'off').'</a>';
                 }
    -            else
    -			{
    -            	$html.= '<a href="'.$_SERVER["PHP_SELF"].'?action=setvalue&amp;mode=test&amp;varname=PRINTIPP_URI_DEFAULT&amp;driver=printipp&amp;value='.urlencode($value).'" alt="'.$langs->trans("Default").'">'.img_picto($langs->trans("Disabled"),'off').'</a>';
    -          	}
    -			$html.= '</td>';
    +            $html.= '</td>';
                 $html.= '</tr>'."\n";
             }
             $this->resprint = $html;
    @@ -209,16 +204,18 @@ class printing_printipp extends PrintingDriver
          *
          *  @return array                list of printers
          */
    -    function getlist_available_printers()
    +    public function getlistAvailablePrinters()
         {
    -        global $conf,$db;
    +        global $conf, $db;
             include_once DOL_DOCUMENT_ROOT.'/includes/printipp/CupsPrintIPP.php';
             $ipp = new CupsPrintIPP();
             $ipp->setLog(DOL_DATA_ROOT.'/dolibarr_printipp.log','file',3); // logging very verbose
             $ipp->setHost($this->host);
             $ipp->setPort($this->port);
             $ipp->setUserName($this->userid);
    -        if (! empty($this->user)) $ipp->setAuthentication($this->user,$this->password);
    +        if (! empty($this->user)) {
    +            $ipp->setAuthentication($this->user, $this->password);
    +        }
             $ipp->getPrinters();
             return $ipp->available_printers;
         }
    @@ -229,7 +226,7 @@ class printing_printipp extends PrintingDriver
          *  @param  string  $uri    URI
          *  @return array           List of attributes
          */
    -    function get_printer_detail($uri)
    +    private function getPrinterDetail($uri)
         {
             global $conf,$db;
     
    @@ -239,7 +236,9 @@ class printing_printipp extends PrintingDriver
             $ipp->setHost($this->host);
             $ipp->setPort($this->port);
             $ipp->setUserName($this->userid);
    -        if (! empty($this->user)) $ipp->setAuthentication($this->user,$this->password);
    +        if (! empty($this->user)) {
    +            $ipp->setAuthentication($this->user, $this->password);
    +        }
             $ipp->setPrinterURI($uri);
             $ipp->getPrinterAttributes();
             return $ipp->printer_attributes;
    @@ -252,9 +251,9 @@ class printing_printipp extends PrintingDriver
          *
          *  @return  int                     0 if OK, >0 if KO
          */
    -    function list_jobs($module)
    +    public function listJobs($module)
         {
    -        global $conf, $db, $bc;
    +        global $conf;
             $error = 0;
             $html = '';
             include_once DOL_DOCUMENT_ROOT.'/includes/printipp/CupsPrintIPP.php';
    @@ -263,19 +262,17 @@ class printing_printipp extends PrintingDriver
             $ipp->setHost($this->host);
             $ipp->setPort($this->port);
             $ipp->setUserName($this->userid);
    -        if (! empty($this->user)) $ipp->setAuthentication($this->user,$this->password);
    +        if (! empty($this->user)) {
    +            $ipp->setAuthentication($this->user,$this->password);
    +        }
             // select printer uri for module order, propal,...
             $sql = 'SELECT rowid,printer_uri,printer_name FROM '.MAIN_DB_PREFIX.'printer_ipp WHERE module="'.$module.'"';
             $result = $this->db->query($sql);
    -        if ($result)
    -        {
    +        if ($result) {
                 $obj = $this->db->fetch_object($result);
    -            if ($obj)
    -            {
    +            if ($obj) {
                     $ipp->setPrinterURI($obj->printer_uri);
    -            }
    -            else
    -            {
    +            } else {
                     // All printers
                     $ipp->setPrinterURI("ipp://localhost:631/printers/");
                 }
    @@ -299,8 +296,7 @@ class printing_printipp extends PrintingDriver
             $jobs = $ipp->jobs_attributes;
     
             //$html .= '<pre>'.print_r($jobs,true).'</pre>';
    -        foreach ($jobs as $value )
    -        {
    +        foreach ($jobs as $value ) {
                 $html .= '<tr class="oddeven">';
                 $html .= '<td>'.$value->job_id->_value0.'</td>';
                 $html .= '<td>'.$value->job_originating_user_name->_value0.'</td>';
    @@ -314,5 +310,4 @@ class printing_printipp extends PrintingDriver
             $this->resprint = $html;
             return $error;
         }
    -
     }
    diff --git a/htdocs/core/modules/printsheet/doc/pdf_standardlabel.class.php b/htdocs/core/modules/printsheet/doc/pdf_standardlabel.class.php
    index 550f401f90b..0047dda7669 100644
    --- a/htdocs/core/modules/printsheet/doc/pdf_standardlabel.class.php
    +++ b/htdocs/core/modules/printsheet/doc/pdf_standardlabel.class.php
    @@ -1,10 +1,10 @@
     <?php
    -/* Copyright (C) 2003 Steve Dillon
    - * Copyright (C) 2003 Laurent Passebecq
    - * Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2002-2003 Jean-Louis Bergamo	<jlb@j1b.org>
    - * Copyright (C) 2006-2013 Laurent Destailleur	<eldy@users.sourceforge.net>
    - * Copyright (C) 2015 Francis Appels  <francis.appels@yahoo.com>
    +/* Copyright (C) 2003       Steve Dillon
    + * Copyright (C) 2003       Laurent Passebecq
    + * Copyright (C) 2001-2003  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2002-2003  Jean-Louis Bergamo      <jlb@j1b.org>
    + * Copyright (C) 2006-2013  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2015       Francis Appels          <francis.appels@yahoo.com>
      *
      * 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,15 +21,15 @@
      */
     
     /**
    - *	\file		htdocs/core/modules/printsheet/doc/pdf_standardlabel.class.php
    - *	\ingroup	core
    - *	\brief		Fichier de la classe permettant d'editer au format PDF des etiquettes au format Avery ou personnalise
    + *  \file       htdocs/core/modules/printsheet/doc/pdf_standardlabel.class.php
    + *  \ingroup    core
    + *  \brief      Fichier de la classe permettant d'editer au format PDF des etiquettes au format Avery ou personnalise
      */
     
     require_once DOL_DOCUMENT_ROOT.'/core/class/commonstickergenerator.class.php';
     
     /**
    - *	Class to generate stick sheet with format Avery or other personalised
    + *  Class to generate stick sheet with format Avery or other personalised
      */
     class pdf_standardlabel extends CommonStickerGenerator
     {
    @@ -46,6 +46,7 @@ class pdf_standardlabel extends CommonStickerGenerator
     		// use this method in future refactoring
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Output a sticker on page at position _COUNTX, _COUNTY (_COUNTX and _COUNTY start from 0)
     	 * - %LOGO% is replace with company logo
    @@ -62,6 +63,7 @@ class pdf_standardlabel extends CommonStickerGenerator
     	 */
     	function Add_PDF_label(&$pdf,$textleft,$header,$footer,$outputlangs,$textright='',$photo='')
     	{
    +        // phpcs:enable
     		global $mysoc, $conf, $langs;
     		global $forceimgscalewidth, $forceimgscaleheight;
     
    @@ -225,6 +227,7 @@ class pdf_standardlabel extends CommonStickerGenerator
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build PDF on disk, then output on HTTP strem.
     	 *
    @@ -237,6 +240,7 @@ class pdf_standardlabel extends CommonStickerGenerator
     	 */
     	function write_file($arrayofrecords,$outputlangs,$srctemplatepath,$outputdir='',$filename='tmp_address_sheet.pdf')
     	{
    +        // phpcs:enable
     		global $user,$conf,$langs,$mysoc,$_Avery_Labels;
     
     		$this->code=$srctemplatepath;
    diff --git a/htdocs/core/modules/printsheet/doc/pdf_tcpdflabel.class.php b/htdocs/core/modules/printsheet/doc/pdf_tcpdflabel.class.php
    index b43adf3b38d..de1aa1b5d5e 100644
    --- a/htdocs/core/modules/printsheet/doc/pdf_tcpdflabel.class.php
    +++ b/htdocs/core/modules/printsheet/doc/pdf_tcpdflabel.class.php
    @@ -266,6 +266,7 @@ class pdf_tcpdflabel extends CommonStickerGenerator
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build PDF on disk, then output on HTTP strem.
     	 *
    @@ -278,6 +279,7 @@ class pdf_tcpdflabel extends CommonStickerGenerator
     	 */
     	function write_file($arrayofrecords,$outputlangs,$srctemplatepath,$outputdir='',$filename='tmp_address_sheet.pdf')
     	{
    +        // phpcs:enable
     		global $user,$conf,$langs,$mysoc,$_Avery_Labels;
     
     		$this->code=$srctemplatepath;
    diff --git a/htdocs/core/modules/printsheet/modules_labels.php b/htdocs/core/modules/printsheet/modules_labels.php
    index 047d7aeed76..ddf061d95e9 100644
    --- a/htdocs/core/modules/printsheet/modules_labels.php
    +++ b/htdocs/core/modules/printsheet/modules_labels.php
    @@ -30,7 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
     
     
     /**
    - *	Parent class of document generator for address sheet.
    + *  Parent class of document generator for address sheet.
      */
     class ModelePDFLabels
     {
    @@ -40,15 +40,17 @@ class ModelePDFLabels
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation modules
     	 *
    -     *  @param	DoliDB	$db     			Database handler
    +     *  @param  DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
     	 */
     	function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='members_labels';
    @@ -62,6 +64,7 @@ class ModelePDFLabels
     }
     
     
    +// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     /**
      *  Create a document onto disk according to template module.
      *
    @@ -76,6 +79,7 @@ class ModelePDFLabels
      */
     function doc_label_pdf_create($db, $arrayofrecords, $modele, $outputlangs, $outputdir='', $template='standardlabel', $filename='tmp_address_sheet.pdf')
     {
    +    // phpcs:enable
     	global $conf,$langs;
     	$langs->load("members");
     
    @@ -114,7 +118,7 @@ function doc_label_pdf_create($db, $arrayofrecords, $modele, $outputlangs, $outp
     	else $srctemplatepath=$code;
     
     	dol_syslog("modele=".$modele." outputdir=".$outputdir." template=".$template." code=".$code." srctemplatepath=".$srctemplatepath." filename=".$filename, LOG_DEBUG);
    -	
    +
     	// Search template files
     	$file=''; $classname=''; $filefound=0;
     	$dirmodels=array('/');
    @@ -164,7 +168,4 @@ function doc_label_pdf_create($db, $arrayofrecords, $modele, $outputlangs, $outp
     		dol_print_error('',$langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$file));
     		return -1;
     	}
    -
    -
     }
    -
    diff --git a/htdocs/core/modules/product/doc/doc_generic_product_odt.modules.php b/htdocs/core/modules/product/doc/doc_generic_product_odt.modules.php
    index c447639cfe1..82b33d35240 100644
    --- a/htdocs/core/modules/product/doc/doc_generic_product_odt.modules.php
    +++ b/htdocs/core/modules/product/doc/doc_generic_product_odt.modules.php
    @@ -36,10 +36,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_product_odt extends ModelePDFProduct
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -49,10 +62,10 @@ class doc_generic_product_odt extends ModelePDFProduct
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -94,10 +107,10 @@ class doc_generic_product_odt extends ModelePDFProduct
     	 */
     	function info($langs)
     	{
    -		global $conf,$langs;
    +		global $conf, $langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("errors","companies"));
     
     		$form = new Form($this->db);
     
    @@ -191,6 +204,7 @@ class doc_generic_product_odt extends ModelePDFProduct
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -204,6 +218,7 @@ class doc_generic_product_odt extends ModelePDFProduct
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $product,$langs,$conf,$mysoc,$hookmanager,$user;
     
     		if (empty($srctemplatepath))
    @@ -225,10 +240,9 @@ class doc_generic_product_odt extends ModelePDFProduct
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "dict", "companies", "bills"));
    +
     		if ($conf->produit->dir_output)
     		{
     			// If $object is id instead of object
    @@ -499,6 +513,4 @@ class doc_generic_product_odt extends ModelePDFProduct
     
     		return -1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/product/doc/pdf_standard.modules.php b/htdocs/core/modules/product/doc/pdf_standard.modules.php
    index 7e53bab7133..8d30448bf2f 100644
    --- a/htdocs/core/modules/product/doc/pdf_standard.modules.php
    +++ b/htdocs/core/modules/product/doc/pdf_standard.modules.php
    @@ -58,9 +58,9 @@ class pdf_standard extends ModelePDFProduct
     
     	/**
          * @var array() Minimum version of PHP required by module.
    -	 * e.g.: PHP ≥ 5.3 = array(5, 3)
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
          */
    -	public $phpmin = array(5, 2);
    +	public $phpmin = array(5, 4);
     
     	/**
          * Dolibarr version of the loaded document
    @@ -68,15 +68,46 @@ class pdf_standard extends ModelePDFProduct
          */
     	public $version = 'dolibarr';
     
    +    /**
    +     * @var int page_largeur
    +     */
         public $page_largeur;
    +
    +    /**
    +     * @var int page_hauteur
    +     */
         public $page_hauteur;
    +
    +    /**
    +     * @var array format
    +     */
         public $format;
    +
    +	/**
    +     * @var int marge_gauche
    +     */
     	public $marge_gauche;
    +
    +	/**
    +     * @var int marge_droite
    +     */
     	public $marge_droite;
    +
    +	/**
    +     * @var int marge_haute
    +     */
     	public $marge_haute;
    +
    +	/**
    +     * @var int marge_basse
    +     */
     	public $marge_basse;
     
    -    public $emetteur;	// Objet societe qui emet
    +    /**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
     
     	/**
    @@ -87,7 +118,7 @@ class pdf_standard extends ModelePDFProduct
     	public function __construct($db)
     	{
     		global $conf,$langs,$mysoc;
    -        
    +
     		// Load traductions files requiredby by page
     		$langs->loadLangs(array("main", "companies"));
     
    @@ -117,6 +148,7 @@ class pdf_standard extends ModelePDFProduct
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -130,12 +162,13 @@ class pdf_standard extends ModelePDFProduct
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$db,$hookmanager;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
    -        
    +
     		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "dict", "companies", "bills", "products", "orders", "deliveries"));
     
    @@ -682,7 +715,7 @@ class pdf_standard extends ModelePDFProduct
     	function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $titlekey="")
     	{
     	    global $conf,$langs,$hookmanager;
    -        
    +
     	    // Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "propal", "companies", "bills", "orders"));
     
    @@ -834,6 +867,4 @@ class pdf_standard extends ModelePDFProduct
     	    $showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     	    return pdf_pagefoot($pdf,$outputlangs,'PRODUCT_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/product/mod_codeproduct_elephant.php b/htdocs/core/modules/product/mod_codeproduct_elephant.php
    index 32941ca1ec9..f051fab7f8e 100644
    --- a/htdocs/core/modules/product/mod_codeproduct_elephant.php
    +++ b/htdocs/core/modules/product/mod_codeproduct_elephant.php
    @@ -34,18 +34,39 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/product/modules_product.class.php'
      */
     class mod_codeproduct_elephant extends ModeleProductCode
     {
    -	var $nom='Elephant';				// Nom du modele
    -	var $name='Elephant';				// Nom du modele
    -	var $code_modifiable;				// Code modifiable
    -	var $code_modifiable_invalide;		// Code modifiable si il est invalide
    -	var $code_modifiable_null;			// Code modifiables si il est null
    -	var $code_null;						// Code facultatif
    -	var $version='dolibarr';    		// 'development', 'experimental', 'dolibarr'
    -	var $code_auto;                     // Numerotation automatique
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Elephant';
     
    -	var $searchcode; // String de recherche
    -	var $numbitcounter; // Nombre de chiffres du compteur
    -	var $prefixIsRequired; // Le champ prefix du tiers doit etre renseigne quand on utilise {pre}
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Elephant';
    +
    +	public $code_modifiable;				// Code modifiable
    +
    +	public $code_modifiable_invalide;		// Code modifiable si il est invalide
    +
    +	public $code_modifiable_null;			// Code modifiables si il est null
    +
    +	public $code_null;						// Code facultatif
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';    		// 'development', 'experimental', 'dolibarr'
    +
    +	public $code_auto;                     // Numerotation automatique
    +
    +	public $searchcode; // String de recherche
    +
    +	public $numbitcounter; // Nombre de chiffres du compteur
    +
    +	public $prefixIsRequired; // Le champ prefix du tiers doit etre renseigne quand on utilise {pre}
     
     
     	/**
    @@ -198,6 +219,7 @@ class mod_codeproduct_elephant extends ModeleProductCode
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Check if mask/numbering use prefix
     	 *
    @@ -205,6 +227,7 @@ class mod_codeproduct_elephant extends ModeleProductCode
     	 */
     	function verif_prefixIsUsed()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$mask = $conf->global->PRODUCT_ELEPHANT_MASK_PRODUCT;
    @@ -273,6 +296,7 @@ class mod_codeproduct_elephant extends ModeleProductCode
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *		Renvoi si un code est pris ou non (par autre tiers)
     	 *
    @@ -283,6 +307,7 @@ class mod_codeproduct_elephant extends ModeleProductCode
     	 */
     	function verif_dispo($db, $code, $product)
     	{
    +        // phpcs:enable
     		$sql = "SELECT ref FROM ".MAIN_DB_PREFIX."product";
     		$sql.= " WHERE ref = '".$code."'";
     		if ($product->id > 0) $sql.= " AND rowid <> ".$product->id;
    @@ -303,8 +328,5 @@ class mod_codeproduct_elephant extends ModeleProductCode
     		{
     			return -2;
     		}
    -
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/product/mod_codeproduct_leopard.php b/htdocs/core/modules/product/mod_codeproduct_leopard.php
    index 3b850e1ba91..815e383d900 100644
    --- a/htdocs/core/modules/product/mod_codeproduct_leopard.php
    +++ b/htdocs/core/modules/product/mod_codeproduct_leopard.php
    @@ -39,14 +39,33 @@ class mod_codeproduct_leopard extends ModeleProductCode
     	 * Le fonctionnement de celui-ci doit donc rester le plus ouvert possible
     	 */
     
    -	var $nom='Leopard';					// Nom du modele
    -	var $name='Leopard';					// Nom du modele
    -	var $code_modifiable;				// Code modifiable
    -	var $code_modifiable_invalide;		// Code modifiable si il est invalide
    -	var $code_modifiable_null;			// Code modifiables si il est null
    -	var $code_null;						// Code facultatif
    -	var $version='dolibarr';    		// 'development', 'experimental', 'dolibarr'
    -	var $code_auto; 	                // Numerotation automatique
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Leopard';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Leopard';
    +
    +	public $code_modifiable;				// Code modifiable
    +
    +	public $code_modifiable_invalide;		// Code modifiable si il est invalide
    +
    +	public $code_modifiable_null;			// Code modifiables si il est null
    +
    +	public $code_null;						// Code facultatif
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';    		// 'development', 'experimental', 'dolibarr'
    +
    +	public $code_auto; 	                // Numerotation automatique
     
     
     	/**
    diff --git a/htdocs/core/modules/product/modules_product.class.php b/htdocs/core/modules/product/modules_product.class.php
    index 3b0324a8460..b632f387d05 100644
    --- a/htdocs/core/modules/product/modules_product.class.php
    +++ b/htdocs/core/modules/product/modules_product.class.php
    @@ -39,15 +39,17 @@ abstract class ModelePDFProduct extends CommonDocGenerator
     	public $error='';
     
     
    -	/**
    -	 *	Return list of active generation modules
    -	 *
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     *  Return list of active generation modules
    +     *
          *  @param	DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
    -	 */
    +     */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='product';
    @@ -139,6 +141,7 @@ abstract class ModeleProductCode
             return $langs->trans("NotAvailable");
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Renvoi la liste des modeles de numérotation
          *
    @@ -148,6 +151,7 @@ abstract class ModeleProductCode
          */
         static function liste_modeles($db,$maxfilenamelength=0)
         {
    +        // phpcs:enable
             $liste=array();
             $sql ="";
     
    @@ -200,7 +204,7 @@ abstract class ModeleProductCode
                 if (! empty($conf->global->MAIN_COMPANY_CODE_ALWAYS_REQUIRED) && ! empty($this->code_null)) $s.='</strike> '.yn(1,1,2).' ('.$langs->trans("ForcedToByAModule",$langs->transnoentities("yes")).')';
                 $s.='<br>';
             }
    -        if ($type == 1)
    +        elseif ($type == 1)
             {
                 $s.=$langs->trans("RequiredIfService").': ';
                 if (! empty($conf->global->MAIN_COMPANY_CODE_ALWAYS_REQUIRED) && ! empty($this->code_null)) $s.='<strike>';
    @@ -208,7 +212,7 @@ abstract class ModeleProductCode
                 if (! empty($conf->global->MAIN_COMPANY_CODE_ALWAYS_REQUIRED) && ! empty($this->code_null)) $s.='</strike> '.yn(1,1,2).' ('.$langs->trans("ForcedToByAModule",$langs->transnoentities("yes")).')';
                 $s.='<br>';
             }
    -        if ($type == -1)
    +        elseif ($type == -1)
             {
                 $s.=$langs->trans("Required").': ';
                 if (! empty($conf->global->MAIN_COMPANY_CODE_ALWAYS_REQUIRED) && ! empty($this->code_null)) $s.='<strike>';
    @@ -237,15 +241,15 @@ abstract class ModeleProductCode
             return $s;
         }
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
     	 *   Check if mask/numbering use prefix
     	 *
     	 *   @return	int		0=no, 1=yes
     	 */
         function verif_prefixIsUsed()
         {
    +        // phpcs:enable
             return 0;
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/product_batch/modules_product_batch.class.php b/htdocs/core/modules/product_batch/modules_product_batch.class.php
    index df94c98871f..31e0ec676b2 100644
    --- a/htdocs/core/modules/product_batch/modules_product_batch.class.php
    +++ b/htdocs/core/modules/product_batch/modules_product_batch.class.php
    @@ -21,10 +21,10 @@
     
     
     /**
    - *	    \class      ModeleProductCode
    - *		\brief  	Parent class for product code generators
    + *      \class      ModeleProductCode
    + *      \brief      Parent class for product code generators
      */
    - 
    +
     /**
      *  \file       htdocs/core/modules/contract/modules_contract.php
      *  \ingroup    contract
    @@ -32,7 +32,7 @@
      */
     
      require_once DOL_DOCUMENT_ROOT.'/core/class/commondocgenerator.class.php';
    - 
    +
     /**
      *	Parent class to manage intervention document templates
      */
    @@ -44,23 +44,24 @@ abstract class ModelePDFProductBatch extends CommonDocGenerator
     	public $error='';
     
     
    -	/**
    -	 *	Return list of active generation modules
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +	 *  Return list of active generation modules
     	 *
    -     *  @param	DoliDB	$db     			Database handler
    +     *  @param  DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
    -	 */
    -	static function liste_modeles($db,$maxfilenamelength=0)
    +     */
    +    static function liste_modeles($db, $maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='product_batch';
    -		$liste=array();
    +		$list = array();
     
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    -		$liste=getListOfModels($db,$type,$maxfilenamelength);
    -		return $liste;
    +		$list = getListOfModels($db, $type, $maxfilenamelength);
    +		return $list;
     	}
     }
    -
    diff --git a/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php b/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php
    index 5bede258b07..a350f643e9e 100644
    --- a/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php
    +++ b/htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php
    @@ -53,10 +53,23 @@ if (! empty($conf->agenda->enabled))      require_once DOL_DOCUMENT_ROOT.'/comm/
      */
     class doc_generic_project_odt extends ModelePDFProjects
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +     * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +     */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -66,7 +79,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
     		// Load traductions files requiredby by page
     		$langs->loadLangs(array("companies", "main"));
    @@ -103,6 +116,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Define array with couple substitution key => substitution value
     	 *
    @@ -113,6 +127,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	 */
     	function get_substitutionarray_object($object,$outputlangs,$array_key='object')
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$resarray=array(
    @@ -140,6 +155,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     		return $resarray;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -149,6 +165,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	 */
     	function get_substitutionarray_tasks($task,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$resarray = array(
    @@ -177,9 +194,9 @@ class doc_generic_project_odt extends ModelePDFProjects
     		$resarray = $this->fill_substitutionarray_with_extrafields($task,$resarray,$extrafields,'task',$outputlangs);
     
     		return $resarray;
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -189,6 +206,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	 */
     	function get_substitutionarray_project_contacts($contact,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     		$pc='projcontacts_'; // prefix to avoid typos
     
    @@ -236,6 +254,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -245,6 +264,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	 */
     	function get_substitutionarray_project_file($file,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		return array(
    @@ -254,6 +274,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     		);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -263,6 +284,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	 */
     	function get_substitutionarray_project_reference($refdetail,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		return array(
    @@ -276,6 +298,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     		);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -285,6 +308,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	 */
     	function get_substitutionarray_tasksressource($taskressource,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     		//dol_syslog(get_class($this).'::get_substitutionarray_tasksressource taskressource='.var_export($taskressource,true),LOG_DEBUG);
     		return array(
    @@ -298,6 +322,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     		);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -307,6 +332,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	 */
     	function get_substitutionarray_taskstime($tasktime,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		return array(
    @@ -325,6 +351,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     		);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -334,6 +361,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	 */
     	function get_substitutionarray_task_file($file,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		return array(
    @@ -354,8 +382,8 @@ class doc_generic_project_odt extends ModelePDFProjects
     	{
     		global $conf,$langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("companies","errors"));
     
     		$form = new Form($this->db);
     
    @@ -433,6 +461,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -443,6 +472,7 @@ class doc_generic_project_odt extends ModelePDFProjects
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$hookmanager;
     
     		if (empty($srctemplatepath))
    @@ -1182,5 +1212,4 @@ class doc_generic_project_odt extends ModelePDFProjects
     
     		return -1;
     	}
    -
     }
    diff --git a/htdocs/core/modules/project/doc/pdf_baleine.modules.php b/htdocs/core/modules/project/doc/pdf_baleine.modules.php
    index 44683111e5a..d7d6c154881 100644
    --- a/htdocs/core/modules/project/doc/pdf_baleine.modules.php
    +++ b/htdocs/core/modules/project/doc/pdf_baleine.modules.php
    @@ -107,9 +107,9 @@ class pdf_baleine extends ModelePDFProjects
     
     	/**
     	 * Issuer
    -	 * @var Societe
    +	 * @var Company object that emits
     	 */
    -	public $emetteur;	// Objet societe qui emet
    +	public $emetteur;
     
     	/**
     	 *	Constructor
    @@ -165,8 +165,9 @@ class pdf_baleine extends ModelePDFProjects
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *	Fonction generant le projet sur le disque
    +	 *  Fonction generant le projet sur le disque
     	 *
     	 *	@param	Project		$object   		Object project a generer
     	 *	@param	Translate	$outputlangs	Lang output object
    @@ -174,6 +175,7 @@ class pdf_baleine extends ModelePDFProjects
     	 */
     	function write_file($object,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf, $hookmanager, $langs, $user;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
    @@ -671,5 +673,4 @@ class pdf_baleine extends ModelePDFProjects
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'PROJECT_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/project/doc/pdf_beluga.modules.php b/htdocs/core/modules/project/doc/pdf_beluga.modules.php
    index 330aefd5c67..fe33d093083 100644
    --- a/htdocs/core/modules/project/doc/pdf_beluga.modules.php
    +++ b/htdocs/core/modules/project/doc/pdf_beluga.modules.php
    @@ -54,7 +54,11 @@ if (! empty($conf->agenda->enabled))        require_once DOL_DOCUMENT_ROOT.'/com
     
     class pdf_beluga extends ModelePDFProjects
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
     	/**
     	 *	Constructor
    @@ -110,6 +114,7 @@ class pdf_beluga extends ModelePDFProjects
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Fonction generant le projet sur le disque
     	 *
    @@ -119,6 +124,7 @@ class pdf_beluga extends ModelePDFProjects
     	 */
     	function write_file($object,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf, $hookmanager, $langs, $user;
     
             $formproject=new FormProjets($this->db);
    @@ -794,5 +800,4 @@ class pdf_beluga extends ModelePDFProjects
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'PROJECT_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/project/doc/pdf_timespent.modules.php b/htdocs/core/modules/project/doc/pdf_timespent.modules.php
    index 6bcfe287b70..718e618b16d 100644
    --- a/htdocs/core/modules/project/doc/pdf_timespent.modules.php
    +++ b/htdocs/core/modules/project/doc/pdf_timespent.modules.php
    @@ -37,7 +37,11 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
     
     class pdf_timespent extends ModelePDFProjects
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
     	/**
     	 *	Constructor
    @@ -47,7 +51,7 @@ class pdf_timespent extends ModelePDFProjects
     	function __construct($db)
     	{
     		global $conf,$langs,$mysoc;
    -		
    +
     		// Translations
     		$langs->loadLangs(array("main", "projects", "companies"));
     
    @@ -93,6 +97,7 @@ class pdf_timespent extends ModelePDFProjects
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Fonction generant le projet sur le disque
     	 *
    @@ -102,12 +107,13 @@ class pdf_timespent extends ModelePDFProjects
     	 */
     	function write_file($object,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf, $hookmanager, $langs, $user;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
    -        
    +
     		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "dict", "companies", "projects"));
     
    @@ -582,7 +588,6 @@ class pdf_timespent extends ModelePDFProjects
     	    	}
     	    }
             */
    -
     	}
     
     	/**
    @@ -600,6 +605,4 @@ class pdf_timespent extends ModelePDFProjects
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'PROJECT_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/project/mod_project_simple.php b/htdocs/core/modules/project/mod_project_simple.php
    index ccf4de57d5a..94f2db957a3 100644
    --- a/htdocs/core/modules/project/mod_project_simple.php
    +++ b/htdocs/core/modules/project/mod_project_simple.php
    @@ -31,14 +31,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/project/modules_project.php';
      */
     class mod_project_simple extends ModeleNumRefProjects
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefix='PJ';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefix='PJ';
    +
         /**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom = "Simple";
    -	var $name = "Simple";
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Simple';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Simple';
     
     
         /**
    @@ -143,8 +159,9 @@ class mod_project_simple extends ModeleNumRefProjects
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     * 	Return next reference not yet used as a reference
    +     *  Return next reference not yet used as a reference
          *
          *  @param	Societe	$objsoc     Object third party
          *  @param  Project	$project	Object project
    @@ -152,7 +169,7 @@ class mod_project_simple extends ModeleNumRefProjects
          */
         function project_get_num($objsoc=0,$project='')
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$project);
         }
     }
    -
    diff --git a/htdocs/core/modules/project/mod_project_universal.php b/htdocs/core/modules/project/mod_project_universal.php
    index e76ed349b46..0d11ac820c0 100644
    --- a/htdocs/core/modules/project/mod_project_universal.php
    +++ b/htdocs/core/modules/project/mod_project_universal.php
    @@ -30,10 +30,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/project/modules_project.php';
      */
     class mod_project_universal extends ModeleNumRefProjects
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Universal';
    -	var $name = 'Universal';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +     * @var string Error code (or message)
    +     */
    +    public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Universal';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Universal';
     
     
         /**
    @@ -43,10 +61,10 @@ class mod_project_universal extends ModeleNumRefProjects
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
    -		$langs->load("projects");
    -		$langs->load("admin");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("projects","admin"));
     
     		$form = new Form($this->db);
     
    @@ -127,6 +145,7 @@ class mod_project_universal extends ModeleNumRefProjects
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return next reference not yet used as a reference
          *
    @@ -136,7 +155,7 @@ class mod_project_universal extends ModeleNumRefProjects
          */
         function project_get_num($objsoc=0,$project='')
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$project);
         }
     }
    -
    diff --git a/htdocs/core/modules/project/modules_project.php b/htdocs/core/modules/project/modules_project.php
    index 898cb202744..e6a688e97e8 100644
    --- a/htdocs/core/modules/project/modules_project.php
    +++ b/htdocs/core/modules/project/modules_project.php
    @@ -37,15 +37,17 @@ abstract class ModelePDFProjects extends CommonDocGenerator
     	public $error='';
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
     	 *  Return list of active generation modules
     	 *
    -     *  @param	DoliDB	$db     			Database handler
    +     *  @param  DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
    -	 */
    +     */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='project';
    diff --git a/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php b/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php
    index 5f7ff754a65..7df62bec482 100644
    --- a/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php
    +++ b/htdocs/core/modules/project/task/doc/doc_generic_task_odt.modules.php
    @@ -54,10 +54,23 @@ if (! empty($conf->agenda->enabled))      require_once DOL_DOCUMENT_ROOT.'/comm/
      */
     class doc_generic_task_odt extends ModelePDFTask
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Company object that emits
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -67,10 +80,10 @@ class doc_generic_task_odt extends ModelePDFTask
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -104,6 +117,7 @@ class doc_generic_task_odt extends ModelePDFTask
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Define array with couple substitution key => substitution value
     	 *
    @@ -114,6 +128,7 @@ class doc_generic_task_odt extends ModelePDFTask
     	 */
     	function get_substitutionarray_object($object,$outputlangs,$array_key='object')
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$resarray=array(
    @@ -147,6 +162,7 @@ class doc_generic_task_odt extends ModelePDFTask
     		return $resarray;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -156,6 +172,7 @@ class doc_generic_task_odt extends ModelePDFTask
     	 */
     	function get_substitutionarray_tasks($task,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		return array(
    @@ -176,6 +193,7 @@ class doc_generic_task_odt extends ModelePDFTask
     		);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -185,6 +203,7 @@ class doc_generic_task_odt extends ModelePDFTask
     	 */
     	function get_substitutionarray_project_contacts($contact,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		return array(
    @@ -199,6 +218,7 @@ class doc_generic_task_odt extends ModelePDFTask
     		);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -208,6 +228,7 @@ class doc_generic_task_odt extends ModelePDFTask
     	 */
     	function get_substitutionarray_project_file($file,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		return array(
    @@ -217,6 +238,7 @@ class doc_generic_task_odt extends ModelePDFTask
     		);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -226,6 +248,7 @@ class doc_generic_task_odt extends ModelePDFTask
     	 */
     	function get_substitutionarray_project_reference($refdetail,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		return array(
    @@ -239,6 +262,7 @@ class doc_generic_task_odt extends ModelePDFTask
     		);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -248,6 +272,7 @@ class doc_generic_task_odt extends ModelePDFTask
     	 */
     	function get_substitutionarray_tasksressource($taskressource,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     		//dol_syslog(get_class($this).'::get_substitutionarray_tasksressource taskressource='.var_export($taskressource,true),LOG_DEBUG);
     		return array(
    @@ -261,6 +286,7 @@ class doc_generic_task_odt extends ModelePDFTask
     		);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -270,6 +296,7 @@ class doc_generic_task_odt extends ModelePDFTask
     	 */
     	function get_substitutionarray_taskstime($tasktime,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		return array(
    @@ -284,6 +311,7 @@ class doc_generic_task_odt extends ModelePDFTask
     		);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define array with couple substitution key => substitution value
     	 *
    @@ -293,6 +321,7 @@ class doc_generic_task_odt extends ModelePDFTask
     	 */
     	function get_substitutionarray_task_file($file,$outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		return array(
    @@ -313,8 +342,8 @@ class doc_generic_task_odt extends ModelePDFTask
     	{
     		global $conf,$langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("errors","companies"));
     
     		$form = new Form($this->db);
     
    @@ -392,6 +421,7 @@ class doc_generic_task_odt extends ModelePDFTask
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -402,6 +432,7 @@ class doc_generic_task_odt extends ModelePDFTask
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$hookmanager;
     
     		if (empty($srctemplatepath))
    @@ -414,10 +445,8 @@ class doc_generic_task_odt extends ModelePDFTask
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("projects");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "dict", "companies", "projects"));
     
     		if ($conf->projet->dir_output)
     		{
    @@ -843,5 +872,4 @@ class doc_generic_task_odt extends ModelePDFTask
     
     		return -1;
     	}
    -
     }
    diff --git a/htdocs/core/modules/project/task/mod_task_simple.php b/htdocs/core/modules/project/task/mod_task_simple.php
    index 55ecf2db518..48e9cfe557e 100644
    --- a/htdocs/core/modules/project/task/mod_task_simple.php
    +++ b/htdocs/core/modules/project/task/mod_task_simple.php
    @@ -31,14 +31,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/project/task/modules_task.php';
      */
     class mod_task_simple extends ModeleNumRefTask
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefix='TK';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefix='TK';
    +
         /**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom = "Simple";
    -	var $name = "Simple";
    +
    +	/**
    +	 * @var string
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Simple';
    +
    +	/**
    +	 * @var string name
    +	 */
    +	public $name='Simple';
     
     
         /**
    @@ -143,16 +159,16 @@ class mod_task_simple extends ModeleNumRefTask
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     * 	Return next reference not yet used as a reference
    +     *  Return next reference not yet used as a reference
          *
    -     *  @param	Societe	$objsoc     Object third party
    -     *  @param  Task	$object		Object task
    -     *  @return string      		Next not used reference
    +     *  @param  Societe	$objsoc     Object third party
    +     *  @param  Task	$object     Object task
    +     *  @return string              Next not used reference
          */
         function task_get_num($objsoc=0,$object='')
         {
             return $this->getNextValue($objsoc,$object);
         }
     }
    -
    diff --git a/htdocs/core/modules/project/task/mod_task_universal.php b/htdocs/core/modules/project/task/mod_task_universal.php
    index d89acb22b06..6f46f914b07 100644
    --- a/htdocs/core/modules/project/task/mod_task_universal.php
    +++ b/htdocs/core/modules/project/task/mod_task_universal.php
    @@ -30,10 +30,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/project/task/modules_task.php';
      */
     class mod_task_universal extends ModeleNumRefTask
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Universal';
    -	var $name = 'Universal';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +     * @var string Error code (or message)
    +     */
    +    public $error = '';
    +
    +	/**
    +	 * @var string
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Universal';
    +
    +	/**
    +	 * @var string name
    +	 */
    +	public $name='Universal';
     
     
         /**
    @@ -45,8 +63,8 @@ class mod_task_universal extends ModeleNumRefTask
         {
         	global $conf,$langs;
     
    -		$langs->load("projects");
    -		$langs->load("admin");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("projects","admin"));
     
     		$form = new Form($this->db);
     
    @@ -127,6 +145,7 @@ class mod_task_universal extends ModeleNumRefTask
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return next reference not yet used as a reference
          *
    @@ -136,7 +155,7 @@ class mod_task_universal extends ModeleNumRefTask
          */
         function project_get_num($objsoc=0,$object='')
         {
    -        return $this->getNextValue($objsoc,$object);
    +        // phpcs:enable
    +        return $this->getNextValue($objsoc, $object);
         }
     }
    -
    diff --git a/htdocs/core/modules/project/task/modules_task.php b/htdocs/core/modules/project/task/modules_task.php
    index 11fa9b38326..c9d7aa52bf4 100644
    --- a/htdocs/core/modules/project/task/modules_task.php
    +++ b/htdocs/core/modules/project/task/modules_task.php
    @@ -38,15 +38,17 @@ abstract class ModelePDFTask extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation modules
     	 *
          *  @param	DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
    -	 */
    -	static function liste_modeles($db,$maxfilenamelength=0)
    +     */
    +    static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='project_task';
    diff --git a/htdocs/core/modules/propale/doc/doc_generic_proposal_odt.modules.php b/htdocs/core/modules/propale/doc/doc_generic_proposal_odt.modules.php
    index 24477a67cc5..e27fc868155 100644
    --- a/htdocs/core/modules/propale/doc/doc_generic_proposal_odt.modules.php
    +++ b/htdocs/core/modules/propale/doc/doc_generic_proposal_odt.modules.php
    @@ -37,10 +37,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_proposal_odt extends ModelePDFPropales
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Company object that emits
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -50,10 +63,10 @@ class doc_generic_proposal_odt extends ModelePDFPropales
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -97,8 +110,8 @@ class doc_generic_proposal_odt extends ModelePDFPropales
     	{
     		global $conf,$langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("errors","companies"));
     
     		$form = new Form($this->db);
     
    @@ -207,6 +220,7 @@ class doc_generic_proposal_odt extends ModelePDFPropales
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -220,6 +234,7 @@ class doc_generic_proposal_odt extends ModelePDFPropales
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$hookmanager;
     
     		if (empty($srctemplatepath))
    @@ -241,10 +256,8 @@ class doc_generic_proposal_odt extends ModelePDFPropales
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "dict", "companies", "bills"));
     
     		if ($conf->propal->multidir_output[$conf->entity])
     		{
    @@ -523,6 +536,4 @@ class doc_generic_proposal_odt extends ModelePDFPropales
     
     		return -1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/propale/doc/pdf_azur.modules.php b/htdocs/core/modules/propale/doc/pdf_azur.modules.php
    index 4d52707649e..40b73e4bf7f 100644
    --- a/htdocs/core/modules/propale/doc/pdf_azur.modules.php
    +++ b/htdocs/core/modules/propale/doc/pdf_azur.modules.php
    @@ -2,11 +2,12 @@
     /* Copyright (C) 2004-2014 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2008      Raphael Bertrand     <raphael.bertrand@resultic.fr>
    - * Copyright (C) 2010-2015 Juanjo Menent	    <jmenent@2byte.es>
    - * Copyright (C) 2012      Christophe Battarel   <christophe.battarel@altairis.fr>
    + * Copyright (C) 2010-2015 Juanjo Menent        <jmenent@2byte.es>
    + * Copyright (C) 2012      Christophe Battarel  <christophe.battarel@altairis.fr>
      * Copyright (C) 2012      Cedric Salvador      <csalvador@gpcsolutions.fr>
      * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      * Copyright (C) 2017-2018 Ferran Marcet        <fmarcet@2byte.es>
    + * Copyright (C) 2018      Frédéric France      <frederic.france@netlogic.fr>
      *
      * 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
    @@ -114,7 +115,7 @@ class pdf_azur extends ModelePDFPropales
     
     	/**
     	 * Issuer
    -	 * @var Objet societe qui emet
    +	 * @var Company object that emits
     	 */
     	public $emetteur;
     
    @@ -201,6 +202,7 @@ class pdf_azur extends ModelePDFPropales
     		$this->atleastonediscount=0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *  Function to build pdf onto disk
          *
    @@ -214,6 +216,7 @@ class pdf_azur extends ModelePDFPropales
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$db,$hookmanager,$nblignes;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
    @@ -828,6 +831,7 @@ class pdf_azur extends ModelePDFPropales
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show payments table
     	 *
    @@ -839,10 +843,11 @@ class pdf_azur extends ModelePDFPropales
     	 */
     	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
     	{
    -
    +        // phpcs:enable
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Show miscellaneous information (payment mode, payment term, ...)
     	 *
    @@ -854,6 +859,7 @@ class pdf_azur extends ModelePDFPropales
     	 */
     	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
    @@ -1022,6 +1028,7 @@ class pdf_azur extends ModelePDFPropales
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show total to pay
     	 *
    @@ -1034,6 +1041,7 @@ class pdf_azur extends ModelePDFPropales
     	 */
     	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf,$mysoc;
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
    @@ -1057,7 +1065,7 @@ class pdf_azur extends ModelePDFPropales
     		$pdf->SetXY($col1x, $tab2_top + 0);
     		$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("TotalHT"), 0, 'L', 1);
     
    -		$total_ht = ($conf->multicurrency->enabled && $object->mylticurrency_tx != 1 ? $object->multicurrency_total_ht : $object->total_ht);
    +		$total_ht = (($conf->multicurrency->enabled && isset($object->multicurrency_tx) && $object->multicurrency_tx != 1) ? $object->multicurrency_total_ht : $object->total_ht);
     		$pdf->SetXY($col2x, $tab2_top + 0);
     		$pdf->MultiCell($largcol2, $tab2_hl, price($total_ht + (! empty($object->remise)?$object->remise:0), 0, $outputlangs), 0, 'R', 1);
     
    @@ -1656,6 +1664,7 @@ class pdf_azur extends ModelePDFPropales
     		return pdf_pagefoot($pdf,$outputlangs,'PROPOSAL_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show area for the customer to sign
     	 *
    @@ -1667,6 +1676,7 @@ class pdf_azur extends ModelePDFPropales
     	 */
     	function _signature_area(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     		$tab_top = $posy + 4;
    diff --git a/htdocs/core/modules/propale/mod_propale_marbre.php b/htdocs/core/modules/propale/mod_propale_marbre.php
    index cac76d47b5a..427d4596636 100644
    --- a/htdocs/core/modules/propale/mod_propale_marbre.php
    +++ b/htdocs/core/modules/propale/mod_propale_marbre.php
    @@ -31,13 +31,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/propale/modules_propale.php';
      */
     class mod_propale_marbre extends ModeleNumRefPropales
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefix='PR';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefix='PR';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom = "Marbre";
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Marbre';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Marbre';
     
     
         /**
    @@ -155,5 +172,4 @@ class mod_propale_marbre extends ModeleNumRefPropales
     	{
     		return $this->getNextValue($objsoc,$objforref);
     	}
    -
     }
    diff --git a/htdocs/core/modules/propale/mod_propale_saphir.php b/htdocs/core/modules/propale/mod_propale_saphir.php
    index 54d894c20b5..913743eb93d 100644
    --- a/htdocs/core/modules/propale/mod_propale_saphir.php
    +++ b/htdocs/core/modules/propale/mod_propale_saphir.php
    @@ -33,9 +33,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/propale/modules_propale.php';
      */
     class mod_propale_saphir extends ModeleNumRefPropales
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Saphir';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +     * @var string Error code (or message)
    +     */
    +    public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Saphir';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Saphir';
     
     
         /**
    @@ -45,7 +64,7 @@ class mod_propale_saphir extends ModeleNumRefPropales
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    @@ -139,5 +158,4 @@ class mod_propale_saphir extends ModeleNumRefPropales
     
     		return  $numFinal;
     	}
    -
     }
    diff --git a/htdocs/core/modules/propale/modules_propale.php b/htdocs/core/modules/propale/modules_propale.php
    index 55f7a028e23..c7514ab973c 100644
    --- a/htdocs/core/modules/propale/modules_propale.php
    +++ b/htdocs/core/modules/propale/modules_propale.php
    @@ -42,6 +42,7 @@ abstract class ModelePDFPropales extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation modules
     	 *
    @@ -51,6 +52,7 @@ abstract class ModelePDFPropales extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='propal';
    diff --git a/htdocs/core/modules/rapport/pdf_paiement.class.php b/htdocs/core/modules/rapport/pdf_paiement.class.php
    index a645b105610..9bd93777df1 100644
    --- a/htdocs/core/modules/rapport/pdf_paiement.class.php
    +++ b/htdocs/core/modules/rapport/pdf_paiement.class.php
    @@ -40,9 +40,9 @@ class pdf_paiement
     	function __construct($db)
     	{
     		global $langs,$conf;
    -		$langs->load("bills");
    -		$langs->load("compta");
    -		$langs->load("main");
    +
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("bills","compta","main"));
     
     		$this->db = $db;
     		$this->description = $langs->transnoentities("ListOfCustomerPayments");
    @@ -80,10 +80,10 @@ class pdf_paiement
     		}
     		// which type of document will be generated: clients (client) or providers (fourn) invoices
     		$this->doc_type = "client";
    -
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Fonction generant la rapport sur le disque
     	 *
    @@ -95,6 +95,7 @@ class pdf_paiement
     	 */
     	function write_file($_dir, $month, $year, $outputlangs)
     	{
    +        // phpcs:enable
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
     
     		global $conf, $hookmanager, $langs, $user;
    @@ -406,6 +407,7 @@ class pdf_paiement
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Output body
     	 *
    @@ -417,6 +419,7 @@ class pdf_paiement
     	 */
     	function Body(&$pdf, $page, $lines, $outputlangs)
     	{
    +        // phpcs:enable
     		global $langs;
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
    @@ -495,4 +498,3 @@ class pdf_paiement
     		$pdf->MultiCell($this->page_largeur - $this->marge_droite - $this->posxpaymentamount, $this->line_height, $langs->transnoentities('Total')." : ".price($total), 0, 'R', 0);
     	}
     }
    -
    diff --git a/htdocs/core/modules/security/generate/modGeneratePassNone.class.php b/htdocs/core/modules/security/generate/modGeneratePassNone.class.php
    index 384b956e85d..d0e8c617217 100644
    --- a/htdocs/core/modules/security/generate/modGeneratePassNone.class.php
    +++ b/htdocs/core/modules/security/generate/modGeneratePassNone.class.php
    @@ -35,17 +35,17 @@ class modGeneratePassNone extends ModeleGenPassword
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $length;
    +
    +	public $length;
     
     	/**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    -	var $conf;
    -	var $lang;
    -	var $user;
    +
    +	public $conf;
    +	public $lang;
    +	public $user;
     
     
     	/**
    @@ -108,6 +108,5 @@ class modGeneratePassNone extends ModeleGenPassword
     	{
     		return 1;
     	}
    -
     }
     
    diff --git a/htdocs/core/modules/security/generate/modGeneratePassPerso.class.php b/htdocs/core/modules/security/generate/modGeneratePassPerso.class.php
    index 60537bca1d3..a95a48d20b2 100644
    --- a/htdocs/core/modules/security/generate/modGeneratePassPerso.class.php
    +++ b/htdocs/core/modules/security/generate/modGeneratePassPerso.class.php
    @@ -37,30 +37,30 @@ class modGeneratePassPerso extends ModeleGenPassword
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $length;
    -	var $length2; // didn't overright display
    -	var $NbMaj;
    -	var $NbNum;
    -	var $NbSpe;
    -	var $NbRepeat;
    -	var $WithoutAmbi;
    +
    +	public $length;
    +	public $length2; // didn't overright display
    +	public $NbMaj;
    +	public $NbNum;
    +	public $NbSpe;
    +	public $NbRepeat;
    +	public $WithoutAmbi;
     
     	/**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    -	var $conf;
    -	var $lang;
    -	var $user;
     
    -	var $Maj;
    -	var $Min;
    -	var $Nb;
    -	var $Spe;
    -	var $Ambi;
    -	var $All;
    +	public $conf;
    +	public $lang;
    +	public $user;
    +
    +	public $Maj;
    +	public $Min;
    +	public $Nb;
    +	public $Spe;
    +	public $Ambi;
    +	public $All;
     
     	/**
     	 *	Constructor
    @@ -113,7 +113,6 @@ class modGeneratePassPerso extends ModeleGenPassword
     		//$this->All = str_shuffle($this->Maj. $this->Min. $this->Nb. $this->Spe);
     		//$this->All = $this->Maj. $this->Min. $this->Nb. $this->Spe;
     		//$this->All =  $this->Spe;
    -
     	}
     
     	/**
    diff --git a/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php b/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
    index 87a792672fb..d051c173c6d 100644
    --- a/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
    +++ b/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
    @@ -35,17 +35,17 @@ class modGeneratePassStandard extends ModeleGenPassword
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $length;
    +
    +	public $length;
     
     	/**
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    -	var $conf;
    -	var $lang;
    -	var $user;
    +
    +	public $conf;
    +	public $lang;
    +	public $user;
     
     
     	/**
    diff --git a/htdocs/core/modules/security/generate/modules_genpassword.php b/htdocs/core/modules/security/generate/modules_genpassword.php
    index 60378cf03a4..e1f73b134be 100644
    --- a/htdocs/core/modules/security/generate/modules_genpassword.php
    +++ b/htdocs/core/modules/security/generate/modules_genpassword.php
    @@ -89,6 +89,5 @@ abstract class ModeleGenPassword
         {
             return 1;
         }
    -
     }
     
    diff --git a/htdocs/core/modules/societe/doc/doc_generic_odt.modules.php b/htdocs/core/modules/societe/doc/doc_generic_odt.modules.php
    index 6aa4267d827..fbd4ac84e05 100644
    --- a/htdocs/core/modules/societe/doc/doc_generic_odt.modules.php
    +++ b/htdocs/core/modules/societe/doc/doc_generic_odt.modules.php
    @@ -34,9 +34,17 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_odt extends ModeleThirdPartyDoc
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    +	/**
    +     * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +     */
    +	public $phpmin = array(5, 4);
     
     
     	/**
    @@ -46,10 +54,10 @@ class doc_generic_odt extends ModeleThirdPartyDoc
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -83,7 +91,7 @@ class doc_generic_odt extends ModeleThirdPartyDoc
     	function info($langs)
     	{
     		global $conf,$langs;
    -        
    +
     		// Load traductions files requiredby by page
     		$langs->loadLangs(array("companies", "errors"));
     
    @@ -164,6 +172,7 @@ class doc_generic_odt extends ModeleThirdPartyDoc
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -177,6 +186,7 @@ class doc_generic_odt extends ModeleThirdPartyDoc
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$hookmanager;
     
     		if (empty($srctemplatepath))
    @@ -197,7 +207,7 @@ class doc_generic_odt extends ModeleThirdPartyDoc
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
    -        
    +
     		// Load translation files required by the page
     		$outputlangs->loadLangs(array("main", "dict", "companies", "projects"));
     
    @@ -428,6 +438,4 @@ class doc_generic_odt extends ModeleThirdPartyDoc
     		$this->error='UnknownError';
     		return -1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/societe/mod_codeclient_elephant.php b/htdocs/core/modules/societe/mod_codeclient_elephant.php
    index 993bb2ed2b3..621bbd08d3e 100644
    --- a/htdocs/core/modules/societe/mod_codeclient_elephant.php
    +++ b/htdocs/core/modules/societe/mod_codeclient_elephant.php
    @@ -3,7 +3,7 @@
      * Copyright (C) 2006-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2007-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2011      Juanjo Menent	    <jmenent@2byte.es>
    - * Copyright (C) 2013 	   Philippe Grand      	<philippe.grand@atoo-net.com>
    + * Copyright (C) 2013-2018 Philippe Grand      	<philippe.grand@atoo-net.com>
      *
      * 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,18 +34,39 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/societe/modules_societe.class.php'
      */
     class mod_codeclient_elephant extends ModeleThirdPartyCode
     {
    -	var $nom='Elephant';				// Nom du modele
    -	var $name='Elephant';				// Nom du modele
    -	var $code_modifiable;				// Code modifiable
    -	var $code_modifiable_invalide;		// Code modifiable si il est invalide
    -	var $code_modifiable_null;			// Code modifiables si il est null
    -	var $code_null;						// Code facultatif
    -	var $version='dolibarr';    		// 'development', 'experimental', 'dolibarr'
    -	var $code_auto;                     // Numerotation automatique
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Elephant';
     
    -	var $searchcode; // String de recherche
    -	var $numbitcounter; // Nombre de chiffres du compteur
    -	var $prefixIsRequired; // Le champ prefix du tiers doit etre renseigne quand on utilise {pre}
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Elephant';
    +
    +	public $code_modifiable;				// Code modifiable
    +
    +	public $code_modifiable_invalide;		// Code modifiable si il est invalide
    +
    +	public $code_modifiable_null;			// Code modifiables si il est null
    +
    +	public $code_null;						// Code facultatif
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';    		// 'development', 'experimental', 'dolibarr'
    +
    +	public $code_auto;                     // Numerotation automatique
    +
    +	public $searchcode; // String de recherche
    +
    +	public $numbitcounter; // Nombre de chiffres du compteur
    +
    +	public $prefixIsRequired; // Le champ prefix du tiers doit etre renseigne quand on utilise {pre}
     
     
     	/**
    @@ -216,6 +237,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Check if mask/numbering use prefix
     	 *
    @@ -223,6 +245,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode
     	 */
     	function verif_prefixIsUsed()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$mask = $conf->global->COMPANY_ELEPHANT_MASK_CUSTOMER;
    @@ -291,6 +314,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *		Renvoi si un code est pris ou non (par autre tiers)
     	 *
    @@ -302,6 +326,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode
     	 */
     	function verif_dispo($db, $code, $soc, $type=0)
     	{
    +        // phpcs:enable
     		$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."societe";
     		if ($type == 1) $sql.= " WHERE code_fournisseur = '".$code."'";
     		else $sql.= " WHERE code_client = '".$code."'";
    @@ -323,8 +348,5 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode
     		{
     			return -2;
     		}
    -
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/societe/mod_codeclient_leopard.php b/htdocs/core/modules/societe/mod_codeclient_leopard.php
    index 94c9c04d2e2..9bdd27d5bee 100644
    --- a/htdocs/core/modules/societe/mod_codeclient_leopard.php
    +++ b/htdocs/core/modules/societe/mod_codeclient_leopard.php
    @@ -38,14 +38,33 @@ class mod_codeclient_leopard extends ModeleThirdPartyCode
     	 * Le fonctionnement de celui-ci doit donc rester le plus ouvert possible
     	 */
     
    -	var $nom='Leopard';					// Nom du modele
    -	var $name='Leopard';				// Nom du modele
    -	var $code_modifiable;				// Code modifiable
    -	var $code_modifiable_invalide;		// Code modifiable si il est invalide
    -	var $code_modifiable_null;			// Code modifiables si il est null
    -	var $code_null;						// Code facultatif
    -	var $version='dolibarr';    		// 'development', 'experimental', 'dolibarr'
    -	var $code_auto; 	                // Numerotation automatique
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Leopard';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Leopard';
    +
    +	public $code_modifiable;				// Code modifiable
    +
    +	public $code_modifiable_invalide;		// Code modifiable si il est invalide
    +
    +	public $code_modifiable_null;			// Code modifiables si il est null
    +
    +	public $code_null;						// Code facultatif
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';    		// 'development', 'experimental', 'dolibarr'
    +
    +	public $code_auto; 	                // Numerotation automatique
     
     
     	/**
    diff --git a/htdocs/core/modules/societe/mod_codeclient_monkey.php b/htdocs/core/modules/societe/mod_codeclient_monkey.php
    index f4d9e5b4b33..c18950a87d1 100644
    --- a/htdocs/core/modules/societe/mod_codeclient_monkey.php
    +++ b/htdocs/core/modules/societe/mod_codeclient_monkey.php
    @@ -32,18 +32,39 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/societe/modules_societe.class.php'
      */
     class mod_codeclient_monkey extends ModeleThirdPartyCode
     {
    -	var $nom='Monkey';					// Nom du modele
    -	var $name='Monkey';					// Nom du modele
    -	var $code_modifiable;				// Code modifiable
    -	var $code_modifiable_invalide;		// Code modifiable si il est invalide
    -	var $code_modifiable_null;			// Code modifiables si il est null
    -	var $code_null;						// Code facultatif
    -	var $version='dolibarr';	    	// 'development', 'experimental', 'dolibarr'
    -	var $code_auto;                     // Numerotation automatique
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Monkey';
     
    -	var $prefixcustomer='CU';
    -	var $prefixsupplier='SU';
    -	var $prefixIsRequired; // Le champ prefix du tiers doit etre renseigne quand on utilise {pre}
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Monkey';
    +
    +	public $code_modifiable;				// Code modifiable
    +
    +	public $code_modifiable_invalide;		// Code modifiable si il est invalide
    +
    +	public $code_modifiable_null;			// Code modifiables si il est null
    +
    +	public $code_null;						// Code facultatif
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';	    	// 'development', 'experimental', 'dolibarr'
    +
    +	public $code_auto;                     // Numerotation automatique
    +
    +	public $prefixcustomer='CU';
    +
    +	public $prefixsupplier='SU';
    +
    +	public $prefixIsRequired; // Le champ prefix du tiers doit etre renseigne quand on utilise {pre}
     
     
     	/**
    @@ -101,24 +122,22 @@ class mod_codeclient_monkey extends ModeleThirdPartyCode
     
     		$return='000001';
     
    -		$field='';$where='';
    -		if ($type == 0)
    -		{
    +		$field='';
    +        $where='';
    +        $prefix = '';
    +		if ($type == 0) {
     			$field = 'code_client';
    +            $prefix = $this->prefixcustomer;
     			//$where = ' AND client in (1,2)';
    -		}
    -		else if ($type == 1)
    -		{
    +		} elseif ($type == 1) {
     			$field = 'code_fournisseur';
    +            $prefix = $this->prefixsupplier;
     			//$where = ' AND fournisseur = 1';
    -		}
    -		else return -1;
    +		} else {
    +            return -1;
    +        }
     
    -
    -		if ($type == 0) $prefix=$this->prefixcustomer;
    -		if ($type == 1) $prefix=$this->prefixsupplier;
    -
    -		// D'abord on recupere la valeur max (reponse immediate car champ indexe)
    +        // D'abord on recupere la valeur max (reponse immediate car champ indexe)
     		$posindice=8;
             $sql = "SELECT MAX(CAST(SUBSTRING(".$field." FROM ".$posindice.") AS SIGNED)) as max";   // This is standard SQL
     		$sql.= " FROM ".MAIN_DB_PREFIX."societe";
    @@ -210,6 +229,7 @@ class mod_codeclient_monkey extends ModeleThirdPartyCode
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *		Renvoi si un code est pris ou non (par autre tiers)
     	 *
    @@ -221,6 +241,7 @@ class mod_codeclient_monkey extends ModeleThirdPartyCode
     	 */
     	function verif_dispo($db, $code, $soc, $type=0)
     	{
    +        // phpcs:enable
     		global $conf, $mc;
     
     		$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."societe";
    @@ -249,6 +270,7 @@ class mod_codeclient_monkey extends ModeleThirdPartyCode
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Renvoi si un code respecte la syntaxe
     	 *
    @@ -257,6 +279,7 @@ class mod_codeclient_monkey extends ModeleThirdPartyCode
     	 */
     	function verif_syntax($code)
     	{
    +        // phpcs:enable
     		$res = 0;
     
     		if (dol_strlen($code) < 11)
    @@ -269,6 +292,4 @@ class mod_codeclient_monkey extends ModeleThirdPartyCode
     		}
     		return $res;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/societe/mod_codecompta_aquarium.php b/htdocs/core/modules/societe/mod_codecompta_aquarium.php
    index c237be0f91c..772b28f3d6c 100644
    --- a/htdocs/core/modules/societe/mod_codecompta_aquarium.php
    +++ b/htdocs/core/modules/societe/mod_codecompta_aquarium.php
    @@ -31,12 +31,27 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/societe/modules_societe.class.php'
      */
     class mod_codecompta_aquarium extends ModeleAccountancyCode
     {
    -	var $nom='Aquarium';
    -	var $name='Aquarium';
    -	var $version='dolibarr';        // 'development', 'experimental', 'dolibarr'
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Aquarium';
     
    -	var	$prefixcustomeraccountancycode;
    -	var	$prefixsupplieraccountancycode;
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Aquarium';
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';        // 'development', 'experimental', 'dolibarr'
    +
    +	public	$prefixcustomeraccountancycode;
    +
    +	public	$prefixsupplieraccountancycode;
     
     
     	/**
    @@ -107,6 +122,7 @@ class mod_codecompta_aquarium extends ModeleAccountancyCode
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Set accountancy account code for a third party into this->code
     	 *
    @@ -117,6 +133,7 @@ class mod_codecompta_aquarium extends ModeleAccountancyCode
     	 */
     	function get_code($db, $societe, $type='')
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$i = 0;
    @@ -212,4 +229,3 @@ class mod_codecompta_aquarium extends ModeleAccountancyCode
     		}
     	}
     }
    -
    diff --git a/htdocs/core/modules/societe/mod_codecompta_panicum.php b/htdocs/core/modules/societe/mod_codecompta_panicum.php
    index 15099eb0538..c1e83b75db4 100644
    --- a/htdocs/core/modules/societe/mod_codecompta_panicum.php
    +++ b/htdocs/core/modules/societe/mod_codecompta_panicum.php
    @@ -30,9 +30,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/societe/modules_societe.class.php'
      */
     class mod_codecompta_panicum extends ModeleAccountancyCode
     {
    -	var $nom='Panicum';
    -	var $name='Panicum';
    -	var $version='dolibarr';        // 'development', 'experimental', 'dolibarr'
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Panicum';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Panicum';
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';        // 'development', 'experimental', 'dolibarr'
     
     
     	/**
    @@ -67,6 +81,7 @@ class mod_codecompta_panicum extends ModeleAccountancyCode
     		return '';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Set accountancy account code for a third party into this->code
     	 *
    @@ -77,6 +92,7 @@ class mod_codecompta_panicum extends ModeleAccountancyCode
     	 */
     	function get_code($db, $societe, $type='')
     	{
    +        // phpcs:enable
     		$this->code='';
     
     		if (is_object($societe)) {
    @@ -87,4 +103,3 @@ class mod_codecompta_panicum extends ModeleAccountancyCode
     		return 0; // return ok
     	}
     }
    -
    diff --git a/htdocs/core/modules/societe/modules_societe.class.php b/htdocs/core/modules/societe/modules_societe.class.php
    index c5a1901635b..692dcbf185c 100644
    --- a/htdocs/core/modules/societe/modules_societe.class.php
    +++ b/htdocs/core/modules/societe/modules_societe.class.php
    @@ -38,26 +38,27 @@ abstract class ModeleThirdPartyDoc extends CommonDocGenerator
     	 */
     	public $error='';
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return list of active generation modules
          *
    -	 * 	@param	DoliDB		$db					Database handler
    +     * 	@param	DoliDB		$db					Database handler
          *  @param	integer		$maxfilenamelength  Max length of value to show
          * 	@return	array							List of templates
          */
         static function liste_modeles($db,$maxfilenamelength=0)
         {
    +        // phpcs:enable
             global $conf;
     
             $type='company';
             $liste=array();
     
             include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    -        $liste=getListOfModels($db,$type,$maxfilenamelength);
    +        $liste = getListOfModels($db,$type,$maxfilenamelength);
     
             return $liste;
         }
    -
     }
     
     /**
    @@ -67,7 +68,7 @@ abstract class ModeleThirdPartyDoc extends CommonDocGenerator
     abstract class ModeleThirdPartyCode
     {
         /**
    -	 * @var string Error code (or message)
    +     * @var string Error code (or message)
     	 */
     	public $error='';
     
    @@ -144,8 +145,9 @@ abstract class ModeleThirdPartyCode
             return $langs->trans("NotAvailable");
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     *  Renvoi la liste des modeles de numéroation
    +     *  Renvoie la liste des modeles de numérotation
          *
          *  @param	DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
    @@ -153,6 +155,7 @@ abstract class ModeleThirdPartyCode
          */
         static function liste_modeles($db,$maxfilenamelength=0)
         {
    +        // phpcs:enable
             $liste=array();
             $sql ="";
     
    @@ -176,12 +179,12 @@ abstract class ModeleThirdPartyCode
         }
     
         /**
    -     *      Return description of module parameters
    +     *  Return description of module parameters
          *
    -     *      @param	Translate	$langs      Output language
    -     *		@param	Societe		$soc		Third party object
    -     *		@param	int			$type		-1=Nothing, 0=Customer, 1=Supplier
    -     *		@return	string					HTML translated description
    +     *  @param	Translate	$langs      Output language
    +     *  @param	Societe		$soc		Third party object
    +     *  @param	int			$type		-1=Nothing, 0=Customer, 1=Supplier
    +     *  @return	string					HTML translated description
          */
         function getToolTip($langs,$soc,$type)
         {
    @@ -242,16 +245,17 @@ abstract class ModeleThirdPartyCode
             return $s;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Check if mask/numbering use prefix
     	 *
    -	 *   @return	int		0=no, 1=yes
    -	 */
    +	 *   @return    int	    0=no, 1=yes
    +     */
         function verif_prefixIsUsed()
         {
    +        // phpcs:enable
             return 0;
         }
    -
     }
     
     
    @@ -354,6 +358,7 @@ abstract class ModeleAccountancyCode
             return $s;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Set accountancy account code for a third party into this->code
          *
    @@ -364,7 +369,8 @@ abstract class ModeleAccountancyCode
          */
         function get_code($db, $societe, $type='')
         {
    -	    global $langs;
    +        // phpcs:enable
    +        global $langs;
     
             return $langs->trans("NotAvailable");
         }
    @@ -372,6 +378,7 @@ abstract class ModeleAccountancyCode
     
     
     
    +// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     /**
      *  Create a document onto disk according to template module.
      *
    @@ -389,6 +396,7 @@ abstract class ModeleAccountancyCode
      */
     function thirdparty_doc_create(DoliDB $db, Societe $object, $message, $modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0)
     {
    +    // phpcs:enable
     	dol_syslog(__METHOD__ . " is deprecated", LOG_WARNING);
     
     	return $object->generateDocument($modele, $outputlangs, $hidedetails, $hidedesc, $hideref);
    diff --git a/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php b/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php
    index 4b4a902cb96..fb600eee268 100644
    --- a/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php
    +++ b/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php
    @@ -36,10 +36,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_stock_odt extends ModelePDFStock
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -49,10 +62,10 @@ class doc_generic_stock_odt extends ModelePDFStock
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -94,10 +107,10 @@ class doc_generic_stock_odt extends ModelePDFStock
     	 */
     	function info($langs)
     	{
    -		global $conf,$langs;
    +		global $conf, $langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("errors","companies"));
     
     		$form = new Form($this->db);
     
    @@ -191,6 +204,7 @@ class doc_generic_stock_odt extends ModelePDFStock
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -204,6 +218,7 @@ class doc_generic_stock_odt extends ModelePDFStock
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $stock,$langs,$conf,$mysoc,$hookmanager,$user;
     
     		if (empty($srctemplatepath))
    @@ -225,10 +240,9 @@ class doc_generic_stock_odt extends ModelePDFStock
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "dict", "companies", "bills"));
    +
     		if ($conf->produit->dir_output)
     		{
     			// If $object is id instead of object
    @@ -499,6 +513,4 @@ class doc_generic_stock_odt extends ModelePDFStock
     
     		return -1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/stock/doc/pdf_standard.modules.php b/htdocs/core/modules/stock/doc/pdf_standard.modules.php
    index 6adcd2e9cb7..ce01124211a 100644
    --- a/htdocs/core/modules/stock/doc/pdf_standard.modules.php
    +++ b/htdocs/core/modules/stock/doc/pdf_standard.modules.php
    @@ -58,9 +58,9 @@ class pdf_standard extends ModelePDFStock
     
     	/**
          * @var array() Minimum version of PHP required by module.
    -	 * e.g.: PHP ≥ 5.3 = array(5, 3)
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
          */
    -	public $phpmin = array(5, 2);
    +	public $phpmin = array(5, 4);
     
     	/**
          * Dolibarr version of the loaded document
    @@ -68,15 +68,46 @@ class pdf_standard extends ModelePDFStock
          */
     	public $version = 'dolibarr';
     
    +    /**
    +     * @var int page_largeur
    +     */
         public $page_largeur;
    +
    +    /**
    +     * @var int page_hauteur
    +     */
         public $page_hauteur;
    +
    +    /**
    +     * @var array format
    +     */
         public $format;
    +
    +	/**
    +     * @var int marge_gauche
    +     */
     	public $marge_gauche;
    +
    +	/**
    +     * @var int marge_droite
    +     */
     	public $marge_droite;
    +
    +	/**
    +     * @var int marge_haute
    +     */
     	public $marge_haute;
    +
    +	/**
    +     * @var int marge_basse
    +     */
     	public $marge_basse;
     
    -    public $emetteur;	// Objet societe qui emet
    +    /**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
     
     	/**
    @@ -146,6 +177,7 @@ class pdf_standard extends ModelePDFStock
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -159,6 +191,7 @@ class pdf_standard extends ModelePDFStock
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$db,$hookmanager;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
    @@ -898,7 +931,6 @@ class pdf_standard extends ModelePDFStock
     		$pdf->SetLineStyle(array('dash'=>'0','color'=>array(220,26,26)));
     		$pdf->line($this->marge_gauche, $tab_top+11, $this->page_largeur-$this->marge_droite, $tab_top+11);
     		$pdf->SetLineStyle(array('dash'=>0));
    -
     	}
     
     	/**
    @@ -1145,5 +1177,4 @@ class pdf_standard extends ModelePDFStock
     	    $showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     	    return pdf_pagefoot($pdf,$outputlangs,'PRODUCT_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php b/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
    index 5f8a62a90c6..2fd86069d01 100644
    --- a/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
    +++ b/htdocs/core/modules/stock/doc/pdf_stdmovement.modules.php
    @@ -59,9 +59,9 @@ class pdf_stdmovement extends ModelePDFMovement
     
     	/**
          * @var array() Minimum version of PHP required by module.
    -	 * e.g.: PHP ≥ 5.3 = array(5, 3)
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
          */
    -	public $phpmin = array(5, 2);
    +	public $phpmin = array(5, 4);
     
     	/**
          * Dolibarr version of the loaded document
    @@ -69,15 +69,46 @@ class pdf_stdmovement extends ModelePDFMovement
          */
     	public $version = 'dolibarr';
     
    +    /**
    +     * @var int page_largeur
    +     */
         public $page_largeur;
    +
    +    /**
    +     * @var int page_hauteur
    +     */
         public $page_hauteur;
    +
    +    /**
    +     * @var array format
    +     */
         public $format;
    +
    +	/**
    +     * @var int marge_gauche
    +     */
     	public $marge_gauche;
    +
    +	/**
    +     * @var int marge_droite
    +     */
     	public $marge_droite;
    +
    +	/**
    +     * @var int marge_haute
    +     */
     	public $marge_haute;
    +
    +	/**
    +     * @var int marge_basse
    +     */
     	public $marge_basse;
     
    -    public $emetteur;	// Objet societe qui emet
    +    /**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
     
     	/**
    @@ -88,7 +119,7 @@ class pdf_stdmovement extends ModelePDFMovement
     	public function __construct($db)
     	{
     		global $conf,$langs,$mysoc;
    -        
    +
     		// Load traductions files requiredby by page
     		$langs->loadLangs(array("main", "companies"));
     
    @@ -149,6 +180,7 @@ class pdf_stdmovement extends ModelePDFMovement
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -162,12 +194,13 @@ class pdf_stdmovement extends ModelePDFMovement
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$db,$hookmanager;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
    -        
    +
     		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "dict", "companies", "bills", "stocks", "orders", "deliveries"));
     
    @@ -900,7 +933,6 @@ class pdf_stdmovement extends ModelePDFMovement
     		$pdf->SetLineStyle(array('dash'=>'0','color'=>array(220,26,26)));
     		$pdf->line($this->marge_gauche, $tab_top+11, $this->page_largeur-$this->marge_droite, $tab_top+11);
     		$pdf->SetLineStyle(array('dash'=>0));
    -
     	}
     
     	/**
    @@ -916,7 +948,7 @@ class pdf_stdmovement extends ModelePDFMovement
     	function _pagehead(&$pdf, $object, $showaddress, $outputlangs, $titlekey="")
     	{
     	    global $conf,$langs,$db,$hookmanager;
    -        
    +
     	    // Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "propal", "companies", "bills", "orders", "stocks"));
     
    @@ -1147,6 +1179,4 @@ class pdf_stdmovement extends ModelePDFMovement
     	    $showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     	    return pdf_pagefoot($pdf,$outputlangs,'PRODUCT_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/stock/modules_movement.php b/htdocs/core/modules/stock/modules_movement.php
    index 4009d235b59..33672e415ea 100644
    --- a/htdocs/core/modules/stock/modules_movement.php
    +++ b/htdocs/core/modules/stock/modules_movement.php
    @@ -36,6 +36,7 @@ abstract class ModelePDFMovement extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of active generation modules
     	 *
    @@ -45,6 +46,7 @@ abstract class ModelePDFMovement extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='mouvement';
    @@ -53,4 +55,4 @@ abstract class ModelePDFMovement extends CommonDocGenerator
     		$liste=getListOfModels($db,$type,$maxfilenamelength);
     		return $liste;
     	}
    -}
    \ No newline at end of file
    +}
    diff --git a/htdocs/core/modules/stock/modules_stock.php b/htdocs/core/modules/stock/modules_stock.php
    index a5e0c2e5d7f..a74df6198ce 100644
    --- a/htdocs/core/modules/stock/modules_stock.php
    +++ b/htdocs/core/modules/stock/modules_stock.php
    @@ -29,15 +29,17 @@ abstract class ModelePDFStock extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return list of active generation modules
          *
    -	 * 	@param	DoliDB		$db					Database handler
    +     * 	@param	DoliDB		$db					Database handler
          *  @param	integer		$maxfilenamelength  Max length of value to show
          * 	@return	array							List of templates
          */
         static function liste_modeles($db,$maxfilenamelength=0)
         {
    +        // phpcs:enable
             global $conf;
     
             $type='stock';
    diff --git a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
    index 2eaa85261d0..28474f094f1 100644
    --- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
    +++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
    @@ -1,7 +1,7 @@
     <?php
     /* Copyright (C) 2005-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2013      Philippe Grand       <philippe.grand@atoo-net.com>
    + * Copyright (C) 2013-2018 Philippe Grand       <philippe.grand@atoo-net.com>
      * Copyright (C) 2016      Alexandre Spangaro   <aspangaro@zendsi.com>
      *
      * This program is free software; you can redistribute it and/or modify
    @@ -33,12 +33,34 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/supplier_invoice/modules_facturef
      */
     class mod_facture_fournisseur_cactus extends ModeleNumRefSuppliersInvoices
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Cactus';
    -	var $prefixinvoice='SI';
    -	var $prefixcreditnote='SA';
    -	var $prefixdeposit='SD';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +     * @var string Error code (or message)
    +     */
    +    public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Cactus';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Cactus';
    +
    +	public $prefixinvoice='SI';
    +
    +	public $prefixcreditnote='SA';
    +
    +	public $prefixdeposit='SD';
     
     
         /**
    diff --git a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
    index 2e155c04df8..6079006d315 100644
    --- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
    +++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
    @@ -2,7 +2,7 @@
     /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
      * Copyright (C) 2004-2008 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2013      Philippe Grand       <philippe.grand@atoo-net.com>
    + * Copyright (C) 2013-2018 Philippe Grand       <philippe.grand@atoo-net.com>
      * Copyright (C) 2013      Juanjo Menent        <jmenent@2byte.es>
      * Copyright (C) 2016      Alexandre Spangaro   <aspangaro@zendsi.com>
      *
    @@ -36,9 +36,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/supplier_invoice/modules_facturef
     */
     class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Tulip';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +     * @var string Error code (or message)
    +     */
    +    public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Tulip';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Tulip';
     
     
         /**
    @@ -48,10 +67,10 @@ class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
    -		$langs->load("bills");
    -		$langs->load("admin");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("bills","admin"));
     
     		$form = new Form($this->db);
     
    diff --git a/htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php b/htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php
    index edc3f3c7428..064be2e1f41 100644
    --- a/htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php
    +++ b/htdocs/core/modules/supplier_invoice/modules_facturefournisseur.php
    @@ -1,8 +1,8 @@
     <?php
    -/* Copyright (C) 2010	Juanjo Menent	<jmenent@2byte.es>
    - * Copyright (C) 2012	Regis Houssin	<regis.houssin@capnetworks.com>
    - * Copyright (C) 2013-2016   Philippe Grand  <philippe.grand@atoo-net.com>
    - * Copyright (C) 2014   Marcos García   <marcosgdf@gmail.com>
    +/* Copyright (C) 2010       Juanjo Menent       <jmenent@2byte.es>
    + * Copyright (C) 2012       Regis Houssin       <regis.houssin@capnetworks.com>
    + * Copyright (C) 2013-2016  Philippe Grand      <philippe.grand@atoo-net.com>
    + * Copyright (C) 2014       Marcos García       <marcosgdf@gmail.com>
      *
      * 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
    @@ -40,6 +40,7 @@ abstract class ModelePDFSuppliersInvoices extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation models
     	 *
    @@ -47,19 +48,19 @@ abstract class ModelePDFSuppliersInvoices extends CommonDocGenerator
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of numbers
     	 */
    -	static function liste_modeles($db,$maxfilenamelength=0)
    +	static function liste_modeles($db, $maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
    -		$type='invoice_supplier';
    -		$liste=array();
    +		$type = 'invoice_supplier';
    +		$list = array();
     
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    -		$liste=getListOfModels($db,$type,$maxfilenamelength);
    +		$list = getListOfModels($db, $type, $maxfilenamelength);
     
    -		return $liste;
    +		return $list;
     	}
    -
     }
     
     /**
    diff --git a/htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php b/htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
    index be563f4d495..e7d47f67bda 100644
    --- a/htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
    +++ b/htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
    @@ -2,6 +2,7 @@
     /* Copyright (C) 2010-2011      Juanjo Menent        <jmenent@2byte.es>
      * Copyright (C) 2010-2014 		Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2015           Marcos García        <marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -51,7 +52,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
          */
         public $description;
     
    -/**
    +    /**
          * @var string document type
          */
         public $type;
    @@ -105,7 +106,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     
     	/**
     	 * Issuer
    -	 * @var Objet societe qui emet
    +	 * @var Company object that emits
     	 */
     	public $emetteur;
     
    @@ -118,9 +119,9 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		// Translations
    +		// Load translation files required by the page
     		$langs->loadLangs(array("main", "bills"));
     
     		$this->db = $db;
    @@ -182,6 +183,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *  Function to build pdf onto disk
          *
    @@ -192,9 +194,10 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
          *  @param		int					$hidedesc			Do not show desc
          *  @param		int					$hideref			Do not show ref
          *  @return		int										1=OK, 0=KO
    -	 */
    +     */
     	function write_file($object, $outputlangs='', $srctemplatepath='', $hidedetails=0, $hidedesc=0, $hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$hookmanager,$nblignes;
     
     		// Get source company
    @@ -207,11 +210,8 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    -		$outputlangs->load("products");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "dict", "companies", "bills", "products"));
     
     		if ($conf->fournisseur->facture->dir_output)
     		{
    @@ -605,6 +605,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show total to pay
     	 *
    @@ -617,6 +618,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     	 */
     	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf,$mysoc;
     
             $default_font_size = pdf_getPDFFontSize($outputlangs);
    @@ -647,7 +649,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     		$pdf->SetXY($col1x, $tab2_top + 0);
     		$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("TotalHT"), 0, 'L', 1);
     
    -		$total_ht = ($conf->multicurrency->enabled && $object->mylticurrency_tx != 1 ? $object->multicurrency_total_ht : $object->total_ht);
    +		$total_ht = (($conf->multicurrency->enabled && isset($object->multicurrency_tx) && $object->multicurrency_tx != 1) ? $object->multicurrency_total_ht : $object->total_ht);
     		$pdf->SetXY($col2x, $tab2_top + 0);
     		$pdf->MultiCell($largcol2, $tab2_hl, price($total_ht + $object->remise), 0, 'R', 1);
     
    @@ -923,9 +925,9 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     			$pdf->SetXY($this->postotalht-1, $tab_top+1);
     			$pdf->MultiCell(30,2, $outputlangs->transnoentities("TotalHTShort"),'','C');
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show payments table
     	 *
    @@ -937,6 +939,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     	 */
     	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$sign=1;
    @@ -1015,7 +1018,6 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     			$this->error=$this->db->lasterror();
     			return -1;
     		}
    -
     	}
     
     	/**
    @@ -1029,12 +1031,11 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     	 */
     	function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
     	{
    -		global $langs,$conf,$mysoc;
    +		global $langs, $conf, $mysoc;
    +
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "orders", "companies", "bills"));
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("bills");
    -		$outputlangs->load("orders");
    -		$outputlangs->load("companies");
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
     		// Do not add the BACKGROUND as this is for suppliers
    @@ -1247,5 +1248,4 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'SUPPLIER_INVOICE_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_muguet.php b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_muguet.php
    index a39e7d004be..8448c61f62b 100644
    --- a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_muguet.php
    +++ b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_muguet.php
    @@ -31,10 +31,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/supplier_order/modules_commandefo
      */
     class mod_commande_fournisseur_muguet extends ModeleNumRefSuppliersOrders
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Muguet';
    -	var $prefix='CF';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +     * @var string Error code (or message)
    +     */
    +    public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Muguet';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Muguet';
    +
    +	public $prefix='CF';
     
     
     	/**
    @@ -143,6 +163,7 @@ class mod_commande_fournisseur_muguet extends ModeleNumRefSuppliersOrders
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Renvoie la reference de commande suivante non utilisee
          *
    @@ -152,7 +173,7 @@ class mod_commande_fournisseur_muguet extends ModeleNumRefSuppliersOrders
          */
         function commande_get_num($objsoc=0,$object='')
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$object);
         }
     }
    -
    diff --git a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php
    index 37b8adab22e..1645ce796b2 100644
    --- a/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php
    +++ b/htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php
    @@ -32,9 +32,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/supplier_order/modules_commandefo
      */
     class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Orchidee';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +     * @var string Error code (or message)
    +     */
    +    public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Orchidee';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Orchidee';
     
     
         /**
    @@ -44,10 +63,10 @@ class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
    -		$langs->load("bills");
    -		$langs->load("admin");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("bills","admin"));
     
     		$form = new Form($this->db);
     
    @@ -127,6 +146,7 @@ class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Renvoie la reference de commande suivante non utilisee
          *
    @@ -136,7 +156,7 @@ class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders
          */
         function commande_get_num($objsoc=0,$object='')
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$object);
         }
     }
    -
    diff --git a/htdocs/core/modules/supplier_order/modules_commandefournisseur.php b/htdocs/core/modules/supplier_order/modules_commandefournisseur.php
    index d20229fd650..edb047510d5 100644
    --- a/htdocs/core/modules/supplier_order/modules_commandefournisseur.php
    +++ b/htdocs/core/modules/supplier_order/modules_commandefournisseur.php
    @@ -43,6 +43,7 @@ abstract class ModelePDFSuppliersOrders extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation models
     	 *
    @@ -52,6 +53,7 @@ abstract class ModelePDFSuppliersOrders extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +		// phpcs:enable
     		global $conf;
     
     		$type='order_supplier';
    @@ -62,7 +64,6 @@ abstract class ModelePDFSuppliersOrders extends CommonDocGenerator
     
     		return $liste;
     	}
    -
     }
     
     
    diff --git a/htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php b/htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php
    index 9294ff1a47e..8478fd70e89 100644
    --- a/htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php
    +++ b/htdocs/core/modules/supplier_order/pdf/pdf_muscadet.modules.php
    @@ -5,6 +5,7 @@
      * Copyright (C) 2010-2014 Juanjo Menent         <jmenent@2byte.es>
      * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      * Copyright (C) 2017      Ferran Marcet         <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -44,18 +45,18 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
          * @var DoliDb Database handler
          */
         public $db;
    -    
    +
     	/**
          * @var string model name
          */
         public $name;
    -    
    +
     	/**
          * @var string model description (short text)
          */
         public $description;
    -    
    -/**
    +
    +    /**
          * @var string document type
          */
         public $type;
    @@ -65,51 +66,51 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     	 * e.g.: PHP ≥ 5.4 = array(5, 4)
          */
     	public $phpmin = array(5, 4);
    -	
    +
     	/**
          * Dolibarr version of the loaded document
          * @public string
          */
     	public $version = 'dolibarr';
    -	
    +
     	/**
          * @var int page_largeur
          */
         public $page_largeur;
    -	
    +
     	/**
          * @var int page_hauteur
          */
         public $page_hauteur;
    -	
    +
     	/**
          * @var array format
          */
         public $format;
    -	
    +
     	/**
          * @var int marge_gauche
          */
     	public $marge_gauche;
    -	
    +
     	/**
          * @var int marge_droite
          */
     	public $marge_droite;
    -	
    +
     	/**
          * @var int marge_haute
          */
     	public $marge_haute;
    -	
    +
     	/**
          * @var int marge_basse
          */
     	public $marge_basse;
    -    
    +
     	/**
     	 * Issuer
    -	 * @var Objet societe qui emet
    +	 * @var Company object that emits
     	 */
     	public $emetteur;
     
    @@ -121,9 +122,9 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		// Translations
    +		// Load translation files required by the page
     		$langs->loadLangs(array("main", "bills"));
     
     		$this->db = $db;
    @@ -196,6 +197,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Function to build pdf onto disk
          *
    @@ -209,18 +211,15 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
          */
     	function write_file($object,$outputlangs='',$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$hookmanager,$mysoc,$nblignes;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    -		$outputlangs->load("products");
    -		$outputlangs->load("orders");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "orders", "companies", "bills", "dict", "products"));
     
     		$nblignes = count($object->lines);
     
    @@ -704,6 +703,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show payments table
     	 *
    @@ -715,10 +715,11 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     	 */
     	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
     	{
    -
    +        // phpcs:enable
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Show miscellaneous information (payment mode, payment term, ...)
     	 *
    @@ -730,6 +731,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     	 */
     	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     	    global $conf;
     	    $default_font_size = pdf_getPDFFontSize($outputlangs);
     
    @@ -782,10 +784,11 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     		return $posy;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *	Show total to pay
    +	 *  Show total to pay
     	 *
    -	 *	@param	PDF			$pdf           Object PDF
    +	 *  @param	PDF			$pdf           Object PDF
     	 *	@param  Facture		$object         Object invoice
     	 *	@param  int			$deja_regle     Montant deja regle
     	 *	@param	int			$posy			Position depart
    @@ -794,6 +797,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     	 */
     	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf,$mysoc;
     
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
    @@ -818,7 +822,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     		$pdf->SetXY($col1x, $tab2_top + 0);
     		$pdf->MultiCell($col2x-$col1x, $tab2_hl, $outputlangs->transnoentities("TotalHT"), 0, 'L', 1);
     
    -		$total_ht = ($conf->multicurrency->enabled && $object->mylticurrency_tx != 1 ? $object->multicurrency_total_ht : $object->total_ht);
    +		$total_ht = (($conf->multicurrency->enabled && isset($object->multicurrency_tx) && $object->multicurrency_tx != 1) ? $object->multicurrency_total_ht : $object->total_ht);
     		$pdf->SetXY($col2x, $tab2_top + 0);
     		$pdf->MultiCell($largcol2, $tab2_hl, price($total_ht + (! empty($object->remise)?$object->remise:0)), 0, 'R', 1);
     
    @@ -1119,13 +1123,10 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     	 */
     	function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
     	{
    -		global $langs,$conf,$mysoc;
    +		global $langs, $conf, $mysoc;
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("bills");
    -		$outputlangs->load("orders");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("sendings");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "orders", "companies", "bills", "sendings"));
     
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
    @@ -1371,6 +1372,4 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'SUPPLIER_ORDER_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/supplier_payment/doc/pdf_standard.modules.php b/htdocs/core/modules/supplier_payment/doc/pdf_standard.modules.php
    index 1bd1b89cd38..2a31f265097 100644
    --- a/htdocs/core/modules/supplier_payment/doc/pdf_standard.modules.php
    +++ b/htdocs/core/modules/supplier_payment/doc/pdf_standard.modules.php
    @@ -119,9 +119,9 @@ class pdf_standard extends ModelePDFSuppliersPayments
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		// Translations
    +		// Load translation files required by the page
     		$langs->loadLangs(array("main", "bills"));
     
     		$this->db = $db;
    @@ -176,7 +176,8 @@ class pdf_standard extends ModelePDFSuppliersPayments
     	}
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *  Function to build pdf onto disk
          *
          *  @param		PaiementFourn		$object				Id of object to generate
    @@ -186,21 +187,19 @@ class pdf_standard extends ModelePDFSuppliersPayments
          *  @param		int					$hidedesc			Do not show desc
          *  @param		int					$hideref			Do not show ref
          *  @return		int										1=OK, 0=KO
    -	 */
    +     */
     	function write_file($object, $outputlangs='', $srctemplatepath='', $hidedetails=0, $hidedesc=0, $hideref=0)
     	{
    -		global $user,$langs,$conf,$mysoc,$hookmanager;
    +        // phpcs:enable
    +		global $user, $langs, $conf, $mysoc, $hookmanager;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    -		$outputlangs->load("products");
    -		$outputlangs->load("suppliers");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "suppliers", "companies", "bills", "dict", "products"));
    +
     		$object->factures = array();
     
     		if ($conf->fournisseur->payment->dir_output)
    @@ -512,6 +511,7 @@ class pdf_standard extends ModelePDFSuppliersPayments
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show total to pay
     	 *
    @@ -523,6 +523,7 @@ class pdf_standard extends ModelePDFSuppliersPayments
     	 */
     	function _tableau_cheque(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf,$mysoc;
     
             $default_font_size = pdf_getPDFFontSize($outputlangs);
    @@ -567,7 +568,6 @@ class pdf_standard extends ModelePDFSuppliersPayments
     		// Date
     		$pdf->SetXY($this->page_largeur - $this->marge_droite - 30, $posy);
     		$pdf->MultiCell(150, 4, date("d").' '.$outputlangs->transnoentitiesnoconv(date("F")).' '.date("Y"), 0, 'L', 1);
    -
     	}
     
     
    @@ -613,7 +613,6 @@ class pdf_standard extends ModelePDFSuppliersPayments
     
     		// Output Rect
     		//$this->printRect($pdf,$this->marge_gauche, $tab_top, $this->page_largeur-$this->marge_gauche-$this->marge_droite, $tab_height, $hidetop, $hidebottom);	// Rect prend une longueur en 3eme param et 4eme param
    -
     	}
     
     
    @@ -628,12 +627,11 @@ class pdf_standard extends ModelePDFSuppliersPayments
     	 */
     	function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
     	{
    -		global $langs,$conf,$mysoc;
    +		global $langs, $conf, $mysoc;
    +
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "orders", "companies", "bills"));
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("bills");
    -		$outputlangs->load("orders");
    -		$outputlangs->load("companies");
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
     		// Do not add the BACKGROUND as this is for suppliers
    @@ -812,5 +810,4 @@ class pdf_standard extends ModelePDFSuppliersPayments
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'SUPPLIER_INVOICE_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php b/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php
    index 97c7b077b22..216bc4bde90 100644
    --- a/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php
    +++ b/htdocs/core/modules/supplier_payment/mod_supplier_payment_brodator.php
    @@ -30,9 +30,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/supplier_payment/modules_supplier
      */
     class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Brodator';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +     * @var string Error code (or message)
    +     */
    +    public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Brodator';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Brodator';
     
     
         /**
    @@ -42,7 +61,7 @@ class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    @@ -124,6 +143,7 @@ class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free value
     	 *
    @@ -133,8 +153,7 @@ class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments
          */
         function commande_get_num($objsoc,$objforref)
         {
    +        // phpcs:enable
             return $this->getNextValue($objsoc,$objforref);
         }
    -
     }
    -
    diff --git a/htdocs/core/modules/supplier_payment/mod_supplier_payment_bronan.php b/htdocs/core/modules/supplier_payment/mod_supplier_payment_bronan.php
    index 94521f99c5e..0d64991065a 100644
    --- a/htdocs/core/modules/supplier_payment/mod_supplier_payment_bronan.php
    +++ b/htdocs/core/modules/supplier_payment/mod_supplier_payment_bronan.php
    @@ -29,13 +29,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/supplier_payment/modules_supplier
      */
     class mod_supplier_payment_bronan extends ModeleNumRefSupplierPayments
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefix='SPAY';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefix='SPAY';
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom='Bronan';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Bronan';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Bronan';
     
     
         /**
    @@ -138,6 +155,7 @@ class mod_supplier_payment_bronan extends ModeleNumRefSupplierPayments
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return next free value
     	 *
    @@ -147,7 +165,7 @@ class mod_supplier_payment_bronan extends ModeleNumRefSupplierPayments
     	 */
     	function payment_get_num($objsoc,$objforref)
     	{
    +        // phpcs:enable
     		return $this->getNextValue($objsoc,$objforref);
     	}
    -
     }
    diff --git a/htdocs/core/modules/supplier_payment/modules_supplier_payment.php b/htdocs/core/modules/supplier_payment/modules_supplier_payment.php
    index 7a6e26e770b..8eb706dc0ce 100644
    --- a/htdocs/core/modules/supplier_payment/modules_supplier_payment.php
    +++ b/htdocs/core/modules/supplier_payment/modules_supplier_payment.php
    @@ -28,15 +28,17 @@ abstract class ModelePDFSuppliersPayments extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of active generation models
     	 *
          *  @param	DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of numbers
    -	 */
    +     */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='supplier_payment';
    @@ -47,7 +49,6 @@ abstract class ModelePDFSuppliersPayments extends CommonDocGenerator
     
     		return $liste;
     	}
    -
     }
     
     /**
    diff --git a/htdocs/core/modules/supplier_proposal/doc/doc_generic_supplier_proposal_odt.modules.php b/htdocs/core/modules/supplier_proposal/doc/doc_generic_supplier_proposal_odt.modules.php
    index a8497416501..3bf35edbe13 100644
    --- a/htdocs/core/modules/supplier_proposal/doc/doc_generic_supplier_proposal_odt.modules.php
    +++ b/htdocs/core/modules/supplier_proposal/doc/doc_generic_supplier_proposal_odt.modules.php
    @@ -37,10 +37,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +   * Dolibarr version of the loaded document
    +   * @public string
    +   */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -50,10 +63,10 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -95,10 +108,10 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
     	 */
     	function info($langs)
     	{
    -		global $conf,$langs;
    +		global $conf, $langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array('companies', 'errors'));
     
     		$form = new Form($this->db);
     
    @@ -207,6 +220,7 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -220,7 +234,8 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    -		global $user,$langs,$conf,$mysoc,$hookmanager;
    +        // phpcs:enable
    +		global $user, $langs, $conf, $mysoc, $hookmanager;
     
     		if (empty($srctemplatepath))
     		{
    @@ -241,10 +256,8 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "companies", "bills", "dict"));
     
     		if ($conf->supplier_proposal->dir_output)
     		{
    @@ -514,6 +527,4 @@ class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal
     
     		return -1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php b/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php
    index 7d7009a3c58..31097dd8c34 100644
    --- a/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php
    +++ b/htdocs/core/modules/supplier_proposal/doc/pdf_aurore.modules.php
    @@ -193,7 +193,8 @@ class pdf_aurore extends ModelePDFSupplierProposal
     		$this->atleastonediscount=0;
     	}
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *  Function to build pdf onto disk
          *
          *  @param		Object		$object				Object to generate
    @@ -206,13 +207,14 @@ class pdf_aurore extends ModelePDFSupplierProposal
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    +        // phpcs:enable
     		global $user,$langs,$conf,$mysoc,$db,$hookmanager,$nblignes;
     
     		if (! is_object($outputlangs)) $outputlangs=$langs;
     		// For backward compatibility with FPDF, force output charset to ISO, because FPDF expect text to be encoded in ISO
     		if (! empty($conf->global->MAIN_USE_FPDF)) $outputlangs->charset_output='ISO-8859-1';
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "dict", "companies", "bills", "products", "supplier_proposal"));
     
     		$nblignes = count($object->lines);
    @@ -375,7 +377,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
     				{
     					$tab_top -= 2;
     
    -          $substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object);
    +                    $substitutionarray=pdf_getSubstitutionArray($outputlangs, null, $object);
     					complete_substitutions_array($substitutionarray, $outputlangs, $object);
     					$notetoshow = make_substitutions($notetoshow, $substitutionarray, $outputlangs);
     
    @@ -696,6 +698,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Show payments table
     	 *
    @@ -707,10 +710,11 @@ class pdf_aurore extends ModelePDFSupplierProposal
     	 */
     	function _tableau_versements(&$pdf, $object, $posy, $outputlangs)
     	{
    -
    +        // phpcs:enable
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Show miscellaneous information (payment mode, payment term, ...)
     	 *
    @@ -722,6 +726,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
     	 */
     	function _tableau_info(&$pdf, $object, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf;
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
    @@ -877,6 +882,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Show total to pay
     	 *
    @@ -889,6 +895,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
     	 */
     	function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs)
     	{
    +        // phpcs:enable
     		global $conf,$mysoc;
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
     
    @@ -1273,9 +1280,9 @@ class pdf_aurore extends ModelePDFSupplierProposal
     	 */
     	function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
     	{
    -		global $conf,$langs;
    +		global $conf, $langs;
     
    -		// Translations
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array("main", "bills", "supplier_proposal", "companies"));
     
     		$default_font_size = pdf_getPDFFontSize($outputlangs);
    @@ -1494,5 +1501,4 @@ class pdf_aurore extends ModelePDFSupplierProposal
     		$showdetails=$conf->global->MAIN_GENERATE_DOCUMENTS_SHOW_FOOT_DETAILS;
     		return pdf_pagefoot($pdf,$outputlangs,'SUPPLIER_PROPOSAL_FREE_TEXT',$this->emetteur,$this->marge_basse,$this->marge_gauche,$this->page_hauteur,$object,$showdetails,$hidefreetext);
     	}
    -
     }
    diff --git a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_marbre.php b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_marbre.php
    index 372b3189292..e7fb65f7612 100644
    --- a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_marbre.php
    +++ b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_marbre.php
    @@ -31,13 +31,30 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/supplier_proposal/modules_supplie
      */
     class mod_supplier_proposal_marbre extends ModeleNumRefSupplierProposal
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $prefix='RQ';               // RQ = Request for quotation
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	public $prefix='RQ';               // RQ = Request for quotation
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	var $nom = "Marbre";
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Marbre';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Marbre';
     
     
         /**
    @@ -152,5 +169,4 @@ class mod_supplier_proposal_marbre extends ModeleNumRefSupplierProposal
     	{
     		return $this->getNextValue($objsoc,$objforref);
     	}
    -
     }
    diff --git a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
    index 8781628917f..4827acdc9c8 100644
    --- a/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
    +++ b/htdocs/core/modules/supplier_proposal/mod_supplier_proposal_saphir.php
    @@ -33,9 +33,28 @@ require_once DOL_DOCUMENT_ROOT .'/core/modules/supplier_proposal/modules_supplie
      */
     class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal
     {
    -	var $version='dolibarr';		// 'development', 'experimental', 'dolibarr'
    -	var $error = '';
    -	var $nom = 'Saphir';
    +	/**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr';		// 'development', 'experimental', 'dolibarr'
    +
    +	/**
    +     * @var string Error code (or message)
    +     */
    +    public $error = '';
    +
    +	/**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Saphir';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Saphir';
     
     
         /**
    @@ -45,7 +64,7 @@ class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal
          */
     	function info()
         {
    -    	global $conf,$langs;
    +    	global $conf, $langs;
     
     		$langs->load("bills");
     
    @@ -127,5 +146,4 @@ class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal
     
     		return  $numFinal;
     	}
    -
     }
    diff --git a/htdocs/core/modules/supplier_proposal/modules_supplier_proposal.php b/htdocs/core/modules/supplier_proposal/modules_supplier_proposal.php
    index 13ca149fde8..df7c5ba7553 100644
    --- a/htdocs/core/modules/supplier_proposal/modules_supplier_proposal.php
    +++ b/htdocs/core/modules/supplier_proposal/modules_supplier_proposal.php
    @@ -42,15 +42,17 @@ abstract class ModelePDFSupplierProposal extends CommonDocGenerator
     	public $error='';
     
     
    -	/**
    -	 *  Return list of active generation modules
    -	 *
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     *  Return list of active generation modules
    +     *
          *  @param	DoliDB	$db     			Database handler
          *  @param  integer	$maxfilenamelength  Max length of value to show
          *  @return	array						List of templates
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='supplier_proposal';
    diff --git a/htdocs/core/modules/ticket/mod_ticket_simple.php b/htdocs/core/modules/ticket/mod_ticket_simple.php
    index b70b9babd05..c744453a899 100644
    --- a/htdocs/core/modules/ticket/mod_ticket_simple.php
    +++ b/htdocs/core/modules/ticket/mod_ticket_simple.php
    @@ -1,6 +1,6 @@
     <?php
    -/* Copyright (C) 2010-2012    Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2010        Laurent Destailleur    <eldy@users.sourceforge.net>
    +/* Copyright (C) 2010-2012   Regis Houssin        <regis.houssin@capnetworks.com>
    + * Copyright (C) 2010        Laurent Destailleur  <eldy@users.sourceforge.net>
      *
      * 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
    @@ -30,11 +30,30 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/ticket/modules_ticket.php';
      */
     class mod_ticket_simple extends ModeleNumRefTicket
     {
    -    public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
    +    /**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
    +	public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
    +
         public $prefix = 'TS';
    +
    +    /**
    +     * @var string Error code (or message)
    +     */
         public $error = '';
    -    public $nom = "Simple";
    -    public $name = "Simple";
    +
    +    /**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Simple';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Simple';
     
         /**
          *  Return description of numbering module
    @@ -140,5 +159,4 @@ class mod_ticket_simple extends ModeleNumRefTicket
             dol_syslog("mod_ticket_simple::getNextValue return " . $this->prefix . $yymm . "-" . $num);
             return $this->prefix . $yymm . "-" . $num;
         }
    -
     }
    diff --git a/htdocs/core/modules/ticket/mod_ticket_universal.php b/htdocs/core/modules/ticket/mod_ticket_universal.php
    index 2d521f18a5b..a8170935eb0 100644
    --- a/htdocs/core/modules/ticket/mod_ticket_universal.php
    +++ b/htdocs/core/modules/ticket/mod_ticket_universal.php
    @@ -29,10 +29,28 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/ticket/modules_ticket.php';
      */
     class mod_ticket_universal extends ModeleNumRefTicket
     {
    +    /**
    +     * Dolibarr version of the loaded document
    +     * @public string
    +     */
         public $version = 'dolibarr'; // 'development', 'experimental', 'dolibarr'
    +
    +    /**
    +     * @var string Error code (or message)
    +     */
         public $error = '';
    -    public $nom = 'Universal';
    -    public $name = 'Universal';
    +
    +    /**
    +	 * @var string Nom du modele
    +	 * @deprecated
    +	 * @see name
    +	 */
    +	public $nom='Universal';
    +
    +	/**
    +	 * @var string model name
    +	 */
    +	public $name='Universal';
     
         /**
          *  Renvoi la description du modele de numerotation
    @@ -43,8 +61,8 @@ class mod_ticket_universal extends ModeleNumRefTicket
         {
             global $conf, $langs;
     
    -        $langs->load("ticket");
    -        $langs->load("admin");
    +        // Load translation files required by the page
    +        $langs->loadLangs(array("ticket","admin"));
     
             $form = new Form($this->db);
     
    @@ -121,5 +139,4 @@ class mod_ticket_universal extends ModeleNumRefTicket
     
             return $numFinal;
         }
    -
     }
    diff --git a/htdocs/core/modules/ticket/modules_ticket.php b/htdocs/core/modules/ticket/modules_ticket.php
    index d6f8b06d0e8..28587825d34 100644
    --- a/htdocs/core/modules/ticket/modules_ticket.php
    +++ b/htdocs/core/modules/ticket/modules_ticket.php
    @@ -29,6 +29,9 @@
      */
     abstract class ModeleNumRefTicket
     {
    +    /**
    +     * @var string Error code (or message)
    +     */
         public $error = '';
     
         /**
    diff --git a/htdocs/core/modules/user/doc/doc_generic_user_odt.modules.php b/htdocs/core/modules/user/doc/doc_generic_user_odt.modules.php
    index 9e05292fb5a..cacef2dcb55 100644
    --- a/htdocs/core/modules/user/doc/doc_generic_user_odt.modules.php
    +++ b/htdocs/core/modules/user/doc/doc_generic_user_odt.modules.php
    @@ -35,10 +35,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_user_odt extends ModelePDFUser
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +   * Dolibarr version of the loaded document
    +   * @public string
    +   */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -48,10 +61,10 @@ class doc_generic_user_odt extends ModelePDFUser
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +    $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -93,10 +106,10 @@ class doc_generic_user_odt extends ModelePDFUser
     	 */
     	function info($langs)
     	{
    -		global $conf,$langs;
    +		global $conf, $langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array('companies', 'errors'));
     
     		$form = new Form($this->db);
     
    @@ -190,6 +203,7 @@ class doc_generic_user_odt extends ModelePDFUser
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -203,7 +217,8 @@ class doc_generic_user_odt extends ModelePDFUser
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    -		global $user,$langs,$conf,$mysoc,$hookmanager;
    +        // phpcs:enable
    +		global $user, $langs, $conf, $mysoc, $hookmanager;
     
     		if (empty($srctemplatepath))
     		{
    @@ -224,10 +239,8 @@ class doc_generic_user_odt extends ModelePDFUser
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "companies", "bills", "dict"));
     
     		if ($conf->user->dir_output)
     		{
    @@ -422,9 +435,19 @@ class doc_generic_user_odt extends ModelePDFUser
     		return -1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
    +     * get substitution array for object
    +     *
    +     * @param User          $object         user
    +     * @param Translate     $outputlangs    translation object
    +     * @param string        $array_key      key for array
    +     * @return array                        array of substitutions
    +     */
         function get_substitutionarray_object($object,$outputlangs,$array_key='object')
         {
    -		$array_other=array();
    +        // phpcs:enable
    +		$array_other = array();
     		foreach($object as $key => $value) {
     			if (!is_array($value) && !is_object($value)) {
     				$array_other[$array_key.'_'.$key] = $value;
    @@ -432,5 +455,4 @@ class doc_generic_user_odt extends ModelePDFUser
     		}
     		return $array_other;
     	}
    -
     }
    diff --git a/htdocs/core/modules/user/modules_user.class.php b/htdocs/core/modules/user/modules_user.class.php
    index 33844eb938c..e7f071f01fd 100644
    --- a/htdocs/core/modules/user/modules_user.class.php
    +++ b/htdocs/core/modules/user/modules_user.class.php
    @@ -24,7 +24,7 @@
      *	    \class      ModeleProductCode
      *		\brief  	Parent class for product code generators
      */
    - 
    +
     /**
      *  \file       htdocs/core/modules/contract/modules_contract.php
      *  \ingroup    contract
    @@ -32,7 +32,7 @@
      */
     
      require_once DOL_DOCUMENT_ROOT.'/core/class/commondocgenerator.class.php';
    - 
    +
     /**
      *	Parent class to manage intervention document templates
      */
    @@ -44,6 +44,7 @@ abstract class ModelePDFUser extends CommonDocGenerator
     	public $error='';
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return list of active generation modules
     	 *
    @@ -53,6 +54,7 @@ abstract class ModelePDFUser extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$type='user';
    @@ -62,4 +64,4 @@ abstract class ModelePDFUser extends CommonDocGenerator
     		$liste=getListOfModels($db,$type,$maxfilenamelength);
     		return $liste;
     	}
    -}
    \ No newline at end of file
    +}
    diff --git a/htdocs/core/modules/usergroup/doc/doc_generic_usergroup_odt.modules.php b/htdocs/core/modules/usergroup/doc/doc_generic_usergroup_odt.modules.php
    index 443981907e0..161c9abc3a6 100644
    --- a/htdocs/core/modules/usergroup/doc/doc_generic_usergroup_odt.modules.php
    +++ b/htdocs/core/modules/usergroup/doc/doc_generic_usergroup_odt.modules.php
    @@ -37,10 +37,23 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/doc.lib.php';
      */
     class doc_generic_usergroup_odt extends ModelePDFUserGroup
     {
    -	var $emetteur;	// Objet societe qui emet
    +	/**
    +	 * Issuer
    +	 * @var Societe
    +	 */
    +	public $emetteur;
     
    -	var $phpmin = array(5,2,0);	// Minimum version of PHP required by module
    -	var $version = 'dolibarr';
    +	/**
    +   * @var array() Minimum version of PHP required by module.
    +	 * e.g.: PHP ≥ 5.4 = array(5, 4)
    +   */
    +	public $phpmin = array(5, 4);
    +
    +	/**
    +   * Dolibarr version of the loaded document
    +   * @public string
    +   */
    +	public $version = 'dolibarr';
     
     
     	/**
    @@ -50,10 +63,10 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
     	 */
     	function __construct($db)
     	{
    -		global $conf,$langs,$mysoc;
    +		global $conf, $langs, $mysoc;
     
    -		$langs->load("main");
    -		$langs->load("companies");
    +		// Load translation files required by the page
    +    $langs->loadLangs(array("main","companies"));
     
     		$this->db = $db;
     		$this->name = "ODT templates";
    @@ -97,8 +110,8 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
     	{
     		global $conf,$langs;
     
    -		$langs->load("companies");
    -		$langs->load("errors");
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("errors","companies"));
     
     		$form = new Form($this->db);
     
    @@ -192,6 +205,7 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
     		return $texte;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Function to build a document on disk using the generic odt module.
     	 *
    @@ -205,7 +219,8 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
     	 */
     	function write_file($object,$outputlangs,$srctemplatepath,$hidedetails=0,$hidedesc=0,$hideref=0)
     	{
    -		global $user,$langs,$conf,$mysoc,$hookmanager;
    +        // phpcs:enable
    +		global $user, $langs, $conf, $mysoc, $hookmanager;
     
     		if (empty($srctemplatepath))
     		{
    @@ -226,10 +241,8 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
     		$sav_charset_output=$outputlangs->charset_output;
     		$outputlangs->charset_output='UTF-8';
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("dict");
    -		$outputlangs->load("companies");
    -		$outputlangs->load("bills");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "companies", "bills", "dict"));
     
     		if ($conf->user->dir_output)
     		{
    @@ -510,6 +523,4 @@ class doc_generic_usergroup_odt extends ModelePDFUserGroup
     
     		return -1;
     	}
    -
     }
    -
    diff --git a/htdocs/core/modules/usergroup/modules_usergroup.class.php b/htdocs/core/modules/usergroup/modules_usergroup.class.php
    index d6735de5cad..caa79594080 100644
    --- a/htdocs/core/modules/usergroup/modules_usergroup.class.php
    +++ b/htdocs/core/modules/usergroup/modules_usergroup.class.php
    @@ -24,7 +24,7 @@
      *	    \class      ModeleProductCode
      *		\brief  	Parent class for product code generators
      */
    - 
    +
     /**
      *  \file       htdocs/core/modules/contract/modules_contract.php
      *  \ingroup    contract
    @@ -32,7 +32,7 @@
      */
     
      require_once DOL_DOCUMENT_ROOT.'/core/class/commondocgenerator.class.php';
    - 
    +
     /**
      *	Parent class to manage intervention document templates
      */
    @@ -44,7 +44,8 @@ abstract class ModelePDFUserGroup extends CommonDocGenerator
     	public $error='';
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
     	 *	Return list of active generation modules
     	 *
          *  @param	DoliDB	$db     			Database handler
    @@ -53,13 +54,14 @@ abstract class ModelePDFUserGroup extends CommonDocGenerator
     	 */
     	static function liste_modeles($db,$maxfilenamelength=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
    -		$type='group';
    -		$liste=array();
    +		$type = 'group';
    +		$list = array();
     
     		include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    -		$liste=getListOfModels($db,$type,$maxfilenamelength);
    -		return $liste;
    +		$list = getListOfModels($db, $type, $maxfilenamelength);
    +		return $list;
     	}
    -}
    \ No newline at end of file
    +}
    diff --git a/htdocs/core/photos_resize.php b/htdocs/core/photos_resize.php
    index 3f266e700cc..f4f178031de 100644
    --- a/htdocs/core/photos_resize.php
    +++ b/htdocs/core/photos_resize.php
    @@ -28,8 +28,8 @@ require '../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/images.lib.php';
     
    -$langs->load("products");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("products","other"));
     
     $id=GETPOST('id','int');
     $action=GETPOST('action','alpha');
    diff --git a/htdocs/core/tools.php b/htdocs/core/tools.php
    index 25e2eb3f903..3ceaaf17d33 100644
    --- a/htdocs/core/tools.php
    +++ b/htdocs/core/tools.php
    @@ -24,8 +24,8 @@
     
     require '../main.inc.php';
     
    -$langs->load("companies");
    -$langs->load("other");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","other"));
     
     // Security check
     $socid=0;
    diff --git a/htdocs/core/tpl/admin_extrafields_view.tpl.php b/htdocs/core/tpl/admin_extrafields_view.tpl.php
    index ebe7a49877d..2672e593820 100644
    --- a/htdocs/core/tpl/admin_extrafields_view.tpl.php
    +++ b/htdocs/core/tpl/admin_extrafields_view.tpl.php
    @@ -50,7 +50,9 @@ print '<table summary="listofattributes" class="noborder" width="100%">';
     
     print '<tr class="liste_titre">';
     print '<td align="left">'.$langs->trans("Position");
    -print '<span class="nowrap"><img src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/1downarrow.png" alt="" title="A-Z" class="imgdown"></span>';
    +print '<span class="nowrap">';
    +print img_picto('A-Z', '1downarrow.png');
    +print '</span>';
     print '</td>';
     print '<td>'.$langs->trans("LabelOrTranslationKey").'</td>';
     print '<td>'.$langs->trans("TranslationString").'</td>';
    diff --git a/htdocs/core/tpl/advtarget.tpl.php b/htdocs/core/tpl/advtarget.tpl.php
    index 05db2d46fd3..15ab669bd9a 100644
    --- a/htdocs/core/tpl/advtarget.tpl.php
    +++ b/htdocs/core/tpl/advtarget.tpl.php
    @@ -1,9 +1,18 @@
     <?php
    -
     /*
    - * To change this license header, choose License Headers in Project Properties.
    - * To change this template file, choose Tools | Templates
    - * and open the template in the editor.
    + *
    + * 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/>.
      */
     
     print '<script type="text/javascript" language="javascript">
    @@ -272,9 +281,9 @@ print '<script type="text/javascript" language="javascript">
     
     						print '<table class="nobordernopadding"><tr>';
     						print '<td>' . $langs->trans("AdvTgtStartDt") . '</td><td>';
    -						print $form->select_date('', 'options_' . $key . '_st_dt');
    +						print $form->selectDate('', 'options_' . $key . '_st_dt');
     						print '</td><td>' . $langs->trans("AdvTgtEndDt") . '</td><td>';
    -						print $form->select_date('', 'options_' . $key . '_end_dt');
    +						print $form->selectDate('', 'options_' . $key . '_end_dt');
     						print '</td></tr></table>';
     
     						print '</td><td>' . "\n";
    @@ -397,9 +406,9 @@ print '<script type="text/javascript" language="javascript">
     		print '</td><td>' . "\n";
     		print '<table class="nobordernopadding"><tr>';
     		print '<td>' . $langs->trans("AdvTgtStartDt") . '</td><td>';
    -		print $form->select_date($array_query['contact_create_st_dt'], 'contact_create_st_dt', 0, 0, 1, 'find_customer', 1, 1);
    +		print $form->selectDate($array_query['contact_create_st_dt'], 'contact_create_st_dt', 0, 0, 1, 'find_customer', 1, 1);
     		print '</td><td>' . $langs->trans("AdvTgtEndDt") . '</td><td>';
    -		print $form->select_date($array_query['contact_create_end_dt'], 'contact_create_end_dt', 0, 0, 1, 'find_customer', 1, 1);
    +		print $form->selectDate($array_query['contact_create_end_dt'], 'contact_create_end_dt', 0, 0, 1, 'find_customer', 1, 1);
     		print '</td></tr></table>';
     		print '</td><td>' . "\n";
     		print '</td></tr>' . "\n";
    @@ -412,9 +421,9 @@ print '<script type="text/javascript" language="javascript">
     		print '</td><td>' . "\n";
     		print '<table class="nobordernopadding"><tr>';
     		print '<td>' . $langs->trans("AdvTgtStartDt") . '</td><td>';
    -		print $form->select_date($array_query['contact_update_st_dt'], 'contact_update_st_dt', 0, 0, 1, 'find_customer', 1, 1);
    +		print $form->selectDate($array_query['contact_update_st_dt'], 'contact_update_st_dt', 0, 0, 1, 'find_customer', 1, 1);
     		print '</td><td>' . $langs->trans("AdvTgtEndDt") . '</td><td>';
    -		print $form->select_date($array_query['contact_update_end_dt'], 'contact_update_end_dt', 0, 0, 1, 'find_customer', 1, 1);
    +		print $form->selectDate($array_query['contact_update_end_dt'], 'contact_update_end_dt', 0, 0, 1, 'find_customer', 1, 1);
     		print '</td></tr></table>';
     		print '</td><td>' . "\n";
     		print '</td></tr>' . "\n";
    @@ -461,9 +470,9 @@ print '<script type="text/javascript" language="javascript">
     
     					print '<table class="nobordernopadding"><tr>';
     					print '<td>' . $langs->trans("AdvTgtStartDt") . '</td><td>';
    -					print $form->select_date('', 'options_' . $key . '_st_dt' . '_cnct');
    +					print $form->selectDate('', 'options_' . $key . '_st_dt' . '_cnct');
     					print '</td><td>' . $langs->trans("AdvTgtEndDt") . '</td><td>';
    -					print $form->select_date('', 'options_' . $key . '_end_dt' . '_cnct');
    +					print $form->selectDate('', 'options_' . $key . '_end_dt' . '_cnct');
     					print '</td></tr></table>';
     
     					print '</td><td>' . "\n";
    diff --git a/htdocs/core/tpl/bloc_showhide.tpl.php b/htdocs/core/tpl/bloc_showhide.tpl.php
    index 2fe6204f3b9..3f9c1eb0a1d 100644
    --- a/htdocs/core/tpl/bloc_showhide.tpl.php
    +++ b/htdocs/core/tpl/bloc_showhide.tpl.php
    @@ -1,6 +1,7 @@
     <?php
    -/* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.com>
    - * Copyright (C) 2013 Laurent Destailleur <eldy@users.sourceforge.net>
    +/* Copyright (C) 2012       Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2013       Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -42,7 +43,7 @@ print '});'."\n";
     
     print '$("#show-'.$blocname.'").click(function(){'."\n";
     print '		setShowHide(1);'."\n";
    -print '		$("#'.$blocname.'").show("blind", {direction: "vertical"}, 300).addClass("nohideobject");'."\n";
    +print '		$("#'.$blocname.'_bloc").show("blind", {direction: "vertical"}, 300).addClass("nohideobject");'."\n";
     print '		$(this).hide();'."\n";
     print '		$("#hide-'.$blocname.'").show();'."\n";
     print '});'."\n";
    diff --git a/htdocs/core/tpl/card_presend.tpl.php b/htdocs/core/tpl/card_presend.tpl.php
    index b6f11828ffe..4a4301c5a5f 100644
    --- a/htdocs/core/tpl/card_presend.tpl.php
    +++ b/htdocs/core/tpl/card_presend.tpl.php
    @@ -74,6 +74,7 @@ if ($action == 'presend')
     	{
     		$outputlangs = new Translate('', $conf);
     		$outputlangs->setDefaultLang($newlang);
    +		// Load traductions files requiredby by page
     		$outputlangs->loadLangs(array('commercial','bills','orders','contracts','members','propal','products','supplier_proposal','interventions'));
     	}
     
    diff --git a/htdocs/core/tpl/extrafields_view.tpl.php b/htdocs/core/tpl/extrafields_view.tpl.php
    index 777bd4b4d15..ed093e4c506 100644
    --- a/htdocs/core/tpl/extrafields_view.tpl.php
    +++ b/htdocs/core/tpl/extrafields_view.tpl.php
    @@ -24,34 +24,36 @@
      * $parameters
      * $cols
      */
    -
     // Protection to avoid direct call of template
     if (empty($object) || ! is_object($object))
     {
     	print "Error, template page can't be called as URL";
     	exit;
     }
    +
     if (! is_object($form)) $form=new Form($db);
     
    +
     ?>
     <!-- BEGIN PHP TEMPLATE extrafields_view.tpl.php -->
     <?php
    -
     if (! is_array($parameters)) $parameters = array();
     if (! empty($cols)) $parameters['colspan'] = ' colspan="'.$cols.'"';
     if (! empty($cols)) $parameters['cols'] = $cols;
     if (! empty($object->fk_soc)) $parameters['socid'] = $object->fk_soc;
    -
     $reshook = $hookmanager->executeHooks('formObjectOptions', $parameters, $object, $action);
     print $hookmanager->resPrint;
     if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
     
    +
     //var_dump($extrafields->attributes[$object->table_element]);
     if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]['label']))
    +
     {
     	foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $label)
     	{
     		// Discard if extrafield is a hidden field on form
    +
     		$enabled = 1;
     		if ($enabled && isset($extrafields->attributes[$object->table_element]['enabled'][$key]))
     		{
    @@ -74,7 +76,6 @@ if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]
     
     		// Load language if required
     		if (! empty($extrafields->attributes[$object->table_element]['langfile'][$key])) $langs->load($extrafields->attributes[$object->table_element]['langfile'][$key]);
    -
     		if ($action == 'edit_extras')
     		{
     			$value = (isset($_POST["options_" . $key]) ? $_POST["options_" . $key] : $object->array_options["options_" . $key]);
    @@ -96,6 +97,7 @@ if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]
     			print '<td';
     			print ' class="';
     			//var_dump($action);exit;
    +
     			if ((! empty($action) && ($action == 'create' || $action == 'edit')) && ! empty($extrafields->attributes[$object->table_element]['required'][$key])) print ' fieldrequired';
     			print '">';
     			if (! empty($extrafields->attributes[$object->table_element]['help'][$key])) print $form->textwithpicto($langs->trans($label), $langs->trans($extrafields->attributes[$object->table_element]['help'][$key]));
    @@ -105,18 +107,15 @@ if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]
     			//TODO Improve element and rights detection
     			//var_dump($user->rights);
     			$permok=false;
    -
     			$keyforperm=$object->element;
     			if ($object->element == 'fichinter') $keyforperm='ficheinter';
     			if (isset($user->rights->$keyforperm)) $permok=$user->rights->$keyforperm->creer||$user->rights->$keyforperm->create||$user->rights->$keyforperm->write;
    -
     			if ($object->element=='order_supplier')   $permok=$user->rights->fournisseur->commande->creer;
     			if ($object->element=='invoice_supplier') $permok=$user->rights->fournisseur->facture->creer;
     			if ($object->element=='shipping')         $permok=$user->rights->expedition->creer;
     			if ($object->element=='delivery')         $permok=$user->rights->expedition->livraison->creer;
     			if ($object->element=='productlot')       $permok=$user->rights->stock->creer;
     			if ($object->element=='facturerec') 	  $permok=$user->rights->facture->creer;
    -
     			if (($object->statut == 0 || ! empty($extrafields->attributes[$object->table_element]['alwayseditable'][$key]))
     				&& $permok && ($action != 'edit_extras' || GETPOST('attribute') != $key)
     			    && empty($extrafields->attributes[$object->table_element]['computed'][$key]))
    @@ -129,6 +128,7 @@ if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]
     			print '</td>';
     
     			$html_id = !empty($object->id) ? $object->element.'_extras_'.$key.'_'.$object->id : '';
    +
     			print '<td id="'.$html_id.'" class="'.$object->element.'_extras_'.$key.'"'.($cols?' colspan="'.$cols.'"':'').'>';
     
     			// Convert date into timestamp format
    @@ -143,21 +143,19 @@ if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]
     				//print 'x'.$object->array_options['options_' . $key].'-'.$datenotinstring.' - '.dol_print_date($datenotinstring, 'dayhour');
     				$value = isset($_POST["options_" . $key]) ? dol_mktime($_POST["options_" . $key . "hour"], $_POST["options_" . $key . "min"], 0, $_POST["options_" . $key . "month"], $_POST["options_" . $key . "day"], $_POST["options_" . $key . "year"]) : $datenotinstring;
     			}
    -
     			//TODO Improve element and rights detection
     			if ($action == 'edit_extras' && $permok && GETPOST('attribute','none') == $key)
     			{
     			    $fieldid='id';
     			    if ($object->table_element == 'societe') $fieldid='socid';
    -
     			    print '<form enctype="multipart/form-data" action="' . $_SERVER["PHP_SELF"] . '" method="post" name="formextra">';
     				print '<input type="hidden" name="action" value="update_extras">';
     				print '<input type="hidden" name="attribute" value="' . $key . '">';
     				print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
     				print '<input type="hidden" name="'.$fieldid.'" value="' . $object->id . '">';
    -
     				print $extrafields->showInputField($key, $value, '', '', '', 0, $object->id);
     
    +
     				print '<input type="submit" class="button" value="' . dol_escape_htmltag($langs->trans('Modify')) . '">';
     
     				print '</form>';
    @@ -167,6 +165,7 @@ if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]
     				//print $key.'-'.$value.'-'.$object->table_element;
     				print $extrafields->showOutputField($key, $value, '', $object->table_element);
     			}
    +
     			print '</td>';
     			print '</tr>' . "\n";
     		}
    @@ -203,11 +202,10 @@ if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]
     								});
     					    	});
     						}
    -
     						setListDependencies();
     				    });
     				</script>'."\n";
     	}
     }
     ?>
    -<!-- END PHP TEMPLATE extrafields_view.tpl.php -->
    \ No newline at end of file
    +<!-- END PHP TEMPLATE extrafields_view.tpl.php -->
    diff --git a/htdocs/core/tpl/filemanager.tpl.php b/htdocs/core/tpl/filemanager.tpl.php
    index b60941f4eeb..8ca6b6f215a 100644
    --- a/htdocs/core/tpl/filemanager.tpl.php
    +++ b/htdocs/core/tpl/filemanager.tpl.php
    @@ -38,15 +38,18 @@ if (empty($module)) $module='ecm';
     
     $permtoadd = 0;
     $permtoupload = 0;
    +$showroot = 0;
     if ($module == 'ecm')
     {
     	$permtoadd = $user->rights->ecm->setup;
     	$permtoupload = $user->rights->ecm->upload;
    +	$showroot = 0;
     }
     if ($module == 'medias')
     {
     	$permtoadd = ($user->rights->mailing->creer || $user->rights->website->write);
     	$permtoupload = ($user->rights->mailing->creer || $user->rights->website->write);
    +	$showroot = 1;
     }
     
     
    @@ -69,29 +72,25 @@ if (($action == 'delete' || $action == 'file_manager_delete') && empty($conf->us
     print '<div class="inline-block toolbarbutton centpercent">';
     
     // Toolbar
    -//if (preg_match('/\/ecm/', $_SERVER['PHP_SELF'])) {
    -//if ($module == 'ecm') {
    -
    -	if ($permtoadd)
    -	{
    -	    print '<a href="'.DOL_URL_ROOT.'/ecm/dir_add_card.php?action=create&module='.urlencode($module).($website?'&website='.$website:'').($pageid?'&pageid='.$pageid:'').'&backtopage='.urlencode($_SERVER["PHP_SELF"].'?file_manager=1&website='.$website.'&pageid='.$pageid).'" class="inline-block valignmiddle toolbarbutton" title="'.dol_escape_htmltag($langs->trans('ECMAddSection')).'">';
    -	    print '<img class="toolbarbutton" border="0" src="'.DOL_URL_ROOT.'/theme/common/folder-new.png">';
    -	    print '</a>';
    -	}
    -	else
    -	{
    -	    print '<a href="#" class="inline-block valignmiddle toolbarbutton" title="'.$langs->trans("NotAllowed").'">';
    -	    print '<img class="toolbarbutton" border="0" src="'.DOL_URL_ROOT.'/theme/common/folder-new.png">';
    -	    print '</a>';
    -	}
    -	if ($module == 'ecm')
    -	{
    -		$tmpurl=((! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS))?'#':($_SERVER["PHP_SELF"].'?action=refreshmanual'.($module?'&amp;module='.$module:'').($section?'&amp;section='.$section:'')));
    -		print '<a href="'.$tmpurl.'" class="inline-block valignmiddle toolbarbutton" title="'.dol_escape_htmltag($langs->trans('ReSyncListOfDir')).'">';
    -		print '<img id="refreshbutton" class="toolbarbutton" border="0" src="'.DOL_URL_ROOT.'/theme/common/view-refresh.png">';
    -		print '</a>';
    -	}
    -//}
    +if ($permtoadd)
    +{
    +	print '<a href="'.DOL_URL_ROOT.'/ecm/dir_add_card.php?action=create&module='.urlencode($module).($websitekey?'&website='.$websitekey:'').($pageid?'&pageid='.$pageid:'').'&backtopage='.urlencode($_SERVER["PHP_SELF"].'?file_manager=1&website='.$websitekey.'&pageid='.$pageid).'" class="inline-block valignmiddle toolbarbutton" title="'.dol_escape_htmltag($langs->trans('ECMAddSection')).'">';
    +    print '<img class="toolbarbutton" border="0" src="'.DOL_URL_ROOT.'/theme/common/folder-new.png">';
    +    print '</a>';
    +}
    +else
    +{
    +    print '<a href="#" class="inline-block valignmiddle toolbarbutton" title="'.$langs->trans("NotAllowed").'">';
    +    print '<img class="toolbarbutton" border="0" src="'.DOL_URL_ROOT.'/theme/common/folder-new.png">';
    +    print '</a>';
    +}
    +if ($module == 'ecm')
    +{
    +	$tmpurl=((! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS))?'#':($_SERVER["PHP_SELF"].'?action=refreshmanual'.($module?'&amp;module='.$module:'').($section?'&amp;section='.$section:'')));
    +	print '<a href="'.$tmpurl.'" class="inline-block valignmiddle toolbarbutton" title="'.dol_escape_htmltag($langs->trans('ReSyncListOfDir')).'">';
    +	print '<img id="refreshbutton" class="toolbarbutton" border="0" src="'.DOL_URL_ROOT.'/theme/common/view-refresh.png">';
    +	print '</a>';
    +}
     
     // Start "Add new file" area
     $nameforformuserfile = 'formuserfileecm';
    @@ -148,7 +147,7 @@ if (empty($action) || $action == 'editfile' || $action == 'file_manager' || preg
     
     	print '<!-- Title for manual directories -->'."\n";
     	print '<tr class="liste_titre">'."\n";
    -    print '<th class="liste_titre" align="left" colspan="6">';
    +    print '<th class="liste_titre" align="left">';
         print '&nbsp;'.$langs->trans("ECMSections");
     	print '</th></tr>';
     
    @@ -159,9 +158,17 @@ if (empty($action) || $action == 'editfile' || $action == 'file_manager' || preg
     
         if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS))
         {
    -        print '<tr><td colspan="6">';
    +    	// Show the link to "Root"
    +    	if ($showroot)
    +    	{
    +    		print '<tr><td><div style="padding-left: 5px; padding-right: 5px;"><a href="'.$_SERVER["PHP_SELF"].'?file_manager=1&pageid='.$pageid.'">'.$langs->trans("Root").'</a></div></td></tr>';
    +    	}
     
    -    	// Show filemanager tree (will be filled by call of ajax enablefiletreeajax.tpl.php that execute ajaxdirtree.php)
    +
    +
    +    	print '<tr><td>';
    +
    +    	// Show filemanager tree (will be filled by call of ajax /ecm/tpl/enablefiletreeajax.tpl.php that execute ajaxdirtree.php)
     	    print '<div id="filetree" class="ecmfiletree"></div>';
     
     	    if ($action == 'deletefile') print $form->formconfirm('eeeee', $langs->trans('DeleteFile'), $langs->trans('ConfirmDeleteFile'), 'confirm_deletefile', '', '', 'deletefile');
    @@ -170,7 +177,7 @@ if (empty($action) || $action == 'editfile' || $action == 'file_manager' || preg
         }
         else
         {
    -        print '<tr><td colspan="6" style="padding-left: 20px">';
    +        print '<tr><td style="padding-left: 20px">';
     
             $_POST['modulepart'] = $module;
             $_POST['openeddir'] = GETPOST('openeddir');
    diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php
    index 02fdedb7f2a..f3367d3e90f 100644
    --- a/htdocs/core/tpl/login.tpl.php
    +++ b/htdocs/core/tpl/login.tpl.php
    @@ -19,6 +19,7 @@
     // Need global variable $title to be defined by caller (like dol_loginfunction)
     // Caller can also set 	$morelogincontent = array(['options']=>array('js'=>..., 'table'=>...);
     
    +
     // Protection to avoid direct call of template
     if (empty($conf) || ! is_object($conf))
     {
    @@ -27,6 +28,8 @@ if (empty($conf) || ! is_object($conf))
     }
     
     
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    +
     header('Cache-Control: Public, must-revalidate');
     header("Content-type: text/html; charset=".$conf->file->character_set_client);
     
    @@ -55,10 +58,16 @@ if (! preg_match('/'.constant('DOL_APPLICATION_TITLE').'/', $title)) $disablenof
     
     print top_htmlhead('', $titleofloginpage, 0, 0, $arrayofjs, array(), 0, $disablenofollow);
     
    +
    +$colorbackhmenu1='60,70,100';      // topmenu
    +if (! isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) $conf->global->THEME_ELDY_TOPMENU_BACK1=$colorbackhmenu1;
    +$colorbackhmenu1     =empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)?(empty($conf->global->THEME_ELDY_TOPMENU_BACK1)?$colorbackhmenu1:$conf->global->THEME_ELDY_TOPMENU_BACK1):(empty($user->conf->THEME_ELDY_TOPMENU_BACK1)?$colorbackhmenu1:$user->conf->THEME_ELDY_TOPMENU_BACK1);
    +$colorbackhmenu1=join(',',colorStringToArray($colorbackhmenu1));    // Normalize value to 'x,y,z'
    +
     ?>
     <!-- BEGIN PHP TEMPLATE LOGIN.TPL.PHP -->
     
    -<body class="body bodylogin"<?php print empty($conf->global->MAIN_LOGIN_BACKGROUND)?'':' style="background-size: cover; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-image: url(\''.DOL_URL_ROOT.'/viewimage.php?cache=1&noalt=1&modulepart=mycompany&file='.urlencode($conf->global->MAIN_LOGIN_BACKGROUND).'\')"'; ?>>
    +<body class="body bodylogin"<?php print empty($conf->global->MAIN_LOGIN_BACKGROUND)?'':' style="background-size: cover; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-image: url(\''.DOL_URL_ROOT.'/viewimage.php?cache=1&noalt=1&modulepart=mycompany&file='.urlencode('logos/'.$conf->global->MAIN_LOGIN_BACKGROUND).'\')"'; ?>>
     
     <?php if (empty($conf->dol_use_jmobile)) { ?>
     <script type="text/javascript">
    @@ -69,7 +78,7 @@ $(document).ready(function () {
     </script>
     <?php } ?>
     
    -<div class="login_center center">
    +<div class="login_center center"<?php print empty($conf->global->MAIN_LOGIN_BACKGROUND)?' style="background-size: cover; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-image: linear-gradient(rgb('.$colorbackhmenu1.',0.3), rgb(240,240,240));"':'' ?>>
     <div class="login_vertical_align">
     
     <form id="login" name="login" method="post" action="<?php echo $php_self; ?>">
    @@ -114,26 +123,29 @@ if ($disablenofollow) echo '</a>';
     
     <div id="login_right">
     
    -<table class="left centpercent" title="<?php echo $langs->trans("EnterLoginDetail"); ?>">
    +<div class="tagtable left centpercent" title="<?php echo $langs->trans("EnterLoginDetail"); ?>">
    +
     <!-- Login -->
    -<tr>
    -<td class="nowrap center valignmiddle">
    +<div class="trinputlogin">
    +<div class="tagtd nowrap center valignmiddle tdinputlogin">
     <?php if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?><label for="username" class="hidden"><?php echo $langs->trans("Login"); ?></label><?php } ?>
     <!-- <span class="span-icon-user">-->
     <span class="fa fa-user">
    -<input type="text" id="username" placeholder="<?php echo $langs->trans("Login"); ?>" name="username" class="flat input-icon-user minwidth150" value="<?php echo dol_escape_htmltag($login); ?>" tabindex="1" autofocus="autofocus" />
     </span>
    -</td>
    -</tr>
    +<input type="text" id="username" placeholder="<?php echo $langs->trans("Login"); ?>" name="username" class="flat input-icon-user minwidth150" value="<?php echo dol_escape_htmltag($login); ?>" tabindex="1" autofocus="autofocus" />
    +</div>
    +</div>
    +
     <!-- Password -->
    -<tr>
    -<td class="nowrap center valignmiddle">
    +<div class="trinputlogin">
    +<div class="tagtd nowrap center valignmiddle tdinputlogin">
     <?php if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?><label for="password" class="hidden"><?php echo $langs->trans("Password"); ?></label><?php } ?>
     <!--<span class="span-icon-password">-->
     <span class="fa fa-key">
    -<input id="password" placeholder="<?php echo $langs->trans("Password"); ?>" name="password" class="flat input-icon-password minwidth150" type="password" value="<?php echo dol_escape_htmltag($password); ?>" tabindex="2" autocomplete="<?php echo empty($conf->global->MAIN_LOGIN_ENABLE_PASSWORD_AUTOCOMPLETE)?'off':'on'; ?>" />
     </span>
    -</td></tr>
    +<input id="password" placeholder="<?php echo $langs->trans("Password"); ?>" name="password" class="flat input-icon-password minwidth150" type="password" value="<?php echo dol_escape_htmltag($password); ?>" tabindex="2" autocomplete="<?php echo empty($conf->global->MAIN_LOGIN_ENABLE_PASSWORD_AUTOCOMPLETE)?'off':'on'; ?>" />
    +</div></div>
    +
     <?php
     if (! empty($morelogincontent)) {
     	if (is_array($morelogincontent)) {
    @@ -159,10 +171,11 @@ if ($captcha) {
     	// TODO: provide accessible captcha variants
     ?>
     	<!-- Captcha -->
    -	<tr>
    -	<td class="nowrap none center">
    +	<div class="trinputlogin">
    +	<div class="tagtd nowrap none center valignmiddle tdinputlogin">
     
    -	<table class="login_table_securitycode centpercent"><tr>
    +	<table class="login_table_securitycode centpercent">
    +	<tr class="valignmiddle">
     	<td>
     	<span class="span-icon-security">
     	<input id="securitycode" placeholder="<?php echo $langs->trans("SecurityCode"); ?>" class="flat input-icon-security width100" type="text" maxlength="5" name="code" tabindex="3" />
    @@ -170,15 +183,17 @@ if ($captcha) {
     	</td>
     	<td><img src="<?php echo DOL_URL_ROOT ?>/core/antispamimage.php" border="0" width="80" height="32" id="img_securitycode" /></td>
     	<td><a href="<?php echo $php_self; ?>" tabindex="4" data-role="button"><?php echo $captcha_refresh; ?></a></td>
    -	</tr></table>
    +	</tr>
    +	</table>
     
    -	</td></tr>
    +	</div></div>
     <?php } ?>
    -</table>
     
    -</div> <!-- end div login-right -->
    +</div>
     
    -</div> <!-- end div login-line1 -->
    +</div> <!-- end div login_right -->
    +
    +</div> <!-- end div login_line1 -->
     
     
     <div id="login_line2" style="clear: both">
    @@ -198,7 +213,9 @@ if ($forgetpasslink || $helpcenterlink)
     	echo '<br>';
     	echo '<div class="center" style="margin-top: 15px;">';
     	if ($forgetpasslink) {
    -		echo '<a class="alogin" href="'.DOL_URL_ROOT.'/user/passwordforgotten.php'.$moreparam.'">';
    +		$url=DOL_URL_ROOT.'/user/passwordforgotten.php'.$moreparam;
    +		if (! empty($conf->global->MAIN_PASSWORD_FORGOTLINK)) $url=$conf->global->MAIN_PASSWORD_FORGOTLINK;
    +		echo '<a class="alogin" href="'.dol_escape_htmltag($url).'">';
     		echo $langs->trans('PasswordForgotten');
     		echo '</a>';
     	}
    diff --git a/htdocs/core/tpl/objectline_create.tpl.php b/htdocs/core/tpl/objectline_create.tpl.php
    index 626d30ccd60..23640216cd9 100644
    --- a/htdocs/core/tpl/objectline_create.tpl.php
    +++ b/htdocs/core/tpl/objectline_create.tpl.php
    @@ -6,6 +6,7 @@
      * Copyright (C) 2014		Florian Henry		<florian.henry@open-concept.pro>
      * Copyright (C) 2014       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
      * Copyright (C) 2015-2016	Marcos García		<marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -159,6 +160,7 @@ if ($nolinesbefore) {
     ?>
     <tr class="pair nodrag nodrop nohoverpair<?php echo ($nolinesbefore || $object->element=='contrat')?'':' liste_titre_create'; ?>">
     <?php
    +// Adds a line numbering column
     if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) {
     	$coldisplay=2;
     	?>
    @@ -481,16 +483,16 @@ if ((! empty($conf->service->enabled) || ($object->element == 'contrat')) && $da
     	if (! empty($object->element) && $object->element == 'contrat')
     	{
     		print $langs->trans("DateStartPlanned").' ';
    -		$form->select_date($date_start,"date_start",$usehm,$usehm,1,"addproduct");
    +		print $form->selectDate($date_start,"date_start",$usehm,$usehm,1,"addproduct");
     		print ' &nbsp; '.$langs->trans("DateEndPlanned").' ';
    -		$form->select_date($date_end,"date_end",$usehm,$usehm,1,"addproduct");
    +		print $form->selectDate($date_end,"date_end",$usehm,$usehm,1,"addproduct");
     	}
     	else
     	{
     		echo $langs->trans('ServiceLimitedDuration').' '.$langs->trans('From').' ';
    -		echo $form->select_date($date_start,'date_start',empty($conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE)?0:1,empty($conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE)?0:1,1,"addproduct",1,0,1);
    +		print $form->selectDate($date_start, 'date_start', empty($conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE)?0:1, empty($conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE)?0:1, 1, "addproduct", 1, 0);
     		echo ' '.$langs->trans('to').' ';
    -		echo $form->select_date($date_end,'date_end',empty($conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE)?0:1,empty($conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE)?0:1,1,"addproduct",1,0,1);
    +		print $form->selectDate($date_end, 'date_end', empty($conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE)?0:1, empty($conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE)?0:1, 1, "addproduct", 1, 0);
     	};
     	print '<script type="text/javascript">';
     	if (!$date_start) {
    diff --git a/htdocs/core/tpl/objectline_edit.tpl.php b/htdocs/core/tpl/objectline_edit.tpl.php
    index d3dc9807c5a..0a5f3bc43bd 100644
    --- a/htdocs/core/tpl/objectline_edit.tpl.php
    +++ b/htdocs/core/tpl/objectline_edit.tpl.php
    @@ -5,6 +5,7 @@
      * Copyright (C) 2012       Cédric Salvador     <csalvador@gpcsolutions.fr>
      * Copyright (C) 2012-2014  Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
      * Copyright (C) 2013		Florian Henry		<florian.henry@open-concept.pro>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -258,9 +259,9 @@ if (!empty($extrafieldsline))
     	<td colspan="<?php echo 7+$colspan ?>"><?php echo $langs->trans('ServiceLimitedDuration').' '.$langs->trans('From').' '; ?>
     	<?php
     	$hourmin=(isset($conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE)?$conf->global->MAIN_USE_HOURMIN_IN_DATE_RANGE:'');
    -	echo $form->select_date($line->date_start,'date_start',$hourmin,$hourmin,$line->date_start?0:1,"updateligne",1,0,1);
    -	echo ' '.$langs->trans('to').' ';
    -	echo $form->select_date($line->date_end,'date_end',$hourmin,$hourmin,$line->date_end?0:1,"updateligne",1,0,1);
    +	print $form->selectDate($line->date_start, 'date_start', $hourmin, $hourmin, $line->date_start?0:1, "updateline", 1, 0);
    +	print ' '.$langs->trans('to').' ';
    +	print $form->selectDate($line->date_end, 'date_end', $hourmin, $hourmin, $line->date_end?0:1, "updateline", 1, 0);
     	print '<script type="text/javascript">';
     	if (!$line->date_start) {
     		if (isset($conf->global->MAIN_DEFAULT_DATE_START_HOUR)) {
    diff --git a/htdocs/core/tpl/objectline_view.tpl.php b/htdocs/core/tpl/objectline_view.tpl.php
    index dbedf2be1ce..776506bdaee 100644
    --- a/htdocs/core/tpl/objectline_view.tpl.php
    +++ b/htdocs/core/tpl/objectline_view.tpl.php
    @@ -66,7 +66,7 @@ $domData .= ' data-product_type="'.$line->product_type.'"';
     ?>
     <?php $coldisplay=0; ?>
     <!-- BEGIN PHP TEMPLATE objectline_view.tpl.php -->
    -<tr  id="row-<?php echo $line->id?> class="drag drop oddeven" <?php echo $domData; ?> >
    +<tr  id="row-<?php echo $line->id?>" class="drag drop oddeven" <?php echo $domData; ?> >
     	<?php if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) { ?>
     	<td class="linecolnum" align="center"><?php $coldisplay++; ?><?php echo ($i+1); ?></td>
     	<?php } ?>
    @@ -260,13 +260,13 @@ $domData .= ' data-product_type="'.$line->product_type.'"';
     	<?php if ($line->special_code == 3)	{ ?>
     	<td align="right" class="linecoloption nowrap"><?php $coldisplay++; ?><?php echo $langs->trans('Option'); ?></td>
     	<?php } else { ?>
    -	<td align="right" class="liencolht nowrap"><?php $coldisplay++; ?><?php echo price($line->total_ht); ?></td>
    +	<td align="right" class="linecolht nowrap"><?php $coldisplay++; ?><?php echo price($line->total_ht); ?></td>
     		<?php if (!empty($conf->multicurrency->enabled) && $this->multicurrency_code != $conf->currency) { ?>
     		<td align="right" class="linecolutotalht_currency nowrap"><?php $coldisplay++; ?><?php echo price($line->multicurrency_total_ht); ?></td>
     		<?php } ?>
     	<?php } ?>
             <?php if ($outputalsopricetotalwithtax) { ?>
    -        <td align="right" class="liencolht nowrap"><?php $coldisplay++; ?><?php echo price($line->total_ttc); ?></td>
    +        <td align="right" class="linecolht nowrap"><?php $coldisplay++; ?><?php echo price($line->total_ttc); ?></td>
             <?php } ?>
     
     
    @@ -292,7 +292,7 @@ $domData .= ' data-product_type="'.$line->product_type.'"';
     	</td>
     
     	<?php
    -	if ($num > 1 && empty($conf->browser->phone) && ($this->situation_counter == 1 || !$this->situation_cycle_ref) && empty($disablemove)) { ?>
    +	if ($num > 1 && $conf->browser->layout != 'phone' && ($this->situation_counter == 1 || !$this->situation_cycle_ref) && empty($disablemove)) { ?>
     	<td align="center" class="linecolmove tdlineupdown"><?php $coldisplay++; ?>
     		<?php if ($i > 0) { ?>
     		<a class="lineupdown" href="<?php echo $_SERVER["PHP_SELF"].'?id='.$this->id.'&amp;action=up&amp;rowid='.$line->id; ?>">
    @@ -306,7 +306,7 @@ $domData .= ' data-product_type="'.$line->product_type.'"';
     		<?php } ?>
     	</td>
         <?php } else { ?>
    -    <td align="center"<?php echo ((empty($conf->browser->phone) && empty($disablemove)) ?' class="linecolmove tdlineupdown"':' class="linecolmove"'); ?>><?php $coldisplay++; ?></td>
    +    <td align="center"<?php echo (($conf->browser->layout != 'phone' && empty($disablemove)) ?' class="linecolmove tdlineupdown"':' class="linecolmove"'); ?>><?php $coldisplay++; ?></td>
     	<?php } ?>
     <?php } else { ?>
     	<td colspan="3"><?php $coldisplay=$coldisplay+3; ?></td>
    diff --git a/htdocs/core/tpl/onlinepaymentlinks.tpl.php b/htdocs/core/tpl/onlinepaymentlinks.tpl.php
    index a425055135f..a5c5ce7cf11 100644
    --- a/htdocs/core/tpl/onlinepaymentlinks.tpl.php
    +++ b/htdocs/core/tpl/onlinepaymentlinks.tpl.php
    @@ -1,4 +1,4 @@
    -<?php
    +<<?php
     /* Copyright (C) 2017 Laurent Destailleur <eldy@destailleur.fr>
      *
      * This program is free software; you can redistribute it and/or modify
    @@ -118,6 +118,28 @@ if (! empty($conf->adherent->enabled))
     	}
     	print '<br>';
     }
    +if (! empty($conf->don->enabled))
    +{
    +	print img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlinePaymentOnDonation",$servicename).':<br>';
    +	print '<strong>'.getOnlinePaymentUrl(1,'donation')."</strong><br>\n";
    +	if (! empty($conf->global->PAYMENT_SECURITY_TOKEN) && ! empty($conf->global->PAYMENT_SECURITY_TOKEN_UNIQUE))
    +	{
    +	    $langs->load("members");
    +	    print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
    +	    print $langs->trans("EnterRefToBuildUrl",$langs->transnoentitiesnoconv("Don")).': ';
    +        print '<input type="text class="flat" id="generate_donation_ref" name="generate_donation_ref" value="'.GETPOST('generate_donation_ref','alpha').'" size="10">';
    +        print '<input type="submit" class="none reposition button" value="'.$langs->trans("GetSecuredUrl").'">';
    +        if (GETPOST('generate_donation_ref'))
    +        {
    +            print '<br> -> <strong>';
    +            $url=getOnlinePaymentUrl(0,'donation',GETPOST('generate_donation_ref','alpha'));
    +            print $url;
    +            print "</strong><br>\n";
    +        }
    +        print '</form>';
    +	}
    +	print '<br>';
    +}
     
     if (! empty($conf->use_javascript_ajax))
     {
    @@ -140,3 +162,4 @@ print info_admin($langs->trans("YouCanAddTagOnUrl"));
     
     print '<!-- END PHP TEMPLATE ONLINEPAYMENTLINKS -->';
     
    +
    diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php
    index 4b2d5aa04ce..0e1942c1c64 100644
    --- a/htdocs/core/tpl/passwordforgotten.tpl.php
    +++ b/htdocs/core/tpl/passwordforgotten.tpl.php
    @@ -24,6 +24,8 @@ if (empty($conf) || ! is_object($conf))
     }
     
     
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    +
     header('Cache-Control: Public, must-revalidate');
     header("Content-type: text/html; charset=".$conf->file->character_set_client);
     
    @@ -42,10 +44,17 @@ $php_self.= dol_escape_htmltag($_SERVER["QUERY_STRING"])?'?'.dol_escape_htmltag(
     $titleofpage=$langs->trans('SendNewPassword');
     
     print top_htmlhead('', $titleofpage);
    +
    +
    +$colorbackhmenu1='60,70,100';      // topmenu
    +if (! isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) $conf->global->THEME_ELDY_TOPMENU_BACK1=$colorbackhmenu1;
    +$colorbackhmenu1     =empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)?(empty($conf->global->THEME_ELDY_TOPMENU_BACK1)?$colorbackhmenu1:$conf->global->THEME_ELDY_TOPMENU_BACK1)   :(empty($user->conf->THEME_ELDY_TOPMENU_BACK1)?$colorbackhmenu1:$user->conf->THEME_ELDY_TOPMENU_BACK1);
    +$colorbackhmenu1=join(',',colorStringToArray($colorbackhmenu1));    // Normalize value to 'x,y,z'
    +
     ?>
     <!-- BEGIN PHP TEMPLATE PASSWORDFORGOTTEN.TPL.PHP -->
     
    -<body class="body bodylogin"<?php print empty($conf->global->MAIN_LOGIN_BACKGROUND)?'':' style="background-size: cover; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-image: url(\''.DOL_URL_ROOT.'/viewimage.php?cache=1&noalt=1&modulepart=mycompany&file='.urlencode($conf->global->MAIN_LOGIN_BACKGROUND).'\')"'; ?>>
    +<body class="body bodylogin"<?php print empty($conf->global->MAIN_LOGIN_BACKGROUND)?'':' style="background-size: cover; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-image: url(\''.DOL_URL_ROOT.'/viewimage.php?cache=1&noalt=1&modulepart=mycompany&file='.urlencode('logos/'.$conf->global->MAIN_LOGIN_BACKGROUND).'\')"'; ?>>
     
     <?php if (empty($conf->dol_use_jmobile)) { ?>
     <script type="text/javascript">
    @@ -57,7 +66,7 @@ $(document).ready(function () {
     <?php } ?>
     
     
    -<div class="login_center center">
    +<div class="login_center center"<?php print empty($conf->global->MAIN_LOGIN_BACKGROUND)?' style="background-size: cover; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-image: linear-gradient(rgb('.$colorbackhmenu1.',0.3), rgb(240,240,240));"':'' ?>>
     <div class="login_vertical_align">
     
     <form id="login" name="login" method="POST" action="<?php echo $php_self; ?>">
    @@ -88,17 +97,17 @@ if ($disablenofollow) echo '</a>';
     
     <div id="login_right">
     
    -<table summary="Login pass" class="centpercent">
    +<div class="tagtable centpercent" title="Login pass" >
     
     <!-- Login -->
    -<tr>
    -<td valign="bottom" class="nowrap center">
    +<div class="trinputlogin">
    +<div class="tagtd nowrap center valignmiddle tdinputlogin">
     <!-- <span class="span-icon-user">-->
     <span class="fa fa-user">
    -<input type="text" placeholder="<?php echo $langs->trans("Login"); ?>" <?php echo $disabled; ?> id="username" name="username" class="flat input-icon-user minwidth150" value="<?php echo dol_escape_htmltag($username); ?>" tabindex="1" />
     </span>
    -</td>
    -</tr>
    +<input type="text" placeholder="<?php echo $langs->trans("Login"); ?>" <?php echo $disabled; ?> id="username" name="username" class="flat input-icon-user minwidth150" value="<?php echo dol_escape_htmltag($username); ?>" tabindex="1" />
    +</div>
    +</div>
     
     <?php
     if (! empty($morelogincontent)) {
    @@ -125,10 +134,11 @@ if (! empty($morelogincontent)) {
     		else $php_self.='?time='.dol_print_date(dol_now(),'dayhourlog');
     	?>
     	<!-- Captcha -->
    -	<tr>
    -	<td class="tdtop nowrap none center">
    +	<div class="trinputlogin">
    +	<div class="tdinputlogin nowrap none center valignmiddle tdinputlogin">
     
    -	<table class="login_table_securitycode centpercent"><tr class="valignmiddle">
    +	<table class="login_table_securitycode centpercent">
    +	<tr class="valignmiddle">
     	<td>
     	<!-- <span class="span-icon-security"> -->
     	<span class="nofa">
    @@ -139,12 +149,12 @@ if (! empty($morelogincontent)) {
     	<td><a href="<?php echo $php_self; ?>" tabindex="4"><?php echo $captcha_refresh; ?></a></td>
     	</tr></table>
     
    -	</td></tr>
    +	</div></div>
     <?php } ?>
     
    -</table>
    +</div>
     
    -</div> <!-- end div login right -->
    +</div> <!-- end div login_right -->
     
     </div> <!-- end div login_line1 -->
     
    diff --git a/htdocs/core/triggers/dolibarrtriggers.class.php b/htdocs/core/triggers/dolibarrtriggers.class.php
    index f47daa0d419..a66eb12c78e 100644
    --- a/htdocs/core/triggers/dolibarrtriggers.class.php
    +++ b/htdocs/core/triggers/dolibarrtriggers.class.php
    @@ -146,5 +146,4 @@ abstract class DolibarrTriggers
     	 * @return int         				<0 if KO, 0 if no triggered ran, >0 if OK
     	 */
     	abstract function runTrigger($action, $object, User $user, Translate $langs, Conf $conf);
    -
     }
    diff --git a/htdocs/core/triggers/interface_20_all_Logevents.class.php b/htdocs/core/triggers/interface_20_all_Logevents.class.php
    index c2f15bd336d..772e9b39a51 100644
    --- a/htdocs/core/triggers/interface_20_all_Logevents.class.php
    +++ b/htdocs/core/triggers/interface_20_all_Logevents.class.php
    @@ -31,9 +31,19 @@ require_once DOL_DOCUMENT_ROOT.'/core/triggers/dolibarrtriggers.class.php';
      */
     class InterfaceLogevents extends DolibarrTriggers
     {
    +	/**
    +	 * @var string Image of the trigger
    +	 */
     	public $picto = 'technic';
    +
     	public $family = 'core';
    +
     	public $description = "Triggers of this module allows to add security event records inside Dolibarr.";
    +
    +	/**
    +	 * Version of the trigger
    +	 * @var string
    +	 */
     	public $version = self::VERSION_DOLIBARR;
     
     	/**
    @@ -60,7 +70,7 @@ class InterfaceLogevents extends DolibarrTriggers
             $date = dol_now();
     
             // Actions
    -        if ($action == 'USER_LOGIN')
    +        /*if ($action == 'USER_LOGIN')
             {
                 dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
     
    @@ -87,7 +97,7 @@ class InterfaceLogevents extends DolibarrTriggers
                 // Initialisation donnees (date,duree,texte,desc)
                 $text="(UserLogoff,".$object->login.")";
                 $desc="(UserLogoff,".$object->login.")";
    -        }
    +        }*/
             if ($action == 'USER_CREATE')
             {
                 dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id);
    @@ -202,5 +212,4 @@ class InterfaceLogevents extends DolibarrTriggers
                 return -1;
             }
         }
    -
     }
    diff --git a/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php b/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php
    index 94aaaeaa542..90806746da8 100644
    --- a/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php
    +++ b/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php
    @@ -32,9 +32,18 @@ require_once DOL_DOCUMENT_ROOT.'/core/triggers/dolibarrtriggers.class.php';
     
     class InterfaceWorkflowManager extends DolibarrTriggers
     {
    +	/**
    +	 * @var string Image of the trigger
    +	 */
     	public $picto = 'technic';
    +
     	public $family = 'core';
     	public $description = "Triggers of this module allows to manage workflows";
    +
    +	/**
    +	 * Version of the trigger
    +	 * @var string
    +	 */
     	public $version = self::VERSION_DOLIBARR;
     
     	/**
    @@ -309,5 +318,4 @@ class InterfaceWorkflowManager extends DolibarrTriggers
     
             return 0;
         }
    -
     }
    diff --git a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
    index 481df585f3a..938b63d90f3 100644
    --- a/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
    +++ b/htdocs/core/triggers/interface_50_modAgenda_ActionsAuto.class.php
    @@ -36,7 +36,16 @@ class InterfaceActionsAuto extends DolibarrTriggers
     {
     	public $family = 'agenda';
     	public $description = "Triggers of this module add actions in agenda according to setup made in agenda setup.";
    +
    +	/**
    +	 * Version of the trigger
    +	 * @var string
    +	 */
     	public $version = self::VERSION_DOLIBARR;
    +
    +	/**
    +	 * @var string Image of the trigger
    +	 */
     	public $picto = 'action';
     
     	/**
    @@ -78,9 +87,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		// Actions
     		if ($action == 'COMPANY_CREATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("companies");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","companies"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("NewCompanyToDolibarr",$object->name);
                 $object->actionmsg=$langs->transnoentities("NewCompanyToDolibarr",$object->name);
    @@ -91,9 +99,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
             elseif ($action == 'COMPANY_SENTBYMAIL')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
                 if (empty($object->actionmsg2)) dol_syslog('Trigger called with property actionmsg2 on object not defined', LOG_ERR);
     
    @@ -102,9 +109,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
             elseif ($action == 'CONTRACT_VALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("contracts");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","contracts"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("ContractValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
                 $object->actionmsg=$langs->transnoentities("ContractValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -113,9 +119,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'CONTRACT_SENTBYMAIL')
     		{
    -			$langs->load("agenda");
    -			$langs->load("other");
    -			$langs->load("contract");
    +			// Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","contracts"));
     
     			if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("ContractSentByEMail",$object->ref);
     			if (empty($object->actionmsg))
    @@ -128,9 +133,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'PROPAL_VALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("propal");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","propal"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("PropalValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
                 $object->actionmsg=$langs->transnoentities("PropalValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -139,9 +143,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
             elseif ($action == 'PROPAL_SENTBYMAIL')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("propal");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","propal"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("ProposalSentByEMail",$object->ref);
                 if (empty($object->actionmsg))
    @@ -154,9 +157,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'PROPAL_CLOSE_SIGNED')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("propal");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","propal"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("PropalClosedSignedInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("PropalClosedSignedInDolibarr",$object->ref);
    @@ -165,9 +167,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'PROPAL_CLASSIFY_BILLED')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("propal");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","propal"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("PropalClassifiedBilledInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("PropalClassifiedBilledInDolibarr",$object->ref);
    @@ -176,9 +177,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'PROPAL_CLOSE_REFUSED')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("propal");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","propal"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("PropalClosedRefusedInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("PropalClosedRefusedInDolibarr",$object->ref);
    @@ -187,8 +187,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_VALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("OrderValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
                 $object->actionmsg=$langs->transnoentities("OrderValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -197,9 +197,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_CLOSE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("OrderDeliveredInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("OrderDeliveredInDolibarr",$object->ref);
    @@ -208,9 +207,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_CLASSIFY_BILLED')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("OrderBilledInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("OrderBilledInDolibarr",$object->ref);
    @@ -219,9 +217,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_CANCEL')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("OrderCanceledInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("OrderCanceledInDolibarr",$object->ref);
    @@ -230,9 +227,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_SENTBYMAIL')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("OrderSentByEMail",$object->ref);
                 if (empty($object->actionmsg))
    @@ -245,9 +241,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'BILL_VALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InvoiceValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
                 $object->actionmsg=$langs->transnoentities("InvoiceValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -256,9 +251,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'BILL_UNVALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    +           // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InvoiceBackToDraftInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("InvoiceBackToDraftInDolibarr",$object->ref);
    @@ -267,9 +261,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
             elseif ($action == 'BILL_SENTBYMAIL')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InvoiceSentByEMail",$object->ref);
                 if (empty($object->actionmsg))
    @@ -282,9 +275,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'BILL_PAYED')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills"));
     
                 // Values for this action can't be defined by caller.
                 $object->actionmsg2=$langs->transnoentities("InvoicePaidInDolibarr",$object->ref);
    @@ -294,9 +286,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'BILL_CANCEL')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InvoiceCanceledInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("InvoiceCanceledInDolibarr",$object->ref);
    @@ -305,9 +296,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'FICHINTER_CREATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("interventions");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","interventions"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InterventionCreatedInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("InterventionCreatedInDolibarr",$object->ref);
    @@ -318,9 +308,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'FICHINTER_VALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("interventions");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","interventions"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InterventionValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
                 $object->actionmsg=$langs->transnoentities("InterventionValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -331,9 +320,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'FICHINTER_MODIFY')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("interventions");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","interventions"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InterventionModifiedInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("InterventionModifiedInDolibarr",$object->ref);
    @@ -344,9 +332,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'FICHINTER_SENTBYMAIL')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("interventions");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","interventions"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InterventionSentByEMail",$object->ref);
                 if (empty($object->actionmsg))
    @@ -359,9 +346,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
             elseif ($action == 'FICHINTER_CLASSIFY_BILLED')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("interventions");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","interventions"));
     
                	if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InterventionClassifiedBilledInDolibarr",$object->ref);
                	$object->actionmsg=$langs->transnoentities("InterventionClassifiedBilledInDolibarr",$object->ref);
    @@ -370,9 +356,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
     	    elseif ($action == 'FICHINTER_CLASSIFY_UNBILLED')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("interventions");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","interventions"));
     
                	if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InterventionClassifiedUnbilledInDolibarr",$object->ref);
                	$object->actionmsg=$langs->transnoentities("InterventionClassifiedUnbilledInDolibarr",$object->ref);
    @@ -381,9 +366,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
             elseif ($action == 'FICHINTER_DELETE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("interventions");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","interventions"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InterventionDeletedInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("InterventionDeletedInDolibarr",$object->ref);
    @@ -394,9 +378,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
             elseif ($action == 'SHIPPING_VALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("sendings");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","sendings"));
     
             	if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("ShippingValidated",($object->newref?$object->newref:$object->ref));
             	if (empty($object->actionmsg))
    @@ -409,9 +392,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
     		elseif ($action == 'SHIPPING_SENTBYMAIL')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("sendings");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","sendings"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("ShippingSentByEMail",$object->ref);
                 if (empty($object->actionmsg))
    @@ -424,9 +406,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'PROPOSAL_SUPPLIER_VALIDATE')
     		{
    -			$langs->load("agenda");
    -			$langs->load("other");
    -			$langs->load("propal");
    +			// Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","propal"));
     
     			if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("PropalValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
     			$object->actionmsg=$langs->transnoentities("PropalValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -435,9 +416,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'PROPOSAL_SUPPLIER_SENTBYMAIL')
     		{
    -			$langs->load("agenda");
    -			$langs->load("other");
    -			$langs->load("propal");
    +			// Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","propal"));
     
     			if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("ProposalSentByEMail",$object->ref);
     			if (empty($object->actionmsg))
    @@ -450,9 +430,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'PROPOSAL_SUPPLIER_CLOSE_SIGNED')
     		{
    -			$langs->load("agenda");
    -			$langs->load("other");
    -			$langs->load("propal");
    +			// Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","propal"));
     
     			if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("PropalClosedSignedInDolibarr",$object->ref);
     			$object->actionmsg=$langs->transnoentities("PropalClosedSignedInDolibarr",$object->ref);
    @@ -461,9 +440,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'PROPOSAL_SUPPLIER_CLOSE_REFUSED')
     		{
    -			$langs->load("agenda");
    -			$langs->load("other");
    -			$langs->load("propal");
    +			// Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","propal"));
     
     			if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("PropalClosedRefusedInDolibarr",$object->ref);
     			$object->actionmsg=$langs->transnoentities("PropalClosedRefusedInDolibarr",$object->ref);
    @@ -472,9 +450,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_SUPPLIER_CREATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("OrderCreatedInDolibarr",($object->newref?$object->newref:$object->ref));
                 $object->actionmsg=$langs->transnoentities("OrderCreatedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -483,9 +460,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_SUPPLIER_VALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("OrderValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
                 $object->actionmsg=$langs->transnoentities("OrderValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -494,9 +470,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_SUPPLIER_APPROVE')
     		{
    -            $langs->load("agenda");
    -		    $langs->load("other");
    -			$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
     			if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("OrderApprovedInDolibarr",$object->ref);
     			$object->actionmsg=$langs->transnoentities("OrderApprovedInDolibarr",$object->ref);
    @@ -505,9 +480,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_SUPPLIER_REFUSE')
     		{
    -            $langs->load("agenda");
    -		    $langs->load("other");
    -			$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
     			if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("OrderRefusedInDolibarr",$object->ref);
     			$object->actionmsg=$langs->transnoentities("OrderRefusedInDolibarr",$object->ref);
    @@ -516,9 +490,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_SUPPLIER_SUBMIT')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("SupplierOrderSubmitedInDolibarr",($object->newref?$object->newref:$object->ref));
                 $object->actionmsg=$langs->transnoentities("SupplierOrderSubmitedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -527,9 +500,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_SUPPLIER_RECEIVE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("SupplierOrderReceivedInDolibarr",($object->newref?$object->newref:$object->ref));
                 $object->actionmsg=$langs->transnoentities("SupplierOrderReceivedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -538,10 +510,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'ORDER_SUPPLIER_SENTBYMAIL')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    -            $langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("SupplierOrderSentByEMail",$object->ref);
                 if (empty($object->actionmsg))
    @@ -554,10 +524,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
     		elseif ($action == 'ORDER_SUPPLIER_CLASSIFY_BILLED')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    -            $langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("SupplierOrderClassifiedBilled",$object->ref);
                 if (empty($object->actionmsg))
    @@ -569,9 +537,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
     		elseif ($action == 'BILL_SUPPLIER_VALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InvoiceValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
                 $object->actionmsg=$langs->transnoentities("InvoiceValidatedInDolibarr",($object->newref?$object->newref:$object->ref));
    @@ -580,9 +547,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'BILL_SUPPLIER_UNVALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InvoiceBackToDraftInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("InvoiceBackToDraftInDolibarr",$object->ref);
    @@ -591,10 +557,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
             elseif ($action == 'BILL_SUPPLIER_SENTBYMAIL')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    -            $langs->load("orders");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills","orders"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("SupplierInvoiceSentByEMail",$object->ref);
                 if (empty($object->actionmsg))
    @@ -607,9 +571,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
     		elseif ($action == 'BILL_SUPPLIER_PAYED')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InvoicePaidInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("InvoicePaidInDolibarr",$object->ref);
    @@ -618,9 +581,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
     		elseif ($action == 'BILL_SUPPLIER_CANCELED')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("bills");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","bills"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("InvoiceCanceledInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("InvoiceCanceledInDolibarr",$object->ref);
    @@ -631,9 +593,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             // Members
             elseif ($action == 'MEMBER_VALIDATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("members");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","members"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("MemberValidatedInDolibarr",$object->getFullName($langs));
                 $object->actionmsg=$langs->transnoentities("MemberValidatedInDolibarr",$object->getFullName($langs));
    @@ -644,9 +605,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
     		elseif ($action == 'MEMBER_MODIFY')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("members");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","members"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("MemberModifiedInDolibarr",$object->getFullName($langs));
                 $object->actionmsg=$langs->transnoentities("MemberModifiedInDolibarr",$object->getFullName($langs));
    @@ -657,9 +617,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
     		}
             elseif ($action == 'MEMBER_SUBSCRIPTION_CREATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("members");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","members"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("MemberSubscriptionAddedInDolibarr",$object->ref,$object->getFullName($langs));
                 $object->actionmsg=$langs->transnoentities("MemberSubscriptionAddedInDolibarr",$object->ref,$object->getFullName($langs));
    @@ -673,9 +632,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
             elseif ($action == 'MEMBER_SUBSCRIPTION_MODIFY')
             {
    -        	$langs->load("agenda");
    -        	$langs->load("other");
    -        	$langs->load("members");
    +        	// Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","members"));
     
             	if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("MemberSubscriptionModifiedInDolibarr",$object->ref,$object->getFullName($langs));
             	$object->actionmsg=$langs->transnoentities("MemberSubscriptionModifiedInDolibarr",$object->ref,$object->getFullName($langs));
    @@ -689,9 +647,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
             elseif ($action == 'MEMBER_SUBSCRIPTION_DELETE')
             {
    -        	$langs->load("agenda");
    -        	$langs->load("other");
    -        	$langs->load("members");
    +        	// Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","members"));
     
             	if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("MemberSubscriptionDeletedInDolibarr",$object->ref,$object->getFullName($langs));
             	$object->actionmsg=$langs->transnoentities("MemberSubscriptionDeletedInDolibarr",$object->ref,$object->getFullName($langs));
    @@ -705,9 +662,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
             elseif ($action == 'MEMBER_RESILIATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("members");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","members"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("MemberResiliatedInDolibarr",$object->getFullName($langs));
                 $object->actionmsg=$langs->transnoentities("MemberResiliatedInDolibarr",$object->getFullName($langs));
    @@ -718,9 +674,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
             elseif ($action == 'MEMBER_DELETE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("members");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","members"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("MemberDeletedInDolibarr",$object->getFullName($langs));
                 $object->actionmsg=$langs->transnoentities("MemberDeletedInDolibarr",$object->getFullName($langs));
    @@ -733,9 +688,8 @@ class InterfaceActionsAuto extends DolibarrTriggers
             // Projects
             elseif ($action == 'PROJECT_CREATE')
             {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -        	$langs->load("projects");
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","projects"));
     
             	if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("ProjectCreatedInDolibarr",$object->ref);
             	$object->actionmsg=$langs->transnoentities("ProjectCreatedInDolibarr",$object->ref);
    @@ -743,10 +697,10 @@ class InterfaceActionsAuto extends DolibarrTriggers
     
             	$object->sendtoid=0;
             }
    -        elseif($action == 'PROJECT_VALIDATE') {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("projects");
    +        elseif($action == 'PROJECT_VALIDATE')
    +        {
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","projects"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("ProjectValidatedInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("ProjectValidatedInDolibarr",$object->ref);
    @@ -754,10 +708,10 @@ class InterfaceActionsAuto extends DolibarrTriggers
     
                 $object->sendtoid=0;
             }
    -        elseif($action == 'PROJECT_MODIFY') {
    -            $langs->load("agenda");
    -            $langs->load("other");
    -            $langs->load("projects");
    +        elseif($action == 'PROJECT_MODIFY')
    +        {
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","projects"));
     
                 if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("ProjectModifiedInDolibarr",$object->ref);
                 $object->actionmsg=$langs->transnoentities("ProjectModifiedInDolibarr",$object->ref);
    @@ -767,10 +721,10 @@ class InterfaceActionsAuto extends DolibarrTriggers
             }
     
     		// Project tasks
    -		elseif($action == 'TASK_CREATE') {
    -            $langs->load("agenda");
    -		    $langs->load("other");
    -			$langs->load("projects");
    +		elseif($action == 'TASK_CREATE')
    +		{
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","projects"));
     
     			if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("TaskCreatedInDolibarr",$object->ref);
     			$object->actionmsg=$langs->transnoentities("TaskCreatedInDolibarr",$object->ref);
    @@ -779,10 +733,10 @@ class InterfaceActionsAuto extends DolibarrTriggers
     			$object->sendtoid=0;
     		}
     
    -		elseif($action == 'TASK_MODIFY') {
    -            $langs->load("agenda");
    -		    $langs->load("other");
    -			$langs->load("projects");
    +		elseif($action == 'TASK_MODIFY')
    +		{
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","projects"));
     
     			if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("TaskModifiedInDolibarr",$object->ref);
     			$object->actionmsg=$langs->transnoentities("TaskModifieddInDolibarr",$object->ref);
    @@ -791,10 +745,10 @@ class InterfaceActionsAuto extends DolibarrTriggers
     			$object->sendtoid=0;
     		}
     
    -		elseif($action == 'TASK_DELETE') {
    -            $langs->load("agenda");
    -		    $langs->load("other");
    -			$langs->load("projects");
    +		elseif($action == 'TASK_DELETE')
    +		{
    +            // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other","projects"));
     
     			if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities("TaskDeletedInDolibarr",$object->ref);
     			$object->actionmsg=$langs->transnoentities("TaskDeletedInDolibarr",$object->ref);
    @@ -803,10 +757,11 @@ class InterfaceActionsAuto extends DolibarrTriggers
     			$object->sendtoid=0;
     		}
     		// TODO Merge all previous cases into this generic one
    -		else {
    +		else
    +		{
     		    // Note: We are here only if $conf->global->MAIN_AGENDA_ACTIONAUTO_action is on (tested at begining of this function)
    -		    $langs->load("agenda");
    -		    $langs->load("other");
    +		    // Load translation files required by the page
    +            $langs->loadLangs(array("agenda","other"));
     
     		    if (empty($object->actionmsg2)) $object->actionmsg2=$langs->transnoentities($action."InDolibarr",$object->ref);
     		    if (empty($object->actionmsg))  $object->actionmsg=$langs->transnoentities($action."InDolibarr",$object->ref);
    @@ -927,5 +882,4 @@ class InterfaceActionsAuto extends DolibarrTriggers
                 return -1;
     		}
         }
    -
     }
    diff --git a/htdocs/core/triggers/interface_50_modBlockedlog_ActionsBlockedLog.class.php b/htdocs/core/triggers/interface_50_modBlockedlog_ActionsBlockedLog.class.php
    index 2750834bac6..f2c19394df9 100644
    --- a/htdocs/core/triggers/interface_50_modBlockedlog_ActionsBlockedLog.class.php
    +++ b/htdocs/core/triggers/interface_50_modBlockedlog_ActionsBlockedLog.class.php
    @@ -32,7 +32,16 @@ class InterfaceActionsBlockedLog extends DolibarrTriggers
     {
     	public $family = 'system';
     	public $description = "Triggers of this module add action for BlockedLog module.";
    +
    +	/**
    +	 * Version of the trigger
    +	 * @var string
    +	 */
     	public $version = self::VERSION_DOLIBARR;
    +
    +	/**
    +	 * @var string Image of the trigger
    +	 */
     	public $picto = 'technic';
     
     	/**
    @@ -133,5 +142,4 @@ class InterfaceActionsBlockedLog extends DolibarrTriggers
     			return 1;
     		}
         }
    -
     }
    diff --git a/htdocs/core/triggers/interface_50_modLdap_Ldapsynchro.class.php b/htdocs/core/triggers/interface_50_modLdap_Ldapsynchro.class.php
    index 7677c1743a8..7d528b55c30 100644
    --- a/htdocs/core/triggers/interface_50_modLdap_Ldapsynchro.class.php
    +++ b/htdocs/core/triggers/interface_50_modLdap_Ldapsynchro.class.php
    @@ -33,7 +33,16 @@ class InterfaceLdapsynchro extends DolibarrTriggers
     {
     	public $family = 'ldap';
     	public $description = "Triggers of this module allows to synchronize Dolibarr toward a LDAP database.";
    +
    +	/**
    +	 * Version of the trigger
    +	 * @var string
    +	 */
     	public $version = self::VERSION_DOLIBARR;
    +
    +	/**
    +	 * @var string Image of the trigger
    +	 */
     	public $picto = 'technic';
     
     	/**
    @@ -799,5 +808,4 @@ class InterfaceLdapsynchro extends DolibarrTriggers
     
     		return $result;
     	}
    -
     }
    diff --git a/htdocs/core/triggers/interface_50_modMailmanspip_Mailmanspipsynchro.class.php b/htdocs/core/triggers/interface_50_modMailmanspip_Mailmanspipsynchro.class.php
    index c5f704fdcb1..0197e6bf280 100644
    --- a/htdocs/core/triggers/interface_50_modMailmanspip_Mailmanspipsynchro.class.php
    +++ b/htdocs/core/triggers/interface_50_modMailmanspip_Mailmanspipsynchro.class.php
    @@ -31,7 +31,16 @@ class InterfaceMailmanSpipsynchro extends DolibarrTriggers
     {
     	public $family = 'mailmanspip';
     	public $description = "Triggers of this module allows to synchronize Mailman an Spip.";
    +
    +	/**
    +	 * Version of the trigger
    +	 * @var string
    +	 */
     	public $version = self::VERSION_DOLIBARR;
    +
    +	/**
    +	 * @var string Image of the trigger
    +	 */
     	public $picto = 'technic';
     
     	/**
    @@ -148,5 +157,4 @@ class InterfaceMailmanSpipsynchro extends DolibarrTriggers
     
     		return 0;
         }
    -
     }
    diff --git a/htdocs/core/triggers/interface_50_modNotification_Notification.class.php b/htdocs/core/triggers/interface_50_modNotification_Notification.class.php
    index 8698b08a5c3..26b36964676 100644
    --- a/htdocs/core/triggers/interface_50_modNotification_Notification.class.php
    +++ b/htdocs/core/triggers/interface_50_modNotification_Notification.class.php
    @@ -32,10 +32,19 @@ class InterfaceNotification extends DolibarrTriggers
     {
     	public $family = 'notification';
     	public $description = "Triggers of this module send email notifications according to Notification module setup.";
    +
    +	/**
    +	 * Version of the trigger
    +	 * @var string
    +	 */
     	public $version = self::VERSION_DOLIBARR;
    +
    +	/**
    +	 * @var string Image of the trigger
    +	 */
     	public $picto = 'email';
     
    -	var $listofmanagedevents=array(
    +	public $listofmanagedevents=array(
     		'BILL_VALIDATE',
     		'BILL_PAYED',
     		'ORDER_VALIDATE',
    @@ -131,5 +140,4 @@ class InterfaceNotification extends DolibarrTriggers
     
     		return $ret;
     	}
    -
     }
    diff --git a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
    index f9985461df8..43dc796bd5f 100644
    --- a/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
    +++ b/htdocs/core/triggers/interface_80_modStripe_Stripe.class.php
    @@ -114,13 +114,12 @@ class InterfaceStripe
     	 */
     	public function runTrigger($action, $object, User $user, Translate $langs, Conf $conf)
     	{
    -		// Put here code you want to execute when a Dolibarr business events occurs.
    +		// Put here code you want to execute when a Dolibarr business event occurs.
     		// Data and type of action are stored into $object and $action
     		global $langs, $db, $conf;
    -		$langs->load("members");
    -		$langs->load("users");
    -		$langs->load("mails");
    -		$langs->load('other');
    +
    +		// Load translation files required by the page
    +        $langs->loadLangs(array("members","other","users","mails"));
     
     		require_once DOL_DOCUMENT_ROOT.'/stripe/class/stripe.class.php';
     		$stripe = new Stripe($db);
    @@ -136,11 +135,12 @@ class InterfaceStripe
     			$service = 'StripeLive';
     			$servicestatus = 1;
     		}
    -		// If customer is linked to Strip, we update/delete Stripe too
    +
    +		// If customer is linked to Stripe, we update/delete Stripe too
     		if ($action == 'COMPANY_MODIFY') {
     			dol_syslog("Trigger '" . $this->name . "' for action '$action' launched by " . __FILE__ . ". id=" . $object->id);
     
    -			$stripeacc = $stripe->getStripeAccount($service);	// No need of network access for this
    +			$stripeacc = $stripe->getStripeAccount($service);	// No need of network access for this. May return '' if no Oauth defined.
     
     			if ($object->client != 0) {
     				$customer = $stripe->customerStripe($object, $stripeacc, $servicestatus);	// This make a network request
    @@ -172,15 +172,20 @@ class InterfaceStripe
     		if ($action == 'COMPANY_DELETE') {
     			dol_syslog("Trigger '" . $this->name . "' for action '$action' launched by " . __FILE__ . ". id=" . $object->id);
     
    -			$stripeacc = $stripe->getStripeAccount($service);	// No need of network access for this
    +			$stripeacc = $stripe->getStripeAccount($service);	// No need of network access for this. May return '' if no Oauth defined.
     
     			$customer = $stripe->customerStripe($object, $stripeacc, $servicestatus);
    -			if ($customer) {
    +			if ($customer)
    +			{
     				$customer->delete();
     			}
    +
    +			$sql = "DELETE FROM ".MAIN_DB_PREFIX."societe_account";
    +			$sql.= " WHERE site='stripe' AND fk_soc = " . $object->id;
    +			$this->db->query($sql);
     		}
     
    -		// If payment mode is linked to Strip, we update/delete Stripe too
    +		// If payment mode is linked to Stripee, we update/delete Stripe too
     		if ($action == 'COMPANYPAYMENTMODE_MODIFY' && $object->type == 'card') {
     
     			// For creation of credit card, we do not create in Stripe automatically
    @@ -191,15 +196,10 @@ class InterfaceStripe
     
     			if (! empty($object->stripe_card_ref))
     			{
    -				$stripeacc = $stripe->getStripeAccount($service);				// No need of network access for this
    +				$stripeacc = $stripe->getStripeAccount($service);				// No need of network access for this. May return '' if no Oauth defined.
     				$stripecu = $stripe->getStripeCustomerAccount($object->fk_soc);	// No need of network access for this
     
    -				if (empty($stripeacc))
    -				{
    -					$ok = -1;
    -					$this->error = "Stripe API keys are not defined into Stripe module setup for mode ".$service;
    -				}
    -				elseif ($stripecu)
    +				if ($stripecu)
     				{
     					// Get customer (required to get a card)
     					if (empty($stripeacc)) {				// If the Stripe connect account not set, we use common API usage
    @@ -231,14 +231,10 @@ class InterfaceStripe
     
     			if (! empty($object->stripe_card_ref))
     			{
    -				$stripeacc = $stripe->getStripeAccount($service);				// No need of network access for this
    +				$stripeacc = $stripe->getStripeAccount($service);				// No need of network access for this. May return '' if no Oauth defined.
     				$stripecu = $stripe->getStripeCustomerAccount($object->fk_soc);	// No need of network access for this
    -				if (empty($stripeacc))
    -				{
    -					$ok = -1;
    -					$this->error = "Stripe API keys are not defined into Stripe module setup for mode ".$service;
    -				}
    -				elseif ($stripecu)
    +
    +				if ($stripecu)
     				{
     					// Get customer (required to get a card)
     					if (empty($stripeacc)) {				// If the Stripe connect account not set, we use common API usage
    diff --git a/htdocs/core/website.inc.php b/htdocs/core/website.inc.php
    index 46b1f955177..ac4d6b35988 100644
    --- a/htdocs/core/website.inc.php
    +++ b/htdocs/core/website.inc.php
    @@ -1,5 +1,5 @@
     <?php
    -/* Copyright (C) 2013 Laurent Destailleur  <eldy@users.sourceforge.net>
    +/* Copyright (C) 2017-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      *
     * 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
    @@ -18,11 +18,22 @@
     
     /**
      *	\file			htdocs/core/website.inc.php
    - *  \brief			Common file loaded used by all website pages (after master.inc.php)
    - *  			    The global variable $website must be defined.
    + *  \brief			Common file loaded by all website pages (after master.inc.php). It set the new object $weblangs, using parameter 'l'.
    + *  			    The global variable $websitekey must be defined.
      */
     
    -
    +// Load website class
     include_once DOL_DOCUMENT_ROOT.'/website/class/website.class.php';
    -$website=new Website($db);
    -$website->fetch(0,$websitekey);
    +// Define $website and $weblangs
    +if (! is_object($website))
    +{
    +	$website=new Website($db);
    +	$website->fetch(0,$websitekey);
    +}
    +if (! is_object($weblangs))
    +{
    +	$weblangs = dol_clone($langs);
    +}
    +if (GETPOST('l','aZ09')) $weblangs->setDefaultLang(GETPOST('l','aZ09'));
    +// Load websitepage class
    +include_once DOL_DOCUMENT_ROOT.'/website/class/websitepage.class.php';
    diff --git a/htdocs/cron/card.php b/htdocs/cron/card.php
    index 855620756a7..2d4b74a3b5a 100644
    --- a/htdocs/cron/card.php
    +++ b/htdocs/cron/card.php
    @@ -1,7 +1,8 @@
     <?php
    -/* Copyright (C) 2012      Nicolas Villa aka Boyquotes http://informetic.fr
    - * Copyright (C) 2013      Florian Henry <florian.henry@open-concpt.pro>
    - * Copyright (C) 2013-2016 Laurent Destailleur <eldy@users.sourceforge.net>
    +/* Copyright (C) 2012       Nicolas Villa aka Boyquotes http://informetic.fr
    + * Copyright (C) 2013       Florian Henry           <florian.henry@open-concpt.pro>
    + * Copyright (C) 2013-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -469,11 +470,11 @@ if (($action=="create") || ($action=="edit"))
     	print $langs->trans('CronDtStart')."</td><td>";
     	if(!empty($object->datestart))
     	{
    -	    $form->select_date($object->datestart,'datestart',1,1,'',"cronform");
    +        print $form->selectDate($object->datestart, 'datestart', 1, 1, '', "cronform");
     	}
     	else
     	{
    -	    $form->select_date('','datestart',1,1,'',"cronform");
    +        print $form->selectDate('', 'datestart', 1, 1, '', "cronform");
     	}
     	print "</td>";
     	print "<td>";
    @@ -483,10 +484,10 @@ if (($action=="create") || ($action=="edit"))
     	print "<tr><td>";
     	print $langs->trans('CronDtEnd')."</td><td>";
     	if(!empty($object->dateend)){
    -	    $form->select_date($object->dateend,'dateend',1,1,'',"cronform");
    +        print $form->selectDate($object->dateend, 'dateend', 1, 1, '', "cronform");
     	}
     	else{
    -	    $form->select_date(-1,'dateend',1,1,1,"cronform");
    +        print $form->selectDate(-1, 'dateend', 1, 1, 1, "cronform");
     	}
     	print "</td>";
     	print "<td>";
    @@ -523,11 +524,11 @@ if (($action=="create") || ($action=="edit"))
     	print "</td><td>";
     	if(!empty($object->datenextrun))
     	{
    -	    $form->select_date($object->datenextrun,'datenextrun',1,1,'',"cronform");
    +        print $form->selectDate($object->datenextrun, 'datenextrun', 1, 1, '', "cronform");
     	}
     	else
     	{
    -	    $form->select_date(-1,'datenextrun',1,1,'',"cronform");
    +        print $form->selectDate(-1, 'datenextrun', 1, 1, '', "cronform");
     	}
     	print "</td>";
         print "<td>";
    @@ -679,13 +680,14 @@ else
     	print $langs->trans('CronDtNextLaunch');
     	print ' ('.$langs->trans('CronFrom').')';
     	print "</td><td>";
    -	//print '<strong>';
     	if (! $object->status) print $langs->trans("Disabled");
     	elseif (!empty($object->datenextrun)) { print img_picto('','object_calendarday').' '.dol_print_date($object->datenextrun,'dayhoursec');}
    -	else {print $langs->trans('CronNone');}
    -	//print '</strong>';
    -	if ($object->maxnbrun && $object->nbrun >= $object->maxrun) print img_warning($langs->trans("Finished"));
    -	if ($object->datenextrun && $object->datenextrun < $now) print img_warning($langs->trans("Late"));
    +	else { print $langs->trans('CronNone'); }
    +	if ($object->status == Cronjob::STATUS_ENABLED)
    +	{
    +		if ($object->maxrun && $object->nbrun >= $object->maxrun) print img_warning($langs->trans("MaxRunReached"));
    +		elseif ($object->datenextrun && $object->datenextrun < $now) print img_warning($langs->trans("Late"));
    +	}
     	print "</td></tr>";
     
     	print '</table>';
    diff --git a/htdocs/cron/class/cronjob.class.php b/htdocs/cron/class/cronjob.class.php
    index b898b4eb238..26b17016a5f 100644
    --- a/htdocs/cron/class/cronjob.class.php
    +++ b/htdocs/cron/class/cronjob.class.php
    @@ -26,7 +26,7 @@ require_once DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php";
     
     
     /**
    - *	Crob Job class
    + *	Cron Job class
      */
     class Cronjob extends CommonObject
     {
    @@ -34,19 +34,31 @@ class Cronjob extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='cronjob';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='cronjob';	
    -	
    -    public $picto = 'cron';
    +	public $table_element='cronjob';
    +
    +    /**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto = 'cron';
    +
    +    /**
    +	 * @var int Entity
    +	 */
    +	public $entity;
     
    -    public $entity;
         public $jobtype;
     	public $tms='';
     	public $datec='';
    -	public $label;
    +
    +	/**
    +     * @var string Cron Job label
    +     */
    +    public $label;
    +
     	public $command;
     	public $classesname;
     	public $objectname;
    @@ -64,7 +76,12 @@ class Cronjob extends CommonObject
     	public $lastoutput;
     	public $unitfrequency;
     	public $frequency;
    +
    +	/**
    +	 * @var int Status
    +	 */
     	public $status;
    +
     	public $processing;
     	public $fk_user_author;
     	public $fk_user_mod;
    @@ -85,7 +102,6 @@ class Cronjob extends CommonObject
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    @@ -238,8 +254,8 @@ class Cronjob extends CommonObject
             {
                 $this->id = $this->db->last_insert_id(MAIN_DB_PREFIX."cronjob");
     
    -			if (! $notrigger)
    -			{
    +			//if (! $notrigger)
    +			//{
     	            // Uncomment this and change MYOBJECT to your own tag if you
     	            // want this action calls a trigger.
     
    @@ -249,7 +265,7 @@ class Cronjob extends CommonObject
     	            //$result=$interface->run_triggers('MYOBJECT_CREATE',$this,$user,$langs,$conf);
     	            //if ($result < 0) { $error++; $this->errors=$interface->errors; }
     	            //// End call triggers
    -			}
    +			//}
             }
     
             // Commit or rollback
    @@ -368,6 +384,7 @@ class Cronjob extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Load object in memory from the database
          *
    @@ -382,7 +399,8 @@ class Cronjob extends CommonObject
          */
         function fetch_all($sortorder='DESC', $sortfield='t.rowid', $limit=0, $offset=0, $status=1, $filter='', $processing=-1)
         {
    -    	global $langs;
    +        // phpcs:enable
    +        global $langs;
     
         	$this->lines=array();
     
    @@ -422,7 +440,7 @@ class Cronjob extends CommonObject
         	$sql.= " WHERE 1 = 1";
         	if ($processing >= 0) $sql.= " AND t.processing = ".(empty($processing)?'0':'1');
         	if ($status >= 0 && $status < 2) $sql.= " AND t.status = ".(empty($status)?'0':'1');
    -    	if ($status == 2) $sql.= " AND t.status = 2";
    +    	elseif ($status == 2) $sql.= " AND t.status = 2";
         	//Manage filter
         	if (is_array($filter) && count($filter)>0) {
         		foreach($filter as $key => $value)
    @@ -625,10 +643,8 @@ class Cronjob extends CommonObject
             $resql = $this->db->query($sql);
         	if (! $resql) { $error++; $this->errors[]="Error ".$this->db->lasterror(); }
     
    -		if (! $error)
    -		{
    -			if (! $notrigger)
    -			{
    +		//if (! $error && ! $notrigger)
    +		//{
     	            // Uncomment this and change MYOBJECT to your own tag if you
     	            // want this action calls a trigger.
     
    @@ -638,8 +654,7 @@ class Cronjob extends CommonObject
     	            //$result=$interface->run_triggers('MYOBJECT_MODIFY',$this,$user,$langs,$conf);
     	            //if ($result < 0) { $error++; $this->errors=$interface->errors; }
     	            //// End call triggers
    -	    	}
    -		}
    +		//}
     
             // Commit or rollback
     		if ($error)
    @@ -755,11 +770,11 @@ class Cronjob extends CommonObject
     			$error++;
     		}
     
    -		if (! $error)
    -		{
    +		//if (! $error)
    +		//{
     
     
    -		}
    +		//}
     
     		unset($this->context['createfromclone']);
     
    @@ -919,6 +934,7 @@ class Cronjob extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Run a job.
     	 * Once job is finished, status and nb of run is updated.
    @@ -929,6 +945,7 @@ class Cronjob extends CommonObject
     	 */
     	function run_jobs($userlogin)
     	{
    +        // phpcs:enable
     		global $langs, $conf;
     
     		$now=dol_now();
    @@ -1189,6 +1206,7 @@ class Cronjob extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Reprogram a job
     	 *
    @@ -1198,6 +1216,7 @@ class Cronjob extends CommonObject
     	 */
     	function reprogram_jobs($userlogin, $now)
     	{
    +        // phpcs:enable
     		dol_syslog(get_class($this)."::reprogram_jobs userlogin:$userlogin", LOG_DEBUG);
     
     		require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
    @@ -1276,6 +1295,7 @@ class Cronjob extends CommonObject
     	    return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -1285,39 +1305,39 @@ class Cronjob extends CommonObject
     	 */
     	function LibStatut($status,$mode=0)
     	{
    -	    global $langs;
    +        // phpcs:enable
    +        global $langs;
     	    $langs->load('users');
     
     	    if ($mode == 0)
     	    {
    -	        $prefix='';
     	        if ($status == 1) return $langs->trans('Enabled');
    -	        if ($status == 0) return $langs->trans('Disabled');
    +	        elseif ($status == 0) return $langs->trans('Disabled');
     	    }
    -	    if ($mode == 1)
    +	    elseif ($mode == 1)
     	    {
     	        if ($status == 1) return $langs->trans('Enabled');
    -	        if ($status == 0) return $langs->trans('Disabled');
    +	        elseif ($status == 0) return $langs->trans('Disabled');
     	    }
    -	    if ($mode == 2)
    +	    elseif ($mode == 2)
     	    {
     	        if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4','class="pictostatus"').' '.$langs->trans('Enabled');
    -	        if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"').' '.$langs->trans('Disabled');
    +	        elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"').' '.$langs->trans('Disabled');
     	    }
    -	    if ($mode == 3)
    +	    elseif ($mode == 3)
     	    {
     	        if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4','class="pictostatus"');
    -	        if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"');
    +	        elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"');
     	    }
    -	    if ($mode == 4)
    +	    elseif ($mode == 4)
     	    {
     	        if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4','class="pictostatus"').' '.$langs->trans('Enabled');
    -	        if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"').' '.$langs->trans('Disabled');
    +	        elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"').' '.$langs->trans('Disabled');
     	    }
    -	    if ($mode == 5)
    +	    elseif ($mode == 5)
     	    {
     	        if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4','class="pictostatus"');
    -	        if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"');
    +	        elseif ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"');
     	    }
     	}
     }
    @@ -1329,12 +1349,24 @@ class Cronjob extends CommonObject
     class Cronjobline
     {
     
    +	/**
    +	 * @var int ID
    +	 */
     	public $id;
    +
    +	/**
    +	 * @var string Ref
    +	 */
     	public $ref;
     
     	public $tms='';
     	public $datec='';
    -	public $label;
    +
    +	/**
    +     * @var string Cron Job Line label
    +     */
    +    public $label;
    +
     	public $jobtype;
     	public $command;
     	public $classesname;
    @@ -1352,7 +1384,12 @@ class Cronjobline
     	public $lastoutput;
     	public $unitfrequency;
     	public $frequency;
    +
    +	/**
    +	 * @var int Status
    +	 */
     	public $status;
    +
     	public $fk_user_author;
     	public $fk_user_mod;
     	public $note;
    diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php
    index cc3b8e879ed..1f810132223 100644
    --- a/htdocs/cron/list.php
    +++ b/htdocs/cron/list.php
    @@ -242,6 +242,7 @@ $sql.= " t.status,";
     $sql.= " t.fk_user_author,";
     $sql.= " t.fk_user_mod,";
     $sql.= " t.note,";
    +$sql.= " t.maxrun,";
     $sql.= " t.nbrun,";
     $sql.= " t.libname,";
     $sql.= " t.test";
    @@ -252,12 +253,12 @@ if ($search_status == 2) $sql.= " AND t.status = 2";
     //Manage filter
     if (is_array($filter) && count($filter)>0) {
     	foreach($filter as $key => $value) {
    -		$sql.= ' AND '.$key.' LIKE \'%'.$value.'%\'';
    +		$sql.= ' AND '.$key.' LIKE \'%'.$db->escape($value).'%\'';
     	}
     }
     $sqlwhere = array();
     if (!empty($module_name)) {
    -	$sqlwhere[]='(t.module_name='.$module_name.')';
    +	$sqlwhere[]='(t.module_name='.$db->escape($module_name).')';
     }
     if (count($sqlwhere)>0) {
     	$sql.= " WHERE ".implode(' AND ',$sqlwhere);
    @@ -355,7 +356,7 @@ else
     print_barre_liste($pagetitle, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_setup', 0, $newcardbutton, '', $limit);
     
     
    -print $langs->trans('CronInfo').'<br>';
    +print '<span class="opacitymedium">'.$langs->trans('CronInfo').'</span><br>';
     
     $text =$langs->trans("HoursOnThisPageAreOnServerTZ").' '.$stringcurrentdate.'<br>';
     if (! empty($conf->global->CRON_WARNING_DELAY_HOURS)) $text.=$langs->trans("WarningCronDelayed", $conf->global->CRON_WARNING_DELAY_HOURS);
    @@ -519,9 +520,15 @@ if ($num > 0)
     		print '</td>';
     
     		print '<td class="center">';
    -		if(!empty($obj->datenextrun)) {
    +		if (!empty($obj->datenextrun)) {
    +			$datenextrun = $db->jdate($obj->datenextrun);
     			if (empty($obj->status)) print '<span class="opacitymedium">';
    -			print dol_print_date($db->jdate($obj->datenextrun),'dayhour');
    +			print dol_print_date($datenextrun,'dayhoursec');
    +			if ($obj->status == Cronjob::STATUS_ENABLED)
    +			{
    +				if ($obj->maxrun && $obj->nbrun >= $obj->maxrun) print img_warning($langs->trans("MaxRunReached"));
    +				elseif ($datenextrun && $datenextrun < $now) print img_warning($langs->trans("Late"));
    +			}
     			if (empty($obj->status)) print '</span>';
     		}
     		print '</td>';
    diff --git a/htdocs/datapolicies/ChangeLog.md b/htdocs/datapolicies/ChangeLog.md
    new file mode 100644
    index 00000000000..1c149a77e39
    --- /dev/null
    +++ b/htdocs/datapolicies/ChangeLog.md
    @@ -0,0 +1,24 @@
    +**2.2**
    +* Fix link to accept or refuse
    +
    +**2.1**
    +* Change IT translations
    +
    +**2.0**
    +* Add date of agreement
    +* Add possibility to send e-mail
    +* Save the agreement by e-mail
    +
    +**1.2**
    +* Bug fixed
    +
    +**1.1**
    +* Add some translations
    +* Add some type of company
    +* Bug fixed
    +
    +
    +**1.0**
    +* The end of the beginning
    +
    +
    diff --git a/htdocs/datapolicies/admin/setup.php b/htdocs/datapolicies/admin/setup.php
    new file mode 100644
    index 00000000000..f6edd5b3e90
    --- /dev/null
    +++ b/htdocs/datapolicies/admin/setup.php
    @@ -0,0 +1,201 @@
    +<?php
    +/* Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2018      Nicolas ZABOURI      <info@inovea-conseil.com>
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    datapolicies/admin/setup.php
    + * \ingroup datapolicies
    + * \brief   datapolicies setup page.
    + */
    +
    +require '../../main.inc.php';
    +require_once DOL_DOCUMENT_ROOT . "/core/lib/admin.lib.php";
    +require_once '../lib/datapolicies.lib.php';
    +//require_once "../class/myclass.class.php";
    +
    +// Translations
    +$langs->load('admin');
    +$langs->load('companies');
    +$langs->load('members');
    +$langs->load('datapolicies@datapolicies');
    +
    +// Access control
    +if (! $user->admin) accessforbidden();
    +
    +// Parameters
    +$action = GETPOST('action', 'alpha');
    +$backtopage = GETPOST('backtopage', 'alpha');
    +
    +$arrayofparameters=array(
    +    'DATAPOLICIES_TIERS_CLIENT'=>array('css'=>'minwidth200'),
    +    'DATAPOLICIES_TIERS_PROSPECT'=>array('css'=>'minwidth200'),
    +    'DATAPOLICIES_TIERS_PROSPECT_CLIENT'=>array('css'=>'minwidth200'),
    +    'DATAPOLICIES_TIERS_NIPROSPECT_NICLIENT'=>array('css'=>'minwidth200'),
    +    'DATAPOLICIES_TIERS_FOURNISSEUR'=>array('css'=>'minwidth200'),
    +    'DATAPOLICIES_CONTACT_CLIENT'=>array('css'=>'minwidth200'),
    +    'DATAPOLICIES_CONTACT_PROSPECT'=>array('css'=>'minwidth200'),
    +    'DATAPOLICIES_CONTACT_PROSPECT_CLIENT'=>array('css'=>'minwidth200'),
    +    'DATAPOLICIES_CONTACT_NIPROSPECT_NICLIENT'=>array('css'=>'minwidth200'),
    +    'DATAPOLICIES_CONTACT_FOURNISSEUR'=>array('css'=>'minwidth200'),
    +    'DATAPOLICIES_ADHERENT'=>array('css'=>'minwidth200'),
    +);
    +
    +
    +/*
    + * Actions
    + */
    +
    +include DOL_DOCUMENT_ROOT.'/core/actions_setmoduleoptions.inc.php';
    +
    +if (DOL_VERSION < '7' && $action == 'update') {
    +    foreach ($arrayofparameters as $k => $v) {
    +        $res = dolibarr_set_const($db,$k,GETPOST($k),'chaine',0,'',$conf->entity);
    +        if (! $res > 0) $error++;
    +    }
    +    if (! $error)
    +    {
    +        $db->commit();
    +        if (empty($nomessageinsetmoduleoptions)) setEventMessages($langs->trans("SetupSaved"), null, 'mesgs');
    +    }
    +    else
    +    {
    +        $db->rollback();
    +        if (empty($nomessageinsetmoduleoptions)) setEventMessages($langs->trans("SetupNotSaved"), null, 'errors');
    +    }
    +}
    +
    +
    +$arrayofparameters=array(
    +    'ThirdParty' => array(
    +        'DATAPOLICIES_TIERS_CLIENT'=>array('css'=>'minwidth200'),
    +        'DATAPOLICIES_TIERS_PROSPECT'=>array('css'=>'minwidth200'),
    +        'DATAPOLICIES_TIERS_PROSPECT_CLIENT'=>array('css'=>'minwidth200'),
    +        'DATAPOLICIES_TIERS_NIPROSPECT_NICLIENT'=>array('css'=>'minwidth200'),
    +        'DATAPOLICIES_TIERS_FOURNISSEUR'=>array('css'=>'minwidth200'),
    +    ),
    +    'Contact' => array(
    +        'DATAPOLICIES_CONTACT_CLIENT'=>array('css'=>'minwidth200'),
    +        'DATAPOLICIES_CONTACT_PROSPECT'=>array('css'=>'minwidth200'),
    +        'DATAPOLICIES_CONTACT_PROSPECT_CLIENT'=>array('css'=>'minwidth200'),
    +        'DATAPOLICIES_CONTACT_NIPROSPECT_NICLIENT'=>array('css'=>'minwidth200'),
    +        'DATAPOLICIES_CONTACT_FOURNISSEUR'=>array('css'=>'minwidth200'),
    +    ),
    +    'Member' => array(
    +        'DATAPOLICIES_ADHERENT'=>array('css'=>'minwidth200'),
    +    )
    +);
    +
    +$valTab = array(
    +    '' => $langs->trans('None'),
    +    '6' => $langs->trans('NB_MONTHS', 6),
    +    '12' => $langs->trans('ONE_YEAR'),
    +    '24' => $langs->trans('NB_YEARS', 2),
    +    '36' => $langs->trans('NB_YEARS', 3),
    +    '48' => $langs->trans('NB_YEARS', 4),
    +    '60' => $langs->trans('NB_YEARS', 5),
    +    '120' => $langs->trans('NB_YEARS', 10),
    +);
    +
    +
    +/*
    + * View
    + */
    +
    +$page_name = "datapoliciesSetup";
    +llxHeader('', $langs->trans($page_name));
    +
    +// Subheader
    +$linkback = '<a href="'.($backtopage?$backtopage:DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1').'">'.$langs->trans("BackToModuleList").'</a>';
    +
    +print load_fiche_titre($langs->trans($page_name), $linkback, 'object_datapolicies@datapolicies');
    +
    +// Configuration header
    +$head = datapoliciesAdminPrepareHead();
    +dol_fiche_head($head, 'settings', '', -1, "datapolicies@datapolicies");
    +
    +// Setup page goes here
    +echo $langs->trans("datapoliciesSetupPage");
    +
    +
    +if ($action == 'edit')
    +{
    +	print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
    +	print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    +	print '<input type="hidden" name="action" value="update">';
    +
    +	print '<table class="noborder" width="100%">';
    +	print '<tr class="liste_titre"><td class="titlefield">'.$langs->trans("Parameter").'</td><td>'.$langs->trans("Value").'</td></tr>';
    +
    +	foreach($arrayofparameters as $title => $tab)
    +	{
    +        print '<tr class="liste_titre"><td class="titlefield" colspan="2">'.$langs->trans($title).'</td></tr>';
    +        foreach($tab as $key => $val)
    +        {
    +            print '<tr class="oddeven"><td>';
    +            print $form->textwithpicto($langs->trans($key),$langs->trans($key.'Tooltip'));
    +            print '</td><td>';
    +            print '<select name="'.$key.'"  class="flat '.(empty($val['css'])?'minwidth200':$val['css']).'">';
    +            foreach ($valTab as $key1 => $val1) {
    +                print '<option value="'.$key1.'" ' . ($conf->global->$key == $key1 ? 'selected="selected"' : '') . '>';
    +                print $val1;
    +                print '</option>';
    +            }
    +            print '</select>';
    +            print '</td></tr>';
    +        }
    +
    +	}
    +
    +	print '</table>';
    +
    +	print '<br><div class="center">';
    +	print '<input class="button" type="submit" value="'.$langs->trans("Save").'">';
    +	print '</div>';
    +
    +	print '</form>';
    +	print '<br>';
    +}
    +else
    +{
    +	print '<table class="noborder" width="100%">';
    +	print '<tr class="liste_titre"><td class="titlefield">'.$langs->trans("Parameter").'</td><td>'.$langs->trans("Value").'</td></tr>';
    +
    +    foreach($arrayofparameters as $title => $tab)
    +    {
    +        print '<tr class="liste_titre"><td class="titlefield" colspan="2">'.$langs->trans($title).'</td></tr>';
    +        foreach($tab as $key => $val)
    +        {
    +            print '<tr class="oddeven"><td>';
    +            print $form->textwithpicto($langs->trans($key),$langs->trans('DATAPOLICIES_Tooltip_SETUP'));
    +            print '</td><td>' . ($conf->global->$key == '' ? $langs->trans('None') : $valTab[$conf->global->$key]) . '</td></tr>';
    +        }
    +
    +    }
    +
    +	print '</table>';
    +
    +	print '<div class="tabsAction">';
    +	print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?action=edit">'.$langs->trans("Modify").'</a>';
    +	print '</div>';
    +}
    +
    +
    +// Page end
    +dol_fiche_end();
    +
    +llxFooter();
    +$db->close();
    diff --git a/htdocs/datapolicies/admin/setupmail.php b/htdocs/datapolicies/admin/setupmail.php
    new file mode 100644
    index 00000000000..a6560c1f7d5
    --- /dev/null
    +++ b/htdocs/datapolicies/admin/setupmail.php
    @@ -0,0 +1,167 @@
    +<?php
    +
    +/* Copyright (C) 2004-2017  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Nicolas ZABOURI         <info@inovea-conseil.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
    + *
    + * 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/>.
    + */
    +
    +require '../../main.inc.php';
    +require_once DOL_DOCUMENT_ROOT . "/core/lib/admin.lib.php";
    +require_once DOL_DOCUMENT_ROOT . '/core/class/doleditor.class.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/class/html.formadmin.class.php';
    +require_once '../lib/datapolicies.lib.php';
    +
    +// Translations
    +$langs->loadLangs(array('admin', 'companies', 'members', 'datapolicies'));
    +
    +
    +// Parameters
    +$action = GETPOST('action', 'alpha');
    +$backtopage = GETPOST('backtopage', 'alpha');
    +$formadmin = new FormAdmin($db);
    +
    +if (GETPOST('l')) {
    +    $l = GETPOST('l');
    +} else {
    +    $l = $langs->defaultlang;
    +}
    +// Access control
    +if (!$user->admin)
    +    accessforbidden();
    +
    +/*
    + * Actions
    + */
    +
    +include DOL_DOCUMENT_ROOT . '/core/actions_setmoduleoptions.inc.php';
    +
    +if ($action == 'setvalue' && $user->admin) {
    +    $db->begin();
    +    $sub = "DATAPOLICIESSUBJECT_" . $l;
    +    $result = dolibarr_set_const($db, $sub, GETPOST($sub), 'chaine', 0, '', $conf->entity);
    +    $cont = "DATAPOLICIESCONTENT_" . $l;
    +    $result = dolibarr_set_const($db, $cont, GETPOST($cont), 'chaine', 0, '', $conf->entity);
    +    $cont = "TXTLINKDATAPOLICIESACCEPT_" . $l;
    +    $result = dolibarr_set_const($db, $cont, GETPOST($cont), 'chaine', 0, '', $conf->entity);
    +    $cont = "TXTLINKDATAPOLICIESREFUSE_" . $l;
    +    $result = dolibarr_set_const($db, $cont, GETPOST($cont), 'chaine', 0, '', $conf->entity);
    +    $sub = "DATAPOLICIESACCEPT_" . $l;
    +    $result = dolibarr_set_const($db, $sub, GETPOST($sub), 'chaine', 0, '', $conf->entity);
    +    $sub = "DATAPOLICIESREFUSE_" . $l;
    +    $result = dolibarr_set_const($db, $sub, GETPOST($sub), 'chaine', 0, '', $conf->entity);
    +    if (!$result > 0)
    +        $error++;
    +    if (!$error) {
    +        $db->commit();
    +        setEventMessage($langs->trans("SetupSaved"));
    +    } else {
    +        $db->rollback();
    +        dol_print_error($db);
    +    }
    +}
    +
    +
    +/*
    + * View
    + */
    +
    +$page_name = "datapoliciesSetup";
    +llxHeader('', $langs->trans($page_name));
    +
    +// Subheader
    +$linkback = '<a href="' . ($backtopage ? $backtopage : DOL_URL_ROOT . '/admin/modules.php?restore_lastsearch_values=1') . '">' . $langs->trans("BackToModuleList") . '</a>';
    +
    +print load_fiche_titre($langs->trans($page_name), $linkback, 'object_datapolicies@datapolicies');
    +
    +// Configuration header
    +$head = datapoliciesAdminPrepareHead();
    +dol_fiche_head($head, 'settings', '', -1, "datapolicies@datapolicies");
    +
    +
    +
    +
    +
    +print "<script type='text/javascript'>
    +        $(document).ready(function(){
    +         $('#default_lang').change(function(){
    +         lang=$('#default_lang').val();
    +                    window.location.replace('" . $_SERVER['PHP_SELF'] . "?l='+lang);
    +                    });
    +        });
    +</script>";
    +
    +print '<form method="post" action="' . $_SERVER["PHP_SELF"] . '?l=' . $l . '">';
    +print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
    +print '<input type="hidden" name="action" value="setvalue">';
    +print '<table>';
    +if ($conf->global->MAIN_MULTILANGS) {
    +    print '<tr><td>' . fieldLabel('DefaultLang', 'default_lang') . '</td><td colspan="3" class="maxwidthonsmartphone">' . "\n";
    +    print $formadmin->select_language((GETPOST('l') ? GETPOST('l') : $langs->defaultlang), 'default_lang', 0, 0, 1, 0, 0, 'maxwidth200onsmartphone');
    +    print '</tr>';
    +}
    +$subject = 'DATAPOLICIESSUBJECT_' . $l;
    +$linka = 'TXTLINKDATAPOLICIESACCEPT_' . $l;
    +$linkr = 'TXTLINKDATAPOLICIESREFUSE_' . $l;
    +$content = 'DATAPOLICIESCONTENT_' . $l;
    +$acc = 'DATAPOLICIESACCEPT_' . $l;
    +$ref = 'DATAPOLICIESREFUSE_' . $l;
    +print '<tr class"oddeven"><td class="fieldrequired">';
    +print $langs->trans('DATAPOLICIESSUBJECTMAIL') . '</td><td>';
    +print '<input type="text" size="100" name="' . $subject . '" value="' . $conf->global->$subject . '" />';
    +print '</td><tr>';
    +print '<tr class"oddeven"><td class="fieldrequired">';
    +print $langs->trans('DATAPOLICIESCONTENTMAIL').'</td><td>';
    +print $langs->trans('DATAPOLICIESSUBSITUTION');echo'__LINKACCEPT__,__LINKREFUSED__,__FIRSTNAME__,__NAME__,__CIVILITY__';
    +$doleditor = new DolEditor($content, $conf->global->$content, '', 250, 'Full', '', false, true, 1, 200, 70);
    +$doleditor->Create();
    +print '</td><tr>';
    +print '<tr class"oddeven"><td class="fieldrequired">';
    +print $langs->trans('TXTLINKDATAPOLICIESACCEPT') . '</td><td>';
    +print '<input type="text" size="200" name="' . $linka . '" value="' . $conf->global->$linka . '" />';
    +print '</td><tr>';
    +print '<tr class"oddeven"><td class="fieldrequired">';
    +print $langs->trans('TXTLINKDATAPOLICIESREFUSE') . '</td><td>';
    +print '<input type="text" size="200" name="' . $linkr . '" value="' . $conf->global->$linkr . '" />';
    +print '</td><tr>';
    +print '<tr class"oddeven"><td class="fieldrequired">';
    +
    +print $langs->trans('DATAPOLICIESACCEPT').'</td><td>';
    +
    +$doleditor = new DolEditor($acc, $conf->global->$acc, '', 250, 'Full', '', false, true, 1, 200, 70);
    +$doleditor->Create();
    +print '</td><tr>';
    +print '<tr class"oddeven"><td class="fieldrequired">';
    +print $langs->trans('DATAPOLICIESREFUSE').'</td><td>';
    +
    +print $langs->trans('');
    +$doleditor = new DolEditor($ref, $conf->global->$ref, '', 250, 'Full', '', false, true, 1, 200, 70);
    +$doleditor->Create();
    +print '</td><tr>';
    +print '</table>';
    +
    +print '<br><center><input type="submit" class="button" value="' . $langs->trans("Modify") . '"></center>';
    +
    +print '</form>';
    +
    +dol_fiche_end();
    +
    +print '<br><br>';
    +
    +print $langs->trans('SendAgreementText');
    +print '<a class="button" href="'.dol_buildpath('/datapolicies/mailing.php').'">'.$langs->trans('SendAgreement').'</a>';
    +
    +llxFooter();
    +$db->close();
    diff --git a/htdocs/datapolicies/class/actions_datapolicies.class.php b/htdocs/datapolicies/class/actions_datapolicies.class.php
    new file mode 100644
    index 00000000000..d65de390b8c
    --- /dev/null
    +++ b/htdocs/datapolicies/class/actions_datapolicies.class.php
    @@ -0,0 +1,476 @@
    +<?php
    +/* Copyright (C) 2018       Nicolas ZABOURI         <info@inovea-conseom.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    datapolicies/class/actions_datapolicies.class.php
    + * \ingroup datapolicies
    + * \brief   Example hook overload.
    + */
    +
    +/**
    + * Class ActionsDatapolicies
    + */
    +class ActionsDatapolicies
    +{
    +    /**
    +     * @var DoliDB Database handler.
    +     */
    +    public $db;
    +
    +    /**
    +     * @var string Error
    +     */
    +    public $error = '';
    +
    +    /**
    +     * @var array Errors
    +     */
    +    public $errors = array();
    +
    +    /**
    +     * @var array Hook results. Propagated to $hookmanager->resArray for later reuse
    +     */
    +    public $results = array();
    +
    +    /**
    +     * @var string String displayed by executeHook() immediately after return
    +     */
    +    public $resprints;
    +
    +    /**
    +     * Constructor
    +     *
    +     *  @param  DoliDB      $db      Database handler
    +     */
    +    public function __construct($db)
    +    {
    +        $this->db = $db;
    +    }
    +
    +    /**
    +     * Execute action
    +     *
    +     * @param   array           $parameters		Array of parameters
    +     * @param   CommonObject    $object         The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
    +     * @param   string          $action      	'add', 'update', 'view'
    +     * @return  int         					<0 if KO,
    +     *                           				=0 if OK but we want to process standard actions too,
    +     *                            				>0 if OK and we want to replace standard actions.
    +     */
    +    function getNomUrl($parameters, &$object, &$action)
    +    {
    +        global $db, $langs, $conf, $user;
    +        $this->resprints = '';
    +        return 0;
    +    }
    +
    +    /**
    +     * Overloading the doActions function : replacing the parent's function with the one below
    +     *
    +     * @param   array           $parameters     Hook metadatas (context, etc...)
    +     * @param   CommonObject    $object         The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
    +     * @param   string          $action         Current action (if set). Generally create or edit or null
    +     * @param   HookManager     $hookmanager    Hook manager propagated to allow calling another hook
    +     * @return  int                             < 0 on error, 0 on success, 1 to replace standard code
    +     */
    +    public function doActions($parameters, &$object, &$action, $hookmanager)
    +    {
    +        global $conf, $user, $langs;
    +        $langs->load('datapolicies@datapolicies');
    +        $error = 0; // Error counter
    +
    +        if (GETPOST('socid') && $parameters['currentcontext'] == 'thirdpartycard') {
    +            $object->fetch(GETPOST('socid'));
    +        }
    +
    +        // FIXME Removed hard coded id, use codes
    +        if ($parameters['currentcontext'] == 'thirdpartycard' && $action == 'anonymiser' && (in_array($object->forme_juridique_code, array(11, 12, 13, 15, 17, 18, 19, 35, 60, 200, 311, 312, 316, 401, 600, 700, 1005)) || $object->typent_id == 8)) {
    +            // on verifie si l'objet est utilisé
    +            if ($object->isObjectUsed(GETPOST('socid'))) {
    +                $object->name = $langs->trans('ANONYME');
    +                $object->name_bis = '';
    +                $object->name_alias = '';
    +                $object->address = '';
    +                $object->town = '';
    +                $object->zip = '';
    +                $object->phone = '';
    +                $object->email = '';
    +                $object->url = '';
    +                $object->fax = '';
    +                $object->state = '';
    +                $object->country = '';
    +                $object->state_id = '';
    +                $object->skype = '';
    +                $object->country_id = '';
    +                $object->note_private = $object->note_private . '<br/>' . $langs->trans('ANONYMISER_AT', dol_print_date(time()));
    +
    +                if ($object->update($object->id, $user, 0)) {
    +
    +                    // On supprime les contacts associé
    +                    $sql = "DELETE FROM " . MAIN_DB_PREFIX . "socpeople WHERE fk_soc = " . $object->id;
    +                    $this->db->query($sql);
    +
    +                    setEventMessages($langs->trans('ANONYMISER_SUCCESS'), array());
    +                    header('Location:' . $_SERVER["PHP_SELF"] . "?socid=" . $object->id);
    +                }
    +            }
    +        } elseif ($parameters['currentcontext'] == 'thirdpartycard' && $action == 'datapolicies_portabilite') {
    +            header('Content-Type: application/csv');
    +            header('Content-Disposition: attachment; filename=datapolicies_portabilite.csv');
    +            header('Pragma: no-cache');
    +            $object->fetch(GETPOST('socid'));
    +            echo 'Name;Fistname;Civility;Thirdparty;Function;Address;ZipCode;City;Department;Country;Email;Pro Phone;Perso Phone;Mobile Phone;Instant Mail;Birthday;' . PHP_EOL;
    +            echo $object->name . ';';
    +            echo ';';
    +            echo ';';
    +            echo ';';
    +            echo ';';
    +            echo $object->address . ';';
    +            echo $object->zip . ';';
    +            echo $object->town . ';';
    +            echo $object->state . ';';
    +            echo $object->country . ';';
    +            echo $object->email . ';';
    +            echo $object->phone . ';';
    +            echo ';';
    +            echo ';';
    +            echo $object->skype . ';';
    +            echo ';';
    +            exit;
    +        } elseif ($parameters['currentcontext'] == 'membercard' && $action == 'datapolicies_portabilite') {
    +            header('Content-Type: application/csv');
    +            header('Content-Disposition: attachment; filename=datapolicies_portabilite.csv');
    +            header('Pragma: no-cache');
    +            $soc = $object->fetch_thirdparty();
    +
    +            echo 'Name;Fistname;Civility;Thirdparty;Function;Address;ZipCode;City;Department;Country;Email;Pro Phone;Perso Phone;Mobile Phone;Instant Mail;Birthday;' . PHP_EOL;
    +            echo $object->lastname . ';';
    +            echo $object->firstname . ';';
    +            echo $object->getCivilityLabel() . ';';
    +            echo ($soc != -1 ? $object->thirdparty->name : '') . ';';
    +            echo ';';
    +            echo $object->address . ';';
    +            echo $object->zip . ';';
    +            echo $object->town . ';';
    +            echo $object->state . ';';
    +            echo $object->country . ';';
    +            echo $object->email . ';';
    +            echo $object->phone . ';';
    +            echo $object->phone_perso . ';';
    +            echo $object->phone_mobile . ';';
    +            echo $object->skype . ';';
    +            echo dol_print_date($object->birth) . ';';
    +            exit;
    +        } elseif ($parameters['currentcontext'] == 'contactcard' && $action == 'datapolicies_portabilite') {
    +            $object->fetch(GETPOST('id'));
    +            header('Content-Type: application/csv');
    +            header('Content-Disposition: attachment; filename=datapolicies_portabilite.csv');
    +            header('Pragma: no-cache');
    +            $soc = $object->fetch_thirdparty();
    +            echo 'Name;Fistname;Civility;Thirdparty;Function;Address;ZipCode;City;Department;Country;Email;Pro Phone;Perso Phone;Mobile Phone;Instant Mail;Birthday;' . PHP_EOL;
    +            echo $object->lastname . ';';
    +            echo $object->firstname . ';';
    +            echo $object->getCivilityLabel() . ';';
    +            echo ($soc != -1 ? $object->thirdparty->name : '') . ';';
    +            echo $object->poste . ';';
    +            echo $object->address . ';';
    +            echo $object->zip . ';';
    +            echo $object->town . ';';
    +            echo $object->state . ';';
    +            echo $object->country . ';';
    +            echo $object->email . ';';
    +            echo $object->phone_pro . ';';
    +            echo $object->phone_perso . ';';
    +            echo $object->phone_mobile . ';';
    +            echo $object->jabberid . ';';
    +            echo dol_print_date($object->birth) . ';';
    +            exit;
    +        } elseif ($parameters['currentcontext'] == 'contactcard' && $action == 'send_datapolicies') {
    +            $object->fetch(GETPOST('id'));
    +
    +            require_once  DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php';
    +            require_once  DOL_DOCUMENT_ROOT . '/datapolicies/class/datapolicies.class.php';
    +            DataPolicies::sendMailDataPoliciesContact($object);
    +        }
    +         elseif ($parameters['currentcontext'] == 'membercard' && $action == 'send_datapolicies') {
    +             $object->fetch(GETPOST('id'));
    +            require_once  DOL_DOCUMENT_ROOT . '/adherents/class/adherent.class.php';
    +            require_once  DOL_DOCUMENT_ROOT . '/datapolicies/class/datapolicies.class.php';
    +            DataPolicies::sendMailDataPoliciesAdherent($object);
    +        } elseif ($parameters['currentcontext'] == 'thirdpartycard' && $action == 'send_datapolicies') {
    +            $object->fetch(GETPOST('socid'));
    +            require_once  DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
    +            require_once  DOL_DOCUMENT_ROOT . '/datapolicies/class/datapolicies.class.php';
    +            DataPolicies::sendMailDataPoliciesCompany($object);
    +        }
    +
    +
    +        if (!$error) {
    +            $this->results = array('myreturn' => 999);
    +            $this->resprints = 'A text to show';
    +            return 0; // or return 1 to replace standard code
    +        } else {
    +            $this->errors[] = 'Error message';
    +            return -1;
    +        }
    +    }
    +
    +    /**
    +     * Overloading the doActions function : replacing the parent's function with the one below
    +     *
    +     * @param   array           $parameters     Hook metadatas (context, etc...)
    +     * @param   CommonObject    $object         The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
    +     * @param   string          $action         Current action (if set). Generally create or edit or null
    +     * @param   HookManager     $hookmanager    Hook manager propagated to allow calling another hook
    +     * @return  int                             < 0 on error, 0 on success, 1 to replace standard code
    +     */
    +    public function doMassActions($parameters, &$object, &$action, $hookmanager)
    +    {
    +        global $conf, $user, $langs;
    +
    +        $error = 0; // Error counter
    +
    +        /* print_r($parameters); print_r($object); echo "action: " . $action; */
    +        //if (in_array($parameters['currentcontext'], array('somecontext1', 'somecontext2'))) {
    +        //    // do something only for the context 'somecontext1' or 'somecontext2'
    +        //    foreach ($parameters['toselect'] as $objectid) {
    +        //        // Do action on each object id
    +        //    }
    +        //}
    +
    +        if (!$error) {
    +            $this->results = array('myreturn' => 999);
    +            $this->resprints = 'A text to show';
    +            return 0; // or return 1 to replace standard code
    +        } else {
    +            $this->errors[] = 'Error message';
    +            return -1;
    +        }
    +    }
    +
    +    /**
    +     * Overloading the addMoreMassActions function : replacing the parent's function with the one below
    +     *
    +     * @param   array           $parameters		Hook metadatas (context, etc...)
    +     * @param   CommonObject    $object         The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
    +     * @param   string          $action         Current action (if set). Generally create or edit or null
    +     * @param   HookManager     $hookmanager    Hook manager propagated to allow calling another hook
    +     * @return  int                             < 0 on error, 0 on success, 1 to replace standard code
    +     */
    +    public function addMoreMassActions($parameters, &$object, &$action, $hookmanager)
    +    {
    +        global $conf, $user, $langs;
    +
    +        $error = 0; // Error counter
    +
    +        /* print_r($parameters); print_r($object); echo "action: " . $action; */
    +        if (in_array($parameters['currentcontext'], array('somecontext1', 'somecontext2'))) {  // do something only for the context 'somecontext1' or 'somecontext2'
    +            $this->resprints = '<option value="0"' . ($disabled ? ' disabled="disabled"' : '') . '>' . $langs->trans("datapoliciesMassAction") . '</option>';
    +        }
    +
    +        if (!$error) {
    +            return 0; // or return 1 to replace standard code
    +        } else {
    +            $this->errors[] = 'Error message';
    +            return -1;
    +        }
    +    }
    +
    +    /**
    +     * Execute action
    +     *
    +     * @param   array	$parameters		Array of parameters
    +     * @param   Object	$object		   	Object output on PDF
    +     * @param   string	$action     	'add', 'update', 'view'
    +     * @return  int 		        	<0 if KO,
    +     *                          		=0 if OK but we want to process standard actions too,
    +     *  	                            >0 if OK and we want to replace standard actions.
    +     */
    +    function beforePDFCreation($parameters, &$object, &$action)
    +    {
    +        global $conf, $user, $langs;
    +        global $hookmanager;
    +
    +        $outputlangs = $langs;
    +
    +        $ret = 0;
    +        $deltemp = array();
    +        dol_syslog(get_class($this) . '::executeHooks action=' . $action);
    +
    +        /* print_r($parameters); print_r($object); echo "action: " . $action; */
    +        if (in_array($parameters['currentcontext'], array('somecontext1', 'somecontext2'))) {  // do something only for the context 'somecontext1' or 'somecontext2'
    +
    +        }
    +
    +        return $ret;
    +    }
    +
    +    /**
    +     * Execute action
    +     *
    +     * @param	array	$parameters		Array of parameters
    +     * @param   Object	$pdfhandler   	PDF builder handler
    +     * @param   string	$action     	'add', 'update', 'view'
    +     * @return  int 		        	<0 if KO,
    +     *                          		=0 if OK but we want to process standard actions too,
    +     *  	                            >0 if OK and we want to replace standard actions.
    +     */
    +    function afterPDFCreation($parameters, &$pdfhandler, &$action)
    +    {
    +        global $conf, $user, $langs;
    +        global $hookmanager;
    +
    +        $outputlangs = $langs;
    +
    +        $ret = 0;
    +        $deltemp = array();
    +        dol_syslog(get_class($this) . '::executeHooks action=' . $action);
    +
    +        /* print_r($parameters); print_r($object); echo "action: " . $action; */
    +        if (in_array($parameters['currentcontext'], array('somecontext1', 'somecontext2'))) {  // do something only for the context 'somecontext1' or 'somecontext2'
    +
    +        }
    +
    +        return $ret;
    +    }
    +
    +    /**
    +     * addMoreActionsButtons
    +     *
    +     * @param array 		$parameters		array of parameters
    +     * @param Object	 	$object			Object
    +     * @param string		$action			Actions
    +     * @param HookManager	$hookmanager	Hook manager
    +     * @return void
    +     */
    +    function addMoreActionsButtons($parameters, &$object, &$action, $hookmanager)
    +    {
    +        global $conf, $user, $langs;
    +        $langs->load('datapolicies@datapolicies');
    +
    +        $dialog = '<div id="dialogdatapolicies" style="display:none;" title="' . $langs->trans('DATAPOLICIES_PORTABILITE_TITLE') . '">';
    +        $dialog .= '<div class="confirmmessage">' . img_help('', '') . ' ' . $langs->trans('DATAPOLICIES_PORTABILITE_CONFIRMATION') . '</div>';
    +        $dialog .= "</div>";
    +        $dialog .= '<script>
    +                  $( function() {
    +                    $("#rpgpdbtn").on("click", function(){
    +                        var href = $(this).attr("href");
    +                        $( "#dialogdatapolicies" ).dialog({
    +                          modal: true,
    +                          buttons: {
    +                            "OK": function() {
    +                              window.open(href);
    +                              $( this ).dialog( "close" );
    +                            },
    +                            "' . $langs->trans('Cancel') . '": function() {
    +                              $( this ).dialog( "close" );
    +                            }
    +                          }
    +                        });
    +
    +
    +                    return false;
    +                    });
    +                  } );
    +                  </script>';
    +        echo $dialog;
    +        if ($parameters['currentcontext'] == 'thirdpartycard' && in_array($object->forme_juridique_code, array(11, 12, 13, 15, 17, 18, 19, 35, 60, 200, 311, 312, 316, 401, 600, 700, 1005)) || $object->typent_id == 8) {
    +            echo '<div class="inline-block divButAction"><a target="_blank" id="rpgpdbtn" class="butAction" href="' . $_SERVER["PHP_SELF"] . "?socid=" . $object->id . '&action=datapolicies_portabilite" title="' . $langs->trans('DATAPOLICIES_PORTABILITE_TITLE') . '">' . $langs->trans("DATAPOLICIES_PORTABILITE") . '</a></div>';
    +        } elseif ($parameters['currentcontext'] == 'membercard') {
    +            echo '<div class="inline-block divButAction"><a target="_blank" id="rpgpdbtn" class="butAction" href="' . $_SERVER["PHP_SELF"] . "?rowid=" . $object->id . '&action=datapolicies_portabilite" title="' . $langs->trans('DATAPOLICIES_PORTABILITE_TITLE') . '">' . $langs->trans("DATAPOLICIES_PORTABILITE") . '</a></div>';
    +        } elseif ($parameters['currentcontext'] == 'contactcard') {
    +            echo '<div class="inline-block divButAction"><a target="_blank" id="rpgpdbtn" class="butAction" href="' . $_SERVER["PHP_SELF"] . "?id=" . $object->id . '&action=datapolicies_portabilite" title="' . $langs->trans('DATAPOLICIES_PORTABILITE_TITLE') . '">' . $langs->trans("DATAPOLICIES_PORTABILITE") . '</a></div>';
    +        }
    +        if (!empty($object->mail) && empty($object->array_options['options_datapolicies_send']) && $parameters['currentcontext'] == 'thirdpartycard' && in_array($object->forme_juridique_code, array(11, 12, 13, 15, 17, 18, 19, 35, 60, 200, 311, 312, 316, 401, 600, 700, 1005)) || $object->typent_id == 8) {
    +            echo '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER["PHP_SELF"] . "?socid=" . $object->id . '&action=send_datapolicies" title="' . $langs->trans('DATAPOLICIES_SEND') . '">' . $langs->trans("DATAPOLICIES_SEND") . '</a></div>';
    +        } elseif (!empty($object->mail) && empty($object->array_options['options_datapolicies_send']) && $parameters['currentcontext'] == 'membercard') {
    +            echo '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER["PHP_SELF"] . "?rowid=" . $object->id . '&action=send_datapolicies" title="' . $langs->trans('DATAPOLICIES_SEND') . '">' . $langs->trans("DATAPOLICIES_SEND") . '</a></div>';
    +        } elseif (!empty($object->mail) && empty($object->array_options['options_datapolicies_send']) && $parameters['currentcontext'] == 'contactcard') {
    +            echo '<div class="inline-block divButAction"><a class="butAction" href="' . $_SERVER["PHP_SELF"] . "?id=" . $object->id . '&action=send_datapolicies" title="' . $langs->trans('DATAPOLICIES_SEND') . '">' . $langs->trans("DATAPOLICIES_SEND") . '</a></div>';
    +        }
    +    }
    +
    +    /**
    +     * printCommonFooter
    +     *
    +     * @param array 		$parameters		array of parameters
    +     * @param Object	 	$object			Object
    +     * @param string		$action			Actions
    +     * @param HookManager	$hookmanager	Hook manager
    +     * @return void
    +     */
    +    function printCommonFooter($parameters, &$object, &$action, $hookmanager)
    +    {
    +        global $conf, $user, $langs;
    +
    +        $jsscript = '';
    +        if ($parameters['currentcontext'] == 'thirdpartycard') {
    +            if (GETPOST('action') == 'create' || GETPOST('action') == 'edit' || GETPOST('action') == '') {
    +                $jsscript .= '<script>';
    +                $jsscript .= "var elementToHide = 'tr.societe_extras_datapolicies_consentement, tr.societe_extras_datapolicies_opposition_traitement, tr.societe_extras_datapolicies_opposition_prospection';" . PHP_EOL;
    +                $jsscript .= "var forme_juridique = [" . PHP_EOL;
    +                $jsscript .= "11, 12, 13, 15, 17, 18, 19, 35, 60, 200, 311, 312, 316, 401, 600, 700, 1005" . PHP_EOL;
    +                $jsscript .= "];" . PHP_EOL;
    +                $jsscript .= "function hideRgPD() { if ($('#typent_id').val() == 8 || forme_juridique.indexOf(parseInt($('#forme_juridique_code').val())) > -1) { console.log(elementToHide); $('tr.societe_extras_datapolicies_consentement, tr.societe_extras_datapolicies_opposition_traitement, tr.societe_extras_datapolicies_opposition_prospection').show(); } else { $('tr.societe_extras_datapolicies_consentement, tr.societe_extras_datapolicies_opposition_traitement, tr.societe_extras_datapolicies_opposition_prospection').hide(); }}" . PHP_EOL;
    +                $jsscript .= "hideRgPD();" . PHP_EOL;
    +                $jsscript .= "$('#forme_juridique_code, #typent_id').change(function(){ hideRgPD(); });" . PHP_EOL;
    +                $jsscript .= '</script>';
    +            } elseif (GETPOST('action') == 'confirm_delete' && GETPOST('confirm') == 'yes' && GETPOST('socid') > 0) {
    +
    +                // La suppression n'a pas été possible
    +                require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
    +                $societe = new Societe($this->db);
    +                $societe->fetch(GETPOST('socid'));
    +                // On vérifie si il est utilisé
    +                if ((in_array($object->forme_juridique_code, array(11, 12, 13, 15, 17, 18, 19, 35, 60, 200, 311, 312, 316, 401, 600, 700, 1005)) || $societe->typent_id == 8) && $societe->isObjectUsed(GETPOST('socid'))) {
    +
    +                    require_once DOL_DOCUMENT_ROOT . '/core/class/html.form.class.php';
    +                    $form = new Form($this->db);
    +                    echo $form->formconfirm($_SERVER["PHP_SELF"] . "?socid=" . GETPOST('socid'), substr($langs->trans("DATAPOLICIES_POPUP_ANONYME_TITLE"), 0, strlen($langs->trans("DATAPOLICIES_POPUP_ANONYME_TITLE")) - 2), $langs->trans("DATAPOLICIES_POPUP_ANONYME_TEXTE"), 'anonymiser', '', '', 1);
    +                }
    +            }
    +
    +            if (GETPOST('socid')) {
    +                require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
    +                $societe = new Societe($this->db);
    +                $societe->fetch(GETPOST('socid'));
    +
    +                if (!in_array($object->forme_juridique_code, array(11, 12, 13, 15, 17, 18, 19, 35, 60, 200, 311, 312, 316, 401, 600, 700, 1005)) && $societe->typent_id != 8) {
    +
    +                    require_once DOL_DOCUMENT_ROOT . '/core/class/html.form.class.php';
    +                    $jsscript .= '<script>';
    +                    $jsscript .= "var elementToHide = 'td.societe_extras_datapolicies_opposition_traitement, td.societe_extras_datapolicies_opposition_prospection, td.societe_extras_datapolicies_consentement';" . PHP_EOL;
    +                    $jsscript .= "$(elementToHide).parent('tr').hide();" . PHP_EOL;
    +                    $jsscript .= '</script>';
    +                }
    +            }
    +        } elseif ($parameters['currentcontext'] == 'contactcard') {
    +            if (GETPOST('action') == 'create' || GETPOST('action') == 'edit') {
    +                $jsscript .= '<script>';
    +                $jsscript .= "$('#options_datapolicies_opposition_traitement, #options_datapolicies_opposition_prospection, input[name=\"options_datapolicies_opposition_traitement\"], input[name=\"options_datapolicies_opposition_prospection\"]').change(function(){
    +                    if($('#options_datapolicies_opposition_traitement').prop('checked') == true || $('input[name=options_datapolicies_opposition_traitement]').prop('checked') || $('#options_datapolicies_opposition_prospection').prop('checked') || $('input[name=options_datapolicies_opposition_prospection]').prop('checked')) {
    +                        $('#no_email').val(1);
    +                    }
    +                });";
    +                $jsscript .= '</script>';
    +            }
    +        }
    +
    +        echo $jsscript;
    +    }
    +}
    diff --git a/htdocs/datapolicies/class/datapolicies.class.php b/htdocs/datapolicies/class/datapolicies.class.php
    new file mode 100644
    index 00000000000..df818db6f5e
    --- /dev/null
    +++ b/htdocs/datapolicies/class/datapolicies.class.php
    @@ -0,0 +1,358 @@
    +<?php
    +/* Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    datapolicies/class/datapolicies.class.php
    + * \ingroup datapolicies
    + * \brief   Class to manage feature of Data Policies module.
    + */
    +include_once DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php';
    +include_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
    +include_once DOL_DOCUMENT_ROOT . '/adherents/class/adherent.class.php';
    +
    +
    +/**
    + * Class DataPolicies
    + */
    +Class DataPolicies extends Contact
    +{
    +	/**
    +	 * getAllContactNotInformed
    +	 *
    +	 * @return number
    +	 */
    +    function getAllContactNotInformed()
    +    {
    +        global $langs, $conf, $db, $user;
    +
    +        $langs->load("companies");
    +
    +        $sql = "SELECT c.rowid";
    +        $sql .= " FROM " . MAIN_DB_PREFIX . "socpeople as c";
    +        $sql .= " LEFT JOIN " . MAIN_DB_PREFIX . "societe as s ON c.fk_soc = s.rowid";
    +        $sql .= " LEFT JOIN " . MAIN_DB_PREFIX . "socpeople_extrafields as spe ON spe.fk_object = c.rowid";
    +        $sql .= " WHERE (c.statut=1 AND c.no_email=0 AND (spe.datapolicies_consentement=0 OR spe.datapolicies_consentement IS NULL) AND (spe.datapolicies_opposition_traitement=0 OR spe.datapolicies_opposition_traitement IS NULL) AND (spe.datapolicies_opposition_prospection=0 OR spe.datapolicies_opposition_prospection IS NULL))";
    +        $sql .= " AND spe.datapolicies_send IS NULL";
    +        $sql .= " AND c.entity=" . $conf->entity;
    +        $resql = $this->db->query($sql);
    +        if ($resql) {
    +            $num = $this->db->num_rows($resql);
    +            $i = 0;
    +            while ($i < $num) {
    +                $obj = $this->db->fetch_object($resql);
    +                $contact = new Contact($db);
    +                $contact->fetch($obj->rowid);
    +
    +                DataPolicies::sendMailDataPoliciesContact($contact);
    +                $i++;
    +            }
    +        } else {
    +            $this->error = $this->db->error();
    +            return -1;
    +        }
    +    }
    +
    +    /**
    +     * getAllCompaniesNotInformed
    +     *
    +     * @return number
    +     */
    +    function getAllCompaniesNotInformed()
    +    {
    +        global $langs, $conf, $db, $user;
    +
    +        $langs->load("companies");
    +
    +        $sql = "SELECT s.rowid";
    +        $sql .= " FROM " . MAIN_DB_PREFIX . "societe as s";
    +        $sql .= " LEFT JOIN " . MAIN_DB_PREFIX . "societe_extrafields as se ON se.fk_object = s.rowid";
    +        $sql .= " WHERE s.statut=0 AND (se.datapolicies_consentement=0 OR se.datapolicies_consentement IS NULL) AND (se.datapolicies_opposition_traitement=0 OR se.datapolicies_opposition_traitement IS NULL) AND (se.datapolicies_opposition_prospection=0 OR se.datapolicies_opposition_prospection IS NULL)";
    +        $sql .= " AND se.datapolicies_send IS NULL";
    +        $sql .= " AND s.entity=" . $conf->entity;
    +        $resql = $this->db->query($sql);
    +        if ($resql) {
    +            $num = $this->db->num_rows($resql);
    +            $i = 0;
    +            while ($i < $num) {
    +                $obj = $this->db->fetch_object($resql);
    +                $societe = new Societe($db);
    +                $societe->fetch($obj->rowid);
    +
    +                DataPolicies::sendMailDataPoliciesCompany($societe);
    +                $i++;
    +            }
    +        } else {
    +            $this->error = $this->db->error();
    +            return -1;
    +        }
    +    }
    +
    +    /**
    +     * getAllAdherentsNotInformed
    +     *
    +     * @return number
    +     */
    +    function getAllAdherentsNotInformed()
    +    {
    +        global $langs, $conf, $db, $user;
    +
    +        $langs->load("adherent");
    +
    +        $sql = "SELECT a.rowid";
    +        $sql .= " FROM " . MAIN_DB_PREFIX . "adherent as a";
    +        $sql .= " LEFT JOIN " . MAIN_DB_PREFIX . "adherent_extrafields as ae ON ae.fk_object = a.rowid";
    +        $sql .= " WHERE a.statut=0 AND (ae.datapolicies_consentement=0 OR ae.datapolicies_consentement IS NULL) AND (ae.datapolicies_opposition_traitement=0 OR ae.datapolicies_opposition_traitement IS NULL) AND (ae.datapolicies_opposition_prospection=0 OR ae.datapolicies_opposition_prospection IS NULL)";
    +        $sql .= " AND ae.datapolicies_send IS NULL";
    +        $sql .= " AND a.entity=" . $conf->entity;
    +        $resql = $this->db->query($sql);
    +        if ($resql) {
    +            $num = $this->db->num_rows($resql);
    +            $i = 0;
    +            while ($i < $num) {
    +                $obj = $this->db->fetch_object($resql);
    +                $adherent = new Adherent($db);
    +                $adherent->fetch($obj->rowid);
    +
    +                DataPolicies::sendMailDataPoliciesAdherent($adherent);
    +                $i++;
    +            }
    +        } else {
    +            $this->error = $this->db->error();
    +            return -1;
    +        }
    +    }
    +
    +    /**
    +     * sendMailDataPoliciesContact
    +     *
    +     * @param 	mixed		$contact		Contact
    +     * @return	void
    +     */
    +    function sendMailDataPoliciesContact($contact)
    +    {
    +     	global $langs, $conf, $db, $user;
    +
    +     	$error = 0;
    +
    +     	$from = $user->getFullName($langs) . ' <' . $user->email . '>';
    +     	$replyto = $from;
    +     	$sendto = $contact->email;
    +     	$code= md5($contact->email);
    +     	if (!empty($contact->default_lang)) {
    +     		$l = $contact->default_lang;
    +     	} else {
    +     		$l = $langs->defaultlang;
    +     	}
    +     	$s = "DATAPOLICIESSUBJECT_" . $l;
    +     	$ma = "DATAPOLICIESCONTENT_" . $l;
    +     	$la = 'TXTLINKDATAPOLICIESACCEPT_' . $l;
    +     	$lr = 'TXTLINKDATAPOLICIESREFUSE_' . $l;
    +
    +     	$subject = $conf->global->$s;
    +     	$message = $conf->global->$ma;
    +     	$linka = $conf->global->$la;
    +     	$linkr = $conf->global->$lr;
    +     	$sendtocc = $sendtobcc = '';
    +     	$filepath = $mimetype = $filename = array();
    +     	$deliveryreceipt = 0;
    +
    +     	$substitutionarray = array(
    +     	'__LINKACCEPT__' => '<a href="'.dol_buildpath('/datapolicies/public/index.php?action=1&c='.$contact->id.'&l='.$l.'&key='.$code,3).'" target="_blank">'.$linka.'</a>',
    +     	'__LINKREFUSED__' => '<a href="'.dol_buildpath('/datapolicies/public/index.php?action=2&c='.$contact->id.'&l='.$l.'&key='.$code,3).'" target="_blank">'.$linkr.'</a>',
    +     	'__FIRSTNAME__' => $contact->firstname,
    +     	'__NAME__' => $contact->lastname,
    +     	'__CIVILITY__' => $contact->civility,
    +     	);
    +     	$subject = make_substitutions($subject, $substitutionarray);
    +     	$message = make_substitutions($message, $substitutionarray);
    +
    +     	$actiontypecode = 'AC_EMAIL';
    +     	$actionmsg = $langs->transnoentities('MailSentBy') . ' ' . $from . ' ' . $langs->transnoentities('To') . ' ' . $sendto;
    +     	if ($message) {
    +     		if ($sendtocc)
    +     			$actionmsg = dol_concatdesc($actionmsg, $langs->transnoentities('Bcc') . ": " . $sendtocc);
    +     			$actionmsg = dol_concatdesc($actionmsg, $langs->transnoentities('MailTopic') . ": " . $subject);
    +     			$actionmsg = dol_concatdesc($actionmsg, $langs->transnoentities('TextUsedInTheMessageBody') . ":");
    +     			$actionmsg = dol_concatdesc($actionmsg, $message);
    +     	}
    +
    +
    +     	// Send mail
    +     	require_once DOL_DOCUMENT_ROOT . '/core/class/CMailFile.class.php';
    +     	$mailfile = new CMailFile($subject, $sendto, $from, $message, $filepath, $mimetype, $filename, $sendtocc, $sendtobcc, $deliveryreceipt, -1);
    +
    +     	if ($mailfile->error) {
    +     		$resultmasssend .= '<div class="error">' . $mailfile->error . '</div>';
    +     	} else {
    +     		$result4 = $mailfile->sendfile();
    +     		if (!$error) {
    +
    +     			$resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "<br>";
    +     			$contact->array_options['options_datapolicies_send'] = date('Y-m-d', time());
    +     			$contact->update($contact->id);
    +
    +     		} else {
    +     			dol_print_error($db);
    +     		}
    +     	}
    +     	setEventMessage($resultmasssend);
    +    }
    +
    +    /**
    +     * sendMailDataPoliciesCompany
    +     *
    +     * @param Societe	$societe	Object societe
    +     * @return	void
    +     */
    +    function sendMailDataPoliciesCompany($societe)
    +    {
    +     	global $langs, $conf, $db, $user;
    +
    +     	$error = 0;
    +
    +     	$from = $user->getFullName($langs) . ' <' . $user->email . '>';
    +     	$replyto = $from;
    +     	$sendto = $societe->email;
    +
    +     	$code= md5($societe->email);
    +     	if (!empty($societe->default_lang)) {
    +     		$l = $societe->default_lang;
    +     	} else {
    +     		$l = $langs->defaultlang;
    +     	}
    +     	$s = "DATAPOLICIESSUBJECT_" . $l;
    +     	$ma = "DATAPOLICIESCONTENT_" . $l;
    +     	$la = 'TXTLINKDATAPOLICIESACCEPT_' . $l;
    +     	$lr = 'TXTLINKDATAPOLICIESREFUSE_' . $l;
    +
    +     	$subject = $conf->global->$s;
    +     	$message = $conf->global->$ma;
    +     	$linka = $conf->global->$la;
    +     	$linkr = $conf->global->$lr;
    +     	$sendtocc = $sendtobcc = '';
    +     	$filepath = $mimetype = $filename = array();
    +     	$deliveryreceipt = 0;
    +
    +     	$substitutionarray = array(
    +            '__LINKACCEPT__' => '<a href="'.dol_buildpath('/datapolicies/public/index.php?action=1&s='.$societe->id.'&l='.$l.'&key='.$code,3).'" target="_blank">'.$linka.'</a>',
    +            '__LINKREFUSED__' => '<a href="'.dol_buildpath('/datapolicies/public/index.php?action=2&s='.$societe->id.'&l='.$l.'&key='.$code,3).'" target="_blank">'.$linkr.'</a>',
    +     	);
    +     	$subject = make_substitutions($subject, $substitutionarray);
    +     	$message = make_substitutions($message, $substitutionarray);
    +
    +     	$actiontypecode = 'AC_EMAIL';
    +     	$actionmsg = $langs->transnoentities('MailSentBy') . ' ' . $from . ' ' . $langs->transnoentities('To') . ' ' . $sendto;
    +     	if ($message) {
    +     		if ($sendtocc) {
    +                 $actionmsg .= dol_concatdesc($actionmsg, $langs->transnoentities('Bcc') . ": " . $sendtocc);
    +             }
    +            $actionmsg .= dol_concatdesc($actionmsg, $langs->transnoentities('MailTopic') . ": " . $subject);
    +            $actionmsg .= dol_concatdesc($actionmsg, $langs->transnoentities('TextUsedInTheMessageBody') . ":");
    +            $actionmsg .= dol_concatdesc($actionmsg, $message);
    +        }
    +
    +     	// Send mail
    +     	require_once DOL_DOCUMENT_ROOT . '/core/class/CMailFile.class.php';
    +     	$mailfile = new CMailFile($subject, $sendto, $from, $message, $filepath, $mimetype, $filename, $sendtocc, $sendtobcc, $deliveryreceipt, -1);
    +     	if ($mailfile->error) {
    +     		$resultmasssend .= '<div class="error">' . $mailfile->error . '</div>';
    +     	} else {
    +     		$result4 = $mailfile->sendfile();
    +
    +     		if (!$error) {
    +     			$resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "<br>";
    +     			$societe->array_options['options_datapolicies_send'] = date('Y-m-d', time());
    +     			$societe->update($societe->id);
    +     		} else {
    +     			dol_print_error($db);
    +     		}
    +     	}
    +     	setEventMessage($resultmasssend);
    +    }
    +
    +    /**
    +     * sendMailDataPoliciesAdherent
    +     *
    +     * @param Adherent	$adherent		Member
    +     * @return void
    +     */
    +    function sendMailDataPoliciesAdherent($adherent)
    +    {
    +    	global $langs, $conf, $db, $user;
    +
    +    	$error = 0;
    +
    +    	$from = $user->getFullName($langs) . ' <' . $user->email . '>';
    +    	$replyto = $from;
    +    	$sendto = $adherent->email;
    +
    +    	$code= md5($adherent->email);
    +    	if (!empty($adherent->default_lang)) {
    +    		$l = $adherent->default_lang;
    +    	} else {
    +    		$l = $langs->defaultlang;
    +    	}
    +    	$la = 'TXTLINKDATAPOLICIESACCEPT_' . $l;
    +    	$lr = 'TXTLINKDATAPOLICIESREFUSE_' . $l;
    +
    +    	$subject = $conf->global->$s;
    +    	$message = $conf->global->$ma;
    +    	$linka = $conf->global->$la;
    +    	$linkr = $conf->global->$lr;
    +    	$sendtocc = $sendtobcc = '';
    +    	$filepath = $mimetype = $filename = array();
    +    	$deliveryreceipt = 0;
    +
    +    	$substitutionarray = array(
    +            '__LINKACCEPT__' => '<a href="'.dol_buildpath('/datapolicies/public/index.php?action=1&a='.$adherent->id.'&l='.$l.'&key='.$code,3).'" target="_blank">'.$linka.'</a>',
    +            '__LINKREFUSED__' => '<a href="'.dol_buildpath('/datapolicies/public/index.php?action=2&a='.$adherent->id.'&l='.$l.'&key='.$code,3).'" target="_blank">'.$linkr.'</a>',
    +    	);
    +    	$subject = make_substitutions($subject, $substitutionarray);
    +    	$message = make_substitutions($message, $substitutionarray);
    +
    +    	$actiontypecode = 'AC_EMAIL';
    +    	$actionmsg = $langs->transnoentities('MailSentBy') . ' ' . $from . ' ' . $langs->transnoentities('To') . ' ' . $sendto;
    +    	if ($message) {
    +    		if ($sendtocc) {
    +                $actionmsg .= dol_concatdesc($actionmsg, $langs->transnoentities('Bcc') . ": " . $sendtocc);
    +            }
    +            $actionmsg .= dol_concatdesc($actionmsg, $langs->transnoentities('MailTopic') . ": " . $subject);
    +            $actionmsg .= dol_concatdesc($actionmsg, $langs->transnoentities('TextUsedInTheMessageBody') . ":");
    +            $actionmsg .= dol_concatdesc($actionmsg, $message);
    +    	}
    +
    +
    +    	// Send mail
    +    	require_once DOL_DOCUMENT_ROOT . '/core/class/CMailFile.class.php';
    +    	$mailfile = new CMailFile($subject, $sendto, $from, $message, $filepath, $mimetype, $filename, $sendtocc, $sendtobcc, $deliveryreceipt, -1);
    +    	if ($mailfile->error) {
    +    		$resultmasssend .= '<div class="error">' . $mailfile->error . '</div>';
    +    	} else {
    +    		$result4 = $mailfile->sendfile();
    +
    +    		if (!$error) {
    +    			$resultmasssend .= $langs->trans("MailSent") . ': ' . $sendto . "<br>";
    +    			$adherent->array_options['options_datapolicies_send'] = date('Y-m-d', time());
    +    			$adherent->update($user);
    +
    +    		} else {
    +    			dol_print_error($db);
    +    		}
    +    	}
    +    	setEventMessage($resultmasssend);
    +    }
    +}
    diff --git a/htdocs/datapolicies/class/datapoliciescron.class.php b/htdocs/datapolicies/class/datapoliciescron.class.php
    new file mode 100644
    index 00000000000..c87df67498d
    --- /dev/null
    +++ b/htdocs/datapolicies/class/datapoliciescron.class.php
    @@ -0,0 +1,523 @@
    +<?php
    +/* Copyright (C) 2018 Nicolas ZABOURI   <info@inovea-conseil.com>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    datapolicies/class/datapoliciescron.class.php
    + * \ingroup datapolicies
    + * \brief   Example hook overload.
    + */
    +
    +/**
    + * Class DataPoliciesCron
    + */
    +class DataPoliciesCron
    +{
    +	/**
    +	 * Function exec
    +	 *
    +	 * @return boolean
    +	 */
    +    public function exec()
    +    {
    +        global $conf, $db, $langs, $user;
    +
    +        $langs->load('datapolicies@datapolicies');
    +
    +        // FIXME Removed hardcoded values of id
    +        $arrayofparameters=array(
    +            'DATAPOLICIES_TIERS_CLIENT' => array(
    +                'sql' => "
    +                    SELECT s.rowid FROM ".MAIN_DB_PREFIX."societe as s
    +                    WHERE (s.fk_forme_juridique IN (11, 12, 13, 15, 17, 18, 19, 35, 60, 312, 316, 401, 600, 700, 1005) OR s.fk_typent = 8)
    +                    AND s.entity = %d
    +                    AND s.client = 1
    +                    AND s.fournisseur = 0
    +                    AND s.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND s.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_soc
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.fk_soc IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Societe",
    +                "file" => DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php',
    +                'fields_anonym' => array(
    +                    'name' => $langs->trans('ANONYME'),
    +                    'name_bis' => '',
    +                    'name_alias' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +            'DATAPOLICIES_TIERS_PROSPECT' => array(
    +                'sql' => "
    +                    SELECT s.rowid FROM ".MAIN_DB_PREFIX."societe as s
    +                    WHERE (s.fk_forme_juridique IN (11, 12, 13, 15, 17, 18, 19, 35, 60, 312, 316, 401, 600, 700, 1005) OR s.fk_typent = 8)
    +                    AND s.entity = %d
    +                    AND s.client = 2
    +                    AND s.fournisseur = 0
    +                    AND s.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND s.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_soc
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.fk_soc IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Societe",
    +                "file" => DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php',
    +                'fields_anonym' => array(
    +                    'name' => $langs->trans('ANONYME'),
    +                    'name_bis' => '',
    +                    'name_alias' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +            'DATAPOLICIES_TIERS_PROSPECT_CLIENT' => array(
    +                'sql' => "
    +                    SELECT s.rowid FROM ".MAIN_DB_PREFIX."societe as s
    +                    WHERE (s.fk_forme_juridique  IN (11, 12, 13, 15, 17, 18, 19, 35, 60, 312, 316, 401, 600, 700, 1005) OR s.fk_typent = 8)
    +                    AND s.entity = %d
    +                    AND s.client = 3
    +                    AND s.fournisseur = 0
    +                    AND s.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND s.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_soc
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.fk_soc IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Societe",
    +                "file" => DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php',
    +                'fields_anonym' => array(
    +                    'name' => $langs->trans('ANONYME'),
    +                    'name_bis' => '',
    +                    'name_alias' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +            'DATAPOLICIES_TIERS_NIPROSPECT_NICLIENT' => array(
    +                'sql' => "
    +                    SELECT s.rowid FROM ".MAIN_DB_PREFIX."societe as s
    +                    WHERE (s.fk_forme_juridique  IN (11, 12, 13, 15, 17, 18, 19, 35, 60, 312, 316, 401, 600, 700, 1005) OR s.fk_typent = 8)
    +                    AND s.entity = %d
    +                    AND s.client = 0
    +                    AND s.fournisseur = 0
    +                    AND s.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND s.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_soc
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.fk_soc IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Societe",
    +                "file" => DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php',
    +                'fields_anonym' => array(
    +                    'name' => $langs->trans('ANONYME'),
    +                    'name_bis' => '',
    +                    'name_alias' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +            'DATAPOLICIES_TIERS_FOURNISSEUR' => array(
    +                'sql' => "
    +                    SELECT s.rowid FROM ".MAIN_DB_PREFIX."societe as s
    +                    WHERE (s.fk_forme_juridique  IN (11, 12, 13, 15, 17, 18, 19, 35, 60, 312, 316, 401, 600, 700, 1005) OR s.fk_typent = 8)
    +                    AND s.entity = %d
    +                    AND s.fournisseur = 1
    +                    AND s.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND s.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_soc
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.fk_contact IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Societe",
    +                "file" => DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php',
    +                'fields_anonym' => array(
    +                    'name' => $langs->trans('ANONYME'),
    +                    'name_bis' => '',
    +                    'name_alias' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +            'DATAPOLICIES_CONTACT_CLIENT' => array(
    +                'sql' => "
    +                    SELECT c.rowid FROM ".MAIN_DB_PREFIX."socpeople as c
    +                    INNER JOIN ".MAIN_DB_PREFIX."societe as s ON s.rowid = c.fk_soc
    +                    WHERE c.entity = %d
    +                    AND c.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND s.client = 1
    +                    AND s.fournisseur = 0
    +                    AND c.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_contact
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.fk_contact IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Contact",
    +                "file" => DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php',
    +                'fields_anonym' => array(
    +                    'lastname' => $langs->trans('ANONYME'),
    +                    'firstname' => '',
    +                    'civility_id' => '',
    +                    'poste' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone_pro' => '',
    +                    'phone_perso' => '',
    +                    'phone_mobile' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'jabberid' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +            'DATAPOLICIES_CONTACT_PROSPECT' => array(
    +                'sql' => "
    +                    SELECT c.rowid FROM ".MAIN_DB_PREFIX."socpeople as c
    +                    INNER JOIN ".MAIN_DB_PREFIX."societe as s ON s.rowid = c.fk_soc
    +                    WHERE c.entity = %d
    +                    AND c.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND s.client = 2
    +                    AND s.fournisseur = 0
    +                    AND c.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_contact
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.fk_contact IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Contact",
    +                "file" => DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php',
    +                'fields_anonym' => array(
    +                    'lastname' => $langs->trans('ANONYME'),
    +                    'firstname' => '',
    +                    'civility_id' => '',
    +                    'poste' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone_pro' => '',
    +                    'phone_perso' => '',
    +                    'phone_mobile' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'jabberid' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +            'DATAPOLICIES_CONTACT_PROSPECT_CLIENT' => array(
    +                'sql' => "
    +                    SELECT c.rowid FROM ".MAIN_DB_PREFIX."socpeople as c
    +                    INNER JOIN ".MAIN_DB_PREFIX."societe as s ON s.rowid = c.fk_soc
    +                    WHERE c.entity = %d
    +                    AND c.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND s.client = 3
    +                    AND s.fournisseur = 0
    +                    AND c.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_contact
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.fk_contact IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Contact",
    +                "file" => DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php',
    +                'fields_anonym' => array(
    +                    'lastname' => $langs->trans('ANONYME'),
    +                    'firstname' => '',
    +                    'civility_id' => '',
    +                    'poste' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone_pro' => '',
    +                    'phone_perso' => '',
    +                    'phone_mobile' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'jabberid' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +            'DATAPOLICIES_CONTACT_NIPROSPECT_NICLIENT' => array(
    +                'sql' => "
    +                    SELECT c.rowid FROM ".MAIN_DB_PREFIX."socpeople as c
    +                    INNER JOIN ".MAIN_DB_PREFIX."societe as s ON s.rowid = c.fk_soc
    +                    WHERE c.entity = %d
    +                    AND c.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND s.client = 0
    +                    AND s.fournisseur = 0
    +                    AND c.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_contact
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.fk_contact IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Contact",
    +                "file" => DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php',
    +                'fields_anonym' => array(
    +                    'lastname' => $langs->trans('ANONYME'),
    +                    'firstname' => '',
    +                    'civility_id' => '',
    +                    'poste' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone_pro' => '',
    +                    'phone_perso' => '',
    +                    'phone_mobile' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'jabberid' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +            'DATAPOLICIES_CONTACT_FOURNISSEUR' => array(
    +                'sql' => "
    +                    SELECT c.rowid FROM ".MAIN_DB_PREFIX."socpeople as c
    +                    INNER JOIN ".MAIN_DB_PREFIX."societe as s ON s.rowid = c.fk_soc
    +                    WHERE c.entity = %d
    +                    AND c.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND s.fournisseur = 1
    +                    AND c.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_contact
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.fk_contact IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Contact",
    +                "file" => DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php',
    +                'fields_anonym' => array(
    +                    'lastname' => $langs->trans('ANONYME'),
    +                    'firstname' => '',
    +                    'civility_id' => '',
    +                    'poste' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone_pro' => '',
    +                    'phone_perso' => '',
    +                    'phone_mobile' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'jabberid' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +            'DATAPOLICIES_ADHERENT' => array(
    +                'sql' => "
    +                    SELECT a.rowid FROM ".MAIN_DB_PREFIX."adherent as a
    +                    WHERE a.entity = %d
    +                    AND a.tms < DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                    AND a.rowid NOT IN (
    +                        SELECT DISTINCT a.fk_element
    +                        FROM ".MAIN_DB_PREFIX."actioncomm as a
    +                        WHERE a.tms > DATE_SUB(NOW(), INTERVAL %d MONTH)
    +                        AND a.elementtype LIKE 'member'
    +                        AND a.fk_element IS NOT NULL
    +                    )
    +                ",
    +                "class" => "Adherent",
    +                "file" => DOL_DOCUMENT_ROOT . '/adherents/class/adherent.class.php',
    +                'fields_anonym' => array(
    +                    'lastname' => $langs->trans('ANONYME'),
    +                    'firstname' => $langs->trans('ANONYME'),
    +                    'civility_id' => '',
    +                    'societe' => '',
    +                    'address' => '',
    +                    'town' => '',
    +                    'zip' => '',
    +                    'phone' => '',
    +                    'phone_perso' => '',
    +                    'phone_mobile' => '',
    +                    'email' => '',
    +                    'url' => '',
    +                    'fax' => '',
    +                    'state' => '',
    +                    'country' => '',
    +                    'state_id' => '',
    +                    'skype' => '',
    +                    'country_id' => '',
    +                )
    +            ),
    +        );
    +
    +        foreach ($arrayofparameters as $key => $params) {
    +            if ($conf->global->$key != '' && is_numeric($conf->global->$key) && (int) $conf->global->$key > 0) {
    +
    +                $sql = sprintf($params['sql'], (int) $conf->entity, (int) $conf->global->$key, (int) $conf->global->$key);
    +
    +                $resql = $db->query($sql);
    +
    +                if ($resql && $db->num_rows($resql) > 0) {
    +
    +                    $num = $db->num_rows($resql);
    +                    $i = 0;
    +
    +                    require_once $params['file'];
    +                    $object = new $params['class']($db);
    +
    +                    while ($i < $num)
    +                    {
    +                        $obj = $db->fetch_object($resql);
    +
    +                        $object->fetch($obj->rowid);
    +                        $object->id = $obj->rowid;
    +
    +                        if ($object->isObjectUsed($obj->rowid) > 0) {
    +                            foreach ($params['fields_anonym'] as $fields => $val) {
    +                                $object->$fields = $val;
    +                            }
    +                            $object->update($obj->rowid, $user);
    +                            if ($params['class'] == 'Societe') {
    +                                // On supprime les contacts associé
    +                                $sql = "DELETE FROM ".MAIN_DB_PREFIX."socpeople WHERE fk_soc = " . $obj->rowid;
    +                                $db->query($sql);
    +                            }
    +                        } else {
    +                            if (DOL_VERSION < 8) {
    +                                $ret = $object->delete($obj->rowid, $user);
    +                            } else {
    +                                if ($object->element == 'adherent') {
    +                                    $ret = $object->delete($obj->rowid);
    +                                } else {
    +                                    $ret = $object->delete();
    +                                }
    +                            }
    +
    +                        }
    +
    +                        $i++;
    +                    }
    +                }
    +            }
    +
    +        }
    +        return true;
    +    }
    +
    +
    +    /**
    +     * sendMailing
    +     *
    +     * @return boolean
    +     */
    +    public function sendMailing()
    +    {
    +        global $conf, $db, $langs, $user;
    +
    +        $langs->load('datapolicies@datapolicies');
    +
    +        require_once DOL_DOCUMENT_ROOT . '/datapolicies/class/datapolicies.class.php';
    +
    +        $contacts = new DataPolicies($db);
    +        $contacts->getAllContactNotInformed();
    +        $contacts->getAllCompaniesNotInformed();
    +        $contacts->getAllAdherentsNotInformed();
    +        return true;
    +    }
    +}
    \ No newline at end of file
    diff --git a/htdocs/datapolicies/img/datapolicies.png b/htdocs/datapolicies/img/datapolicies.png
    new file mode 100644
    index 00000000000..2681ccc1d3a
    Binary files /dev/null and b/htdocs/datapolicies/img/datapolicies.png differ
    diff --git a/htdocs/datapolicies/img/gfdl.png b/htdocs/datapolicies/img/gfdl.png
    new file mode 100644
    index 00000000000..f2bacfd179a
    Binary files /dev/null and b/htdocs/datapolicies/img/gfdl.png differ
    diff --git a/htdocs/datapolicies/img/gplv3.png b/htdocs/datapolicies/img/gplv3.png
    new file mode 100644
    index 00000000000..ba78d4c4941
    Binary files /dev/null and b/htdocs/datapolicies/img/gplv3.png differ
    diff --git a/htdocs/datapolicies/img/object_datapolicies.png b/htdocs/datapolicies/img/object_datapolicies.png
    new file mode 100644
    index 00000000000..5d65c309cca
    Binary files /dev/null and b/htdocs/datapolicies/img/object_datapolicies.png differ
    diff --git a/htdocs/datapolicies/img/object_inoveaconseil.png b/htdocs/datapolicies/img/object_inoveaconseil.png
    new file mode 100644
    index 00000000000..292a9c75ef2
    Binary files /dev/null and b/htdocs/datapolicies/img/object_inoveaconseil.png differ
    diff --git a/htdocs/datapolicies/langs/en_US/datapolicies.lang b/htdocs/datapolicies/langs/en_US/datapolicies.lang
    new file mode 100644
    index 00000000000..164581bcca5
    --- /dev/null
    +++ b/htdocs/datapolicies/langs/en_US/datapolicies.lang
    @@ -0,0 +1,93 @@
    +# Copyright (C) 2018 Nicolas ZABOURI    <info@inovea-conseil.com>
    +#
    +# 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/>.
    +
    +# Module label 'ModulergpdName'
    +ModulergpdName = GDPR
    +# Module description 'ModulergpdDesc'
    +ModulergpdDesc = Conformity with the GDPR
    +
    +#
    +# Page d'administration
    +#
    +rgpdSetup = Module Setup
    +Settings_DATAPOLICIES = Settings of DATAPOLICIES module
    +rgpdSetupPage = According to <a href="http://www.privacy-regulation.eu/en/5.htm" target="_blank">Article 5</a> of the GDPR, personal data must be kept for a period not exceeding that necessary for the purposes for which they were processed, except for archival purposes.
    +The deletion will be done automatically after a certain duration without event (the duration which you will have indicated below).
    +NB_MONTHS = %s months
    +ONE_YEAR = 1 year
    +NB_YEARS = %s years
    +DATAPOLICIES_TIERS_CLIENT = Customer
    +DATAPOLICIES_TIERS_PROSPECT = Prospect
    +DATAPOLICIES_TIERS_PROSPECT_CLIENT = Prospect/Customer
    +DATAPOLICIES_TIERS_NIPROSPECT_NICLIENT = Nor prospect/Nor customer
    +DATAPOLICIES_TIERS_FOURNISSEUR = Supplier
    +DATAPOLICIES_CONTACT_CLIENT = Customer
    +DATAPOLICIES_CONTACT_PROSPECT = Prospect
    +DATAPOLICIES_CONTACT_PROSPECT_CLIENT = Prospect/Customer
    +DATAPOLICIES_CONTACT_NIPROSPECT_NICLIENT = Nor prospect/Nor customer
    +DATAPOLICIES_CONTACT_FOURNISSEUR = Supplier
    +DATAPOLICIES_ADHERENT = Member
    +DATAPOLICIES_Tooltip_SETUP = Type of contact - Indicate your choices for each type.
    +DATAPOLICIESMail=Emails Setup
    +DATAPOLICIESSUBJECTMAIL=Subject of email
    +DATAPOLICIESCONTENTMAIL=Content of the email
    +DATAPOLICIESSUBSITUTION=You can use the following variables in your email (LINKACCEPT allows to create a link recording the agreement of the person, LINKREFUSED makes it possible to record the refusal of the person):
    +DATAPOLICIESACCEPT=Message after agreement
    +DATAPOLICIESREFUSE=Message after desagreement
    +SendAgreementText=You can send a GDPR email to all your relevant contacts (who have not yet received an email and for which you have not registered anything about their GDPR agreement). To do this, use the following button.
    +SendAgreement=Send emails
    +AllAgreementSend = All emails have been sent
    +TXTLINKDATAPOLICIESACCEPT= Text for the link "agreement" 
    +TXTLINKDATAPOLICIESREFUSE= Text for the link "desagreement" 
    +
    +
    +#
    +# Extrafield
    +#
    +DATAPOLICIES_BLOCKCHECKBOX = GDPR : Processing of personal data
    +DATAPOLICIES_consentement = Consent obtained for the processing of personal data 
    +DATAPOLICIES_opposition_traitement = Opposes the processing of his personal data
    +DATAPOLICIES_opposition_prospection = Opposes the processing of his personal data for the purposes of prospecting
    +
    +#
    +# Popup
    +#
    +DATAPOLICIES_POPUP_ANONYME_TITLE = Anonymize a thirdparty
    +DATAPOLICIES_POPUP_ANONYME_TEXTE = You can not delete this contact from Dolibarr because there are related items. In accordance with the GDPR, you will make all this data anonymous to respect your obligations. Would you like to continue ?
    +
    +#
    +# Bouton portabilité
    +# 
    +DATAPOLICIES_PORTABILITE = Portability GDPR
    +DATAPOLICIES_PORTABILITE_TITLE = Export of personal data
    +DATAPOLICIES_PORTABILITE_CONFIRMATION = You want to export the personal data of this contact. Are you sure ?
    +
    +#
    +# Note ajoutés lors d'une anonymisation
    +#
    +ANONYMISER_AT = Anonymised the %s
    +
    +#V2
    +DATAPOLICIESReturn=GDPR Validation
    +DATAPOLICIES_date = Date of agreement/desagreement GDPR
    +DATAPOLICIES_send = Date sending agreement email
    +DATAPOLICIESReturn = GDPR Return
    +DATAPOLICIES_SEND = Send GDPR email
    +MailSent = Email has been sent
    +
    +#ERROR
    +ErrorSubjectIsRequired= Error : The subject of email is required. Indicate it in the module setup
    +=Due to a technical problem, we were unable to register your choice. We apologize for that. Contact us to send us your choice.
    +NUMBER_MONTH_BEFORE_DELETION = Number of month before deletion
    diff --git a/htdocs/datapolicies/langs/fr_FR/datapolicies.lang b/htdocs/datapolicies/langs/fr_FR/datapolicies.lang
    new file mode 100644
    index 00000000000..916cdffb776
    --- /dev/null
    +++ b/htdocs/datapolicies/langs/fr_FR/datapolicies.lang
    @@ -0,0 +1,97 @@
    +# Copyright (C) 2018  INOVEA CONSEil info@inovea-conseil.com
    +#
    +# 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/>.
    +
    +#
    +# Générique
    +#
    +
    +# Module label 'ModulergpdName'
    +ModulergpdName = DATAPOLICIES
    +# Module description 'ModulergpdDesc'
    +Module432452Desc = Module de mise en conformité avec le DATAPOLICIES
    +
    +#
    +# Page d'administration
    +#
    +rgpdSetup = Configuration du module DATAPOLICIES
    +Settings_DATAPOLICIES = Paramétrage du module DATAPOLICIES
    +rgpdSetupPage = Selon <a href="http://www.privacy-regulation.eu/fr/5.htm" target="_blank">l’article 5</a> du DATAPOLICIES, les données à caractère personnel doivent être conservées pendant une durée n’excédant pas celle nécessaire au regard des finalités pour lesquelles elles ont été traitées, à l’exception de fins archivistiques. La suppression se fera automatiquement après une certaine durée sans évènement (la durée que vous aurez indiquée ci-dessous).
    +NB_MONTHS = %s mois
    +ONE_YEAR = 1 an
    +NB_YEARS = %s ans
    +DATAPOLICIES_TIERS_CLIENT = Client
    +DATAPOLICIES_TIERS_PROSPECT = Prospect
    +DATAPOLICIES_TIERS_PROSPECT_CLIENT = Prospect/Client
    +DATAPOLICIES_TIERS_NIPROSPECT_NICLIENT = Ni prospect / Ni client
    +DATAPOLICIES_TIERS_FOURNISSEUR = Fournisseur
    +DATAPOLICIES_CONTACT_CLIENT = Client
    +DATAPOLICIES_CONTACT_PROSPECT = Prospect
    +DATAPOLICIES_CONTACT_PROSPECT_CLIENT = Prospect/Client
    +DATAPOLICIES_CONTACT_NIPROSPECT_NICLIENT = Ni prospect / Ni client
    +DATAPOLICIES_CONTACT_FOURNISSEUR = Fournisseur
    +DATAPOLICIES_ADHERENT = Adhérent
    +DATAPOLICIES_Tooltip_SETUP = Type du contact - Indiquez vos choix pour chaque type.
    +DATAPOLICIESMail=Paramétrage des emails
    +DATAPOLICIESSUBJECTMAIL=Objet du mail
    +DATAPOLICIESCONTENTMAIL=Contenu du mail
    +DATAPOLICIESSUBSITUTION=Vous pouvez utiliser les variables suivantes dans votre email (LINKACCEPT permet de créer un lien enregistrant l'acceptation de la personne, LINKREFUSED permet d'enregistrer le refus de la personne) :
    +DATAPOLICIESACCEPT=Message suite acceptation
    +DATAPOLICIESREFUSE=Message suite opposition
    +SendAgreementText=Vous pouvez envoyer un email DATAPOLICIES à tous vos contacts concernés (qui n'ont pas encore reçus de mail et pour lesquels vous n'avez rien enregistré concernant leur accord/désaccord DATAPOLICIES). Pour cela, utilisez le bouton suivant.
    +SendAgreement=Envoyer les emails
    +AllAgreementSend = Tous les e-mails de consentement ont été envoyés
    +TXTLINKDATAPOLICIESACCEPT= Texte du lien d'acceptation
    +TXTLINKDATAPOLICIESREFUSE= Texte du lien d'opposition
    +
    +
    +
    +#
    +# Extrafield
    +#
    +DATAPOLICIES_BLOCKCHECKBOX = DATAPOLICIES : Traitement des données à caractère personnel
    +DATAPOLICIES_consentement = Consentement recueilli pour le traitement des données à caractère personnel le concernant
    +DATAPOLICIES_opposition_traitement = S’oppose au traitement de ses données à caractère personnel
    +DATAPOLICIES_opposition_prospection = S’oppose au traitement de ses données à caractère personnel à des fins de prospection
    +
    +#
    +# Popup
    +#
    +DATAPOLICIES_POPUP_ANONYME_TITLE = Anonymiser un tiers
    +DATAPOLICIES_POPUP_ANONYME_TEXTE = Vous ne pouvez pas supprimer ce contact de Dolibarr car des éléments y sont liés. Conformément au DATAPOLICIES, vous allez rendre toutes ces données anonymes afin de respecter vos obligations. Souhaitez-vous continuer ?
    +
    +#
    +# Bouton portabilité
    +# 
    +DATAPOLICIES_PORTABILITE = Portabilité DATAPOLICIES
    +DATAPOLICIES_PORTABILITE_TITLE = Export des données à caractère personnel
    +DATAPOLICIES_PORTABILITE_CONFIRMATION = Vous souhaitez exporter les données à caractère personnel de ce contact. Etes-vous sûr ?
    +
    +#
    +# Note ajoutés lors d'une anonymisation
    +#
    +ANONYMISER_AT = Anonymisé le %s
    +
    +#V2
    +DATAPOLICIESReturn=Validation DATAPOLICIES
    +DATAPOLICIES_date=Date d'accord/opposition au traitement
    +DATAPOLICIES_send=Date envoi consentement
    +DATAPOLICIESReturn=Retour DATAPOLICIES
    +DATAPOLICIES_SEND=Envoyer l'email de consentement
    +MailSent=L'email a bien été envoyé
    +
    +#ERROR
    +ErrorSubjectIsRequired=Erreur : vous n'avez pas indiqué l'objet de l'email dans la configuration
    +=Suite à un problème technique, nous n'avons pas pu enregistrer votre choix. Nous nous en excusons. Contactez-nous pour nous transmettre votre choix.
    +NUMBER_MONTH_BEFORE_DELETION = Nombre de mois avant suppression des données
    diff --git a/htdocs/datapolicies/langs/it_IT/datapolicies.lang b/htdocs/datapolicies/langs/it_IT/datapolicies.lang
    new file mode 100644
    index 00000000000..a979c931c41
    --- /dev/null
    +++ b/htdocs/datapolicies/langs/it_IT/datapolicies.lang
    @@ -0,0 +1,80 @@
    +# Copyright (C) 2018 INOVEA CONSEIl info@inovea-conseil.com - Thanks to Claudio Aschieri
    +#
    +# # Module label 'ModulergpdName'
    +ModulergpdName = GDPR
    +# Module description 'ModulergpdDesc'
    +ModulergpdDesc = Conformità con GDPR
    +Module432452Name=GDPR
    +Module432452Desc=Conformità con GDPR (Regolamento Generale sulla protezione di dati)
    +
    +#
    +# Page d'administration
    +#
    +rgpdSetup = Module Setup
    +Settings_DATAPOLICIES = Configurazione modulo GDPR 
    +rgpdSetupPage = In accordo con <a href="http://www.privacy-regulation.eu/it/5.htm" target="_blank">l'art 5 del GDPR </a> i dati personali devono essere conservati per un periodo di tempo che .... ed eliminati se non sono più utili agli scopi per cui sono stati processati.
    +NB_MONTHS = %s mesi
    +ONE_YEAR = 1 anno
    +NB_YEARS = %s anni
    +DATAPOLICIES_TIERS_CLIENT = Cliente
    +DATAPOLICIES_TIERS_PROSPECT = Fornitore
    +DATAPOLICIES_TIERS_PROSPECT_CLIENT = Potenziale Cliente / Cliente
    +DATAPOLICIES_TIERS_NIPROSPECT_NICLIENT = Nè potenziale cliente / Nè cliente
    +DATAPOLICIES_TIERS_FOURNISSEUR = Fornitore
    +DATAPOLICIES_CONTACT_CLIENT = Cliente
    +DATAPOLICIES_CONTACT_PROSPECT = Potenziale cliente
    +DATAPOLICIES_CONTACT_PROSPECT_CLIENT = Potenziale Cliente / Cliente
    +DATAPOLICIES_CONTACT_NIPROSPECT_NICLIENT = Nè potenziale cliente / Nè cliente
    +DATAPOLICIES_CONTACT_FOURNISSEUR = Fornitore
    +DATAPOLICIES_ADHERENT = Membri
    +DATAPOLICIES_Tooltip_SETUP = Tipo di contatto - Indica la scelta per ogni tipologia
    +DATAPOLICIESMail=Configurazione Email
    +DATAPOLICIESSUBJECTMAIL=Subject dell'e-mail
    +DATAPOLICIESCONTENTMAIL=Contenuto dell'e-mail
    +DATAPOLICIESSUBSITUTION=Puoi utilizzare le seguenti variabili nella tua email (LINKACCEPT consente di creare un link per registrare l'accettazione della persona, LINKREFUSED consente di registrare il rifiuto della persona):
    +DATAPOLICIESACCEPT= Messaggio dopo il consenso
    +DATAPOLICIESREFUSE=Messaggio dopo il rifiuto
    +SendAgreementText=Puoi inviare un'email GDPR a tutti i tuoi contatti rilevanti (che non hanno ancora ricevuto un'e-mail e per i quali non hai registrato nulla sul loro accordo GDPR). Per fare ciò, utilizzare il seguente pulsante.
    +SendAgreement=Invia emails
    +AllAgreementSend = Tutte le email sono state inviate
    +TXTLINKDATAPOLICIESACCEPT= Testo per il link "Consenso" 
    +TXTLINKDATAPOLICIESREFUSE= Testo per il link "Consenso negato" 
    +
    +#
    +# Extrafield
    +#
    +DATAPOLICIES_BLOCKCHECKBOX = GDPR : Trattamento dei dati personali
    +DATAPOLICIES_consentement = Consenso ottenuto al Trattamento dei dati personali
    +DATAPOLICIES_opposition_traitement = Consenso negato al trattamento dei dati personali
    +DATAPOLICIES_opposition_prospection = Consenso negato al trattamento dei dati personali a fini commerciali
    +
    +#
    +# Popup
    +#
    +DATAPOLICIES_POPUP_ANONYME_TITLE = Anonimizza un soggetto terzo
    +DATAPOLICIES_POPUP_ANONYME_TEXTE = Impossibile eliminare questo contatto da Dolibarr perchè vi sono elementi collegati. In conformità con il GDPR, renderai tutti questi dati anonimi per rispettare i tuoi obblighi. Vuoi continuare?
    +
    +
    +#
    +# Bouton portabilité
    +# 
    +DATAPOLICIES_PORTABILITE = Portabilità GDPR
    +DATAPOLICIES_PORTABILITE_TITLE = Esporta i dati personali
    +DATAPOLICIES_PORTABILITE_CONFIRMATION = Vuoi davvero esportare i dati personali di questo contatto?
    +
    +#
    +# Note ajoutée lors d'une anonymisation
    +#
    +ANONYMISER_AT = Anonimizzato il %s
    +
    +#V2
    +DATAPOLICIESReturn=GDPR Validazione
    +DATAPOLICIES_date = Data di accordo / disaccordo GDPR
    +DATAPOLICIES_send = Data di invio del consenso (e-mail)
    +DATAPOLICIESReturn = GDPR ritorno
    +DATAPOLICIES_SEND = Inviare GDPR e-mail
    +MailSent=L'email è stata inviata
    +
    +#ERROR
    +ErrorSubjectIsRequired= Errore: L'oggetto della mail è obbligatorio. Inserisci l'oggetto nella configurazione del modulo.
    +=A causa di un problema tecnico, non siamo stati in grado di registrare la tua scelta. Ci scusiamo per questo. Contattaci per inviarci la tua scelta.
    diff --git a/htdocs/datapolicies/lib/datapolicies.lib.php b/htdocs/datapolicies/lib/datapolicies.lib.php
    new file mode 100644
    index 00000000000..59366d1f93d
    --- /dev/null
    +++ b/htdocs/datapolicies/lib/datapolicies.lib.php
    @@ -0,0 +1,51 @@
    +<?php
    +/* Copyright (C) 2018 Nicolas ZABOURI   <info@inovea-conseil.com>
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    datapolicies/lib/datapolicies.lib.php
    + * \ingroup datapolicies
    + * \brief   Library files with common functions for datapolicies
    + */
    +
    +/**
    + * Prepare admin pages header
    + *
    + * @return array
    + */
    +function datapoliciesAdminPrepareHead()
    +{
    +	global $langs, $conf;
    +
    +	$langs->load("datapolicies@datapolicies");
    +
    +	$h = 0;
    +	$head = array();
    +
    +	$head[$h][0] = dol_buildpath("/datapolicies/admin/setup.php", 1);
    +	$head[$h][1] = $langs->trans("Settings_DATAPOLICIES");
    +	$head[$h][2] = 'settings';
    +	$h++;
    +
    +	$head[$h][0] = dol_buildpath("/datapolicies/admin/setupmail.php", 1);
    +	$head[$h][1] = $langs->trans("DATAPOLICIESMail");
    +	$head[$h][2] = 'settings';
    +	$h++;
    +
    +	complete_head_from_modules($conf, $langs, $object, $head, $h, 'datapolicies');
    +
    +	return $head;
    +}
    diff --git a/htdocs/datapolicies/mailing.php b/htdocs/datapolicies/mailing.php
    new file mode 100644
    index 00000000000..08c24d9aceb
    --- /dev/null
    +++ b/htdocs/datapolicies/mailing.php
    @@ -0,0 +1,43 @@
    +<?php
    +/* Copyright (C) 2018      Nicolas ZABOURI      <info@inovea-conseil.com>
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    datapolicies/mailing.php
    + * \ingroup datapolicies
    + * \brief   datapolicies mailing page.
    + */
    +
    +require '../../main.inc.php';
    +dol_include_once('/contact/class/contact.class.php');
    +dol_include_once('/datapolicies/class/datapolicies.class.php');
    +
    +$idcontact = GETPOST('idc');
    +
    +if(!empty($idcontact)){
    +    $contact = new Contact($db);
    +    $contact->fetch($idcontact);
    +    DataPolicies::sendMailDataPoliciesContact($contact);
    +
    +
    +}else{
    +
    +    $contacts = new DataPolicies($db);
    +    $contacts->getAllContactNotInformed();
    +    $contacts->getAllCompaniesNotInformed();
    +    $contacts->getAllAdherentsNotInformed();
    +    echo $langs->trans('AllAgreementSend');
    +}
    diff --git a/htdocs/datapolicies/modulebuilder.txt b/htdocs/datapolicies/modulebuilder.txt
    new file mode 100644
    index 00000000000..24ea0d6eac5
    --- /dev/null
    +++ b/htdocs/datapolicies/modulebuilder.txt
    @@ -0,0 +1,3 @@
    +# DO NOT DELETE THIS FILE MANUALLY
    +# File to flag module built using official module template.
    +# When this file is present into a module directory, you can edit it with the module builder tool. Use ModuleBuilder if you want to delete module. 
    \ No newline at end of file
    diff --git a/htdocs/datapolicies/public/index.php b/htdocs/datapolicies/public/index.php
    new file mode 100644
    index 00000000000..7ecceeb9940
    --- /dev/null
    +++ b/htdocs/datapolicies/public/index.php
    @@ -0,0 +1,144 @@
    +<?php
    +
    +/* Copyright (C) 2018      Nicolas ZABOURI      <info@inovea-conseil.com>
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    datapolicies/admin/setup.php
    + * \ingroup datapolicies
    + * \brief   datapolicies setup page.
    + */
    +
    +if (!defined('NOLOGIN'))
    +    define("NOLOGIN", 1);   // This means this output page does not require to be logged.
    +if (!defined('NOCSRFCHECK'))
    +    define('NOCSRFCHECK', '1');  // Do not check anti CSRF attack test
    +if (!defined('NOREQUIREMENU'))
    +    define('NOREQUIREMENU', '1');
    +
    +require '../../main.inc.php';
    +dol_include_once('/contact/class/contact.class.php');
    +dol_include_once('/societe/class/societe.class.php');
    +dol_include_once('/adherents/class/adherent.class.php');
    +dol_include_once('/user/class/user.class.php');
    +dol_include_once('/datapolicies/class/datapolicies.class.php');
    +
    +$idc = GETPOST('c', 'int');
    +$ids = GETPOST('s', 'int');
    +$ida = GETPOST('a', 'int');
    +$action = GETPOST('action', 'alpha');
    +$lang = GETPOST('l', 'alpha');
    +$code = GETPOST('key', 'alpha');
    +
    +$acc = "DATAPOLICIESACCEPT_" . $lang;
    +$ref = "DATAPOLICIESREFUSE_" . $lang;
    +$langs->load('datapolicies@datapolicies',0,0,$lang);
    +
    +if (empty($action) || (empty($idc) && empty($ids) && empty($ida))) {
    +    return 0;
    +} elseif (!empty($idc)) {
    +    $contact = new Contact($db);
    +    $contact->fetch($idc);
    +    $check = md5($contact->email);
    +    if ($check != $code) {
    +        $return = $langs->trans('ErrorEmailDATAPOLICIES');
    +    } elseif ($action == 1) {
    +        $contact->array_options['options_datapolicies_consentement'] = 1;
    +        $contact->array_options['options_datapolicies_opposition_traitement'] = 0;
    +        $contact->array_options['options_datapolicies_opposition_prospection'] = 0;
    +        $contact->array_options['options_datapolicies_date'] = date('Y-m-d', time());
    +
    +        $return = $conf->global->$acc;
    +    } elseif ($action == 2) {
    +        $contact->no_email = 1;
    +        $contact->array_options['options_datapolicies_consentement'] = 0;
    +        $contact->array_options['options_datapolicies_opposition_traitement'] = 1;
    +        $contact->array_options['options_datapolicies_opposition_prospection'] = 1;
    +        $contact->array_options['options_datapolicies_date'] = date('Y-m-d', time());
    +
    +        $return = $conf->global->$ref;
    +    }
    +    $contact->update($idc);
    +} elseif (!empty($ids)) {
    +    $societe = new Societe($db);
    +    $societe->fetch($ids);
    +    $check = md5($societe->email);
    +    if ($check != $code) {
    +        $return = $langs->trans('ErrorEmailDATAPOLICIES');
    +    } elseif ($action == 1) {
    +        $societe->array_options['options_datapolicies_consentement'] = 1;
    +        $societe->array_options['options_datapolicies_opposition_traitement'] = 0;
    +        $societe->array_options['options_datapolicies_opposition_prospection'] = 0;
    +        $societe->array_options['options_datapolicies_date'] = date('Y-m-d', time());
    +        $return = $conf->global->$acc;
    +    } elseif ($action == 2) {
    +        $societe->array_options['options_datapolicies_consentement'] = 0;
    +        $societe->array_options['options_datapolicies_opposition_traitement'] = 1;
    +        $societe->array_options['options_datapolicies_opposition_prospection'] = 1;
    +        $societe->array_options['options_datapolicies_date'] = date('Y-m-d', time());
    +
    +        $return = $conf->global->$ref;
    +    }
    +    $societe->update($ids);
    +} elseif (!empty($ida)) {
    +    $adherent = new Adherent($db);
    +    $adherent->fetch($ida);
    +    $check = md5($adherent->email);
    +    if ($check != $code) {
    +        $return = $langs->trans('ErrorEmailDATAPOLICIES');
    +    } elseif ($action == 1) {
    +        $adherent->array_options['options_datapolicies_consentement'] = 1;
    +        $adherent->array_options['options_datapolicies_opposition_traitement'] = 0;
    +        $adherent->array_options['options_datapolicies_opposition_prospection'] = 0;
    +        //$adherent->array_options['options_datapolicies_date'] = date('Y-m-d', time());
    +        $return = $conf->global->$acc;
    +    } elseif ($action == 2) {
    +        $adherent->array_options['options_datapolicies_consentement'] = 0;
    +        $adherent->array_options['options_datapolicies_opposition_traitement'] = 1;
    +        $adherent->array_options['options_datapolicies_opposition_prospection'] = 1;
    +        //$adherent->array_options['options_datapolicies_date'] = date('Y-m-d', time());
    +
    +        $return = $conf->global->$ref;
    +    }
    +    $newuser = new User($db);
    +    $adherent->update($newuser);
    +}
    +
    +header("Content-type: text/html; charset=" . $conf->file->character_set_client);
    +
    +print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
    +print "\n";
    +print "<html>\n";
    +print "<head>\n";
    +print '<meta name="robots" content="noindex,nofollow">' . "\n";
    +print '<meta name="keywords" content="dolibarr">' . "\n";
    +print '<meta name="description" content="Dolibarr DATAPOLICIES">' . "\n";
    +print "<title>" . $langs->trans("DATAPOLICIESReturn") . "</title>\n";
    +print '<link rel="stylesheet" type="text/css" href="' . DOL_URL_ROOT . $conf->css . '?lang=' . $lang . '">' . "\n";
    +print '<style type="text/css">';
    +print '.CTableRow1      { margin: 1px; padding: 3px; font: 12px verdana,arial; background: #e6E6eE; color: #000000; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; -moz-border-radius-bottomleft:6px; -moz-border-radius-bottomright:6px;}';
    +print '.CTableRow2      { margin: 1px; padding: 3px; font: 12px verdana,arial; background: #FFFFFF; color: #000000; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; -moz-border-radius-bottomleft:6px; -moz-border-radius-bottomright:6px;}';
    +print '</style>';
    +
    +print "</head>\n";
    +print '<body style="margin: 10% 40%">' . "\n";
    +print '<table class="CTableRow1" ><tr><td style="text_align:center;">';
    +print $return . "<br>\n";
    +print '</td></tr></table>';
    +print "</body>\n";
    +print "</html>\n";
    +
    +$db->close();
    diff --git a/htdocs/dav/dav.class.php b/htdocs/dav/dav.class.php
    index 9e5121112d0..b8c38773538 100644
    --- a/htdocs/dav/dav.class.php
    +++ b/htdocs/dav/dav.class.php
    @@ -34,11 +34,18 @@ class CdavLib
     
     	private $langs;
     
    +    /**
    +     * Constructor
    +     *
    +     * @param   User        $user   user
    +     * @param   DoliDB      $db     Database handler
    +     * @param   Translate   $langs  translation
    +     */
     	function __construct($user, $db, $langs)
     	{
    -		$this->user 	= $user;
    -		$this->db 		= $db;
    -		$this->langs 	= $langs;
    +		$this->user = $user;
    +		$this->db = $db;
    +		$this->langs = $langs;
     	}
     
     	/**
    @@ -106,7 +113,6 @@ class CdavLib
     		}
     
     		return $sql;
    -
     	}
     
     	/**
    @@ -295,5 +301,4 @@ class CdavLib
     		}
     		return $calevents;
     	}
    -
     }
    diff --git a/htdocs/document.php b/htdocs/document.php
    index 81c8d00a9f7..735910f47eb 100644
    --- a/htdocs/document.php
    +++ b/htdocs/document.php
    @@ -37,13 +37,6 @@ if (! defined('NOREQUIREMENU'))		define('NOREQUIREMENU','1');
     if (! defined('NOREQUIREHTML'))		define('NOREQUIREHTML','1');
     if (! defined('NOREQUIREAJAX'))		define('NOREQUIREAJAX','1');
     
    -// For bittorent link, we don't need to load/check we are into a login session
    -if (isset($_GET["modulepart"]) && $_GET["modulepart"] == 'bittorrent')
    -{
    -	if (! defined("NOLOGIN"))		define("NOLOGIN",1);
    -	if (! defined("NOCSRFCHECK"))	define("NOCSRFCHECK",1);	// We accept to go on this page from external web site.
    -	if (! defined("NOIPCHECK"))		define("NOIPCHECK",1);		// Do not check IP defined into conf $dolibarr_main_restrict_ip
    -}
     // For direct external download link, we don't need to load/check we are into a login session
     if (isset($_GET["hashp"]))
     {
    diff --git a/htdocs/don/card.php b/htdocs/don/card.php
    index 5a9e439a9c7..d9542dcaaf0 100644
    --- a/htdocs/don/card.php
    +++ b/htdocs/don/card.php
    @@ -1,9 +1,11 @@
     <?php
    -/* Copyright (C) 2001-2002	Rodolphe Quiedeville	<rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
    - * Copyright (C) 2013       Florian Henry		  	<florian.henry@open-concept.pro>
    - * Copyright (C) 2015-2016  Alexandre Spangaro	  	<aspangaro.dolibarr@gmail.com>
    +/* Copyright (C) 2001-2002  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2017  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2013       Florian Henry           <florian.henry@open-concept.pro>
    + * Copyright (C) 2015-2016  Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Thibault FOUCART        <support@ptibogxiv.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -26,23 +28,23 @@
      */
     
     require '../main.inc.php';
    -require_once DOL_DOCUMENT_ROOT.'/core/modules/dons/modules_don.php';
    -require_once DOL_DOCUMENT_ROOT.'/core/lib/donation.lib.php';
    -require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
    -require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
    -require_once DOL_DOCUMENT_ROOT.'/don/class/don.class.php';
    -require_once DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php';
    -require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
    -if (! empty($conf->projet->enabled))
    -{
    -	require_once DOL_DOCUMENT_ROOT.'/core/class/html.formprojet.class.php';
    -	require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/modules/dons/modules_don.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/lib/donation.lib.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/class/html.formfile.class.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/class/html.formcompany.class.php';
    +require_once DOL_DOCUMENT_ROOT . '/don/class/don.class.php';
    +require_once DOL_DOCUMENT_ROOT . '/compta/paiement/class/paiement.class.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/class/extrafields.class.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/class/html.formmargin.class.php';
    +require_once DOL_DOCUMENT_ROOT . '/core/lib/functions2.lib.php';
    +if (! empty($conf->projet->enabled)) {
    +    require_once DOL_DOCUMENT_ROOT.'/core/class/html.formprojet.class.php';
    +    require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
     }
     require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
     
    -$langs->load("companies");
    -$langs->load("donations");
    -$langs->load("bills");
    +$langs->loadLangs(array("bills", "companies", "donations"));
     
     $id=GETPOST('rowid')?GETPOST('rowid','int'):GETPOST('id','int');
     $action=GETPOST('action','alpha');
    @@ -326,38 +328,92 @@ if ($action == 'create')
     	print '<table class="border" width="100%">';
     	print '<tbody>';
     
    -    // Date
    +	// Ref
    +	print '<tr><td class="titlefieldcreate fieldrequired">' . $langs->trans('Ref') . '</td><td colspan="2">' . $langs->trans('Draft') . '</td></tr>';
    +
    +	// Company
    +	if (! empty($conf->societe->enabled) && ! empty($conf->global->DONATION_USE_THIRDPARTIES))
    +	{
    +		// Thirdparty
    +		print '<td>' . $langs->trans('Customer') . '</td>';
    +		if ($soc->id > 0 && ! GETPOST('fac_rec','alpha'))
    +		{
    +			print '<td colspan="2">';
    +			print $soc->getNomUrl(1);
    +			print '<input type="hidden" name="socid" value="' . $soc->id . '">';
    +			// Outstanding Bill
    +			$outstandingBills = $soc->get_OutstandingBill();
    +			print ' (' . $langs->trans('CurrentOutstandingBill') . ': ';
    +			print price($outstandingBills, '', $langs, 0, 0, -1, $conf->currency);
    +			if ($soc->outstanding_limit != '')
    +			{
    +				if ($outstandingBills > $soc->outstanding_limit) print img_warning($langs->trans("OutstandingBillReached"));
    +				print ' / ' . price($soc->outstanding_limit, '', $langs, 0, 0, -1, $conf->currency);
    +			}
    +			print ')';
    +			print '</td>';
    +		}
    +		else
    +		{
    +			print '<td colspan="2">';
    +			print $form->select_company($soc->id, 'socid', '(s.client = 1 OR s.client = 3) AND status=1', 'SelectThirdParty', 0, 0, null, 0, 'minwidth300');
    +			// Option to reload page to retrieve customer informations. Note, this clear other input
    +			if (!empty($conf->global->RELOAD_PAGE_ON_CUSTOMER_CHANGE))
    +			{
    +				print '<script type="text/javascript">
    +				$(document).ready(function() {
    +					$("#socid").change(function() {
    +						var socid = $(this).val();
    +				        var fac_rec = $(\'#fac_rec\').val();
    +						// reload page
    +						window.location.href = "'.$_SERVER["PHP_SELF"].'?action=create&socid="+socid+"&fac_rec="+fac_rec;
    +					});
    +				});
    +				</script>';
    +			}
    +			print ' <a href="'.DOL_URL_ROOT.'/societe/card.php?action=create&client=3&fournisseur=0&backtopage='.urlencode($_SERVER["PHP_SELF"].'?action=create').'">'.$langs->trans("AddThirdParty").'</a>';
    +			print '</td>';
    +		}
    +		print '</tr>' . "\n";
    +
    +	}
    +
    +	// Date
     	print '<tr><td class="fieldrequired titlefieldcreate">'.$langs->trans("Date").'</td><td>';
    -	$form->select_date($donation_date?$donation_date:-1,'','','','',"add",1,1);
    +	print $form->selectDate($donation_date?$donation_date:-1, '', '', '', '', "add", 1, 1);
     	print '</td>';
     
    -    // Amount
    -    print "<tr>".'<td class="fieldrequired">'.$langs->trans("Amount").'</td><td><input type="text" name="amount" value="'.dol_escape_htmltag(GETPOST("amount")).'" size="10"> '.$langs->trans("Currency".$conf->currency).'</td></tr>';
    +	// Amount
    +	print "<tr>".'<td class="fieldrequired">'.$langs->trans("Amount").'</td><td><input type="text" name="amount" value="'.dol_escape_htmltag(GETPOST("amount")).'" size="10"> '.$langs->trans("Currency".$conf->currency).'</td></tr>';
     
    +	// Public donation
     	print '<tr><td class="fieldrequired">'.$langs->trans("PublicDonation")."</td><td>";
     	print $form->selectyesno("public",isset($_POST["public"])?$_POST["public"]:1,1);
     	print "</td></tr>\n";
     
    -	print "<tr>".'<td>'.$langs->trans("Company").'</td><td><input type="text" name="societe" value="'.dol_escape_htmltag(GETPOST("societe")).'" class="maxwidth200"></td></tr>';
    -	print "<tr>".'<td>'.$langs->trans("Lastname").'</td><td><input type="text" name="lastname" value="'.dol_escape_htmltag(GETPOST("lastname")).'" class="maxwidth200"></td></tr>';
    -	print "<tr>".'<td>'.$langs->trans("Firstname").'</td><td><input type="text" name="firstname" value="'.dol_escape_htmltag(GETPOST("firstname")).'" class="maxwidth200"></td></tr>';
    -	print "<tr>".'<td>'.$langs->trans("Address").'</td><td>';
    -	print '<textarea name="address" wrap="soft" class="quatrevingtpercent" rows="3">'.dol_escape_htmltag(GETPOST("address")).'</textarea></td></tr>';
    +	if (empty($conf->societe->enabled) || empty($conf->global->DONATION_USE_THIRDPARTIES))
    +	{
    +		print "<tr>".'<td>'.$langs->trans("Company").'</td><td><input type="text" name="societe" value="'.dol_escape_htmltag(GETPOST("societe")).'" class="maxwidth200"></td></tr>';
    +		print "<tr>".'<td>'.$langs->trans("Lastname").'</td><td><input type="text" name="lastname" value="'.dol_escape_htmltag(GETPOST("lastname")).'" class="maxwidth200"></td></tr>';
    +		print "<tr>".'<td>'.$langs->trans("Firstname").'</td><td><input type="text" name="firstname" value="'.dol_escape_htmltag(GETPOST("firstname")).'" class="maxwidth200"></td></tr>';
    +		print "<tr>".'<td>'.$langs->trans("Address").'</td><td>';
    +		print '<textarea name="address" wrap="soft" class="quatrevingtpercent" rows="3">'.dol_escape_htmltag(GETPOST("address")).'</textarea></td></tr>';
     
    -    // Zip / Town
    -    print '<tr><td>'.$langs->trans("Zip").' / '.$langs->trans("Town").'</td><td>';
    -	print $formcompany->select_ziptown((isset($_POST["zipcode"])?$_POST["zipcode"]:$object->zip),'zipcode',array('town','selectcountry_id','state_id'),6);
    -    print ' ';
    -    print $formcompany->select_ziptown((isset($_POST["town"])?$_POST["town"]:$object->town),'town',array('zipcode','selectcountry_id','state_id'));
    -    print '</tr>';
    +		// Zip / Town
    +		print '<tr><td>'.$langs->trans("Zip").' / '.$langs->trans("Town").'</td><td>';
    +		print $formcompany->select_ziptown((isset($_POST["zipcode"])?$_POST["zipcode"]:$object->zip),'zipcode',array('town','selectcountry_id','state_id'),6);
    +		print ' ';
    +		print $formcompany->select_ziptown((isset($_POST["town"])?$_POST["town"]:$object->town),'town',array('zipcode','selectcountry_id','state_id'));
    +		print '</tr>';
     
    -	// Country
    -    print '<tr><td><label for="selectcountry_id">'.$langs->trans('Country').'</label></td><td class="maxwidthonsmartphone">';
    -    print $form->select_country(GETPOST('country_id')!=''?GETPOST('country_id'):$object->country_id);
    -    if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
    -    print '</td></tr>';
    +		// Country
    +		print '<tr><td><label for="selectcountry_id">'.$langs->trans('Country').'</label></td><td class="maxwidthonsmartphone">';
    +		print $form->select_country(GETPOST('country_id')!=''?GETPOST('country_id'):$object->country_id);
    +		if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
    +		print '</td></tr>';
     
    -	print "<tr>".'<td>'.$langs->trans("EMail").'</td><td><input type="text" name="email" value="'.dol_escape_htmltag(GETPOST("email")).'" class="maxwidth200"></td></tr>';
    +		print "<tr>".'<td>'.$langs->trans("EMail").'</td><td><input type="text" name="email" value="'.dol_escape_htmltag(GETPOST("email")).'" class="maxwidth200"></td></tr>';
    +	}
     
     	// Payment mode
     	print "<tr><td>".$langs->trans("PaymentMode")."</td><td>\n";
    @@ -455,7 +511,7 @@ if (! empty($id) && $action == 'edit')
     
     	// Date
     	print '<tr><td class="titlefieldcreate fieldrequired">'.$langs->trans("Date").'</td><td>';
    -	$form->select_date($object->date,'','','','',"update");
    +	print $form->selectDate($object->date,'','','','',"update");
     	print '</td>';
     
     	// Amount
    @@ -791,6 +847,16 @@ if (! empty($id) && $action != 'edit')
     	$linktoelem = $form->showLinkToObjectBlock($object, null, array('don'));
     	$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
     
    +		// Show online payment link
    +		$useonlinepayment = (! empty($conf->paypal->enabled) || ! empty($conf->stripe->enabled) || ! empty($conf->paybox->enabled));
    +
    +		if ($useonlinepayment) //$object->statut != Facture::STATUS_DRAFT &&
    +		{
    +			print '<br><!-- Link to pay -->'."\n";
    +			require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
    +			print showOnlinePaymentUrl('donation', $object->ref).'<br>';
    +		}
    +
     	print '</div><div class="fichehalfright"><div class="ficheaddleft">';
     
     	print '</div></div></div>';
    diff --git a/htdocs/don/class/don.class.php b/htdocs/don/class/don.class.php
    index 9aa55945d2b..ed9c629a50d 100644
    --- a/htdocs/don/class/don.class.php
    +++ b/htdocs/don/class/don.class.php
    @@ -38,38 +38,49 @@ class Don extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='don';
    -    
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='don';
    -	
    -	public $fk_element = 'fk_donation';
    -	public $ismultientitymanaged = 1;  	// 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    -    var $picto = 'generic';
    -
    -    var $date;
    -    var $amount;
    -    var $societe;
    -    var $address;
    -    var $zip;
    -    var $town;
    -    var $email;
    -    var $public;
    -    var $fk_project;
    -    var $fk_typepayment;
    -	var $num_payment;
    -	var $date_valid;
    -	var $modepaymentid = 0;
    -
    -	var $labelstatut;
    -	var $labelstatutshort;
     
     	/**
    -	 * @deprecated
    -	 * @see note_private, note_public
    +	 * @var int Field with ID of parent key if this field has a parent
     	 */
    -	var $commentaire;
    +	public $fk_element = 'fk_donation';
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
    +
    +    /**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto = 'generic';
    +
    +    public $date;
    +    public $amount;
    +    public $societe;
    +
    +    /**
    +	 * @var string Address
    +	 */
    +	public $address;
    +
    +    public $zip;
    +    public $town;
    +    public $email;
    +    public $public;
    +    public $fk_project;
    +    public $fk_typepayment;
    +	public $num_payment;
    +	public $date_valid;
    +	public $modepaymentid = 0;
    +
    +	public $labelstatut;
    +	public $labelstatutshort;
     
     
         /**
    @@ -79,9 +90,7 @@ class Don extends CommonObject
          */
         function __construct($db)
         {
    -        global $langs;
    -
    -        $this->db = $db;
    +         $this->db = $db;
         }
     
     
    @@ -96,6 +105,7 @@ class Don extends CommonObject
             return $this->LibStatut($this->statut,$mode);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Renvoi le libelle d'un statut donne
          *
    @@ -105,7 +115,8 @@ class Don extends CommonObject
          */
         function LibStatut($statut,$mode=0)
         {
    -    	if (empty($this->labelstatut) || empty($this->labelstatushort))
    +        // phpcs:enable
    +    	if (empty($this->labelstatut) || empty($this->labelstatutshort))
         	{
     	    	global $langs;
     	    	$langs->load("donations");
    @@ -123,44 +134,44 @@ class Don extends CommonObject
             {
                 return $this->labelstatut[$statut];
             }
    -        if ($mode == 1)
    +        elseif ($mode == 1)
             {
                 return $this->labelstatutshort[$statut];
             }
    -        if ($mode == 2)
    +        elseif ($mode == 2)
             {
                 if ($statut == -1) return img_picto($this->labelstatut[$statut],'statut5').' '.$this->labelstatutshort[$statut];
    -            if ($statut == 0)  return img_picto($this->labelstatut[$statut],'statut0').' '.$this->labelstatutshort[$statut];
    -            if ($statut == 1)  return img_picto($this->labelstatut[$statut],'statut1').' '.$this->labelstatutshort[$statut];
    -            if ($statut == 2)  return img_picto($this->labelstatut[$statut],'statut6').' '.$this->labelstatutshort[$statut];
    +            elseif ($statut == 0)  return img_picto($this->labelstatut[$statut],'statut0').' '.$this->labelstatutshort[$statut];
    +            elseif ($statut == 1)  return img_picto($this->labelstatut[$statut],'statut1').' '.$this->labelstatutshort[$statut];
    +            elseif ($statut == 2)  return img_picto($this->labelstatut[$statut],'statut6').' '.$this->labelstatutshort[$statut];
             }
    -        if ($mode == 3)
    +        elseif ($mode == 3)
             {
                 if ($statut == -1) return img_picto($this->labelstatut[$statut],'statut5');
    -            if ($statut == 0)  return img_picto($this->labelstatut[$statut],'statut0');
    -            if ($statut == 1)  return img_picto($this->labelstatut[$statut],'statut1');
    -            if ($statut == 2)  return img_picto($this->labelstatut[$statut],'statut6');
    +            elseif ($statut == 0)  return img_picto($this->labelstatut[$statut],'statut0');
    +            elseif ($statut == 1)  return img_picto($this->labelstatut[$statut],'statut1');
    +            elseif ($statut == 2)  return img_picto($this->labelstatut[$statut],'statut6');
             }
    -        if ($mode == 4)
    +        elseif ($mode == 4)
             {
                 if ($statut == -1) return img_picto($this->labelstatut[$statut],'statut5').' '.$this->labelstatut[$statut];
    -            if ($statut == 0)  return img_picto($this->labelstatut[$statut],'statut0').' '.$this->labelstatut[$statut];
    -            if ($statut == 1)  return img_picto($this->labelstatut[$statut],'statut1').' '.$this->labelstatut[$statut];
    -            if ($statut == 2)  return img_picto($this->labelstatut[$statut],'statut6').' '.$this->labelstatut[$statut];
    +            elseif ($statut == 0)  return img_picto($this->labelstatut[$statut],'statut0').' '.$this->labelstatut[$statut];
    +            elseif ($statut == 1)  return img_picto($this->labelstatut[$statut],'statut1').' '.$this->labelstatut[$statut];
    +            elseif ($statut == 2)  return img_picto($this->labelstatut[$statut],'statut6').' '.$this->labelstatut[$statut];
             }
    -            if ($mode == 5)
    +        elseif ($mode == 5)
             {
                 if ($statut == -1) return $this->labelstatutshort[$statut].' '.img_picto($this->labelstatut[$statut],'statut5');
    -            if ($statut == 0)  return $this->labelstatutshort[$statut].' '.img_picto($this->labelstatut[$statut],'statut0');
    -            if ($statut == 1)  return $this->labelstatutshort[$statut].' '.img_picto($this->labelstatut[$statut],'statut1');
    -            if ($statut == 2)  return $this->labelstatutshort[$statut].' '.img_picto($this->labelstatut[$statut],'statut6');
    +            elseif ($statut == 0)  return $this->labelstatutshort[$statut].' '.img_picto($this->labelstatut[$statut],'statut0');
    +            elseif ($statut == 1)  return $this->labelstatutshort[$statut].' '.img_picto($this->labelstatut[$statut],'statut1');
    +            elseif ($statut == 2)  return $this->labelstatutshort[$statut].' '.img_picto($this->labelstatut[$statut],'statut6');
             }
    -        if ($mode == 6)
    +        elseif ($mode == 6)
             {
                 if ($statut == -1) return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut5');
    -            if ($statut == 0)  return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut0');
    -            if ($statut == 1)  return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut1');
    -            if ($statut == 2)  return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut6');
    +            elseif ($statut == 0)  return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut0');
    +            elseif ($statut == 1)  return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut1');
    +            elseif ($statut == 2)  return $this->labelstatut[$statut].' '.img_picto($this->labelstatut[$statut],'statut6');
             }
         }
     
    @@ -374,8 +385,8 @@ class Don extends CommonObject
             $sql.= ", '".$this->db->escape($this->address)."'";
             $sql.= ", '".$this->db->escape($this->zip)."'";
             $sql.= ", '".$this->db->escape($this->town)."'";
    -		$sql.= ", ".$this->country_id;
    -        $sql.= ", ".$this->public;
    +        $sql.= ", ".($this->country_id > 0 ? $this->country_id : '0');
    +        $sql.= ", ".((int) $this->public);
             $sql.= ", ".($this->fk_project > 0?$this->fk_project:"null");
            	$sql.= ", ".(!empty($this->note_private)?("'".$this->db->escape($this->note_private)."'"):"NULL");
     		$sql.= ", ".(!empty($this->note_public)?("'".$this->db->escape($this->note_public)."'"):"NULL");
    @@ -387,7 +398,6 @@ class Don extends CommonObject
             $sql.= ", '".$this->db->escape($this->phone_mobile)."'";
             $sql.= ")";
     
    -        dol_syslog(get_class($this)."::create", LOG_DEBUG);
             $resql = $this->db->query($sql);
             if ($resql)
             {
    @@ -423,8 +433,8 @@ class Don extends CommonObject
     
     		if (!$error && !empty($conf->global->MAIN_DISABLEDRAFTSTATUS))
             {
    -            $res = $this->setValid($user);
    -            if ($res < 0) $error++;
    +            //$res = $this->setValid($user);
    +            //if ($res < 0) $error++;
             }
     
             if (!$error)
    @@ -678,7 +688,6 @@ class Don extends CommonObject
                     $this->note_private	  = $obj->note_private;
                     $this->note_public	  = $obj->note_public;
                     $this->modelpdf       = $obj->model_pdf;
    -                $this->commentaire    = $obj->note;	// deprecated
     
                     // Retreive all extrafield
                     // fetch optionals attributes and labels
    @@ -691,9 +700,9 @@ class Don extends CommonObject
                 dol_print_error($this->db);
                 return -1;
             }
    -
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Validate a promise of donation
          *
    @@ -704,6 +713,7 @@ class Don extends CommonObject
          */
         function valid_promesse($id, $userid, $notrigger=0)
         {
    +        // phpcs:enable
     		global $langs, $user;
     
     		$error=0;
    @@ -744,6 +754,7 @@ class Don extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Classify the donation as paid, the donation was received
          *
    @@ -753,6 +764,7 @@ class Don extends CommonObject
          */
         function set_paid($id, $modepayment=0)
         {
    +        // phpcs:enable
             $sql = "UPDATE ".MAIN_DB_PREFIX."don SET fk_statut = 2";
             if ($modepayment)
             {
    @@ -779,6 +791,7 @@ class Don extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Set donation to status cancelled
          *
    @@ -787,6 +800,7 @@ class Don extends CommonObject
          */
         function set_cancel($id)
         {
    +        // phpcs:enable
             $sql = "UPDATE ".MAIN_DB_PREFIX."don SET fk_statut = -1 WHERE rowid = ".$id;
     
             $resql=$this->db->query($sql);
    @@ -808,6 +822,7 @@ class Don extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Sum of donations
          *
    @@ -816,6 +831,7 @@ class Don extends CommonObject
          */
         function sum_donations($param)
         {
    +        // phpcs:enable
             global $conf;
     
             $result=0;
    @@ -835,13 +851,15 @@ class Don extends CommonObject
             return $result;
         }
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *	Charge indicateurs this->nb pour le tableau de bord
          *
          *	@return     int         <0 if KO, >0 if OK
          */
         function load_state_board()
         {
    +        // phpcs:enable
             global $conf;
     
             $this->nb=array();
    @@ -1046,5 +1064,4 @@ class Don extends CommonObject
     			return 0;
     		}
     	}
    -
     }
    diff --git a/htdocs/don/class/donstats.class.php b/htdocs/don/class/donstats.class.php
    index 52cff09c67e..ed048dc04a4 100644
    --- a/htdocs/don/class/donstats.class.php
    +++ b/htdocs/don/class/donstats.class.php
    @@ -134,4 +134,4 @@ class DonationStats extends Stats
     
     		return $this->_getAllByYear($sql);
     	}
    -}
    \ No newline at end of file
    +}
    diff --git a/htdocs/don/class/paymentdonation.class.php b/htdocs/don/class/paymentdonation.class.php
    index f866f20a02f..69c6e8b5501 100644
    --- a/htdocs/don/class/paymentdonation.class.php
    +++ b/htdocs/don/class/paymentdonation.class.php
    @@ -32,15 +32,21 @@ class PaymentDonation extends CommonObject
     	/**
     	 * @var string ID to identify managed object
     	 */
    -	public $element='payment_donation';	
    -	
    +	public $element='payment_donation';
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='payment_donation';
    -	
    -    public $picto = 'payment';
     
    +    /**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto = 'payment';
    +
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
     
     	public $fk_donation;
    @@ -76,7 +82,7 @@ class PaymentDonation extends CommonObject
          *  Use this->amounts to have list of lines for the payment
          *
     	 *  @param      User		$user			User making payment
    -	 *	@param      bool 		$notrigger 		false=launch triggers after, true=disable triggers
    +	 *  @param      bool 		$notrigger 		false=launch triggers after, true=disable triggers
     	 *  @return     int     					<0 if KO, id of payment if OK
     	 */
     	function create($user, $notrigger=false)
    @@ -453,6 +459,7 @@ class PaymentDonation extends CommonObject
     	    return '';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -462,7 +469,8 @@ class PaymentDonation extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    -	    global $langs;
    +        // phpcs:enable
    +        global $langs;
     
     	    return '';
     	}
    @@ -490,8 +498,6 @@ class PaymentDonation extends CommonObject
     		$this->fk_bank='';
     		$this->fk_user_creat='';
     		$this->fk_user_modif='';
    -
    -
     	}
     
     
    @@ -578,6 +584,7 @@ class PaymentDonation extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update link between the donation payment and the generated line in llx_bank
     	 *
    @@ -586,6 +593,7 @@ class PaymentDonation extends CommonObject
     	 */
     	function update_fk_bank($id_bank)
     	{
    +        // phpcs:enable
     		$sql = "UPDATE ".MAIN_DB_PREFIX."payment_donation SET fk_bank = ".$id_bank." WHERE rowid = ".$this->id;
     
     		dol_syslog(get_class($this)."::update_fk_bank", LOG_DEBUG);
    diff --git a/htdocs/don/document.php b/htdocs/don/document.php
    index 7459bf82453..177b2b82d8b 100644
    --- a/htdocs/don/document.php
    +++ b/htdocs/don/document.php
    @@ -40,9 +40,8 @@ if (! empty($conf->projet->enabled))
         require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
     }
     
    -$langs->load("other");
    -$langs->load("donations");
    -$langs->load("companies");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","other","donations"));
     
     $id = GETPOST('id','int');
     $ref = GETPOST('ref', 'alpha');
    diff --git a/htdocs/don/list.php b/htdocs/don/list.php
    index 1e7d93302d8..782a3afba75 100644
    --- a/htdocs/don/list.php
    +++ b/htdocs/don/list.php
    @@ -28,8 +28,8 @@ require '../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/don/class/don.class.php';
     if (! empty($conf->projet->enabled)) require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
     
    -$langs->load("companies");
    -$langs->load("donations");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","donations"));
     
     $sortfield = GETPOST("sortfield",'alpha');
     $sortorder = GETPOST("sortorder",'alpha');
    diff --git a/htdocs/don/note.php b/htdocs/don/note.php
    index d78aa2c7ea5..3a5c55f7c6d 100644
    --- a/htdocs/don/note.php
    +++ b/htdocs/don/note.php
    @@ -35,9 +35,8 @@ if (! empty($conf->projet->enabled))
         require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
     }
     
    -$langs->load("companies");
    -$langs->load("bills");
    -$langs->load("donations");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","bills","donations"));
     
     $id=(GETPOST('id','int')?GETPOST('id','int'):GETPOST('facid','int'));  // For backward compatibility
     $ref=GETPOST('ref','alpha');
    diff --git a/htdocs/don/payment/card.php b/htdocs/don/payment/card.php
    index e4a7ef5c5d4..dde03cb461d 100644
    --- a/htdocs/don/payment/card.php
    +++ b/htdocs/don/payment/card.php
    @@ -28,9 +28,8 @@ require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/modules/facture/modules_facture.php';
     if (! empty($conf->banque->enabled)) require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php';
     
    -$langs->load('bills');
    -$langs->load('banks');
    -$langs->load('companies');
    +// Load translation files required by the page
    +$langs->loadLangs(array("bills","banks","companies"));
     
     // Security check
     $id=GETPOST('rowid')?GETPOST('rowid','int'):GETPOST('id','int');
    diff --git a/htdocs/don/payment/payment.php b/htdocs/don/payment/payment.php
    index d1cfaa6f0ad..e016bb80a8e 100644
    --- a/htdocs/don/payment/payment.php
    +++ b/htdocs/don/payment/payment.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2015       Alexandre Spangaro	  	<aspangaro.dolibarr@gmail.com>
    +/* Copyright (C) 2015       Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -174,7 +175,7 @@ if (GETPOST('action','aZ09') == 'create')
     	print '<input type="hidden" name="rowid" value="'.$chid.'">';
     	print '<input type="hidden" name="chid" value="'.$chid.'">';
     	print '<input type="hidden" name="action" value="add_payment">';
    -	
    +
         dol_fiche_head();
     
     	print '<table cellspacing="0" class="border" width="100%" cellpadding="2">';
    @@ -205,7 +206,7 @@ if (GETPOST('action','aZ09') == 'create')
     	print '<tr><td class="fieldrequired">'.$langs->trans("Date").'</td><td colspan="2">';
     	$datepaid = dol_mktime(12, 0, 0, $_POST["remonth"], $_POST["reday"], $_POST["reyear"]);
     	$datepayment=empty($conf->global->MAIN_AUTOFILL_DATE)?(empty($_POST["remonth"])?-1:$datepaid):0;
    -	$form->select_date($datepayment,'','','','',"add_payment",1,1);
    +	print $form->selectDate($datepayment, '', '', '', '', "add_payment", 1, 1);
     	print "</td>";
     	print '</tr>';
     
    diff --git a/htdocs/don/stats/index.php b/htdocs/don/stats/index.php
    index cb574da939a..224e674e9da 100644
    --- a/htdocs/don/stats/index.php
    +++ b/htdocs/don/stats/index.php
    @@ -47,9 +47,8 @@ $year = GETPOST('year')>0?GETPOST('year'):$nowyear;
     $startyear=$year-1;
     $endyear=$year;
     
    -$langs->load("sendings");
    -$langs->load("other");
    -$langs->load("companies");
    +// Load translation files required by the page
    +$langs->loadLangs(array("companies","other","sendings"));
     
     
     /*
    diff --git a/htdocs/ecm/class/ecmdirectory.class.php b/htdocs/ecm/class/ecmdirectory.class.php
    index 3e3559847b8..f477e27b37b 100644
    --- a/htdocs/ecm/class/ecmdirectory.class.php
    +++ b/htdocs/ecm/class/ecmdirectory.class.php
    @@ -31,13 +31,16 @@ class EcmDirectory // extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='ecm_directories';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	//public $table_element='ecm_directories';
    -	
    -	var $picto = 'dir';
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto = 'dir';
     
     	/**
     	 * @var int ID
    @@ -45,24 +48,33 @@ class EcmDirectory // extends CommonObject
     	public $id;
     
     	/**
    -     * @var string proper name for given parameter
    +     * @var string ECM directories label
          */
         public $label;
    -    
    -	var $fk_parent;
    -	var $description;
    -	var $cachenbofdoc=-1;	// By default cache initialized with value 'not calculated'
    -	var $date_c;
    -	var $date_m;
    +
    +	public $fk_parent;
    +
    +	/**
    +	 * @var string description
    +	 */
    +	public $description;
    +
    +	public $cachenbofdoc=-1;	// By default cache initialized with value 'not calculated'
    +	public $date_c;
    +	public $date_m;
     	public $fk_user_m;
     	public $fk_user_c;
    +
    +	/**
    +	 * @var string Ref
    +	 */
     	public $ref;
     
    -	var $cats=array();
    -	var $motherof=array();
    +	public $cats=array();
    +	public $motherof=array();
     
    -	var $forbiddenchars = array('<','>',':','/','\\','?','*','|','"');
    -	var $forbiddencharsdir = array('<','>',':','?','*','|','"');
    +	public $forbiddenchars = array('<','>',':','/','\\','?','*','|','"');
    +	public $forbiddencharsdir = array('<','>',':','?','*','|','"');
     
     	public $full_arbo_loaded;
     
    @@ -70,7 +82,7 @@ class EcmDirectory // extends CommonObject
     	 * @var string Error code (or message)
     	 */
     	public $error;
    -	
    +
     	/**
     	 * @var string[] Error codes (or messages)
     	 */
    @@ -512,6 +524,7 @@ class EcmDirectory // extends CommonObject
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Load this->motherof that is array(id_son=>id_parent, ...)
     	 *
    @@ -519,6 +532,7 @@ class EcmDirectory // extends CommonObject
     	 */
     	function load_motherof()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$this->motherof=array();
    @@ -559,6 +573,7 @@ class EcmDirectory // extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return the status
     	 *
    @@ -568,11 +583,13 @@ class EcmDirectory // extends CommonObject
     	 */
     	static function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		return '';
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Reconstruit l'arborescence des categories sous la forme d'un tableau à partir de la base de donnée
     	 *	Renvoi un tableau de tableau('id','id_mere',...) trie selon arbre et avec:
    @@ -594,6 +611,7 @@ class EcmDirectory // extends CommonObject
     	 */
     	function get_full_arbo($force=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if (empty($force) && ! empty($this->full_arbo_loaded))
    @@ -673,6 +691,7 @@ class EcmDirectory // extends CommonObject
     		return $this->cats;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define properties fullpath, fullrelativename, fulllabel of a directory of array this->cats and all its childs.
     	 *  Separator between directories is always '/', whatever is OS.
    @@ -683,6 +702,7 @@ class EcmDirectory // extends CommonObject
     	 */
     	function build_path_from_id_categ($id_categ,$protection=0)
     	{
    +        // phpcs:enable
     		// Define fullpath
     		if (! empty($this->cats[$id_categ]['id_mere']))
     		{
    @@ -757,6 +777,7 @@ class EcmDirectory // extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          * Call trigger based on this instance
          *
    @@ -770,6 +791,7 @@ class EcmDirectory // extends CommonObject
          */
         function call_trigger($trigger_name, $user)
         {
    +        // phpcs:enable
             global $langs,$conf;
     
             include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    @@ -786,8 +808,5 @@ class EcmDirectory // extends CommonObject
                 }
             }
             return $result;
    -
         }
    -
    -
     }
    diff --git a/htdocs/ecm/class/ecmfiles.class.php b/htdocs/ecm/class/ecmfiles.class.php
    index d6eff8e697b..50dbcb60dc6 100644
    --- a/htdocs/ecm/class/ecmfiles.class.php
    +++ b/htdocs/ecm/class/ecmfiles.class.php
    @@ -40,22 +40,44 @@ class EcmFiles extends CommonObject
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'ecmfiles';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'ecm_files';
    -	
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'generic';
     
    -	public $ref;					// hash of file path
    -	public $label;					// hash of file content (md5_file(dol_osencode($destfull))
    +	/**
    +	 * @var string Ref hash of file path
    +	 */
    +	public $ref;
    +
    +	/**
    +	 * hash of file content (md5_file(dol_osencode($destfull))
    +     * @var string Ecm Files label
    +     */
    +    public $label;
    +
     	public $share;					// hash for file sharing, empty by default (example: getRandomPassword(true))
    +
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
    +
     	public $filename;
     	public $filepath;
     	public $fullpath_orig;
    +
    +	/**
    +	 * @var string description
    +	 */
     	public $description;
    +
     	public $keywords;
     	public $cover;
     	public $position;
    @@ -68,7 +90,7 @@ class EcmFiles extends CommonObject
     	public $acl;
     	public $src_object_type;
     	public $src_object_id;
    -	
    +
     
     	/**
     	 * Constructor
    @@ -339,7 +361,7 @@ class EcmFiles extends CommonObject
     		else {
     			$sql .= ' AND t.rowid = '.$this->db->escape($id);					// rowid already unique
     		}
    -		
    +
     		$this->db->plimit(1);	// When we search on src or on hash of content (hashforfile) to solve hash conflict when several files has same content, we take first one only
     		$this->db->order('t.rowid', 'ASC');
     
    @@ -779,6 +801,7 @@ class EcmFiles extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return the status
     	 *
    @@ -788,6 +811,7 @@ class EcmFiles extends CommonObject
     	 */
     	static function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		return '';
     	}
    @@ -829,12 +853,25 @@ class EcmFiles extends CommonObject
     
     class EcmfilesLine
     {
    -	public $label;
    +	/**
    +     * @var string ECM files line label
    +     */
    +    public $label;
    +
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
    +
     	public $filename;
     	public $filepath;
     	public $fullpath_orig;
    +
    +	/**
    +	 * @var string description
    +	 */
     	public $description;
    +
     	public $keywords;
     	public $cover;
     	public $position;
    diff --git a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
    index 0a51e8cc73d..b7c20e33d2d 100644
    --- a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
    +++ b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
    @@ -27,7 +27,7 @@ if (empty($conf) || ! is_object($conf))
     ?>
     
     <!-- BEGIN PHP TEMPLATE ecm/tpl/enablefiletreeajax.tpl.php -->
    -<!-- Doc of fileTree plugin at http://www.abeautifulsite.net/blog/2008/03/jquery-file-tree/ -->
    +<!-- Doc of fileTree plugin at https://www.abeautifulsite.net/jquery-file-tree:  http://www.abeautifulsite.net/blog/2008/03/jquery-file-tree/ -->
     
     <script type="text/javascript">
     
    diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php
    index ea01148cc70..cd58eae7a8c 100644
    --- a/htdocs/expedition/card.php
    +++ b/htdocs/expedition/card.php
    @@ -9,8 +9,9 @@
      * Copyright (C) 2014		Cedric GROSS			<c.gross@kreiz-it.fr>
      * Copyright (C) 2014-2017	Francis Appels			<francis.appels@yahoo.com>
      * Copyright (C) 2015		Claudio Aschieri		<c.aschieri@19.coop>
    - * Copyright (C) 2016		Ferran Marcet			<fmarcet@2byte.es>
    + * Copyright (C) 2016-2018	Ferran Marcet			<fmarcet@2byte.es>
      * Copyright (C) 2016		Yasser Carreón			<yacasia@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -974,7 +975,7 @@ if ($action == 'create')
                 print '<td colspan="3">';
                 //print dol_print_date($object->date_livraison,"day");	// date_livraison come from order and will be stored into date_delivery planed.
                 $date_delivery = ($date_delivery?$date_delivery:$object->date_livraison); // $date_delivery comes from GETPOST
    -            print $form->select_date($date_delivery?$date_delivery:-1,'date_delivery',1,1,1);
    +            print $form->selectDate($date_delivery?$date_delivery:-1, 'date_delivery', 1, 1, 1);
                 print "</td>\n";
                 print '</tr>';
     
    @@ -1041,7 +1042,7 @@ if ($action == 'create')
     				if ($object->fetch_optionals() > 0) {
     					$expe->array_options = array_merge($expe->array_options, $object->array_options);
     				}
    -				print $object->showOptionals($extrafields, 'edit');
    +				print $expe->showOptionals($extrafields, 'edit');
     			}
     
     
    @@ -1503,11 +1504,11 @@ if ($action == 'create')
     									print '<!-- Show details of lot -->';
     									print '<input name="batchl'.$indiceAsked.'_'.$subj.'" type="hidden" value="'.$dbatch->id.'">';
     
    -									//print $line->fk_product.' - '.$dbatch->batch;
    +									//print '|'.$line->fk_product.'|'.$dbatch->batch.'|<br>';
     									print $langs->trans("Batch").': ';
     									$result = $productlotObject->fetch(0, $line->fk_product, $dbatch->batch);
     									if ($result > 0) print $productlotObject->getNomUrl(1);
    -									else print 'TableLotIncompleteRunRepair';
    +									else print 'TableLotIncompleteRunRepairWithParamStandardEqualConfirmed';
     									print ' ('.$dbatch->qty.')';
     									$quantityToBeDelivered -= $deliverableQty;
     									if ($quantityToBeDelivered < 0)
    @@ -1576,7 +1577,7 @@ if ($action == 'create')
     					$srcLine = new OrderLine($db);
     					$srcLine->fetch_optionals($line->id); // fetch extrafields also available in orderline
     					$line = new ExpeditionLigne($db);
    -					$line->fetch_optionals($line->id);
    +					//$line->fetch_optionals($line->id);
     					$line->array_options = array_merge($line->array_options, $srcLine->array_options);
     					print '<tr class="oddeven">';
     					print $line->showOptionals($extrafieldsline, 'edit', array('style'=>$bc[$var], 'colspan'=>$colspan),$indiceAsked);
    @@ -1676,12 +1677,11 @@ else if ($id || $ref)
     
     		}
     
    -		if (! $formconfirm) {
    -		    $parameters = array();
    -		    $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;
    -		}
    +		// Call Hook formConfirm
    +		$parameters = array();
    +		$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;
    @@ -1798,7 +1798,7 @@ else if ($id || $ref)
     			print '<form name="setdate_livraison" action="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'" method="post">';
     			print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
     			print '<input type="hidden" name="action" value="setdate_livraison">';
    -			print $form->select_date($object->date_delivery?$object->date_delivery:-1,'liv_',1,1,'',"setdate_livraison",1,0,1);
    +			print $form->selectDate($object->date_delivery?$object->date_delivery:-1, 'liv_', 1, 1, '', "setdate_livraison", 1, 0);
     			print '<input type="submit" class="button" value="'.$langs->trans('Modify').'">';
     			print '</form>';
     		}
    @@ -2010,7 +2010,7 @@ else if ($id || $ref)
             print '<div class="div-table-responsive-no-min">';
     		print '<table class="noborder" width="100%">';
     		print '<tr class="liste_titre">';
    -		// #
    +		// Adds a line numbering column
     		if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER))
     		{
     			print '<td width="5" align="center">&nbsp;</td>';
    @@ -2142,7 +2142,7 @@ else if ($id || $ref)
     		    print '<!-- origin line id = '.$lines[$i]->origin_line_id.' -->'; // id of order line
     			print '<tr class="oddeven">';
     
    -			// #
    +			// Adds a line numbering column
     			if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER))
     			{
     				print '<td align="center">'.($i+1).'</td>';
    diff --git a/htdocs/expedition/class/api_shipments.class.php b/htdocs/expedition/class/api_shipments.class.php
    index 0e07c3706a4..109b847fc62 100644
    --- a/htdocs/expedition/class/api_shipments.class.php
    +++ b/htdocs/expedition/class/api_shipments.class.php
    @@ -472,7 +472,6 @@ class Shipments extends DolibarrApi
                     'message' => 'Shipment deleted'
                 )
             );
    -
         }
     
         /**
    diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php
    index a4bcfeb2281..7b764e32093 100644
    --- a/htdocs/expedition/class/expedition.class.php
    +++ b/htdocs/expedition/class/expedition.class.php
    @@ -10,7 +10,8 @@
      * Copyright (C) 2014-2017  Francis Appels          <francis.appels@yahoo.com>
      * Copyright (C) 2015       Claudio Aschieri        <c.aschieri@19.coop>
      * Copyright (C) 2016		Ferran Marcet			<fmarcet@2byte.es>
    - * Copyright (C) 2018      Nicolas ZABOURI			<info@inovea-conseil.com>
    + * Copyright (C) 2018       Nicolas ZABOURI			<info@inovea-conseil.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -48,65 +49,94 @@ class Expedition extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element="shipping";
    -	
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element="fk_expedition";
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element="expedition";
    -	
    +
    +	/**
    +	 * @var int    Name of subtable line
    +	 */
     	public $table_element_line="expeditiondet";
    -	public $ismultientitymanaged = 1;	// 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'sending';
     
    -	var $socid;
    -	var $ref_customer;
    -	var $ref_int;
    -	var $brouillon;
    -	var $entrepot_id;
    -	var $lines=array();
    -	var $tracking_number;
    -	var $tracking_url;
    -	var $billed;
    -	var $model_pdf;
    +	public $socid;
    +	public $ref_customer;
    +	public $ref_int;
    +	public $brouillon;
    +	public $entrepot_id;
    +	public $lines=array();
    +	public $tracking_number;
    +	public $tracking_url;
    +	public $billed;
    +	public $model_pdf;
     
    -	var $trueWeight;
    -	var $weight_units;
    -	var $trueWidth;
    -	var $width_units;
    -	var $trueHeight;
    -	var $height_units;
    -	var $trueDepth;
    -	var $depth_units;
    +	public $trueWeight;
    +	public $weight_units;
    +	public $trueWidth;
    +	public $width_units;
    +	public $trueHeight;
    +	public $height_units;
    +	public $trueDepth;
    +	public $depth_units;
     	// A denormalized value
    -	var $trueSize;
    +	public $trueSize;
    +
    +	public $date_delivery;		// Date delivery planed
     
    -	var $date_delivery;		// Date delivery planed
     	/**
     	 * @deprecated
     	 * @see date_shipping
     	 */
    -	var $date;
    +	public $date;
    +
     	/**
     	 * @deprecated
     	 * @see date_shipping
     	 */
    -	var $date_expedition;
    +	public $date_expedition;
    +
     	/**
     	 * Effective delivery date
     	 * @var int
     	 */
     	public $date_shipping;
    -	var $date_creation;
    -	var $date_valid;
     
    -	var $meths;
    -	var $listmeths;			// List of carriers
    +	public $date_creation;
    +	public $date_valid;
     
    +	public $meths;
    +	public $listmeths;			// List of carriers
     
    +    /**
    +	 * Draft status
    +	 */
     	const STATUS_DRAFT = 0;
    +
    +	/**
    +	 * Validated status
    +	 */
     	const STATUS_VALIDATED = 1;
    +
    +	/**
    +	 * Closed status
    +	 */
     	const STATUS_CLOSED = 2;
     
     
    @@ -380,6 +410,7 @@ class Expedition extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Create a expedition line
     	 *
    @@ -391,6 +422,7 @@ class Expedition extends CommonObject
     	 */
     	function create_line($entrepot_id, $origin_line_id, $qty,$array_options=0)
     	{
    +        //phpcs:enable
     		$expeditionline = new ExpeditionLigne($this->db);
     		$expeditionline->fk_expedition = $this->id;
     		$expeditionline->entrepot_id = $entrepot_id;
    @@ -406,6 +438,7 @@ class Expedition extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Create the detail (eat-by date) of the expedition line
     	 *
    @@ -415,6 +448,7 @@ class Expedition extends CommonObject
     	 */
     	function create_line_batch($line_ext,$array_options=0)
     	{
    +        // phpcs:enable
     		$error = 0;
     		$stockLocationQty = array(); // associated array with batch qty in stock location
     
    @@ -476,10 +510,12 @@ class Expedition extends CommonObject
     		$sql.= ", e.note_private, e.note_public";
     		$sql.= ', e.fk_incoterms, e.location_incoterms';
     		$sql.= ', i.libelle as libelle_incoterms';
    +		$sql.= ', s.libelle as shipping_method';
     		$sql.= ", el.fk_source as origin_id, el.sourcetype as origin";
     		$sql.= " FROM ".MAIN_DB_PREFIX."expedition as e";
     		$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."element_element as el ON el.fk_target = e.rowid AND el.targettype = '".$this->db->escape($this->element)."'";
     		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_incoterms as i ON e.fk_incoterms = i.rowid';
    +		$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'c_shipment_mode as s ON e.fk_shipping_method = s.rowid';
     		$sql.= " WHERE e.entity IN (".getEntity('expedition').")";
     		if ($id)   	  $sql.= " AND e.rowid=".$id;
     		if ($ref)     $sql.= " AND e.ref='".$this->db->escape($ref)."'";
    @@ -497,9 +533,9 @@ class Expedition extends CommonObject
     				$this->id                   = $obj->rowid;
     				$this->ref                  = $obj->ref;
     				$this->socid                = $obj->socid;
    -				$this->ref_customer			= $obj->ref_customer;
    -				$this->ref_ext				= $obj->ref_ext;
    -				$this->ref_int				= $obj->ref_int;
    +				$this->ref_customer	    = $obj->ref_customer;
    +				$this->ref_ext		    = $obj->ref_ext;
    +				$this->ref_int		    = $obj->ref_int;
     				$this->statut               = $obj->fk_statut;
     				$this->user_author_id       = $obj->fk_user_author;
     				$this->date_creation        = $this->db->jdate($obj->date_creation);
    @@ -509,12 +545,13 @@ class Expedition extends CommonObject
     				$this->date_delivery        = $this->db->jdate($obj->date_delivery);	// Date planed
     				$this->fk_delivery_address  = $obj->fk_address;
     				$this->modelpdf             = $obj->model_pdf;
    -				$this->shipping_method_id	= $obj->fk_shipping_method;
    +				$this->shipping_method_id   = $obj->fk_shipping_method;
    +				$this->shipping_method	    = $obj->shipping_method;
     				$this->tracking_number      = $obj->tracking_number;
     				$this->origin               = ($obj->origin?$obj->origin:'commande'); // For compatibility
     				$this->origin_id            = $obj->origin_id;
     				$this->billed               = $obj->billed;
    -				$this->fk_project			= $obj->fk_projet;
    +				$this->fk_project	    = $obj->fk_projet;
     
     				$this->trueWeight           = $obj->weight;
     				$this->weight_units         = $obj->weight_units;
    @@ -530,13 +567,13 @@ class Expedition extends CommonObject
     				$this->note_private         = $obj->note_private;
     
     				// A denormalized value
    -				$this->trueSize           	= $obj->size."x".$obj->width."x".$obj->height;
    +				$this->trueSize             = $obj->size."x".$obj->width."x".$obj->height;
     				$this->size_units           = $obj->size_units;
     
     				//Incoterms
    -				$this->fk_incoterms = $obj->fk_incoterms;
    -				$this->location_incoterms = $obj->location_incoterms;
    -				$this->libelle_incoterms = $obj->libelle_incoterms;
    +				$this->fk_incoterms         = $obj->fk_incoterms;
    +				$this->location_incoterms   = $obj->location_incoterms;
    +				$this->libelle_incoterms    = $obj->libelle_incoterms;
     
     				$this->db->free($result);
     
    @@ -802,6 +839,7 @@ class Expedition extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Create a delivery receipt from a shipment
     	 *
    @@ -810,6 +848,7 @@ class Expedition extends CommonObject
     	 */
     	function create_delivery($user)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if ($conf->livraison_bon->enabled)
    @@ -909,6 +948,7 @@ class Expedition extends CommonObject
     		$this->lines[$num] = $line;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Add a shipment line with batch record
     	 *
    @@ -918,6 +958,7 @@ class Expedition extends CommonObject
     	 */
     	function addline_batch($dbatch,$array_options=0)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$num = count($this->lines);
    @@ -1294,9 +1335,9 @@ class Expedition extends CommonObject
     			$this->db->rollback();
     			return -1;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Load lines
     	 *
    @@ -1304,6 +1345,7 @@ class Expedition extends CommonObject
     	 */
     	function fetch_lines()
     	{
    +        // phpcs:enable
     		global $conf, $mysoc;
     		// TODO: recuperer les champs du document associe a part
     
    @@ -1583,6 +1625,7 @@ class Expedition extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return label of a status
     	 *
    @@ -1592,37 +1635,38 @@ class Expedition extends CommonObject
     	 */
     	function LibStatut($statut,$mode)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode==0)
     		{
     			if ($statut==0) return $langs->trans($this->statuts[$statut]);
    -			if ($statut==1) return $langs->trans($this->statuts[$statut]);
    -			if ($statut==2) return $langs->trans($this->statuts[$statut]);
    +			elseif ($statut==1) return $langs->trans($this->statuts[$statut]);
    +			elseif ($statut==2) return $langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode==1)
    +		elseif ($mode==1)
     		{
     			if ($statut==0) return $langs->trans($this->statutshorts[$statut]);
    -			if ($statut==1) return $langs->trans($this->statutshorts[$statut]);
    -			if ($statut==2) return $langs->trans($this->statutshorts[$statut]);
    +			elseif ($statut==1) return $langs->trans($this->statutshorts[$statut]);
    +			elseif ($statut==2) return $langs->trans($this->statutshorts[$statut]);
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut==0) return img_picto($langs->trans($this->statuts[$statut]),'statut0');
    -			if ($statut==1) return img_picto($langs->trans($this->statuts[$statut]),'statut4');
    -			if ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut6');
    +			elseif ($statut==1) return img_picto($langs->trans($this->statuts[$statut]),'statut4');
    +			elseif ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut6');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut==0) return img_picto($langs->trans($this->statuts[$statut]),'statut0').' '.$langs->trans($this->statuts[$statut]);
    -			if ($statut==1) return img_picto($langs->trans($this->statuts[$statut]),'statut4').' '.$langs->trans($this->statuts[$statut]);
    -			if ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
    +			elseif ($statut==1) return img_picto($langs->trans($this->statuts[$statut]),'statut4').' '.$langs->trans($this->statuts[$statut]);
    +			elseif ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut==0) return $langs->trans($this->statutshorts[$statut]).' '.img_picto($langs->trans($this->statuts[$statut]),'statut0');
    -			if ($statut==1) return $langs->trans($this->statutshorts[$statut]).' '.img_picto($langs->trans($this->statuts[$statut]),'statut4');
    -			if ($statut==2) return $langs->trans($this->statutshorts[$statut]).' '.img_picto($langs->trans($this->statuts[$statut]),'statut6');
    +			elseif ($statut==1) return $langs->trans($this->statutshorts[$statut]).' '.img_picto($langs->trans($this->statuts[$statut]),'statut4');
    +			elseif ($statut==2) return $langs->trans($this->statutshorts[$statut]).' '.img_picto($langs->trans($this->statuts[$statut]),'statut6');
     		}
     	}
     
    @@ -1703,9 +1747,9 @@ class Expedition extends CommonObject
     			$this->lines[]=$line;
     			$xnbp++;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set the planned delivery date
     	 *
    @@ -1715,6 +1759,7 @@ class Expedition extends CommonObject
     	 */
     	function set_date_livraison($user, $date_livraison)
     	{
    +        // phpcs:enable
     		if ($user->rights->expedition->creer)
     		{
     			$sql = "UPDATE ".MAIN_DB_PREFIX."expedition";
    @@ -1740,6 +1785,7 @@ class Expedition extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Fetch deliveries method and return an array. Load array this->meths(rowid=>label).
     	 *
    @@ -1747,6 +1793,7 @@ class Expedition extends CommonObject
     	 */
     	function fetch_delivery_methods()
     	{
    +        // phpcs:enable
     		global $langs;
     		$this->meths = array();
     
    @@ -1766,6 +1813,7 @@ class Expedition extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Fetch all deliveries method and return an array. Load array this->listmeths.
     	 *
    @@ -1774,6 +1822,7 @@ class Expedition extends CommonObject
     	 */
     	function list_delivery_methods($id='')
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$this->listmeths = array();
    @@ -1800,6 +1849,7 @@ class Expedition extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update/create delivery method.
     	 *
    @@ -1809,6 +1859,7 @@ class Expedition extends CommonObject
     	 */
     	function update_delivery_method($id='')
     	{
    +        // phpcs:enable
     		if ($id=='')
     		{
     			$sql = "INSERT INTO ".MAIN_DB_PREFIX."c_shipment_mode (code, libelle, description, tracking)";
    @@ -1828,6 +1879,7 @@ class Expedition extends CommonObject
     		if ($resql < 0) dol_print_error($this->db,'');
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Activate delivery method.
     	 *
    @@ -1837,13 +1889,14 @@ class Expedition extends CommonObject
     	 */
     	function activ_delivery_method($id)
     	{
    +        // phpcs:enable
     		$sql = 'UPDATE '.MAIN_DB_PREFIX.'c_shipment_mode SET active=1';
     		$sql.= ' WHERE rowid='.$id;
     
     		$resql = $this->db->query($sql);
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  DesActivate delivery method.
     	 *
    @@ -1853,14 +1906,15 @@ class Expedition extends CommonObject
     	 */
     	function disable_delivery_method($id)
     	{
    +        // phpcs:enable
     		$sql = 'UPDATE '.MAIN_DB_PREFIX.'c_shipment_mode SET active=0';
     		$sql.= ' WHERE rowid='.$id;
     
     		$resql = $this->db->query($sql);
    -
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Forge an set tracking url
     	 *
    @@ -1869,6 +1923,7 @@ class Expedition extends CommonObject
     	 */
     	function GetUrlTrackingStatus($value='')
     	{
    +        // phpcs:enable
     		if (! empty($this->shipping_method_id))
     		{
     			$sql = "SELECT em.code, em.tracking";
    @@ -2046,6 +2101,7 @@ class Expedition extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Classify the shipping as invoiced (used when WORKFLOW_BILL_ON_SHIPMENT is on)
     	 *
    @@ -2053,6 +2109,7 @@ class Expedition extends CommonObject
     	 */
     	function set_billed()
     	{
    +        // phpcs:enable
     		global $user;
     		$error=0;
     
    @@ -2225,7 +2282,7 @@ class Expedition extends CommonObject
     	 *  @param      int			$hidedetails    Hide details of lines
     	 *  @param      int			$hidedesc       Hide description
     	 *  @param      int			$hideref        Hide ref
    -         *  @param   null|array  $moreparams     Array to provide more information
    +     *  @param      null|array  $moreparams     Array to provide more information
     	 *  @return     int         				0 if KO, 1 if OK
     	 */
     	public function generateDocument($modele, $outputlangs,$hidedetails=0, $hidedesc=0, $hideref=0,$moreparams=null)
    @@ -2280,7 +2337,7 @@ class ExpeditionLigne extends CommonObjectLine
     	 * @var string ID to identify managed object
     	 */
     	public $element='expeditiondet';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -2747,4 +2804,3 @@ class ExpeditionLigne extends CommonObjectLine
     		}
     	}
     }
    -
    diff --git a/htdocs/expedition/class/expeditionbatch.class.php b/htdocs/expedition/class/expeditionbatch.class.php
    index 540b584590b..611a9a750df 100644
    --- a/htdocs/expedition/class/expeditionbatch.class.php
    +++ b/htdocs/expedition/class/expeditionbatch.class.php
    @@ -31,8 +31,8 @@ class ExpeditionLineBatch extends CommonObject
     	/**
     	 * @var string ID to identify managed object
     	 */
    -	public $element='expeditionlignebatch';			
    -	
    +	public $element='expeditionlignebatch';
    +
     	private static $_table_element='expeditiondet_batch';		//!< Name of table without prefix where object is stored
     
     	var $sellby;
    @@ -51,7 +51,6 @@ class ExpeditionLineBatch extends CommonObject
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     	/**
    @@ -63,15 +62,15 @@ class ExpeditionLineBatch extends CommonObject
     	function fetchFromStock($id_stockdluo)
     	{
             $sql = "SELECT";
    -	$sql.= " pb.batch,";
    -	$sql.= " pl.sellby,";
    -	$sql.= " pl.eatby,";
    -	$sql.= " ps.fk_entrepot";
    +        $sql.= " pb.batch,";
    +        $sql.= " pl.sellby,";
    +        $sql.= " pl.eatby,";
    +        $sql.= " ps.fk_entrepot";
     
             $sql.= " FROM ".MAIN_DB_PREFIX."product_batch as pb";
             $sql.= " JOIN ".MAIN_DB_PREFIX."product_stock as ps on pb.fk_product_stock=ps.rowid";
             $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX."product_lot as pl on pl.batch = pb.batch AND pl.fk_product = ps.fk_product";
    -	$sql.= " WHERE pb.rowid = ".(int) $id_stockdluo;
    +        $sql.= " WHERE pb.rowid = ".(int) $id_stockdluo;
     
         	dol_syslog(get_class($this)."::fetch", LOG_DEBUG);
             $resql=$this->db->query($sql);
    @@ -236,5 +235,4 @@ class ExpeditionLineBatch extends CommonObject
     			return -1;
     		}
     	}
    -
     }
    diff --git a/htdocs/expedition/shipment.php b/htdocs/expedition/shipment.php
    index 0d3111d9f12..33e1dd97f7b 100644
    --- a/htdocs/expedition/shipment.php
    +++ b/htdocs/expedition/shipment.php
    @@ -3,6 +3,8 @@
      * Copyright (C) 2005-2012	Laurent Destailleur		<eldy@users.sourceforge.net>
      * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      * Copyright (C) 2012-2015	Juanjo Menent			<jmenent@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
    + * Copyright (C) 2018       Philippe Grand          <philippe.grand@atoo-net.com>
      *
      * 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
    @@ -258,12 +260,11 @@ if ($id > 0 || ! empty($ref))
     
     		}
     
    -		if (! $formconfirm) {
    -		    $parameters = array();
    -		    $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;
    -		}
    +		// Call Hook formConfirm
    +		$parameters = array();
    +		$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;
    @@ -371,7 +372,7 @@ if ($id > 0 || ! empty($ref))
     			print '<form name="setdate_livraison" action="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'" method="post">';
     			print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
     			print '<input type="hidden" name="action" value="setdatedelivery">';
    -			$form->select_date($object->date_livraison>0?$object->date_livraison:-1,'liv_','','','',"setdatedelivery");
    +			print $form->selectDate($object->date_livraison>0?$object->date_livraison:-1, 'liv_', '', '', '', "setdatedelivery");
     			print '<input type="submit" class="button" value="'.$langs->trans('Modify').'">';
     			print '</form>';
     		}
    @@ -921,8 +922,8 @@ if ($id > 0 || ! empty($ref))
     	}
     	else
     	{
    -		/* Commande non trouvee */
    -		print "Commande inexistante";
    +		/* Order not found */
    +		setEventMessages($langs->trans("NonExistentOrder"), null, 'errors');
     	}
     }
     
    diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php
    index 75285bf35cf..e19c7a841e1 100644
    --- a/htdocs/expensereport/card.php
    +++ b/htdocs/expensereport/card.php
    @@ -1,9 +1,10 @@
     <?php
    -/* Copyright (C) 2003      Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
    - * Copyright (C) 2015-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    - * Copyright (C) 2017      Ferran Marcet        <fmarcet@2byte.es>
    +/* Copyright (C) 2003       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2017  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2009  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2015-2017  Alexandre Spangaro      <aspangaro@zendsi.com>
    + * Copyright (C) 2017       Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -1211,7 +1212,7 @@ if (empty($reshook))
         	}
         }
     
    -    if ($action == "updateligne" && $user->rights->expensereport->creer)
    +    if ($action == "updateline" && $user->rights->expensereport->creer)
         {
         	$object = new ExpenseReport($db);
         	$object->fetch($id);
    @@ -1335,7 +1336,7 @@ if ($action == 'create')
     	print '<tr>';
     	print '<td class="titlefieldcreate fieldrequired">'.$langs->trans("DateStart").'</td>';
     	print '<td>';
    -	$form->select_date($date_start?$date_start:-1,'date_debut',0,0,0,'',1,1);
    +	print $form->selectDate($date_start?$date_start:-1, 'date_debut', 0, 0, 0, '', 1, 1);
     	print '</td>';
     	print '</tr>';
     
    @@ -1343,7 +1344,7 @@ if ($action == 'create')
     	print '<tr>';
     	print '<td class="fieldrequired">'.$langs->trans("DateEnd").'</td>';
     	print '<td>';
    -	$form->select_date($date_end?$date_end:-1,'date_fin',0,0,0,'',1,1);
    +	print $form->selectDate($date_end?$date_end:-1, 'date_fin', 0, 0, 0, '', 1, 1);
     	print '</td>';
     	print '</tr>';
     
    @@ -1500,13 +1501,13 @@ else
     				print '<tr>';
     				print '<td>'.$langs->trans("DateStart").'</td>';
     				print '<td>';
    -				$form->select_date($object->date_debut,'date_debut');
    +				print $form->selectDate($object->date_debut, 'date_debut');
     				print '</td>';
     				print '</tr>';
     				print '<tr>';
     				print '<td>'.$langs->trans("DateEnd").'</td>';
     				print '<td>';
    -				$form->select_date($object->date_fin,'date_fin');
    +				print $form->selectDate($object->date_fin, 'date_fin');
     				print '</td>';
     				print '</tr>';
     
    @@ -1963,7 +1964,7 @@ else
     
     				print '<div style="clear: both;"></div>';
     
    -				$actiontouse='updateligne';
    +				$actiontouse='updateline';
     				if (($object->fk_statut==0 || $object->fk_statut==99) && $action != 'editline') $actiontouse='addline';
     
     				print '<form name="expensereport" action="'.$_SERVER["PHP_SELF"].'" method="post">';
    @@ -2078,7 +2079,7 @@ else
     
     								// Select date
     								print '<td class="center">';
    -								$form->select_date($line->date,'date');
    +								print $form->selectDate($line->date,'date');
     								print '</td>';
     
     								// Select project
    @@ -2161,7 +2162,7 @@ else
     
     					// Select date
     					print '<td align="center">';
    -					$form->select_date($date?$date:-1,'date');
    +					print $form->selectDate($date?$date:-1, 'date');
     					print '</td>';
     
     					// Select project
    diff --git a/htdocs/expensereport/class/api_expensereports.class.php b/htdocs/expensereport/class/api_expensereports.class.php
    index d83714356a2..80c22fb961a 100644
    --- a/htdocs/expensereport/class/api_expensereports.class.php
    +++ b/htdocs/expensereport/class/api_expensereports.class.php
    @@ -445,7 +445,6 @@ class ExpenseReports extends DolibarrApi
                     'message' => 'Expense Report deleted'
                 )
             );
    -
         }
     
         /**
    diff --git a/htdocs/expensereport/class/expensereport.class.php b/htdocs/expensereport/class/expensereport.class.php
    index b223174a6f8..4fbca221d65 100644
    --- a/htdocs/expensereport/class/expensereport.class.php
    +++ b/htdocs/expensereport/class/expensereport.class.php
    @@ -37,12 +37,12 @@ class ExpenseReport extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='expensereport';
    -	
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='expensereport';
    -	
    +
         var $table_element_line = 'expensereport_det';
         var $fk_element = 'fk_expensereport';
         var $picto = 'trip';
    @@ -104,8 +104,8 @@ class ExpenseReport extends CommonObject
             END ACTIONS
         */
     
    -   /**
    -	 * Draft
    +    /**
    +	 * Draft status
     	 */
     	const STATUS_DRAFT = 0;
     
    @@ -147,9 +147,7 @@ class ExpenseReport extends CommonObject
             // List of language codes for status
             $this->statuts_short = array(0 => 'Draft', 2 => 'Validated', 4 => 'Canceled', 5 => 'Approved', 6 => 'Paid', 99 => 'Refused');
             $this->statuts = array(0 => 'Draft', 2 => 'ValidatedWaitingApproval', 4 => 'Canceled', 5 => 'Approved', 6 => 'Paid', 99 => 'Refused');
    -        $this->statuts_logo = array(0 => 'statut0', 2 => 'statut1', 4 => 'statut5', 5 => 'statut3', 6 => 'statut6', 99 => 'statut8');
    -
    -        return 1;
    +        $this->statuts_logo = array(0 => 'statut0', 2 => 'statut1', 4 => 'statut5', 5 => 'statut3', 6 => 'statut6', 99 => 'statut5');
         }
     
         /**
    @@ -547,6 +545,7 @@ class ExpenseReport extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Classify the expense report as paid
          *
    @@ -557,6 +556,7 @@ class ExpenseReport extends CommonObject
          */
         function set_paid($id, $fuser, $notrigger = 0)
         {
    +        // phpcs:enable
     		$error = 0;
     		$this->db->begin();
     
    @@ -618,6 +618,7 @@ class ExpenseReport extends CommonObject
             return $this->LibStatut($this->status,$mode);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Returns the label of a statut
          *
    @@ -627,27 +628,28 @@ class ExpenseReport extends CommonObject
          */
         function LibStatut($status,$mode=0)
         {
    +        // phpcs:enable
             global $langs;
     
             if ($mode == 0)
                 return $langs->transnoentities($this->statuts[$status]);
     
    -        if ($mode == 1)
    +        elseif ($mode == 1)
                 return $langs->transnoentities($this->statuts_short[$status]);
     
    -        if ($mode == 2)
    +        elseif ($mode == 2)
                 return img_picto($langs->transnoentities($this->statuts_short[$status]), $this->statuts_logo[$status]).' '.$langs->transnoentities($this->statuts_short[$status]);
     
    -        if ($mode == 3)
    +        elseif ($mode == 3)
                 return img_picto($langs->transnoentities($this->statuts_short[$status]), $this->statuts_logo[$status]);
     
    -        if ($mode == 4)
    +        elseif ($mode == 4)
                 return img_picto($langs->transnoentities($this->statuts_short[$status]),$this->statuts_logo[$status]).' '.$langs->transnoentities($this->statuts[$status]);
     
    -        if ($mode == 5)
    +        elseif ($mode == 5)
                 return '<span class="hideonsmartphone">'.$langs->transnoentities($this->statuts_short[$status]).' </span>'.img_picto($langs->transnoentities($this->statuts_short[$status]),$this->statuts_logo[$status]);
     
    -        if ($mode == 6)
    +        elseif ($mode == 6)
                 return $langs->transnoentities($this->statuts[$status]).' '.img_picto($langs->transnoentities($this->statuts_short[$status]),$this->statuts_logo[$status]);
         }
     
    @@ -792,6 +794,7 @@ class ExpenseReport extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * fetch_line_by_project
          *
    @@ -801,6 +804,7 @@ class ExpenseReport extends CommonObject
          */
         function fetch_line_by_project($projectid,$user='')
         {
    +        // phpcs:enable
             global $conf,$db,$langs;
     
             $langs->load('trips');
    @@ -895,7 +899,6 @@ class ExpenseReport extends CommonObject
                     return -1;
                 }
             }
    -
         }
     
         /**
    @@ -949,6 +952,7 @@ class ExpenseReport extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * fetch_lines
          *
    @@ -956,6 +960,7 @@ class ExpenseReport extends CommonObject
          */
         function fetch_lines()
         {
    +        // phpcs:enable
             $this->lines=array();
     
             $sql = ' SELECT de.rowid, de.comments, de.qty, de.value_unit, de.date, de.rang,';
    @@ -1192,6 +1197,7 @@ class ExpenseReport extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * set_save_from_refuse
          *
    @@ -1200,6 +1206,7 @@ class ExpenseReport extends CommonObject
          */
         function set_save_from_refuse($fuser)
         {
    +        // phpcs:enable
             global $conf,$langs;
     
             // Sélection de la date de début de la NDF
    @@ -1364,6 +1371,7 @@ class ExpenseReport extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * set_unpaid
          *
    @@ -1373,6 +1381,7 @@ class ExpenseReport extends CommonObject
          */
         function set_unpaid($fuser, $notrigger = 0)
         {
    +        // phpcs:enable
     		$error = 0;
     
             if ($this->fk_c_deplacement_statuts != 5)
    @@ -1423,6 +1432,7 @@ class ExpenseReport extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * set_cancel
          *
    @@ -1433,6 +1443,7 @@ class ExpenseReport extends CommonObject
          */
         function set_cancel($fuser,$detail, $notrigger=0)
         {
    +        // phpcs:enable
     		$error = 0;
             $this->date_cancel = $this->db->idate(gmmktime());
             if ($this->fk_statut != 4)
    @@ -1607,6 +1618,7 @@ class ExpenseReport extends CommonObject
             return $result;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Update total of an expense report when you add a line.
          *
    @@ -1616,6 +1628,7 @@ class ExpenseReport extends CommonObject
          */
         function update_totaux_add($ligne_total_ht,$ligne_total_tva)
         {
    +        // phpcs:enable
             $this->total_ht = $this->total_ht + $ligne_total_ht;
             $this->total_tva = $this->total_tva + $ligne_total_tva;
             $this->total_ttc = $this->total_ht + $this->total_tva;
    @@ -1635,6 +1648,7 @@ class ExpenseReport extends CommonObject
             endif;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Update total of an expense report when you delete a line.
          *
    @@ -1644,6 +1658,7 @@ class ExpenseReport extends CommonObject
          */
         function update_totaux_del($ligne_total_ht,$ligne_total_tva)
         {
    +        // phpcs:enable
             $this->total_ht = $this->total_ht - $ligne_total_ht;
             $this->total_tva = $this->total_tva - $ligne_total_tva;
             $this->total_ttc = $this->total_ht + $this->total_tva;
    @@ -1756,8 +1771,6 @@ class ExpenseReport extends CommonObject
     			$this->error = 'ErrorExpenseNotDraft';
                 return -3;
             }
    -
    -
     	}
     
     	/**
    @@ -2052,6 +2065,7 @@ class ExpenseReport extends CommonObject
             return 1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * periode_existe
          *
    @@ -2062,6 +2076,7 @@ class ExpenseReport extends CommonObject
          */
         function periode_existe($fuser, $date_debut, $date_fin)
         {
    +        // phpcs:enable
             $sql = "SELECT rowid, date_debut, date_fin";
             $sql.= " FROM ".MAIN_DB_PREFIX.$this->table_element;
             $sql.= " WHERE fk_user_author = '{$fuser->id}'";
    @@ -2108,6 +2123,7 @@ class ExpenseReport extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Return list of people with permission to validate expense reports.
          * Search for permission "approve expense report"
    @@ -2116,6 +2132,7 @@ class ExpenseReport extends CommonObject
          */
         function fetch_users_approver_expensereport()
         {
    +        // phpcs:enable
             $users_validator=array();
     
             $sql = "SELECT DISTINCT ur.fk_user";
    @@ -2214,13 +2231,15 @@ class ExpenseReport extends CommonObject
             return $ret;
         }
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *      Charge indicateurs this->nb pour le tableau de bord
          *
          *      @return     int         <0 if KO, >0 if OK
          */
         function load_state_board()
         {
    +        // phpcs:enable
             global $conf;
     
             $this->nb=array();
    @@ -2248,6 +2267,7 @@ class ExpenseReport extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *      Load indicators for dashboard (this->nbtodo and this->nbtodolate)
          *
    @@ -2257,6 +2277,7 @@ class ExpenseReport extends CommonObject
          */
         function load_board($user, $option='topay')
         {
    +        // phpcs:enable
             global $conf, $langs;
     
             if ($user->societe_id) return -1;   // protection pour eviter appel par utilisateur externe
    @@ -2377,7 +2398,6 @@ class ExpenseReport extends CommonObject
         	}
         	return 0;
         }
    -
     }
     
     
    @@ -2390,28 +2410,32 @@ class ExpenseReportLine
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
     
    -    var $rowid;
    -    var $comments;
    -    var $qty;
    -    var $value_unit;
    -    var $date;
    +    /**
    +	 * @var int ID
    +	 */
    +	public $rowid;
     
    -    var $fk_c_type_fees;
    -    var $fk_c_exp_tax_cat;
    -    var $fk_projet;
    -    var $fk_expensereport;
    +    public $comments;
    +    public $qty;
    +    public $value_unit;
    +    public $date;
     
    -    var $type_fees_code;
    -    var $type_fees_libelle;
    +    public $fk_c_type_fees;
    +    public $fk_c_exp_tax_cat;
    +    public $fk_projet;
    +    public $fk_expensereport;
     
    -    var $projet_ref;
    -    var $projet_title;
    +    public $type_fees_code;
    +    public $type_fees_libelle;
    +
    +    public $projet_ref;
    +    public $projet_title;
     
         var $vatrate;
         var $total_ht;
    @@ -2687,6 +2711,7 @@ class ExpenseReportLine
     }
     
     
    +// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     /**
      *    Retourne la liste deroulante des differents etats d'une note de frais.
      *    Les valeurs de la liste sont les id de la table c_expensereport_statuts
    @@ -2699,6 +2724,7 @@ class ExpenseReportLine
      */
     function select_expensereport_statut($selected='',$htmlname='fk_statut',$useempty=1, $useshortlabel=0)
     {
    +    // phpcs:enable
         global $db, $langs;
     
         $tmpep=new ExpenseReport($db);
    @@ -2723,6 +2749,7 @@ function select_expensereport_statut($selected='',$htmlname='fk_statut',$useempt
         print '</select>';
     }
     
    +// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     /**
      *  Return list of types of notes with select value = id
      *
    @@ -2734,6 +2761,7 @@ function select_expensereport_statut($selected='',$htmlname='fk_statut',$useempt
      */
     function select_type_fees_id($selected='',$htmlname='type',$showempty=0, $active=1)
     {
    +    // phpcs:enable
         global $db,$langs,$user;
         $langs->load("trips");
     
    diff --git a/htdocs/expensereport/class/expensereport_ik.class.php b/htdocs/expensereport/class/expensereport_ik.class.php
    index 609ba42c5f5..9eaa8970a5b 100644
    --- a/htdocs/expensereport/class/expensereport_ik.class.php
    +++ b/htdocs/expensereport/class/expensereport_ik.class.php
    @@ -33,12 +33,15 @@ class ExpenseReportIk extends CoreObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='expenseik';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='expensereport_ik';
    -	
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element='fk_expense_ik';
     
     	/**
    @@ -128,8 +131,15 @@ class ExpenseReportIk extends CoreObject
     		return $categories;
     	}
     
    -	public static function getRangeByUser(User $userauthor, $fk_c_exp_tax_cat)
    -	{
    +    /**
    +     * Return an array of ranges for a user
    +     *
    +     * @param User  $userauthor         user author id
    +     * @param int   $fk_c_exp_tax_cat   category
    +     * @return boolean|array
    +     */
    +    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);
     
    diff --git a/htdocs/expensereport/class/expensereport_rule.class.php b/htdocs/expensereport/class/expensereport_rule.class.php
    index 8599cfcc810..6d2a99d2101 100644
    --- a/htdocs/expensereport/class/expensereport_rule.class.php
    +++ b/htdocs/expensereport/class/expensereport_rule.class.php
    @@ -33,12 +33,15 @@ class ExpenseReportRule extends CoreObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='expenserule';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='expensereport_rules';
    -	
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element='fk_expense_rule';
     
     	/**
    diff --git a/htdocs/expensereport/class/paymentexpensereport.class.php b/htdocs/expensereport/class/paymentexpensereport.class.php
    index a827b095bff..1dd5048991c 100644
    --- a/htdocs/expensereport/class/paymentexpensereport.class.php
    +++ b/htdocs/expensereport/class/paymentexpensereport.class.php
    @@ -34,30 +34,36 @@ class PaymentExpenseReport extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='payment_expensereport';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='payment_expensereport';	
    -	
    -    public $picto = 'payment';
    +	public $table_element='payment_expensereport';
     
    -	var $rowid;
    +    /**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
    +	public $picto = 'payment';
     
    -	var $fk_expensereport;
    -	var $datec='';
    -	var $tms='';
    -	var $datep='';
    -    var $amount;            // Total amount of payment
    -    var $amounts=array();   // Array of amounts
    -	var $fk_typepayment;
    -	var $num_payment;
    -	var $fk_bank;
    -	var $fk_user_creat;
    -	var $fk_user_modif;
    -        //Unknow field
    -        var $chid;
    -        var $total;
    +	/**
    +	 * @var int ID
    +	 */
    +	public $rowid;
    +
    +	public $fk_expensereport;
    +	public $datec='';
    +	public $tms='';
    +	public $datep='';
    +    public $amount;            // Total amount of payment
    +    public $amounts=array();   // Array of amounts
    +	public $fk_typepayment;
    +	public $num_payment;
    +	public $fk_bank;
    +	public $fk_user_creat;
    +	public $fk_user_modif;
    +    //Unknow field
    +    public $chid;
    +    public $total;
     
     	/**
     	 *	Constructor
    @@ -248,7 +254,6 @@ class PaymentExpenseReport extends CommonObject
     		if (isset($this->fk_user_modif))	$this->fk_user_modif=trim($this->fk_user_modif);
     
     
    -
     		// Check parameters
     		// Put here code to add control on parameters values
     
    @@ -451,15 +456,17 @@ class PaymentExpenseReport extends CommonObject
     	    return '';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    -	 *  @param	int		$statut        	Id statut
    +	 *  @param  int		$statut        	Id statut
     	 *  @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 			       	Libelle du statut
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     	    global $langs;
     
     	    return '';
    @@ -488,8 +495,6 @@ class PaymentExpenseReport extends CommonObject
     		$this->fk_bank='';
     		$this->fk_user_creat='';
     		$this->fk_user_modif='';
    -
    -
     	}
     
     
    @@ -606,6 +611,7 @@ class PaymentExpenseReport extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update link between the expense report payment and the generated line in llx_bank
     	 *
    @@ -614,6 +620,7 @@ class PaymentExpenseReport extends CommonObject
     	 */
     	function update_fk_bank($id_bank)
     	{
    +        // phpcs:enable
     		$sql = "UPDATE ".MAIN_DB_PREFIX."payment_expensereport SET fk_bank = ".$id_bank." WHERE rowid = ".$this->id;
     
     		dol_syslog(get_class($this)."::update_fk_bank", LOG_DEBUG);
    diff --git a/htdocs/expensereport/export_csv.php b/htdocs/expensereport/export_csv.php
    index 8ea72191b1d..f018a23e478 100644
    --- a/htdocs/expensereport/export_csv.php
    +++ b/htdocs/expensereport/export_csv.php
    @@ -1,5 +1,6 @@
     <?php
     /* Copyright (C) 2004-2011	Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -114,7 +115,7 @@ if (isset($_POST['action']))
     {
     	if($_POST['action'] == 'export')
     	{
    -		$select_date = $_POST['annee'].'-'.$_POST['mois'];
    +		$dateselected = $_POST['annee'].'-'.$_POST['mois'];
     
     		//var_dump($conf->expensereport->dir_output.'/export/');
     		if (!file_exists($conf->expensereport->dir_output.'/export/'))
    @@ -122,7 +123,7 @@ if (isset($_POST['action']))
     			dol_mkdir($conf->expensereport->dir_output.'/export/');
     		}
     
    -		$dir = $conf->expensereport->dir_output.'/export/expensereport-'.$select_date.'.csv';
    +		$dir = $conf->expensereport->dir_output.'/export/expensereport-'.$dateselected.'.csv';
     		$outputlangs = $langs;
     		$outputlangs->charset_output = 'UTF-8';
     
    @@ -183,7 +184,7 @@ if (isset($_POST['action']))
     			fwrite($open,$ligne);
     			fclose($open);
     
    -			print '<a href="'.DOL_URL_ROOT.'/document.php?modulepart=expensereport&file=export%2Fexpensereport-'.$select_date.'.csv" target="_blank">Télécharger le fichier expensereport-'.$select_date.'.csv</a>';
    +			print '<a href="'.DOL_URL_ROOT.'/document.php?modulepart=expensereport&file=export%2Fexpensereport-'.$dateselected.'.csv" target="_blank">Télécharger le fichier expensereport-'.$dateselected.'.csv</a>';
     
     		} else {
     
    diff --git a/htdocs/expensereport/payment/payment.php b/htdocs/expensereport/payment/payment.php
    index dc78b933055..5136dff3cce 100644
    --- a/htdocs/expensereport/payment/payment.php
    +++ b/htdocs/expensereport/payment/payment.php
    @@ -1,6 +1,7 @@
     <?php
    -/* Copyright (C) 2015       Alexandre Spangaro	 <aspangaro.dolibarr@gmail.com>
    - * Copyright (C) 2015       Laurent Destailleur  <eldy@users.sourceforge.net>
    +/* Copyright (C) 2015       Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2015       Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -235,7 +236,7 @@ if ($action == 'create' || empty($action))
         print '<tr><td class="titlefield fieldrequired">'.$langs->trans("Date").'</td><td colspan="2">';
     	$datepaid = dol_mktime(12, 0, 0, $_POST["remonth"], $_POST["reday"], $_POST["reyear"]);
     	$datepayment=empty($conf->global->MAIN_AUTOFILL_DATE)?(empty($_POST["remonth"])?-1:$datepaid):0;
    -	$form->select_date($datepayment,'','','','',"add_payment",1,1);
    +	print $form->selectDate($datepayment, '', '', '', '', "add_payment", 1, 1);
     	print "</td>";
     	print '</tr>';
     
    diff --git a/htdocs/exports/class/export.class.php b/htdocs/exports/class/export.class.php
    index 4725ea758d5..46d21eba031 100644
    --- a/htdocs/exports/class/export.class.php
    +++ b/htdocs/exports/class/export.class.php
    @@ -70,6 +70,7 @@ class Export
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Load an exportable dataset
     	 *
    @@ -79,6 +80,7 @@ class Export
     	 */
     	function load_arrays($user,$filter='')
     	{
    +        // phpcs:enable
     		global $langs,$conf,$mysoc;
     
     		dol_syslog(get_class($this)."::load_arrays user=".$user->id." filter=".$filter);
    @@ -207,6 +209,7 @@ class Export
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Build the sql export request.
     	 *      Arrays this->array_export_xxx are already loaded for required datatoexport
    @@ -218,6 +221,7 @@ class Export
     	 */
     	function build_sql($indice, $array_selected, $array_filterValue)
     	{
    +        // phpcs:enable
     		// Build the sql request
     		$sql=$this->array_export_sql_start[$indice];
     		$i=0;
    @@ -269,6 +273,7 @@ class Export
     		return $sql;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Build the conditionnal string from filter the query
     	 *
    @@ -279,6 +284,7 @@ class Export
     	 */
     	function build_filterQuery($TypeField, $NameField, $ValueField)
     	{
    +        // phpcs:enable
     		//print $TypeField." ".$NameField." ".$ValueField;
     		$InfoFieldList = explode(":", $TypeField);
     		// build the input field on depend of the type of file
    @@ -362,6 +368,7 @@ class Export
     		return $Condition;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Build an input field used to filter the query
     	 *
    @@ -372,6 +379,7 @@ class Export
     	 */
     	function build_filterField($TypeField, $NameField, $ValueField)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$szFilterField='';
    @@ -510,6 +518,7 @@ class Export
     		return $szMsg;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Build export file.
     	 *      File is built into directory $conf->export->dir_temp.'/'.$user->id
    @@ -525,6 +534,7 @@ class Export
     	 */
     	function build_file($user, $model, $datatoexport, $array_selected, $array_filterValue, $sqlquery = '')
      	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$indice=0;
    @@ -820,6 +830,7 @@ class Export
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Output list all export models
     	 *  TODO Move this into a class htmlxxx.class.php
    @@ -828,6 +839,7 @@ class Export
     	 */
     	function list_export_model()
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		$sql = "SELECT em.rowid, em.field, em.label, em.type, em.filter";
    @@ -874,6 +886,4 @@ class Export
     			dol_print_error($this->db);
     		}
     	}
    -
     }
    -
    diff --git a/htdocs/fichinter/card-rec.php b/htdocs/fichinter/card-rec.php
    index d084f9be546..8ef79639e05 100644
    --- a/htdocs/fichinter/card-rec.php
    +++ b/htdocs/fichinter/card-rec.php
    @@ -8,6 +8,7 @@
      * Copyright (C) 2012	   Cedric Salvador		<csalvador@gpcsolutions.fr>
      * Copyright (C) 2015	   Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
      * Copyright (C) 2016-2018 Charlie Benke		<charlie@patas-monkey.com>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -45,11 +46,8 @@ if (! empty($conf->contrat->enabled)) {
     	require_once DOL_DOCUMENT_ROOT . '/core/class/html.formcontract.class.php';
     }
     
    -
    -$langs->load('bills');
    -$langs->load('compta');
    -$langs->load('admin');
    -$langs->load("interventions");
    +// Load translation files required by the page
    +$langs->loadLangs(array("interventions","admin","compta","bills"));
     
     // Security check
     $id=(GETPOST('fichinterid', 'int')?GETPOST('fichinterid', 'int'):GETPOST('id', 'int'));
    @@ -357,7 +355,7 @@ if ($action == 'create') {
     			$date_next_execution = (GETPOST('remonth') ? dol_mktime(
     							12, 0, 0, GETPOST('remonth'), GETPOST('reday'), GETPOST('reyear')
     			) : -1);
    -		print $form->select_date($date_next_execution, '', 1, 1, '', "add", 1, 1, 1);
    +		print $form->selectDate($date_next_execution, '', 1, 1, '', "add", 1, 1);
     		print "</td></tr>";
     
     		// Number max of generation
    diff --git a/htdocs/fichinter/card.php b/htdocs/fichinter/card.php
    index c5ff6d18ddc..75866d586f6 100644
    --- a/htdocs/fichinter/card.php
    +++ b/htdocs/fichinter/card.php
    @@ -1490,8 +1490,11 @@ else if ($id > 0 || ! empty($ref))
     
     					// Date d'intervention
     					print '<td align="center" class="nowrap">';
    -                                        if (!empty($conf->global->FICHINTER_DATE_WITHOUT_HOUR)) $form->select_date($db->jdate($objp->date_intervention),'di',0,0,0,"date_intervention");
    -                                        else $form->select_date($db->jdate($objp->date_intervention),'di',1,1,0,"date_intervention");
    +                    if (!empty($conf->global->FICHINTER_DATE_WITHOUT_HOUR)) {
    +                        print $form->selectDate($db->jdate($objp->date_intervention),'di',0,0,0,"date_intervention");
    +                    } else {
    +                        print $form->selectDate($db->jdate($objp->date_intervention),'di',1,1,0,"date_intervention");
    +                    }
     					print '</td>';
     
                         // Duration
    @@ -1556,18 +1559,25 @@ else if ($id > 0 || ! empty($ref))
                     print '<td align="center" class="nowrap">';
     				$now=dol_now();
     				$timearray=dol_getdate($now);
    -				if (! GETPOST('diday','int')) $timewithnohour=dol_mktime(0,0,0,$timearray['mon'],$timearray['mday'],$timearray['year']);
    -				else $timewithnohour=dol_mktime(GETPOST('dihour','int'),GETPOST('dimin','int'), 0,GETPOST('dimonth','int'),GETPOST('diday','int'),GETPOST('diyear','int'));
    -                                if (!empty($conf->global->FICHINTER_DATE_WITHOUT_HOUR)) $form->select_date($timewithnohour,'di',0,0,0,"addinter");
    -                                else $form->select_date($timewithnohour,'di',1,1,0,"addinter");
    +				if (! GETPOST('diday','int')) {
    +                    $timewithnohour=dol_mktime(0,0,0,$timearray['mon'],$timearray['mday'],$timearray['year']);
    +                } else {
    +                    $timewithnohour=dol_mktime(GETPOST('dihour','int'),GETPOST('dimin','int'), 0,GETPOST('dimonth','int'),GETPOST('diday','int'),GETPOST('diyear','int'));
    +                }
    +                if (!empty($conf->global->FICHINTER_DATE_WITHOUT_HOUR)) {
    +                    print $form->selectDate($timewithnohour,'di',0,0,0,"addinter");
    +                } else {
    +                    print $form->selectDate($timewithnohour,'di',1,1,0,"addinter");
    +                }
     				print '</td>';
     
                     // Duration
                     print '<td align="right">';
                     if (empty($conf->global->FICHINTER_WITHOUT_DURATION)) {
                         $selectmode = 'select';
    -                    if (!empty($conf->global->INTERVENTION_ADDLINE_FREEDUREATION))
    +                    if (!empty($conf->global->INTERVENTION_ADDLINE_FREEDUREATION)) {
                             $selectmode = 'text';
    +                    }
                         $form->select_duration('duration', (!GETPOST('durationhour', 'int') && !GETPOST('durationmin', 'int')) ? 3600 : (60 * 60 * GETPOST('durationhour', 'int') + 60 * GETPOST('durationmin', 'int')), 0, $selectmode);
                     }
                     print '</td>';
    diff --git a/htdocs/fichinter/class/api_interventions.class.php b/htdocs/fichinter/class/api_interventions.class.php
    index 7701af5fe91..3f3315b6028 100644
    --- a/htdocs/fichinter/class/api_interventions.class.php
    +++ b/htdocs/fichinter/class/api_interventions.class.php
    @@ -317,7 +317,6 @@ class Interventions extends DolibarrApi
     		    	'message' => 'Intervention deleted'
     	    	)
         	);
    -
         }
     
         /**
    @@ -456,6 +455,4 @@ class Interventions extends DolibarrApi
             }
             return $fichinter;
         }
    -
    -
     }
    diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php
    index 7c772d460a5..48cbdbf7715 100644
    --- a/htdocs/fichinter/class/fichinter.class.php
    +++ b/htdocs/fichinter/class/fichinter.class.php
    @@ -39,14 +39,25 @@ class Fichinter extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='fichinter';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='fichinter';
    -	
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element='fk_fichinter';
    +
    +	/**
    +	 * @var int    Name of subtable line
    +	 */
     	public $table_element_line='fichinterdet';
    +
    +	/**
    +	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
    +	 */
     	public $picto = 'intervention';
     
     	/**
    @@ -54,36 +65,44 @@ class Fichinter extends CommonObject
     	 */
     	protected $table_ref_field = 'ref';
     
    -	var $socid;		// Id client
    +	public $socid;		// Id client
     
    -	var $author;
    -	var $datec;
    -	var $datev;
    -	var $dateo;
    -	var $datee;
    -	var $datet;
    -	var $datem;
    -	var $duration;
    -	var $statut = 0;		// 0=draft, 1=validated, 2=invoiced, 3=Terminate
    -	var $description;
    -	var $fk_contrat = 0;
    -	var $fk_project = 0;
    -	var $extraparams=array();
    +	public $author;
    +	public $datec;
    +	public $datev;
    +	public $dateo;
    +	public $datee;
    +	public $datet;
    +	public $datem;
    +	public $duration;
    +	public $statut = 0;		// 0=draft, 1=validated, 2=invoiced, 3=Terminate
     
    -	var $lines = array();
    +	/**
    +	 * @var string description
    +	 */
    +	public $description;
    +
    +	public $fk_contrat = 0;
    +	public $fk_project = 0;
    +	public $extraparams=array();
    +
    +	public $lines = array();
     
     	/**
     	 * Draft status
     	 */
     	const STATUS_DRAFT = 0;
    +
     	/**
     	 * Validated status
     	 */
     	const STATUS_VALIDATED = 1;
    +
     	/**
     	 * Billed
     	 */
     	const STATUS_BILLED = 2;
    +
     	/**
     	 * Closed
     	 */
    @@ -101,6 +120,7 @@ class Fichinter extends CommonObject
     		$this->products = array();
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load indicators into this->nb for board
     	 *
    @@ -108,6 +128,7 @@ class Fichinter extends CommonObject
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $user;
     
     		$this->nb=array();
    @@ -274,7 +295,6 @@ class Fichinter extends CommonObject
     			$this->db->rollback();
     			return -1;
     		}
    -
     	}
     
     	/**
    @@ -630,6 +650,7 @@ class Fichinter extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Returns the label of a statut
     	 *
    @@ -639,6 +660,7 @@ class Fichinter extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		// Init/load array of translation of status
     		if (empty($this->statuts) || empty($this->statuts_short))
     		{
    @@ -661,17 +683,17 @@ class Fichinter extends CommonObject
     
     		if ($mode == 0)
     			return $this->statuts[$statut];
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     			return $this->statuts_short[$statut];
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     			return img_picto($this->statuts_short[$statut], $this->statuts_logo[$statut]).' '.$this->statuts_short[$statut];
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     			return img_picto($this->statuts_short[$statut], $this->statuts_logo[$statut]);
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     			return img_picto($this->statuts_short[$statut], $this->statuts_logo[$statut]).' '.$this->statuts[$statut];
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     			return '<span class="hideonsmartphone">'.$this->statuts_short[$statut].' </span>'.img_picto($this->statuts[$statut],$this->statuts_logo[$statut]);
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     			return '<span class="hideonsmartphone">'.$this->statuts[$statut].' </span>'.img_picto($this->statuts[$statut],$this->statuts_logo[$statut]);
     
     		return '';
    @@ -945,7 +967,8 @@ class Fichinter extends CommonObject
     
     					if (! dol_delete_file($file,0,0,0,$this)) // For triggers
     					{
    -						$this->error=$langs->trans("ErrorCanNotDeleteFile",$file);
    +						$langs->load("errors");
    +						$this->error=$langs->trans("ErrorFailToDeleteFile",$file);
     						return 0;
     					}
     				}
    @@ -953,7 +976,8 @@ class Fichinter extends CommonObject
     				{
     					if (! dol_delete_dir_recursive($dir))
     					{
    -						$this->error=$langs->trans("ErrorCanNotDeleteDir",$dir);
    +						$langs->load("errors");
    +						$this->error=$langs->trans("ErrorFailToDeleteDir",$dir);
     						return 0;
     					}
     				}
    @@ -972,6 +996,7 @@ class Fichinter extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Defines a delivery date of intervention
     	 *
    @@ -981,6 +1006,7 @@ class Fichinter extends CommonObject
     	 */
     	function set_date_delivery($user, $date_delivery)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if ($user->rights->ficheinter->creer)
    @@ -1004,6 +1030,7 @@ class Fichinter extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Define the label of the intervention
     	 *
    @@ -1013,6 +1040,7 @@ class Fichinter extends CommonObject
     	 */
     	function set_description($user, $description)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if ($user->rights->ficheinter->creer)
    @@ -1037,6 +1065,7 @@ class Fichinter extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Link intervention to a contract
     	 *
    @@ -1046,6 +1075,7 @@ class Fichinter extends CommonObject
     	 */
     	function set_contrat($user, $contractid)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if ($user->rights->ficheinter->creer)
    @@ -1245,6 +1275,7 @@ class Fichinter extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Load array lines ->lines
     	 *
    @@ -1252,6 +1283,7 @@ class Fichinter extends CommonObject
     	 */
     	function fetch_lines()
     	{
    +        // phpcs:enable
     		$this->lines = array();
     
     		$sql = 'SELECT rowid, description, duree, date, rang';
    @@ -1321,35 +1353,38 @@ class FichinterLigne extends CommonObjectLine
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
     
     	// From llx_fichinterdet
    -	var $fk_fichinter;
    -	var $desc;          	// Description ligne
    -	var $datei;           // Date intervention
    -	var $duration;        // Duree de l'intervention
    -	var $rang = 0;
    +	public $fk_fichinter;
    +	public $desc;          	// Description ligne
    +	public $datei;           // Date intervention
    +	public $duration;        // Duree de l'intervention
    +	public $rang = 0;
     
     	/**
     	 * @var string ID to identify managed object
     	 */
     	public $element='fichinterdet';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='fichinterdet';
    -	
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element='fk_fichinter';
     
     	/**
    -	 *	Constructor
    +	 *  Constructor
     	 *
    -	 *	@param	DoliDB	$db		Database handler
    +	 *  @param  DoliDB  $db     Database handler
     	 */
     	function __construct($db)
     	{
    @@ -1556,6 +1591,7 @@ class FichinterLigne extends CommonObjectLine
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Update total duration into llx_fichinter
     	 *
    @@ -1563,6 +1599,7 @@ class FichinterLigne extends CommonObjectLine
     	 */
     	function update_total()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$this->db->begin();
    @@ -1662,6 +1699,4 @@ class FichinterLigne extends CommonObjectLine
     			return -2;
     		}
     	}
    -
     }
    -
    diff --git a/htdocs/fichinter/class/fichinterstats.class.php b/htdocs/fichinter/class/fichinterstats.class.php
    index aa6d85d0c3f..40a1b7eef2f 100644
    --- a/htdocs/fichinter/class/fichinterstats.class.php
    +++ b/htdocs/fichinter/class/fichinterstats.class.php
    @@ -210,6 +210,5 @@ class FichinterStats extends Stats
     
     		return $this->_getAllByProduct($sql);
     	}
    -
     }
     
    diff --git a/htdocs/fichinter/stats/index.php b/htdocs/fichinter/stats/index.php
    index 7a68bef34ec..b3d5247e67d 100644
    --- a/htdocs/fichinter/stats/index.php
    +++ b/htdocs/fichinter/stats/index.php
    @@ -49,10 +49,8 @@ $endyear=$year;
     
     $object_status=GETPOST('object_status');
     
    -$langs->load('interventions');
    -$langs->load('companies');
    -$langs->load('other');
    -$langs->load('suppliers');
    +// Load translation files required by the page
    +$langs->loadLangs(array("interventions","suppliers","companies","other"));
     
     
     /*
    diff --git a/htdocs/fourn/ajax/getSupplierPrices.php b/htdocs/fourn/ajax/getSupplierPrices.php
    index eeb2c1113f6..ae407d5544d 100644
    --- a/htdocs/fourn/ajax/getSupplierPrices.php
    +++ b/htdocs/fourn/ajax/getSupplierPrices.php
    @@ -34,8 +34,8 @@ $idprod=GETPOST('idprod','int');
     
     $prices = array();
     
    -$langs->load('stocks');
    -$langs->load('margins');
    +// Load translation files required by the page
    +$langs->loadLangs(array("stocks","margins"));
     
     
     /*
    diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php
    index 0cb9f9350cf..92498e99589 100644
    --- a/htdocs/fourn/card.php
    +++ b/htdocs/fourn/card.php
    @@ -109,7 +109,7 @@ if (empty($reshook))
     	if ($action == 'setsupplier_order_min_amount')
     	{
     		$object->fetch($id);
    -		$object->supplier_order_min_amount=GETPOST('supplier_order_min_amount');
    +		$object->supplier_order_min_amount=price2num(GETPOST('supplier_order_min_amount','alpha'));
     		$result=$object->update($object->id, $user);
     		if ($result < 0) setEventMessages($object->error, $object->errors, 'errors');
     	}
    @@ -298,15 +298,17 @@ if ($object->id > 0)
     	print '</td>';
     	print '</tr>';
     
    -	print '<tr class="nowrap">';
    -	print '<td>';
    -	print $form->editfieldkey("OrderMinAmount",'supplier_order_min_amount',$object->supplier_order_min_amount,$object,$user->rights->societe->creer);
    -	print '</td><td>';
    -	$limit_field_type = (! empty($conf->global->MAIN_USE_JQUERY_JEDITABLE)) ? 'numeric' : 'amount';
    -	print $form->editfieldval("OrderMinAmount",'supplier_order_min_amount',$object->supplier_order_min_amount,$object,$user->rights->societe->creer,$limit_field_type,($object->supplier_order_min_amount != '' ? price($object->supplier_order_min_amount) : ''));
    -
    -	print '</td>';
    -	print '</tr>';
    +	if (! empty($conf->fournisseur->enabled) && ! empty($conf->global->ORDER_MANAGE_MIN_AMOUNT))
    +	{
    +		print '<tr class="nowrap">';
    +		print '<td>';
    +		print $form->editfieldkey("OrderMinAmount",'supplier_order_min_amount',$object->supplier_order_min_amount,$object,$user->rights->societe->creer);
    +		print '</td><td>';
    +		$limit_field_type = (! empty($conf->global->MAIN_USE_JQUERY_JEDITABLE)) ? 'numeric' : 'amount';
    +		print $form->editfieldval("OrderMinAmount",'supplier_order_min_amount',$object->supplier_order_min_amount,$object,$user->rights->societe->creer,$limit_field_type,($object->supplier_order_min_amount != '' ? price($object->supplier_order_min_amount) : ''));
    +		print '</td>';
    +		print '</tr>';
    +	}
     
     	// Categories
     	if (! empty($conf->categorie->enabled))
    diff --git a/htdocs/fourn/class/fournisseur.class.php b/htdocs/fourn/class/fournisseur.class.php
    index ba486e066cc..878f4bee67e 100644
    --- a/htdocs/fourn/class/fournisseur.class.php
    +++ b/htdocs/fourn/class/fournisseur.class.php
    @@ -102,6 +102,7 @@ class Fournisseur extends Societe
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Load statistics indicators
     	 *
    @@ -109,6 +110,7 @@ class Fournisseur extends Societe
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $conf, $user;
     
     		$this->nb=array();
    @@ -141,9 +143,9 @@ class Fournisseur extends Societe
     			$this->error=$this->db->error();
     			return -1;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Create a supplier category
     	 *
    @@ -153,6 +155,7 @@ class Fournisseur extends Societe
     	 */
     	function CreateCategory($user, $name)
     	{
    +        // phpcs:enable
     		$sql = "INSERT INTO ".MAIN_DB_PREFIX."categorie (label,visible,type)";
     		$sql.= " VALUES ";
     		$sql.= " ('".$this->db->escape($name)."',1,1)";
    @@ -172,6 +175,7 @@ class Fournisseur extends Societe
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Return the suppliers list
     	 *
    @@ -179,6 +183,7 @@ class Fournisseur extends Societe
     	 */
     	function ListArray()
     	{
    +        // phpcs:enable
     		global $conf;
     		global $user;
     
    @@ -207,6 +212,4 @@ class Fournisseur extends Societe
     		}
     		return $arr;
     	}
    -
     }
    -
    diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php
    index 3672e1dd1ac..b52fd4a4a58 100644
    --- a/htdocs/fourn/class/fournisseur.commande.class.php
    +++ b/htdocs/fourn/class/fournisseur.commande.class.php
    @@ -4,11 +4,11 @@
      * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      * Copyright (C) 2007		Franky Van Liedekerke	<franky.van.liedekerke@telenet.be>
      * Copyright (C) 2010-2014	Juanjo Menent			<jmenent@2byte.es>
    - * Copyright (C) 2010-2016	Philippe Grand			<philippe.grand@atoo-net.com>
    + * Copyright (C) 2010-2018	Philippe Grand			<philippe.grand@atoo-net.com>
      * Copyright (C) 2012-2015  Marcos García           <marcosgdf@gmail.com>
      * Copyright (C) 2013       Florian Henry		  	<florian.henry@open-concept.pro>
      * Copyright (C) 2013       Cédric Salvador         <csalvador@gpcsolutions.fr>
    - * Copyright (C) 2018      Nicolas ZABOURI			<info@inovea-conseil.com>
    + * Copyright (C) 2018       Nicolas ZABOURI			<info@inovea-conseil.com>
      *
      * 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
    @@ -44,22 +44,30 @@ class CommandeFournisseur extends CommonOrder
     	 * @var string ID to identify managed object
     	 */
     	public $element='order_supplier';
    -    
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='commande_fournisseur';
    -	
    -    public $table_element_line = 'commande_fournisseurdet';
    -    public $fk_element = 'fk_commande';
    +
    +    /**
    +	 * @var int    Name of subtable line
    +	 */
    +	public $table_element_line = 'commande_fournisseurdet';
    +
    +    /**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
    +	public $fk_element = 'fk_commande';
    +
         public $picto='order';
    -    
    +
         /**
          * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
          * @var int
          */
         public $ismultientitymanaged = 1;
    -    
    +
         /**
          * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
          * @var integer
    @@ -71,14 +79,17 @@ class CommandeFournisseur extends CommonOrder
          */
         protected $table_ref_field = 'ref';
     
    -    public $id;
    +    /**
    +	 * @var int ID
    +	 */
    +	public $id;
     
     	/**
     	 * Supplier order reference
     	 * @var string
     	 */
         public $ref;
    -    
    +
         public $ref_supplier;
         public $brouillon;
         public $statut;			// 0=Draft -> 1=Validated -> 2=Approved -> 3=Ordered/Process runing -> 4=Received partially -> 5=Received totally -> (reopen) 4=Received partially
    @@ -100,17 +111,20 @@ class CommandeFournisseur extends CommonOrder
          * Delivery date
          */
         public $date_livraison;
    +
         public $total_ht;
         public $total_tva;
         public $total_localtax1;   // Total Local tax 1
         public $total_localtax2;   // Total Local tax 2
         public $total_ttc;
         public $source;
    +
     	/**
     	 * @deprecated
     	 * @see note_private, note_public
     	 */
         public $note;
    +
     	public $note_private;
         public $note_public;
         public $model_pdf;
    @@ -136,6 +150,7 @@ class CommandeFournisseur extends CommonOrder
     	 * @var CommandeFournisseurLigne[]
     	 */
     	public $lines = array();
    +
     	//Add for supplier_proposal
         public $origin;
         public $origin_id;
    @@ -153,34 +168,42 @@ class CommandeFournisseur extends CommonOrder
     	 * Draft status
     	 */
     	const STATUS_DRAFT = 0;
    +
     	/**
     	 * Validated status
     	 */
     	const STATUS_VALIDATED = 1;
    +
     	/**
     	 * Accepted
     	 */
     	const STATUS_ACCEPTED = 2;
    +
     	/**
     	 * Order sent, shipment on process
     	 */
     	const STATUS_ORDERSENT = 3;
    +
     	/**
     	 * Received partially
     	 */
     	const STATUS_RECEIVED_PARTIALLY = 4;
    +
     	/**
     	 * Received completely
     	 */
     	const STATUS_RECEIVED_COMPLETELY = 5;
    +
     	/**
     	 * Order canceled
     	 */
     	const STATUS_CANCELED = 6;
    +
     	/**
     	 * Order canceled/never received
     	 */
     	const STATUS_CANCELED_AFTER_ORDER = 7;
    +
     	/**
     	 * Refused
     	 */
    @@ -209,7 +232,7 @@ class CommandeFournisseur extends CommonOrder
          * 	@param	string	$ref		Ref of object
          *	@return int 		        >0 if OK, <0 if KO, 0 if not found
          */
    -    public function fetch($id,$ref='')
    +    public function fetch($id, $ref='')
         {
             global $conf;
     
    @@ -336,6 +359,7 @@ class CommandeFournisseur extends CommonOrder
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Load array lines
          *
    @@ -344,6 +368,7 @@ class CommandeFournisseur extends CommonOrder
          */
         function fetch_lines($only_product=0)
         {
    +        // phpcs:enable
         	//$result=$this->fetch_lines();
         	$this->lines=array();
     
    @@ -575,6 +600,7 @@ class CommandeFournisseur extends CommonOrder
             return $this->LibStatut($this->statut,$mode,$this->billed);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return label of a status
          *
    @@ -585,6 +611,7 @@ class CommandeFournisseur extends CommonOrder
          */
         function LibStatut($statut,$mode=0,$billed=0)
         {
    +        // phpcs:enable
         	global $conf, $langs;
     
         	if (empty($this->statuts) || empty($this->statutshort))
    @@ -623,46 +650,46 @@ class CommandeFournisseur extends CommonOrder
             {
                 return $langs->trans($this->statuts[$statut]);
             }
    -        if ($mode == 1)
    +        elseif ($mode == 1)
             {
             	return $langs->trans($this->statutshort[$statut]);
             }
    -        if ($mode == 2)
    +        elseif ($mode == 2)
             {
                 return $langs->trans($this->statuts[$statut]);
             }
    -        if ($mode == 3)
    +        elseif ($mode == 3)
             {
                 if ($statut==0) return img_picto($langs->trans($this->statuts[$statut]),'statut0');
    -            if ($statut==1) return img_picto($langs->trans($this->statuts[$statut]),'statut1');
    -            if ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut3');
    -            if ($statut==3) return img_picto($langs->trans($this->statuts[$statut]),'statut3');
    -            if ($statut==4) return img_picto($langs->trans($this->statuts[$statut]),'statut3');
    -            if ($statut==5) return img_picto($langs->trans($this->statuts[$statut]),'statut6');
    -            if ($statut==6 || $statut==7) return img_picto($langs->trans($this->statuts[$statut]),'statut5');
    -            if ($statut==9) return img_picto($langs->trans($this->statuts[$statut]),'statut5');
    +            elseif ($statut==1) return img_picto($langs->trans($this->statuts[$statut]),'statut1');
    +            elseif ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut3');
    +            elseif ($statut==3) return img_picto($langs->trans($this->statuts[$statut]),'statut3');
    +            elseif ($statut==4) return img_picto($langs->trans($this->statuts[$statut]),'statut3');
    +            elseif ($statut==5) return img_picto($langs->trans($this->statuts[$statut]),'statut6');
    +            elseif ($statut==6 || $statut==7) return img_picto($langs->trans($this->statuts[$statut]),'statut5');
    +            elseif ($statut==9) return img_picto($langs->trans($this->statuts[$statut]),'statut5');
             }
    -        if ($mode == 4)
    +        elseif ($mode == 4)
             {
                 if ($statut==0) return img_picto($langs->trans($this->statuts[$statut]),'statut0').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    -            if ($statut==1) return img_picto($langs->trans($this->statuts[$statut]),'statut1').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    -            if ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut3').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    -            if ($statut==3) return img_picto($langs->trans($this->statuts[$statut]),'statut3').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    -            if ($statut==4) return img_picto($langs->trans($this->statuts[$statut]),'statut3').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    -            if ($statut==5) return img_picto($langs->trans($this->statuts[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    -            if ($statut==6 || $statut==7) return img_picto($langs->trans($this->statuts[$statut]),'statut5').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    -            if ($statut==9) return img_picto($langs->trans($this->statuts[$statut]),'statut5').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    +            elseif ($statut==1) return img_picto($langs->trans($this->statuts[$statut]),'statut1').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    +            elseif ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut3').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    +            elseif ($statut==3) return img_picto($langs->trans($this->statuts[$statut]),'statut3').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    +            elseif ($statut==4) return img_picto($langs->trans($this->statuts[$statut]),'statut3').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    +            elseif ($statut==5) return img_picto($langs->trans($this->statuts[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    +            elseif ($statut==6 || $statut==7) return img_picto($langs->trans($this->statuts[$statut]),'statut5').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
    +            elseif ($statut==9) return img_picto($langs->trans($this->statuts[$statut]),'statut5').' '.$langs->trans($this->statuts[$statut]).($billedtext?' - '.$billedtext:'');
             }
    -        if ($mode == 5)
    +        elseif ($mode == 5)
             {
             	if ($statut==0) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut0');
    -        	if ($statut==1) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut1');
    -        	if ($statut==2) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut3');
    -        	if ($statut==3) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut3');
    -        	if ($statut==4) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut3');
    -        	if ($statut==5) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut6');
    -        	if ($statut==6 || $statut==7) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut5');
    -        	if ($statut==9) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut5');
    +        	elseif ($statut==1) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut1');
    +        	elseif ($statut==2) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut3');
    +        	elseif ($statut==3) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut3');
    +        	elseif ($statut==4) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut3');
    +        	elseif ($statut==5) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut6');
    +        	elseif ($statut==6 || $statut==7) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut5');
    +        	elseif ($statut==9) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut5');
             }
         }
     
    @@ -1037,6 +1064,7 @@ class CommandeFournisseur extends CommonOrder
             return $result ;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Cancel an approved order.
          *	The cancellation is done after approval
    @@ -1047,6 +1075,7 @@ class CommandeFournisseur extends CommonOrder
          */
         function Cancel($user, $idwarehouse=-1)
         {
    +        // phpcs:enable
             global $langs,$conf;
     
     		$error=0;
    @@ -1097,7 +1126,6 @@ class CommandeFournisseur extends CommonOrder
             }
         }
     
    -
         /**
          * 	Submit a supplier order to supplier
          *
    @@ -1956,6 +1984,7 @@ class CommandeFournisseur extends CommonOrder
     		}
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Get list of order methods
          *
    @@ -1963,6 +1992,7 @@ class CommandeFournisseur extends CommonOrder
          */
         function get_methodes_commande()
         {
    +        // phpcs:enable
             $sql = "SELECT rowid, libelle";
             $sql.= " FROM ".MAIN_DB_PREFIX."c_input_method";
             $sql.= " WHERE active = 1";
    @@ -2041,6 +2071,7 @@ class CommandeFournisseur extends CommonOrder
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Set a delivery in database for this supplier order
          *
    @@ -2052,6 +2083,7 @@ class CommandeFournisseur extends CommonOrder
          */
         function Livraison($user, $date, $type, $comment)
         {
    +        // phpcs:enable
         	global $conf, $langs;
     
             $result = 0;
    @@ -2157,7 +2189,8 @@ class CommandeFournisseur extends CommonOrder
             return $result ;
         }
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *	Set the planned delivery date
          *
          *	@param      User			$user        		Objet user making change
    @@ -2167,6 +2200,7 @@ class CommandeFournisseur extends CommonOrder
          */
         function set_date_livraison($user, $date_livraison, $notrigger=0)
         {
    +        // phpcs:enable
             if ($user->rights->fournisseur->commande->creer)
             {
             	$error=0;
    @@ -2221,6 +2255,7 @@ class CommandeFournisseur extends CommonOrder
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
          *	Set the id projet
          *
    @@ -2231,6 +2266,7 @@ class CommandeFournisseur extends CommonOrder
          */
         function set_id_projet($user, $id_projet, $notrigger=0)
         {
    +        // phpcs:enable
             if ($user->rights->fournisseur->commande->creer)
             {
             	$error=0;
    @@ -2680,6 +2716,7 @@ class CommandeFournisseur extends CommonOrder
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Charge indicateurs this->nb de tableau de bord
          *
    @@ -2687,6 +2724,7 @@ class CommandeFournisseur extends CommonOrder
          */
         function load_state_board()
         {
    +        // phpcs:enable
             global $conf, $user;
     
             $this->nb=array();
    @@ -2721,6 +2759,7 @@ class CommandeFournisseur extends CommonOrder
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Load indicators for dashboard (this->nbtodo and this->nbtodolate)
          *
    @@ -2729,6 +2768,7 @@ class CommandeFournisseur extends CommonOrder
          */
         function load_board($user)
         {
    +        // phpcs:enable
             global $conf, $langs;
     
             $clause = " WHERE";
    @@ -2823,7 +2863,7 @@ class CommandeFournisseur extends CommonOrder
     	 *  @param      int			$hidedetails    Hide details of lines
     	 *  @param      int			$hidedesc       Hide description
     	 *  @param      int			$hideref        Hide ref
    -         *  @param   null|array  $moreparams     Array to provide more information
    +     *  @param      null|array  $moreparams     Array to provide more information
     	 *  @return     int          				0 if KO, 1 if OK
     	 */
     	public function generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
    @@ -3099,7 +3139,7 @@ class CommandeFournisseurLigne extends CommonOrderLine
     	 * @var string ID to identify managed object
     	 */
     	public $element='commande_fournisseurdet';
    -    
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -3116,7 +3156,12 @@ class CommandeFournisseurLigne extends CommonOrderLine
         // From llx_commande_fournisseurdet
         public $fk_parent_line;
         public $fk_facture;
    +
    +    /**
    +     * @var string supplier order line label
    +     */
         public $label;
    +
         public $rang = 0;
         public $special_code = 0;
     
    @@ -3493,4 +3538,3 @@ class CommandeFournisseurLigne extends CommonOrderLine
             }
         }
     }
    -
    diff --git a/htdocs/fourn/class/fournisseur.commande.dispatch.class.php b/htdocs/fourn/class/fournisseur.commande.dispatch.class.php
    index 818a09c2bfb..76d3e6e0d96 100644
    --- a/htdocs/fourn/class/fournisseur.commande.dispatch.class.php
    +++ b/htdocs/fourn/class/fournisseur.commande.dispatch.class.php
    @@ -34,43 +34,56 @@ require_once DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php";
      */
     class CommandeFournisseurDispatch extends CommonObject
     {
    -	/**
    +    /**
          * @var DoliDB Database handler.
          */
    -    public $db;	
    -    
    +    public $db;
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error;
    -	
    +
     	/**
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
     	/**
     	 * @var string ID to identify managed object
     	 */
     	public $element='commandefournisseurdispatch';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='commande_fournisseur_dispatch';		//!< Name of table without prefix where object is stored
     	public $lines=array();
     
    -    public $id;
    +    /**
    +	 * @var int ID
    +	 */
    +	public $id;
     
     	public $fk_commande;
     	public $fk_product;
     	public $fk_commandefourndet;
     	public $qty;
     	public $fk_entrepot;
    +
    +	/**
    +	 * @var int User ID
    +	 */
     	public $fk_user;
    +
     	public $datec='';
     	public $comment;
    +
    +	/**
    +	 * @var int Status
    +	 */
     	public $status;
    +
     	public $tms='';
     	public $batch;
     	public $eatby='';
    @@ -95,8 +108,6 @@ class CommandeFournisseurDispatch extends CommonObject
             $this->statutshort[0] = 'Received';
             $this->statutshort[1] = 'Verified';
             $this->statutshort[2] = 'Denied';
    -
    -        return 1;
         }
     
     
    @@ -479,6 +490,7 @@ class CommandeFournisseurDispatch extends CommonObject
             return $this->LibStatut($this->status,$mode);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return label of a status
          *
    @@ -488,6 +500,7 @@ class CommandeFournisseurDispatch extends CommonObject
          */
         function LibStatut($statut,$mode=0)
         {
    +        // phpcs:enable
             global $langs;
             $langs->load('orders');
     
    @@ -495,27 +508,27 @@ class CommandeFournisseurDispatch extends CommonObject
             {
                 return $langs->trans($this->statuts[$statut]);
             }
    -        if ($mode == 1)
    +        elseif ($mode == 1)
             {
                 return $langs->trans($this->statutshort[$statut]);
             }
    -        if ($mode == 2)
    +        elseif ($mode == 2)
             {
                 return $langs->trans($this->statuts[$statut]);
             }
    -        if ($mode == 3)
    +        elseif ($mode == 3)
             {
                 if ($statut==0) return img_picto($langs->trans($this->statuts[$statut]),'statut0');
                 if ($statut==1) return img_picto($langs->trans($this->statuts[$statut]),'statut4');
                 if ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut8');
             }
    -        if ($mode == 4)
    +        elseif ($mode == 4)
             {
                 if ($statut==0) return img_picto($langs->trans($this->statuts[$statut]),'statut0').' '.$langs->trans($this->statuts[$statut]);
                 if ($statut==1) return img_picto($langs->trans($this->statuts[$statut]),'statut4').' '.$langs->trans($this->statuts[$statut]);
                 if ($statut==2) return img_picto($langs->trans($this->statuts[$statut]),'statut8').' '.$langs->trans($this->statuts[$statut]);
             }
    -        if ($mode == 5)
    +        elseif ($mode == 5)
             {
                 if ($statut==0) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut0');
                 if ($statut==1) return '<span class="hideonsmartphone">'.$langs->trans($this->statutshort[$statut]).' </span>'.img_picto($langs->trans($this->statuts[$statut]),'statut4');
    @@ -547,8 +560,6 @@ class CommandeFournisseurDispatch extends CommonObject
     		$this->batch='';
     		$this->eatby='';
     		$this->sellby='';
    -
    -
     	}
     
     	/**
    @@ -646,5 +657,4 @@ class CommandeFournisseurDispatch extends CommonObject
     			return - 1;
     		}
     	}
    -
     }
    diff --git a/htdocs/fourn/class/fournisseur.facture.class.php b/htdocs/fourn/class/fournisseur.facture.class.php
    index 6acfdaa3530..e3943ed7415 100644
    --- a/htdocs/fourn/class/fournisseur.facture.class.php
    +++ b/htdocs/fourn/class/fournisseur.facture.class.php
    @@ -5,13 +5,13 @@
      * Copyright (C) 2005		Marc Barilley			<marc@ocebo.com>
      * Copyright (C) 2005-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      * Copyright (C) 2010-2017	Juanjo Menent			<jmenent@2byte.es>
    - * Copyright (C) 2013		Philippe Grand			<philippe.grand@atoo-net.com>
    + * Copyright (C) 2013-2018	Philippe Grand			<philippe.grand@atoo-net.com>
      * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
      * Copyright (C) 2014-2016	Marcos García			<marcosgdf@gmail.com>
      * Copyright (C) 2015		Bahfir Abbes			<bafbes@gmail.com>
      * Copyright (C) 2015		Ferran Marcet			<fmarcet@2byte.es>
      * Copyright (C) 2016		Alexandre Spangaro		<aspangaro@zendsi.com>
    - * Copyright (C) 2018           Nicolas ZABOURI			<info@inovea-conseil.com>
    + * Copyright (C) 2018       Nicolas ZABOURI			<info@inovea-conseil.com>
      *
      * 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
    @@ -45,22 +45,30 @@ class FactureFournisseur extends CommonInvoice
     	 * @var string ID to identify managed object
     	 */
     	public $element='invoice_supplier';
    -    
    +
         /**
          * @var string Name of table without prefix where object is stored
          */
         public $table_element='facture_fourn';
    -	
    -    public $table_element_line='facture_fourn_det';
    -    public $fk_element='fk_facture_fourn';
    +
    +    /**
    +	 * @var int    Name of subtable line
    +	 */
    +	public $table_element_line='facture_fourn_det';
    +
    +    /**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
    +	public $fk_element='fk_facture_fourn';
    +
         public $picto='bill';
    -    
    +
         /**
          * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
          * @var int
          */
         public $ismultientitymanaged = 1;
    -    
    +
         /**
          * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
          * @var integer
    @@ -72,8 +80,16 @@ class FactureFournisseur extends CommonInvoice
          */
         protected $table_ref_field = 'ref';
     
    -    public $rowid;
    -    public $ref;
    +    /**
    +	 * @var int ID
    +	 */
    +	public $rowid;
    +
    +    /**
    +	 * @var string Ref
    +	 */
    +	public $ref;
    +
         public $product_ref;
         public $ref_supplier;
         public $socid;
    @@ -110,13 +126,13 @@ class FactureFournisseur extends CommonInvoice
         public $total_localtax1=0;
         public $total_localtax2=0;
         public $total_ttc=0;
    -    
    +
     	/**
     	 * @deprecated
     	 * @see note_private, note_public
     	 */
         public $note;
    -    
    +
         public $note_private;
         public $note_public;
         public $propalid;
    @@ -131,6 +147,7 @@ class FactureFournisseur extends CommonInvoice
     	 * @var SupplierInvoiceLine[]
     	 */
         public $lines = array();
    +
     	/**
     	 * @deprecated
     	 */
    @@ -668,14 +685,18 @@ class FactureFournisseur extends CommonInvoice
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Load this->lines
          *
    -     *	@return     int         1 si ok, < 0 si erreur
    +     *  @return     int         1 si ok, < 0 si erreur
          */
         function fetch_lines()
         {
    -        $sql = 'SELECT f.rowid, f.ref as ref_supplier, f.description, f.pu_ht, f.pu_ttc, f.qty, f.remise_percent, f.vat_src_code, f.tva_tx';
    +        // phpcs:enable
    +    	$this->lines = array();
    +
    +        $sql = 'SELECT f.rowid, f.ref as ref_supplier, f.description, f.date_start, f.date_end, f.pu_ht, f.pu_ttc, f.qty, f.remise_percent, f.vat_src_code, f.tva_tx';
             $sql.= ', f.localtax1_tx, f.localtax2_tx, f.localtax1_type, f.localtax2_type, f.total_localtax1, f.total_localtax2, f.fk_facture_fourn ';
             $sql.= ', f.total_ht, f.tva as total_tva, f.total_ttc, f.fk_product, f.product_type, f.info_bits, f.rang, f.special_code, f.fk_parent_line, f.fk_unit';
             $sql.= ', p.rowid as product_id, p.ref as product_ref, p.label as label, p.description as product_desc';
    @@ -685,7 +706,6 @@ class FactureFournisseur extends CommonInvoice
             $sql.= ' WHERE fk_facture_fourn='.$this->id;
             $sql.= ' ORDER BY f.rang, f.rowid';
     
    -
             dol_syslog(get_class($this)."::fetch_lines", LOG_DEBUG);
             $resql_rows = $this->db->query($sql);
             if ($resql_rows)
    @@ -703,6 +723,9 @@ class FactureFournisseur extends CommonInvoice
                         $line->id				= $obj->rowid;
                         $line->rowid			= $obj->rowid;
                         $line->description		= $obj->description;
    +                    $line->date_start		= $obj->date_start;
    +                    $line->date_end			= $obj->date_end;
    +
                         $line->product_ref		= $obj->product_ref;
                         $line->ref				= $obj->product_ref;
                         $line->ref_supplier		= $obj->ref_supplier;
    @@ -889,6 +912,7 @@ class FactureFournisseur extends CommonInvoice
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Add a discount line into an invoice (as an invoice line) using an existing absolute discount (Consume the discount)
          *
    @@ -897,6 +921,7 @@ class FactureFournisseur extends CommonInvoice
          */
         function insert_discount($idremise)
         {
    +        // phpcs:enable
         	global $langs;
     
         	include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
    @@ -1140,8 +1165,9 @@ class FactureFournisseur extends CommonInvoice
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     *	Tag invoice as a payed invoice
    +     *  Tag invoice as a payed invoice
          *
          *	@param  User	$user       Object user
     	 *	@param  string	$close_code	Code renseigne si on classe a payee completement alors que paiement incomplet. Not implementd yet.
    @@ -1150,6 +1176,7 @@ class FactureFournisseur extends CommonInvoice
          */
         function set_paid($user, $close_code='', $close_note='')
         {
    +        // phpcs:enable
             global $conf,$langs;
             $error=0;
     
    @@ -1188,6 +1215,7 @@ class FactureFournisseur extends CommonInvoice
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Tag la facture comme non payee completement + appel trigger BILL_UNPAYED
          *	Fonction utilisee quand un paiement prelevement est refuse,
    @@ -1198,6 +1226,7 @@ class FactureFournisseur extends CommonInvoice
          */
         function set_unpaid($user)
         {
    +        // phpcs:enable
             global $conf,$langs;
             $error=0;
     
    @@ -1399,6 +1428,7 @@ class FactureFournisseur extends CommonInvoice
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Set draft status
          *
    @@ -1408,6 +1438,7 @@ class FactureFournisseur extends CommonInvoice
          */
         function set_draft($user, $idwarehouse=-1)
         {
    +        // phpcs:enable
             global $conf,$langs;
     
             $error=0;
    @@ -1736,7 +1767,7 @@ class FactureFournisseur extends CommonInvoice
         public function updateline($id, $desc, $pu, $vatrate, $txlocaltax1=0, $txlocaltax2=0, $qty=1, $idproduct=0, $price_base_type='HT', $info_bits=0, $type=0, $remise_percent=0, $notrigger=false, $date_start='', $date_end='', $array_options=0, $fk_unit = null, $pu_ht_devise=0, $ref_supplier='')
         {
         	global $mysoc;
    -        dol_syslog(get_class($this)."::updateline $id,$desc,$pu,$vatrate,$qty,$idproduct,$price_base_type,$info_bits,$type,$remise_percent,$fk_unit,$pu_ht_devise,$ref_supplier", LOG_DEBUG);
    +        dol_syslog(get_class($this)."::updateline $id,$desc,$pu,$vatrate,$qty,$idproduct,$price_base_type,$info_bits,$type,$remise_percent,$notrigger,$date_start,$date_end,$fk_unit,$pu_ht_devise,$ref_supplier", LOG_DEBUG);
             include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
     
             $pu = price2num($pu);
    @@ -1816,6 +1847,9 @@ class FactureFournisseur extends CommonInvoice
     	    $line->remise_percent = $remise_percent;
     	    $line->ref_supplier = $ref_supplier;
     
    +	    $line->date_start = $date_start;
    +	    $line->date_end = $date_end;
    +
     	    $line->vat_src_code=$vat_src_code;
     	    $line->tva_tx = $vatrate;
     	    $line->localtax1_tx = $txlocaltax1;
    @@ -1960,15 +1994,17 @@ class FactureFournisseur extends CommonInvoice
             }
         }
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
     	 *	Renvoi liste des factures remplacables
     	 *	Statut validee ou abandonnee pour raison autre + non payee + aucun paiement + pas deja remplacee
     	 *
    -	 *	@param		int		$socid		Id societe
    +	 *	@param      int		$socid		Id societe
     	 *	@return    	array				Tableau des factures ('id'=>id, 'ref'=>ref, 'status'=>status, 'paymentornot'=>0/1)
    -	 */
    +     */
     	function list_replacable_supplier_invoices($socid=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$return = array();
    @@ -2006,6 +2042,7 @@ class FactureFournisseur extends CommonInvoice
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Renvoi liste des factures qualifiables pour correction par avoir
     	 *	Les factures qui respectent les regles suivantes sont retournees:
    @@ -2016,6 +2053,7 @@ class FactureFournisseur extends CommonInvoice
     	 */
     	function list_qualified_avoir_supplier_invoices($socid=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$return = array();
    @@ -2056,6 +2094,7 @@ class FactureFournisseur extends CommonInvoice
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Load indicators for dashboard (this->nbtodo and this->nbtodolate)
          *
    @@ -2064,6 +2103,7 @@ class FactureFournisseur extends CommonInvoice
          */
         function load_board($user)
         {
    +        // phpcs:enable
             global $conf, $langs;
     
             $sql = 'SELECT ff.rowid, ff.date_lim_reglement as datefin, ff.fk_statut';
    @@ -2085,7 +2125,7 @@ class FactureFournisseur extends CommonInvoice
     	        $response->warning_delay=$conf->facture->fournisseur->warning_delay/60/60/24;
     	        $response->label=$langs->trans("SupplierBillsToPay");
     
    -	        $response->url=DOL_URL_ROOT.'/fourn/facture/list.php?search_status=1&mainmenu=accountancy&leftmenu=suppliers_bills';
    +	        $response->url=DOL_URL_ROOT.'/fourn/facture/list.php?search_status=1&mainmenu=billing&leftmenu=suppliers_bills';
     	        $response->img=img_object($langs->trans("Bills"),"bill");
     
                 $facturestatic = new FactureFournisseur($this->db);
    @@ -2352,13 +2392,15 @@ class FactureFournisseur extends CommonInvoice
             $this->total_ttc      = $xnbp*119.6;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Load indicators for dashboard (this->nbtodo and this->nbtodolate)
     	 *
     	 *      @return         int     <0 if KO, >0 if OK
    -	 */
    +     */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $conf, $user;
     
     		$this->nb=array();
    @@ -2572,7 +2614,7 @@ class SupplierInvoiceLine extends CommonObjectLine
     	 * @var string ID to identify managed object
     	 */
     	public $element='facture_fourn_det';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -2585,7 +2627,7 @@ class SupplierInvoiceLine extends CommonObjectLine
     	 * @see product_ref
     	 */
     	public $ref;
    -	
    +
     	/**
     	 * Internal ref
     	 * @var string
    @@ -2604,7 +2646,7 @@ class SupplierInvoiceLine extends CommonObjectLine
     	 * @see label
     	 */
     	public $libelle;
    -	
    +
     	/**
     	 * Product description
     	 * @var string
    @@ -2618,7 +2660,7 @@ class SupplierInvoiceLine extends CommonObjectLine
     	 * @see subprice
     	 */
     	public $pu_ht;
    -	
    +
     	public $subprice;
     
     	/**
    @@ -2634,7 +2676,7 @@ class SupplierInvoiceLine extends CommonObjectLine
     	 * @see total_tva
     	 */
     	public $tva;
    -	
    +
     	public $total_tva;
     
     	/**
    @@ -2656,6 +2698,9 @@ class SupplierInvoiceLine extends CommonObjectLine
     	 */
     	public $description;
     
    +	public $date_start;
    +	public $date_end;
    +
     	public $skip_update_total; // Skip update price total for special lines
     
     	/**
    @@ -2713,7 +2758,7 @@ class SupplierInvoiceLine extends CommonObjectLine
     	 */
     	public function fetch($rowid)
     	{
    -		$sql = 'SELECT f.rowid, f.ref as ref_supplier, f.description, f.pu_ht, f.pu_ttc, f.qty, f.remise_percent, f.tva_tx';
    +		$sql = 'SELECT f.rowid, f.ref as ref_supplier, f.description, f.date_start, f.date_end, f.pu_ht, f.pu_ttc, f.qty, f.remise_percent, f.tva_tx';
     		$sql.= ', f.localtax1_type, f.localtax2_type, f.localtax1_tx, f.localtax2_tx, f.total_localtax1, f.total_localtax2 ';
     		$sql.= ', f.total_ht, f.tva as total_tva, f.total_ttc, f.fk_facture_fourn, f.fk_product, f.product_type, f.info_bits, f.rang, f.special_code, f.fk_parent_line, f.fk_unit';
     		$sql.= ', p.rowid as product_id, p.ref as product_ref, p.label as label, p.description as product_desc';
    @@ -2740,6 +2785,8 @@ class SupplierInvoiceLine extends CommonObjectLine
     		$this->rowid				= $obj->rowid;
     		$this->fk_facture_fourn			= $obj->fk_facture_fourn;
     		$this->description		= $obj->description;
    +		$this->date_start		= $obj->date_start;
    +		$this->date_end			= $obj->date_end;
     		$this->product_ref		= $obj->product_ref;
     		$this->ref_supplier		= $obj->ref_supplier;
     		$this->libelle			= $obj->label;
    @@ -2771,10 +2818,10 @@ class SupplierInvoiceLine extends CommonObjectLine
     		$this->rang       		= $obj->rang;
     		$this->fk_unit           = $obj->fk_unit;
     
    -		$this->multicurrency_subprice	= $obj->multicurrency_subprice;
    -		$this->multicurrency_total_ht	= $obj->multicurrency_total_ht;
    -		$this->multicurrency_total_tva	= $obj->multicurrency_total_tva;
    -		$this->multicurrency_total_ttc	= $obj->multicurrency_total_ttc;
    +		$this->multicurrency_subprice = $obj->multicurrency_subprice;
    +		$this->multicurrency_total_ht = $obj->multicurrency_total_ht;
    +		$this->multicurrency_total_tva = $obj->multicurrency_total_tva;
    +		$this->multicurrency_total_ttc = $obj->multicurrency_total_ttc;
     
     		$this->fetch_optionals();
     
    @@ -2871,6 +2918,8 @@ class SupplierInvoiceLine extends CommonObjectLine
     		$sql = "UPDATE ".MAIN_DB_PREFIX."facture_fourn_det SET";
     		$sql.= "  description ='".$this->db->escape($this->description)."'";
     		$sql.= ", ref ='".$this->db->escape($this->ref_supplier ? $this->ref_supplier : $this->ref)."'";
    +		$sql.= ", date_start = ".($this->date_start != '' ? "'".$this->db->idate($this->date_start)."'" : "null");
    +		$sql.= ", date_end = ".($this->date_end != '' ? "'".$this->db->idate($this->date_end)."'" : "null");
     		$sql.= ", pu_ht = ".price2num($this->pu_ht);
     		$sql.= ", pu_ttc = ".price2num($this->pu_ttc);
     		$sql.= ", qty = ".price2num($this->qty);
    @@ -3045,12 +3094,11 @@ class SupplierInvoiceLine extends CommonObjectLine
             $sql.= ", ".price2num($this->multicurrency_total_ttc);
             $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.$this->table_element);
    -            $this->rowid=$this->id;
    +            $this->rowid=$this->id;		// backward compatibility
     
                 if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED)) // For avoid conflicts if trigger used
                 {
    @@ -3084,13 +3132,16 @@ class SupplierInvoiceLine extends CommonObjectLine
                 return -2;
             }
         }
    -            /**
    +
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          *  Mise a jour de l'objet ligne de commande en base
          *
          *  @return		int		<0 si ko, >0 si ok
          */
         function update_total()
         {
    +        // phpcs:enable
             $this->db->begin();
     
             // Mise a jour ligne en base
    diff --git a/htdocs/fourn/class/fournisseur.product.class.php b/htdocs/fourn/class/fournisseur.product.class.php
    index 8f77d152036..f97a6c4f4ba 100644
    --- a/htdocs/fourn/class/fournisseur.product.class.php
    +++ b/htdocs/fourn/class/fournisseur.product.class.php
    @@ -41,52 +41,52 @@ class ProductFournisseur extends Product
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
          * @var string Error code (or message)
          */
         public $error='';
     
    -    var $product_fourn_price_id;  // id of ligne product-supplier
    +    public $product_fourn_price_id;  // id of ligne product-supplier
     
         /**
          * @var int ID
          */
         public $id;
    -	
    +
         /**
          * @deprecated
          * @see ref_supplier
          */
    -    var $fourn_ref;
    -    var $delivery_time_days;
    -    var $ref_supplier;			  // ref supplier (can be set by get_buyprice)
    -    var $desc_supplier;
    -    var $vatrate_supplier;		  // default vat rate for this supplier/qty/product (can be set by get_buyprice)
    +    public $fourn_ref;
    +    public $delivery_time_days;
    +    public $ref_supplier;			  // ref supplier (can be set by get_buyprice)
    +    public $desc_supplier;
    +    public $vatrate_supplier;		  // default vat rate for this supplier/qty/product (can be set by get_buyprice)
     
    -    var $fourn_id;                //supplier id
    -    var $fourn_qty;               // quantity for price (can be set by get_buyprice)
    -    var $fourn_pu;			       // unit price for quantity (can be set by get_buyprice)
    +    public $fourn_id;                //supplier id
    +    public $fourn_qty;               // quantity for price (can be set by get_buyprice)
    +    public $fourn_pu;			       // unit price for quantity (can be set by get_buyprice)
     
    -    var $fourn_price;             // price for quantity
    -    var $fourn_remise_percent;    // discount for quantity (percent)
    -    var $fourn_remise;            // discount for quantity (amount)
    -    var $product_fourn_id;        // supplier id
    -    var $fk_availability;         // availability delay - visible/used if option FOURN_PRODUCT_AVAILABILITY is on (duplicate information compared to delivery delay)
    -    var $fourn_unitprice;
    -    var $fourn_tva_tx;
    -    var $fourn_tva_npr;
    +    public $fourn_price;             // price for quantity
    +    public $fourn_remise_percent;    // discount for quantity (percent)
    +    public $fourn_remise;            // discount for quantity (amount)
    +    public $product_fourn_id;        // supplier id
    +    public $fk_availability;         // availability delay - visible/used if option FOURN_PRODUCT_AVAILABILITY is on (duplicate information compared to delivery delay)
    +    public $fourn_unitprice;
    +    public $fourn_tva_tx;
    +    public $fourn_tva_npr;
     
    -    var $fk_supplier_price_expression;
    -    var $supplier_reputation;     // reputation of supplier
    -    var $reputations=array();     // list of available supplier reputations
    +    public $fk_supplier_price_expression;
    +    public $supplier_reputation;     // reputation of supplier
    +    public $reputations=array();     // list of available supplier reputations
     
         // Multicurreny
    -    var $fourn_multicurrency_id;
    -    var $fourn_multicurrency_code;
    -    var $fourn_multicurrency_tx;
    -    var $fourn_multicurrency_price;
    -    var $fourn_multicurrency_unitprice;
    +    public $fourn_multicurrency_id;
    +    public $fourn_multicurrency_code;
    +    public $fourn_multicurrency_tx;
    +    public $fourn_multicurrency_price;
    +    public $fourn_multicurrency_unitprice;
     
         /**
          *	Constructor
    @@ -104,6 +104,7 @@ class ProductFournisseur extends Product
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Remove all prices for this couple supplier-product
          *
    @@ -112,6 +113,7 @@ class ProductFournisseur extends Product
          */
         function remove_fournisseur($id_fourn)
         {
    +        // phpcs:enable
             $ok=1;
     
             $this->db->begin();
    @@ -140,6 +142,7 @@ class ProductFournisseur extends Product
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Remove a price for a couple supplier-product
          *
    @@ -148,6 +151,7 @@ class ProductFournisseur extends Product
          */
         function remove_product_fournisseur_price($rowid)
         {
    +        // phpcs:enable
             global $conf, $user;
     
             $error=0;
    @@ -174,17 +178,17 @@ class ProductFournisseur extends Product
                 }
             }
     
    -        if (empty($error)){
    +        if (empty($error)) {
                 $this->db->commit();
                 return 1;
    -        }else{
    +        } else {
                 $this->db->rollback();
                 return -1;
             }
    -
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Modify the purchase price for a supplier
          *
    @@ -213,6 +217,7 @@ class ProductFournisseur extends Product
          */
         function update_buyprice($qty, $buyprice, $user, $price_base_type, $fourn, $availability, $ref_fourn, $tva_tx, $charges=0, $remise_percent=0, $remise=0, $newnpr=0, $delivery_time_days=0, $supplier_reputation='', $localtaxes_array=array(), $newdefaultvatcode='', $multicurrency_buyprice=0, $multicurrency_price_base_type='HT',$multicurrency_tx=1,$multicurrency_code='', $desc_fourn='')
         {
    +        // phpcs:enable
             global $conf, $langs;
             //global $mysoc;
     
    @@ -439,6 +444,7 @@ class ProductFournisseur extends Product
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Loads the price information of a provider
          *
    @@ -448,6 +454,7 @@ class ProductFournisseur extends Product
          */
         function fetch_product_fournisseur_price($rowid, $ignore_expression = 0)
         {
    +        // phpcs:enable
             global $conf;
     
             $sql = "SELECT pfp.rowid, pfp.price, pfp.quantity, pfp.unitprice, pfp.remise_percent, pfp.remise, pfp.tva_tx, pfp.default_vat_code, pfp.info_bits as fourn_tva_npr, pfp.fk_availability,";
    @@ -526,6 +533,7 @@ class ProductFournisseur extends Product
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    List all supplier prices of a product
          *
    @@ -538,6 +546,7 @@ class ProductFournisseur extends Product
          */
         function list_product_fournisseur_price($prodid, $sortfield='', $sortorder='', $limit=0, $offset=0)
         {
    +        // phpcs:enable
             global $conf;
     
             $sql = "SELECT s.nom as supplier_name, s.rowid as fourn_id,";
    @@ -626,6 +635,7 @@ class ProductFournisseur extends Product
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Load properties for minimum price
          *
    @@ -636,6 +646,7 @@ class ProductFournisseur extends Product
          */
         function find_min_price_product_fournisseur($prodid, $qty=0, $socid=0)
         {
    +        // phpcs:enable
             global $conf;
     
             if (empty($prodid))
    @@ -813,6 +824,7 @@ class ProductFournisseur extends Product
             return $thirdparty->getNomUrl($withpicto,$option,$maxlen,$notooltip);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Display price of product
          *
    @@ -826,6 +838,7 @@ class ProductFournisseur extends Product
          */
         function display_price_product_fournisseur($showunitprice=1,$showsuptitle=1,$maxlen=0,$notooltip=0, $productFournList=array())
         {
    +        // phpcs:enable
             global $langs;
     
             $out = '';
    @@ -865,5 +878,4 @@ class ProductFournisseur extends Product
     
     		return CommonObject::commonReplaceThirdparty($db, $origin_id, $dest_id, $tables);
     	}
    -
     }
    diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php
    index 55c6a00d251..fcf7332dbd0 100644
    --- a/htdocs/fourn/class/paiementfourn.class.php
    +++ b/htdocs/fourn/class/paiementfourn.class.php
    @@ -39,12 +39,12 @@ class PaiementFourn extends Paiement
     	 * @var string ID to identify managed object
     	 */
     	public $element='payment_supplier';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='paiementfourn';
    -	
    +
     	public $picto = 'payment';
     
     	var $statut;        //Status of payment. 0 = unvalidated; 1 = validated
    @@ -505,6 +505,7 @@ class PaiementFourn extends Paiement
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Renvoi le libelle d'un statut donne
     	 *
    @@ -514,6 +515,7 @@ class PaiementFourn extends Paiement
     	 */
     	function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$langs->load('compta');
    @@ -769,14 +771,16 @@ class PaiementFourn extends Paiement
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 *    	Load the third party of object, from id into this->thirdparty
    +	 *  Load the third party of object, from id into this->thirdparty
     	 *
    -	 *		@param		int		$force_thirdparty_id	Force thirdparty id
    -	 *		@return		int								<0 if KO, >0 if OK
    +	 *	@param		int		$force_thirdparty_id	Force thirdparty id
    +	 *	@return		int								<0 if KO, >0 if OK
     	 */
     	function fetch_thirdparty($force_thirdparty_id=0)
     	{
    +        // phpcs:enable
     		require_once DOL_DOCUMENT_ROOT . '/fourn/class/fournisseur.facture.class.php';
     
     		if (empty($force_thirdparty_id))
    @@ -794,5 +798,4 @@ class PaiementFourn extends Paiement
     
     		return parent::fetch_thirdparty($force_thirdparty_id);
     	}
    -
     }
    diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
    index 0ed6f7fed14..134856112d4 100644
    --- a/htdocs/fourn/commande/card.php
    +++ b/htdocs/fourn/commande/card.php
    @@ -8,6 +8,7 @@
      * Copyright (C) 2012-2016 Marcos García        <marcosgdf@gmail.com>
      * Copyright (C) 2013      Florian Henry        <florian.henry@open-concept.pro>
      * Copyright (C) 2014      Ion Agorria          <ion@agorria.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -403,7 +404,7 @@ if (empty($reshook))
     				if(!empty($productsupplier->desc_supplier) && !empty($conf->global->PRODUIT_FOURN_TEXTS)) {
     				    $desc = $productsupplier->desc_supplier;
     				} else $desc = $productsupplier->description;
    -				
    +
     				if (trim($product_desc) != trim($desc)) $desc = dol_concatdesc($desc, $product_desc);
     
     				$type = $productsupplier->type;
    @@ -1542,7 +1543,7 @@ if ($action=='create')
     	print '<td>';
     	$usehourmin=0;
     	if (! empty($conf->global->SUPPLIER_ORDER_USE_HOUR_FOR_DELIVERY_DATE)) $usehourmin=1;
    -	$form->select_date($datelivraison?$datelivraison:-1,'liv_',$usehourmin,$usehourmin,'',"set");
    +	print $form->selectDate($datelivraison?$datelivraison:-1, 'liv_', $usehourmin, $usehourmin, '', "set");
     	print '</td></tr>';
     
     	// Bank Account
    @@ -1836,6 +1837,7 @@ elseif (! empty($object->id))
     	$morehtmlref.=$form->editfieldval("RefSupplier", 'ref_supplier', $object->ref_supplier, $object, $user->rights->fournisseur->commande->creer, 'string', '', null, null, '', 1);
     	// Thirdparty
     	$morehtmlref.='<br>'.$langs->trans('ThirdParty') . ' : ' . $object->thirdparty->getNomUrl(1);
    +	if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/fourn/commande/list.php?socid='.$object->thirdparty->id.'&search_company='.urlencode($object->thirdparty->name).'">'.$langs->trans("OtherOrders").'</a>)';
     	// Project
     	if (! empty($conf->projet->enabled))
     	{
    @@ -2044,7 +2046,7 @@ elseif (! empty($object->id))
     		print '<input type="hidden" name="action" value="setdate_livraison">';
     		$usehourmin=0;
     		if (! empty($conf->global->SUPPLIER_ORDER_USE_HOUR_FOR_DELIVERY_DATE)) $usehourmin=1;
    -		$form->select_date($object->date_livraison?$object->date_livraison:-1,'liv_',$usehourmin,$usehourmin,'',"setdate_livraison");
    +		print $form->selectDate($object->date_livraison?$object->date_livraison:-1, 'liv_', $usehourmin, $usehourmin, '', "setdate_livraison");
     		print '<input type="submit" class="button" value="'.$langs->trans('Modify').'">';
     		print '</form>';
     	}
    @@ -2120,7 +2122,7 @@ elseif (! empty($object->id))
     
     	// Total
     	$alert = '';
    -	if($object->total_ht < $object->thirdparty->supplier_order_min_amount) {
    +	if (! empty($conf->global->ORDER_MANAGE_MIN_AMOUNT) && $object->total_ht < $object->thirdparty->supplier_order_min_amount) {
     		$alert = ' ' . img_warning($langs->trans('OrderMinAmount').': '.price($object->thirdparty->supplier_order_min_amount));
     	}
     	print '<tr><td class="titlefieldmiddle">'.$langs->trans("AmountHT").'</td>';
    @@ -2468,7 +2470,7 @@ elseif (! empty($object->id))
     			print '<tr><td>'.$langs->trans("OrderDate").'</td><td>';
     			$date_com = dol_mktime(GETPOST('rehour','int'), GETPOST('remin','int'), GETPOST('resec','int'), GETPOST('remonth','int'), GETPOST('reday','int'), GETPOST('reyear','int'));
     			if (empty($date_com)) $date_com=dol_now();
    -			print $form->select_date($date_com,'',1,1,'',"commande",1,1,1);
    +			print $form->selectDate($date_com, '', 1, 1, '', "commande", 1, 1);
     			print '</td></tr>';
     
     			print '<tr><td>'.$langs->trans("OrderMode").'</td><td>';
    @@ -2524,7 +2526,7 @@ elseif (! empty($object->id))
     				//print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("Receive").'</td></tr>';
     				print '<tr><td>'.$langs->trans("DeliveryDate").'</td><td>';
     				$datepreselected = dol_now();
    -				print $form->select_date($datepreselected,'',1,1,'',"commande",1,1,1);
    +				print $form->selectDate($datepreselected, '', 1, 1, '', "commande", 1, 1);
     				print "</td></tr>\n";
     
     				print "<tr><td class=\"fieldrequired\">".$langs->trans("Delivery")."</td><td>\n";
    diff --git a/htdocs/fourn/commande/contact.php b/htdocs/fourn/commande/contact.php
    index f62ccd03331..85739bdb6ef 100644
    --- a/htdocs/fourn/commande/contact.php
    +++ b/htdocs/fourn/commande/contact.php
    @@ -33,10 +33,8 @@ if (! empty($conf->projet->enabled)) {
     	require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
     }
     
    -$langs->load("facture");
    -$langs->load("orders");
    -$langs->load("sendings");
    -$langs->load("companies");
    +// Load translation files required by the page
    +$langs->loadLangs(array("facture","orders","sendings","companies"));
     
     $id		= GETPOST('id', 'int');
     $ref	= GETPOST('ref', 'alpha');
    diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php
    index 20664b6d679..7f2e5ba4139 100644
    --- a/htdocs/fourn/commande/dispatch.php
    +++ b/htdocs/fourn/commande/dispatch.php
    @@ -5,8 +5,9 @@
      * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
      * Copyright (C) 2014      Cedric Gross         <c.gross@kreiz-it.fr>
    - * Copyright (C) 2016      Florian Henry         <florian.henry@atm-consulting.fr>
    + * Copyright (C) 2016      Florian Henry        <florian.henry@atm-consulting.fr>
      * Copyright (C) 2017      Ferran Marcet        <fmarcet@2byte.es>
    + * Copyright (C) 2018      Frédéric France      <frederic.france@netlogic.fr>
      *
      * 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,13 +40,9 @@ require_once DOL_DOCUMENT_ROOT . '/product/class/html.formproduct.class.php';
     if (! empty($conf->projet->enabled))
     	require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
     
    -$langs->load('orders');
    -$langs->load('sendings');
    -$langs->load('companies');
    -$langs->load('bills');
    -$langs->load('deliveries');
    -$langs->load('products');
    -$langs->load('stocks');
    +// Load translation files required by the page
    +$langs->loadLangs(array("bills", "orders", "sendings", "companies", "deliveries", "products", "stocks"));
    +
     if (! empty($conf->productbatch->enabled))
     	$langs->load('productbatch');
     
    @@ -511,9 +508,18 @@ if ($id > 0 || ! empty($ref)) {
     				print '<tr class="liste_titre">';
     
     				print '<td>' . $langs->trans("Description") . '</td>';
    -				print '<td></td>';
    -				print '<td></td>';
    -				print '<td></td>';
    +				if (! empty($conf->productbatch->enabled))
    +				{
    +					print '<td class="dispatch_batch_number_title">'.$langs->trans("batch_number").'</td>';
    +					print '<td class="dispatch_dluo_title">'.$langs->trans("EatByDate").'</td>';
    +					print '<td class="dispatch_dlc_title">'.$langs->trans("SellByDate").'</td>';
    +				}
    +				else
    +				{
    +					print '<td></td>';
    +					print '<td></td>';
    +					print '<td></td>';
    +				}
     				print '<td align="right">' . $langs->trans("SupplierRef") . '</td>';
     				print '<td align="right">' . $langs->trans("QtyOrdered") . '</td>';
     				print '<td align="right">' . $langs->trans("QtyDispatchedShort") . '</td>';
    @@ -521,23 +527,12 @@ if ($id > 0 || ! empty($ref)) {
     				print '<td width="32"></td>';
     				print '<td align="right">' . $langs->trans("Warehouse") . '</td>';
     				print "</tr>\n";
    -
    -				if (! empty($conf->productbatch->enabled)) {
    -					print '<tr class="liste_titre">';
    -					print '<td></td>';
    -					print '<td>' . $langs->trans("batch_number") . '</td>';
    -					print '<td>' . $langs->trans("EatByDate") . '</td>';
    -					print '<td>' . $langs->trans("SellByDate") . '</td>';
    -					print '<td colspan="5">&nbsp;</td>';
    -					print "</tr>\n";
    -				}
     			}
     
     			$nbfreeproduct = 0;		// Nb of lins of free products/services
     			$nbproduct = 0;			// Nb of predefined product lines to dispatch (already done or not) if SUPPLIER_ORDER_DISABLE_STOCK_DISPATCH_WHEN_TOTAL_REACHED is off (default)
     									// or nb of line that remain to dispatch if SUPPLIER_ORDER_DISABLE_STOCK_DISPATCH_WHEN_TOTAL_REACHED is on.
     
    -			$var = false;
     			while ( $i < $num ) {
     				$objp = $db->fetch_object($resql);
     
    @@ -569,16 +564,21 @@ if ($id > 0 || ! empty($ref)) {
     
     						if (! empty($conf->productbatch->enabled)) {
     							if ($objp->tobatch) {
    -								print '<td colspan="4">';
    +								print '<td>';
     								print $linktoprod;
     								print "</td>";
    +								print '<td class="dispatch_batch_number"></td>';
    +								print '<td class="dispatch_dluo"></td>';
    +								print '<td class="dispatch_dlc"></td>';
     							} else {
     								print '<td>';
     								print $linktoprod;
     								print "</td>";
    -								print '<td colspan="3">';
    +								print '<td class="dispatch_batch_number">';
     								print $langs->trans("ProductDoesNotUseBatchSerial");
     								print '</td>';
    +								print '<td class="dispatch_dluo"></td>';
    +								print '<td class="dispatch_dlc"></td>';
     							}
     						} else {
     							print '<td colspan="4">';
    @@ -593,7 +593,7 @@ if ($id > 0 || ! empty($ref)) {
     
     						// Supplier ref
     						print '<td align="right">'.$objp->sref.'</td>';
    -						
    +
     						// Qty ordered
     						print '<td align="right">' . $objp->qty . '</td>';
     
    @@ -632,14 +632,15 @@ if ($id > 0 || ! empty($ref)) {
     							print '</td>';
     							print '<td class="nowraponall">';
     							$dlcdatesuffix = dol_mktime(0, 0, 0, GETPOST('dlc' . $suffix . 'month'), GETPOST('dlc' . $suffix . 'day'), GETPOST('dlc' . $suffix . 'year'));
    -							$form->select_date($dlcdatesuffix, 'dlc' . $suffix, '', '', 1, "");
    +							print $form->selectDate($dlcdatesuffix, 'dlc' . $suffix, '', '', 1, '');
     							print '</td>';
     							print '<td class="nowraponall">';
     							$dluodatesuffix = dol_mktime(0, 0, 0, GETPOST('dluo' . $suffix . 'month'), GETPOST('dluo' . $suffix . 'day'), GETPOST('dluo' . $suffix . 'year'));
    -							$form->select_date($dluodatesuffix, 'dluo' . $suffix, '', '', 1, "");
    +							print $form->selectDate($dluodatesuffix, 'dluo' . $suffix, '', '', 1, '');
     							print '</td>';
    -							print '<td colspan="2">&nbsp</td>'; // Qty ordered + qty already dispatached
    +							print '<td colspan="3">&nbsp</td>'; // Supplier ref + Qty ordered + qty already dispatched
     						} else {
    +
     							$type = 'dispatch';
     							print '<td align="right">';
     							print '</td>';     // Qty to dispatch
    @@ -650,7 +651,7 @@ if ($id > 0 || ! empty($ref)) {
     							print '</tr>';
     
     							print '<tr class="oddeven" name="' . $type . $suffix . '">';
    -							print '<td colspan="6">';
    +							print '<td colspan="7">';
     							print '<input name="fk_commandefourndet' . $suffix . '" type="hidden" value="' . $objp->rowid . '">';
     							print '<input name="product' . $suffix . '" type="hidden" value="' . $objp->fk_product . '">';
     
    @@ -672,7 +673,7 @@ if ($id > 0 || ! empty($ref)) {
     						print '<input id="qty' . $suffix . '" name="qty' . $suffix . '" type="text" class="width50 right" value="' . (GETPOST('qty' . $suffix) != '' ? GETPOST('qty' . $suffix) : $remaintodispatch) . '">';
     						print '</td>';
     
    -                        print '<td>';
    +						print '<td>';
     						if (! empty($conf->productbatch->enabled) && $objp->tobatch == 1) {
     						    $type = 'batch';
     						    //print img_picto($langs->trans('AddDispatchBatchLine'), 'split.png', 'class="splitbutton" onClick="addDispatchLine(' . $i . ',\'' . $type . '\')"');
    @@ -714,21 +715,27 @@ if ($id > 0 || ! empty($ref)) {
     
     		if ($nbproduct)
     		{
    -			$checkboxlabel=$langs->trans("CloseReceivedSupplierOrdersAutomatically", $langs->transnoentitiesnoconv('StatusOrderReceivedAll'));
    +			$checkboxlabel = $langs->trans("CloseReceivedSupplierOrdersAutomatically", $langs->transnoentitiesnoconv('StatusOrderReceivedAll'));
     
     			print '<br><div class="center">';
    -            print $langs->trans("Comment") . ' : ';
    -			print '<input type="text" class="minwidth400" maxlength="128" name="comment" value="';
    -			print $_POST["comment"] ? GETPOST("comment") : $langs->trans("DispatchSupplierOrder", $object->ref);
    -			// print ' / '.$object->ref_supplier; // Not yet available
    -			print '" class="flat"><br>';
    +			$parameters = array();
    +			$reshook = $hookmanager->executeHooks('addMoreActionsButtons', $parameters, $object, $action); // Note that $action and $object may have been
    +			// modified by hook
    +			if (empty($reshook))
    +			{
    +				print $langs->trans("Comment").' : ';
    +				print '<input type="text" class="minwidth400" maxlength="128" name="comment" value="';
    +				print $_POST["comment"] ? GETPOST("comment") : $langs->trans("DispatchSupplierOrder", $object->ref);
    +				// print ' / '.$object->ref_supplier; // Not yet available
    +				print '" class="flat"><br>';
     
    -			print '<input type="checkbox" checked="checked" name="closeopenorder"> '.$checkboxlabel;
    +				print '<input type="checkbox" checked="checked" name="closeopenorder"> '.$checkboxlabel;
     
    -			print '<br><input type="submit" class="button" value="' . $langs->trans("DispatchVerb") . '"';
    -			if (count($listwarehouses) <= 0)
    -				print ' disabled';
    -			print '>';
    +				print '<br><input type="submit" class="button" value="'.$langs->trans("DispatchVerb").'"';
    +				if (count($listwarehouses) <= 0)
    +					print ' disabled';
    +				print '>';
    +			}
     			print '</div>';
     		}
     
    @@ -768,14 +775,14 @@ if ($id > 0 || ! empty($ref)) {
     			print load_fiche_titre($langs->trans("ReceivingForSameOrder"));
     
     			print '<div class="div-table-responsive">';
    -			print '<table class="noborder" width="100%">';
    +			print '<table id="dispatch_received_products" class="noborder" width="100%">';
     
     			print '<tr class="liste_titre">';
     			print '<td>' . $langs->trans("Product") . '</td>';
     			if (! empty($conf->productbatch->enabled)) {
    -				print '<td>' . $langs->trans("batch_number") . '</td>';
    -				print '<td>' . $langs->trans("EatByDate") . '</td>';
    -				print '<td>' . $langs->trans("SellByDate") . '</td>';
    +				print '<td class="dispatch_batch_number_title">' . $langs->trans("batch_number") . '</td>';
    +				print '<td class="dispatch_dluo_title">' . $langs->trans("EatByDate") . '</td>';
    +				print '<td class="dispatch_dlc_title">' . $langs->trans("SellByDate") . '</td>';
     			}
     			print '<td align="right">' . $langs->trans("QtyDispatched") . '</td>';
     			print '<td></td>';
    @@ -786,8 +793,6 @@ if ($id > 0 || ! empty($ref)) {
     			print '<td>' . $langs->trans("Date") . '</td>';
     			print "</tr>\n";
     
    -			$var = false;
    -
     			while ( $i < $num ) {
     				$objp = $db->fetch_object($resql);
     
    @@ -798,9 +803,9 @@ if ($id > 0 || ! empty($ref)) {
     				print "</td>\n";
     
     				if (! empty($conf->productbatch->enabled)) {
    -					print '<td>' . $objp->batch . '</td>';
    -					print '<td>' . dol_print_date($db->jdate($objp->eatby), 'day') . '</td>';
    -					print '<td>' . dol_print_date($db->jdate($objp->sellby), 'day') . '</td>';
    +					print '<td class="dispatch_batch_number">' . $objp->batch . '</td>';
    +					print '<td class="dispatch_dluo">' . dol_print_date($db->jdate($objp->eatby), 'day') . '</td>';
    +					print '<td class="dispatch_dlc">' . dol_print_date($db->jdate($objp->sellby), 'day') . '</td>';
     				}
     
     				// Qty
    @@ -861,7 +866,6 @@ if ($id > 0 || ! empty($ref)) {
     				print "</tr>\n";
     
     				$i ++;
    -				$var = ! $var;
     			}
     			$db->free($resql);
     
    diff --git a/htdocs/fourn/commande/document.php b/htdocs/fourn/commande/document.php
    index 41e982284fc..8aa4da9c307 100644
    --- a/htdocs/fourn/commande/document.php
    +++ b/htdocs/fourn/commande/document.php
    @@ -38,14 +38,8 @@ if (! empty($conf->projet->enabled)) {
     	require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
     }
     
    -$langs->load('orders');
    -$langs->load('other');
    -$langs->load('sendings');
    -$langs->load('companies');
    -$langs->load('bills');
    -$langs->load('deliveries');
    -$langs->load('products');
    -$langs->load('stocks');
    +// Load translation files required by the page
    +$langs->loadLangs(array("bills", "orders", "sendings", "companies", "deliveries", "products", "stocks","other"));
     
     $id = GETPOST('id','int');
     $ref = GETPOST('ref', 'alpha');
    diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php
    index 1d5cfc2097b..59e7b82e488 100644
    --- a/htdocs/fourn/commande/index.php
    +++ b/htdocs/fourn/commande/index.php
    @@ -34,8 +34,8 @@ $orderid = GETPOST('orderid');
     if ($user->societe_id) $socid=$user->societe_id;
     $result = restrictedArea($user, 'fournisseur', $orderid, '', 'commande');
     
    -$langs->load("suppliers");
    -$langs->load("orders");
    +// Load translation files required by the page
    +$langs->loadLangs(array("suppliers", "orders"));
     
     
     /*
    diff --git a/htdocs/fourn/commande/info.php b/htdocs/fourn/commande/info.php
    index 747247a38c2..dee7a83bc6a 100644
    --- a/htdocs/fourn/commande/info.php
    +++ b/htdocs/fourn/commande/info.php
    @@ -33,10 +33,8 @@ if (! empty($conf->projet->enabled)) {
     	require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
     }
     
    -$langs->load("orders");
    -$langs->load("suppliers");
    -$langs->load("companies");
    -$langs->load('stocks');
    +// Load translation files required by the page
    +$langs->loadLangs(array("suppliers", "orders", "companies", "stocks"));
     
     $id=GETPOST('id','int');
     $ref=GETPOST('ref','alpha');
    diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php
    index 4123e73d522..06857526731 100644
    --- a/htdocs/fourn/commande/list.php
    +++ b/htdocs/fourn/commande/list.php
    @@ -1,11 +1,12 @@
     <?php
    -/* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    +/* Copyright (C) 2001-2006  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2013      Cédric Salvador      <csalvador@gpcsolutions.fr>
      * Copyright (C) 2014      Marcos García        <marcosgdf@gmail.com>
      * Copyright (C) 2014      Juanjo Menent        <jmenent@2byte.es>
      * Copyright (C) 2016      Ferran Marcet        <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -681,7 +682,7 @@ if ($resql)
     		print $langs->trans('DateInvoice');
     		print '</td>';
     		print '<td>';
    -		print $form->select_date('', '', '', '', '', '', 1, 1);
    +		print $form->selectDate('', '', '', '', '', '', 1, 1);
     		print '</td>';
     		print '</tr>';
     		print '<tr>';
    @@ -1127,7 +1128,7 @@ if ($resql)
     		// Status
     		if (! empty($arrayfields['cf.fk_statut']['checked']))
     		{
    -			print '<td align="right" class="nowrap">'.$objectstatic->LibStatut($obj->fk_statut, 5, $obj->billed, 1).'</td>';
    +			print '<td align="right" class="nowrap">'.$objectstatic->LibStatut($obj->fk_statut, 5, $obj->billed).'</td>';
     			if (! $i) $totalarray['nbfield']++;
     		}
     		// Billed
    diff --git a/htdocs/fourn/commande/note.php b/htdocs/fourn/commande/note.php
    index d44c1348b15..288b43d200b 100644
    --- a/htdocs/fourn/commande/note.php
    +++ b/htdocs/fourn/commande/note.php
    @@ -3,7 +3,7 @@
      * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2012      Marcos García        <marcosgdf@gmail.com>
    - * Copyright (C) 2017      Ferran Marcet       	 <fmarcet@2byte.es>
    + * Copyright (C) 2017      Ferran Marcet       	<fmarcet@2byte.es>
      *
      * 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
    @@ -32,10 +32,8 @@ if (! empty($conf->projet->enabled)) {
     	require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
     }
     
    -$langs->load("orders");
    -$langs->load("suppliers");
    -$langs->load("companies");
    -$langs->load('stocks');
    +// Load translation files required by the page
    +$langs->loadLangs(array("suppliers", "orders", "companies", "stocks"));
     
     $id = GETPOST('facid','int')?GETPOST('facid','int'):GETPOST('id','int');
     $ref = GETPOST('ref');
    diff --git a/htdocs/fourn/commande/orderstoinvoice.php b/htdocs/fourn/commande/orderstoinvoice.php
    index ee6cc6c6af8..9b9743f201f 100644
    --- a/htdocs/fourn/commande/orderstoinvoice.php
    +++ b/htdocs/fourn/commande/orderstoinvoice.php
    @@ -1,5 +1,5 @@
     <?php
    -/* Copyright (C) 2001-2005 Rodolphe Quiedeville   	<rodolphe@quiedeville.org>
    +/* Copyright (C) 2001-2005 Rodolphe Quiedeville     <rodolphe@quiedeville.org>
      * Copyright (C) 2004-2013 Laurent Destailleur   	<eldy@users.sourceforge.net>
      * Copyright (C) 2005      Marc Barilley / Ocebo  	<marc@ocebo.com>
      * Copyright (C) 2005-2012 Regis Houssin          	<regis.houssin@capnetworks.com>
    @@ -8,6 +8,7 @@
      * Copyright (C) 2012-2017 Juanjo Menent			<jmenent@2byte.es>
      * Copyright (C) 2014	   Florian Henry			<florian.henry@open-concept.pro>
      * Copyright (C) 2015      Marcos García            <marcosgdf@gmail.com>
    + * Copyright (C) 2018      Frédéric France          <frederic.france@netlogic.fr>
      *
      * 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
    @@ -40,9 +41,8 @@ if (! empty($conf->projet->enabled)) {
     	require_once DOL_DOCUMENT_ROOT . '/core/class/html.formprojet.class.php';
     }
     
    -$langs->load('orders');
    -$langs->load('deliveries');
    -$langs->load('companies');
    +// Load translation files required by the page
    +$langs->loadLangs(array("orders", "companies", "deliveries"));
     
     if (! $user->rights->fournisseur->facture->creer)
     	accessforbidden();
    @@ -104,9 +104,9 @@ if (($action == 'create' || $action == 'add') && ! $error) {
     	if (! empty($conf->projet->enabled))
     		require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
     
    -	$langs->load('bills');
    -	$langs->load('products');
    -	$langs->load('main');
    +	// Load translation files required by the page
    +    $langs->loadLangs(array("bills", "main", "products"));
    +
     	if (isset($_GET['orders_to_invoice'])) {
     		$orders_id = GETPOST('orders_to_invoice','',1);
     		$n = count($orders_id);
    @@ -332,7 +332,7 @@ if ($action == 'create' && !$error) {
     
     	// Date invoice
     	print '<tr><td class="fieldrequired">' . $langs->trans('Date') . '</td><td colspan="2">';
    -	$html->select_date('', '', '', '', '', "add", 1, 1);
    +	print $html->selectDate('', '', '', '', '', "add", 1, 1);
     	print '</td></tr>';
     	// Payment term
     	print '<tr><td class="nowrap">' . $langs->trans('PaymentConditionsShort') . '</td><td colspan="2">';
    @@ -486,8 +486,8 @@ if (($action != 'create' && $action != 'add') && !$error) {
     		$num = $db->num_rows($resql);
     		print load_fiche_titre($title);
     		$i = 0;
    -		$period = $html->select_date($date_start, 'date_start', 0, 0, 1, '', 1, 0, 1) . ' - ' . $html->select_date($date_end, 'date_end', 0, 0, 1, '', 1, 0, 1);
    -		$periodely = $html->select_date($date_starty, 'date_start_dely', 0, 0, 1, '', 1, 0, 1) . ' - ' . $html->select_date($date_endy, 'date_end_dely', 0, 0, 1, '', 1, 0, 1);
    +		$period = $html->selectDate($date_start, 'date_start', 0, 0, 1, '', 1, 0) . ' - ' . $html->selectDate($date_end, 'date_end', 0, 0, 1, '', 1, 0);
    +		$periodely = $html->selectDate($date_starty, 'date_start_dely', 0, 0, 1, '', 1, 0) . ' - ' . $html->selectDate($date_endy, 'date_end_dely', 0, 0, 1, '', 1, 0);
     
     		if (! empty($socid)) {
     			// Company
    diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php
    index e26f6faf8b3..af7f21f3628 100644
    --- a/htdocs/fourn/facture/card.php
    +++ b/htdocs/fourn/facture/card.php
    @@ -9,6 +9,7 @@
      * Copyright (C) 2013		Florian Henry			<florian.henry@open-concept.pro>
      * Copyright (C) 2014-2016  Marcos García			<marcosgdf@gmail.com>
      * Copyright (C) 2016-2017	Alexandre Spangaro		<aspangaro@zendsi.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -1097,6 +1098,7 @@ if (empty($reshook))
     		$product_desc=(GETPOST('dp_desc')?GETPOST('dp_desc'):'');
     		$date_start=dol_mktime(GETPOST('date_start'.$predef.'hour'), GETPOST('date_start'.$predef.'min'), GETPOST('date_start' . $predef . 'sec'), GETPOST('date_start'.$predef.'month'), GETPOST('date_start'.$predef.'day'), GETPOST('date_start'.$predef.'year'));
     		$date_end=dol_mktime(GETPOST('date_end'.$predef.'hour'), GETPOST('date_end'.$predef.'min'), GETPOST('date_end' . $predef . 'sec'), GETPOST('date_end'.$predef.'month'), GETPOST('date_end'.$predef.'day'), GETPOST('date_end'.$predef.'year'));
    +
     		$prod_entry_mode = GETPOST('prod_entry_mode');
     		if ($prod_entry_mode == 'free')
     		{
    @@ -1211,7 +1213,7 @@ if (empty($reshook))
     				if(!empty($productsupplier->desc_supplier) && !empty($conf->global->PRODUIT_FOURN_TEXTS)) {
     				    $desc = $productsupplier->desc_supplier;
     				} else $desc = $productsupplier->description;
    -				
    +
     				if (trim($product_desc) != trim($desc)) $desc = dol_concatdesc($desc, $product_desc);
     
     				$type = $productsupplier->type;
    @@ -1954,12 +1956,12 @@ if ($action == 'create')
     
     	// Date invoice
     	print '<tr><td class="fieldrequired">'.$langs->trans('DateInvoice').'</td><td>';
    -	$form->select_date($dateinvoice,'','','','',"add",1,1);
    +	print $form->selectDate($dateinvoice, '', '', '', '', "add", 1, 1);
     	print '</td></tr>';
     
     	// Due date
     	print '<tr><td>'.$langs->trans('DateMaxPayment').'</td><td>';
    -	$form->select_date($datedue,'ech','','','',"add",1,1);
    +	print $form->selectDate($datedue, 'ech', '', '', '', "add", 1, 1);
     	print '</td></tr>';
     
     	// Payment term
    @@ -2341,7 +2343,7 @@ else
         	$morehtmlref.=$form->editfieldval("RefSupplier", 'ref_supplier', $object->ref_supplier, $object, $user->rights->fournisseur->facture->creer, 'string', '', null, null, '', 1);
         	// Thirdparty
         	$morehtmlref.='<br>'.$langs->trans('ThirdParty') . ' : ' . $object->thirdparty->getNomUrl(1);
    -		if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/fourn/facture/list.php?socid='.$object->thirdparty->id.'">'.$langs->trans("OtherBills").'</a>)';
    +    	if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/fourn/facture/list.php?socid='.$object->thirdparty->id.'&search_company='.urlencode($object->thirdparty->name).'">'.$langs->trans("OtherBills").'</a>)';
         	// Project
         	if (! empty($conf->projet->enabled))
         	{
    @@ -2427,7 +2429,7 @@ else
                 $discount = new DiscountAbsolute($db);
                 $result = $discount->fetch(0, 0, $object->id);
                 if ($result > 0){
    -                print '. '.$langs->trans("CreditNoteConvertedIntoDiscount", $object->getLibType(), $discount->getNomUrl(1, 'discount')).'<br>';
    +                print '. '.$langs->trans("CreditNoteConvertedIntoDiscount", $object->getLibType(1), $discount->getNomUrl(1, 'discount')).'<br>';
                 }
             }
             print '</td></tr>';
    diff --git a/htdocs/fourn/facture/contact.php b/htdocs/fourn/facture/contact.php
    index 923a9af03da..cb17be828ca 100644
    --- a/htdocs/fourn/facture/contact.php
    +++ b/htdocs/fourn/facture/contact.php
    @@ -34,9 +34,7 @@ if (! empty($conf->projet->enabled)) {
     	require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
     }
     
    -$langs->load("bills");
    -$langs->load('other');
    -$langs->load("companies");
    +$langs->loadLangs(array("bills", "other", "companies"));
     
     $id		= (GETPOST('id','int') ? GETPOST('id','int') : GETPOST('facid','int'));
     $ref	= GETPOST('ref','alpha');
    diff --git a/htdocs/fourn/facture/document.php b/htdocs/fourn/facture/document.php
    index 064ffd37b00..4239331d0a6 100644
    --- a/htdocs/fourn/facture/document.php
    +++ b/htdocs/fourn/facture/document.php
    @@ -38,9 +38,7 @@ if (! empty($conf->projet->enabled)) {
     	require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
     }
     
    -$langs->load('bills');
    -$langs->load('other');
    -$langs->load("companies");
    +$langs->loadLangs(array('bills', 'other', 'companies'));
     
     $id = GETPOST('facid','int')?GETPOST('facid','int'):GETPOST('id','int');
     $action=GETPOST('action','alpha');
    diff --git a/htdocs/fourn/facture/impayees.php b/htdocs/fourn/facture/impayees.php
    index c1c4be9fb76..2e14a5187e4 100644
    --- a/htdocs/fourn/facture/impayees.php
    +++ b/htdocs/fourn/facture/impayees.php
    @@ -33,9 +33,7 @@ require_once DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php';
     
     if (! $user->rights->fournisseur->facture->lire) accessforbidden();
     
    -$langs->load("companies");
    -$langs->load("bills");
    -
    +$langs->loadLangs(array("companies", "bills"));
     
     $socid=GETPOST('socid','int');
     $option = GETPOST('option');
    diff --git a/htdocs/fourn/facture/info.php b/htdocs/fourn/facture/info.php
    index 0ba10aa1985..d0ca8cbc3da 100644
    --- a/htdocs/fourn/facture/info.php
    +++ b/htdocs/fourn/facture/info.php
    @@ -34,8 +34,7 @@ if (! empty($conf->projet->enabled)) {
     	require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
     }
     
    -$langs->load('companies');
    -$langs->load('bills');
    +$langs->loadLangs(array("companies", "bills"));
     
     $id = GETPOST("facid",'int')?GETPOST("facid",'int'):GETPOST("id",'int');
     $ref = GETPOST("ref",'alpha');
    diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php
    index b9ae654d4ca..3fa525415bb 100644
    --- a/htdocs/fourn/facture/list.php
    +++ b/htdocs/fourn/facture/list.php
    @@ -1,5 +1,5 @@
     <?php
    -/* Copyright (C) 2002-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    +/* Copyright (C) 2002-2006  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2013 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2013-2018 Philippe Grand       <philippe.grand@atoo-net.com>
    @@ -10,6 +10,7 @@
      * Copyright (C) 2015 	   Abbes Bahfir         <bafbes@gmail.com>
      * Copyright (C) 2015-2016 Ferran Marcet        <fmarcet@2byte.es>
      * Copyright (C) 2017      Josep Lluís Amador   <joseplluis@lliuretic.cat>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -512,7 +513,7 @@ if ($resql)
     		print $langs->trans('DateInvoice');
     		print '</td>';
     		print '<td>';
    -		print $form->select_date('', '', '', '', '', '', 1, 1);
    +		print $form->selectDate('', '', '', '', '', '', 1, 1);
     		print '</td>';
     		print '</tr>';
     		print '<tr>';
    diff --git a/htdocs/fourn/facture/note.php b/htdocs/fourn/facture/note.php
    index 3ed5d66829a..109ff71980c 100644
    --- a/htdocs/fourn/facture/note.php
    +++ b/htdocs/fourn/facture/note.php
    @@ -33,8 +33,7 @@ if (! empty($conf->projet->enabled)) {
     	require_once DOL_DOCUMENT_ROOT . '/projet/class/project.class.php';
     }
     
    -$langs->load('bills');
    -$langs->load("companies");
    +$langs->loadLangs(array("bills", "companies"));
     
     $id = (GETPOST('id','int') ? GETPOST('id','int') : GETPOST('facid','int'));
     $ref = GETPOST('ref','alpha');
    diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php
    index 79bda41264e..fdd358933d9 100644
    --- a/htdocs/fourn/facture/paiement.php
    +++ b/htdocs/fourn/facture/paiement.php
    @@ -9,6 +9,7 @@
      * Copyright (C) 2015       Marcos García           <marcosgdf@gmail.com>
      * Copyright (C) 2015       Juanjo Menent			<jmenent@2byte.es>
      * Copyright (C) 2017       Alexandre Spangaro      <aspangaro@zendsi.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -37,10 +38,7 @@ require_once DOL_DOCUMENT_ROOT.'/fourn/class/paiementfourn.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
     
    -$langs->load('companies');
    -$langs->load('bills');
    -$langs->load('banks');
    -$langs->load('compta');
    +$langs->loadLangs(array('companies', 'bills', 'banks', 'compta'));
     
     // Security check
     $action		= GETPOST('action','alpha');
    @@ -443,7 +441,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
                 print $supplierstatic->getNomUrl(1,'supplier');
                 print '</td></tr>';
                 print '<tr><td class="fieldrequired">'.$langs->trans('Date').'</td><td>';
    -            $form->select_date($dateinvoice,'','','','',"addpaiement",1,1,0,0,'','',$object->date);
    +            print $form->selectDate($dateinvoice, '', '', '', 0, "addpaiement", 1, 1, 0, '', '', $object->date);
                 print '</td></tr>';
                 print '<tr><td class="fieldrequired">'.$langs->trans('PaymentMode').'</td><td>';
                 $form->select_types_paiements(empty($_POST['paiementid'])?$obj->fk_mode_reglement:$_POST['paiementid'],'paiementid');
    diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php
    index 0a3ceec93a1..7228b68f1cd 100644
    --- a/htdocs/fourn/index.php
    +++ b/htdocs/fourn/index.php
    @@ -28,9 +28,7 @@ require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.commande.class.php';
     require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.facture.class.php';
     require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
     
    -$langs->load("suppliers");
    -$langs->load("orders");
    -$langs->load("companies");
    +$langs->loadLangs(array("suppliers", "orders", "companies"));
     
     // Security check
     $socid = GETPOST("socid", 'int');
    diff --git a/htdocs/fourn/paiement/card.php b/htdocs/fourn/paiement/card.php
    index 0392bf3b8bd..22b3e307ab3 100644
    --- a/htdocs/fourn/paiement/card.php
    +++ b/htdocs/fourn/paiement/card.php
    @@ -32,10 +32,7 @@ require DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.class.php';
     require DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.facture.class.php';
     require DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
     
    -$langs->load('bills');
    -$langs->load('banks');
    -$langs->load('companies');
    -$langs->load("suppliers");
    +$langs->loadLangs(array('bills', 'banks', 'companies', 'suppliers'));
     
     $id			= GETPOST('id','int');
     $action		= GETPOST('action','alpha');
    diff --git a/htdocs/fourn/paiement/info.php b/htdocs/fourn/paiement/info.php
    index 83794c8fb58..1c670c1396a 100644
    --- a/htdocs/fourn/paiement/info.php
    +++ b/htdocs/fourn/paiement/info.php
    @@ -28,9 +28,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/fourn/class/paiementfourn.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
     
    -$langs->load("bills");
    -$langs->load("suppliers");
    -$langs->load("companies");
    +$langs->loadLangs(array("bills", "suppliers", "companies"));
     
     $id			= GETPOST('id','int');
     
    diff --git a/htdocs/ftp/admin/ftpclient.php b/htdocs/ftp/admin/ftpclient.php
    index 1e9a6227825..07f2847eda2 100644
    --- a/htdocs/ftp/admin/ftpclient.php
    +++ b/htdocs/ftp/admin/ftpclient.php
    @@ -25,8 +25,7 @@
     require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
     
    -$langs->load("admin");
    -$langs->load("ftp");
    +$langs->loadLangs(array("admin", "ftp"));
     
     // Security check
     if (!$user->admin) accessforbidden();
    diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
    index fd050c4f772..be365c52351 100644
    --- a/htdocs/holiday/card.php
    +++ b/htdocs/holiday/card.php
    @@ -4,7 +4,8 @@
      * Copyright (C) 2012-2016	Regis Houssin		<regis.houssin@capnetworks.com>
      * Copyright (C) 2013		Juanjo Menent		<jmenent@2byte.es>
      * Copyright (C) 2017		Alexandre Spangaro	<aspangaro@zendsi.com>
    - * Copyright (C) 2014-2017	Ferran Marcet		<fmarcet@2byte.es>
    + * Copyright (C) 2014-2017  Ferran Marcet		<fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -909,10 +910,10 @@ if (empty($id) || $action == 'add' || $action == 'request' || $action == 'create
             print '<td>';
             // Si la demande ne vient pas de l'agenda
             if (! GETPOST('date_debut_')) {
    -            $form->select_date(-1, 'date_debut_', 0, 0, 0, '', 1, 1);
    +            print $form->selectDate(-1, 'date_debut_', 0, 0, 0, '', 1, 1);
             } else {
                 $tmpdate = dol_mktime(0, 0, 0, GETPOST('date_debut_month','int'), GETPOST('date_debut_day','int'), GETPOST('date_debut_year','int'));
    -            $form->select_date($tmpdate, 'date_debut_', 0, 0, 0, '', 1, 1);
    +            print $form->selectDate($tmpdate, 'date_debut_', 0, 0, 0, '', 1, 1);
             }
             print ' &nbsp; &nbsp; ';
             print $form->selectarray('starthalfday', $listhalfday, (GETPOST('starthalfday','alpha')?GETPOST('starthalfday','alpha'):'morning'));
    @@ -928,10 +929,10 @@ if (empty($id) || $action == 'add' || $action == 'request' || $action == 'create
             print '<td>';
             // Si la demande ne vient pas de l'agenda
             if (! GETPOST('date_fin_')) {
    -            $form->select_date(-1,'date_fin_', 0, 0, 0, '', 1, 1);
    +            print $form->selectDate(-1, 'date_fin_', 0, 0, 0, '', 1, 1);
             } else {
                 $tmpdate = dol_mktime(0, 0, 0, GETPOST('date_fin_month','int'), GETPOST('date_fin_day','int'), GETPOST('date_fin_year','int'));
    -            $form->select_date($tmpdate,'date_fin_', 0, 0, 0, '', 1, 1);
    +            print $form->selectDate($tmpdate, 'date_fin_', 0, 0, 0, '', 1, 1);
             }
             print ' &nbsp; &nbsp; ';
             print $form->selectarray('endhalfday', $listhalfday, (GETPOST('endhalfday','alpha')?GETPOST('endhalfday','alpha'):'afternoon'));
    @@ -1104,9 +1105,9 @@ else
                         print '<tr>';
                         print '<td class="nowrap">'.$langs->trans('DateDebCP').' ('.$langs->trans("FirstDayOfHoliday").')</td>';
                         print '<td>';
    -                    $form->select_date($object->date_debut,'date_debut_');
    -			        print ' &nbsp; &nbsp; ';
    -        			print $form->selectarray('starthalfday', $listhalfday, (GETPOST('starthalfday')?GETPOST('starthalfday'):$starthalfday));
    +                    print $form->selectDate($object->date_debut, 'date_debut_');
    +                    print ' &nbsp; &nbsp; ';
    +                    print $form->selectarray('starthalfday', $listhalfday, (GETPOST('starthalfday')?GETPOST('starthalfday'):$starthalfday));
                         print '</td>';
                         print '</tr>';
                     }
    @@ -1126,9 +1127,9 @@ else
                         print '<tr>';
                         print '<td class="nowrap">'.$langs->trans('DateFinCP').' ('.$langs->trans("LastDayOfHoliday").')</td>';
                         print '<td>';
    -                    $form->select_date($object->date_fin,'date_fin_');
    -			        print ' &nbsp; &nbsp; ';
    -        			print $form->selectarray('endhalfday', $listhalfday, (GETPOST('endhalfday')?GETPOST('endhalfday'):$endhalfday));
    +                    print $form->selectDate($object->date_fin, 'date_fin_');
    +                    print ' &nbsp; &nbsp; ';
    +                    print $form->selectarray('endhalfday', $listhalfday, (GETPOST('endhalfday')?GETPOST('endhalfday'):$endhalfday));
                         print '</td>';
                         print '</tr>';
                     }
    diff --git a/htdocs/holiday/class/holiday.class.php b/htdocs/holiday/class/holiday.class.php
    index 833b46b2bca..fe90f85b6a4 100644
    --- a/htdocs/holiday/class/holiday.class.php
    +++ b/htdocs/holiday/class/holiday.class.php
    @@ -36,48 +36,66 @@ class Holiday extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='holiday';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='holiday';
    -	
    -	public $ismultientitymanaged = 0;	// 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    -	var $fk_element = 'fk_holiday';
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 0;
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
    +	public $fk_element = 'fk_holiday';
    +
     	public $picto = 'holiday';
     
     	/**
     	 * @deprecated
     	 * @see id
     	 */
    -	var $rowid;
    +	public $rowid;
     
    -	var $fk_user;
    -	var $date_create='';
    -	var $description;
    -	var $date_debut='';			// Date start in PHP server TZ
    -	var $date_fin='';			// Date end in PHP server TZ
    -	var $date_debut_gmt='';		// Date start in GMT
    -	var $date_fin_gmt='';		// Date end in GMT
    -	var $halfday='';			// 0:Full days, 2:Start afternoon end morning, -1:Start afternoon end afternoon, 1:Start morning end morning
    -	var $statut='';				// 1=draft, 2=validated, 3=approved
    -	var $fk_validator;
    -	var $date_valid='';
    -	var $fk_user_valid;
    -	var $date_refuse='';
    -	var $fk_user_refuse;
    -	var $date_cancel='';
    -	var $fk_user_cancel;
    -	var $detail_refuse='';
    -	var $fk_type;
    +	/**
    +	 * @var int User ID
    +	 */
    +	public $fk_user;
     
    -	var $holiday = array();
    -	var $events = array();
    -	var $logs = array();
    +	public $date_create='';
     
    -	var $optName = '';
    -	var $optValue = '';
    -	var $optRowid = '';
    +	/**
    +	 * @var string description
    +	 */
    +	public $description;
    +
    +	public $date_debut='';			// Date start in PHP server TZ
    +	public $date_fin='';			// Date end in PHP server TZ
    +	public $date_debut_gmt='';		// Date start in GMT
    +	public $date_fin_gmt='';		// Date end in GMT
    +	public $halfday='';			// 0:Full days, 2:Start afternoon end morning, -1:Start afternoon end afternoon, 1:Start morning end morning
    +	public $statut='';				// 1=draft, 2=validated, 3=approved
    +	public $fk_validator;
    +	public $date_valid='';
    +	public $fk_user_valid;
    +	public $date_refuse='';
    +	public $fk_user_refuse;
    +	public $date_cancel='';
    +	public $fk_user_cancel;
    +	public $detail_refuse='';
    +	public $fk_type;
    +
    +	public $holiday = array();
    +	public $events = array();
    +	public $logs = array();
    +
    +	public $optName = '';
    +	public $optValue = '';
    +	public $optRowid = '';
     
     	/**
     	 * Draft status
    @@ -921,6 +939,7 @@ class Holiday extends CommonObject
     		return $this->LibStatut($this->statut, $mode, $this->date_debut);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Returns the label of a statut
     	 *
    @@ -931,58 +950,59 @@ class Holiday extends CommonObject
     	 */
     	function LibStatut($statut, $mode=0, $startdate='')
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
     		{
     			if ($statut == 1) return $langs->trans('DraftCP');
    -			if ($statut == 2) return $langs->trans('ToReviewCP');
    -			if ($statut == 3) return $langs->trans('ApprovedCP');
    -			if ($statut == 4) return $langs->trans('CancelCP');
    -			if ($statut == 5) return $langs->trans('RefuseCP');
    +			elseif ($statut == 2) return $langs->trans('ToReviewCP');
    +			elseif ($statut == 3) return $langs->trans('ApprovedCP');
    +			elseif ($statut == 4) return $langs->trans('CancelCP');
    +			elseif ($statut == 5) return $langs->trans('RefuseCP');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			$pictoapproved='statut6';
     			if (! empty($startdate) && $startdate > dol_now()) $pictoapproved='statut4';
     			if ($statut == 1) return img_picto($langs->trans('DraftCP'),'statut0').' '.$langs->trans('DraftCP');				// Draft
    -			if ($statut == 2) return img_picto($langs->trans('ToReviewCP'),'statut1').' '.$langs->trans('ToReviewCP');		// Waiting approval
    -			if ($statut == 3) return img_picto($langs->trans('ApprovedCP'),$pictoapproved).' '.$langs->trans('ApprovedCP');
    -			if ($statut == 4) return img_picto($langs->trans('CancelCP'),'statut5').' '.$langs->trans('CancelCP');
    -			if ($statut == 5) return img_picto($langs->trans('RefuseCP'),'statut5').' '.$langs->trans('RefuseCP');
    +			elseif ($statut == 2) return img_picto($langs->trans('ToReviewCP'),'statut1').' '.$langs->trans('ToReviewCP');		// Waiting approval
    +			elseif ($statut == 3) return img_picto($langs->trans('ApprovedCP'),$pictoapproved).' '.$langs->trans('ApprovedCP');
    +			elseif ($statut == 4) return img_picto($langs->trans('CancelCP'),'statut5').' '.$langs->trans('CancelCP');
    +			elseif ($statut == 5) return img_picto($langs->trans('RefuseCP'),'statut5').' '.$langs->trans('RefuseCP');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			$pictoapproved='statut6';
     			if (! empty($startdate) && $startdate > dol_now()) $pictoapproved='statut4';
     			if ($statut == 1) return img_picto($langs->trans('DraftCP'),'statut0');
    -			if ($statut == 2) return img_picto($langs->trans('ToReviewCP'),'statut1');
    -			if ($statut == 3) return img_picto($langs->trans('ApprovedCP'),$pictoapproved);
    -			if ($statut == 4) return img_picto($langs->trans('CancelCP'),'statut5');
    -			if ($statut == 5) return img_picto($langs->trans('RefuseCP'),'statut5');
    +			elseif ($statut == 2) return img_picto($langs->trans('ToReviewCP'),'statut1');
    +			elseif ($statut == 3) return img_picto($langs->trans('ApprovedCP'),$pictoapproved);
    +			elseif ($statut == 4) return img_picto($langs->trans('CancelCP'),'statut5');
    +			elseif ($statut == 5) return img_picto($langs->trans('RefuseCP'),'statut5');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			$pictoapproved='statut6';
     			if (! empty($startdate) && $startdate > dol_now()) $pictoapproved='statut4';
     			if ($statut == 1) return $langs->trans('DraftCP').' '.img_picto($langs->trans('DraftCP'),'statut0');				// Draft
    -			if ($statut == 2) return $langs->trans('ToReviewCP').' '.img_picto($langs->trans('ToReviewCP'),'statut1');		// Waiting approval
    -			if ($statut == 3) return $langs->trans('ApprovedCP').' '.img_picto($langs->trans('ApprovedCP'),$pictoapproved);
    -			if ($statut == 4) return $langs->trans('CancelCP').' '.img_picto($langs->trans('CancelCP'),'statut5');
    -			if ($statut == 5) return $langs->trans('RefuseCP').' '.img_picto($langs->trans('RefuseCP'),'statut5');
    +			elseif ($statut == 2) return $langs->trans('ToReviewCP').' '.img_picto($langs->trans('ToReviewCP'),'statut1');		// Waiting approval
    +			elseif ($statut == 3) return $langs->trans('ApprovedCP').' '.img_picto($langs->trans('ApprovedCP'),$pictoapproved);
    +			elseif ($statut == 4) return $langs->trans('CancelCP').' '.img_picto($langs->trans('CancelCP'),'statut5');
    +			elseif ($statut == 5) return $langs->trans('RefuseCP').' '.img_picto($langs->trans('RefuseCP'),'statut5');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			$pictoapproved='statut6';
     			if (! empty($startdate) && $startdate > dol_now()) $pictoapproved='statut4';
     			if ($statut == 1) return $langs->trans('DraftCP').' '.img_picto($langs->trans('DraftCP'),'statut0');				// Draft
    -			if ($statut == 2) return $langs->trans('ToReviewCP').' '.img_picto($langs->trans('ToReviewCP'),'statut1');		// Waiting approval
    -			if ($statut == 3) return $langs->trans('ApprovedCP').' '.img_picto($langs->trans('ApprovedCP'),$pictoapproved);
    -			if ($statut == 4) return $langs->trans('CancelCP').' '.img_picto($langs->trans('CancelCP'),'statut5');
    -			if ($statut == 5) return $langs->trans('RefuseCP').' '.img_picto($langs->trans('RefuseCP'),'statut5');
    +			elseif ($statut == 2) return $langs->trans('ToReviewCP').' '.img_picto($langs->trans('ToReviewCP'),'statut1');		// Waiting approval
    +			elseif ($statut == 3) return $langs->trans('ApprovedCP').' '.img_picto($langs->trans('ApprovedCP'),$pictoapproved);
    +			elseif ($statut == 4) return $langs->trans('CancelCP').' '.img_picto($langs->trans('CancelCP'),'statut5');
    +			elseif ($statut == 5) return $langs->trans('RefuseCP').' '.img_picto($langs->trans('RefuseCP'),'statut5');
     		}
     
    -		return $statut;
    +		else return $statut;
     	}
     
     
    @@ -1018,7 +1038,6 @@ class Holiday extends CommonObject
     
     		$statut.= '</select>'."\n";
     		print $statut;
    -
     	}
     
     	/**
    @@ -1248,7 +1267,6 @@ class Holiday extends CommonObject
     				return -1;
     			}
     		}
    -
     	}
     
     	/**
    @@ -1326,7 +1344,6 @@ class Holiday extends CommonObject
     		$sql.= " WHERE fk_user = '".$user_id."'";
     
     		$this->db->query($sql);
    -
     	}
     
     
    @@ -1582,6 +1599,7 @@ class Holiday extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return list of people with permission to validate leave requests.
     	 * Search for permission "approve leave requests"
    @@ -1590,6 +1608,7 @@ class Holiday extends CommonObject
     	 */
     	function fetch_users_approver_holiday()
     	{
    +        // phpcs:enable
     		$users_validator=array();
     
     		$sql = "SELECT DISTINCT ur.fk_user";
    @@ -1881,5 +1900,4 @@ class Holiday extends CommonObject
     		$this->halfday=0;
     		$this->fk_type=1;
     	}
    -
     }
    diff --git a/htdocs/holiday/document.php b/htdocs/holiday/document.php
    index c452ac27ff0..655a3ff5d2a 100644
    --- a/htdocs/holiday/document.php
    +++ b/htdocs/holiday/document.php
    @@ -1,11 +1,12 @@
     <?php
    -/* Copyright (C) 2003-2007 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2010 Laurent Destailleur   <eldy@users.sourceforge.net>
    - * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>
    - * Copyright (C) 2005-2009 Regis Houssin         <regis.houssin@capnetworks.com>
    - * Copyright (C) 2005      Simon TOSSER          <simon@kornog-computing.com>
    - * Copyright (C) 2011-2012 Juanjo Menent         <jmenent@2byte.es>
    - * Copyright (C) 2013      Cédric Salvador       <csalvador@gpcsolutions.fr>
    +/* Copyright (C) 2003-2007  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2010  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005       Marc Barilley / Ocebo   <marc@ocebo.com>
    + * Copyright (C) 2005-2009  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2005       Simon TOSSER            <simon@kornog-computing.com>
    + * Copyright (C) 2011-2012  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2013       Cédric Salvador         <csalvador@gpcsolutions.fr>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -152,7 +153,7 @@ if ($object->id)
             print '<tr>';
             print '<td>'.$langs->trans('DateDebCP').' ('.$langs->trans("FirstDayOfHoliday").')</td>';
             print '<td>';
    -        $form->select_date($object->date_debut,'date_debut_');
    +        print $form->selectDate($object->date_debut, 'date_debut_');
             print ' &nbsp; &nbsp; ';
     		print $form->selectarray('starthalfday', $listhalfday, (GETPOST('starthalfday')?GETPOST('starthalfday'):$starthalfday));
             print '</td>';
    @@ -174,9 +175,9 @@ if ($object->id)
             print '<tr>';
             print '<td>'.$langs->trans('DateFinCP').' ('.$langs->trans("LastDayOfHoliday").')</td>';
             print '<td>';
    -        $form->select_date($object->date_fin,'date_fin_');
    +        print $form->selectDate($object->date_fin, 'date_fin_');
             print ' &nbsp; &nbsp; ';
    -		print $form->selectarray('endhalfday', $listhalfday, (GETPOST('endhalfday')?GETPOST('endhalfday'):$endhalfday));
    +        print $form->selectarray('endhalfday', $listhalfday, (GETPOST('endhalfday')?GETPOST('endhalfday'):$endhalfday));
             print '</td>';
             print '</tr>';
         }
    diff --git a/htdocs/holiday/month_report.php b/htdocs/holiday/month_report.php
    index 5bb3bcaeca8..e9b98deb1f9 100644
    --- a/htdocs/holiday/month_report.php
    +++ b/htdocs/holiday/month_report.php
    @@ -81,7 +81,7 @@ print '</form>';
     
     $sql = "SELECT cp.rowid, cp.fk_user, cp.date_debut, cp.date_fin, ct.label, cp.description, cp.halfday";
     $sql .= " FROM ".MAIN_DB_PREFIX."holiday cp";
    -$sql .= " LEFT JOIN llx_user u ON cp.fk_user = u.rowid";
    +$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."user u ON cp.fk_user = u.rowid";
     $sql .= " LEFT JOIN ".MAIN_DB_PREFIX."c_holiday_types ct ON cp.fk_type = ct.rowid";
     $sql .= " WHERE cp.rowid > 0";
     $sql .= " AND cp.statut = 3";		// Approved
    diff --git a/htdocs/hrm/class/establishment.class.php b/htdocs/hrm/class/establishment.class.php
    index 195e48bb222..4153972d27c 100644
    --- a/htdocs/hrm/class/establishment.class.php
    +++ b/htdocs/hrm/class/establishment.class.php
    @@ -1,5 +1,6 @@
     <?php
     /* Copyright (C) 2015		Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -32,26 +33,63 @@ class Establishment extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='establishment';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='establishment';
    -	
    +
    +	/**
    +	 * @var int    Name of subtable line
    +	 */
     	public $table_element_line = '';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element = 'fk_establishment';
    -	public $ismultientitymanaged = 1;	// 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
    +
         public $picto='building';
     
    -    public $id;
    -    public $ref;
    +    /**
    +	 * @var int ID
    +	 */
    +	public $id;
    +
    +    /**
    +	 * @var string Ref
    +	 */
    +	public $ref;
    +
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
     
     	public $name;
    +
    +	/**
    +	 * @var string Address
    +	 */
     	public $address;
    +
     	public $zip;
     	public $town;
    -	public $status;		// 0=open, 1=closed
    +
    +	/**
    +	 * @var int Status 0=open, 1=closed
    +	 */
    +	public $status;
    +
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
     
     	public $country_id;
    @@ -70,8 +108,6 @@ class Establishment extends CommonObject
     
     		$this->statuts_short = array(0 => 'Closed', 1 => 'Opened');
             $this->statuts = array(0 => 'Closed', 1 => 'Opened');
    -
    -		return 1;
     	}
     
     	/**
    @@ -265,6 +301,7 @@ class Establishment extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Give a label from a status
     	 *
    @@ -274,35 +311,36 @@ class Establishment extends CommonObject
     	 */
     	function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
     		{
     			return $langs->trans($this->statuts[$status]);
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			return $langs->trans($this->statuts_short[$status]);
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status==0) return img_picto($langs->trans($this->statuts_short[$status]),'statut5').' '.$langs->trans($this->statuts_short[$status]);
    -			if ($status==1) return img_picto($langs->trans($this->statuts_short[$status]),'statut4').' '.$langs->trans($this->statuts_short[$status]);
    +			elseif ($status==1) return img_picto($langs->trans($this->statuts_short[$status]),'statut4').' '.$langs->trans($this->statuts_short[$status]);
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status==0 && ! empty($this->statuts_short[$status])) return img_picto($langs->trans($this->statuts_short[$status]),'statut5');
    -			if ($status==1 && ! empty($this->statuts_short[$status])) return img_picto($langs->trans($this->statuts_short[$status]),'statut4');
    +			elseif ($status==1 && ! empty($this->statuts_short[$status])) return img_picto($langs->trans($this->statuts_short[$status]),'statut4');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status==0 && ! empty($this->statuts_short[$status])) return img_picto($langs->trans($this->statuts_short[$status]),'statut5').' '.$langs->trans($this->statuts[$status]);
    -			if ($status==1 && ! empty($this->statuts_short[$status])) return img_picto($langs->trans($this->statuts_short[$status]),'statut4').' '.$langs->trans($this->statuts[$status]);
    +			elseif ($status==1 && ! empty($this->statuts_short[$status])) return img_picto($langs->trans($this->statuts_short[$status]),'statut4').' '.$langs->trans($this->statuts[$status]);
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status==0 && ! empty($this->statuts_short[$status])) return $langs->trans($this->statuts_short[$status]).' '.img_picto($langs->trans($this->statuts_short[$status]),'statut5');
    -			if ($status==1 && ! empty($this->statuts_short[$status])) return $langs->trans($this->statuts_short[$status]).' '.img_picto($langs->trans($this->statuts_short[$status]),'statut4');
    +			elseif ($status==1 && ! empty($this->statuts_short[$status])) return $langs->trans($this->statuts_short[$status]).' '.img_picto($langs->trans($this->statuts_short[$status]),'statut4');
     		}
     	}
     
    @@ -328,7 +366,7 @@ class Establishment extends CommonObject
     				$obj = $this->db->fetch_object($result);
     				$this->id = $obj->rowid;
     
    -				$this->date_creation     = $this->db->jdate($obj->datec);
    +				$this->date_creation = $this->db->jdate($obj->datec);
     				if ($obj->fk_user_author)
     				{
     					$cuser = new User($this->db);
    diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php
    index 26ed9f82682..6d1e16433cf 100644
    --- a/htdocs/hrm/index.php
    +++ b/htdocs/hrm/index.php
    @@ -221,7 +221,7 @@ if (! empty($conf->holiday->enabled) && $user->rights->holiday->read)
                     $userstatic->statut=$obj->statut;
     
                     print '<tr class="oddeven">';
    -                print '<td>'.$holidaystatic->getNomUrl(1).'</td>';
    +                print '<td class="nowraponall">'.$holidaystatic->getNomUrl(1).'</td>';
                     print '<td>'.$userstatic->getNomUrl(-1, 'leave').'</td>';
                     print '<td>'.$typeleaves[$obj->fk_type]['label'].'</td>';
     
    @@ -300,7 +300,7 @@ if (! empty($conf->deplacement->enabled) && $user->rights->deplacement->lire)
     				$userstatic->photo=$obj->photo;
     
     				print '<tr class="oddeven">';
    -				print '<td>'.$deplacementstatic->getNomUrl(1).'</td>';
    +				print '<td class="nowraponall">'.$deplacementstatic->getNomUrl(1).'</td>';
     				print '<td>'.$userstatic->getNomUrl(-1).'</td>';
     				print '<td align="right">'.$obj->km.'</td>';
     				print '<td align="right">'.dol_print_date($db->jdate($obj->dm),'day').'</td>';
    @@ -373,7 +373,7 @@ if (! empty($conf->expensereport->enabled) && $user->rights->expensereport->lire
     				$userstatic->photo=$obj->photo;
     
     				print '<tr class="oddeven">';
    -				print '<td>'.$expensereportstatic->getNomUrl(1).'</td>';
    +				print '<td class="nowraponall">'.$expensereportstatic->getNomUrl(1).'</td>';
     				print '<td>'.$userstatic->getNomUrl(-1).'</td>';
     				print '<td align="right">'.price($obj->total_ttc).'</td>';
     				print '<td align="right">'.dol_print_date($db->jdate($obj->dm),'day').'</td>';
    diff --git a/htdocs/imports/class/import.class.php b/htdocs/imports/class/import.class.php
    index ae7cc240695..a0d33d4c28a 100644
    --- a/htdocs/imports/class/import.class.php
    +++ b/htdocs/imports/class/import.class.php
    @@ -65,6 +65,7 @@ class Import
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load description int this->array_import_module, this->array_import_fields, ... of an importable dataset
     	 *
    @@ -74,6 +75,7 @@ class Import
     	 */
     	function load_arrays($user,$filter='')
     	{
    +        // phpcs:enable
     		global $langs,$conf;
     
     		dol_syslog(get_class($this)."::load_arrays user=".$user->id." filter=".$filter);
    @@ -183,6 +185,7 @@ class Import
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Build an import example file.
     	 *  Arrays this->array_export_xxx are already loaded for required datatoexport
    @@ -195,6 +198,7 @@ class Import
     	 */
     	function build_example_file($model, $headerlinefields, $contentlinevalues,$datatoimport)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$indice=0;
    @@ -356,5 +360,4 @@ class Import
     			return 1;
     		}
     	}
    -
     }
    diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php
    index 6660156e59e..a9c1fc2317a 100644
    --- a/htdocs/imports/import.php
    +++ b/htdocs/imports/import.php
    @@ -548,8 +548,8 @@ if ($step == 3 && $datatoimport)
     	print '<input type="hidden" value="'.$format.'" name="format">';
     	print '<input type="hidden" value="'.$excludefirstline.'" name="excludefirstline">';
     	print '<input type="hidden" value="'.$endatlinenb.'" name="endatlinenb">';
    -	print '<input type="hidden" value="'.$separator.'" name="separator">';
    -	print '<input type="hidden" value="'.$enclosure.'" name="enclosure">';
    +	print '<input type="hidden" value="'.dol_escape_htmltag($separator).'" name="separator">';
    +	print '<input type="hidden" value="'.dol_escape_htmltag($enclosure).'" name="enclosure">';
     	print '<input type="hidden" value="'.$datatoimport.'" name="datatoimport">';
     
     	print '<span class="opacitymedium">'.$langs->trans("ChooseFileToImport",img_picto('','filenew')).'</span><br><br>';
    @@ -648,7 +648,8 @@ if ($step == 4 && $datatoimport)
     	$classname = "Import".ucfirst($model);
     	require_once $dir.$file;
     	$obj = new $classname($db,$datatoimport);
    -	if ($model == 'csv') {
    +	if ($model == 'csv')
    +	{
     	    $obj->separator = $separator;
     	    $obj->enclosure = $enclosure;
     	}
    @@ -796,9 +797,9 @@ if ($step == 4 && $datatoimport)
     		print '<input type="hidden" value="'.$datatoimport.'" name="datatoimport">';
     		print '<input type="hidden" value="'.$filetoimport.'" name="filetoimport">';
     		print $langs->trans("Separator").' : ';
    -		print '<input type="text" size="1" name="separator" value="'.htmlentities($separator).'"/>';
    +		print '<input type="text" size="1" name="separator" value="'.dol_escape_htmltag($separator).'"/>';
     		print '&nbsp;&nbsp;&nbsp;&nbsp;'.$langs->trans("Enclosure").' : ';
    -		print '<input type="text" size="1" name="enclosure" value="'.htmlentities($enclosure).'"/>';
    +		print '<input type="text" size="1" name="enclosure" value="'.dol_escape_htmltag($enclosure).'"/>';
     		print '<input name="update" type="submit" value="'.$langs->trans('Update').'" class="button" />';
     		print '</form>';
     		print '</td></tr>';
    @@ -833,8 +834,8 @@ if ($step == 4 && $datatoimport)
         print '<input type="hidden" name="filetoimport" value="'.$filetoimport.'">';
         print '<input type="hidden" name="excludefirstline" value="'.$excludefirstline.'">';
         print '<input type="hidden" name="endatlinenb" value="'.$endatlinenb.'">';
    -    print '<input type="hidden" name="separator" value="'.$separator.'">';
    -	print '<input type="hidden" name="enclosure" value="'.$enclosure.'">';
    +    print '<input type="hidden" name="separator" value="'.dol_escape_htmltag($separator).'">';
    +    print '<input type="hidden" name="enclosure" value="'.dol_escape_htmltag($enclosure).'">';
         print '<table><tr><td colspan="2" class="opacitymedium">';
         print $langs->trans("SelectImportFields",img_picto('','grip_title','')).' ';
         $htmlother->select_import_model($importmodelid,'importmodelid',$datatoimport,1);
    @@ -1116,8 +1117,8 @@ if ($step == 4 && $datatoimport)
     		print '<input type="hidden" name="hexa" value="'.$hexa.'">';
         	print '<input type="hidden" name="excludefirstline" value="'.$excludefirstline.'">';
         	print '<input type="hidden" name="endatlinenb" value="'.$endatlinenb.'">';
    -    	print '<input type="hidden" value="'.$separator.'" name="separator">';
    -		print '<input type="hidden" value="'.$enclosure.'" name="enclosure">';
    +    	print '<input type="hidden" value="'.dol_escape_htmltag($separator).'" name="separator">';
    +    	print '<input type="hidden" value="'.dol_escape_htmltag($enclosure).'" name="enclosure">';
     
     		print '<table summary="selectofimportprofil" class="noborder" width="100%">';
     		print '<tr class="liste_titre">';
    @@ -1262,10 +1263,8 @@ if ($step == 5 && $datatoimport)
     	if ($model == 'csv') {
     	    print '<tr><td>'.$langs->trans("CsvOptions").'</td>';
     	    print '<td>';
    -	    print $langs->trans("Separator").' : ';
    -	    print htmlentities($separator);
    -	    print '&nbsp;&nbsp;&nbsp;&nbsp;'.$langs->trans("Enclosure").' : ';
    -	    print htmlentities($enclosure);
    +	    print $langs->trans("Separator").' : '.dol_escape_htmltag($separator);
    +	    print '&nbsp;&nbsp;&nbsp;&nbsp;'.$langs->trans("Enclosure").' : '.dol_escape_htmltag($enclosure);
     	    print '</td></tr>';
     	}
     
    diff --git a/htdocs/includes/jquery/plugins/multiselect/MIT-LICENSE.txt b/htdocs/includes/jquery/plugins/multiselect/MIT-LICENSE.txt
    deleted file mode 100755
    index 1076f8b4b2b..00000000000
    --- a/htdocs/includes/jquery/plugins/multiselect/MIT-LICENSE.txt
    +++ /dev/null
    @@ -1,20 +0,0 @@
    -Copyright (c) 2009 Michael Aufreiter, http://www.quasipartikel.at
    -
    -Permission is hereby granted, free of charge, to any person obtaining
    -a copy of this software and associated documentation files (the
    -"Software"), to deal in the Software without restriction, including
    -without limitation the rights to use, copy, modify, merge, publish,
    -distribute, sublicense, and/or sell copies of the Software, and to
    -permit persons to whom the Software is furnished to do so, subject to
    -the following conditions:
    -
    -The above copyright notice and this permission notice shall be
    -included in all copies or substantial portions of the Software.
    -
    -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
    -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
    -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    \ No newline at end of file
    diff --git a/htdocs/includes/jquery/plugins/multiselect/css/ui.multiselect.css b/htdocs/includes/jquery/plugins/multiselect/css/ui.multiselect.css
    deleted file mode 100755
    index 2072baa57c4..00000000000
    --- a/htdocs/includes/jquery/plugins/multiselect/css/ui.multiselect.css
    +++ /dev/null
    @@ -1,144 +0,0 @@
    -/* Multiselect
    -----------------------------------*/
    -.multiselect {
    -	width: 600px;
    -	height: 150px;
    -}
    -
    -.ui-multiselect {
    -	border: solid 1px;
    -	font-size: 0.8em;
    -}
    -
    -.ui-multiselect ul {
    -	-moz-user-select: none;
    -}
    -
    -.ui-multiselect li {
    -	margin: 0;
    -	padding: 0;
    -	cursor: default;
    -	line-height: 20px;
    -	height: 20px;
    -	font-size: 11px;
    -	list-style: none;
    -}
    -
    -.ui-multiselect li a {
    -	color: #999;
    -	text-decoration: none;
    -	padding: 0;
    -	display: block;
    -	float: left;
    -	cursor: pointer;
    -}
    -
    -.ui-multiselect li.ui-draggable-dragging {
    -	padding-left: 10px;
    -}
    -
    -.ui-multiselect div.selected {
    -	position: relative;
    -	padding: 0;
    -	margin: 0;
    -	border: 0;
    -	float: left;
    -}
    -
    -.ui-multiselect ul.selected {
    -	position: relative;
    -	padding: 0;
    -	overflow: auto;
    -	overflow-x: hidden;
    -	background: #fff;
    -	margin: 0;
    -	list-style: none;
    -	border: 0;
    -	position: relative;
    -	width: 100%;
    -}
    -
    -.ui-multiselect ul.selected li {
    -	
    -}
    -
    -.ui-multiselect div.available {
    -	position: relative;
    -	padding: 0;
    -	margin: 0;
    -	border: 0;
    -	float: left;
    -	border-left: 1px solid;
    -}
    -
    -.ui-multiselect ul.available {
    -	position: relative;
    -	padding: 0;
    -	overflow: auto;
    -	overflow-x: hidden;
    -	background: #fff;
    -	margin: 0;
    -	list-style: none;
    -	border: 0;
    -	width: 100%;
    -}
    -
    -.ui-multiselect ul.available li {
    -	padding-left: 10px;
    -}
    -
    -.ui-multiselect .ui-state-default {
    -	border: none;
    -	margin-bottom: 1px;
    -	position: relative;
    -	padding-left: 20px;
    -}
    -
    -.ui-multiselect .ui-state-hover {
    -	border: none;
    -}
    -
    -.ui-multiselect .ui-widget-header {
    -	border: none;
    -	font-size: 11px;
    -	margin-bottom: 1px;
    -}
    -
    -.ui-multiselect .add-all {
    -	float: right;
    -	padding: 7px;
    -}
    -
    -.ui-multiselect .remove-all {
    -	float: right;
    -	padding: 7px;
    -}
    -
    -.ui-multiselect .search {
    -	float: left;
    -	padding: 4px;
    -}
    -
    -.ui-multiselect .count {
    -	float: left;
    -	padding: 7px;
    -}
    -
    -.ui-multiselect li span.ui-icon-arrowthick-2-n-s {
    -	position: absolute;
    -	left: 2px;
    -}
    -
    -.ui-multiselect li a.action {
    -	position: absolute;
    -	right: 2px;
    -	top: 2px;
    -}
    -
    -.ui-multiselect input.search {
    -	height: 14px;
    -	padding: 1px;
    -	opacity: 0.5;
    -	margin: 4px;
    -	width: 100px;
    -}
    \ No newline at end of file
    diff --git a/htdocs/includes/jquery/plugins/multiselect/jquery.multi-select.js b/htdocs/includes/jquery/plugins/multiselect/jquery.multi-select.js
    new file mode 100644
    index 00000000000..ee62d1f588d
    --- /dev/null
    +++ b/htdocs/includes/jquery/plugins/multiselect/jquery.multi-select.js
    @@ -0,0 +1,360 @@
    +// jquery.multi-select.js
    +// by mySociety
    +// https://github.com/mysociety/jquery-multi-select
    +
    +;(function($) {
    +
    +  "use strict";
    +
    +  var pluginName = "multiSelect",
    +    defaults = {
    +      'containerHTML': '<div class="multi-select-container">',
    +      'menuHTML': '<div class="multi-select-menu">',
    +      'buttonHTML': '<span class="multi-select-button">',
    +      'menuItemsHTML': '<div class="multi-select-menuitems">',
    +      'menuItemHTML': '<label class="multi-select-menuitem">',
    +      'presetsHTML': '<div class="multi-select-presets">',
    +      'activeClass': 'multi-select-container--open',
    +      'noneText': '-- Select --',
    +      'allText': undefined,
    +      'presets': undefined,
    +      'positionedMenuClass': 'multi-select-container--positioned',
    +      'positionMenuWithin': undefined,
    +      'viewportBottomGutter': 20,
    +      'menuMinHeight': 200
    +    };
    +
    +  /**
    +   * @constructor
    +   */
    +  function MultiSelect(element, options) {
    +    this.element = element;
    +    this.$element = $(element);
    +    this.settings = $.extend( {}, defaults, options );
    +    this._defaults = defaults;
    +    this._name = pluginName;
    +    this.init();
    +  }
    +
    +  function arraysAreEqual(array1, array2) {
    +    if ( array1.length != array2.length ){
    +      return false;
    +    }
    +
    +    array1.sort();
    +    array2.sort();
    +
    +    for ( var i = 0; i < array1.length; i++ ){
    +      if ( array1[i] !== array2[i] ){
    +        return false;
    +      }
    +    }
    +
    +    return true;
    +  }
    +
    +  $.extend(MultiSelect.prototype, {
    +
    +    init: function() {
    +      this.checkSuitableInput();
    +      this.findLabels();
    +      this.constructContainer();
    +      this.constructButton();
    +      this.constructMenu();
    +
    +      this.setUpBodyClickListener();
    +      this.setUpLabelsClickListener();
    +
    +      this.$element.hide();
    +    },
    +
    +    checkSuitableInput: function(text) {
    +      if ( this.$element.is('select[multiple]') === false ) {
    +        throw new Error('$.multiSelect only works on <select multiple> elements');
    +      }
    +    },
    +
    +    findLabels: function() {
    +      this.$labels = $('label[for="' + this.$element.attr('id') + '"]');
    +    },
    +
    +    constructContainer: function() {
    +      this.$container = $(this.settings['containerHTML']);
    +      this.$element.data('multi-select-container', this.$container);
    +      this.$container.insertAfter(this.$element);
    +    },
    +
    +    constructButton: function() {
    +      var _this = this;
    +      this.$button = $(this.settings['buttonHTML']);
    +      this.$button.attr({
    +        'role': 'button',
    +        'aria-haspopup': 'true',
    +        'tabindex': 0,
    +        'aria-label': this.$labels.eq(0).text()
    +      })
    +      .on('keydown.multiselect', function(e) {
    +        var key = e.which;
    +        var returnKey = 13;
    +        var spaceKey = 32;
    +        if ((key === returnKey) || (key === spaceKey)) {
    +          _this.$button.click();
    +        }
    +      }).on('click.multiselect', function(e) {
    +        _this.menuToggle();
    +      })
    +      .appendTo(this.$container);
    +
    +      this.$element.on('change.multiselect', function() {
    +        _this.updateButtonContents();
    +      });
    +
    +      this.updateButtonContents();
    +    },
    +
    +    updateButtonContents: function() {
    +      var _this = this;
    +      var options = [];
    +      var selected = [];
    +
    +      this.$element.children('option').each(function() {
    +        var text = /** @type string */ ($(this).text());
    +        options.push(text);
    +        if ($(this).is(':selected')) {
    +          selected.push( $.trim(text) );
    +        }
    +      });
    +
    +      this.$button.empty();
    +
    +      if (selected.length == 0) {
    +        this.$button.text( this.settings['noneText'] );
    +      } else if ( (selected.length === options.length) && this.settings['allText']) {
    +        this.$button.text( this.settings['allText'] );
    +      } else {
    +        this.$button.text( selected.join(', ') );
    +      }
    +    },
    +
    +    constructMenu: function() {
    +      var _this = this;
    +
    +      this.$menu = $(this.settings['menuHTML']);
    +      this.$menu.attr({
    +        'role': 'menu'
    +      }).on('keyup.multiselect', function(e){
    +        var key = e.which;
    +        var escapeKey = 27;
    +        if (key === escapeKey) {
    +          _this.menuHide();
    +        }
    +      })
    +      .appendTo(this.$container);
    +
    +      this.constructMenuItems();
    +
    +      if ( this.settings['presets'] ) {
    +        this.constructPresets();
    +      }
    +    },
    +
    +    constructMenuItems: function() {
    +      var _this = this;
    +
    +      this.$menuItems = $(this.settings['menuItemsHTML']);
    +      this.$menu.append(this.$menuItems);
    +
    +      this.$element.on('change.multiselect', function(e, internal) {
    +        // Don't need to update the menu items if this
    +        // change event was fired by our tickbox handler.
    +        if(internal !== true){
    +          _this.updateMenuItems();
    +        }
    +      });
    +
    +      this.updateMenuItems();
    +    },
    +
    +    updateMenuItems: function() {
    +      var _this = this;
    +      this.$menuItems.empty();
    +
    +      this.$element.children('option').each(function(option_index, option) {
    +        var $item = _this.constructMenuItem($(option), option_index);
    +        _this.$menuItems.append($item);
    +      });
    +    },
    +
    +    constructPresets: function() {
    +      var _this = this;
    +      this.$presets = $(this.settings['presetsHTML']);
    +      this.$menu.prepend(this.$presets);
    +
    +      $.each(this.settings['presets'], function(i, preset){
    +        var unique_id = _this.$element.attr('name') + '_preset_' + i;
    +        var $item = $(_this.settings['menuItemHTML'])
    +          .attr({
    +            'for': unique_id,
    +            'role': 'menuitem'
    +          })
    +          .text(' ' + preset.name)
    +          .appendTo(_this.$presets);
    +
    +        var $input = $('<input>')
    +          .attr({
    +            'type': 'radio',
    +            'name': _this.$element.attr('name') + '_presets',
    +            'id': unique_id
    +          })
    +          .prependTo($item);
    +
    +        $input.on('change.multiselect', function(){
    +          _this.$element.val(preset.options);
    +          _this.$element.trigger('change');
    +        });
    +      });
    +
    +      this.$element.on('change.multiselect', function() {
    +        _this.updatePresets();
    +      });
    +
    +      this.updatePresets();
    +    },
    +
    +    updatePresets: function() {
    +      var _this = this;
    +
    +      $.each(this.settings['presets'], function(i, preset){
    +        var unique_id = _this.$element.attr('name') + '_preset_' + i;
    +        var $input = _this.$presets.find('#' + unique_id);
    +
    +        if ( arraysAreEqual(preset.options || [], _this.$element.val() || []) ){
    +          $input.prop('checked', true);
    +        } else {
    +          $input.prop('checked', false);
    +        }
    +      });
    +    },
    +
    +    constructMenuItem: function($option, option_index) {
    +      var unique_id = this.$element.attr('name') + '_' + option_index;
    +      var $item = $(this.settings['menuItemHTML'])
    +        .attr({
    +          'for': unique_id,
    +          'role': 'menuitem'
    +        })
    +        .text(' ' + $option.text());
    +
    +      var $input = $('<input>')
    +        .attr({
    +          'type': 'checkbox',
    +          'id': unique_id,
    +          'value': $option.val()
    +        })
    +        .prependTo($item);
    +
    +      if ( $option.is(':disabled') ) {
    +        $input.attr('disabled', 'disabled');
    +      }
    +      if ( $option.is(':selected') ) {
    +        $input.prop('checked', 'checked');
    +      }
    +
    +      $input.on('change.multiselect', function() {
    +        if ($(this).prop('checked')) {
    +          $option.prop('selected', true);
    +        } else {
    +          $option.prop('selected', false);
    +        }
    +
    +        // .prop() on its own doesn't generate a change event.
    +        // Other plugins might want to do stuff onChange.
    +        $option.trigger('change', [true]);
    +      });
    +
    +      return $item;
    +    },
    +
    +    setUpBodyClickListener: function() {
    +      var _this = this;
    +
    +      // Hide the $menu when you click outside of it.
    +      $('html').on('click.multiselect', function(){
    +        _this.menuHide();
    +      });
    +
    +      // Stop click events from inside the $button or $menu from
    +      // bubbling up to the body and closing the menu!
    +      this.$container.on('click.multiselect', function(e){
    +        e.stopPropagation();
    +      });
    +    },
    +
    +    setUpLabelsClickListener: function() {
    +      var _this = this;
    +      this.$labels.on('click.multiselect', function(e) {
    +        e.preventDefault();
    +        e.stopPropagation();
    +        _this.menuToggle();
    +      });
    +    },
    +
    +    menuShow: function() {
    +      $('html').trigger('click.multiselect'); // Close any other open menus
    +      this.$container.addClass(this.settings['activeClass']);
    +
    +      if ( this.settings['positionMenuWithin'] && this.settings['positionMenuWithin'] instanceof $ ) {
    +        var menuLeftEdge = this.$menu.offset().left + this.$menu.outerWidth();
    +        var withinLeftEdge = this.settings['positionMenuWithin'].offset().left +
    +          this.settings['positionMenuWithin'].outerWidth();
    +
    +        if ( menuLeftEdge > withinLeftEdge ) {
    +          this.$menu.css( 'width', (withinLeftEdge - this.$menu.offset().left) );
    +          this.$container.addClass(this.settings['positionedMenuClass']);
    +        }
    +      }
    +
    +      var menuBottom = this.$menu.offset().top + this.$menu.outerHeight();
    +      var viewportBottom = $(window).scrollTop() + $(window).height();
    +      if ( menuBottom > viewportBottom - this.settings['viewportBottomGutter'] ) {
    +        this.$menu.css({
    +          'maxHeight': Math.max(
    +            viewportBottom - this.settings['viewportBottomGutter'] - this.$menu.offset().top,
    +            this.settings['menuMinHeight']
    +          ),
    +          'overflow': 'scroll'
    +        });
    +      } else {
    +        this.$menu.css({
    +          'maxHeight': '',
    +          'overflow': ''
    +        });
    +      }
    +    },
    +
    +    menuHide: function() {
    +      this.$container.removeClass(this.settings['activeClass']);
    +      this.$container.removeClass(this.settings['positionedMenuClass']);
    +      this.$menu.css('width', 'auto');
    +    },
    +
    +    menuToggle: function() {
    +      if ( this.$container.hasClass(this.settings['activeClass']) ) {
    +        this.menuHide();
    +      } else {
    +        this.menuShow();
    +      }
    +    }
    +
    +  });
    +
    +  $.fn[ pluginName ] = function(options) {
    +    return this.each(function() {
    +      if ( !$.data(this, "plugin_" + pluginName) ) {
    +        $.data(this, "plugin_" + pluginName,
    +          new MultiSelect(this, options) );
    +      }
    +    });
    +  };
    +
    +})(jQuery);
    diff --git a/htdocs/includes/jquery/plugins/multiselect/jquery.multi-select.min.js b/htdocs/includes/jquery/plugins/multiselect/jquery.multi-select.min.js
    new file mode 100644
    index 00000000000..015aee2264b
    --- /dev/null
    +++ b/htdocs/includes/jquery/plugins/multiselect/jquery.multi-select.min.js
    @@ -0,0 +1,9 @@
    +(function(c){function f(b,a){this.b=c(b);this.a=c.extend({},g,a);this.H()}var g={containerHTML:'<div class="multi-select-container">',menuHTML:'<div class="multi-select-menu">',buttonHTML:'<span class="multi-select-button">',menuItemsHTML:'<div class="multi-select-menuitems">',menuItemHTML:'<label class="multi-select-menuitem">',presetsHTML:'<div class="multi-select-presets">',activeClass:"multi-select-container--open",noneText:"-- Select --",allText:void 0,presets:void 0,positionedMenuClass:"multi-select-container--positioned",
    +positionMenuWithin:void 0,viewportBottomGutter:20,menuMinHeight:200};c.extend(f.prototype,{H:function(){this.v();this.G();this.A();this.w();this.B();this.J();this.K();this.b.hide()},v:function(){if(!1===this.b.is("select[multiple]"))throw Error("$.multiSelect only works on <select multiple> elements");},G:function(){this.l=c('label[for="'+this.b.attr("id")+'"]')},A:function(){this.f=c(this.a.containerHTML);this.b.data("multi-select-container",this.f);this.f.insertAfter(this.b)},w:function(){var b=
    +this;this.g=c(this.a.buttonHTML);this.g.attr({role:"button","aria-haspopup":"true",tabindex:0,"aria-label":this.l.eq(0).text()}).on("keydown.multiselect",function(a){a=a.which;13!==a&&32!==a||b.g.click()}).on("click.multiselect",function(){b.m()}).appendTo(this.f);this.b.on("change.multiselect",function(){b.o()});this.o()},o:function(){var b=[],a=[];this.b.children("option").each(function(){var d=c(this).text();b.push(d);c(this).is(":selected")&&a.push(c.trim(d))});this.g.empty();0==a.length?this.g.text(this.a.noneText):
    +a.length===b.length&&this.a.allText?this.g.text(this.a.allText):this.g.text(a.join(", "))},B:function(){var b=this;this.c=c(this.a.menuHTML);this.c.attr({role:"menu"}).on("keyup.multiselect",function(a){27===a.which&&b.j()}).appendTo(this.f);this.D();this.a.presets&&this.F()},D:function(){var b=this;this.h=c(this.a.menuItemsHTML);this.c.append(this.h);this.b.on("change.multiselect",function(a,c){!0!==c&&b.s()});this.s()},s:function(){var b=this;this.h.empty();this.b.children("option").each(function(a,
    +d){a=b.C(c(d),a);b.h.append(a)})},F:function(){var b=this;this.i=c(this.a.presetsHTML);this.c.prepend(this.i);c.each(this.a.presets,function(a,d){a=b.b.attr("name")+"_preset_"+a;var h=c(b.a.menuItemHTML).attr({"for":a,role:"menuitem"}).text(" "+d.name).appendTo(b.i);c("<input>").attr({type:"radio",name:b.b.attr("name")+"_presets",id:a}).prependTo(h).on("change.multiselect",function(){b.b.val(d.options);b.b.trigger("change")})});this.b.on("change.multiselect",function(){b.u()});this.u()},u:function(){var b=
    +this;c.each(this.a.presets,function(a,c){a=b.b.attr("name")+"_preset_"+a;a=b.i.find("#"+a);a:{c=c.options||[];var d=b.b.val()||[];if(c.length!=d.length)c=!1;else{c.sort();d.sort();for(var e=0;e<c.length;e++)if(c[e]!==d[e]){c=!1;break a}c=!0}}c?a.prop("checked",!0):a.prop("checked",!1)})},C:function(b,a){var d=this.b.attr("name")+"_"+a;a=c(this.a.menuItemHTML).attr({"for":d,role:"menuitem"}).text(" "+b.text());d=c("<input>").attr({type:"checkbox",id:d,value:b.val()}).prependTo(a);b.is(":disabled")&&
    +d.attr("disabled","disabled");b.is(":selected")&&d.prop("checked","checked");d.on("change.multiselect",function(){c(this).prop("checked")?b.prop("selected",!0):b.prop("selected",!1);b.trigger("change",[!0])});return a},J:function(){var b=this;c("html").on("click.multiselect",function(){b.j()});this.f.on("click.multiselect",function(a){a.stopPropagation()})},K:function(){var b=this;this.l.on("click.multiselect",function(a){a.preventDefault();a.stopPropagation();b.m()})},I:function(){c("html").trigger("click.multiselect");
    +this.f.addClass(this.a.activeClass);if(this.a.positionMenuWithin&&this.a.positionMenuWithin instanceof c){var b=this.c.offset().left+this.c.outerWidth(),a=this.a.positionMenuWithin.offset().left+this.a.positionMenuWithin.outerWidth();b>a&&(this.c.css("width",a-this.c.offset().left),this.f.addClass(this.a.positionedMenuClass))}b=this.c.offset().top+this.c.outerHeight();a=c(window).scrollTop()+c(window).height();b>a-this.a.viewportBottomGutter?this.c.css({maxHeight:Math.max(a-this.a.viewportBottomGutter-
    +this.c.offset().top,this.a.menuMinHeight),overflow:"scroll"}):this.c.css({maxHeight:"",overflow:""})},j:function(){this.f.removeClass(this.a.activeClass);this.f.removeClass(this.a.positionedMenuClass);this.c.css("width","auto")},m:function(){this.f.hasClass(this.a.activeClass)?this.j():this.I()}});c.fn.multiSelect=function(b){return this.each(function(){c.data(this,"plugin_multiSelect")||c.data(this,"plugin_multiSelect",new f(this,b))})}})(jQuery);
    diff --git a/htdocs/includes/jquery/plugins/multiselect/js/ui.multiselect.js b/htdocs/includes/jquery/plugins/multiselect/js/ui.multiselect.js
    deleted file mode 100755
    index 1234fa7a957..00000000000
    --- a/htdocs/includes/jquery/plugins/multiselect/js/ui.multiselect.js
    +++ /dev/null
    @@ -1,336 +0,0 @@
    -/*
    - * jQuery UI Multiselect
    - *
    - * Authors:
    - *  Michael Aufreiter (quasipartikel.at)
    - *  Yanick Rochon (yanick.rochon[at]gmail[dot]com)
    - * 
    - * Dual licensed under the MIT (MIT-LICENSE.txt)
    - * and GPL (GPL-LICENSE.txt) licenses.
    - * 
    - * http://www.quasipartikel.at/multiselect/
    - *
    - * 
    - * Depends:
    - *	ui.core.js
    - *	ui.sortable.js
    - *
    - * Optional:
    - * localization (http://plugins.jquery.com/project/localisation)
    - * scrollTo (http://plugins.jquery.com/project/ScrollTo)
    - * 
    - * Todo:
    - *  Make batch actions faster
    - *  Implement dynamic insertion through remote calls
    - */
    -
    -
    -(function($) {
    -
    -$.widget("ui.multiselect", {
    -  options: {
    -		sortable: true,
    -		searchable: true,
    -		doubleClickable: true,
    -		animated: 'fast',
    -		show: 'slideDown',
    -		hide: 'slideUp',
    -		dividerLocation: 0.6,
    -		nodeComparator: function(node1,node2) {
    -			var text1 = node1.text(),
    -			    text2 = node2.text();
    -			return text1 == text2 ? 0 : (text1 < text2 ? -1 : 1);
    -		}
    -	},
    -	_create: function() {
    -		this.element.hide();
    -		this.id = this.element.attr("id");
    -		this.container = $('<div class="ui-multiselect ui-helper-clearfix ui-widget"></div>').insertAfter(this.element);
    -		this.count = 0; // number of currently selected options
    -		this.selectedContainer = $('<div class="selected"></div>').appendTo(this.container);
    -		this.availableContainer = $('<div class="available"></div>').appendTo(this.container);
    -		this.selectedActions = $('<div class="actions ui-widget-header ui-helper-clearfix"><span class="count">0 '+$.ui.multiselect.locale.itemsCount+'</span><a href="#" class="remove-all">'+$.ui.multiselect.locale.removeAll+'</a></div>').appendTo(this.selectedContainer);
    -		this.availableActions = $('<div class="actions ui-widget-header ui-helper-clearfix"><input type="text" class="search empty ui-widget-content ui-corner-all"/><a href="#" class="add-all">'+$.ui.multiselect.locale.addAll+'</a></div>').appendTo(this.availableContainer);
    -		this.selectedList = $('<ul class="selected connected-list"><li class="ui-helper-hidden-accessible"></li></ul>').bind('selectstart', function(){return false;}).appendTo(this.selectedContainer);
    -		this.availableList = $('<ul class="available connected-list"><li class="ui-helper-hidden-accessible"></li></ul>').bind('selectstart', function(){return false;}).appendTo(this.availableContainer);
    -		
    -		var that = this;
    -
    -		// set dimensions
    -		this.container.width(this.element.width()+1);
    -		this.selectedContainer.width(Math.floor(this.element.width()*this.options.dividerLocation));
    -		this.availableContainer.width(Math.floor(this.element.width()*(1-this.options.dividerLocation)));
    -
    -		// fix list height to match <option> depending on their individual header's heights
    -		this.selectedList.height(Math.max(this.element.height()-this.selectedActions.height(),1));
    -		this.availableList.height(Math.max(this.element.height()-this.availableActions.height(),1));
    -		
    -		if ( !this.options.animated ) {
    -			this.options.show = 'show';
    -			this.options.hide = 'hide';
    -		}
    -		
    -		// init lists
    -		this._populateLists(this.element.find('option'));
    -		
    -		// make selection sortable
    -		if (this.options.sortable) {
    -			this.selectedList.sortable({
    -				placeholder: 'ui-state-highlight',
    -				axis: 'y',
    -				update: function(event, ui) {
    -					// apply the new sort order to the original selectbox
    -					that.selectedList.find('li').each(function() {
    -						if ($(this).data('optionLink'))
    -							$(this).data('optionLink').remove().appendTo(that.element);
    -					});
    -				},
    -				receive: function(event, ui) {
    -					ui.item.data('optionLink').attr('selected', true);
    -					// increment count
    -					that.count += 1;
    -					that._updateCount();
    -					// workaround, because there's no way to reference 
    -					// the new element, see http://dev.jqueryui.com/ticket/4303
    -					that.selectedList.children('.ui-draggable').each(function() {
    -						$(this).removeClass('ui-draggable');
    -						$(this).data('optionLink', ui.item.data('optionLink'));
    -						$(this).data('idx', ui.item.data('idx'));
    -						that._applyItemState($(this), true);
    -					});
    -			
    -					// workaround according to http://dev.jqueryui.com/ticket/4088
    -					setTimeout(function() { ui.item.remove(); }, 1);
    -				}
    -			});
    -		}
    -		
    -		// set up livesearch
    -		if (this.options.searchable) {
    -			this._registerSearchEvents(this.availableContainer.find('input.search'));
    -		} else {
    -			$('.search').hide();
    -		}
    -		
    -		// batch actions
    -		this.container.find(".remove-all").click(function() {
    -			that._populateLists(that.element.find('option').removeAttr('selected'));
    -			return false;
    -		});
    -		
    -		this.container.find(".add-all").click(function() {
    -			var options = that.element.find('option').not(":selected");
    -			if (that.availableList.children('li:hidden').length > 1) {
    -				that.availableList.children('li').each(function(i) {
    -					if ($(this).is(":visible")) $(options[i-1]).attr('selected', 'selected'); 
    -				});
    -			} else {
    -				options.attr('selected', 'selected');
    -			}
    -			that._populateLists(that.element.find('option'));
    -			return false;
    -		});
    -	},
    -	destroy: function() {
    -		this.element.show();
    -		this.container.remove();
    -
    -		$.Widget.prototype.destroy.apply(this, arguments);
    -	},
    -	_populateLists: function(options) {
    -		this.selectedList.children('.ui-element').remove();
    -		this.availableList.children('.ui-element').remove();
    -		this.count = 0;
    -
    -		var that = this;
    -		var items = $(options.map(function(i) {
    -	      var item = that._getOptionNode(this).appendTo(this.selected ? that.selectedList : that.availableList).show();
    -
    -			if (this.selected) that.count += 1;
    -			that._applyItemState(item, this.selected);
    -			item.data('idx', i);
    -			return item[0];
    -    }));
    -		
    -		// update count
    -		this._updateCount();
    -		that._filter.apply(this.availableContainer.find('input.search'), [that.availableList]);
    -  },
    -	_updateCount: function() {
    -		this.selectedContainer.find('span.count').text(this.count+" "+$.ui.multiselect.locale.itemsCount);
    -	},
    -	_getOptionNode: function(option) {
    -		option = $(option);
    -		var node = $('<li class="ui-state-default ui-element" title="'+option.text()+'"><span class="ui-icon"/>'+option.text()+'<a href="#" class="action"><span class="ui-corner-all ui-icon"/></a></li>').hide();
    -		node.data('optionLink', option);
    -		return node;
    -	},
    -	// clones an item with associated data
    -	// didn't find a smarter away around this
    -	_cloneWithData: function(clonee) {
    -		var clone = clonee.clone(false,false);
    -		clone.data('optionLink', clonee.data('optionLink'));
    -		clone.data('idx', clonee.data('idx'));
    -		return clone;
    -	},
    -	_setSelected: function(item, selected) {
    -		item.data('optionLink').attr('selected', selected);
    -
    -		if (selected) {
    -			var selectedItem = this._cloneWithData(item);
    -			item[this.options.hide](this.options.animated, function() { $(this).remove(); });
    -			selectedItem.appendTo(this.selectedList).hide()[this.options.show](this.options.animated);
    -			
    -			this._applyItemState(selectedItem, true);
    -			return selectedItem;
    -		} else {
    -			
    -			// look for successor based on initial option index
    -			var items = this.availableList.find('li'), comparator = this.options.nodeComparator;
    -			var succ = null, i = item.data('idx'), direction = comparator(item, $(items[i]));
    -
    -			// TODO: test needed for dynamic list populating
    -			if ( direction ) {
    -				while (i>=0 && i<items.length) {
    -					direction > 0 ? i++ : i--;
    -					if ( direction != comparator(item, $(items[i])) ) {
    -						// going up, go back one item down, otherwise leave as is
    -						succ = items[direction > 0 ? i : i+1];
    -						break;
    -					}
    -				}
    -			} else {
    -				succ = items[i];
    -			}
    -			
    -			var availableItem = this._cloneWithData(item);
    -			succ ? availableItem.insertBefore($(succ)) : availableItem.appendTo(this.availableList);
    -			item[this.options.hide](this.options.animated, function() { $(this).remove(); });
    -			availableItem.hide()[this.options.show](this.options.animated);
    -			
    -			this._applyItemState(availableItem, false);
    -			return availableItem;
    -		}
    -	},
    -	_applyItemState: function(item, selected) {
    -		if (selected) {
    -			if (this.options.sortable)
    -				item.children('span').addClass('ui-icon-arrowthick-2-n-s').removeClass('ui-helper-hidden').addClass('ui-icon');
    -			else
    -				item.children('span').removeClass('ui-icon-arrowthick-2-n-s').addClass('ui-helper-hidden').removeClass('ui-icon');
    -			item.find('a.action span').addClass('ui-icon-minus').removeClass('ui-icon-plus');
    -			this._registerRemoveEvents(item.find('a.action'));
    -			
    -		} else {
    -			item.children('span').removeClass('ui-icon-arrowthick-2-n-s').addClass('ui-helper-hidden').removeClass('ui-icon');
    -			item.find('a.action span').addClass('ui-icon-plus').removeClass('ui-icon-minus');
    -			this._registerAddEvents(item.find('a.action'));
    -		}
    -		
    -		this._registerDoubleClickEvents(item);
    -		this._registerHoverEvents(item);
    -	},
    -	// taken from John Resig's liveUpdate script
    -	_filter: function(list) {
    -		var input = $(this);
    -		var rows = list.children('li'),
    -			cache = rows.map(function(){
    -				
    -				return $(this).text().toLowerCase();
    -			});
    -		
    -		var term = $.trim(input.val().toLowerCase()), scores = [];
    -		
    -		if (!term) {
    -			rows.show();
    -		} else {
    -			rows.hide();
    -
    -			cache.each(function(i) {
    -				if (this.indexOf(term)>-1) { scores.push(i); }
    -			});
    -
    -			$.each(scores, function() {
    -				$(rows[this]).show();
    -			});
    -		}
    -	},
    -	_registerDoubleClickEvents: function(elements) {
    -		if (!this.options.doubleClickable) return;
    -		elements.dblclick(function() {
    -			elements.find('a.action').click();
    -		});
    -	},
    -	_registerHoverEvents: function(elements) {
    -		elements.removeClass('ui-state-hover');
    -		elements.mouseover(function() {
    -			$(this).addClass('ui-state-hover');
    -		});
    -		elements.mouseout(function() {
    -			$(this).removeClass('ui-state-hover');
    -		});
    -	},
    -	_registerAddEvents: function(elements) {
    -		var that = this;
    -		elements.click(function() {
    -			var item = that._setSelected($(this).parent(), true);
    -			that.count += 1;
    -			that._updateCount();
    -			return false;
    -		});
    -		
    -		// make draggable
    -		if (this.options.sortable) {
    -  		elements.each(function() {
    -  			$(this).parent().draggable({
    -  	      connectToSortable: that.selectedList,
    -  				helper: function() {
    -  					var selectedItem = that._cloneWithData($(this)).width($(this).width() - 50);
    -  					selectedItem.width($(this).width());
    -  					return selectedItem;
    -  				},
    -  				appendTo: that.container,
    -  				containment: that.container,
    -  				revert: 'invalid'
    -  	    });
    -  		});		  
    -		}
    -	},
    -	_registerRemoveEvents: function(elements) {
    -		var that = this;
    -		elements.click(function() {
    -			that._setSelected($(this).parent(), false);
    -			that.count -= 1;
    -			that._updateCount();
    -			return false;
    -		});
    - 	},
    -	_registerSearchEvents: function(input) {
    -		var that = this;
    -
    -		input.focus(function() {
    -			$(this).addClass('ui-state-active');
    -		})
    -		.blur(function() {
    -			$(this).removeClass('ui-state-active');
    -		})
    -		.keypress(function(e) {
    -			if (e.keyCode == 13)
    -				return false;
    -		})
    -		.keyup(function() {
    -			that._filter.apply(this, [that.availableList]);
    -		});
    -	}
    -});
    -		
    -$.extend($.ui.multiselect, {
    -	locale: {
    -		addAll:'Add all',
    -		removeAll:'Remove all',
    -		itemsCount:'items selected'
    -	}
    -});
    -
    -
    -})(jQuery);
    diff --git a/htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLERead.php b/htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLERead.php
    index 261bdde5812..444d8ec641f 100644
    --- a/htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLERead.php
    +++ b/htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLERead.php
    @@ -289,7 +289,6 @@ class PHPExcel_Shared_OLERead {
     
     			$offset += self::PROPERTY_STORAGE_BLOCK_SIZE;
     		}
    -
     	}
     
     	/**
    diff --git a/htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007/Chart.php b/htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007/Chart.php
    index 4846910fa29..93e85582d5c 100644
    --- a/htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007/Chart.php
    +++ b/htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007/Chart.php
    @@ -1042,7 +1042,6 @@ class PHPExcel_Writer_Excel2007_Chart extends
         }
     
         $objWriter->endElement();
    -
       }
     
       /**
    @@ -1322,7 +1321,6 @@ class PHPExcel_Writer_Excel2007_Chart extends
           $objWriter->endElement();
         }
         $objWriter->endElement();
    -
       }
     
       /**
    diff --git a/htdocs/index.php b/htdocs/index.php
    index bbdac41aad6..14f72774d92 100644
    --- a/htdocs/index.php
    +++ b/htdocs/index.php
    @@ -270,11 +270,11 @@ if (empty($user->societe_id))
         	    DOL_URL_ROOT.'/product/list.php?type=1&mainmenu=products',
         	    DOL_URL_ROOT.'/comm/propal/list.php?mainmenu=commercial&leftmenu=propals',
         	    DOL_URL_ROOT.'/commande/list.php?mainmenu=commercial&leftmenu=orders',
    -    	    DOL_URL_ROOT.'/compta/facture/list.php?mainmenu=accountancy&leftmenu=customers_bills',
    +    	    DOL_URL_ROOT.'/compta/facture/list.php?mainmenu=billing&leftmenu=customers_bills',
         	    DOL_URL_ROOT.'/contrat/list.php?mainmenu=commercial&leftmenu=contracts',
         	    DOL_URL_ROOT.'/fichinter/list.php?mainmenu=commercial&leftmenu=ficheinter',
         	    DOL_URL_ROOT.'/fourn/commande/list.php?mainmenu=commercial&leftmenu=orders_suppliers',
    -	        DOL_URL_ROOT.'/fourn/facture/list.php?mainmenu=accountancy&leftmenu=suppliers_bills',
    +	        DOL_URL_ROOT.'/fourn/facture/list.php?mainmenu=billing&leftmenu=suppliers_bills',
     	        DOL_URL_ROOT.'/supplier_proposal/list.php?mainmenu=commercial&leftmenu=',
     	        DOL_URL_ROOT.'/projet/list.php?mainmenu=project',
         		DOL_URL_ROOT.'/expensereport/list.php?mainmenu=hrm&leftmenu=expensereport',
    @@ -358,7 +358,7 @@ print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
     /*
      * Dolibarr Working Board with weather
      */
    -$showweather=empty($conf->global->MAIN_DISABLE_METEO)?1:0;
    +$showweather=(empty($conf->global->MAIN_DISABLE_METEO) || $conf->global->MAIN_DISABLE_METEO == 2) ? 1 : 0;
     
     //Array that contains all WorkboardResponse classes to process them
     $dashboardlines=array();
    @@ -536,7 +536,7 @@ $boxwork.='</tr>'."\n";
     if ($showweather)
     {
         $boxwork.='<tr class="nohover">';
    -    $boxwork.='<td class="nohover hideonsmartphone center valignmiddle">';
    +    $boxwork.='<td class="nohover'.($conf->global->MAIN_DISABLE_METEO == 2 ?' hideonsmartphone' : '').' center valignmiddle">';
         $text='';
         if ($totallate > 0) $text=$langs->transnoentitiesnoconv("WarningYouHaveAtLeastOneTaskLate").' ('.$langs->transnoentitiesnoconv("NActionsLate",$totallate.(!empty($conf->global->MAIN_USE_METEO_WITH_PERCENTAGE) ? '%' : '')).')';
         else $text=$langs->transnoentitiesnoconv("NoItemLate");
    @@ -703,15 +703,27 @@ function showWeather($totallate,$text,$options)
     
         $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'};
    -    $level3=$offset+3*$factor; if (! empty($conf->global->{$used_conf.'3'})) $level3=$conf->global->{$used_conf.'3'};
    +    $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'};
    +    }
    +    $level3=$offset+3*$factor;
    +    if (! empty($conf->global->{$used_conf.'3'})) {
    +        $level3=$conf->global->{$used_conf.'3'};
    +    }
     
         if ($totallate <= $level0) $out.=img_weather($text,'weather-clear.png',$options);
    -    if ($totallate > $level0 && $totallate <= $level1) $out.=img_weather($text,'weather-few-clouds.png',$options);
    -    if ($totallate > $level1 && $totallate <= $level2) $out.=img_weather($text,'weather-clouds.png',$options);
    -    if ($totallate > $level2 && $totallate <= $level3) $out.=img_weather($text,'weather-many-clouds.png',$options);
    -    if ($totallate > $level3) $out.=img_weather($text,'weather-storm.png',$options);
    +    elseif ($totallate > $level0 && $totallate <= $level1) $out.=img_weather($text,'weather-few-clouds.png',$options);
    +    elseif ($totallate > $level1 && $totallate <= $level2) $out.=img_weather($text,'weather-clouds.png',$options);
    +    elseif ($totallate > $level2 && $totallate <= $level3) $out.=img_weather($text,'weather-many-clouds.png',$options);
    +    elseif ($totallate > $level3) $out.=img_weather($text,'weather-storm.png',$options);
         return $out;
     }
    diff --git a/htdocs/install/check.php b/htdocs/install/check.php
    index a5913f9304f..f220978e4db 100644
    --- a/htdocs/install/check.php
    +++ b/htdocs/install/check.php
    @@ -555,7 +555,7 @@ else
             if (count($notavailable_choices)) {
     
                 print '<div id="AShowChoices">';
    -            print '<img src="../theme/eldy/img/1downarrow.png"> <a href="#">'.$langs->trans('ShowNotAvailableOptions').'</a>';
    +            print '<img src="../theme/eldy/img/1downarrow.png">';
                 print '</div>';
     
                 print '<div id="navail_choices" style="display:none">';
    diff --git a/htdocs/install/doctemplates/shipment/index.html b/htdocs/install/doctemplates/shipments/index.html
    similarity index 100%
    rename from htdocs/install/doctemplates/shipment/index.html
    rename to htdocs/install/doctemplates/shipments/index.html
    diff --git a/htdocs/install/doctemplates/shipment/template_shipment.odt b/htdocs/install/doctemplates/shipments/template_shipment.odt
    similarity index 100%
    rename from htdocs/install/doctemplates/shipment/template_shipment.odt
    rename to htdocs/install/doctemplates/shipments/template_shipment.odt
    diff --git a/htdocs/install/doctemplates/supplier_proposal/index.html b/htdocs/install/doctemplates/supplier_proposals/index.html
    similarity index 100%
    rename from htdocs/install/doctemplates/supplier_proposal/index.html
    rename to htdocs/install/doctemplates/supplier_proposals/index.html
    diff --git a/htdocs/install/doctemplates/supplier_proposal/template_supplier_proposal.odt b/htdocs/install/doctemplates/supplier_proposals/template_supplier_proposal.odt
    similarity index 100%
    rename from htdocs/install/doctemplates/supplier_proposal/template_supplier_proposal.odt
    rename to htdocs/install/doctemplates/supplier_proposals/template_supplier_proposal.odt
    diff --git a/htdocs/install/doctemplates/websites/index.html b/htdocs/install/doctemplates/websites/index.html
    new file mode 100644
    index 00000000000..e69de29bb2d
    diff --git a/htdocs/install/doctemplates/websites/website_template-corporate.zip b/htdocs/install/doctemplates/websites/website_template-corporate.zip
    new file mode 100644
    index 00000000000..0c45f47e84f
    Binary files /dev/null and b/htdocs/install/doctemplates/websites/website_template-corporate.zip differ
    diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php
    index 26f4043ffe9..fd902b540fd 100644
    --- a/htdocs/install/fileconf.php
    +++ b/htdocs/install/fileconf.php
    @@ -36,8 +36,7 @@ $err=0;
     $setuplang=GETPOST("selectlang",'',3)?GETPOST("selectlang",'',3):(isset($_GET["lang"])?$_GET["lang"]:'auto');
     $langs->setDefaultLang($setuplang);
     
    -$langs->load("install");
    -$langs->load("errors");
    +$langs->loadLangs(array("install", "errors"));
     
     dolibarr_install_syslog("- fileconf: entering fileconf.php page");
     
    @@ -172,7 +171,7 @@ if (! empty($force_install_message))
     		?>
     		<ul>
     			<li>/var/lib/dolibarr/documents</li>
    -			<li>C:/My Documents/dolibarr/</li>
    +			<li>C:/My Documents/dolibarr/documents</li>
     		</ul>
     		</td>
     	</tr>
    @@ -201,6 +200,7 @@ if (! empty($force_install_message))
     		<ul>
     			<li>http://localhost/</li>
     			<li>http://www.myserver.com:8180/dolibarr</li>
    +			<li>https://www.myvirtualfordolibarr.com/</li>
     		</ul>
     		</td>
     	</tr>
    @@ -382,7 +382,7 @@ if (! empty($force_install_message))
     				} ?>
     			>
     		</td>
    -		<td class="comment"><?php echo $langs->trans("DatabasePrefix"); ?></td>
    +		<td class="comment"><?php echo $langs->trans("DatabasePrefixDescription"); ?></td>
     	</tr>
     
     	<tr class="hidesqlite">
    diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php
    index 88dbc76f9a6..c1581d37392 100644
    --- a/htdocs/install/inc.php
    +++ b/htdocs/install/inc.php
    @@ -566,7 +566,7 @@ function detect_dolibarr_main_url_root()
     		$dolibarr_main_url_root = $_SERVER["SERVER_URL"] . $_SERVER["DOCUMENT_URI"];
     	} // If SCRIPT_URI, SERVER_URL, DOCUMENT_URI not defined (Ie: Apache 2.0.44 for Windows)
     	else {
    -		$proto = 'http';
    +        $proto = ( (!empty($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == 'on') || $_SERVER['SERVER_PORT'] == 443) ? 'https' : 'http';
     		if (!empty($_SERVER["HTTP_HOST"])) {
     			$serverport = $_SERVER["HTTP_HOST"];
     		} else {
    diff --git a/htdocs/install/mysql/data/llx_accounting_abc.sql b/htdocs/install/mysql/data/llx_accounting_abc.sql
    index 734831e3806..526c62693e2 100644
    --- a/htdocs/install/mysql/data/llx_accounting_abc.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_abc.sql
    @@ -7,6 +7,7 @@
     -- Copyright (C) 2007      Patrick Raguin       <patrick.raguin@gmail.com>
     -- Copyright (C) 2011-2018 Alexandre Spangaro   <aspangaro@zendsi.com>
     -- Copyright (C) 2015-2017 Juanjo Menent        <jmenent@2byte.es>
    +-- Copyright (C) 2018      Abbes bahfir         <dolipar@dolipar.org>
     --
     -- 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
    @@ -76,6 +77,8 @@ INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUE
     -- 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);
     
    +--DELETE FROM llx_accounting_system WHERE pcg_version = 'SYSCOHADA';
    +
     -- Description of chart of account BJ SYSCOHADA
     INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 49,'SYSCOHADA-BJ', 'Plan comptable Ouest-Africain', 1);
     
    @@ -124,3 +127,5 @@ INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUE
     -- Description of chart of account RO RO-BASE
     INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES (  188, 'RO-BASE', 'Plan de conturi romanesc', 1);
     
    +-- Description of chart of account DZ NSCF
    +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES (  13, 'NSCF', 'Nouveau système comptable financier', 1);
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_be.sql b/htdocs/install/mysql/data/llx_accounting_account_be.sql
    index 8052d4a5b18..76195e8318f 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_be.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_be.sql
    @@ -3,7 +3,7 @@
     -- Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
     -- Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
     -- Copyright (C) 2004      Guillaume Delecourt  <guillaume.delecourt@opensides.be>
    --- Copyright (C) 2005-2018 Regis Houssin        <regis.houssin@capnetworks.com>
    +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
     -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
     -- Copyright (C) 2011-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
     --
    @@ -20,929 +20,928 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
     -- Descriptif des plans comptables BE PCMN-BASE
    ---
    +-- ID 439-1357
    +-- ADD 200000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '10', 1, 'Capital', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '100', 10, 'Capital souscrit ou capital personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1000', 100, 'Capital non amorti', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1001', 100, 'Capital amorti', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '101', 10, 'Capital non appelé', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '109', 10, 'Compte de l\'exploitant', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1090', 109, 'Opérations courantes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1091', 109, 'Impôts personnels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1092', 109, 'Rémunérations et autres avantages', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '11', 1, 'Primes d\'émission', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '12', 1, 'Plus-values de réévaluation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '120', 12, 'Plus-values de réévaluation sur immobilisations incorporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1200', 120, 'Plus-values de réévaluation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1201', 120, 'Reprises de réductions de valeur', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '121', 12, 'Plus-values de réévaluation sur immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1210', 121, 'Plus-values de réévaluation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1211', 121, 'Reprises de réductions de valeur', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '122', 12, 'Plus-values de réévaluation sur immobilisations financières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1220', 122, 'Plus-values de réévaluation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1221', 122, 'Reprises de réductions de valeur', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '123', 12, 'Plus-values de réévaluation sur stocks', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '124', 12, 'Reprises de réductions de valeur sur placements de trésorerie', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '13', 1, 'Réserve', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '130', 13, 'Réserve légale', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '131', 13, 'Réserves indisponibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1310', 131, 'Réserve pour actions propres', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1311', 131, 'Autres réserves indisponibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '132', 13, 'Réserves immunisées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '133', 13, 'Réserves disponibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1330', 133, 'Réserve pour régularisation de dividendes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1331', 133, 'Réserve pour renouvellement des immobilisations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1332', 133, 'Réserve pour installations en faveur du personnel 1333 Réserves libres', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '14', 1, 'Bénéfice reporté (ou perte reportée)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '15', 1, 'Subsides en capital', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '150', 15, 'Montants obtenus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '151', 15, 'Montants transférés aux résultats', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '16', 1, 'Provisions pour risques et charges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '160', 16, 'Provisions pour pensions et obligations similaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '161', 16, 'Provisions pour charges fiscales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '162', 16, 'Provisions pour grosses réparations et gros entretiens', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '163', 16, 'à 169 Provisions pour autres risques et charges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '164', 16, 'Provisions pour sûretés personnelles ou réelles constituées à l\'appui de dettes et d\'engagements de tiers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '165', 16, 'Provisions pour engagements relatifs à l\'acquisition ou à la cession d\'immobilisations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '166', 16, 'Provisions pour exécution de commandes passées ou reçues', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '167', 16, 'Provisions pour positions et marchés à terme en devises ou positions et marchés à terme en marchandises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '168', 16, 'Provisions pour garanties techniques attachées aux ventes et prestations déjà effectuées par l\'entreprise', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '169', 16, 'Provisions pour autres risques et charges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1690', 169, 'Pour litiges en cours', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1691', 169, 'Pour amendes, doubles droits et pénalités', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1692', 169, 'Pour propre assureur', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1693', 169, 'Pour risques inhérents aux opérations de crédits à moyen ou long terme', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1695', 169, 'Provision pour charge de liquidation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1696', 169, 'Provision pour départ de personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1699', 169, 'Pour risques divers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17', 1, 'Dettes à plus d\'un an', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '170', 17, 'Emprunts subordonnés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1700', 170, 'Convertibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1701', 170, 'Non convertibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '171', 17, 'Emprunts obligataires non subordonnés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1710', 1710, 'Convertibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1711', 1710, 'Non convertibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '172', 17, 'Dettes de location-financement et assimilés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1720', 172, 'Dettes de location-financement de biens immobiliers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1721', 172, 'Dettes de location-financement de biens mobiliers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1722', 172, 'Dettes sur droits réels sur immeubles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '173', 17, 'Etablissements de crédit', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1730', 173, 'Dettes en compte', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17300', 1730, 'Banque A', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17301', 1730, 'Banque B', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17302', 1730, 'Banque C', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17303', 1730, 'Banque D', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1731', 173, 'Promesses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17310', 1731, 'Banque A', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17311', 1731, 'Banque B', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17312', 1731, 'Banque C', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17313', 1731, 'Banque D', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1732', 173, 'Crédits d\'acceptation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17320', 1732, 'Banque A', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17321', 1732, 'Banque B', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17322', 1732, 'Banque C', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17323', 1732, 'Banque D', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '174', 17, 'Autres emprunts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175', 17, 'Dettes commerciales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1750', 175, 'Fournisseurs : dettes en compte', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17500', 1750, 'Entreprises apparentées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175000', 17500, 'Entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175001', 17500, 'Entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17501', 1750, 'Fournisseurs ordinaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175010', 17501, 'Fournisseurs belges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175011', 17501, 'Fournisseurs C.E.E.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175012', 17501, 'Fournisseurs importation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1751', 175, 'Effets à payer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17510', 1751, 'Entreprises apparentées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175100', 17510, 'Entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175101', 17510, 'Entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '17511', 1751, 'Fournisseurs ordinaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175110', 17511, 'Fournisseurs belges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175111', 17511, 'Fournisseurs C.E.E.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '175112', 17511, 'Fournisseurs importation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '176', 17, 'Acomptes reçus sur commandes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '178', 17, 'Cautionnements reçus en numéraires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '179', 17, 'Dettes diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1790', 179, 'Entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1791', 179, 'Autres entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1792', 179, 'Administrateurs, gérants et associés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1794', 179, 'Rentes viagères capitalisées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1798', 179, 'Dettes envers les coparticipants des associations momentanées et en participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1799', 179, 'Autres dettes diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '18', 1, 'Comptes de liaison des établissements et succursales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '20', 2, 'Frais d\'établissement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '200', 20, 'Frais de constitution et d\'augmentation de capital', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2000', 200, 'Frais de constitution et d\'augmentation de capital', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2009', 200, 'Amortissements sur frais de constitution et d\'augmentation de capital', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '201', 20, 'Frais d\'émission d\'emprunts et primes de remboursement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2010', 201, 'Agios sur emprunts et frais d\'émission d\'emprunts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2019', 201, 'Amortissements sur agios sur emprunts et frais d\'émission d\'emprunts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '202', 20, 'Autres frais d\'établissement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2020', 202, 'Autres frais d\'établissement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2029', 202, 'Amortissements sur autres frais d\'établissement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '203', 20, 'Intérêts intercalaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2030', 203, 'Intérêts intercalaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2039', 203, 'Amortissements sur intérêts intercalaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '204', 20, 'Frais de restructuration', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2040', 204, 'Coût des frais de restructuration', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2049', 204, 'Amortissements sur frais de restructuration', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '21', 2, 'Immobilisations incorporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '210', 21, 'Frais de recherche et de développement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2100', 210, 'Frais de recherche et de mise au point', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2108', 210, 'Plus-values actées sur frais de recherche et de mise au point', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2109', 210, 'Amortissements sur frais de recherche et de mise au point', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '211', 21, 'Concessions, brevets, licences, savoir-faire, marque et droits similaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2110', 211, 'Concessions, brevets, licences, marques, etc', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2118', 211, 'Plus-values actées sur concessions, etc', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2119', 211, 'Amortissements sur concessions, etc', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '212', 21, 'Goodwill', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2120', 212, 'Coût d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2128', 212, 'Plus-values actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2129', 212, 'Amortissements sur goodwill', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '213', 21, 'Acomptes versés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22', 2, 'Terrains et constructions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '220', 22, 'Terrains', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2200', 220, 'Terrains', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2201', 220, 'Frais d\'acquisition sur terrains', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2208', 220, 'Plus-values actées sur terrains', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2209', 220, 'Amortissements et réductions de valeur', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22090', 2209, 'Amortissements sur frais d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22091', 2209, 'Réductions de valeur sur terrains', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '221', 22, 'Constructions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2210', 221, 'Bâtiments industriels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2211', 221, 'Bâtiments administratifs et commerciaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2212', 221, 'Autres bâtiments d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2213', 221, 'Voies de transport et ouvrages d\'art', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2215', 221, 'Constructions sur sol d\'autrui', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2216', 221, 'Frais d\'acquisition sur constructions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2218', 221, 'Plus-values actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22180', 2218, 'Sur bâtiments industriels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22181', 2218, 'Sur bâtiments administratifs et commerciaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22182', 2218, 'Sur autres bâtiments d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22184', 2218, 'Sur voies de transport et ouvrages d\'art', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2219', 221, 'Amortissements sur constructions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22190', 2219, 'Sur bâtiments industriels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22191', 2219, 'Sur bâtiments administratifs et commerciaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22192', 2219, 'Sur autres bâtiments d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22194', 2219, 'Sur voies de transport et ouvrages d\'art', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22195', 2219, 'Sur constructions sur sol d\'autrui', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22196', 2219, 'Sur frais d\'acquisition sur constructions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '222', 22, 'Terrains bâtis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2220', 222, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22200', 2220, 'Bâtiments industriels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22201', 2220, 'Bâtiments administratifs et commerciaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22202', 2220, 'Autres bâtiments d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22203', 2220, 'Voies de transport et ouvrages d\'art', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22204', 2220, 'Frais d\'acquisition des terrains à bâtir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2228', 222, 'Plus-values actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22280', 2228, 'Sur bâtiments industriels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22281', 2228, 'Sur bâtiments administratifs et commerciaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22282', 2228, 'Sur autres bâtiments d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22283', 2228, 'Sur voies de transport et ouvrages d\'art', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2229', 222, 'Amortissements sur terrains bâtis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22290', 2229, 'Sur bâtiments industriels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22291', 2229, 'Sur bâtiments administratifs et commerciaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22292', 2229, 'Sur autres bâtiments d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22293', 2229, 'Sur voies de transport et ouvrages d\'art', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '22294', 2229, 'Sur frais d\'acquisition des terrains bâtis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '223', 22, 'Autres droits réels sur des immeubles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2230', 223, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2238', 223, 'Plus-values actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2239', 223, 'Amortissements', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '23', 2, 'Installations, machines et outillages', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '230', 23, 'Installations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2300', 230, 'Installations bâtiments industriels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2301', 230, 'Installations bâtiments administratifs et commerciaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2302', 230, 'Installations bâtiments d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2303', 230, 'Installations voies de transport et ouvrages d\'art', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2304', 230, 'Installation d\'eau', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2305', 230, 'Installation d\'électricité', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2306', 230, 'Installation de vapeur', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2307', 230, 'Installation de gaz', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2308', 230, 'Installation de chauffage', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2309', 230, 'Installation de conditionnement d\'air', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '231', 23, 'Machines', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2310', 231, 'Division A', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2311', 231, 'Division B', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2312', 231, 'Division C', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '237', 23, 'Outillage', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2370', 237, 'Division A', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2371', 237, 'Division B', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2372', 237, 'Division C', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '238', 23, 'Plus-values actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2380', 238, 'Sur installations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2381', 238, 'Sur machines', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2382', 238, 'Sur outillage', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '239', 23, 'Amortissements', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2390', 239, 'Sur installations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2391', 239, 'Sur machines', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2392', 239, 'Sur outillage', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24', 2, 'Mobilier et matériel roulant', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '240', 24, 'Mobilier', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2400', 24, 'Mobilier', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24000', 2400, 'Mobilier des bâtiments industriels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24001', 2400, 'Mobilier des bâtiments administratifs et commerciaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24002', 2400, 'Mobilier des autres bâtiments d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24003', 2400, 'Mobilier oeuvres sociales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2401', 240, 'Matériel de bureau et de service social', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24010', 2401, 'Des bâtiments industriels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24011', 2401, 'Des bâtiments administratifs et commerciaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24012', 2401, 'Des autres bâtiments d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24013', 2401, 'Des oeuvres sociales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2408', 240, 'Plus-values actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24080', 2408, 'Plus-values actées sur mobilier', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24081', 2408, 'Plus-values actées sur matériel de bureau et service social', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2409', 240, 'Amortissements', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24090', 2409, 'Amortissements sur mobilier', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24091', 2409, 'Amortissements sur matériel de bureau et service social', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '241', 24, 'Matériel roulant', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2410', 241, 'Matériel automobile', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24100', 2410, 'Voitures', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24105', 2410, 'Camions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2411', 241, 'Matériel ferroviaire', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2412', 241, 'Matériel fluvial', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2413', 241, 'Matériel naval', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2414', 241, 'Matériel aérien', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2418', 241, 'Plus-values sur matériel roulant', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24180', 2418, 'Plus-values sur matériel automobile', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24181', 2418, 'Idem sur matériel ferroviaire', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24182', 2418, 'Idem sur matériel fluvial', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24183', 2418, 'Idem sur matériel naval', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24184', 2418, 'Idem sur matériel aérien', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2419', 241, 'Amortissements sur matériel roulant', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24190', 2419, 'Amortissements sur matériel automobile', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24191', 2419, 'Idem sur matériel ferroviaire', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24192', 2419, 'Idem sur matériel fluvial', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24193', 2419, 'Idem sur matériel naval', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '24194', 2419, 'Idem sur matériel aérien', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '25', 2, 'Immobilisation détenues en location-financement et droits similaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '250', 25, 'Terrains et constructions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2500', 250, 'Terrains', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2501', 250, 'Constructions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2508', 250, 'Plus-values sur emphytéose,  leasing et droits similaires : terrains et constructions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2509', 250, 'Amortissements et réductions de valeur sur terrains et constructions en leasing', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '251', 25, 'Installations,  machines et outillage', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2510', 251, 'Installations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2511', 251, 'Machines', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2512', 251, 'Outillage', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2518', 251, 'Plus-values actées sur installations machines et outillage pris en leasing', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2519', 251, 'Amortissements sur installations machines et outillage pris en leasing', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '252', 25, 'Mobilier et matériel roulant', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2520', 252, 'Mobilier', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2521', 252, 'Matériel roulant', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2528', 252, 'Plus-values actées sur mobilier et matériel roulant en leasing', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2529', 252, 'Amortissements sur mobilier et matériel roulant en leasing', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '26', 2, 'Autres immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '260', 26, 'Frais d\'aménagements de locaux pris en location', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '261', 26, 'Maison d\'habitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '262', 26, 'Réserve immobilière', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '263', 26, 'Matériel d\'emballage', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '264', 26, 'Emballages récupérables', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '268', 26, 'Plus-values actées sur autres immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '269', 26, 'Amortissements sur autres immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2690', 269, 'Amortissements sur frais d\'aménagement des locaux pris en location', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2691', 269, 'Amortissements sur maison d\'habitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2692', 269, 'Amortissements sur réserve immobilière', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2693', 269, 'Amortissements sur matériel d\'emballage', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2694', 269, 'Amortissements sur emballages récupérables', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '27', 2, 'Immobilisations corporelles en cours et acomptes versés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '270', 27, 'Immobilisations en cours', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2700', 270, 'Constructions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2701', 270, 'Installations machines et outillage', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2702', 270, 'Mobilier et matériel roulant', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2703', 270, 'Autres immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '271', 27, 'Avances et acomptes versés sur immobilisations en cours', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '28', 2, 'Immobilisations financières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '280', 28, 'Participations dans des entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2800', 280, 'Valeur d\'acquisition (peut être subdivisé par participation)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2801', 280, 'Montants non appelés (idem)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2808', 280, 'Plus-values actées (idem)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2809', 280, 'Réductions de valeurs actées (idem)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '281', 28, 'Créances sur des entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2810', 281, 'Créances en compte', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2811', 281, 'Effets à recevoir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2812', 281, 'Titres à revenu fixes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2817', 281, 'Créances douteuses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2819', 281, 'Réductions de valeurs actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '282', 28, 'Participations dans des entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2820', 282, 'Valeur d\'acquisition (peut être subdivisé par participation)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2821', 282, 'Montants non appelés (idem)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2828', 282, 'Plus-values actées (idem)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2829', 282, 'Réductions de valeurs actées (idem)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '283', 28, 'Créances sur des entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2830', 283, 'Créances en compte', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2831', 283, 'Effets à recevoir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2832', 283, 'Titres à revenu fixe', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2837', 283, 'Créances douteuses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2839', 283, 'Réductions de valeurs actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '284', 28, 'Autres actions et parts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2840', 284, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2841', 284, 'Montants non appelés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2848', 284, 'Plus-values actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2849', 284, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '285', 28, 'Autres créances', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2850', 285, 'Créances en compte', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2851', 285, 'Effets à recevoir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2852', 285, 'Titres à revenu fixe', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2857', 285, 'Créances douteuses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2859', 285, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '288', 28, 'Cautionnements versés en numéraires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2880', 288, 'Téléphone, téléfax, télex', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2881', 288, 'Gaz', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2882', 288, 'Eau', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2883', 288, 'Electricité', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2887', 288, 'Autres cautionnements versés en numéraires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29', 2, 'Créances à plus d\'un an', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '290', 29, 'Créances commerciales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2900', 290, 'Clients', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29000', 2900, 'Créances en compte sur entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29001', 2900, 'Sur entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29002', 2900, 'Sur clients Belgique', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29003', 2900, 'Sur clients C.E.E.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29004', 2900, 'Sur clients exportation hors C.E.E.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29005', 2900, 'Créances sur les coparticipants (associations momentanées)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2901', 290, 'Effets à recevoir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29010', 2901, 'Sur entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29011', 2901, 'Sur entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29012', 2901, 'Sur clients Belgique', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29013', 2901, 'Sur clients C.E.E.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29014', 2901, 'Sur clients exportation hors C.E.E.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2905', 290, 'Retenues sur garanties', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2906', 290, 'Acomptes versés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2907', 290, 'Créances douteuses (à ventiler comme clients 2900)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2909', 290, 'Réductions de valeur actées (à ventiler comme clients 2900)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '291', 29, 'Autres créances', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2910', 291, 'Créances en compte', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29100', 2910, 'Sur entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29101', 2910, 'Sur entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29102', 2910, 'Sur autres débiteurs', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2911', 291, 'Effets à recevoir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29110', 2911, 'Sur entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29111', 2911, 'Sur entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '29112', 2911, 'Sur autres débiteurs', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2912', 291, 'Créances résultant de la cession d\'immobilisations données en leasing', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2917', 291, 'Créances douteuses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2919', 291, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '30', 3, 'Approvisionnements - matières premières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '300', 30, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '309', 30, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '31', 3, 'Approvsionnements et fournitures', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '310', 31, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3100', 310, 'Matières d\'approvisionnement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3101', 310, 'Energie, charbon, coke, mazout, essence, propane', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3102', 310, 'Produits d\'entretien', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3103', 310, 'Fournitures diverses et petit outillage', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3104', 310, 'Imprimés et fournitures de bureau', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3105', 310, 'Fournitures de services sociaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3106', 310, 'Emballages commerciaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '31060', 3106, 'Emballages perdus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '31061', 3106, 'Emballages récupérables', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '319', 31, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '32', 3, 'En cours de fabrication', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '320', 32, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3200', 320, 'Produits semi-ouvrés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3201', 320, 'Produits en cours de fabrication', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3202', 320, 'Travaux en cours', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3205', 320, 'Déchets', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3206', 320, 'Rebuts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3209', 320, 'Travaux en association momentanée', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '329', 32, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '33', 3, 'Produits finis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '330', 33, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3300', 330, 'Produits finis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '339', 33, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '34', 3, 'Marchandises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '340', 34, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3400', 340, 'Groupe A', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3401', 340, 'Groupe B', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3402', 340, 'Groupe C', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '349', 34, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '35', 3, 'Immeubles destinés à la vente', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '350', 35, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3500', 350, 'Immeuble A', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3501', 350, 'Immeuble B', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3502', 350, 'Immeuble C', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '351', 35, 'Immeubles construits en vue de leur revente', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3510', 351, 'Immeuble A', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3511', 351, 'Immeuble B', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3512', 351, 'Immeuble C', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '359', 35, 'Réductions de valeurs actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '36', 3, 'Acomptes versés sur achats pour stocks', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '360', 36, 'Acomptes versés (à ventiler éventuellement par catégorie)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '369', 36, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '37', 3, 'Commandes en cours d\'exécution', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '370', 37, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '371', 37, 'Bénéfice pris en compte', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '379', 37, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '40', 4, 'Créances commerciales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '400', 40, 'Clients', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4007', 400, 'Rabais, remises et  ristournes à accorder et autres notes de crédit à établir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4008', 400, 'Créances résultant de livraisons de biens (associations momentanées)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '401', 40, 'Effets à recevoir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4010', 401, 'Effets à recevoir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4013', 401, 'Effets à l\'encaissement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4015', 401, 'Effets à l\'escompte', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '402', 40, 'Clients, créances courantes, entreprises apparentées, administrateurs et gérants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4020', 402, 'Entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4021', 402, 'Autres entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4022', 402, 'Administrateurs et gérants d\'entreprise', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '403', 40, 'Effets à recevoir sur entreprises apparentées et administrateurs et gérants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4030', 403, 'Entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4031', 403, 'Autres entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4032', 403, 'Administrateurs et gérants de l\'entreprise', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '404', 40, 'Produits à recevoir (factures à établir)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '405', 40, 'Clients : retenues sur garanties', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '406', 40, 'Acomptes versés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '407', 40, 'Créances douteuses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '408', 40, 'Compensation clients', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '409', 40, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '41', 4, 'Autres créances', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '410', 41, 'Capital appelé, non versé', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4100', 410, 'Appels de fonds', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4101', 410, 'Actionnaires défaillants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '411', 41, 'T.V.A. à récupérer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4110', 411, 'T.V.A. due', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4111', 411, 'T.V.A. déductible', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4112', 411, 'Compte courant administration T.V.A.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4118', 411, 'Taxe d\'égalisation due', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '412', 41, 'Impôts et versements fiscaux à récupérer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4120', 412, 'Impôts belges sur le résultat', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4125', 412, 'Autres impôts belges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4128', 412, 'Impôts étrangers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '414', 41, 'Produits à recevoir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '416', 41, 'Créances diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4160', 416, 'Associés (compte d\'apport en société)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4161', 416, 'Avances et prêts au personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4162', 416, 'Compte courant des associés en S.P.R.L.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4163', 416, 'Compte courant des administrateurs et gérants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4164', 416, 'Créances sur sociétés apparentées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4166', 416, 'Emballages et matériel à rendre', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4167', 416, 'Etat et établissements publics', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '41670', 4167, 'Subsides à recevoir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '41671', 4167, 'Autres créances', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4168', 416, 'Rabais, ristournes et remises à obtenir et autres avoirs non encore reçus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '417', 41, 'Créances douteuses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '418', 41, 'Cautionnements versés en numéraires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '419', 41, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '42', 4, 'Dettes à plus d\'un an échéant dans l\'année', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '420', 42, 'Emprunts subordonnés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4200', 420, 'Convertibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4201', 420, 'Non convertibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '421', 42, 'Emprunts obligataires non subordonnés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4210', 421, 'Convertibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4211', 421, 'Non convertibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '422', 42, 'Dettes de location-financement et assimilées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4220', 422, 'Financement de biens immobiliers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4221', 422, 'Financement de biens mobiliers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '423', 42, 'Etablissements de crédit', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4230', 423, 'Dettes en compte', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4231', 423, 'Promesses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4232', 423, 'Crédits d\'acceptation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '424', 42, 'Autres emprunts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '425', 42, 'Dettes commerciales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4250', 425, 'Fournisseurs', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4251', 425, 'Effets à payer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '426', 42, 'Cautionnements reçus en numéraires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '429', 42, 'Dettes diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4290', 429, 'Entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4291', 429, 'Entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4292', 429, 'Administrateurs, gérants, associés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4299', 429, 'Autres dettes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '43', 4, 'Dettes financières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '430', 43, 'Etablissements de crédit. Emprunts en compte à terme fixe', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '431', 43, 'Etablissements de crédit. Promesses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '432', 43, 'Etablissements de crédit. Crédits d\'acceptation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '433', 43, 'Etablissements de crédit. Dettes en compte courant', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '439', 43, 'Autres emprunts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44', 4, 'Dettes commerciales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '440', 44, 'Fournisseurs', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4400', 440, 'Entreprises apparentées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44000', 4400, 'Entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44001', 4400, 'Entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4401', 440, 'Fournisseurs ordinaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44010', 4401, 'Fournisseurs belges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44011', 4401, 'Fournisseurs CEE', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44012', 4401, 'Fournisseurs importation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4402', 440, 'Dettes envers les coparticipants (associations momentanées)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4403', 440, 'Fournisseurs - retenues de garanties', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '441', 44, 'Effets à payer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4410', 441, 'Entreprises apparentées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44100', 4410, 'Entreprises liées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44101', 4410, 'Entreprises avec lesquelles il existe un lien de participation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4411', 441, 'Fournisseurs ordinaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44110', 4411, 'Fournisseurs belges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44111', 4411, 'Fournisseurs CEE', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44112', 4411, 'Fournisseurs importation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '444', 44, 'Factures à recevoir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '446', 44, 'Acomptes reçus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '448', 44, 'Compensations fournisseurs', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45', 4, 'Dettes fiscales, salariales et sociales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '450', 45, 'Dettes fiscales estimées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4501', 450, 'Impôts sur le résultat', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4505', 450, 'Autres impôts en Belgique', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4508', 450, 'Impôts à l\'étranger', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '451', 45, 'T.V.A. à payer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4510', 451, 'T.V.A. due', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4511', 451, 'T.V.A. déductible', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4512', 451, 'Compte courant administration T.V.A.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4518', 451, 'Taxe d\'égalisation due', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '452', 45, 'Impôts et taxes à payer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4520', 452, 'Autres impôts sur le résultat', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4525', 452, 'Autres impôts et taxes en Belgique', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45250', 4525, 'Précompte immobilier', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45251', 4525, 'Impôts communaux à payer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45252', 4525, 'Impôts provinciaux à payer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45253', 4525, 'Autres impôts et taxes à payer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4528', 452, 'Impôts et taxes à l\'étranger', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '453', 45, 'Précomptes retenus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4530', 453, 'Précompte professionnel retenu sur rémunérations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4531', 453, 'Précompte professionnel retenu sur tantièmes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4532', 453, 'Précompte mobilier retenu sur dividendes attribués', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4533', 453, 'Précompte mobilier retenu sur intérêts payés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4538', 453, 'Autres précomptes retenus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '454', 45, 'Office National de la Sécurité Sociale', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4540', 454, 'Arriérés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4541', 454, '1er trimestre', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4542', 454, '2ème trimestre', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4543', 454, '3ème trimestre', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4544', 454, '4ème trimestre', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '455', 45, 'Rémunérations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4550', 455, 'Administrateurs,  gérants et commissaires (non réviseurs)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4551', 455, 'Direction', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4552', 455, 'Employés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4553', 455, 'Ouvriers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '456', 45, 'Pécules de vacances', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4560', 456, 'Direction', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4561', 456, 'Employés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4562', 456, 'Ouvriers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '459', 45, 'Autres dettes sociales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4590', 459, 'Provision pour gratifications de fin d\'année', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4591', 459, 'Départs de personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4592', 459, 'Oppositions sur rémunérations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4593', 459, 'Assurances relatives au personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45930', 4593, 'Assurance loi', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45931', 4593, 'Assurance salaire garanti', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45932', 4593, 'Assurance groupe', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45933', 4593, 'Assurances individuelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4594', 459, 'Caisse d\'assurances sociales pour travailleurs indépendants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4597', 459, 'Dettes et provisions sociales diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '46', 4, 'Acomptes reçus sur commande', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '47', 4, 'Dettes découlant de l\'affectation des résultats', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '470', 47, 'Dividendes et tantièmes d\'exercices antérieurs', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '471', 47, 'Dividendes de l\'exercice', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '472', 47, 'Tantièmes de l\'exercice', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '473', 47, 'Autres allocataires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '48', NULL, 'Dettes diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '480', 48, 'Obligations et coupons échus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '481', 48, 'Actionnaires - capital à rembourser', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '482', 48, 'Participation du personnel à payer', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '483', 48, 'Acomptes reçus d\'autres tiers à moins d\'un an', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '486', 48, 'Emballages et matériel consignés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '488', 48, 'Cautionnements reçus en numéraires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '489', 48, 'Autres dettes diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49', 4, 'Comptes de régularisation et compte d\'attente', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '490', 49, 'Charges à reporter (à subdiviser par catégorie de charges)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '491', 49, 'Produits acquis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4910', 491, 'Produits d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49100', 4910, 'Ristournes et rabais à obtenir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49101', 4910, 'Commissions à obtenir', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49102', 4910, 'Autres produits d\'exploitation (redevances par exemple)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4911', 491, 'Produits financiers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49110', 4911, 'Intérêts courus et non échus sur prêts et débits', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49111', 4911, 'Autres produits financiers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '492', 49, 'Charges à imputer (à subdiviser par catégorie de charges)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '493', 49, 'Produits à reporter', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4930', 493, 'Produits d\'exploitation à reporter', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4931', 493, 'Produits financiers à reporter', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '499', 49, 'Comptes d\'attente', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4990', 499, 'Compte d\'attente', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4991', 499, 'Compte de répartition périodique des charges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4999', 499, 'Transferts d\'exercice', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '50', 5, 'Actions propres', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '51', 5, 'Actions et parts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '510', 51, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '511', 51, 'Montants non appelés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '519', 51, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '52', 5, 'Titres à revenus fixes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '520', 52, 'Valeur d\'acquisition', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '529', 52, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '53', 5, 'Dépots à terme', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '530', 53, 'De plus d\'un an', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '531', 53, 'De plus d\'un mois et à un an au plus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '532', 53, 'd\'un mois au plus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '539', 53, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '54', 5, 'Valeurs échues à l\'encaissement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '540', 54, 'Chèques à encaisser', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '541', 54, 'Coupons à encaisser', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '55', 5, 'Etablissements de crédit - Comptes ouverts auprès des divers établissements.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '550', 55, 'Comptes courants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '551', 55, 'Chèques émis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '559', 55, 'Réductions de valeur actées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '56', 5, 'Office des chèques postaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '560', 56, 'Compte courant', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '561', 56, 'Chèques émis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '57', 5, 'Caisses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '570', 57, 'à 577 Caisses - espèces ( 0 - centrale ; 7 - succursales et agences)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '578', 57, 'Caisses - timbres ( 0 - fiscaux ; 1 - postaux)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '58', 5, 'Virements internes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '60', 6, 'Approvisionnements et marchandises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'PRODUCT', '600', 60, 'Achats de matières premières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'PRODUCT', '601', 60, 'Achats de fournitures', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'SERVICE', '602', 60, 'Achats de services, travaux et études', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '603', 60, 'Sous-traitances générales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'PRODUCT', '604', 60, 'Achats de marchandises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '605', 60, 'Achats d\'immeubles destinés à la revente', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '608', 60, 'Remises , ristournes et rabais obtenus sur achats', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '609', 60, 'Variations de stocks', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6090', 609, 'De matières premières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6091', 609, 'De fournitures', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6094', 609, 'De marchandises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6095', 609, 'd\'immeubles destinés à la vente', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61', 6, 'Services et biens divers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '610', 61, 'Loyers et charges locatives', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6100', 610, 'Loyers divers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6101', 610, 'Charges locatives (assurances, frais de confort,etc)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '611', 61, 'Entretien et réparation (fournitures et prestations)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '612', 61, 'Fournitures faites à l\'entreprise', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6120', 612, 'Eau, gaz, électricité, vapeur', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61200', 6120, 'Eau', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61201', 6120, 'Gaz', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61202', 6120, 'Electricité', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61203', 6120, 'Vapeur', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6121', 612, 'Téléphone, télégrammes, télex, téléfax, frais postaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61210', 6121, 'Téléphone', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61211', 6121, 'Télégrammes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61212', 6121, 'Télex et téléfax', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61213', 6121, 'Frais postaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6122', 612, 'Livres, bibliothèque', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6123', 612, 'Imprimés et fournitures de bureau (si non comptabilisé au 601)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '613', 61, 'Rétributions de tiers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6130', 613, 'Redevances et royalties', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61300', 6130, 'Redevances pour brevets, licences, marques et accessoires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61301', 6130, 'Autres redevances (procédés de fabrication)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6131', 613, 'Assurances non relatives au personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61310', 6131, 'Assurance incendie', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61311', 6131, 'Assurance vol', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61312', 6131, 'Assurance autos', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61313', 6131, 'Assurance crédit', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61314', 6131, 'Assurances frais généraux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6132', 613, 'Divers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61320', 6132, 'Commissions aux tiers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61321', 6132, 'Honoraires d\'avocats, d\'experts, etc', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61322', 6132, 'Cotisations aux groupements professionnels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61323', 6132, 'Dons, libéralités, etc', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61324', 6132, 'Frais de contentieux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61325', 6132, 'Publications légales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6133', 613, 'Transports et déplacements', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61330', 6133, 'Transports de personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '61331', 6133, 'Voyages, déplacements et représentations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6134', 613, 'Personnel intérimaire', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '614', 61, 'Annonces, publicité, propagande et documentation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6140', 614, 'Annonces et insertions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6141', 614, 'Catalogues et imprimés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6142', 614, 'Echantillons', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6143', 614, 'Foires et expositions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6144', 614, 'Primes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6145', 614, 'Cadeaux à la clientèle', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6146', 614, 'Missions et réceptions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6147', 614, 'Documentation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '615', 61, 'Sous-traitants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6150', 615, 'Sous-traitants pour activités propres', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6151', 615, 'Sous-traitants d\'associations momentanées (coparticipants)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6152', 615, 'Quote-part bénéficiaire des coparticipants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '617', 61, 'Personnel intérimaire et personnes mises à la disposition de l\'entreprise', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '618', 61, 'Rémunérations, primes pour assurances extralégales, pensions de retraite et de survie des administrateurs, gérants et associés actifs qui ne sont pas attribuées en vertu d\'un contrat de travail', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '62', 6, 'Rémunérations, charges sociales et pensions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '620', 62, 'Rémunérations et avantages sociaux directs', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6200', 620, 'Administrateurs ou gérants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6201', 620, 'Personnel de direction', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6202', 620, 'Employés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6203', 620, 'Ouvriers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6204', 620, 'Autres membres du personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '621', 62, 'Cotisations patronales d\'assurances sociales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6210', 621, 'Sur salaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6211', 621, 'Sur appointements et commissions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '622', 62, 'Primes patronales pour assurances extralégales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '623', 62, 'Autres frais de personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6230', 623, 'Assurances du personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '62300', 6230, 'Assurances loi, responsabilité civile, chemin du travail', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '62301', 6230, 'Assurance salaire garanti', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '62302', 6230, 'Assurances individuelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6231', 623, 'Charges sociales diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '62310', 6231, 'Jours fériés payés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '62311', 6231, 'Salaire hebdomadaire garanti', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '62312', 6231, 'Allocations familiales complémentaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6232', 623, 'Charges sociales des administrateurs, gérants et commissaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '62320', 6232, 'Allocations familiales complémentaires pour non salariés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '62321', 6232, 'Lois sociales pour indépendants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '62322', 6232, 'Divers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '624', 62, 'Pensions de retraite et de survie', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6240', 624, 'Administrateurs et gérants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6241', 624, 'Personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '625', 62, 'Provision pour pécule de vacances', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6250', 625, 'Dotations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6251', 625, 'Utilisations et reprises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '63', 6, 'Amortissements, réductions de valeur et provisions pour risques et charges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '630', 63, 'Dotations aux amortissements et aux réductions de valeur sur immobilisations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6300', 630, 'Dotations aux amortissements sur frais d\'établissement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6301', 630, 'Dotations aux amortissements sur immobilisations incorporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6302', 630, 'Dotations aux amortissements sur immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6308', 630, 'Dotations aux réductions de valeur sur immobilisations incorporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6309', 630, 'Dotations aux réductions de valeur sur immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '631', 63, 'Réductions de valeur sur stocks', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6310', 631, 'Dotations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6311', 631, 'Reprises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '632', 63, 'Réductions de valeur sur commandes en cours d\'exécution', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6320', 632, 'Dotations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6321', 632, 'Reprises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '633', 63, 'Réductions de valeur sur créances commerciales à plus d\'un an', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6330', 633, 'Dotations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6331', 633, 'Reprises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '634', 63, 'Réductions de valeur sur créances commerciales à un an au plus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6340', 634, 'Dotations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6341', 634, 'Reprises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '635', 63, 'Provisions pour pensions et obligations similaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6350', 635, 'Dotations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6351', 635, 'Utilisations et reprises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '636', NULL, 'Provisions pour grosses réparations et gros entretiens', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6360', 636, 'Dotations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6361', 636, 'Utilisations et reprises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '637', 63, 'Provisions pour autres risques et charges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6370', 637, 'Dotations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6371', 637, 'Utilisations et reprises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '64', 6, 'Autres charges d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '640', 64, 'Charges fiscales d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6400', 640, 'Taxes et impôts directs', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '64000', 6400, 'Taxes sur autos et camions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6401', 640, 'Taxes et impôts indirects', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '64010', 6401, 'Timbres fiscaux pris en charge par la firme', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '64011', 6401, 'Droits d\'enregistrement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '64012', 6401, 'T.V.A. non déductible', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6402', 640, 'Impôts provinciaux et communaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '64020', 6402, 'Taxe sur la force motrice', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '64021', 6402, 'Taxe sur le personnel occupé', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6403', 640, 'Taxes diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '641', 64, 'Moins-values sur réalisations courantes d\'immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '642', 64, 'Moins-values sur réalisations de créances commerciales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '643', 64, 'à 648 Charges d\'exploitations diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '649', 64, 'Charges d\'exploitation portées à l\'actif au titre de restructuration', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '65', 6, 'Charges financières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '650', 65, 'Charges des dettes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6500', 650, 'Intérêts, commissions et frais afférents aux dettes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6501', 650, 'Amortissements des agios et frais d\'émission d\'emprunts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6502', 650, 'Autres charges de dettes', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6503', 650, 'Intérêts intercalaires portés à l\'actif', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '651', 65, 'Réductions de valeur sur actifs circulants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6510', 651, 'Dotations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6511', 651, 'Reprises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '652', 65, 'Moins-values sur réalisation d\'actifs circulants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '653', 65, 'Charges d\'escompte de créances', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '654', 65, 'Différences de change', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '655', 65, 'Ecarts de conversion des devises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '656', 65, 'Frais de banques, de chèques postaux', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '657', 65, 'Commissions sur ouvertures de crédit, cautions et avals', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '658', 65, 'Frais de vente des titres', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '66', 6, 'Charges exceptionnelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '660', 66, 'Amortissements et réductions de valeur exceptionnels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6600', 660, 'Sur frais d\'établissement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6601', 660, 'Sur immobilisations incorporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6602', 660, 'Sur immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '661', 66, 'Réductions de valeur sur immobilisations financières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '662', 66, 'Provisions pour risques et charges exceptionnels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '663', 66, 'Moins-values sur réalisation d\'actifs immobilisés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6630', 663, 'Sur immobilisations incorporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6631', 663, 'Sur immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6632', 663, 'Sur immobilisations détenues en location-financement et droits similaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6633', 663, 'Sur immobilisations financières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6634', 663, 'Sur immeubles acquis ou construits en vue de la revente', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '668', 66, 'Autres charges exceptionnelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '664', 66, 'Pénalités et amendes diverses', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '665', 66, 'Différence de charge', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '669', 66, 'Charges exceptionnelles transférées à l\'actif en frais de restructuration', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '67', 6, 'Impôts sur le résultat', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '670', 67, 'Impôts belges sur le résultat de l\'exercice', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6700', 670, 'Impôts et précomptes dus ou versés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6701', 670, 'Excédent de versements d\'impôts et précomptes porté à l\'actif', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6702', 670, 'Charges fiscales estimées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '671', 67, 'Impôts belges sur le résultat d\'exercices antérieurs', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6710', 671, 'Suppléments d\'impôts dus ou versés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6711', 671, 'Suppléments d\'impôts estimés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6712', 671, 'Provisions fiscales constituées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '672', 67, 'Impôts étrangers sur le résultat de l\'exercice', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '673', 67, 'Impôts étrangers sur le résultat d\'exercices antérieurs', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '68', 6, 'Transferts aux réserves immunisées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '69', 6, 'Affectation des résultats', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '690', 69, 'Perte reportée de l\'exercice précédent', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '691', 69, 'Dotation à la réserve légale', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '692', 69, 'Dotation aux autres réserves', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '693', 69, 'Bénéfice à reporter', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '694', 69, 'Rémunération du capital', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '695', 69, 'Administrateurs ou gérants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '696', 69, 'Autres allocataires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '70', 7, 'Chiffre d\'affaires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'PRODUCT', '700', 70, 'Ventes de marchandises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'PRODUCT', '7000', 700, 'Ventes en Belgique', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'PRODUCT', '7001', 700, 'Ventes dans les pays membres de la C.E.E.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'PRODUCT', '7002', 700, 'Ventes à l\'exportation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'PRODUCT', '701', 70, 'Ventes de produits finis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'PRODUCT', '7010', 701, 'Ventes en Belgique', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'PRODUCT', '7011', 701, 'Ventes dans les pays membres de la C.E.E.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'PRODUCT', '7012', 701, 'Ventes à l\'exportation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '702', 70, 'Ventes de déchets et rebuts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7020', 702, 'Ventes en Belgique', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7021', 702, 'Ventes dans les pays membres de la C.E.E.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7022', 702, 'Ventes à l\'exportation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '703', 70, 'Ventes d\'emballages récupérables', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '704', 70, 'Facturations des travaux en cours (associations momentanées)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'SERVICE', '705', 70, 'Prestations de services', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'SERVICE', '7050', 705, 'Prestations de services en Belgique', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'SERVICE', '7051', 705, 'Prestations de services dans les pays membres de la C.E.E.', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'SERVICE', '7052', 705, 'Prestations de services en vue de l\'exportation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '706', 70, 'Pénalités et dédits obtenus par l\'entreprise', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '708', 70, 'Remises, ristournes et rabais accordés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7080', 708, 'Sur ventes de marchandises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7081', 708, 'Sur ventes de produits finis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7082', 708, 'Sur ventes de déchets et rebuts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7083', 708, 'Sur prestations de services', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7084', 708, 'Mali sur travaux facturés aux associations momentanées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '71', 7, 'Variation des stocks et des commandes en cours d\'exécution', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '712', 71, 'Des en cours de fabrication', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '713', 71, 'Des produits finis', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '715', 71, 'Des immeubles construits destinés à la vente', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '717', 71, 'Des commandes en cours d\'exécution', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7170', 717, 'Commandes en cours - Coût de revient', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '71700', 7170, 'Coût des commandes en cours d\'exécution', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '71701', 7170, 'Coût des travaux en cours des associations momentanées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7171', 717, 'Bénéfices portés en compte sur commandes en cours', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '71710', 7171, 'Sur commandes en cours d\'exécution', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '71711', 7171, 'Sur travaux en cours des associations momentanées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '72', 7, 'Production immobilisée', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '720', 72, 'En frais d\'établissement', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '721', 72, 'En immobilisations incorporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '722', 72, 'En immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '723', 72, 'En immobilisations en cours', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '74', 7, 'Autres produits d\'exploitation', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '740', 74, 'Subsides d\'exploitation et montants compensatoires', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '741', 74, 'Plus-values sur réalisations courantes d\'immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '742', 74, 'Plus-values sur réalisations de créances commerciales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '743', 74, 'Produits de services exploités dans l\'intérêt du personnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '744', 74, 'Commissions et courtages', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '745', 74, 'Redevances pour brevets et licences', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '746', 74, 'Prestations de services (transports, études, etc)', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '747', 74, 'Revenus des immeubles affectés aux activités non professionnelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '748', 74, 'Locations diverses à caractère professionnel', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '749', 74, 'Produits divers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7490', 749, 'Bonis sur reprises d\'emballages consignés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7491', 749, 'Bonis sur travaux en associations momentanées', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '75', 7, 'Produits financiers', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '750', 75, 'Produits des immobilisations financières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7500', 750, 'Revenus des actions', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7501', 750, 'Revenus des obligations', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7502', 750, 'Revenus des créances à plus d\'un an', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '751', 75, 'Produits des actifs circulants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '752', 75, 'Plus-values sur réalisations d\'actifs circulants', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '753', 75, 'Subsides en capital et en intérêts', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '754', 75, 'Différences de change', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '755', 75, 'Ecarts de conversion des devises', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '756', 75, 'Produits des autres créances', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '757', 75, 'Escomptes obtenus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '76', 7, 'Produits exceptionnels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '760', 76, 'Reprises d\'amortissements et de réductions de valeur', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7600', 760, 'Sur immobilisations incorporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7601', 760, 'Sur immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '761', 76, 'Reprises de réductions de valeur sur immobilisations financières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '762', 76, 'Reprises de provisions pour risques et charges exceptionnelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '763', 76, 'Plus-values sur réalisation d\'actifs immobilisés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7630', 763, 'Sur immobilisations incorporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7631', 763, 'Sur immobilisations corporelles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7632', 763, 'Sur immobilisations financières', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '764', 76, 'Autres produits exceptionnels', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '77', 7, 'Régularisations d\'impôts et reprises de provisions fiscales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '771', 77, 'Impôts belges sur le résultat', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7710', 771, 'Régularisations d\'impôts dus ou versés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7711', 771, 'Régularisations d\'impôts estimés', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7712', 771, 'Reprises de provisions fiscales', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '773', 77, 'Impôts étrangers sur le résultat', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '79', 7, 'Affectation aux résultats', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '790', 79, 'Bénéfice reporté de l\'exercice précédent', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '791', 79, 'Prélèvement sur le capital et les primes d\'émission', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '792', 79, 'Prélèvement sur les réserves', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '793', 79, 'Perte à reporter', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '794', 79, 'Intervention d\'associés (ou du propriétaire) dans la perte', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'CAPIT', 'XXXXXX', '1', NULL, 'Fonds propres, provisions pour risques et charges et dettes à plus d\'un an', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'IMMO', 'XXXXXX', '2', NULL, 'Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'STOCK', 'XXXXXX', '3', NULL, 'Stock et commandes en cours d\'exécution', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Créances et dettes à un an au plus', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'FINAN', 'XXXXXX', '5', NULL, 'Placement de trésorerie et de valeurs disponibles', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'EXPENSE', 'XXXXXX', '6', NULL, 'Charges', 1);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCMN-BASE', 'INCOME', 'XXXXXX', '7', NULL, 'Produits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 439, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '10',  '1351', 'Capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 440, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '100',  '439', 'Capital souscrit ou capital personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 441, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1000', '440', 'Capital non amorti', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 442, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1001', '440', 'Capital amorti', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 443, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '101',  '439', 'Capital non appelé', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 444, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '109',  '439', 'Compte de l''exploitant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 445, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1090', '444', 'Opérations courantes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 446, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1091', '444', 'Impôts personnels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 447, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1092', '444', 'Rémunérations et autres avantages', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 448, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '11',  '1351', 'Primes d''émission', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 449, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '12',  '1351', 'Plus-values de réévaluation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 450, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '120',  '449', 'Plus-values de réévaluation sur immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 451, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1200', '450', 'Plus-values de réévaluation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 452, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1201', '450', 'Reprises de réductions de valeur', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 453, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '121',  '449', 'Plus-values de réévaluation sur immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 454, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1210', '453', 'Plus-values de réévaluation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 455, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1211', '453', 'Reprises de réductions de valeur', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 456, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '122',  '449', 'Plus-values de réévaluation sur immobilisations financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 457, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1220', '456', 'Plus-values de réévaluation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 458, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1221', '456', 'Reprises de réductions de valeur', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 459, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '123',  '449', 'Plus-values de réévaluation sur stocks', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 460, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '124',  '449', 'Reprises de réductions de valeur sur placements de trésorerie', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 461, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '13',  '1351', 'Réserve', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 462, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '130',  '461', 'Réserve légale', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 463, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '131',  '461', 'Réserves indisponibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 464, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1310', '463', 'Réserve pour actions propres', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 465, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1311', '463', 'Autres réserves indisponibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 466, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '132',  '461', 'Réserves immunisées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 467, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '133',  '461', 'Réserves disponibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 468, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1330', '467', 'Réserve pour régularisation de dividendes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 469, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1331', '467', 'Réserve pour renouvellement des immobilisations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 470, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1332', '467', 'Réserve pour installations en faveur du personnel 1333 Réserves libres', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 471, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '14',  '1351', 'Bénéfice reporté (ou perte reportée)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 472, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '15',  '1351', 'Subsides en capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 473, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '150',  '472', 'Montants obtenus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 474, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '151',  '472', 'Montants transférés aux résultats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 475, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '16',  '1351', 'Provisions pour risques et charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 476, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '160',  '475', 'Provisions pour pensions et obligations similaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 477, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '161',  '475', 'Provisions pour charges fiscales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 478, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '162',  '475', 'Provisions pour grosses réparations et gros entretiens', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 479, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '163',  '475', 'à 169 Provisions pour autres risques et charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 480, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '164',  '475', 'Provisions pour sûretés personnelles ou réelles constituées à l''appui de dettes et d''engagements de tiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 481, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '165',  '475', 'Provisions pour engagements relatifs à l''acquisition ou à la cession d''immobilisations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 482, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '166',  '475', 'Provisions pour exécution de commandes passées ou reçues', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 483, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '167',  '475', 'Provisions pour positions et marchés à terme en devises ou positions et marchés à terme en marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 484, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '168',  '475', 'Provisions pour garanties techniques attachées aux ventes et prestations déjà effectuées par l''entreprise', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 485, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '169',  '475', 'Provisions pour autres risques et charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 486, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1690', '485', 'Pour litiges en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 487, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1691', '485', 'Pour amendes, doubles droits et pénalités', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 488, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1692', '485', 'Pour propre assureur', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 489, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1693', '485', 'Pour risques inhérents aux opérations de crédits à moyen ou long terme', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 490, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1695', '485', 'Provision pour charge de liquidation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 491, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1696', '485', 'Provision pour départ de personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 492, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1699', '485', 'Pour risques divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 493, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17',  '1351', 'Dettes à plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 494, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '170',  '493', 'Emprunts subordonnés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 495, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1700', '494', 'Convertibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 496, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1701', '494', 'Non convertibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 497, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '171',  '493', 'Emprunts obligataires non subordonnés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 498, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1710', '498', 'Convertibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 499, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1711', '498', 'Non convertibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 500, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '172',  '493', 'Dettes de location-financement et assimilés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 501, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1720', '500', 'Dettes de location-financement de biens immobiliers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 502, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1721', '500', 'Dettes de location-financement de biens mobiliers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 503, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1722', '500', 'Dettes sur droits réels sur immeubles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 504, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '173',  '493', 'Etablissements de crédit', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 505, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1730', '504', 'Dettes en compte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 506, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17300','505', 'Banque A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 507, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17301','505', 'Banque B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 508, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17302','505', 'Banque C', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 509, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17303','505', 'Banque D', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 510, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1731', '504', 'Promesses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 511, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17310','510', 'Banque A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 512, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17311','510', 'Banque B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 513, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17312','510', 'Banque C', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 514, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17313','510', 'Banque D', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 515, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1732', '504', 'Crédits d''acceptation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 516, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17320','515', 'Banque A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 517, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17321','515', 'Banque B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 518, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17322','515', 'Banque C', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 519, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17323','515', 'Banque D', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 520, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '174',  '493', 'Autres emprunts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 521, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175',  '493', 'Dettes commerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 522, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1750', '521', 'Fournisseurs : dettes en compte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 523, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17500','522', 'Entreprises apparentées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 524, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175000', '523', 'Entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 525, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175001', '523', 'Entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 526, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17501',  '522', 'Fournisseurs ordinaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 527, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175010', '526', 'Fournisseurs belges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 528, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175011', '526', 'Fournisseurs C.E.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 529, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175012', '526', 'Fournisseurs importation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 530, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1751',   '521', 'Effets à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 531, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17510',  '530', 'Entreprises apparentées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 532, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175100', '531', 'Entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 533, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175101', '531', 'Entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 534, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '17511',  '530', 'Fournisseurs ordinaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 535, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175110', '534', 'Fournisseurs belges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 536, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175111', '534', 'Fournisseurs C.E.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 537, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '175112', '534', 'Fournisseurs importation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 538, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '176',    '493', 'Acomptes reçus sur commandes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 539, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '178',    '493', 'Cautionnements reçus en numéraires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 540, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '179',    '493', 'Dettes diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 541, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1790',   '540', 'Entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 542, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1791',   '540', 'Autres entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 543, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1792',  '540', 'Administrateurs, gérants et associés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 544, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1794',  '540', 'Rentes viagères capitalisées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 545, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1798',  '540', 'Dettes envers les coparticipants des associations momentanées et en participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 546, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1799',  '540', 'Autres dettes diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 547, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '18',   '1351', 'Comptes de liaison des établissements et succursales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 548, 'PCMN-BASE', 'IMMO', 'XXXXXX', '20',    '1352', 'Frais d''établissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 549, 'PCMN-BASE', 'IMMO', 'XXXXXX', '200',    '548', 'Frais de constitution et d''augmentation de capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 550, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2000',   '549', 'Frais de constitution et d''augmentation de capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 551, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2009',   '549', 'Amortissements sur frais de constitution et d''augmentation de capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 552, 'PCMN-BASE', 'IMMO', 'XXXXXX', '201',    '548', 'Frais d''émission d''emprunts et primes de remboursement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 553, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2010',   '552', 'Agios sur emprunts et frais d''émission d''emprunts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 554, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2019',   '552', 'Amortissements sur agios sur emprunts et frais d''émission d''emprunts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 555, 'PCMN-BASE', 'IMMO', 'XXXXXX', '202',   '548', 'Autres frais d''établissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 556, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2020',  '555', 'Autres frais d''établissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 557, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2029',  '555', 'Amortissements sur autres frais d''établissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 558, 'PCMN-BASE', 'IMMO', 'XXXXXX', '203',   '548', 'Intérêts intercalaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 559, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2030',  '558', 'Intérêts intercalaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 560, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2039',  '558', 'Amortissements sur intérêts intercalaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 561, 'PCMN-BASE', 'IMMO', 'XXXXXX', '204',   '548', 'Frais de restructuration', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 562, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2040',  '561', 'Coût des frais de restructuration', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 563, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2049',  '561', 'Amortissements sur frais de restructuration', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 564, 'PCMN-BASE', 'IMMO', 'XXXXXX', '21',   '1352', 'Immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 565, 'PCMN-BASE', 'IMMO', 'XXXXXX', '210',   '564', 'Frais de recherche et de développement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 566, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2100',  '565', 'Frais de recherche et de mise au point', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 567, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2108',  '565', 'Plus-values actées sur frais de recherche et de mise au point', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 568, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2109',  '565', 'Amortissements sur frais de recherche et de mise au point', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 569, 'PCMN-BASE', 'IMMO', 'XXXXXX', '211',   '564', 'Concessions, brevets, licences, savoir-faire, marque et droits similaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 570, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2110',  '569', 'Concessions, brevets, licences, marques, etc', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 571, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2118',  '569', 'Plus-values actées sur concessions, etc', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 572, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2119',  '569', 'Amortissements sur concessions, etc', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 573, 'PCMN-BASE', 'IMMO', 'XXXXXX', '212',   '564', 'Goodwill', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 574, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2120',  '573', 'Coût d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 575, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2128',  '573', 'Plus-values actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 576, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2129',  '573', 'Amortissements sur goodwill', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 577, 'PCMN-BASE', 'IMMO', 'XXXXXX', '213',   '564', 'Acomptes versés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 578, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22',   '1352', 'Terrains et constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 579, 'PCMN-BASE', 'IMMO', 'XXXXXX', '220',   '578', 'Terrains', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 580, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2200',  '579', 'Terrains', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 581, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2201',  '579', 'Frais d''acquisition sur terrains', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 582, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2208',  '579', 'Plus-values actées sur terrains', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 583, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2209',  '579', 'Amortissements et réductions de valeur', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 584, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22090', '583', 'Amortissements sur frais d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 585, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22091', '583', 'Réductions de valeur sur terrains', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 586, 'PCMN-BASE', 'IMMO', 'XXXXXX', '221',   '578', 'Constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 587, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2210',  '586', 'Bâtiments industriels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 588, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2211',  '586', 'Bâtiments administratifs et commerciaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 589, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2212',  '586', 'Autres bâtiments d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 590, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2213',  '586', 'Voies de transport et ouvrages d''art', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 591, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2215',  '586', 'Constructions sur sol d''autrui', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 592, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2216',  '586', 'Frais d''acquisition sur constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 593, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2218',  '586', 'Plus-values actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 594, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22180', '593', 'Sur bâtiments industriels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 595, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22181', '593', 'Sur bâtiments administratifs et commerciaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 596, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22182', '593', 'Sur autres bâtiments d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 597, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22184', '593', 'Sur voies de transport et ouvrages d''art', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 598, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2219',  '586', 'Amortissements sur constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 599, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22190', '598', 'Sur bâtiments industriels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 600, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22191', '598', 'Sur bâtiments administratifs et commerciaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 601, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22192', '598', 'Sur autres bâtiments d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 602, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22194', '598', 'Sur voies de transport et ouvrages d''art', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 603, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22195', '598', 'Sur constructions sur sol d''autrui', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 604, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22196', '598', 'Sur frais d''acquisition sur constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 605, 'PCMN-BASE', 'IMMO', 'XXXXXX', '222',   '578', 'Terrains bâtis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 606, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2220',  '605', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 607, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22200', '606', 'Bâtiments industriels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 608, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22201', '606', 'Bâtiments administratifs et commerciaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 609, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22202', '606', 'Autres bâtiments d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 610, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22203', '606', 'Voies de transport et ouvrages d''art', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 611, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22204', '606', 'Frais d''acquisition des terrains à bâtir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 612, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2228',  '605', 'Plus-values actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 613, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22280', '612', 'Sur bâtiments industriels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 614, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22281', '612', 'Sur bâtiments administratifs et commerciaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 615, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22282', '612', 'Sur autres bâtiments d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 616, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22283', '612', 'Sur voies de transport et ouvrages d''art', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 617, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2229',  '605', 'Amortissements sur terrains bâtis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 618, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22290', '617', 'Sur bâtiments industriels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 619, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22291', '617', 'Sur bâtiments administratifs et commerciaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 620, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22292', '617', 'Sur autres bâtiments d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 621, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22293', '617', 'Sur voies de transport et ouvrages d''art', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 622, 'PCMN-BASE', 'IMMO', 'XXXXXX', '22294', '617', 'Sur frais d''acquisition des terrains bâtis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 623, 'PCMN-BASE', 'IMMO', 'XXXXXX', '223',  '578', 'Autres droits réels sur des immeubles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 624, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2230', '623', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 625, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2238', '623', 'Plus-values actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 626, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2239', '623', 'Amortissements', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 627, 'PCMN-BASE', 'IMMO', 'XXXXXX', '23',  '1352', 'Installations, machines et outillages', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 628, 'PCMN-BASE', 'IMMO', 'XXXXXX', '230',  '627', 'Installations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 629, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2300', '628', 'Installations bâtiments industriels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 630, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2301', '628', 'Installations bâtiments administratifs et commerciaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 631, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2302', '628', 'Installations bâtiments d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 632, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2303', '628', 'Installations voies de transport et ouvrages d''art', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 633, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2304', '628', 'Installation d''eau', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 634, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2305', '628', 'Installation d''électricité', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 635, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2306', '628', 'Installation de vapeur', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 636, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2307', '628', 'Installation de gaz', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 637, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2308', '628', 'Installation de chauffage', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 638, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2309', '628', 'Installation de conditionnement d''air', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 640, 'PCMN-BASE', 'IMMO', 'XXXXXX', '231',  '627', 'Machines', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 641, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2310', '640', 'Division A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 642, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2311', '640', 'Division B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 643, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2312', '640', 'Division C', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 644, 'PCMN-BASE', 'IMMO', 'XXXXXX', '237',  '627', 'Outillage', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 645, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2370', '644', 'Division A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 646, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2371', '644', 'Division B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 647, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2372', '644', 'Division C', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 648, 'PCMN-BASE', 'IMMO', 'XXXXXX', '238',  '627', 'Plus-values actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 649, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2380', '648', 'Sur installations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 650, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2381', '648', 'Sur machines', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 651, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2382', '648', 'Sur outillage', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 652, 'PCMN-BASE', 'IMMO', 'XXXXXX', '239',  '627', 'Amortissements', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 653, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2390', '652', 'Sur installations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 654, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2391', '652', 'Sur machines', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 655, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2392', '652', 'Sur outillage', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 656, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24',  '1352', 'Mobilier et matériel roulant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 657, 'PCMN-BASE', 'IMMO', 'XXXXXX', '240',  '656', 'Mobilier', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 658, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2400', '656', 'Mobilier', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 659, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24000', '658', 'Mobilier des bâtiments industriels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 660, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24001', '658', 'Mobilier des bâtiments administratifs et commerciaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 661, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24002', '658', 'Mobilier des autres bâtiments d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 662, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24003', '658', 'Mobilier oeuvres sociales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 663, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2401', '657', 'Matériel de bureau et de service social', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 664, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24010', '663', 'Des bâtiments industriels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 665, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24011', '663', 'Des bâtiments administratifs et commerciaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 666, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24012', '663', 'Des autres bâtiments d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 667, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24013', '663', 'Des oeuvres sociales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 668, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2408', '657', 'Plus-values actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 669, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24080', '668', 'Plus-values actées sur mobilier', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 670, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24081', '668', 'Plus-values actées sur matériel de bureau et service social', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 671, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2409', '657', 'Amortissements', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 672, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24090', '671', 'Amortissements sur mobilier', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 673, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24091', '671', 'Amortissements sur matériel de bureau et service social', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 674, 'PCMN-BASE', 'IMMO', 'XXXXXX', '241', '656', 'Matériel roulant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 675, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2410', '674', 'Matériel automobile', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 676, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24100', '675', 'Voitures', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 677, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24105', '675', 'Camions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 678, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2411', '674', 'Matériel ferroviaire', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 679, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2412', '674', 'Matériel fluvial', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 680, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2413', '674', 'Matériel naval', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 681, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2414', '674', 'Matériel aérien', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 682, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2418', '674', 'Plus-values sur matériel roulant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 683, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24180', '682', 'Plus-values sur matériel automobile', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 684, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24181', '682', 'Idem sur matériel ferroviaire', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 685, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24182', '682', 'Idem sur matériel fluvial', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 686, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24183', '682', 'Idem sur matériel naval', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 687, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24184', '682', 'Idem sur matériel aérien', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 688, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2419', '674', 'Amortissements sur matériel roulant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 689, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24190', '688', 'Amortissements sur matériel automobile', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 690, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24191', '688', 'Idem sur matériel ferroviaire', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 691, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24192', '688', 'Idem sur matériel fluvial', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 692, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24193', '688', 'Idem sur matériel naval', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 693, 'PCMN-BASE', 'IMMO', 'XXXXXX', '24194', '688', 'Idem sur matériel aérien', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 694, 'PCMN-BASE', 'IMMO', 'XXXXXX', '25', '1352', 'Immobilisation détenues en location-financement et droits similaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 695, 'PCMN-BASE', 'IMMO', 'XXXXXX', '250', '694', 'Terrains et constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 696, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2500', '695', 'Terrains', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 697, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2501', '695', 'Constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 698, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2508', '695', 'Plus-values sur emphytéose,  leasing et droits similaires : terrains et constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 699, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2509', '695', 'Amortissements et réductions de valeur sur terrains et constructions en leasing', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 700, 'PCMN-BASE', 'IMMO', 'XXXXXX', '251', '694', 'Installations,  machines et outillage', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 701, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2510', '700', 'Installations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 702, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2511', '700', 'Machines', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 703, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2512', '700', 'Outillage', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 704, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2518', '700', 'Plus-values actées sur installations machines et outillage pris en leasing', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 705, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2519', '700', 'Amortissements sur installations machines et outillage pris en leasing', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 706, 'PCMN-BASE', 'IMMO', 'XXXXXX', '252', '694', 'Mobilier et matériel roulant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 707, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2520', '706', 'Mobilier', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 708, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2521', '706', 'Matériel roulant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 709, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2528', '706', 'Plus-values actées sur mobilier et matériel roulant en leasing', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 710, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2529', '706', 'Amortissements sur mobilier et matériel roulant en leasing', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 711, 'PCMN-BASE', 'IMMO', 'XXXXXX', '26', '1352', 'Autres immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 712, 'PCMN-BASE', 'IMMO', 'XXXXXX', '260', '711', 'Frais d''aménagements de locaux pris en location', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 713, 'PCMN-BASE', 'IMMO', 'XXXXXX', '261', '711', 'Maison d''habitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 714, 'PCMN-BASE', 'IMMO', 'XXXXXX', '262', '711', 'Réserve immobilière', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 715, 'PCMN-BASE', 'IMMO', 'XXXXXX', '263', '711', 'Matériel d''emballage', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 716, 'PCMN-BASE', 'IMMO', 'XXXXXX', '264', '711', 'Emballages récupérables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 717, 'PCMN-BASE', 'IMMO', 'XXXXXX', '268', '711', 'Plus-values actées sur autres immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 718, 'PCMN-BASE', 'IMMO', 'XXXXXX', '269', '711', 'Amortissements sur autres immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 719, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2690', '718', 'Amortissements sur frais d''aménagement des locaux pris en location', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 720, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2691', '718', 'Amortissements sur maison d''habitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 721, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2692', '718', 'Amortissements sur réserve immobilière', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 722, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2693', '718', 'Amortissements sur matériel d''emballage', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 723, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2694', '718', 'Amortissements sur emballages récupérables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 724, 'PCMN-BASE', 'IMMO', 'XXXXXX', '27', '1352', 'Immobilisations corporelles en cours et acomptes versés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 725, 'PCMN-BASE', 'IMMO', 'XXXXXX', '270', '724', 'Immobilisations en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 726, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2700', '725', 'Constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 727, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2701', '725', 'Installations machines et outillage', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 728, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2702', '725', 'Mobilier et matériel roulant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 729, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2703', '725', 'Autres immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 730, 'PCMN-BASE', 'IMMO', 'XXXXXX', '271', '724', 'Avances et acomptes versés sur immobilisations en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 731, 'PCMN-BASE', 'IMMO', 'XXXXXX', '28', '1352', 'Immobilisations financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 732, 'PCMN-BASE', 'IMMO', 'XXXXXX', '280', '731', 'Participations dans des entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 733, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2800', '732', 'Valeur d''acquisition (peut être subdivisé par participation)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 734, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2801', '732', 'Montants non appelés (idem)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 735, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2808', '732', 'Plus-values actées (idem)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 736, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2809', '732', 'Réductions de valeurs actées (idem)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 737, 'PCMN-BASE', 'IMMO', 'XXXXXX', '281', '731', 'Créances sur des entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 738, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2810', '737', 'Créances en compte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 739, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2811', '737', 'Effets à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 740, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2812', '737', 'Titres à revenu fixes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 741, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2817', '737', 'Créances douteuses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 742, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2819', '737', 'Réductions de valeurs actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 743, 'PCMN-BASE', 'IMMO', 'XXXXXX', '282', '731', 'Participations dans des entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 744, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2820', '743', 'Valeur d''acquisition (peut être subdivisé par participation)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 745, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2821', '743', 'Montants non appelés (idem)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 746, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2828', '743', 'Plus-values actées (idem)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 747, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2829', '743', 'Réductions de valeurs actées (idem)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 748, 'PCMN-BASE', 'IMMO', 'XXXXXX', '283', '731', 'Créances sur des entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 749, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2830', '748', 'Créances en compte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 750, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2831', '748', 'Effets à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 751, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2832', '748', 'Titres à revenu fixe', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 752, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2837', '748', 'Créances douteuses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 753, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2839', '748', 'Réductions de valeurs actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 754, 'PCMN-BASE', 'IMMO', 'XXXXXX', '284', '731', 'Autres actions et parts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 755, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2840', '754', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 756, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2841', '754', 'Montants non appelés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 757, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2848', '754', 'Plus-values actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 758, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2849', '754', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 759, 'PCMN-BASE', 'IMMO', 'XXXXXX', '285', '731', 'Autres créances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 760, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2850', '759', 'Créances en compte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 761, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2851', '759', 'Effets à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 762, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2852', '759', 'Titres à revenu fixe', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 763, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2857', '759', 'Créances douteuses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 764, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2859', '759', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 765, 'PCMN-BASE', 'IMMO', 'XXXXXX', '288', '731', 'Cautionnements versés en numéraires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 766, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2880', '765', 'Téléphone, téléfax, télex', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 767, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2881', '765', 'Gaz', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 768, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2882', '765', 'Eau', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 769, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2883', '765', 'Electricité', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 770, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2887', '765', 'Autres cautionnements versés en numéraires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 771, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29', '1352', 'Créances à plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 772, 'PCMN-BASE', 'IMMO', 'XXXXXX', '290', '771', 'Créances commerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 773, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2900', '772', 'Clients', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 774, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29000', '773', 'Créances en compte sur entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 775, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29001', '773', 'Sur entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 776, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29002', '773', 'Sur clients Belgique', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 777, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29003', '773', 'Sur clients C.E.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 778, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29004', '773', 'Sur clients exportation hors C.E.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 779, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29005', '773', 'Créances sur les coparticipants (associations momentanées)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 780, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2901', '772', 'Effets à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 781, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29010', '780', 'Sur entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 782, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29011', '780', 'Sur entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 783, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29012', '780', 'Sur clients Belgique', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 784, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29013', '780', 'Sur clients C.E.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 785, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29014', '780', 'Sur clients exportation hors C.E.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 786, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2905', '772', 'Retenues sur garanties', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 787, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2906', '772', 'Acomptes versés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 788, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2907', '772', 'Créances douteuses (à ventiler comme clients 2900)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 789, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2909', '772', 'Réductions de valeur actées (à ventiler comme clients 2900)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 790, 'PCMN-BASE', 'IMMO', 'XXXXXX', '291', '771', 'Autres créances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 791, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2910', '790', 'Créances en compte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 792, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29100', '791', 'Sur entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 793, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29101', '791', 'Sur entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 794, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29102', '791', 'Sur autres débiteurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 795, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2911', '790', 'Effets à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 796, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29110', '795', 'Sur entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 797, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29111', '795', 'Sur entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 798, 'PCMN-BASE', 'IMMO', 'XXXXXX', '29112', '795', 'Sur autres débiteurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 799, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2912', '790', 'Créances résultant de la cession d''immobilisations données en leasing', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 800, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2917', '790', 'Créances douteuses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 801, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2919', '790', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 802, 'PCMN-BASE', 'STOCK', 'XXXXXX', '30', '1353', 'Approvisionnements - matières premières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 803, 'PCMN-BASE', 'STOCK', 'XXXXXX', '300', '802', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 804, 'PCMN-BASE', 'STOCK', 'XXXXXX', '309', '802', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 805, 'PCMN-BASE', 'STOCK', 'XXXXXX', '31', '1353', 'Approvsionnements et fournitures', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 806, 'PCMN-BASE', 'STOCK', 'XXXXXX', '310', '805', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 807, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3100', '806', 'Matières d''approvisionnement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 808, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3101', '806', 'Energie, charbon, coke, mazout, essence, propane', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 809, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3102', '806', 'Produits d''entretien', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 810, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3103', '806', 'Fournitures diverses et petit outillage', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 811, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3104', '806', 'Imprimés et fournitures de bureau', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 812, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3105', '806', 'Fournitures de services sociaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 813, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3106', '806', 'Emballages commerciaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 814, 'PCMN-BASE', 'STOCK', 'XXXXXX', '31060', '813', 'Emballages perdus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 815, 'PCMN-BASE', 'STOCK', 'XXXXXX', '31061', '813', 'Emballages récupérables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 816, 'PCMN-BASE', 'STOCK', 'XXXXXX', '319', '805', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 817, 'PCMN-BASE', 'STOCK', 'XXXXXX', '32', '1353', 'En cours de fabrication', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 818, 'PCMN-BASE', 'STOCK', 'XXXXXX', '320', '817', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 819, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3200', '818', 'Produits semi-ouvrés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 820, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3201', '818', 'Produits en cours de fabrication', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 821, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3202', '818', 'Travaux en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 822, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3205', '818', 'Déchets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 823, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3206', '818', 'Rebuts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 824, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3209', '818', 'Travaux en association momentanée', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 825, 'PCMN-BASE', 'STOCK', 'XXXXXX', '329', '817', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 826, 'PCMN-BASE', 'STOCK', 'XXXXXX', '33', '1353', 'Produits finis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 827, 'PCMN-BASE', 'STOCK', 'XXXXXX', '330', '826', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 828, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3300', '827', 'Produits finis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 829, 'PCMN-BASE', 'STOCK', 'XXXXXX', '339', '826', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 830, 'PCMN-BASE', 'STOCK', 'XXXXXX', '34', '1353', 'Marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 831, 'PCMN-BASE', 'STOCK', 'XXXXXX', '340', '830', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 832, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3400', '831', 'Groupe A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 833, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3401', '831', 'Groupe B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 834, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3402', '831', 'Groupe C', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 835, 'PCMN-BASE', 'STOCK', 'XXXXXX', '349', '830', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 836, 'PCMN-BASE', 'STOCK', 'XXXXXX', '35', '1353', 'Immeubles destinés à la vente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 837, 'PCMN-BASE', 'STOCK', 'XXXXXX', '350', '836', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 838, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3500', '837', 'Immeuble A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 839, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3501', '837', 'Immeuble B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 840, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3502', '837', 'Immeuble C', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 841, 'PCMN-BASE', 'STOCK', 'XXXXXX', '351', '836', 'Immeubles construits en vue de leur revente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 842, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3510', '841', 'Immeuble A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 843, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3511', '841', 'Immeuble B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 844, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3512', '841', 'Immeuble C', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 845, 'PCMN-BASE', 'STOCK', 'XXXXXX', '359', '836', 'Réductions de valeurs actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 846, 'PCMN-BASE', 'STOCK', 'XXXXXX', '36', '1353', 'Acomptes versés sur achats pour stocks', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 847, 'PCMN-BASE', 'STOCK', 'XXXXXX', '360', '846', 'Acomptes versés (à ventiler éventuellement par catégorie)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 848, 'PCMN-BASE', 'STOCK', 'XXXXXX', '369', '846', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 849, 'PCMN-BASE', 'STOCK', 'XXXXXX', '37', '1353', 'Commandes en cours d''exécution', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 850, 'PCMN-BASE', 'STOCK', 'XXXXXX', '370', '849', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 851, 'PCMN-BASE', 'STOCK', 'XXXXXX', '371', '849', 'Bénéfice pris en compte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 852, 'PCMN-BASE', 'STOCK', 'XXXXXX', '379', '849', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 853, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '40', '1354', 'Créances commerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 854, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '400', '853', 'Clients', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 855, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4007', '854', 'Rabais, remises et  ristournes à accorder et autres notes de crédit à établir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 856, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4008', '854', 'Créances résultant de livraisons de biens (associations momentanées)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 857, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '401', '853', 'Effets à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 858, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4010', '857', 'Effets à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 859, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4013', '857', 'Effets à l''encaissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 860, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4015', '857', 'Effets à l''escompte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 861, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '402', '853', 'Clients, créances courantes, entreprises apparentées, administrateurs et gérants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 862, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4020', '861', 'Entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 863, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4021', '861', 'Autres entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 864, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4022', '861', 'Administrateurs et gérants d''entreprise', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 865, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '403', '853', 'Effets à recevoir sur entreprises apparentées et administrateurs et gérants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 866, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4030', '865', 'Entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 867, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4031', '865', 'Autres entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 868, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4032', '865', 'Administrateurs et gérants de l''entreprise', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 869, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '404', '853', 'Produits à recevoir (factures à établir)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 870, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '405', '853', 'Clients : retenues sur garanties', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 871, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '406', '853', 'Acomptes versés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 872, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '407', '853', 'Créances douteuses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 873, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '408', '853', 'Compensation clients', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 874, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '409', '853', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 875, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '41', '1354', 'Autres créances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 876, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '410', '875', 'Capital appelé, non versé', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 877, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4100', '876', 'Appels de fonds', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 878, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4101', '876', 'Actionnaires défaillants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 879, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '411', '875', 'T.V.A. à récupérer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 880, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4110', '879', 'T.V.A. due', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 881, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4111', '879', 'T.V.A. déductible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 882, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4112', '879', 'Compte courant administration T.V.A.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 883, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4118', '879', 'Taxe d''égalisation due', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 884, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '412', '875', 'Impôts et versements fiscaux à récupérer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 885, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4120', '884', 'Impôts belges sur le résultat', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 886, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4125', '884', 'Autres impôts belges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 887, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4128', '884', 'Impôts étrangers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 888, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '414', '875', 'Produits à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 889, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '416', '875', 'Créances diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 890, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4160', '889', 'Associés (compte d''apport en société)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 891, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4161', '889', 'Avances et prêts au personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 892, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4162', '889', 'Compte courant des associés en S.P.R.L.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 893, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4163', '889', 'Compte courant des administrateurs et gérants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 894, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4164', '889', 'Créances sur sociétés apparentées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 895, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4166', '889', 'Emballages et matériel à rendre', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 896, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4167', '889', 'Etat et établissements publics', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 897, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '41670', '896', 'Subsides à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 898, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '41671', '896', 'Autres créances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 899, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4168', '889', 'Rabais, ristournes et remises à obtenir et autres avoirs non encore reçus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 900, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '417', '875', 'Créances douteuses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 901, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '418', '875', 'Cautionnements versés en numéraires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 902, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '419', '875', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 903, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '42', '1354', 'Dettes à plus d''un an échéant dans l''année', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 904, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '420', '903', 'Emprunts subordonnés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 905, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4200', '904', 'Convertibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 906, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4201', '904', 'Non convertibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 907, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '421', '903', 'Emprunts obligataires non subordonnés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 908, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4210', '907', 'Convertibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 909, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4211', '907', 'Non convertibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 910, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '422', '903', 'Dettes de location-financement et assimilées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 911, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4220', '910', 'Financement de biens immobiliers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 912, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4221', '910', 'Financement de biens mobiliers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 913, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '423', '903', 'Etablissements de crédit', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 914, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4230', '913', 'Dettes en compte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 915, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4231', '913', 'Promesses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 916, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4232', '913', 'Crédits d''acceptation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 917, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '424', '903', 'Autres emprunts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 918, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '425', '903', 'Dettes commerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 919, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4250', '918', 'Fournisseurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 920, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4251', '918', 'Effets à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 921, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '426', '903', 'Cautionnements reçus en numéraires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 922, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '429', '903', 'Dettes diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 923, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4290', '922', 'Entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 924, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4291', '922', 'Entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 925, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4292', '922', 'Administrateurs, gérants, associés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 926, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4299', '922', 'Autres dettes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 927, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '43', '1354', 'Dettes financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 928, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '430', '927', 'Etablissements de crédit. Emprunts en compte à terme fixe', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 929, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '431', '927', 'Etablissements de crédit. Promesses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 930, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '432', '927', 'Etablissements de crédit. Crédits d''acceptation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 931, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '433', '927', 'Etablissements de crédit. Dettes en compte courant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 932, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '439', '927', 'Autres emprunts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 933, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44', '1354', 'Dettes commerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 934, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '440', '933', 'Fournisseurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 935, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4400', '934', 'Entreprises apparentées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 936, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44000', '935', 'Entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 937, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44001', '935', 'Entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 938, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4401', '934', 'Fournisseurs ordinaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 939, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44010', '938', 'Fournisseurs belges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 940, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44011', '938', 'Fournisseurs CEE', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 941, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44012', '938', 'Fournisseurs importation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 942, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4402', '934', 'Dettes envers les coparticipants (associations momentanées)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 943, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4403', '934', 'Fournisseurs - retenues de garanties', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 944, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '441', '933', 'Effets à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 945, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4410', '944', 'Entreprises apparentées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 946, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44100', '945', 'Entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 947, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44101', '945', 'Entreprises avec lesquelles il existe un lien de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 948, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4411', '944', 'Fournisseurs ordinaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 949, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44110', '948', 'Fournisseurs belges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 950, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44111', '948', 'Fournisseurs CEE', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 951, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '44112', '948', 'Fournisseurs importation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 952, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '444', '933', 'Factures à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 953, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '446', '933', 'Acomptes reçus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 954, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '448', '933', 'Compensations fournisseurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 955, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45', '1354', 'Dettes fiscales, salariales et sociales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 956, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '450', '955', 'Dettes fiscales estimées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 957, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4501', '956', 'Impôts sur le résultat', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 958, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4505', '956', 'Autres impôts en Belgique', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 959, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4508', '956', 'Impôts à l''étranger', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 960, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '451', '955', 'T.V.A. à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 961, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4510', '960', 'T.V.A. due', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 962, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4511', '960', 'T.V.A. déductible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 963, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4512', '960', 'Compte courant administration T.V.A.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 964, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4518', '960', 'Taxe d''égalisation due', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 965, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '452', '955', 'Impôts et taxes à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 966, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4520', '965', 'Autres impôts sur le résultat', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 967, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4525', '965', 'Autres impôts et taxes en Belgique', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 968, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45250', '967', 'Précompte immobilier', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 969, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45251', '967', 'Impôts communaux à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 970, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45252', '967', 'Impôts provinciaux à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 971, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45253', '967', 'Autres impôts et taxes à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 972, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4528', '965', 'Impôts et taxes à l''étranger', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 973, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '453', '955', 'Précomptes retenus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 974, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4530', '973', 'Précompte professionnel retenu sur rémunérations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 975, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4531', '973', 'Précompte professionnel retenu sur tantièmes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 976, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4532', '973', 'Précompte mobilier retenu sur dividendes attribués', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 977, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4533', '973', 'Précompte mobilier retenu sur intérêts payés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 978, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4538', '973', 'Autres précomptes retenus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 979, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '454', '955', 'Office National de la Sécurité Sociale', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 980, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4540', '979', 'Arriérés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 981, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4541', '979', '1er trimestre', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 982, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4542', '979', '2ème trimestre', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 983, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4543', '979', '3ème trimestre', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 984, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4544', '979', '4ème trimestre', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 985, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '455', '955', 'Rémunérations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 986, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4550', '985', 'Administrateurs,  gérants et commissaires (non réviseurs)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 987, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4551', '985', 'Direction', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 988, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4552', '985', 'Employés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 989, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4553', '985', 'Ouvriers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 990, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '456', '955', 'Pécules de vacances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 991, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4560', '990', 'Direction', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 992, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4561', '990', 'Employés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 993, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4562', '990', 'Ouvriers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 994, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '459', '955', 'Autres dettes sociales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 995, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4590', '994', 'Provision pour gratifications de fin d''année', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 996, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4591', '994', 'Départs de personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 997, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4592', '994', 'Oppositions sur rémunérations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 998, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4593', '994', 'Assurances relatives au personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 999, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45930', '998', 'Assurance loi', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1000, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45931', '998', 'Assurance salaire garanti', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1001, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45932', '998', 'Assurance groupe', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1002, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '45933', '998', 'Assurances individuelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1003, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4594', '994', 'Caisse d''assurances sociales pour travailleurs indépendants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1004, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4597', '994', 'Dettes et provisions sociales diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1005, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '46', '1354', 'Acomptes reçus sur commande', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1006, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '47', '1354', 'Dettes découlant de l''affectation des résultats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1007, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '470', '1006', 'Dividendes et tantièmes d''exercices antérieurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1008, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '471', '1006', 'Dividendes de l''exercice', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1009, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '472', '1006', 'Tantièmes de l''exercice', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1010, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '473', '1006', 'Autres allocataires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1011, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Dettes diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1012, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '480', '1011', 'Obligations et coupons échus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1013, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '481', '1011', 'Actionnaires - capital à rembourser', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1014, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '482', '1011', 'Participation du personnel à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1015, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '483', '1011', 'Acomptes reçus d''autres tiers à moins d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1016, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '486', '1011', 'Emballages et matériel consignés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1017, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '488', '1011', 'Cautionnements reçus en numéraires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1018, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '489', '1011', 'Autres dettes diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1019, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49', '1354', 'Comptes de régularisation et compte d''attente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1020, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '490', '1019', 'Charges à reporter (à subdiviser par catégorie de charges)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1021, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '491', '1019', 'Produits acquis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1022, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4910', '1021', 'Produits d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1023, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49100', '1022', 'Ristournes et rabais à obtenir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1024, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49101', '1022', 'Commissions à obtenir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1025, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49102', '1022', 'Autres produits d''exploitation (redevances par exemple)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1026, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4911', '1021', 'Produits financiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1027, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49110', '1026', 'Intérêts courus et non échus sur prêts et débits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1028, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '49111', '1026', 'Autres produits financiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1029, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '492', '1019', 'Charges à imputer (à subdiviser par catégorie de charges)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1030, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '493', '1019', 'Produits à reporter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1031, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4930', '1030', 'Produits d''exploitation à reporter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1032, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4931', '1030', 'Produits financiers à reporter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1033, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '499', '1019', 'Comptes d''attente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1034, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4990', '1033', 'Compte d''attente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1035, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4991', '1033', 'Compte de répartition périodique des charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1036, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4999', '1033', 'Transferts d''exercice', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1037, 'PCMN-BASE', 'FINAN', 'XXXXXX', '50', '1355', 'Actions propres', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1038, 'PCMN-BASE', 'FINAN', 'XXXXXX', '51', '1355', 'Actions et parts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1039, 'PCMN-BASE', 'FINAN', 'XXXXXX', '510', '1038', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1040, 'PCMN-BASE', 'FINAN', 'XXXXXX', '511', '1038', 'Montants non appelés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1041, 'PCMN-BASE', 'FINAN', 'XXXXXX', '519', '1038', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1042, 'PCMN-BASE', 'FINAN', 'XXXXXX', '52', '1355', 'Titres à revenus fixes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1043, 'PCMN-BASE', 'FINAN', 'XXXXXX', '520', '1042', 'Valeur d''acquisition', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1044, 'PCMN-BASE', 'FINAN', 'XXXXXX', '529', '1042', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1045, 'PCMN-BASE', 'FINAN', 'XXXXXX', '53', '1355', 'Dépots à terme', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1046, 'PCMN-BASE', 'FINAN', 'XXXXXX', '530', '1045', 'De plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1047, 'PCMN-BASE', 'FINAN', 'XXXXXX', '531', '1045', 'De plus d''un mois et à un an au plus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1048, 'PCMN-BASE', 'FINAN', 'XXXXXX', '532', '1045', 'd''un mois au plus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1049, 'PCMN-BASE', 'FINAN', 'XXXXXX', '539', '1045', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1050, 'PCMN-BASE', 'FINAN', 'XXXXXX', '54', '1355', 'Valeurs échues à l''encaissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1051, 'PCMN-BASE', 'FINAN', 'XXXXXX', '540', '1050', 'Chèques à encaisser', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1052, 'PCMN-BASE', 'FINAN', 'XXXXXX', '541', '1050', 'Coupons à encaisser', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1053, 'PCMN-BASE', 'FINAN', 'XXXXXX', '55', '1355', 'Etablissements de crédit - Comptes ouverts auprès des divers établissements.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1054, 'PCMN-BASE', 'FINAN', 'XXXXXX', '550', '1053', 'Comptes courants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1055, 'PCMN-BASE', 'FINAN', 'XXXXXX', '551', '1053', 'Chèques émis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1056, 'PCMN-BASE', 'FINAN', 'XXXXXX', '559', '1053', 'Réductions de valeur actées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1057, 'PCMN-BASE', 'FINAN', 'XXXXXX', '56', '1355', 'Office des chèques postaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1058, 'PCMN-BASE', 'FINAN', 'XXXXXX', '560', '1057', 'Compte courant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1059, 'PCMN-BASE', 'FINAN', 'XXXXXX', '561', '1057', 'Chèques émis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1060, 'PCMN-BASE', 'FINAN', 'XXXXXX', '57', '1355', 'Caisses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1061, 'PCMN-BASE', 'FINAN', 'XXXXXX', '570', '1060', 'à 577 Caisses - espèces ( 0 - centrale ; 7 - succursales et agences)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1062, 'PCMN-BASE', 'FINAN', 'XXXXXX', '578', '1060', 'Caisses - timbres ( 0 - fiscaux ; 1 - postaux)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1063, 'PCMN-BASE', 'FINAN', 'XXXXXX', '58', '1355', 'Virements internes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1064, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '60', '1356', 'Approvisionnements et marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1065, 'PCMN-BASE', 'EXPENSE', 'PRODUCT', '600', '1064', 'Achats de matières premières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1066, 'PCMN-BASE', 'EXPENSE', 'PRODUCT', '601', '1064', 'Achats de fournitures', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1067, 'PCMN-BASE', 'EXPENSE', 'SERVICE', '602', '1064', 'Achats de services, travaux et études', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1068, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '603', '1064', 'Sous-traitances générales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1069, 'PCMN-BASE', 'EXPENSE', 'PRODUCT', '604', '1064', 'Achats de marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1070, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '605', '1064', 'Achats d''immeubles destinés à la revente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1071, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '608', '1064', 'Remises , ristournes et rabais obtenus sur achats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1072, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '609', '1064', 'Variations de stocks', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1073, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6090', '1072', 'De matières premières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1074, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6091', '1072', 'De fournitures', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1075, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6094', '1072', 'De marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1076, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6095', '1072', 'd''immeubles destinés à la vente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1077, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61', '1356', 'Services et biens divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1078, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '610', '1077', 'Loyers et charges locatives', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1079, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6100', '1078', 'Loyers divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1080, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6101', '1078', 'Charges locatives (assurances, frais de confort,etc)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1081, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '611', '1077', 'Entretien et réparation (fournitures et prestations)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1082, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '612', '1077', 'Fournitures faites à l''entreprise', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1083, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6120', '1082', 'Eau, gaz, électricité, vapeur', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1084, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61200', '1083', 'Eau', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1085, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61201', '1083', 'Gaz', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1086, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61202', '1083', 'Electricité', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1087, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61203', '1083', 'Vapeur', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1088, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6121', '1082', 'Téléphone, télégrammes, télex, téléfax, frais postaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1089, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61210', '1088', 'Téléphone', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1090, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61211', '1088', 'Télégrammes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1091, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61212', '1088', 'Télex et téléfax', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1092, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61213', '1088', 'Frais postaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1093, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6122', '1082', 'Livres, bibliothèque', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1094, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6123', '1082', 'Imprimés et fournitures de bureau (si non comptabilisé au 601)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1095, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '613', '1077', 'Rétributions de tiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1096, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6130', '1095', 'Redevances et royalties', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1097, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61300', '1096', 'Redevances pour brevets, licences, marques et accessoires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1098, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61301', '1096', 'Autres redevances (procédés de fabrication)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1099, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6131', '1095', 'Assurances non relatives au personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1100, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61310', '1099', 'Assurance incendie', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1101, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61311', '1099', 'Assurance vol', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1102, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61312', '1099', 'Assurance autos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1103, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61313', '1099', 'Assurance crédit', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1104, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61314', '1099', 'Assurances frais généraux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1105, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6132', '1095', 'Divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1106, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61320', '1105', 'Commissions aux tiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1107, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61321', '1105', 'Honoraires d''avocats, d''experts, etc', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1108, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61322', '1105', 'Cotisations aux groupements professionnels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1109, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61323', '1105', 'Dons, libéralités, etc', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1110, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61324', '1105', 'Frais de contentieux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1111, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61325', '1105', 'Publications légales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1112, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6133', '1095', 'Transports et déplacements', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1113, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61330', '1112', 'Transports de personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1114, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '61331', '1112', 'Voyages, déplacements et représentations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1115, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6134', '1095', 'Personnel intérimaire', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1116, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '614', '1077', 'Annonces, publicité, propagande et documentation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1117, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6140', '1116', 'Annonces et insertions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1118, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6141', '1116', 'Catalogues et imprimés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1119, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6142', '1116', 'Echantillons', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1120, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6143', '1116', 'Foires et expositions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1121, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6144', '1116', 'Primes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1122, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6145', '1116', 'Cadeaux à la clientèle', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1123, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6146', '1116', 'Missions et réceptions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1124, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6147', '1116', 'Documentation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1125, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '615', '1077', 'Sous-traitants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1126, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6150', '1125', 'Sous-traitants pour activités propres', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1127, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6151', '1125', 'Sous-traitants d''associations momentanées (coparticipants)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1128, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6152', '1125', 'Quote-part bénéficiaire des coparticipants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1129, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '617', '1077', 'Personnel intérimaire et personnes mises à la disposition de l''entreprise', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1130, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '618', '1077', 'Rémunérations, primes pour assurances extralégales, pensions de retraite et de survie des administrateurs, gérants et associés actifs qui ne sont pas attribuées en vertu d''un contrat de travail', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1131, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '62', '1356', 'Rémunérations, charges sociales et pensions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1132, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '620', '1131', 'Rémunérations et avantages sociaux directs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1133, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6200', '1132', 'Administrateurs ou gérants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1134, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6201', '1132', 'Personnel de direction', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1135, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6202', '1132', 'Employés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1136, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6203', '1132', 'Ouvriers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1137, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6204', '1132', 'Autres membres du personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1138, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '621', '1131', 'Cotisations patronales d''assurances sociales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1139, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6210', '1138', 'Sur salaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1140, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6211', '1138', 'Sur appointements et commissions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1141, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '622', '1131', 'Primes patronales pour assurances extralégales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1142, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '623', '1131', 'Autres frais de personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1143, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6230', '1142', 'Assurances du personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1144, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '62300', '1143', 'Assurances loi, responsabilité civile, chemin du travail', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1145, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '62301', '1143', 'Assurance salaire garanti', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1146, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '62302', '1143', 'Assurances individuelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1147, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6231', '1142', 'Charges sociales diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1148, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '62310', '1147', 'Jours fériés payés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1149, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '62311', '1147', 'Salaire hebdomadaire garanti', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1150, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '62312', '1147', 'Allocations familiales complémentaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1151, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6232', '1142', 'Charges sociales des administrateurs, gérants et commissaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1152, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '62320', '1151', 'Allocations familiales complémentaires pour non salariés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1153, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '62321', '1151', 'Lois sociales pour indépendants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1154, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '62322', '1151', 'Divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1155, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '624', '1131', 'Pensions de retraite et de survie', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1156, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6240', '1155', 'Administrateurs et gérants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1157, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6241', '1155', 'Personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1158, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '625', '1131', 'Provision pour pécule de vacances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1159, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6250', '1158', 'Dotations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1160, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6251', '1158', 'Utilisations et reprises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1161, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '63', '1356', 'Amortissements, réductions de valeur et provisions pour risques et charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1162, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '630', '1161', 'Dotations aux amortissements et aux réductions de valeur sur immobilisations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1163, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6300', '1162', 'Dotations aux amortissements sur frais d''établissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1164, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6301', '1162', 'Dotations aux amortissements sur immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1165, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6302', '1162', 'Dotations aux amortissements sur immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1166, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6308', '1162', 'Dotations aux réductions de valeur sur immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1167, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6309', '1162', 'Dotations aux réductions de valeur sur immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1168, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '631', '1161', 'Réductions de valeur sur stocks', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1169, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6310', '1168', 'Dotations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1170, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6311', '1168', 'Reprises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1171, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '632', '1161', 'Réductions de valeur sur commandes en cours d''exécution', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1172, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6320', '1171', 'Dotations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1173, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6321', '1171', 'Reprises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1174, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '633', '1161', 'Réductions de valeur sur créances commerciales à plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1175, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6330', '1174', 'Dotations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1176, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6331', '1174', 'Reprises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1177, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '634', '1161', 'Réductions de valeur sur créances commerciales à un an au plus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1178, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6340', '1177', 'Dotations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1179, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6341', '1177', 'Reprises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1180, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '635', '1161', 'Provisions pour pensions et obligations similaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1181, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6350', '1180', 'Dotations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1182, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6351', '1180', 'Utilisations et reprises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1183, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '636', '11613', 'Provisions pour grosses réparations et gros entretiens', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1184, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6360', '1183', 'Dotations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1185, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6361', '1183', 'Utilisations et reprises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1186, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '637', '1161', 'Provisions pour autres risques et charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1187, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6370', '1186', 'Dotations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1188, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6371', '1186', 'Utilisations et reprises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1189, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '64', '1356', 'Autres charges d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1190, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '640', '1189', 'Charges fiscales d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1191, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6400', '1190', 'Taxes et impôts directs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1192, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '64000', '1191', 'Taxes sur autos et camions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1193, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6401', '1190', 'Taxes et impôts indirects', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1194, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '64010', '1193', 'Timbres fiscaux pris en charge par la firme', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1195, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '64011', '1193', 'Droits d''enregistrement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1196, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '64012', '1193', 'T.V.A. non déductible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1197, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6402', '1190', 'Impôts provinciaux et communaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1198, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '64020', '1197', 'Taxe sur la force motrice', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1199, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '64021', '1197', 'Taxe sur le personnel occupé', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1200, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6403', '1190', 'Taxes diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1201, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '641', '1189', 'Moins-values sur réalisations courantes d''immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1202, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '642', '1189', 'Moins-values sur réalisations de créances commerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1203, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '643', '1189', 'à 648 Charges d''exploitations diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1204, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '649', '1189', 'Charges d''exploitation portées à l''actif au titre de restructuration', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1205, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '65', '1356', 'Charges financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1206, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '650', '1205', 'Charges des dettes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1207, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6500', '1206', 'Intérêts, commissions et frais afférents aux dettes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1208, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6501', '1206', 'Amortissements des agios et frais d''émission d''emprunts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1209, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6502', '1206', 'Autres charges de dettes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1210, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6503', '1206', 'Intérêts intercalaires portés à l''actif', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1211, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '651', '1205', 'Réductions de valeur sur actifs circulants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1212, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6510', '1211', 'Dotations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1213, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6511', '1211', 'Reprises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1214, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '652', '1205', 'Moins-values sur réalisation d''actifs circulants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1215, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '653', '1205', 'Charges d''escompte de créances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1216, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '654', '1205', 'Différences de change', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1217, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '655', '1205', 'Ecarts de conversion des devises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1218, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '656', '1205', 'Frais de banques, de chèques postaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1219, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '657', '1205', 'Commissions sur ouvertures de crédit, cautions et avals', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1220, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '658', '1205', 'Frais de vente des titres', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1221, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '66', '1356', 'Charges exceptionnelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1222, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '660', '1221', 'Amortissements et réductions de valeur exceptionnels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1223, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6600', '1222', 'Sur frais d''établissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1224, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6601', '1222', 'Sur immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1225, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6602', '1222', 'Sur immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1226, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '661', '1221', 'Réductions de valeur sur immobilisations financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1227, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '662', '1221', 'Provisions pour risques et charges exceptionnels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1228, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '663', '1221', 'Moins-values sur réalisation d''actifs immobilisés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1229, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6630', '1228', 'Sur immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1230, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6631', '1228', 'Sur immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1231, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6632', '1228', 'Sur immobilisations détenues en location-financement et droits similaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1232, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6633', '1228', 'Sur immobilisations financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1233, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6634', '1228', 'Sur immeubles acquis ou construits en vue de la revente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1234, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '668', '1221', 'Autres charges exceptionnelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1235, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '664', '1221', 'Pénalités et amendes diverses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1236, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '665', '1221', 'Différence de charge', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1237, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '669', '1221', 'Charges exceptionnelles transférées à l''actif en frais de restructuration', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1238, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '67', '1356', 'Impôts sur le résultat', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1239, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '670', '1238', 'Impôts belges sur le résultat de l''exercice', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1240, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6700', '1239', 'Impôts et précomptes dus ou versés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1241, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6701', '1239', 'Excédent de versements d''impôts et précomptes porté à l''actif', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1242, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6702', '1239', 'Charges fiscales estimées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1243, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '671', '1238', 'Impôts belges sur le résultat d''exercices antérieurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1244, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6710', '1243', 'Suppléments d''impôts dus ou versés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1245, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6711', '1243', 'Suppléments d''impôts estimés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1246, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6712', '1243', 'Provisions fiscales constituées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1247, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '672', '1238', 'Impôts étrangers sur le résultat de l''exercice', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1248, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '673', '1238', 'Impôts étrangers sur le résultat d''exercices antérieurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1249, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '68', '1356', 'Transferts aux réserves immunisées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1250, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '69', '1356', 'Affectation des résultats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1251, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '690', '1250', 'Perte reportée de l''exercice précédent', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1252, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '691', '1250', 'Dotation à la réserve légale', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1253, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '692', '1250', 'Dotation aux autres réserves', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1254, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '693', '1250', 'Bénéfice à reporter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1255, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '694', '1250', 'Rémunération du capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1256, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '695', '1250', 'Administrateurs ou gérants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1257, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '696', '1250', 'Autres allocataires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1258, 'PCMN-BASE', 'INCOME', 'XXXXXX', '70', '1357', 'Chiffre d''affaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1260, 'PCMN-BASE', 'INCOME', 'PRODUCT', '700', '1258', 'Ventes de marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1261, 'PCMN-BASE', 'INCOME', 'PRODUCT', '7000', '1260', 'Ventes en Belgique', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1262, 'PCMN-BASE', 'INCOME', 'PRODUCT', '7001', '1260', 'Ventes dans les pays membres de la C.E.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1263, 'PCMN-BASE', 'INCOME', 'PRODUCT', '7002', '1260', 'Ventes à l''exportation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1264, 'PCMN-BASE', 'INCOME', 'PRODUCT', '701', '1258', 'Ventes de produits finis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1265, 'PCMN-BASE', 'INCOME', 'PRODUCT', '7010', '1264', 'Ventes en Belgique', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1266, 'PCMN-BASE', 'INCOME', 'PRODUCT', '7011', '1264', 'Ventes dans les pays membres de la C.E.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1267, 'PCMN-BASE', 'INCOME', 'PRODUCT', '7012', '1264', 'Ventes à l''exportation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1268, 'PCMN-BASE', 'INCOME', 'XXXXXX', '702', '1258', 'Ventes de déchets et rebuts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1269, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7020', '1268', 'Ventes en Belgique', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1270, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7021', '1268', 'Ventes dans les pays membres de la C.E.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1271, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7022', '1268', 'Ventes à l''exportation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1272, 'PCMN-BASE', 'INCOME', 'XXXXXX', '703', '1258', 'Ventes d''emballages récupérables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1273, 'PCMN-BASE', 'INCOME', 'XXXXXX', '704', '1258', 'Facturations des travaux en cours (associations momentanées)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1274, 'PCMN-BASE', 'INCOME', 'SERVICE', '705', '1258', 'Prestations de services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1275, 'PCMN-BASE', 'INCOME', 'SERVICE', '7050', '1274', 'Prestations de services en Belgique', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1276, 'PCMN-BASE', 'INCOME', 'SERVICE', '7051', '1274', 'Prestations de services dans les pays membres de la C.E.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1277, 'PCMN-BASE', 'INCOME', 'SERVICE', '7052', '1274', 'Prestations de services en vue de l''exportation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1278, 'PCMN-BASE', 'INCOME', 'XXXXXX', '706', '1258', 'Pénalités et dédits obtenus par l''entreprise', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1279, 'PCMN-BASE', 'INCOME', 'XXXXXX', '708', '1258', 'Remises, ristournes et rabais accordés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1280, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7080', '1279', 'Sur ventes de marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1281, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7081', '1279', 'Sur ventes de produits finis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1282, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7082', '1279', 'Sur ventes de déchets et rebuts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1283, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7083', '1279', 'Sur prestations de services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1284, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7084', '1279', 'Mali sur travaux facturés aux associations momentanées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1285, 'PCMN-BASE', 'INCOME', 'XXXXXX', '71', '1357', 'Variation des stocks et des commandes en cours d''exécution', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1286, 'PCMN-BASE', 'INCOME', 'XXXXXX', '712', '1285', 'Des en cours de fabrication', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1287, 'PCMN-BASE', 'INCOME', 'XXXXXX', '713', '1285', 'Des produits finis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1288, 'PCMN-BASE', 'INCOME', 'XXXXXX', '715', '1285', 'Des immeubles construits destinés à la vente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1289, 'PCMN-BASE', 'INCOME', 'XXXXXX', '717', '1285', 'Des commandes en cours d''exécution', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1290, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7170', '1289', 'Commandes en cours - Coût de revient', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1291, 'PCMN-BASE', 'INCOME', 'XXXXXX', '71700', '1290', 'Coût des commandes en cours d''exécution', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1292, 'PCMN-BASE', 'INCOME', 'XXXXXX', '71701', '1290', 'Coût des travaux en cours des associations momentanées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1293, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7171', '1289', 'Bénéfices portés en compte sur commandes en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1294, 'PCMN-BASE', 'INCOME', 'XXXXXX', '71710', '1293', 'Sur commandes en cours d''exécution', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1295, 'PCMN-BASE', 'INCOME', 'XXXXXX', '71711', '1293', 'Sur travaux en cours des associations momentanées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1296, 'PCMN-BASE', 'INCOME', 'XXXXXX', '72', '1357', 'Production immobilisée', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1297, 'PCMN-BASE', 'INCOME', 'XXXXXX', '720', '1296', 'En frais d''établissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1298, 'PCMN-BASE', 'INCOME', 'XXXXXX', '721', '1296', 'En immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1299, 'PCMN-BASE', 'INCOME', 'XXXXXX', '722', '1296', 'En immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1300, 'PCMN-BASE', 'INCOME', 'XXXXXX', '723', '1296', 'En immobilisations en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1301, 'PCMN-BASE', 'INCOME', 'XXXXXX', '74', '1357', 'Autres produits d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1302, 'PCMN-BASE', 'INCOME', 'XXXXXX', '740', '1301', 'Subsides d''exploitation et montants compensatoires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1303, 'PCMN-BASE', 'INCOME', 'XXXXXX', '741', '1301', 'Plus-values sur réalisations courantes d''immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1304, 'PCMN-BASE', 'INCOME', 'XXXXXX', '742', '1301', 'Plus-values sur réalisations de créances commerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1306, 'PCMN-BASE', 'INCOME', 'XXXXXX', '743', '1301', 'Produits de services exploités dans l''intérêt du personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1307, 'PCMN-BASE', 'INCOME', 'XXXXXX', '744', '1301', 'Commissions et courtages', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1308, 'PCMN-BASE', 'INCOME', 'XXXXXX', '745', '1301', 'Redevances pour brevets et licences', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1309, 'PCMN-BASE', 'INCOME', 'XXXXXX', '746', '1301', 'Prestations de services (transports, études, etc)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1310, 'PCMN-BASE', 'INCOME', 'XXXXXX', '747', '1301', 'Revenus des immeubles affectés aux activités non professionnelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1311, 'PCMN-BASE', 'INCOME', 'XXXXXX', '748', '1301', 'Locations diverses à caractère professionnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1312, 'PCMN-BASE', 'INCOME', 'XXXXXX', '749', '1301', 'Produits divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1313, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7490', '1312', 'Bonis sur reprises d''emballages consignés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1314, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7491', '1312', 'Bonis sur travaux en associations momentanées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1315, 'PCMN-BASE', 'INCOME', 'XXXXXX', '75', '1357', 'Produits financiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1316, 'PCMN-BASE', 'INCOME', 'XXXXXX', '750', '1315', 'Produits des immobilisations financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1317, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7500', '1316', 'Revenus des actions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1318, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7501', '1316', 'Revenus des obligations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1319, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7502', '1316', 'Revenus des créances à plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1320, 'PCMN-BASE', 'INCOME', 'XXXXXX', '751', '1315', 'Produits des actifs circulants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1321, 'PCMN-BASE', 'INCOME', 'XXXXXX', '752', '1315', 'Plus-values sur réalisations d''actifs circulants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1322, 'PCMN-BASE', 'INCOME', 'XXXXXX', '753', '1315', 'Subsides en capital et en intérêts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1323, 'PCMN-BASE', 'INCOME', 'XXXXXX', '754', '1315', 'Différences de change', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1324, 'PCMN-BASE', 'INCOME', 'XXXXXX', '755', '1315', 'Ecarts de conversion des devises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1326, 'PCMN-BASE', 'INCOME', 'XXXXXX', '756', '1315', 'Produits des autres créances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1327, 'PCMN-BASE', 'INCOME', 'XXXXXX', '757', '1315', 'Escomptes obtenus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1328, 'PCMN-BASE', 'INCOME', 'XXXXXX', '76', '1357', 'Produits exceptionnels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1329, 'PCMN-BASE', 'INCOME', 'XXXXXX', '760', '1328', 'Reprises d''amortissements et de réductions de valeur', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1330, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7600', '1329', 'Sur immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1331, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7601', '1329', 'Sur immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1332, 'PCMN-BASE', 'INCOME', 'XXXXXX', '761', '1328', 'Reprises de réductions de valeur sur immobilisations financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1333, 'PCMN-BASE', 'INCOME', 'XXXXXX', '762', '1328', 'Reprises de provisions pour risques et charges exceptionnelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1334, 'PCMN-BASE', 'INCOME', 'XXXXXX', '763', '1328', 'Plus-values sur réalisation d''actifs immobilisés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1335, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7630', '1334', 'Sur immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1336, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7631', '1334', 'Sur immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1337, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7632', '1334', 'Sur immobilisations financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1338, 'PCMN-BASE', 'INCOME', 'XXXXXX', '764', '1328', 'Autres produits exceptionnels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1339, 'PCMN-BASE', 'INCOME', 'XXXXXX', '77', '1357', 'Régularisations d''impôts et reprises de provisions fiscales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1340, 'PCMN-BASE', 'INCOME', 'XXXXXX', '771', '1339', 'Impôts belges sur le résultat', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1341, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7710', '1340', 'Régularisations d''impôts dus ou versés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1342, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7711', '1340', 'Régularisations d''impôts estimés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1343, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7712', '1340', 'Reprises de provisions fiscales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1344, 'PCMN-BASE', 'INCOME', 'XXXXXX', '773', '1339', 'Impôts étrangers sur le résultat', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1345, 'PCMN-BASE', 'INCOME', 'XXXXXX', '79', '1357', 'Affectation aux résultats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1346, 'PCMN-BASE', 'INCOME', 'XXXXXX', '790', '1345', 'Bénéfice reporté de l''exercice précédent', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1347, 'PCMN-BASE', 'INCOME', 'XXXXXX', '791', '1345', 'Prélèvement sur le capital et les primes d''émission', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1348, 'PCMN-BASE', 'INCOME', 'XXXXXX', '792', '1345', 'Prélèvement sur les réserves', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1349, 'PCMN-BASE', 'INCOME', 'XXXXXX', '793', '1345', 'Perte à reporter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1350, 'PCMN-BASE', 'INCOME', 'XXXXXX', '794', '1345', 'Intervention d''associés (ou du propriétaire) dans la perte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1351, 'PCMN-BASE', 'CAPIT', 'XXXXXX', '1', '0', 'Fonds propres, provisions pour risques et charges et dettes à plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1352, 'PCMN-BASE', 'IMMO', 'XXXXXX', '2', '0', 'Frais d''établissement. Actifs immobilisés et créances à plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1353, 'PCMN-BASE', 'STOCK', 'XXXXXX', '3', '0', 'Stock et commandes en cours d''exécution', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1354, 'PCMN-BASE', 'THIRDPARTY', 'XXXXXX', '4', '0', 'Créances et dettes à un an au plus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1355, 'PCMN-BASE', 'FINAN', 'XXXXXX', '5', '0', 'Placement de trésorerie et de valeurs disponibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1356, 'PCMN-BASE', 'EXPENSE', 'XXXXXX', '6', '0', 'Charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1357, 'PCMN-BASE', 'INCOME', 'XXXXXX', '7', '0', 'Produits', 1);
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_bf.sql b/htdocs/install/mysql/data/llx_accounting_account_bf.sql
    index b6d250d8453..337ae5b905d 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_bf.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_bf.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    --- ID 15000 - 16999
    ---
    +-- Descriptif des plans comptables SYSCOHADA BF
    +-- ID 15000-16999
    +-- ADD 6000000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '101', 1, 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1011', 101, 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1012', 101, 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1013', 101, 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1014', 101, 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1018', 101, 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '102', 1, 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1021', 102, 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1022', 102, 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1028', 102, 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '103', 1, 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '104', 1, 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1041', 104, 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1042', 104, 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1043', 104, 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1047', 104, 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1048', 104, 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '105', 1, 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1051', 105, 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1052', 105, 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1053', 105, 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1054', 105, 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1058', 105, 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '106', 1, 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1061', 106, 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1062', 106, 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '109', 1, 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '11', 1, 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '111', 11, 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1111', 111, 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '112', 11, 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '113', 11, 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1131', 113, 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1133', 113, 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1134', 113, 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1135', 113, 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1138', 113, 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '118', 11, 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1181', 118, 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1188', 118, 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '12', 1, 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '121', 12, 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1211', 121, 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '129', 12, 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1291', 129, 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1292', 129, 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '13', 1, 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1301', 13, 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1309', 13, 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '131', 13, 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '132', 13, 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1321', 132, 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1322', 132, 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '133', 13, 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '134', 13, 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '135', 13, 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '136', 13, 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '137', 13, 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '138', 13, 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '139', 13, 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '14', 1, 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '141', 14, 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1411', 141, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1412', 141, 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1413', 141, 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1414', 141, 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1415', 141, 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1416', 141, 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1417', 141, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1418', 141, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '142', 14, 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1421', 142, 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '148', 14, 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '15', 1, 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '151', 15, 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '152', 15, 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1521', 152, 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '153', 15, 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1531', 153, 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1532', 153, 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '154', 15, 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '155', 15, 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1551', 155, 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1552', 155, 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1553', 155, 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1554', 155, 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '156', 15, 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1561', 156, 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1562', 156, 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '157', 15, 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '158', 15, 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '16', 1, 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '161', 16, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1611', 161, 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1612', 161, 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1618', 161, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1619', 161, 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '162', 16, 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '163', 16, 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '164', 16, 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '165', 16, 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1651', 165, 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1652', 165, 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '166', 16, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1661', 166, 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1662', 166, 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1663', 166, 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1664', 166, 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1665', 166, 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1667', 166, 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1668', 166, 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '167', 16, 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1671', 167, 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1672', 167, 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1673', 167, 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1674', 167, 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1676', 167, 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '168', 16, 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1681', 168, 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1682', 168, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1683', 168, 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1684', 168, 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1685', 168, 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1686', 168, 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '17', 1, 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '172', 17, 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '173', 17, 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '176', 17, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1762', 176, 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1763', 176, 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1768', 176, 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '178', 17, 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '18', 1, 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '181', 18, 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1811', 181, 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1812', 181, 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '182', 18, 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '183', 18, 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '184', 18, 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '185', 18, 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '186', 18, 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '187', 18, 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '188', 18, 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '19', 1, 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '191', 19, 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '192', 19, 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '193', 19, 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '194', 19, 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '195', 19, 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '196', 19, 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '197', 19, 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1971', 197, 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '198', 19, 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1981', 198, 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1982', 198, 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1983', 198, 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'CAPIT', 'XXXXXX', '1988', 198, 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '201', 2, 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2011', 201, 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2012', 201, 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2013', 201, 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2014', 201, 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2015', 201, 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2016', 201, 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2017', 201, 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2018', 201, 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '202', 2, 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2021', 202, 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2022', 202, 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2026', 202, 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2028', 202, 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '206', 2, 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2061', 206, 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2062', 206, 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2068', 206, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '21', 2, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '211', 21, 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '212', 21, 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '213', 21, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '214', 21, 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '215', 21, 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '216', 21, 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '217', 21, 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '218', 21, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '219', 21, 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2191', 219, 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2193', 219, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2198', 219, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '22', 2, 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '221', 22, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2211', 221, 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2212', 221, 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2218', 221, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '222', 22, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2221', 222, 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2228', 222, 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '223', 22, 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2231', 223, 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2232', 223, 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2234', 223, 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2235', 223, 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2236', 223, 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '224', 22, 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2241', 224, 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2248', 224, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '225', 22, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2251', 225, 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '226', 22, 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2261', 226, 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '227', 22, 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '228', 22, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2281', 228, 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2285', 228, 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2288', 228, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '229', 22, 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2291', 229, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2292', 229, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2295', 229, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2298', 229, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '23', 2, 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '231', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2311', 231, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2312', 231, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2313', 231, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2314', 231, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2315', 231, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '232', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2321', 232, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2322', 232, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2323', 232, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2324', 232, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2325', 232, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '233', 23, 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2331', 233, 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2332', 233, 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2333', 233, 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2334', 233, 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2335', 233, 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2338', 233, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '234', 23, 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2341', 234, 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2342', 234, 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2343', 234, 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2344', 234, 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '235', 23, 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2351', 235, 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2358', 235, 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '237', 23, 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '238', 23, 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '239', 23, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2391', 239, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '24', 2, 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '241', 24, 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2411', 241, 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2412', 241, 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2413', 241, 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2414', 241, 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '242', 24, 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2421', 242, 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2422', 242, 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '243', 24, 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '244', 24, 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2441', 244, 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2442', 244, 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2443', 244, 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2444', 244, 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2446', 244, 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2447', 244, 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '245', 24, 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2451', 245, 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2452', 245, 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2453', 245, 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2454', 245, 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2455', 245, 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2456', 245, 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2458', 245, 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '246', 24, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2461', 246, 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2462', 246, 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2463', 246, 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2465', 246, 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2468', 246, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '247', 24, 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '248', 24, 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2481', 248, 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '249', 24, 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2491', 249, 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2492', 249, 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2493', 249, 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2494', 249, 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2495', 249, 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2496', 249, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2497', 249, 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2498', 249, 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '25', 2, 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '251', 25, 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '252', 25, 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '26', 2, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '261', 26, 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '262', 26, 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '263', 26, 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '265', 26, 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '266', 26, 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '268', 26, 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '27', 2, 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '271', 27, 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2711', 271, 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2712', 271, 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2713', 271, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2714', 271, 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '272', 27, 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2721', 272, 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2722', 272, 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2728', 272, 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '273', 27, 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2731', 273, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2733', 273, 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2738', 273, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '274', 27, 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2741', 274, 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2742', 274, 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2743', 274, 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2744', 274, 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2748', 274, 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '275', 27, 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2751', 275, 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2752', 275, 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2753', 275, 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2754', 275, 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2755', 275, 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2756', 275, 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2757', 275, 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2758', 275, 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '276', 27, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2761', 276, 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2762', 276, 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2763', 276, 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2764', 276, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2765', 276, 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2767', 276, 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2768', 276, 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '277', 27, 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2771', 277, 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2772', 277, 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2773', 277, 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2774', 277, 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '278', 27, 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2781', 278, 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2782', 278, 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2785', 278, 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '28', 2, 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '281', 28, 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2811', 281, 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2812', 281, 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2813', 281, 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2814', 281, 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2815', 281, 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2816', 281, 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2817', 281, 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2818', 281, 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '282', 28, 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2821', 282, 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2824', 282, 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2825', 282, 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '283', 28, 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2831', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2832', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2833', 283, 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2834', 283, 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2835', 283, 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2837', 283, 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2838', 283, 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '284', 28, 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2841', 284, 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2842', 284, 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2843', 284, 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2844', 284, 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2845', 284, 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2846', 284, 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2847', 284, 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2848', 284, 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '29', 2, 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '291', 29, 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2912', 291, 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2913', 291, 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2914', 291, 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2915', 291, 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2916', 291, 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2917', 291, 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2918', 291, 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2919', 291, 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '292', 29, 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2921', 292, 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2922', 292, 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2923', 292, 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2924', 292, 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2925', 292, 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2926', 292, 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2927', 292, 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2928', 292, 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2929', 292, 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '293', 29, 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2931', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2932', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2933', 293, 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2934', 293, 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2935', 293, 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2937', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2938', 293, 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2939', 293, 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '294', 29, 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2941', 294, 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2942', 294, 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2943', 294, 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2944', 294, 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2945', 294, 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2946', 294, 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2947', 294, 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2948', 294, 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2949', 294, 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '295', 29, 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2951', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2952', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '296', 29, 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2961', 296, 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2962', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2963', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2965', 296, 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2966', 296, 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2968', 296, 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '297', 29, 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2971', 297, 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2972', 297, 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2973', 297, 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2974', 297, 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2975', 297, 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2977', 297, 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'IMMO', 'XXXXXX', '2978', 297, 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '311', 31, 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3111', 311, 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3112', 311, 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '312', 31, 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3121', 312, 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3122', 312, 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '318', 31, 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '321', 32, 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '322', 32, 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '323', 32, 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '331', 33, 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '332', 33, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '333', 33, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '334', 33, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '335', 33, 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3351', 335, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3352', 335, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3353', 335, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3358', 335, 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '338', 33, 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '341', 34, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3411', 341, 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3412', 341, 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '342', 34, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3421', 342, 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3422', 342, 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '343', 34, 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3431', 343, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3432', 343, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '344', 34, 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3441', 344, 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3442', 344, 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '351', 35, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3511', 351, 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3512', 351, 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '352', 35, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3521', 352, 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3522', 352, 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '361', 36, 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '362', 36, 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '371', 37, 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3711', 371, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3712', 371, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '372', 37, 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3721', 372, 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3722', 372, 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3723', 372, 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '381', 38, 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '382', 38, 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '383', 38, 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '386', 38, 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '387', 38, 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3871', 387, 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '3872', 387, 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '388', 38, 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '391', 39, 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '392', 39, 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '393', 39, 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '394', 39, 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '395', 39, 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '396', 39, 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '397', 39, 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'STOCK', 'XXXXXX', '398', 39, 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '401', 4, 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4011', 401, 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4012', 401, 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4013', 401, 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4017', 401, 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '402', 4, 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4021', 402, 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4022', 402, 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4023', 402, 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '408', 4, 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4081', 408, 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4082', 408, 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4083', 408, 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4086', 408, 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '409', 4, 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4091', 409, 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4092', 409, 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4093', 409, 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4094', 409, 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4098', 409, 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '41', 4, 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '411', 41, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4111', 411, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4112', 411, 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4114', 411, 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4115', 411, 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4117', 411, 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4118', 411, 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '412', 41, 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4121', 412, 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4122', 412, 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4124', 412, 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4125', 412, 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '414', 41, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4141', 414, 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4142', 414, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '415', 41, 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '416', 41, 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4161', 416, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4162', 416, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '418', 41, 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4181', 418, 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4186', 418, 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '419', 41, 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4191', 419, 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4192', 419, 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4194', 419, 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4198', 419, 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '42', 4, 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '421', 42, 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4211', 421, 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4212', 421, 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4213', 421, 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '422', 42, 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4221', 422, 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4222', 422, 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '423', 42, 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4231', 423, 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4232', 423, 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4233', 423, 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '424', 42, 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4241', 424, 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4242', 424, 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4245', 424, 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4248', 424, 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '425', 42, 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4251', 425, 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4252', 425, 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4258', 425, 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '426', 42, 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '427', 42, 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '428', 42, 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4281', 428, 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4286', 428, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4287', 428, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '43', 4, 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '431', 43, 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4311', 431, 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4312', 431, 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4313', 431, 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4314', 431, 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4318', 431, 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '432', 43, 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '433', 43, 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4331', 433, 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '438', 43, 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4381', 438, 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4382', 438, 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4386', 438, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4387', 438, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '44', 4, 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '441', 44, 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '442', 44, 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4421', 4421, 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4422', 4421, 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4423', 4421, 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4424', 4421, 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4426', 4421, 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4428', 4421, 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '443', 44, 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4431', 443, 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4432', 443, 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4433', 443, 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4434', 443, 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4435', 443, 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '444', 44, 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4441', 444, 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4449', 444, 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '445', 44, 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4451', 445, 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4452', 445, 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4453', 445, 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4454', 445, 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4455', 445, 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4456', 445, 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '446', 44, 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '447', 44, 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4471', 447, 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4472', 447, 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4473', 447, 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4474', 447, 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4478', 447, 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '448', 44, 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4486', 448, 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4487', 448, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '449', 44, 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4491', 449, 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4492', 449, 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4493', 449, 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4494', 449, 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4495', 449, 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4496', 449, 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4499', 449, 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '45', 4, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '451', 45, 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '452', 45, 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '458', 45, 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4581', 458, 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4582', 458, 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '46', 4, 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '461', 46, 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4611', 461, 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4612', 461, 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4613', 461, 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4614', 461, 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4615', 461, 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4616', 461, 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4617', 461, 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4618', 461, 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4619', 461, 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '462', 46, 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4621', 462, 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4626', 462, 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '463', 46, 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '465', 46, 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '466', 46, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '467', 46, 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '47', 4, 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '471', 47, 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4711', 471, 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4712', 471, 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4713', 471, 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '472', 47, 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4726', 472, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4727', 472, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4728', 472, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '474', 47, 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4746', 474, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4747', 474, 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '475', 47, 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '476', 47, 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '477', 47, 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '478', 47, 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4781', 478, 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4782', 478, 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4788', 478, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '479', 47, 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4791', 479, 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4792', 479, 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4798', 479, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '48', 4, 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '481', 48, 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4811', 481, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4812', 481, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4817', 481, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4818', 481, 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '482', 48, 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '483', 48, 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '484', 48, 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '485', 48, 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4851', 485, 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4852', 485, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4855', 485, 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4857', 485, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4858', 485, 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '486', 48, 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '488', 48, 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '49', 4, 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '491', 49, 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4911', 491, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4912', 491, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '492', 49, 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '493', 49, 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '494', 49, 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '495', 49, 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '496', 49, 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4962', 496, 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4963', 496, 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4966', 496, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '497', 49, 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '498', 49, 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4981', 498, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4982', 498, 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4983', 498, 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '499', 49, 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4991', 499, 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'THIRDPARTY', 'XXXXXX', '4998', 499, 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '501', 5, 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5011', 501, 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5012', 501, 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5013', 501, 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '502', 5, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5021', 502, 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5022', 502, 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5023', 502, 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5024', 502, 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5025', 502, 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '503', 5, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5031', 503, 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5032', 503, 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5033', 503, 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5035', 503, 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '504', 5, 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5042', 504, 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5043', 504, 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '505', 5, 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '506', 5, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5061', 506, 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5062', 506, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5063', 506, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '508', 5, 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '51', 5, 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '511', 51, 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '512', 51, 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '513', 51, 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '514', 51, 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '515', 51, 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '518', 51, 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5181', 518, 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5182', 518, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5185', 518, 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5186', 518, 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5187', 518, 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '52', 5, 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '521', 52, 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5211', 521, 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5212', 521, 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '522', 52, 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '523', 52, 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '524', 52, 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '526', 52, 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5261', 521, 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5267', 521, 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '53', 5, 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '531', 53, 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '532', 53, 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '533', 53, 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '536', 53, 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5361', 536, 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5362', 536, 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '538', 53, 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '54', 5, 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '541', 54, 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '542', 54, 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '543', 54, 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '544', 54, 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '545', 54, 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '56', 5, 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '561', 56, 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '564', 56, 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '565', 56, 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '566', 56, 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5661', 566, 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5667', 566, 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '57', 5, 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '571', 57, 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5711', 571, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5712', 571, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '572', 57, 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5721', 572, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5722', 572, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '573', 57, 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5731', 573, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '5732', 573, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '58', 5, 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '581', 58, 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '582', 58, 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '585', 58, 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '588', 58, 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '59', 5, 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '591', 59, 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '592', 59, 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '593', 59, 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '594', 59, 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'FINAN', 'XXXXXX', '599', 59, 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '601', 6, 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '602', 6, 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6021', 602, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6022', 602, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6023', 602, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6024', 602, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6029', 602, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '603', 6, 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6031', 603, 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6032', 603, 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6033', 603, 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '604', 6, 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6041', 604, 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6042', 604, 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6043', 604, 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6044', 604, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6046', 604, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6047', 604, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6049', 604, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '605', 6, 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6051', 605, 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6052', 605, 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6053', 605, 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6054', 605, 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6055', 605, 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6056', 605, 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6057', 605, 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6058', 605, 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6059', 605, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '608', 6, 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6081', 608, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6082', 608, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6083', 608, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6089', 608, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '61', 6, 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '611', 61, 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '612', 61, 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '613', 61, 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '614', 61, 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '616', 61, 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '618', 61, 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6181', 618, 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6182', 618, 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6183', 618, 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '62', 6, 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '621', 62, 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '622', 62, 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6221', 622, 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6222', 622, 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6223', 622, 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6224', 622, 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6225', 622, 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6228', 622, 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '623', 62, 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6232', 623, 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6233', 623, 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6235', 623, 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '624', 62, 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6241', 624, 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6242', 624, 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6243', 624, 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6248', 624, 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '625', 62, 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6251', 625, 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6252', 625, 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6253', 625, 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6254', 625, 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6255', 625, 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6256', 625, 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6257', 625, 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6258', 625, 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '626', 62, 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6261', 626, 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6265', 626, 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6266', 626, 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '627', 62, 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6271', 627, 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6272', 627, 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6273', 627, 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6274', 627, 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6275', 627, 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6276', 627, 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6277', 627, 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6278', 627, 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '628', 62, 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6281', 628, 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6282', 628, 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6283', 628, 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6288', 628, 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '63', 6, 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '631', 63, 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6311', 631, 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6312', 631, 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6313', 631, 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6315', 631, 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6316', 631, 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6318', 631, 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '632', 63, 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6321', 632, 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6322', 632, 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6323', 632, 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6324', 632, 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6325', 632, 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6328', 632, 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '633', 63, 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '634', 63, 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6342', 634, 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6343', 634, 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6344', 634, 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '635', 63, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6351', 635, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6358', 635, 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '636', 63, 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '637', 63, 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6371', 637, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6372', 637, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '638', 63, 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6381', 638, 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6382', 638, 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6383', 638, 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6384', 638, 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '64', 6, 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '641', 64, 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6411', 641, 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6412', 641, 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6413', 641, 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6414', 641, 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6415', 641, 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6418', 641, 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '645', 64, 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '646', 64, 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6461', 646, 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6462', 646, 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6463', 646, 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6464', 646, 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6468', 646, 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '647', 64, 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6471', 647, 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6472', 647, 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6473', 647, 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6474', 647, 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6478', 647, 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '648', 64, 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '65', 6, 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '651', 65, 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6511', 651, 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6515', 651, 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '652', 65, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6521', 652, 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6525', 652, 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '653', 65, 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '654', 65, 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '658', 65, 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6581', 658, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6582', 658, 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6583', 658, 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '659', 65, 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6591', 659, 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6593', 659, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6594', 659, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6598', 659, 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '66', 6, 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '661', 66, 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6611', 661, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6612', 661, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6613', 661, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6614', 661, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6615', 661, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6616', 661, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6617', 661, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6618', 661, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '662', 66, 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6621', 662, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6622', 662, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6623', 662, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6624', 662, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6625', 662, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6626', 662, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6627', 662, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6628', 662, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '663', 66, 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6631', 663, 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6632', 663, 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6633', 663, 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6638', 663, 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '664', 66, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6641', 664, 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6642', 664, 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '666', 66, 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6661', 666, 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6662', 666, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '667', 66, 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6671', 667, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6672', 667, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '668', 66, 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6681', 668, 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6682', 668, 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6683', 668, 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6684', 668, 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '67', 6, 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '671', 67, 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6711', 671, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6712', 671, 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6713', 671, 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '672', 67, 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6721', 672, 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6722', 672, 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6723', 672, 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '673', 67, 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '674', 67, 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6741', 674, 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6742', 674, 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6743', 674, 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6744', 674, 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6745', 674, 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6748', 674, 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '675', 67, 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '676', 67, 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '677', 67, 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '678', 67, 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6781', 678, 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6782', 678, 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6783', 678, 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '679', 67, 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6791', 679, 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6795', 679, 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6798', 679, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '68', 6, 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '681', 68, 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6811', 68, 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6812', 68, 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6813', 68, 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '687', 68, 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6872', 687, 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6878', 687, 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '69', 6, 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '691', 69, 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6911', 691, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6912', 691, 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6913', 691, 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6914', 691, 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '697', 69, 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6971', 697, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'EXPENSE', 'XXXXXX', '6972', 697, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '701', 7, 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7011', 701, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7012', 701, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7013', 701, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7014', 701, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '702', 7, 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7021', 702, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7022', 702, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7023', 702, 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7024', 702, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '703', 7, 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7031', 703, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7032', 703, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7033', 703, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7034', 703, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '704', 7, 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7041', 704, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7042', 704, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7043', 704, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7044', 704, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '705', 7, 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7051', 705, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7052', 705, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7053', 705, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7054', 705, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '706', 7, 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7061', 706, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7062', 706, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7063', 706, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7064', 706, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '707', 7, 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7071', 707, 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7072', 707, 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7073', 707, 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7074', 707, 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7075', 707, 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7076', 707, 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7077', 707, 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7078', 707, 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '71', 7, 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '711', 71, 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '712', 71, 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '713', 71, 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '718', 71, 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7181', 718, 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7182', 718, 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7183', 718, 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '72', 7, 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '721', 72, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '722', 72, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '726', 72, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '73', 7, 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '734', 73, 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7341', 734, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7342', 734, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '735', 73, 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7351', 735, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7352', 735, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '736', 73, 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '737', 73, 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7371', 737, 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7372', 737, 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '75', 7, 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '752', 75, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7521', 752, 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7525', 752, 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '753', 75, 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '754', 75, 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '758', 75, 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7581', 758, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7582', 758, 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '759', 75, 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7591', 759, 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7593', 759, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7594', 759, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7598', 759, 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '77', 7, 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '771', 77, 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '772', 77, 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '773', 77, 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '774', 77, 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '775', 77, 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '776', 77, 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '777', 77, 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '778', 77, 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7781', 778, 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7782', 778, 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7784', 778, 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '779', 77, 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7791', 779, 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7795', 779, 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7798', 779, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '78', 7, 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '781', 78, 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '787', 78, 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '79', 7, 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '791', 79, 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7911', 791, 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7912', 791, 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7913', 791, 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7914', 791, 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '797', 79, 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7971', 797, 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '7972', 797, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'INCOME', 'XXXXXX', '798', 79, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '811', 81, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '812', 81, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '816', 81, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '821', 82, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '822', 82, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '826', 82, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '831', 83, 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '834', 83, 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '835', 83, 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '836', 83, 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '839', 83, 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '841', 84, 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '845', 84, 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '846', 84, 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '848', 84, 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '849', 84, 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '851', 85, 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '852', 85, 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '853', 85, 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '854', 85, 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '858', 85, 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '861', 86, 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '862', 86, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '863', 86, 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '864', 86, 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '865', 86, 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '868', 86, 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '871', 87, 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '874', 87, 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '878', 87, 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '881', 88, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '884', 88, 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '886', 88, 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '888', 88, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '891', 89, 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '8911', 891, 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '8912', 891, 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '8913', 891, 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '892', 89, 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '895', 89, 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '899', 89, 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '8991', 899, 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BF', 'AUTRES', 'XXXXXX', '8994', 899, 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-BF','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-BF','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-BF','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-BF','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-BF','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-BF','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-BF','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-BF','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-BF','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-BF','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-BF','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-BF','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-BF','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-BF','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-BF','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-BF','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-BF','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-BF','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-BF','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-BF','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-BF','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-BF','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-BF','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-BF','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-BF','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-BF','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-BF','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-BF','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-BF','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-BF','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-BF','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-BF','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-BF','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-BF','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-BF','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-BF','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-BF','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-BF','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-BF','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-BF','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-BF','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-BF','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-BF','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-BF','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-BF','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-BF','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-BF','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-BF','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-BF','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-BF','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-BF','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-BF','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-BF','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-BF','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-BF','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-BF','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-BF','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-BF','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-BF','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-BF','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-BF','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-BF','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-BF','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-BF','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-BF','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-BF','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-BF','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-BF','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-BF','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-BF','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-BF','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-BF','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-BF','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-BF','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-BF','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-BF','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-BF','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-BF','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-BF','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-BF','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-BF','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-BF','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-BF','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-BF','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-BF','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-BF','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-BF','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-BF','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-BF','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-BF','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-BF','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-BF','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-BF','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-BF','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-BF','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-BF','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-BF','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-BF','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-BF','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-BF','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-BF','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-BF','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-BF','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-BF','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-BF','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-BF','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-BF','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-BF','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-BF','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-BF','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-BF','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-BF','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-BF','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-BF','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-BF','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-BF','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-BF','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-BF','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-BF','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-BF','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-BF','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-BF','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-BF','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-BF','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-BF','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-BF','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-BF','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-BF','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-BF','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-BF','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-BF','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-BF','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-BF','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-BF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-BF','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-BF','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-BF','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-BF','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-BF','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-BF','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-BF','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-BF','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-BF','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-BF','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-BF','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-BF','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-BF','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-BF','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-BF','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-BF','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-BF','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-BF','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-BF','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-BF','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-BF','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-BF','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-BF','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-BF','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-BF','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-BF','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-BF','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-BF','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-BF','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-BF','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-BF','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-BF','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-BF','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-BF','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-BF','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-BF','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-BF','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-BF','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-BF','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-BF','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-BF','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-BF','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-BF','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-BF','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-BF','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-BF','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-BF','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-BF','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-BF','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-BF','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-BF','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-BF','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-BF','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-BF','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-BF','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-BF','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-BF','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-BF','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-BF','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-BF','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-BF','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-BF','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-BF','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-BF','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-BF','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-BF','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-BF','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-BF','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-BF','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-BF','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-BF','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-BF','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-BF','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-BF','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-BF','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-BF','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-BF','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-BF','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-BF','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-BF','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-BF','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-BF','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-BF','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-BF','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-BF','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-BF','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-BF','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-BF','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-BF','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-BF','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-BF','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-BF','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-BF','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-BF','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-BF','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-BF','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-BF','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-BF','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-BF','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-BF','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-BF','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-BF','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-BF','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-BF','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-BF','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-BF','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-BF','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-BF','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-BF','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-BF','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-BF','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-BF','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-BF','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-BF','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-BF','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-BF','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-BF','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-BF','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-BF','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-BF','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-BF','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-BF','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-BF','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-BF','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-BF','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-BF','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-BF','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-BF','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-BF','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-BF','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-BF','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-BF','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-BF','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-BF','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-BF','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-BF','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-BF','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-BF','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-BF','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-BF','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-BF','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-BF','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-BF','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-BF','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-BF','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-BF','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-BF','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-BF','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-BF','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-BF','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-BF','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-BF','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-BF','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-BF','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-BF','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-BF','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-BF','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-BF','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-BF','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-BF','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-BF','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-BF','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-BF','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-BF','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-BF','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-BF','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-BF','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-BF','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-BF','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-BF','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-BF','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-BF','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-BF','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-BF','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-BF','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-BF','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-BF','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-BF','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-BF','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-BF','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-BF','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-BF','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-BF','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-BF','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-BF','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-BF','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-BF','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-BF','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-BF','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-BF','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-BF','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-BF','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-BF','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-BF','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-BF','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-BF','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-BF','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-BF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-BF','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-BF','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-BF','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-BF','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-BF','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-BF','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-BF','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-BF','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-BF','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-BF','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-BF','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-BF','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-BF','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-BF','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-BF','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-BF','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-BF','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-BF','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-BF','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-BF','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-BF','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-BF','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-BF','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-BF','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-BF','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-BF','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-BF','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-BF','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-BF','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-BF','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-BF','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-BF','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-BF','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-BF','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-BF','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-BF','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-BF','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-BF','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-BF','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-BF','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-BF','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-BF','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-BF','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-BF','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-BF','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-BF','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-BF','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-BF','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-BF','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-BF','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-BF','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-BF','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-BF','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-BF','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-BF','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-BF','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-BF','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-BF','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-BF','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-BF','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-BF','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-BF','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-BF','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-BF','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-BF','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-BF','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-BF','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-BF','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-BF','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-BF','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-BF','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-BF','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-BF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-BF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-BF','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-BF','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-BF','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-BF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-BF','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-BF','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-BF','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-BF','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-BF','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-BF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-BF','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-BF','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-BF','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-BF','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-BF','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-BF','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-BF','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-BF','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-BF','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-BF','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-BF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-BF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-BF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-BF','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-BF','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-BF','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-BF','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-BF','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-BF','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-BF','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-BF','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-BF','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-BF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-BF','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-BF','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-BF','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-BF','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-BF','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-BF','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-BF','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-BF','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-BF','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-BF','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-BF','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-BF','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-BF','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-BF','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-BF','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-BF','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-BF','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-BF','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-BF','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-BF','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-BF','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-BF','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-BF','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-BF','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-BF','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-BF','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-BF','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-BF','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-BF','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-BF','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-BF','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-BF','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-BF','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-BF','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-BF','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-BF','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-BF','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-BF','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-BF','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-BF','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-BF','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-BF','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-BF','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-BF','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-BF','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-BF','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-BF','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-BF','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-BF','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-BF','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-BF','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-BF','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-BF','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-BF','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-BF','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-BF','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-BF','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-BF','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-BF','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-BF','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-BF','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-BF','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-BF','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-BF','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-BF','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-BF','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-BF','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-BF','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-BF','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-BF','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-BF','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-BF','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-BF','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-BF','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-BF','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-BF','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-BF','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-BF','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-BF','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-BF','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-BF','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-BF','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-BF','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-BF','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-BF','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-BF','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-BF','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-BF','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-BF','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-BF','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-BF','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-BF','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-BF','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-BF','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-BF','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-BF','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-BF','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-BF','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-BF','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-BF','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-BF','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-BF','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-BF','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-BF','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-BF','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-BF','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-BF','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-BF','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-BF','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-BF','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-BF','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-BF','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-BF','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-BF','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-BF','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-BF','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-BF','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-BF','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-BF','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-BF','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-BF','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-BF','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-BF','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-BF','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-BF','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-BF','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-BF','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-BF','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-BF','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-BF','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-BF','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-BF','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-BF','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-BF','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-BF','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-BF','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-BF','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-BF','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-BF','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-BF','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-BF','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-BF','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-BF','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-BF','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-BF','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-BF','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-BF','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-BF','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-BF','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-BF','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-BF','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-BF','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-BF','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-BF','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-BF','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-BF','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-BF','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-BF','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-BF','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-BF','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-BF','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-BF','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-BF','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-BF','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-BF','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-BF','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-BF','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-BF','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-BF','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-BF','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-BF','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-BF','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-BF','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-BF','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-BF','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-BF','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-BF','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-BF','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-BF','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-BF','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-BF','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-BF','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-BF','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-BF','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-BF','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-BF','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-BF','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-BF','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-BF','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-BF','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-BF','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-BF','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-BF','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-BF','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-BF','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-BF','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-BF','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-BF','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-BF','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-BF','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-BF','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-BF','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-BF','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-BF','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-BF','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-BF','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-BF','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-BF','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-BF','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-BF','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-BF','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-BF','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-BF','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-BF','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-BF','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-BF','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-BF','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-BF','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-BF','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-BF','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-BF','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-BF','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-BF','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-BF','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-BF','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-BF','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-BF','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-BF','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-BF','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-BF','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-BF','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-BF','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-BF','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-BF','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-BF','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-BF','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-BF','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-BF','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-BF','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-BF','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-BF','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-BF','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-BF','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-BF','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-BF','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-BF','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-BF','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-BF','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-BF','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-BF','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-BF','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-BF','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-BF','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-BF','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-BF','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-BF','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-BF','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-BF','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-BF','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-BF','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-BF','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-BF','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-BF','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-BF','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-BF','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-BF','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-BF','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-BF','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-BF','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-BF','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-BF','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-BF','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-BF','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-BF','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-BF','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-BF','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-BF','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-BF','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-BF','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-BF','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-BF','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-BF','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-BF','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-BF','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-BF','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-BF','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-BF','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-BF','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-BF','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-BF','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-BF','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-BF','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-BF','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-BF','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-BF','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-BF','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-BF','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-BF','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-BF','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-BF','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-BF','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-BF','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-BF','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-BF','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-BF','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-BF','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-BF','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-BF','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-BF','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-BF','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-BF','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-BF','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-BF','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-BF','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-BF','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-BF','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-BF','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-BF','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-BF','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-BF','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-BF','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-BF','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-BF','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-BF','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-BF','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-BF','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-BF','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-BF','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-BF','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-BF','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-BF','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-BF','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-BF','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-BF','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-BF','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-BF','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-BF','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-BF','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-BF','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-BF','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-BF','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-BF','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-BF','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-BF','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-BF','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-BF','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-BF','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-BF','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-BF','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-BF','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-BF','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-BF','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-BF','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-BF','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-BF','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-BF','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-BF','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-BF','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-BF','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-BF','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-BF','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-BF','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-BF','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-BF','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-BF','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-BF','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-BF','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-BF','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-BF','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-BF','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-BF','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-BF','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-BF','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-BF','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-BF','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-BF','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-BF','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-BF','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-BF','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-BF','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-BF','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-BF','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-BF','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-BF','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-BF','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-BF','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-BF','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-BF','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-BF','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-BF','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-BF','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-BF','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-BF','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-BF','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-BF','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-BF','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-BF','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-BF','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-BF','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-BF','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-BF','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-BF','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-BF','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-BF','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-BF','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-BF','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-BF','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-BF','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-BF','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-BF','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-BF','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-BF','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-BF','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-BF','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-BF','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-BF','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-BF','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-BF','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-BF','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-BF','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-BF','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-BF','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-BF','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-BF','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-BF','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-BF','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-BF','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-BF','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-BF','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-BF','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-BF','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-BF','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-BF','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-BF','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-BF','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-BF','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-BF','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-BF','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-BF','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-BF','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-BF','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-BF','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-BF','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-BF','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-BF','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-BF','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-BF','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-BF','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-BF','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-BF','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-BF','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-BF','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-BF','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-BF','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-BF','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-BF','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-BF','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-BF','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-BF','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-BF','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-BF','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-BF','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-BF','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-BF','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-BF','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-BF','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-BF','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-BF','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-BF','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-BF','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-BF','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-BF','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-BF','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-BF','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-BF','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-BF','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-BF','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-BF','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-BF','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-BF','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-BF','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-BF','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-BF','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-BF','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-BF','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-BF','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-BF','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-BF','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-BF','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-BF','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-BF','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-BF','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-BF','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-BF','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-BF','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-BF','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-BF','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-BF','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-BF','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-BF','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-BF','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-BF','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-BF','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-BF','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-BF','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-BF','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-BF','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-BF','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-BF','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-BF','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-BF','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-BF','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-BF','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-BF','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-BF','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-BF','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-BF','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-BF','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-BF','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-BF','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-BF','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-BF','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-BF','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-BF','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-BF','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-BF','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-BF','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-BF','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-BF','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-BF','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-BF','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-BF','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-BF','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-BF','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-BF','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-BF','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-BF','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-BF','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-BF','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-BF','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-BF','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-BF','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-BF','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-BF','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-BF','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-BF','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-BF','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-BF','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-BF','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-BF','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-BF','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-BF','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-BF','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-BF','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-BF','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-BF','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-BF','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-BF','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-BF','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-BF','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-BF','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-BF','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-BF','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-BF','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-BF','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-BF','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-BF','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-BF','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-BF','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-BF','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-BF','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
    index c7098bfacf9..0bca4b646a4 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_bj.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_bj.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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,1235 +20,1234 @@
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA BJ
     -- ID 15000 - 16999
    ---
    +-- ADD 4900000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '101', 1, 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1011', 101, 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1012', 101, 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1013', 101, 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1014', 101, 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1018', 101, 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '102', 1, 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1021', 102, 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1022', 102, 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1028', 102, 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '103', 1, 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '104', 1, 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1041', 104, 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1042', 104, 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1043', 104, 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1047', 104, 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1048', 104, 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '105', 1, 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1051', 105, 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1052', 105, 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1053', 105, 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1054', 105, 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1058', 105, 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '106', 1, 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1061', 106, 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1062', 106, 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '109', 1, 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '11', 1, 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '111', 11, 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1111', 111, 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '112', 11, 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '113', 11, 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1131', 113, 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1133', 113, 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1134', 113, 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1135', 113, 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1138', 113, 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '118', 11, 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1181', 118, 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1188', 118, 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '12', 1, 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '121', 12, 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1211', 121, 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '129', 12, 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1291', 129, 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1292', 129, 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '13', 1, 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1301', 13, 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1309', 13, 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '131', 13, 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '132', 13, 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1321', 132, 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1322', 132, 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '133', 13, 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '134', 13, 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '135', 13, 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '136', 13, 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '137', 13, 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '138', 13, 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '139', 13, 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '14', 1, 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '141', 14, 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1411', 141, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1412', 141, 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1413', 141, 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1414', 141, 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1415', 141, 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1416', 141, 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1417', 141, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1418', 141, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '142', 14, 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1421', 142, 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '148', 14, 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '15', 1, 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '151', 15, 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '152', 15, 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1521', 152, 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '153', 15, 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1531', 153, 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1532', 153, 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '154', 15, 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '155', 15, 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1551', 155, 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1552', 155, 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1553', 155, 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1554', 155, 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '156', 15, 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1561', 156, 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1562', 156, 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '157', 15, 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '158', 15, 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '16', 1, 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '161', 16, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1611', 161, 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1612', 161, 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1618', 161, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1619', 161, 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '162', 16, 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '163', 16, 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '164', 16, 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '165', 16, 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1651', 165, 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1652', 165, 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '166', 16, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1661', 166, 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1662', 166, 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1663', 166, 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1664', 166, 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1665', 166, 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1667', 166, 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1668', 166, 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '167', 16, 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1671', 167, 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1672', 167, 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1673', 167, 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1674', 167, 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1676', 167, 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '168', 16, 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1681', 168, 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1682', 168, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1683', 168, 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1684', 168, 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1685', 168, 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1686', 168, 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '17', 1, 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '172', 17, 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '173', 17, 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '176', 17, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1762', 176, 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1763', 176, 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1768', 176, 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '178', 17, 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '18', 1, 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '181', 18, 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1811', 181, 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1812', 181, 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '182', 18, 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '183', 18, 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '184', 18, 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '185', 18, 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '186', 18, 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '187', 18, 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '188', 18, 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '19', 1, 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '191', 19, 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '192', 19, 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '193', 19, 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '194', 19, 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '195', 19, 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '196', 19, 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '197', 19, 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1971', 197, 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '198', 19, 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1981', 198, 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1982', 198, 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1983', 198, 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'CAPIT', 'XXXXXX', '1988', 198, 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '201', 2, 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2011', 201, 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2012', 201, 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2013', 201, 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2014', 201, 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2015', 201, 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2016', 201, 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2017', 201, 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2018', 201, 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '202', 2, 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2021', 202, 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2022', 202, 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2026', 202, 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2028', 202, 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '206', 2, 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2061', 206, 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2062', 206, 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2068', 206, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '21', 2, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '211', 21, 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '212', 21, 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '213', 21, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '214', 21, 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '215', 21, 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '216', 21, 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '217', 21, 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '218', 21, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '219', 21, 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2191', 219, 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2193', 219, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2198', 219, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '22', 2, 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '221', 22, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2211', 221, 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2212', 221, 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2218', 221, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '222', 22, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2221', 222, 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2228', 222, 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '223', 22, 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2231', 223, 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2232', 223, 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2234', 223, 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2235', 223, 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2236', 223, 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '224', 22, 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2241', 224, 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2248', 224, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '225', 22, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2251', 225, 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '226', 22, 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2261', 226, 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '227', 22, 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '228', 22, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2281', 228, 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2285', 228, 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2288', 228, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '229', 22, 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2291', 229, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2292', 229, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2295', 229, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2298', 229, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '23', 2, 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '231', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2311', 231, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2312', 231, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2313', 231, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2314', 231, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2315', 231, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '232', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2321', 232, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2322', 232, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2323', 232, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2324', 232, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2325', 232, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '233', 23, 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2331', 233, 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2332', 233, 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2333', 233, 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2334', 233, 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2335', 233, 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2338', 233, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '234', 23, 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2341', 234, 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2342', 234, 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2343', 234, 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2344', 234, 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '235', 23, 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2351', 235, 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2358', 235, 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '237', 23, 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '238', 23, 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '239', 23, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2391', 239, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '24', 2, 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '241', 24, 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2411', 241, 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2412', 241, 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2413', 241, 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2414', 241, 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '242', 24, 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2421', 242, 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2422', 242, 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '243', 24, 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '244', 24, 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2441', 244, 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2442', 244, 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2443', 244, 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2444', 244, 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2446', 244, 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2447', 244, 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '245', 24, 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2451', 245, 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2452', 245, 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2453', 245, 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2454', 245, 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2455', 245, 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2456', 245, 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2458', 245, 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '246', 24, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2461', 246, 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2462', 246, 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2463', 246, 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2465', 246, 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2468', 246, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '247', 24, 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '248', 24, 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2481', 248, 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '249', 24, 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2491', 249, 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2492', 249, 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2493', 249, 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2494', 249, 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2495', 249, 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2496', 249, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2497', 249, 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2498', 249, 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '25', 2, 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '251', 25, 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '252', 25, 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '26', 2, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '261', 26, 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '262', 26, 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '263', 26, 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '265', 26, 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '266', 26, 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '268', 26, 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '27', 2, 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '271', 27, 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2711', 271, 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2712', 271, 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2713', 271, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2714', 271, 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '272', 27, 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2721', 272, 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2722', 272, 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2728', 272, 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '273', 27, 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2731', 273, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2733', 273, 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2738', 273, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '274', 27, 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2741', 274, 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2742', 274, 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2743', 274, 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2744', 274, 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2748', 274, 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '275', 27, 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2751', 275, 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2752', 275, 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2753', 275, 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2754', 275, 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2755', 275, 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2756', 275, 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2757', 275, 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2758', 275, 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '276', 27, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2761', 276, 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2762', 276, 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2763', 276, 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2764', 276, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2765', 276, 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2767', 276, 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2768', 276, 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '277', 27, 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2771', 277, 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2772', 277, 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2773', 277, 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2774', 277, 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '278', 27, 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2781', 278, 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2782', 278, 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2785', 278, 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '28', 2, 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '281', 28, 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2811', 281, 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2812', 281, 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2813', 281, 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2814', 281, 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2815', 281, 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2816', 281, 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2817', 281, 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2818', 281, 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '282', 28, 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2821', 282, 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2824', 282, 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2825', 282, 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '283', 28, 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2831', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2832', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2833', 283, 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2834', 283, 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2835', 283, 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2837', 283, 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2838', 283, 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '284', 28, 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2841', 284, 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2842', 284, 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2843', 284, 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2844', 284, 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2845', 284, 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2846', 284, 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2847', 284, 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2848', 284, 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '29', 2, 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '291', 29, 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2912', 291, 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2913', 291, 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2914', 291, 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2915', 291, 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2916', 291, 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2917', 291, 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2918', 291, 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2919', 291, 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '292', 29, 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2921', 292, 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2922', 292, 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2923', 292, 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2924', 292, 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2925', 292, 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2926', 292, 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2927', 292, 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2928', 292, 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2929', 292, 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '293', 29, 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2931', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2932', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2933', 293, 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2934', 293, 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2935', 293, 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2937', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2938', 293, 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2939', 293, 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '294', 29, 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2941', 294, 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2942', 294, 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2943', 294, 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2944', 294, 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2945', 294, 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2946', 294, 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2947', 294, 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2948', 294, 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2949', 294, 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '295', 29, 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2951', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2952', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '296', 29, 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2961', 296, 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2962', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2963', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2965', 296, 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2966', 296, 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2968', 296, 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '297', 29, 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2971', 297, 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2972', 297, 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2973', 297, 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2974', 297, 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2975', 297, 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2977', 297, 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'IMMO', 'XXXXXX', '2978', 297, 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '311', 31, 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3111', 311, 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3112', 311, 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '312', 31, 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3121', 312, 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3122', 312, 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '318', 31, 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '321', 32, 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '322', 32, 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '323', 32, 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '331', 33, 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '332', 33, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '333', 33, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '334', 33, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '335', 33, 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3351', 335, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3352', 335, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3353', 335, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3358', 335, 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '338', 33, 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '341', 34, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3411', 341, 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3412', 341, 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '342', 34, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3421', 342, 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3422', 342, 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '343', 34, 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3431', 343, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3432', 343, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '344', 34, 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3441', 344, 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3442', 344, 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '351', 35, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3511', 351, 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3512', 351, 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '352', 35, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3521', 352, 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3522', 352, 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '361', 36, 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '362', 36, 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '371', 37, 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3711', 371, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3712', 371, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '372', 37, 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3721', 372, 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3722', 372, 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3723', 372, 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '381', 38, 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '382', 38, 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '383', 38, 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '386', 38, 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '387', 38, 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3871', 387, 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '3872', 387, 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '388', 38, 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '391', 39, 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '392', 39, 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '393', 39, 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '394', 39, 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '395', 39, 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '396', 39, 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '397', 39, 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'STOCK', 'XXXXXX', '398', 39, 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '401', 4, 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4011', 401, 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4012', 401, 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4013', 401, 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4017', 401, 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '402', 4, 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4021', 402, 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4022', 402, 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4023', 402, 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '408', 4, 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4081', 408, 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4082', 408, 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4083', 408, 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4086', 408, 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '409', 4, 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4091', 409, 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4092', 409, 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4093', 409, 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4094', 409, 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4098', 409, 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '41', 4, 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '411', 41, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4111', 411, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4112', 411, 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4114', 411, 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4115', 411, 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4117', 411, 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4118', 411, 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '412', 41, 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4121', 412, 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4122', 412, 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4124', 412, 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4125', 412, 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '414', 41, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4141', 414, 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4142', 414, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '415', 41, 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '416', 41, 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4161', 416, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4162', 416, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '418', 41, 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4181', 418, 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4186', 418, 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '419', 41, 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4191', 419, 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4192', 419, 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4194', 419, 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4198', 419, 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '42', 4, 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '421', 42, 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4211', 421, 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4212', 421, 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4213', 421, 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '422', 42, 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4221', 422, 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4222', 422, 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '423', 42, 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4231', 423, 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4232', 423, 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4233', 423, 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '424', 42, 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4241', 424, 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4242', 424, 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4245', 424, 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4248', 424, 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '425', 42, 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4251', 425, 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4252', 425, 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4258', 425, 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '426', 42, 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '427', 42, 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '428', 42, 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4281', 428, 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4286', 428, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4287', 428, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '43', 4, 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '431', 43, 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4311', 431, 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4312', 431, 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4313', 431, 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4314', 431, 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4318', 431, 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '432', 43, 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '433', 43, 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4331', 433, 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '438', 43, 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4381', 438, 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4382', 438, 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4386', 438, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4387', 438, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '44', 4, 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '441', 44, 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '442', 44, 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4421', 4421, 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4422', 4421, 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4423', 4421, 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4424', 4421, 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4426', 4421, 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4428', 4421, 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '443', 44, 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4431', 443, 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4432', 443, 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4433', 443, 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4434', 443, 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4435', 443, 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '444', 44, 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4441', 444, 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4449', 444, 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '445', 44, 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4451', 445, 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4452', 445, 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4453', 445, 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4454', 445, 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4455', 445, 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4456', 445, 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '446', 44, 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '447', 44, 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4471', 447, 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4472', 447, 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4473', 447, 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4474', 447, 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4478', 447, 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '448', 44, 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4486', 448, 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4487', 448, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '449', 44, 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4491', 449, 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4492', 449, 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4493', 449, 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4494', 449, 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4495', 449, 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4496', 449, 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4499', 449, 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '45', 4, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '451', 45, 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '452', 45, 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '458', 45, 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4581', 458, 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4582', 458, 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '46', 4, 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '461', 46, 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4611', 461, 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4612', 461, 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4613', 461, 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4614', 461, 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4615', 461, 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4616', 461, 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4617', 461, 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4618', 461, 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4619', 461, 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '462', 46, 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4621', 462, 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4626', 462, 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '463', 46, 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '465', 46, 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '466', 46, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '467', 46, 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '47', 4, 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '471', 47, 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4711', 471, 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4712', 471, 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4713', 471, 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '472', 47, 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4726', 472, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4727', 472, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4728', 472, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '474', 47, 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4746', 474, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4747', 474, 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '475', 47, 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '476', 47, 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '477', 47, 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '478', 47, 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4781', 478, 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4782', 478, 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4788', 478, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '479', 47, 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4791', 479, 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4792', 479, 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4798', 479, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '48', 4, 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '481', 48, 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4811', 481, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4812', 481, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4817', 481, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4818', 481, 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '482', 48, 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '483', 48, 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '484', 48, 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '485', 48, 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4851', 485, 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4852', 485, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4855', 485, 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4857', 485, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4858', 485, 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '486', 48, 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '488', 48, 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '49', 4, 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '491', 49, 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4911', 491, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4912', 491, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '492', 49, 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '493', 49, 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '494', 49, 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '495', 49, 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '496', 49, 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4962', 496, 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4963', 496, 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4966', 496, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '497', 49, 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '498', 49, 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4981', 498, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4982', 498, 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4983', 498, 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '499', 49, 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4991', 499, 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'THIRDPARTY', 'XXXXXX', '4998', 499, 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '501', 5, 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5011', 501, 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5012', 501, 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5013', 501, 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '502', 5, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5021', 502, 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5022', 502, 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5023', 502, 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5024', 502, 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5025', 502, 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '503', 5, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5031', 503, 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5032', 503, 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5033', 503, 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5035', 503, 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '504', 5, 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5042', 504, 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5043', 504, 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '505', 5, 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '506', 5, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5061', 506, 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5062', 506, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5063', 506, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '508', 5, 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '51', 5, 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '511', 51, 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '512', 51, 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '513', 51, 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '514', 51, 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '515', 51, 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '518', 51, 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5181', 518, 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5182', 518, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5185', 518, 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5186', 518, 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5187', 518, 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '52', 5, 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '521', 52, 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5211', 521, 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5212', 521, 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '522', 52, 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '523', 52, 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '524', 52, 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '526', 52, 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5261', 521, 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5267', 521, 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '53', 5, 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '531', 53, 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '532', 53, 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '533', 53, 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '536', 53, 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5361', 536, 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5362', 536, 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '538', 53, 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '54', 5, 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '541', 54, 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '542', 54, 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '543', 54, 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '544', 54, 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '545', 54, 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '56', 5, 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '561', 56, 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '564', 56, 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '565', 56, 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '566', 56, 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5661', 566, 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5667', 566, 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '57', 5, 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '571', 57, 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5711', 571, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5712', 571, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '572', 57, 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5721', 572, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5722', 572, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '573', 57, 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5731', 573, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '5732', 573, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '58', 5, 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '581', 58, 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '582', 58, 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '585', 58, 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '588', 58, 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '59', 5, 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '591', 59, 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '592', 59, 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '593', 59, 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '594', 59, 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'FINAN', 'XXXXXX', '599', 59, 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '601', 6, 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '602', 6, 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6021', 602, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6022', 602, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6023', 602, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6024', 602, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6029', 602, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '603', 6, 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6031', 603, 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6032', 603, 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6033', 603, 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '604', 6, 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6041', 604, 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6042', 604, 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6043', 604, 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6044', 604, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6046', 604, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6047', 604, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6049', 604, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '605', 6, 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6051', 605, 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6052', 605, 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6053', 605, 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6054', 605, 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6055', 605, 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6056', 605, 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6057', 605, 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6058', 605, 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6059', 605, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '608', 6, 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6081', 608, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6082', 608, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6083', 608, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6089', 608, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '61', 6, 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '611', 61, 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '612', 61, 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '613', 61, 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '614', 61, 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '616', 61, 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '618', 61, 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6181', 618, 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6182', 618, 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6183', 618, 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '62', 6, 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '621', 62, 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '622', 62, 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6221', 622, 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6222', 622, 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6223', 622, 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6224', 622, 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6225', 622, 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6228', 622, 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '623', 62, 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6232', 623, 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6233', 623, 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6235', 623, 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '624', 62, 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6241', 624, 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6242', 624, 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6243', 624, 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6248', 624, 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '625', 62, 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6251', 625, 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6252', 625, 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6253', 625, 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6254', 625, 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6255', 625, 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6256', 625, 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6257', 625, 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6258', 625, 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '626', 62, 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6261', 626, 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6265', 626, 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6266', 626, 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '627', 62, 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6271', 627, 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6272', 627, 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6273', 627, 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6274', 627, 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6275', 627, 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6276', 627, 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6277', 627, 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6278', 627, 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '628', 62, 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6281', 628, 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6282', 628, 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6283', 628, 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6288', 628, 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '63', 6, 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '631', 63, 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6311', 631, 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6312', 631, 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6313', 631, 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6315', 631, 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6316', 631, 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6318', 631, 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '632', 63, 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6321', 632, 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6322', 632, 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6323', 632, 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6324', 632, 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6325', 632, 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6328', 632, 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '633', 63, 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '634', 63, 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6342', 634, 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6343', 634, 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6344', 634, 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '635', 63, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6351', 635, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6358', 635, 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '636', 63, 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '637', 63, 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6371', 637, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6372', 637, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '638', 63, 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6381', 638, 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6382', 638, 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6383', 638, 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6384', 638, 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '64', 6, 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '641', 64, 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6411', 641, 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6412', 641, 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6413', 641, 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6414', 641, 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6415', 641, 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6418', 641, 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '645', 64, 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '646', 64, 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6461', 646, 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6462', 646, 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6463', 646, 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6464', 646, 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6468', 646, 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '647', 64, 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6471', 647, 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6472', 647, 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6473', 647, 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6474', 647, 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6478', 647, 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '648', 64, 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '65', 6, 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '651', 65, 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6511', 651, 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6515', 651, 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '652', 65, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6521', 652, 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6525', 652, 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '653', 65, 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '654', 65, 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '658', 65, 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6581', 658, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6582', 658, 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6583', 658, 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '659', 65, 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6591', 659, 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6593', 659, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6594', 659, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6598', 659, 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '66', 6, 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '661', 66, 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6611', 661, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6612', 661, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6613', 661, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6614', 661, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6615', 661, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6616', 661, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6617', 661, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6618', 661, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '662', 66, 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6621', 662, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6622', 662, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6623', 662, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6624', 662, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6625', 662, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6626', 662, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6627', 662, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6628', 662, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '663', 66, 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6631', 663, 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6632', 663, 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6633', 663, 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6638', 663, 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '664', 66, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6641', 664, 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6642', 664, 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '666', 66, 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6661', 666, 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6662', 666, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '667', 66, 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6671', 667, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6672', 667, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '668', 66, 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6681', 668, 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6682', 668, 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6683', 668, 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6684', 668, 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '67', 6, 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '671', 67, 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6711', 671, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6712', 671, 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6713', 671, 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '672', 67, 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6721', 672, 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6722', 672, 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6723', 672, 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '673', 67, 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '674', 67, 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6741', 674, 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6742', 674, 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6743', 674, 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6744', 674, 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6745', 674, 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6748', 674, 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '675', 67, 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '676', 67, 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '677', 67, 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '678', 67, 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6781', 678, 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6782', 678, 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6783', 678, 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '679', 67, 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6791', 679, 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6795', 679, 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6798', 679, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '68', 6, 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '681', 68, 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6811', 68, 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6812', 68, 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6813', 68, 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '687', 68, 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6872', 687, 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6878', 687, 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '69', 6, 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '691', 69, 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6911', 691, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6912', 691, 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6913', 691, 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6914', 691, 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '697', 69, 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6971', 697, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'EXPENSE', 'XXXXXX', '6972', 697, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '701', 7, 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7011', 701, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7012', 701, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7013', 701, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7014', 701, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '702', 7, 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7021', 702, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7022', 702, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7023', 702, 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7024', 702, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '703', 7, 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7031', 703, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7032', 703, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7033', 703, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7034', 703, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '704', 7, 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7041', 704, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7042', 704, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7043', 704, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7044', 704, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '705', 7, 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7051', 705, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7052', 705, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7053', 705, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7054', 705, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '706', 7, 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7061', 706, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7062', 706, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7063', 706, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7064', 706, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '707', 7, 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7071', 707, 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7072', 707, 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7073', 707, 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7074', 707, 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7075', 707, 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7076', 707, 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7077', 707, 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7078', 707, 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '71', 7, 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '711', 71, 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '712', 71, 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '713', 71, 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '718', 71, 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7181', 718, 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7182', 718, 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7183', 718, 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '72', 7, 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '721', 72, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '722', 72, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '726', 72, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '73', 7, 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '734', 73, 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7341', 734, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7342', 734, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '735', 73, 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7351', 735, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7352', 735, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '736', 73, 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '737', 73, 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7371', 737, 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7372', 737, 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '75', 7, 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '752', 75, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7521', 752, 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7525', 752, 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '753', 75, 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '754', 75, 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '758', 75, 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7581', 758, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7582', 758, 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '759', 75, 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7591', 759, 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7593', 759, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7594', 759, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7598', 759, 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '77', 7, 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '771', 77, 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '772', 77, 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '773', 77, 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '774', 77, 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '775', 77, 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '776', 77, 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '777', 77, 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '778', 77, 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7781', 778, 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7782', 778, 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7784', 778, 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '779', 77, 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7791', 779, 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7795', 779, 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7798', 779, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '78', 7, 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '781', 78, 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '787', 78, 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '79', 7, 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '791', 79, 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7911', 791, 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7912', 791, 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7913', 791, 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7914', 791, 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '797', 79, 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7971', 797, 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '7972', 797, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'INCOME', 'XXXXXX', '798', 79, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '811', 81, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '812', 81, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '816', 81, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '821', 82, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '822', 82, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '826', 82, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '831', 83, 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '834', 83, 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '835', 83, 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '836', 83, 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '839', 83, 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '841', 84, 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '845', 84, 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '846', 84, 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '848', 84, 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '849', 84, 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '851', 85, 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '852', 85, 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '853', 85, 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '854', 85, 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '858', 85, 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '861', 86, 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '862', 86, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '863', 86, 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '864', 86, 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '865', 86, 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '868', 86, 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '871', 87, 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '874', 87, 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '878', 87, 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '881', 88, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '884', 88, 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '886', 88, 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '888', 88, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '891', 89, 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '8911', 891, 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '8912', 891, 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '8913', 891, 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '892', 89, 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '895', 89, 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '899', 89, 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '8991', 899, 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-BJ', 'AUTRES', 'XXXXXX', '8994', 899, 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-BJ','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-BJ','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-BJ','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-BJ','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-BJ','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-BJ','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-BJ','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-BJ','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-BJ','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-BJ','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-BJ','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-BJ','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-BJ','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-BJ','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-BJ','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-BJ','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-BJ','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-BJ','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-BJ','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-BJ','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-BJ','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-BJ','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-BJ','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-BJ','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-BJ','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-BJ','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-BJ','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-BJ','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-BJ','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-BJ','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-BJ','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-BJ','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-BJ','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-BJ','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-BJ','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-BJ','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-BJ','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-BJ','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-BJ','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-BJ','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-BJ','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-BJ','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-BJ','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-BJ','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-BJ','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-BJ','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-BJ','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-BJ','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-BJ','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-BJ','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-BJ','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-BJ','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-BJ','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-BJ','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-BJ','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-BJ','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-BJ','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-BJ','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-BJ','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-BJ','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-BJ','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-BJ','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-BJ','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-BJ','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-BJ','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-BJ','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-BJ','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-BJ','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-BJ','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-BJ','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-BJ','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-BJ','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-BJ','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-BJ','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-BJ','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-BJ','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-BJ','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-BJ','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-BJ','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-BJ','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-BJ','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-BJ','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-BJ','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-BJ','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-BJ','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-BJ','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-BJ','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-BJ','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-BJ','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-BJ','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-BJ','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-BJ','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-BJ','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-BJ','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-BJ','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-BJ','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-BJ','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-BJ','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-BJ','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-BJ','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-BJ','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-BJ','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-BJ','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-BJ','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-BJ','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-BJ','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-BJ','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-BJ','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-BJ','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-BJ','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-BJ','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-BJ','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-BJ','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-BJ','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-BJ','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-BJ','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-BJ','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-BJ','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-BJ','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-BJ','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-BJ','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-BJ','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-BJ','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-BJ','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-BJ','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-BJ','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-BJ','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-BJ','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-BJ','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-BJ','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-BJ','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-BJ','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-BJ','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-BJ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-BJ','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-BJ','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-BJ','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-BJ','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-BJ','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-BJ','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-BJ','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-BJ','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-BJ','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-BJ','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-BJ','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-BJ','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-BJ','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-BJ','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-BJ','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-BJ','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-BJ','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-BJ','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-BJ','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-BJ','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-BJ','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-BJ','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-BJ','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-BJ','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-BJ','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-BJ','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-BJ','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-BJ','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-BJ','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-BJ','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-BJ','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-BJ','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-BJ','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-BJ','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-BJ','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-BJ','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-BJ','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-BJ','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-BJ','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-BJ','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-BJ','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-BJ','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-BJ','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-BJ','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-BJ','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-BJ','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-BJ','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-BJ','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-BJ','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-BJ','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-BJ','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-BJ','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-BJ','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-BJ','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-BJ','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-BJ','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-BJ','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-BJ','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-BJ','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-BJ','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-BJ','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-BJ','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-BJ','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-BJ','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-BJ','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-BJ','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-BJ','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-BJ','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-BJ','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-BJ','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-BJ','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-BJ','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-BJ','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-BJ','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-BJ','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-BJ','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-BJ','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-BJ','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-BJ','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-BJ','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-BJ','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-BJ','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-BJ','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-BJ','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-BJ','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-BJ','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-BJ','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-BJ','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-BJ','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-BJ','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-BJ','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-BJ','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-BJ','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-BJ','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-BJ','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-BJ','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-BJ','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-BJ','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-BJ','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-BJ','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-BJ','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-BJ','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-BJ','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-BJ','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-BJ','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-BJ','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-BJ','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-BJ','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-BJ','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-BJ','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-BJ','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-BJ','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-BJ','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-BJ','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-BJ','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-BJ','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-BJ','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-BJ','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-BJ','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-BJ','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-BJ','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-BJ','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-BJ','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-BJ','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-BJ','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-BJ','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-BJ','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-BJ','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-BJ','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-BJ','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-BJ','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-BJ','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-BJ','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-BJ','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-BJ','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-BJ','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-BJ','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-BJ','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-BJ','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-BJ','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-BJ','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-BJ','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-BJ','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-BJ','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-BJ','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-BJ','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-BJ','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-BJ','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-BJ','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-BJ','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-BJ','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-BJ','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-BJ','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-BJ','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-BJ','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-BJ','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-BJ','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-BJ','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-BJ','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-BJ','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-BJ','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-BJ','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-BJ','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-BJ','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-BJ','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-BJ','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-BJ','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-BJ','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-BJ','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-BJ','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-BJ','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-BJ','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-BJ','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-BJ','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-BJ','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-BJ','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-BJ','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-BJ','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-BJ','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-BJ','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-BJ','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-BJ','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-BJ','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-BJ','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-BJ','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-BJ','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-BJ','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-BJ','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-BJ','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-BJ','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-BJ','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-BJ','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-BJ','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-BJ','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-BJ','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-BJ','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-BJ','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-BJ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-BJ','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-BJ','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-BJ','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-BJ','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-BJ','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-BJ','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-BJ','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-BJ','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-BJ','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-BJ','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-BJ','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-BJ','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-BJ','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-BJ','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-BJ','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-BJ','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-BJ','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-BJ','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-BJ','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-BJ','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-BJ','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-BJ','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-BJ','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-BJ','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-BJ','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-BJ','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-BJ','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-BJ','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-BJ','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-BJ','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-BJ','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-BJ','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-BJ','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-BJ','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-BJ','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-BJ','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-BJ','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-BJ','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-BJ','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-BJ','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-BJ','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-BJ','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-BJ','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-BJ','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-BJ','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-BJ','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-BJ','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-BJ','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-BJ','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-BJ','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-BJ','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-BJ','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-BJ','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-BJ','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-BJ','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-BJ','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-BJ','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-BJ','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-BJ','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-BJ','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-BJ','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-BJ','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-BJ','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-BJ','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-BJ','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-BJ','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-BJ','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-BJ','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-BJ','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-BJ','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-BJ','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-BJ','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-BJ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-BJ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-BJ','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-BJ','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-BJ','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-BJ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-BJ','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-BJ','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-BJ','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-BJ','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-BJ','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-BJ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-BJ','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-BJ','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-BJ','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-BJ','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-BJ','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-BJ','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-BJ','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-BJ','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-BJ','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-BJ','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-BJ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-BJ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-BJ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-BJ','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-BJ','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-BJ','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-BJ','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-BJ','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-BJ','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-BJ','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-BJ','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-BJ','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-BJ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-BJ','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-BJ','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-BJ','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-BJ','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-BJ','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-BJ','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-BJ','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-BJ','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-BJ','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-BJ','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-BJ','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-BJ','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-BJ','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-BJ','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-BJ','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-BJ','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-BJ','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-BJ','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-BJ','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-BJ','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-BJ','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-BJ','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-BJ','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-BJ','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-BJ','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-BJ','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-BJ','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-BJ','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-BJ','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-BJ','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-BJ','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-BJ','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-BJ','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-BJ','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-BJ','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-BJ','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-BJ','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-BJ','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-BJ','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-BJ','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-BJ','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-BJ','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-BJ','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-BJ','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-BJ','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-BJ','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-BJ','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-BJ','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-BJ','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-BJ','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-BJ','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-BJ','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-BJ','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-BJ','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-BJ','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-BJ','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-BJ','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-BJ','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-BJ','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-BJ','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-BJ','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-BJ','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-BJ','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-BJ','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-BJ','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-BJ','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-BJ','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-BJ','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-BJ','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-BJ','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-BJ','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-BJ','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-BJ','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-BJ','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-BJ','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-BJ','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-BJ','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-BJ','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-BJ','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-BJ','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-BJ','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-BJ','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-BJ','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-BJ','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-BJ','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-BJ','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-BJ','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-BJ','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-BJ','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-BJ','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-BJ','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-BJ','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-BJ','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-BJ','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-BJ','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-BJ','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-BJ','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-BJ','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-BJ','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-BJ','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-BJ','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-BJ','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-BJ','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-BJ','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-BJ','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-BJ','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-BJ','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-BJ','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-BJ','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-BJ','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-BJ','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-BJ','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-BJ','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-BJ','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-BJ','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-BJ','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-BJ','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-BJ','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-BJ','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-BJ','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-BJ','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-BJ','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-BJ','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-BJ','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-BJ','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-BJ','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-BJ','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-BJ','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-BJ','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-BJ','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-BJ','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-BJ','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-BJ','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-BJ','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-BJ','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-BJ','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-BJ','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-BJ','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-BJ','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-BJ','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-BJ','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-BJ','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-BJ','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-BJ','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-BJ','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-BJ','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-BJ','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-BJ','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-BJ','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-BJ','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-BJ','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-BJ','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-BJ','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-BJ','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-BJ','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-BJ','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-BJ','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-BJ','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-BJ','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-BJ','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-BJ','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-BJ','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-BJ','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-BJ','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-BJ','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-BJ','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-BJ','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-BJ','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-BJ','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-BJ','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-BJ','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-BJ','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-BJ','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-BJ','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-BJ','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-BJ','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-BJ','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-BJ','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-BJ','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-BJ','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-BJ','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-BJ','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-BJ','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-BJ','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-BJ','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-BJ','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-BJ','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-BJ','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-BJ','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-BJ','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-BJ','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-BJ','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-BJ','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-BJ','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-BJ','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-BJ','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-BJ','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-BJ','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-BJ','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-BJ','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-BJ','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-BJ','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-BJ','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-BJ','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-BJ','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-BJ','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-BJ','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-BJ','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-BJ','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-BJ','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-BJ','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-BJ','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-BJ','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-BJ','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-BJ','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-BJ','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-BJ','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-BJ','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-BJ','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-BJ','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-BJ','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-BJ','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-BJ','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-BJ','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-BJ','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-BJ','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-BJ','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-BJ','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-BJ','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-BJ','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-BJ','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-BJ','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-BJ','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-BJ','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-BJ','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-BJ','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-BJ','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-BJ','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-BJ','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-BJ','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-BJ','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-BJ','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-BJ','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-BJ','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-BJ','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-BJ','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-BJ','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-BJ','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-BJ','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-BJ','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-BJ','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-BJ','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-BJ','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-BJ','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-BJ','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-BJ','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-BJ','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-BJ','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-BJ','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-BJ','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-BJ','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-BJ','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-BJ','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-BJ','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-BJ','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-BJ','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-BJ','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-BJ','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-BJ','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-BJ','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-BJ','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-BJ','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-BJ','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-BJ','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-BJ','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-BJ','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-BJ','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-BJ','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-BJ','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-BJ','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-BJ','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-BJ','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-BJ','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-BJ','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-BJ','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-BJ','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-BJ','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-BJ','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-BJ','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-BJ','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-BJ','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-BJ','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-BJ','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-BJ','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-BJ','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-BJ','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-BJ','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-BJ','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-BJ','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-BJ','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-BJ','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-BJ','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-BJ','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-BJ','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-BJ','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-BJ','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-BJ','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-BJ','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-BJ','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-BJ','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-BJ','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-BJ','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-BJ','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-BJ','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-BJ','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-BJ','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-BJ','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-BJ','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-BJ','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-BJ','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-BJ','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-BJ','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-BJ','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-BJ','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-BJ','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-BJ','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-BJ','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-BJ','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-BJ','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-BJ','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-BJ','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-BJ','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-BJ','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-BJ','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-BJ','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-BJ','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-BJ','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-BJ','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-BJ','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-BJ','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-BJ','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-BJ','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-BJ','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-BJ','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-BJ','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-BJ','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-BJ','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-BJ','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-BJ','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-BJ','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-BJ','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-BJ','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-BJ','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-BJ','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-BJ','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-BJ','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-BJ','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-BJ','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-BJ','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-BJ','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-BJ','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-BJ','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-BJ','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-BJ','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-BJ','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-BJ','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-BJ','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-BJ','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-BJ','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-BJ','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-BJ','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-BJ','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-BJ','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-BJ','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-BJ','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-BJ','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-BJ','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-BJ','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-BJ','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-BJ','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-BJ','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-BJ','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-BJ','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-BJ','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-BJ','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-BJ','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-BJ','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-BJ','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-BJ','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-BJ','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
    index bd925d24e7c..0df56ea4bbf 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_cd.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_cd.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA CD
     -- ID 15000 - 16999
    ---
    +-- ADD 7300000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '101', 1, 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1011', 101, 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1012', 101, 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1013', 101, 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1014', 101, 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1018', 101, 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '102', 1, 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1021', 102, 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1022', 102, 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1028', 102, 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '103', 1, 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '104', 1, 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1041', 104, 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1042', 104, 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1043', 104, 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1047', 104, 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1048', 104, 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '105', 1, 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1051', 105, 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1052', 105, 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1053', 105, 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1054', 105, 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1058', 105, 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '106', 1, 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1061', 106, 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1062', 106, 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '109', 1, 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '11', 1, 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '111', 11, 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1111', 111, 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '112', 11, 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '113', 11, 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1131', 113, 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1133', 113, 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1134', 113, 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1135', 113, 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1138', 113, 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '118', 11, 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1181', 118, 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1188', 118, 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '12', 1, 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '121', 12, 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1211', 121, 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '129', 12, 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1291', 129, 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1292', 129, 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '13', 1, 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1301', 13, 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1309', 13, 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '131', 13, 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '132', 13, 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1321', 132, 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1322', 132, 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '133', 13, 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '134', 13, 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '135', 13, 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '136', 13, 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '137', 13, 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '138', 13, 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '139', 13, 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '14', 1, 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '141', 14, 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1411', 141, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1412', 141, 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1413', 141, 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1414', 141, 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1415', 141, 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1416', 141, 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1417', 141, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1418', 141, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '142', 14, 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1421', 142, 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '148', 14, 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '15', 1, 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '151', 15, 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '152', 15, 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1521', 152, 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '153', 15, 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1531', 153, 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1532', 153, 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '154', 15, 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '155', 15, 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1551', 155, 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1552', 155, 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1553', 155, 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1554', 155, 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '156', 15, 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1561', 156, 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1562', 156, 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '157', 15, 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '158', 15, 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '16', 1, 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '161', 16, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1611', 161, 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1612', 161, 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1618', 161, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1619', 161, 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '162', 16, 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '163', 16, 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '164', 16, 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '165', 16, 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1651', 165, 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1652', 165, 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '166', 16, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1661', 166, 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1662', 166, 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1663', 166, 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1664', 166, 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1665', 166, 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1667', 166, 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1668', 166, 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '167', 16, 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1671', 167, 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1672', 167, 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1673', 167, 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1674', 167, 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1676', 167, 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '168', 16, 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1681', 168, 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1682', 168, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1683', 168, 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1684', 168, 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1685', 168, 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1686', 168, 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '17', 1, 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '172', 17, 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '173', 17, 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '176', 17, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1762', 176, 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1763', 176, 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1768', 176, 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '178', 17, 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '18', 1, 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '181', 18, 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1811', 181, 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1812', 181, 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '182', 18, 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '183', 18, 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '184', 18, 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '185', 18, 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '186', 18, 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '187', 18, 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '188', 18, 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '19', 1, 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '191', 19, 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '192', 19, 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '193', 19, 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '194', 19, 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '195', 19, 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '196', 19, 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '197', 19, 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1971', 197, 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '198', 19, 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1981', 198, 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1982', 198, 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1983', 198, 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'CAPIT', 'XXXXXX', '1988', 198, 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '201', 2, 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2011', 201, 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2012', 201, 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2013', 201, 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2014', 201, 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2015', 201, 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2016', 201, 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2017', 201, 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2018', 201, 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '202', 2, 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2021', 202, 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2022', 202, 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2026', 202, 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2028', 202, 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '206', 2, 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2061', 206, 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2062', 206, 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2068', 206, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '21', 2, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '211', 21, 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '212', 21, 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '213', 21, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '214', 21, 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '215', 21, 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '216', 21, 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '217', 21, 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '218', 21, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '219', 21, 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2191', 219, 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2193', 219, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2198', 219, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '22', 2, 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '221', 22, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2211', 221, 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2212', 221, 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2218', 221, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '222', 22, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2221', 222, 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2228', 222, 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '223', 22, 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2231', 223, 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2232', 223, 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2234', 223, 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2235', 223, 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2236', 223, 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '224', 22, 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2241', 224, 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2248', 224, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '225', 22, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2251', 225, 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '226', 22, 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2261', 226, 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '227', 22, 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '228', 22, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2281', 228, 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2285', 228, 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2288', 228, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '229', 22, 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2291', 229, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2292', 229, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2295', 229, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2298', 229, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '23', 2, 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '231', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2311', 231, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2312', 231, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2313', 231, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2314', 231, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2315', 231, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '232', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2321', 232, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2322', 232, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2323', 232, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2324', 232, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2325', 232, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '233', 23, 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2331', 233, 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2332', 233, 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2333', 233, 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2334', 233, 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2335', 233, 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2338', 233, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '234', 23, 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2341', 234, 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2342', 234, 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2343', 234, 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2344', 234, 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '235', 23, 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2351', 235, 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2358', 235, 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '237', 23, 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '238', 23, 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '239', 23, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2391', 239, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '24', 2, 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '241', 24, 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2411', 241, 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2412', 241, 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2413', 241, 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2414', 241, 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '242', 24, 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2421', 242, 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2422', 242, 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '243', 24, 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '244', 24, 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2441', 244, 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2442', 244, 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2443', 244, 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2444', 244, 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2446', 244, 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2447', 244, 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '245', 24, 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2451', 245, 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2452', 245, 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2453', 245, 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2454', 245, 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2455', 245, 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2456', 245, 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2458', 245, 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '246', 24, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2461', 246, 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2462', 246, 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2463', 246, 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2465', 246, 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2468', 246, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '247', 24, 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '248', 24, 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2481', 248, 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '249', 24, 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2491', 249, 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2492', 249, 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2493', 249, 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2494', 249, 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2495', 249, 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2496', 249, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2497', 249, 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2498', 249, 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '25', 2, 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '251', 25, 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '252', 25, 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '26', 2, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '261', 26, 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '262', 26, 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '263', 26, 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '265', 26, 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '266', 26, 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '268', 26, 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '27', 2, 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '271', 27, 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2711', 271, 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2712', 271, 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2713', 271, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2714', 271, 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '272', 27, 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2721', 272, 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2722', 272, 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2728', 272, 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '273', 27, 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2731', 273, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2733', 273, 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2738', 273, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '274', 27, 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2741', 274, 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2742', 274, 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2743', 274, 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2744', 274, 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2748', 274, 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '275', 27, 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2751', 275, 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2752', 275, 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2753', 275, 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2754', 275, 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2755', 275, 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2756', 275, 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2757', 275, 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2758', 275, 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '276', 27, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2761', 276, 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2762', 276, 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2763', 276, 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2764', 276, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2765', 276, 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2767', 276, 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2768', 276, 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '277', 27, 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2771', 277, 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2772', 277, 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2773', 277, 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2774', 277, 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '278', 27, 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2781', 278, 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2782', 278, 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2785', 278, 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '28', 2, 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '281', 28, 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2811', 281, 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2812', 281, 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2813', 281, 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2814', 281, 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2815', 281, 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2816', 281, 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2817', 281, 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2818', 281, 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '282', 28, 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2821', 282, 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2824', 282, 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2825', 282, 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '283', 28, 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2831', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2832', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2833', 283, 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2834', 283, 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2835', 283, 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2837', 283, 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2838', 283, 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '284', 28, 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2841', 284, 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2842', 284, 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2843', 284, 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2844', 284, 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2845', 284, 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2846', 284, 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2847', 284, 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2848', 284, 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '29', 2, 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '291', 29, 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2912', 291, 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2913', 291, 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2914', 291, 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2915', 291, 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2916', 291, 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2917', 291, 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2918', 291, 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2919', 291, 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '292', 29, 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2921', 292, 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2922', 292, 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2923', 292, 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2924', 292, 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2925', 292, 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2926', 292, 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2927', 292, 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2928', 292, 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2929', 292, 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '293', 29, 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2931', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2932', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2933', 293, 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2934', 293, 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2935', 293, 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2937', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2938', 293, 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2939', 293, 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '294', 29, 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2941', 294, 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2942', 294, 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2943', 294, 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2944', 294, 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2945', 294, 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2946', 294, 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2947', 294, 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2948', 294, 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2949', 294, 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '295', 29, 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2951', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2952', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '296', 29, 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2961', 296, 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2962', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2963', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2965', 296, 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2966', 296, 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2968', 296, 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '297', 29, 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2971', 297, 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2972', 297, 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2973', 297, 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2974', 297, 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2975', 297, 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2977', 297, 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'IMMO', 'XXXXXX', '2978', 297, 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '311', 31, 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3111', 311, 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3112', 311, 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '312', 31, 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3121', 312, 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3122', 312, 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '318', 31, 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '321', 32, 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '322', 32, 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '323', 32, 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '331', 33, 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '332', 33, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '333', 33, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '334', 33, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '335', 33, 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3351', 335, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3352', 335, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3353', 335, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3358', 335, 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '338', 33, 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '341', 34, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3411', 341, 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3412', 341, 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '342', 34, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3421', 342, 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3422', 342, 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '343', 34, 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3431', 343, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3432', 343, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '344', 34, 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3441', 344, 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3442', 344, 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '351', 35, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3511', 351, 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3512', 351, 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '352', 35, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3521', 352, 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3522', 352, 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '361', 36, 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '362', 36, 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '371', 37, 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3711', 371, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3712', 371, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '372', 37, 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3721', 372, 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3722', 372, 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3723', 372, 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '381', 38, 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '382', 38, 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '383', 38, 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '386', 38, 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '387', 38, 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3871', 387, 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '3872', 387, 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '388', 38, 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '391', 39, 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '392', 39, 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '393', 39, 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '394', 39, 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '395', 39, 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '396', 39, 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '397', 39, 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'STOCK', 'XXXXXX', '398', 39, 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '401', 4, 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4011', 401, 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4012', 401, 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4013', 401, 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4017', 401, 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '402', 4, 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4021', 402, 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4022', 402, 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4023', 402, 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '408', 4, 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4081', 408, 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4082', 408, 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4083', 408, 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4086', 408, 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '409', 4, 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4091', 409, 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4092', 409, 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4093', 409, 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4094', 409, 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4098', 409, 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '41', 4, 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '411', 41, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4111', 411, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4112', 411, 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4114', 411, 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4115', 411, 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4117', 411, 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4118', 411, 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '412', 41, 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4121', 412, 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4122', 412, 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4124', 412, 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4125', 412, 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '414', 41, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4141', 414, 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4142', 414, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '415', 41, 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '416', 41, 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4161', 416, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4162', 416, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '418', 41, 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4181', 418, 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4186', 418, 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '419', 41, 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4191', 419, 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4192', 419, 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4194', 419, 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4198', 419, 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '42', 4, 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '421', 42, 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4211', 421, 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4212', 421, 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4213', 421, 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '422', 42, 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4221', 422, 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4222', 422, 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '423', 42, 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4231', 423, 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4232', 423, 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4233', 423, 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '424', 42, 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4241', 424, 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4242', 424, 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4245', 424, 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4248', 424, 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '425', 42, 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4251', 425, 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4252', 425, 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4258', 425, 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '426', 42, 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '427', 42, 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '428', 42, 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4281', 428, 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4286', 428, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4287', 428, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '43', 4, 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '431', 43, 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4311', 431, 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4312', 431, 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4313', 431, 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4314', 431, 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4318', 431, 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '432', 43, 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '433', 43, 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4331', 433, 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '438', 43, 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4381', 438, 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4382', 438, 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4386', 438, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4387', 438, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '44', 4, 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '441', 44, 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '442', 44, 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4421', 4421, 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4422', 4421, 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4423', 4421, 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4424', 4421, 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4426', 4421, 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4428', 4421, 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '443', 44, 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4431', 443, 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4432', 443, 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4433', 443, 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4434', 443, 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4435', 443, 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '444', 44, 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4441', 444, 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4449', 444, 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '445', 44, 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4451', 445, 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4452', 445, 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4453', 445, 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4454', 445, 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4455', 445, 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4456', 445, 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '446', 44, 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '447', 44, 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4471', 447, 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4472', 447, 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4473', 447, 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4474', 447, 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4478', 447, 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '448', 44, 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4486', 448, 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4487', 448, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '449', 44, 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4491', 449, 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4492', 449, 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4493', 449, 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4494', 449, 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4495', 449, 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4496', 449, 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4499', 449, 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '45', 4, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '451', 45, 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '452', 45, 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '458', 45, 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4581', 458, 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4582', 458, 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '46', 4, 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '461', 46, 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4611', 461, 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4612', 461, 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4613', 461, 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4614', 461, 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4615', 461, 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4616', 461, 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4617', 461, 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4618', 461, 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4619', 461, 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '462', 46, 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4621', 462, 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4626', 462, 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '463', 46, 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '465', 46, 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '466', 46, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '467', 46, 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '47', 4, 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '471', 47, 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4711', 471, 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4712', 471, 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4713', 471, 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '472', 47, 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4726', 472, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4727', 472, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4728', 472, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '474', 47, 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4746', 474, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4747', 474, 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '475', 47, 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '476', 47, 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '477', 47, 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '478', 47, 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4781', 478, 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4782', 478, 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4788', 478, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '479', 47, 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4791', 479, 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4792', 479, 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4798', 479, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '48', 4, 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '481', 48, 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4811', 481, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4812', 481, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4817', 481, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4818', 481, 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '482', 48, 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '483', 48, 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '484', 48, 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '485', 48, 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4851', 485, 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4852', 485, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4855', 485, 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4857', 485, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4858', 485, 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '486', 48, 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '488', 48, 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '49', 4, 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '491', 49, 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4911', 491, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4912', 491, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '492', 49, 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '493', 49, 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '494', 49, 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '495', 49, 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '496', 49, 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4962', 496, 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4963', 496, 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4966', 496, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '497', 49, 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '498', 49, 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4981', 498, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4982', 498, 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4983', 498, 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '499', 49, 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4991', 499, 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'THIRDPARTY', 'XXXXXX', '4998', 499, 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '501', 5, 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5011', 501, 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5012', 501, 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5013', 501, 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '502', 5, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5021', 502, 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5022', 502, 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5023', 502, 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5024', 502, 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5025', 502, 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '503', 5, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5031', 503, 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5032', 503, 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5033', 503, 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5035', 503, 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '504', 5, 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5042', 504, 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5043', 504, 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '505', 5, 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '506', 5, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5061', 506, 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5062', 506, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5063', 506, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '508', 5, 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '51', 5, 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '511', 51, 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '512', 51, 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '513', 51, 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '514', 51, 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '515', 51, 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '518', 51, 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5181', 518, 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5182', 518, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5185', 518, 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5186', 518, 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5187', 518, 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '52', 5, 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '521', 52, 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5211', 521, 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5212', 521, 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '522', 52, 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '523', 52, 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '524', 52, 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '526', 52, 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5261', 521, 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5267', 521, 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '53', 5, 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '531', 53, 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '532', 53, 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '533', 53, 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '536', 53, 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5361', 536, 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5362', 536, 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '538', 53, 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '54', 5, 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '541', 54, 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '542', 54, 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '543', 54, 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '544', 54, 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '545', 54, 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '56', 5, 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '561', 56, 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '564', 56, 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '565', 56, 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '566', 56, 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5661', 566, 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5667', 566, 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '57', 5, 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '571', 57, 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5711', 571, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5712', 571, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '572', 57, 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5721', 572, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5722', 572, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '573', 57, 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5731', 573, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '5732', 573, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '58', 5, 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '581', 58, 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '582', 58, 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '585', 58, 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '588', 58, 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '59', 5, 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '591', 59, 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '592', 59, 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '593', 59, 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '594', 59, 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'FINAN', 'XXXXXX', '599', 59, 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '601', 6, 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '602', 6, 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6021', 602, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6022', 602, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6023', 602, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6024', 602, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6029', 602, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '603', 6, 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6031', 603, 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6032', 603, 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6033', 603, 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '604', 6, 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6041', 604, 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6042', 604, 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6043', 604, 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6044', 604, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6046', 604, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6047', 604, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6049', 604, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '605', 6, 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6051', 605, 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6052', 605, 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6053', 605, 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6054', 605, 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6055', 605, 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6056', 605, 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6057', 605, 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6058', 605, 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6059', 605, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '608', 6, 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6081', 608, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6082', 608, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6083', 608, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6089', 608, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '61', 6, 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '611', 61, 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '612', 61, 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '613', 61, 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '614', 61, 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '616', 61, 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '618', 61, 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6181', 618, 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6182', 618, 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6183', 618, 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '62', 6, 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '621', 62, 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '622', 62, 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6221', 622, 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6222', 622, 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6223', 622, 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6224', 622, 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6225', 622, 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6228', 622, 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '623', 62, 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6232', 623, 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6233', 623, 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6235', 623, 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '624', 62, 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6241', 624, 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6242', 624, 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6243', 624, 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6248', 624, 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '625', 62, 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6251', 625, 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6252', 625, 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6253', 625, 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6254', 625, 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6255', 625, 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6256', 625, 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6257', 625, 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6258', 625, 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '626', 62, 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6261', 626, 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6265', 626, 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6266', 626, 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '627', 62, 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6271', 627, 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6272', 627, 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6273', 627, 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6274', 627, 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6275', 627, 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6276', 627, 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6277', 627, 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6278', 627, 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '628', 62, 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6281', 628, 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6282', 628, 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6283', 628, 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6288', 628, 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '63', 6, 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '631', 63, 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6311', 631, 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6312', 631, 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6313', 631, 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6315', 631, 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6316', 631, 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6318', 631, 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '632', 63, 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6321', 632, 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6322', 632, 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6323', 632, 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6324', 632, 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6325', 632, 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6328', 632, 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '633', 63, 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '634', 63, 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6342', 634, 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6343', 634, 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6344', 634, 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '635', 63, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6351', 635, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6358', 635, 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '636', 63, 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '637', 63, 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6371', 637, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6372', 637, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '638', 63, 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6381', 638, 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6382', 638, 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6383', 638, 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6384', 638, 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '64', 6, 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '641', 64, 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6411', 641, 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6412', 641, 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6413', 641, 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6414', 641, 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6415', 641, 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6418', 641, 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '645', 64, 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '646', 64, 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6461', 646, 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6462', 646, 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6463', 646, 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6464', 646, 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6468', 646, 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '647', 64, 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6471', 647, 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6472', 647, 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6473', 647, 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6474', 647, 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6478', 647, 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '648', 64, 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '65', 6, 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '651', 65, 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6511', 651, 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6515', 651, 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '652', 65, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6521', 652, 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6525', 652, 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '653', 65, 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '654', 65, 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '658', 65, 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6581', 658, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6582', 658, 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6583', 658, 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '659', 65, 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6591', 659, 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6593', 659, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6594', 659, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6598', 659, 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '66', 6, 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '661', 66, 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6611', 661, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6612', 661, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6613', 661, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6614', 661, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6615', 661, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6616', 661, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6617', 661, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6618', 661, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '662', 66, 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6621', 662, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6622', 662, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6623', 662, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6624', 662, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6625', 662, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6626', 662, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6627', 662, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6628', 662, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '663', 66, 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6631', 663, 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6632', 663, 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6633', 663, 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6638', 663, 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '664', 66, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6641', 664, 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6642', 664, 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '666', 66, 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6661', 666, 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6662', 666, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '667', 66, 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6671', 667, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6672', 667, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '668', 66, 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6681', 668, 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6682', 668, 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6683', 668, 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6684', 668, 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '67', 6, 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '671', 67, 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6711', 671, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6712', 671, 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6713', 671, 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '672', 67, 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6721', 672, 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6722', 672, 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6723', 672, 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '673', 67, 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '674', 67, 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6741', 674, 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6742', 674, 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6743', 674, 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6744', 674, 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6745', 674, 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6748', 674, 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '675', 67, 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '676', 67, 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '677', 67, 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '678', 67, 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6781', 678, 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6782', 678, 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6783', 678, 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '679', 67, 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6791', 679, 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6795', 679, 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6798', 679, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '68', 6, 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '681', 68, 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6811', 68, 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6812', 68, 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6813', 68, 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '687', 68, 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6872', 687, 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6878', 687, 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '69', 6, 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '691', 69, 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6911', 691, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6912', 691, 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6913', 691, 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6914', 691, 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '697', 69, 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6971', 697, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'EXPENSE', 'XXXXXX', '6972', 697, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '701', 7, 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7011', 701, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7012', 701, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7013', 701, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7014', 701, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '702', 7, 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7021', 702, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7022', 702, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7023', 702, 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7024', 702, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '703', 7, 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7031', 703, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7032', 703, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7033', 703, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7034', 703, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '704', 7, 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7041', 704, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7042', 704, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7043', 704, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7044', 704, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '705', 7, 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7051', 705, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7052', 705, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7053', 705, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7054', 705, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '706', 7, 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7061', 706, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7062', 706, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7063', 706, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7064', 706, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '707', 7, 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7071', 707, 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7072', 707, 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7073', 707, 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7074', 707, 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7075', 707, 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7076', 707, 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7077', 707, 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7078', 707, 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '71', 7, 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '711', 71, 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '712', 71, 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '713', 71, 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '718', 71, 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7181', 718, 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7182', 718, 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7183', 718, 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '72', 7, 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '721', 72, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '722', 72, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '726', 72, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '73', 7, 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '734', 73, 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7341', 734, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7342', 734, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '735', 73, 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7351', 735, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7352', 735, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '736', 73, 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '737', 73, 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7371', 737, 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7372', 737, 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '75', 7, 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '752', 75, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7521', 752, 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7525', 752, 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '753', 75, 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '754', 75, 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '758', 75, 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7581', 758, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7582', 758, 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '759', 75, 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7591', 759, 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7593', 759, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7594', 759, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7598', 759, 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '77', 7, 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '771', 77, 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '772', 77, 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '773', 77, 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '774', 77, 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '775', 77, 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '776', 77, 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '777', 77, 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '778', 77, 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7781', 778, 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7782', 778, 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7784', 778, 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '779', 77, 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7791', 779, 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7795', 779, 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7798', 779, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '78', 7, 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '781', 78, 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '787', 78, 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '79', 7, 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '791', 79, 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7911', 791, 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7912', 791, 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7913', 791, 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7914', 791, 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '797', 79, 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7971', 797, 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '7972', 797, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'INCOME', 'XXXXXX', '798', 79, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '811', 81, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '812', 81, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '816', 81, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '821', 82, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '822', 82, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '826', 82, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '831', 83, 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '834', 83, 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '835', 83, 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '836', 83, 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '839', 83, 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '841', 84, 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '845', 84, 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '846', 84, 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '848', 84, 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '849', 84, 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '851', 85, 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '852', 85, 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '853', 85, 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '854', 85, 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '858', 85, 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '861', 86, 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '862', 86, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '863', 86, 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '864', 86, 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '865', 86, 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '868', 86, 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '871', 87, 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '874', 87, 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '878', 87, 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '881', 88, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '884', 88, 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '886', 88, 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '888', 88, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '891', 89, 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '8911', 891, 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '8912', 891, 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '8913', 891, 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '892', 89, 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '895', 89, 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '899', 89, 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '8991', 899, 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CD', 'AUTRES', 'XXXXXX', '8994', 899, 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-CD','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-CD','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-CD','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-CD','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-CD','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-CD','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-CD','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-CD','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-CD','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-CD','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-CD','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-CD','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-CD','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-CD','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-CD','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-CD','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-CD','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-CD','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-CD','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-CD','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-CD','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-CD','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-CD','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-CD','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-CD','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-CD','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-CD','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-CD','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-CD','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-CD','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-CD','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-CD','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-CD','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-CD','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-CD','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-CD','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-CD','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-CD','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-CD','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-CD','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-CD','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-CD','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-CD','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-CD','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-CD','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-CD','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-CD','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-CD','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-CD','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-CD','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-CD','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-CD','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-CD','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-CD','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-CD','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-CD','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-CD','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-CD','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-CD','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-CD','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-CD','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-CD','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-CD','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-CD','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-CD','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-CD','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-CD','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-CD','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-CD','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-CD','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-CD','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-CD','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-CD','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-CD','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-CD','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-CD','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-CD','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-CD','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-CD','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-CD','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-CD','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-CD','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-CD','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-CD','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-CD','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-CD','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-CD','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-CD','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-CD','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-CD','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-CD','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-CD','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-CD','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-CD','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-CD','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-CD','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-CD','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-CD','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-CD','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-CD','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-CD','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-CD','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-CD','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-CD','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-CD','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-CD','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-CD','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-CD','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-CD','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-CD','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-CD','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-CD','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-CD','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-CD','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-CD','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-CD','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-CD','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-CD','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-CD','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-CD','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-CD','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-CD','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-CD','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-CD','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-CD','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-CD','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-CD','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-CD','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-CD','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-CD','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-CD','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-CD','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-CD','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-CD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-CD','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-CD','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-CD','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-CD','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-CD','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-CD','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-CD','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-CD','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-CD','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-CD','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-CD','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-CD','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-CD','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-CD','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-CD','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-CD','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-CD','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-CD','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-CD','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-CD','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-CD','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-CD','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-CD','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-CD','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-CD','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-CD','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-CD','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-CD','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-CD','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-CD','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-CD','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-CD','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-CD','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-CD','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-CD','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-CD','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-CD','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-CD','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-CD','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-CD','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-CD','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-CD','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-CD','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-CD','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-CD','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-CD','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-CD','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-CD','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-CD','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-CD','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-CD','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-CD','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-CD','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-CD','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-CD','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-CD','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-CD','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-CD','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-CD','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-CD','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-CD','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-CD','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-CD','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-CD','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-CD','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-CD','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-CD','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-CD','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-CD','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-CD','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-CD','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-CD','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-CD','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-CD','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-CD','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-CD','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-CD','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-CD','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-CD','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-CD','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-CD','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-CD','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-CD','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-CD','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-CD','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-CD','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-CD','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-CD','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-CD','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-CD','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-CD','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-CD','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-CD','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-CD','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-CD','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-CD','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-CD','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-CD','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-CD','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-CD','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-CD','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-CD','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-CD','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-CD','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-CD','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-CD','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-CD','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-CD','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-CD','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-CD','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-CD','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-CD','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-CD','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-CD','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-CD','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-CD','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-CD','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-CD','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-CD','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-CD','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-CD','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-CD','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-CD','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-CD','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-CD','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-CD','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-CD','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-CD','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-CD','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-CD','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-CD','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-CD','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-CD','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-CD','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-CD','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-CD','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-CD','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-CD','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-CD','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-CD','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-CD','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-CD','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-CD','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-CD','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-CD','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-CD','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-CD','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-CD','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-CD','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-CD','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-CD','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-CD','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-CD','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-CD','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-CD','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-CD','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-CD','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-CD','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-CD','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-CD','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-CD','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-CD','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-CD','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-CD','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-CD','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-CD','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-CD','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-CD','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-CD','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-CD','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-CD','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-CD','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-CD','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-CD','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-CD','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-CD','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-CD','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-CD','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-CD','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-CD','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-CD','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-CD','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-CD','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-CD','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-CD','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-CD','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-CD','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-CD','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-CD','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-CD','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-CD','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-CD','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-CD','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-CD','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-CD','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-CD','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-CD','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-CD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-CD','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-CD','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-CD','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-CD','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-CD','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-CD','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-CD','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-CD','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-CD','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-CD','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-CD','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-CD','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-CD','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-CD','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-CD','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-CD','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-CD','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-CD','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-CD','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-CD','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-CD','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-CD','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-CD','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-CD','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-CD','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-CD','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-CD','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-CD','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-CD','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-CD','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-CD','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-CD','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-CD','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-CD','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-CD','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-CD','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-CD','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-CD','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-CD','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-CD','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-CD','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-CD','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-CD','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-CD','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-CD','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-CD','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-CD','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-CD','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-CD','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-CD','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-CD','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-CD','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-CD','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-CD','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-CD','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-CD','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-CD','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-CD','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-CD','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-CD','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-CD','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-CD','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-CD','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-CD','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-CD','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-CD','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-CD','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-CD','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-CD','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-CD','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-CD','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-CD','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-CD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-CD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-CD','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-CD','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-CD','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-CD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-CD','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-CD','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-CD','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-CD','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-CD','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-CD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-CD','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-CD','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-CD','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-CD','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-CD','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-CD','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-CD','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-CD','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-CD','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-CD','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-CD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-CD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-CD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-CD','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-CD','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-CD','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-CD','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-CD','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-CD','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-CD','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-CD','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-CD','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-CD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-CD','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-CD','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-CD','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-CD','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-CD','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-CD','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-CD','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-CD','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-CD','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-CD','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-CD','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-CD','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-CD','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-CD','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-CD','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-CD','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-CD','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-CD','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-CD','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-CD','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-CD','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-CD','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-CD','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-CD','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-CD','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-CD','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-CD','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-CD','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-CD','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-CD','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-CD','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-CD','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-CD','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-CD','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-CD','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-CD','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-CD','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-CD','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-CD','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-CD','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-CD','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-CD','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-CD','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-CD','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-CD','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-CD','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-CD','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-CD','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-CD','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-CD','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-CD','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-CD','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-CD','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-CD','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-CD','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-CD','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-CD','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-CD','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-CD','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-CD','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-CD','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-CD','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-CD','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-CD','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-CD','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-CD','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-CD','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-CD','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-CD','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-CD','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-CD','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-CD','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-CD','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-CD','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-CD','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-CD','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-CD','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-CD','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-CD','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-CD','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-CD','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-CD','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-CD','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-CD','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-CD','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-CD','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-CD','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-CD','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-CD','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-CD','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-CD','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-CD','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-CD','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-CD','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-CD','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-CD','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-CD','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-CD','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-CD','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-CD','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-CD','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-CD','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-CD','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-CD','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-CD','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-CD','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-CD','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-CD','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-CD','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-CD','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-CD','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-CD','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-CD','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-CD','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-CD','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-CD','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-CD','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-CD','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-CD','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-CD','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-CD','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-CD','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-CD','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-CD','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-CD','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-CD','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-CD','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-CD','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-CD','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-CD','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-CD','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-CD','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-CD','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-CD','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-CD','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-CD','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-CD','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-CD','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-CD','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-CD','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-CD','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-CD','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-CD','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-CD','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-CD','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-CD','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-CD','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-CD','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-CD','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-CD','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-CD','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-CD','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-CD','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-CD','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-CD','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-CD','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-CD','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-CD','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-CD','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-CD','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-CD','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-CD','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-CD','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-CD','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-CD','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-CD','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-CD','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-CD','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-CD','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-CD','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-CD','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-CD','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-CD','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-CD','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-CD','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-CD','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-CD','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-CD','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-CD','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-CD','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-CD','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-CD','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-CD','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-CD','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-CD','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-CD','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-CD','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-CD','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-CD','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-CD','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-CD','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-CD','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-CD','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-CD','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-CD','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-CD','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-CD','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-CD','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-CD','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-CD','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-CD','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-CD','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-CD','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-CD','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-CD','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-CD','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-CD','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-CD','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-CD','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-CD','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-CD','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-CD','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-CD','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-CD','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-CD','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-CD','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-CD','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-CD','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-CD','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-CD','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-CD','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-CD','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-CD','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-CD','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-CD','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-CD','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-CD','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-CD','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-CD','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-CD','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-CD','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-CD','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-CD','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-CD','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-CD','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-CD','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-CD','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-CD','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-CD','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-CD','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-CD','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-CD','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-CD','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-CD','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-CD','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-CD','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-CD','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-CD','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-CD','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-CD','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-CD','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-CD','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-CD','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-CD','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-CD','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-CD','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-CD','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-CD','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-CD','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-CD','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-CD','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-CD','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-CD','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-CD','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-CD','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-CD','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-CD','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-CD','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-CD','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-CD','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-CD','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-CD','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-CD','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-CD','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-CD','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-CD','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-CD','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-CD','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-CD','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-CD','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-CD','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-CD','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-CD','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-CD','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-CD','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-CD','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-CD','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-CD','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-CD','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-CD','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-CD','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-CD','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-CD','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-CD','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-CD','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-CD','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-CD','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-CD','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-CD','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-CD','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-CD','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-CD','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-CD','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-CD','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-CD','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-CD','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-CD','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-CD','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-CD','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-CD','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-CD','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-CD','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-CD','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-CD','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-CD','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-CD','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-CD','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-CD','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-CD','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-CD','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-CD','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-CD','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-CD','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-CD','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-CD','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-CD','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-CD','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-CD','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-CD','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-CD','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-CD','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-CD','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-CD','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-CD','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-CD','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-CD','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-CD','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-CD','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-CD','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-CD','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-CD','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-CD','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-CD','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-CD','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-CD','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-CD','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-CD','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-CD','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-CD','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-CD','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-CD','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-CD','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-CD','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-CD','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-CD','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-CD','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-CD','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-CD','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-CD','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-CD','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-CD','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-CD','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-CD','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-CD','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-CD','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-CD','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-CD','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-CD','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-CD','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-CD','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-CD','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-CD','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-CD','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-CD','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-CD','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-CD','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-CD','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-CD','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-CD','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-CD','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-CD','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-CD','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-CD','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-CD','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-CD','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-CD','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-CD','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-CD','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-CD','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-CD','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-CD','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-CD','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-CD','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-CD','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-CD','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-CD','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-CD','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-CD','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-CD','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-CD','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-CD','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-CD','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-CD','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-CD','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-CD','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-CD','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-CD','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-CD','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-CD','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-CD','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-CD','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-CD','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-CD','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-CD','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-CD','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-CD','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-CD','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-CD','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-CD','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-CD','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-CD','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-CD','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-CD','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-CD','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-CD','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-CD','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-CD','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-CD','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-CD','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-CD','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-CD','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-CD','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-CD','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-CD','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-CD','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-CD','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-CD','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-CD','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-CD','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-CD','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-CD','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-CD','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-CD','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-CD','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-CD','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-CD','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-CD','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-CD','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-CD','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-CD','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-CD','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-CD','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-CD','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-CD','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-CD','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-CD','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-CD','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-CD','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-CD','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-CD','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-CD','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-CD','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-CD','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-CD','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-CD','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-CD','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-CD','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-CD','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-CD','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-CD','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-CD','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-CD','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-CD','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-CD','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-CD','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-CD','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-CD','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-CD','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-CD','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-CD','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-CD','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-CD','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-CD','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-CD','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-CD','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-CD','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-CD','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-CD','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-CD','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-CD','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-CD','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-CD','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-CD','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-CD','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-CD','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-CD','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-CD','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-CD','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-CD','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-CD','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-CD','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-CD','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-CD','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-CD','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-CD','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-CD','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-CD','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-CD','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-CD','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-CD','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-CD','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-CD','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-CD','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-CD','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-CD','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-CD','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-CD','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-CD','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-CD','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-CD','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-CD','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-CD','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-CD','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-CD','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-CD','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-CD','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-CD','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-CD','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-CD','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-CD','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-CD','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-CD','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-CD','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-CD','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-CD','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-CD','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-CD','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-CD','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-CD','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-CD','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-CD','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-CD','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-CD','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-CD','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-CD','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-CD','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-CD','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-CD','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-CD','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-CD','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-CD','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-CD','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-CD','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-CD','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-CD','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-CD','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-CD','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-CD','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-CD','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-CD','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-CD','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-CD','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-CD','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-CD','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-CD','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-CD','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-CD','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-CD','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-CD','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-CD','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-CD','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
    index ad1a98b1128..b38c3c02a09 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_cf.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_cf.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA CF
     -- ID 15000 - 16999
    ---
    +-- ADD 6500000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '101', 1, 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1011', 101, 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1012', 101, 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1013', 101, 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1014', 101, 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1018', 101, 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '102', 1, 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1021', 102, 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1022', 102, 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1028', 102, 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '103', 1, 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '104', 1, 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1041', 104, 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1042', 104, 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1043', 104, 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1047', 104, 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1048', 104, 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '105', 1, 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1051', 105, 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1052', 105, 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1053', 105, 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1054', 105, 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1058', 105, 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '106', 1, 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1061', 106, 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1062', 106, 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '109', 1, 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '11', 1, 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '111', 11, 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1111', 111, 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '112', 11, 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '113', 11, 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1131', 113, 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1133', 113, 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1134', 113, 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1135', 113, 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1138', 113, 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '118', 11, 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1181', 118, 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1188', 118, 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '12', 1, 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '121', 12, 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1211', 121, 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '129', 12, 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1291', 129, 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1292', 129, 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '13', 1, 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1301', 13, 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1309', 13, 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '131', 13, 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '132', 13, 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1321', 132, 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1322', 132, 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '133', 13, 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '134', 13, 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '135', 13, 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '136', 13, 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '137', 13, 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '138', 13, 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '139', 13, 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '14', 1, 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '141', 14, 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1411', 141, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1412', 141, 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1413', 141, 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1414', 141, 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1415', 141, 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1416', 141, 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1417', 141, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1418', 141, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '142', 14, 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1421', 142, 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '148', 14, 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '15', 1, 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '151', 15, 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '152', 15, 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1521', 152, 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '153', 15, 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1531', 153, 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1532', 153, 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '154', 15, 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '155', 15, 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1551', 155, 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1552', 155, 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1553', 155, 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1554', 155, 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '156', 15, 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1561', 156, 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1562', 156, 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '157', 15, 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '158', 15, 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '16', 1, 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '161', 16, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1611', 161, 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1612', 161, 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1618', 161, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1619', 161, 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '162', 16, 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '163', 16, 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '164', 16, 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '165', 16, 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1651', 165, 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1652', 165, 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '166', 16, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1661', 166, 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1662', 166, 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1663', 166, 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1664', 166, 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1665', 166, 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1667', 166, 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1668', 166, 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '167', 16, 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1671', 167, 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1672', 167, 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1673', 167, 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1674', 167, 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1676', 167, 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '168', 16, 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1681', 168, 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1682', 168, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1683', 168, 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1684', 168, 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1685', 168, 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1686', 168, 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '17', 1, 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '172', 17, 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '173', 17, 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '176', 17, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1762', 176, 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1763', 176, 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1768', 176, 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '178', 17, 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '18', 1, 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '181', 18, 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1811', 181, 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1812', 181, 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '182', 18, 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '183', 18, 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '184', 18, 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '185', 18, 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '186', 18, 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '187', 18, 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '188', 18, 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '19', 1, 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '191', 19, 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '192', 19, 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '193', 19, 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '194', 19, 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '195', 19, 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '196', 19, 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '197', 19, 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1971', 197, 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '198', 19, 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1981', 198, 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1982', 198, 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1983', 198, 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'CAPIT', 'XXXXXX', '1988', 198, 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '201', 2, 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2011', 201, 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2012', 201, 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2013', 201, 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2014', 201, 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2015', 201, 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2016', 201, 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2017', 201, 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2018', 201, 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '202', 2, 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2021', 202, 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2022', 202, 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2026', 202, 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2028', 202, 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '206', 2, 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2061', 206, 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2062', 206, 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2068', 206, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '21', 2, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '211', 21, 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '212', 21, 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '213', 21, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '214', 21, 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '215', 21, 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '216', 21, 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '217', 21, 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '218', 21, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '219', 21, 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2191', 219, 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2193', 219, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2198', 219, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '22', 2, 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '221', 22, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2211', 221, 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2212', 221, 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2218', 221, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '222', 22, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2221', 222, 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2228', 222, 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '223', 22, 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2231', 223, 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2232', 223, 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2234', 223, 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2235', 223, 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2236', 223, 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '224', 22, 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2241', 224, 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2248', 224, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '225', 22, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2251', 225, 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '226', 22, 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2261', 226, 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '227', 22, 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '228', 22, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2281', 228, 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2285', 228, 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2288', 228, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '229', 22, 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2291', 229, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2292', 229, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2295', 229, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2298', 229, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '23', 2, 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '231', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2311', 231, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2312', 231, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2313', 231, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2314', 231, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2315', 231, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '232', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2321', 232, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2322', 232, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2323', 232, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2324', 232, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2325', 232, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '233', 23, 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2331', 233, 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2332', 233, 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2333', 233, 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2334', 233, 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2335', 233, 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2338', 233, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '234', 23, 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2341', 234, 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2342', 234, 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2343', 234, 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2344', 234, 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '235', 23, 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2351', 235, 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2358', 235, 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '237', 23, 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '238', 23, 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '239', 23, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2391', 239, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '24', 2, 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '241', 24, 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2411', 241, 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2412', 241, 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2413', 241, 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2414', 241, 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '242', 24, 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2421', 242, 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2422', 242, 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '243', 24, 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '244', 24, 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2441', 244, 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2442', 244, 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2443', 244, 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2444', 244, 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2446', 244, 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2447', 244, 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '245', 24, 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2451', 245, 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2452', 245, 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2453', 245, 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2454', 245, 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2455', 245, 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2456', 245, 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2458', 245, 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '246', 24, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2461', 246, 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2462', 246, 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2463', 246, 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2465', 246, 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2468', 246, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '247', 24, 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '248', 24, 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2481', 248, 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '249', 24, 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2491', 249, 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2492', 249, 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2493', 249, 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2494', 249, 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2495', 249, 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2496', 249, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2497', 249, 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2498', 249, 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '25', 2, 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '251', 25, 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '252', 25, 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '26', 2, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '261', 26, 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '262', 26, 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '263', 26, 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '265', 26, 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '266', 26, 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '268', 26, 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '27', 2, 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '271', 27, 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2711', 271, 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2712', 271, 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2713', 271, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2714', 271, 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '272', 27, 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2721', 272, 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2722', 272, 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2728', 272, 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '273', 27, 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2731', 273, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2733', 273, 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2738', 273, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '274', 27, 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2741', 274, 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2742', 274, 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2743', 274, 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2744', 274, 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2748', 274, 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '275', 27, 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2751', 275, 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2752', 275, 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2753', 275, 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2754', 275, 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2755', 275, 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2756', 275, 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2757', 275, 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2758', 275, 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '276', 27, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2761', 276, 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2762', 276, 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2763', 276, 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2764', 276, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2765', 276, 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2767', 276, 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2768', 276, 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '277', 27, 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2771', 277, 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2772', 277, 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2773', 277, 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2774', 277, 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '278', 27, 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2781', 278, 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2782', 278, 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2785', 278, 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '28', 2, 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '281', 28, 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2811', 281, 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2812', 281, 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2813', 281, 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2814', 281, 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2815', 281, 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2816', 281, 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2817', 281, 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2818', 281, 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '282', 28, 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2821', 282, 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2824', 282, 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2825', 282, 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '283', 28, 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2831', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2832', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2833', 283, 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2834', 283, 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2835', 283, 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2837', 283, 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2838', 283, 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '284', 28, 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2841', 284, 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2842', 284, 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2843', 284, 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2844', 284, 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2845', 284, 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2846', 284, 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2847', 284, 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2848', 284, 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '29', 2, 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '291', 29, 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2912', 291, 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2913', 291, 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2914', 291, 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2915', 291, 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2916', 291, 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2917', 291, 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2918', 291, 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2919', 291, 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '292', 29, 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2921', 292, 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2922', 292, 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2923', 292, 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2924', 292, 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2925', 292, 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2926', 292, 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2927', 292, 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2928', 292, 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2929', 292, 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '293', 29, 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2931', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2932', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2933', 293, 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2934', 293, 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2935', 293, 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2937', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2938', 293, 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2939', 293, 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '294', 29, 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2941', 294, 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2942', 294, 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2943', 294, 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2944', 294, 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2945', 294, 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2946', 294, 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2947', 294, 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2948', 294, 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2949', 294, 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '295', 29, 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2951', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2952', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '296', 29, 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2961', 296, 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2962', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2963', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2965', 296, 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2966', 296, 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2968', 296, 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '297', 29, 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2971', 297, 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2972', 297, 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2973', 297, 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2974', 297, 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2975', 297, 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2977', 297, 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'IMMO', 'XXXXXX', '2978', 297, 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '311', 31, 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3111', 311, 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3112', 311, 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '312', 31, 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3121', 312, 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3122', 312, 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '318', 31, 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '321', 32, 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '322', 32, 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '323', 32, 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '331', 33, 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '332', 33, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '333', 33, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '334', 33, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '335', 33, 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3351', 335, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3352', 335, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3353', 335, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3358', 335, 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '338', 33, 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '341', 34, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3411', 341, 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3412', 341, 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '342', 34, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3421', 342, 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3422', 342, 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '343', 34, 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3431', 343, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3432', 343, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '344', 34, 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3441', 344, 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3442', 344, 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '351', 35, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3511', 351, 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3512', 351, 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '352', 35, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3521', 352, 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3522', 352, 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '361', 36, 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '362', 36, 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '371', 37, 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3711', 371, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3712', 371, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '372', 37, 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3721', 372, 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3722', 372, 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3723', 372, 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '381', 38, 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '382', 38, 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '383', 38, 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '386', 38, 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '387', 38, 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3871', 387, 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '3872', 387, 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '388', 38, 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '391', 39, 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '392', 39, 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '393', 39, 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '394', 39, 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '395', 39, 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '396', 39, 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '397', 39, 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'STOCK', 'XXXXXX', '398', 39, 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '401', 4, 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4011', 401, 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4012', 401, 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4013', 401, 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4017', 401, 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '402', 4, 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4021', 402, 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4022', 402, 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4023', 402, 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '408', 4, 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4081', 408, 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4082', 408, 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4083', 408, 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4086', 408, 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '409', 4, 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4091', 409, 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4092', 409, 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4093', 409, 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4094', 409, 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4098', 409, 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '41', 4, 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '411', 41, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4111', 411, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4112', 411, 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4114', 411, 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4115', 411, 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4117', 411, 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4118', 411, 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '412', 41, 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4121', 412, 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4122', 412, 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4124', 412, 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4125', 412, 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '414', 41, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4141', 414, 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4142', 414, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '415', 41, 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '416', 41, 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4161', 416, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4162', 416, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '418', 41, 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4181', 418, 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4186', 418, 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '419', 41, 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4191', 419, 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4192', 419, 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4194', 419, 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4198', 419, 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '42', 4, 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '421', 42, 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4211', 421, 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4212', 421, 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4213', 421, 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '422', 42, 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4221', 422, 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4222', 422, 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '423', 42, 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4231', 423, 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4232', 423, 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4233', 423, 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '424', 42, 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4241', 424, 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4242', 424, 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4245', 424, 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4248', 424, 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '425', 42, 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4251', 425, 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4252', 425, 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4258', 425, 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '426', 42, 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '427', 42, 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '428', 42, 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4281', 428, 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4286', 428, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4287', 428, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '43', 4, 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '431', 43, 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4311', 431, 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4312', 431, 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4313', 431, 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4314', 431, 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4318', 431, 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '432', 43, 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '433', 43, 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4331', 433, 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '438', 43, 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4381', 438, 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4382', 438, 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4386', 438, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4387', 438, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '44', 4, 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '441', 44, 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '442', 44, 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4421', 4421, 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4422', 4421, 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4423', 4421, 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4424', 4421, 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4426', 4421, 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4428', 4421, 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '443', 44, 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4431', 443, 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4432', 443, 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4433', 443, 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4434', 443, 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4435', 443, 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '444', 44, 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4441', 444, 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4449', 444, 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '445', 44, 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4451', 445, 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4452', 445, 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4453', 445, 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4454', 445, 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4455', 445, 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4456', 445, 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '446', 44, 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '447', 44, 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4471', 447, 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4472', 447, 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4473', 447, 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4474', 447, 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4478', 447, 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '448', 44, 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4486', 448, 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4487', 448, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '449', 44, 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4491', 449, 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4492', 449, 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4493', 449, 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4494', 449, 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4495', 449, 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4496', 449, 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4499', 449, 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '45', 4, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '451', 45, 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '452', 45, 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '458', 45, 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4581', 458, 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4582', 458, 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '46', 4, 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '461', 46, 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4611', 461, 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4612', 461, 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4613', 461, 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4614', 461, 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4615', 461, 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4616', 461, 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4617', 461, 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4618', 461, 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4619', 461, 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '462', 46, 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4621', 462, 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4626', 462, 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '463', 46, 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '465', 46, 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '466', 46, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '467', 46, 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '47', 4, 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '471', 47, 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4711', 471, 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4712', 471, 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4713', 471, 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '472', 47, 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4726', 472, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4727', 472, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4728', 472, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '474', 47, 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4746', 474, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4747', 474, 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '475', 47, 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '476', 47, 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '477', 47, 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '478', 47, 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4781', 478, 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4782', 478, 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4788', 478, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '479', 47, 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4791', 479, 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4792', 479, 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4798', 479, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '48', 4, 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '481', 48, 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4811', 481, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4812', 481, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4817', 481, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4818', 481, 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '482', 48, 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '483', 48, 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '484', 48, 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '485', 48, 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4851', 485, 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4852', 485, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4855', 485, 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4857', 485, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4858', 485, 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '486', 48, 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '488', 48, 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '49', 4, 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '491', 49, 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4911', 491, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4912', 491, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '492', 49, 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '493', 49, 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '494', 49, 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '495', 49, 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '496', 49, 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4962', 496, 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4963', 496, 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4966', 496, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '497', 49, 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '498', 49, 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4981', 498, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4982', 498, 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4983', 498, 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '499', 49, 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4991', 499, 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'THIRDPARTY', 'XXXXXX', '4998', 499, 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '501', 5, 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5011', 501, 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5012', 501, 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5013', 501, 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '502', 5, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5021', 502, 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5022', 502, 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5023', 502, 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5024', 502, 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5025', 502, 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '503', 5, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5031', 503, 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5032', 503, 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5033', 503, 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5035', 503, 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '504', 5, 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5042', 504, 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5043', 504, 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '505', 5, 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '506', 5, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5061', 506, 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5062', 506, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5063', 506, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '508', 5, 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '51', 5, 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '511', 51, 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '512', 51, 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '513', 51, 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '514', 51, 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '515', 51, 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '518', 51, 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5181', 518, 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5182', 518, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5185', 518, 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5186', 518, 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5187', 518, 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '52', 5, 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '521', 52, 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5211', 521, 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5212', 521, 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '522', 52, 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '523', 52, 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '524', 52, 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '526', 52, 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5261', 521, 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5267', 521, 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '53', 5, 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '531', 53, 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '532', 53, 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '533', 53, 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '536', 53, 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5361', 536, 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5362', 536, 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '538', 53, 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '54', 5, 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '541', 54, 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '542', 54, 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '543', 54, 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '544', 54, 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '545', 54, 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '56', 5, 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '561', 56, 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '564', 56, 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '565', 56, 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '566', 56, 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5661', 566, 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5667', 566, 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '57', 5, 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '571', 57, 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5711', 571, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5712', 571, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '572', 57, 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5721', 572, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5722', 572, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '573', 57, 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5731', 573, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '5732', 573, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '58', 5, 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '581', 58, 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '582', 58, 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '585', 58, 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '588', 58, 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '59', 5, 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '591', 59, 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '592', 59, 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '593', 59, 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '594', 59, 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'FINAN', 'XXXXXX', '599', 59, 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '601', 6, 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '602', 6, 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6021', 602, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6022', 602, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6023', 602, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6024', 602, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6029', 602, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '603', 6, 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6031', 603, 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6032', 603, 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6033', 603, 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '604', 6, 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6041', 604, 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6042', 604, 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6043', 604, 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6044', 604, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6046', 604, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6047', 604, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6049', 604, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '605', 6, 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6051', 605, 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6052', 605, 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6053', 605, 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6054', 605, 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6055', 605, 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6056', 605, 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6057', 605, 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6058', 605, 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6059', 605, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '608', 6, 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6081', 608, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6082', 608, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6083', 608, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6089', 608, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '61', 6, 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '611', 61, 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '612', 61, 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '613', 61, 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '614', 61, 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '616', 61, 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '618', 61, 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6181', 618, 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6182', 618, 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6183', 618, 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '62', 6, 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '621', 62, 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '622', 62, 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6221', 622, 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6222', 622, 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6223', 622, 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6224', 622, 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6225', 622, 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6228', 622, 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '623', 62, 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6232', 623, 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6233', 623, 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6235', 623, 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '624', 62, 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6241', 624, 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6242', 624, 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6243', 624, 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6248', 624, 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '625', 62, 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6251', 625, 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6252', 625, 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6253', 625, 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6254', 625, 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6255', 625, 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6256', 625, 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6257', 625, 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6258', 625, 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '626', 62, 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6261', 626, 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6265', 626, 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6266', 626, 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '627', 62, 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6271', 627, 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6272', 627, 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6273', 627, 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6274', 627, 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6275', 627, 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6276', 627, 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6277', 627, 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6278', 627, 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '628', 62, 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6281', 628, 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6282', 628, 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6283', 628, 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6288', 628, 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '63', 6, 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '631', 63, 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6311', 631, 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6312', 631, 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6313', 631, 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6315', 631, 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6316', 631, 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6318', 631, 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '632', 63, 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6321', 632, 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6322', 632, 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6323', 632, 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6324', 632, 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6325', 632, 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6328', 632, 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '633', 63, 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '634', 63, 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6342', 634, 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6343', 634, 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6344', 634, 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '635', 63, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6351', 635, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6358', 635, 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '636', 63, 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '637', 63, 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6371', 637, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6372', 637, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '638', 63, 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6381', 638, 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6382', 638, 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6383', 638, 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6384', 638, 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '64', 6, 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '641', 64, 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6411', 641, 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6412', 641, 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6413', 641, 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6414', 641, 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6415', 641, 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6418', 641, 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '645', 64, 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '646', 64, 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6461', 646, 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6462', 646, 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6463', 646, 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6464', 646, 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6468', 646, 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '647', 64, 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6471', 647, 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6472', 647, 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6473', 647, 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6474', 647, 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6478', 647, 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '648', 64, 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '65', 6, 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '651', 65, 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6511', 651, 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6515', 651, 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '652', 65, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6521', 652, 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6525', 652, 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '653', 65, 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '654', 65, 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '658', 65, 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6581', 658, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6582', 658, 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6583', 658, 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '659', 65, 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6591', 659, 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6593', 659, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6594', 659, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6598', 659, 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '66', 6, 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '661', 66, 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6611', 661, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6612', 661, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6613', 661, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6614', 661, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6615', 661, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6616', 661, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6617', 661, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6618', 661, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '662', 66, 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6621', 662, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6622', 662, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6623', 662, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6624', 662, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6625', 662, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6626', 662, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6627', 662, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6628', 662, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '663', 66, 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6631', 663, 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6632', 663, 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6633', 663, 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6638', 663, 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '664', 66, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6641', 664, 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6642', 664, 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '666', 66, 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6661', 666, 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6662', 666, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '667', 66, 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6671', 667, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6672', 667, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '668', 66, 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6681', 668, 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6682', 668, 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6683', 668, 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6684', 668, 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '67', 6, 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '671', 67, 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6711', 671, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6712', 671, 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6713', 671, 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '672', 67, 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6721', 672, 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6722', 672, 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6723', 672, 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '673', 67, 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '674', 67, 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6741', 674, 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6742', 674, 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6743', 674, 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6744', 674, 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6745', 674, 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6748', 674, 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '675', 67, 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '676', 67, 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '677', 67, 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '678', 67, 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6781', 678, 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6782', 678, 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6783', 678, 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '679', 67, 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6791', 679, 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6795', 679, 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6798', 679, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '68', 6, 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '681', 68, 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6811', 68, 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6812', 68, 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6813', 68, 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '687', 68, 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6872', 687, 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6878', 687, 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '69', 6, 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '691', 69, 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6911', 691, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6912', 691, 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6913', 691, 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6914', 691, 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '697', 69, 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6971', 697, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'EXPENSE', 'XXXXXX', '6972', 697, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '701', 7, 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7011', 701, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7012', 701, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7013', 701, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7014', 701, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '702', 7, 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7021', 702, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7022', 702, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7023', 702, 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7024', 702, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '703', 7, 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7031', 703, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7032', 703, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7033', 703, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7034', 703, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '704', 7, 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7041', 704, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7042', 704, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7043', 704, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7044', 704, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '705', 7, 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7051', 705, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7052', 705, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7053', 705, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7054', 705, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '706', 7, 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7061', 706, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7062', 706, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7063', 706, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7064', 706, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '707', 7, 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7071', 707, 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7072', 707, 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7073', 707, 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7074', 707, 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7075', 707, 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7076', 707, 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7077', 707, 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7078', 707, 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '71', 7, 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '711', 71, 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '712', 71, 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '713', 71, 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '718', 71, 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7181', 718, 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7182', 718, 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7183', 718, 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '72', 7, 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '721', 72, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '722', 72, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '726', 72, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '73', 7, 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '734', 73, 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7341', 734, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7342', 734, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '735', 73, 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7351', 735, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7352', 735, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '736', 73, 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '737', 73, 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7371', 737, 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7372', 737, 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '75', 7, 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '752', 75, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7521', 752, 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7525', 752, 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '753', 75, 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '754', 75, 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '758', 75, 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7581', 758, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7582', 758, 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '759', 75, 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7591', 759, 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7593', 759, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7594', 759, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7598', 759, 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '77', 7, 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '771', 77, 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '772', 77, 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '773', 77, 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '774', 77, 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '775', 77, 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '776', 77, 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '777', 77, 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '778', 77, 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7781', 778, 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7782', 778, 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7784', 778, 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '779', 77, 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7791', 779, 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7795', 779, 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7798', 779, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '78', 7, 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '781', 78, 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '787', 78, 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '79', 7, 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '791', 79, 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7911', 791, 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7912', 791, 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7913', 791, 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7914', 791, 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '797', 79, 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7971', 797, 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '7972', 797, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'INCOME', 'XXXXXX', '798', 79, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '811', 81, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '812', 81, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '816', 81, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '821', 82, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '822', 82, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '826', 82, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '831', 83, 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '834', 83, 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '835', 83, 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '836', 83, 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '839', 83, 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '841', 84, 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '845', 84, 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '846', 84, 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '848', 84, 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '849', 84, 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '851', 85, 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '852', 85, 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '853', 85, 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '854', 85, 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '858', 85, 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '861', 86, 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '862', 86, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '863', 86, 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '864', 86, 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '865', 86, 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '868', 86, 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '871', 87, 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '874', 87, 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '878', 87, 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '881', 88, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '884', 88, 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '886', 88, 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '888', 88, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '891', 89, 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '8911', 891, 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '8912', 891, 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '8913', 891, 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '892', 89, 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '895', 89, 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '899', 89, 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '8991', 899, 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CF', 'AUTRES', 'XXXXXX', '8994', 899, 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-CF','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-CF','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-CF','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-CF','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-CF','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-CF','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-CF','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-CF','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-CF','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-CF','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-CF','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-CF','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-CF','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-CF','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-CF','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-CF','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-CF','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-CF','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-CF','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-CF','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-CF','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-CF','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-CF','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-CF','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-CF','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-CF','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-CF','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-CF','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-CF','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-CF','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-CF','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-CF','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-CF','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-CF','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-CF','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-CF','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-CF','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-CF','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-CF','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-CF','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-CF','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-CF','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-CF','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-CF','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-CF','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-CF','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-CF','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-CF','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-CF','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-CF','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-CF','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-CF','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-CF','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-CF','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-CF','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-CF','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-CF','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-CF','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-CF','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-CF','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-CF','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-CF','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-CF','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-CF','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-CF','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-CF','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-CF','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-CF','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-CF','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-CF','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-CF','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-CF','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-CF','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-CF','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-CF','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-CF','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-CF','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-CF','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-CF','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-CF','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-CF','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-CF','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-CF','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-CF','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-CF','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-CF','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-CF','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-CF','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-CF','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-CF','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-CF','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-CF','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-CF','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-CF','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-CF','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-CF','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-CF','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-CF','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-CF','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-CF','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-CF','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-CF','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-CF','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-CF','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-CF','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-CF','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-CF','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-CF','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-CF','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-CF','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-CF','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-CF','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-CF','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-CF','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-CF','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-CF','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-CF','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-CF','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-CF','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-CF','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-CF','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-CF','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-CF','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-CF','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-CF','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-CF','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-CF','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-CF','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-CF','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-CF','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-CF','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-CF','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-CF','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-CF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-CF','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-CF','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-CF','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-CF','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-CF','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-CF','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-CF','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-CF','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-CF','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-CF','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-CF','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-CF','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-CF','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-CF','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-CF','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-CF','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-CF','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-CF','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-CF','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-CF','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-CF','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-CF','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-CF','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-CF','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-CF','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-CF','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-CF','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-CF','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-CF','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-CF','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-CF','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-CF','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-CF','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-CF','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-CF','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-CF','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-CF','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-CF','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-CF','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-CF','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-CF','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-CF','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-CF','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-CF','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-CF','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-CF','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-CF','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-CF','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-CF','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-CF','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-CF','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-CF','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-CF','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-CF','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-CF','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-CF','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-CF','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-CF','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-CF','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-CF','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-CF','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-CF','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-CF','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-CF','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-CF','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-CF','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-CF','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-CF','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-CF','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-CF','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-CF','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-CF','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-CF','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-CF','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-CF','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-CF','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-CF','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-CF','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-CF','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-CF','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-CF','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-CF','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-CF','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-CF','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-CF','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-CF','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-CF','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-CF','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-CF','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-CF','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-CF','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-CF','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-CF','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-CF','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-CF','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-CF','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-CF','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-CF','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-CF','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-CF','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-CF','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-CF','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-CF','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-CF','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-CF','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-CF','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-CF','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-CF','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-CF','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-CF','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-CF','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-CF','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-CF','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-CF','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-CF','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-CF','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-CF','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-CF','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-CF','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-CF','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-CF','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-CF','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-CF','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-CF','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-CF','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-CF','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-CF','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-CF','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-CF','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-CF','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-CF','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-CF','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-CF','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-CF','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-CF','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-CF','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-CF','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-CF','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-CF','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-CF','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-CF','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-CF','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-CF','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-CF','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-CF','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-CF','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-CF','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-CF','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-CF','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-CF','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-CF','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-CF','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-CF','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-CF','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-CF','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-CF','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-CF','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-CF','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-CF','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-CF','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-CF','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-CF','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-CF','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-CF','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-CF','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-CF','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-CF','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-CF','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-CF','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-CF','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-CF','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-CF','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-CF','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-CF','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-CF','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-CF','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-CF','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-CF','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-CF','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-CF','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-CF','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-CF','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-CF','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-CF','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-CF','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-CF','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-CF','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-CF','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-CF','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-CF','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-CF','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-CF','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-CF','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-CF','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-CF','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-CF','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-CF','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-CF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-CF','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-CF','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-CF','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-CF','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-CF','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-CF','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-CF','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-CF','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-CF','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-CF','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-CF','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-CF','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-CF','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-CF','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-CF','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-CF','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-CF','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-CF','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-CF','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-CF','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-CF','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-CF','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-CF','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-CF','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-CF','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-CF','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-CF','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-CF','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-CF','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-CF','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-CF','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-CF','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-CF','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-CF','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-CF','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-CF','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-CF','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-CF','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-CF','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-CF','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-CF','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-CF','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-CF','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-CF','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-CF','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-CF','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-CF','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-CF','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-CF','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-CF','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-CF','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-CF','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-CF','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-CF','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-CF','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-CF','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-CF','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-CF','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-CF','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-CF','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-CF','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-CF','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-CF','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-CF','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-CF','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-CF','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-CF','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-CF','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-CF','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-CF','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-CF','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-CF','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-CF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-CF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-CF','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-CF','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-CF','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-CF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-CF','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-CF','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-CF','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-CF','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-CF','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-CF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-CF','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-CF','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-CF','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-CF','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-CF','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-CF','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-CF','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-CF','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-CF','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-CF','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-CF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-CF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-CF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-CF','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-CF','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-CF','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-CF','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-CF','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-CF','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-CF','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-CF','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-CF','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-CF','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-CF','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-CF','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-CF','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-CF','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-CF','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-CF','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-CF','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-CF','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-CF','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-CF','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-CF','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-CF','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-CF','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-CF','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-CF','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-CF','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-CF','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-CF','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-CF','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-CF','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-CF','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-CF','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-CF','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-CF','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-CF','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-CF','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-CF','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-CF','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-CF','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-CF','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-CF','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-CF','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-CF','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-CF','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-CF','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-CF','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-CF','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-CF','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-CF','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-CF','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-CF','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-CF','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-CF','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-CF','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-CF','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-CF','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-CF','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-CF','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-CF','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-CF','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-CF','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-CF','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-CF','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-CF','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-CF','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-CF','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-CF','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-CF','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-CF','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-CF','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-CF','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-CF','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-CF','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-CF','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-CF','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-CF','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-CF','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-CF','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-CF','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-CF','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-CF','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-CF','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-CF','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-CF','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-CF','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-CF','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-CF','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-CF','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-CF','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-CF','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-CF','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-CF','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-CF','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-CF','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-CF','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-CF','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-CF','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-CF','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-CF','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-CF','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-CF','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-CF','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-CF','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-CF','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-CF','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-CF','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-CF','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-CF','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-CF','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-CF','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-CF','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-CF','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-CF','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-CF','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-CF','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-CF','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-CF','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-CF','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-CF','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-CF','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-CF','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-CF','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-CF','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-CF','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-CF','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-CF','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-CF','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-CF','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-CF','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-CF','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-CF','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-CF','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-CF','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-CF','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-CF','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-CF','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-CF','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-CF','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-CF','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-CF','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-CF','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-CF','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-CF','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-CF','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-CF','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-CF','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-CF','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-CF','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-CF','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-CF','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-CF','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-CF','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-CF','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-CF','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-CF','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-CF','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-CF','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-CF','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-CF','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-CF','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-CF','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-CF','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-CF','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-CF','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-CF','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-CF','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-CF','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-CF','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-CF','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-CF','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-CF','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-CF','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-CF','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-CF','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-CF','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-CF','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-CF','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-CF','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-CF','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-CF','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-CF','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-CF','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-CF','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-CF','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-CF','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-CF','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-CF','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-CF','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-CF','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-CF','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-CF','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-CF','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-CF','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-CF','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-CF','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-CF','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-CF','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-CF','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-CF','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-CF','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-CF','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-CF','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-CF','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-CF','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-CF','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-CF','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-CF','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-CF','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-CF','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-CF','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-CF','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-CF','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-CF','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-CF','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-CF','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-CF','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-CF','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-CF','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-CF','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-CF','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-CF','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-CF','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-CF','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-CF','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-CF','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-CF','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-CF','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-CF','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-CF','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-CF','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-CF','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-CF','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-CF','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-CF','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-CF','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-CF','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-CF','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-CF','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-CF','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-CF','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-CF','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-CF','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-CF','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-CF','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-CF','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-CF','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-CF','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-CF','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-CF','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-CF','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-CF','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-CF','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-CF','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-CF','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-CF','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-CF','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-CF','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-CF','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-CF','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-CF','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-CF','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-CF','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-CF','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-CF','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-CF','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-CF','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-CF','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-CF','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-CF','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-CF','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-CF','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-CF','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-CF','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-CF','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-CF','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-CF','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-CF','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-CF','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-CF','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-CF','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-CF','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-CF','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-CF','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-CF','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-CF','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-CF','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-CF','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-CF','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-CF','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-CF','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-CF','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-CF','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-CF','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-CF','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-CF','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-CF','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-CF','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-CF','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-CF','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-CF','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-CF','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-CF','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-CF','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-CF','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-CF','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-CF','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-CF','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-CF','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-CF','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-CF','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-CF','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-CF','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-CF','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-CF','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-CF','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-CF','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-CF','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-CF','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-CF','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-CF','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-CF','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-CF','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-CF','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-CF','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-CF','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-CF','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-CF','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-CF','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-CF','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-CF','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-CF','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-CF','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-CF','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-CF','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-CF','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-CF','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-CF','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-CF','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-CF','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-CF','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-CF','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-CF','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-CF','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-CF','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-CF','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-CF','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-CF','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-CF','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-CF','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-CF','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-CF','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-CF','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-CF','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-CF','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-CF','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-CF','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-CF','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-CF','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-CF','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-CF','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-CF','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-CF','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-CF','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-CF','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-CF','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-CF','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-CF','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-CF','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-CF','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-CF','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-CF','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-CF','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-CF','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-CF','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-CF','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-CF','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-CF','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-CF','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-CF','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-CF','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-CF','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-CF','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-CF','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-CF','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-CF','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-CF','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-CF','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-CF','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-CF','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-CF','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-CF','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-CF','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-CF','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-CF','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-CF','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-CF','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-CF','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-CF','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-CF','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-CF','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-CF','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-CF','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-CF','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-CF','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-CF','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-CF','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-CF','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-CF','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-CF','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-CF','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-CF','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-CF','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-CF','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-CF','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-CF','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-CF','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-CF','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-CF','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-CF','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-CF','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-CF','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-CF','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-CF','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-CF','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-CF','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-CF','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-CF','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-CF','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-CF','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-CF','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-CF','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-CF','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-CF','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-CF','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-CF','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-CF','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-CF','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-CF','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-CF','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-CF','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-CF','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-CF','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-CF','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-CF','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-CF','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-CF','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-CF','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-CF','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-CF','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-CF','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-CF','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-CF','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-CF','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-CF','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-CF','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-CF','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-CF','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-CF','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-CF','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-CF','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-CF','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-CF','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-CF','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-CF','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-CF','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-CF','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-CF','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-CF','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-CF','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-CF','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-CF','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-CF','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-CF','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-CF','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-CF','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-CF','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-CF','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-CF','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-CF','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-CF','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-CF','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-CF','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-CF','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-CF','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-CF','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-CF','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-CF','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-CF','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-CF','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-CF','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-CF','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-CF','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-CF','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-CF','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-CF','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-CF','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-CF','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-CF','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-CF','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-CF','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-CF','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-CF','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-CF','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-CF','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-CF','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-CF','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-CF','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-CF','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-CF','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-CF','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-CF','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-CF','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-CF','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-CF','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-CF','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-CF','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-CF','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-CF','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-CF','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-CF','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-CF','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-CF','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-CF','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-CF','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-CF','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-CF','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-CF','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-CF','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-CF','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-CF','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-CF','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-CF','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-CF','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-CF','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-CF','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-CF','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-CF','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-CF','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-CF','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-CF','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-CF','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-CF','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-CF','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-CF','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-CF','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-CF','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-CF','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-CF','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-CF','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-CF','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-CF','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-CF','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-CF','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-CF','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-CF','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-CF','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-CF','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-CF','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-CF','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-CF','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-CF','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-CF','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-CF','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-CF','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-CF','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-CF','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-CF','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-CF','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-CF','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-CF','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-CF','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-CF','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-CF','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-CF','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-CF','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-CF','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-CF','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-CF','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-CF','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-CF','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-CF','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
    index 619be4114e5..7317b8f0bee 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_cg.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_cg.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA CG
     -- ID 15000 - 16999
    ---
    +-- ADD 7200000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '101', 1, 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1011', 101, 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1012', 101, 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1013', 101, 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1014', 101, 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1018', 101, 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '102', 1, 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1021', 102, 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1022', 102, 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1028', 102, 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '103', 1, 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '104', 1, 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1041', 104, 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1042', 104, 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1043', 104, 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1047', 104, 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1048', 104, 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '105', 1, 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1051', 105, 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1052', 105, 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1053', 105, 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1054', 105, 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1058', 105, 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '106', 1, 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1061', 106, 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1062', 106, 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '109', 1, 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '11', 1, 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '111', 11, 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1111', 111, 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '112', 11, 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '113', 11, 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1131', 113, 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1133', 113, 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1134', 113, 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1135', 113, 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1138', 113, 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '118', 11, 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1181', 118, 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1188', 118, 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '12', 1, 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '121', 12, 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1211', 121, 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '129', 12, 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1291', 129, 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1292', 129, 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '13', 1, 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1301', 13, 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1309', 13, 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '131', 13, 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '132', 13, 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1321', 132, 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1322', 132, 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '133', 13, 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '134', 13, 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '135', 13, 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '136', 13, 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '137', 13, 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '138', 13, 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '139', 13, 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '14', 1, 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '141', 14, 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1411', 141, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1412', 141, 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1413', 141, 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1414', 141, 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1415', 141, 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1416', 141, 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1417', 141, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1418', 141, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '142', 14, 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1421', 142, 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '148', 14, 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '15', 1, 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '151', 15, 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '152', 15, 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1521', 152, 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '153', 15, 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1531', 153, 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1532', 153, 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '154', 15, 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '155', 15, 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1551', 155, 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1552', 155, 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1553', 155, 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1554', 155, 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '156', 15, 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1561', 156, 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1562', 156, 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '157', 15, 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '158', 15, 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '16', 1, 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '161', 16, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1611', 161, 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1612', 161, 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1618', 161, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1619', 161, 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '162', 16, 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '163', 16, 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '164', 16, 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '165', 16, 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1651', 165, 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1652', 165, 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '166', 16, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1661', 166, 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1662', 166, 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1663', 166, 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1664', 166, 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1665', 166, 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1667', 166, 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1668', 166, 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '167', 16, 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1671', 167, 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1672', 167, 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1673', 167, 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1674', 167, 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1676', 167, 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '168', 16, 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1681', 168, 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1682', 168, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1683', 168, 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1684', 168, 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1685', 168, 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1686', 168, 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '17', 1, 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '172', 17, 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '173', 17, 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '176', 17, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1762', 176, 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1763', 176, 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1768', 176, 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '178', 17, 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '18', 1, 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '181', 18, 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1811', 181, 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1812', 181, 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '182', 18, 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '183', 18, 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '184', 18, 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '185', 18, 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '186', 18, 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '187', 18, 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '188', 18, 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '19', 1, 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '191', 19, 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '192', 19, 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '193', 19, 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '194', 19, 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '195', 19, 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '196', 19, 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '197', 19, 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1971', 197, 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '198', 19, 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1981', 198, 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1982', 198, 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1983', 198, 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'CAPIT', 'XXXXXX', '1988', 198, 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '201', 2, 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2011', 201, 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2012', 201, 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2013', 201, 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2014', 201, 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2015', 201, 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2016', 201, 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2017', 201, 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2018', 201, 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '202', 2, 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2021', 202, 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2022', 202, 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2026', 202, 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2028', 202, 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '206', 2, 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2061', 206, 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2062', 206, 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2068', 206, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '21', 2, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '211', 21, 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '212', 21, 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '213', 21, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '214', 21, 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '215', 21, 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '216', 21, 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '217', 21, 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '218', 21, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '219', 21, 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2191', 219, 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2193', 219, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2198', 219, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '22', 2, 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '221', 22, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2211', 221, 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2212', 221, 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2218', 221, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '222', 22, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2221', 222, 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2228', 222, 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '223', 22, 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2231', 223, 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2232', 223, 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2234', 223, 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2235', 223, 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2236', 223, 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '224', 22, 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2241', 224, 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2248', 224, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '225', 22, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2251', 225, 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '226', 22, 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2261', 226, 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '227', 22, 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '228', 22, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2281', 228, 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2285', 228, 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2288', 228, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '229', 22, 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2291', 229, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2292', 229, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2295', 229, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2298', 229, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '23', 2, 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '231', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2311', 231, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2312', 231, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2313', 231, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2314', 231, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2315', 231, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '232', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2321', 232, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2322', 232, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2323', 232, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2324', 232, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2325', 232, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '233', 23, 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2331', 233, 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2332', 233, 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2333', 233, 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2334', 233, 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2335', 233, 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2338', 233, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '234', 23, 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2341', 234, 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2342', 234, 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2343', 234, 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2344', 234, 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '235', 23, 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2351', 235, 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2358', 235, 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '237', 23, 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '238', 23, 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '239', 23, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2391', 239, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '24', 2, 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '241', 24, 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2411', 241, 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2412', 241, 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2413', 241, 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2414', 241, 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '242', 24, 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2421', 242, 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2422', 242, 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '243', 24, 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '244', 24, 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2441', 244, 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2442', 244, 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2443', 244, 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2444', 244, 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2446', 244, 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2447', 244, 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '245', 24, 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2451', 245, 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2452', 245, 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2453', 245, 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2454', 245, 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2455', 245, 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2456', 245, 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2458', 245, 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '246', 24, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2461', 246, 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2462', 246, 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2463', 246, 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2465', 246, 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2468', 246, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '247', 24, 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '248', 24, 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2481', 248, 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '249', 24, 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2491', 249, 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2492', 249, 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2493', 249, 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2494', 249, 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2495', 249, 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2496', 249, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2497', 249, 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2498', 249, 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '25', 2, 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '251', 25, 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '252', 25, 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '26', 2, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '261', 26, 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '262', 26, 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '263', 26, 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '265', 26, 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '266', 26, 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '268', 26, 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '27', 2, 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '271', 27, 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2711', 271, 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2712', 271, 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2713', 271, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2714', 271, 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '272', 27, 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2721', 272, 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2722', 272, 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2728', 272, 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '273', 27, 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2731', 273, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2733', 273, 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2738', 273, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '274', 27, 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2741', 274, 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2742', 274, 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2743', 274, 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2744', 274, 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2748', 274, 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '275', 27, 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2751', 275, 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2752', 275, 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2753', 275, 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2754', 275, 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2755', 275, 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2756', 275, 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2757', 275, 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2758', 275, 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '276', 27, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2761', 276, 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2762', 276, 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2763', 276, 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2764', 276, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2765', 276, 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2767', 276, 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2768', 276, 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '277', 27, 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2771', 277, 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2772', 277, 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2773', 277, 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2774', 277, 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '278', 27, 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2781', 278, 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2782', 278, 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2785', 278, 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '28', 2, 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '281', 28, 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2811', 281, 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2812', 281, 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2813', 281, 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2814', 281, 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2815', 281, 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2816', 281, 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2817', 281, 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2818', 281, 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '282', 28, 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2821', 282, 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2824', 282, 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2825', 282, 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '283', 28, 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2831', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2832', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2833', 283, 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2834', 283, 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2835', 283, 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2837', 283, 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2838', 283, 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '284', 28, 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2841', 284, 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2842', 284, 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2843', 284, 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2844', 284, 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2845', 284, 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2846', 284, 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2847', 284, 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2848', 284, 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '29', 2, 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '291', 29, 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2912', 291, 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2913', 291, 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2914', 291, 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2915', 291, 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2916', 291, 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2917', 291, 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2918', 291, 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2919', 291, 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '292', 29, 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2921', 292, 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2922', 292, 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2923', 292, 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2924', 292, 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2925', 292, 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2926', 292, 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2927', 292, 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2928', 292, 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2929', 292, 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '293', 29, 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2931', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2932', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2933', 293, 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2934', 293, 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2935', 293, 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2937', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2938', 293, 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2939', 293, 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '294', 29, 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2941', 294, 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2942', 294, 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2943', 294, 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2944', 294, 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2945', 294, 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2946', 294, 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2947', 294, 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2948', 294, 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2949', 294, 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '295', 29, 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2951', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2952', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '296', 29, 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2961', 296, 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2962', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2963', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2965', 296, 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2966', 296, 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2968', 296, 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '297', 29, 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2971', 297, 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2972', 297, 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2973', 297, 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2974', 297, 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2975', 297, 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2977', 297, 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'IMMO', 'XXXXXX', '2978', 297, 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '311', 31, 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3111', 311, 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3112', 311, 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '312', 31, 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3121', 312, 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3122', 312, 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '318', 31, 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '321', 32, 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '322', 32, 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '323', 32, 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '331', 33, 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '332', 33, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '333', 33, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '334', 33, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '335', 33, 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3351', 335, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3352', 335, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3353', 335, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3358', 335, 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '338', 33, 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '341', 34, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3411', 341, 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3412', 341, 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '342', 34, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3421', 342, 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3422', 342, 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '343', 34, 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3431', 343, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3432', 343, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '344', 34, 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3441', 344, 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3442', 344, 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '351', 35, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3511', 351, 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3512', 351, 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '352', 35, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3521', 352, 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3522', 352, 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '361', 36, 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '362', 36, 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '371', 37, 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3711', 371, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3712', 371, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '372', 37, 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3721', 372, 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3722', 372, 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3723', 372, 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '381', 38, 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '382', 38, 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '383', 38, 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '386', 38, 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '387', 38, 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3871', 387, 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '3872', 387, 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '388', 38, 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '391', 39, 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '392', 39, 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '393', 39, 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '394', 39, 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '395', 39, 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '396', 39, 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '397', 39, 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'STOCK', 'XXXXXX', '398', 39, 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '401', 4, 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4011', 401, 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4012', 401, 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4013', 401, 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4017', 401, 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '402', 4, 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4021', 402, 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4022', 402, 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4023', 402, 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '408', 4, 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4081', 408, 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4082', 408, 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4083', 408, 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4086', 408, 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '409', 4, 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4091', 409, 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4092', 409, 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4093', 409, 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4094', 409, 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4098', 409, 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '41', 4, 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '411', 41, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4111', 411, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4112', 411, 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4114', 411, 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4115', 411, 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4117', 411, 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4118', 411, 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '412', 41, 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4121', 412, 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4122', 412, 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4124', 412, 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4125', 412, 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '414', 41, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4141', 414, 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4142', 414, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '415', 41, 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '416', 41, 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4161', 416, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4162', 416, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '418', 41, 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4181', 418, 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4186', 418, 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '419', 41, 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4191', 419, 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4192', 419, 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4194', 419, 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4198', 419, 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '42', 4, 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '421', 42, 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4211', 421, 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4212', 421, 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4213', 421, 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '422', 42, 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4221', 422, 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4222', 422, 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '423', 42, 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4231', 423, 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4232', 423, 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4233', 423, 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '424', 42, 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4241', 424, 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4242', 424, 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4245', 424, 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4248', 424, 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '425', 42, 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4251', 425, 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4252', 425, 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4258', 425, 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '426', 42, 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '427', 42, 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '428', 42, 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4281', 428, 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4286', 428, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4287', 428, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '43', 4, 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '431', 43, 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4311', 431, 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4312', 431, 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4313', 431, 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4314', 431, 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4318', 431, 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '432', 43, 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '433', 43, 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4331', 433, 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '438', 43, 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4381', 438, 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4382', 438, 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4386', 438, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4387', 438, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '44', 4, 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '441', 44, 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '442', 44, 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4421', 4421, 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4422', 4421, 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4423', 4421, 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4424', 4421, 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4426', 4421, 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4428', 4421, 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '443', 44, 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4431', 443, 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4432', 443, 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4433', 443, 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4434', 443, 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4435', 443, 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '444', 44, 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4441', 444, 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4449', 444, 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '445', 44, 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4451', 445, 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4452', 445, 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4453', 445, 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4454', 445, 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4455', 445, 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4456', 445, 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '446', 44, 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '447', 44, 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4471', 447, 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4472', 447, 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4473', 447, 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4474', 447, 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4478', 447, 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '448', 44, 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4486', 448, 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4487', 448, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '449', 44, 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4491', 449, 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4492', 449, 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4493', 449, 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4494', 449, 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4495', 449, 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4496', 449, 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4499', 449, 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '45', 4, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '451', 45, 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '452', 45, 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '458', 45, 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4581', 458, 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4582', 458, 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '46', 4, 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '461', 46, 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4611', 461, 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4612', 461, 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4613', 461, 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4614', 461, 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4615', 461, 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4616', 461, 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4617', 461, 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4618', 461, 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4619', 461, 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '462', 46, 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4621', 462, 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4626', 462, 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '463', 46, 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '465', 46, 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '466', 46, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '467', 46, 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '47', 4, 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '471', 47, 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4711', 471, 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4712', 471, 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4713', 471, 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '472', 47, 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4726', 472, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4727', 472, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4728', 472, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '474', 47, 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4746', 474, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4747', 474, 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '475', 47, 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '476', 47, 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '477', 47, 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '478', 47, 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4781', 478, 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4782', 478, 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4788', 478, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '479', 47, 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4791', 479, 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4792', 479, 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4798', 479, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '48', 4, 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '481', 48, 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4811', 481, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4812', 481, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4817', 481, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4818', 481, 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '482', 48, 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '483', 48, 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '484', 48, 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '485', 48, 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4851', 485, 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4852', 485, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4855', 485, 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4857', 485, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4858', 485, 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '486', 48, 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '488', 48, 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '49', 4, 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '491', 49, 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4911', 491, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4912', 491, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '492', 49, 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '493', 49, 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '494', 49, 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '495', 49, 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '496', 49, 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4962', 496, 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4963', 496, 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4966', 496, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '497', 49, 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '498', 49, 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4981', 498, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4982', 498, 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4983', 498, 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '499', 49, 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4991', 499, 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'THIRDPARTY', 'XXXXXX', '4998', 499, 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '501', 5, 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5011', 501, 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5012', 501, 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5013', 501, 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '502', 5, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5021', 502, 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5022', 502, 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5023', 502, 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5024', 502, 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5025', 502, 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '503', 5, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5031', 503, 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5032', 503, 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5033', 503, 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5035', 503, 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '504', 5, 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5042', 504, 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5043', 504, 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '505', 5, 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '506', 5, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5061', 506, 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5062', 506, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5063', 506, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '508', 5, 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '51', 5, 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '511', 51, 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '512', 51, 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '513', 51, 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '514', 51, 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '515', 51, 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '518', 51, 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5181', 518, 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5182', 518, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5185', 518, 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5186', 518, 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5187', 518, 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '52', 5, 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '521', 52, 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5211', 521, 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5212', 521, 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '522', 52, 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '523', 52, 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '524', 52, 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '526', 52, 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5261', 521, 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5267', 521, 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '53', 5, 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '531', 53, 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '532', 53, 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '533', 53, 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '536', 53, 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5361', 536, 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5362', 536, 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '538', 53, 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '54', 5, 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '541', 54, 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '542', 54, 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '543', 54, 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '544', 54, 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '545', 54, 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '56', 5, 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '561', 56, 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '564', 56, 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '565', 56, 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '566', 56, 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5661', 566, 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5667', 566, 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '57', 5, 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '571', 57, 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5711', 571, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5712', 571, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '572', 57, 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5721', 572, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5722', 572, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '573', 57, 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5731', 573, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '5732', 573, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '58', 5, 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '581', 58, 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '582', 58, 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '585', 58, 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '588', 58, 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '59', 5, 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '591', 59, 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '592', 59, 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '593', 59, 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '594', 59, 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'FINAN', 'XXXXXX', '599', 59, 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '601', 6, 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '602', 6, 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6021', 602, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6022', 602, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6023', 602, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6024', 602, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6029', 602, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '603', 6, 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6031', 603, 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6032', 603, 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6033', 603, 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '604', 6, 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6041', 604, 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6042', 604, 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6043', 604, 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6044', 604, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6046', 604, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6047', 604, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6049', 604, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '605', 6, 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6051', 605, 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6052', 605, 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6053', 605, 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6054', 605, 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6055', 605, 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6056', 605, 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6057', 605, 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6058', 605, 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6059', 605, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '608', 6, 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6081', 608, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6082', 608, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6083', 608, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6089', 608, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '61', 6, 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '611', 61, 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '612', 61, 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '613', 61, 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '614', 61, 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '616', 61, 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '618', 61, 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6181', 618, 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6182', 618, 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6183', 618, 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '62', 6, 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '621', 62, 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '622', 62, 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6221', 622, 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6222', 622, 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6223', 622, 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6224', 622, 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6225', 622, 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6228', 622, 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '623', 62, 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6232', 623, 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6233', 623, 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6235', 623, 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '624', 62, 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6241', 624, 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6242', 624, 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6243', 624, 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6248', 624, 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '625', 62, 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6251', 625, 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6252', 625, 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6253', 625, 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6254', 625, 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6255', 625, 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6256', 625, 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6257', 625, 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6258', 625, 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '626', 62, 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6261', 626, 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6265', 626, 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6266', 626, 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '627', 62, 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6271', 627, 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6272', 627, 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6273', 627, 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6274', 627, 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6275', 627, 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6276', 627, 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6277', 627, 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6278', 627, 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '628', 62, 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6281', 628, 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6282', 628, 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6283', 628, 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6288', 628, 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '63', 6, 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '631', 63, 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6311', 631, 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6312', 631, 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6313', 631, 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6315', 631, 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6316', 631, 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6318', 631, 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '632', 63, 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6321', 632, 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6322', 632, 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6323', 632, 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6324', 632, 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6325', 632, 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6328', 632, 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '633', 63, 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '634', 63, 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6342', 634, 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6343', 634, 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6344', 634, 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '635', 63, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6351', 635, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6358', 635, 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '636', 63, 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '637', 63, 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6371', 637, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6372', 637, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '638', 63, 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6381', 638, 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6382', 638, 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6383', 638, 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6384', 638, 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '64', 6, 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '641', 64, 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6411', 641, 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6412', 641, 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6413', 641, 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6414', 641, 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6415', 641, 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6418', 641, 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '645', 64, 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '646', 64, 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6461', 646, 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6462', 646, 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6463', 646, 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6464', 646, 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6468', 646, 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '647', 64, 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6471', 647, 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6472', 647, 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6473', 647, 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6474', 647, 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6478', 647, 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '648', 64, 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '65', 6, 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '651', 65, 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6511', 651, 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6515', 651, 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '652', 65, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6521', 652, 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6525', 652, 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '653', 65, 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '654', 65, 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '658', 65, 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6581', 658, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6582', 658, 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6583', 658, 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '659', 65, 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6591', 659, 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6593', 659, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6594', 659, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6598', 659, 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '66', 6, 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '661', 66, 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6611', 661, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6612', 661, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6613', 661, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6614', 661, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6615', 661, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6616', 661, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6617', 661, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6618', 661, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '662', 66, 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6621', 662, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6622', 662, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6623', 662, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6624', 662, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6625', 662, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6626', 662, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6627', 662, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6628', 662, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '663', 66, 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6631', 663, 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6632', 663, 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6633', 663, 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6638', 663, 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '664', 66, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6641', 664, 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6642', 664, 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '666', 66, 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6661', 666, 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6662', 666, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '667', 66, 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6671', 667, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6672', 667, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '668', 66, 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6681', 668, 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6682', 668, 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6683', 668, 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6684', 668, 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '67', 6, 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '671', 67, 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6711', 671, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6712', 671, 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6713', 671, 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '672', 67, 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6721', 672, 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6722', 672, 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6723', 672, 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '673', 67, 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '674', 67, 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6741', 674, 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6742', 674, 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6743', 674, 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6744', 674, 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6745', 674, 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6748', 674, 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '675', 67, 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '676', 67, 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '677', 67, 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '678', 67, 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6781', 678, 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6782', 678, 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6783', 678, 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '679', 67, 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6791', 679, 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6795', 679, 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6798', 679, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '68', 6, 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '681', 68, 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6811', 68, 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6812', 68, 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6813', 68, 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '687', 68, 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6872', 687, 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6878', 687, 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '69', 6, 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '691', 69, 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6911', 691, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6912', 691, 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6913', 691, 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6914', 691, 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '697', 69, 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6971', 697, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'EXPENSE', 'XXXXXX', '6972', 697, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '701', 7, 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7011', 701, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7012', 701, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7013', 701, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7014', 701, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '702', 7, 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7021', 702, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7022', 702, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7023', 702, 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7024', 702, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '703', 7, 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7031', 703, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7032', 703, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7033', 703, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7034', 703, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '704', 7, 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7041', 704, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7042', 704, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7043', 704, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7044', 704, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '705', 7, 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7051', 705, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7052', 705, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7053', 705, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7054', 705, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '706', 7, 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7061', 706, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7062', 706, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7063', 706, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7064', 706, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '707', 7, 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7071', 707, 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7072', 707, 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7073', 707, 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7074', 707, 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7075', 707, 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7076', 707, 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7077', 707, 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7078', 707, 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '71', 7, 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '711', 71, 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '712', 71, 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '713', 71, 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '718', 71, 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7181', 718, 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7182', 718, 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7183', 718, 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '72', 7, 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '721', 72, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '722', 72, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '726', 72, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '73', 7, 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '734', 73, 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7341', 734, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7342', 734, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '735', 73, 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7351', 735, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7352', 735, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '736', 73, 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '737', 73, 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7371', 737, 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7372', 737, 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '75', 7, 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '752', 75, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7521', 752, 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7525', 752, 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '753', 75, 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '754', 75, 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '758', 75, 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7581', 758, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7582', 758, 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '759', 75, 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7591', 759, 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7593', 759, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7594', 759, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7598', 759, 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '77', 7, 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '771', 77, 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '772', 77, 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '773', 77, 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '774', 77, 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '775', 77, 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '776', 77, 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '777', 77, 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '778', 77, 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7781', 778, 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7782', 778, 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7784', 778, 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '779', 77, 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7791', 779, 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7795', 779, 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7798', 779, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '78', 7, 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '781', 78, 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '787', 78, 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '79', 7, 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '791', 79, 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7911', 791, 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7912', 791, 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7913', 791, 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7914', 791, 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '797', 79, 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7971', 797, 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '7972', 797, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'INCOME', 'XXXXXX', '798', 79, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '811', 81, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '812', 81, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '816', 81, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '821', 82, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '822', 82, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '826', 82, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '831', 83, 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '834', 83, 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '835', 83, 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '836', 83, 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '839', 83, 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '841', 84, 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '845', 84, 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '846', 84, 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '848', 84, 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '849', 84, 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '851', 85, 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '852', 85, 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '853', 85, 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '854', 85, 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '858', 85, 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '861', 86, 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '862', 86, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '863', 86, 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '864', 86, 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '865', 86, 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '868', 86, 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '871', 87, 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '874', 87, 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '878', 87, 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '881', 88, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '884', 88, 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '886', 88, 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '888', 88, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '891', 89, 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '8911', 891, 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '8912', 891, 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '8913', 891, 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '892', 89, 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '895', 89, 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '899', 89, 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '8991', 899, 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CG', 'AUTRES', 'XXXXXX', '8994', 899, 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-CG','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-CG','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-CG','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-CG','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-CG','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-CG','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-CG','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-CG','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-CG','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-CG','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-CG','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-CG','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-CG','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-CG','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-CG','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-CG','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-CG','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-CG','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-CG','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-CG','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-CG','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-CG','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-CG','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-CG','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-CG','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-CG','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-CG','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-CG','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-CG','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-CG','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-CG','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-CG','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-CG','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-CG','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-CG','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-CG','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-CG','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-CG','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-CG','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-CG','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-CG','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-CG','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-CG','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-CG','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-CG','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-CG','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-CG','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-CG','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-CG','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-CG','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-CG','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-CG','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-CG','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-CG','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-CG','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-CG','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-CG','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-CG','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-CG','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-CG','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-CG','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-CG','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-CG','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-CG','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-CG','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-CG','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-CG','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-CG','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-CG','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-CG','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-CG','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-CG','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-CG','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-CG','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-CG','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-CG','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-CG','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-CG','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-CG','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-CG','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-CG','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-CG','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-CG','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-CG','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-CG','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-CG','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-CG','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-CG','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-CG','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-CG','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-CG','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-CG','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-CG','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-CG','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-CG','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-CG','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-CG','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-CG','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-CG','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-CG','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-CG','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-CG','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-CG','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-CG','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-CG','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-CG','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-CG','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-CG','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-CG','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-CG','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-CG','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-CG','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-CG','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-CG','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-CG','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-CG','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-CG','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-CG','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-CG','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-CG','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-CG','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-CG','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-CG','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-CG','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-CG','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-CG','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-CG','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-CG','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-CG','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-CG','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-CG','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-CG','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-CG','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-CG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-CG','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-CG','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-CG','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-CG','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-CG','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-CG','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-CG','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-CG','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-CG','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-CG','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-CG','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-CG','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-CG','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-CG','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-CG','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-CG','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-CG','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-CG','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-CG','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-CG','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-CG','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-CG','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-CG','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-CG','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-CG','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-CG','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-CG','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-CG','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-CG','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-CG','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-CG','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-CG','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-CG','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-CG','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-CG','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-CG','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-CG','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-CG','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-CG','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-CG','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-CG','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-CG','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-CG','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-CG','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-CG','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-CG','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-CG','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-CG','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-CG','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-CG','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-CG','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-CG','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-CG','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-CG','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-CG','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-CG','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-CG','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-CG','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-CG','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-CG','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-CG','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-CG','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-CG','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-CG','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-CG','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-CG','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-CG','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-CG','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-CG','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-CG','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-CG','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-CG','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-CG','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-CG','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-CG','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-CG','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-CG','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-CG','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-CG','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-CG','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-CG','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-CG','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-CG','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-CG','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-CG','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-CG','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-CG','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-CG','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-CG','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-CG','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-CG','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-CG','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-CG','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-CG','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-CG','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-CG','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-CG','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-CG','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-CG','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-CG','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-CG','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-CG','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-CG','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-CG','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-CG','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-CG','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-CG','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-CG','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-CG','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-CG','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-CG','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-CG','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-CG','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-CG','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-CG','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-CG','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-CG','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-CG','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-CG','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-CG','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-CG','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-CG','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-CG','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-CG','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-CG','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-CG','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-CG','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-CG','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-CG','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-CG','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-CG','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-CG','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-CG','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-CG','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-CG','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-CG','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-CG','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-CG','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-CG','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-CG','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-CG','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-CG','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-CG','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-CG','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-CG','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-CG','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-CG','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-CG','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-CG','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-CG','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-CG','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-CG','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-CG','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-CG','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-CG','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-CG','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-CG','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-CG','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-CG','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-CG','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-CG','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-CG','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-CG','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-CG','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-CG','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-CG','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-CG','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-CG','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-CG','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-CG','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-CG','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-CG','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-CG','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-CG','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-CG','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-CG','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-CG','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-CG','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-CG','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-CG','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-CG','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-CG','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-CG','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-CG','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-CG','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-CG','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-CG','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-CG','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-CG','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-CG','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-CG','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-CG','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-CG','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-CG','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-CG','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-CG','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-CG','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-CG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-CG','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-CG','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-CG','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-CG','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-CG','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-CG','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-CG','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-CG','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-CG','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-CG','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-CG','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-CG','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-CG','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-CG','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-CG','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-CG','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-CG','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-CG','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-CG','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-CG','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-CG','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-CG','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-CG','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-CG','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-CG','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-CG','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-CG','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-CG','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-CG','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-CG','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-CG','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-CG','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-CG','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-CG','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-CG','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-CG','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-CG','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-CG','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-CG','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-CG','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-CG','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-CG','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-CG','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-CG','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-CG','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-CG','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-CG','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-CG','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-CG','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-CG','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-CG','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-CG','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-CG','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-CG','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-CG','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-CG','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-CG','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-CG','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-CG','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-CG','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-CG','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-CG','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-CG','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-CG','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-CG','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-CG','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-CG','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-CG','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-CG','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-CG','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-CG','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-CG','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-CG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-CG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-CG','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-CG','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-CG','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-CG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-CG','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-CG','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-CG','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-CG','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-CG','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-CG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-CG','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-CG','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-CG','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-CG','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-CG','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-CG','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-CG','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-CG','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-CG','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-CG','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-CG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-CG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-CG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-CG','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-CG','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-CG','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-CG','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-CG','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-CG','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-CG','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-CG','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-CG','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-CG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-CG','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-CG','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-CG','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-CG','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-CG','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-CG','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-CG','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-CG','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-CG','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-CG','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-CG','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-CG','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-CG','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-CG','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-CG','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-CG','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-CG','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-CG','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-CG','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-CG','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-CG','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-CG','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-CG','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-CG','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-CG','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-CG','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-CG','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-CG','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-CG','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-CG','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-CG','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-CG','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-CG','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-CG','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-CG','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-CG','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-CG','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-CG','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-CG','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-CG','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-CG','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-CG','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-CG','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-CG','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-CG','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-CG','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-CG','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-CG','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-CG','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-CG','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-CG','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-CG','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-CG','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-CG','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-CG','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-CG','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-CG','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-CG','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-CG','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-CG','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-CG','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-CG','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-CG','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-CG','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-CG','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-CG','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-CG','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-CG','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-CG','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-CG','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-CG','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-CG','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-CG','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-CG','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-CG','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-CG','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-CG','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-CG','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-CG','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-CG','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-CG','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-CG','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-CG','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-CG','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-CG','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-CG','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-CG','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-CG','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-CG','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-CG','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-CG','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-CG','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-CG','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-CG','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-CG','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-CG','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-CG','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-CG','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-CG','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-CG','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-CG','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-CG','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-CG','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-CG','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-CG','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-CG','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-CG','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-CG','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-CG','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-CG','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-CG','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-CG','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-CG','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-CG','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-CG','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-CG','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-CG','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-CG','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-CG','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-CG','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-CG','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-CG','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-CG','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-CG','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-CG','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-CG','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-CG','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-CG','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-CG','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-CG','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-CG','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-CG','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-CG','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-CG','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-CG','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-CG','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-CG','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-CG','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-CG','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-CG','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-CG','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-CG','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-CG','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-CG','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-CG','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-CG','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-CG','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-CG','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-CG','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-CG','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-CG','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-CG','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-CG','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-CG','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-CG','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-CG','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-CG','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-CG','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-CG','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-CG','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-CG','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-CG','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-CG','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-CG','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-CG','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-CG','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-CG','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-CG','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-CG','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-CG','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-CG','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-CG','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-CG','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-CG','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-CG','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-CG','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-CG','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-CG','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-CG','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-CG','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-CG','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-CG','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-CG','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-CG','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-CG','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-CG','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-CG','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-CG','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-CG','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-CG','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-CG','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-CG','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-CG','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-CG','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-CG','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-CG','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-CG','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-CG','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-CG','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-CG','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-CG','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-CG','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-CG','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-CG','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-CG','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-CG','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-CG','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-CG','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-CG','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-CG','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-CG','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-CG','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-CG','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-CG','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-CG','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-CG','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-CG','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-CG','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-CG','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-CG','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-CG','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-CG','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-CG','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-CG','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-CG','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-CG','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-CG','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-CG','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-CG','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-CG','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-CG','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-CG','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-CG','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-CG','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-CG','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-CG','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-CG','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-CG','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-CG','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-CG','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-CG','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-CG','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-CG','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-CG','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-CG','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-CG','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-CG','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-CG','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-CG','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-CG','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-CG','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-CG','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-CG','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-CG','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-CG','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-CG','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-CG','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-CG','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-CG','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-CG','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-CG','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-CG','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-CG','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-CG','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-CG','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-CG','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-CG','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-CG','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-CG','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-CG','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-CG','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-CG','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-CG','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-CG','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-CG','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-CG','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-CG','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-CG','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-CG','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-CG','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-CG','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-CG','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-CG','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-CG','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-CG','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-CG','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-CG','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-CG','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-CG','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-CG','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-CG','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-CG','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-CG','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-CG','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-CG','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-CG','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-CG','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-CG','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-CG','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-CG','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-CG','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-CG','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-CG','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-CG','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-CG','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-CG','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-CG','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-CG','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-CG','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-CG','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-CG','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-CG','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-CG','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-CG','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-CG','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-CG','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-CG','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-CG','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-CG','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-CG','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-CG','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-CG','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-CG','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-CG','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-CG','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-CG','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-CG','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-CG','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-CG','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-CG','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-CG','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-CG','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-CG','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-CG','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-CG','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-CG','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-CG','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-CG','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-CG','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-CG','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-CG','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-CG','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-CG','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-CG','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-CG','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-CG','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-CG','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-CG','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-CG','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-CG','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-CG','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-CG','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-CG','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-CG','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-CG','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-CG','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-CG','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-CG','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-CG','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-CG','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-CG','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-CG','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-CG','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-CG','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-CG','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-CG','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-CG','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-CG','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-CG','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-CG','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-CG','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-CG','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-CG','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-CG','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-CG','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-CG','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-CG','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-CG','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-CG','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-CG','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-CG','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-CG','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-CG','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-CG','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-CG','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-CG','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-CG','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-CG','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-CG','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-CG','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-CG','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-CG','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-CG','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-CG','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-CG','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-CG','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-CG','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-CG','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-CG','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-CG','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-CG','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-CG','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-CG','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-CG','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-CG','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-CG','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-CG','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-CG','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-CG','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-CG','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-CG','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-CG','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-CG','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-CG','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-CG','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-CG','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-CG','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-CG','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-CG','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-CG','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-CG','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-CG','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-CG','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-CG','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-CG','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-CG','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-CG','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-CG','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-CG','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-CG','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-CG','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-CG','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-CG','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-CG','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-CG','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-CG','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-CG','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-CG','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-CG','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-CG','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-CG','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-CG','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-CG','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-CG','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-CG','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-CG','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-CG','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-CG','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-CG','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-CG','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-CG','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-CG','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-CG','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-CG','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-CG','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-CG','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-CG','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-CG','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-CG','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-CG','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-CG','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-CG','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-CG','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-CG','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-CG','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-CG','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-CG','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-CG','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-CG','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-CG','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-CG','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-CG','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-CG','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-CG','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-CG','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-CG','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-CG','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-CG','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-CG','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-CG','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-CG','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-CG','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-CG','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-CG','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-CG','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-CG','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-CG','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-CG','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-CG','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-CG','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-CG','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-CG','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-CG','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-CG','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-CG','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-CG','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-CG','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-CG','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-CG','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-CG','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-CG','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-CG','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-CG','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-CG','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-CG','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-CG','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-CG','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-CG','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-CG','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-CG','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-CG','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-CG','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-CG','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-CG','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-CG','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-CG','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-CG','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-CG','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-CG','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-CG','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-CG','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-CG','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-CG','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-CG','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-CG','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-CG','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-CG','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-CG','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-CG','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-CG','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-CG','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-CG','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-CG','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-CG','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-CG','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-CG','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-CG','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-CG','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-CG','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-CG','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-CG','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-CG','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-CG','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-CG','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-CG','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-CG','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-CG','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-CG','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-CG','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-CG','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-CG','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-CG','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-CG','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-CG','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-CG','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-CG','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-CG','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-CG','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-CG','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-CG','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-CG','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-CG','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-CG','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-CG','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-CG','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-CG','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-CG','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-CG','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-CG','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-CG','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-CG','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
    index 2db1978aa6c..1408898e96f 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_ch.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_ch.sql
    @@ -1,283 +1,261 @@
    --- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
    ---
    --- 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/>.
    ---
    ---
     
    ---
    --- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
    --- de l'install et tous les sigles '--' sont supprimés.
    ---
    -
    ---
     -- Descriptif plan comptable Suisse
     -- ID 13000 - 13299
    ---
    +-- ADD 600000 to rowid # Do no remove this comment --
    +
     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 (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1', NULL, 'Actifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '10', 1, 'Actifs circulants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '100', 10, 'Liquidités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1000', 100, 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1020', 100, 'Banque (Avoir)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '106', 10, 'Avoirs à courts terme côtés en bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1060', 106, 'Titres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1069', 106, 'Ajustement de la valeur des titres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '110', 10, 'Créances résultant de livraisons et prestations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1100', 110, 'Créances provenant de livraisons et de prestations (Débiteurs)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1109', 110, 'Ducroire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1110', 110, 'Créances résultant de livr. et prest. envers les sociétés du groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '114', 10, 'Autres créances à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1140', 114, 'Avances et prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1149', 114, 'Ajustement de la valeur des avances et des prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1170', 110, 'Impôt préalable: TVA s/matériel, marchandises, prestations et énergie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1171', 110, 'Impôt préalable: TVA s/investissements et autres charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1176', 110, 'Impôt anticipé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1180', 110, 'Créance envers les assurances sociales et institutions de prévoyance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1189', 110, 'Impôt à la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1190', 110, 'Autres créances à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1199', 110, 'Ajustement de la valeur des créances à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '120', 10, 'Stocks et prestations non facturées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1200', 120, 'Marchandises commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1210', 120, 'Matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1220', 120, 'Matières auxiliaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1230', 120, 'Matières consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1250', 120, 'Marchandises en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1260', 120, 'Stocks de produits fnis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1280', 120, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '130', 10, 'Compte de régularisation de l\'actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1300', 130, 'Charges payées d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1301', 130, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '14', 1, 'Actifs immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '140', 14, 'Immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1400', 140, 'Titres à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1409', 140, 'Ajustement de la valeur des titres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1440', 140, 'Prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1441', 140, 'Hypothèques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1449', 140, 'Ajustement de la valeur des créances à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '148', 14, 'Participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1480', 148, 'Participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1489', 148, 'Ajustement de la valeur des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '150', 1, 'Immobilisations corporelles meublés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1500', 150, 'Machines et appareils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1509', 150, 'Ajustement de la valeur des machines et appareils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1510', 150, 'Mobilier et installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1519', 150, 'Ajustement de la valeur du mobilier et des installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1520', 150, 'Machines de bureau, informatique, système de communication', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1529', 150, 'Ajustement de la valeur des machines de bureau, inf. et syst. comm.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1530', 150, 'Véhicules', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1539', 150, 'Ajustement de la valeur des véhicules', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1540', 150, 'Outillages et appareils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1549', 150, 'Ajustement de la valeur des outillages et appareils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '160', 1, 'Immobilisations corporelles Immeubles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1600', 160, 'Immeubles d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1609', 160, 'Ajustements de la valeur des immeubles d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '170', 1, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1700', 170, 'Brevets, know-how, licences, droits, dév.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1709', 170, 'Ajustement de la valeur des brevets, know-how, licences, droits, dév.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1770', 170, 'Goodwill', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1779', 170, 'Ajustement de la valeur du goodwill', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '180', 1, 'Capital non versé : capital social, capital de fondation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '1850', 180, 'Capital actions, capital social, droits de participations ou capital de fondation non versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2', NULL, 'Passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '20', 2, 'Dettes à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '200', 20, 'Dettes à court terme résultant d\'achats et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2000', 200, 'Dettes résultant d\'achats et des prestations de services (créanciers)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2030', 200, 'Acomptes de clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2050', 200, 'Dettes résultant d\'achats et de prestations de services envers des sociétés du groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '210', 20, 'Dettes à court terme rémunérés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2100', 210, 'Dettes bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2120', 210, 'Engagements de financement par leasing', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2140', 210, 'Autres dettes à court terme rémunérées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2151', 210, 'Salaires à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2152', 210, 'Charges sociales à payer (AVS/AC/ALFA)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21521', 2152, 'Créancier AVS/AI/APG/AC', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21522', 2152, 'Créancier Allocations Familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2153', 210, 'Assurances sociales à payer (LAA, IJM, FT, LPP)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21531', 2153, 'Créancier Assurance Accidents', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21532', 2153, 'Créancier Assurance Accidents complémentaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21533', 2153, 'Créancier Prévoyance Professionnelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21534', 2153, 'Créancier Prévoyance Professionnelle complémentaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21535', 2153, 'Créancier Assurance Indemnités Journalières Maladie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21536', 2153, 'Créancier Assurance Indemnités Journalières Maladie complémentaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21539', 2153, 'Créancier autres caisses et assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2154', 210, 'Impôt source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2155', 210, 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21551', 2155, 'Taxe réfugiés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21552', 2155, 'Office des Poursuites', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21553', 2155, 'Retraite anticipée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21554', 2155, 'Caisse professionnelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21559', 2155, 'Autres retenues employé à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2158', 210, 'Provisions 13ème et vacances à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2160', 210, 'Indemnités d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21601', 2160, 'Indemnités d\'assurance accidents', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21602', 2160, 'Indemnités d\'assurance maladie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21603', 2160, 'Indemnités d\'assurance maternité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21604', 2160, 'Indemnités d\'assurance maternité complémentaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21605', 2160, 'Indemnités d\'assurance APG militaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21606', 2160, 'Indemnités d\'assurance militaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21607', 2160, 'Indemnités d\'assurance chômage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21608', 2160, 'Indemnités d\'assurance AI', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '21609', 2160, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '220', 20, 'Autres dettes à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2200', 220, 'TVA due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2201', 220, 'Décompte TVA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2206', 220, 'Impôt anticipé dû', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2208', 220, 'Impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2210', 220, 'Autres dettes à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2261', 220, 'Dividendes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2270', 220, 'Assurances sociales et institutions de prévoyance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2279', 220, 'Impôt à la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '230', 20, 'Passifs de régularisation et provision à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2300', 230, 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2301', 230, 'Produits constatés d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2330', 230, 'Provisions à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '24', 2, 'Dettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '240', 24, 'Dettes à long terme rémunérées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2400', 240, 'Dettes bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2420', 240, 'Engagements de financement par leasing', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2430', 240, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2450', 240, 'Emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2451', 240, 'Hypothèques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '250', 24, 'Autres dettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2500', 250, 'Autres dettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '260', 24, 'Provisions à long terme et provisions légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2600', 260, 'Provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '28', 2, 'Fonds propres (personnes morales)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '280', 28, 'Capital social ou capital de fondation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2800', 280, 'Capital-actions, capital social, capital de fondation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '290', 2, 'Réserves / bénéfices et pertes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2900', 290, 'Réserves légales issues du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2930', 290, 'Réserves sur participations propres au capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2940', 290, 'Réserves d\'évaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2950', 290, 'Réserves légales issues du bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2960', 290, 'Réserves libres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2970', 290, 'Bénéfice / perte reporté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2979', 290, 'Bénéfice / perte de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '2980', 290, 'Propres actions, parts sociales, droits de participations (poste négatif)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3', NULL, 'Chiffre d\'affaires résultant des ventes et des prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3000', 3, 'Ventes de produits fabriqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3200', 3, 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3400', 3, 'Ventes de prestations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3600', 3, 'Autres ventes et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3700', 3, 'Prestations propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3710', 3, 'Consommations propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3800', 3, 'Déductions sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3805', 3, 'Pertes sur clients, variations du ducroire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3900', 3, 'Variation des stocks de produits semis-finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3901', 3, 'Variation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '3904', 3, 'Variation de la valeur des prestations non facturées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '4', NULL, 'Charges de matériel, de marchandises et de prestations de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '4000', 4, 'Charges de matériel de l\'atelier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '4200', 4, 'Achats de marchandises destinées à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '4400', 4, 'Prestations / travaux de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '4500', 4, 'Charges d\'énergie pour l\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '4900', 4, 'Déductions sur les charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5', NULL, 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5000', 5, 'Salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5200', 5, 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5201', 5, 'Salaires variables, commissions et primes régulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5202', 5, 'Primes occasionnelles et participations au bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5203', 5, 'Divers soumis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5204', 5, 'Divers non soumis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5210', 5, 'Honoraires et indemnités CA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5270', 5, 'AVS, AI, APG, assurance-chômage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5271', 5, 'Caisse d\'allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '52721', 5271, 'Prévoyance professionnelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '52722', 5271, 'Prévoyance professionnelle complémentaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '52731', 5271, 'Assurance-accidents', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '52732', 5271, 'Assurance-accidents complémentaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '52741', 5271, 'Assurance IJM', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '52742', 5271, 'Assurance IJM complémentaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5275', 5, 'Autres assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5276', 5, 'Impôts à la source payé par employeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5278', 5, 'Caisse professionnelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5279', 5, 'Arrondis sur charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5280', 5, 'Autres charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5281', 5, 'Frais de voyages/transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5282', 5, 'Frais de repas/hébergement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5283', 5, 'Frais forfaitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5284', 5, 'Frais de représentation, téléphones, divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5288', 5, 'Frais de formation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5289', 5, 'Autres frais de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5290', 5, 'Prestations de travail de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5700', 5, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5800', 5, 'Autres charges du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '5900', 5, 'Charges de personnels temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6', NULL, 'Autres charges d\'exploitation, amortissements et ajustement de valeur, résultat financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6000', 6, 'Charges de locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6100', 6, 'Entretien, réparations et remplacement des inst. servant à l\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6105', 6, 'Leasing immobilisations corporelles meubles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6200', 6, 'Charges de véhicules et de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6260', 6, 'Leasing et location de véhicule', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6300', 6, 'Assurances-choses, droits, taxes, autorisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6400', 6, 'Charges d\'énergie et évacuation des déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6500', 6, 'Charges d\'administration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6510', 6, 'Téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6511', 6, 'Internet', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6512', 6, 'Frais de port', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6560', 6, 'Informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6570', 6, 'Charges et leasing d\'informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6571', 6, 'Entretien/Hotline Hardware', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6573', 6, 'Disquettes, CD-Rom, etc. Fourniture d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6600', 6, 'Publicité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6610', 6, 'Imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6640', 6, 'Frais de voyage et conseils à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6641', 6, 'Frais de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6700', 6, 'Autres charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6800', 6, 'Amortissement et ajustement de valeur des postes sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6801', 6, 'Intérêts pour emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6840', 6, 'Frais de banque et des chèques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6850', 6, 'Produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6900', 6, 'Charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6920', 6, 'Amortissement s/immobilisé. corporelles meubles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6930', 6, 'Amortissement s/immobilisé. corporelles immeubles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6940', 6, 'Amortissement s/immobilisé. incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '6950', 6, 'Produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '7', NULL, 'Résultat des activités annexes d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '7000', 7, 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '7010', 7, 'Charges accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '7400', 7, 'Produits sur placements financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '7410', 7, 'Charges sur placements financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '7500', 7, 'Produits des immeubles d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '7510', 7, 'Charges des immeubles d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '8', NULL, 'Charges hors exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '8000', 8, 'Charges hors exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '8100', 8, 'Produits hors exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '8500', 8, 'Charges extraordinaires, exceptionnelles ou hors période', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '8510', 8, 'Produits extraordinaires, exceptionnels ou hors période', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '8900', 8, 'Impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9', NULL, 'Produits de vente et de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9001', 9, 'Charges de vente et de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9002', 9, 'Résultat brut 1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9006', 9, 'Charges de personnel de production', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9007', 9, 'Résultat brut 2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9008', 9, 'Autres charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9009', 9, 'Résultat brut 3', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9010', 9, 'Autres charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9011', 9, 'Résultat d\'exploitation 1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9012', 9, 'Résultat financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9013', 9, 'Résultat d\'exploitation 2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9014', 9, 'Amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9015', 9, 'Résultat d\'exploitation 3', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9016', 9, 'Résultat activités annexes exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9017', 9, 'Résultat d\'exploitation 4', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9018', 9, 'Résultats extraordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9019', 9, 'Résultat d\'entreprise avant impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9020', 9, 'Charges d\'impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9090', 9, 'Résultat d\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9100', 9, 'Bilan d\'ouverture', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9101', 9, 'Bilan de clôture', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG_SUISSE', 'XXXXXX', 'XXXXXX', '9200', 9, 'Bénéfice / perte de l\'exercice', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13000,'PCG_SUISSE','XXXXXX','XXXXXX','1',0,'Actifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13001,'PCG_SUISSE','XXXXXX','XXXXXX','10',13000,'Actifs circulants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13002,'PCG_SUISSE','XXXXXX','XXXXXX','100',13001,'Liquidités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13003,'PCG_SUISSE','XXXXXX','XXXXXX','1000',13002,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13004,'PCG_SUISSE','XXXXXX','XXXXXX','1020',13002,'Banque (Avoir)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13005,'PCG_SUISSE','XXXXXX','XXXXXX','106',13001,'Avoirs à courts terme côtés en bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13006,'PCG_SUISSE','XXXXXX','XXXXXX','1060',13005,'Titres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13007,'PCG_SUISSE','XXXXXX','XXXXXX','1069',13005,'Ajustement de la valeur des titres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13008,'PCG_SUISSE','XXXXXX','XXXXXX','110',13001,'Créances résultant de livraisons et prestations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13009,'PCG_SUISSE','XXXXXX','XXXXXX','1100',13008,'Créances provenant de livraisons et de prestations (Débiteurs)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13010,'PCG_SUISSE','XXXXXX','XXXXXX','1109',13008,'Ducroire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13012,'PCG_SUISSE','XXXXXX','XXXXXX','114',13001,'Autres créances à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13013,'PCG_SUISSE','XXXXXX','XXXXXX','1140',13012,'Avances et prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13014,'PCG_SUISSE','XXXXXX','XXXXXX','1149',13012,'Ajustement de la valeur des avances et des prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13017,'PCG_SUISSE','XXXXXX','XXXXXX','1176',13008,'Impôt anticipé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13018,'PCG_SUISSE','XXXXXX','XXXXXX','1180',13008,'Créance envers les assurances sociales et institutions de prévoyance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13019,'PCG_SUISSE','XXXXXX','XXXXXX','1189',13008,'Impôt à la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13020,'PCG_SUISSE','XXXXXX','XXXXXX','1190',13008,'Autres créances à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13021,'PCG_SUISSE','XXXXXX','XXXXXX','1199',13008,'Ajustement de la valeur des créances à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13022,'PCG_SUISSE','XXXXXX','XXXXXX','120',13001,'Stocks et prestations non facturées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13023,'PCG_SUISSE','XXXXXX','XXXXXX','1200',13022,'Marchandises commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13024,'PCG_SUISSE','XXXXXX','XXXXXX','1210',13022,'Matières premières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13025,'PCG_SUISSE','XXXXXX','XXXXXX','1220',13022,'Matières auxiliaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13026,'PCG_SUISSE','XXXXXX','XXXXXX','1230',13022,'Matières consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13027,'PCG_SUISSE','XXXXXX','XXXXXX','1250',13022,'Marchandises en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13028,'PCG_SUISSE','XXXXXX','XXXXXX','1260',13022,'Stocks de produits fnis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13029,'PCG_SUISSE','XXXXXX','XXXXXX','1280',13022,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13030,'PCG_SUISSE','XXXXXX','XXXXXX','130',13001,'Compte de régularisation de l''actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13031,'PCG_SUISSE','XXXXXX','XXXXXX','1300',13030,'Charges payées d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13032,'PCG_SUISSE','XXXXXX','XXXXXX','1301',13030,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13033,'PCG_SUISSE','XXXXXX','XXXXXX','14',13000,'Actifs immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13034,'PCG_SUISSE','XXXXXX','XXXXXX','140',13033,'Immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13035,'PCG_SUISSE','XXXXXX','XXXXXX','1400',13034,'Titres à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13036,'PCG_SUISSE','XXXXXX','XXXXXX','1409',13034,'Ajustement de la valeur des titres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13037,'PCG_SUISSE','XXXXXX','XXXXXX','1440',13034,'Prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13038,'PCG_SUISSE','XXXXXX','XXXXXX','1441',13034,'Hypothèques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13039,'PCG_SUISSE','XXXXXX','XXXXXX','1449',13034,'Ajustement de la valeur des créances à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13040,'PCG_SUISSE','XXXXXX','XXXXXX','148',13033,'Participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13041,'PCG_SUISSE','XXXXXX','XXXXXX','1480',13040,'Participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13042,'PCG_SUISSE','XXXXXX','XXXXXX','1489',13040,'Ajustement de la valeur des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13043,'PCG_SUISSE','XXXXXX','XXXXXX','150',13000,'Immobilisations corporelles meublés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13044,'PCG_SUISSE','XXXXXX','XXXXXX','1500',13043,'Machines et appareils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13045,'PCG_SUISSE','XXXXXX','XXXXXX','1509',13043,'Ajustement de la valeur des machines et appareils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13046,'PCG_SUISSE','XXXXXX','XXXXXX','1510',13043,'Mobilier et installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13047,'PCG_SUISSE','XXXXXX','XXXXXX','1519',13043,'Ajustement de la valeur du mobilier et des installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13048,'PCG_SUISSE','XXXXXX','XXXXXX','1520',13043,'Machines de bureau, informatique, système de communication','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13050,'PCG_SUISSE','XXXXXX','XXXXXX','1530',13043,'Véhicules','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13051,'PCG_SUISSE','XXXXXX','XXXXXX','1539',13043,'Ajustement de la valeur des véhicules','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13052,'PCG_SUISSE','XXXXXX','XXXXXX','1540',13043,'Outillages et appareils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13053,'PCG_SUISSE','XXXXXX','XXXXXX','1549',13043,'Ajustement de la valeur des outillages et appareils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13054,'PCG_SUISSE','XXXXXX','XXXXXX','160',13000,'Immobilisations corporelles Immeubles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13055,'PCG_SUISSE','XXXXXX','XXXXXX','1600',13054,'Immeubles d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13056,'PCG_SUISSE','XXXXXX','XXXXXX','1609',13054,'Ajustements de la valeur des immeubles d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13057,'PCG_SUISSE','XXXXXX','XXXXXX','170',13000,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13058,'PCG_SUISSE','XXXXXX','XXXXXX','1700',13057,'Brevets, know-how, licences, droits, dév.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13060,'PCG_SUISSE','XXXXXX','XXXXXX','1770',13057,'Goodwill','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13061,'PCG_SUISSE','XXXXXX','XXXXXX','1779',13057,'Ajustement de la valeur du goodwill','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13062,'PCG_SUISSE','XXXXXX','XXXXXX','180',13000,'Capital non versé : capital social, capital de fondation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13064,'PCG_SUISSE','XXXXXX','XXXXXX','2',0,'Passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13065,'PCG_SUISSE','XXXXXX','XXXXXX','20',13064,'Dettes à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13068,'PCG_SUISSE','XXXXXX','XXXXXX','2030',13066,'Acomptes de clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13070,'PCG_SUISSE','XXXXXX','XXXXXX','210',13065,'Dettes à court terme rémunérés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13071,'PCG_SUISSE','XXXXXX','XXXXXX','2100',13070,'Dettes bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13072,'PCG_SUISSE','XXXXXX','XXXXXX','2120',13070,'Engagements de financement par leasing','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13073,'PCG_SUISSE','XXXXXX','XXXXXX','2140',13070,'Autres dettes à court terme rémunérées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13074,'PCG_SUISSE','XXXXXX','XXXXXX','2151',13070,'Salaires à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13075,'PCG_SUISSE','XXXXXX','XXXXXX','2152',13070,'Charges sociales à payer (AVS/AC/ALFA)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13076,'PCG_SUISSE','XXXXXX','XXXXXX','21521',13075,'Créancier AVS/AI/APG/AC','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13077,'PCG_SUISSE','XXXXXX','XXXXXX','21522',13075,'Créancier Allocations Familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13078,'PCG_SUISSE','XXXXXX','XXXXXX','2153',13070,'Assurances sociales à payer (LAA, IJM, FT, LPP)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13079,'PCG_SUISSE','XXXXXX','XXXXXX','21531',13078,'Créancier Assurance Accidents','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13080,'PCG_SUISSE','XXXXXX','XXXXXX','21532',13078,'Créancier Assurance Accidents complémentaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13081,'PCG_SUISSE','XXXXXX','XXXXXX','21533',13078,'Créancier Prévoyance Professionnelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13082,'PCG_SUISSE','XXXXXX','XXXXXX','21534',13078,'Créancier Prévoyance Professionnelle complémentaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13083,'PCG_SUISSE','XXXXXX','XXXXXX','21535',13078,'Créancier Assurance Indemnités Journalières Maladie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13084,'PCG_SUISSE','XXXXXX','XXXXXX','21536',13078,'Créancier Assurance Indemnités Journalières Maladie complémentaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13085,'PCG_SUISSE','XXXXXX','XXXXXX','21539',13078,'Créancier autres caisses et assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13086,'PCG_SUISSE','XXXXXX','XXXXXX','2154',13070,'Impôt source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13087,'PCG_SUISSE','XXXXXX','XXXXXX','2155',13070,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13088,'PCG_SUISSE','XXXXXX','XXXXXX','21551',13087,'Taxe réfugiés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13089,'PCG_SUISSE','XXXXXX','XXXXXX','21552',13087,'Office des Poursuites','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13090,'PCG_SUISSE','XXXXXX','XXXXXX','21553',13087,'Retraite anticipée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13091,'PCG_SUISSE','XXXXXX','XXXXXX','21554',13087,'Caisse professionnelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13092,'PCG_SUISSE','XXXXXX','XXXXXX','21559',13087,'Autres retenues employé à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13093,'PCG_SUISSE','XXXXXX','XXXXXX','2158',13070,'Provisions 13ème et vacances à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13094,'PCG_SUISSE','XXXXXX','XXXXXX','2160',13070,'Indemnités d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13095,'PCG_SUISSE','XXXXXX','XXXXXX','21601',13094,'Indemnités d''assurance accidents','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13096,'PCG_SUISSE','XXXXXX','XXXXXX','21602',13094,'Indemnités d''assurance maladie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13097,'PCG_SUISSE','XXXXXX','XXXXXX','21603',13094,'Indemnités d''assurance maternité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13098,'PCG_SUISSE','XXXXXX','XXXXXX','21604',13094,'Indemnités d''assurance maternité complémentaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13099,'PCG_SUISSE','XXXXXX','XXXXXX','21605',13094,'Indemnités d''assurance APG militaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13100,'PCG_SUISSE','XXXXXX','XXXXXX','21606',13094,'Indemnités d''assurance militaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13101,'PCG_SUISSE','XXXXXX','XXXXXX','21607',13094,'Indemnités d''assurance chômage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13102,'PCG_SUISSE','XXXXXX','XXXXXX','21608',13094,'Indemnités d''assurance AI','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13103,'PCG_SUISSE','XXXXXX','XXXXXX','21609',13094,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13104,'PCG_SUISSE','XXXXXX','XXXXXX','220',13065,'Autres dettes à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13105,'PCG_SUISSE','XXXXXX','XXXXXX','2200',13104,'TVA due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13106,'PCG_SUISSE','XXXXXX','XXXXXX','2201',13104,'Décompte TVA','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13107,'PCG_SUISSE','XXXXXX','XXXXXX','2206',13104,'Impôt anticipé dû','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13108,'PCG_SUISSE','XXXXXX','XXXXXX','2208',13104,'Impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13109,'PCG_SUISSE','XXXXXX','XXXXXX','2210',13104,'Autres dettes à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13110,'PCG_SUISSE','XXXXXX','XXXXXX','2261',13104,'Dividendes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13111,'PCG_SUISSE','XXXXXX','XXXXXX','2270',13104,'Assurances sociales et institutions de prévoyance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13112,'PCG_SUISSE','XXXXXX','XXXXXX','2279',13104,'Impôt à la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13113,'PCG_SUISSE','XXXXXX','XXXXXX','230',13065,'Passifs de régularisation et provision à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13114,'PCG_SUISSE','XXXXXX','XXXXXX','2300',13113,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13115,'PCG_SUISSE','XXXXXX','XXXXXX','2301',13113,'Produits constatés d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13116,'PCG_SUISSE','XXXXXX','XXXXXX','2330',13113,'Provisions à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13117,'PCG_SUISSE','XXXXXX','XXXXXX','24',13064,'Dettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13118,'PCG_SUISSE','XXXXXX','XXXXXX','240',13117,'Dettes à long terme rémunérées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13119,'PCG_SUISSE','XXXXXX','XXXXXX','2400',13118,'Dettes bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13120,'PCG_SUISSE','XXXXXX','XXXXXX','2420',13118,'Engagements de financement par leasing','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13121,'PCG_SUISSE','XXXXXX','XXXXXX','2430',13118,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13122,'PCG_SUISSE','XXXXXX','XXXXXX','2450',13118,'Emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13123,'PCG_SUISSE','XXXXXX','XXXXXX','2451',13118,'Hypothèques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13124,'PCG_SUISSE','XXXXXX','XXXXXX','250',13117,'Autres dettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13125,'PCG_SUISSE','XXXXXX','XXXXXX','2500',13124,'Autres dettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13126,'PCG_SUISSE','XXXXXX','XXXXXX','260',13117,'Provisions à long terme et provisions légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13127,'PCG_SUISSE','XXXXXX','XXXXXX','2600',13126,'Provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13128,'PCG_SUISSE','XXXXXX','XXXXXX','28',13064,'Fonds propres (personnes morales)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13129,'PCG_SUISSE','XXXXXX','XXXXXX','280',13128,'Capital social ou capital de fondation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13130,'PCG_SUISSE','XXXXXX','XXXXXX','2800',13129,'Capital-actions, capital social, capital de fondation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13131,'PCG_SUISSE','XXXXXX','XXXXXX','290',13064,'Réserves / bénéfices et pertes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13132,'PCG_SUISSE','XXXXXX','XXXXXX','2900',13131,'Réserves légales issues du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13133,'PCG_SUISSE','XXXXXX','XXXXXX','2930',13131,'Réserves sur participations propres au capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13134,'PCG_SUISSE','XXXXXX','XXXXXX','2940',13131,'Réserves d''évaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13135,'PCG_SUISSE','XXXXXX','XXXXXX','2950',13131,'Réserves légales issues du bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13136,'PCG_SUISSE','XXXXXX','XXXXXX','2960',13131,'Réserves libres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13137,'PCG_SUISSE','XXXXXX','XXXXXX','2970',13131,'Bénéfice / perte reporté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13138,'PCG_SUISSE','XXXXXX','XXXXXX','2979',13131,'Bénéfice / perte de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13139,'PCG_SUISSE','XXXXXX','XXXXXX','2980',13131,'Propres actions, parts sociales, droits de participations (poste négatif)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13141,'PCG_SUISSE','XXXXXX','XXXXXX','3000',13140,'Ventes de produits fabriqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13142,'PCG_SUISSE','XXXXXX','XXXXXX','3200',13140,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13143,'PCG_SUISSE','XXXXXX','XXXXXX','3400',13140,'Ventes de prestations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13144,'PCG_SUISSE','XXXXXX','XXXXXX','3600',13140,'Autres ventes et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13145,'PCG_SUISSE','XXXXXX','XXXXXX','3700',13140,'Prestations propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13146,'PCG_SUISSE','XXXXXX','XXXXXX','3710',13140,'Consommations propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13147,'PCG_SUISSE','XXXXXX','XXXXXX','3800',13140,'Déductions sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13148,'PCG_SUISSE','XXXXXX','XXXXXX','3805',13140,'Pertes sur clients, variations du ducroire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13149,'PCG_SUISSE','XXXXXX','XXXXXX','3900',13140,'Variation des stocks de produits semis-finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13150,'PCG_SUISSE','XXXXXX','XXXXXX','3901',13140,'Variation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13151,'PCG_SUISSE','XXXXXX','XXXXXX','3904',13140,'Variation de la valeur des prestations non facturées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13152,'PCG_SUISSE','XXXXXX','XXXXXX','4',0,'Charges de matériel, de marchandises et de prestations de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13153,'PCG_SUISSE','XXXXXX','XXXXXX','4000',13152,'Charges de matériel de l''atelier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13154,'PCG_SUISSE','XXXXXX','XXXXXX','4200',13152,'Achats de marchandises destinées à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13155,'PCG_SUISSE','XXXXXX','XXXXXX','4400',13152,'Prestations / travaux de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13156,'PCG_SUISSE','XXXXXX','XXXXXX','4500',13152,'Charges d''énergie pour l''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13157,'PCG_SUISSE','XXXXXX','XXXXXX','4900',13152,'Déductions sur les charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13158,'PCG_SUISSE','XXXXXX','XXXXXX','5',0,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13159,'PCG_SUISSE','XXXXXX','XXXXXX','5000',13158,'Salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13160,'PCG_SUISSE','XXXXXX','XXXXXX','5200',13158,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13161,'PCG_SUISSE','XXXXXX','XXXXXX','5201',13158,'Salaires variables, commissions et primes régulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13162,'PCG_SUISSE','XXXXXX','XXXXXX','5202',13158,'Primes occasionnelles et participations au bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13163,'PCG_SUISSE','XXXXXX','XXXXXX','5203',13158,'Divers soumis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13164,'PCG_SUISSE','XXXXXX','XXXXXX','5204',13158,'Divers non soumis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13165,'PCG_SUISSE','XXXXXX','XXXXXX','5210',13158,'Honoraires et indemnités CA','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13166,'PCG_SUISSE','XXXXXX','XXXXXX','5270',13158,'AVS, AI, APG, assurance-chômage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13167,'PCG_SUISSE','XXXXXX','XXXXXX','5271',13158,'Caisse d''allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13168,'PCG_SUISSE','XXXXXX','XXXXXX','52721',13167,'Prévoyance professionnelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13169,'PCG_SUISSE','XXXXXX','XXXXXX','52722',13167,'Prévoyance professionnelle complémentaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13170,'PCG_SUISSE','XXXXXX','XXXXXX','52731',13167,'Assurance-accidents','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13171,'PCG_SUISSE','XXXXXX','XXXXXX','52732',13167,'Assurance-accidents complémentaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13172,'PCG_SUISSE','XXXXXX','XXXXXX','52741',13167,'Assurance IJM','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13173,'PCG_SUISSE','XXXXXX','XXXXXX','52742',13167,'Assurance IJM complémentaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13174,'PCG_SUISSE','XXXXXX','XXXXXX','5275',13158,'Autres assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13175,'PCG_SUISSE','XXXXXX','XXXXXX','5276',13158,'Impôts à la source payé par employeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13176,'PCG_SUISSE','XXXXXX','XXXXXX','5278',13158,'Caisse professionnelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13177,'PCG_SUISSE','XXXXXX','XXXXXX','5279',13158,'Arrondis sur charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13178,'PCG_SUISSE','XXXXXX','XXXXXX','5280',13158,'Autres charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13179,'PCG_SUISSE','XXXXXX','XXXXXX','5281',13158,'Frais de voyages/transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13180,'PCG_SUISSE','XXXXXX','XXXXXX','5282',13158,'Frais de repas/hébergement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13181,'PCG_SUISSE','XXXXXX','XXXXXX','5283',13158,'Frais forfaitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13182,'PCG_SUISSE','XXXXXX','XXXXXX','5284',13158,'Frais de représentation, téléphones, divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13183,'PCG_SUISSE','XXXXXX','XXXXXX','5288',13158,'Frais de formation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13184,'PCG_SUISSE','XXXXXX','XXXXXX','5289',13158,'Autres frais de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13185,'PCG_SUISSE','XXXXXX','XXXXXX','5290',13158,'Prestations de travail de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13186,'PCG_SUISSE','XXXXXX','XXXXXX','5700',13158,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13187,'PCG_SUISSE','XXXXXX','XXXXXX','5800',13158,'Autres charges du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13188,'PCG_SUISSE','XXXXXX','XXXXXX','5900',13158,'Charges de personnels temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13190,'PCG_SUISSE','XXXXXX','XXXXXX','6000',13189,'Charges de locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13191,'PCG_SUISSE','XXXXXX','XXXXXX','6100',13189,'Entretien, réparations et remplacement des inst. servant à l''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13192,'PCG_SUISSE','XXXXXX','XXXXXX','6105',13189,'Leasing immobilisations corporelles meubles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13193,'PCG_SUISSE','XXXXXX','XXXXXX','6200',13189,'Charges de véhicules et de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13194,'PCG_SUISSE','XXXXXX','XXXXXX','6260',13189,'Leasing et location de véhicule','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13195,'PCG_SUISSE','XXXXXX','XXXXXX','6300',13189,'Assurances-choses, droits, taxes, autorisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13196,'PCG_SUISSE','XXXXXX','XXXXXX','6400',13189,'Charges d''énergie et évacuation des déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13197,'PCG_SUISSE','XXXXXX','XXXXXX','6500',13189,'Charges d''administration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13198,'PCG_SUISSE','XXXXXX','XXXXXX','6510',13189,'Téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13199,'PCG_SUISSE','XXXXXX','XXXXXX','6511',13189,'Internet','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13200,'PCG_SUISSE','XXXXXX','XXXXXX','6512',13189,'Frais de port','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13201,'PCG_SUISSE','XXXXXX','XXXXXX','6560',13189,'Informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13202,'PCG_SUISSE','XXXXXX','XXXXXX','6570',13189,'Charges et leasing d''informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13203,'PCG_SUISSE','XXXXXX','XXXXXX','6571',13189,'Entretien/Hotline Hardware','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13204,'PCG_SUISSE','XXXXXX','XXXXXX','6573',13189,'Disquettes, CD-Rom, etc. Fourniture d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13205,'PCG_SUISSE','XXXXXX','XXXXXX','6600',13189,'Publicité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13206,'PCG_SUISSE','XXXXXX','XXXXXX','6610',13189,'Imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13207,'PCG_SUISSE','XXXXXX','XXXXXX','6640',13189,'Frais de voyage et conseils à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13208,'PCG_SUISSE','XXXXXX','XXXXXX','6641',13189,'Frais de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13209,'PCG_SUISSE','XXXXXX','XXXXXX','6700',13189,'Autres charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13210,'PCG_SUISSE','XXXXXX','XXXXXX','6800',13189,'Amortissement et ajustement de valeur des postes sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13211,'PCG_SUISSE','XXXXXX','XXXXXX','6801',13189,'Intérêts pour emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13212,'PCG_SUISSE','XXXXXX','XXXXXX','6840',13189,'Frais de banque et des chèques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13213,'PCG_SUISSE','XXXXXX','XXXXXX','6850',13189,'Produits financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13214,'PCG_SUISSE','XXXXXX','XXXXXX','6900',13189,'Charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13215,'PCG_SUISSE','XXXXXX','XXXXXX','6920',13189,'Amortissement s/immobilisé. corporelles meubles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13216,'PCG_SUISSE','XXXXXX','XXXXXX','6930',13189,'Amortissement s/immobilisé. corporelles immeubles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13217,'PCG_SUISSE','XXXXXX','XXXXXX','6940',13189,'Amortissement s/immobilisé. incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13218,'PCG_SUISSE','XXXXXX','XXXXXX','6950',13189,'Produits financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13219,'PCG_SUISSE','XXXXXX','XXXXXX','7',0,'Résultat des activités annexes d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13220,'PCG_SUISSE','XXXXXX','XXXXXX','7000',13219,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13221,'PCG_SUISSE','XXXXXX','XXXXXX','7010',13219,'Charges accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13222,'PCG_SUISSE','XXXXXX','XXXXXX','7400',13219,'Produits sur placements financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13223,'PCG_SUISSE','XXXXXX','XXXXXX','7410',13219,'Charges sur placements financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13224,'PCG_SUISSE','XXXXXX','XXXXXX','7500',13219,'Produits des immeubles d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13225,'PCG_SUISSE','XXXXXX','XXXXXX','7510',13219,'Charges des immeubles d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13226,'PCG_SUISSE','XXXXXX','XXXXXX','8',0,'Charges hors exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13227,'PCG_SUISSE','XXXXXX','XXXXXX','8000',13226,'Charges hors exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13228,'PCG_SUISSE','XXXXXX','XXXXXX','8100',13226,'Produits hors exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13229,'PCG_SUISSE','XXXXXX','XXXXXX','8500',13226,'Charges extraordinaires, exceptionnelles ou hors période','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13230,'PCG_SUISSE','XXXXXX','XXXXXX','8510',13226,'Produits extraordinaires, exceptionnels ou hors période','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13231,'PCG_SUISSE','XXXXXX','XXXXXX','8900',13226,'Impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13232,'PCG_SUISSE','XXXXXX','XXXXXX','9',0,'Produits de vente et de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13233,'PCG_SUISSE','XXXXXX','XXXXXX','9001',13232,'Charges de vente et de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13234,'PCG_SUISSE','XXXXXX','XXXXXX','9002',13232,'Résultat brut 1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13235,'PCG_SUISSE','XXXXXX','XXXXXX','9006',13232,'Charges de personnel de production','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13236,'PCG_SUISSE','XXXXXX','XXXXXX','9007',13232,'Résultat brut 2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13237,'PCG_SUISSE','XXXXXX','XXXXXX','9008',13232,'Autres charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13238,'PCG_SUISSE','XXXXXX','XXXXXX','9009',13232,'Résultat brut 3','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13239,'PCG_SUISSE','XXXXXX','XXXXXX','9010',13232,'Autres charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13240,'PCG_SUISSE','XXXXXX','XXXXXX','9011',13232,'Résultat d''exploitation 1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13241,'PCG_SUISSE','XXXXXX','XXXXXX','9012',13232,'Résultat financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13242,'PCG_SUISSE','XXXXXX','XXXXXX','9013',13232,'Résultat d''exploitation 2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13243,'PCG_SUISSE','XXXXXX','XXXXXX','9014',13232,'Amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13244,'PCG_SUISSE','XXXXXX','XXXXXX','9015',13232,'Résultat d''exploitation 3','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13245,'PCG_SUISSE','XXXXXX','XXXXXX','9016',13232,'Résultat activités annexes exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13246,'PCG_SUISSE','XXXXXX','XXXXXX','9017',13232,'Résultat d''exploitation 4','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13247,'PCG_SUISSE','XXXXXX','XXXXXX','9018',13232,'Résultats extraordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13248,'PCG_SUISSE','XXXXXX','XXXXXX','9019',13232,'Résultat d''entreprise avant impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13249,'PCG_SUISSE','XXXXXX','XXXXXX','9020',13232,'Charges d''impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13250,'PCG_SUISSE','XXXXXX','XXXXXX','9090',13232,'Résultat d''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13251,'PCG_SUISSE','XXXXXX','XXXXXX','9100',13232,'Bilan d''ouverture','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 13252,'PCG_SUISSE','XXXXXX','XXXXXX','9101',13232,'Bilan de clôture','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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
    index 68fc215ef2b..b12a8e1068f 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_ci.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_ci.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA CI
     -- ID 15000 - 16999
    ---
    +-- ADD 2100000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '101', 1, 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1011', 101, 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1012', 101, 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1013', 101, 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1014', 101, 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1018', 101, 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '102', 1, 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1021', 102, 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1022', 102, 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1028', 102, 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '103', 1, 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '104', 1, 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1041', 104, 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1042', 104, 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1043', 104, 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1047', 104, 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1048', 104, 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '105', 1, 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1051', 105, 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1052', 105, 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1053', 105, 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1054', 105, 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1058', 105, 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '106', 1, 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1061', 106, 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1062', 106, 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '109', 1, 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '11', 1, 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '111', 11, 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1111', 111, 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '112', 11, 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '113', 11, 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1131', 113, 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1133', 113, 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1134', 113, 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1135', 113, 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1138', 113, 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '118', 11, 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1181', 118, 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1188', 118, 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '12', 1, 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '121', 12, 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1211', 121, 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '129', 12, 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1291', 129, 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1292', 129, 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '13', 1, 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1301', 13, 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1309', 13, 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '131', 13, 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '132', 13, 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1321', 132, 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1322', 132, 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '133', 13, 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '134', 13, 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '135', 13, 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '136', 13, 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '137', 13, 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '138', 13, 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '139', 13, 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '14', 1, 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '141', 14, 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1411', 141, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1412', 141, 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1413', 141, 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1414', 141, 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1415', 141, 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1416', 141, 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1417', 141, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1418', 141, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '142', 14, 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1421', 142, 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '148', 14, 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '15', 1, 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '151', 15, 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '152', 15, 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1521', 152, 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '153', 15, 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1531', 153, 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1532', 153, 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '154', 15, 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '155', 15, 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1551', 155, 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1552', 155, 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1553', 155, 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1554', 155, 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '156', 15, 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1561', 156, 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1562', 156, 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '157', 15, 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '158', 15, 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '16', 1, 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '161', 16, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1611', 161, 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1612', 161, 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1618', 161, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1619', 161, 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '162', 16, 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '163', 16, 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '164', 16, 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '165', 16, 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1651', 165, 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1652', 165, 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '166', 16, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1661', 166, 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1662', 166, 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1663', 166, 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1664', 166, 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1665', 166, 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1667', 166, 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1668', 166, 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '167', 16, 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1671', 167, 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1672', 167, 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1673', 167, 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1674', 167, 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1676', 167, 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '168', 16, 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1681', 168, 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1682', 168, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1683', 168, 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1684', 168, 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1685', 168, 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1686', 168, 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '17', 1, 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '172', 17, 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '173', 17, 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '176', 17, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1762', 176, 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1763', 176, 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1768', 176, 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '178', 17, 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '18', 1, 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '181', 18, 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1811', 181, 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1812', 181, 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '182', 18, 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '183', 18, 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '184', 18, 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '185', 18, 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '186', 18, 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '187', 18, 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '188', 18, 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '19', 1, 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '191', 19, 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '192', 19, 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '193', 19, 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '194', 19, 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '195', 19, 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '196', 19, 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '197', 19, 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1971', 197, 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '198', 19, 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1981', 198, 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1982', 198, 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1983', 198, 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'CAPIT', 'XXXXXX', '1988', 198, 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '201', 2, 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2011', 201, 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2012', 201, 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2013', 201, 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2014', 201, 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2015', 201, 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2016', 201, 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2017', 201, 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2018', 201, 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '202', 2, 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2021', 202, 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2022', 202, 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2026', 202, 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2028', 202, 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '206', 2, 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2061', 206, 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2062', 206, 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2068', 206, 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '21', 2, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '211', 21, 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '212', 21, 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '213', 21, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '214', 21, 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '215', 21, 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '216', 21, 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '217', 21, 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '218', 21, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '219', 21, 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2191', 219, 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2193', 219, 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2198', 219, 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '22', 2, 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '221', 22, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2211', 221, 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2212', 221, 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2218', 221, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '222', 22, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2221', 222, 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2228', 222, 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '223', 22, 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2231', 223, 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2232', 223, 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2234', 223, 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2235', 223, 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2236', 223, 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '224', 22, 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2241', 224, 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2248', 224, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '225', 22, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2251', 225, 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '226', 22, 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2261', 226, 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '227', 22, 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '228', 22, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2281', 228, 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2285', 228, 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2288', 228, 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '229', 22, 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2291', 229, 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2292', 229, 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2295', 229, 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2298', 229, 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '23', 2, 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '231', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2311', 231, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2312', 231, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2313', 231, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2314', 231, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2315', 231, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '232', 23, 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2321', 232, 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2322', 232, 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2323', 232, 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2324', 232, 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2325', 232, 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '233', 23, 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2331', 233, 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2332', 233, 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2333', 233, 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2334', 233, 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2335', 233, 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2338', 233, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '234', 23, 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2341', 234, 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2342', 234, 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2343', 234, 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2344', 234, 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '235', 23, 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2351', 235, 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2358', 235, 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '237', 23, 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '238', 23, 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '239', 23, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2391', 239, 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '24', 2, 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '241', 24, 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2411', 241, 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2412', 241, 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2413', 241, 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2414', 241, 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '242', 24, 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2421', 242, 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2422', 242, 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '243', 24, 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '244', 24, 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2441', 244, 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2442', 244, 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2443', 244, 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2444', 244, 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2446', 244, 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2447', 244, 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '245', 24, 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2451', 245, 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2452', 245, 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2453', 245, 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2454', 245, 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2455', 245, 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2456', 245, 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2458', 245, 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '246', 24, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2461', 246, 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2462', 246, 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2463', 246, 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2465', 246, 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2468', 246, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '247', 24, 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '248', 24, 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2481', 248, 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '249', 24, 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2491', 249, 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2492', 249, 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2493', 249, 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2494', 249, 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2495', 249, 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2496', 249, 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2497', 249, 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2498', 249, 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '25', 2, 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '251', 25, 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '252', 25, 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '26', 2, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '261', 26, 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '262', 26, 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '263', 26, 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '265', 26, 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '266', 26, 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '268', 26, 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '27', 2, 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '271', 27, 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2711', 271, 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2712', 271, 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2713', 271, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2714', 271, 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '272', 27, 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2721', 272, 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2722', 272, 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2728', 272, 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '273', 27, 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2731', 273, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2733', 273, 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2738', 273, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '274', 27, 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2741', 274, 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2742', 274, 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2743', 274, 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2744', 274, 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2748', 274, 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '275', 27, 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2751', 275, 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2752', 275, 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2753', 275, 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2754', 275, 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2755', 275, 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2756', 275, 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2757', 275, 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2758', 275, 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '276', 27, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2761', 276, 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2762', 276, 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2763', 276, 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2764', 276, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2765', 276, 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2767', 276, 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2768', 276, 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '277', 27, 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2771', 277, 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2772', 277, 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2773', 277, 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2774', 277, 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '278', 27, 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2781', 278, 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2782', 278, 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2785', 278, 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '28', 2, 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '281', 28, 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2811', 281, 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2812', 281, 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2813', 281, 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2814', 281, 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2815', 281, 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2816', 281, 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2817', 281, 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2818', 281, 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '282', 28, 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2821', 282, 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2824', 282, 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2825', 282, 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '283', 28, 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2831', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2832', 283, 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2833', 283, 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2834', 283, 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2835', 283, 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2837', 283, 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2838', 283, 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '284', 28, 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2841', 284, 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2842', 284, 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2843', 284, 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2844', 284, 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2845', 284, 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2846', 284, 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2847', 284, 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2848', 284, 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '29', 2, 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '291', 29, 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2912', 291, 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2913', 291, 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2914', 291, 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2915', 291, 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2916', 291, 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2917', 291, 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2918', 291, 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2919', 291, 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '292', 29, 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2921', 292, 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2922', 292, 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2923', 292, 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2924', 292, 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2925', 292, 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2926', 292, 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2927', 292, 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2928', 292, 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2929', 292, 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '293', 29, 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2931', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2932', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2933', 293, 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2934', 293, 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2935', 293, 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2937', 293, 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2938', 293, 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2939', 293, 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '294', 29, 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2941', 294, 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2942', 294, 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2943', 294, 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2944', 294, 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2945', 294, 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2946', 294, 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2947', 294, 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2948', 294, 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2949', 294, 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '295', 29, 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2951', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2952', 295, 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '296', 29, 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2961', 296, 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2962', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2963', 296, 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2965', 296, 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2966', 296, 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2968', 296, 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '297', 29, 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2971', 297, 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2972', 297, 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2973', 297, 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2974', 297, 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2975', 297, 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2977', 297, 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'IMMO', 'XXXXXX', '2978', 297, 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '311', 31, 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3111', 311, 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3112', 311, 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '312', 31, 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3121', 312, 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3122', 312, 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '318', 31, 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '321', 32, 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '322', 32, 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '323', 32, 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '331', 33, 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '332', 33, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '333', 33, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '334', 33, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '335', 33, 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3351', 335, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3352', 335, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3353', 335, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3358', 335, 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '338', 33, 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '341', 34, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3411', 341, 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3412', 341, 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '342', 34, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3421', 342, 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3422', 342, 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '343', 34, 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3431', 343, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3432', 343, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '344', 34, 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3441', 344, 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3442', 344, 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '351', 35, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3511', 351, 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3512', 351, 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '352', 35, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3521', 352, 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3522', 352, 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '361', 36, 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '362', 36, 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '371', 37, 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3711', 371, 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3712', 371, 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '372', 37, 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3721', 372, 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3722', 372, 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3723', 372, 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '381', 38, 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '382', 38, 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '383', 38, 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '386', 38, 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '387', 38, 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3871', 387, 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '3872', 387, 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '388', 38, 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '391', 39, 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '392', 39, 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '393', 39, 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '394', 39, 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '395', 39, 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '396', 39, 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '397', 39, 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'STOCK', 'XXXXXX', '398', 39, 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '401', 4, 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4011', 401, 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4012', 401, 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4013', 401, 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4017', 401, 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '402', 4, 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4021', 402, 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4022', 402, 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4023', 402, 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '408', 4, 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4081', 408, 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4082', 408, 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4083', 408, 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4086', 408, 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '409', 4, 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4091', 409, 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4092', 409, 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4093', 409, 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4094', 409, 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4098', 409, 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '41', 4, 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '411', 41, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4111', 411, 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4112', 411, 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4114', 411, 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4115', 411, 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4117', 411, 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4118', 411, 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '412', 41, 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4121', 412, 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4122', 412, 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4124', 412, 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4125', 412, 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '414', 41, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4141', 414, 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4142', 414, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '415', 41, 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '416', 41, 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4161', 416, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4162', 416, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '418', 41, 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4181', 418, 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4186', 418, 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '419', 41, 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4191', 419, 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4192', 419, 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4194', 419, 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4198', 419, 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '42', 4, 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '421', 42, 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4211', 421, 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4212', 421, 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4213', 421, 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '422', 42, 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4221', 422, 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4222', 422, 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '423', 42, 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4231', 423, 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4232', 423, 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4233', 423, 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '424', 42, 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4241', 424, 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4242', 424, 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4245', 424, 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4248', 424, 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '425', 42, 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4251', 425, 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4252', 425, 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4258', 425, 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '426', 42, 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '427', 42, 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '428', 42, 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4281', 428, 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4286', 428, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4287', 428, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '43', 4, 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '431', 43, 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4311', 431, 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4312', 431, 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4313', 431, 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4314', 431, 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4318', 431, 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '432', 43, 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '433', 43, 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4331', 433, 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '438', 43, 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4381', 438, 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4382', 438, 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4386', 438, 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4387', 438, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '44', 4, 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '441', 44, 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '442', 44, 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4421', 4421, 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4422', 4421, 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4423', 4421, 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4424', 4421, 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4426', 4421, 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4428', 4421, 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '443', 44, 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4431', 443, 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4432', 443, 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4433', 443, 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4434', 443, 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4435', 443, 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '444', 44, 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4441', 444, 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4449', 444, 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '445', 44, 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4451', 445, 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4452', 445, 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4453', 445, 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4454', 445, 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4455', 445, 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4456', 445, 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '446', 44, 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '447', 44, 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4471', 447, 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4472', 447, 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4473', 447, 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4474', 447, 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4478', 447, 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '448', 44, 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4486', 448, 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4487', 448, 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '449', 44, 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4491', 449, 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4492', 449, 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4493', 449, 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4494', 449, 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4495', 449, 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4496', 449, 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4499', 449, 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '45', 4, 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '451', 45, 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '452', 45, 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '458', 45, 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4581', 458, 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4582', 458, 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '46', 4, 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '461', 46, 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4611', 461, 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4612', 461, 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4613', 461, 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4614', 461, 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4615', 461, 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4616', 461, 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4617', 461, 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4618', 461, 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4619', 461, 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '462', 46, 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4621', 462, 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4626', 462, 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '463', 46, 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '465', 46, 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '466', 46, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '467', 46, 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '47', 4, 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '471', 47, 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4711', 471, 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4712', 471, 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4713', 471, 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '472', 47, 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4726', 472, 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4727', 472, 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4728', 472, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '474', 47, 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4746', 474, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4747', 474, 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '475', 47, 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '476', 47, 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '477', 47, 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '478', 47, 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4781', 478, 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4782', 478, 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4788', 478, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '479', 47, 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4791', 479, 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4792', 479, 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4798', 479, 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '48', 4, 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '481', 48, 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4811', 481, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4812', 481, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4817', 481, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4818', 481, 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '482', 48, 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '483', 48, 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '484', 48, 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '485', 48, 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4851', 485, 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4852', 485, 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4855', 485, 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4857', 485, 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4858', 485, 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '486', 48, 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '488', 48, 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '49', 4, 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '491', 49, 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4911', 491, 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4912', 491, 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '492', 49, 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '493', 49, 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '494', 49, 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '495', 49, 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '496', 49, 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4962', 496, 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4963', 496, 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4966', 496, 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '497', 49, 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '498', 49, 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4981', 498, 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4982', 498, 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4983', 498, 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '499', 49, 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4991', 499, 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'THIRDPARTY', 'XXXXXX', '4998', 499, 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '501', 5, 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5011', 501, 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5012', 501, 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5013', 501, 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '502', 5, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5021', 502, 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5022', 502, 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5023', 502, 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5024', 502, 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5025', 502, 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '503', 5, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5031', 503, 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5032', 503, 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5033', 503, 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5035', 503, 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '504', 5, 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5042', 504, 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5043', 504, 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '505', 5, 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '506', 5, 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5061', 506, 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5062', 506, 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5063', 506, 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '508', 5, 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '51', 5, 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '511', 51, 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '512', 51, 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '513', 51, 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '514', 51, 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '515', 51, 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '518', 51, 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5181', 518, 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5182', 518, 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5185', 518, 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5186', 518, 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5187', 518, 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '52', 5, 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '521', 52, 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5211', 521, 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5212', 521, 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '522', 52, 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '523', 52, 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '524', 52, 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '526', 52, 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5261', 521, 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5267', 521, 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '53', 5, 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '531', 53, 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '532', 53, 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '533', 53, 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '536', 53, 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5361', 536, 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5362', 536, 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '538', 53, 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '54', 5, 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '541', 54, 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '542', 54, 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '543', 54, 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '544', 54, 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '545', 54, 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '56', 5, 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '561', 56, 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '564', 56, 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '565', 56, 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '566', 56, 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5661', 566, 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5667', 566, 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '57', 5, 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '571', 57, 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5711', 571, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5712', 571, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '572', 57, 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5721', 572, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5722', 572, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '573', 57, 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5731', 573, 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '5732', 573, 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '58', 5, 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '581', 58, 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '582', 58, 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '585', 58, 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '588', 58, 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '59', 5, 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '591', 59, 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '592', 59, 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '593', 59, 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '594', 59, 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'FINAN', 'XXXXXX', '599', 59, 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '601', 6, 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '602', 6, 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6021', 602, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6022', 602, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6023', 602, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6024', 602, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6029', 602, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '603', 6, 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6031', 603, 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6032', 603, 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6033', 603, 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '604', 6, 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6041', 604, 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6042', 604, 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6043', 604, 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6044', 604, 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6046', 604, 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6047', 604, 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6049', 604, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '605', 6, 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6051', 605, 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6052', 605, 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6053', 605, 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6054', 605, 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6055', 605, 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6056', 605, 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6057', 605, 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6058', 605, 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6059', 605, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '608', 6, 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6081', 608, 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6082', 608, 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6083', 608, 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6089', 608, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '61', 6, 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '611', 61, 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '612', 61, 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '613', 61, 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '614', 61, 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '616', 61, 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '618', 61, 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6181', 618, 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6182', 618, 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6183', 618, 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '62', 6, 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '621', 62, 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '622', 62, 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6221', 622, 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6222', 622, 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6223', 622, 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6224', 622, 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6225', 622, 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6228', 622, 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '623', 62, 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6232', 623, 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6233', 623, 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6235', 623, 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '624', 62, 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6241', 624, 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6242', 624, 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6243', 624, 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6248', 624, 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '625', 62, 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6251', 625, 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6252', 625, 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6253', 625, 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6254', 625, 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6255', 625, 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6256', 625, 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6257', 625, 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6258', 625, 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '626', 62, 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6261', 626, 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6265', 626, 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6266', 626, 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '627', 62, 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6271', 627, 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6272', 627, 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6273', 627, 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6274', 627, 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6275', 627, 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6276', 627, 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6277', 627, 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6278', 627, 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '628', 62, 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6281', 628, 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6282', 628, 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6283', 628, 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6288', 628, 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '63', 6, 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '631', 63, 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6311', 631, 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6312', 631, 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6313', 631, 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6315', 631, 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6316', 631, 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6318', 631, 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '632', 63, 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6321', 632, 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6322', 632, 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6323', 632, 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6324', 632, 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6325', 632, 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6328', 632, 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '633', 63, 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '634', 63, 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6342', 634, 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6343', 634, 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6344', 634, 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '635', 63, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6351', 635, 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6358', 635, 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '636', 63, 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '637', 63, 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6371', 637, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6372', 637, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '638', 63, 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6381', 638, 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6382', 638, 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6383', 638, 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6384', 638, 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '64', 6, 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '641', 64, 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6411', 641, 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6412', 641, 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6413', 641, 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6414', 641, 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6415', 641, 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6418', 641, 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '645', 64, 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '646', 64, 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6461', 646, 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6462', 646, 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6463', 646, 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6464', 646, 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6468', 646, 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '647', 64, 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6471', 647, 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6472', 647, 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6473', 647, 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6474', 647, 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6478', 647, 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '648', 64, 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '65', 6, 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '651', 65, 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6511', 651, 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6515', 651, 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '652', 65, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6521', 652, 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6525', 652, 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '653', 65, 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '654', 65, 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '658', 65, 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6581', 658, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6582', 658, 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6583', 658, 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '659', 65, 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6591', 659, 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6593', 659, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6594', 659, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6598', 659, 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '66', 6, 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '661', 66, 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6611', 661, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6612', 661, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6613', 661, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6614', 661, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6615', 661, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6616', 661, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6617', 661, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6618', 661, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '662', 66, 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6621', 662, 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6622', 662, 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6623', 662, 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6624', 662, 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6625', 662, 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6626', 662, 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6627', 662, 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6628', 662, 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '663', 66, 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6631', 663, 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6632', 663, 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6633', 663, 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6638', 663, 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '664', 66, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6641', 664, 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6642', 664, 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '666', 66, 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6661', 666, 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6662', 666, 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '667', 66, 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6671', 667, 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6672', 667, 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '668', 66, 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6681', 668, 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6682', 668, 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6683', 668, 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6684', 668, 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '67', 6, 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '671', 67, 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6711', 671, 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6712', 671, 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6713', 671, 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '672', 67, 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6721', 672, 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6722', 672, 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6723', 672, 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '673', 67, 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '674', 67, 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6741', 674, 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6742', 674, 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6743', 674, 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6744', 674, 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6745', 674, 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6748', 674, 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '675', 67, 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '676', 67, 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '677', 67, 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '678', 67, 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6781', 678, 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6782', 678, 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6783', 678, 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '679', 67, 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6791', 679, 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6795', 679, 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6798', 679, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '68', 6, 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '681', 68, 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6811', 68, 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6812', 68, 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6813', 68, 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '687', 68, 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6872', 687, 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6878', 687, 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '69', 6, 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '691', 69, 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6911', 691, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6912', 691, 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6913', 691, 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6914', 691, 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '697', 69, 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6971', 697, 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'EXPENSE', 'XXXXXX', '6972', 697, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '701', 7, 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7011', 701, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7012', 701, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7013', 701, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7014', 701, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '702', 7, 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7021', 702, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7022', 702, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7023', 702, 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7024', 702, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '703', 7, 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7031', 703, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7032', 703, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7033', 703, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7034', 703, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '704', 7, 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7041', 704, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7042', 704, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7043', 704, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7044', 704, 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '705', 7, 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7051', 705, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7052', 705, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7053', 705, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7054', 705, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '706', 7, 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7061', 706, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7062', 706, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7063', 706, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7064', 706, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '707', 7, 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7071', 707, 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7072', 707, 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7073', 707, 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7074', 707, 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7075', 707, 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7076', 707, 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7077', 707, 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7078', 707, 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '71', 7, 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '711', 71, 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '712', 71, 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '713', 71, 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '718', 71, 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7181', 718, 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7182', 718, 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7183', 718, 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '72', 7, 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '721', 72, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '722', 72, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '726', 72, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '73', 7, 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '734', 73, 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7341', 734, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7342', 734, 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '735', 73, 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7351', 735, 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7352', 735, 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '736', 73, 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '737', 73, 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7371', 737, 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7372', 737, 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '75', 7, 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '752', 75, 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7521', 752, 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7525', 752, 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '753', 75, 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '754', 75, 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '758', 75, 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7581', 758, 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7582', 758, 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '759', 75, 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7591', 759, 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7593', 759, 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7594', 759, 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7598', 759, 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '77', 7, 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '771', 77, 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '772', 77, 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '773', 77, 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '774', 77, 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '775', 77, 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '776', 77, 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '777', 77, 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '778', 77, 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7781', 778, 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7782', 778, 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7784', 778, 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '779', 77, 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7791', 779, 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7795', 779, 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7798', 779, 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '78', 7, 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '781', 78, 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '787', 78, 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '79', 7, 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '791', 79, 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7911', 791, 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7912', 791, 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7913', 791, 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7914', 791, 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '797', 79, 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7971', 797, 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '7972', 797, 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'INCOME', 'XXXXXX', '798', 79, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '811', 81, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '812', 81, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '816', 81, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '821', 82, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '822', 82, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '826', 82, 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '831', 83, 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '834', 83, 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '835', 83, 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '836', 83, 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '839', 83, 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '841', 84, 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '845', 84, 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '846', 84, 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '848', 84, 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '849', 84, 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '851', 85, 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '852', 85, 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '853', 85, 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '854', 85, 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '858', 85, 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '861', 86, 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '862', 86, 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '863', 86, 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '864', 86, 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '865', 86, 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '868', 86, 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '871', 87, 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '874', 87, 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '878', 87, 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '881', 88, 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '884', 88, 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '886', 88, 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '888', 88, 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '891', 89, 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '8911', 891, 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '8912', 891, 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '8913', 891, 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '892', 89, 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '895', 89, 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '899', 89, 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '8991', 899, 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CI', 'AUTRES', 'XXXXXX', '8994', 899, 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-CI','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-CI','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-CI','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-CI','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-CI','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-CI','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-CI','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-CI','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-CI','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-CI','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-CI','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-CI','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-CI','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-CI','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-CI','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-CI','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-CI','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-CI','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-CI','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-CI','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-CI','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-CI','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-CI','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-CI','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-CI','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-CI','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-CI','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-CI','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-CI','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-CI','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-CI','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-CI','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-CI','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-CI','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-CI','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-CI','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-CI','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-CI','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-CI','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-CI','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-CI','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-CI','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-CI','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-CI','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-CI','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-CI','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-CI','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-CI','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-CI','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-CI','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-CI','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-CI','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-CI','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-CI','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-CI','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-CI','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-CI','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-CI','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-CI','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-CI','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-CI','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-CI','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-CI','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-CI','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-CI','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-CI','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-CI','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-CI','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-CI','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-CI','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-CI','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-CI','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-CI','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-CI','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-CI','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-CI','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-CI','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-CI','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-CI','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-CI','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-CI','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-CI','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-CI','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-CI','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-CI','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-CI','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-CI','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-CI','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-CI','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-CI','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-CI','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-CI','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-CI','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-CI','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-CI','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-CI','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-CI','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-CI','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-CI','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-CI','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-CI','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-CI','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-CI','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-CI','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-CI','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-CI','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-CI','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-CI','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-CI','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-CI','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-CI','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-CI','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-CI','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-CI','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-CI','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-CI','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-CI','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-CI','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-CI','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-CI','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-CI','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-CI','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-CI','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-CI','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-CI','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-CI','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-CI','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-CI','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-CI','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-CI','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-CI','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-CI','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-CI','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-CI','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-CI','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-CI','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-CI','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-CI','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-CI','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-CI','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-CI','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-CI','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-CI','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-CI','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-CI','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-CI','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-CI','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-CI','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-CI','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-CI','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-CI','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-CI','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-CI','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-CI','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-CI','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-CI','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-CI','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-CI','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-CI','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-CI','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-CI','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-CI','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-CI','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-CI','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-CI','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-CI','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-CI','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-CI','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-CI','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-CI','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-CI','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-CI','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-CI','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-CI','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-CI','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-CI','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-CI','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-CI','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-CI','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-CI','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-CI','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-CI','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-CI','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-CI','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-CI','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-CI','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-CI','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-CI','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-CI','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-CI','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-CI','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-CI','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-CI','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-CI','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-CI','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-CI','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-CI','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-CI','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-CI','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-CI','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-CI','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-CI','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-CI','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-CI','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-CI','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-CI','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-CI','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-CI','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-CI','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-CI','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-CI','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-CI','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-CI','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-CI','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-CI','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-CI','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-CI','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-CI','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-CI','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-CI','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-CI','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-CI','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-CI','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-CI','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-CI','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-CI','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-CI','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-CI','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-CI','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-CI','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-CI','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-CI','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-CI','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-CI','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-CI','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-CI','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-CI','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-CI','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-CI','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-CI','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-CI','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-CI','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-CI','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-CI','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-CI','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-CI','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-CI','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-CI','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-CI','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-CI','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-CI','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-CI','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-CI','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-CI','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-CI','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-CI','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-CI','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-CI','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-CI','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-CI','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-CI','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-CI','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-CI','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-CI','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-CI','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-CI','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-CI','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-CI','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-CI','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-CI','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-CI','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-CI','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-CI','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-CI','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-CI','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-CI','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-CI','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-CI','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-CI','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-CI','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-CI','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-CI','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-CI','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-CI','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-CI','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-CI','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-CI','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-CI','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-CI','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-CI','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-CI','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-CI','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-CI','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-CI','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-CI','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-CI','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-CI','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-CI','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-CI','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-CI','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-CI','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-CI','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-CI','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-CI','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-CI','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-CI','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-CI','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-CI','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-CI','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-CI','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-CI','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-CI','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-CI','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-CI','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-CI','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-CI','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-CI','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-CI','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-CI','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-CI','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-CI','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-CI','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-CI','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-CI','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-CI','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-CI','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-CI','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-CI','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-CI','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-CI','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-CI','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-CI','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-CI','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-CI','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-CI','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-CI','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-CI','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-CI','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-CI','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-CI','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-CI','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-CI','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-CI','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-CI','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-CI','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-CI','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-CI','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-CI','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-CI','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-CI','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-CI','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-CI','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-CI','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-CI','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-CI','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-CI','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-CI','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-CI','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-CI','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-CI','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-CI','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-CI','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-CI','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-CI','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-CI','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-CI','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-CI','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-CI','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-CI','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-CI','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-CI','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-CI','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-CI','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-CI','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-CI','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-CI','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-CI','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-CI','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-CI','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-CI','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-CI','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-CI','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-CI','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-CI','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-CI','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-CI','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-CI','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-CI','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-CI','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-CI','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-CI','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-CI','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-CI','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-CI','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-CI','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-CI','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-CI','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-CI','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-CI','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-CI','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-CI','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-CI','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-CI','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-CI','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-CI','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-CI','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-CI','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-CI','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-CI','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-CI','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-CI','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-CI','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-CI','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-CI','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-CI','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-CI','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-CI','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-CI','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-CI','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-CI','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-CI','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-CI','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-CI','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-CI','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-CI','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-CI','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-CI','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-CI','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-CI','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-CI','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-CI','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-CI','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-CI','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-CI','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-CI','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-CI','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-CI','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-CI','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-CI','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-CI','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-CI','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-CI','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-CI','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-CI','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-CI','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-CI','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-CI','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-CI','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-CI','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-CI','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-CI','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-CI','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-CI','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-CI','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-CI','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-CI','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-CI','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-CI','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-CI','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-CI','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-CI','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-CI','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-CI','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-CI','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-CI','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-CI','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-CI','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-CI','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-CI','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-CI','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-CI','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-CI','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-CI','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-CI','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-CI','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-CI','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-CI','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-CI','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-CI','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-CI','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-CI','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-CI','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-CI','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-CI','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-CI','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-CI','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-CI','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-CI','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-CI','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-CI','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-CI','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-CI','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-CI','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-CI','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-CI','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-CI','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-CI','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-CI','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-CI','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-CI','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-CI','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-CI','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-CI','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-CI','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-CI','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-CI','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-CI','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-CI','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-CI','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-CI','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-CI','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-CI','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-CI','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-CI','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-CI','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-CI','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-CI','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-CI','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-CI','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-CI','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-CI','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-CI','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-CI','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-CI','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-CI','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-CI','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-CI','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-CI','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-CI','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-CI','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-CI','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-CI','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-CI','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-CI','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-CI','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-CI','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-CI','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-CI','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-CI','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-CI','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-CI','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-CI','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-CI','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-CI','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-CI','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-CI','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-CI','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-CI','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-CI','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-CI','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-CI','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-CI','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-CI','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-CI','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-CI','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-CI','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-CI','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-CI','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-CI','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-CI','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-CI','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-CI','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-CI','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-CI','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-CI','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-CI','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-CI','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-CI','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-CI','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-CI','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-CI','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-CI','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-CI','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-CI','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-CI','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-CI','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-CI','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-CI','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-CI','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-CI','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-CI','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-CI','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-CI','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-CI','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-CI','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-CI','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-CI','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-CI','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-CI','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-CI','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-CI','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-CI','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-CI','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-CI','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-CI','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-CI','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-CI','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-CI','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-CI','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-CI','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-CI','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-CI','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-CI','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-CI','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-CI','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-CI','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-CI','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-CI','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-CI','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-CI','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-CI','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-CI','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-CI','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-CI','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-CI','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-CI','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-CI','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-CI','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-CI','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-CI','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-CI','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-CI','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-CI','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-CI','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-CI','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-CI','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-CI','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-CI','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-CI','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-CI','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-CI','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-CI','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-CI','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-CI','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-CI','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-CI','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-CI','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-CI','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-CI','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-CI','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-CI','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-CI','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-CI','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-CI','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-CI','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-CI','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-CI','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-CI','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-CI','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-CI','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-CI','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-CI','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-CI','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-CI','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-CI','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-CI','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-CI','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-CI','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-CI','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-CI','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-CI','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-CI','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-CI','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-CI','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-CI','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-CI','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-CI','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-CI','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-CI','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-CI','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-CI','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-CI','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-CI','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-CI','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-CI','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-CI','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-CI','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-CI','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-CI','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-CI','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-CI','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-CI','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-CI','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-CI','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-CI','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-CI','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-CI','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-CI','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-CI','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-CI','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-CI','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-CI','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-CI','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-CI','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-CI','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-CI','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-CI','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-CI','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-CI','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-CI','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-CI','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-CI','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-CI','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-CI','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-CI','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-CI','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-CI','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-CI','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-CI','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-CI','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-CI','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-CI','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-CI','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-CI','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-CI','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-CI','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-CI','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-CI','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-CI','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-CI','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-CI','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-CI','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-CI','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-CI','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-CI','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-CI','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-CI','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-CI','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-CI','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-CI','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-CI','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-CI','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-CI','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-CI','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-CI','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-CI','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-CI','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-CI','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-CI','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-CI','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-CI','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-CI','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-CI','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-CI','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-CI','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-CI','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-CI','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-CI','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-CI','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-CI','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-CI','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-CI','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-CI','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-CI','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-CI','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-CI','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-CI','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-CI','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-CI','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-CI','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-CI','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-CI','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-CI','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-CI','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-CI','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-CI','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-CI','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-CI','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-CI','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-CI','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-CI','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-CI','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-CI','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-CI','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-CI','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-CI','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-CI','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-CI','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-CI','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-CI','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-CI','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-CI','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-CI','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-CI','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-CI','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-CI','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-CI','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-CI','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-CI','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-CI','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-CI','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-CI','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-CI','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-CI','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-CI','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-CI','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-CI','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-CI','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-CI','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-CI','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-CI','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-CI','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-CI','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-CI','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-CI','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-CI','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-CI','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-CI','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-CI','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-CI','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-CI','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-CI','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-CI','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-CI','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-CI','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-CI','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-CI','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-CI','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-CI','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-CI','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-CI','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-CI','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-CI','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-CI','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-CI','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-CI','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-CI','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-CI','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-CI','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-CI','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-CI','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-CI','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-CI','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-CI','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-CI','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-CI','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-CI','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-CI','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-CI','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-CI','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-CI','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-CI','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-CI','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-CI','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-CI','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-CI','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-CI','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-CI','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-CI','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-CI','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-CI','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-CI','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-CI','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-CI','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-CI','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-CI','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-CI','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-CI','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-CI','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-CI','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-CI','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-CI','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-CI','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-CI','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-CI','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-CI','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-CI','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-CI','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-CI','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-CI','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-CI','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-CI','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-CI','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-CI','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-CI','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-CI','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-CI','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-CI','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-CI','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-CI','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-CI','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-CI','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-CI','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-CI','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-CI','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-CI','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-CI','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-CI','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-CI','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-CI','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-CI','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-CI','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-CI','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-CI','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-CI','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-CI','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-CI','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-CI','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-CI','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-CI','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-CI','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-CI','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-CI','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-CI','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-CI','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-CI','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-CI','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-CI','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-CI','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-CI','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-CI','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-CI','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-CI','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-CI','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-CI','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-CI','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-CI','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-CI','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-CI','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-CI','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-CI','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-CI','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-CI','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-CI','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-CI','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-CI','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-CI','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-CI','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-CI','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-CI','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-CI','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-CI','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-CI','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-CI','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-CI','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-CI','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-CI','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-CI','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-CI','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-CI','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-CI','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-CI','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-CI','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-CI','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-CI','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-CI','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-CI','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-CI','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-CI','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-CI','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-CI','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-CI','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-CI','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-CI','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-CI','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-CI','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-CI','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-CI','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-CI','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-CI','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-CI','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-CI','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-CI','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-CI','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-CI','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-CI','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-CI','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-CI','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-CI','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-CI','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-CI','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-CI','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-CI','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-CI','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-CI','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-CI','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-CI','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-CI','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-CI','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-CI','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-CI','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-CI','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-CI','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-CI','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-CI','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-CI','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-CI','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-CI','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-CI','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-CI','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-CI','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-CI','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-CI','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-CI','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-CI','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-CI','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-CI','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-CI','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-CI','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-CI','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-CI','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-CI','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-CI','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-CI','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-CI','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-CI','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-CI','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-CI','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-CI','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-CI','AUTRES','XXXXXX','8994',    16224,'Annulations pour pertes rétroactives','1');
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_cl.sql b/htdocs/install/mysql/data/llx_accounting_account_cl.sql
    index 63c95f86a47..76fe278dd0e 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_cl.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_cl.sql
    @@ -3,7 +3,7 @@
     -- Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
     -- Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
     -- Copyright (C) 2004      Guillaume Delecourt  <guillaume.delecourt@opensides.be>
    --- Copyright (C) 2005-2018 Regis Houssin        <regis.houssin@capnetworks.com>
    +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
     -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
     -- Copyright (C) 2011-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
     -- Copyright (C) 2017      Juanjo Menent        <jmenent@2byte.es>
    @@ -21,167 +21,165 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
     -- Descriptif des plans comptables CL PC-MIPYME
     -- ID 4785 - 4999
    ---
    +-- ADD 6700000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1', NULL, 'Activo Circulante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.10.1', '1.1', 'Caja', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.20.1', '1.1', 'Banco', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.30.1', '1.1', 'Insumos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.40.1', '1.1', 'Productos en Proceso', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.50.1', '1.1', 'Mercaderias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.60.1', '1.1', 'Depósito  a Plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.70.1', '1.1', 'Valores Negociables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.80.1 ', '1.1', 'Deudores por Ventas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.90.1', '1.1', 'Documnetos por cobrar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.100.1', '1.1', 'Documentos por cobrar de Terceros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.120.1', '1.1', 'Documentos y Cuentas  por cobrar a Empresas No  Relacionadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.130.1', '1.1', 'Estimación Deudores Incobrable (Provisión)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.140.1', '1.1', 'Deudores Varios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.150.1', '1.1', 'Anticipo Remuneraciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.160.1', '1.1', 'Préstamos a Trabajadores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.170.1', '1.1', 'Otros Descuentos de Remuneraciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.180.1', '1.1', 'Préstamos a Socio (empresario)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.190.1', '1.1', 'Cuenta Corriente Consignatario', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.200.1', '1.1', 'Impuestos por recuperar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.210.1', '1.1', 'Impuesto Específico Combustible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.220.1', '1.1', 'IVA Créditos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.230.1', '1.1', 'Crédito Impuesto Ley 18.211', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.240.1', '1.1', 'Crédito Impuesto Específico', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.250.1', '1.1', 'Crédito Impuesto Adicional', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.260.1', '1.1', 'Impuestos Diferidos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante ', '1.1.270.1', '1.1', 'Gastos pagados por anticipados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.280.1', '1.1', 'Otros Activos Circulantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.290.1', '1.1', 'Contratos Leasing', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Circulante', '1.1.300.1', '1.1', 'Activos para  Leasing', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'XXXXXX', 'XXXXXX', '1.1.310.1', NULL, 'Pago Provisional Mensual (PPM)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Fijo', '1.2', NULL, 'Activos Fijos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Fijo', '1.2.10.1', '1.2', 'Terrenos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Fijo', '1.2.20.1', '1.2', 'Construcciones y Obras de Infraestructura.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Fijo', '1.2.30.1', '1.2', 'Maquinarias y Equipos.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Fijo', '1.2.40.1', '1.2', 'Muebles y Utiles.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Fijo', '1.2.50.1', '1.2', 'Activos en Leasing.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Fijo', '1.2.60.1', '1.2', 'Otros Activos Fijos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Fijo', '1.2.70.1', '1.2', 'Mayor Valor Retasación Técnica del Activo Fijo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Complementaria de AF', '1.2.80.1', '1.2', 'Depreciación Acumulada', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3', NULL, 'Otros Activos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.10.1', '1.3', 'Cuentas Particulares', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.20.1', '1.3', 'Inversión en Empresas Relacionadas.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.30.1', '1.3', 'Inversión en otras Sociedades.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros ', '1.3.40.1', '1.3', 'Deudores largo Plazo.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.50.1', '1.3', 'Documentos y Cuentas por Cobrar a Empresas Relacionada Largo Plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.60.1', '1.3', 'Impuestos Diferidos Largo Plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.70.1', '1.3', 'Intangibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.80.1', '1.3', 'Otros Activos. ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.90.1', '1.3', 'Otros Activos Trabajadores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.100.1', '1.3', 'Contratos de Leasing de Largo Plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.110.1', '1.3', 'Inversión Ley Arica', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Activo', 'Otros', '1.3.120.1', '1.3', 'Inversión Ley Austral', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Complementaria de Ac', 'Otros', '1.3.130.1', '1.3', 'Amortización (Acumulada)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1', NULL, 'Total Pasivos Circulantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.10.1', '2.1', 'Obligaciones con Bancos e Instituciones Financieras', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.20.1', '2.1', 'Obligaciones con el público (pagarés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.30.1', '2.1', 'Cuentas y Documentos por pagar.  ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.40.1', '2.1', 'Documentos y Cuentas por Pagar Empresas Relacionadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.50.1', '2.1', 'Documentos y Cuentas por Pagar Empresas No Relacionadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.60.1', '2.1', 'Cuenta Corriente Comitente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.70.1', '2.1', 'Acreedores Varios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.80.1', '2.1', 'Obligaciones o Acreedores por Leasing porción C/P', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.90.1', '2.1', 'Intereses diferidos por Leasing', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.100.1', '2.1', 'Provisiones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.110.1', '2.1', 'Remuneraciones por Pagar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.120.1', '2.1', 'Entidades Previsionales por Pagar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.130.1', '2.1', 'Impuesto Único Por Pagar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.140.1', '2.1', 'Retenciones por Pagar  ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.150.1', '2.1', 'Impuesto a la Renta por Pagar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.160.1', '2.1', ' Otros Impuesto Por Pagar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.170.1', '2.1', 'IVA Débitos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.180.1', '2.1', 'Impuesto Adicional Débitos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.190.1', '2.1', 'Impuesto Ley 18.211 Débitos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.200.1', '2.1', 'Impuestos Diferidos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.210.1', '2.1', 'Ingresos percibidos por adelantado.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.220.1', '2.1', 'Depósitos Garantía de Envases', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'Circulante', '2.1.230.1', '2.1', 'Otros Pasivos Circulantes.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'largo plazo ', '2.2', NULL, 'Pasivos Largo Plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.10.1', '2.2', 'Obligaciones con bancos e Instituciones Financieras L/P', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.20.1', '2.2', 'Obligaciones con el público Largo Plazo (Bonos)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.30.1', '2.2', 'Cuentas y Documentos por pagar L/P', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.40.1', '2.2', 'Acreedores Varios L/P', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.50.1', '2.2', 'Obligaciones o Acreedores por Leasing porción L/P', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.60.1', '2.2', 'Documentos y Cuentas por Pagar a Empresas Relacionadas L/P', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.70.1', '2.2', 'Impuestos Diferidos L/P', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.80.1', '2.2', 'Otros Pasivos Largo Plazo.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'XXXXXX', 'XXXXXX', '3', NULL, 'Patrimonio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'XXXXXX', 'XXXXXX', '3.1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.1.10.1', '3.1', 'Capital Pagado.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.1.20.1', '3.1', 'Reserva Revalorización Capital Propio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.1.30.1', '3.1', 'Otra Reservas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.1.40.1', '3.1', 'Cuenta Obligada Socio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'XXXXXX', 'XXXXXX', '3.2', NULL, 'Utilidades', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.2.10.1', '3.2', 'Utilidades Acumuladas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.2.20.1', '3.2', 'Pérdidas Acumuladas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.2.30.1', '3.2', 'Utilidad del Ejercicio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.2.40.1', '3.2', 'Pérdida y Ganancia', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'XXXXXX', 'XXXXXX', '4', NULL, 'Resultado', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Ganancia', '4.1', NULL, 'Ingresos de Explotación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Ganancia', '4.1.20.1', '4.1', 'Otros Ingresos del Giro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.2', NULL, 'Costos de Explotación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.2.10.1', '4.2', 'Costos Directo por ventas de Bienes y Servicios del Giro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.2.20.1', '4.2', 'Otros Costos Directos del Giro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3', NULL, 'Administración y Venta', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.10.1', '4.3', 'Gastos Generales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.20.1', '4.3', 'Contribuciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.30.1', '4.3', 'Deudores Incobrables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.40.1', '4.3', 'Reparaciones Automóviles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.50.1', '4.3', 'Gastos de Organización y Puesta en Marcha', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.60.1', '4.3', 'Gastos de Investigación y Desarrollo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.70.1', '4.3', 'Sueldos (Remuneraciones)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.80.1', '4.3', 'Aporte Patronal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.90.1', '4.3', 'Honorarios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.100.1', '4.3', 'Sueldo Empresarial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.110.1', '4.3', 'Depreciación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.120.1', '4.3', 'Amortización', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.130.1', '4.3', 'Mermas (Castigo de Mercaderías)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.140.1', '4.3', 'Gasto Promoción', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.3.150.1', '4.3', 'Otros Gastos de Administración y Venta', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Perdida o Ganancia', '4.4', NULL, 'Otros Ingresos Fuera de Explotación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Perdida o Ganancia', '4.4.10.1', '4.4', 'Ingresos Financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Perdida o Ganancia', '4.4.20.1', '4.4', 'Utilidad Inversión en Empresas Relacionadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.30.1', '4.4', 'Rentas de Fuente Extranjera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.40.1', '4.4', 'Dividendos Percibidos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.50.1', '4.4', 'Ingresos No Renta', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.60.1', '4.4', 'Rentas Exentas Impuesto 1° Categoría', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.70.1', '4.4', 'Rentas Afectas a Impuesto Único de 1° Categoría', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.80.1', '4.4', 'Rentas por Arriendos de Bienes Raíces Agrícolas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.90.1', '4.4', 'Rentas por Bienes Raíces No Agrícolas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.100.1', '4.4', 'Otras Rentas Afectas a Impuesto de 1° Categoría', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.110.1', '4.4', 'Comisiones Percibidas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.120.1', '4.4', 'Ingresos fuera de Explotación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.130.1', '4.4', 'Ajuste Ejercicio Anterior', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Perdida o Ganancia', '4.4.140.1', '4.4', 'Corrección Monetaria', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Perdida o Ganancia', '4.4.150.1', '4.4', 'Diferencia Por Tipo de Cambio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'XXXXXX', 'XXXXXX', '4.5', NULL, 'Egresos Fuera de Explotación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.10.1', '4.5', 'Gastos Financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Perdida', '4.5.20.1', '4.5', 'Comisiones Pagadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.40.1', '4.5', 'Costos y Gastos por Rentas Fuentes Extranjeras', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.50.1', '4.5', 'Otros Egresos Fuera de Explotación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.60.1', '4.5', 'Pérdida por Financiamiento (Operaciones en Leasing)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.70.1', '4.5', 'Gastos aceptado por Donaciones por fines Sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.80.1', '4.5', 'Gastos aceptado por Donaciones para Fines Políticos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.90.1', '4.5', 'Gasto aceptado por Donaciones del Art. N° 10 Ley 19.885', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.100.1', '4.5', 'Donaciones Escasos Recursos Artc. 46 DL 3063', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.110.1', '4.5', 'Donaciones sin Beneficios Tributarios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.120.1', '4.5', 'Otras Donaciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.130.1', '4.5', 'Provisiones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Pérdida', '4.5.140.1', '4.5', 'Impuestos no Recuperables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Gasto', '4.6', NULL, 'Impuesto a la Renta', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PC-MIPYME', 'Resultado', 'Gasto', '4.6.10.1', '4.6', 'Provisión Impuesto a la Renta', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4785, 'PC-MIPYME', 'Activo', 'Circulante', '1.1', '0', 'Activo Circulante', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4786, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.10.1', '4785', 'Caja', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4787, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.20.1', '4785', 'Banco', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4788, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.30.1', '4785', 'Insumos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4789, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.40.1', '4785', 'Productos en Proceso', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4790, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.50.1', '4785', 'Mercaderias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4791, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.60.1', '4785', 'Depósito  a Plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4792, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.70.1', '4785', 'Valores Negociables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4793, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.80.1 ', '4785', 'Deudores por Ventas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4794, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.90.1', '4785', 'Documnetos por cobrar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4795, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.100.1', '4785', 'Documentos por cobrar de Terceros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4797, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.120.1', '4785', 'Documentos y Cuentas  por cobrar a Empresas No  Relacionadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4798, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.130.1', '4785', 'Estimación Deudores Incobrable (Provisión)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4799, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.140.1', '4785', 'Deudores Varios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4800, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.150.1', '4785', 'Anticipo Remuneraciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4801, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.160.1', '4785', 'Préstamos a Trabajadores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4802, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.170.1', '4785', 'Otros Descuentos de Remuneraciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4803, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.180.1', '4785', 'Préstamos a Socio (empresario)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4804, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.190.1', '4785', 'Cuenta Corriente Consignatario', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4805, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.200.1', '4785', 'Impuestos por recuperar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4806, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.210.1', '4785', 'Impuesto Específico Combustible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4807, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.220.1', '4785', 'IVA Créditos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4808, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.230.1', '4785', 'Crédito Impuesto Ley 18.211', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4809, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.240.1', '4785', 'Crédito Impuesto Específico', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4810, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.250.1', '4785', 'Crédito Impuesto Adicional', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4811, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.260.1', '4785', 'Impuestos Diferidos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4812, 'PC-MIPYME', 'Activo', 'Circulante ', '1.1.270.1', '4785', 'Gastos pagados por anticipados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4813, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.280.1', '4785', 'Otros Activos Circulantes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4814, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.290.1', '4785', 'Contratos Leasing', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4815, 'PC-MIPYME', 'Activo', 'Circulante', '1.1.300.1', '4785', 'Activos para  Leasing', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4816, 'PC-MIPYME', 'XXXXXX', 'XXXXXX', '1.1.310.1', NULL, 'Pago Provisional Mensual (PPM)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4817, 'PC-MIPYME', 'Activo', 'Fijo', '1.2', NULL, 'Activos Fijos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4818, 'PC-MIPYME', 'Activo', 'Fijo', '1.2.10.1', '4817', 'Terrenos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4819, 'PC-MIPYME', 'Activo', 'Fijo', '1.2.20.1', '4817', 'Construcciones y Obras de Infraestructura.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4820, 'PC-MIPYME', 'Activo', 'Fijo', '1.2.30.1', '4817', 'Maquinarias y Equipos.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4821, 'PC-MIPYME', 'Activo', 'Fijo', '1.2.40.1', '4817', 'Muebles y Utiles.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4822, 'PC-MIPYME', 'Activo', 'Fijo', '1.2.50.1', '4817', 'Activos en Leasing.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4823, 'PC-MIPYME', 'Activo', 'Fijo', '1.2.60.1', '4817', 'Otros Activos Fijos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4824, 'PC-MIPYME', 'Activo', 'Fijo', '1.2.70.1', '4817', 'Mayor Valor Retasación Técnica del Activo Fijo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4825, 'PC-MIPYME', 'Activo', 'Complementaria de AF', '1.2.80.1', '4817', 'Depreciación Acumulada', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4826, 'PC-MIPYME', 'Activo', 'Otros', '1.3', NULL, 'Otros Activos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4827, 'PC-MIPYME', 'Activo', 'Otros', '1.3.10.1', '4826', 'Cuentas Particulares', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4828, 'PC-MIPYME', 'Activo', 'Otros', '1.3.20.1', '4826', 'Inversión en Empresas Relacionadas.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4829, 'PC-MIPYME', 'Activo', 'Otros', '1.3.30.1', '4826', 'Inversión en otras Sociedades.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4831, 'PC-MIPYME', 'Activo', 'Otros ', '1.3.40.1', '4826', 'Deudores largo Plazo.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4832, 'PC-MIPYME', 'Activo', 'Otros', '1.3.50.1', '4826', 'Documentos y Cuentas por Cobrar a Empresas Relacionada Largo Plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4833, 'PC-MIPYME', 'Activo', 'Otros', '1.3.60.1', '4826', 'Impuestos Diferidos Largo Plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4834, 'PC-MIPYME', 'Activo', 'Otros', '1.3.70.1', '4826', 'Intangibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4835, 'PC-MIPYME', 'Activo', 'Otros', '1.3.80.1', '4826', 'Otros Activos. ', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4836, 'PC-MIPYME', 'Activo', 'Otros', '1.3.90.1', '4826', 'Otros Activos Trabajadores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4837, 'PC-MIPYME', 'Activo', 'Otros', '1.3.100.1', '4826', 'Contratos de Leasing de Largo Plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4838, 'PC-MIPYME', 'Activo', 'Otros', '1.3.110.1', '4826', 'Inversión Ley Arica', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4839, 'PC-MIPYME', 'Activo', 'Otros', '1.3.120.1', '4826', 'Inversión Ley Austral', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4840, 'PC-MIPYME', 'Complementaria de Ac', 'Otros', '1.3.130.1', '4826', 'Amortización (Acumulada)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4841, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1', NULL, 'Total Pasivos Circulantes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4842, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.10.1', '4841', 'Obligaciones con Bancos e Instituciones Financieras', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4843, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.20.1', '4841', 'Obligaciones con el público (pagarés)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4844, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.30.1', '4841', 'Cuentas y Documentos por pagar.  ', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4845, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.40.1', '4841', 'Documentos y Cuentas por Pagar Empresas Relacionadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4846, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.50.1', '4841', 'Documentos y Cuentas por Pagar Empresas No Relacionadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4847, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.60.1', '4841', 'Cuenta Corriente Comitente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4848, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.70.1', '4841', 'Acreedores Varios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4849, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.80.1', '4841', 'Obligaciones o Acreedores por Leasing porción C/P', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4850, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.90.1', '4841', 'Intereses diferidos por Leasing', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4851, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.100.1', '4841', 'Provisiones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4852, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.110.1', '4841', 'Remuneraciones por Pagar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4853, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.120.1', '4841', 'Entidades Previsionales por Pagar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4854, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.130.1', '4841', 'Impuesto Único Por Pagar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4855, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.140.1', '4841', 'Retenciones por Pagar  ', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4856, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.150.1', '4841', 'Impuesto a la Renta por Pagar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4857, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.160.1', '4841', ' Otros Impuesto Por Pagar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4858, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.170.1', '4841', 'IVA Débitos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4859, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.180.1', '4841', 'Impuesto Adicional Débitos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4860, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.190.1', '4841', 'Impuesto Ley 18.211 Débitos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4861, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.200.1', '4841', 'Impuestos Diferidos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4862, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.210.1', '4841', 'Ingresos percibidos por adelantado.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4863, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.220.1', '4841', 'Depósitos Garantía de Envases', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4864, 'PC-MIPYME', 'Pasivo', 'Circulante', '2.1.230.1', '4841', 'Otros Pasivos Circulantes.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4865, 'PC-MIPYME', 'Pasivo', 'largo plazo ', '2.2', '0', 'Pasivos Largo Plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4866, 'PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.10.1', '4865', 'Obligaciones con bancos e Instituciones Financieras L/P', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4867, 'PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.20.1', '4865', 'Obligaciones con el público Largo Plazo (Bonos)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4868, 'PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.30.1', '4865', 'Cuentas y Documentos por pagar L/P', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4869, 'PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.40.1', '4865', 'Acreedores Varios L/P', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4870, 'PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.50.1', '4865', 'Obligaciones o Acreedores por Leasing porción L/P', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4871, 'PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.60.1', '4865', 'Documentos y Cuentas por Pagar a Empresas Relacionadas L/P', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4872, 'PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.70.1', '4865', 'Impuestos Diferidos L/P', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4873, 'PC-MIPYME', 'Pasivo', 'largo plazo', '2.2.80.1', '4865', 'Otros Pasivos Largo Plazo.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4874, 'PC-MIPYME', 'XXXXXX', 'XXXXXX', '3', NULL, 'Patrimonio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4875, 'PC-MIPYME', 'XXXXXX', 'XXXXXX', '3.1', NULL, 'Capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4876, 'PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.1.10.1', '4875', 'Capital Pagado.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4877, 'PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.1.20.1', '4875', 'Reserva Revalorización Capital Propio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4878, 'PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.1.30.1', '4875', 'Otra Reservas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4879, 'PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.1.40.1', '4875', 'Cuenta Obligada Socio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4880, 'PC-MIPYME', 'XXXXXX', 'XXXXXX', '3.2', NULL, 'Utilidades', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4881, 'PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.2.10.1', '4880', 'Utilidades Acumuladas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4882, 'PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.2.20.1', '4880', 'Pérdidas Acumuladas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4883, 'PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.2.30.1', '4880', 'Utilidad del Ejercicio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4884, 'PC-MIPYME', 'Patrimonio', 'XXXXXX', '3.2.40.1', '4880', 'Pérdida y Ganancia', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4885, 'PC-MIPYME', 'XXXXXX', 'XXXXXX', '4', NULL, 'Resultado', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4886, 'PC-MIPYME', 'Resultado', 'Ganancia', '4.1', NULL, 'Ingresos de Explotación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4887, 'PC-MIPYME', 'Resultado', 'Ganancia', '4.1.20.1', '4886', 'Otros Ingresos del Giro', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4888, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.2', NULL, 'Costos de Explotación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4889, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.2.10.1', '4888', 'Costos Directo por ventas de Bienes y Servicios del Giro', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4890, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.2.20.1', '4888', 'Otros Costos Directos del Giro', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4891, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3', NULL, 'Administración y Venta', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4892, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.10.1', '4891', 'Gastos Generales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4893, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.20.1', '4891', 'Contribuciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4894, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.30.1', '4891', 'Deudores Incobrables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4895, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.40.1', '4891', 'Reparaciones Automóviles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4896, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.50.1', '4891', 'Gastos de Organización y Puesta en Marcha', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4897, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.60.1', '4891', 'Gastos de Investigación y Desarrollo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4898, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.70.1', '4891', 'Sueldos (Remuneraciones)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4899, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.80.1', '4891', 'Aporte Patronal', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4900, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.90.1', '4891', 'Honorarios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4901, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.100.1', '4891', 'Sueldo Empresarial', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4903, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.110.1', '4891', 'Depreciación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4904, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.120.1', '4891', 'Amortización', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4905, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.130.1', '4891', 'Mermas (Castigo de Mercaderías)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4906, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.140.1', '4891', 'Gasto Promoción', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4907, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.3.150.1', '4891', 'Otros Gastos de Administración y Venta', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4908, 'PC-MIPYME', 'Resultado', 'Perdida o Ganancia', '4.4', NULL, 'Otros Ingresos Fuera de Explotación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4909, 'PC-MIPYME', 'Resultado', 'Perdida o Ganancia', '4.4.10.1', '4908', 'Ingresos Financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4910, 'PC-MIPYME', 'Resultado', 'Perdida o Ganancia', '4.4.20.1', '4908', 'Utilidad Inversión en Empresas Relacionadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4911, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.30.1', '4908', 'Rentas de Fuente Extranjera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4912, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.40.1', '4908', 'Dividendos Percibidos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4913, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.50.1', '4908', 'Ingresos No Renta', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4914, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.60.1', '4908', 'Rentas Exentas Impuesto 1° Categoría', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4915, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.70.1', '4908', 'Rentas Afectas a Impuesto Único de 1° Categoría', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4916, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.80.1', '4908', 'Rentas por Arriendos de Bienes Raíces Agrícolas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4917, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.90.1', '4908', 'Rentas por Bienes Raíces No Agrícolas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4918, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.100.1', '4908', 'Otras Rentas Afectas a Impuesto de 1° Categoría', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4919, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.110.1', '4908', 'Comisiones Percibidas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4920, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.120.1', '4908', 'Ingresos fuera de Explotación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4921, 'PC-MIPYME', 'Resultado', 'XXXXXX', '4.4.130.1', '4908', 'Ajuste Ejercicio Anterior', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4922, 'PC-MIPYME', 'Resultado', 'Perdida o Ganancia', '4.4.140.1', '4908', 'Corrección Monetaria', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4923, 'PC-MIPYME', 'Resultado', 'Perdida o Ganancia', '4.4.150.1', '4908', 'Diferencia Por Tipo de Cambio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4924, 'PC-MIPYME', 'XXXXXX', 'XXXXXX', '4.5', NULL, 'Egresos Fuera de Explotación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4925, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.10.1', '4924', 'Gastos Financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4927, 'PC-MIPYME', 'Resultado', 'Perdida', '4.5.20.1', '4924', 'Comisiones Pagadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4928, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.40.1', '4924', 'Costos y Gastos por Rentas Fuentes Extranjeras', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4929, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.50.1', '4924', 'Otros Egresos Fuera de Explotación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4930, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.60.1', '4924', 'Pérdida por Financiamiento (Operaciones en Leasing)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4931, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.70.1', '4924', 'Gastos aceptado por Donaciones por fines Sociales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4932, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.80.1', '4924', 'Gastos aceptado por Donaciones para Fines Políticos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4933, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.90.1', '4924', 'Gasto aceptado por Donaciones del Art. N° 10 Ley 19.885', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4934, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.100.1', '4924', 'Donaciones Escasos Recursos Artc. 46 DL 3063', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4935, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.110.1', '4924', 'Donaciones sin Beneficios Tributarios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4936, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.120.1', '4924', 'Otras Donaciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4937, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.130.1', '4924', 'Provisiones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4938, 'PC-MIPYME', 'Resultado', 'Pérdida', '4.5.140.1', '4924', 'Impuestos no Recuperables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4939, 'PC-MIPYME', 'Resultado', 'Gasto', '4.6', NULL, 'Impuesto a la Renta', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4940, 'PC-MIPYME', 'Resultado', 'Gasto', '4.6.10.1', '4939', 'Provisión Impuesto a la Renta', 1);
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_cm.sql b/htdocs/install/mysql/data/llx_accounting_account_cm.sql
    index c5ec8777963..26bbbce4338 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_cm.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_cm.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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,1235 +20,1234 @@
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA-CM
    +-- Descriptif des plans comptables SYSCOHADA-CM
     -- ID 15000 - 16999
    ---
    +-- ADD 2400000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '101', '1', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1013', '101', 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1014', '101', 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '102', '1', 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1021', '102', 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1022', '102', 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1028', '102', 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '103', '1', 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '104', '1', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1041', '104', 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1042', '104', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1043', '104', 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1047', '104', 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1048', '104', 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '105', '1', 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1051', '105', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1052', '105', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1053', '105', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1054', '105', 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1058', '105', 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '106', '1', 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1061', '106', 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1062', '106', 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '109', '1', 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '11', '1', 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '111', '11', 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1111', '111', 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '112', '11', 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '113', '11', 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1131', '113', 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1133', '113', 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1134', '113', 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1135', '113', 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1138', '113', 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '118', '11', 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1181', '118', 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1188', '118', 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '12', '1', 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '121', '12', 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1211', '121', 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '129', '12', 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1291', '129', 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1292', '129', 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '13', '1', 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1301', '13', 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1309', '13', 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '131', '13', 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '132', '13', 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1321', '132', 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1322', '132', 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '133', '13', 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '134', '13', 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '135', '13', 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '136', '13', 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '137', '13', 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '138', '13', 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '139', '13', 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '14', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '141', '14', 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1411', '141', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1412', '141', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1413', '141', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1414', '141', 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1415', '141', 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1416', '141', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1417', '141', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1418', '141', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '142', '14', 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1421', '142', 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '148', '14', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '151', '15', 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '152', '15', 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1521', '152', 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '153', '15', 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1531', '153', 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1532', '153', 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '154', '15', 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1551', '155', 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1552', '155', 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1553', '155', 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1554', '155', 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1561', '156', 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1562', '156', 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1611', '161', 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1612', '161', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1618', '161', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1619', '161', 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '162', '16', 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '163', '16', 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '164', '16', 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '165', '16', 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1651', '165', 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1652', '165', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '166', '16', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1661', '166', 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1662', '166', 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1663', '166', 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1664', '166', 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1665', '166', 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1667', '166', 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1668', '166', 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '167', '16', 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1671', '167', 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1672', '167', 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1673', '167', 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1674', '167', 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1676', '167', 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1681', '168', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1682', '168', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1683', '168', 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1684', '168', 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1685', '168', 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1686', '168', 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '172', '17', 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '173', '17', 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '176', '17', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1762', '176', 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1763', '176', 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1768', '176', 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '178', '17', 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '18', '1', 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '181', '18', 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1811', '181', 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1812', '181', 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '182', '18', 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '183', '18', 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '184', '18', 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '185', '18', 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '186', '18', 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '187', '18', 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '19', '1', 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '191', '19', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '192', '19', 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '193', '19', 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '194', '19', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '195', '19', 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '196', '19', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '197', '19', 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1971', '197', 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '198', '19', 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1981', '198', 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1982', '198', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1983', '198', 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'CAPIT', 'XXXXXX', '1988', '198', 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '201', '2', 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2011', '201', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2012', '201', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2013', '201', 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2014', '201', 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2015', '201', 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2016', '201', 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2017', '201', 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2018', '201', 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '202', '2', 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2021', '202', 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2022', '202', 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2026', '202', 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2028', '202', 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '206', '2', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2061', '206', 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2062', '206', 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2068', '206', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '211', '21', 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '212', '21', 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '213', '21', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '214', '21', 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '215', '21', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '216', '21', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '217', '21', 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '218', '21', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '219', '21', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2191', '219', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2193', '219', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2198', '219', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '22', '2', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '221', '22', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2211', '221', 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2212', '221', 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2218', '221', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '222', '22', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2221', '222', 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2228', '222', 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '223', '22', 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2231', '223', 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2232', '223', 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2234', '223', 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2235', '223', 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2236', '223', 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '224', '22', 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2241', '224', 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2248', '224', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '225', '22', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2251', '225', 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '226', '22', 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2261', '226', 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '227', '22', 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '228', '22', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2281', '228', 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2285', '228', 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2288', '228', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '229', '22', 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2291', '229', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2292', '229', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2295', '229', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2298', '229', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '23', '2', 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '231', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2311', '231', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2312', '231', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2313', '231', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2314', '231', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2315', '231', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '232', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2321', '232', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2322', '232', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2323', '232', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2324', '232', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2325', '232', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '233', '23', 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2331', '233', 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2332', '233', 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2333', '233', 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2334', '233', 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2335', '233', 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2338', '233', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '234', '23', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2341', '234', 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2342', '234', 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2343', '234', 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2344', '234', 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '235', '23', 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2351', '235', 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2358', '235', 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '237', '23', 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '238', '23', 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '239', '23', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2391', '239', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '24', '2', 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '241', '24', 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2411', '241', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2412', '241', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2413', '241', 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2414', '241', 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '242', '24', 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2421', '242', 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2422', '242', 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '243', '24', 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '244', '24', 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2441', '244', 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2442', '244', 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2443', '244', 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2444', '244', 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2446', '244', 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2447', '244', 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '245', '24', 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2451', '245', 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2452', '245', 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2453', '245', 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2454', '245', 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2455', '245', 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2456', '245', 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2458', '245', 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '246', '24', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2461', '246', 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2462', '246', 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2463', '246', 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2465', '246', 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2468', '246', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '247', '24', 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '248', '24', 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2481', '248', 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '249', '24', 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2491', '249', 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2492', '249', 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2493', '249', 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2494', '249', 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2495', '249', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2496', '249', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2497', '249', 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2498', '249', 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '25', '2', 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '251', '25', 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '252', '25', 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '26', '2', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '262', '26', 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '263', '26', 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '265', '26', 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '266', '26', 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '268', '26', 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '271', '27', 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2711', '271', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2712', '271', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2713', '271', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2714', '271', 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '272', '27', 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2721', '272', 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2722', '272', 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2728', '272', 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '273', '27', 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2731', '273', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2733', '273', 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2738', '273', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '274', '27', 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2741', '274', 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2742', '274', 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2743', '274', 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2744', '274', 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2748', '274', 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '275', '27', 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2751', '275', 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2752', '275', 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2753', '275', 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2754', '275', 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2755', '275', 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2756', '275', 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2757', '275', 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2758', '275', 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '276', '27', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2761', '276', 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2762', '276', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2763', '276', 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2764', '276', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2765', '276', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2767', '276', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2768', '276', 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '277', '27', 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2771', '277', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2772', '277', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2773', '277', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2774', '277', 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '278', '27', 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2781', '278', 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2782', '278', 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2785', '278', 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '28', '2', 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2811', '281', 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2812', '281', 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2813', '281', 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2814', '281', 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2815', '281', 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2816', '281', 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2817', '281', 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2818', '281', 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2821', '282', 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2824', '282', 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2825', '282', 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '283', '28', 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2831', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2832', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2833', '283', 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2834', '283', 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2835', '283', 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2837', '283', 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2838', '283', 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '284', '28', 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2841', '284', 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2842', '284', 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2843', '284', 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2844', '284', 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2845', '284', 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2846', '284', 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2847', '284', 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2848', '284', 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '291', '29', 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2912', '291', 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2913', '291', 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2914', '291', 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2915', '291', 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2916', '291', 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2917', '291', 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2918', '291', 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2919', '291', 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2921', '292', 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2922', '292', 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2923', '292', 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2924', '292', 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2925', '292', 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2926', '292', 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2927', '292', 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2928', '292', 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2929', '292', 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2931', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2932', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2933', '293', 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2934', '293', 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2935', '293', 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2937', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2938', '293', 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2939', '293', 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2941', '294', 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2942', '294', 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2943', '294', 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2944', '294', 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2945', '294', 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2946', '294', 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2947', '294', 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2948', '294', 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2949', '294', 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2951', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2952', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '296', '29', 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2961', '296', 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2962', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2963', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2965', '296', 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2966', '296', 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2968', '296', 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '297', '29', 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2971', '297', 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2972', '297', 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2973', '297', 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2974', '297', 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2975', '297', 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2977', '297', 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'IMMO', 'XXXXXX', '2978', '297', 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '311', '31', 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3111', '311', 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3112', '311', 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '312', '31', 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3121', '312', 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3122', '312', 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '318', '31', 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '321', '32', 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '322', '32', 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '323', '32', 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '331', '33', 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '332', '33', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '333', '33', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '334', '33', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '335', '33', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3351', '335', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3352', '335', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3353', '335', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3358', '335', 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '338', '33', 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '341', '34', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3411', '341', 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3412', '341', 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '342', '34', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3421', '342', 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3422', '342', 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '343', '34', 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3431', '343', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3432', '343', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '344', '34', 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3441', '344', 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3442', '344', 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '351', '35', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3511', '351', 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3512', '351', 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '352', '35', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3521', '352', 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3522', '352', 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '361', '36', 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '362', '36', 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '371', '37', 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3711', '371', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3712', '371', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '372', '37', 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3721', '372', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3722', '372', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3723', '372', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '381', '38', 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '382', '38', 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '383', '38', 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '386', '38', 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '387', '38', 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3871', '387', 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '3872', '387', 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '388', '38', 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '391', '39', 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '392', '39', 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '393', '39', 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '394', '39', 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '395', '39', 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '396', '39', 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '397', '39', 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'STOCK', 'XXXXXX', '398', '39', 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '401', '4', 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4012', '401', 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4013', '401', 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '402', '4', 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4021', '402', 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4022', '402', 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4023', '402', 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '408', '4', 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4082', '408', 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4083', '408', 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4086', '408', 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '409', '4', 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4092', '409', 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4093', '409', 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4094', '409', 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4112', '411', 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4114', '411', 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4115', '411', 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4118', '411', 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '412', '41', 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4121', '412', 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4122', '412', 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4124', '412', 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4125', '412', 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '414', '41', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4141', '414', 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4142', '414', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '415', '41', 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4161', '416', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4162', '416', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4186', '418', 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4192', '419', 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4194', '419', 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4211', '421', 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4212', '421', 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4213', '421', 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4221', '422', 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4222', '422', 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4231', '423', 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4232', '423', 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4233', '423', 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4241', '424', 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4242', '424', 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4245', '424', 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4248', '424', 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4251', '425', 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4252', '425', 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4258', '425', 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4281', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4311', '431', 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4312', '431', 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4313', '431', 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4314', '431', 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4318', '431', 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '433', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4331', '433', 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4381', '438', 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4421', '4421', 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4422', '4421', 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4423', '4421', 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4424', '4421', 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4426', '4421', 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4428', '4421', 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4431', '443', 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4432', '443', 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4433', '443', 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4434', '443', 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4435', '443', 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4441', '444', 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4449', '444', 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4451', '445', 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4453', '445', 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4454', '445', 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4471', '447', 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4472', '447', 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4473', '447', 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4474', '447', 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4478', '447', 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4486', '448', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4491', '449', 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4492', '449', 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4493', '449', 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4494', '449', 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4495', '449', 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4496', '449', 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4499', '449', 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4582', '458', 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4611', '461', 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4612', '461', 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4613', '461', 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4614', '461', 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4615', '461', 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4616', '461', 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4617', '461', 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4618', '461', 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4619', '461', 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4621', '462', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4626', '462', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '463', '46', 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '466', '46', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4711', '471', 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4712', '471', 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4713', '471', 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4726', '472', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4727', '472', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4728', '472', 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '474', '47', 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4746', '474', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4747', '474', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4781', '478', 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4782', '478', 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4788', '478', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '479', '47', 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4791', '479', 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4792', '479', 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4798', '479', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4811', '481', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4812', '481', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4817', '481', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4818', '481', 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '483', '48', 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '484', '48', 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '485', '48', 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4851', '485', 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4852', '485', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4855', '485', 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4857', '485', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4858', '485', 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4911', '491', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4912', '491', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '492', '49', 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '493', '49', 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '494', '49', 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4962', '496', 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4963', '496', 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4966', '496', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '497', '49', 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '498', '49', 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4981', '498', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4982', '498', 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4983', '498', 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '499', '49', 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4991', '499', 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'THIRDPARTY', 'XXXXXX', '4998', '499', 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '501', '5', 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5011', '501', 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5012', '501', 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5013', '501', 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '502', '5', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5021', '502', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5022', '502', 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5023', '502', 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5024', '502', 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5025', '502', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '503', '5', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5031', '503', 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5032', '503', 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5033', '503', 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5035', '503', 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '504', '5', 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5042', '504', 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5043', '504', 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '505', '5', 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '506', '5', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5061', '506', 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5062', '506', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5063', '506', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '508', '5', 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '51', '5', 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '511', '51', 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '512', '51', 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '513', '51', 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '514', '51', 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '515', '51', 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '518', '51', 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5181', '518', 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5182', '518', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5185', '518', 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5186', '518', 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5187', '518', 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '52', '5', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '521', '52', 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5211', '521', 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5212', '521', 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '522', '52', 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '523', '52', 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '524', '52', 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '526', '52', 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5261', '521', 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5267', '521', 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '53', '5', 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '531', '53', 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '532', '53', 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '533', '53', 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '536', '53', 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5361', '536', 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5362', '536', 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '538', '53', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '54', '5', 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '541', '54', 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '542', '54', 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '543', '54', 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '544', '54', 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '545', '54', 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '56', '5', 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '561', '56', 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '564', '56', 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '565', '56', 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '566', '56', 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5661', '566', 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5667', '566', 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '57', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '571', '57', 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5711', '571', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5712', '571', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '572', '57', 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5721', '572', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5722', '572', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '573', '57', 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5731', '573', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '5732', '573', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '58', '5', 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '581', '58', 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '582', '58', 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '585', '58', 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '588', '58', 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '59', '5', 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '591', '59', 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '592', '59', 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '593', '59', 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '594', '59', 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'FINAN', 'XXXXXX', '599', '59', 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '601', '6', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '602', '6', 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6021', '602', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6022', '602', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6023', '602', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6024', '602', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6029', '602', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '603', '6', 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6031', '603', 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6032', '603', 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6033', '603', 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '604', '6', 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6041', '604', 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6042', '604', 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6043', '604', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6044', '604', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6046', '604', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6047', '604', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6049', '604', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '605', '6', 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6051', '605', 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6052', '605', 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6053', '605', 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6054', '605', 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6055', '605', 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6056', '605', 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6057', '605', 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6058', '605', 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6059', '605', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '608', '6', 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6081', '608', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6082', '608', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6083', '608', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6089', '608', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '61', '6', 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '611', '61', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '612', '61', 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '613', '61', 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '614', '61', 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '616', '61', 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6181', '618', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6182', '618', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6183', '618', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '62', '6', 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '621', '62', 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '622', '62', 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6221', '622', 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6222', '622', 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6223', '622', 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6224', '622', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6225', '622', 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6228', '622', 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '623', '62', 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6232', '623', 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6233', '623', 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6235', '623', 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '624', '62', 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6241', '624', 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6242', '624', 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6243', '624', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6248', '624', 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '625', '62', 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6251', '625', 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6252', '625', 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6253', '625', 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6254', '625', 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6255', '625', 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6256', '625', 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6257', '625', 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6258', '625', 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '626', '62', 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6261', '626', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6265', '626', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6266', '626', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '627', '62', 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6271', '627', 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6272', '627', 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6273', '627', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6274', '627', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6275', '627', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6276', '627', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6277', '627', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '628', '62', 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6281', '628', 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6282', '628', 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6283', '628', 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6288', '628', 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '63', '6', 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '631', '63', 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6311', '631', 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6312', '631', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6313', '631', 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6315', '631', 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6316', '631', 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '632', '63', 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6321', '632', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6322', '632', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6323', '632', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6324', '632', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6325', '632', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6328', '632', 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '633', '63', 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '634', '63', 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6342', '634', 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6343', '634', 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6344', '634', 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '635', '63', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6351', '635', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6358', '635', 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '636', '63', 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '637', '63', 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6371', '637', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6372', '637', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '638', '63', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6381', '638', 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6382', '638', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6383', '638', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6384', '638', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '64', '6', 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '641', '64', 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6411', '641', 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6412', '641', 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6413', '641', 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6414', '641', 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6415', '641', 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6418', '641', 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '645', '64', 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '646', '64', 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6461', '646', 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6462', '646', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6463', '646', 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6464', '646', 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6468', '646', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '647', '64', 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6471', '647', 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6472', '647', 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6473', '647', 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6474', '647', 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6478', '647', 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '651', '65', 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6511', '651', 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6515', '651', 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '652', '65', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6521', '652', 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6525', '652', 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '653', '65', 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '654', '65', 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6581', '658', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6582', '658', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6583', '658', 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '659', '65', 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6591', '659', 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6593', '659', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6594', '659', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6598', '659', 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '661', '66', 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6611', '661', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6612', '661', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6613', '661', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6614', '661', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6615', '661', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6616', '661', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6617', '661', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6618', '661', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '662', '66', 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6621', '662', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6622', '662', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6623', '662', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6624', '662', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6625', '662', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6626', '662', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6627', '662', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6628', '662', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '663', '66', 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6631', '663', 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6632', '663', 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6633', '663', 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6638', '663', 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '664', '66', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6641', '664', 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6642', '664', 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '666', '66', 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6661', '666', 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6662', '666', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '667', '66', 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6671', '667', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6672', '667', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6681', '668', 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6682', '668', 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6683', '668', 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6684', '668', 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '67', '6', 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '671', '67', 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6711', '671', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6712', '671', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6713', '671', 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '672', '67', 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6721', '672', 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6722', '672', 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6723', '672', 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '673', '67', 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '674', '67', 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6741', '674', 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6742', '674', 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6743', '674', 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6744', '674', 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6745', '674', 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6748', '674', 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '675', '67', 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '676', '67', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '677', '67', 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '678', '67', 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6781', '678', 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6782', '678', 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6783', '678', 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '679', '67', 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6791', '679', 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6795', '679', 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6798', '679', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6811', '68', 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6812', '68', 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6813', '68', 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6872', '687', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6878', '687', 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '69', '6', 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '691', '69', 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6911', '691', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6912', '691', 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6913', '691', 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6914', '691', 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '697', '69', 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6971', '697', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'EXPENSE', 'XXXXXX', '6972', '697', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '701', '7', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7011', '701', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7012', '701', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7013', '701', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7014', '701', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '702', '7', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7021', '702', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7022', '702', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7023', '702', 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7024', '702', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '703', '7', 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7031', '703', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7032', '703', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7033', '703', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7034', '703', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '704', '7', 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7041', '704', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7042', '704', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7043', '704', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7044', '704', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '705', '7', 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7051', '705', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7052', '705', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7053', '705', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7054', '705', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '706', '7', 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7061', '706', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7062', '706', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7063', '706', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7064', '706', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '707', '7', 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7071', '707', 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7072', '707', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7073', '707', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7074', '707', 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7075', '707', 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7076', '707', 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7077', '707', 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7078', '707', 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '71', '7', 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '711', '71', 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '712', '71', 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '713', '71', 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '718', '71', 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7181', '718', 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7182', '718', 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7183', '718', 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '726', '72', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '73', '7', 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '734', '73', 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7341', '734', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7342', '734', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '735', '73', 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7351', '735', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7352', '735', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '736', '73', 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '737', '73', 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7371', '737', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7372', '737', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '752', '75', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7521', '752', 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7525', '752', 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '753', '75', 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '754', '75', 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7581', '758', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7582', '758', 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '759', '75', 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7591', '759', 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7593', '759', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7594', '759', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7598', '759', 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '77', '7', 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '771', '77', 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '772', '77', 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '773', '77', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '774', '77', 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '775', '77', 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '776', '77', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '777', '77', 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '778', '77', 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7781', '778', 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7782', '778', 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7784', '778', 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '779', '77', 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7791', '779', 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7795', '779', 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7798', '779', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '78', '7', 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '781', '78', 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '787', '78', 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '79', '7', 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '791', '79', 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7911', '791', 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7912', '791', 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7913', '791', 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7914', '791', 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '797', '79', 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7971', '797', 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '7972', '797', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'INCOME', 'XXXXXX', '798', '79', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '811', '81', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '812', '81', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '816', '81', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '821', '82', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '822', '82', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '826', '82', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '831', '83', 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '834', '83', 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '835', '83', 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '836', '83', 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '839', '83', 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '841', '84', 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '845', '84', 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '846', '84', 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '848', '84', 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '849', '84', 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '851', '85', 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '852', '85', 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '853', '85', 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '854', '85', 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '858', '85', 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '861', '86', 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '862', '86', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '863', '86', 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '864', '86', 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '865', '86', 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '868', '86', 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '871', '87', 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '874', '87', 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '878', '87', 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '881', '88', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '884', '88', 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '886', '88', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '888', '88', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '891', '89', 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '8911', '891', 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '8912', '891', 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '8913', '891', 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '892', '89', 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '895', '89', 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '899', '89', 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '8991', '899', 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-CM', 'AUTRES', 'XXXXXX', '8994', '899', 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-CM','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-CM','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-CM','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-CM','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-CM','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-CM','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-CM','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-CM','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-CM','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-CM','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-CM','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-CM','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-CM','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-CM','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-CM','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-CM','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-CM','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-CM','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-CM','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-CM','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-CM','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-CM','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-CM','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-CM','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-CM','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-CM','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-CM','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-CM','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-CM','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-CM','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-CM','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-CM','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-CM','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-CM','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-CM','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-CM','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-CM','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-CM','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-CM','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-CM','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-CM','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-CM','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-CM','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-CM','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-CM','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-CM','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-CM','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-CM','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-CM','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-CM','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-CM','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-CM','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-CM','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-CM','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-CM','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-CM','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-CM','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-CM','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-CM','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-CM','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-CM','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-CM','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-CM','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-CM','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-CM','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-CM','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-CM','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-CM','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-CM','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-CM','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-CM','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-CM','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-CM','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-CM','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-CM','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-CM','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-CM','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-CM','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-CM','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-CM','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-CM','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-CM','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-CM','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-CM','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-CM','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-CM','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-CM','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-CM','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-CM','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-CM','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-CM','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-CM','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-CM','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-CM','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-CM','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-CM','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-CM','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-CM','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-CM','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-CM','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-CM','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-CM','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-CM','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-CM','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-CM','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-CM','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-CM','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-CM','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-CM','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-CM','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-CM','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-CM','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-CM','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-CM','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-CM','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-CM','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-CM','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-CM','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-CM','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-CM','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-CM','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-CM','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-CM','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-CM','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-CM','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-CM','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-CM','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-CM','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-CM','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-CM','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-CM','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-CM','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-CM','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-CM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-CM','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-CM','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-CM','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-CM','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-CM','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-CM','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-CM','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-CM','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-CM','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-CM','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-CM','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-CM','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-CM','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-CM','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-CM','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-CM','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-CM','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-CM','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-CM','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-CM','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-CM','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-CM','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-CM','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-CM','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-CM','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-CM','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-CM','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-CM','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-CM','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-CM','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-CM','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-CM','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-CM','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-CM','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-CM','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-CM','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-CM','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-CM','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-CM','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-CM','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-CM','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-CM','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-CM','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-CM','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-CM','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-CM','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-CM','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-CM','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-CM','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-CM','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-CM','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-CM','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-CM','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-CM','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-CM','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-CM','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-CM','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-CM','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-CM','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-CM','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-CM','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-CM','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-CM','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-CM','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-CM','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-CM','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-CM','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-CM','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-CM','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-CM','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-CM','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-CM','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-CM','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-CM','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-CM','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-CM','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-CM','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-CM','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-CM','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-CM','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-CM','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-CM','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-CM','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-CM','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-CM','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-CM','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-CM','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-CM','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-CM','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-CM','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-CM','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-CM','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-CM','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-CM','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-CM','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-CM','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-CM','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-CM','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-CM','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-CM','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-CM','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-CM','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-CM','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-CM','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-CM','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-CM','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-CM','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-CM','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-CM','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-CM','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-CM','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-CM','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-CM','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-CM','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-CM','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-CM','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-CM','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-CM','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-CM','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-CM','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-CM','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-CM','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-CM','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-CM','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-CM','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-CM','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-CM','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-CM','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-CM','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-CM','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-CM','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-CM','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-CM','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-CM','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-CM','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-CM','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-CM','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-CM','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-CM','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-CM','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-CM','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-CM','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-CM','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-CM','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-CM','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-CM','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-CM','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-CM','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-CM','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-CM','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-CM','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-CM','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-CM','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-CM','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-CM','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-CM','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-CM','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-CM','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-CM','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-CM','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-CM','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-CM','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-CM','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-CM','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-CM','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-CM','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-CM','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-CM','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-CM','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-CM','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-CM','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-CM','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-CM','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-CM','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-CM','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-CM','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-CM','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-CM','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-CM','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-CM','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-CM','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-CM','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-CM','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-CM','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-CM','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-CM','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-CM','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-CM','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-CM','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-CM','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-CM','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-CM','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-CM','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-CM','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-CM','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-CM','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-CM','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-CM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-CM','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-CM','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-CM','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-CM','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-CM','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-CM','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-CM','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-CM','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-CM','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-CM','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-CM','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-CM','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-CM','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-CM','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-CM','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-CM','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-CM','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-CM','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-CM','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-CM','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-CM','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-CM','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-CM','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-CM','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-CM','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-CM','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-CM','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-CM','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-CM','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-CM','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-CM','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-CM','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-CM','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-CM','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-CM','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-CM','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-CM','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-CM','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-CM','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-CM','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-CM','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-CM','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-CM','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-CM','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-CM','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-CM','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-CM','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-CM','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-CM','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-CM','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-CM','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-CM','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-CM','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-CM','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-CM','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-CM','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-CM','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-CM','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-CM','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-CM','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-CM','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-CM','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-CM','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-CM','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-CM','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-CM','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-CM','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-CM','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-CM','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-CM','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-CM','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-CM','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-CM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-CM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-CM','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-CM','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-CM','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-CM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-CM','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-CM','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-CM','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-CM','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-CM','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-CM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-CM','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-CM','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-CM','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-CM','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-CM','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-CM','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-CM','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-CM','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-CM','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-CM','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-CM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-CM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-CM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-CM','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-CM','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-CM','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-CM','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-CM','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-CM','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-CM','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-CM','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-CM','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-CM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-CM','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-CM','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-CM','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-CM','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-CM','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-CM','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-CM','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-CM','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-CM','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-CM','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-CM','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-CM','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-CM','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-CM','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-CM','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-CM','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-CM','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-CM','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-CM','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-CM','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-CM','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-CM','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-CM','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-CM','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-CM','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-CM','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-CM','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-CM','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-CM','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-CM','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-CM','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-CM','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-CM','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-CM','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-CM','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-CM','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-CM','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-CM','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-CM','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-CM','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-CM','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-CM','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-CM','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-CM','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-CM','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-CM','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-CM','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-CM','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-CM','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-CM','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-CM','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-CM','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-CM','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-CM','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-CM','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-CM','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-CM','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-CM','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-CM','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-CM','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-CM','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-CM','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-CM','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-CM','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-CM','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-CM','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-CM','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-CM','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-CM','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-CM','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-CM','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-CM','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-CM','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-CM','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-CM','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-CM','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-CM','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-CM','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-CM','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-CM','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-CM','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-CM','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-CM','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-CM','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-CM','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-CM','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-CM','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-CM','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-CM','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-CM','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-CM','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-CM','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-CM','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-CM','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-CM','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-CM','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-CM','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-CM','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-CM','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-CM','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-CM','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-CM','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-CM','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-CM','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-CM','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-CM','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-CM','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-CM','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-CM','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-CM','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-CM','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-CM','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-CM','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-CM','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-CM','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-CM','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-CM','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-CM','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-CM','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-CM','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-CM','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-CM','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-CM','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-CM','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-CM','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-CM','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-CM','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-CM','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-CM','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-CM','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-CM','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-CM','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-CM','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-CM','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-CM','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-CM','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-CM','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-CM','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-CM','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-CM','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-CM','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-CM','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-CM','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-CM','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-CM','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-CM','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-CM','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-CM','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-CM','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-CM','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-CM','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-CM','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-CM','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-CM','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-CM','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-CM','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-CM','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-CM','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-CM','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-CM','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-CM','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-CM','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-CM','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-CM','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-CM','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-CM','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-CM','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-CM','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-CM','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-CM','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-CM','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-CM','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-CM','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-CM','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-CM','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-CM','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-CM','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-CM','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-CM','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-CM','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-CM','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-CM','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-CM','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-CM','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-CM','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-CM','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-CM','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-CM','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-CM','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-CM','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-CM','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-CM','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-CM','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-CM','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-CM','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-CM','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-CM','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-CM','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-CM','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-CM','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-CM','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-CM','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-CM','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-CM','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-CM','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-CM','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-CM','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-CM','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-CM','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-CM','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-CM','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-CM','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-CM','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-CM','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-CM','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-CM','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-CM','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-CM','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-CM','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-CM','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-CM','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-CM','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-CM','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-CM','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-CM','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-CM','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-CM','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-CM','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-CM','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-CM','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-CM','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-CM','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-CM','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-CM','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-CM','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-CM','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-CM','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-CM','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-CM','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-CM','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-CM','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-CM','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-CM','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-CM','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-CM','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-CM','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-CM','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-CM','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-CM','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-CM','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-CM','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-CM','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-CM','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-CM','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-CM','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-CM','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-CM','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-CM','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-CM','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-CM','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-CM','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-CM','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-CM','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-CM','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-CM','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-CM','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-CM','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-CM','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-CM','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-CM','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-CM','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-CM','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-CM','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-CM','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-CM','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-CM','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-CM','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-CM','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-CM','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-CM','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-CM','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-CM','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-CM','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-CM','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-CM','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-CM','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-CM','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-CM','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-CM','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-CM','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-CM','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-CM','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-CM','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-CM','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-CM','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-CM','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-CM','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-CM','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-CM','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-CM','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-CM','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-CM','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-CM','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-CM','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-CM','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-CM','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-CM','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-CM','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-CM','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-CM','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-CM','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-CM','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-CM','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-CM','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-CM','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-CM','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-CM','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-CM','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-CM','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-CM','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-CM','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-CM','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-CM','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-CM','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-CM','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-CM','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-CM','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-CM','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-CM','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-CM','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-CM','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-CM','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-CM','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-CM','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-CM','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-CM','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-CM','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-CM','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-CM','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-CM','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-CM','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-CM','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-CM','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-CM','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-CM','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-CM','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-CM','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-CM','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-CM','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-CM','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-CM','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-CM','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-CM','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-CM','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-CM','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-CM','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-CM','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-CM','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-CM','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-CM','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-CM','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-CM','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-CM','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-CM','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-CM','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-CM','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-CM','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-CM','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-CM','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-CM','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-CM','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-CM','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-CM','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-CM','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-CM','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-CM','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-CM','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-CM','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-CM','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-CM','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-CM','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-CM','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-CM','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-CM','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-CM','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-CM','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-CM','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-CM','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-CM','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-CM','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-CM','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-CM','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-CM','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-CM','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-CM','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-CM','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-CM','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-CM','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-CM','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-CM','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-CM','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-CM','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-CM','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-CM','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-CM','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-CM','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-CM','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-CM','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-CM','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-CM','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-CM','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-CM','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-CM','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-CM','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-CM','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-CM','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-CM','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-CM','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-CM','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-CM','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-CM','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-CM','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-CM','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-CM','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-CM','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-CM','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-CM','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-CM','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-CM','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-CM','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-CM','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-CM','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-CM','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-CM','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-CM','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-CM','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-CM','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-CM','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-CM','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-CM','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-CM','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-CM','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-CM','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-CM','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-CM','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-CM','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-CM','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-CM','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-CM','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-CM','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-CM','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-CM','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-CM','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-CM','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-CM','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-CM','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-CM','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-CM','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-CM','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-CM','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-CM','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-CM','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-CM','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-CM','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-CM','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-CM','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-CM','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-CM','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-CM','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-CM','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-CM','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-CM','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-CM','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-CM','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-CM','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-CM','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-CM','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-CM','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-CM','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-CM','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-CM','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-CM','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-CM','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-CM','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-CM','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-CM','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-CM','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-CM','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-CM','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-CM','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-CM','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-CM','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-CM','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-CM','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-CM','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-CM','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-CM','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-CM','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-CM','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-CM','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-CM','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-CM','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-CM','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-CM','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-CM','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-CM','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-CM','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-CM','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-CM','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-CM','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-CM','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-CM','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-CM','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-CM','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-CM','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-CM','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-CM','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-CM','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-CM','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-CM','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-CM','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-CM','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-CM','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-CM','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-CM','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-CM','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-CM','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-CM','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-CM','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-CM','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-CM','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-CM','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-CM','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-CM','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-CM','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-CM','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-CM','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-CM','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-CM','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-CM','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-CM','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-CM','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-CM','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-CM','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-CM','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-CM','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-CM','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-CM','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-CM','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-CM','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-CM','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-CM','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-CM','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-CM','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-CM','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-CM','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-CM','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-CM','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-CM','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-CM','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-CM','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-CM','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-CM','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-CM','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-CM','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-CM','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-CM','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-CM','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-CM','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-CM','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-CM','AUTRES','XXXXXX','8994',    16224,'Annulations pour pertes rétroactives','1');
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_de.sql b/htdocs/install/mysql/data/llx_accounting_account_de.sql
    index 3dd78416ecc..9f3ed2ba99d 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_de.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_de.sql
    @@ -13,7779 +13,7777 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
     -- Descriptif des plans comptables DE SKR03 + SKR04
    --- ID 15000 - 16999
    ---
    +-- ADD 500000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','RAP',NULL,'Abgenzungsposten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','BV',NULL,'Bestandsveränderungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','AEL',NULL,'Andere aktivierte Eigenleistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','VSK',NULL,'Verrechnete Stoffkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','BA',NULL,'Bilanz - Aktiva', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','BP',NULL,'Bilanz - Passiva', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','GVA',NULL,'Gewinn u. Verlust - Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','GVE',NULL,'Gewinn u. Verlust - Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA','BA','Anlage- und Kapitalkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA','BA','Finanz- und Privatkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K3BA','BA','Wareneingangs- und Bestandskonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K7BA','BA','Bestände an Erzeugnissen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP','BP','Anlage- und Kapitalkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP','BP','Finanz- und Privatkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA','GVA','Abgrenzungskonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K3GVA','GVA','Wareneingangs- und Bestandskonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA','GVA','Betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K8GVA','GVA','Erlöskonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE','GVE','Abgrenzungskonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K3GVE','GVE','Wareneingangs- und Bestandskonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K8GVE','GVE','Erlöskonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA01','K0BA','Aufwendungen für die Ingangsetzung und Erweiterung des Geschäftsbetriebs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','1','K0BA01','Aufwendungen für die Ingangsetzung und Erweiterung des Geschäftsbetriebs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA02','K0BA','Aufwendungen für die Währungsumstellung auf den Euro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','2','K0BA02','Aufwendungen für die Währungsumstellung auf den Euro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA1','K0BA','Immaterielle Vermögensgegenstände', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA11','K0BA1','Konzessionen gewerbliche Schutzrechte und ähnliche Rechte und Werte sowie Lizenzen an solchen Rechten und Werten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','10','K0BA11','Konzessionen gewerbliche Schutzrechte und ähnliche Rechte und Werte sowie Lizenzen an solchen Rechten und Werten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','15','0010','Konzessionen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','20','0010','Gewerbliche Schutzrechte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','25','0010','ähnliche Rechte und Werte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','27','0010','EDV-Software', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','30','0010','Lizenzen an gewerblichen Schutzrechten und ähnlichen Rechten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA12','K0BA1','Geschäfts- oder Firmenwert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','35','K0BA12','Geschäfts- oder Firmenwert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA13','K0BA1','Geleistete Anzahlungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','38','K0BA13','Anzahlungen auf Geschäfts- oder Firmenwert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','39','K0BA13','Anzahlungen auf immaterielle Vermögensgegenstände', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA14','K0BA1','Verschmelzungsmehrwert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','40','K0BA14','Verschmelzungsmehrwert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA2','K0BA','Sachanlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA21','K0BA2','Grundstücke grundstücksgleiche Rechte und Bauten einschließlich der Bauten auf fremden Grundstücken', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','50','K0BA21','Grundstücke grundstücksgleiche Rechte und Bauten einschließlich der Bauten auf fremden Grundstücken', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','59','0050','Grundstücksanteil des häuslichen Arbeitszimmers.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','60','K0BA21','Grundstücke und grundstücksgleiche Rechte ohne Bauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','65','0060','Unbebaute Grundstücke', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','70','0060','Grundstücksgleiche Rechte - (erbbaurecht Daürwohnrecht)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','75','0060','Grundstücke mit Substanzverzehr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA22','K0BA2','Geleistete Anzahlungen und Anlagen im Bau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','79','K0BA22','Anzahlungen auf Grundstücke und grundstücksgleiche Rechte ohne Bauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','80','K0BA21','Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','85','0080','Grundstückswerte eigener bebauter Grundstücke', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','90','0080','Geschäftsbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','100','0080','Fabrikbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','110','0080','Garagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','111','0080','Außenanlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','112','0080','Hof- und Wegebefestigungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','113','0080','Einrichtung Fabrik- und Geschäftsbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','115','0080','Andere Bauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','120','K0BA22','Geschäfts- Fabrik- und andere Bauten im Bau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','129','K0BA22','Anzahlungen auf Geshäfts- Fabrik- und andere Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','140','K0BA21','Wohnbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','145','K0BA21','Garagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','146','K0BA21','Aussenanlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','147','K0BA21','Hof- und Wegebefestigungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','148','K0BA21','Einrichtungen für Wohnbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','149','K0BA21','Gebäudeteil des häuslichen Arbeitszimmers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','150','K0BA22','Wohnbauten im Bau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','159','K0BA22','Anzahlgen auf Wohnbauten auf eigenen Grundstücken und grundstücksgleichen Rechten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','160','K0BA21','Bauten auf fremden Grundstücken', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','165','0160','Geschäftsbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','170','0160','Fabrikbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','175','0160','Garagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','176','0160','Aussenanlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','177','0160','Hof- und Wegebefestigungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','178','0160','Einrichtung für Fabrik- und Geschäftsbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','179','K0BA21','Andere Bauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','180','K0BA22','Geschäfts- Fabrik- und andere Bauten im Bau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','189','K0BA22','Anzahlungen auf Geschäfts- Fabrik- und andere Bauten auf fremden Grundstücken', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','190','K0BA21','Wohnbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','191','K0BA21','Garagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','192','K0BA21','Aussenanlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','193','K0BA21','Hof- und Wegebefestigungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','194','K0BA21','Einrichtungen für Wohnbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','195','K0BA22','Wohnbauten im Bau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','199','K0BA22','Anzahlungen a. Wohnbauten auf fremden Grundstücken', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA23','K0BA2','Technische Anlagen und Maschinen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','200','K0BA23','Technische Anlagen und Maschinen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','210','0200','Maschinen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','220','0200','Maschinengebundene Werkzeuge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','240','0200','Maschinelle Anlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','260','0200','Transportanlagen und ähnliches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','280','0200','Betriebsvorrichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','290','K0BA22','Technische Anlagen und Maschinen im Bau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','299','K0BA22','Anzahlungen auf technische Anlagen und Maschinen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA24','K0BA2','Andere Anlagen Betriebs- und Geschäftsausstattung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','300','K0BA24','Andere Anlagen Betriebs- und Geschäftsausstattung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','310','0300','Andere Anlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','320','0300','PKW', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','350','0300','LKW', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','380','0300','Sonstige Transportmittel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','400','0300','Betriebsausstattung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','410','0300','Geschäftsausstattung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','420','0300','Büroeinrichtung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','430','0300','Ladeneinrichtung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','440','0300','Werkzeuge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','450','0300','Einbauten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','460','0300','Gerüst- und Schalungsmaterial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','480','0300','Geringwertige Wirtschaftsgüter bis 410 Euro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','490','0300','Sonstige Betriebs- und Geschäftsausstattung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','498','K0BA22','Andere Anlagen Betriebs- und Geschäftsausstattung im Bau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','499','K0BA22','Anzahlungen auf andere Anlagen Betriebs- und Geschäftsausstattung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA3','K0BA','Finanzanlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA31','K0BA3','Anteile an verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','500','K0BA31','Anteile an verbundenen Unternehmen (Anlagevermögen)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','504','K0BA31','Anteile an herrschender oder mit Mehrheit beteiligter Gesellschaft', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA32','K0BA3','Ausleihungen an verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','505','K0BA32','Ausleihungen an verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA33','K0BA3','Beteiligungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','510','K0BA33','Beteiligungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','513','0510','Typisch stille Beteiligungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','516','0510','Atypisch stille Beteiligungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','517','0510','Andere Beteiligungen an Kapitalgesellschaften', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','518','0510','Andere Beteiligungen an Personengesellschaften', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','519','0510','Beteiligung einer GmbH&Co.KG an einer Komplementär GmbH', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA34','K0BA3','Ausleihungen an Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','520','K0BA34','Ausleihungen an Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA35','K0BA3','Wertpapiere des Anlagevermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','525','K0BA35','Wertpapiere des Anlagevermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','530','0525','Wertpapiere mit Gewinnbeteiligungsansprüchen die dem Halbeinkünfteverfahren unterliegen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','535','0525','Festverzinsliche Wertpapiere', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA36','K0BA3','Sonstige Ausleihungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','540','K0BA36','Sonstige Ausleihungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','550','0540','Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA37','K0BA3','Genossenschaftsanteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','570','K0BA37','Genossenschaftsanteile zum langfristigen Verbleib', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','580','K0BA36','Ausleihungen an Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','590','K0BA36','Ausleihungen an nahe stehende Personen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA38','K0BA3','Rückdeckungsansprüche aus Lebensversicherungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','595','K0BA38','Rückdeckungsansprüche aus Lebensversicherungen zum langfristigen Verbleib', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP1','K0BP','Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP11','K0BP1','Anleihen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','600','K0BP11','Anleihen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','601','0600','Anleihen nicht konvertibel (bis 1 Jahr)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','605','0600','Anleihen nicht konvertibel (1-5 Jahre)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','610','0600','Anleihen nicht konvertibel (größer 5 Jahre)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','615','0600','Anleihen konvertibel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','616','0600','Anleihen konvertibel(bis 1 Jahr)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','620','0600','Anleihen konvertibel(1-5 Jahre)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','625','0600','Anleihen konvertibel(größer 5 Jahre)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP12','K0BP1','Verbindlichkeiten gegenüber Kreditinstituten oder Schecks Kassenbestand Bundesbank- und Postbankguthaben Guthaben bei Kreditinstituten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','630','K0BP12','Verbindlichkeiten gegenüber Kreditinstituten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','631','0630','Verbindlichkeiten gegenüber Kreditinstitut ( bis 1Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','640','0630','Verbindlichkeiten gegenüber Kreditinstitut (1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','650','0630','Verbindlichkeiten gegenüber Kreditinstitut (größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','660','0630','Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','661','0630','Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen ( bis 1Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','670','0630','Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen (1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','680','0630','Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen (größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','690','0630','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','691','0630','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','692','0630','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','693','0630','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','694','0630','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','695','0630','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','696','0630','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','697','0630','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','698','0630','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP13','K0BP1','Verbindlichkeiten gegenüber Kreditinstitut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','699','K0BP13','Gegenkonto 0630-0689 bei Aufteilung der Konten 0690-0698', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP14','K0BP1','Verbindlichkeiten gegenüber verbundenen Unternehmen oder Forderungen gegen verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','700','K0BP14','Verbindlichkeiten gegenüber verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','701','0700','Verbindlichkeiten gegenüber verbundenen Unternehmen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','705','0700','Verbindlichkeiten gegenüber verbundenen Unternehmen ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','710','0700','Verbindlichkeiten gegenüber verbundenen Unternehmen ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP15','K0BP1','Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht oder Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','715','K0BP15','Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','716','K0BP15','Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','720','K0BP15','Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','725','K0BP15','Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( größer 5 Jahre)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP16','K0BP1','Sonstige Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','730','K0BP16','Verbindlichkeit gegenüber Gesellschaftern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','731','0730','Verbindlichkeit gegenüber Gesellschaftern ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','740','0730','Verbindlichkeit gegenüber Gesellschaftern ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','750','0730','Verbindlichkeit gegenüber Gesellschaftern ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','755','0730','Verbindlichkeit gegenüber Gesellschaftern für offene Ausschüttungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','760','0730','Darlehen typisch stiller Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','761','0730','Darlehen typisch stiller Gesellschafter ( bis 1 Jahr)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','764','0730','Darlehen typisch stiller Gesellschafter ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','767','0730','Darlehen typisch stiller Gesellschafter ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','770','0730','Darlehen atypisch stiller Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','771','0730','Darlehen atypisch stiller Gesellschafter ( bis 1 Jahr)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','774','0730','Darlehen atypisch stiller Gesellschafter ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','777','0730','Darlehen atypisch stiller Gesellschafter ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','780','0730','Partiarische Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','781','0730','Partiarische Darlehen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','784','0730','Partiarische Darlehen ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','787','0730','Partiarische Darlehen ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','790','0730','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','791','0730','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','792','0730','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','793','0730','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','794','0730','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','795','0730','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','796','0730','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','797','0730','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','798','0730','(frei in Bilanz kein Restlaufzeitvermerk)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','799','0730','Gegenkonto 0730 - 0789 bei Aufteilung der Konten 0790 - 0798', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP2','K0BP','Kapital Kapitalgesellschaft', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP21','K0BP2','Gezeichnetes Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','800','K0BP21','Gezeichnetes Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP22','K0BP2','Ausstehende Einlagen auf das gezeichnete Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','801','K0BP22','Ausstehende Einlagen auf das gezeichnete Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','802','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','803','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','804','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','805','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','806','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','807','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','808','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','809','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','810','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','811','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','812','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','813','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','814','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','815','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','816','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','817','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','818','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','819','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP23','K0BP2','Nicht eingeforderte ausstehende Einlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','820','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','821','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','822','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','823','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','824','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','825','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','826','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','827','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','828','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','829','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP24','K0BP2','Eingeforderte noch ausstehende Kapitaleinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','830','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','831','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','832','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','833','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','834','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','835','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','836','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','837','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','838','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP25','K0BP2','Eingeforderte Nachschüsse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','839','K0BP25','Eingeforderte Nachschüsse ( Forderungen  Gegenkonto 0845 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP3','K0BP','Kapitalrücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP31','K0BP3','Kapitalrücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','840','K0BP31','Kapitalrücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','841','0840','Kapitalrücklage durch Ausgabe von Anteilen über Nennbetrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','842','0840','Kapitalrücklage durch Ausgabe von Schuldverschreibungen für Wandlungsrechte und Optionsrechte zum Erwerb von Anteilen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','843','0840','Kapitalrücklage durch Zuzahlungen gegen Gewährung eines Vorzugs für Anteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','844','0840','Kapitalrücklage durch andere Zuzahlungen in das Eigenkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','845','0840','Eingefordertes Nachschusskapital ( Gegenkonto 0839 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP4','K0BP','Gewinnrücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP41','K0BP4','Gesetzliche Rücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','846','K0BP41','Gesetzliche Rücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP42','K0BP4','Rücklage für eigene Anteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','850','K0BP42','Rücklage für eigene Anteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP43','K0BP4','Satzungsmässige Rücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','851','K0BP43','Satzungsmässige Rücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP44','K0BP4','Andere Gewinnrücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','855','K0BP44','Andere Gewinnrücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','856','K0BP44','Eigenkapitalanteil von Wertaufholungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP45','K0BP4','Gewinnvortrag oder Verlustvortrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','860','K0BP45','Gewinnvortrag vor Verwendung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','868','K0BP45','Verlustvortrag vor Verwendung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP46','K0BP4','Vortrag auf neue Rechnung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','869','K0BP46','Vortrag auf neue Rechnung (Bilanz)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP5','K0BP','Kapital Personenhandelsgesellschaft vollhafter/Einzelunternehmer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','870','K0BP5','Festkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','871','K0BP5','Festkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','872','K0BP5','Festkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','873','K0BP5','Festkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','874','K0BP5','Festkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','875','K0BP5','Festkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','876','K0BP5','Festkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','877','K0BP5','Festkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','878','K0BP5','Festkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','879','K0BP5','Festkapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','880','K0BP5','Variables Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','881','K0BP5','Variables Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','882','K0BP5','Variables Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','883','K0BP5','Variables Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','884','K0BP5','Variables Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','885','K0BP5','Variables Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','886','K0BP5','Variables Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','887','K0BP5','Variables Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','888','K0BP5','Variables Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','889','K0BP5','Variables Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','890','K0BP5','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','891','K0BP5','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','892','K0BP5','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','893','K0BP5','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','894','K0BP5','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','895','K0BP5','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','896','K0BP5','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','897','K0BP5','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','898','K0BP5','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','899','K0BP5','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP6','K0BP','Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','900','K0BP6','Kommandit-Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','901','K0BP6','Kommandit-Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','902','K0BP6','Kommandit-Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','903','K0BP6','Kommandit-Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','904','K0BP6','Kommandit-Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','905','K0BP6','Kommandit-Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','906','K0BP6','Kommandit-Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','907','K0BP6','Kommandit-Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','908','K0BP6','Kommandit-Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','909','K0BP6','Kommandit-Kapital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','910','K0BP6','Verlustausgleichskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','911','K0BP6','Verlustausgleichskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','912','K0BP6','Verlustausgleichskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','913','K0BP6','Verlustausgleichskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','914','K0BP6','Verlustausgleichskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','915','K0BP6','Verlustausgleichskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','916','K0BP6','Verlustausgleichskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','917','K0BP6','Verlustausgleichskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','918','K0BP6','Verlustausgleichskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','919','K0BP6','Verlustausgleichskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','920','K0BP6','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','921','K0BP6','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','922','K0BP6','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','923','K0BP6','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','924','K0BP6','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','925','K0BP6','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','926','K0BP6','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','927','K0BP6','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','928','K0BP6','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','929','K0BP6','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP7','K0BP','Sonderposten mit Rücklageanteil', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP71','K0BP7','Sonderposten mit Rücklageanteil', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','930','K0BP71','Sonderposten mit Rücklageanteil steuerfreie Rücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','931','K0BP71','Sonderposten mit Rücklageanteil nach § 6b EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','932','K0BP71','Sonderposten mit Rücklageanteil nach Abschnitt 35 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','933','K0BP71','Sonderposten mit Rücklageanteil nach § 6d EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','934','K0BP71','Sonderposten mit Rücklageanteil nach § 1 EntwLStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP72','K0BP7','Sonderposten aus der Währungsumstellung auf den Euro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','935','K0BP72','Sonderposten aus der Währungsumstellung auf den Euro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','936','K0BP71','Sonderposten mit Rücklageanteil nach § 7 d EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','937','K0BP71','Sonderposten mit Rücklageanteil nach § 79 EStDV', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','938','K0BP71','Sonderposten mit Rücklageanteil nach § 80 EStDV', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','939','K0BP71','Sonderposten mit Rücklageanteil nach § 52 Abs.16 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','940','K0BP71','Sonderposten mit Rücklageanteil Sonderabschreibungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','941','K0BP71','Sonderposten mit Rücklageanteil § 82 a EStDV', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','942','K0BP71','Sonderposten mit Rücklageanteil § 82 d EStDV', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','943','K0BP71','Sonderposten mit Rücklageanteil nach § 82 e EStDV', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','944','K0BP71','Sonderposten mit Rücklageanteil nach § 14 BerlinFG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','945','K0BP71','Sonderposten mit Rücklageanteil für Förderung nach § 3 Zonen-RFG/§ 4-6 FördergebietsG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','946','K0BP71','Sonderposten mit Rücklageanteil nach § 4d EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','947','K0BP71','Sonderposten mit Rücklageanteil nach § 7g Abs.1 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','948','K0BP71','Sonderposten mit Rücklageanteil nach § 7g Abs.3 u.7 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K0BP73','K0BP7','Sonderposten für Zuschüsse und Zulagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','949','K0BP73','Sonderposten für Zuschüsse und Zulagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP8','K0BP','Rückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP81','K0BP8','Rückstellungen für Pensionen und ähnliche Verpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','950','K0BP81','Rückstellungen für Pensionen und ähnliche Verpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP82','K0BP8','Steuerrückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','955','K0BP82','Steuerrückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','957','0955','Gewerbesteuerrückstellung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','963','0955','Körperschaftsteuerrückstellung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP83','K0BP8','Sonstige Rückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','965','K0BP83','Rückstellungen für Personalkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','966','K0BP83','Rückstellungen zur Erfüllung der Aufbewahrungspflichten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','969','K0BP82','Rückstellung für latente Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','970','K0BP83','Sonstige Rückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','971','K0BP83','Rückstellungen für unterlassene Aufwendungen für Instandhaltung Nachholung in den ersten drei Monaten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','972','K0BP83','Rückstellungen für unterlassene Aufwendungen für Instandhaltung Nachholung innerhalb des 4. bis 12. Monats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','973','K0BP83','Rückstellungen für Abraum- und Abfallbeseitigung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','974','K0BP83','Rückstellungen für Gewährleistungen ( Gegenkonto 4790 )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','976','K0BP83','Rückstellungen für drohende Verluste aus schwebenden Geschäften', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','977','K0BP83','Rückstellungen für Abschluss- und Prüfungskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','978','K0BP83','Aufwandsrückstellungen gemäß § 249 Abs. 2 HGB', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','979','K0BP83','Rückstellungen für Umweltschutz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA4','K0BA','Abgenzungsposten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA41','K0BA4','Rechnungsabgrenzungsposten (Aktiva)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','980','K0BA41','Aktive Rechnungsabgrenzung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K0BA42','K0BA4','Abgrenzung latenter Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','983','K0BA42','Abgrenzung aktive latente Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','984','K0BA41','Als Aufwand berücksichtigte Zölle und Verbrauchsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','985','K0BA41','Als Aufwand berücksichtigte Umsatzsteuer auf Anzahlungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','986','K0BA41','Damnum / Disagio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP9','K0BP','Abgenzungsposten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K0BP91','K0BP9','Rechnungsabgrenzungsposten (Passiva)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','990','K0BP91','Passive Rechnungsabgrenzung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','RAP1','RAP','Sonstige Aktiva oder sonstige Passiva', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','992','RAP1','Abgenzungsposten zur unterjährigen Kostenverrechnung für BWA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','RAP2','RAP','Forderungen aus Lieferungen und Leistungen H-Saldo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','996','RAP2','Pauschalwertberichtigung auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','997','RAP2','Pauschalwertberichtigung auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','998','RAP2','Einzelwertberichtigungen auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','999','RAP2','Einzelwertberichtigungen auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA1','K1BA','Schecks Kassenbestand Bundesbank- und Postbankguthaben Guthaben bei Kreditinstituten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA11','K1BA1','Schecks Kassenbestand Bundesbank- und Postbankguthaben Guthaben bei Kreditinstituten und Schecks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1000','K1BA11','Kasse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1010','1000','Nebenkasse 1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1020','1000','Nebenkasse 2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA12','K1BA1','Schecks Kassenbestand Bundesbank- und Postbankguthaben Guthaben bei Kreditinstituten und Schecks oder Verbindlichkeiten gegenüber Kreditinstituten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1100','K1BA12','Postbank', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1110','1100','Postbank 1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1120','1100','Postbank 2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1130','1100','Postbank 3', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1190','1100','LZB-Guthaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1195','1100','Bundesbankguthaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1200','K1BA12','Bank', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1201','1200','Bank Kontobewegung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1202','1200','Bank nicht identifizierte Zahlungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1203','1200','Bank nicht zugeordnete Zahlungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1210','1200','Bank 1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1220','1200','Bank 2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1230','1200','Bank 3', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1240','1200','Bank 4', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1250','1200','Bank 5', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1290','1200','Finanzmittelanlagen im Rahmen der kurzfristigen Finanzdisposition', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1295','1200','Verbindlichkeiten gegenüber Kreditinstituten (nicht im Finanzmittelfonds enthalten)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA13','K1BA1','Forderungen aus Lieferungen und Leistungen oder sonstige Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1300','K1BA13','Wechsel aus Lieferung und Leistung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1301','K1BA13','Wechsel aus Lieferung und Leistung bis 1 Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1302','K1BA13','Wechsel aus Lieferung und Leistung größer 1 Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1305','K1BA13','Wechsel aus Lieferung und Leistung Bundesbankfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA14','K1BA1','Forderungen gegen verbundene Unternehmen oder Verbindlichkeiten gegenüber verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1310','K1BA14','Besitzwechsel gegen verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1311','K1BA14','Besitzwechsel gegen verbundene Unternehmen bis 1 Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1312','K1BA14','Besitzwechsel gegen verbundene Unternehmen größer 1 Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1315','K1BA14','Besitzwechsel gegen verbundene Unternehmen Bundesbankfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA15','K1BA1','Forderungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht oder Verbindlichkeiten gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1320','K1BA15','Besitzwechsel gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1321','K1BA15','Besitzwechsel gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht bis 1 Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1322','K1BA15','Besitzwechsel gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht größer 1 Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1325','K1BA15','Besitzwechsel gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht bundesbankfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA16','K1BA1','Sonstige Wertpapiere', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1327','K1BA16','Finanzwechsel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1329','K1BA16','Andere Wertpapiere mit unwesentlichen Wertschwankungen im Sinne Textziffer 18 DRS 2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA17','K1BA1','Kassenbestand Bundesbankguthaben Guthaben bei Kreditinstituten und Schecks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1330','K1BA17','Schecks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1332','K1BA17','Bezahlung selektiert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA2','K1BA','Wertpapiere', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA21','K1BA2','Anteile an verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1340','K1BA21','Anteile an verbundenen Unternehmen (Umlaufvermögen)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1344','K1BA21','Anteile an herrschender oder mit Mehrheit beteiligter Gesellschaft', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA22','K1BA2','Eingene Anteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1345','K1BA22','Eigene Anteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA23','K1BA2','Sonstige Wertpapiere', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1348','K1BA23','Sonstige Wertpapiere', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1349','K1BA23','Wertpapieranlagen im Rahmen der kurzfristigen Finanzdisposition', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA3','K1BA','Forderungen und sonstige Vermögensgegenstände', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA31','K1BA3','Sonstige Vermögensgegenstände', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1350','K1BA31','GmbH-Anteile zum kurzfristigen Verbleib', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1352','K1BA31','Genossenschaftsanteile zum kurzfristigen Verbleib', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1355','K1BA31','Ansprüche aus Rückdeckungsversicherung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA32','K1BA3','Sonstige Vermögensgegenstände oder sonstige Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1360','K1BA32','Geldtransit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1370','K1BA32','Verrechnungskonto für Gewinnermittlung § 4/3 EStG ergebniswirksam', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1371','K1BA32','Verrechnungskonto für Gewinnermittlung § 4/3 EStG nicht ergebniswirksam', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1372','K1BA32','Wirtschaftsgüter des Umlaufvermögens gemäß § 4 Abs 3 Satz 4 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1380','K1BA32','überleitungskonto Kostenstelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1390','K1BA32','Verrechnungskonto Ist-Versteuerung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA33','K1BA3','Forderungen aus Lieferungen und Leistungen oder sonstige Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1400','K1BA33','Forderungen aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1401','1400','Forderungen aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1402','1400','Forderungen aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1403','1400','Forderungen aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1404','1400','Forderungen aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1405','1400','Forderungen aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1406','1400','Forderungen aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1410','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1411','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1412','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1413','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1414','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1415','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1416','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1417','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1418','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1419','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1420','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1421','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1422','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1423','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1424','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1425','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1426','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1427','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1428','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1429','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1430','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1431','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1432','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1433','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1434','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1435','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1436','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1437','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1438','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1439','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1440','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1441','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1442','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1443','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1444','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1445','1400','Forderungen aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz oder eines Kleinunternehmens (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1446','1400','Forderungen aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1447','1400','Forderungen aus steuerfreien oder nicht steuerbaren Lieferungen und Leistungen (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1448','1400','Forderungen aus Lieferungen und Leistungen nach Durchschnittssätzen gemäß § 24 UStG (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1449','1400','Gegenkonto 1445-1448 bei Aufteilung der Forderungen nach Steuersätzen (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1450','1400','Forderungen nach § 11 Abs. 1 Satz 2 EStG für § 4/3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1451','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1452','1400','Projekt Werte in Arbeit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1455','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1460','1400','Zweifelhafte Forderungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1461','1400','Zweifelhafte Forderungen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1465','1400','Zweifelhafte Forderungen ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA34','K1BA3','Forderungen gegen verbundene Unternehmen oder Verbindlichkeiten gegenüber verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1470','K1BA34','Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1471','K1BA34','Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1475','K1BA34','Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA35','K1BA3','Forderungen gegen verbundene Unternehmen H-Saldo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1478','K1BA35','Wertberichtigungen auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr gegen verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1479','K1BA35','Wertberichtigungen auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr gegen verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA36','K1BA3','Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht oder Verbindlichkeiten gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1480','K1BA36','Forderungen aus Lieferungen und Leistungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1481','K1BA36','Forderungen aus Lieferungen und Leistungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1485','K1BA36','Forderungen aus Lieferungen und Leistungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA37','K1BA3','Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht H-Saldo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1488','K1BA37','Wertberichtigungen auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1489','K1BA37','Wertberichtigungen auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1490','K1BA33','Forderungen aus Lieferungen und Leistungen gegen Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1491','K1BA33','Forderungen aus Lieferungen und Leistungen gegen Gesellschafter ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1495','K1BA33','Forderungen aus Lieferungen und Leistungen gegen Gesellschafter ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA38','K1BA3','Forderungen aus Lieferungen und Leistungen H-Saldo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1498','K1BA38','Gegenkonto zu sonstigen Vermögensgegenständen bei Buchungen über Debitorenkonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA39','K1BA3','Forderungen aus Lieferungen und Leistungen H-Saldo oder sonstige Verbindlichkeiten S-Saldo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1499','K1BA39','Gegenkonto 1451 - 1497 bei Aufteilung Debitorenkonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1500','K1BA31','Sonstige Vermögensgegenstände', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1501','1500','Sonstige Vermögensgegenstände ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1502','1500','Sonstige Vermögensgegenstände ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1503','1500','Forderungen gegen Vorstandsmitglieder und Geschäftsführer ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1504','1500','Forderungen gegen Vorstandsmitglieder und Geschäftsführer ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1505','1500','Forderungen gegen Aufsichtsrats- und Beiratsmitglieder ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1506','1500','Forderungen gegen Aufsichtsrats- und Beiratsmitglieder ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1507','1500','Forderungen gegen Gesellschafter ( bis 1Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1508','1500','Forderungen gegen Gesellschafter ( größer 1Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA3a','K1BA3','Geleistete Anzahlungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1510','K1BA3a','Geleistete Anzahlungen auf Vorräte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1511','1510','Geleistete Anzahlungen 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1516','1510','Geleistete Anzahlungen 15% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1517','1510','Geleistete Anzahlungen 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1518','1510','Geleistete Anzahlungen 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1520',NULL,'Forderungen gegenüber Krankenkassen aus Aufwendungsausgleichsgesetz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1521','K1BA31','Agenturwarenabrechnung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1525','K1BA32','Kautionen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1526','K1BA33','Kautionen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1527','K1BA34','Kautionen ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1528','K1BA32','Nachträgliche abziehbare Vorsteuer § 15a Abs. 2 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1529','K1BA32','Zurückzuzahlende Vorsteuer § 15a Abs. 2 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1530','K1BA31','Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1531','K1BA31','Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1537','K1BA31','Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1540','K1BA31','Steuerüberzahlungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1542','K1BA31','Steuererstattungsansprüche gegenüber anderen EG-Ländern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1543','K1BA31','Forderungen an das Finanzamt aus abgeführtem Bauabzugsbetrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1545','K1BA31','Umsatzsteuerforderungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1547','K1BA31','Forderungen aus entrichteten Verbrauchsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1548','K1BA32','Vorsteuer im Folgejahr abziehbar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1549','K1BA31','Körperschaftsteuerrückforderung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1550','K1BA31','Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1551','K1BA31','Darlehen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1555','K1BA31','Darlehen ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1556','K1BA32','Nachträgliche abziehbare Vorsteuer § 15a Abs. 1 UStG bewegliche Wirtschaftsgüter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1557','K1BA32','Zurückzuzahlende Vorsteuer § 15a Abs. 1 UStG bewegliche Wirtschaftsgüter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1558','K1BA32','Nachträgliche abziehbare Vorsteuer § 15a Abs. 1 UStG unbewegliche Wirtschaftsgüter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1559','K1BA32','Zurückzuzahlende Vorsteuer § 15a Abs. 1 UStG unbewegliche Wirtschaftsgüter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1560','K1BA32','Aufzuteilende Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1561','K1BA32','Aufzuteilende Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1562','K1BA32','Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1563','K1BA32','Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1565','K1BA32','Aufzuteilende Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1566','K1BA32','Aufzuteilende Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1567','K1BA32','Aufzuteilende Vorsteuer nach §§ 13a/13b UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1568','K1BA32','Aufzuteilende Vorsteuer nach §§ 13a/13b UStG 16 %', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1569','K1BA32','Aufzuteilende Vorsteuer nach §§ 13a/13b UStG 19 %', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1570','K1BA32','Abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1571','K1BA32','Abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1572','K1BA32','Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1573','K1BA32','Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1574','K1BA32','Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1575','K1BA32','Abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1576','K1BA32','Abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1577','K1BA32','Abziehbare Vorsteuer nach § 13b UStG 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1578','K1BA32','Abziehbare Vorsteuer nach § 13b UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1579','K1BA32','Abziehbare Vorsteuer nach § 13b UStG 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1580','K1BA32','Gegenkonto Vorsteuer § 4/3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1581','K1BA32','Auflösung Vorsteuer aus Vorjahr § 4/3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1582','K1BA32','Vorsteuer aus Investitionen § 4/3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1583','K1BA32','Gegenkonto für Vorsteuer nach Durchschnittssätzen für § 4 Abs. 3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1584','K1BA32','Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferabten ohne Umsatzsteuer-Identifikationsnummer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1585','K1BA32','Abziehbare Vorsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1587','K1BA32','Vorsteuer nach allgemeinen Durchschnittssätzen UStVA Kz. 63', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1588','K1BA32','Bezahlte Einfuhrumsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1590','K1BA32','Durchlaufende Posten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1591','K1BA32','Durchlaufende Posten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1592','K1BA32','Fremdgeld', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K1BA3b','K1BA3','Sonstige Verbindlichkeiten S-Saldo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1593','K1BA3b','Verrechnungskonto erhaltene Anzahlungen bei Buchung über Debitorenkonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1594','K1BA34','Forderungen gegen verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1595','1594','Forderungen gegen verbundene Unternehmen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1596','1594','Forderungen gegen verbundene Unternehmen ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1597','K1BA36','Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1598','K1BA36','Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Asset','1599','K1BA36','Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( größer 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP1','K1BP','Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP11','K1BP1','Verbindlichkeiten aus Lieferungen und Leistungen oder sonstige Vermögensgegenstände', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1600','K1BP11','Verbindlichkeiten aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1601','1600','Verbindlichkeiten aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1602','1600','Verbindlichkeiten aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1603','1600','Verbindlichkeiten aus Lieferungen und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1605','1600','Verbindlichkeiten aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1606','1600','Verbindlichkeiten aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1607','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Vorsteuer (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1609','1600','Gegenkonto 1605 - 1607 bei Aufteilung der Verbindlichkeiten nach Steuersätzen (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1610','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1611','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1612','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1613','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1614','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1615','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1616','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1617','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1618','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1619','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1620','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1621','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1622','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1623','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1624','1600','Verbindlichkeiten aus Lieferungen und Leistungen für Investitionen für § 4/3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1625','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1626','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1628','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP12','K1BP1','Verbindlichkeiten gegenüber verbundenen Unternehmen oder Forderungen gegen verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1630','K1BP12','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1631','K1BP12','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1635','K1BP12','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1638','K1BP12','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP13','K1BP1','Verbindlichkeiten gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht oder Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1640','K1BP13','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1641','K1BP13','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1645','K1BP13','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1648','K1BP13','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1650','K1BP11','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1651','K1BP11','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1655','K1BP11','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1658','K1BP11','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP14','K1BP1','Verbindlichkeiten aus Lieferungen und Leistungen S-Saldo oder sonstige Vermögensgegenstände H-Saldo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1659','K1BP14','Gegenkonto 1625 - 1658 bei Aufteilung Kreditorenkonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP15','K1BP1','Verbindlichkeiten aus der Annahme gezogener Wechsel und aus der Ausstellung eigener Wechsel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1660','K1BP15','Schuldwechsel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1661','K1BP15','Schuldwechsel ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1680','K1BP15','Schuldwechsel ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1690','K1BP15','Schuldwechsel ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP16','K1BP1','Sonstige Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1700','K1BP16','Sonstige Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1701','1700','Sonstige Verbindlichkeiten ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1702','1700','Sonstige Verbindlichkeiten ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1703','1700','Sonstige Verbindlichkeiten ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1704','1700','Sonstige Verbindlichkeiten z.B. nach § 11 Abs. 2 Satz 2 EStG für 4/3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1705','1700','Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1706','1700','Darlehen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1707','1700','Darlehen ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1708','1700','Darlehen ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP17','K1BP1','Sonstige Verbindlichkeiten oder sonstige Vermögensgegenstände', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1709','K1BP17','Gewinnverfügungskonto stiller Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP18','K1BP1','Erhaltene Anzahlungen auf Bestellungen (Passiva)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1710','K1BP18','Erhaltene Anzahlungen ( Verbindlichkeiten )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1711','1710','Erhaltene versteuerte Anzahlungen 7% USt ( Verbindlichkeiten )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1716','1710','Erhaltene versteuerte Anzahlungen 15% USt ( Verbindlichkeiten )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1717','1710','Erhaltene versteuerte Anzahlungen 16% USt ( Verbindlichkeiten )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1718','1710','Erhaltene versteuerte Anzahlungen 19% USt ( Verbindlichkeiten )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1719','1710','Erhaltene Anzahlungen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1720','1710','Erhaltene Anzahlungen ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1721','1710','Erhaltene Anzahlungen ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP19','K1BP1','Erhaltene Anzahlungen auf Bestellungen (Aktiva)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1722','K1BP19','Erhaltene Anzahlungen (von Vorräten offen abgesetzt)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1730','K1BP16','Kreditkartenabrechnung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1731','K1BP16','Agenturwarenabrechnung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1732','K1BP16','Erhaltene Kautionen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1733','K1BP16','Erhaltene Kautionen ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1734','K1BP16','Erhaltene Kautionen ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1735','K1BP16','Erhaltene Kautionen ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1736','K1BP16','Verbindlichkeiten aus Betriebssteuern und -abgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1737','K1BP16','Verbindlichkeiten aus Betriebssteuern und -abgaben ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1738','K1BP16','Verbindlichkeiten aus Betriebssteuern und -abgaben ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1739','K1BP16','Verbindlichkeiten aus Betriebssteuern und -abgaben ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1740','K1BP16','Verbindlichkeiten aus Lohn und Gehalt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1741','K1BP17','Verbindlichkeiten aus Lohn- und Kirchensteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1742','K1BP16','Verbindlichkeiten im Rahmen der sozialen Sicherheit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1743','K1BP16','Verbindlichkeiten im Rahmen der sozialen Sicherheit ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1744','K1BP16','Verbindlichkeiten im Rahmen der sozialen Sicherheit ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1745','K1BP16','Verbindlichkeiten im Rahmen der sozialen Sicherheit ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1746','K1BP16','Verbindlichkeiten aus Einbehaltungen ( KapESt und SolZ auf KapESt )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1747','K1BP16','Verbindlichkeiten für Verbrauchsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1748','K1BP16','Verbindlichkeiten für Einbehaltungen von Arbeitnehmern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1749','K1BP16','Verbindlichkeiten an das Finanzamt aus abzuführendem Bauabzugsbetrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1750','K1BP16','Verbindlichkeiten aus Vermögensbildung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1751','K1BP16','Verbindlichkeiten aus Vermögensbildung ( bis 1 Jahr )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1752','K1BP16','Verbindlichkeiten aus Vermögensbildung ( 1 bis 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1753','K1BP16','Verbindlichkeiten aus Vermögensbildung ( größer 5 Jahre )', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1754','K1BP16','Steuerzahlungen an andere EG-Länder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1755','K1BP17','Lohn- und Gehaltsverrechnungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1756','1755','Lohn- und Gehaltsverrechnung § 11 Abs. 2 EStG für § 4/3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1759','1755','Voraussichtliche Beitragsschuld gegenüber den sozialversicherungsträgern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP1a','K1BP1','Steuerrückstellungen oder sonstige Vermögensgegenstände', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1760','K1BP1a','Umsatzsteuer nicht fällig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1761','K1BP1a','Umsatzsteuer nicht fällig 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1762','K1BP1a','Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EG-Lieferant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1763','K1BP1a','Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EG-Lieferant 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1764','K1BP1a','Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EG-Lieferant 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1765','K1BP1a','Umsatzsteuer nicht fällig 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1766','K1BP1a','Umsatzsteuer nicht fällig 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1767','K1BP16','Umsatzsteuer aus im anderen EG-Land steuerpflichtigen Lieferungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1768','K1BP16','Umsatzsteuer aus im anderen EG-Land steuerpflichtigen sonstigen Leistungen / Werklieferungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1769','K1BP17','Umsatzsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1770','K1BP17','Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1771','K1BP17','Umsatzsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1772','K1BP17','Umsatzsteuer aus innergemeinschaftlichem Erwerb', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1773','K1BP17','Umsatzsteuer aus innergemeinschaftlichem Erwerb 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1774','K1BP17','Umsatzsteuer aus innergemeinschaftlichem Erwerb 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1775','K1BP17','Umsatzsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1776','K1BP17','Umsatzsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1777','K1BP17','Umsatzsteuer aus im Inland steuerpflichtigen EG-Lieferungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1778','K1BP17','Umsatzsteuer aus im Inland steuerpflichtigen EG-Lieferungen 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1779','K1BP17','Umsatzsteuer aus innergemeinschaftlichem Erwerb Vorsteuerabzug', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1780','K1BP17','Umsatzsteuer-Vorauszahlungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1781','K1BP17','Umsatzsteuer-Vorauszahlung 1/11', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1782','K1BP17','Nachsteuer UstVA Kz. 65', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1783','K1BP17','In Rechnung unrichtig oder unberechtigt ausgewiesene Steuerveträge UstVA Kz. 69', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1784','K1BP17','Umsatzsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-Identifikationsnummer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1785','K1BP17','Umsatzsteuer nach § 13b UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1786','K1BP17','Umsatzsteuer nach § 13b UStG 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1787','K1BP17','Umsatzsteuer nach § 13b UStG 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1788','K1BP17','Einfuhrumsatzsteuer aufgeschoben bis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1789','K1BP17','Umsatzsteuer laufendes Jahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1790','K1BP17','Umsatzsteuer Vorjahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1791','K1BP17','Umsatzsteuer frühere Jahre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1792','K1BP17','Sonstige Verrechnungskonten (Interimskonten)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Liability','K1BP1b','K1BP1','Sonstige Vermögensgegenstände H-Saldo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1793','K1BP1b','Verrechnungskonto geleistete Anzahlungen bei Buchung über Kreditkonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Liability','1795','K1BP1b','Verbindlichkeiten im Rahmen der sozialen Sicherheit (für § 4/3 EStG)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K1BP2','K1BP','Privat Vollhafter / Einzelunternehmer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1800','K1BP2','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1801','K1BP2','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1802','K1BP2','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1803','K1BP2','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1804','K1BP2','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1805','K1BP2','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1806','K1BP2','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1807','K1BP2','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1808','K1BP2','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1809','K1BP2','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1810','K1BP2','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1811','K1BP2','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1812','K1BP2','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1813','K1BP2','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1814','K1BP2','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1815','K1BP2','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1816','K1BP2','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1817','K1BP2','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1818','K1BP2','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1819','K1BP2','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1820','K1BP2','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1821','K1BP2','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1822','K1BP2','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1823','K1BP2','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1824','K1BP2','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1825','K1BP2','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1826','K1BP2','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1827','K1BP2','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1828','K1BP2','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1829','K1BP2','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1830','K1BP2','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1831','K1BP2','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1832','K1BP2','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1833','K1BP2','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1834','K1BP2','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1835','K1BP2','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1836','K1BP2','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1837','K1BP2','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1838','K1BP2','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1839','K1BP2','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1840','K1BP2','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1841','K1BP2','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1842','K1BP2','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1843','K1BP2','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1844','K1BP2','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1845','K1BP2','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1846','K1BP2','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1847','K1BP2','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1848','K1BP2','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1849','K1BP2','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1850','K1BP2','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1851','K1BP2','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1852','K1BP2','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1853','K1BP2','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1854','K1BP2','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1855','K1BP2','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1856','K1BP2','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1857','K1BP2','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1858','K1BP2','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1859','K1BP2','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1860','K1BP2','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1861','K1BP2','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1862','K1BP2','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1863','K1BP2','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1864','K1BP2','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1865','K1BP2','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1866','K1BP2','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1867','K1BP2','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1868','K1BP2','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1869','K1BP2','Grundstücksaufwand (Umsatzsteuerschlüssel möglich)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1870','K1BP2','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1871','K1BP2','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1872','K1BP2','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1873','K1BP2','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1874','K1BP2','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1875','K1BP2','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1876','K1BP2','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1877','K1BP2','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1878','K1BP2','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1879','K1BP2','Grundstücksertrag (Umsatzsteuerschlüssel möglich)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1880','K1BP2','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1881','K1BP2','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1882','K1BP2','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1883','K1BP2','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1884','K1BP2','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1885','K1BP2','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1886','K1BP2','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1887','K1BP2','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1888','K1BP2','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1889','K1BP2','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1890','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1891','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1892','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1893','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1894','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1895','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1896','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1897','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1898','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1899','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1900','K1BP2','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','K1BP3','K1BP','Privat Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1900','K1BP3','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1901','K1BP3','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1902','K1BP3','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1903','K1BP3','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1904','K1BP3','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1905','K1BP3','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1906','K1BP3','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1907','K1BP3','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1908','K1BP3','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1909','K1BP3','Privatentnahmen allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1910','K1BP3','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1911','K1BP3','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1912','K1BP3','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1913','K1BP3','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1914','K1BP3','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1915','K1BP3','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1916','K1BP3','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1917','K1BP3','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1918','K1BP3','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1919','K1BP3','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1920','K1BP3','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1921','K1BP3','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1922','K1BP3','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1923','K1BP3','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1924','K1BP3','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1925','K1BP3','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1926','K1BP3','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1927','K1BP3','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1928','K1BP3','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1929','K1BP3','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1930','K1BP3','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1931','K1BP3','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1932','K1BP3','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1933','K1BP3','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1934','K1BP3','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1935','K1BP3','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1936','K1BP3','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1937','K1BP3','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1938','K1BP3','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1939','K1BP3','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1940','K1BP3','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1941','K1BP3','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1942','K1BP3','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1943','K1BP3','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1944','K1BP3','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1945','K1BP3','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1946','K1BP3','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1947','K1BP3','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1948','K1BP3','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1949','K1BP3','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1950','K1BP3','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1951','K1BP3','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1952','K1BP3','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1953','K1BP3','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1954','K1BP3','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1955','K1BP3','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1956','K1BP3','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1957','K1BP3','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1958','K1BP3','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1959','K1BP3','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1960','K1BP3','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1961','K1BP3','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1962','K1BP3','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1963','K1BP3','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1964','K1BP3','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1965','K1BP3','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1966','K1BP3','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1967','K1BP3','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1968','K1BP3','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1969','K1BP3','Grundstücksaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1970','K1BP3','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1971','K1BP3','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1972','K1BP3','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1973','K1BP3','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1974','K1BP3','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1975','K1BP3','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1976','K1BP3','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1977','K1BP3','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1978','K1BP3','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1979','K1BP3','Grundstücksertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1980','K1BP3','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1981','K1BP3','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1982','K1BP3','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1983','K1BP3','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1984','K1BP3','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1985','K1BP3','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1986','K1BP3','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1987','K1BP3','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1988','K1BP3','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1989','K1BP3','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1990','K1BP3','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1991','K1BP3','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1992','K1BP3','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1993','K1BP3','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1994','K1BP3','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1995','K1BP3','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1996','K1BP3','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1997','K1BP3','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1998','K1BP3','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','1','Owner''s Equity','1999','K1BP3','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA1','K2GVA','Außerordentliche Aufwendungen i.S.d. BiRiLiG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA11','K2GVA1','Außerordentliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2000','K2GVA11','Außerordentliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2001','K2GVA11','Außerordentliche Aufwendungen finanzwirksam', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2005','K2GVA11','Außerordentliche Aufwendungen nicht finanzwirksam', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA2','K2GVA','Betriebsfremde und periodenfremde Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA21','K2GVA2','Sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2010','K2GVA21','Betriebsfremde Aufwendungen (soweit nicht außerordentlich)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2020','K2GVA21','Periodenfremde Aufwendungen (soweit nicht außerordentlich)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA3','K2GVA','Zinsen und ähnliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA31','K2GVA3','Zinsen und ähnliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2100','K2GVA31','Zinsen und ähnliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2103','2100','Steuerlich abzugsfähige andere Nebenleistungen zu steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2104','2100','Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2107','2100','Zinsaufwendungen § 233a AO betriebliche Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2108','2100','Zinsaufwendungen §§ 233a bis 237 AO Personensteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2109','2100','Zinsaufwendungen an verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2110','2100','Zinsaufwendungen für kurzfristige Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2113','2100','Nicht abzugsfähige Schuldzinsen gemäß § 4 Abs. 4a EStG (Hinzurechnungsbetrag)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2115','2100','Zinsen und ähnliche Aufwendungen 100% / 50% nicht abzugsfähig (inländiche Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2116','2100','Zinsen und ähnliche Aufwendungen an verbundene Unternehmen 100% / 50% nicht abzugsfähig (inländiche Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2118','2100','In Dauerschuldzinsen umqualifizierte Zinsen auf kurzfristige Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2119','2100','Zinsaufwendungen für kurzfristige Verbindlichkeiten an verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2120','2100','Zinsaufwendungen für langfristige Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2125','2100','Zinsaufwendungen für Gebäude die zum Betriebsvermögen gehören', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2126','2100','Zinsen zur Finanzierung des Anlagevermögen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2127','2100','Renten und dauernde Lasten aus Gründung / Erwerb §8 GewStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2128','2100','Zinsaufwendungen an Mitunternehmer für die Hingabe von Kapital § 15 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2129','2100','Zinsaufwendungen für langfristige Verbindlichkeiten an verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2130','2100','Diskontaufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2139','2100','Diskontaufwendungen an verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2140','2100','Zinsähnliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2149','2100','Zinsähnliche Aufwendungen an verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA32','K2GVA3','Sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2150','K2GVA32','Aufwendungen aus Kursdifferenzen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2166','K2GVA32','Aufwendungen Bewertung Finanzmittelfonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2170','K2GVA32','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2171','K2GVA32','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2175','K2GVA32','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2176','K2GVA33','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA4','K2GVA','Steueraufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA41','K2GVA4','Steuern vom Einkommen und Ertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2200','K2GVA41','Körperschaftsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2203','K2GVA41','Körperschaftsteuer für Vorjahre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2204','K2GVA41','Körperschaftsteuererstattungen für Vorjahre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2208','K2GVA41','Solidaritätszuschlag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2209','K2GVA41','Solidaritätszuschlag für Vorjahre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2210','K2GVA41','Solidaritätszuschlag für Vorjahre für Vorjahre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2212','K2GVA41','Kapitalertragsteuer 20%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2213','K2GVA41','Kapitalertragsteuer 25%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2214','K2GVA41','Anrechenbarer Solidaritätszuschlag auf Kapitalertragsteuer 20%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2215','K2GVA41','Zinsabschlagsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2216','K2GVA41','Anrechenbarer Solidaritätszuschlag auf Kapitalertragsteuer 25%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2218','K2GVA41','Anrechenbarer Solidaritätszuschlag auf Zinsabschlagsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2219','K2GVA41','Ausländische Quellensteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2280','K2GVA41','Steuernachzahlungen Vorjahre für Steuern vom Einkommen und Ertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2282','K2GVA41','Steuererstattungen Vorjahre für Steuern vom Einkommen und Ertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2284','K2GVA41','Erträge aus der Auflösung von Rückstellungen für Steuern vom Einkommen und Ertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA42','K2GVA4','Sonstige Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2285','K2GVA41','Steuernachzahlungen Vorjahre für sonstige Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2287','K2GVA41','Steuererstattungen Vorjahre für sonstige Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2289','K2GVA41','Erträge aus der Auflösung von Rückstellungen für sonstige Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA5','K2GVA','Sonstige Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA51','K2GVA5','Sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2300','K2GVA51','Sonstige Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2307','2300','Sonstige Aufwendungen betriebsfremde und regelmäßig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2309','2300','Sonstige Aufwendungen unregelmässig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2310','2300','Anlagenabgänge Sachanlagen (Restbuchwert bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2311','2300','Anlagenabgänge immaterielle Vermögensgegenstände (Restbuchwert bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2312','2300','Anlagenabgänge Finanzanlagen (Restbuchwert bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2313','2300','Anlagenabgänge Finanzanlagen 100% / 50% nicht abzugsfähig (inländische Kap. Ges.) (Restbuchwert bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA52','K2GVA5','Sonstige betriebliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2315','K2GVA52','Anlagenabgänge Sachanlagen (Restbuchwert bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2316','K2GVA52','Anlagenabgänge immaterielle Vermögensgegenstände (Restbuchwert bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2317','K2GVA52','Anlagenabgänge Finanzanlagen (Restbuchwert bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2318','K2GVA52','Anlagenabgänge Finanzanlagen 100% / 50% steuerfrei (inländische Kap. Ges.) (Restbuchwert bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2320','K2GVA51','Verluste aus dem Abgang von Gegenständen des Anlagevermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2323','K2GVA51','Verluste aus der Veräußerung von Anteilen an Kapitalgesellschaften 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2325','K2GVA51','Verluste aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2326','K2GVA51','Verluste aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2327','K2GVA51','Abgang von Wirtschaftsgütern des Umlaufvermögens nach §4 Abs. 3 Satz 4 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2328','K2GVA51','Abgang von Wirtschaftsgütern des Umlaufvermögens 100% / 50% nicht abzugsfähig (inländische Kap. Ges.) nach §4 Abs. 3 Satz 4 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2340','K2GVA51','Einstellungen in Sonderposten mit Rücklageanteil (steuerfreie Rücklagen)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2341','K2GVA51','Einstellungen in Sonderposten mit Rücklageanteil (Ansparabschreibungen)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2342','K2GVA51','Einstellungen in Sonderposten mit Rücklageanteil (Existenzgründerrücklage)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2345','K2GVA51','Einstellungen in Sonderposten mit Rücklageanteil (Sonderabschreibungen)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2346','K2GVA51','Einstellungen in Sonderposten mit Rücklageanteil (§ 52 Abs. 16 EStG)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2348','K2GVA51','Aufwendungen aus der Zuschreibung von steuerlich niedriger bewerteten Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2349','K2GVA51','Aufwendungen aus der Zuschreibung von steuerlich niedriger bewerteten Rückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2350','K2GVA51','Grundstücksaufwendungen neutral', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA53','K2GVA5','Sonstige Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2375','K2GVA53','Grundsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2380','K2GVA51','Zuwendungen Spenden steuerlich nicht abziehbar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2381','K2GVA51','Zuwendungen Spenden für wissenschaftliche und kulturelle Zwecke', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2382','K2GVA51','Zuwendungen Spenden für mildtätige Zwecke', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2383','K2GVA51','Zuwendungen Spenden für kirchliche religiöse und gemeinnützige Zwecke', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2384','K2GVA51','Zuwendungen Spenden an politische Parteien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2385','K2GVA51','Nicht abziehbare Hälfte der Aufsichtsratsvergütungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2386','K2GVA51','Abziehbare Aufsichtsratsvergütung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2387','K2GVA51','Zuwendungen Spenden an Stiftungen für gemeinnützige Zwecke i. S. d. § 52 Abs. 2 Nr. 1-3 AO', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2388','K2GVA51','Zuwendungen Spenden an Stiftungen für gemeinnützige Zwecke i. S. d. § 52 Abs. 2 Nr. 4 AO', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2389','K2GVA51','Zuwendungen Spenden an Stiftungen für kirchliche religiöse und gemeinnützige Zwecke', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2390','K2GVA51','Zuwendungen Spenden an Stiftungen für wissenschaftliche mildtätige kulturelle Zwecke', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2400','K2GVA51','Forderungsverluste (übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2401','2400','Forderungsverluste 7% USt (übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2402','2400','Forderungsverluste aus steuerfreien EG-Lieferungen (übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2403','2400','Forderungsverluste aus im Inland steuerpflichtigen EG-Lieferungen 7% USt (übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2404','2400','Forderungsverluste aus im Inland steuerpflichtigen EG-Lieferungen 16% USt (übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2405','2400','Forderungsverluste 16% USt (übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2406','2400','Forderungsverluste 19% USt (übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2407','2400','Forderungsverluste 15% USt (übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2408','2400','Forderungsverluste aus im Inland steuerpflichtigen EG-Lieferungen 19% USt (übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2409','2400','Forderungsverluste aus im Inland steuerpflichtigen EG-Lieferungen 15% USt (übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA54','K2GVA5','Abschreibungen auf Vermögensgegenstände des Umlaufvermögens soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2430','K2GVA54','Forderungsverluste unüblich hoch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2450','K2GVA51','Einstellung in die Pauschalwertberichtigung zu Forderungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2451','K2GVA51','Einstellung in die Einzelwertberichtigung zu Forderungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA55','K2GVA5','Aufwendungen aus Verlustübernahme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2490','K2GVA55','Aufwendungen aus Verlustübernahme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA56','K2GVA5','Auf Grund einer Gewinngemeinschaft eines Gewinn- oder Teilgewinnabführungsvertrags abgeführte Gewinne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2492','K2GVA56','Abgeführte Gewinne auf Grund einer Gewinngemeinschaft', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2493','K2GVA56','Abgeführte Gewinnanteile an stille Gesellschafter § 8 GewStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2494','K2GVA56','Abgeführte Gewinne auf Grund eines Gewinn- oder Teilgewinnabführungsvetrags', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA57','K2GVA5','Einstellungen in die Kapitalrücklage nach den Vorschriften über die vereinfachte Kapitalherabsetzung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2495','K2GVA57','Einstellungen in die Kapitalrücklage nach den Vorschriften über die vereinfachte Kapitalherabsetzung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA58','K2GVA5','Einstellung in Gewinnrücklagen in die gesetzliche Rücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2496','K2GVA58','Einstellung in die gesetzliche Rücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA59','K2GVA5','Einstellung in Gewinnrücklagen in satzungsmäßige Rücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2497','K2GVA59','Einstellungen in satzungsmäßige Rücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA5a','K2GVA5','Einstellung in Gewinnrücklagen in die Rücklage für eigene Anteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2498','K2GVA5a','Einstellung in die Rücklage für eigene Anteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K2GVA5b','K2GVA5','Einstellung in Gewinnrücklagen in andere Gewinnrücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Expense','2499','K2GVA5b','Einstellung in andere Gewinnrücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE1','K2GVE','Außerordentliche Erträge i. S. d. BiRiLiG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE11','K2GVE1','Außerordentliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2500','K2GVE11','Außerordentliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2501','K2GVE11','Außerordentliche Erträge finanzwirksam', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2505','K2GVE11','Außerordentliche Erträge nicht finanzwirksam', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE2','K2GVE','Betriebsfremde und periodenfremde Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE21','K2GVE2','Sonstige betriebliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2510','K2GVE21','Betriebsfremde Erträge (soweit nicht außerordentlich)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2520','K2GVE21','Periodenfremde Erträge (soweit nicht außerordentlich)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE3','K2GVE','Zinsertäge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE31','K2GVE3','Erträge aus Beteiligungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2600','K2GVE31','Erträge aus Beteiligungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2615','2600','Laufende Erträge aus Anteilen an Kapitalgesellschaften (Beteiligung 100% / 50% steuerfrei) (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2616','2600','Laufende Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) 100% / 50% steuerfrei (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2617','2600','Gewinne aus Anteilen an nicht steuerbefreiten inländischen Kapitalgesellschaften § 9 Nr. 2a GewStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2618','2600','Gewinnanteile aus Mitunternehmerschaften § 9 GewStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2619','2600','Erträge aus Beteiligungen an verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE32','K2GVE3','Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2620','K2GVA32','Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2625','2620','laufende Erträge aus Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) 100% / 50% steuerfrei (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2626','2620','Laufende Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) 100% / 50% steuerfrei (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2649','2620','Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögen aus verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE33','K2GVE3','Sonstige Zinsen und ähnliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2650','K2GVA33','Sonstige Zinsen und ähnliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2655','2650','laufende Erträge aus Anteilen an Kapitalgesellschaften (Umlaufvermögen) 100% / 50% steuerfrei (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2656','2650','laufende Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) 100% / 50% steuerfrei (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2657','2650','Zinserträge § 233a AO', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2658','2650','Zinserträge § 233a AO Sonderfall Anlage A KSt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2659','2650','Sonstige Zinsen und ähnliche Erträge aus verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE34','K2GVE3','Sonstige betriebliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2660','K2GVA34','Erträge aus Kursdifferenzen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2661','K2GVA34','Nicht realisierbare Währungsdifferenzen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2662','K2GVA34','Realisierte Währungsdifferenzen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2663','K2GVA34','Produkt Rechnung Preisdifferenz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2664','K2GVA34','Realisierte Währungsdifferenzen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2665','K2GVA34','Erträge a. Währungsumstellung auf Euro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2666','K2GVA34','Erträge aus Bewertung Finanzmittelfonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2667','K2GVA34','Bank Währungsverlust (Konto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2668','K2GVA34','Währungsdifferenz zum Kontenausgleich', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2669','K2GVA34','Nicht realisierbare Währungsdifferenzen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE35','K2GVE3','Sonstige Zinsen und ähnliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2670','K2GVA35','Diskonterträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2671','K2GVA35','Bank Bewertungsertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2672','K2GVA35','Rundungsdifferenzen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2673','K2GVA35','Kassendifferenzen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2679','K2GVA35','Diskonterträge verbundene Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2680','K2GVA35','Zinsähnliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2689','K2GVA35','Zinsähnliche Erträge aus verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE4','K2GVE','Sonstige Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE41','K2GVE4','Sonstige betriebliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2700','K2GVA41','Sonstige Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2705','2700','Sonstige Erträge betrieblich und regelmäßig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2707','2700','Sonstige Erträge betriebsfremd und regelmäßig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2709','2700','Sonstige Erträge unregelmäßig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2710','2700','Erträge aus Zuschreibungen des Sachanlagevermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2711','2700','Erträge aus Zuschreibungen des immateriellen Anlagevermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2712','2700','Erträge aus Zuschreibungen des Finanzanlagevermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2713','2700','Erträge aus Zuschreibungen des Finanzanlagevermögens 100% / 50% steuerfrei (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2714','2700','Erträge aus Zuschreibungen des anderen Anlagevermögens 100% / 50% steuerfrei (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2715','2700','Erträge aus Zuschreibungen des Umlaufvermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2716','2700','Erträge aus Zuschreibungen des Umlaufvermögens 100% / 50% steuerfrei (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2720','2700','Erträge aus dem Abgang von Gegenständen des Anlagevermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2723','2700','Erträge aus der Veräußerung von Anteilen an Kapitalgesellschaften 100% / 50% steuerfrei ( inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2725','2700','Erträge aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2726','2700','Erträge aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) 100% / 50% steuerfrei ( inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2730','2700','Erträge aus Herabsetzung der Pauschalwertberichtigung zu Forderungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2731','2700','Erträge aus Herabsetzung der Einzelwertberichtigung zu Forderungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2732','2700','Erträge aus abgeschriebenen Forderungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2733','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (Existenzgründerrücklage)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2734','2700','Erträge aus der steuerlich niedrigeren Bewertung von Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2735','2700','Erträge aus der Auflösung von Rückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2736','2700','Erträge aus der steuerlich niedrigeren Bewertung von Rückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2737','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (aus der Währungsumstellung auf den Euro)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2738','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil nach § 52 Abs. 16 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2739','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (Ansparabschreibungen)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2740','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (steuerfreie Rücklagen)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2741','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (Sonderabschreibungen)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2742','2700','Versicherungsentschädigungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2743','2700','Investitionszuschüsse (steuerpflichtig)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2744','2700','Investitionszulagen (steuerfrei)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE42','K2GVE4','Erträge aus Kapitalherabsetzung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2745','K2GVE42','Erträge aus Kapitalherabsetzung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2746','K2GVE41','Steuerfreie Erträge aus der Auflösung von Sonderposten mit Rücklageanteil', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2747','K2GVE41','Sonstige steuerfreie Betriebseinnahmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','2749','K2GVE41','Erstattungen Aufwendungsausgleichsgesetz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2750','K2GVE41','Grundstückserträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE43','K2GVE4','Erträge aus Verlustübernahme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2790','K2GVE43','Erträge aus Verlustübernahme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE44','K2GVE4','Auf Grund einer Gewinngemeinschaft eines Gewinn- oder Teilgewinnabführungsvertrags erhaltene Gewinne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2792','K2GVE44','Erhaltene Gewinne auf Grund einer Gewinngemeinschaft', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2794','K2GVE44','Erhaltene Gewinne auf Grund eines Gewinn- oder Teilgewinnabführungsvetrags', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE45','K2GVE4','Entnahmen aus der Kapitalrücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2795','K2GVE45','Entnahmen aus der Kapitalrücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE46','K2GVE4','Entnahmen aus Gewinnrücklagen aus der gesetzlichen Rücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2796','K2GVE46','Entnahmen aus der gesetzlichen Rücklage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE47','K2GVE4','Entnahmen aus Gewinnrücklagen aus satzungsmäßigen Rücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2797','K2GVE47','Entnahmen aus satzungsmäßigen Rücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE48','K2GVE4','Entnahmen aus Gewinnrücklagen aus der Rücklage für eigene Anteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2798','K2GVE48','Entnahmen aus der Rücklage für eigene Anteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE49','K2GVE4','Entnahmen aus Gewinnrücklagen aus anderen Gewinnrücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2799','K2GVE49','Entnahmen aus anderen Gewinnrücklagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE4a','K2GVE4','Gewinnvortrag oder Verlustvortrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2860','K2GVE4a','Gewinnvortrag nach Verwendung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2868','K2GVE4a','Verlustvortrag nach Verwendung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE4b','K2GVE4','Vortrag auf neue Rechnung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2869','K2GVE4b','Vortrag auf neue Rechnung (GuV)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE4c','K2GVE4','Ausschüttung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2870','K2GVE4c','Vorabausschüttung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE5','K2GVE','Verrechnete kalkulatorische Kosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE51','K2GVE5','Sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2890','K2GVE51','Verrechneter kalkulatorischer Unternehmerlohn', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2891','K2GVE51','Verrechnete kalkulatorische Miete und Pacht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2892','K2GVE51','Verrechnete kalkulatorische Zinsen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2893','K2GVE51','Verrechnete kalkulatorische Abschreibungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2894','K2GVE51','Verrechnete kalkulatorische Wagnisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2895','K2GVE51','Verrechneter kalkulatorische Lohn für unentgeltliche Mitarbeiter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K2GVE52','K2GVE5','Sonstige betriebliche Erträge oder sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','2','Revenue','2990','K2GVE52','Aufwendungen/Erträge aus Umrechnungsdifferenzen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K3GVA1','K3GVA','Materialaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K3GVA11','K3GVA1','Aufwendungen für Roh- Hilfs- und Betriebsstoffe und für bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3000','K3GVA11','Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3090','K3GVA11','Energiestoffe (Fertigung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K3GVA12','K3GVA1','Aufwendungen für bezogene Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3100','K3GVA12','Fremdleistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K3GVA2','K3GVA','Umsätze für die als Leistungsemfänger die Steuer nach § 13b Abs. 2 UStG geschuldet wird', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K3GVA21','K3GVA2','Aufwendungen für bezogene Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','3106','K3GVA12','Fremdleistungen 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3110','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens 7% Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3115','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens 7% Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3120','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3121','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3122','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens 16% Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3125','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3126','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3127','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens 16% Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3130','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens ohne Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3135','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens ohne Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3140','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens ohne Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3141','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens ohne Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3142','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens ohne Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3145','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens ohne Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3146','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens ohne Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3147','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens ohne Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3150','K3GVA21','Erhaltene Skonti aus Leistungen für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3151','K3GVA21','Erhaltene Skonti aus Leistungen für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3152','K3GVA21','Erhaltene Skonti aus Leistungen für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 16% Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3153','K3GVA21','Erhaltene Skonti aus Leistungen für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer aber mit Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K3GVA22','K3GVA2','Aufwendungen für Roh- Hilfs- und Betriebsstoffe und für bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3200','K3GVA22','Wareneingang', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3300','3200','Wareneingang 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3301','3200','Wareneingang 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3302','3200','Wareneingang 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3303','3200','Wareneingang 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3304','3200','Wareneingang 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3305','3200','Wareneingang 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3306','3200','Wareneingang 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3307','3200','Wareneingang 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3308','3200','Wareneingang 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3309','3200','Wareneingang 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3340','3200','Wareneingang 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3341','3200','Wareneingang 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3342','3200','Wareneingang 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3343','3200','Wareneingang 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3344','3200','Wareneingang 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3345','3200','Wareneingang 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3346','3200','Wareneingang 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3347','3200','Wareneingang 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3348','3200','Wareneingang 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3349','3200','Wareneingang 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3400','3200','Wareneingang 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3401','3200','Produkt Ausgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3402','3200','Produkt Vertriebsausgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3403','3200','Konto Kasse Aufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3404','3200','Einstandskosten Verrechnungskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3405','3200','Wareneingang 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3406','3200','Wareneingang 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3407','3200','Wareneingang 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3408','3200','Wareneingang 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3409','3200','Wareneingang 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3420','3200','Innergemeinschaftlicher Erwerb 7% Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3421','3200','Innergemeinschaftlicher Erwerb 7% Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3422','3200','Innergemeinschaftlicher Erwerb 7% Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3423','3200','Innergemeinschaftlicher Erwerb 7% Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3424','3200','Innergemeinschaftlicher Erwerb 7% Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3425','3200','Innergemeinschaftlicher Erwerb 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3426','3200','Innergemeinschaftlicher Erwerb 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3427','3200','Innergemeinschaftlicher Erwerb 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3428','3200','Innergemeinschaftlicher Erwerb 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3429','3200','Innergemeinschaftlicher Erwerb 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3430','3200','Innergemeinschaftlicher Erwerb ohne Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3433','3200','Innergemeinschaftlicher Erwerb 16% Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3434','3200','Innergemeinschaftlicher Erwerb 16% Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3435','3200','Innergemeinschaftlicher Erwerb ohne Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3440','3200','Innergemeinschaftlicher Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-Identifikationsnummer 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3441','3200','Innergemeinschaftlicher Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-Identifikationsnummer 16% Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3500','3200','Wareneingang 5% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3501','3200','Wareneingang 5% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3502','3200','Wareneingang 5% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3503','3200','Wareneingang 5% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3504','3200','Wareneingang 5% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3505','3200','Wareneingang 5 5% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3506','3200','Wareneingang 5 5% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3507','3200','Wareneingang 5 5% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3508','3200','Wareneingang 5 5% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3509','3200','Wareneingang 5 5% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3530','3200','Wareneingang 9% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3531','3200','Wareneingang 9% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3532','3200','Wareneingang 9% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3533','3200','Wareneingang 9% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3534','3200','Wareneingang 9% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3540','3200','Wareneingang 10 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3541','3200','Wareneingang 10 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3542','3200','Wareneingang 10 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3543','3200','Wareneingang 10 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3544','3200','Wareneingang 10 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3545','3200','Wareneingang 10 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3546','3200','Wareneingang 10 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3547','3200','Wareneingang 10 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3548','3200','Wareneingang 10 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3549','3200','Wareneingang 10 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3550','3200','steuerfreier innergemeinschaftlicher Erwerb', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3551','3200','Wareneingang im Drittland steuerbar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3559','3200','Steuerfreier Einfuhren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3558','3200','Wareneingang I.a. EG-Land steuerbar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3560','3200','waren aus einem Umsatzsteuerlager § 13a UStG 7% Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3565','3200','waren aus einem Umsatzsteuerlager § 13a UStG 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3566','3200','waren aus einem Umsatzsteuerlager § 13a UStG 16% Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3600','3200','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3601','3200','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3602','3200','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3603','3200','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3604','3200','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3605','3200','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3606','3200','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3607','3200','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3608','3200','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3609','3200','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3610','3200','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3611','3200','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3612','3200','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3613','3200','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3614','3200','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3615','3200','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3616','3200','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3617','3200','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3618','3200','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3619','3200','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3650','3200','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3651','3200','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3652','3200','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3653','3200','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3654','3200','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3655','3200','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3656','3200','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3657','3200','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3658','3200','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3659','3200','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3660','3200','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3661','3200','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3662','3200','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3663','3200','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3664','3200','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3665','3200','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3666','3200','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3667','3200','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3668','3200','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3669','3200','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3700','3200','Nachlässe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3710','3200','Nachlässe 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3711','3200','Nachlässe 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3720','3200','Nachlässe 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3721','3200','Nachlässe 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3722','3200','Nachlässe 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3723','3200','Nachlässe 15% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3724','3200','Nachlässe aus innergemeinschaftlichem Erwerb 7% Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3725','3200','Nachlässe aus innergemeinschaftlichem Erwerb 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3726','3200','Nachlässe aus innergemeinschaftlichem Erwerb 16% Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3727','3200','Nachlässe aus innergemeinschaftlichem Erwerb 15% Vorsteuer und 15% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K3GVE1','K3GVE','Wareneingang', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K3GVE11','K3GVE1','Aufwendungen für Roh- Hilfs- und Betriebsstoffe und für bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3730','K3GVE11','Erhaltene Skonti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3731','3730','Erhaltene Skonti 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3735','3730','Erhaltene Skonti 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3736','3730','Erhaltene Skonti 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3745','3730','Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3746','3730','Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 7% Vorsteuer und 7% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3748','3730','Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 19% Vorsteuer und 19% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3749','3730','Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 16% Vorsteuer und 16% Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3750','3769','Erhaltene Boni 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3751','3769','Erhaltene Boni 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3760','3769','Erhaltene Boni 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3761','3769','Erhaltene Boni 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3764','3769','Erhaltene Boni 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3765','3769','Erhaltene Boni 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3769','K3GVE11','Erhaltene Boni', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3770','K3GVE11','Erhaltene Rabatte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3780','3770','Erhaltene Rabatte 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3781','3770','Erhaltene Rabatte 7% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3790','3770','Erhaltene Rabatte 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3791','3770','Erhaltene Rabatte 19% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3794','3770','Erhaltene Rabatte 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Revenue','3795','3770','Erhaltene Rabatte 16% Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3800','3200','Bezugsnebenkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3830','3200','Leergut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3850','3200','Zölle und Einfuhrabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','BV3','BV','Wareneingangs- und Bestandskonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','BV31','BV3','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3960','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3961','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3962','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3963','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3964','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3965','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3966','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3967','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3968','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3969','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K3BA1','K3BA','Bestand an Vorräte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K3BA11','K3BA1','Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3970','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3971','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3972','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3973','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3974','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3975','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3976','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3977','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3978','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3979','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K3BA12','K3BA1','Fertige Erzeugnisse und Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3980','K3BA12','Bestand Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3981','K3BA12','Bestand Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3982','K3BA12','Bestand Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3983','K3BA12','Bestand Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3984','K3BA12','Bestand Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3985','K3BA12','Lager Bestandswert Korrektur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3986','K3BA12','Lager Differenzkorrektur Gewinn / Verlust', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3987','K3BA12','Lager Differenzkorrektur Marktwert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3988','K3BA12','Lager Bestand Zwischenkonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Asset','3989','K3BA12','Bestand Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','VSK3','VSK','Verrechnete Stoffkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','VSK31','VSK3','Aufwendungen für Roh- Hilfs- und Betriebsstoffe und für bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','Expense','3990','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3991','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3992','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3993','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3994','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3995','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3996','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3997','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3998','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','3','XXXXX','3999','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA1','K4GVA','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA11','K4GVA1','Aufwendungen für Roh- Hilfs- und Betriebsstoffe und für bezogene Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4000','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4001','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4002','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4003','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4004','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4005','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4006','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4007','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4008','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4009','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4010','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4011','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4012','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4013','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4014','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4015','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4016','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4017','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4018','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4019','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4020','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4021','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4022','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4023','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4024','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4025','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4026','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4027','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4028','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4029','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4030','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4031','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4032','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4033','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4034','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4035','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4036','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4037','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4038','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4039','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4040','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4041','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4042','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4043','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4044','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4045','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4046','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4047','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4048','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4049','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4050','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4051','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4052','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4053','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4054','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4055','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4056','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4057','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4058','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4059','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4060','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4061','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4062','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4063','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4064','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4065','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4066','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4067','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4068','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4069','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4070','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4071','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4072','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4073','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4074','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4075','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4076','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4077','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4078','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4079','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4080','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4081','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4082','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4083','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4084','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4085','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4086','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4087','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4088','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4089','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4090','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4091','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4092','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4093','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4094','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4095','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4096','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4097','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4098','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4099','K4GVA11','Material-und Stoffverbrauch', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA2','K4GVA','Personalaufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA21','K4GVA2','Löhne und Gehälter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4100','K4GVA21','Löhne und Gehälter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4110','K4GVA21','Löhne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4120','K4GVA21','Gehälter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4124','K4GVA21','Geschäftsführergehälter GmbH-Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4125','K4GVA21','Ehegattengehalt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4126','K4GVA21','Tantiemen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4127','K4GVA21','Geschäftsführergehälter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4128','K4GVA21','Vergütungen an angestellte Mitunternehmer §15 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA22','K4GVA2','Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4130','K4GVA22','Gesetzliche Soziale Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4137','K4GVA22','Gesetzliche soziale Aufwendungen für Mitunternehmer §15 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4138','K4GVA22','Beiträge zur Berufsgenossenschaft', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA23','K4GVA2','Sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4139','K4GVA23','Ausgleichsabgabe i. S. d. Schwerbehindertengesetz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4140','K4GVA22','Freiwillige soziale Aufwendungen lohnsteuerfrei', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4145','K4GVA21','Freiwillige soziale Aufwendungen lohnsteuerpflichtig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4149','K4GVA21','Pauschale Steuer auf sonstige Bezüge (z.B. Fahrkostenzuschüsse)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4150','K4GVA21','Krankengeldzuschüsse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4155','K4GVA21','Zuschüsse der Agenturen für Arbeit (Haben)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4160','K4GVA22','Versorgungskassen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4165','K4GVA22','Aufwendungen für Altersversorgung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4167','K4GVA22','Pauschale Steuer auf sonstige Bezüge (z.B. Direktversicherungen)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4168','K4GVA22','Aufwendungen für Altersversorgung für Mitunternehmer §15 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4169','K4GVA22','Aufwendungen für Unterstützung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4170','K4GVA21','Vermögenswirksame Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4175','K4GVA21','Fahrtkostenerstattung Wohnung/Arbeitsstätte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4180','K4GVA21','Bedienungsgelder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4190','K4GVA21','Aushilfslöhne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4199','K4GVA21','Pauschale Steuer für Aushilfen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA3','K4GVA','Sonstige betriebliche Aufwendungen und Abschreibungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA31','K4GVA3','Sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4200','K4GVA31','Raumkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4210','K4GVA31','Miete', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4218','K4GVA31','Gewerbesteuerlich zu berücksichtigende Miete §8 GewStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4219','K4GVA31','Vergütung Mitunternehmer für die mieteweise überlassung ihrer Wirtschaftsgüter § 15 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4220','K4GVA31','Pacht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4228','K4GVA31','Gewerbesteuerlich zu berücksichtigende Pacht §8 GewStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4229','K4GVA31','Vergütung an Mitunternehmer für die pachtweise überlassung ihrer Wirtschaftsgüter § 15 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4230','K4GVA31','Heizung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4240','K4GVA31','Gas Strom Wasser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4250','K4GVA31','Reinigung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4260','K4GVA31','Instandhaltung betrieblicher Räume', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4270','K4GVA31','Abgaben für betrieblich genutzten Grundbesitz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4280','K4GVA31','Sonstige Raumkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4288','K4GVA31','Aufwendungen für ein häusliches Arbeitszimmer (abziehbarer Anteil)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4289','K4GVA31','Aufwendungen für ein häusliches Arbeitszimmer (nicht abziehbarer Anteil)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4290','K4GVA31','Grundstücksaufwendungen betrieblich', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4300','K4GVA31','Nicht abziehbare Vorsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4301','K4GVA31','Nicht abziehbare Vorsteuer 7%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4305','K4GVA31','Nicht abziehbare Vorsteuer 16%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4306','K4GVA31','Nicht abziehbare Vorsteuer 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA32','K4GVA3','Steuern vom Einkommen und Ertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4320','K4GVA32','Gewerbesteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA33','K4GVA3','Sonstige Steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4340','K4GVA33','Sonstige Betriebssteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4350','K4GVA33','Verbrauchsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4355','K4GVA33','ökosteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4360','K4GVA31','Versicherungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4366','K4GVA31','Versicherungen für Gebäude', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4370','K4GVA31','Netto-Prämie für Rückdeckung künftiger Versorgungsleistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4380','K4GVA31','Beiträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4390','K4GVA31','Sonstige Abgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4396','K4GVA31','Steuerlich abzugsfähige Verspätungszuschläge und Zwangsgelder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4397','K4GVA31','Steuerlich nicht abzugsfähige Verspätungszuschläge und Zwangsgelder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4400','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4401','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4402','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4403','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4404','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4405','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4406','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4407','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4408','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4409','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4410','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4411','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4412','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4413','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4414','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4415','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4416','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4417','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4418','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4419','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4420','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4421','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4422','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4423','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4424','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4425','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4426','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4427','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4428','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4429','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4430','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4431','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4432','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4433','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4434','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4435','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4436','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4437','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4438','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4439','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4440','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4441','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4442','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4443','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4444','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4445','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4446','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4447','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4448','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4449','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4450','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4451','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4452','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4453','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4454','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4455','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4456','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4457','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4458','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4459','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4460','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4461','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4462','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4463','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4464','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4465','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4466','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4467','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4468','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4469','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4470','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4471','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4472','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4473','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4474','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4475','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4476','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4477','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4478','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4479','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4480','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4481','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4482','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4483','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4484','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4485','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4486','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4487','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4488','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4489','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4490','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4491','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4492','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4493','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4494','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4495','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4496','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4497','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4498','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4499','K4GVA31','(zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4500','K4GVA31','Fahrzeugkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4510','K4GVA33','Kfz-steuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4520','K4GVA31','Kfz-Versicherungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4530','K4GVA31','Laufende Kfz-Betriebskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4540','K4GVA31','Kfz-Reparaturen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4550','K4GVA31','Garagenmieten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4560','K4GVA31','Mautgebühren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4570','K4GVA31','Leasingfahrzeugkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4580','K4GVA31','Sonstige Kfz-Kosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4590','K4GVA31','Kfz-Kosten für Betrieblich genutzte zum Privatvermögen gehörende Kraftfahrzeuge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4595','K4GVA31','Fremdfahrzeugkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4600','K4GVA31','Werbekosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4630','K4GVA31','Geschenke abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4635','K4GVA31','Geschenke nicht abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4638','K4GVA31','Geschenke ausschließlich betrieblich genutzt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4640','K4GVA31','Repräsentationskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4650','K4GVA31','Bewirtungskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4651','K4GVA31','Sonstige eingeschränkt abziehbare Betriebsausgaben (abziehbarer Anteil)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4652','K4GVA31','Sonstige eingeschränkt abziehbare Betriebsausgaben (nicht abziehbarer Anteil)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4653','K4GVA31','Aufmerksamkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4654','K4GVA31','Nicht abzugsfähige Bewirtungskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4655','K4GVA31','Nicht abzugsfähige Betriebsausgaben aus Werbe- und Repräsentationskosten (nicht abziehbarer Anteil)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4660','K4GVA31','Reisekosten Arbeitnehmer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4662','K4GVA31','Reisekosten Arbeitnehmer (nicht abziehbarer Anteil)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4663','K4GVA31','Reisekosten Arbeitnehmer Fahrkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4664','K4GVA31','Reisekosten Arbeitnehmer Verpflegungsmehraufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4666','K4GVA31','Reisekosten Arbeitnehmer übernachtungsaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4668','K4GVA31','Kilometergelderstattung Arbeitnehmer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4670','K4GVA31','Reisekosten Unternehmer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4672','K4GVA31','Reisekosten Unternehmer (nicht abziehbarer Anteil)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4673','K4GVA31','Reisekosten Unternehmer Fahrkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4674','K4GVA31','Reisekosten Unternehmer Verpflegungsmehraufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4676','K4GVA31','Reisekosten Unternehmer übernachtungsaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4678','K4GVA31','Fahrten zwischen Wohnung und Arbeitstätte (abziehbarer Anteil)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4679','K4GVA31','Fahrten zwischen Wohnung und Arbeitstätte (nicht abziehbarer Anteil)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4680','K4GVA31','Fahrten zwischen Wohnung und Arbeitstätte (Haben)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4700','K4GVA31','Kosten der Warenabgabe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4710','K4GVA31','Verpackungsmaterial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4730','K4GVA31','Ausgangsfrachten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4750','K4GVA31','Transportversicherungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4760','K4GVA31','Verkaufsprovisionen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4780','K4GVA31','Fremdarbeiten (Vertrieb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4790','K4GVA31','Aufwand für Gewährleistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4800','K4GVA31','Reparaturen und Instandhaltungen von technischen Anlagen und Maschinen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4805','K4GVA31','Reparaturen und Instandhaltungen von anderen Anlagen und Betriebs- und Geschäftsaustattung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4806','K4GVA31','Wartungskosten für Hard- und Software', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4809','K4GVA31','Sonstige Reparaturen und Instandhaltungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4810','K4GVA31','Mietleasing', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4814','K4GVA31','Gewerbesteuerlich zu berücksichtigendes Mietleasing § 8 GewStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA34','K4GVA3','Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen sowie auf aktivierte Aufwendungen für die Ingangsetzung und Erweiterung des Geschäftsbetriebs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4815','K4GVA34','Kaufleasing', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4820','K4GVA34','Abschreibung auf Aufwendungen für die Ingangsetzung und Erweiterung des Geschäftsbetriebs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4821','K4GVA34','Abschreibung auf Aufwendungen für die Währungsumstellung auf den Euro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4822','K4GVA34','Abschreibung auf immaterielle Vermögensgegenstände', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4824','K4GVA34','Abschreibung auf den Geschäfts- oder Firmenwert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4826','K4GVA34','Außerplanmäßige Abschreibungen auf immaterielle Vermögensgegenstände', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4830','K4GVA34','Abschreibungen auf Sachanlagen (ohne AfA auf Kfz und Gebäude)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4831','K4GVA34','Abschreibungen auf Gebäude', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4832','K4GVA34','Abschreibungen auf Kfz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4833','K4GVA34','Abschreibungen auf Gebäudeanteil des häuslichen Arbeitszimmers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4840','K4GVA34','Außerplanmäßige Abschreibungen auf Sachanlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4841','K4GVA34','Absetzung für Außergewöhnliche technische und wirtschaftliche Abnutzung der Gebäude', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4842','K4GVA34','Absetzung für Außergewöhnliche technische und wirtschaftliche Abnutzung des Kfz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4843','K4GVA34','Absetzung für Außergewöhnliche technische und wirtschaftliche Abnutzung sonstiger Wirtschaftsgüter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4850','K4GVA34','Abschreibungen auf Sachanlagen auf Grund steuerlich Sondervorschriften', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4851','K4GVA34','Sonderabschreibungen nach § 7g Abs. 1 und 2 EStG (ohne Kfz)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4852','K4GVA34','Sonderabschreibungen nach § 7g Abs. 1 und 2 EStG (für Kfz)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4855','K4GVA34','Sofortabschreibung geringwertiger Wirtschaftsgüter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4860','K4GVA34','Abschreibungen auf aktivierte geringwertiger Wirtschaftsgüter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4862','K4GVA34','Abschreibung auf Sammelposten WG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4865','K4GVA34','Außerplanmäßige Abschreibungen auf aktivierte geringwertiger Wirtschaftsgüter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA35','K4GVA3','Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4870','K4GVA35','Abschreibungen auf Finanzanlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4871','K4GVA35','Abschreibungen auf Finanzanlagen 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4872','K4GVA35','Abschreibungen auf Grund von Verlustanteilen an Mitunternehmerschaften § 8 GewStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4873','K4GVA35','Abschreibungen auf Finanzanlagen auf Grund steuerlicher Sondervorschriften 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4874','K4GVA35','Abschreibungen auf Finanzanlagen auf Grund steuerlicher Sondervorschriften', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4875','K4GVA35','Abschreibungen auf Wertpapiere des Umlaufvermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4876','K4GVA35','Abschreibungen auf Wertpapiere des Umlaufvermögens 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4879','K4GVA35','Vorwegnahme künftiger Wertschwankungen bei Wertpapieren des Umlaufvermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA36','K4GVA3','Abschreibungen auf Vermögensgegenstände des Umlaufvermögens soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4880','K4GVA36','Abschreibungen auf Umlaufvermögen ohne Wertpapiere (soweit unübliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4882','K4GVA36','Abschreibungen auf Umlaufvermögen steuerrechtlich bedingt (soweit unübliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4885','K4GVA31','Vorwegnahme künftiger Wertschwankungen im Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4886','K4GVA31','Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens (soweit übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4887','K4GVA31','Abschreibungen auf Umlaufvermögen steuerrechtlich bedingt (soweit übliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4890','K4GVA36','Vorwegnahme künftiger Wertschwankungen im Umlaufvermögen (soweit unübliche Höhe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4900','K4GVA31','Sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4905','K4GVA31','Sonstige Aufwendungen betrieblich und regelmäßig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4909','K4GVA31','Fremdleistungen / Fremarbeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4910','K4GVA31','Porto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4920','K4GVA31','Telefon', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4925','K4GVA31','Telefax und Internetkosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4930','K4GVA31','Bürobedarf', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4940','K4GVA31','Zeitschriften Bücher', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4945','K4GVA31','Fortbildungskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4946','K4GVA31','Freiwillige Sozialleistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4948','K4GVA31','Vergütungen an Mitunternehmer § 15 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4949','K4GVA31','Haftungsvergütung an Mitunternehmer § 15 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4950','K4GVA31','Rechts- und Beratungskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4955','K4GVA31','Buchführungskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4955.01','K4GVA31','Kosten Heidrich&Müller-Hansen PG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4957','K4GVA31','Abschluss- und Prüfungskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4960','K4GVA31','Mieten für Einrichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4964','K4GVA31','Aufwendungen für die zeitlich befristetete Überlassung von Rechten (Lizenzen,Konzessionen)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4965','K4GVA31','Mietleasing', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4966','K4GVA31','Gewerbesteuerlich zu berücksichtigendes Mietleasing § 8 GewStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4968','K4GVA31','Gewerbesteuerlich zu berücksichtigendes Mietleasing für Einrichtungen § 8 GewStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4969','K4GVA31','Aufwendungen für Abraum- und Abfallbeseitigung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4970','K4GVA31','Nebenkosten des Geldverkehrs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4975','K4GVA31','Aufwendungen aus Anteilen an Kapitalgesellschaften 100% / 50% nicht abzugsfähig (inländische Kap. Ges)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4976','K4GVA31','Aufwendungen aus der Veräußerung von Anteilen an Kapitalgesellschaften 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4980','K4GVA31','Betriebsbedarf', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4985','K4GVA31','Werkzeuge und Kleingeräte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA4','K4GVA','Kalkulatorische Kosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA41','K4GVA4','Sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4990','K4GVA41','Kalkulatorischer Unternehmerlohn', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4991','K4GVA41','Kalkulatorische Miete und Pacht', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4992','K4GVA41','Kalkulatorische Zinsen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4993','K4GVA41','Kalkulatorische Abschreibungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4994','K4GVA41','Kalkulatorische Wagnisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4995','K4GVA41','Kalkulatorischer Lohn für unentgeltliche Mitarbeiter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA5','K4GVA','Kosten bei Anwendung des Umsatzkostenverfahren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K4GVA51','K4GVA5','Sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4996','K4GVA51','Herstellungskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4997','K4GVA51','Verwaltungskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4998','K4GVA51','Vertriebskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','4','Expense','4999','K4GVA51','Gegenkonto 4996 - 4998', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K7BA01','K7BA','Unfertige Erzeugnisse und Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','7','Asset','7000','K7BA01','Unfertige Erzeugnisse und Leistungen (Bestand)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','7','Asset','7050','7000','Unfertige Erzeugnisse (Bestand)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','7','Asset','7080','7000','Unfertige Leistungen (Bestand)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K7BA02','K7BA','In Ausführung befindliche Bauaufträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','7','Asset','7090','K7BA02','In Ausführung befindliche Bauaufträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K7BA03','K7BA','In Arbeit befindliche Aufträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','7','Asset','7095','K7BA03','In Arbeit befindliche Aufträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Asset','K7BA04','K7BA','Fertige Erzeugnisse und Waren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','7','Asset','7100','K7BA04','Fertige Erzeugnisse und Waren (Bestand)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','7','Asset','7110','7100','Fertige Erzeugnisse (Bestand)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','7','Asset','7140','7100','Waren (Bestand)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K8GVE1','K8GVE','Umsatzerlöse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K8GVE11','K8GVE1','Umsatzerlöse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8000','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8001','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8002','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8003','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8004','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8005','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8006','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8007','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8008','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8009','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8010','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8011','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8012','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8013','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8014','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8015','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8016','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8017','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8018','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8019','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8020','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8021','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8022','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8023','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8024','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8025','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8026','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8027','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8028','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8029','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8030','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8031','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8032','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8033','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8034','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8035','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8036','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8037','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8038','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8039','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8040','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8041','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8042','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8043','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8044','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8045','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8046','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8047','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8048','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8049','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8050','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8051','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8052','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8053','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8054','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8055','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8056','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8057','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8058','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8059','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8060','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8061','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8062','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8063','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8064','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8065','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8066','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8067','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8068','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8069','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8070','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8071','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8072','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8073','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8074','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8075','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8076','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8077','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8078','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8079','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8080','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8081','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8082','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8083','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8084','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8085','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8086','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8087','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8088','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8089','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8090','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8091','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8092','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8093','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8094','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8095','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8096','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8097','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8098','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8099','K8GVE11','(Zur freien Verfügung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8100','K8GVE11','steuerfreie Umsätze § 4 Nr. 8 ff. UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8105','K8GVE11','Steuerfreie Umsätze nach § 4 Nr. 12 UStG (Vermietung und Verpackung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8110','K8GVE11','Sonstige steuerfreie Umsätze Inland', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8120','K8GVE11','steuerfreie Umsätze § 4 Nr. 1a UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8125','K8GVE11','steuerfreie innergemeinschaftliche Lieferung § 4 Nr. 1b UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8130','K8GVE11','Lieferungen des ersten Abnehmers bei Innergemeinschaftlichen Dreiecksgeschäften § 25b abs. 2 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8135','K8GVE11','Steuerfreie innergemeinschaftliche Lieferungen von Neufahrzeugen an Abnehmer ohne Umsatzsteuer Identifikationsnummer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8140','K8GVE11','Steuerfreie Umsätze Offshore usw.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8150','K8GVE11','Sonstige steuerfreie Umsätze (z.B. § 4 Nr. 2-7 UStG)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8160','K8GVE11','Steuerfreie Umsätze ohne Vorsteuerabzug zum Gesamtumsatz gehörend', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8190','K8GVE11','Erlöse die mit den Durchschnittssätzen des § 24 UStG versteuert werden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8195','K8GVE11','Erlöse als Kleinunternehmer i. S. d. § 19 Abs. 1 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8196','K8GVE11','Erlöse aus Geldspielautomaten 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8197','K8GVE11','Erlöse aus Geldspielautomaten 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8200','K8GVE11','Erlöse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8300','K8GVE11','Erlöse 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8301','K8GVE11','Erlöse 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8302','K8GVE11','Erlöse 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8303','K8GVE11','Erlöse 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8304','K8GVE11','Erlöse 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8305','K8GVE11','Erlöse 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8306','K8GVE11','Erlöse 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8307','K8GVE11','Erlöse 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8308','K8GVE11','Erlöse 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8309','K8GVE11','Erlöse 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8310','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8311','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8312','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8313','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8314','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8315','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8316','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8317','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8318','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8319','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8320','K8GVE11','Erlöse aus im anderen EG-Land steuerpflichtigen Lieferungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8330','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8337','K8GVE11','Erlöse aus Leistungen für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8338','K8GVE11','Erlöse aus im Drittland steuerbaren Leistungen im Inland nicht steuerbare Umsätze', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8339','K8GVE11','Erlöse aus im anderen EG-Land steuerbaren Lieferungen im Inland nicht steuerbare Umsätze', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8340','K8GVE11','Erlöse 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8341','K8GVE11','Erlöse 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8342','K8GVE11','Erlöse 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8343','K8GVE11','Erlöse 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8344','K8GVE11','Erlöse 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8345','K8GVE11','Erlöse 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8346','K8GVE11','Erlöse 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8347','K8GVE11','Erlöse 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8348','K8GVE11','Erlöse 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8349','K8GVE11','Erlöse 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8400','K8GVE11','Erlöse 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8400.01','K8GVE11','Erlöse Projekte 19%', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8401','K8GVE11','Vorausberechnete Einnahmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8402','K8GVE11','Sontige Einnahmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8403','K8GVE11','Konto Kasse Ertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8404','K8GVE11','Erlöse 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8405','K8GVE11','Erlöse 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8406','K8GVE11','Erlöse 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8407','K8GVE11','Erlöse 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8408','K8GVE11','Erlöse 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8409','K8GVE11','Erlöse 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8410','K8GVE11','Erlöse 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8510','K8GVE11','Provisionsumsätze', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8514','K8GVE11','Provisionsumsätze steuerfrei §4 Nr. 8 ff. UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8515','K8GVE11','Provisionsumsätze steuerfrei §4 Nr. 5 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8516','K8GVE11','Provisionsumsätze 7 % USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8518','K8GVE11','Provisionsumsätze 16 % USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8519','K8GVE11','Provisionsumsätze 19 % USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8520','K8GVE11','Erlöse Abfallverwertung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8540','K8GVE11','Erlöse Leergut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K8GVE12','K8GVE1','Sonstige betriebliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8570','K8GVE12','Provision sonstige Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8574','K8GVE12','Provision sonstige Erträge steuerfrei §4 Nr. 8 ff UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8575','K8GVE12','Provision sonstige Erträge steuerfrei §4 Nr. 5 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8576','K8GVE12','Provision sonstige Erträge 7 % USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8578','K8GVE12','Provision sonstige Erträge 16 % USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8579','K8GVE12','Provision sonstige Erträge 19 % USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K8GVE2','K8GVE','Statistische Konten EüR', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K8GVE21','K8GVE2','Umsatzerlöse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8580','K8GVE21','Statistisches Konto Erlöse zum Allgemeinen Umsatzsteuerersatz (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8581','K8GVE21','Statistisches Konto Erlöse zum ermäßigten Umsatzsteuerersatz (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8582','K8GVE21','Statistisches Konto Erlöse steuerfrei und nicht steuerbar (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8589','K8GVE21','Gegenkonto 8580-8582 bei Aufteilung der Erlöse nach Steuersätzen (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K8GVE22','K8GVE2','Sonstige betriebliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8590','K8GVE22','Verrechnete sonstige Sachbezüge (keine Waren)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8591','K8GVE22','Sachbezüge 7% USt (Waren)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8595','K8GVE22','Sachbezüge 19% USt (Waren)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8596','K8GVE22','Sachbezüge 16% USt (Waren)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8600','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8605','K8GVE22','Sonstige Erträge betrieblich und regelmäßig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8609','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei § 4 Nr. 8 ff UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8610','K8GVE22','Verrechnete sonstige Sachbezüge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8611','K8GVE22','Verrechnete sonstige Sachbezüge 19% USt (z.B. Kfz-Gestellung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8612','K8GVE22','Verrechnete sonstige Sachbezüge 16% USt (z.B. Kfz-Gestellung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8614','K8GVE22','Verrechnete sonstige Sachbezüge ohne Umsatzsteuer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8625','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei z.B. § 4 Nr. 2-7 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8626','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei z.B. § 4 Nr. 2-7 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8627','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei z.B. § 4 Nr. 2-7 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8628','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei z.B. § 4 Nr. 2-7 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8629','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei z.B. § 4 Nr. 2-7 UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8630','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8631','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8632','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8633','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8634','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8640','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8641','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8642','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8643','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8644','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8648','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8649','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Revenue','K8GVE23','K8GVE2','Sonstige Zinsen und ähnliche Erträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8650','K8GVE23','Erlöse Zinsen und Diskontspesen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8660','K8GVE23','Erlöse Zinsen und Diskontspesen aus verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K8GVA1','K8GVA','Umsatzerlöse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K8GVA11','K8GVA1','Umsatzerlöse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8700','K8GVA11','Erlösschmälerungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Revenue','8701','K8GVA11','Nicht abgerechnete Einnahmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8705','K8GVA11','Erlösschmälerungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8705','K8GVA11','Erlösschmälerungen aus steuerfreien Umsätzen §4 Nr. 1a UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8710','K8GVA11','Erlösschmälerungen 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8720','K8GVA11','Erlösschmälerungen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8721','K8GVA11','Erlösschmälerungen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8723','K8GVA11','Erlösschmälerungen 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8724','K8GVA11','Erlösschmälerungen aus steuerfreien innergemeinschaftlichen Lieferung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8725','K8GVA11','Erlösschmälerungen aus im Inland steuerpflichtigen EG-Lieferungen 7 % USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8726','K8GVA11','Erlösschmälerungen aus im Inland steuerpflichtigen EG-Lieferungen 19 % USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8727','K8GVA11','Erlösschmälerungen aus im anderen EG-Land steuerpflichtigen Lieferungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8729','K8GVA11','Erlösschmälerungen aus im Inland steuerpflichtigen 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8730','K8GVA11','Gewährte Skonti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8731','K8GVA11','Gewährte Skonti 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8735','K8GVA11','Gewährte Skonti 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8736','K8GVA11','Gewährte Skonti 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8741','K8GVA11','Gewährte Skonti aus Lieferungen für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8743','K8GVA11','Gewährte Skonti aus steuerfreien innergemeinschaftlichen Lieferungen § 4 Nr. 1b UStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8745','K8GVA11','Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8746','K8GVA11','Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8748','K8GVA11','Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8749','K8GVA11','Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8750','K8GVA11','Gewährte Boni 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8751','K8GVA11','Gewährte Boni 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8760','K8GVA11','Gewährte Boni 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8761','K8GVA11','Gewährte Boni 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8764','K8GVA11','Gewährte Boni 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8765','K8GVA11','Gewährte Boni 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8769','K8GVA11','Gewährte Boni', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8770','K8GVA11','Gewährte Rabatte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8780','K8GVA11','Gewährte Rabatte 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8781','K8GVA11','Gewährte Rabatte 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8790','K8GVA11','Gewährte Rabatte 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8791','K8GVA11','Gewährte Rabatte 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8794','K8GVA11','Gewährte Rabatte 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8795','K8GVA11','Gewährte Rabatte 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Expense','K8GVA12','K8GVA1','Sonstige betriebliche Aufwendungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8800','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8801','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8802','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8803','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8804','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8805','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8806','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8807','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1a UStG (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8808','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1b UStG (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8809','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 16% USt (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8817','K8GVA12','Erlöse aus Verkäufen immaterielle Vermögensgegenstände (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8818','K8GVA12','Erlöse aus Verkäufen Finanzanlagen (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8819','K8GVA12','Erlöse aus Verkäufen Finanzanlagen 100% / 50% nicht abzugsfähig (inländische Kap. Ges.) (Bei Buchverlust)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8820','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8821','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8822','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8823','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8824','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8825','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8826','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 16% USt (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8827','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen steuerfrei §4 Nr. 1a UStG (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8828','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen steuerfrei §4 Nr. 1b UStG (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8829','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8837','K8GVE22','Erlöse aus Verkäufen immaterielle Vermögensgegenstände (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8838','K8GVE22','Erlöse aus Verkäufen Finanzanlagen (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8839','K8GVE22','Erlöse aus Verkäufen Finanzanlagen 100% / 50% steuerfrei (inländische Kap. Ges.) (Bei Buchgewinn)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8850','K8GVE22','Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens 19% USt für § 4 Abs. 3 Satz 4 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8851','K8GVE22','Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens Umsatzsteuerfrei § 4 Nr. 8 ff UStG i. V. m. § 4 Abs. 3 Satz 4 EStG 100% / 50% steuerfrei (inländische Kap. Ges.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8852','K8GVE22','Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens Umsatzsteuerfrei § 4 Nr. 8 ff UStG i. V. m. § 4 Abs. 3 Satz 4 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8853','K8GVE22','Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 Satz 4 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8900','K8GVE21','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8905','K8GVE21','Entnahme von Gegenständen ohne USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8906','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8910','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8911','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8912','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8913','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8914','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8915','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8916','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8917','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8918','K8GVE21','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Telefon-Nutzung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8919','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) ohne USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8920','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8921','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19% USt (Kfz-Nutzung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8922','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19% USt (Telefon-Nutzung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8923','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8924','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Kfz-Nutzung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8925','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8926','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8927','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8928','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8929','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung ohne USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8930','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8931','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8932','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8933','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8934','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 16% USt (Kfz_Nutzung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8935','K8GVE22','Unentgeltliche Zuwendung von Gegenständen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8936','K8GVE22','Unentgeltliche Zuwendung von Gegenständen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8937','K8GVE22','Unentgeltliche Zuwendung von Gegenständen 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8938','K8GVE22','Unentgeltliche Zuwendung von Gegenständen 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8939','K8GVE22','Unentgeltliche Zuwendung von Gegenständen ohne USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8940','K8GVE21','Unentgeltliche Zuwendung von Waren 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8941','K8GVE21','Unentgeltliche Zuwendung von Waren 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8942','K8GVE21','Unentgeltliche Zuwendung von Waren 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8943','K8GVE21','Unentgeltliche Zuwendung von Waren 19% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8944','K8GVE21','Unentgeltliche Zuwendung von Waren 16% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8945','K8GVE21','Unentgeltliche Zuwendung von Waren 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8946','K8GVE21','Unentgeltliche Zuwendung von Waren 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8947','K8GVE21','Unentgeltliche Zuwendung von Waren 7% USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8948','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 16% USt (Telefon-Nutzung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8949','K8GVE21','Unentgeltliche Zuwendung von Waren ohne USt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8950','K8GVE21','Nicht steuerbare Umsätze (Innenumsätze)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','8955','K8GVE21','Umsatzsteuervergütungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','BV81','BV','Erhöhung des Bestands an fertigen und unfertigen Erzeugnissen oder Verminderung des Bestands an fertigen oder unfertigen Erzeugnisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','XXXXX','8960','BV81','Bestandsveränderungen- unfertige Erzeugnisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','XXXXX','8970','BV81','Bestandsveränderungen- unfertige Leistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','BV82','BV','Erhöhung des Bestands in Ausführung befindlicher Bauaufträge oder Verminderung des Bestands in Ausführung befindlicher Bauaufträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','XXXXX','8975','BV82','Bestandsveränderungen - in Ausführung befindliche Bauaufträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','BV83','BV','Erhöhung des Bestands in Arbeit befindlicher Bauaufträge oder Verminderung des Bestands in Arbeit befindlicher Bauaufträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','XXXXX','8977','BV83','Bestandsveränderungen - in Arbeit befindliche Aufträge', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','XXXXX','8980','BV81','Bestandsveränderungen - fertige Erzeugnisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','XXXXX','8990','AEL','Andere aktivierte Eigenleistungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK9',NULL,'Vortrags Kapital- und statistische Konten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK91','KK9','Vortragskonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9000','KK91','Saldenvorträge Sachkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9001','KK91','Saldenvorträge Sachkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9002','KK91','Saldenvorträge Sachkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9003','KK91','Saldenvorträge Sachkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9004','KK91','Saldenvorträge Sachkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9005','KK91','Saldenvorträge Sachkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9006','KK91','Saldenvorträge Sachkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9007','KK91','Saldenvorträge Sachkonten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9008','KK91','Saldenvorträge Debitoren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9009','KK91','Saldenvorträge Kreditoren', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9060','KK91','Offene Posten aus 1990', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9069','KK91','Offene Posten aus 1999', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9070','KK91','Offene Posten aus 2000', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9071','KK91','Offene Posten aus 2001', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9072','KK91','Offene Posten aus 2002', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9073','KK91','Offene Posten aus 2003', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9074','KK91','Offene Posten aus 2004', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9075','KK91','Offene Posten aus 2005', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9076','KK91','Offene Posten aus 2006', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9077','KK91','Offene Posten aus 2007', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9090','KK91','Summenvortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9091','9090','Offene Posten aus 1991', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9092','9090','Offene Posten aus 1992', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9093','9090','Offene Posten aus 1993', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9094','9090','Offene Posten aus 1994', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9095','9090','Offene Posten aus 1995', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9096','9090','Offene Posten aus 1996', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9097','9090','Offene Posten aus 1997', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9098','9090','Offene Posten aus 1998', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK92','KK9','Statistische Konten für Betriebswirtschaftliche Auswertung (BWA)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9101','KK92','Verkaufstage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9102','KK92','Anzahl der Barkunden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9103','KK92','Beschäftigte Personen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9104','KK92','Unbezahlte Personen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9105','KK92','Verkaufskräfte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9106','KK92','Geschäftsraum qm', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9107','KK92','Verkaufsraum qm', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9116','KK92','Anzahl Rechnungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9117','KK92','Anzahl Kreditkunden monatlich', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9118','KK92','Anzahl Kreditkunden aufgelaufen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9120','KK92','Erweiterungsinvestitionen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9135','KK92','Auftragseingang im Geschäftsjahr', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9140','KK92','Auftragsbestand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9190','KK92','Gegenkonto für statistischen Mengeneinheiten Konten 9101 - 9107 und Konten 9116 - 9118', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9199','KK92','Gegenkonto zu Konten 9120  9135 - 9140', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK93','KK9','Statistische Konten für den Kennziffernteil der Bilanz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9200','KK93','Beschäftigte Personen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9209','KK93','Gegenkonto zu 9200', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9210','KK93','Produktive Löhne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9219','KK93','Gegenkonto zu 9210', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK94','KK9','Statistische Konten zur informativen Angaben des gezeichneten Kapitals in anderer Währung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK941','KK94','Gezeichnetes Kapital in DM', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9220','KK941','Gezeichnetes Kapital in DM (Art. 42 Abs. 3 S. 1 EGHGB)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK942','KK94','Gezeichnetes Kapital in Euro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9221','KK942','Gezeichnetes Kapital in Euro (Art. 42 Abs. 3 S. 2 EGHGB)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9229','KK94','Gegenkonto zu Konten 9022 - 9221', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK95','KK9','Passive Rechnungsabgrenzungsposten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9230','KK95','Baukostenzuschüsse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9232','KK95','Investitionszulagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9234','KK95','Investitionszuschüsse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9239','KK95','Gegenkonto zu Konten 9230 - 9238', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9240','KK95','Investitionsverbindlichkeiten bei den Leistungsverbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9241','KK95','Investitionsverbindlichkeiten aus Sachanlagenverkäufen bei Leistungsverbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9242','KK95','Investitionsverbindlichkeiten aus Käufen von immateriellen Vermögensgegenständen bei Leistungsverbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9243','KK95','Investitionsverbindlichkeiten aus Käufen von Finanzanlagen bei Leistungsverbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9244','KK95','Gegenkonto zu Konten 9240 - 9243', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9245','KK95','Forderungen aus Sachanlagenverkäufen bei sonstigen Vermögensgegenständen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9246','KK95','Forderungen aus Verkäufen immaterieller Vermögensgegenständen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9247','KK95','Forderungen aus Verkäufe von Finanzanlagen bei sonstigen Vermögensgegenständen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9249','KK95','Gegenkonto zu Konten 9245 - 9247', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK96','KK9','Eigenkapitalersetzende Gesellschafterdarlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9250','KK96','Eigenkapitalersetzende Gesellschafterdarlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9255','KK96','Ungesicherte Gesellschafterdarlehen mit Restlaufzeit größer 5 Jahre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9259','KK96','Gegenkonto zu 9250 und 9255', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK97','KK9','Aufgliederung der Rückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9260','KK97','Kurzfristige Rückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9262','KK97','Mittelfristige Rückstellungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9264','KK97','Langfristige Rückstellungen außer Pensionen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9269','KK97','Gegenkonto zu Konten 9260 - 9268', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK98','KK9','Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9270','KK98','Gegenkonto zu 9271 bis 9278 (soll-Buchung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9271','KK98','Verbindlichkeiten aus der Begebung und übertragung von Wechsel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9272','KK98','Verbindlichkeiten aus der Begebung und übertragung von Wechseln gegenüber verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9273','KK98','Verbindlichkeiten aus Bürgschaften Wechsel- und Scheckbürgschaften', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9274','KK98','Verbindlichkeiten aus Bürgschaften Wechsel- und Scheckbürgschaften gegenüber verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9275','KK98','Verbindlichkeiten aus Gewährleistungsverträgen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9276','KK98','Verbindlichkeiten aus Gewährleistungsverträgen gegenüber verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9277','KK98','Haftung aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9278','KK98','Haftung aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten gegenüber verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9279','KK98','Verpflichtungen aus Trendhandvermögen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK99','KK9','Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9280','KK99','Gegenkonto zu Konten 9281 - 9284', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9281','KK99','Verpflichtungen aus Miet- und Leasingverträgen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9282','KK99','Verpflichtungen aus Miet- und Leasingverträgen gegenüber verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9283','KK99','Andere Verpflichtungen gemäß § 285 Nr. 3 HGB', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9284','KK99','Andere Verpflichtungen gemäß § 285 Nr. 3 HGB gegenüber verbundenen Unternehmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9a','KK9','Statistische Konten für § 4 Abs. 3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9287','KK9a','Zinsen bei Buchungen über Debitoren bei § 4 Abs. 3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9288','KK9a','Mahngebühren bei Buchungen über Debitoren bei § 4 Abs. 3 EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9289','KK9a','Gegenkonto zu 9287 und 9288', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9290','KK9a','Statistisches Konto steuerfreie Auslagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9291','KK9a','Gegenkonto zu 9290', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9292','KK9a','Statistisches Konto Fremdgeld', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9293','KK9a','Gegenkonto zu 9292', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9a1','KK9a','Einlagen stiller Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9295','KK9a1','Einlagen stiller Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9a2','KK9a','Steuerrechtlicher Ausgleichsposten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9297','KK9a2','Steuerrechtlicher Ausgleichsposten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9b','KK9','Privat Teilhafter (für Verrechnung Gesellschafterdarlehen mit Eigenkapitalcharakter - Konto 9840 - 9849)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9400','KK9b','Privatentnahmen Allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9401','KK9b','Privatentnahmen Allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9402','KK9b','Privatentnahmen Allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9403','KK9b','Privatentnahmen Allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9404','KK9b','Privatentnahmen Allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9405','KK9b','Privatentnahmen Allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9406','KK9b','Privatentnahmen Allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9407','KK9b','Privatentnahmen Allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9408','KK9b','Privatentnahmen Allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9409','KK9b','Privatentnahmen Allgemein', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9410','KK9b','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9411','KK9b','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9412','KK9b','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9413','KK9b','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9414','KK9b','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9415','KK9b','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9416','KK9b','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9417','KK9b','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9418','KK9b','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9419','KK9b','Privatsteuern', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9420','KK9b','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9421','KK9b','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9422','KK9b','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9423','KK9b','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9424','KK9b','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9425','KK9b','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9426','KK9b','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9427','KK9b','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9428','KK9b','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9429','KK9b','Sonderausgaben beschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9430','KK9b','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9431','KK9b','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9432','KK9b','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9433','KK9b','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9434','KK9b','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9435','KK9b','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9436','KK9b','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9437','KK9b','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9438','KK9b','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9439','KK9b','Sonderausgaben unbeschränkt abzugsfähig', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9440','KK9b','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9441','KK9b','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9442','KK9b','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9443','KK9b','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9444','KK9b','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9445','KK9b','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9446','KK9b','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9447','KK9b','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9448','KK9b','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9449','KK9b','Zuwendungen Spenden', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9450','KK9b','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9451','KK9b','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9452','KK9b','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9453','KK9b','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9454','KK9b','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9455','KK9b','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9456','KK9b','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9457','KK9b','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9458','KK9b','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9459','KK9b','Außergewöhnliche Belastungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9460','KK9b','Grundstückaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9461','KK9b','Grundstückaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9462','KK9b','Grundstückaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9463','KK9b','Grundstückaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9464','KK9b','Grundstückaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9465','KK9b','Grundstückaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9466','KK9b','Grundstückaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9467','KK9b','Grundstückaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9468','KK9b','Grundstückaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9469','KK9b','Grundstückaufwand', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9470','KK9b','Grundstückertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9471','KK9b','Grundstückertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9472','KK9b','Grundstückertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9473','KK9b','Grundstückertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9474','KK9b','Grundstückertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9475','KK9b','Grundstückertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9476','KK9b','Grundstückertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9477','KK9b','Grundstückertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9478','KK9b','Grundstückertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9479','KK9b','Grundstückertrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9480','KK9b','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9481','KK9b','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9482','KK9b','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9483','KK9b','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9484','KK9b','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9485','KK9b','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9486','KK9b','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9487','KK9b','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9488','KK9b','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9489','KK9b','Unentgeltliche Wertabgaben', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9490','KK9b','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9491','KK9b','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9492','KK9b','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9493','KK9b','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9494','KK9b','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9495','KK9b','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9496','KK9b','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9497','KK9b','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9498','KK9b','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9499','KK9b','Privateinlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9c','KK9','Statistische Konten für Kapitalkontenentwicklung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9500','KK9c','Anteil für Konto 0900 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9501','KK9c','Anteil für Konto 0901 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9502','KK9c','Anteil für Konto 0902 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9503','KK9c','Anteil für Konto 0903 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9504','KK9c','Anteil für Konto 0904 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9505','KK9c','Anteil für Konto 0905 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9506','KK9c','Anteil für Konto 0906 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9507','KK9c','Anteil für Konto 0907 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9508','KK9c','Anteil für Konto 0908 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9509','KK9c','Anteil für Konto 0909 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9510','KK9c','Anteil für Konto 0910 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9511','KK9c','Anteil für Konto 0911 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9512','KK9c','Anteil für Konto 0912 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9513','KK9c','Anteil für Konto 0913 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9514','KK9c','Anteil für Konto 0914 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9515','KK9c','Anteil für Konto 0915 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9516','KK9c','Anteil für Konto 0916 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9517','KK9c','Anteil für Konto 0917 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9518','KK9c','Anteil für Konto 0918 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9519','KK9c','Anteil für Konto 0919 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9520','KK9c','Anteil für Konto 0920 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9521','KK9c','Anteil für Konto 0921 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9522','KK9c','Anteil für Konto 0922 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9523','KK9c','Anteil für Konto 0923 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9524','KK9c','Anteil für Konto 0924 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9525','KK9c','Anteil für Konto 0925 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9526','KK9c','Anteil für Konto 0926 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9527','KK9c','Anteil für Konto 0927 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9528','KK9c','Anteil für Konto 0928 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9529','KK9c','Anteil für Konto 0929 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9530','KK9c','Anteil für Konto 0830 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9531','KK9c','Anteil für Konto 0831 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9532','KK9c','Anteil für Konto 0832 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9533','KK9c','Anteil für Konto 0833 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9534','KK9c','Anteil für Konto 0834 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9535','KK9c','Anteil für Konto 0835 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9536','KK9c','Anteil für Konto 0836 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9537','KK9c','Anteil für Konto 0837 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9538','KK9c','Anteil für Konto 0838 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9539','KK9c','Anteil für Konto 0839 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9540','KK9c','Anteil für Konto 0810 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9541','KK9c','Anteil für Konto 0811 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9542','KK9c','Anteil für Konto 0812 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9543','KK9c','Anteil für Konto 0813 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9544','KK9c','Anteil für Konto 0814 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9545','KK9c','Anteil für Konto 0815 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9546','KK9c','Anteil für Konto 0816 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9547','KK9c','Anteil für Konto 0817 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9548','KK9c','Anteil für Konto 0818 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9549','KK9c','Anteil für Konto 0819 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9550','KK9c','Anteil für Konto 9810 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9551','KK9c','Anteil für Konto 9811 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9552','KK9c','Anteil für Konto 9812 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9553','KK9c','Anteil für Konto 9813 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9554','KK9c','Anteil für Konto 9814 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9555','KK9c','Anteil für Konto 9815 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9556','KK9c','Anteil für Konto 9816 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9557','KK9c','Anteil für Konto 9817 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9558','KK9c','Anteil für Konto 9818 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9559','KK9c','Anteil für Konto 9819 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9560','KK9c','Anteil für Konto 9820 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9561','KK9c','Anteil für Konto 9821 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9562','KK9c','Anteil für Konto 9822 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9563','KK9c','Anteil für Konto 9823 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9564','KK9c','Anteil für Konto 9824 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9565','KK9c','Anteil für Konto 9825 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9566','KK9c','Anteil für Konto 9826 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9567','KK9c','Anteil für Konto 9827 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9568','KK9c','Anteil für Konto 9828 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9569','KK9c','Anteil für Konto 9829 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9570','KK9c','Anteil für Konto 0870 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9571','KK9c','Anteil für Konto 0871 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9572','KK9c','Anteil für Konto 0872 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9573','KK9c','Anteil für Konto 0873 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9574','KK9c','Anteil für Konto 0874 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9575','KK9c','Anteil für Konto 0875 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9576','KK9c','Anteil für Konto 0876 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9577','KK9c','Anteil für Konto 0877 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9578','KK9c','Anteil für Konto 0878 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9579','KK9c','Anteil für Konto 0879 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9580','KK9c','Anteil für Konto 0880 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9581','KK9c','Anteil für Konto 0881 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9582','KK9c','Anteil für Konto 0882 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9583','KK9c','Anteil für Konto 0883 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9584','KK9c','Anteil für Konto 0884 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9585','KK9c','Anteil für Konto 0885 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9586','KK9c','Anteil für Konto 0886 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9587','KK9c','Anteil für Konto 0887 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9588','KK9c','Anteil für Konto 0888 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9589','KK9c','Anteil für Konto 0889 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9590','KK9c','Anteil für Konto 0890 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9591','KK9c','Anteil für Konto 0891 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9592','KK9c','Anteil für Konto 0892 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9593','KK9c','Anteil für Konto 0893 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9594','KK9c','Anteil für Konto 0894 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9595','KK9c','Anteil für Konto 0895 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9596','KK9c','Anteil für Konto 0896 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9597','KK9c','Anteil für Konto 0897 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9598','KK9c','Anteil für Konto 0898 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9599','KK9c','Anteil für Konto 0899 Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9600','KK9c','Name des Gesellschafters Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9601','KK9c','Name des Gesellschafters Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9602','KK9c','Name des Gesellschafters Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9603','KK9c','Name des Gesellschafters Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9604','KK9c','Name des Gesellschafters Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9605','KK9c','Name des Gesellschafters Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9606','KK9c','Name des Gesellschafters Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9607','KK9c','Name des Gesellschafters Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9608','KK9c','Name des Gesellschafters Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9609','KK9c','Name des Gesellschafters Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9610','KK9c','Tätigkeitsvergütung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9611','KK9c','Tätigkeitsvergütung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9612','KK9c','Tätigkeitsvergütung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9613','KK9c','Tätigkeitsvergütung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9614','KK9c','Tätigkeitsvergütung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9615','KK9c','Tätigkeitsvergütung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9616','KK9c','Tätigkeitsvergütung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9617','KK9c','Tätigkeitsvergütung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9618','KK9c','Tätigkeitsvergütung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9619','KK9c','Tätigkeitsvergütung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9620','KK9c','Tantieme Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9621','KK9c','Tantieme Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9622','KK9c','Tantieme Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9623','KK9c','Tantieme Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9624','KK9c','Tantieme Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9625','KK9c','Tantieme Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9626','KK9c','Tantieme Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9627','KK9c','Tantieme Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9628','KK9c','Tantieme Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9629','KK9c','Tantieme Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9630','KK9c','Darlehensverzinsung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9631','KK9c','Darlehensverzinsung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9632','KK9c','Darlehensverzinsung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9633','KK9c','Darlehensverzinsung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9634','KK9c','Darlehensverzinsung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9635','KK9c','Darlehensverzinsung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9636','KK9c','Darlehensverzinsung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9637','KK9c','Darlehensverzinsung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9638','KK9c','Darlehensverzinsung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9639','KK9c','Darlehensverzinsung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9640','KK9c','Gebrauchsüberlassung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9641','KK9c','Gebrauchsüberlassung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9642','KK9c','Gebrauchsüberlassung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9643','KK9c','Gebrauchsüberlassung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9644','KK9c','Gebrauchsüberlassung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9645','KK9c','Gebrauchsüberlassung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9646','KK9c','Gebrauchsüberlassung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9647','KK9c','Gebrauchsüberlassung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9648','KK9c','Gebrauchsüberlassung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9649','KK9c','Gebrauchsüberlassung Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9650','KK9c','Sonstige Vergütungen Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9651','KK9c','Sonstige Vergütungen Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9652','KK9c','Sonstige Vergütungen Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9653','KK9c','Sonstige Vergütungen Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9654','KK9c','Sonstige Vergütungen Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9655','KK9c','Sonstige Vergütungen Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9656','KK9c','Sonstige Vergütungen Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9657','KK9c','Sonstige Vergütungen Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9658','KK9c','Sonstige Vergütungen Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9659','KK9c','Sonstige Vergütungen Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9690','KK9c','Restanteil Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9691','KK9c','Restanteil Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9692','KK9c','Restanteil Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9693','KK9c','Restanteil Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9694','KK9c','Restanteil Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9695','KK9c','Restanteil Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9696','KK9c','Restanteil Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9697','KK9c','Restanteil Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9698','KK9c','Restanteil Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9699','KK9c','Restanteil Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9700','KK9c','Name des Gesellschafters Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9701','KK9c','Name des Gesellschafters Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9702','KK9c','Name des Gesellschafters Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9703','KK9c','Name des Gesellschafters Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9704','KK9c','Name des Gesellschafters Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9705','KK9c','Name des Gesellschafters Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9706','KK9c','Name des Gesellschafters Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9707','KK9c','Name des Gesellschafters Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9708','KK9c','Name des Gesellschafters Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9709','KK9c','Name des Gesellschafters Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9710','KK9c','Tätigkeitsvergütung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9711','KK9c','Tätigkeitsvergütung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9712','KK9c','Tätigkeitsvergütung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9713','KK9c','Tätigkeitsvergütung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9714','KK9c','Tätigkeitsvergütung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9715','KK9c','Tätigkeitsvergütung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9716','KK9c','Tätigkeitsvergütung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9717','KK9c','Tätigkeitsvergütung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9718','KK9c','Tätigkeitsvergütung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9719','KK9c','Tätigkeitsvergütung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9720','KK9c','Tantieme Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9721','KK9c','Tantieme Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9722','KK9c','Tantieme Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9723','KK9c','Tantieme Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9724','KK9c','Tantieme Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9725','KK9c','Tantieme Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9726','KK9c','Tantieme Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9727','KK9c','Tantieme Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9728','KK9c','Tantieme Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9729','KK9c','Tantieme Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9730','KK9c','Darlehensverzinsung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9731','KK9c','Darlehensverzinsung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9732','KK9c','Darlehensverzinsung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9733','KK9c','Darlehensverzinsung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9734','KK9c','Darlehensverzinsung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9735','KK9c','Darlehensverzinsung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9736','KK9c','Darlehensverzinsung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9737','KK9c','Darlehensverzinsung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9738','KK9c','Darlehensverzinsung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9739','KK9c','Darlehensverzinsung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9740','KK9c','Gebrauchsüberlassung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9741','KK9c','Gebrauchsüberlassung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9742','KK9c','Gebrauchsüberlassung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9743','KK9c','Gebrauchsüberlassung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9744','KK9c','Gebrauchsüberlassung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9745','KK9c','Gebrauchsüberlassung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9746','KK9c','Gebrauchsüberlassung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9747','KK9c','Gebrauchsüberlassung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9748','KK9c','Gebrauchsüberlassung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9749','KK9c','Gebrauchsüberlassung Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9750','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9751','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9752','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9753','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9754','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9755','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9756','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9757','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9758','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9759','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9760','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9761','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9762','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9763','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9764','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9765','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9766','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9767','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9768','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9769','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9770','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9771','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9772','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9773','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9774','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9775','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9776','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9777','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9778','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9779','KK9c','Sonstige Vergütungen Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9780','KK9c','Anteil für Konto 9840 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9781','KK9c','Anteil für Konto 9841 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9782','KK9c','Anteil für Konto 9842 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9783','KK9c','Anteil für Konto 9843 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9784','KK9c','Anteil für Konto 9844 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9785','KK9c','Anteil für Konto 9845 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9786','KK9c','Anteil für Konto 9846 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9787','KK9c','Anteil für Konto 9847 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9788','KK9c','Anteil für Konto 9848 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9789','KK9c','Anteil für Konto 9849 Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9790','KK9c','Restanteil Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9791','KK9c','Restanteil Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9792','KK9c','Restanteil Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9793','KK9c','Restanteil Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9794','KK9c','Restanteil Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9795','KK9c','Restanteil Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9796','KK9c','Restanteil Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9797','KK9c','Restanteil Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9798','KK9c','Restanteil Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9799','KK9c','Restanteil Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9800','KK9c','Lösch- und Korrekturschlüssel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9801','KK9c','Lösch- und Korrekturschlüssel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9d','KK9','Kapital Personenhandelsgesellschaft Vollhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9810','KK9d','Gesellschafter Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9811','KK9d','Gesellschafter Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9812','KK9d','Gesellschafter Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9813','KK9d','Gesellschafter Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9814','KK9d','Gesellschafter Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9815','KK9d','Gesellschafter Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9816','KK9d','Gesellschafter Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9817','KK9d','Gesellschafter Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9818','KK9d','Gesellschafter Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9819','KK9d','Gesellschafter Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9820','KK9d','Verlust-/Vortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9821','KK9d','Verlust-/Vortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9822','KK9d','Verlust-/Vortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9823','KK9d','Verlust-/Vortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9824','KK9d','Verlust-/Vortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9825','KK9d','Verlust-/Vortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9826','KK9d','Verlust-/Vortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9827','KK9d','Verlust-/Vortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9828','KK9d','Verlust-/Vortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9829','KK9d','Verlust-/Vortragskonto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9830','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9831','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9832','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9833','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9834','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9835','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9836','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9837','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9838','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9839','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9e','KK9','Kapital Personenhandelsgesellschaft Teilhafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9840','KK9e','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9841','KK9e','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9842','KK9e','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9843','KK9e','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9844','KK9e','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9845','KK9e','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9846','KK9e','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9847','KK9e','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9848','KK9e','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9849','KK9e','Gesellschafter-Darlehen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9850','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9851','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9852','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9853','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9854','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9855','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9856','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9857','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9858','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9859','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9f','KK9','Einzahlungsverpflichtungen im Bereich der Forderungen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9860','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9861','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9862','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9863','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9864','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9865','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9866','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9867','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9868','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9869','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9870','KK9f','Einzahlungsverpflichtungen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9871','KK9f','Einzahlungsverpflichtungen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9872','KK9f','Einzahlungsverpflichtungen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9873','KK9f','Einzahlungsverpflichtungen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9874','KK9f','Einzahlungsverpflichtungen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9875','KK9f','Einzahlungsverpflichtungen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9876','KK9f','Einzahlungsverpflichtungen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9877','KK9f','Einzahlungsverpflichtungen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9878','KK9f','Einzahlungsverpflichtungen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9879','KK9f','Einzahlungsverpflichtungen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9g','KK9','Ausgleichsposten für aktivierte eigene Anteile und Bilanzierungshilfen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9880','KK9g','Ausgleichsposten für aktivierte eigene Anteile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9882','KK9g','Ausgleichsposten für aktivierte Bilanzierungshilfen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9h','KK9','Nicht durch Vermögenseinlagen gedeckte Entnahmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9883','KK9h','Nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9884','KK9h','Nicht durch Vermögenseinlagen gedeckte Entnahmen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9i','KK9','Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9885','KK9i','Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9886','KK9i','Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen Kommanditisten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9j','KK9','Steueraufwand der Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9887','KK9j','Steueraufwand der Gesellschafter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9889','KK9j','Gegenkonto zu 9887', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','Owner''s Equity','KK9k','KK9','Statistische Konten für Gewinnzuschlag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9890','KK9k','Statistische Konto für den Gewinnzuschlag nach §§6b 6c und 6g EStG (Haben-Buchung)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9891','KK9k','Statistische Konto für den Gewinnzuschlag - Gegenkonto zu 9890', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK9l','KK9','Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9893','KK9l','Umsatzsteuer in den Forderungen zum allgemeinen Umsatzsteuersatz (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9894','KK9l','Umsatzsteuer in den Forderungen zum ermäßigten Umsatzsteuersatz (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9895','KK9l','Gegenkonto 9893 - 9894 für die Aufteilung der Umsatzsteuer (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9896','KK9l','Vorsteuer in den Verbindlichkeiten zum allgemeinen Umsatzsteuersatz (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9897','KK9l','Vorsteuer in den Verbindlichkeiten zum ermäßigten Umsatzsteuersatz (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9899','KK9l','Gegenkonto zu 9899 - 9897 für die Aufteilung der Vorsteuer (EüR)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK9m','KK9','Statistische Konten zu § 4 (4a) EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9910','KK9m','Gegenkonto zur Minderung der Entnahmen § 4 (4a) EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9911','KK9m','Minderung der Entnahmen § 4 (4a) EStG (Haben)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9912','KK9m','Erhöhung der Entnahmen § 4 (4a) EStG', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9913','KK9m','Gegenkonto zur Erhöhung der Entnahmen § 4 (4a) EStG (Haben)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK9n','KK9','Statistische Konten für Kinderbetreuungskosten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9918','KK9n','Kinderbetreuungskosten (wie Betriebsausgaben steuerlich anzusetzender Betrag)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','XXXXX','9919','KK9n','Gegenkonto zu 9918 (Haben)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','0','XXXXX','KK9o','KK9','Ausstehende Einlagen', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9920','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9921','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9922','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9923','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9924','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9925','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9926','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9927','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9928','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9929','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9930','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9931','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9932','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9933','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9934','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9935','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9936','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9937','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9938','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9939','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9940','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9941','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9942','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9943','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9944','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9945','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9946','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9947','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9948','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9949','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9950','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9951','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9952','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9953','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9954','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9955','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9956','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9957','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9958','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Owner''s Equity','9959','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Memo','9900',NULL,'SO Commitment', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Memo','9910',NULL,'PO Commitment', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','9','Liability','9901',NULL,'Steuer Verbindlichkeiten', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','6','Asset','6000',NULL,'Work In Process', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','6','Asset','6001',NULL,'Floor Stock', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','6','Expense','6002',NULL,'Cost Of Production', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','6','Expense','6003',NULL,'Scrap', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','5','Expense','51130',NULL,'Outside Processing (Subcontract)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','5','Expense','58400',NULL,'Using Variance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','5','Expense','58500',NULL,'Method Change Variance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','5','Expense','58600',NULL,'Rate Variance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','5','Expense','58700',NULL,'Mix Variance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','83100',NULL,'Labor (Absorbed)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','83200',NULL,'Burden (Absorbed)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','83300',NULL,'Overhead (Applied)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account(fk_pcg_version,pcg_type,pcg_subtype,account_number,account_parent,label,active,entity) VALUES ('SKR03','8','Expense','83400',NULL,'Average Cost Variance', 1, __ENTITY__);
    +-- SKR03
     
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1000, 'SKR03','0','XXXXX','RAP',NULL,'Abgenzungsposten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1001, 'SKR03','0','XXXXX','BV',NULL,'Bestandsveränderungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1002, 'SKR03','0','XXXXX','AEL',NULL,'Andere aktivierte Eigenleistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1003, 'SKR03','0','XXXXX','VSK',NULL,'Verrechnete Stoffkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1004, 'SKR03','0','Asset','BA',NULL,'Bilanz - Aktiva',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1005, 'SKR03','0','Liability','BP',NULL,'Bilanz - Passiva',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1006, 'SKR03','0','Expense','GVA',NULL,'Gewinn u. Verlust - Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1007, 'SKR03','0','Revenue','GVE',NULL,'Gewinn u. Verlust - Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1008, 'SKR03','0','Asset','K0BA','BA','Anlage- und Kapitalkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1009, 'SKR03','0','Asset','K1BA','BA','Finanz- und Privatkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1010, 'SKR03','0','Asset','K3BA','BA','Wareneingangs- und Bestandskonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1011, 'SKR03','0','Asset','K7BA','BA','Bestände an Erzeugnissen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1012, 'SKR03','0','Liability','K0BP','BP','Anlage- und Kapitalkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1013, 'SKR03','0','Liability','K1BP','BP','Finanz- und Privatkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1014, 'SKR03','0','Expense','K2GVA','GVA','Abgrenzungskonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1015, 'SKR03','0','Expense','K3GVA','GVA','Wareneingangs- und Bestandskonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1016, 'SKR03','0','Expense','K4GVA','GVA','Betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1017, 'SKR03','0','Expense','K8GVA','GVA','Erlöskonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1018, 'SKR03','0','Revenue','K2GVE','GVE','Abgrenzungskonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1019, 'SKR03','0','Revenue','K3GVE','GVE','Wareneingangs- und Bestandskonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1020, 'SKR03','0','Revenue','K8GVE','GVE','Erlöskonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1021, 'SKR03','0','Asset','K0BA01','K0BA','Aufwendungen für die Ingangsetzung und Erweiterung des Geschäftsbetriebs',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1022, 'SKR03','0','Asset','1','K0BA01','Aufwendungen für die Ingangsetzung und Erweiterung des Geschäftsbetriebs',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1023, 'SKR03','0','Asset','K0BA02','K0BA','Aufwendungen für die Währungsumstellung auf den Euro',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1024, 'SKR03','0','Asset','2','K0BA02','Aufwendungen für die Währungsumstellung auf den Euro',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1025, 'SKR03','0','Asset','K0BA1','K0BA','Immaterielle Vermögensgegenstände',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1026, 'SKR03','0','Asset','K0BA11','K0BA1','Konzessionen gewerbliche Schutzrechte und ähnliche Rechte und Werte sowie Lizenzen an solchen Rechten und Werten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1027, 'SKR03','0','Asset','10','K0BA11','Konzessionen gewerbliche Schutzrechte und ähnliche Rechte und Werte sowie Lizenzen an solchen Rechten und Werten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1028, 'SKR03','0','Asset','15','0010','Konzessionen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1029, 'SKR03','0','Asset','20','0010','Gewerbliche Schutzrechte',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1030, 'SKR03','0','Asset','25','0010','ähnliche Rechte und Werte',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1031, 'SKR03','0','Asset','27','0010','EDV-Software',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1032, 'SKR03','0','Asset','30','0010','Lizenzen an gewerblichen Schutzrechten und ähnlichen Rechten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1033, 'SKR03','0','Asset','K0BA12','K0BA1','Geschäfts- oder Firmenwert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1034, 'SKR03','0','Asset','35','K0BA12','Geschäfts- oder Firmenwert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1035, 'SKR03','0','Asset','K0BA13','K0BA1','Geleistete Anzahlungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1036, 'SKR03','0','Asset','38','K0BA13','Anzahlungen auf Geschäfts- oder Firmenwert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1037, 'SKR03','0','Asset','39','K0BA13','Anzahlungen auf immaterielle Vermögensgegenstände',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1038, 'SKR03','0','Asset','K0BA14','K0BA1','Verschmelzungsmehrwert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1039, 'SKR03','0','Asset','40','K0BA14','Verschmelzungsmehrwert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1040, 'SKR03','0','Asset','K0BA2','K0BA','Sachanlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1041, 'SKR03','0','Asset','K0BA21','K0BA2','Grundstücke grundstücksgleiche Rechte und Bauten einschließlich der Bauten auf fremden Grundstücken',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1042, 'SKR03','0','Asset','50','K0BA21','Grundstücke grundstücksgleiche Rechte und Bauten einschließlich der Bauten auf fremden Grundstücken',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1043, 'SKR03','0','Asset','59','0050','Grundstücksanteil des häuslichen Arbeitszimmers.',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1044, 'SKR03','0','Asset','60','K0BA21','Grundstücke und grundstücksgleiche Rechte ohne Bauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1045, 'SKR03','0','Asset','65','0060','Unbebaute Grundstücke',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1046, 'SKR03','0','Asset','70','0060','Grundstücksgleiche Rechte - (erbbaurecht Daürwohnrecht)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1047, 'SKR03','0','Asset','75','0060','Grundstücke mit Substanzverzehr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1048, 'SKR03','0','Asset','K0BA22','K0BA2','Geleistete Anzahlungen und Anlagen im Bau',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1049, 'SKR03','0','Asset','79','K0BA22','Anzahlungen auf Grundstücke und grundstücksgleiche Rechte ohne Bauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1050, 'SKR03','0','Asset','80','K0BA21','Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1051, 'SKR03','0','Asset','85','0080','Grundstückswerte eigener bebauter Grundstücke',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1052, 'SKR03','0','Asset','90','0080','Geschäftsbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1053, 'SKR03','0','Asset','100','0080','Fabrikbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1054, 'SKR03','0','Asset','110','0080','Garagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1055, 'SKR03','0','Asset','111','0080','Außenanlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1056, 'SKR03','0','Asset','112','0080','Hof- und Wegebefestigungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1057, 'SKR03','0','Asset','113','0080','Einrichtung Fabrik- und Geschäftsbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1058, 'SKR03','0','Asset','115','0080','Andere Bauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1059, 'SKR03','0','Asset','120','K0BA22','Geschäfts- Fabrik- und andere Bauten im Bau',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1060, 'SKR03','0','Asset','129','K0BA22','Anzahlungen auf Geshäfts- Fabrik- und andere Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1061, 'SKR03','0','Asset','140','K0BA21','Wohnbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1062, 'SKR03','0','Asset','145','K0BA21','Garagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1063, 'SKR03','0','Asset','146','K0BA21','Aussenanlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1064, 'SKR03','0','Asset','147','K0BA21','Hof- und Wegebefestigungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1065, 'SKR03','0','Asset','148','K0BA21','Einrichtungen für Wohnbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1066, 'SKR03','0','Asset','149','K0BA21','Gebäudeteil des häuslichen Arbeitszimmers',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1067, 'SKR03','0','Asset','150','K0BA22','Wohnbauten im Bau',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1068, 'SKR03','0','Asset','159','K0BA22','Anzahlgen auf Wohnbauten auf eigenen Grundstücken und grundstücksgleichen Rechten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1069, 'SKR03','0','Asset','160','K0BA21','Bauten auf fremden Grundstücken',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1070, 'SKR03','0','Asset','165','0160','Geschäftsbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1071, 'SKR03','0','Asset','170','0160','Fabrikbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1072, 'SKR03','0','Asset','175','0160','Garagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1073, 'SKR03','0','Asset','176','0160','Aussenanlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1074, 'SKR03','0','Asset','177','0160','Hof- und Wegebefestigungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1075, 'SKR03','0','Asset','178','0160','Einrichtung für Fabrik- und Geschäftsbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1076, 'SKR03','0','Asset','179','K0BA21','Andere Bauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1077, 'SKR03','0','Asset','180','K0BA22','Geschäfts- Fabrik- und andere Bauten im Bau',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1078, 'SKR03','0','Asset','189','K0BA22','Anzahlungen auf Geschäfts- Fabrik- und andere Bauten auf fremden Grundstücken',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1079, 'SKR03','0','Asset','190','K0BA21','Wohnbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1080, 'SKR03','0','Asset','191','K0BA21','Garagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1081, 'SKR03','0','Asset','192','K0BA21','Aussenanlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1082, 'SKR03','0','Asset','193','K0BA21','Hof- und Wegebefestigungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1083, 'SKR03','0','Asset','194','K0BA21','Einrichtungen für Wohnbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1084, 'SKR03','0','Asset','195','K0BA22','Wohnbauten im Bau',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1085, 'SKR03','0','Asset','199','K0BA22','Anzahlungen a. Wohnbauten auf fremden Grundstücken',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1086, 'SKR03','0','Asset','K0BA23','K0BA2','Technische Anlagen und Maschinen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1087, 'SKR03','0','Asset','200','K0BA23','Technische Anlagen und Maschinen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1088, 'SKR03','0','Asset','210','0200','Maschinen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1089, 'SKR03','0','Asset','220','0200','Maschinengebundene Werkzeuge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1090, 'SKR03','0','Asset','240','0200','Maschinelle Anlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1091, 'SKR03','0','Asset','260','0200','Transportanlagen und ähnliches',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1092, 'SKR03','0','Asset','280','0200','Betriebsvorrichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1093, 'SKR03','0','Asset','290','K0BA22','Technische Anlagen und Maschinen im Bau',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1094, 'SKR03','0','Asset','299','K0BA22','Anzahlungen auf technische Anlagen und Maschinen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1095, 'SKR03','0','Asset','K0BA24','K0BA2','Andere Anlagen Betriebs- und Geschäftsausstattung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1096, 'SKR03','0','Asset','300','K0BA24','Andere Anlagen Betriebs- und Geschäftsausstattung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1097, 'SKR03','0','Asset','310','0300','Andere Anlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1098, 'SKR03','0','Asset','320','0300','PKW',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1099, 'SKR03','0','Asset','350','0300','LKW',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1100, 'SKR03','0','Asset','380','0300','Sonstige Transportmittel',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1101, 'SKR03','0','Asset','400','0300','Betriebsausstattung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1102, 'SKR03','0','Asset','410','0300','Geschäftsausstattung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1103, 'SKR03','0','Asset','420','0300','Büroeinrichtung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1104, 'SKR03','0','Asset','430','0300','Ladeneinrichtung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1105, 'SKR03','0','Asset','440','0300','Werkzeuge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1106, 'SKR03','0','Asset','450','0300','Einbauten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1107, 'SKR03','0','Asset','460','0300','Gerüst- und Schalungsmaterial',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1108, 'SKR03','0','Asset','480','0300','Geringwertige Wirtschaftsgüter bis 410 Euro',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1109, 'SKR03','0','Asset','490','0300','Sonstige Betriebs- und Geschäftsausstattung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1110, 'SKR03','0','Asset','498','K0BA22','Andere Anlagen Betriebs- und Geschäftsausstattung im Bau',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1111, 'SKR03','0','Asset','499','K0BA22','Anzahlungen auf andere Anlagen Betriebs- und Geschäftsausstattung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1112, 'SKR03','0','Asset','K0BA3','K0BA','Finanzanlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1113, 'SKR03','0','Asset','K0BA31','K0BA3','Anteile an verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1114, 'SKR03','0','Asset','500','K0BA31','Anteile an verbundenen Unternehmen (Anlagevermögen)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1115, 'SKR03','0','Asset','504','K0BA31','Anteile an herrschender oder mit Mehrheit beteiligter Gesellschaft',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1116, 'SKR03','0','Asset','K0BA32','K0BA3','Ausleihungen an verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1117, 'SKR03','0','Asset','505','K0BA32','Ausleihungen an verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1118, 'SKR03','0','Asset','K0BA33','K0BA3','Beteiligungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1119, 'SKR03','0','Asset','510','K0BA33','Beteiligungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1120, 'SKR03','0','Asset','513','0510','Typisch stille Beteiligungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1121, 'SKR03','0','Asset','516','0510','Atypisch stille Beteiligungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1122, 'SKR03','0','Asset','517','0510','Andere Beteiligungen an Kapitalgesellschaften',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1123, 'SKR03','0','Asset','518','0510','Andere Beteiligungen an Personengesellschaften',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1124, 'SKR03','0','Asset','519','0510','Beteiligung einer GmbH&Co.KG an einer Komplementär GmbH',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1125, 'SKR03','0','Asset','K0BA34','K0BA3','Ausleihungen an Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1126, 'SKR03','0','Asset','520','K0BA34','Ausleihungen an Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1127, 'SKR03','0','Asset','K0BA35','K0BA3','Wertpapiere des Anlagevermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1128, 'SKR03','0','Asset','525','K0BA35','Wertpapiere des Anlagevermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1129, 'SKR03','0','Asset','530','0525','Wertpapiere mit Gewinnbeteiligungsansprüchen die dem Halbeinkünfteverfahren unterliegen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1130, 'SKR03','0','Asset','535','0525','Festverzinsliche Wertpapiere',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1131, 'SKR03','0','Asset','K0BA36','K0BA3','Sonstige Ausleihungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1132, 'SKR03','0','Asset','540','K0BA36','Sonstige Ausleihungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1133, 'SKR03','0','Asset','550','0540','Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1134, 'SKR03','0','Asset','K0BA37','K0BA3','Genossenschaftsanteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1135, 'SKR03','0','Asset','570','K0BA37','Genossenschaftsanteile zum langfristigen Verbleib',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1136, 'SKR03','0','Asset','580','K0BA36','Ausleihungen an Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1137, 'SKR03','0','Asset','590','K0BA36','Ausleihungen an nahe stehende Personen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1138, 'SKR03','0','Asset','K0BA38','K0BA3','Rückdeckungsansprüche aus Lebensversicherungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1139, 'SKR03','0','Asset','595','K0BA38','Rückdeckungsansprüche aus Lebensversicherungen zum langfristigen Verbleib',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1140, 'SKR03','0','Liability','K0BP1','K0BP','Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1141, 'SKR03','0','Liability','K0BP11','K0BP1','Anleihen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1142, 'SKR03','0','Liability','600','K0BP11','Anleihen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1143, 'SKR03','0','Liability','601','0600','Anleihen nicht konvertibel (bis 1 Jahr)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1144, 'SKR03','0','Liability','605','0600','Anleihen nicht konvertibel (1-5 Jahre)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1145, 'SKR03','0','Liability','610','0600','Anleihen nicht konvertibel (größer 5 Jahre)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1146, 'SKR03','0','Liability','615','0600','Anleihen konvertibel',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1147, 'SKR03','0','Liability','616','0600','Anleihen konvertibel(bis 1 Jahr)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1148, 'SKR03','0','Liability','620','0600','Anleihen konvertibel(1-5 Jahre)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1149, 'SKR03','0','Liability','625','0600','Anleihen konvertibel(größer 5 Jahre)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1150, 'SKR03','0','Liability','K0BP12','K0BP1','Verbindlichkeiten gegenüber Kreditinstituten oder Schecks Kassenbestand Bundesbank- und Postbankguthaben Guthaben bei Kreditinstituten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1151, 'SKR03','0','Liability','630','K0BP12','Verbindlichkeiten gegenüber Kreditinstituten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1152, 'SKR03','0','Liability','631','0630','Verbindlichkeiten gegenüber Kreditinstitut ( bis 1Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1153, 'SKR03','0','Liability','640','0630','Verbindlichkeiten gegenüber Kreditinstitut (1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1154, 'SKR03','0','Liability','650','0630','Verbindlichkeiten gegenüber Kreditinstitut (größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1155, 'SKR03','0','Liability','660','0630','Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1156, 'SKR03','0','Liability','661','0630','Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen ( bis 1Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1157, 'SKR03','0','Liability','670','0630','Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen (1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1158, 'SKR03','0','Liability','680','0630','Verbindlichkeit. gegenüber Kreditinstituten aus Teilzahlungsverträgen (größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1159, 'SKR03','0','Liability','690','0630','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1160, 'SKR03','0','Liability','691','0630','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1161, 'SKR03','0','Liability','692','0630','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1162, 'SKR03','0','Liability','693','0630','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1163, 'SKR03','0','Liability','694','0630','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1164, 'SKR03','0','Liability','695','0630','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1165, 'SKR03','0','Liability','696','0630','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1166, 'SKR03','0','Liability','697','0630','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1167, 'SKR03','0','Liability','698','0630','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1168, 'SKR03','0','Liability','K0BP13','K0BP1','Verbindlichkeiten gegenüber Kreditinstitut',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1169, 'SKR03','0','Liability','699','K0BP13','Gegenkonto 0630-0689 bei Aufteilung der Konten 0690-0698',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1170, 'SKR03','0','Liability','K0BP14','K0BP1','Verbindlichkeiten gegenüber verbundenen Unternehmen oder Forderungen gegen verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1171, 'SKR03','0','Liability','700','K0BP14','Verbindlichkeiten gegenüber verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1172, 'SKR03','0','Liability','701','0700','Verbindlichkeiten gegenüber verbundenen Unternehmen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1173, 'SKR03','0','Liability','705','0700','Verbindlichkeiten gegenüber verbundenen Unternehmen ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1174, 'SKR03','0','Liability','710','0700','Verbindlichkeiten gegenüber verbundenen Unternehmen ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1175, 'SKR03','0','Liability','K0BP15','K0BP1','Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht oder Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1176, 'SKR03','0','Liability','715','K0BP15','Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1177, 'SKR03','0','Liability','716','K0BP15','Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1178, 'SKR03','0','Liability','720','K0BP15','Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1179, 'SKR03','0','Liability','725','K0BP15','Verbindlichkeit. gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( größer 5 Jahre)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1180, 'SKR03','0','Liability','K0BP16','K0BP1','Sonstige Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1181, 'SKR03','0','Liability','730','K0BP16','Verbindlichkeit gegenüber Gesellschaftern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1182, 'SKR03','0','Liability','731','0730','Verbindlichkeit gegenüber Gesellschaftern ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1183, 'SKR03','0','Liability','740','0730','Verbindlichkeit gegenüber Gesellschaftern ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1184, 'SKR03','0','Liability','750','0730','Verbindlichkeit gegenüber Gesellschaftern ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1185, 'SKR03','0','Liability','755','0730','Verbindlichkeit gegenüber Gesellschaftern für offene Ausschüttungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1186, 'SKR03','0','Liability','760','0730','Darlehen typisch stiller Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1187, 'SKR03','0','Liability','761','0730','Darlehen typisch stiller Gesellschafter ( bis 1 Jahr)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1188, 'SKR03','0','Liability','764','0730','Darlehen typisch stiller Gesellschafter ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1189, 'SKR03','0','Liability','767','0730','Darlehen typisch stiller Gesellschafter ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1190, 'SKR03','0','Liability','770','0730','Darlehen atypisch stiller Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1191, 'SKR03','0','Liability','771','0730','Darlehen atypisch stiller Gesellschafter ( bis 1 Jahr)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1192, 'SKR03','0','Liability','774','0730','Darlehen atypisch stiller Gesellschafter ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1193, 'SKR03','0','Liability','777','0730','Darlehen atypisch stiller Gesellschafter ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1194, 'SKR03','0','Liability','780','0730','Partiarische Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1195, 'SKR03','0','Liability','781','0730','Partiarische Darlehen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1196, 'SKR03','0','Liability','784','0730','Partiarische Darlehen ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1197, 'SKR03','0','Liability','787','0730','Partiarische Darlehen ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1198, 'SKR03','0','Liability','790','0730','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1199, 'SKR03','0','Liability','791','0730','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1200, 'SKR03','0','Liability','792','0730','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1201, 'SKR03','0','Liability','793','0730','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1202, 'SKR03','0','Liability','794','0730','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1203, 'SKR03','0','Liability','795','0730','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1204, 'SKR03','0','Liability','796','0730','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1205, 'SKR03','0','Liability','797','0730','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1206, 'SKR03','0','Liability','798','0730','(frei in Bilanz kein Restlaufzeitvermerk)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1207, 'SKR03','0','Liability','799','0730','Gegenkonto 0730 - 0789 bei Aufteilung der Konten 0790 - 0798',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1208, 'SKR03','0','Owner''s Equity','K0BP2','K0BP','Kapital Kapitalgesellschaft',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1209, 'SKR03','0','Owner''s Equity','K0BP21','K0BP2','Gezeichnetes Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1210, 'SKR03','0','Owner''s Equity','800','K0BP21','Gezeichnetes Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1211, 'SKR03','0','Owner''s Equity','K0BP22','K0BP2','Ausstehende Einlagen auf das gezeichnete Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1212, 'SKR03','0','Owner''s Equity','801','K0BP22','Ausstehende Einlagen auf das gezeichnete Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1213, 'SKR03','0','Owner''s Equity','802','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1214, 'SKR03','0','Owner''s Equity','803','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1215, 'SKR03','0','Owner''s Equity','804','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1216, 'SKR03','0','Owner''s Equity','805','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1217, 'SKR03','0','Owner''s Equity','806','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1218, 'SKR03','0','Owner''s Equity','807','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1219, 'SKR03','0','Owner''s Equity','808','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1220, 'SKR03','0','Owner''s Equity','809','0801','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1221, 'SKR03','0','Owner''s Equity','810','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1222, 'SKR03','0','Owner''s Equity','811','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1223, 'SKR03','0','Owner''s Equity','812','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1224, 'SKR03','0','Owner''s Equity','813','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1225, 'SKR03','0','Owner''s Equity','814','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1226, 'SKR03','0','Owner''s Equity','815','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1227, 'SKR03','0','Owner''s Equity','816','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1228, 'SKR03','0','Owner''s Equity','817','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1229, 'SKR03','0','Owner''s Equity','818','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1230, 'SKR03','0','Owner''s Equity','819','0801','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert (Aktivausweis)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1231, 'SKR03','0','Owner''s Equity','K0BP23','K0BP2','Nicht eingeforderte ausstehende Einlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1232, 'SKR03','0','Owner''s Equity','820','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1233, 'SKR03','0','Owner''s Equity','821','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1234, 'SKR03','0','Owner''s Equity','822','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1235, 'SKR03','0','Owner''s Equity','823','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1236, 'SKR03','0','Owner''s Equity','824','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1237, 'SKR03','0','Owner''s Equity','825','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1238, 'SKR03','0','Owner''s Equity','826','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1239, 'SKR03','0','Owner''s Equity','827','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1240, 'SKR03','0','Owner''s Equity','828','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1241, 'SKR03','0','Owner''s Equity','829','K0BP23','Ausstehende Einlagen auf das gezeichnete Kapital nicht eingefordert (Passivausweis von gezeichnetem Kapital offen abgesetzt eingeforderte ausstehende Einlagen s. Konten 0830 - 0838 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1242, 'SKR03','0','Owner''s Equity','K0BP24','K0BP2','Eingeforderte noch ausstehende Kapitaleinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1243, 'SKR03','0','Owner''s Equity','830','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1244, 'SKR03','0','Owner''s Equity','831','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1245, 'SKR03','0','Owner''s Equity','832','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1246, 'SKR03','0','Owner''s Equity','833','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1247, 'SKR03','0','Owner''s Equity','834','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1248, 'SKR03','0','Owner''s Equity','835','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1249, 'SKR03','0','Owner''s Equity','836','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1250, 'SKR03','0','Owner''s Equity','837','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1251, 'SKR03','0','Owner''s Equity','838','K0BP24','Ausstehende Einlagen auf das gezeichnete Kapital eingefordert ( Forderungen nicht eingeforderte ausstehende Einlagen s. Konten 0820 - 0829 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1252, 'SKR03','0','Owner''s Equity','K0BP25','K0BP2','Eingeforderte Nachschüsse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1253, 'SKR03','0','Owner''s Equity','839','K0BP25','Eingeforderte Nachschüsse ( Forderungen  Gegenkonto 0845 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1254, 'SKR03','0','Owner''s Equity','K0BP3','K0BP','Kapitalrücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1255, 'SKR03','0','Owner''s Equity','K0BP31','K0BP3','Kapitalrücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1256, 'SKR03','0','Owner''s Equity','840','K0BP31','Kapitalrücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1257, 'SKR03','0','Owner''s Equity','841','0840','Kapitalrücklage durch Ausgabe von Anteilen über Nennbetrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1258, 'SKR03','0','Owner''s Equity','842','0840','Kapitalrücklage durch Ausgabe von Schuldverschreibungen für Wandlungsrechte und Optionsrechte zum Erwerb von Anteilen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1259, 'SKR03','0','Owner''s Equity','843','0840','Kapitalrücklage durch Zuzahlungen gegen Gewährung eines Vorzugs für Anteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1260, 'SKR03','0','Owner''s Equity','844','0840','Kapitalrücklage durch andere Zuzahlungen in das Eigenkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1261, 'SKR03','0','Owner''s Equity','845','0840','Eingefordertes Nachschusskapital ( Gegenkonto 0839 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1262, 'SKR03','0','Owner''s Equity','K0BP4','K0BP','Gewinnrücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1263, 'SKR03','0','Owner''s Equity','K0BP41','K0BP4','Gesetzliche Rücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1264, 'SKR03','0','Owner''s Equity','846','K0BP41','Gesetzliche Rücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1265, 'SKR03','0','Owner''s Equity','K0BP42','K0BP4','Rücklage für eigene Anteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1266, 'SKR03','0','Owner''s Equity','850','K0BP42','Rücklage für eigene Anteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1267, 'SKR03','0','Owner''s Equity','K0BP43','K0BP4','Satzungsmässige Rücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1268, 'SKR03','0','Owner''s Equity','851','K0BP43','Satzungsmässige Rücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1269, 'SKR03','0','Owner''s Equity','K0BP44','K0BP4','Andere Gewinnrücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1270, 'SKR03','0','Owner''s Equity','855','K0BP44','Andere Gewinnrücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1271, 'SKR03','0','Owner''s Equity','856','K0BP44','Eigenkapitalanteil von Wertaufholungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1272, 'SKR03','0','Owner''s Equity','K0BP45','K0BP4','Gewinnvortrag oder Verlustvortrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1273, 'SKR03','0','Owner''s Equity','860','K0BP45','Gewinnvortrag vor Verwendung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1274, 'SKR03','0','Owner''s Equity','868','K0BP45','Verlustvortrag vor Verwendung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1275, 'SKR03','0','Owner''s Equity','K0BP46','K0BP4','Vortrag auf neue Rechnung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1276, 'SKR03','0','Owner''s Equity','869','K0BP46','Vortrag auf neue Rechnung (Bilanz)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1277, 'SKR03','0','Owner''s Equity','K0BP5','K0BP','Kapital Personenhandelsgesellschaft vollhafter/Einzelunternehmer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1278, 'SKR03','0','Owner''s Equity','870','K0BP5','Festkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1279, 'SKR03','0','Owner''s Equity','871','K0BP5','Festkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1280, 'SKR03','0','Owner''s Equity','872','K0BP5','Festkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1281, 'SKR03','0','Owner''s Equity','873','K0BP5','Festkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1282, 'SKR03','0','Owner''s Equity','874','K0BP5','Festkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1283, 'SKR03','0','Owner''s Equity','875','K0BP5','Festkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1284, 'SKR03','0','Owner''s Equity','876','K0BP5','Festkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1285, 'SKR03','0','Owner''s Equity','877','K0BP5','Festkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1286, 'SKR03','0','Owner''s Equity','878','K0BP5','Festkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1287, 'SKR03','0','Owner''s Equity','879','K0BP5','Festkapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1288, 'SKR03','0','Owner''s Equity','880','K0BP5','Variables Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1289, 'SKR03','0','Owner''s Equity','881','K0BP5','Variables Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1290, 'SKR03','0','Owner''s Equity','882','K0BP5','Variables Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1291, 'SKR03','0','Owner''s Equity','883','K0BP5','Variables Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1292, 'SKR03','0','Owner''s Equity','884','K0BP5','Variables Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1293, 'SKR03','0','Owner''s Equity','885','K0BP5','Variables Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1294, 'SKR03','0','Owner''s Equity','886','K0BP5','Variables Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1295, 'SKR03','0','Owner''s Equity','887','K0BP5','Variables Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1296, 'SKR03','0','Owner''s Equity','888','K0BP5','Variables Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1297, 'SKR03','0','Owner''s Equity','889','K0BP5','Variables Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1298, 'SKR03','0','Owner''s Equity','890','K0BP5','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1299, 'SKR03','0','Owner''s Equity','891','K0BP5','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1300, 'SKR03','0','Owner''s Equity','892','K0BP5','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1301, 'SKR03','0','Owner''s Equity','893','K0BP5','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1302, 'SKR03','0','Owner''s Equity','894','K0BP5','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1303, 'SKR03','0','Owner''s Equity','895','K0BP5','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1304, 'SKR03','0','Owner''s Equity','896','K0BP5','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1305, 'SKR03','0','Owner''s Equity','897','K0BP5','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1306, 'SKR03','0','Owner''s Equity','898','K0BP5','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1307, 'SKR03','0','Owner''s Equity','899','K0BP5','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1308, 'SKR03','0','Owner''s Equity','K0BP6','K0BP','Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1309, 'SKR03','0','Owner''s Equity','900','K0BP6','Kommandit-Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1310, 'SKR03','0','Owner''s Equity','901','K0BP6','Kommandit-Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1311, 'SKR03','0','Owner''s Equity','902','K0BP6','Kommandit-Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1312, 'SKR03','0','Owner''s Equity','903','K0BP6','Kommandit-Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1313, 'SKR03','0','Owner''s Equity','904','K0BP6','Kommandit-Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1314, 'SKR03','0','Owner''s Equity','905','K0BP6','Kommandit-Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1315, 'SKR03','0','Owner''s Equity','906','K0BP6','Kommandit-Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1316, 'SKR03','0','Owner''s Equity','907','K0BP6','Kommandit-Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1317, 'SKR03','0','Owner''s Equity','908','K0BP6','Kommandit-Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1318, 'SKR03','0','Owner''s Equity','909','K0BP6','Kommandit-Kapital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1319, 'SKR03','0','Owner''s Equity','910','K0BP6','Verlustausgleichskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1320, 'SKR03','0','Owner''s Equity','911','K0BP6','Verlustausgleichskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1321, 'SKR03','0','Owner''s Equity','912','K0BP6','Verlustausgleichskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1322, 'SKR03','0','Owner''s Equity','913','K0BP6','Verlustausgleichskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1323, 'SKR03','0','Owner''s Equity','914','K0BP6','Verlustausgleichskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1324, 'SKR03','0','Owner''s Equity','915','K0BP6','Verlustausgleichskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1325, 'SKR03','0','Owner''s Equity','916','K0BP6','Verlustausgleichskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1326, 'SKR03','0','Owner''s Equity','917','K0BP6','Verlustausgleichskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1327, 'SKR03','0','Owner''s Equity','918','K0BP6','Verlustausgleichskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1328, 'SKR03','0','Owner''s Equity','919','K0BP6','Verlustausgleichskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1329, 'SKR03','0','Owner''s Equity','920','K0BP6','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1330, 'SKR03','0','Owner''s Equity','921','K0BP6','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1331, 'SKR03','0','Owner''s Equity','922','K0BP6','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1332, 'SKR03','0','Owner''s Equity','923','K0BP6','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1333, 'SKR03','0','Owner''s Equity','924','K0BP6','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1334, 'SKR03','0','Owner''s Equity','925','K0BP6','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1335, 'SKR03','0','Owner''s Equity','926','K0BP6','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1336, 'SKR03','0','Owner''s Equity','927','K0BP6','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1337, 'SKR03','0','Owner''s Equity','928','K0BP6','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1338, 'SKR03','0','Owner''s Equity','929','K0BP6','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1339, 'SKR03','0','Owner''s Equity','K0BP7','K0BP','Sonderposten mit Rücklageanteil',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1340, 'SKR03','0','Owner''s Equity','K0BP71','K0BP7','Sonderposten mit Rücklageanteil',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1341, 'SKR03','0','Owner''s Equity','930','K0BP71','Sonderposten mit Rücklageanteil steuerfreie Rücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1342, 'SKR03','0','Owner''s Equity','931','K0BP71','Sonderposten mit Rücklageanteil nach § 6b EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1343, 'SKR03','0','Owner''s Equity','932','K0BP71','Sonderposten mit Rücklageanteil nach Abschnitt 35 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1344, 'SKR03','0','Owner''s Equity','933','K0BP71','Sonderposten mit Rücklageanteil nach § 6d EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1345, 'SKR03','0','Owner''s Equity','934','K0BP71','Sonderposten mit Rücklageanteil nach § 1 EntwLStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1346, 'SKR03','0','Owner''s Equity','K0BP72','K0BP7','Sonderposten aus der Währungsumstellung auf den Euro',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1347, 'SKR03','0','Owner''s Equity','935','K0BP72','Sonderposten aus der Währungsumstellung auf den Euro',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1348, 'SKR03','0','Owner''s Equity','936','K0BP71','Sonderposten mit Rücklageanteil nach § 7 d EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1349, 'SKR03','0','Owner''s Equity','937','K0BP71','Sonderposten mit Rücklageanteil nach § 79 EStDV',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1350, 'SKR03','0','Owner''s Equity','938','K0BP71','Sonderposten mit Rücklageanteil nach § 80 EStDV',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1351, 'SKR03','0','Owner''s Equity','939','K0BP71','Sonderposten mit Rücklageanteil nach § 52 Abs.16 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1352, 'SKR03','0','Owner''s Equity','940','K0BP71','Sonderposten mit Rücklageanteil Sonderabschreibungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1353, 'SKR03','0','Owner''s Equity','941','K0BP71','Sonderposten mit Rücklageanteil § 82 a EStDV',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1354, 'SKR03','0','Owner''s Equity','942','K0BP71','Sonderposten mit Rücklageanteil § 82 d EStDV',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1355, 'SKR03','0','Owner''s Equity','943','K0BP71','Sonderposten mit Rücklageanteil nach § 82 e EStDV',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1356, 'SKR03','0','Owner''s Equity','944','K0BP71','Sonderposten mit Rücklageanteil nach § 14 BerlinFG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1357, 'SKR03','0','Owner''s Equity','945','K0BP71','Sonderposten mit Rücklageanteil für Förderung nach § 3 Zonen-RFG/§ 4-6 FördergebietsG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1358, 'SKR03','0','Owner''s Equity','946','K0BP71','Sonderposten mit Rücklageanteil nach § 4d EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1359, 'SKR03','0','Owner''s Equity','947','K0BP71','Sonderposten mit Rücklageanteil nach § 7g Abs.1 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1360, 'SKR03','0','Owner''s Equity','948','K0BP71','Sonderposten mit Rücklageanteil nach § 7g Abs.3 u.7 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1361, 'SKR03','0','Owner''s Equity','K0BP73','K0BP7','Sonderposten für Zuschüsse und Zulagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1362, 'SKR03','0','Owner''s Equity','949','K0BP73','Sonderposten für Zuschüsse und Zulagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1363, 'SKR03','0','Liability','K0BP8','K0BP','Rückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1364, 'SKR03','0','Liability','K0BP81','K0BP8','Rückstellungen für Pensionen und ähnliche Verpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1365, 'SKR03','0','Liability','950','K0BP81','Rückstellungen für Pensionen und ähnliche Verpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1366, 'SKR03','0','Liability','K0BP82','K0BP8','Steuerrückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1367, 'SKR03','0','Liability','955','K0BP82','Steuerrückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1368, 'SKR03','0','Liability','957','0955','Gewerbesteuerrückstellung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1369, 'SKR03','0','Liability','963','0955','Körperschaftsteuerrückstellung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1370, 'SKR03','0','Liability','K0BP83','K0BP8','Sonstige Rückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1371, 'SKR03','0','Liability','965','K0BP83','Rückstellungen für Personalkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1372, 'SKR03','0','Liability','966','K0BP83','Rückstellungen zur Erfüllung der Aufbewahrungspflichten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1373, 'SKR03','0','Liability','969','K0BP82','Rückstellung für latente Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1374, 'SKR03','0','Liability','970','K0BP83','Sonstige Rückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1375, 'SKR03','0','Liability','971','K0BP83','Rückstellungen für unterlassene Aufwendungen für Instandhaltung Nachholung in den ersten drei Monaten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1376, 'SKR03','0','Liability','972','K0BP83','Rückstellungen für unterlassene Aufwendungen für Instandhaltung Nachholung innerhalb des 4. bis 12. Monats',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1377, 'SKR03','0','Liability','973','K0BP83','Rückstellungen für Abraum- und Abfallbeseitigung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1378, 'SKR03','0','Liability','974','K0BP83','Rückstellungen für Gewährleistungen ( Gegenkonto 4790 )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1379, 'SKR03','0','Liability','976','K0BP83','Rückstellungen für drohende Verluste aus schwebenden Geschäften',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1380, 'SKR03','0','Liability','977','K0BP83','Rückstellungen für Abschluss- und Prüfungskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1381, 'SKR03','0','Liability','978','K0BP83','Aufwandsrückstellungen gemäß § 249 Abs. 2 HGB',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1382, 'SKR03','0','Liability','979','K0BP83','Rückstellungen für Umweltschutz',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1383, 'SKR03','0','Asset','K0BA4','K0BA','Abgenzungsposten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1384, 'SKR03','0','Asset','K0BA41','K0BA4','Rechnungsabgrenzungsposten (Aktiva)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1385, 'SKR03','0','Asset','980','K0BA41','Aktive Rechnungsabgrenzung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1386, 'SKR03','0','Asset','K0BA42','K0BA4','Abgrenzung latenter Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1387, 'SKR03','0','Asset','983','K0BA42','Abgrenzung aktive latente Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1388, 'SKR03','0','Liability','984','K0BA41','Als Aufwand berücksichtigte Zölle und Verbrauchsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1389, 'SKR03','0','Liability','985','K0BA41','Als Aufwand berücksichtigte Umsatzsteuer auf Anzahlungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1390, 'SKR03','0','Liability','986','K0BA41','Damnum / Disagio',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1391, 'SKR03','0','Liability','K0BP9','K0BP','Abgenzungsposten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1392, 'SKR03','0','Liability','K0BP91','K0BP9','Rechnungsabgrenzungsposten (Passiva)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1393, 'SKR03','0','Liability','990','K0BP91','Passive Rechnungsabgrenzung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1394, 'SKR03','0','XXXXX','RAP1','RAP','Sonstige Aktiva oder sonstige Passiva',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1395, 'SKR03','0','XXXXX','992','RAP1','Abgenzungsposten zur unterjährigen Kostenverrechnung für BWA',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1396, 'SKR03','0','XXXXX','RAP2','RAP','Forderungen aus Lieferungen und Leistungen H-Saldo',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1397, 'SKR03','0','XXXXX','996','RAP2','Pauschalwertberichtigung auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1398, 'SKR03','0','XXXXX','997','RAP2','Pauschalwertberichtigung auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1399, 'SKR03','0','XXXXX','998','RAP2','Einzelwertberichtigungen auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1400, 'SKR03','0','XXXXX','999','RAP2','Einzelwertberichtigungen auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1401, 'SKR03','0','Asset','K1BA1','K1BA','Schecks Kassenbestand Bundesbank- und Postbankguthaben Guthaben bei Kreditinstituten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1402, 'SKR03','0','Asset','K1BA11','K1BA1','Schecks Kassenbestand Bundesbank- und Postbankguthaben Guthaben bei Kreditinstituten und Schecks',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1403, 'SKR03','1','Asset','1000','K1BA11','Kasse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1404, 'SKR03','1','Asset','1010','1000','Nebenkasse 1',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1405, 'SKR03','1','Asset','1020','1000','Nebenkasse 2',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1406, 'SKR03','0','Asset','K1BA12','K1BA1','Schecks Kassenbestand Bundesbank- und Postbankguthaben Guthaben bei Kreditinstituten und Schecks oder Verbindlichkeiten gegenüber Kreditinstituten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1407, 'SKR03','1','Asset','1100','K1BA12','Postbank',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1408, 'SKR03','1','Asset','1110','1100','Postbank 1',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1409, 'SKR03','1','Asset','1120','1100','Postbank 2',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1410, 'SKR03','1','Asset','1130','1100','Postbank 3',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1411, 'SKR03','1','Asset','1190','1100','LZB-Guthaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1412, 'SKR03','1','Asset','1195','1100','Bundesbankguthaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1413, 'SKR03','1','Asset','1200','K1BA12','Bank',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1414, 'SKR03','1','Asset','1201','1200','Bank Kontobewegung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1415, 'SKR03','1','Asset','1202','1200','Bank nicht identifizierte Zahlungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1416, 'SKR03','1','Asset','1203','1200','Bank nicht zugeordnete Zahlungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1417, 'SKR03','1','Asset','1210','1200','Bank 1',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1418, 'SKR03','1','Asset','1220','1200','Bank 2',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1419, 'SKR03','1','Asset','1230','1200','Bank 3',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1420, 'SKR03','1','Asset','1240','1200','Bank 4',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1421, 'SKR03','1','Asset','1250','1200','Bank 5',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1422, 'SKR03','1','Asset','1290','1200','Finanzmittelanlagen im Rahmen der kurzfristigen Finanzdisposition',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1423, 'SKR03','1','Asset','1295','1200','Verbindlichkeiten gegenüber Kreditinstituten (nicht im Finanzmittelfonds enthalten)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1424, 'SKR03','0','Asset','K1BA13','K1BA1','Forderungen aus Lieferungen und Leistungen oder sonstige Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1425, 'SKR03','1','Asset','1300','K1BA13','Wechsel aus Lieferung und Leistung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1426, 'SKR03','1','Asset','1301','K1BA13','Wechsel aus Lieferung und Leistung bis 1 Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1427, 'SKR03','1','Asset','1302','K1BA13','Wechsel aus Lieferung und Leistung größer 1 Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1428, 'SKR03','1','Asset','1305','K1BA13','Wechsel aus Lieferung und Leistung Bundesbankfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1429, 'SKR03','0','Asset','K1BA14','K1BA1','Forderungen gegen verbundene Unternehmen oder Verbindlichkeiten gegenüber verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1430, 'SKR03','1','Asset','1310','K1BA14','Besitzwechsel gegen verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1431, 'SKR03','1','Asset','1311','K1BA14','Besitzwechsel gegen verbundene Unternehmen bis 1 Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1432, 'SKR03','1','Asset','1312','K1BA14','Besitzwechsel gegen verbundene Unternehmen größer 1 Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1433, 'SKR03','1','Asset','1315','K1BA14','Besitzwechsel gegen verbundene Unternehmen Bundesbankfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1434, 'SKR03','0','Asset','K1BA15','K1BA1','Forderungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht oder Verbindlichkeiten gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1435, 'SKR03','1','Asset','1320','K1BA15','Besitzwechsel gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1436, 'SKR03','1','Asset','1321','K1BA15','Besitzwechsel gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht bis 1 Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1437, 'SKR03','1','Asset','1322','K1BA15','Besitzwechsel gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht größer 1 Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1438, 'SKR03','1','Asset','1325','K1BA15','Besitzwechsel gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht bundesbankfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1439, 'SKR03','0','Asset','K1BA16','K1BA1','Sonstige Wertpapiere',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1440, 'SKR03','1','Asset','1327','K1BA16','Finanzwechsel',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1441, 'SKR03','1','Asset','1329','K1BA16','Andere Wertpapiere mit unwesentlichen Wertschwankungen im Sinne Textziffer 18 DRS 2',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1442, 'SKR03','0','Asset','K1BA17','K1BA1','Kassenbestand Bundesbankguthaben Guthaben bei Kreditinstituten und Schecks',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1443, 'SKR03','1','Asset','1330','K1BA17','Schecks',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1444, 'SKR03','1','Liability','1332','K1BA17','Bezahlung selektiert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1445, 'SKR03','0','Asset','K1BA2','K1BA','Wertpapiere',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1446, 'SKR03','0','Asset','K1BA21','K1BA2','Anteile an verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1447, 'SKR03','1','Asset','1340','K1BA21','Anteile an verbundenen Unternehmen (Umlaufvermögen)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1448, 'SKR03','1','Asset','1344','K1BA21','Anteile an herrschender oder mit Mehrheit beteiligter Gesellschaft',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1449, 'SKR03','0','Asset','K1BA22','K1BA2','Eingene Anteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1450, 'SKR03','1','Asset','1345','K1BA22','Eigene Anteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1451, 'SKR03','0','Asset','K1BA23','K1BA2','Sonstige Wertpapiere',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1452, 'SKR03','1','Asset','1348','K1BA23','Sonstige Wertpapiere',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1453, 'SKR03','1','Asset','1349','K1BA23','Wertpapieranlagen im Rahmen der kurzfristigen Finanzdisposition',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1454, 'SKR03','0','Asset','K1BA3','K1BA','Forderungen und sonstige Vermögensgegenstände',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1455, 'SKR03','0','Asset','K1BA31','K1BA3','Sonstige Vermögensgegenstände',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1456, 'SKR03','1','Asset','1350','K1BA31','GmbH-Anteile zum kurzfristigen Verbleib',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1457, 'SKR03','1','Asset','1352','K1BA31','Genossenschaftsanteile zum kurzfristigen Verbleib',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1458, 'SKR03','1','Asset','1355','K1BA31','Ansprüche aus Rückdeckungsversicherung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1459, 'SKR03','0','Asset','K1BA32','K1BA3','Sonstige Vermögensgegenstände oder sonstige Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1460, 'SKR03','1','Asset','1360','K1BA32','Geldtransit',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1461, 'SKR03','1','Asset','1370','K1BA32','Verrechnungskonto für Gewinnermittlung § 4/3 EStG ergebniswirksam',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1462, 'SKR03','1','Asset','1371','K1BA32','Verrechnungskonto für Gewinnermittlung § 4/3 EStG nicht ergebniswirksam',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1463, 'SKR03','1','Asset','1372','K1BA32','Wirtschaftsgüter des Umlaufvermögens gemäß § 4 Abs 3 Satz 4 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1464, 'SKR03','1','Asset','1380','K1BA32','überleitungskonto Kostenstelle',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1465, 'SKR03','1','Asset','1390','K1BA32','Verrechnungskonto Ist-Versteuerung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1466, 'SKR03','0','Asset','K1BA33','K1BA3','Forderungen aus Lieferungen und Leistungen oder sonstige Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1467, 'SKR03','1','Asset','1400','K1BA33','Forderungen aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1468, 'SKR03','1','Liability','1401','1400','Forderungen aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1469, 'SKR03','1','Liability','1402','1400','Forderungen aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1470, 'SKR03','1','Liability','1403','1400','Forderungen aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1471, 'SKR03','1','Liability','1404','1400','Forderungen aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1472, 'SKR03','1','Liability','1405','1400','Forderungen aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1473, 'SKR03','1','Liability','1406','1400','Forderungen aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1474, 'SKR03','1','Asset','1410','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1475, 'SKR03','1','Asset','1411','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1476, 'SKR03','1','Asset','1412','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1477, 'SKR03','1','Asset','1413','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1478, 'SKR03','1','Asset','1414','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1479, 'SKR03','1','Asset','1415','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1480, 'SKR03','1','Asset','1416','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1481, 'SKR03','1','Asset','1417','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1482, 'SKR03','1','Asset','1418','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1483, 'SKR03','1','Asset','1419','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1484, 'SKR03','1','Asset','1420','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1485, 'SKR03','1','Asset','1421','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1486, 'SKR03','1','Asset','1422','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1487, 'SKR03','1','Asset','1423','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1488, 'SKR03','1','Asset','1424','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1489, 'SKR03','1','Asset','1425','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1490, 'SKR03','1','Asset','1426','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1491, 'SKR03','1','Asset','1427','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1492, 'SKR03','1','Asset','1428','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1493, 'SKR03','1','Asset','1429','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1494, 'SKR03','1','Asset','1430','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1495, 'SKR03','1','Asset','1431','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1496, 'SKR03','1','Asset','1432','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1497, 'SKR03','1','Asset','1433','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1498, 'SKR03','1','Asset','1434','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1499, 'SKR03','1','Asset','1435','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1500, 'SKR03','1','Asset','1436','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1501, 'SKR03','1','Asset','1437','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1502, 'SKR03','1','Asset','1438','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1503, 'SKR03','1','Asset','1439','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1504, 'SKR03','1','Asset','1440','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1505, 'SKR03','1','Asset','1441','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1506, 'SKR03','1','Asset','1442','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1507, 'SKR03','1','Asset','1443','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1508, 'SKR03','1','Asset','1444','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1509, 'SKR03','1','Asset','1445','1400','Forderungen aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz oder eines Kleinunternehmens (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1510, 'SKR03','1','Asset','1446','1400','Forderungen aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1511, 'SKR03','1','Asset','1447','1400','Forderungen aus steuerfreien oder nicht steuerbaren Lieferungen und Leistungen (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1512, 'SKR03','1','Asset','1448','1400','Forderungen aus Lieferungen und Leistungen nach Durchschnittssätzen gemäß § 24 UStG (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1513, 'SKR03','1','Asset','1449','1400','Gegenkonto 1445-1448 bei Aufteilung der Forderungen nach Steuersätzen (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1514, 'SKR03','1','Asset','1450','1400','Forderungen nach § 11 Abs. 1 Satz 2 EStG für § 4/3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1515, 'SKR03','1','Asset','1451','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1516, 'SKR03','1','Asset','1452','1400','Projekt Werte in Arbeit',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1517, 'SKR03','1','Asset','1455','1400','Forderungen aus Lieferungen und Leistungen ohne Kontokorrent ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1518, 'SKR03','1','Asset','1460','1400','Zweifelhafte Forderungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1519, 'SKR03','1','Asset','1461','1400','Zweifelhafte Forderungen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1520, 'SKR03','1','Asset','1465','1400','Zweifelhafte Forderungen ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1521, 'SKR03','0','Asset','K1BA34','K1BA3','Forderungen gegen verbundene Unternehmen oder Verbindlichkeiten gegenüber verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1522, 'SKR03','1','Asset','1470','K1BA34','Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1523, 'SKR03','1','Asset','1471','K1BA34','Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1524, 'SKR03','1','Asset','1475','K1BA34','Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1525, 'SKR03','0','Asset','K1BA35','K1BA3','Forderungen gegen verbundene Unternehmen H-Saldo',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1526, 'SKR03','1','Asset','1478','K1BA35','Wertberichtigungen auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr gegen verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1527, 'SKR03','1','Asset','1479','K1BA35','Wertberichtigungen auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr gegen verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1528, 'SKR03','0','Asset','K1BA36','K1BA3','Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht oder Verbindlichkeiten gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1529, 'SKR03','1','Asset','1480','K1BA36','Forderungen aus Lieferungen und Leistungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1530, 'SKR03','1','Asset','1481','K1BA36','Forderungen aus Lieferungen und Leistungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1531, 'SKR03','1','Asset','1485','K1BA36','Forderungen aus Lieferungen und Leistungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1532, 'SKR03','0','Asset','K1BA37','K1BA3','Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht H-Saldo',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1533, 'SKR03','1','Asset','1488','K1BA37','Wertberichtigungen auf Forderungen mit einer Restlaufzeit bis zu 1 Jahr gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht.',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1534, 'SKR03','1','Asset','1489','K1BA37','Wertberichtigungen auf Forderungen mit einer Restlaufzeit von mehr als 1 Jahr gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht.',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1535, 'SKR03','1','Asset','1490','K1BA33','Forderungen aus Lieferungen und Leistungen gegen Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1536, 'SKR03','1','Asset','1491','K1BA33','Forderungen aus Lieferungen und Leistungen gegen Gesellschafter ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1537, 'SKR03','1','Asset','1495','K1BA33','Forderungen aus Lieferungen und Leistungen gegen Gesellschafter ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1538, 'SKR03','0','Asset','K1BA38','K1BA3','Forderungen aus Lieferungen und Leistungen H-Saldo',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1539, 'SKR03','1','Asset','1498','K1BA38','Gegenkonto zu sonstigen Vermögensgegenständen bei Buchungen über Debitorenkonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1540, 'SKR03','0','Asset','K1BA39','K1BA3','Forderungen aus Lieferungen und Leistungen H-Saldo oder sonstige Verbindlichkeiten S-Saldo',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1541, 'SKR03','1','Asset','1499','K1BA39','Gegenkonto 1451 - 1497 bei Aufteilung Debitorenkonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1542, 'SKR03','1','Asset','1500','K1BA31','Sonstige Vermögensgegenstände',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1543, 'SKR03','1','Asset','1501','1500','Sonstige Vermögensgegenstände ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1544, 'SKR03','1','Asset','1502','1500','Sonstige Vermögensgegenstände ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1545, 'SKR03','1','Asset','1503','1500','Forderungen gegen Vorstandsmitglieder und Geschäftsführer ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1546, 'SKR03','1','Asset','1504','1500','Forderungen gegen Vorstandsmitglieder und Geschäftsführer ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1547, 'SKR03','1','Asset','1505','1500','Forderungen gegen Aufsichtsrats- und Beiratsmitglieder ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1548, 'SKR03','1','Asset','1506','1500','Forderungen gegen Aufsichtsrats- und Beiratsmitglieder ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1549, 'SKR03','1','Asset','1507','1500','Forderungen gegen Gesellschafter ( bis 1Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1550, 'SKR03','1','Asset','1508','1500','Forderungen gegen Gesellschafter ( größer 1Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1551, 'SKR03','0','Asset','K1BA3a','K1BA3','Geleistete Anzahlungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1552, 'SKR03','1','Asset','1510','K1BA3a','Geleistete Anzahlungen auf Vorräte',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1553, 'SKR03','1','Asset','1511','1510','Geleistete Anzahlungen 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1554, 'SKR03','1','Asset','1516','1510','Geleistete Anzahlungen 15% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1555, 'SKR03','1','Asset','1517','1510','Geleistete Anzahlungen 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1556, 'SKR03','1','Asset','1518','1510','Geleistete Anzahlungen 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1557, 'SKR03','1','Asset','1520',NULL,'Forderungen gegenüber Krankenkassen aus Aufwendungsausgleichsgesetz',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1558, 'SKR03','1','Asset','1521','K1BA31','Agenturwarenabrechnung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1559, 'SKR03','1','Asset','1525','K1BA32','Kautionen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1560, 'SKR03','1','Asset','1526','K1BA33','Kautionen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1561, 'SKR03','1','Asset','1527','K1BA34','Kautionen ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1562, 'SKR03','1','Asset','1528','K1BA32','Nachträgliche abziehbare Vorsteuer § 15a Abs. 2 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1563, 'SKR03','1','Asset','1529','K1BA32','Zurückzuzahlende Vorsteuer § 15a Abs. 2 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1564, 'SKR03','1','Asset','1530','K1BA31','Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1565, 'SKR03','1','Asset','1531','K1BA31','Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1566, 'SKR03','1','Asset','1537','K1BA31','Forderungen gegen Personal aus Lohn- und Gehaltsabrechnung ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1567, 'SKR03','1','Asset','1540','K1BA31','Steuerüberzahlungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1568, 'SKR03','1','Asset','1542','K1BA31','Steuererstattungsansprüche gegenüber anderen EG-Ländern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1569, 'SKR03','1','Asset','1543','K1BA31','Forderungen an das Finanzamt aus abgeführtem Bauabzugsbetrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1570, 'SKR03','1','Asset','1545','K1BA31','Umsatzsteuerforderungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1571, 'SKR03','1','Asset','1547','K1BA31','Forderungen aus entrichteten Verbrauchsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1572, 'SKR03','1','Asset','1548','K1BA32','Vorsteuer im Folgejahr abziehbar',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1573, 'SKR03','1','Asset','1549','K1BA31','Körperschaftsteuerrückforderung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1574, 'SKR03','1','Asset','1550','K1BA31','Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1575, 'SKR03','1','Asset','1551','K1BA31','Darlehen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1576, 'SKR03','1','Asset','1555','K1BA31','Darlehen ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1577, 'SKR03','1','Asset','1556','K1BA32','Nachträgliche abziehbare Vorsteuer § 15a Abs. 1 UStG bewegliche Wirtschaftsgüter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1578, 'SKR03','1','Asset','1557','K1BA32','Zurückzuzahlende Vorsteuer § 15a Abs. 1 UStG bewegliche Wirtschaftsgüter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1579, 'SKR03','1','Asset','1558','K1BA32','Nachträgliche abziehbare Vorsteuer § 15a Abs. 1 UStG unbewegliche Wirtschaftsgüter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1580, 'SKR03','1','Asset','1559','K1BA32','Zurückzuzahlende Vorsteuer § 15a Abs. 1 UStG unbewegliche Wirtschaftsgüter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1581, 'SKR03','1','Asset','1560','K1BA32','Aufzuteilende Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1582, 'SKR03','1','Asset','1561','K1BA32','Aufzuteilende Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1583, 'SKR03','1','Asset','1562','K1BA32','Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1584, 'SKR03','1','Asset','1563','K1BA32','Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1585, 'SKR03','1','Asset','1565','K1BA32','Aufzuteilende Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1586, 'SKR03','1','Asset','1566','K1BA32','Aufzuteilende Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1587, 'SKR03','1','Asset','1567','K1BA32','Aufzuteilende Vorsteuer nach §§ 13a/13b UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1588, 'SKR03','1','Asset','1568','K1BA32','Aufzuteilende Vorsteuer nach §§ 13a/13b UStG 16 %',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1589, 'SKR03','1','Asset','1569','K1BA32','Aufzuteilende Vorsteuer nach §§ 13a/13b UStG 19 %',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1590, 'SKR03','1','Asset','1570','K1BA32','Abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1591, 'SKR03','1','Asset','1571','K1BA32','Abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1592, 'SKR03','1','Asset','1572','K1BA32','Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1593, 'SKR03','1','Asset','1573','K1BA32','Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1594, 'SKR03','1','Asset','1574','K1BA32','Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1595, 'SKR03','1','Asset','1575','K1BA32','Abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1596, 'SKR03','1','Asset','1576','K1BA32','Abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1597, 'SKR03','1','Asset','1577','K1BA32','Abziehbare Vorsteuer nach § 13b UStG 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1598, 'SKR03','1','Asset','1578','K1BA32','Abziehbare Vorsteuer nach § 13b UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1599, 'SKR03','1','Asset','1579','K1BA32','Abziehbare Vorsteuer nach § 13b UStG 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1600, 'SKR03','1','Asset','1580','K1BA32','Gegenkonto Vorsteuer § 4/3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1601, 'SKR03','1','Asset','1581','K1BA32','Auflösung Vorsteuer aus Vorjahr § 4/3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1602, 'SKR03','1','Asset','1582','K1BA32','Vorsteuer aus Investitionen § 4/3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1603, 'SKR03','1','Asset','1583','K1BA32','Gegenkonto für Vorsteuer nach Durchschnittssätzen für § 4 Abs. 3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1604, 'SKR03','1','Asset','1584','K1BA32','Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferabten ohne Umsatzsteuer-Identifikationsnummer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1605, 'SKR03','1','Asset','1585','K1BA32','Abziehbare Vorsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1606, 'SKR03','1','Asset','1587','K1BA32','Vorsteuer nach allgemeinen Durchschnittssätzen UStVA Kz. 63',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1607, 'SKR03','1','Asset','1588','K1BA32','Bezahlte Einfuhrumsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1608, 'SKR03','1','Asset','1590','K1BA32','Durchlaufende Posten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1609, 'SKR03','1','Asset','1591','K1BA32','Durchlaufende Posten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1610, 'SKR03','1','Asset','1592','K1BA32','Fremdgeld',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1611, 'SKR03','0','Asset','K1BA3b','K1BA3','Sonstige Verbindlichkeiten S-Saldo',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1612, 'SKR03','1','Asset','1593','K1BA3b','Verrechnungskonto erhaltene Anzahlungen bei Buchung über Debitorenkonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1613, 'SKR03','1','Asset','1594','K1BA34','Forderungen gegen verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1614, 'SKR03','1','Asset','1595','1594','Forderungen gegen verbundene Unternehmen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1615, 'SKR03','1','Asset','1596','1594','Forderungen gegen verbundene Unternehmen ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1616, 'SKR03','1','Asset','1597','K1BA36','Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1617, 'SKR03','1','Asset','1598','K1BA36','Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1618, 'SKR03','1','Asset','1599','K1BA36','Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht ( größer 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1619, 'SKR03','0','Liability','K1BP1','K1BP','Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1620, 'SKR03','0','Liability','K1BP11','K1BP1','Verbindlichkeiten aus Lieferungen und Leistungen oder sonstige Vermögensgegenstände',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1621, 'SKR03','1','Liability','1600','K1BP11','Verbindlichkeiten aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1622, 'SKR03','1','Liability','1601','1600','Verbindlichkeiten aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1623, 'SKR03','1','Liability','1602','1600','Verbindlichkeiten aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1624, 'SKR03','1','Liability','1603','1600','Verbindlichkeiten aus Lieferungen und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1625, 'SKR03','1','Liability','1605','1600','Verbindlichkeiten aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1626, 'SKR03','1','Liability','1606','1600','Verbindlichkeiten aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1627, 'SKR03','1','Liability','1607','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Vorsteuer (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1628, 'SKR03','1','Liability','1609','1600','Gegenkonto 1605 - 1607 bei Aufteilung der Verbindlichkeiten nach Steuersätzen (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1629, 'SKR03','1','Liability','1610','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1630, 'SKR03','1','Liability','1611','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1631, 'SKR03','1','Liability','1612','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1632, 'SKR03','1','Liability','1613','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1633, 'SKR03','1','Liability','1614','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1634, 'SKR03','1','Liability','1615','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1635, 'SKR03','1','Liability','1616','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1636, 'SKR03','1','Liability','1617','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1637, 'SKR03','1','Liability','1618','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1638, 'SKR03','1','Liability','1619','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1639, 'SKR03','1','Liability','1620','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1640, 'SKR03','1','Liability','1621','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1641, 'SKR03','1','Liability','1622','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1642, 'SKR03','1','Liability','1623','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1643, 'SKR03','1','Liability','1624','1600','Verbindlichkeiten aus Lieferungen und Leistungen für Investitionen für § 4/3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1644, 'SKR03','1','Liability','1625','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1645, 'SKR03','1','Liability','1626','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1646, 'SKR03','1','Liability','1628','1600','Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1647, 'SKR03','0','Liability','K1BP12','K1BP1','Verbindlichkeiten gegenüber verbundenen Unternehmen oder Forderungen gegen verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1648, 'SKR03','1','Liability','1630','K1BP12','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1649, 'SKR03','1','Liability','1631','K1BP12','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1650, 'SKR03','1','Liability','1635','K1BP12','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1651, 'SKR03','1','Liability','1638','K1BP12','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1652, 'SKR03','0','Liability','K1BP13','K1BP1','Verbindlichkeiten gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht oder Forderungen gegen Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1653, 'SKR03','1','Liability','1640','K1BP13','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1654, 'SKR03','1','Liability','1641','K1BP13','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1655, 'SKR03','1','Liability','1645','K1BP13','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1656, 'SKR03','1','Liability','1648','K1BP13','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen mit denen ein Beteiligungsverhältnis besteht ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1657, 'SKR03','1','Liability','1650','K1BP11','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1658, 'SKR03','1','Liability','1651','K1BP11','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1659, 'SKR03','1','Liability','1655','K1BP11','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1660, 'SKR03','1','Liability','1658','K1BP11','Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1661, 'SKR03','0','Liability','K1BP14','K1BP1','Verbindlichkeiten aus Lieferungen und Leistungen S-Saldo oder sonstige Vermögensgegenstände H-Saldo',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1662, 'SKR03','1','Liability','1659','K1BP14','Gegenkonto 1625 - 1658 bei Aufteilung Kreditorenkonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1663, 'SKR03','0','Liability','K1BP15','K1BP1','Verbindlichkeiten aus der Annahme gezogener Wechsel und aus der Ausstellung eigener Wechsel',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1664, 'SKR03','1','Liability','1660','K1BP15','Schuldwechsel',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1665, 'SKR03','1','Liability','1661','K1BP15','Schuldwechsel ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1666, 'SKR03','1','Liability','1680','K1BP15','Schuldwechsel ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1667, 'SKR03','1','Liability','1690','K1BP15','Schuldwechsel ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1668, 'SKR03','0','Liability','K1BP16','K1BP1','Sonstige Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1669, 'SKR03','1','Liability','1700','K1BP16','Sonstige Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1670, 'SKR03','1','Liability','1701','1700','Sonstige Verbindlichkeiten ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1671, 'SKR03','1','Liability','1702','1700','Sonstige Verbindlichkeiten ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1672, 'SKR03','1','Liability','1703','1700','Sonstige Verbindlichkeiten ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1673, 'SKR03','1','Liability','1704','1700','Sonstige Verbindlichkeiten z.B. nach § 11 Abs. 2 Satz 2 EStG für 4/3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1674, 'SKR03','1','Liability','1705','1700','Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1675, 'SKR03','1','Liability','1706','1700','Darlehen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1676, 'SKR03','1','Liability','1707','1700','Darlehen ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1677, 'SKR03','1','Liability','1708','1700','Darlehen ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1678, 'SKR03','0','Liability','K1BP17','K1BP1','Sonstige Verbindlichkeiten oder sonstige Vermögensgegenstände',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1679, 'SKR03','1','Liability','1709','K1BP17','Gewinnverfügungskonto stiller Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1680, 'SKR03','0','Liability','K1BP18','K1BP1','Erhaltene Anzahlungen auf Bestellungen (Passiva)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1681, 'SKR03','1','Liability','1710','K1BP18','Erhaltene Anzahlungen ( Verbindlichkeiten )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1682, 'SKR03','1','Liability','1711','1710','Erhaltene versteuerte Anzahlungen 7% USt ( Verbindlichkeiten )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1683, 'SKR03','1','Liability','1716','1710','Erhaltene versteuerte Anzahlungen 15% USt ( Verbindlichkeiten )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1684, 'SKR03','1','Liability','1717','1710','Erhaltene versteuerte Anzahlungen 16% USt ( Verbindlichkeiten )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1685, 'SKR03','1','Liability','1718','1710','Erhaltene versteuerte Anzahlungen 19% USt ( Verbindlichkeiten )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1686, 'SKR03','1','Liability','1719','1710','Erhaltene Anzahlungen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1687, 'SKR03','1','Liability','1720','1710','Erhaltene Anzahlungen ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1688, 'SKR03','1','Liability','1721','1710','Erhaltene Anzahlungen ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1689, 'SKR03','0','Liability','K1BP19','K1BP1','Erhaltene Anzahlungen auf Bestellungen (Aktiva)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1690, 'SKR03','1','Liability','1722','K1BP19','Erhaltene Anzahlungen (von Vorräten offen abgesetzt)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1691, 'SKR03','1','Liability','1730','K1BP16','Kreditkartenabrechnung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1692, 'SKR03','1','Liability','1731','K1BP16','Agenturwarenabrechnung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1693, 'SKR03','1','Liability','1732','K1BP16','Erhaltene Kautionen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1694, 'SKR03','1','Liability','1733','K1BP16','Erhaltene Kautionen ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1695, 'SKR03','1','Liability','1734','K1BP16','Erhaltene Kautionen ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1696, 'SKR03','1','Liability','1735','K1BP16','Erhaltene Kautionen ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1697, 'SKR03','1','Liability','1736','K1BP16','Verbindlichkeiten aus Betriebssteuern und -abgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1698, 'SKR03','1','Liability','1737','K1BP16','Verbindlichkeiten aus Betriebssteuern und -abgaben ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1699, 'SKR03','1','Liability','1738','K1BP16','Verbindlichkeiten aus Betriebssteuern und -abgaben ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1700, 'SKR03','1','Liability','1739','K1BP16','Verbindlichkeiten aus Betriebssteuern und -abgaben ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1701, 'SKR03','1','Liability','1740','K1BP16','Verbindlichkeiten aus Lohn und Gehalt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1702, 'SKR03','1','Liability','1741','K1BP17','Verbindlichkeiten aus Lohn- und Kirchensteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1703, 'SKR03','1','Liability','1742','K1BP16','Verbindlichkeiten im Rahmen der sozialen Sicherheit',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1704, 'SKR03','1','Liability','1743','K1BP16','Verbindlichkeiten im Rahmen der sozialen Sicherheit ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1705, 'SKR03','1','Liability','1744','K1BP16','Verbindlichkeiten im Rahmen der sozialen Sicherheit ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1706, 'SKR03','1','Liability','1745','K1BP16','Verbindlichkeiten im Rahmen der sozialen Sicherheit ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1707, 'SKR03','1','Liability','1746','K1BP16','Verbindlichkeiten aus Einbehaltungen ( KapESt und SolZ auf KapESt )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1708, 'SKR03','1','Liability','1747','K1BP16','Verbindlichkeiten für Verbrauchsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1709, 'SKR03','1','Liability','1748','K1BP16','Verbindlichkeiten für Einbehaltungen von Arbeitnehmern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1710, 'SKR03','1','Liability','1749','K1BP16','Verbindlichkeiten an das Finanzamt aus abzuführendem Bauabzugsbetrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1711, 'SKR03','1','Liability','1750','K1BP16','Verbindlichkeiten aus Vermögensbildung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1712, 'SKR03','1','Liability','1751','K1BP16','Verbindlichkeiten aus Vermögensbildung ( bis 1 Jahr )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1713, 'SKR03','1','Liability','1752','K1BP16','Verbindlichkeiten aus Vermögensbildung ( 1 bis 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1714, 'SKR03','1','Liability','1753','K1BP16','Verbindlichkeiten aus Vermögensbildung ( größer 5 Jahre )',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1715, 'SKR03','1','Liability','1754','K1BP16','Steuerzahlungen an andere EG-Länder',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1716, 'SKR03','1','Liability','1755','K1BP17','Lohn- und Gehaltsverrechnungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1717, 'SKR03','1','Liability','1756','1755','Lohn- und Gehaltsverrechnung § 11 Abs. 2 EStG für § 4/3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1718, 'SKR03','1','Liability','1759','1755','Voraussichtliche Beitragsschuld gegenüber den sozialversicherungsträgern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1719, 'SKR03','0','Liability','K1BP1a','K1BP1','Steuerrückstellungen oder sonstige Vermögensgegenstände',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1720, 'SKR03','1','Liability','1760','K1BP1a','Umsatzsteuer nicht fällig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1721, 'SKR03','1','Liability','1761','K1BP1a','Umsatzsteuer nicht fällig 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1722, 'SKR03','1','Liability','1762','K1BP1a','Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EG-Lieferant',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1723, 'SKR03','1','Liability','1763','K1BP1a','Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EG-Lieferant 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1724, 'SKR03','1','Liability','1764','K1BP1a','Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EG-Lieferant 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1725, 'SKR03','1','Liability','1765','K1BP1a','Umsatzsteuer nicht fällig 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1726, 'SKR03','1','Liability','1766','K1BP1a','Umsatzsteuer nicht fällig 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1727, 'SKR03','1','Liability','1767','K1BP16','Umsatzsteuer aus im anderen EG-Land steuerpflichtigen Lieferungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1728, 'SKR03','1','Liability','1768','K1BP16','Umsatzsteuer aus im anderen EG-Land steuerpflichtigen sonstigen Leistungen / Werklieferungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1729, 'SKR03','1','Liability','1769','K1BP17','Umsatzsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1730, 'SKR03','1','Liability','1770','K1BP17','Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1731, 'SKR03','1','Liability','1771','K1BP17','Umsatzsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1732, 'SKR03','1','Liability','1772','K1BP17','Umsatzsteuer aus innergemeinschaftlichem Erwerb',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1733, 'SKR03','1','Liability','1773','K1BP17','Umsatzsteuer aus innergemeinschaftlichem Erwerb 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1734, 'SKR03','1','Liability','1774','K1BP17','Umsatzsteuer aus innergemeinschaftlichem Erwerb 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1735, 'SKR03','1','Liability','1775','K1BP17','Umsatzsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1736, 'SKR03','1','Liability','1776','K1BP17','Umsatzsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1737, 'SKR03','1','Liability','1777','K1BP17','Umsatzsteuer aus im Inland steuerpflichtigen EG-Lieferungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1738, 'SKR03','1','Liability','1778','K1BP17','Umsatzsteuer aus im Inland steuerpflichtigen EG-Lieferungen 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1739, 'SKR03','1','Liability','1779','K1BP17','Umsatzsteuer aus innergemeinschaftlichem Erwerb Vorsteuerabzug',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1740, 'SKR03','1','Liability','1780','K1BP17','Umsatzsteuer-Vorauszahlungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1741, 'SKR03','1','Liability','1781','K1BP17','Umsatzsteuer-Vorauszahlung 1/11',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1742, 'SKR03','1','Liability','1782','K1BP17','Nachsteuer UstVA Kz. 65',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1743, 'SKR03','1','Liability','1783','K1BP17','In Rechnung unrichtig oder unberechtigt ausgewiesene Steuerveträge UstVA Kz. 69',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1744, 'SKR03','1','Liability','1784','K1BP17','Umsatzsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-Identifikationsnummer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1745, 'SKR03','1','Liability','1785','K1BP17','Umsatzsteuer nach § 13b UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1746, 'SKR03','1','Liability','1786','K1BP17','Umsatzsteuer nach § 13b UStG 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1747, 'SKR03','1','Liability','1787','K1BP17','Umsatzsteuer nach § 13b UStG 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1748, 'SKR03','1','Liability','1788','K1BP17','Einfuhrumsatzsteuer aufgeschoben bis',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1749, 'SKR03','1','Liability','1789','K1BP17','Umsatzsteuer laufendes Jahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1750, 'SKR03','1','Liability','1790','K1BP17','Umsatzsteuer Vorjahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1751, 'SKR03','1','Liability','1791','K1BP17','Umsatzsteuer frühere Jahre',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1752, 'SKR03','1','Liability','1792','K1BP17','Sonstige Verrechnungskonten (Interimskonten)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1753, 'SKR03','0','Liability','K1BP1b','K1BP1','Sonstige Vermögensgegenstände H-Saldo',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1754, 'SKR03','1','Liability','1793','K1BP1b','Verrechnungskonto geleistete Anzahlungen bei Buchung über Kreditkonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1755, 'SKR03','1','Liability','1795','K1BP1b','Verbindlichkeiten im Rahmen der sozialen Sicherheit (für § 4/3 EStG)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1756, 'SKR03','0','Owner''s Equity','K1BP2','K1BP','Privat Vollhafter / Einzelunternehmer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1757, 'SKR03','1','Owner''s Equity','1800','K1BP2','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1758, 'SKR03','1','Owner''s Equity','1801','K1BP2','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1759, 'SKR03','1','Owner''s Equity','1802','K1BP2','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1760, 'SKR03','1','Owner''s Equity','1803','K1BP2','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1761, 'SKR03','1','Owner''s Equity','1804','K1BP2','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1762, 'SKR03','1','Owner''s Equity','1805','K1BP2','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1763, 'SKR03','1','Owner''s Equity','1806','K1BP2','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1764, 'SKR03','1','Owner''s Equity','1807','K1BP2','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1765, 'SKR03','1','Owner''s Equity','1808','K1BP2','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1766, 'SKR03','1','Owner''s Equity','1809','K1BP2','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1767, 'SKR03','1','Owner''s Equity','1810','K1BP2','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1768, 'SKR03','1','Owner''s Equity','1811','K1BP2','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1769, 'SKR03','1','Owner''s Equity','1812','K1BP2','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1770, 'SKR03','1','Owner''s Equity','1813','K1BP2','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1771, 'SKR03','1','Owner''s Equity','1814','K1BP2','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1772, 'SKR03','1','Owner''s Equity','1815','K1BP2','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1773, 'SKR03','1','Owner''s Equity','1816','K1BP2','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1774, 'SKR03','1','Owner''s Equity','1817','K1BP2','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1775, 'SKR03','1','Owner''s Equity','1818','K1BP2','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1776, 'SKR03','1','Owner''s Equity','1819','K1BP2','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1777, 'SKR03','1','Owner''s Equity','1820','K1BP2','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1778, 'SKR03','1','Owner''s Equity','1821','K1BP2','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1779, 'SKR03','1','Owner''s Equity','1822','K1BP2','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1780, 'SKR03','1','Owner''s Equity','1823','K1BP2','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1781, 'SKR03','1','Owner''s Equity','1824','K1BP2','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1782, 'SKR03','1','Owner''s Equity','1825','K1BP2','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1783, 'SKR03','1','Owner''s Equity','1826','K1BP2','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1784, 'SKR03','1','Owner''s Equity','1827','K1BP2','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1785, 'SKR03','1','Owner''s Equity','1828','K1BP2','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1786, 'SKR03','1','Owner''s Equity','1829','K1BP2','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1787, 'SKR03','1','Owner''s Equity','1830','K1BP2','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1788, 'SKR03','1','Owner''s Equity','1831','K1BP2','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1789, 'SKR03','1','Owner''s Equity','1832','K1BP2','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1790, 'SKR03','1','Owner''s Equity','1833','K1BP2','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1791, 'SKR03','1','Owner''s Equity','1834','K1BP2','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1792, 'SKR03','1','Owner''s Equity','1835','K1BP2','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1793, 'SKR03','1','Owner''s Equity','1836','K1BP2','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1794, 'SKR03','1','Owner''s Equity','1837','K1BP2','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1795, 'SKR03','1','Owner''s Equity','1838','K1BP2','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1796, 'SKR03','1','Owner''s Equity','1839','K1BP2','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1797, 'SKR03','1','Owner''s Equity','1840','K1BP2','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1798, 'SKR03','1','Owner''s Equity','1841','K1BP2','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1799, 'SKR03','1','Owner''s Equity','1842','K1BP2','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1800, 'SKR03','1','Owner''s Equity','1843','K1BP2','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1801, 'SKR03','1','Owner''s Equity','1844','K1BP2','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1802, 'SKR03','1','Owner''s Equity','1845','K1BP2','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1803, 'SKR03','1','Owner''s Equity','1846','K1BP2','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1804, 'SKR03','1','Owner''s Equity','1847','K1BP2','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1805, 'SKR03','1','Owner''s Equity','1848','K1BP2','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1806, 'SKR03','1','Owner''s Equity','1849','K1BP2','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1807, 'SKR03','1','Owner''s Equity','1850','K1BP2','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1808, 'SKR03','1','Owner''s Equity','1851','K1BP2','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1809, 'SKR03','1','Owner''s Equity','1852','K1BP2','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1810, 'SKR03','1','Owner''s Equity','1853','K1BP2','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1811, 'SKR03','1','Owner''s Equity','1854','K1BP2','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1812, 'SKR03','1','Owner''s Equity','1855','K1BP2','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1813, 'SKR03','1','Owner''s Equity','1856','K1BP2','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1814, 'SKR03','1','Owner''s Equity','1857','K1BP2','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1815, 'SKR03','1','Owner''s Equity','1858','K1BP2','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1816, 'SKR03','1','Owner''s Equity','1859','K1BP2','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1817, 'SKR03','1','Owner''s Equity','1860','K1BP2','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1818, 'SKR03','1','Owner''s Equity','1861','K1BP2','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1819, 'SKR03','1','Owner''s Equity','1862','K1BP2','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1820, 'SKR03','1','Owner''s Equity','1863','K1BP2','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1821, 'SKR03','1','Owner''s Equity','1864','K1BP2','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1822, 'SKR03','1','Owner''s Equity','1865','K1BP2','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1823, 'SKR03','1','Owner''s Equity','1866','K1BP2','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1824, 'SKR03','1','Owner''s Equity','1867','K1BP2','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1825, 'SKR03','1','Owner''s Equity','1868','K1BP2','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1826, 'SKR03','1','Owner''s Equity','1869','K1BP2','Grundstücksaufwand (Umsatzsteuerschlüssel möglich)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1827, 'SKR03','1','Owner''s Equity','1870','K1BP2','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1828, 'SKR03','1','Owner''s Equity','1871','K1BP2','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1829, 'SKR03','1','Owner''s Equity','1872','K1BP2','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1830, 'SKR03','1','Owner''s Equity','1873','K1BP2','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1831, 'SKR03','1','Owner''s Equity','1874','K1BP2','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1832, 'SKR03','1','Owner''s Equity','1875','K1BP2','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1833, 'SKR03','1','Owner''s Equity','1876','K1BP2','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1834, 'SKR03','1','Owner''s Equity','1877','K1BP2','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1835, 'SKR03','1','Owner''s Equity','1878','K1BP2','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1836, 'SKR03','1','Owner''s Equity','1879','K1BP2','Grundstücksertrag (Umsatzsteuerschlüssel möglich)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1837, 'SKR03','1','Owner''s Equity','1880','K1BP2','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1838, 'SKR03','1','Owner''s Equity','1881','K1BP2','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1839, 'SKR03','1','Owner''s Equity','1882','K1BP2','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1840, 'SKR03','1','Owner''s Equity','1883','K1BP2','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1841, 'SKR03','1','Owner''s Equity','1884','K1BP2','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1842, 'SKR03','1','Owner''s Equity','1885','K1BP2','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1843, 'SKR03','1','Owner''s Equity','1886','K1BP2','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1844, 'SKR03','1','Owner''s Equity','1887','K1BP2','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1845, 'SKR03','1','Owner''s Equity','1888','K1BP2','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1846, 'SKR03','1','Owner''s Equity','1889','K1BP2','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1847, 'SKR03','1','Owner''s Equity','1890','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1848, 'SKR03','1','Owner''s Equity','1891','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1849, 'SKR03','1','Owner''s Equity','1892','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1850, 'SKR03','1','Owner''s Equity','1893','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1851, 'SKR03','1','Owner''s Equity','1894','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1852, 'SKR03','1','Owner''s Equity','1895','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1853, 'SKR03','1','Owner''s Equity','1896','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1854, 'SKR03','1','Owner''s Equity','1897','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1855, 'SKR03','1','Owner''s Equity','1898','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1856, 'SKR03','1','Owner''s Equity','1899','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1857, 'SKR03','1','Owner''s Equity','1900','K1BP2','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1858, 'SKR03','0','Owner''s Equity','K1BP3','K1BP','Privat Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1859, 'SKR03','1','Owner''s Equity','1900','K1BP3','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1860, 'SKR03','1','Owner''s Equity','1901','K1BP3','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1861, 'SKR03','1','Owner''s Equity','1902','K1BP3','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1862, 'SKR03','1','Owner''s Equity','1903','K1BP3','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1863, 'SKR03','1','Owner''s Equity','1904','K1BP3','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1864, 'SKR03','1','Owner''s Equity','1905','K1BP3','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1865, 'SKR03','1','Owner''s Equity','1906','K1BP3','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1866, 'SKR03','1','Owner''s Equity','1907','K1BP3','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1867, 'SKR03','1','Owner''s Equity','1908','K1BP3','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1868, 'SKR03','1','Owner''s Equity','1909','K1BP3','Privatentnahmen allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1869, 'SKR03','1','Owner''s Equity','1910','K1BP3','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1870, 'SKR03','1','Owner''s Equity','1911','K1BP3','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1871, 'SKR03','1','Owner''s Equity','1912','K1BP3','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1872, 'SKR03','1','Owner''s Equity','1913','K1BP3','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1873, 'SKR03','1','Owner''s Equity','1914','K1BP3','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1874, 'SKR03','1','Owner''s Equity','1915','K1BP3','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1875, 'SKR03','1','Owner''s Equity','1916','K1BP3','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1876, 'SKR03','1','Owner''s Equity','1917','K1BP3','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1877, 'SKR03','1','Owner''s Equity','1918','K1BP3','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1878, 'SKR03','1','Owner''s Equity','1919','K1BP3','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1879, 'SKR03','1','Owner''s Equity','1920','K1BP3','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1880, 'SKR03','1','Owner''s Equity','1921','K1BP3','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1881, 'SKR03','1','Owner''s Equity','1922','K1BP3','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1882, 'SKR03','1','Owner''s Equity','1923','K1BP3','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1883, 'SKR03','1','Owner''s Equity','1924','K1BP3','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1884, 'SKR03','1','Owner''s Equity','1925','K1BP3','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1885, 'SKR03','1','Owner''s Equity','1926','K1BP3','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1886, 'SKR03','1','Owner''s Equity','1927','K1BP3','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1887, 'SKR03','1','Owner''s Equity','1928','K1BP3','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1888, 'SKR03','1','Owner''s Equity','1929','K1BP3','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1889, 'SKR03','1','Owner''s Equity','1930','K1BP3','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1890, 'SKR03','1','Owner''s Equity','1931','K1BP3','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1891, 'SKR03','1','Owner''s Equity','1932','K1BP3','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1892, 'SKR03','1','Owner''s Equity','1933','K1BP3','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1893, 'SKR03','1','Owner''s Equity','1934','K1BP3','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1894, 'SKR03','1','Owner''s Equity','1935','K1BP3','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1895, 'SKR03','1','Owner''s Equity','1936','K1BP3','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1896, 'SKR03','1','Owner''s Equity','1937','K1BP3','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1897, 'SKR03','1','Owner''s Equity','1938','K1BP3','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1898, 'SKR03','1','Owner''s Equity','1939','K1BP3','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1899, 'SKR03','1','Owner''s Equity','1940','K1BP3','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1900, 'SKR03','1','Owner''s Equity','1941','K1BP3','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1901, 'SKR03','1','Owner''s Equity','1942','K1BP3','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1902, 'SKR03','1','Owner''s Equity','1943','K1BP3','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1903, 'SKR03','1','Owner''s Equity','1944','K1BP3','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1904, 'SKR03','1','Owner''s Equity','1945','K1BP3','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1905, 'SKR03','1','Owner''s Equity','1946','K1BP3','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1906, 'SKR03','1','Owner''s Equity','1947','K1BP3','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1907, 'SKR03','1','Owner''s Equity','1948','K1BP3','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1908, 'SKR03','1','Owner''s Equity','1949','K1BP3','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1909, 'SKR03','1','Owner''s Equity','1950','K1BP3','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1910, 'SKR03','1','Owner''s Equity','1951','K1BP3','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1911, 'SKR03','1','Owner''s Equity','1952','K1BP3','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1912, 'SKR03','1','Owner''s Equity','1953','K1BP3','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1913, 'SKR03','1','Owner''s Equity','1954','K1BP3','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1914, 'SKR03','1','Owner''s Equity','1955','K1BP3','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1915, 'SKR03','1','Owner''s Equity','1956','K1BP3','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1916, 'SKR03','1','Owner''s Equity','1957','K1BP3','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1917, 'SKR03','1','Owner''s Equity','1958','K1BP3','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1918, 'SKR03','1','Owner''s Equity','1959','K1BP3','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1919, 'SKR03','1','Owner''s Equity','1960','K1BP3','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1920, 'SKR03','1','Owner''s Equity','1961','K1BP3','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1921, 'SKR03','1','Owner''s Equity','1962','K1BP3','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1922, 'SKR03','1','Owner''s Equity','1963','K1BP3','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1923, 'SKR03','1','Owner''s Equity','1964','K1BP3','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1924, 'SKR03','1','Owner''s Equity','1965','K1BP3','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1925, 'SKR03','1','Owner''s Equity','1966','K1BP3','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1926, 'SKR03','1','Owner''s Equity','1967','K1BP3','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1927, 'SKR03','1','Owner''s Equity','1968','K1BP3','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1928, 'SKR03','1','Owner''s Equity','1969','K1BP3','Grundstücksaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1929, 'SKR03','1','Owner''s Equity','1970','K1BP3','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1930, 'SKR03','1','Owner''s Equity','1971','K1BP3','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1931, 'SKR03','1','Owner''s Equity','1972','K1BP3','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1932, 'SKR03','1','Owner''s Equity','1973','K1BP3','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1933, 'SKR03','1','Owner''s Equity','1974','K1BP3','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1934, 'SKR03','1','Owner''s Equity','1975','K1BP3','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1935, 'SKR03','1','Owner''s Equity','1976','K1BP3','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1936, 'SKR03','1','Owner''s Equity','1977','K1BP3','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1937, 'SKR03','1','Owner''s Equity','1978','K1BP3','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1938, 'SKR03','1','Owner''s Equity','1979','K1BP3','Grundstücksertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1939, 'SKR03','1','Owner''s Equity','1980','K1BP3','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1940, 'SKR03','1','Owner''s Equity','1981','K1BP3','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1941, 'SKR03','1','Owner''s Equity','1982','K1BP3','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1942, 'SKR03','1','Owner''s Equity','1983','K1BP3','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1943, 'SKR03','1','Owner''s Equity','1984','K1BP3','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1944, 'SKR03','1','Owner''s Equity','1985','K1BP3','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1945, 'SKR03','1','Owner''s Equity','1986','K1BP3','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1946, 'SKR03','1','Owner''s Equity','1987','K1BP3','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1947, 'SKR03','1','Owner''s Equity','1988','K1BP3','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1948, 'SKR03','1','Owner''s Equity','1989','K1BP3','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1949, 'SKR03','1','Owner''s Equity','1990','K1BP3','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1950, 'SKR03','1','Owner''s Equity','1991','K1BP3','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1951, 'SKR03','1','Owner''s Equity','1992','K1BP3','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1952, 'SKR03','1','Owner''s Equity','1993','K1BP3','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1953, 'SKR03','1','Owner''s Equity','1994','K1BP3','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1954, 'SKR03','1','Owner''s Equity','1995','K1BP3','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1955, 'SKR03','1','Owner''s Equity','1996','K1BP3','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1956, 'SKR03','1','Owner''s Equity','1997','K1BP3','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1957, 'SKR03','1','Owner''s Equity','1998','K1BP3','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1958, 'SKR03','1','Owner''s Equity','1999','K1BP3','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1959, 'SKR03','0','Expense','K2GVA1','K2GVA','Außerordentliche Aufwendungen i.S.d. BiRiLiG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1960, 'SKR03','0','Expense','K2GVA11','K2GVA1','Außerordentliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1961, 'SKR03','2','Expense','2000','K2GVA11','Außerordentliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1962, 'SKR03','2','Expense','2001','K2GVA11','Außerordentliche Aufwendungen finanzwirksam',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1963, 'SKR03','2','Expense','2005','K2GVA11','Außerordentliche Aufwendungen nicht finanzwirksam',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1964, 'SKR03','0','Expense','K2GVA2','K2GVA','Betriebsfremde und periodenfremde Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1965, 'SKR03','0','Expense','K2GVA21','K2GVA2','Sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1966, 'SKR03','2','Expense','2010','K2GVA21','Betriebsfremde Aufwendungen (soweit nicht außerordentlich)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1967, 'SKR03','2','Expense','2020','K2GVA21','Periodenfremde Aufwendungen (soweit nicht außerordentlich)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1968, 'SKR03','0','Expense','K2GVA3','K2GVA','Zinsen und ähnliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1969, 'SKR03','0','Expense','K2GVA31','K2GVA3','Zinsen und ähnliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1970, 'SKR03','2','Expense','2100','K2GVA31','Zinsen und ähnliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1971, 'SKR03','2','Expense','2103','2100','Steuerlich abzugsfähige andere Nebenleistungen zu steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1972, 'SKR03','2','Expense','2104','2100','Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1973, 'SKR03','2','Expense','2107','2100','Zinsaufwendungen § 233a AO betriebliche Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1974, 'SKR03','2','Expense','2108','2100','Zinsaufwendungen §§ 233a bis 237 AO Personensteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1975, 'SKR03','2','Expense','2109','2100','Zinsaufwendungen an verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1976, 'SKR03','2','Expense','2110','2100','Zinsaufwendungen für kurzfristige Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1977, 'SKR03','2','Expense','2113','2100','Nicht abzugsfähige Schuldzinsen gemäß § 4 Abs. 4a EStG (Hinzurechnungsbetrag)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1978, 'SKR03','2','Expense','2115','2100','Zinsen und ähnliche Aufwendungen 100% / 50% nicht abzugsfähig (inländiche Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1979, 'SKR03','2','Expense','2116','2100','Zinsen und ähnliche Aufwendungen an verbundene Unternehmen 100% / 50% nicht abzugsfähig (inländiche Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1980, 'SKR03','2','Expense','2118','2100','In Dauerschuldzinsen umqualifizierte Zinsen auf kurzfristige Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1981, 'SKR03','2','Expense','2119','2100','Zinsaufwendungen für kurzfristige Verbindlichkeiten an verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1982, 'SKR03','2','Expense','2120','2100','Zinsaufwendungen für langfristige Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1983, 'SKR03','2','Expense','2125','2100','Zinsaufwendungen für Gebäude die zum Betriebsvermögen gehören',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1984, 'SKR03','2','Expense','2126','2100','Zinsen zur Finanzierung des Anlagevermögen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1985, 'SKR03','2','Expense','2127','2100','Renten und dauernde Lasten aus Gründung / Erwerb §8 GewStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1986, 'SKR03','2','Expense','2128','2100','Zinsaufwendungen an Mitunternehmer für die Hingabe von Kapital § 15 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1987, 'SKR03','2','Expense','2129','2100','Zinsaufwendungen für langfristige Verbindlichkeiten an verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1988, 'SKR03','2','Expense','2130','2100','Diskontaufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1989, 'SKR03','2','Expense','2139','2100','Diskontaufwendungen an verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1990, 'SKR03','2','Expense','2140','2100','Zinsähnliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1991, 'SKR03','2','Expense','2149','2100','Zinsähnliche Aufwendungen an verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1992, 'SKR03','0','Expense','K2GVA32','K2GVA3','Sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1993, 'SKR03','2','Expense','2150','K2GVA32','Aufwendungen aus Kursdifferenzen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1994, 'SKR03','2','Expense','2166','K2GVA32','Aufwendungen Bewertung Finanzmittelfonds',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1995, 'SKR03','2','Expense','2170','K2GVA32','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1996, 'SKR03','2','Expense','2171','K2GVA32','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1997, 'SKR03','2','Expense','2175','K2GVA32','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1998, 'SKR03','2','Expense','2176','K2GVA33','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1999, 'SKR03','0','Expense','K2GVA4','K2GVA','Steueraufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2000, 'SKR03','0','Expense','K2GVA41','K2GVA4','Steuern vom Einkommen und Ertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2001, 'SKR03','2','Expense','2200','K2GVA41','Körperschaftsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2002, 'SKR03','2','Expense','2203','K2GVA41','Körperschaftsteuer für Vorjahre',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2003, 'SKR03','2','Expense','2204','K2GVA41','Körperschaftsteuererstattungen für Vorjahre',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2004, 'SKR03','2','Expense','2208','K2GVA41','Solidaritätszuschlag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2005, 'SKR03','2','Expense','2209','K2GVA41','Solidaritätszuschlag für Vorjahre',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2006, 'SKR03','2','Expense','2210','K2GVA41','Solidaritätszuschlag für Vorjahre für Vorjahre',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2007, 'SKR03','2','Expense','2212','K2GVA41','Kapitalertragsteuer 20%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2008, 'SKR03','2','Expense','2213','K2GVA41','Kapitalertragsteuer 25%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2009, 'SKR03','2','Expense','2214','K2GVA41','Anrechenbarer Solidaritätszuschlag auf Kapitalertragsteuer 20%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2010, 'SKR03','2','Expense','2215','K2GVA41','Zinsabschlagsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2011, 'SKR03','2','Expense','2216','K2GVA41','Anrechenbarer Solidaritätszuschlag auf Kapitalertragsteuer 25%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2012, 'SKR03','2','Expense','2218','K2GVA41','Anrechenbarer Solidaritätszuschlag auf Zinsabschlagsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2013, 'SKR03','2','Expense','2219','K2GVA41','Ausländische Quellensteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2014, 'SKR03','2','Expense','2280','K2GVA41','Steuernachzahlungen Vorjahre für Steuern vom Einkommen und Ertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2015, 'SKR03','2','Expense','2282','K2GVA41','Steuererstattungen Vorjahre für Steuern vom Einkommen und Ertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2016, 'SKR03','2','Expense','2284','K2GVA41','Erträge aus der Auflösung von Rückstellungen für Steuern vom Einkommen und Ertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2017, 'SKR03','0','Expense','K2GVA42','K2GVA4','Sonstige Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2018, 'SKR03','2','Expense','2285','K2GVA41','Steuernachzahlungen Vorjahre für sonstige Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2019, 'SKR03','2','Expense','2287','K2GVA41','Steuererstattungen Vorjahre für sonstige Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2020, 'SKR03','2','Expense','2289','K2GVA41','Erträge aus der Auflösung von Rückstellungen für sonstige Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2021, 'SKR03','0','Expense','K2GVA5','K2GVA','Sonstige Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2022, 'SKR03','0','Expense','K2GVA51','K2GVA5','Sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2023, 'SKR03','2','Expense','2300','K2GVA51','Sonstige Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2024, 'SKR03','2','Expense','2307','2300','Sonstige Aufwendungen betriebsfremde und regelmäßig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2025, 'SKR03','2','Expense','2309','2300','Sonstige Aufwendungen unregelmässig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2026, 'SKR03','2','Expense','2310','2300','Anlagenabgänge Sachanlagen (Restbuchwert bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2027, 'SKR03','2','Expense','2311','2300','Anlagenabgänge immaterielle Vermögensgegenstände (Restbuchwert bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2028, 'SKR03','2','Expense','2312','2300','Anlagenabgänge Finanzanlagen (Restbuchwert bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2029, 'SKR03','2','Expense','2313','2300','Anlagenabgänge Finanzanlagen 100% / 50% nicht abzugsfähig (inländische Kap. Ges.) (Restbuchwert bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2030, 'SKR03','0','Expense','K2GVA52','K2GVA5','Sonstige betriebliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2031, 'SKR03','2','Expense','2315','K2GVA52','Anlagenabgänge Sachanlagen (Restbuchwert bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2032, 'SKR03','2','Expense','2316','K2GVA52','Anlagenabgänge immaterielle Vermögensgegenstände (Restbuchwert bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2033, 'SKR03','2','Expense','2317','K2GVA52','Anlagenabgänge Finanzanlagen (Restbuchwert bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2034, 'SKR03','2','Expense','2318','K2GVA52','Anlagenabgänge Finanzanlagen 100% / 50% steuerfrei (inländische Kap. Ges.) (Restbuchwert bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2035, 'SKR03','2','Expense','2320','K2GVA51','Verluste aus dem Abgang von Gegenständen des Anlagevermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2036, 'SKR03','2','Expense','2323','K2GVA51','Verluste aus der Veräußerung von Anteilen an Kapitalgesellschaften 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2037, 'SKR03','2','Expense','2325','K2GVA51','Verluste aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2038, 'SKR03','2','Expense','2326','K2GVA51','Verluste aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2039, 'SKR03','2','Expense','2327','K2GVA51','Abgang von Wirtschaftsgütern des Umlaufvermögens nach §4 Abs. 3 Satz 4 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2040, 'SKR03','2','Expense','2328','K2GVA51','Abgang von Wirtschaftsgütern des Umlaufvermögens 100% / 50% nicht abzugsfähig (inländische Kap. Ges.) nach §4 Abs. 3 Satz 4 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2041, 'SKR03','2','Expense','2340','K2GVA51','Einstellungen in Sonderposten mit Rücklageanteil (steuerfreie Rücklagen)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2042, 'SKR03','2','Expense','2341','K2GVA51','Einstellungen in Sonderposten mit Rücklageanteil (Ansparabschreibungen)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2043, 'SKR03','2','Expense','2342','K2GVA51','Einstellungen in Sonderposten mit Rücklageanteil (Existenzgründerrücklage)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2044, 'SKR03','2','Expense','2345','K2GVA51','Einstellungen in Sonderposten mit Rücklageanteil (Sonderabschreibungen)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2045, 'SKR03','2','Expense','2346','K2GVA51','Einstellungen in Sonderposten mit Rücklageanteil (§ 52 Abs. 16 EStG)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2046, 'SKR03','2','Expense','2348','K2GVA51','Aufwendungen aus der Zuschreibung von steuerlich niedriger bewerteten Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2047, 'SKR03','2','Expense','2349','K2GVA51','Aufwendungen aus der Zuschreibung von steuerlich niedriger bewerteten Rückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2048, 'SKR03','2','Expense','2350','K2GVA51','Grundstücksaufwendungen neutral',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2049, 'SKR03','0','Expense','K2GVA53','K2GVA5','Sonstige Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2050, 'SKR03','2','Expense','2375','K2GVA53','Grundsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2051, 'SKR03','2','Expense','2380','K2GVA51','Zuwendungen Spenden steuerlich nicht abziehbar',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2052, 'SKR03','2','Expense','2381','K2GVA51','Zuwendungen Spenden für wissenschaftliche und kulturelle Zwecke',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2053, 'SKR03','2','Expense','2382','K2GVA51','Zuwendungen Spenden für mildtätige Zwecke',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2054, 'SKR03','2','Expense','2383','K2GVA51','Zuwendungen Spenden für kirchliche religiöse und gemeinnützige Zwecke',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2055, 'SKR03','2','Expense','2384','K2GVA51','Zuwendungen Spenden an politische Parteien',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2056, 'SKR03','2','Expense','2385','K2GVA51','Nicht abziehbare Hälfte der Aufsichtsratsvergütungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2057, 'SKR03','2','Expense','2386','K2GVA51','Abziehbare Aufsichtsratsvergütung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2058, 'SKR03','2','Expense','2387','K2GVA51','Zuwendungen Spenden an Stiftungen für gemeinnützige Zwecke i. S. d. § 52 Abs. 2 Nr. 1-3 AO',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2059, 'SKR03','2','Expense','2388','K2GVA51','Zuwendungen Spenden an Stiftungen für gemeinnützige Zwecke i. S. d. § 52 Abs. 2 Nr. 4 AO',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2060, 'SKR03','2','Expense','2389','K2GVA51','Zuwendungen Spenden an Stiftungen für kirchliche religiöse und gemeinnützige Zwecke',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2061, 'SKR03','2','Expense','2390','K2GVA51','Zuwendungen Spenden an Stiftungen für wissenschaftliche mildtätige kulturelle Zwecke',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2062, 'SKR03','2','Expense','2400','K2GVA51','Forderungsverluste (übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2063, 'SKR03','2','Expense','2401','2400','Forderungsverluste 7% USt (übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2064, 'SKR03','2','Expense','2402','2400','Forderungsverluste aus steuerfreien EG-Lieferungen (übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2065, 'SKR03','2','Expense','2403','2400','Forderungsverluste aus im Inland steuerpflichtigen EG-Lieferungen 7% USt (übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2066, 'SKR03','2','Expense','2404','2400','Forderungsverluste aus im Inland steuerpflichtigen EG-Lieferungen 16% USt (übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2067, 'SKR03','2','Expense','2405','2400','Forderungsverluste 16% USt (übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2068, 'SKR03','2','Expense','2406','2400','Forderungsverluste 19% USt (übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2069, 'SKR03','2','Expense','2407','2400','Forderungsverluste 15% USt (übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2070, 'SKR03','2','Expense','2408','2400','Forderungsverluste aus im Inland steuerpflichtigen EG-Lieferungen 19% USt (übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2071, 'SKR03','2','Expense','2409','2400','Forderungsverluste aus im Inland steuerpflichtigen EG-Lieferungen 15% USt (übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2072, 'SKR03','0','Expense','K2GVA54','K2GVA5','Abschreibungen auf Vermögensgegenstände des Umlaufvermögens soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2073, 'SKR03','2','Expense','2430','K2GVA54','Forderungsverluste unüblich hoch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2074, 'SKR03','2','Expense','2450','K2GVA51','Einstellung in die Pauschalwertberichtigung zu Forderungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2075, 'SKR03','2','Expense','2451','K2GVA51','Einstellung in die Einzelwertberichtigung zu Forderungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2076, 'SKR03','0','Expense','K2GVA55','K2GVA5','Aufwendungen aus Verlustübernahme',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2077, 'SKR03','2','Expense','2490','K2GVA55','Aufwendungen aus Verlustübernahme',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2078, 'SKR03','0','Expense','K2GVA56','K2GVA5','Auf Grund einer Gewinngemeinschaft eines Gewinn- oder Teilgewinnabführungsvertrags abgeführte Gewinne',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2079, 'SKR03','2','Expense','2492','K2GVA56','Abgeführte Gewinne auf Grund einer Gewinngemeinschaft',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2080, 'SKR03','2','Expense','2493','K2GVA56','Abgeführte Gewinnanteile an stille Gesellschafter § 8 GewStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2081, 'SKR03','2','Expense','2494','K2GVA56','Abgeführte Gewinne auf Grund eines Gewinn- oder Teilgewinnabführungsvetrags',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2082, 'SKR03','0','Expense','K2GVA57','K2GVA5','Einstellungen in die Kapitalrücklage nach den Vorschriften über die vereinfachte Kapitalherabsetzung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2083, 'SKR03','2','Expense','2495','K2GVA57','Einstellungen in die Kapitalrücklage nach den Vorschriften über die vereinfachte Kapitalherabsetzung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2084, 'SKR03','0','Expense','K2GVA58','K2GVA5','Einstellung in Gewinnrücklagen in die gesetzliche Rücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2085, 'SKR03','2','Expense','2496','K2GVA58','Einstellung in die gesetzliche Rücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2086, 'SKR03','0','Expense','K2GVA59','K2GVA5','Einstellung in Gewinnrücklagen in satzungsmäßige Rücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2087, 'SKR03','2','Expense','2497','K2GVA59','Einstellungen in satzungsmäßige Rücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2088, 'SKR03','0','Expense','K2GVA5a','K2GVA5','Einstellung in Gewinnrücklagen in die Rücklage für eigene Anteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2089, 'SKR03','2','Expense','2498','K2GVA5a','Einstellung in die Rücklage für eigene Anteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2090, 'SKR03','0','Expense','K2GVA5b','K2GVA5','Einstellung in Gewinnrücklagen in andere Gewinnrücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2091, 'SKR03','2','Expense','2499','K2GVA5b','Einstellung in andere Gewinnrücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2092, 'SKR03','0','Revenue','K2GVE1','K2GVE','Außerordentliche Erträge i. S. d. BiRiLiG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2093, 'SKR03','0','Revenue','K2GVE11','K2GVE1','Außerordentliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2094, 'SKR03','2','Revenue','2500','K2GVE11','Außerordentliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2095, 'SKR03','2','Revenue','2501','K2GVE11','Außerordentliche Erträge finanzwirksam',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2096, 'SKR03','2','Revenue','2505','K2GVE11','Außerordentliche Erträge nicht finanzwirksam',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2097, 'SKR03','0','Revenue','K2GVE2','K2GVE','Betriebsfremde und periodenfremde Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2098, 'SKR03','0','Revenue','K2GVE21','K2GVE2','Sonstige betriebliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2099, 'SKR03','2','Revenue','2510','K2GVE21','Betriebsfremde Erträge (soweit nicht außerordentlich)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2100, 'SKR03','2','Revenue','2520','K2GVE21','Periodenfremde Erträge (soweit nicht außerordentlich)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2101, 'SKR03','0','Revenue','K2GVE3','K2GVE','Zinsertäge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2102, 'SKR03','0','Revenue','K2GVE31','K2GVE3','Erträge aus Beteiligungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2103, 'SKR03','2','Revenue','2600','K2GVE31','Erträge aus Beteiligungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2104, 'SKR03','2','Revenue','2615','2600','Laufende Erträge aus Anteilen an Kapitalgesellschaften (Beteiligung 100% / 50% steuerfrei) (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2105, 'SKR03','2','Revenue','2616','2600','Laufende Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) 100% / 50% steuerfrei (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2106, 'SKR03','2','Revenue','2617','2600','Gewinne aus Anteilen an nicht steuerbefreiten inländischen Kapitalgesellschaften § 9 Nr. 2a GewStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2107, 'SKR03','2','Revenue','2618','2600','Gewinnanteile aus Mitunternehmerschaften § 9 GewStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2108, 'SKR03','2','Revenue','2619','2600','Erträge aus Beteiligungen an verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2109, 'SKR03','0','Revenue','K2GVE32','K2GVE3','Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2110, 'SKR03','2','Revenue','2620','K2GVA32','Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2111, 'SKR03','2','Revenue','2625','2620','laufende Erträge aus Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) 100% / 50% steuerfrei (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2112, 'SKR03','2','Revenue','2626','2620','Laufende Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) 100% / 50% steuerfrei (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2113, 'SKR03','2','Revenue','2649','2620','Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögen aus verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2114, 'SKR03','0','Revenue','K2GVE33','K2GVE3','Sonstige Zinsen und ähnliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2115, 'SKR03','2','Revenue','2650','K2GVA33','Sonstige Zinsen und ähnliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2116, 'SKR03','2','Revenue','2655','2650','laufende Erträge aus Anteilen an Kapitalgesellschaften (Umlaufvermögen) 100% / 50% steuerfrei (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2117, 'SKR03','2','Revenue','2656','2650','laufende Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) 100% / 50% steuerfrei (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2118, 'SKR03','2','Revenue','2657','2650','Zinserträge § 233a AO',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2119, 'SKR03','2','Revenue','2658','2650','Zinserträge § 233a AO Sonderfall Anlage A KSt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2120, 'SKR03','2','Revenue','2659','2650','Sonstige Zinsen und ähnliche Erträge aus verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2121, 'SKR03','0','Revenue','K2GVE34','K2GVE3','Sonstige betriebliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2122, 'SKR03','2','Revenue','2660','K2GVA34','Erträge aus Kursdifferenzen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2123, 'SKR03','2','Revenue','2661','K2GVA34','Nicht realisierbare Währungsdifferenzen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2124, 'SKR03','2','Revenue','2662','K2GVA34','Realisierte Währungsdifferenzen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2125, 'SKR03','2','Revenue','2663','K2GVA34','Produkt Rechnung Preisdifferenz',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2126, 'SKR03','2','Revenue','2664','K2GVA34','Realisierte Währungsdifferenzen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2127, 'SKR03','2','Revenue','2665','K2GVA34','Erträge a. Währungsumstellung auf Euro',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2128, 'SKR03','2','Revenue','2666','K2GVA34','Erträge aus Bewertung Finanzmittelfonds',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2129, 'SKR03','2','Revenue','2667','K2GVA34','Bank Währungsverlust (Konto)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2130, 'SKR03','2','Revenue','2668','K2GVA34','Währungsdifferenz zum Kontenausgleich',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2131, 'SKR03','2','Revenue','2669','K2GVA34','Nicht realisierbare Währungsdifferenzen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2132, 'SKR03','0','Revenue','K2GVE35','K2GVE3','Sonstige Zinsen und ähnliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2133, 'SKR03','2','Revenue','2670','K2GVA35','Diskonterträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2134, 'SKR03','2','Revenue','2671','K2GVA35','Bank Bewertungsertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2135, 'SKR03','2','Revenue','2672','K2GVA35','Rundungsdifferenzen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2136, 'SKR03','2','Revenue','2673','K2GVA35','Kassendifferenzen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2137, 'SKR03','2','Revenue','2679','K2GVA35','Diskonterträge verbundene Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2138, 'SKR03','2','Revenue','2680','K2GVA35','Zinsähnliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2139, 'SKR03','2','Revenue','2689','K2GVA35','Zinsähnliche Erträge aus verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2140, 'SKR03','0','Revenue','K2GVE4','K2GVE','Sonstige Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2141, 'SKR03','0','Revenue','K2GVE41','K2GVE4','Sonstige betriebliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2142, 'SKR03','2','Revenue','2700','K2GVA41','Sonstige Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2143, 'SKR03','2','Revenue','2705','2700','Sonstige Erträge betrieblich und regelmäßig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2144, 'SKR03','2','Revenue','2707','2700','Sonstige Erträge betriebsfremd und regelmäßig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2145, 'SKR03','2','Revenue','2709','2700','Sonstige Erträge unregelmäßig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2146, 'SKR03','2','Revenue','2710','2700','Erträge aus Zuschreibungen des Sachanlagevermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2147, 'SKR03','2','Revenue','2711','2700','Erträge aus Zuschreibungen des immateriellen Anlagevermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2148, 'SKR03','2','Revenue','2712','2700','Erträge aus Zuschreibungen des Finanzanlagevermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2149, 'SKR03','2','Revenue','2713','2700','Erträge aus Zuschreibungen des Finanzanlagevermögens 100% / 50% steuerfrei (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2150, 'SKR03','2','Revenue','2714','2700','Erträge aus Zuschreibungen des anderen Anlagevermögens 100% / 50% steuerfrei (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2151, 'SKR03','2','Revenue','2715','2700','Erträge aus Zuschreibungen des Umlaufvermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2152, 'SKR03','2','Revenue','2716','2700','Erträge aus Zuschreibungen des Umlaufvermögens 100% / 50% steuerfrei (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2153, 'SKR03','2','Revenue','2720','2700','Erträge aus dem Abgang von Gegenständen des Anlagevermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2154, 'SKR03','2','Revenue','2723','2700','Erträge aus der Veräußerung von Anteilen an Kapitalgesellschaften 100% / 50% steuerfrei ( inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2155, 'SKR03','2','Revenue','2725','2700','Erträge aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2156, 'SKR03','2','Revenue','2726','2700','Erträge aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) 100% / 50% steuerfrei ( inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2157, 'SKR03','2','Revenue','2730','2700','Erträge aus Herabsetzung der Pauschalwertberichtigung zu Forderungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2158, 'SKR03','2','Revenue','2731','2700','Erträge aus Herabsetzung der Einzelwertberichtigung zu Forderungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2159, 'SKR03','2','Revenue','2732','2700','Erträge aus abgeschriebenen Forderungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2160, 'SKR03','2','Revenue','2733','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (Existenzgründerrücklage)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2161, 'SKR03','2','Revenue','2734','2700','Erträge aus der steuerlich niedrigeren Bewertung von Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2162, 'SKR03','2','Revenue','2735','2700','Erträge aus der Auflösung von Rückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2163, 'SKR03','2','Revenue','2736','2700','Erträge aus der steuerlich niedrigeren Bewertung von Rückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2164, 'SKR03','2','Revenue','2737','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (aus der Währungsumstellung auf den Euro)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2165, 'SKR03','2','Revenue','2738','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil nach § 52 Abs. 16 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2166, 'SKR03','2','Revenue','2739','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (Ansparabschreibungen)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2167, 'SKR03','2','Revenue','2740','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (steuerfreie Rücklagen)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2168, 'SKR03','2','Revenue','2741','2700','Erträge aus der Auflösung von Sonderposten mit Rücklageanteil (Sonderabschreibungen)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2169, 'SKR03','2','Revenue','2742','2700','Versicherungsentschädigungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2170, 'SKR03','2','Revenue','2743','2700','Investitionszuschüsse (steuerpflichtig)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2171, 'SKR03','2','Revenue','2744','2700','Investitionszulagen (steuerfrei)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2172, 'SKR03','0','Revenue','K2GVE42','K2GVE4','Erträge aus Kapitalherabsetzung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2173, 'SKR03','2','Revenue','2745','K2GVE42','Erträge aus Kapitalherabsetzung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2174, 'SKR03','2','Revenue','2746','K2GVE41','Steuerfreie Erträge aus der Auflösung von Sonderposten mit Rücklageanteil',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2175, 'SKR03','2','Revenue','2747','K2GVE41','Sonstige steuerfreie Betriebseinnahmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2176, 'SKR03','0','Revenue','2749','K2GVE41','Erstattungen Aufwendungsausgleichsgesetz',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2177, 'SKR03','2','Revenue','2750','K2GVE41','Grundstückserträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2178, 'SKR03','0','Revenue','K2GVE43','K2GVE4','Erträge aus Verlustübernahme',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2179, 'SKR03','2','Revenue','2790','K2GVE43','Erträge aus Verlustübernahme',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2180, 'SKR03','0','Revenue','K2GVE44','K2GVE4','Auf Grund einer Gewinngemeinschaft eines Gewinn- oder Teilgewinnabführungsvertrags erhaltene Gewinne',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2181, 'SKR03','2','Revenue','2792','K2GVE44','Erhaltene Gewinne auf Grund einer Gewinngemeinschaft',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2182, 'SKR03','2','Revenue','2794','K2GVE44','Erhaltene Gewinne auf Grund eines Gewinn- oder Teilgewinnabführungsvetrags',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2183, 'SKR03','0','Revenue','K2GVE45','K2GVE4','Entnahmen aus der Kapitalrücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2184, 'SKR03','2','Revenue','2795','K2GVE45','Entnahmen aus der Kapitalrücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2185, 'SKR03','0','Revenue','K2GVE46','K2GVE4','Entnahmen aus Gewinnrücklagen aus der gesetzlichen Rücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2186, 'SKR03','2','Revenue','2796','K2GVE46','Entnahmen aus der gesetzlichen Rücklage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2187, 'SKR03','0','Revenue','K2GVE47','K2GVE4','Entnahmen aus Gewinnrücklagen aus satzungsmäßigen Rücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2188, 'SKR03','2','Revenue','2797','K2GVE47','Entnahmen aus satzungsmäßigen Rücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2189, 'SKR03','0','Revenue','K2GVE48','K2GVE4','Entnahmen aus Gewinnrücklagen aus der Rücklage für eigene Anteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2190, 'SKR03','2','Revenue','2798','K2GVE48','Entnahmen aus der Rücklage für eigene Anteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2191, 'SKR03','0','Revenue','K2GVE49','K2GVE4','Entnahmen aus Gewinnrücklagen aus anderen Gewinnrücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2192, 'SKR03','2','Revenue','2799','K2GVE49','Entnahmen aus anderen Gewinnrücklagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2193, 'SKR03','0','Revenue','K2GVE4a','K2GVE4','Gewinnvortrag oder Verlustvortrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2194, 'SKR03','2','Revenue','2860','K2GVE4a','Gewinnvortrag nach Verwendung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2195, 'SKR03','2','Revenue','2868','K2GVE4a','Verlustvortrag nach Verwendung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2196, 'SKR03','0','Revenue','K2GVE4b','K2GVE4','Vortrag auf neue Rechnung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2197, 'SKR03','2','Revenue','2869','K2GVE4b','Vortrag auf neue Rechnung (GuV)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2198, 'SKR03','0','Revenue','K2GVE4c','K2GVE4','Ausschüttung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2199, 'SKR03','2','Revenue','2870','K2GVE4c','Vorabausschüttung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2200, 'SKR03','0','Revenue','K2GVE5','K2GVE','Verrechnete kalkulatorische Kosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2201, 'SKR03','0','Revenue','K2GVE51','K2GVE5','Sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2202, 'SKR03','2','Revenue','2890','K2GVE51','Verrechneter kalkulatorischer Unternehmerlohn',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2203, 'SKR03','2','Revenue','2891','K2GVE51','Verrechnete kalkulatorische Miete und Pacht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2204, 'SKR03','2','Revenue','2892','K2GVE51','Verrechnete kalkulatorische Zinsen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2205, 'SKR03','2','Revenue','2893','K2GVE51','Verrechnete kalkulatorische Abschreibungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2206, 'SKR03','2','Revenue','2894','K2GVE51','Verrechnete kalkulatorische Wagnisse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2207, 'SKR03','2','Revenue','2895','K2GVE51','Verrechneter kalkulatorische Lohn für unentgeltliche Mitarbeiter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2208, 'SKR03','0','Revenue','K2GVE52','K2GVE5','Sonstige betriebliche Erträge oder sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2209, 'SKR03','2','Revenue','2990','K2GVE52','Aufwendungen/Erträge aus Umrechnungsdifferenzen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2210, 'SKR03','0','Expense','K3GVA1','K3GVA','Materialaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2211, 'SKR03','0','Expense','K3GVA11','K3GVA1','Aufwendungen für Roh- Hilfs- und Betriebsstoffe und für bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2212, 'SKR03','3','Expense','3000','K3GVA11','Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2213, 'SKR03','3','Expense','3090','K3GVA11','Energiestoffe (Fertigung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2214, 'SKR03','0','Expense','K3GVA12','K3GVA1','Aufwendungen für bezogene Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2215, 'SKR03','3','Expense','3100','K3GVA12','Fremdleistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2216, 'SKR03','0','Expense','K3GVA2','K3GVA','Umsätze für die als Leistungsemfänger die Steuer nach § 13b Abs. 2 UStG geschuldet wird',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2217, 'SKR03','0','Expense','K3GVA21','K3GVA2','Aufwendungen für bezogene Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2218, 'SKR03','0','Expense','3106','K3GVA12','Fremdleistungen 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2219, 'SKR03','3','Expense','3110','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens 7% Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2220, 'SKR03','3','Expense','3115','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens 7% Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2221, 'SKR03','3','Expense','3120','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2222, 'SKR03','3','Expense','3121','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2223, 'SKR03','3','Expense','3122','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens 16% Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2224, 'SKR03','3','Expense','3125','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2225, 'SKR03','3','Expense','3126','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2226, 'SKR03','3','Expense','3127','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens 16% Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2227, 'SKR03','3','Expense','3130','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens ohne Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2228, 'SKR03','3','Expense','3135','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens ohne Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2229, 'SKR03','3','Expense','3140','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens ohne Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2230, 'SKR03','3','Expense','3141','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens ohne Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2231, 'SKR03','3','Expense','3142','K3GVA21','Bauleistungen eines im Inland ansässigen Unternehmens ohne Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2232, 'SKR03','3','Expense','3145','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens ohne Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2233, 'SKR03','3','Expense','3146','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens ohne Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2234, 'SKR03','3','Expense','3147','K3GVA21','Leistungen eines im Ausland ansässigen Unternehmens ohne Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2235, 'SKR03','3','Expense','3150','K3GVA21','Erhaltene Skonti aus Leistungen für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2236, 'SKR03','3','Expense','3151','K3GVA21','Erhaltene Skonti aus Leistungen für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2237, 'SKR03','3','Expense','3152','K3GVA21','Erhaltene Skonti aus Leistungen für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 16% Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2238, 'SKR03','3','Expense','3153','K3GVA21','Erhaltene Skonti aus Leistungen für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer aber mit Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2239, 'SKR03','0','Expense','K3GVA22','K3GVA2','Aufwendungen für Roh- Hilfs- und Betriebsstoffe und für bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2240, 'SKR03','3','Expense','3200','K3GVA22','Wareneingang',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2241, 'SKR03','3','Expense','3300','3200','Wareneingang 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2242, 'SKR03','3','Expense','3301','3200','Wareneingang 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2243, 'SKR03','3','Expense','3302','3200','Wareneingang 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2244, 'SKR03','3','Expense','3303','3200','Wareneingang 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2245, 'SKR03','3','Expense','3304','3200','Wareneingang 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2246, 'SKR03','3','Expense','3305','3200','Wareneingang 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2247, 'SKR03','3','Expense','3306','3200','Wareneingang 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2248, 'SKR03','3','Expense','3307','3200','Wareneingang 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2249, 'SKR03','3','Expense','3308','3200','Wareneingang 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2250, 'SKR03','3','Expense','3309','3200','Wareneingang 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2251, 'SKR03','3','Expense','3340','3200','Wareneingang 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2252, 'SKR03','3','Expense','3341','3200','Wareneingang 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2253, 'SKR03','3','Expense','3342','3200','Wareneingang 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2254, 'SKR03','3','Expense','3343','3200','Wareneingang 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2255, 'SKR03','3','Expense','3344','3200','Wareneingang 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2256, 'SKR03','3','Expense','3345','3200','Wareneingang 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2257, 'SKR03','3','Expense','3346','3200','Wareneingang 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2258, 'SKR03','3','Expense','3347','3200','Wareneingang 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2259, 'SKR03','3','Expense','3348','3200','Wareneingang 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2260, 'SKR03','3','Expense','3349','3200','Wareneingang 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2261, 'SKR03','3','Expense','3400','3200','Wareneingang 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2262, 'SKR03','3','Expense','3401','3200','Produkt Ausgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2263, 'SKR03','3','Expense','3402','3200','Produkt Vertriebsausgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2264, 'SKR03','3','Expense','3403','3200','Konto Kasse Aufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2265, 'SKR03','3','Expense','3404','3200','Einstandskosten Verrechnungskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2266, 'SKR03','3','Expense','3405','3200','Wareneingang 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2267, 'SKR03','3','Expense','3406','3200','Wareneingang 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2268, 'SKR03','3','Expense','3407','3200','Wareneingang 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2269, 'SKR03','3','Expense','3408','3200','Wareneingang 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2270, 'SKR03','3','Expense','3409','3200','Wareneingang 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2271, 'SKR03','3','Expense','3420','3200','Innergemeinschaftlicher Erwerb 7% Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2272, 'SKR03','3','Expense','3421','3200','Innergemeinschaftlicher Erwerb 7% Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2273, 'SKR03','3','Expense','3422','3200','Innergemeinschaftlicher Erwerb 7% Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2274, 'SKR03','3','Expense','3423','3200','Innergemeinschaftlicher Erwerb 7% Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2275, 'SKR03','3','Expense','3424','3200','Innergemeinschaftlicher Erwerb 7% Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2276, 'SKR03','3','Expense','3425','3200','Innergemeinschaftlicher Erwerb 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2277, 'SKR03','3','Expense','3426','3200','Innergemeinschaftlicher Erwerb 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2278, 'SKR03','3','Expense','3427','3200','Innergemeinschaftlicher Erwerb 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2279, 'SKR03','3','Expense','3428','3200','Innergemeinschaftlicher Erwerb 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2280, 'SKR03','3','Expense','3429','3200','Innergemeinschaftlicher Erwerb 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2281, 'SKR03','3','Expense','3430','3200','Innergemeinschaftlicher Erwerb ohne Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2282, 'SKR03','3','Expense','3433','3200','Innergemeinschaftlicher Erwerb 16% Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2283, 'SKR03','3','Expense','3434','3200','Innergemeinschaftlicher Erwerb 16% Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2284, 'SKR03','3','Expense','3435','3200','Innergemeinschaftlicher Erwerb ohne Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2285, 'SKR03','3','Expense','3440','3200','Innergemeinschaftlicher Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-Identifikationsnummer 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2286, 'SKR03','3','Expense','3441','3200','Innergemeinschaftlicher Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-Identifikationsnummer 16% Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2287, 'SKR03','3','Expense','3500','3200','Wareneingang 5% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2288, 'SKR03','3','Expense','3501','3200','Wareneingang 5% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2289, 'SKR03','3','Expense','3502','3200','Wareneingang 5% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2290, 'SKR03','3','Expense','3503','3200','Wareneingang 5% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2291, 'SKR03','3','Expense','3504','3200','Wareneingang 5% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2292, 'SKR03','3','Expense','3505','3200','Wareneingang 5 5% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2293, 'SKR03','3','Expense','3506','3200','Wareneingang 5 5% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2294, 'SKR03','3','Expense','3507','3200','Wareneingang 5 5% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2295, 'SKR03','3','Expense','3508','3200','Wareneingang 5 5% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2296, 'SKR03','3','Expense','3509','3200','Wareneingang 5 5% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2297, 'SKR03','3','Expense','3530','3200','Wareneingang 9% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2298, 'SKR03','3','Expense','3531','3200','Wareneingang 9% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2299, 'SKR03','3','Expense','3532','3200','Wareneingang 9% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2300, 'SKR03','3','Expense','3533','3200','Wareneingang 9% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2301, 'SKR03','3','Expense','3534','3200','Wareneingang 9% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2302, 'SKR03','3','Expense','3540','3200','Wareneingang 10 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2303, 'SKR03','3','Expense','3541','3200','Wareneingang 10 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2304, 'SKR03','3','Expense','3542','3200','Wareneingang 10 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2305, 'SKR03','3','Expense','3543','3200','Wareneingang 10 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2306, 'SKR03','3','Expense','3544','3200','Wareneingang 10 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2307, 'SKR03','3','Expense','3545','3200','Wareneingang 10 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2308, 'SKR03','3','Expense','3546','3200','Wareneingang 10 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2309, 'SKR03','3','Expense','3547','3200','Wareneingang 10 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2310, 'SKR03','3','Expense','3548','3200','Wareneingang 10 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2311, 'SKR03','3','Expense','3549','3200','Wareneingang 10 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2312, 'SKR03','3','Expense','3550','3200','steuerfreier innergemeinschaftlicher Erwerb',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2313, 'SKR03','3','Expense','3551','3200','Wareneingang im Drittland steuerbar',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2314, 'SKR03','3','Expense','3559','3200','Steuerfreier Einfuhren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2315, 'SKR03','3','Expense','3558','3200','Wareneingang I.a. EG-Land steuerbar',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2316, 'SKR03','3','Expense','3560','3200','waren aus einem Umsatzsteuerlager § 13a UStG 7% Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2317, 'SKR03','3','Expense','3565','3200','waren aus einem Umsatzsteuerlager § 13a UStG 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2318, 'SKR03','3','Expense','3566','3200','waren aus einem Umsatzsteuerlager § 13a UStG 16% Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2319, 'SKR03','3','Expense','3600','3200','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2320, 'SKR03','3','Expense','3601','3200','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2321, 'SKR03','3','Expense','3602','3200','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2322, 'SKR03','3','Expense','3603','3200','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2323, 'SKR03','3','Expense','3604','3200','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2324, 'SKR03','3','Expense','3605','3200','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2325, 'SKR03','3','Expense','3606','3200','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2326, 'SKR03','3','Expense','3607','3200','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2327, 'SKR03','3','Expense','3608','3200','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2328, 'SKR03','3','Expense','3609','3200','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2329, 'SKR03','3','Expense','3610','3200','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2330, 'SKR03','3','Expense','3611','3200','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2331, 'SKR03','3','Expense','3612','3200','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2332, 'SKR03','3','Expense','3613','3200','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2333, 'SKR03','3','Expense','3614','3200','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2334, 'SKR03','3','Expense','3615','3200','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2335, 'SKR03','3','Expense','3616','3200','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2336, 'SKR03','3','Expense','3617','3200','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2337, 'SKR03','3','Expense','3618','3200','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2338, 'SKR03','3','Expense','3619','3200','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2339, 'SKR03','3','Expense','3650','3200','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2340, 'SKR03','3','Expense','3651','3200','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2341, 'SKR03','3','Expense','3652','3200','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2342, 'SKR03','3','Expense','3653','3200','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2343, 'SKR03','3','Expense','3654','3200','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2344, 'SKR03','3','Expense','3655','3200','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2345, 'SKR03','3','Expense','3656','3200','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2346, 'SKR03','3','Expense','3657','3200','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2347, 'SKR03','3','Expense','3658','3200','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2348, 'SKR03','3','Expense','3659','3200','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2349, 'SKR03','3','Expense','3660','3200','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2350, 'SKR03','3','Expense','3661','3200','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2351, 'SKR03','3','Expense','3662','3200','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2352, 'SKR03','3','Expense','3663','3200','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2353, 'SKR03','3','Expense','3664','3200','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2354, 'SKR03','3','Expense','3665','3200','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2355, 'SKR03','3','Expense','3666','3200','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2356, 'SKR03','3','Expense','3667','3200','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2357, 'SKR03','3','Expense','3668','3200','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2358, 'SKR03','3','Expense','3669','3200','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2359, 'SKR03','3','Expense','3700','3200','Nachlässe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2360, 'SKR03','3','Expense','3710','3200','Nachlässe 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2361, 'SKR03','3','Expense','3711','3200','Nachlässe 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2362, 'SKR03','3','Expense','3720','3200','Nachlässe 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2363, 'SKR03','3','Expense','3721','3200','Nachlässe 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2364, 'SKR03','3','Expense','3722','3200','Nachlässe 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2365, 'SKR03','3','Expense','3723','3200','Nachlässe 15% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2366, 'SKR03','3','Expense','3724','3200','Nachlässe aus innergemeinschaftlichem Erwerb 7% Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2367, 'SKR03','3','Expense','3725','3200','Nachlässe aus innergemeinschaftlichem Erwerb 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2368, 'SKR03','3','Expense','3726','3200','Nachlässe aus innergemeinschaftlichem Erwerb 16% Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2369, 'SKR03','3','Expense','3727','3200','Nachlässe aus innergemeinschaftlichem Erwerb 15% Vorsteuer und 15% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2370, 'SKR03','0','Revenue','K3GVE1','K3GVE','Wareneingang',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2371, 'SKR03','0','Revenue','K3GVE11','K3GVE1','Aufwendungen für Roh- Hilfs- und Betriebsstoffe und für bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2372, 'SKR03','3','Revenue','3730','K3GVE11','Erhaltene Skonti',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2373, 'SKR03','3','Revenue','3731','3730','Erhaltene Skonti 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2374, 'SKR03','3','Revenue','3735','3730','Erhaltene Skonti 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2375, 'SKR03','3','Revenue','3736','3730','Erhaltene Skonti 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2376, 'SKR03','3','Revenue','3745','3730','Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2377, 'SKR03','3','Revenue','3746','3730','Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 7% Vorsteuer und 7% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2378, 'SKR03','3','Revenue','3748','3730','Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 19% Vorsteuer und 19% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2379, 'SKR03','3','Revenue','3749','3730','Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 16% Vorsteuer und 16% Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2380, 'SKR03','3','Revenue','3750','3769','Erhaltene Boni 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2381, 'SKR03','3','Revenue','3751','3769','Erhaltene Boni 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2382, 'SKR03','3','Revenue','3760','3769','Erhaltene Boni 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2383, 'SKR03','3','Revenue','3761','3769','Erhaltene Boni 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2384, 'SKR03','3','Revenue','3764','3769','Erhaltene Boni 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2385, 'SKR03','3','Revenue','3765','3769','Erhaltene Boni 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2386, 'SKR03','3','Revenue','3769','K3GVE11','Erhaltene Boni',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2387, 'SKR03','3','Revenue','3770','K3GVE11','Erhaltene Rabatte',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2388, 'SKR03','3','Revenue','3780','3770','Erhaltene Rabatte 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2389, 'SKR03','3','Revenue','3781','3770','Erhaltene Rabatte 7% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2390, 'SKR03','3','Revenue','3790','3770','Erhaltene Rabatte 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2391, 'SKR03','3','Revenue','3791','3770','Erhaltene Rabatte 19% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2392, 'SKR03','3','Revenue','3794','3770','Erhaltene Rabatte 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2393, 'SKR03','3','Revenue','3795','3770','Erhaltene Rabatte 16% Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2394, 'SKR03','3','Expense','3800','3200','Bezugsnebenkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2395, 'SKR03','3','Expense','3830','3200','Leergut',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2396, 'SKR03','3','Expense','3850','3200','Zölle und Einfuhrabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2397, 'SKR03','0','XXXXX','BV3','BV','Wareneingangs- und Bestandskonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2398, 'SKR03','0','XXXXX','BV31','BV3','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2399, 'SKR03','3','XXXXX','3960','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2400, 'SKR03','3','XXXXX','3961','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2401, 'SKR03','3','XXXXX','3962','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2402, 'SKR03','3','XXXXX','3963','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2403, 'SKR03','3','XXXXX','3964','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2404, 'SKR03','3','XXXXX','3965','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2405, 'SKR03','3','XXXXX','3966','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2406, 'SKR03','3','XXXXX','3967','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2407, 'SKR03','3','XXXXX','3968','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2408, 'SKR03','3','XXXXX','3969','BV31','Bestandsveränderungen Roh- Hilfs- und Betriebsstoffe sowie bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2409, 'SKR03','0','Asset','K3BA1','K3BA','Bestand an Vorräte',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2410, 'SKR03','0','Asset','K3BA11','K3BA1','Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2411, 'SKR03','3','Asset','3970','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2412, 'SKR03','3','Asset','3971','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2413, 'SKR03','3','Asset','3972','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2414, 'SKR03','3','Asset','3973','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2415, 'SKR03','3','Asset','3974','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2416, 'SKR03','3','Asset','3975','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2417, 'SKR03','3','Asset','3976','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2418, 'SKR03','3','Asset','3977','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2419, 'SKR03','3','Asset','3978','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2420, 'SKR03','3','Asset','3979','K3BA11','Bestand Roh- Hilfs- und Betriebsstoffe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2421, 'SKR03','0','Asset','K3BA12','K3BA1','Fertige Erzeugnisse und Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2422, 'SKR03','3','Asset','3980','K3BA12','Bestand Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2423, 'SKR03','3','Asset','3981','K3BA12','Bestand Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2424, 'SKR03','3','Asset','3982','K3BA12','Bestand Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2425, 'SKR03','3','Asset','3983','K3BA12','Bestand Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2426, 'SKR03','3','Asset','3984','K3BA12','Bestand Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2427, 'SKR03','3','Asset','3985','K3BA12','Lager Bestandswert Korrektur',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2428, 'SKR03','3','Expense','3986','K3BA12','Lager Differenzkorrektur Gewinn / Verlust',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2429, 'SKR03','3','Expense','3987','K3BA12','Lager Differenzkorrektur Marktwert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2430, 'SKR03','3','Asset','3988','K3BA12','Lager Bestand Zwischenkonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2431, 'SKR03','3','Asset','3989','K3BA12','Bestand Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2432, 'SKR03','0','XXXXX','VSK3','VSK','Verrechnete Stoffkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2433, 'SKR03','0','XXXXX','VSK31','VSK3','Aufwendungen für Roh- Hilfs- und Betriebsstoffe und für bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2434, 'SKR03','3','Expense','3990','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2435, 'SKR03','3','XXXXX','3991','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2436, 'SKR03','3','XXXXX','3992','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2437, 'SKR03','3','XXXXX','3993','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2438, 'SKR03','3','XXXXX','3994','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2439, 'SKR03','3','XXXXX','3995','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2440, 'SKR03','3','XXXXX','3996','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2441, 'SKR03','3','XXXXX','3997','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2442, 'SKR03','3','XXXXX','3998','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2443, 'SKR03','3','XXXXX','3999','VSK31','Verrechnete Stoffkosten (Gegenkonto zu 4000-99)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2444, 'SKR03','0','Expense','K4GVA1','K4GVA','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2445, 'SKR03','0','Expense','K4GVA11','K4GVA1','Aufwendungen für Roh- Hilfs- und Betriebsstoffe und für bezogene Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2446, 'SKR03','4','Expense','4000','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2447, 'SKR03','4','Expense','4001','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2448, 'SKR03','4','Expense','4002','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2449, 'SKR03','4','Expense','4003','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2450, 'SKR03','4','Expense','4004','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2451, 'SKR03','4','Expense','4005','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2452, 'SKR03','4','Expense','4006','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2453, 'SKR03','4','Expense','4007','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2454, 'SKR03','4','Expense','4008','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2455, 'SKR03','4','Expense','4009','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2456, 'SKR03','4','Expense','4010','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2457, 'SKR03','4','Expense','4011','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2458, 'SKR03','4','Expense','4012','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2459, 'SKR03','4','Expense','4013','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2460, 'SKR03','4','Expense','4014','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2461, 'SKR03','4','Expense','4015','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2462, 'SKR03','4','Expense','4016','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2463, 'SKR03','4','Expense','4017','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2464, 'SKR03','4','Expense','4018','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2465, 'SKR03','4','Expense','4019','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2466, 'SKR03','4','Expense','4020','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2467, 'SKR03','4','Expense','4021','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2468, 'SKR03','4','Expense','4022','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2469, 'SKR03','4','Expense','4023','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2470, 'SKR03','4','Expense','4024','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2471, 'SKR03','4','Expense','4025','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2472, 'SKR03','4','Expense','4026','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2473, 'SKR03','4','Expense','4027','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2474, 'SKR03','4','Expense','4028','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2475, 'SKR03','4','Expense','4029','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2476, 'SKR03','4','Expense','4030','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2477, 'SKR03','4','Expense','4031','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2478, 'SKR03','4','Expense','4032','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2479, 'SKR03','4','Expense','4033','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2480, 'SKR03','4','Expense','4034','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2481, 'SKR03','4','Expense','4035','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2482, 'SKR03','4','Expense','4036','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2483, 'SKR03','4','Expense','4037','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2484, 'SKR03','4','Expense','4038','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2485, 'SKR03','4','Expense','4039','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2486, 'SKR03','4','Expense','4040','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2487, 'SKR03','4','Expense','4041','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2488, 'SKR03','4','Expense','4042','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2489, 'SKR03','4','Expense','4043','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2490, 'SKR03','4','Expense','4044','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2491, 'SKR03','4','Expense','4045','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2492, 'SKR03','4','Expense','4046','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2493, 'SKR03','4','Expense','4047','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2494, 'SKR03','4','Expense','4048','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2495, 'SKR03','4','Expense','4049','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2496, 'SKR03','4','Expense','4050','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2497, 'SKR03','4','Expense','4051','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2498, 'SKR03','4','Expense','4052','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2499, 'SKR03','4','Expense','4053','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2500, 'SKR03','4','Expense','4054','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2501, 'SKR03','4','Expense','4055','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2502, 'SKR03','4','Expense','4056','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2503, 'SKR03','4','Expense','4057','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2504, 'SKR03','4','Expense','4058','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2505, 'SKR03','4','Expense','4059','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2506, 'SKR03','4','Expense','4060','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2507, 'SKR03','4','Expense','4061','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2508, 'SKR03','4','Expense','4062','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2509, 'SKR03','4','Expense','4063','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2510, 'SKR03','4','Expense','4064','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2511, 'SKR03','4','Expense','4065','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2512, 'SKR03','4','Expense','4066','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2513, 'SKR03','4','Expense','4067','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2514, 'SKR03','4','Expense','4068','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2515, 'SKR03','4','Expense','4069','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2516, 'SKR03','4','Expense','4070','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2517, 'SKR03','4','Expense','4071','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2518, 'SKR03','4','Expense','4072','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2519, 'SKR03','4','Expense','4073','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2520, 'SKR03','4','Expense','4074','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2521, 'SKR03','4','Expense','4075','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2522, 'SKR03','4','Expense','4076','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2523, 'SKR03','4','Expense','4077','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2524, 'SKR03','4','Expense','4078','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2525, 'SKR03','4','Expense','4079','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2526, 'SKR03','4','Expense','4080','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2527, 'SKR03','4','Expense','4081','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2528, 'SKR03','4','Expense','4082','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2529, 'SKR03','4','Expense','4083','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2530, 'SKR03','4','Expense','4084','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2531, 'SKR03','4','Expense','4085','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2532, 'SKR03','4','Expense','4086','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2533, 'SKR03','4','Expense','4087','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2534, 'SKR03','4','Expense','4088','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2535, 'SKR03','4','Expense','4089','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2536, 'SKR03','4','Expense','4090','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2537, 'SKR03','4','Expense','4091','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2538, 'SKR03','4','Expense','4092','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2539, 'SKR03','4','Expense','4093','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2540, 'SKR03','4','Expense','4094','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2541, 'SKR03','4','Expense','4095','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2542, 'SKR03','4','Expense','4096','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2543, 'SKR03','4','Expense','4097','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2544, 'SKR03','4','Expense','4098','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2545, 'SKR03','4','Expense','4099','K4GVA11','Material-und Stoffverbrauch',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2546, 'SKR03','0','Expense','K4GVA2','K4GVA','Personalaufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2547, 'SKR03','0','Expense','K4GVA21','K4GVA2','Löhne und Gehälter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2548, 'SKR03','4','Expense','4100','K4GVA21','Löhne und Gehälter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2549, 'SKR03','4','Expense','4110','K4GVA21','Löhne',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2550, 'SKR03','4','Expense','4120','K4GVA21','Gehälter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2551, 'SKR03','4','Expense','4124','K4GVA21','Geschäftsführergehälter GmbH-Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2552, 'SKR03','4','Expense','4125','K4GVA21','Ehegattengehalt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2553, 'SKR03','4','Expense','4126','K4GVA21','Tantiemen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2554, 'SKR03','4','Expense','4127','K4GVA21','Geschäftsführergehälter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2555, 'SKR03','4','Expense','4128','K4GVA21','Vergütungen an angestellte Mitunternehmer §15 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2556, 'SKR03','0','Expense','K4GVA22','K4GVA2','Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2557, 'SKR03','4','Expense','4130','K4GVA22','Gesetzliche Soziale Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2558, 'SKR03','4','Expense','4137','K4GVA22','Gesetzliche soziale Aufwendungen für Mitunternehmer §15 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2559, 'SKR03','4','Expense','4138','K4GVA22','Beiträge zur Berufsgenossenschaft',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2560, 'SKR03','0','Expense','K4GVA23','K4GVA2','Sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2561, 'SKR03','4','Expense','4139','K4GVA23','Ausgleichsabgabe i. S. d. Schwerbehindertengesetz',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2562, 'SKR03','4','Expense','4140','K4GVA22','Freiwillige soziale Aufwendungen lohnsteuerfrei',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2563, 'SKR03','4','Expense','4145','K4GVA21','Freiwillige soziale Aufwendungen lohnsteuerpflichtig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2564, 'SKR03','4','Expense','4149','K4GVA21','Pauschale Steuer auf sonstige Bezüge (z.B. Fahrkostenzuschüsse)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2565, 'SKR03','4','Expense','4150','K4GVA21','Krankengeldzuschüsse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2566, 'SKR03','4','Expense','4155','K4GVA21','Zuschüsse der Agenturen für Arbeit (Haben)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2567, 'SKR03','4','Expense','4160','K4GVA22','Versorgungskassen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2568, 'SKR03','4','Expense','4165','K4GVA22','Aufwendungen für Altersversorgung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2569, 'SKR03','4','Expense','4167','K4GVA22','Pauschale Steuer auf sonstige Bezüge (z.B. Direktversicherungen)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2570, 'SKR03','4','Expense','4168','K4GVA22','Aufwendungen für Altersversorgung für Mitunternehmer §15 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2571, 'SKR03','4','Expense','4169','K4GVA22','Aufwendungen für Unterstützung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2572, 'SKR03','4','Expense','4170','K4GVA21','Vermögenswirksame Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2573, 'SKR03','4','Expense','4175','K4GVA21','Fahrtkostenerstattung Wohnung/Arbeitsstätte',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2574, 'SKR03','4','Expense','4180','K4GVA21','Bedienungsgelder',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2575, 'SKR03','4','Expense','4190','K4GVA21','Aushilfslöhne',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2576, 'SKR03','4','Expense','4199','K4GVA21','Pauschale Steuer für Aushilfen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2577, 'SKR03','0','Expense','K4GVA3','K4GVA','Sonstige betriebliche Aufwendungen und Abschreibungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2578, 'SKR03','0','Expense','K4GVA31','K4GVA3','Sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2579, 'SKR03','4','Expense','4200','K4GVA31','Raumkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2580, 'SKR03','4','Expense','4210','K4GVA31','Miete',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2581, 'SKR03','4','Expense','4218','K4GVA31','Gewerbesteuerlich zu berücksichtigende Miete §8 GewStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2582, 'SKR03','4','Expense','4219','K4GVA31','Vergütung Mitunternehmer für die mieteweise überlassung ihrer Wirtschaftsgüter § 15 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2583, 'SKR03','4','Expense','4220','K4GVA31','Pacht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2584, 'SKR03','4','Expense','4228','K4GVA31','Gewerbesteuerlich zu berücksichtigende Pacht §8 GewStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2585, 'SKR03','4','Expense','4229','K4GVA31','Vergütung an Mitunternehmer für die pachtweise überlassung ihrer Wirtschaftsgüter § 15 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2586, 'SKR03','4','Expense','4230','K4GVA31','Heizung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2587, 'SKR03','4','Expense','4240','K4GVA31','Gas Strom Wasser',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2588, 'SKR03','4','Expense','4250','K4GVA31','Reinigung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2589, 'SKR03','4','Expense','4260','K4GVA31','Instandhaltung betrieblicher Räume',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2590, 'SKR03','4','Expense','4270','K4GVA31','Abgaben für betrieblich genutzten Grundbesitz',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2591, 'SKR03','4','Expense','4280','K4GVA31','Sonstige Raumkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2592, 'SKR03','4','Expense','4288','K4GVA31','Aufwendungen für ein häusliches Arbeitszimmer (abziehbarer Anteil)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2593, 'SKR03','4','Expense','4289','K4GVA31','Aufwendungen für ein häusliches Arbeitszimmer (nicht abziehbarer Anteil)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2594, 'SKR03','4','Expense','4290','K4GVA31','Grundstücksaufwendungen betrieblich',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2595, 'SKR03','4','Expense','4300','K4GVA31','Nicht abziehbare Vorsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2596, 'SKR03','4','Expense','4301','K4GVA31','Nicht abziehbare Vorsteuer 7%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2597, 'SKR03','4','Expense','4305','K4GVA31','Nicht abziehbare Vorsteuer 16%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2598, 'SKR03','4','Expense','4306','K4GVA31','Nicht abziehbare Vorsteuer 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2599, 'SKR03','0','Expense','K4GVA32','K4GVA3','Steuern vom Einkommen und Ertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2600, 'SKR03','4','Expense','4320','K4GVA32','Gewerbesteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2601, 'SKR03','0','Expense','K4GVA33','K4GVA3','Sonstige Steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2602, 'SKR03','4','Expense','4340','K4GVA33','Sonstige Betriebssteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2603, 'SKR03','4','Expense','4350','K4GVA33','Verbrauchsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2604, 'SKR03','4','Expense','4355','K4GVA33','ökosteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2605, 'SKR03','4','Expense','4360','K4GVA31','Versicherungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2606, 'SKR03','4','Expense','4366','K4GVA31','Versicherungen für Gebäude',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2607, 'SKR03','4','Expense','4370','K4GVA31','Netto-Prämie für Rückdeckung künftiger Versorgungsleistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2608, 'SKR03','4','Expense','4380','K4GVA31','Beiträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2609, 'SKR03','4','Expense','4390','K4GVA31','Sonstige Abgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2610, 'SKR03','4','Expense','4396','K4GVA31','Steuerlich abzugsfähige Verspätungszuschläge und Zwangsgelder',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2611, 'SKR03','4','Expense','4397','K4GVA31','Steuerlich nicht abzugsfähige Verspätungszuschläge und Zwangsgelder',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2612, 'SKR03','4','Expense','4400','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2613, 'SKR03','4','Expense','4401','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2614, 'SKR03','4','Expense','4402','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2615, 'SKR03','4','Expense','4403','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2616, 'SKR03','4','Expense','4404','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2617, 'SKR03','4','Expense','4405','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2618, 'SKR03','4','Expense','4406','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2619, 'SKR03','4','Expense','4407','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2620, 'SKR03','4','Expense','4408','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2621, 'SKR03','4','Expense','4409','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2622, 'SKR03','4','Expense','4410','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2623, 'SKR03','4','Expense','4411','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2624, 'SKR03','4','Expense','4412','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2625, 'SKR03','4','Expense','4413','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2626, 'SKR03','4','Expense','4414','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2627, 'SKR03','4','Expense','4415','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2628, 'SKR03','4','Expense','4416','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2629, 'SKR03','4','Expense','4417','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2630, 'SKR03','4','Expense','4418','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2631, 'SKR03','4','Expense','4419','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2632, 'SKR03','4','Expense','4420','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2633, 'SKR03','4','Expense','4421','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2634, 'SKR03','4','Expense','4422','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2635, 'SKR03','4','Expense','4423','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2636, 'SKR03','4','Expense','4424','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2637, 'SKR03','4','Expense','4425','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2638, 'SKR03','4','Expense','4426','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2639, 'SKR03','4','Expense','4427','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2640, 'SKR03','4','Expense','4428','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2641, 'SKR03','4','Expense','4429','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2642, 'SKR03','4','Expense','4430','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2643, 'SKR03','4','Expense','4431','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2644, 'SKR03','4','Expense','4432','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2645, 'SKR03','4','Expense','4433','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2646, 'SKR03','4','Expense','4434','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2647, 'SKR03','4','Expense','4435','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2648, 'SKR03','4','Expense','4436','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2649, 'SKR03','4','Expense','4437','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2650, 'SKR03','4','Expense','4438','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2651, 'SKR03','4','Expense','4439','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2652, 'SKR03','4','Expense','4440','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2653, 'SKR03','4','Expense','4441','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2654, 'SKR03','4','Expense','4442','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2655, 'SKR03','4','Expense','4443','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2656, 'SKR03','4','Expense','4444','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2657, 'SKR03','4','Expense','4445','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2658, 'SKR03','4','Expense','4446','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2659, 'SKR03','4','Expense','4447','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2660, 'SKR03','4','Expense','4448','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2661, 'SKR03','4','Expense','4449','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2662, 'SKR03','4','Expense','4450','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2663, 'SKR03','4','Expense','4451','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2664, 'SKR03','4','Expense','4452','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2665, 'SKR03','4','Expense','4453','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2666, 'SKR03','4','Expense','4454','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2667, 'SKR03','4','Expense','4455','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2668, 'SKR03','4','Expense','4456','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2669, 'SKR03','4','Expense','4457','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2670, 'SKR03','4','Expense','4458','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2671, 'SKR03','4','Expense','4459','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2672, 'SKR03','4','Expense','4460','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2673, 'SKR03','4','Expense','4461','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2674, 'SKR03','4','Expense','4462','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2675, 'SKR03','4','Expense','4463','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2676, 'SKR03','4','Expense','4464','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2677, 'SKR03','4','Expense','4465','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2678, 'SKR03','4','Expense','4466','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2679, 'SKR03','4','Expense','4467','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2680, 'SKR03','4','Expense','4468','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2681, 'SKR03','4','Expense','4469','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2682, 'SKR03','4','Expense','4470','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2683, 'SKR03','4','Expense','4471','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2684, 'SKR03','4','Expense','4472','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2685, 'SKR03','4','Expense','4473','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2686, 'SKR03','4','Expense','4474','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2687, 'SKR03','4','Expense','4475','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2688, 'SKR03','4','Expense','4476','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2689, 'SKR03','4','Expense','4477','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2690, 'SKR03','4','Expense','4478','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2691, 'SKR03','4','Expense','4479','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2692, 'SKR03','4','Expense','4480','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2693, 'SKR03','4','Expense','4481','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2694, 'SKR03','4','Expense','4482','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2695, 'SKR03','4','Expense','4483','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2696, 'SKR03','4','Expense','4484','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2697, 'SKR03','4','Expense','4485','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2698, 'SKR03','4','Expense','4486','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2699, 'SKR03','4','Expense','4487','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2700, 'SKR03','4','Expense','4488','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2701, 'SKR03','4','Expense','4489','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2702, 'SKR03','4','Expense','4490','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2703, 'SKR03','4','Expense','4491','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2704, 'SKR03','4','Expense','4492','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2705, 'SKR03','4','Expense','4493','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2706, 'SKR03','4','Expense','4494','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2707, 'SKR03','4','Expense','4495','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2708, 'SKR03','4','Expense','4496','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2709, 'SKR03','4','Expense','4497','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2710, 'SKR03','4','Expense','4498','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2711, 'SKR03','4','Expense','4499','K4GVA31','(zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2712, 'SKR03','4','Expense','4500','K4GVA31','Fahrzeugkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2713, 'SKR03','4','Expense','4510','K4GVA33','Kfz-steuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2714, 'SKR03','4','Expense','4520','K4GVA31','Kfz-Versicherungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2715, 'SKR03','4','Expense','4530','K4GVA31','Laufende Kfz-Betriebskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2716, 'SKR03','4','Expense','4540','K4GVA31','Kfz-Reparaturen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2717, 'SKR03','4','Expense','4550','K4GVA31','Garagenmieten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2718, 'SKR03','4','Expense','4560','K4GVA31','Mautgebühren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2719, 'SKR03','4','Expense','4570','K4GVA31','Leasingfahrzeugkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2720, 'SKR03','4','Expense','4580','K4GVA31','Sonstige Kfz-Kosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2721, 'SKR03','4','Expense','4590','K4GVA31','Kfz-Kosten für Betrieblich genutzte zum Privatvermögen gehörende Kraftfahrzeuge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2722, 'SKR03','4','Expense','4595','K4GVA31','Fremdfahrzeugkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2723, 'SKR03','4','Expense','4600','K4GVA31','Werbekosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2724, 'SKR03','4','Expense','4630','K4GVA31','Geschenke abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2725, 'SKR03','4','Expense','4635','K4GVA31','Geschenke nicht abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2726, 'SKR03','4','Expense','4638','K4GVA31','Geschenke ausschließlich betrieblich genutzt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2727, 'SKR03','4','Expense','4640','K4GVA31','Repräsentationskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2728, 'SKR03','4','Expense','4650','K4GVA31','Bewirtungskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2729, 'SKR03','4','Expense','4651','K4GVA31','Sonstige eingeschränkt abziehbare Betriebsausgaben (abziehbarer Anteil)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2730, 'SKR03','4','Expense','4652','K4GVA31','Sonstige eingeschränkt abziehbare Betriebsausgaben (nicht abziehbarer Anteil)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2731, 'SKR03','4','Expense','4653','K4GVA31','Aufmerksamkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2732, 'SKR03','4','Expense','4654','K4GVA31','Nicht abzugsfähige Bewirtungskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2733, 'SKR03','4','Expense','4655','K4GVA31','Nicht abzugsfähige Betriebsausgaben aus Werbe- und Repräsentationskosten (nicht abziehbarer Anteil)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2734, 'SKR03','4','Expense','4660','K4GVA31','Reisekosten Arbeitnehmer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2735, 'SKR03','4','Expense','4662','K4GVA31','Reisekosten Arbeitnehmer (nicht abziehbarer Anteil)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2736, 'SKR03','4','Expense','4663','K4GVA31','Reisekosten Arbeitnehmer Fahrkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2737, 'SKR03','4','Expense','4664','K4GVA31','Reisekosten Arbeitnehmer Verpflegungsmehraufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2738, 'SKR03','4','Expense','4666','K4GVA31','Reisekosten Arbeitnehmer übernachtungsaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2739, 'SKR03','4','Expense','4668','K4GVA31','Kilometergelderstattung Arbeitnehmer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2740, 'SKR03','4','Expense','4670','K4GVA31','Reisekosten Unternehmer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2741, 'SKR03','4','Expense','4672','K4GVA31','Reisekosten Unternehmer (nicht abziehbarer Anteil)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2742, 'SKR03','4','Expense','4673','K4GVA31','Reisekosten Unternehmer Fahrkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2743, 'SKR03','4','Expense','4674','K4GVA31','Reisekosten Unternehmer Verpflegungsmehraufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2744, 'SKR03','4','Expense','4676','K4GVA31','Reisekosten Unternehmer übernachtungsaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2745, 'SKR03','4','Expense','4678','K4GVA31','Fahrten zwischen Wohnung und Arbeitstätte (abziehbarer Anteil)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2746, 'SKR03','4','Expense','4679','K4GVA31','Fahrten zwischen Wohnung und Arbeitstätte (nicht abziehbarer Anteil)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2747, 'SKR03','4','Expense','4680','K4GVA31','Fahrten zwischen Wohnung und Arbeitstätte (Haben)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2748, 'SKR03','4','Expense','4700','K4GVA31','Kosten der Warenabgabe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2749, 'SKR03','4','Expense','4710','K4GVA31','Verpackungsmaterial',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2750, 'SKR03','4','Expense','4730','K4GVA31','Ausgangsfrachten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2751, 'SKR03','4','Expense','4750','K4GVA31','Transportversicherungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2752, 'SKR03','4','Expense','4760','K4GVA31','Verkaufsprovisionen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2753, 'SKR03','4','Expense','4780','K4GVA31','Fremdarbeiten (Vertrieb)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2754, 'SKR03','4','Expense','4790','K4GVA31','Aufwand für Gewährleistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2755, 'SKR03','4','Expense','4800','K4GVA31','Reparaturen und Instandhaltungen von technischen Anlagen und Maschinen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2756, 'SKR03','4','Expense','4805','K4GVA31','Reparaturen und Instandhaltungen von anderen Anlagen und Betriebs- und Geschäftsaustattung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2757, 'SKR03','4','Expense','4806','K4GVA31','Wartungskosten für Hard- und Software',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2758, 'SKR03','4','Expense','4809','K4GVA31','Sonstige Reparaturen und Instandhaltungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2759, 'SKR03','4','Expense','4810','K4GVA31','Mietleasing',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2760, 'SKR03','4','Expense','4814','K4GVA31','Gewerbesteuerlich zu berücksichtigendes Mietleasing § 8 GewStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2761, 'SKR03','0','Expense','K4GVA34','K4GVA3','Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen sowie auf aktivierte Aufwendungen für die Ingangsetzung und Erweiterung des Geschäftsbetriebs',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2762, 'SKR03','4','Expense','4815','K4GVA34','Kaufleasing',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2763, 'SKR03','4','Expense','4820','K4GVA34','Abschreibung auf Aufwendungen für die Ingangsetzung und Erweiterung des Geschäftsbetriebs',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2764, 'SKR03','4','Expense','4821','K4GVA34','Abschreibung auf Aufwendungen für die Währungsumstellung auf den Euro',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2765, 'SKR03','4','Expense','4822','K4GVA34','Abschreibung auf immaterielle Vermögensgegenstände',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2766, 'SKR03','4','Expense','4824','K4GVA34','Abschreibung auf den Geschäfts- oder Firmenwert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2767, 'SKR03','4','Expense','4826','K4GVA34','Außerplanmäßige Abschreibungen auf immaterielle Vermögensgegenstände',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2768, 'SKR03','4','Expense','4830','K4GVA34','Abschreibungen auf Sachanlagen (ohne AfA auf Kfz und Gebäude)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2769, 'SKR03','4','Expense','4831','K4GVA34','Abschreibungen auf Gebäude',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2770, 'SKR03','4','Expense','4832','K4GVA34','Abschreibungen auf Kfz',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2771, 'SKR03','4','Expense','4833','K4GVA34','Abschreibungen auf Gebäudeanteil des häuslichen Arbeitszimmers',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2772, 'SKR03','4','Expense','4840','K4GVA34','Außerplanmäßige Abschreibungen auf Sachanlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2773, 'SKR03','4','Expense','4841','K4GVA34','Absetzung für Außergewöhnliche technische und wirtschaftliche Abnutzung der Gebäude',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2774, 'SKR03','4','Expense','4842','K4GVA34','Absetzung für Außergewöhnliche technische und wirtschaftliche Abnutzung des Kfz',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2775, 'SKR03','4','Expense','4843','K4GVA34','Absetzung für Außergewöhnliche technische und wirtschaftliche Abnutzung sonstiger Wirtschaftsgüter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2776, 'SKR03','4','Expense','4850','K4GVA34','Abschreibungen auf Sachanlagen auf Grund steuerlich Sondervorschriften',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2777, 'SKR03','4','Expense','4851','K4GVA34','Sonderabschreibungen nach § 7g Abs. 1 und 2 EStG (ohne Kfz)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2778, 'SKR03','4','Expense','4852','K4GVA34','Sonderabschreibungen nach § 7g Abs. 1 und 2 EStG (für Kfz)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2779, 'SKR03','4','Expense','4855','K4GVA34','Sofortabschreibung geringwertiger Wirtschaftsgüter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2780, 'SKR03','4','Expense','4860','K4GVA34','Abschreibungen auf aktivierte geringwertiger Wirtschaftsgüter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2781, 'SKR03','4','Expense','4862','K4GVA34','Abschreibung auf Sammelposten WG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2782, 'SKR03','4','Expense','4865','K4GVA34','Außerplanmäßige Abschreibungen auf aktivierte geringwertiger Wirtschaftsgüter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2783, 'SKR03','0','Expense','K4GVA35','K4GVA3','Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2784, 'SKR03','4','Expense','4870','K4GVA35','Abschreibungen auf Finanzanlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2785, 'SKR03','4','Expense','4871','K4GVA35','Abschreibungen auf Finanzanlagen 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2786, 'SKR03','4','Expense','4872','K4GVA35','Abschreibungen auf Grund von Verlustanteilen an Mitunternehmerschaften § 8 GewStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2787, 'SKR03','4','Expense','4873','K4GVA35','Abschreibungen auf Finanzanlagen auf Grund steuerlicher Sondervorschriften 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2788, 'SKR03','4','Expense','4874','K4GVA35','Abschreibungen auf Finanzanlagen auf Grund steuerlicher Sondervorschriften',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2789, 'SKR03','4','Expense','4875','K4GVA35','Abschreibungen auf Wertpapiere des Umlaufvermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2790, 'SKR03','4','Expense','4876','K4GVA35','Abschreibungen auf Wertpapiere des Umlaufvermögens 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2791, 'SKR03','4','Expense','4879','K4GVA35','Vorwegnahme künftiger Wertschwankungen bei Wertpapieren des Umlaufvermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2792, 'SKR03','0','Expense','K4GVA36','K4GVA3','Abschreibungen auf Vermögensgegenstände des Umlaufvermögens soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2793, 'SKR03','4','Expense','4880','K4GVA36','Abschreibungen auf Umlaufvermögen ohne Wertpapiere (soweit unübliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2794, 'SKR03','4','Expense','4882','K4GVA36','Abschreibungen auf Umlaufvermögen steuerrechtlich bedingt (soweit unübliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2795, 'SKR03','4','Expense','4885','K4GVA31','Vorwegnahme künftiger Wertschwankungen im Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2796, 'SKR03','4','Expense','4886','K4GVA31','Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens (soweit übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2797, 'SKR03','4','Expense','4887','K4GVA31','Abschreibungen auf Umlaufvermögen steuerrechtlich bedingt (soweit übliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2798, 'SKR03','4','Expense','4890','K4GVA36','Vorwegnahme künftiger Wertschwankungen im Umlaufvermögen (soweit unübliche Höhe)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2799, 'SKR03','4','Expense','4900','K4GVA31','Sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2800, 'SKR03','4','Expense','4905','K4GVA31','Sonstige Aufwendungen betrieblich und regelmäßig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2801, 'SKR03','4','Expense','4909','K4GVA31','Fremdleistungen / Fremarbeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2802, 'SKR03','4','Expense','4910','K4GVA31','Porto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2803, 'SKR03','4','Expense','4920','K4GVA31','Telefon',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2804, 'SKR03','4','Expense','4925','K4GVA31','Telefax und Internetkosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2805, 'SKR03','4','Expense','4930','K4GVA31','Bürobedarf',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2806, 'SKR03','4','Expense','4940','K4GVA31','Zeitschriften Bücher',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2807, 'SKR03','4','Expense','4945','K4GVA31','Fortbildungskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2808, 'SKR03','4','Expense','4946','K4GVA31','Freiwillige Sozialleistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2809, 'SKR03','4','Expense','4948','K4GVA31','Vergütungen an Mitunternehmer § 15 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2810, 'SKR03','4','Expense','4949','K4GVA31','Haftungsvergütung an Mitunternehmer § 15 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2811, 'SKR03','4','Expense','4950','K4GVA31','Rechts- und Beratungskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2812, 'SKR03','4','Expense','4955','K4GVA31','Buchführungskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2813, 'SKR03','4','Expense','4955.01','K4GVA31','Kosten Heidrich&Müller-Hansen PG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2814, 'SKR03','4','Expense','4957','K4GVA31','Abschluss- und Prüfungskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2815, 'SKR03','4','Expense','4960','K4GVA31','Mieten für Einrichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2816, 'SKR03','4','Expense','4964','K4GVA31','Aufwendungen für die zeitlich befristetete Überlassung von Rechten (Lizenzen,Konzessionen)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2817, 'SKR03','4','Expense','4965','K4GVA31','Mietleasing',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2818, 'SKR03','4','Expense','4966','K4GVA31','Gewerbesteuerlich zu berücksichtigendes Mietleasing § 8 GewStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2819, 'SKR03','4','Expense','4968','K4GVA31','Gewerbesteuerlich zu berücksichtigendes Mietleasing für Einrichtungen § 8 GewStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2820, 'SKR03','4','Expense','4969','K4GVA31','Aufwendungen für Abraum- und Abfallbeseitigung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2821, 'SKR03','4','Expense','4970','K4GVA31','Nebenkosten des Geldverkehrs',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2822, 'SKR03','4','Expense','4975','K4GVA31','Aufwendungen aus Anteilen an Kapitalgesellschaften 100% / 50% nicht abzugsfähig (inländische Kap. Ges)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2823, 'SKR03','4','Expense','4976','K4GVA31','Aufwendungen aus der Veräußerung von Anteilen an Kapitalgesellschaften 100% / 50% nicht abzugsfähig (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2824, 'SKR03','4','Expense','4980','K4GVA31','Betriebsbedarf',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2825, 'SKR03','4','Expense','4985','K4GVA31','Werkzeuge und Kleingeräte',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2826, 'SKR03','0','Expense','K4GVA4','K4GVA','Kalkulatorische Kosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2827, 'SKR03','0','Expense','K4GVA41','K4GVA4','Sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2828, 'SKR03','4','Expense','4990','K4GVA41','Kalkulatorischer Unternehmerlohn',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2829, 'SKR03','4','Expense','4991','K4GVA41','Kalkulatorische Miete und Pacht',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2830, 'SKR03','4','Expense','4992','K4GVA41','Kalkulatorische Zinsen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2831, 'SKR03','4','Expense','4993','K4GVA41','Kalkulatorische Abschreibungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2832, 'SKR03','4','Expense','4994','K4GVA41','Kalkulatorische Wagnisse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2833, 'SKR03','4','Expense','4995','K4GVA41','Kalkulatorischer Lohn für unentgeltliche Mitarbeiter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2834, 'SKR03','0','Expense','K4GVA5','K4GVA','Kosten bei Anwendung des Umsatzkostenverfahren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2835, 'SKR03','0','Expense','K4GVA51','K4GVA5','Sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2836, 'SKR03','4','Expense','4996','K4GVA51','Herstellungskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2837, 'SKR03','4','Expense','4997','K4GVA51','Verwaltungskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2838, 'SKR03','4','Expense','4998','K4GVA51','Vertriebskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2839, 'SKR03','4','Expense','4999','K4GVA51','Gegenkonto 4996 - 4998',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2840, 'SKR03','0','Asset','K7BA01','K7BA','Unfertige Erzeugnisse und Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2841, 'SKR03','7','Asset','7000','K7BA01','Unfertige Erzeugnisse und Leistungen (Bestand)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2842, 'SKR03','7','Asset','7050','7000','Unfertige Erzeugnisse (Bestand)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2843, 'SKR03','7','Asset','7080','7000','Unfertige Leistungen (Bestand)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2844, 'SKR03','0','Asset','K7BA02','K7BA','In Ausführung befindliche Bauaufträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2845, 'SKR03','7','Asset','7090','K7BA02','In Ausführung befindliche Bauaufträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2846, 'SKR03','0','Asset','K7BA03','K7BA','In Arbeit befindliche Aufträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2847, 'SKR03','7','Asset','7095','K7BA03','In Arbeit befindliche Aufträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2848, 'SKR03','0','Asset','K7BA04','K7BA','Fertige Erzeugnisse und Waren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2849, 'SKR03','7','Asset','7100','K7BA04','Fertige Erzeugnisse und Waren (Bestand)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2850, 'SKR03','7','Asset','7110','7100','Fertige Erzeugnisse (Bestand)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2851, 'SKR03','7','Asset','7140','7100','Waren (Bestand)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2852, 'SKR03','0','Revenue','K8GVE1','K8GVE','Umsatzerlöse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2853, 'SKR03','0','Revenue','K8GVE11','K8GVE1','Umsatzerlöse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2854, 'SKR03','8','Revenue','8000','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2855, 'SKR03','8','Revenue','8001','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2856, 'SKR03','8','Revenue','8002','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2857, 'SKR03','8','Revenue','8003','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2858, 'SKR03','8','Revenue','8004','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2859, 'SKR03','8','Revenue','8005','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2860, 'SKR03','8','Revenue','8006','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2861, 'SKR03','8','Revenue','8007','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2862, 'SKR03','8','Revenue','8008','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2863, 'SKR03','8','Revenue','8009','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2864, 'SKR03','8','Revenue','8010','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2865, 'SKR03','8','Revenue','8011','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2866, 'SKR03','8','Revenue','8012','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2867, 'SKR03','8','Revenue','8013','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2868, 'SKR03','8','Revenue','8014','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2869, 'SKR03','8','Revenue','8015','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2870, 'SKR03','8','Revenue','8016','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2871, 'SKR03','8','Revenue','8017','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2872, 'SKR03','8','Revenue','8018','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2873, 'SKR03','8','Revenue','8019','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2874, 'SKR03','8','Revenue','8020','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2875, 'SKR03','8','Revenue','8021','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2876, 'SKR03','8','Revenue','8022','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2877, 'SKR03','8','Revenue','8023','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2878, 'SKR03','8','Revenue','8024','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2879, 'SKR03','8','Revenue','8025','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2880, 'SKR03','8','Revenue','8026','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2881, 'SKR03','8','Revenue','8027','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2882, 'SKR03','8','Revenue','8028','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2883, 'SKR03','8','Revenue','8029','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2884, 'SKR03','8','Revenue','8030','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2885, 'SKR03','8','Revenue','8031','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2886, 'SKR03','8','Revenue','8032','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2887, 'SKR03','8','Revenue','8033','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2888, 'SKR03','8','Revenue','8034','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2889, 'SKR03','8','Revenue','8035','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2890, 'SKR03','8','Revenue','8036','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2891, 'SKR03','8','Revenue','8037','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2892, 'SKR03','8','Revenue','8038','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2893, 'SKR03','8','Revenue','8039','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2894, 'SKR03','8','Revenue','8040','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2895, 'SKR03','8','Revenue','8041','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2896, 'SKR03','8','Revenue','8042','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2897, 'SKR03','8','Revenue','8043','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2898, 'SKR03','8','Revenue','8044','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2899, 'SKR03','8','Revenue','8045','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2900, 'SKR03','8','Revenue','8046','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2901, 'SKR03','8','Revenue','8047','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2902, 'SKR03','8','Revenue','8048','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2903, 'SKR03','8','Revenue','8049','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2904, 'SKR03','8','Revenue','8050','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2905, 'SKR03','8','Revenue','8051','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2906, 'SKR03','8','Revenue','8052','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2907, 'SKR03','8','Revenue','8053','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2908, 'SKR03','8','Revenue','8054','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2909, 'SKR03','8','Revenue','8055','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2910, 'SKR03','8','Revenue','8056','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2911, 'SKR03','8','Revenue','8057','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2912, 'SKR03','8','Revenue','8058','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2913, 'SKR03','8','Revenue','8059','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2914, 'SKR03','8','Revenue','8060','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2915, 'SKR03','8','Revenue','8061','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2916, 'SKR03','8','Revenue','8062','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2917, 'SKR03','8','Revenue','8063','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2918, 'SKR03','8','Revenue','8064','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2919, 'SKR03','8','Revenue','8065','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2920, 'SKR03','8','Revenue','8066','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2921, 'SKR03','8','Revenue','8067','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2922, 'SKR03','8','Revenue','8068','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2923, 'SKR03','8','Revenue','8069','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2924, 'SKR03','8','Revenue','8070','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2925, 'SKR03','8','Revenue','8071','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2926, 'SKR03','8','Revenue','8072','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2927, 'SKR03','8','Revenue','8073','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2928, 'SKR03','8','Revenue','8074','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2929, 'SKR03','8','Revenue','8075','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2930, 'SKR03','8','Revenue','8076','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2931, 'SKR03','8','Revenue','8077','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2932, 'SKR03','8','Revenue','8078','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2933, 'SKR03','8','Revenue','8079','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2934, 'SKR03','8','Revenue','8080','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2935, 'SKR03','8','Revenue','8081','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2936, 'SKR03','8','Revenue','8082','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2937, 'SKR03','8','Revenue','8083','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2938, 'SKR03','8','Revenue','8084','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2939, 'SKR03','8','Revenue','8085','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2940, 'SKR03','8','Revenue','8086','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2941, 'SKR03','8','Revenue','8087','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2942, 'SKR03','8','Revenue','8088','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2943, 'SKR03','8','Revenue','8089','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2944, 'SKR03','8','Revenue','8090','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2945, 'SKR03','8','Revenue','8091','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2946, 'SKR03','8','Revenue','8092','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2947, 'SKR03','8','Revenue','8093','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2948, 'SKR03','8','Revenue','8094','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2949, 'SKR03','8','Revenue','8095','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2950, 'SKR03','8','Revenue','8096','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2951, 'SKR03','8','Revenue','8097','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2952, 'SKR03','8','Revenue','8098','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2953, 'SKR03','8','Revenue','8099','K8GVE11','(Zur freien Verfügung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2954, 'SKR03','8','Revenue','8100','K8GVE11','steuerfreie Umsätze § 4 Nr. 8 ff. UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2955, 'SKR03','8','Revenue','8105','K8GVE11','Steuerfreie Umsätze nach § 4 Nr. 12 UStG (Vermietung und Verpackung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2956, 'SKR03','8','Revenue','8110','K8GVE11','Sonstige steuerfreie Umsätze Inland',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2957, 'SKR03','8','Revenue','8120','K8GVE11','steuerfreie Umsätze § 4 Nr. 1a UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2958, 'SKR03','8','Revenue','8125','K8GVE11','steuerfreie innergemeinschaftliche Lieferung § 4 Nr. 1b UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2959, 'SKR03','8','Revenue','8130','K8GVE11','Lieferungen des ersten Abnehmers bei Innergemeinschaftlichen Dreiecksgeschäften § 25b abs. 2 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2960, 'SKR03','8','Revenue','8135','K8GVE11','Steuerfreie innergemeinschaftliche Lieferungen von Neufahrzeugen an Abnehmer ohne Umsatzsteuer Identifikationsnummer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2961, 'SKR03','8','Revenue','8140','K8GVE11','Steuerfreie Umsätze Offshore usw.',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2962, 'SKR03','8','Revenue','8150','K8GVE11','Sonstige steuerfreie Umsätze (z.B. § 4 Nr. 2-7 UStG)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2963, 'SKR03','8','Revenue','8160','K8GVE11','Steuerfreie Umsätze ohne Vorsteuerabzug zum Gesamtumsatz gehörend',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2964, 'SKR03','8','Revenue','8190','K8GVE11','Erlöse die mit den Durchschnittssätzen des § 24 UStG versteuert werden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2965, 'SKR03','8','Revenue','8195','K8GVE11','Erlöse als Kleinunternehmer i. S. d. § 19 Abs. 1 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2966, 'SKR03','8','Revenue','8196','K8GVE11','Erlöse aus Geldspielautomaten 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2967, 'SKR03','8','Revenue','8197','K8GVE11','Erlöse aus Geldspielautomaten 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2968, 'SKR03','8','Revenue','8200','K8GVE11','Erlöse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2969, 'SKR03','8','Revenue','8300','K8GVE11','Erlöse 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2970, 'SKR03','8','Revenue','8301','K8GVE11','Erlöse 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2971, 'SKR03','8','Revenue','8302','K8GVE11','Erlöse 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2972, 'SKR03','8','Revenue','8303','K8GVE11','Erlöse 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2973, 'SKR03','8','Revenue','8304','K8GVE11','Erlöse 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2974, 'SKR03','8','Revenue','8305','K8GVE11','Erlöse 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2975, 'SKR03','8','Revenue','8306','K8GVE11','Erlöse 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2976, 'SKR03','8','Revenue','8307','K8GVE11','Erlöse 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2977, 'SKR03','8','Revenue','8308','K8GVE11','Erlöse 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2978, 'SKR03','8','Revenue','8309','K8GVE11','Erlöse 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2979, 'SKR03','8','Revenue','8310','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2980, 'SKR03','8','Revenue','8311','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2981, 'SKR03','8','Revenue','8312','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2982, 'SKR03','8','Revenue','8313','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2983, 'SKR03','8','Revenue','8314','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2984, 'SKR03','8','Revenue','8315','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2985, 'SKR03','8','Revenue','8316','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2986, 'SKR03','8','Revenue','8317','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2987, 'SKR03','8','Revenue','8318','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2988, 'SKR03','8','Revenue','8319','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2989, 'SKR03','8','Revenue','8320','K8GVE11','Erlöse aus im anderen EG-Land steuerpflichtigen Lieferungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2990, 'SKR03','8','Revenue','8330','K8GVE11','Erlöse aus im Inland steuerpflichtigen EG-Lieferungen 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2991, 'SKR03','8','Revenue','8337','K8GVE11','Erlöse aus Leistungen für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2992, 'SKR03','8','Revenue','8338','K8GVE11','Erlöse aus im Drittland steuerbaren Leistungen im Inland nicht steuerbare Umsätze',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2993, 'SKR03','8','Revenue','8339','K8GVE11','Erlöse aus im anderen EG-Land steuerbaren Lieferungen im Inland nicht steuerbare Umsätze',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2994, 'SKR03','8','Revenue','8340','K8GVE11','Erlöse 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2995, 'SKR03','8','Revenue','8341','K8GVE11','Erlöse 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2996, 'SKR03','8','Revenue','8342','K8GVE11','Erlöse 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2997, 'SKR03','8','Revenue','8343','K8GVE11','Erlöse 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2998, 'SKR03','8','Revenue','8344','K8GVE11','Erlöse 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2999, 'SKR03','8','Revenue','8345','K8GVE11','Erlöse 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3000, 'SKR03','8','Revenue','8346','K8GVE11','Erlöse 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3001, 'SKR03','8','Revenue','8347','K8GVE11','Erlöse 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3002, 'SKR03','8','Revenue','8348','K8GVE11','Erlöse 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3003, 'SKR03','8','Revenue','8349','K8GVE11','Erlöse 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3004, 'SKR03','8','Revenue','8400','K8GVE11','Erlöse 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3005, 'SKR03','8','Revenue','8400.01','K8GVE11','Erlöse Projekte 19%',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3006, 'SKR03','8','Revenue','8401','K8GVE11','Vorausberechnete Einnahmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3007, 'SKR03','8','Revenue','8402','K8GVE11','Sontige Einnahmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3008, 'SKR03','8','Revenue','8403','K8GVE11','Konto Kasse Ertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3009, 'SKR03','8','Revenue','8404','K8GVE11','Erlöse 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3010, 'SKR03','8','Revenue','8405','K8GVE11','Erlöse 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3011, 'SKR03','8','Revenue','8406','K8GVE11','Erlöse 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3012, 'SKR03','8','Revenue','8407','K8GVE11','Erlöse 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3013, 'SKR03','8','Revenue','8408','K8GVE11','Erlöse 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3014, 'SKR03','8','Revenue','8409','K8GVE11','Erlöse 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3015, 'SKR03','8','Revenue','8410','K8GVE11','Erlöse 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3016, 'SKR03','8','Revenue','8510','K8GVE11','Provisionsumsätze',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3017, 'SKR03','8','Revenue','8514','K8GVE11','Provisionsumsätze steuerfrei §4 Nr. 8 ff. UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3018, 'SKR03','8','Revenue','8515','K8GVE11','Provisionsumsätze steuerfrei §4 Nr. 5 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3019, 'SKR03','8','Revenue','8516','K8GVE11','Provisionsumsätze 7 % USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3020, 'SKR03','8','Revenue','8518','K8GVE11','Provisionsumsätze 16 % USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3021, 'SKR03','8','Revenue','8519','K8GVE11','Provisionsumsätze 19 % USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3022, 'SKR03','8','Revenue','8520','K8GVE11','Erlöse Abfallverwertung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3023, 'SKR03','8','Revenue','8540','K8GVE11','Erlöse Leergut',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3024, 'SKR03','0','Revenue','K8GVE12','K8GVE1','Sonstige betriebliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3025, 'SKR03','8','Revenue','8570','K8GVE12','Provision sonstige Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3026, 'SKR03','8','Revenue','8574','K8GVE12','Provision sonstige Erträge steuerfrei §4 Nr. 8 ff UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3027, 'SKR03','8','Revenue','8575','K8GVE12','Provision sonstige Erträge steuerfrei §4 Nr. 5 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3028, 'SKR03','8','Revenue','8576','K8GVE12','Provision sonstige Erträge 7 % USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3029, 'SKR03','8','Revenue','8578','K8GVE12','Provision sonstige Erträge 16 % USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3030, 'SKR03','8','Revenue','8579','K8GVE12','Provision sonstige Erträge 19 % USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3031, 'SKR03','0','Revenue','K8GVE2','K8GVE','Statistische Konten EüR',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3032, 'SKR03','0','Revenue','K8GVE21','K8GVE2','Umsatzerlöse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3033, 'SKR03','8','Revenue','8580','K8GVE21','Statistisches Konto Erlöse zum Allgemeinen Umsatzsteuerersatz (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3034, 'SKR03','8','Revenue','8581','K8GVE21','Statistisches Konto Erlöse zum ermäßigten Umsatzsteuerersatz (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3035, 'SKR03','8','Revenue','8582','K8GVE21','Statistisches Konto Erlöse steuerfrei und nicht steuerbar (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3036, 'SKR03','8','Revenue','8589','K8GVE21','Gegenkonto 8580-8582 bei Aufteilung der Erlöse nach Steuersätzen (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3037, 'SKR03','0','Revenue','K8GVE22','K8GVE2','Sonstige betriebliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3038, 'SKR03','8','Revenue','8590','K8GVE22','Verrechnete sonstige Sachbezüge (keine Waren)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3039, 'SKR03','8','Revenue','8591','K8GVE22','Sachbezüge 7% USt (Waren)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3040, 'SKR03','8','Revenue','8595','K8GVE22','Sachbezüge 19% USt (Waren)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3041, 'SKR03','8','Revenue','8596','K8GVE22','Sachbezüge 16% USt (Waren)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3042, 'SKR03','8','Revenue','8600','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3043, 'SKR03','8','Revenue','8605','K8GVE22','Sonstige Erträge betrieblich und regelmäßig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3044, 'SKR03','8','Revenue','8609','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei § 4 Nr. 8 ff UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3045, 'SKR03','8','Revenue','8610','K8GVE22','Verrechnete sonstige Sachbezüge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3046, 'SKR03','8','Revenue','8611','K8GVE22','Verrechnete sonstige Sachbezüge 19% USt (z.B. Kfz-Gestellung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3047, 'SKR03','8','Revenue','8612','K8GVE22','Verrechnete sonstige Sachbezüge 16% USt (z.B. Kfz-Gestellung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3048, 'SKR03','8','Revenue','8614','K8GVE22','Verrechnete sonstige Sachbezüge ohne Umsatzsteuer',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3049, 'SKR03','8','Revenue','8625','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei z.B. § 4 Nr. 2-7 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3050, 'SKR03','8','Revenue','8626','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei z.B. § 4 Nr. 2-7 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3051, 'SKR03','8','Revenue','8627','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei z.B. § 4 Nr. 2-7 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3052, 'SKR03','8','Revenue','8628','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei z.B. § 4 Nr. 2-7 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3053, 'SKR03','8','Revenue','8629','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig steuerfrei z.B. § 4 Nr. 2-7 UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3054, 'SKR03','8','Revenue','8630','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3055, 'SKR03','8','Revenue','8631','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3056, 'SKR03','8','Revenue','8632','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3057, 'SKR03','8','Revenue','8633','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3058, 'SKR03','8','Revenue','8634','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3059, 'SKR03','8','Revenue','8640','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3060, 'SKR03','8','Revenue','8641','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3061, 'SKR03','8','Revenue','8642','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3062, 'SKR03','8','Revenue','8643','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3063, 'SKR03','8','Revenue','8644','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3064, 'SKR03','8','Revenue','8648','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3065, 'SKR03','8','Revenue','8649','K8GVE22','Sonstige Erlöse betrieblich und regelmäßig 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3066, 'SKR03','0','Revenue','K8GVE23','K8GVE2','Sonstige Zinsen und ähnliche Erträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3067, 'SKR03','8','Revenue','8650','K8GVE23','Erlöse Zinsen und Diskontspesen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3068, 'SKR03','8','Revenue','8660','K8GVE23','Erlöse Zinsen und Diskontspesen aus verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3069, 'SKR03','0','Expense','K8GVA1','K8GVA','Umsatzerlöse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3070, 'SKR03','0','Expense','K8GVA11','K8GVA1','Umsatzerlöse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3071, 'SKR03','8','Expense','8700','K8GVA11','Erlösschmälerungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3072, 'SKR03','8','Revenue','8701','K8GVA11','Nicht abgerechnete Einnahmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3073, 'SKR03','8','Expense','8705','K8GVA11','Erlösschmälerungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3074, 'SKR03','8','Expense','8705','K8GVA11','Erlösschmälerungen aus steuerfreien Umsätzen §4 Nr. 1a UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3075, 'SKR03','8','Expense','8710','K8GVA11','Erlösschmälerungen 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3076, 'SKR03','8','Expense','8720','K8GVA11','Erlösschmälerungen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3077, 'SKR03','8','Expense','8721','K8GVA11','Erlösschmälerungen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3078, 'SKR03','8','Expense','8723','K8GVA11','Erlösschmälerungen 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3079, 'SKR03','8','Expense','8724','K8GVA11','Erlösschmälerungen aus steuerfreien innergemeinschaftlichen Lieferung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3080, 'SKR03','8','Expense','8725','K8GVA11','Erlösschmälerungen aus im Inland steuerpflichtigen EG-Lieferungen 7 % USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3081, 'SKR03','8','Expense','8726','K8GVA11','Erlösschmälerungen aus im Inland steuerpflichtigen EG-Lieferungen 19 % USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3082, 'SKR03','8','Expense','8727','K8GVA11','Erlösschmälerungen aus im anderen EG-Land steuerpflichtigen Lieferungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3083, 'SKR03','8','Expense','8729','K8GVA11','Erlösschmälerungen aus im Inland steuerpflichtigen 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3084, 'SKR03','8','Expense','8730','K8GVA11','Gewährte Skonti',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3085, 'SKR03','8','Expense','8731','K8GVA11','Gewährte Skonti 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3086, 'SKR03','8','Expense','8735','K8GVA11','Gewährte Skonti 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3087, 'SKR03','8','Expense','8736','K8GVA11','Gewährte Skonti 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3088, 'SKR03','8','Expense','8741','K8GVA11','Gewährte Skonti aus Lieferungen für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3089, 'SKR03','8','Expense','8743','K8GVA11','Gewährte Skonti aus steuerfreien innergemeinschaftlichen Lieferungen § 4 Nr. 1b UStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3090, 'SKR03','8','Expense','8745','K8GVA11','Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3091, 'SKR03','8','Expense','8746','K8GVA11','Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3092, 'SKR03','8','Expense','8748','K8GVA11','Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3093, 'SKR03','8','Expense','8749','K8GVA11','Gewährte Skonti aus im Inland steuerpflichtigen EG-Lieferungen 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3094, 'SKR03','8','Expense','8750','K8GVA11','Gewährte Boni 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3095, 'SKR03','8','Expense','8751','K8GVA11','Gewährte Boni 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3096, 'SKR03','8','Expense','8760','K8GVA11','Gewährte Boni 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3097, 'SKR03','8','Expense','8761','K8GVA11','Gewährte Boni 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3098, 'SKR03','8','Expense','8764','K8GVA11','Gewährte Boni 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3099, 'SKR03','8','Expense','8765','K8GVA11','Gewährte Boni 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3100, 'SKR03','8','Expense','8769','K8GVA11','Gewährte Boni',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3101, 'SKR03','8','Expense','8770','K8GVA11','Gewährte Rabatte',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3102, 'SKR03','8','Expense','8780','K8GVA11','Gewährte Rabatte 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3103, 'SKR03','8','Expense','8781','K8GVA11','Gewährte Rabatte 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3104, 'SKR03','8','Expense','8790','K8GVA11','Gewährte Rabatte 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3105, 'SKR03','8','Expense','8791','K8GVA11','Gewährte Rabatte 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3106, 'SKR03','8','Expense','8794','K8GVA11','Gewährte Rabatte 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3107, 'SKR03','8','Expense','8795','K8GVA11','Gewährte Rabatte 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3108, 'SKR03','0','Expense','K8GVA12','K8GVA1','Sonstige betriebliche Aufwendungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3109, 'SKR03','8','Expense','8800','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3110, 'SKR03','8','Expense','8801','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3111, 'SKR03','8','Expense','8802','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3112, 'SKR03','8','Expense','8803','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3113, 'SKR03','8','Expense','8804','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3114, 'SKR03','8','Expense','8805','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3115, 'SKR03','8','Expense','8806','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3116, 'SKR03','8','Expense','8807','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1a UStG (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3117, 'SKR03','8','Expense','8808','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1b UStG (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3118, 'SKR03','8','Expense','8809','K8GVA12','Erlöse aus Verkäufen Sachanlagevermögen 16% USt (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3119, 'SKR03','8','Expense','8817','K8GVA12','Erlöse aus Verkäufen immaterielle Vermögensgegenstände (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3120, 'SKR03','8','Expense','8818','K8GVA12','Erlöse aus Verkäufen Finanzanlagen (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3121, 'SKR03','8','Expense','8819','K8GVA12','Erlöse aus Verkäufen Finanzanlagen 100% / 50% nicht abzugsfähig (inländische Kap. Ges.) (Bei Buchverlust)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3122, 'SKR03','8','Expense','8820','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3123, 'SKR03','8','Expense','8821','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3124, 'SKR03','8','Expense','8822','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3125, 'SKR03','8','Expense','8823','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3126, 'SKR03','8','Expense','8824','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3127, 'SKR03','8','Expense','8825','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 19% USt (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3128, 'SKR03','8','Expense','8826','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen 16% USt (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3129, 'SKR03','8','Expense','8827','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen steuerfrei §4 Nr. 1a UStG (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3130, 'SKR03','8','Expense','8828','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen steuerfrei §4 Nr. 1b UStG (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3131, 'SKR03','8','Expense','8829','K8GVE22','Erlöse aus Verkäufen Sachanlagevermögen (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3132, 'SKR03','8','Expense','8837','K8GVE22','Erlöse aus Verkäufen immaterielle Vermögensgegenstände (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3133, 'SKR03','8','Expense','8838','K8GVE22','Erlöse aus Verkäufen Finanzanlagen (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3134, 'SKR03','8','Expense','8839','K8GVE22','Erlöse aus Verkäufen Finanzanlagen 100% / 50% steuerfrei (inländische Kap. Ges.) (Bei Buchgewinn)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3135, 'SKR03','8','Expense','8850','K8GVE22','Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens 19% USt für § 4 Abs. 3 Satz 4 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3136, 'SKR03','8','Expense','8851','K8GVE22','Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens Umsatzsteuerfrei § 4 Nr. 8 ff UStG i. V. m. § 4 Abs. 3 Satz 4 EStG 100% / 50% steuerfrei (inländische Kap. Ges.)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3137, 'SKR03','8','Expense','8852','K8GVE22','Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens Umsatzsteuerfrei § 4 Nr. 8 ff UStG i. V. m. § 4 Abs. 3 Satz 4 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3138, 'SKR03','8','Expense','8853','K8GVE22','Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 Satz 4 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3139, 'SKR03','8','Expense','8900','K8GVE21','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3140, 'SKR03','8','Expense','8905','K8GVE21','Entnahme von Gegenständen ohne USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3141, 'SKR03','8','Expense','8906','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3142, 'SKR03','8','Expense','8910','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3143, 'SKR03','8','Expense','8911','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3144, 'SKR03','8','Expense','8912','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3145, 'SKR03','8','Expense','8913','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3146, 'SKR03','8','Expense','8914','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3147, 'SKR03','8','Expense','8915','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3148, 'SKR03','8','Expense','8916','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3149, 'SKR03','8','Expense','8917','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3150, 'SKR03','8','Expense','8918','K8GVE21','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Telefon-Nutzung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3151, 'SKR03','8','Expense','8919','K8GVE21','Entnahme durch den Unternehmer für Zwecke außerhalb des Unternehmens (Waren) ohne USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3152, 'SKR03','8','Expense','8920','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3153, 'SKR03','8','Expense','8921','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19% USt (Kfz-Nutzung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3154, 'SKR03','8','Expense','8922','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19% USt (Telefon-Nutzung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3155, 'SKR03','8','Expense','8923','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3156, 'SKR03','8','Expense','8924','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Kfz-Nutzung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3157, 'SKR03','8','Expense','8925','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3158, 'SKR03','8','Expense','8926','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3159, 'SKR03','8','Expense','8927','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3160, 'SKR03','8','Expense','8928','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3161, 'SKR03','8','Expense','8929','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung ohne USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3162, 'SKR03','8','Expense','8930','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3163, 'SKR03','8','Expense','8931','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3164, 'SKR03','8','Expense','8932','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3165, 'SKR03','8','Expense','8933','K8GVE22','Unentgeltliche Erbringung einer sonstigen Leistung 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3166, 'SKR03','8','Expense','8934','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 16% USt (Kfz_Nutzung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3167, 'SKR03','8','Expense','8935','K8GVE22','Unentgeltliche Zuwendung von Gegenständen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3168, 'SKR03','8','Expense','8936','K8GVE22','Unentgeltliche Zuwendung von Gegenständen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3169, 'SKR03','8','Expense','8937','K8GVE22','Unentgeltliche Zuwendung von Gegenständen 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3170, 'SKR03','8','Expense','8938','K8GVE22','Unentgeltliche Zuwendung von Gegenständen 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3171, 'SKR03','8','Expense','8939','K8GVE22','Unentgeltliche Zuwendung von Gegenständen ohne USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3172, 'SKR03','8','Expense','8940','K8GVE21','Unentgeltliche Zuwendung von Waren 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3173, 'SKR03','8','Expense','8941','K8GVE21','Unentgeltliche Zuwendung von Waren 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3174, 'SKR03','8','Expense','8942','K8GVE21','Unentgeltliche Zuwendung von Waren 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3175, 'SKR03','8','Expense','8943','K8GVE21','Unentgeltliche Zuwendung von Waren 19% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3176, 'SKR03','8','Expense','8944','K8GVE21','Unentgeltliche Zuwendung von Waren 16% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3177, 'SKR03','8','Expense','8945','K8GVE21','Unentgeltliche Zuwendung von Waren 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3178, 'SKR03','8','Expense','8946','K8GVE21','Unentgeltliche Zuwendung von Waren 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3179, 'SKR03','8','Expense','8947','K8GVE21','Unentgeltliche Zuwendung von Waren 7% USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3180, 'SKR03','8','Expense','8948','K8GVE22','Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 16% USt (Telefon-Nutzung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3181, 'SKR03','8','Expense','8949','K8GVE21','Unentgeltliche Zuwendung von Waren ohne USt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3182, 'SKR03','8','Expense','8950','K8GVE21','Nicht steuerbare Umsätze (Innenumsätze)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3183, 'SKR03','8','Expense','8955','K8GVE21','Umsatzsteuervergütungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3184, 'SKR03','0','XXXXX','BV81','BV','Erhöhung des Bestands an fertigen und unfertigen Erzeugnissen oder Verminderung des Bestands an fertigen oder unfertigen Erzeugnisse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3185, 'SKR03','8','XXXXX','8960','BV81','Bestandsveränderungen- unfertige Erzeugnisse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3186, 'SKR03','8','XXXXX','8970','BV81','Bestandsveränderungen- unfertige Leistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3187, 'SKR03','0','XXXXX','BV82','BV','Erhöhung des Bestands in Ausführung befindlicher Bauaufträge oder Verminderung des Bestands in Ausführung befindlicher Bauaufträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3188, 'SKR03','8','XXXXX','8975','BV82','Bestandsveränderungen - in Ausführung befindliche Bauaufträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3189, 'SKR03','0','XXXXX','BV83','BV','Erhöhung des Bestands in Arbeit befindlicher Bauaufträge oder Verminderung des Bestands in Arbeit befindlicher Bauaufträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3190, 'SKR03','8','XXXXX','8977','BV83','Bestandsveränderungen - in Arbeit befindliche Aufträge',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3191, 'SKR03','8','XXXXX','8980','BV81','Bestandsveränderungen - fertige Erzeugnisse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3192, 'SKR03','8','XXXXX','8990','AEL','Andere aktivierte Eigenleistungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3193, 'SKR03','0','XXXXX','KK9',NULL,'Vortrags Kapital- und statistische Konten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3194, 'SKR03','0','XXXXX','KK91','KK9','Vortragskonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3195, 'SKR03','9','XXXXX','9000','KK91','Saldenvorträge Sachkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3196, 'SKR03','9','XXXXX','9001','KK91','Saldenvorträge Sachkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3197, 'SKR03','9','XXXXX','9002','KK91','Saldenvorträge Sachkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3198, 'SKR03','9','XXXXX','9003','KK91','Saldenvorträge Sachkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3199, 'SKR03','9','XXXXX','9004','KK91','Saldenvorträge Sachkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3200, 'SKR03','9','XXXXX','9005','KK91','Saldenvorträge Sachkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3201, 'SKR03','9','XXXXX','9006','KK91','Saldenvorträge Sachkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3202, 'SKR03','9','XXXXX','9007','KK91','Saldenvorträge Sachkonten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3203, 'SKR03','9','XXXXX','9008','KK91','Saldenvorträge Debitoren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3204, 'SKR03','9','XXXXX','9009','KK91','Saldenvorträge Kreditoren',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3205, 'SKR03','9','XXXXX','9060','KK91','Offene Posten aus 1990',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3206, 'SKR03','9','XXXXX','9069','KK91','Offene Posten aus 1999',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3207, 'SKR03','9','XXXXX','9070','KK91','Offene Posten aus 2000',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3208, 'SKR03','9','XXXXX','9071','KK91','Offene Posten aus 2001',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3209, 'SKR03','9','XXXXX','9072','KK91','Offene Posten aus 2002',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3210, 'SKR03','9','XXXXX','9073','KK91','Offene Posten aus 2003',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3211, 'SKR03','9','XXXXX','9074','KK91','Offene Posten aus 2004',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3212, 'SKR03','9','XXXXX','9075','KK91','Offene Posten aus 2005',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3213, 'SKR03','9','XXXXX','9076','KK91','Offene Posten aus 2006',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3214, 'SKR03','9','XXXXX','9077','KK91','Offene Posten aus 2007',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3215, 'SKR03','9','XXXXX','9090','KK91','Summenvortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3216, 'SKR03','9','XXXXX','9091','9090','Offene Posten aus 1991',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3217, 'SKR03','9','XXXXX','9092','9090','Offene Posten aus 1992',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3218, 'SKR03','9','XXXXX','9093','9090','Offene Posten aus 1993',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3219, 'SKR03','9','XXXXX','9094','9090','Offene Posten aus 1994',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3220, 'SKR03','9','XXXXX','9095','9090','Offene Posten aus 1995',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3221, 'SKR03','9','XXXXX','9096','9090','Offene Posten aus 1996',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3222, 'SKR03','9','XXXXX','9097','9090','Offene Posten aus 1997',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3223, 'SKR03','9','XXXXX','9098','9090','Offene Posten aus 1998',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3224, 'SKR03','0','XXXXX','KK92','KK9','Statistische Konten für Betriebswirtschaftliche Auswertung (BWA)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3225, 'SKR03','9','XXXXX','9101','KK92','Verkaufstage',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3226, 'SKR03','9','XXXXX','9102','KK92','Anzahl der Barkunden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3227, 'SKR03','9','XXXXX','9103','KK92','Beschäftigte Personen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3228, 'SKR03','9','XXXXX','9104','KK92','Unbezahlte Personen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3229, 'SKR03','9','XXXXX','9105','KK92','Verkaufskräfte',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3230, 'SKR03','9','XXXXX','9106','KK92','Geschäftsraum qm',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3231, 'SKR03','9','XXXXX','9107','KK92','Verkaufsraum qm',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3232, 'SKR03','9','XXXXX','9116','KK92','Anzahl Rechnungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3233, 'SKR03','9','XXXXX','9117','KK92','Anzahl Kreditkunden monatlich',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3234, 'SKR03','9','XXXXX','9118','KK92','Anzahl Kreditkunden aufgelaufen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3235, 'SKR03','9','XXXXX','9120','KK92','Erweiterungsinvestitionen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3236, 'SKR03','9','XXXXX','9135','KK92','Auftragseingang im Geschäftsjahr',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3237, 'SKR03','9','XXXXX','9140','KK92','Auftragsbestand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3238, 'SKR03','9','XXXXX','9190','KK92','Gegenkonto für statistischen Mengeneinheiten Konten 9101 - 9107 und Konten 9116 - 9118',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3239, 'SKR03','9','XXXXX','9199','KK92','Gegenkonto zu Konten 9120  9135 - 9140',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3240, 'SKR03','0','XXXXX','KK93','KK9','Statistische Konten für den Kennziffernteil der Bilanz',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3241, 'SKR03','9','XXXXX','9200','KK93','Beschäftigte Personen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3242, 'SKR03','9','XXXXX','9209','KK93','Gegenkonto zu 9200',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3243, 'SKR03','9','XXXXX','9210','KK93','Produktive Löhne',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3244, 'SKR03','9','XXXXX','9219','KK93','Gegenkonto zu 9210',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3245, 'SKR03','0','Owner''s Equity','KK94','KK9','Statistische Konten zur informativen Angaben des gezeichneten Kapitals in anderer Währung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3246, 'SKR03','0','Owner''s Equity','KK941','KK94','Gezeichnetes Kapital in DM',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3247, 'SKR03','9','Owner''s Equity','9220','KK941','Gezeichnetes Kapital in DM (Art. 42 Abs. 3 S. 1 EGHGB)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3248, 'SKR03','0','Owner''s Equity','KK942','KK94','Gezeichnetes Kapital in Euro',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3249, 'SKR03','9','Owner''s Equity','9221','KK942','Gezeichnetes Kapital in Euro (Art. 42 Abs. 3 S. 2 EGHGB)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3250, 'SKR03','9','Owner''s Equity','9229','KK94','Gegenkonto zu Konten 9022 - 9221',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3251, 'SKR03','0','Owner''s Equity','KK95','KK9','Passive Rechnungsabgrenzungsposten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3252, 'SKR03','9','Owner''s Equity','9230','KK95','Baukostenzuschüsse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3253, 'SKR03','9','Owner''s Equity','9232','KK95','Investitionszulagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3254, 'SKR03','9','Owner''s Equity','9234','KK95','Investitionszuschüsse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3255, 'SKR03','9','Owner''s Equity','9239','KK95','Gegenkonto zu Konten 9230 - 9238',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3256, 'SKR03','9','Owner''s Equity','9240','KK95','Investitionsverbindlichkeiten bei den Leistungsverbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3257, 'SKR03','9','Owner''s Equity','9241','KK95','Investitionsverbindlichkeiten aus Sachanlagenverkäufen bei Leistungsverbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3258, 'SKR03','9','Owner''s Equity','9242','KK95','Investitionsverbindlichkeiten aus Käufen von immateriellen Vermögensgegenständen bei Leistungsverbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3259, 'SKR03','9','Owner''s Equity','9243','KK95','Investitionsverbindlichkeiten aus Käufen von Finanzanlagen bei Leistungsverbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3260, 'SKR03','9','Owner''s Equity','9244','KK95','Gegenkonto zu Konten 9240 - 9243',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3261, 'SKR03','9','Owner''s Equity','9245','KK95','Forderungen aus Sachanlagenverkäufen bei sonstigen Vermögensgegenständen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3262, 'SKR03','9','Owner''s Equity','9246','KK95','Forderungen aus Verkäufen immaterieller Vermögensgegenständen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3263, 'SKR03','9','Owner''s Equity','9247','KK95','Forderungen aus Verkäufe von Finanzanlagen bei sonstigen Vermögensgegenständen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3264, 'SKR03','9','Owner''s Equity','9249','KK95','Gegenkonto zu Konten 9245 - 9247',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3265, 'SKR03','0','XXXXX','KK96','KK9','Eigenkapitalersetzende Gesellschafterdarlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3266, 'SKR03','9','Owner''s Equity','9250','KK96','Eigenkapitalersetzende Gesellschafterdarlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3267, 'SKR03','9','Owner''s Equity','9255','KK96','Ungesicherte Gesellschafterdarlehen mit Restlaufzeit größer 5 Jahre',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3268, 'SKR03','9','Owner''s Equity','9259','KK96','Gegenkonto zu 9250 und 9255',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3269, 'SKR03','0','XXXXX','KK97','KK9','Aufgliederung der Rückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3270, 'SKR03','9','Owner''s Equity','9260','KK97','Kurzfristige Rückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3271, 'SKR03','9','Owner''s Equity','9262','KK97','Mittelfristige Rückstellungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3272, 'SKR03','9','Owner''s Equity','9264','KK97','Langfristige Rückstellungen außer Pensionen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3273, 'SKR03','9','Owner''s Equity','9269','KK97','Gegenkonto zu Konten 9260 - 9268',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3274, 'SKR03','0','XXXXX','KK98','KK9','Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3275, 'SKR03','9','Owner''s Equity','9270','KK98','Gegenkonto zu 9271 bis 9278 (soll-Buchung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3276, 'SKR03','9','Owner''s Equity','9271','KK98','Verbindlichkeiten aus der Begebung und übertragung von Wechsel',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3277, 'SKR03','9','Owner''s Equity','9272','KK98','Verbindlichkeiten aus der Begebung und übertragung von Wechseln gegenüber verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3278, 'SKR03','9','Owner''s Equity','9273','KK98','Verbindlichkeiten aus Bürgschaften Wechsel- und Scheckbürgschaften',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3279, 'SKR03','9','Owner''s Equity','9274','KK98','Verbindlichkeiten aus Bürgschaften Wechsel- und Scheckbürgschaften gegenüber verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3280, 'SKR03','9','Owner''s Equity','9275','KK98','Verbindlichkeiten aus Gewährleistungsverträgen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3281, 'SKR03','9','Owner''s Equity','9276','KK98','Verbindlichkeiten aus Gewährleistungsverträgen gegenüber verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3282, 'SKR03','9','Owner''s Equity','9277','KK98','Haftung aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3283, 'SKR03','9','Owner''s Equity','9278','KK98','Haftung aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten gegenüber verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3284, 'SKR03','9','Owner''s Equity','9279','KK98','Verpflichtungen aus Trendhandvermögen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3285, 'SKR03','0','Owner''s Equity','KK99','KK9','Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3286, 'SKR03','9','Owner''s Equity','9280','KK99','Gegenkonto zu Konten 9281 - 9284',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3287, 'SKR03','9','Owner''s Equity','9281','KK99','Verpflichtungen aus Miet- und Leasingverträgen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3288, 'SKR03','9','Owner''s Equity','9282','KK99','Verpflichtungen aus Miet- und Leasingverträgen gegenüber verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3289, 'SKR03','9','Owner''s Equity','9283','KK99','Andere Verpflichtungen gemäß § 285 Nr. 3 HGB',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3290, 'SKR03','9','Owner''s Equity','9284','KK99','Andere Verpflichtungen gemäß § 285 Nr. 3 HGB gegenüber verbundenen Unternehmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3291, 'SKR03','0','Owner''s Equity','KK9a','KK9','Statistische Konten für § 4 Abs. 3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3292, 'SKR03','9','Owner''s Equity','9287','KK9a','Zinsen bei Buchungen über Debitoren bei § 4 Abs. 3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3293, 'SKR03','9','Owner''s Equity','9288','KK9a','Mahngebühren bei Buchungen über Debitoren bei § 4 Abs. 3 EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3294, 'SKR03','9','Owner''s Equity','9289','KK9a','Gegenkonto zu 9287 und 9288',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3295, 'SKR03','9','Owner''s Equity','9290','KK9a','Statistisches Konto steuerfreie Auslagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3296, 'SKR03','9','Owner''s Equity','9291','KK9a','Gegenkonto zu 9290',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3297, 'SKR03','9','Owner''s Equity','9292','KK9a','Statistisches Konto Fremdgeld',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3298, 'SKR03','9','Owner''s Equity','9293','KK9a','Gegenkonto zu 9292',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3299, 'SKR03','0','Owner''s Equity','KK9a1','KK9a','Einlagen stiller Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3300, 'SKR03','9','Owner''s Equity','9295','KK9a1','Einlagen stiller Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3301, 'SKR03','0','Owner''s Equity','KK9a2','KK9a','Steuerrechtlicher Ausgleichsposten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3302, 'SKR03','9','Owner''s Equity','9297','KK9a2','Steuerrechtlicher Ausgleichsposten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3303, 'SKR03','0','Owner''s Equity','KK9b','KK9','Privat Teilhafter (für Verrechnung Gesellschafterdarlehen mit Eigenkapitalcharakter - Konto 9840 - 9849)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3304, 'SKR03','9','Owner''s Equity','9400','KK9b','Privatentnahmen Allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3305, 'SKR03','9','Owner''s Equity','9401','KK9b','Privatentnahmen Allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3306, 'SKR03','9','Owner''s Equity','9402','KK9b','Privatentnahmen Allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3307, 'SKR03','9','Owner''s Equity','9403','KK9b','Privatentnahmen Allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3308, 'SKR03','9','Owner''s Equity','9404','KK9b','Privatentnahmen Allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3309, 'SKR03','9','Owner''s Equity','9405','KK9b','Privatentnahmen Allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3310, 'SKR03','9','Owner''s Equity','9406','KK9b','Privatentnahmen Allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3311, 'SKR03','9','Owner''s Equity','9407','KK9b','Privatentnahmen Allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3312, 'SKR03','9','Owner''s Equity','9408','KK9b','Privatentnahmen Allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3313, 'SKR03','9','Owner''s Equity','9409','KK9b','Privatentnahmen Allgemein',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3314, 'SKR03','9','Owner''s Equity','9410','KK9b','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3315, 'SKR03','9','Owner''s Equity','9411','KK9b','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3316, 'SKR03','9','Owner''s Equity','9412','KK9b','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3317, 'SKR03','9','Owner''s Equity','9413','KK9b','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3318, 'SKR03','9','Owner''s Equity','9414','KK9b','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3319, 'SKR03','9','Owner''s Equity','9415','KK9b','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3320, 'SKR03','9','Owner''s Equity','9416','KK9b','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3321, 'SKR03','9','Owner''s Equity','9417','KK9b','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3322, 'SKR03','9','Owner''s Equity','9418','KK9b','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3323, 'SKR03','9','Owner''s Equity','9419','KK9b','Privatsteuern',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3324, 'SKR03','9','Owner''s Equity','9420','KK9b','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3325, 'SKR03','9','Owner''s Equity','9421','KK9b','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3326, 'SKR03','9','Owner''s Equity','9422','KK9b','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3327, 'SKR03','9','Owner''s Equity','9423','KK9b','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3328, 'SKR03','9','Owner''s Equity','9424','KK9b','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3329, 'SKR03','9','Owner''s Equity','9425','KK9b','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3330, 'SKR03','9','Owner''s Equity','9426','KK9b','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3331, 'SKR03','9','Owner''s Equity','9427','KK9b','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3332, 'SKR03','9','Owner''s Equity','9428','KK9b','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3333, 'SKR03','9','Owner''s Equity','9429','KK9b','Sonderausgaben beschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3334, 'SKR03','9','Owner''s Equity','9430','KK9b','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3335, 'SKR03','9','Owner''s Equity','9431','KK9b','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3336, 'SKR03','9','Owner''s Equity','9432','KK9b','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3337, 'SKR03','9','Owner''s Equity','9433','KK9b','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3338, 'SKR03','9','Owner''s Equity','9434','KK9b','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3339, 'SKR03','9','Owner''s Equity','9435','KK9b','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3340, 'SKR03','9','Owner''s Equity','9436','KK9b','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3341, 'SKR03','9','Owner''s Equity','9437','KK9b','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3342, 'SKR03','9','Owner''s Equity','9438','KK9b','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3343, 'SKR03','9','Owner''s Equity','9439','KK9b','Sonderausgaben unbeschränkt abzugsfähig',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3344, 'SKR03','9','Owner''s Equity','9440','KK9b','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3345, 'SKR03','9','Owner''s Equity','9441','KK9b','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3346, 'SKR03','9','Owner''s Equity','9442','KK9b','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3347, 'SKR03','9','Owner''s Equity','9443','KK9b','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3348, 'SKR03','9','Owner''s Equity','9444','KK9b','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3349, 'SKR03','9','Owner''s Equity','9445','KK9b','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3350, 'SKR03','9','Owner''s Equity','9446','KK9b','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3351, 'SKR03','9','Owner''s Equity','9447','KK9b','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3352, 'SKR03','9','Owner''s Equity','9448','KK9b','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3353, 'SKR03','9','Owner''s Equity','9449','KK9b','Zuwendungen Spenden',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3354, 'SKR03','9','Owner''s Equity','9450','KK9b','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3355, 'SKR03','9','Owner''s Equity','9451','KK9b','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3356, 'SKR03','9','Owner''s Equity','9452','KK9b','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3357, 'SKR03','9','Owner''s Equity','9453','KK9b','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3358, 'SKR03','9','Owner''s Equity','9454','KK9b','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3359, 'SKR03','9','Owner''s Equity','9455','KK9b','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3360, 'SKR03','9','Owner''s Equity','9456','KK9b','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3361, 'SKR03','9','Owner''s Equity','9457','KK9b','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3362, 'SKR03','9','Owner''s Equity','9458','KK9b','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3363, 'SKR03','9','Owner''s Equity','9459','KK9b','Außergewöhnliche Belastungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3364, 'SKR03','9','Owner''s Equity','9460','KK9b','Grundstückaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3365, 'SKR03','9','Owner''s Equity','9461','KK9b','Grundstückaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3366, 'SKR03','9','Owner''s Equity','9462','KK9b','Grundstückaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3367, 'SKR03','9','Owner''s Equity','9463','KK9b','Grundstückaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3368, 'SKR03','9','Owner''s Equity','9464','KK9b','Grundstückaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3369, 'SKR03','9','Owner''s Equity','9465','KK9b','Grundstückaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3370, 'SKR03','9','Owner''s Equity','9466','KK9b','Grundstückaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3371, 'SKR03','9','Owner''s Equity','9467','KK9b','Grundstückaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3372, 'SKR03','9','Owner''s Equity','9468','KK9b','Grundstückaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3373, 'SKR03','9','Owner''s Equity','9469','KK9b','Grundstückaufwand',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3374, 'SKR03','9','Owner''s Equity','9470','KK9b','Grundstückertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3375, 'SKR03','9','Owner''s Equity','9471','KK9b','Grundstückertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3376, 'SKR03','9','Owner''s Equity','9472','KK9b','Grundstückertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3377, 'SKR03','9','Owner''s Equity','9473','KK9b','Grundstückertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3378, 'SKR03','9','Owner''s Equity','9474','KK9b','Grundstückertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3379, 'SKR03','9','Owner''s Equity','9475','KK9b','Grundstückertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3380, 'SKR03','9','Owner''s Equity','9476','KK9b','Grundstückertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3381, 'SKR03','9','Owner''s Equity','9477','KK9b','Grundstückertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3382, 'SKR03','9','Owner''s Equity','9478','KK9b','Grundstückertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3383, 'SKR03','9','Owner''s Equity','9479','KK9b','Grundstückertrag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3384, 'SKR03','9','Owner''s Equity','9480','KK9b','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3385, 'SKR03','9','Owner''s Equity','9481','KK9b','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3386, 'SKR03','9','Owner''s Equity','9482','KK9b','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3387, 'SKR03','9','Owner''s Equity','9483','KK9b','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3388, 'SKR03','9','Owner''s Equity','9484','KK9b','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3389, 'SKR03','9','Owner''s Equity','9485','KK9b','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3390, 'SKR03','9','Owner''s Equity','9486','KK9b','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3391, 'SKR03','9','Owner''s Equity','9487','KK9b','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3392, 'SKR03','9','Owner''s Equity','9488','KK9b','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3393, 'SKR03','9','Owner''s Equity','9489','KK9b','Unentgeltliche Wertabgaben',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3394, 'SKR03','9','Owner''s Equity','9490','KK9b','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3395, 'SKR03','9','Owner''s Equity','9491','KK9b','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3396, 'SKR03','9','Owner''s Equity','9492','KK9b','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3397, 'SKR03','9','Owner''s Equity','9493','KK9b','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3398, 'SKR03','9','Owner''s Equity','9494','KK9b','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3399, 'SKR03','9','Owner''s Equity','9495','KK9b','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3400, 'SKR03','9','Owner''s Equity','9496','KK9b','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3401, 'SKR03','9','Owner''s Equity','9497','KK9b','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3402, 'SKR03','9','Owner''s Equity','9498','KK9b','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3403, 'SKR03','9','Owner''s Equity','9499','KK9b','Privateinlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3404, 'SKR03','0','Owner''s Equity','KK9c','KK9','Statistische Konten für Kapitalkontenentwicklung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3405, 'SKR03','9','Owner''s Equity','9500','KK9c','Anteil für Konto 0900 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3406, 'SKR03','9','Owner''s Equity','9501','KK9c','Anteil für Konto 0901 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3407, 'SKR03','9','Owner''s Equity','9502','KK9c','Anteil für Konto 0902 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3408, 'SKR03','9','Owner''s Equity','9503','KK9c','Anteil für Konto 0903 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3409, 'SKR03','9','Owner''s Equity','9504','KK9c','Anteil für Konto 0904 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3410, 'SKR03','9','Owner''s Equity','9505','KK9c','Anteil für Konto 0905 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3411, 'SKR03','9','Owner''s Equity','9506','KK9c','Anteil für Konto 0906 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3412, 'SKR03','9','Owner''s Equity','9507','KK9c','Anteil für Konto 0907 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3413, 'SKR03','9','Owner''s Equity','9508','KK9c','Anteil für Konto 0908 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3414, 'SKR03','9','Owner''s Equity','9509','KK9c','Anteil für Konto 0909 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3415, 'SKR03','9','Owner''s Equity','9510','KK9c','Anteil für Konto 0910 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3416, 'SKR03','9','Owner''s Equity','9511','KK9c','Anteil für Konto 0911 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3417, 'SKR03','9','Owner''s Equity','9512','KK9c','Anteil für Konto 0912 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3418, 'SKR03','9','Owner''s Equity','9513','KK9c','Anteil für Konto 0913 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3419, 'SKR03','9','Owner''s Equity','9514','KK9c','Anteil für Konto 0914 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3420, 'SKR03','9','Owner''s Equity','9515','KK9c','Anteil für Konto 0915 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3421, 'SKR03','9','Owner''s Equity','9516','KK9c','Anteil für Konto 0916 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3422, 'SKR03','9','Owner''s Equity','9517','KK9c','Anteil für Konto 0917 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3423, 'SKR03','9','Owner''s Equity','9518','KK9c','Anteil für Konto 0918 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3424, 'SKR03','9','Owner''s Equity','9519','KK9c','Anteil für Konto 0919 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3425, 'SKR03','9','Owner''s Equity','9520','KK9c','Anteil für Konto 0920 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3426, 'SKR03','9','Owner''s Equity','9521','KK9c','Anteil für Konto 0921 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3427, 'SKR03','9','Owner''s Equity','9522','KK9c','Anteil für Konto 0922 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3428, 'SKR03','9','Owner''s Equity','9523','KK9c','Anteil für Konto 0923 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3429, 'SKR03','9','Owner''s Equity','9524','KK9c','Anteil für Konto 0924 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3430, 'SKR03','9','Owner''s Equity','9525','KK9c','Anteil für Konto 0925 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3431, 'SKR03','9','Owner''s Equity','9526','KK9c','Anteil für Konto 0926 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3432, 'SKR03','9','Owner''s Equity','9527','KK9c','Anteil für Konto 0927 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3433, 'SKR03','9','Owner''s Equity','9528','KK9c','Anteil für Konto 0928 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3434, 'SKR03','9','Owner''s Equity','9529','KK9c','Anteil für Konto 0929 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3435, 'SKR03','9','Owner''s Equity','9530','KK9c','Anteil für Konto 0830 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3436, 'SKR03','9','Owner''s Equity','9531','KK9c','Anteil für Konto 0831 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3437, 'SKR03','9','Owner''s Equity','9532','KK9c','Anteil für Konto 0832 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3438, 'SKR03','9','Owner''s Equity','9533','KK9c','Anteil für Konto 0833 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3439, 'SKR03','9','Owner''s Equity','9534','KK9c','Anteil für Konto 0834 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3440, 'SKR03','9','Owner''s Equity','9535','KK9c','Anteil für Konto 0835 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3441, 'SKR03','9','Owner''s Equity','9536','KK9c','Anteil für Konto 0836 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3442, 'SKR03','9','Owner''s Equity','9537','KK9c','Anteil für Konto 0837 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3443, 'SKR03','9','Owner''s Equity','9538','KK9c','Anteil für Konto 0838 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3444, 'SKR03','9','Owner''s Equity','9539','KK9c','Anteil für Konto 0839 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3445, 'SKR03','9','Owner''s Equity','9540','KK9c','Anteil für Konto 0810 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3446, 'SKR03','9','Owner''s Equity','9541','KK9c','Anteil für Konto 0811 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3447, 'SKR03','9','Owner''s Equity','9542','KK9c','Anteil für Konto 0812 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3448, 'SKR03','9','Owner''s Equity','9543','KK9c','Anteil für Konto 0813 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3449, 'SKR03','9','Owner''s Equity','9544','KK9c','Anteil für Konto 0814 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3450, 'SKR03','9','Owner''s Equity','9545','KK9c','Anteil für Konto 0815 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3451, 'SKR03','9','Owner''s Equity','9546','KK9c','Anteil für Konto 0816 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3452, 'SKR03','9','Owner''s Equity','9547','KK9c','Anteil für Konto 0817 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3453, 'SKR03','9','Owner''s Equity','9548','KK9c','Anteil für Konto 0818 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3454, 'SKR03','9','Owner''s Equity','9549','KK9c','Anteil für Konto 0819 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3455, 'SKR03','9','Owner''s Equity','9550','KK9c','Anteil für Konto 9810 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3456, 'SKR03','9','Owner''s Equity','9551','KK9c','Anteil für Konto 9811 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3457, 'SKR03','9','Owner''s Equity','9552','KK9c','Anteil für Konto 9812 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3458, 'SKR03','9','Owner''s Equity','9553','KK9c','Anteil für Konto 9813 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3459, 'SKR03','9','Owner''s Equity','9554','KK9c','Anteil für Konto 9814 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3460, 'SKR03','9','Owner''s Equity','9555','KK9c','Anteil für Konto 9815 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3461, 'SKR03','9','Owner''s Equity','9556','KK9c','Anteil für Konto 9816 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3462, 'SKR03','9','Owner''s Equity','9557','KK9c','Anteil für Konto 9817 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3463, 'SKR03','9','Owner''s Equity','9558','KK9c','Anteil für Konto 9818 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3464, 'SKR03','9','Owner''s Equity','9559','KK9c','Anteil für Konto 9819 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3465, 'SKR03','9','Owner''s Equity','9560','KK9c','Anteil für Konto 9820 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3466, 'SKR03','9','Owner''s Equity','9561','KK9c','Anteil für Konto 9821 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3467, 'SKR03','9','Owner''s Equity','9562','KK9c','Anteil für Konto 9822 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3468, 'SKR03','9','Owner''s Equity','9563','KK9c','Anteil für Konto 9823 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3469, 'SKR03','9','Owner''s Equity','9564','KK9c','Anteil für Konto 9824 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3470, 'SKR03','9','Owner''s Equity','9565','KK9c','Anteil für Konto 9825 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3471, 'SKR03','9','Owner''s Equity','9566','KK9c','Anteil für Konto 9826 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3472, 'SKR03','9','Owner''s Equity','9567','KK9c','Anteil für Konto 9827 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3473, 'SKR03','9','Owner''s Equity','9568','KK9c','Anteil für Konto 9828 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3474, 'SKR03','9','Owner''s Equity','9569','KK9c','Anteil für Konto 9829 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3475, 'SKR03','9','Owner''s Equity','9570','KK9c','Anteil für Konto 0870 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3476, 'SKR03','9','Owner''s Equity','9571','KK9c','Anteil für Konto 0871 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3477, 'SKR03','9','Owner''s Equity','9572','KK9c','Anteil für Konto 0872 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3478, 'SKR03','9','Owner''s Equity','9573','KK9c','Anteil für Konto 0873 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3479, 'SKR03','9','Owner''s Equity','9574','KK9c','Anteil für Konto 0874 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3480, 'SKR03','9','Owner''s Equity','9575','KK9c','Anteil für Konto 0875 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3481, 'SKR03','9','Owner''s Equity','9576','KK9c','Anteil für Konto 0876 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3482, 'SKR03','9','Owner''s Equity','9577','KK9c','Anteil für Konto 0877 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3483, 'SKR03','9','Owner''s Equity','9578','KK9c','Anteil für Konto 0878 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3484, 'SKR03','9','Owner''s Equity','9579','KK9c','Anteil für Konto 0879 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3485, 'SKR03','9','Owner''s Equity','9580','KK9c','Anteil für Konto 0880 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3486, 'SKR03','9','Owner''s Equity','9581','KK9c','Anteil für Konto 0881 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3487, 'SKR03','9','Owner''s Equity','9582','KK9c','Anteil für Konto 0882 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3488, 'SKR03','9','Owner''s Equity','9583','KK9c','Anteil für Konto 0883 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3489, 'SKR03','9','Owner''s Equity','9584','KK9c','Anteil für Konto 0884 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3490, 'SKR03','9','Owner''s Equity','9585','KK9c','Anteil für Konto 0885 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3491, 'SKR03','9','Owner''s Equity','9586','KK9c','Anteil für Konto 0886 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3492, 'SKR03','9','Owner''s Equity','9587','KK9c','Anteil für Konto 0887 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3493, 'SKR03','9','Owner''s Equity','9588','KK9c','Anteil für Konto 0888 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3494, 'SKR03','9','Owner''s Equity','9589','KK9c','Anteil für Konto 0889 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3495, 'SKR03','9','Owner''s Equity','9590','KK9c','Anteil für Konto 0890 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3496, 'SKR03','9','Owner''s Equity','9591','KK9c','Anteil für Konto 0891 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3497, 'SKR03','9','Owner''s Equity','9592','KK9c','Anteil für Konto 0892 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3498, 'SKR03','9','Owner''s Equity','9593','KK9c','Anteil für Konto 0893 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3499, 'SKR03','9','Owner''s Equity','9594','KK9c','Anteil für Konto 0894 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3500, 'SKR03','9','Owner''s Equity','9595','KK9c','Anteil für Konto 0895 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3501, 'SKR03','9','Owner''s Equity','9596','KK9c','Anteil für Konto 0896 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3502, 'SKR03','9','Owner''s Equity','9597','KK9c','Anteil für Konto 0897 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3503, 'SKR03','9','Owner''s Equity','9598','KK9c','Anteil für Konto 0898 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3504, 'SKR03','9','Owner''s Equity','9599','KK9c','Anteil für Konto 0899 Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3505, 'SKR03','9','Owner''s Equity','9600','KK9c','Name des Gesellschafters Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3506, 'SKR03','9','Owner''s Equity','9601','KK9c','Name des Gesellschafters Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3507, 'SKR03','9','Owner''s Equity','9602','KK9c','Name des Gesellschafters Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3508, 'SKR03','9','Owner''s Equity','9603','KK9c','Name des Gesellschafters Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3509, 'SKR03','9','Owner''s Equity','9604','KK9c','Name des Gesellschafters Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3510, 'SKR03','9','Owner''s Equity','9605','KK9c','Name des Gesellschafters Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3511, 'SKR03','9','Owner''s Equity','9606','KK9c','Name des Gesellschafters Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3512, 'SKR03','9','Owner''s Equity','9607','KK9c','Name des Gesellschafters Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3513, 'SKR03','9','Owner''s Equity','9608','KK9c','Name des Gesellschafters Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3514, 'SKR03','9','Owner''s Equity','9609','KK9c','Name des Gesellschafters Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3515, 'SKR03','9','Owner''s Equity','9610','KK9c','Tätigkeitsvergütung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3516, 'SKR03','9','Owner''s Equity','9611','KK9c','Tätigkeitsvergütung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3517, 'SKR03','9','Owner''s Equity','9612','KK9c','Tätigkeitsvergütung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3518, 'SKR03','9','Owner''s Equity','9613','KK9c','Tätigkeitsvergütung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3519, 'SKR03','9','Owner''s Equity','9614','KK9c','Tätigkeitsvergütung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3520, 'SKR03','9','Owner''s Equity','9615','KK9c','Tätigkeitsvergütung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3521, 'SKR03','9','Owner''s Equity','9616','KK9c','Tätigkeitsvergütung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3522, 'SKR03','9','Owner''s Equity','9617','KK9c','Tätigkeitsvergütung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3523, 'SKR03','9','Owner''s Equity','9618','KK9c','Tätigkeitsvergütung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3524, 'SKR03','9','Owner''s Equity','9619','KK9c','Tätigkeitsvergütung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3525, 'SKR03','9','Owner''s Equity','9620','KK9c','Tantieme Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3526, 'SKR03','9','Owner''s Equity','9621','KK9c','Tantieme Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3527, 'SKR03','9','Owner''s Equity','9622','KK9c','Tantieme Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3528, 'SKR03','9','Owner''s Equity','9623','KK9c','Tantieme Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3529, 'SKR03','9','Owner''s Equity','9624','KK9c','Tantieme Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3530, 'SKR03','9','Owner''s Equity','9625','KK9c','Tantieme Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3531, 'SKR03','9','Owner''s Equity','9626','KK9c','Tantieme Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3532, 'SKR03','9','Owner''s Equity','9627','KK9c','Tantieme Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3533, 'SKR03','9','Owner''s Equity','9628','KK9c','Tantieme Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3534, 'SKR03','9','Owner''s Equity','9629','KK9c','Tantieme Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3535, 'SKR03','9','Owner''s Equity','9630','KK9c','Darlehensverzinsung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3536, 'SKR03','9','Owner''s Equity','9631','KK9c','Darlehensverzinsung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3537, 'SKR03','9','Owner''s Equity','9632','KK9c','Darlehensverzinsung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3538, 'SKR03','9','Owner''s Equity','9633','KK9c','Darlehensverzinsung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3539, 'SKR03','9','Owner''s Equity','9634','KK9c','Darlehensverzinsung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3540, 'SKR03','9','Owner''s Equity','9635','KK9c','Darlehensverzinsung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3541, 'SKR03','9','Owner''s Equity','9636','KK9c','Darlehensverzinsung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3542, 'SKR03','9','Owner''s Equity','9637','KK9c','Darlehensverzinsung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3543, 'SKR03','9','Owner''s Equity','9638','KK9c','Darlehensverzinsung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3544, 'SKR03','9','Owner''s Equity','9639','KK9c','Darlehensverzinsung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3545, 'SKR03','9','Owner''s Equity','9640','KK9c','Gebrauchsüberlassung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3546, 'SKR03','9','Owner''s Equity','9641','KK9c','Gebrauchsüberlassung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3547, 'SKR03','9','Owner''s Equity','9642','KK9c','Gebrauchsüberlassung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3548, 'SKR03','9','Owner''s Equity','9643','KK9c','Gebrauchsüberlassung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3549, 'SKR03','9','Owner''s Equity','9644','KK9c','Gebrauchsüberlassung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3550, 'SKR03','9','Owner''s Equity','9645','KK9c','Gebrauchsüberlassung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3551, 'SKR03','9','Owner''s Equity','9646','KK9c','Gebrauchsüberlassung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3552, 'SKR03','9','Owner''s Equity','9647','KK9c','Gebrauchsüberlassung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3553, 'SKR03','9','Owner''s Equity','9648','KK9c','Gebrauchsüberlassung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3554, 'SKR03','9','Owner''s Equity','9649','KK9c','Gebrauchsüberlassung Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3555, 'SKR03','9','Owner''s Equity','9650','KK9c','Sonstige Vergütungen Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3556, 'SKR03','9','Owner''s Equity','9651','KK9c','Sonstige Vergütungen Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3557, 'SKR03','9','Owner''s Equity','9652','KK9c','Sonstige Vergütungen Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3558, 'SKR03','9','Owner''s Equity','9653','KK9c','Sonstige Vergütungen Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3559, 'SKR03','9','Owner''s Equity','9654','KK9c','Sonstige Vergütungen Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3560, 'SKR03','9','Owner''s Equity','9655','KK9c','Sonstige Vergütungen Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3561, 'SKR03','9','Owner''s Equity','9656','KK9c','Sonstige Vergütungen Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3562, 'SKR03','9','Owner''s Equity','9657','KK9c','Sonstige Vergütungen Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3563, 'SKR03','9','Owner''s Equity','9658','KK9c','Sonstige Vergütungen Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3564, 'SKR03','9','Owner''s Equity','9659','KK9c','Sonstige Vergütungen Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3565, 'SKR03','9','Owner''s Equity','9690','KK9c','Restanteil Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3566, 'SKR03','9','Owner''s Equity','9691','KK9c','Restanteil Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3567, 'SKR03','9','Owner''s Equity','9692','KK9c','Restanteil Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3568, 'SKR03','9','Owner''s Equity','9693','KK9c','Restanteil Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3569, 'SKR03','9','Owner''s Equity','9694','KK9c','Restanteil Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3570, 'SKR03','9','Owner''s Equity','9695','KK9c','Restanteil Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3571, 'SKR03','9','Owner''s Equity','9696','KK9c','Restanteil Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3572, 'SKR03','9','Owner''s Equity','9697','KK9c','Restanteil Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3573, 'SKR03','9','Owner''s Equity','9698','KK9c','Restanteil Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3574, 'SKR03','9','Owner''s Equity','9699','KK9c','Restanteil Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3575, 'SKR03','9','Owner''s Equity','9700','KK9c','Name des Gesellschafters Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3576, 'SKR03','9','Owner''s Equity','9701','KK9c','Name des Gesellschafters Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3577, 'SKR03','9','Owner''s Equity','9702','KK9c','Name des Gesellschafters Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3578, 'SKR03','9','Owner''s Equity','9703','KK9c','Name des Gesellschafters Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3579, 'SKR03','9','Owner''s Equity','9704','KK9c','Name des Gesellschafters Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3580, 'SKR03','9','Owner''s Equity','9705','KK9c','Name des Gesellschafters Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3581, 'SKR03','9','Owner''s Equity','9706','KK9c','Name des Gesellschafters Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3582, 'SKR03','9','Owner''s Equity','9707','KK9c','Name des Gesellschafters Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3583, 'SKR03','9','Owner''s Equity','9708','KK9c','Name des Gesellschafters Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3584, 'SKR03','9','Owner''s Equity','9709','KK9c','Name des Gesellschafters Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3585, 'SKR03','9','Owner''s Equity','9710','KK9c','Tätigkeitsvergütung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3586, 'SKR03','9','Owner''s Equity','9711','KK9c','Tätigkeitsvergütung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3587, 'SKR03','9','Owner''s Equity','9712','KK9c','Tätigkeitsvergütung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3588, 'SKR03','9','Owner''s Equity','9713','KK9c','Tätigkeitsvergütung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3589, 'SKR03','9','Owner''s Equity','9714','KK9c','Tätigkeitsvergütung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3590, 'SKR03','9','Owner''s Equity','9715','KK9c','Tätigkeitsvergütung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3591, 'SKR03','9','Owner''s Equity','9716','KK9c','Tätigkeitsvergütung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3592, 'SKR03','9','Owner''s Equity','9717','KK9c','Tätigkeitsvergütung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3593, 'SKR03','9','Owner''s Equity','9718','KK9c','Tätigkeitsvergütung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3594, 'SKR03','9','Owner''s Equity','9719','KK9c','Tätigkeitsvergütung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3595, 'SKR03','9','Owner''s Equity','9720','KK9c','Tantieme Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3596, 'SKR03','9','Owner''s Equity','9721','KK9c','Tantieme Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3597, 'SKR03','9','Owner''s Equity','9722','KK9c','Tantieme Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3598, 'SKR03','9','Owner''s Equity','9723','KK9c','Tantieme Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3599, 'SKR03','9','Owner''s Equity','9724','KK9c','Tantieme Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3600, 'SKR03','9','Owner''s Equity','9725','KK9c','Tantieme Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3601, 'SKR03','9','Owner''s Equity','9726','KK9c','Tantieme Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3602, 'SKR03','9','Owner''s Equity','9727','KK9c','Tantieme Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3603, 'SKR03','9','Owner''s Equity','9728','KK9c','Tantieme Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3604, 'SKR03','9','Owner''s Equity','9729','KK9c','Tantieme Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3605, 'SKR03','9','Owner''s Equity','9730','KK9c','Darlehensverzinsung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3606, 'SKR03','9','Owner''s Equity','9731','KK9c','Darlehensverzinsung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3607, 'SKR03','9','Owner''s Equity','9732','KK9c','Darlehensverzinsung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3608, 'SKR03','9','Owner''s Equity','9733','KK9c','Darlehensverzinsung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3609, 'SKR03','9','Owner''s Equity','9734','KK9c','Darlehensverzinsung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3610, 'SKR03','9','Owner''s Equity','9735','KK9c','Darlehensverzinsung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3611, 'SKR03','9','Owner''s Equity','9736','KK9c','Darlehensverzinsung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3612, 'SKR03','9','Owner''s Equity','9737','KK9c','Darlehensverzinsung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3613, 'SKR03','9','Owner''s Equity','9738','KK9c','Darlehensverzinsung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3614, 'SKR03','9','Owner''s Equity','9739','KK9c','Darlehensverzinsung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3615, 'SKR03','9','Owner''s Equity','9740','KK9c','Gebrauchsüberlassung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3616, 'SKR03','9','Owner''s Equity','9741','KK9c','Gebrauchsüberlassung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3617, 'SKR03','9','Owner''s Equity','9742','KK9c','Gebrauchsüberlassung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3618, 'SKR03','9','Owner''s Equity','9743','KK9c','Gebrauchsüberlassung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3619, 'SKR03','9','Owner''s Equity','9744','KK9c','Gebrauchsüberlassung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3620, 'SKR03','9','Owner''s Equity','9745','KK9c','Gebrauchsüberlassung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3621, 'SKR03','9','Owner''s Equity','9746','KK9c','Gebrauchsüberlassung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3622, 'SKR03','9','Owner''s Equity','9747','KK9c','Gebrauchsüberlassung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3623, 'SKR03','9','Owner''s Equity','9748','KK9c','Gebrauchsüberlassung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3624, 'SKR03','9','Owner''s Equity','9749','KK9c','Gebrauchsüberlassung Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3625, 'SKR03','9','Owner''s Equity','9750','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3626, 'SKR03','9','Owner''s Equity','9751','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3627, 'SKR03','9','Owner''s Equity','9752','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3628, 'SKR03','9','Owner''s Equity','9753','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3629, 'SKR03','9','Owner''s Equity','9754','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3630, 'SKR03','9','Owner''s Equity','9755','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3631, 'SKR03','9','Owner''s Equity','9756','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3632, 'SKR03','9','Owner''s Equity','9757','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3633, 'SKR03','9','Owner''s Equity','9758','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3634, 'SKR03','9','Owner''s Equity','9759','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3635, 'SKR03','9','Owner''s Equity','9760','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3636, 'SKR03','9','Owner''s Equity','9761','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3637, 'SKR03','9','Owner''s Equity','9762','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3638, 'SKR03','9','Owner''s Equity','9763','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3639, 'SKR03','9','Owner''s Equity','9764','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3640, 'SKR03','9','Owner''s Equity','9765','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3641, 'SKR03','9','Owner''s Equity','9766','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3642, 'SKR03','9','Owner''s Equity','9767','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3643, 'SKR03','9','Owner''s Equity','9768','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3644, 'SKR03','9','Owner''s Equity','9769','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3645, 'SKR03','9','Owner''s Equity','9770','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3646, 'SKR03','9','Owner''s Equity','9771','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3647, 'SKR03','9','Owner''s Equity','9772','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3648, 'SKR03','9','Owner''s Equity','9773','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3649, 'SKR03','9','Owner''s Equity','9774','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3650, 'SKR03','9','Owner''s Equity','9775','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3651, 'SKR03','9','Owner''s Equity','9776','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3652, 'SKR03','9','Owner''s Equity','9777','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3653, 'SKR03','9','Owner''s Equity','9778','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3654, 'SKR03','9','Owner''s Equity','9779','KK9c','Sonstige Vergütungen Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3655, 'SKR03','9','Owner''s Equity','9780','KK9c','Anteil für Konto 9840 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3656, 'SKR03','9','Owner''s Equity','9781','KK9c','Anteil für Konto 9841 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3657, 'SKR03','9','Owner''s Equity','9782','KK9c','Anteil für Konto 9842 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3658, 'SKR03','9','Owner''s Equity','9783','KK9c','Anteil für Konto 9843 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3659, 'SKR03','9','Owner''s Equity','9784','KK9c','Anteil für Konto 9844 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3660, 'SKR03','9','Owner''s Equity','9785','KK9c','Anteil für Konto 9845 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3661, 'SKR03','9','Owner''s Equity','9786','KK9c','Anteil für Konto 9846 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3662, 'SKR03','9','Owner''s Equity','9787','KK9c','Anteil für Konto 9847 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3663, 'SKR03','9','Owner''s Equity','9788','KK9c','Anteil für Konto 9848 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3664, 'SKR03','9','Owner''s Equity','9789','KK9c','Anteil für Konto 9849 Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3665, 'SKR03','9','Owner''s Equity','9790','KK9c','Restanteil Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3666, 'SKR03','9','Owner''s Equity','9791','KK9c','Restanteil Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3667, 'SKR03','9','Owner''s Equity','9792','KK9c','Restanteil Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3668, 'SKR03','9','Owner''s Equity','9793','KK9c','Restanteil Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3669, 'SKR03','9','Owner''s Equity','9794','KK9c','Restanteil Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3670, 'SKR03','9','Owner''s Equity','9795','KK9c','Restanteil Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3671, 'SKR03','9','Owner''s Equity','9796','KK9c','Restanteil Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3672, 'SKR03','9','Owner''s Equity','9797','KK9c','Restanteil Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3673, 'SKR03','9','Owner''s Equity','9798','KK9c','Restanteil Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3674, 'SKR03','9','Owner''s Equity','9799','KK9c','Restanteil Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3675, 'SKR03','9','Owner''s Equity','9800','KK9c','Lösch- und Korrekturschlüssel',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3676, 'SKR03','9','Owner''s Equity','9801','KK9c','Lösch- und Korrekturschlüssel',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3677, 'SKR03','0','Owner''s Equity','KK9d','KK9','Kapital Personenhandelsgesellschaft Vollhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3678, 'SKR03','9','Owner''s Equity','9810','KK9d','Gesellschafter Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3679, 'SKR03','9','Owner''s Equity','9811','KK9d','Gesellschafter Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3680, 'SKR03','9','Owner''s Equity','9812','KK9d','Gesellschafter Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3681, 'SKR03','9','Owner''s Equity','9813','KK9d','Gesellschafter Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3682, 'SKR03','9','Owner''s Equity','9814','KK9d','Gesellschafter Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3683, 'SKR03','9','Owner''s Equity','9815','KK9d','Gesellschafter Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3684, 'SKR03','9','Owner''s Equity','9816','KK9d','Gesellschafter Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3685, 'SKR03','9','Owner''s Equity','9817','KK9d','Gesellschafter Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3686, 'SKR03','9','Owner''s Equity','9818','KK9d','Gesellschafter Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3687, 'SKR03','9','Owner''s Equity','9819','KK9d','Gesellschafter Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3688, 'SKR03','9','Owner''s Equity','9820','KK9d','Verlust-/Vortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3689, 'SKR03','9','Owner''s Equity','9821','KK9d','Verlust-/Vortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3690, 'SKR03','9','Owner''s Equity','9822','KK9d','Verlust-/Vortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3691, 'SKR03','9','Owner''s Equity','9823','KK9d','Verlust-/Vortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3692, 'SKR03','9','Owner''s Equity','9824','KK9d','Verlust-/Vortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3693, 'SKR03','9','Owner''s Equity','9825','KK9d','Verlust-/Vortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3694, 'SKR03','9','Owner''s Equity','9826','KK9d','Verlust-/Vortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3695, 'SKR03','9','Owner''s Equity','9827','KK9d','Verlust-/Vortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3696, 'SKR03','9','Owner''s Equity','9828','KK9d','Verlust-/Vortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3697, 'SKR03','9','Owner''s Equity','9829','KK9d','Verlust-/Vortragskonto',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3698, 'SKR03','9','Owner''s Equity','9830','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3699, 'SKR03','9','Owner''s Equity','9831','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3700, 'SKR03','9','Owner''s Equity','9832','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3701, 'SKR03','9','Owner''s Equity','9833','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3702, 'SKR03','9','Owner''s Equity','9834','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3703, 'SKR03','9','Owner''s Equity','9835','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3704, 'SKR03','9','Owner''s Equity','9836','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3705, 'SKR03','9','Owner''s Equity','9837','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3706, 'SKR03','9','Owner''s Equity','9838','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3707, 'SKR03','9','Owner''s Equity','9839','KK9d','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3708, 'SKR03','0','Owner''s Equity','KK9e','KK9','Kapital Personenhandelsgesellschaft Teilhafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3709, 'SKR03','9','Owner''s Equity','9840','KK9e','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3710, 'SKR03','9','Owner''s Equity','9841','KK9e','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3711, 'SKR03','9','Owner''s Equity','9842','KK9e','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3712, 'SKR03','9','Owner''s Equity','9843','KK9e','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3713, 'SKR03','9','Owner''s Equity','9844','KK9e','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3714, 'SKR03','9','Owner''s Equity','9845','KK9e','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3715, 'SKR03','9','Owner''s Equity','9846','KK9e','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3716, 'SKR03','9','Owner''s Equity','9847','KK9e','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3717, 'SKR03','9','Owner''s Equity','9848','KK9e','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3718, 'SKR03','9','Owner''s Equity','9849','KK9e','Gesellschafter-Darlehen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3719, 'SKR03','9','Owner''s Equity','9850','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3720, 'SKR03','9','Owner''s Equity','9851','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3721, 'SKR03','9','Owner''s Equity','9852','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3722, 'SKR03','9','Owner''s Equity','9853','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3723, 'SKR03','9','Owner''s Equity','9854','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3724, 'SKR03','9','Owner''s Equity','9855','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3725, 'SKR03','9','Owner''s Equity','9856','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3726, 'SKR03','9','Owner''s Equity','9857','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3727, 'SKR03','9','Owner''s Equity','9858','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3728, 'SKR03','9','Owner''s Equity','9859','KK9e','Verrechnungskonto für Einzahlungsverpflichtungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3729, 'SKR03','0','Owner''s Equity','KK9f','KK9','Einzahlungsverpflichtungen im Bereich der Forderungen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3730, 'SKR03','9','Owner''s Equity','9860','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3731, 'SKR03','9','Owner''s Equity','9861','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3732, 'SKR03','9','Owner''s Equity','9862','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3733, 'SKR03','9','Owner''s Equity','9863','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3734, 'SKR03','9','Owner''s Equity','9864','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3735, 'SKR03','9','Owner''s Equity','9865','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3736, 'SKR03','9','Owner''s Equity','9866','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3737, 'SKR03','9','Owner''s Equity','9867','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3738, 'SKR03','9','Owner''s Equity','9868','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3739, 'SKR03','9','Owner''s Equity','9869','KK9f','Einzahlungsverpflichtungen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3740, 'SKR03','9','Owner''s Equity','9870','KK9f','Einzahlungsverpflichtungen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3741, 'SKR03','9','Owner''s Equity','9871','KK9f','Einzahlungsverpflichtungen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3742, 'SKR03','9','Owner''s Equity','9872','KK9f','Einzahlungsverpflichtungen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3743, 'SKR03','9','Owner''s Equity','9873','KK9f','Einzahlungsverpflichtungen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3744, 'SKR03','9','Owner''s Equity','9874','KK9f','Einzahlungsverpflichtungen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3745, 'SKR03','9','Owner''s Equity','9875','KK9f','Einzahlungsverpflichtungen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3746, 'SKR03','9','Owner''s Equity','9876','KK9f','Einzahlungsverpflichtungen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3747, 'SKR03','9','Owner''s Equity','9877','KK9f','Einzahlungsverpflichtungen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3748, 'SKR03','9','Owner''s Equity','9878','KK9f','Einzahlungsverpflichtungen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3749, 'SKR03','9','Owner''s Equity','9879','KK9f','Einzahlungsverpflichtungen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3750, 'SKR03','0','Owner''s Equity','KK9g','KK9','Ausgleichsposten für aktivierte eigene Anteile und Bilanzierungshilfen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3751, 'SKR03','9','Owner''s Equity','9880','KK9g','Ausgleichsposten für aktivierte eigene Anteile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3752, 'SKR03','9','Owner''s Equity','9882','KK9g','Ausgleichsposten für aktivierte Bilanzierungshilfen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3753, 'SKR03','0','Owner''s Equity','KK9h','KK9','Nicht durch Vermögenseinlagen gedeckte Entnahmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3754, 'SKR03','9','Owner''s Equity','9883','KK9h','Nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3755, 'SKR03','9','Owner''s Equity','9884','KK9h','Nicht durch Vermögenseinlagen gedeckte Entnahmen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3756, 'SKR03','0','Owner''s Equity','KK9i','KK9','Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3757, 'SKR03','9','Owner''s Equity','9885','KK9i','Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3758, 'SKR03','9','Owner''s Equity','9886','KK9i','Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen Kommanditisten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3759, 'SKR03','0','Owner''s Equity','KK9j','KK9','Steueraufwand der Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3760, 'SKR03','9','Owner''s Equity','9887','KK9j','Steueraufwand der Gesellschafter',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3761, 'SKR03','9','Owner''s Equity','9889','KK9j','Gegenkonto zu 9887',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3762, 'SKR03','0','Owner''s Equity','KK9k','KK9','Statistische Konten für Gewinnzuschlag',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3763, 'SKR03','9','Owner''s Equity','9890','KK9k','Statistische Konto für den Gewinnzuschlag nach §§6b 6c und 6g EStG (Haben-Buchung)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3764, 'SKR03','9','Owner''s Equity','9891','KK9k','Statistische Konto für den Gewinnzuschlag - Gegenkonto zu 9890',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3765, 'SKR03','0','XXXXX','KK9l','KK9','Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3766, 'SKR03','9','XXXXX','9893','KK9l','Umsatzsteuer in den Forderungen zum allgemeinen Umsatzsteuersatz (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3767, 'SKR03','9','XXXXX','9894','KK9l','Umsatzsteuer in den Forderungen zum ermäßigten Umsatzsteuersatz (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3768, 'SKR03','9','XXXXX','9895','KK9l','Gegenkonto 9893 - 9894 für die Aufteilung der Umsatzsteuer (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3769, 'SKR03','9','XXXXX','9896','KK9l','Vorsteuer in den Verbindlichkeiten zum allgemeinen Umsatzsteuersatz (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3770, 'SKR03','9','XXXXX','9897','KK9l','Vorsteuer in den Verbindlichkeiten zum ermäßigten Umsatzsteuersatz (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3771, 'SKR03','9','Owner''s Equity','9899','KK9l','Gegenkonto zu 9899 - 9897 für die Aufteilung der Vorsteuer (EüR)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3772, 'SKR03','0','XXXXX','KK9m','KK9','Statistische Konten zu § 4 (4a) EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3773, 'SKR03','9','XXXXX','9910','KK9m','Gegenkonto zur Minderung der Entnahmen § 4 (4a) EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3774, 'SKR03','9','XXXXX','9911','KK9m','Minderung der Entnahmen § 4 (4a) EStG (Haben)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3775, 'SKR03','9','XXXXX','9912','KK9m','Erhöhung der Entnahmen § 4 (4a) EStG',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3776, 'SKR03','9','XXXXX','9913','KK9m','Gegenkonto zur Erhöhung der Entnahmen § 4 (4a) EStG (Haben)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3777, 'SKR03','0','XXXXX','KK9n','KK9','Statistische Konten für Kinderbetreuungskosten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3778, 'SKR03','9','XXXXX','9918','KK9n','Kinderbetreuungskosten (wie Betriebsausgaben steuerlich anzusetzender Betrag)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3779, 'SKR03','9','XXXXX','9919','KK9n','Gegenkonto zu 9918 (Haben)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3780, 'SKR03','0','XXXXX','KK9o','KK9','Ausstehende Einlagen',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3781, 'SKR03','9','Owner''s Equity','9920','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3782, 'SKR03','9','Owner''s Equity','9921','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3783, 'SKR03','9','Owner''s Equity','9922','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3784, 'SKR03','9','Owner''s Equity','9923','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3785, 'SKR03','9','Owner''s Equity','9924','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3786, 'SKR03','9','Owner''s Equity','9925','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3787, 'SKR03','9','Owner''s Equity','9926','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3788, 'SKR03','9','Owner''s Equity','9927','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3789, 'SKR03','9','Owner''s Equity','9928','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3790, 'SKR03','9','Owner''s Equity','9929','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3791, 'SKR03','9','Owner''s Equity','9930','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3792, 'SKR03','9','Owner''s Equity','9931','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3793, 'SKR03','9','Owner''s Equity','9932','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3794, 'SKR03','9','Owner''s Equity','9933','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3795, 'SKR03','9','Owner''s Equity','9934','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3796, 'SKR03','9','Owner''s Equity','9935','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3797, 'SKR03','9','Owner''s Equity','9936','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3798, 'SKR03','9','Owner''s Equity','9937','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3799, 'SKR03','9','Owner''s Equity','9938','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3800, 'SKR03','9','Owner''s Equity','9939','KK9o','Ausstehende Einlagen auf das Komplementär-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3801, 'SKR03','9','Owner''s Equity','9940','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3802, 'SKR03','9','Owner''s Equity','9941','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3803, 'SKR03','9','Owner''s Equity','9942','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3804, 'SKR03','9','Owner''s Equity','9943','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3805, 'SKR03','9','Owner''s Equity','9944','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3806, 'SKR03','9','Owner''s Equity','9945','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3807, 'SKR03','9','Owner''s Equity','9946','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3808, 'SKR03','9','Owner''s Equity','9947','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3809, 'SKR03','9','Owner''s Equity','9948','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3810, 'SKR03','9','Owner''s Equity','9949','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital nicht eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3811, 'SKR03','9','Owner''s Equity','9950','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3812, 'SKR03','9','Owner''s Equity','9951','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3813, 'SKR03','9','Owner''s Equity','9952','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3814, 'SKR03','9','Owner''s Equity','9953','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3815, 'SKR03','9','Owner''s Equity','9954','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3816, 'SKR03','9','Owner''s Equity','9955','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3817, 'SKR03','9','Owner''s Equity','9956','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3818, 'SKR03','9','Owner''s Equity','9957','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3819, 'SKR03','9','Owner''s Equity','9958','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3820, 'SKR03','9','Owner''s Equity','9959','KK9o','Ausstehende Einlagen auf das Kommandit-Kapital eingefordert',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3821, 'SKR03','9','Memo','9900',NULL,'SO Commitment',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3822, 'SKR03','9','Memo','9910',NULL,'PO Commitment',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3823, 'SKR03','9','Liability','9901',NULL,'Steuer Verbindlichkeiten',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3824, 'SKR03','6','Asset','6000',NULL,'Work In Process',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3825, 'SKR03','6','Asset','6001',NULL,'Floor Stock',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3826, 'SKR03','6','Expense','6002',NULL,'Cost Of Production',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3827, 'SKR03','6','Expense','6003',NULL,'Scrap',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3828, 'SKR03','5','Expense','51130',NULL,'Outside Processing (Subcontract)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3829, 'SKR03','5','Expense','58400',NULL,'Using Variance',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3830, 'SKR03','5','Expense','58500',NULL,'Method Change Variance',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3831, 'SKR03','5','Expense','58600',NULL,'Rate Variance',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3832, 'SKR03','5','Expense','58700',NULL,'Mix Variance',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3833, 'SKR03','8','Expense','83100',NULL,'Labor (Absorbed)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3834, 'SKR03','8','Expense','83200',NULL,'Burden (Absorbed)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3835, 'SKR03','8','Expense','83300',NULL,'Overhead (Applied)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3836, 'SKR03','8','Expense','83400',NULL,'Average Cost Variance',1);
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Anlagevermögen', 0, 0, 'Anlagevermögen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 100, 0, 'Entgeltlich erworbene Konzessionen, gewerbliche Schutzrechte und ähnliche Rechte und Werte sowie Lizenzen an solchen Rechten und Werten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 110, 100, 'Konzessionen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 120, 100, 'Gewerbliche Schutzrechte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 130, 100, 'Ähnliche Rechte und Werte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 135, 100, 'EDV-Software', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 140, 100, 'Lizenzen an gewerblichen Schutzrechten und ähnlichen Rechten und Werte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 143, 0, 'Selbst geschaffene immaterielle Vermögensgegenstände', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 144, 143, 'EDV-Software', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 145, 143, 'Lizenzen und Franchiseverträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 146, 143, 'Konzessionen und gewerbliche Schutzrechte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 147, 143, 'Rezepte, Verfahren, Prototypen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 148, 143, 'Immaterielle Vermögensgegenstände in Entwicklung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 150, 0, 'Geschäfts- oder Firmenwert', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 160, 0, 'Verschmelzungsmehrwert', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 170, 0, 'Geleistete Anzahlungen auf immaterielle Vermögensgegenstände', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 179, 0, 'Anzahlungen auf Geschäfts- oder Firmenwert', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 200, 0, 'Grundstücke, grundstücksgleiche Rechte und Bauten einschließlich der Bauten auf fremden Grundstück', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 210, 200, 'Grundstücksgleiche Rechte ohne Bauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 215, 200, 'Unbebaute Grundstücke', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 220, 200, 'Grundstücksgleiche Rechte (Erbbaurecht, Dauerwohnrecht, unbebaute Grundstücke)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 225, 200, 'Grundstücke mit Substanzverkehr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 229, 200, 'Grundstücksanteil des häuslichen Arbeitszimmers', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 230, 200, 'Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 235, 200, 'Grundstückswerte eigener bebauter Grundstücke', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 240, 200, 'Geschäftsbauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 250, 200, 'Fabrikbauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 260, 200, 'Andere Bauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 270, 200, 'Garagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 280, 200, 'Außenanlagen für Geschäfts-, Fabrik- und andere Bauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 285, 200, 'Hof- und Wegbefestigungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 290, 200, 'Einrichtungen für Geschäfts-. Fabrik- und andere Bauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 300, 200, 'Wohnbauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 305, 200, 'Garagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 310, 200, 'Außenanlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 315, 200, 'Hof- und Wegbefestigungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 320, 200, 'Einrichtungen für Wohnbauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 329, 200, 'Gebäudeteil des häuslichen Arbeitszimmers', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 330, 200, 'Bauten auf fremden Grundstücken', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 340, 200, 'Geschäftsbauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 350, 200, 'Fabrikbauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 360, 200, 'Wohnbauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 370, 200, 'Andere Bauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 380, 200, 'Garagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 390, 200, 'Außenanlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 395, 200, 'Hof- und Wegbefestigungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 398, 200, 'Einrichtungen für Geschäfts-. Fabrik-, Wohn- und andere Bauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 400, 0, 'Technische Anlagen und Maschinen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 420, 400, 'Technische Anlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 440, 400, 'Maschinen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 450, 400, 'Transportanlagen und Ähnlichen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 460, 400, 'Maschinengebundene Werkzeuge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 470, 400, 'Betriebsvorrichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 500, 0, 'Andere Anlagen, Betriebs- und Geschäftsausstattungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 510, 500, 'Andere Anlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 520, 500, 'PKW', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 540, 500, 'LKW', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 560, 500, 'Sonstige Transportmittel', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 620, 500, 'Werkzeuge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 630, 500, 'Betriebsausstattung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 635, 500, 'Geschäftsausstattung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 640, 500, 'Ladeneinrichtung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 650, 500, 'Büroeinrichtung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 660, 500, 'Gerüst- und Schalungsmaterial', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 670, 500, 'Geringwertige Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 675, 500, 'Wirtschaftsgüter (Sammelposten)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 680, 500, 'Einbauten in fremde Grundstücke', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 690, 500, 'Sonstige Betriebs- und Geschäftsausstattung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 700, 0, 'Geleistete Anzahlungen und Anlagen im Bau', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 705, 700, 'Anzahlungen auf Grundstücke und grundstücksgleiche Rechte ohne Bauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 710, 700, 'Geschäfts-, Fabrik- und andere Bauten im Bau auf eigenen Grundstücken', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 720, 700, 'Anzahlungen auf Geschäfts-, Fabrik- und andere Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 725, 700, 'Wohnbauten im Bau auf eigenen Grundstücken', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 735, 700, 'Anzahlungen auf Wohnbauten auf eigene Grundstücken und grundstücksgleichen Rechten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 740, 700, 'Geschäfts-, Fabrik- und andere Bauten im Bau auf fremden Grundstücken', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 750, 700, 'Anzahlungen auf Geschäfts-, Fabrik- und andere Bauten im Bau auf fremden Grundstücken', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 755, 700, 'Wohnbauten im Bau auf fremden Grundstücken', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 765, 700, 'Anzahlungen auf Wohnbauten auf fremden Grundstücken', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 770, 700, 'Technische Anlagen und Maschinen im Bau', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 780, 700, 'Anzahlungen auf technische Anlagen und Maschinen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 785, 700, 'Andere Anlagen, Betriebs- und Geschäftsausstattung im Bau', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Sachanlagen', 795, 700, 'Anzahlungen auf andere Anlagen, Betriebs- und Geschäftsausstattung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 800, 700, 'Anteile an verbundenen Unternehmen (Anlagevermögen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 803, 800, 'Anteile an verbundenen Unternehmen, Personengesellschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 804, 800, 'Anteile an verbundenen Unternehmen, Kapitalgesellschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 805, 800, 'Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft, Personengesellschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 808, 800, 'Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft, Kapitalgesellschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 809, 800, 'Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 810, 700, 'Ausleihungen an verbundene Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 813, 810, 'Ausleihungen an verbundene Unternehmen, Personengesellschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 814, 810, 'Ausleihungen an verbundene Unternehmen, Kapitalgesellschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 815, 810, 'Ausleihungen an verbundene Unternehmen, Einzelunternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 820, 700, 'Beteiligungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 829, 820, 'Beteiligung einer GmbH & Co. KG an einer Komplementär GmbH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 830, 820, 'Typisch stille Beteiligungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 840, 820, 'Atypische stille Beteiligungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 850, 820, 'Beteiligungen an Kapitalgesellschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 860, 820, 'Beteiligungen an Personengesellschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 880, 700, 'Ausleihungen an Unternehmen, mit denen ein Beteiligungsverhältnis besteht', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 883, 880, 'Ausleihungen an Unternehmen, mit denen ein Beteiligungsverhältnis besteht, Personengesellschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 885, 880, 'Ausleihungen an Unternehmen, mit denen ein Beteiligungsverhältnis besteht, Kapitalgesellschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 900, 0, 'Wertpapiere des Anlagevermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 910, 900, 'Wertpapiere mit Gewinnbeteiligungsansprüchen, die dem Teileinkünfteverfahren unterliegen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 920, 900, 'Festverzinsliche Wertpapiere', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 930, 0, 'Sonstige Ausleihungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 940, 930, 'Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 960, 930, 'Ausleihungen an Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 963, 930, 'Ausleihungen an GmbH-Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 962, 930, 'Ausleihungen an persönlich haftende Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 963, 930, 'Ausleihungen an Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 964, 930, 'Ausleihungen an stille Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 970, 930, 'Ausleihungen an nahe stehende Personen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 980, 0, 'Genossenschaftsanteile zum langfristigen Verbleib', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Anlagevermögen', 'Finanzanlagen', 990, 0, 'Rückdeckungsansprüche aus Lebensversicherungen zum langfristigen Verbleib', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Umlaufvermögen', 1, 1, 'Umlaufvermögen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1000, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1001, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1002, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1003, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1004, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1005, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1006, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1007, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1008, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1009, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1010, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1011, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1012, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1013, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1014, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1015, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1016, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1017, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1018, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1019, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1020, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1021, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1022, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1023, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1024, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1025, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1026, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1027, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1028, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1029, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1030, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1031, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1032, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1033, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1034, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1035, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1036, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1037, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1038, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1039, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1040, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1041, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1042, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1043, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1044, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1045, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1046, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1047, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1048, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1049, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1050, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1051, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1052, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1053, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1054, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1055, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1056, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1057, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1058, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1059, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1060, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1061, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1062, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1063, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1064, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1065, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1066, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1067, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1068, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1069, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1070, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1071, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1072, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1073, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1074, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1075, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1076, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1077, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1078, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1079, 1040, 'Unfertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1080, 1040, 'Unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1081, 1040, 'Unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1082, 1040, 'Unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1083, 1040, 'Unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1084, 1040, 'Unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1085, 1040, 'Unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1086, 1040, 'Unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1087, 1040, 'Unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1088, 1040, 'Unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1089, 1040, 'Unfertige Leistungen (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1090, 1040, 'In Ausführung befindliche Bauaufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1091, 1040, 'In Ausführung befindliche Bauaufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1092, 1040, 'In Ausführung befindliche Bauaufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1093, 1040, 'In Ausführung befindliche Bauaufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1094, 1040, 'In Ausführung befindliche Bauaufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1095, 1040, 'In Arbeit befindliche Aufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1096, 1040, 'In Arbeit befindliche Aufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1097, 1040, 'In Arbeit befindliche Aufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1098, 1040, 'In Arbeit befindliche Aufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1099, 1040, 'In Arbeit befindliche Aufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1100, 1, 'Fertige Erzeugnisse und Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1101, 1, 'Fertige Erzeugnisse und Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1102, 1, 'Fertige Erzeugnisse und Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1103, 1, 'Fertige Erzeugnisse und Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1104, 1, 'Fertige Erzeugnisse und Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1105, 1, 'Fertige Erzeugnisse und Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1106, 1, 'Fertige Erzeugnisse und Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1107, 1, 'Fertige Erzeugnisse und Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1108, 1, 'Fertige Erzeugnisse und Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1109, 1, 'Fertige Erzeugnisse und Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1110, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1111, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1112, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1113, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1114, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1115, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1116, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1117, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1118, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1119, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1120, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1121, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1122, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1123, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1124, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1125, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1126, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1127, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1128, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1129, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1130, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1131, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1132, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1133, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1134, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1135, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1136, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1137, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1138, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1139, 1100, 'Fertige Erzeugnisse (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1140, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1141, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1142, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1143, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1144, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1145, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1146, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1147, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1148, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1149, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1150, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1151, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1152, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1153, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1154, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1155, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1156, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1157, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1158, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1159, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1160, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1161, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1162, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1163, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1164, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1165, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1166, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1167, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1168, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1169, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1170, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1171, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1172, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1173, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1174, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1175, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1176, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1177, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1178, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1179, 1100, 'Waren (Bestand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1180, 1, 'Geleistete Anzahlungen auf Vorräte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1181, 1180, 'Geleistete Anzahlungen auf 7% Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1182, 1180, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1183, 1180, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1184, 1180, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1185, 1180, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1186, 1180, 'Geleistete Anzahlungen auf 19% Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Vorräte', 1190, 1180, 'Erhaltene Anzahlungen auf Bestellungen (von Vorräten offen abgesetzt)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1200, 1, 'Forderungen aus Lieferungen und Leistungen ', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1201, 1200, 'Forderungen aus Lieferungen und Leistungen ', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1202, 1200, 'Forderungen aus Lieferungen und Leistungen ', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1203, 1200, 'Forderungen aus Lieferungen und Leistungen ', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1204, 1200, 'Forderungen aus Lieferungen und Leistungen ', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1205, 1200, 'Forderungen aus Lieferungen und Leistungen ', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1206, 1200, 'Forderungen aus Lieferungen und Leistungen ', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1210, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1211, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1212, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1213, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1214, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1215, 1200, 'Forderungen aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz oder eines Kleinunternehmers (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1216, 1200, 'Forderungen aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1217, 1200, 'Forderungen aus steuerfreien oder nicht steuerbaren Lieferungen und Leistungen (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1218, 1200, 'Forderungen aus Lieferungen und Leistungen nach Durchschnittssätzen gemäß § 24 UStG (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1219, 1200, 'Gegenkonto 1215-1218 bei Aufteilung der Forderungen nach Steuersätzen (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1220, 1200, 'Forderungen nach § 11 Abs. 1 Satz 2 EStG für § 4/3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1221, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent – Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1225, 1200, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1230, 1200, 'Wechsel aus Lieferungen und Leistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1231, 1200, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1232, 1200, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1235, 1200, 'Wechsel aus Lieferungen und Leistungen, Bundesbankfertig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1240, 1200, 'Zweifelhafte Forderungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1241, 1200, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1245, 1200, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1246, 1200, 'Einzelwertberichtigungen auf Forderungen mit einer – Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1247, 1200, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1248, 1200, 'Pauschalwertberichtigung auf Forderungen mit einer – Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1249, 1200, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1250, 1200, 'Forderungen aus Lieferungen und Leistungen gegen Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1251, 1200, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1255, 1200, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1258, 1200, 'Gegenkonto zu sonstigen Vermögensgegenständen bei Buchungen über Debitorenkonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1259, 1200, 'Gegenkonto 1221-1229, 1240-1245, 1250-1257, 1270-1279, 1290-1297 bei Aufteilung Debitorenkonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1260, 1, 'Forderungen gegen verbundene Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1261, 1260, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1265, 1260, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1266, 1260, 'Besitzwechsel gegen verbundene Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1267, 1260, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1268, 1260, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1269, 1260, 'Besitzwechsel gegen verbundene Unternehmen, bundesbankfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1270, 1260, 'Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1271, 1260, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1275, 1260, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1276, 1260, 'Wertberichtigung auf Forderungen gegen verbundene Unternehmen – Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1277, 1260, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1280, 1, 'Forderungen gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1281, 1280, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1285, 1280, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1286, 1280, 'Besitzwechsel gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1287, 1280, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1288, 1280, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1289, 1280, 'Besitzwechsel gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht, bundesbankfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1290, 1280, 'Forderungen aus Lieferungen und Leistungen gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1291, 1280, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1295, 1280, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1296, 1280, 'Wertberichtigungen auf Forderungen gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht – Restlaufzeit 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1297, 1280, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1298, 1, 'Ausstehende Einlagen auf das gezeichnete Kapital, eingefordert (Forderungen, nicht eingeforderte ausstehende Einlagen s. Konto 2910)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1299, 1, 'Nachschüsse (Forderungen, Gegenkonto 2929)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1300, 1, 'Sonstige Vermögensgegenstände', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1301, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1305, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1307, 1300, 'Forderungen gegen GmbH-Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1308, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1309, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1310, 1300, 'Forderungen gegen Vorstandsmitglieder und Geschäftsführer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1311, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1315, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1317, 1300, 'Forderungen gegen persönlich haftende Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1318, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1319, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1320, 1300, 'Forderungen gegen Aufsichtsrats- und Beirats-Mitglieder', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1321, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1325, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1327, 1300, 'Forderungen gegen Kommanditisten und atypisch stille Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1328, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1329, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1330, 1300, 'Forderungen gegen sonstige Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1331, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1335, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1337, 1300, 'Forderungen gegen typisch stille Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1338, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1339, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1340, 1300, 'Forderungen gegen Personal aus Lohn- und Gehaltsabrechnungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1341, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1345, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1349, 1300, 'Ansprüche aus betrieblicher Altersversorgung und Pensionsansprüche (Mitunternehmer)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1350, 1300, 'Kautionen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1351, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1355, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1360, 1300, 'Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1361, 1300, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1365, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1369, 1300, 'Forderungen gegenüber Krankenkassen aus Aufwendungsausgleichsgesetz', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1370, 1300, 'Durchlaufende Posten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1374, 1300, 'Fremdgeld', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1375, 1300, 'Agenturwarenabrechnung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1376, 1300, 'Nachträglich abziehbare Vorsteuer, § 15a Abs. 2 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1377, 1300, 'Zurückzahlende Vorsteuer, § 15a Abs. 2 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1378, 1300, 'Ansprüche aus Rückdeckungsversicherungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1380, 1300, 'Vermögensgegenstände zur Erfüllung von Pensionsrückstellungen und ähnlichen Verpflichtungen zum langfristigen Verbleib', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1381, 1300, 'Vermögensgegenstände zur Saldierung mit Pensionsrückstellungen und ähnlichen Verpflichtungen zum langfristigen Verbleib nach § 246 Abs. 2 HGB', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1382, 1300, 'Vermögensgegenstände zur Erfüllung von mit der Altersvorsorge vergleichbaren langfristigen Verpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1383, 1300, 'Vermögensgegenstände zur Saldierung mit der Altersversorgung vergleichbaren langfristigen Verpflichtungen nach § 246 Abs. 2 HGB', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1390, 1300, 'GmbH-Anteile zum kurzfristigen Verbleib', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1391, 1300, 'Forderungen gegen Arbeitsgemeinschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1393, 1300, 'Genussrechte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1394, 1300, 'Einzahlungsansprüche zu Nebenleistungen oder Zuzahlungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1395, 1300, 'Genossenschaftsanteile zum kurzfristigen Verbleib', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1396, 1300, 'Nachträglich abziehbare Vorsteuer, § 15a Abs. 1 UStG, bewegliche Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1397, 1300, 'Zurückzahlende Vorsteuer, § 15a Abs. 1 UStG, bewegliche Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1398, 1300, 'Nachträglich abziehbare Vorsteuer, § 15a Abs. 1 UStG, unbewegliche Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1399, 1300, 'Zurückzahlende Vorsteuer, § 15a Abs. 1 UStG, unbewegliche Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1400, 1300, 'Abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1401, 1300, 'Abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1402, 1300, 'Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1403, 1300, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1404, 1300, 'Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1405, 1300, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1406, 1300, 'Abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1407, 1300, 'Abziehbare Vorsteuer nach § 13b UStG 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1408, 1300, 'Abziehbare Vorsteuer nach § 13b UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1409, 1300, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1410, 1300, 'Aufzuteilende Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1411, 1300, 'Aufzuteilende Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1412, 1300, 'Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1413, 1300, 'Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1414, 1300, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1415, 1300, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1416, 1300, 'Aufzuteilende Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1417, 1300, 'Aufzuteilende Vorsteuer nach §§ 13a/13b UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1418, 1300, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1419, 1300, 'Aufzuteilende Vorsteuer nach §§ 13a/13b UStG 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1420, 1300, 'Forderungen aus Umsatzsteuer-Vorauszahlungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1421, 1300, 'Umsatzsteuerforderungen laufendes Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1422, 1300, 'Umsatzsteuerforderungen Vorjahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1425, 1300, 'Umsatzsteuerforderungen frühere Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1427, 1300, 'Forderungen aus entrichteten Verbrauchsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1431, 1300, 'Abziehbare Vorsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1432, 1300, 'Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferanten ohne Ust-Identifikationsnummer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1433, 1300, 'Entstandene Einfuhrumsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1434, 1300, 'Vorsteuer in Folgeperiode/im Folgejahr abziehbar', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1435, 1300, 'Forderungen aus Gewerbesteuerüberzahlungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1436, 1300, 'Vorsteuer aus Erwerb als letzter Abnehmer innerhalb eine Dreiecksgeschäfts', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1440, 1300, 'Steuererstattungsansprüche gegenüber Ländern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1450, 1300, 'Körperschaftsteuerrückforderungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1452, 1300, 'Körperschaftsteuerrückforderungen nach § 37 KStG – Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1453, 1300, '- Restlaufzeit größer 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1456, 1300, 'Forderungen an das Finanzamt aus abgeführtem Bauabzugsbetrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1457, 1300, 'Forderung gegenüber Bundesagentur für Arbeit', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1460, 1300, 'Geldtransit', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1480, 1300, 'Gegenkonto Vorsteuer § 4/3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1481, 1300, 'Auflösung Vorsteuer aus Vorjahr § 4/3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1482, 1300, 'Vorsteuer aus Investitionen § 4/3 EstG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1483, 1300, 'Gegenkonto für Vorsteuer nach Durchschnittsätzen für § 4 Abs. 3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1484, 1300, 'Vorsteuer nach allgemeinen Durchschittssätzen UstVA Kz. 63', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1485, 1300, 'Verrechnungskonto Gewinnermittlung § 4/3 EStG, ergebniswirksam', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1486, 1300, 'Verrechnungskonto Gewinnermittlung § 4/3 EStG, nicht ergebniswirksam', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1487, 1300, 'Wirtschaftsgüter des Umlaufvermögens gemäß § 4 Abs. 3 Satz 4 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1490, 1300, 'Verrechnungskonto Ist-Versteuerung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1495, 1300, 'Verrechnungskonto erhaltene Anzahlungen bei Buchungen über Debitorenkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1496, 1300, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1497, 1300, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1498, 1300, 'Überleitungskonto Kostenstellen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Wertpapiere', 1500, 1, 'Anteile an verbundenen Unternehmen (Umlaufvermögen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Wertpapiere', 1504, 1, 'Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Wertpapiere', 1510, 1, 'Sonstige Wertpapiere', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Wertpapiere', 1520, 1510, 'Finanzwechsel', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Wertpapiere', 1525, 1510, 'Andere Wertpapiere mit unwesentlichen Wertschwankungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Wertpapiere', 1530, 1510, 'Wertpapieranlagen im Rahmen der kurzfristigen Finanzdisposition', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1550, 1, 'Schecks', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1600, 1, 'Kasse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1610, 1600, 'Nebenkasse 1', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1620, 1600, 'Nebenkasse 2', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1700, 1, 'Bank (Postbank)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1720, 1700, 'Bank (Postbank2)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1730, 1700, 'Bank (Postbank 3)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1780, 1700, 'LZB-Guthaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1790, 1700, 'Bundesbankguthaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1800, 1, 'Bank', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1810, 1800, 'Bank 1', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1820, 1800, 'Bank 2', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1830, 1800, 'Bank 3', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1840, 1800, 'Bank 4', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1850, 1800, 'Bank 5', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1889, 1800, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1890, 1800, 'Finanzmittelanlagen im Rahmen der kurzfristigen Finanzdisposition (nicht im Finanzmittelfonds enthalten)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1895, 1800, 'Verbindlichkeiten gegenüber Kreditinstituten (nicht im Finanzmittelfonds enthalten)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Abgrenzungsposten', 1900, 1, 'Aktive Rechnungsabgrenzung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Abgrenzungsposten', 1920, 1900, 'Als Aufwand berücksichtigte Zölle und Verbrauchsteuer auf Vorräte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Abgrenzungsposten', 1930, 1900, 'Als Aufwand berücksichtigte Umsatzsteuer auf Anzahlungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Abgrenzungsposten', 1940, 1900, 'Damnum/Disagio', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Umlaufvermögen', 'Abgrenzungsposten', 1950, 1, 'Aktive latente Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapitalkonten/Fremdkapitalkonten', 2, 2, 'Eigenkapitalkonten/Fremdkapitalkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2000, 2, 'Festkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2001, 2000, 'Festkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2002, 2000, 'Festkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2003, 2000, 'Festkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2004, 2000, 'Festkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2005, 2000, 'Festkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2006, 2000, 'Festkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2007, 2000, 'Festkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2008, 2000, 'Festkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2009, 2000, 'Festkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2010, 2, 'Variables Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2011, 2000, 'Variables Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2012, 2000, 'Variables Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2013, 2000, 'Variables Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2014, 2000, 'Variables Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2015, 2000, 'Variables Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2016, 2000, 'Variables Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2017, 2000, 'Variables Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2018, 2000, 'Variables Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2019, 2000, 'Variables Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2020, 2, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2021, 2020, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2022, 2020, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2023, 2020, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2024, 2020, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2025, 2020, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2026, 2020, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2027, 2020, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2028, 2020, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2029, 2020, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2030, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2031, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2032, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2033, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2034, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2035, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2036, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2037, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2038, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2039, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2040, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2041, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2042, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2043, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2044, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2045, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2046, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2047, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2048, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2049, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2050, 2, 'Kommandit-Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2051, 2050, 'Kommandit-Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2052, 2050, 'Kommandit-Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2053, 2050, 'Kommandit-Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2054, 2050, 'Kommandit-Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2055, 2050, 'Kommandit-Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2056, 2050, 'Kommandit-Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2057, 2050, 'Kommandit-Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2058, 2050, 'Kommandit-Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2059, 2050, 'Kommandit-Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2060, 2, 'Verlustausgleichskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2061, 2060, 'Verlustausgleichskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2062, 2060, 'Verlustausgleichskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2063, 2060, 'Verlustausgleichskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2064, 2060, 'Verlustausgleichskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2065, 2060, 'Verlustausgleichskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2066, 2060, 'Verlustausgleichskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2067, 2060, 'Verlustausgleichskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2068, 2060, 'Verlustausgleichskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2069, 2060, 'Verlustausgleichskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2070, 2, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2071, 2070, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2072, 2070, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2073, 2070, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2074, 2070, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2075, 2070, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2076, 2070, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2077, 2070, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2078, 2070, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2079, 2070, 'Gesellschafter-Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2080, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2081, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2082, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2083, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2084, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2085, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2086, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2087, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2088, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2089, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2090, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2091, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2092, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2093, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2094, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2095, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2096, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2097, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2098, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2099, 2, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2100, 2, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2101, 2100, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2102, 2100, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2103, 2100, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'prp', 2104, 2100, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2105, 2100, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2106, 2100, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2107, 2100, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2108, 2100, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2109, 2100, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2110, 2, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2111, 2110, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2112, 2110, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2113, 2110, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2114, 2110, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2115, 2110, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2116, 2110, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2117, 2110, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2118, 2110, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2119, 2110, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2120, 2, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2121, 2120, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2122, 2120, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2123, 2120, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2124, 2120, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2125, 2120, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2126, 2120, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2127, 2120, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2128, 2120, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2129, 2120, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2130, 2, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2131, 2130, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2132, 2130, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2133, 2130, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2134, 2130, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2135, 2130, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2136, 2130, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2137, 2130, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2138, 2130, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2139, 2130, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2140, 2, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2141, 2140, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2142, 2140, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2143, 2140, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2144, 2140, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2145, 2140, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2146, 2140, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2147, 2140, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2148, 2140, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2149, 2140, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2150, 2, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2151, 2150, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2152, 2150, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2153, 2150, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2154, 2150, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2155, 2150, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2156, 2150, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2157, 2150, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2158, 2150, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2159, 2150, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2160, 2, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2161, 2160, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2162, 2160, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2163, 2160, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2164, 2160, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2165, 2160, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2166, 2160, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2167, 2160, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2168, 2160, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2169, 2160, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2170, 2, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2171, 2170, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2172, 2170, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2173, 2170, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2174, 2170, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2175, 2170, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2176, 2170, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2177, 2170, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2178, 2170, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2179, 2170, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2180, 2, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2181, 2180, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2182, 2180, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2183, 2180, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2184, 2180, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2185, 2180, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2186, 2180, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2187, 2180, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2188, 2180, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2189, 2180, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2190, 2, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2191, 2190, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2192, 2190, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2193, 2190, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2194, 2190, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2195, 2190, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2196, 2190, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2197, 2190, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2198, 2190, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2199, 2190, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2200, 2, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2201, 2200, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2202, 2200, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2203, 2200, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2204, 2200, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2205, 2200, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2206, 2200, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2207, 2200, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2208, 2200, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2209, 2200, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2210, 2, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2211, 2210, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2212, 2210, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2213, 2210, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2214, 2210, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2215, 2210, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2216, 2210, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2217, 2210, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2218, 2210, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2219, 2210, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2220, 2, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2221, 2220, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2222, 2220, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2223, 2220, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2224, 2220, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2225, 2220, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2226, 2220, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2227, 2220, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2228, 2220, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2229, 2220, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2230, 2, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2231, 2230, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2232, 2230, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2233, 2230, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2234, 2230, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2235, 2230, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2236, 2230, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2237, 2230, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2238, 2230, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2239, 2230, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2240, 2, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2241, 2240, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2242, 2240, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2243, 2240, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2244, 2240, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2245, 2240, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2246, 2240, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2247, 2240, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2248, 2240, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2249, 2240, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2250, 2, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2251, 2250, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2252, 2250, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2253, 2250, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2254, 2250, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2255, 2250, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2256, 2250, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2257, 2250, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2258, 2250, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2259, 2250, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2260, 2, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2261, 2260, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2262, 2260, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2263, 2260, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2264, 2260, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2265, 2260, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2266, 2260, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2267, 2260, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2268, 2260, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2269, 2260, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2270, 2, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2271, 2270, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2272, 2270, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2273, 2270, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2274, 2270, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2275, 2270, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2276, 2270, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2277, 2270, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2278, 2270, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2279, 2270, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2280, 2, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2281, 2280, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2282, 2280, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2283, 2280, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2284, 2280, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2285, 2280, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2286, 2280, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2287, 2280, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2288, 2280, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2289, 2280, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2290, 2, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2291, 2290, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2292, 2290, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2293, 2290, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2294, 2290, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2295, 2290, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2296, 2290, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2297, 2290, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2298, 2290, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2299, 2290, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2300, 2, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2301, 2300, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2302, 2300, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2303, 2300, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2304, 2300, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2305, 2300, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2306, 2300, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2307, 2300, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2308, 2300, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2309, 2300, 'Grundstücksaufwand (Umsatzsteuerschlüssel möglich)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2310, 2, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2311, 2310, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2312, 2310, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2313, 2310, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2314, 2310, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2315, 2310, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2316, 2310, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2317, 2310, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2318, 2310, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2319, 2310, 'Grundstücksaufwand (Umsatzsteuerschlüssel möglich)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2320, 2, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2321, 2320, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2322, 2320, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2323, 2320, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2324, 2320, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2325, 2320, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2326, 2320, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2327, 2320, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2328, 2320, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2329, 2320, 'Grundstücksaufwand (Umsatzsteuerschlüssel möglich)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2330, 2, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2331, 2330, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2332, 2330, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2333, 2330, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2334, 2330, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2335, 2330, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2336, 2330, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2337, 2330, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2338, 2330, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2339, 2330, 'Grundstücksaufwand (Umsatzsteuerschlüssel möglich)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2340, 2, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2341, 2340, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2342, 2340, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2343, 2340, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2344, 2340, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2345, 2340, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2346, 2340, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2347, 2340, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2348, 2340, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2349, 2340, 'Grundstücksaufwand (Umsatzsteuerschlüssel möglich)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2350, 2, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2351, 2350, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2352, 2350, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2353, 2350, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2354, 2350, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2355, 2350, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2356, 2350, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2357, 2350, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2358, 2350, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2359, 2350, 'Grundstücksertrag (Umsatzsteuerschlüssel möglich)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2360, 2, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2361, 2360, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2362, 2360, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2363, 2360, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2364, 2360, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2365, 2360, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2366, 2360, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2367, 2360, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2368, 2360, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2369, 2360, 'Grundstücksertrag (Umsatzsteuerschlüssel möglich)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2370, 2, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2371, 2370, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2372, 2370, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2373, 2370, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2374, 2370, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2375, 2370, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2376, 2370, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2377, 2370, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2378, 2370, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2379, 2370, 'Grundstücksertrag (Umsatzsteuerschlüssel möglich)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2380, 2, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2381, 2380, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2382, 2380, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2383, 2380, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2384, 2380, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2385, 2380, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2386, 2380, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2387, 2380, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2388, 2380, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2389, 2380, 'Grundstücksertrag (Umsatzsteuerschlüssel möglich)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2390, 2, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2391, 2390, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2392, 2390, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2393, 2390, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2394, 2390, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2395, 2390, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2396, 2390, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2397, 2390, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2398, 2390, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2399, 2390, 'Grundstücksertrag (Umsatzsteuerschlüssel möglich)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2500, 2, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2501, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2502, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2503, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2504, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2505, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2506, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2507, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2508, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2509, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2510, 2, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2511, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2512, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2513, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2514, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2515, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2516, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2517, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2518, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2519, 2500, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2520, 2, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2521, 2520, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2522, 2520, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2523, 2520, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2524, 2520, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2525, 2520, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2526, 2520, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2527, 2520, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2528, 2520, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2529, 2520, 'Privateinnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2530, 2, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2531, 2530, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2532, 2530, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2533, 2530, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2534, 2530, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2535, 2530, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2536, 2530, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2537, 2530, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2538, 2530, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2539, 2530, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2540, 2, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2541, 2540, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2542, 2540, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2543, 2540, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2544, 2540, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2545, 2540, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2546, 2540, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2547, 2540, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2548, 2540, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2549, 2540, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2550, 2, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2551, 2550, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2552, 2550, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2553, 2550, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2554, 2550, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2555, 2550, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2556, 2550, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2557, 2550, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2558, 2550, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2559, 2550, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2560, 2, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2561, 2560, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2562, 2560, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2563, 2560, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2564, 2560, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2565, 2560, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2566, 2560, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2567, 2560, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2568, 2560, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2569, 2560, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2570, 2, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2571, 2570, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2572, 2570, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2573, 2570, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2574, 2570, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2575, 2570, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2576, 2570, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2577, 2570, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2578, 2570, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2579, 2570, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2580, 2, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2581, 2580, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2582, 2580, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2583, 2580, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2584, 2580, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2585, 2580, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2586, 2580, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2587, 2580, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2588, 2580, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2589, 2580, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2590, 2, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2591, 2590, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2592, 2590, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2593, 2590, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2594, 2590, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2595, 2590, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2596, 2590, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2597, 2590, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2598, 2590, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2599, 2590, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2600, 2, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2601, 2600, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2602, 2600, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2603, 2600, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2604, 2600, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2605, 2600, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2606, 2600, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2607, 2600, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2608, 2600, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2609, 2600, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2610, 2, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2611, 2610, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2612, 2610, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2613, 2610, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2614, 2610, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2615, 2610, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2616, 2610, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2617, 2610, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2618, 2610, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2619, 2610, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2620, 2, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2621, 2620, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2622, 2620, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2623, 2620, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2624, 2620, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2625, 2620, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2626, 2620, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2627, 2620, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2628, 2620, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2629, 2620, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2630, 2, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2631, 2630, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2632, 2630, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2633, 2630, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2634, 2630, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2635, 2630, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2636, 2630, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2637, 2630, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2638, 2630, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2639, 2630, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2640, 2, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2641, 2640, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2642, 2640, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2643, 2640, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2644, 2640, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2645, 2640, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2646, 2640, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2647, 2640, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2648, 2640, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2649, 2640, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2650, 2, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2651, 2650, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2652, 2650, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2653, 2650, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2654, 2650, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2655, 2650, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2656, 2650, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2657, 2650, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2658, 2650, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2659, 2650, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2660, 2, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2661, 2660, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2662, 2660, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2663, 2660, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2664, 2660, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2665, 2660, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2666, 2660, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2667, 2660, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2668, 2660, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2669, 2660, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2670, 2, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2671, 2670, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2672, 2670, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2673, 2670, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2674, 2670, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2675, 2670, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2676, 2670, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2677, 2670, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2678, 2670, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2679, 2670, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2680, 2, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2681, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2682, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2683, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2684, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2685, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2686, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2687, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2688, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2689, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2690, 2, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2691, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2692, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2693, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2694, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2695, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2696, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2697, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2698, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2699, 2680, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2700, 2, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2701, 2700, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2702, 2700, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2703, 2700, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2704, 2700, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2705, 2700, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2706, 2700, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2707, 2700, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2708, 2700, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2709, 2700, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2710, 2, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2711, 2710, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2712, 2710, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2713, 2710, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2714, 2710, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2715, 2710, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2716, 2710, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2717, 2710, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2718, 2710, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2719, 2710, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2720, 2, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2721, 2720, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2722, 2720, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2723, 2720, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2724, 2720, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2725, 2720, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2726, 2720, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2727, 2720, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2728, 2720, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2729, 2720, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2730, 2, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2731, 2730, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2732, 2730, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2733, 2730, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2734, 2730, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2735, 2730, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2736, 2730, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2737, 2730, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2738, 2730, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2739, 2730, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2740, 2, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2741, 2740, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2742, 2740, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2743, 2740, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2744, 2740, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2745, 2740, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2746, 2740, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2747, 2740, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2748, 2740, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2749, 2740, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2750, 2, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2751, 2750, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2752, 2750, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2753, 2750, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2754, 2750, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2755, 2750, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2756, 2750, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2757, 2750, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2758, 2750, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2759, 2750, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2760, 2, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2761, 2760, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2762, 2760, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2763, 2760, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2764, 2760, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2765, 2760, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2766, 2760, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2767, 2760, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2768, 2760, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2769, 2760, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2770, 2, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2771, 2770, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2772, 2770, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2773, 2770, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2774, 2770, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2775, 2770, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2776, 2770, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2777, 2770, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2778, 2770, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2779, 2770, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2780, 2, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2781, 2780, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2782, 2780, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2783, 2780, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2784, 2780, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2785, 2780, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2786, 2780, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2787, 2780, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2788, 2780, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2789, 2780, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2790, 2, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2791, 2790, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2792, 2790, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2793, 2790, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2794, 2790, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2795, 2790, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2796, 2790, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2797, 2790, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2798, 2790, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2799, 2790, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2900, 2, 'Gezeichnetes Kapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2901, 2900, 'Geschäftsguthaben der verbleibenden Mitglieder', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2902, 2900, 'Geschäftsguthaben der ausscheidenden Mitglieder', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2903, 2900, 'Geschäftsguthaben aus gekündigten Geschäftsanteilen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2906, 2900, 'Rückständige fällige Einzahlungen auf Geschäftsanteile, vermerkt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2907, 2900, 'Gegenkonto Rückständige fällige Einzahlungen auf Geschäftsanteile, vermerkt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2908, 2900, 'Kapitalerhöhung aus Gesellschaftsmitteln', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2909, 2900, 'Erworbene eigene Anteile', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2910, 2900, 'Ausstehende Einlagen auf das gezeichnete Kapital, nicht eingefordert (Passivausweis, vom gezeichneten Kapital offen abgesetzt; eingeforderte ausstehende Einlagen s. Konto 1289)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2920, 2, 'Kapitalrücklage', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2925, 2920, 'Kapitalrücklage durch Ausgabe von Anteilen über Nennbetrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2926, 2920, 'Kapitalrücklage durch Ausgabe von Schuldverschreibungen für Wandlungsrechte und Optionsrechte zum Erwerb von Anteilen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2927, 2920, 'Kapitalrücklage durch Zuzahlungen gegen Gewährung eines Vorzugs für Anteile', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2928, 2920, 'Kapitalrücklage durch Zuzahlungen in das Eigenkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2929, 2920, 'Nachschusskonto (Gegenkonto 1299)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2930, 2, 'Gesetzliche Rücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2935, 2930, 'Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2937, 3930, 'Andere Ergebnisrücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2950, 2, 'Satzungsmäßige Rücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2959, 2950, 'Gesamthänderisch gebundene Rücklagen (mit Aufteilung für Kapitalkontenentwicklung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2960, 2, 'Andere Gewinnrücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2961, 2960, 'Andere Gewinnrücklagen aus dem Erwerb eigener Anteile', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2962, 2960, 'Eigenkapitalanteil von Wertaufholungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2963, 2960, 'Gewinnrücklagen aus den Übergangsvorschriften BilMoG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2964, 2960, 'Gewinnrücklagen aus den Übergangsvorschriften BilMoG (Zuschreibung Sachanlagevermögen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2965, 2960, 'Gewinnrücklagen aus den Übergangsvorschriften BilMoG (Zuschreibung Finanzanlagevermögen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2966, 2960, 'Gewinnrücklagen aus den Übergangsvorschriften BilMoG (Auflösung der Sonderposten mit Rücklageanteil)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2967, 2960, 'Latente Steuern (Gewinnrücklage Haben) aus erfolgsneutralen Verrechnungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2968, 2960, 'Latente Steuern (Gewinnrücklage Soll) aus erfolgsneutralen Verrechnungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2969, 2960, 'Rechnungsabgenzungsposten (Gewinnrücklage Soll) aus erfolgsneutralen Verrechnungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnvortrag/Verlustvortrag von Verwendung', 2970, 2, 'Gewinnvortrag vor Verwendung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnvortrag/Verlustvortrag von Verwendung', 2975, 2970, 'Gewinnvortrag vor Verwendung (mit Aufteilung für Kapitalkontenentwicklung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnvortrag/Verlustvortrag von Verwendung', 2977, 2978, 'Verlustvortrag vor Verwendung (mit Aufteilung für Kapitalkontenentwicklung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnvortrag/Verlustvortrag von Verwendung', 2978, 2, 'Verlustvortrag vor Verwendung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnvortrag/Verlustvortrag von Verwendung', 2979, 2, 'Vortrag auf neue Rechnung (Bilanz)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2980, 2, 'Sonderposten mit Rücklageanteil, steuerfreie Rücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2981, 2, 'Sonderposten mit Rücklageanteil nach § 6b EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2982, 2, 'Sonderposten mit Rücklageanteil nach EstR R 6.6', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2988, 2, 'Rücklage für Zuschüsse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2989, 2, 'Sonderposten mit Rücklageanteil nach § 52 Abs. 16 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2990, 2, 'Sonderposten mit Rücklageanteil, Sonderabschreibungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2993, 2, 'Sonderposten mit Rücklageanteil nach § 7g Abs. 2 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2995, 2, 'Ausgleichsposten bei Entnahmen § 4g EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2997, 2, 'Sonderposten bei Rücklageanteil § 7g Abs. 5 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2999, 2, 'Sonderposten für Zuschüsse und Zulagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Fremdkapitalkonten', 3, 3, 'Fremdkapitalkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3000, 3, 'Rückstellungen für Pensionen und ähnliche Verpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3005, 3000, 'Rückstellungen für Pensionen und ähnliche Verpflichtungen gegenüber Gesellschaftern oder nahestehenden Personen (10 % Beteiligung am Kapital)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3009, 3000, 'Rückstellungen für Pensionen und ähnliche Verpflichtungen zur Saldierung mit Vermögensgegenständen zum langfristigen Verbleib nach § 246 Abs. 2 HGB', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3010, 3000, 'Rückstellungen für Direktzusagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3011, 3000, 'Rückstellungen für Zuschussverpflichtungen für Pensionskassen und Lebensversicherungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3015, 3000, 'Rückstellungen für pensionähnliche Verpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3020, 3, 'Steuerrückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3030, 3020, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3035, 3020, 'Gewerbesteuerrückstellungen § 4 Abs. 5b EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3040, 3020, 'Körperschaftsteuerrückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3050, 3020, 'Steuerrückstellung aus Steuerstundung (BstBK)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3060, 3020, 'Rückstellungen für latente Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3065, 3020, 'Passive latente Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3070, 3, 'Sonstige Rückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3074, 3070, 'Rückstellungen für Personalkosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3075, 3070, 'Rückstellungen für unterlassene Aufwendungen für Instandhaltung, Nachholung in den ersten drei Monaten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3076, 3070, 'Rückstellungen für mit der Altersversorgung vergleichbare langfristige Verpflichtungen zum langfristigen Verbleib', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3077, 3070, 'Rückstellungen für mit der Altersversorgung vergleichbare langfristige Verpflichtungen zur Saldierung mit Vermögensgegenständen zum langfristigen Verbleib nach § 246 Abs. 2 HGB', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3079, 3070, 'Urlaubsrückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3085, 3070, 'Rückstellungen für Abraum- und Abfallbeseitigung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3090, 3070, 'Rückstellungen für Gewährleistungen (Gegenkonto 6790)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3092, 3070, 'Rückstellungen für drohende Verluste aus schwebenden Geschäften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3095, 3070, 'Rückstellungen für Abschluss- und Prüfungskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3096, 3070, 'Rückstellungen zur Erfüllung der Aufbewahrungspflichten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3098, 3070, 'Aufwandsrückstellungen gemäß § 249 Abs. 2 HGB a. F.', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3099, 3070, 'Rückstellungen für Umweltschutz', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3100, 3, 'Anleihen, nicht konvertibel', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3101, 3100, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3105, 3100, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3110, 3100, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3120, 3100, 'Anleihen, konvertibel', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3121, 3120, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3125, 3120, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3130, 3120, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3150, 3, 'Verbindlichkeiten gegenüber Kreditinstituten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3151, 3150, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3160, 3150, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3170, 3150, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3180, 3150, 'Verbindlichkeiten gegenüber Kreditinstituten aus Teilzahlungsverträgen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3181, 3180, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3190, 3180, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3200, 3180, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3210, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3211, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3212, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3213, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3214, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3215, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3216, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3217, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3218, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3219, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3220, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3221, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3222, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3223, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3224, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3225, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3226, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3227, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3228, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3229, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3230, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3231, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3232, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3233, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3234, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3235, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3236, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3237, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3238, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3239, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3240, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3241, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3242, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3243, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3244, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3245, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3246, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3247, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3248, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3249, 3150, 'Gegenkonto 3150-3109 bei Aufteilung der Konten 3210-3248', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3250, 3, 'Erhaltene Anzahlungen auf Bestellungen (Verbindlichkeiten)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3260, 3250, 'Erhaltene, versteuerte Anzahlungen 7 % USt (Verbindlichkeiten)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3261, 3250, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3262, 3250, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3263, 3250, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3264, 3250, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3270, 3250, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3271, 3250, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3272, 3250, 'Erhaltene, versteuerte Anzahlungen 19 % USt (Verbindlichkeiten)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3273, 3250, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3274, 3250, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3280, 3250, 'Erhaltene Anzahlungen – Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3284, 3280, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3285, 3280, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3300, 3, 'Verbindlichkeiten aus Lieferungen und Leistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3301, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3302, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3303, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3305, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3306, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3307, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Vorsteuer (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3309, 3300, 'Gegenkonto 3305-3307 bei Aufteilung der Verbindlichkeiten nach Steuersätzen (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3310, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3311, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3312, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3313, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3334, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen für Investitionen für § 4/3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3335, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent – Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3337, 3335, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3338, 3335, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3340, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3341, 3340, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3345, 3340, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3348, 3340, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3349, 3300, 'Gegenkonto 3335-3348, 3420-3449, 3470-3499 bei Aufteilung Kreditorenkonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3350, 3, 'Wechselverbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3351, 3350, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3380, 3350, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3390, 3350, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3400, 3, 'Verbindlichkeiten gegenüber verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3401, 3400, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3405, 3400, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3410, 3400, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3420, 3400, 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3421, 3420, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3425, 3420, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3430, 3420, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3450, 3, 'Verbindlichkeiten gegenüber Unternehmen, mit denen ein Beteiligungsverhältnis besteht', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3451, 3450, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3455, 3450, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3460, 3450, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3470, 3450, 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen, mit denen ein Beteiligungsverhältnis besteht', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3471, 3470, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3475, 3470, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3480, 3470, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3500, 3, 'Sonstige Verbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3501, 3500, '- Restlaufzeit bis 1Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3504, 3500, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3507, 3500, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3509, 3500, 'Sonstige Verbindlichkeiten nach § 11 Abs. 2 Satz 2 EStG für § 4/3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3510, 3500, 'Verbindlichkeiten gegenüber Gesellschaftern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3511, 3510, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3514, 3510, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3517, 3510, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3519, 3500, 'Verbindlichkeiten gegenüber Gesellschaftern für offene Ausschüttungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3520, 3500, 'Darlehen typisch stiller Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3521, 3520, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3524, 3520, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3527, 3520, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3530, 3500, 'Darlehen atypisch stiller Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3531, 3530, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3534, 3530, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3537, 3530, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3540, 3500, 'Partiarische Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3541, 3540, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3544, 3540, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3547, 3540, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3550, 3500, 'Erhaltene Kautionen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3551, 3550, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3554, 3550, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3557, 3550, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3560, 3500, 'Darlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3561, 3560, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3564, 3560, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3567, 3560, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3570, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3571, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3572, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3573, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3574, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3575, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3576, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3577, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3578, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3579, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3580, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3581, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3582, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3583, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3584, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3585, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3586, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3587, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3588, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3589, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3590, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3591, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3592, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3593, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3594, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3595, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3596, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3597, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3598, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3599, 3500, 'Gegenkonto 3500-3569 und 3640-3658 bei Aufteilung der Konten 3570-3598', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3600, 3500, 'Agenturwarenabrechnungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3610, 3500, 'Kreditkartenabrechnung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3611, 3500, 'Verbindlichkeiten gegenüber Arbeitsgemeinschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3620, 3500, 'Gewinnverfügungskonto stille Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3630, 3500, 'Sonstige Verrechnungskosten (Interimskonto)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3635, 3500, 'Sonstige Verbindlichkeiten aus genossenschaftlicher Rückvergütung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3640, 3500, 'Verbindlichkeiten gegenüber GmbH-Gesellschaftern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3641, 3640, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3642, 3640, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3643, 3640, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3645, 3500, 'Verbindlichkeiten gegenüber persönlich haftenden Gesellschaftern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3646, 3645, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3647, 3645, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3648, 3645, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3650, 3500, 'Verbindlichkeiten gegenüber Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3651, 3650, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3652, 3650, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3653, 3650, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3655, 3500, 'Verbindlichkeiten gegenüber stillen Gesellschaftern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3656, 3655, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3657, 3655, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3658, 3655, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3695, 3500, 'Verrechnungskonto geleistete Anzahlungen bei Buchungen über Kreditorenkonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3700, 3500, 'Verbindlichkeiten aus Steuern und Abgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3701, 3700, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3710, 3700, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3715, 3700, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3720, 3500, 'Verbindlichkeiten aus Lohn und Gehalt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3725, 3500, 'Verbindlichkeiten für Einbehaltungen von Arbeitnehmern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3726, 3500, 'Verbindlichkeiten an das Finanzamt aus abzuführendem Bauabzugsbetrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3730, 3500, 'Verbindlichkeiten aus Lohn- und Kirchensteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3740, 3500, 'Verbindlichkeiten im Rahmen der sozialen Sicherheit', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3741, 3740, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3750, 3740, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3755, 3740, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3759, 3500, 'Voraussichtliche Beitragsschuld gegenüber den Sozialversicherungsträgern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3760, 3500, 'Verbindlichkeiten aus Einbehaltungen (KapESt und SolZ, KiSt auf KapESt) für offene Ausschüttungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3761, 3500, 'Verbindlichkeiten für Verbrauchsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3770, 3500, 'Verbindlichkeiten aus Vermögensbildung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3771, 3770, '- Restlaufzeit bis 1 Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3780, 3770, '- Restlaufzeit 1 bis 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3785, 3770, '- Restlaufzeit größer 5 Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3786, 3500, 'Ausgegebene Geschenkgutscheine', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3790, 3, 'Lohn- und Gehaltsverrechnungskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3791, 3790, 'Lohn- und Gehaltsverrechnung § 11 Abs. 2 EStG für § 4 Abs. 3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3796, 3790, 'Verbindlichkeiten im Rahmen der sozialen Sicherheit (für § 4/3 EStG)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3798, 3790, 'Umsatzsteuer aus im anderen EU-Land steuerpflichtigen elektronischen Dienstleistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3799, 3790, 'Steuerzahlungen aus im anderen EU-Land steuerpflichtigen elektronische Dienstleistungen an kleine einzige Anlaufstelle (KEA/MOSS)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3800, 3, 'Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3801, 3800, 'Umsatzsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3802, 3800, 'Umsatzsteuer aus innergemeinschaftlichem Erwerb', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3803, 3800, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3804, 3800, 'Umsatzsteuer aus innergemeinschaftlichem Erwerb 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3805, 3800, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3806, 3800, 'Umsatzsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3807, 3800, 'Umsatzsteuer aus im Inland steuerpflichtigen EU-Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3808, 3800, 'Umsatzsteuer aus im Inland steuerpflichtigen EU-Lieferungen 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3809, 3800, 'Umsatzsteuer aus innergemeinschaftlichem Erwerb ohne Vorsteuerabzug', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3810, 3800, 'Umsatzsteuer nicht fällig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3811, 3800, 'Umsatzsteuer nicht fällig 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3812, 3800, 'Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EU-Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3813, 3800, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3814, 3800, 'Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EU-Lieferungen 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3815, 3800, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3816, 3800, 'Umsatzsteuer nicht fällig 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3817, 3800, 'Umsatzsteuer aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3818, 3800, 'Umsatzsteuer aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen/Werklieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3819, 3800, 'Umsatzsteuer aus Erwerb als letzter Abnehmer innerhalb eines Dreiecksgeschäfts', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3820, 3800, 'Umsatzsteuer-Vorauszahlungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3830, 3800, 'Umsatzsteuer-Vorauszahlungen 1/11', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3831, 3800, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3832, 3800, 'Nachsteuer, UstVA Kz. 65', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3833, 3800, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3834, 3800, 'Umsatzsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-Identifikationsnummer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3835, 3800, 'Umsatzsteuer nach § 13b UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3836, 3800, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3837, 3800, 'Umsatzsteuer nach § 13b UStG 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3838, 3800, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3839, 3800, 'Umsatzsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3840, 3800, 'Umsatzsteuer laufendes Jahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3841, 3800, 'Umsatzsteuer Vorjahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3845, 3800, 'Umsatzsteuer frühere Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3850, 3800, 'Einfuhrumsatzsteuer aufgeschoben bis ...', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3851, 3800, 'In Rechnung unrichtig oder unberechtigt ausgewiesene Steuerbeträge, UstVA Kz. 69', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3854, 3800, 'Steuerzahlungen an andere Länder', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3860, 3, 'Verbindlichkeiten aus Umsatzsteuer-Vorauszahlungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3865, 3800, 'Umsatzsteuer in Folgeperiode fällig (§§ 13 Abs. 1 Nr. 6, 13b Abs. 2 UStG)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rechnungsabgrenzungsposten', 3900, 3, 'Passive Rechnungsabgrenzung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Fremdkapitalkonten', 'Rechnungsabgrenzungsposten', 3950, 3900, 'Abgrenzung unterjährig pauschal gebuchter Abschreibungen für BWA', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Betriebliche Erträge', 4, 4, 'Betriebliche Erträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4000, 4, 'Umsatzerlöse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4001, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4002, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4003, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4004, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4005, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4006, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4007, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4008, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4009, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4010, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4011, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4012, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4013, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4014, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4015, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4016, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4017, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4018, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4019, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4020, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4021, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4022, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4023, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4024, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4025, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4026, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4027, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4028, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4029, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4030, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4031, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4032, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4033, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4034, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4035, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4036, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4037, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4038, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4039, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4040, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4041, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4042, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4043, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4044, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4045, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4046, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4047, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4048, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4049, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4050, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4051, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4052, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4053, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4054, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4055, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4056, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4057, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4058, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4059, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4060, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4061, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4062, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4063, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4064, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4065, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4066, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4067, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4068, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4069, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4070, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4071, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4072, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4073, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4074, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4075, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4076, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4077, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4078, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4079, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4080, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4081, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4082, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4083, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4084, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4085, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4086, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4087, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4088, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4089, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4090, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4091, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4092, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4093, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4094, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4095, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4096, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4097, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4098, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4099, 4000, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4100, 4000, 'Steuerfreie Umsätze § 4 Nr. 8 ff. UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4101, 4000, 'Steuerfreie Umsätze § 4 Nr. 8 ff. UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4102, 4000, 'Steuerfreie Umsätze § 4 Nr. 8 ff. UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4103, 4000, 'Steuerfreie Umsätze § 4 Nr. 8 ff. UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4104, 4000, 'Steuerfreie Umsätze § 4 Nr. 8 ff. UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4105, 4000, 'Steuerfreie Umsätze nach § 4 Nr. 12 UStG (Vermietung und Verpachtung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4110, 4000, 'Sonstige steuerfreie Umsätze Inland', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4120, 4000, 'Steuerfreie Umsätze § 4 Nr. 1a UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4125, 4000, 'Steuerfreie innergemeinschaftliche Lieferungen § 4 Nr. 1b UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4130, 4000, 'Lieferungen des ersten Abnehmers bei innergemeinschaftlichen Dreiecksgeschäften § 25b Abs. 2 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4135, 4000, 'Steuerfreie innergemeinschaftliche Lieferungen von Neufahrzeugen an Abnehmer ohne Umsatzsteuer-Identifikationsnummer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4136, 4000, 'Umsatzerlöse nach §§ 25 und 25a UStG 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4137, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4138, 4000, 'Umsatzerlöse nach §§ 25 und 25a UStG ohne USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4139, 4000, 'Umsatzerlöse aus Reiseleistungen § 25 Abs. 2 UStG, steuerfrei', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4140, 4000, 'Steuerfreie Umsätze Offshore etc.', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4150, 4000, 'Sonstige steuerfreie Umsätze (z. B. § 4 Nr. 2-7 UStG)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4160, 4000, 'Steuerfreie Umsätze ohne Vorsteuerabzug zum Gesamtumsatz gehörend, § 4 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4165, 4000, 'Steuerfreie Umsätze ohne Vorsteuerabzug zum Gesamtumsatz gehörend', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4180, 4000, 'Erlöse, die mit den Durchschnittssätzen des § 24 UStG verteuert werden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4182, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4183, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4185, 4000, 'Erlöse als Kleinunternehmer i. S. d. $ 19 Abs. 1 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4186, 4000, 'Erlöse aus Geldspielautomaten 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4187, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4188, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4200, 4000, 'Erlöse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4300, 4000, 'Erlöse 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4301, 4000, 'Erlöse 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4302, 4000, 'Erlöse 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4303, 4000, 'Erlöse 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4304, 4000, 'Erlöse 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4305, 4000, 'Erlöse 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4306, 4000, 'Erlöse 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4307, 4000, 'Erlöse 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4308, 4000, 'Erlöse 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4309, 4000, 'Erlöse 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4310, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4311, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4312, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4313, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4314, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4315, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4316, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4317, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4318, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4319, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4320, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4321, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4322, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4323, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4324, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4325, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4326, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4327, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4328, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4329, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4330, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4331, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen elektronischen Dienstleistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4332, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4333, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4334, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4335, 4000, 'Erlöse aus Lieferungen von Mobilfunkgeräten, Tablet-Computern, Spielekonsolen und integrierten Schaltkreisen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4336, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen, für die der Leistungsempfänger die Umsatzsteuer schuldet', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4337, 4000, 'Erlöse aus Leistungen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4338, 4000, 'Erlöse aus im Drittland steuerbaren Leistungen, im Inland nicht steuerbare Umsätze', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4339, 4000, 'Erlöse aus im anderen EU-Land steuerbaren Leistungen, im Inland nicht steuerbare Umsätze', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4340, 4000, 'Erlöse 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4341, 4000, 'Erlöse 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4342, 4000, 'Erlöse 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4343, 4000, 'Erlöse 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4344, 4000, 'Erlöse 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4345, 4000, 'Erlöse 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4346, 4000, 'Erlöse 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4347, 4000, 'Erlöse 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4348, 4000, 'Erlöse 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4349, 4000, 'Erlöse 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4400, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4401, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4402, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4403, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4404, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4405, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4406, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4407, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4408, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4409, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4410, 4000, 'Erlöse 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4411, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4412, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4413, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4414, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4415, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4416, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4417, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4418, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4419, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4420, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4421, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4422, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4423, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4424, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4425, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4426, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4427, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4428, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4429, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4430, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4431, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4432, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4433, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4434, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4435, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4436, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4437, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4438, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4439, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4440, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4441, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4442, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4443, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4444, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4445, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4446, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4447, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4448, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4449, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4499, 4000, 'Nebenerlöse (Bezug zu Materialaufwand)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4500, 4, 'Sonderbetriebseinnahmen, Tätigkeitsvergütung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4501, 4, 'Sonderbetriebseinnahmen, Miet-/Pachteinnahmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4502, 4, 'Sonderbetriebseinnahmen, Zinseinnahmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4503, 4, 'Sonderbetriebseinnahmen, Haftungsvergütung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4504, 4, 'Sonderbetriebseinnahmen, Pensionszahlungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4505, 4, 'Sonderbetriebseinnahmen, sonstige Sonderbetriebseinnahmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4510, 4000, 'Erlöse Abfallverwertung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4520, 4000, 'Erlöse Leergut', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4560, 4000, 'Provisionsumsätze', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4561, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4562, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4563, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4564, 4000, 'Provisionsumsätze, steuerfrei (§ 4 Nr. 8 ff. UStG)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4565, 4000, 'Provisionsumsätze, steuerfrei (§ 4 Nr. 5 UStG)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4566, 4000, 'Provisionsumsätze 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4567, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4568, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4569, 4000, 'Provisionsumsätze 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4570, 4000, 'Sonstige Erträge aus Provisionen, Lizenzen und Patenten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4571, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4572, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4573, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4574, 4000, 'Sonstige Erträge aus Provisionen, Lizenzen und Patenten, steuerfrei § 4 Nr. 8 ff. UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4575, 4000, 'Sonstige Erträge aus Provisionen, Lizenzen und Patenten, steuerfrei § 4 Nr. 5 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4576, 4000, 'Sonstige Erträge aus Provisionen, Lizenzen und Patenten, 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4577, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4578, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4579, 4000, 'Sonstige Erträge aus Provisionen, Lizenzen und Patenten, 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Statistische Konten EÜR', 4580, 4000, 'Statistisches Konto Erlöse zum allgemeinen Umsatzsteuersatz (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Statistische Konten EÜR', 4581, 4000, 'Statistisches Konto Erlöse zum ermäßigten Umsatzsteuersatz (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Statistische Konten EÜR', 4582, 4000, 'Statistisches Konto Erlöse steuerfrei und nicht steuerbar (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Statistische Konten EÜR', 4589, 4000, 'Gegenkonto 4580-4582 bei Aufteilung der Erlöse nach Steuersätzen (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4600, 4000, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4605, 4000, 'Entnahme von Gegenständen ohne USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4608, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4609, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4610, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4611, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4612, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4613, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4614, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4615, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4616, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4617, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4618, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4619, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) ohne USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4620, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4621, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4622, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4623, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4624, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4625, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4626, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4627, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4628, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4629, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4630, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4631, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4632, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4633, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4634, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4635, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4636, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4637, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4638, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Telefon-Nutzung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4639, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Kfz-Nutzung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4640, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4641, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4642, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4643, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4644, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4645, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt (Kfz-Nutzung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4646, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt (Telefon-Nutzung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4647, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4648, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4649, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4650, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4651, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4652, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4653, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4654, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4655, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4656, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4657, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4658, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4659, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung ohne USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4660, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4661, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4662, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4663, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4664, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4665, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4666, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4667, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4668, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4669, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4670, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4671, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4672, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4673, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4674, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4675, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4676, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4677, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4678, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4679, 4000, 'Unentgeltliche Zuwendung von Waren ohne USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4680, 4000, 'Unentgeltliche Zuwendung von Waren 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4681, 4000, 'Unentgeltliche Zuwendung von Waren 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4682, 4000, 'Unentgeltliche Zuwendung von Waren 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4683, 4000, 'Unentgeltliche Zuwendung von Waren 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4684, 4000, 'Unentgeltliche Zuwendung von Waren 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4685, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4686, 4000, 'Unentgeltliche Zuwendung von Gegenständen 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4688, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4689, 4000, 'Unentgeltliche Zuwendung von Gegenständen ohne USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4690, 4000, 'Nicht steuerbare Umsätze (Innenumsätze)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4695, 4000, 'Umsatzsteuervergütungen, z.B. nach § 24 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4699, 4000, 'Direkt mit dem Umsatz verbundene Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4700, 4000, 'Erlösschmälerungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4701, 4700, 'Erlösschmälerungen für steuerfreie Umsätze nach § 4 Nr. 8 ff. UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4702, 4700, 'Erlösschmälerungen für steuerfreie Umsätze nach § 4 Nr. 2-7 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4703, 4700, 'Erlösschmälerungen für sonstige steuerfreie Umsätze ohne Vorsteuerabzug', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4704, 4700, 'Erlösschmälerungen für sonstige steuerfreie Umsätze mit Vorsteuerabzug', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4705, 4700, 'Erlösschmälerungen aus steuerfreien Umsätzen § 4 Nr. 1a UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4706, 4700, 'Erlösschmälerungen für steuerfreie innergemeinschaftliche Dreiecksgeschäfte nach § 25b Abs. 2, 4 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4710, 4700, 'Erlösschmälerungen 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4711, 4700, 'Erlösschmälerungen 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4712, 4700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4713, 4700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4714, 4700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4715, 4700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4716, 4700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4717, 4700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4718, 4700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4719, 4700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4720, 4700, 'Erlösschmälerungen 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4721, 4700, 'Erlösschmälerungen 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4722, 4700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4723, 4700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4724, 4700, 'Erlösschmälerungen aus steuerfreien innergemeinschaftlichen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4725, 4700, 'Erlösschmälerungen aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4726, 4700, 'Erlösschmälerungen aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4727, 4700, 'Erlösschmälerungen aus im anderen EU-Land steuerpflichtigen Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4728, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4729, 4000, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4730, 4000, 'Gewährte Skonti', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4731, 4730, 'Gewährte Skonti 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4732, 4730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4733, 4730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4734, 4730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4735, 4730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4736, 4730, 'Gewährte Skonti 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4737, 4730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4738, 4730, 'Gewährte Skonti aus Lieferungen von Mobilfunkgeräten, Tablet-Computern, Spielekonsolen und integrierten Schaltkreisen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4741, 4730, 'Gewährte Skonti aus Leistungen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4742, 4730, 'Gewährte Skonti aus Erlösen aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen, für die der Leistungsempfänger die Umsatzsteuer schuldet', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4743, 4730, 'Gewährte Skonti aus steuerfreien innergemeinschaftlichen Lieferungen § 4 Nr. 1b UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4744, 4730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4745, 4730, 'Gewährte Skonti aus im Inland steuerpflichtigen EU-Lieferungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4746, 4730, 'Gewährte Skonti aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4747, 4730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4748, 4730, 'Gewährte Skonti aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4749, 4730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4750, 4769, 'Gewährte Boni 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4751, 4769, 'Gewährte Boni 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4752, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4753, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4754, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4755, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4756, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4757, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4758, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4759, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4760, 4769, 'Gewährte Boni 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4761, 4769, 'Gewährte Boni 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4762, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4763, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4764, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4765, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4766, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4767, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4768, 4769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4769, 4000, 'Gewährte Boni', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4770, 4000, 'Gewährte Rabatte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4780, 4770, 'Gewährte Rabatte 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4781, 4770, 'Gewährte Rabatte 7 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4782, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4783, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4784, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4785, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4786, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4787, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4788, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4789, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4790, 4770, 'Gewährte Rabatte 19 % Ust', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4791, 4770, 'Gewährte Rabatte 19 % Ust', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4792, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4793, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4794, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4795, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4796, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4797, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4798, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4799, 4770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Erhöhung oder Verminderung des Bestands an fertigen und unfertigen Erzeugnissen', 4800, 4, 'Bestandsveränderungen – fertige Erzeugnisse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Erhöhung oder Verminderung des Bestands an fertigen und unfertigen Erzeugnissen', 4810, 4, 'Bestandsveränderungen – unfertige Erzeugnisse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Erhöhung oder Verminderung des Bestands an fertigen und unfertigen Erzeugnissen', 4815, 4, 'Bestandsveränderungen – unfertige Leistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Erhöhung oder Verminderung des Bestands an fertigen und unfertigen Erzeugnissen', 4816, 4, 'Bestandsveränderungen in Ausführung befindlicher Bauaufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Erhöhung oder Verminderung des Bestands an fertigen und unfertigen Erzeugnissen', 4818, 4, 'Bestandsveränderungen in Arbeit befindlicher Aufträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Andere aktivierte Eigenleistungen', 4820, 4, 'Andere aktivierte Eigenleistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Andere aktivierte Eigenleistungen', 4824, 4820, 'Aktivierte Eigenleistungen (den Herstellungskosten zurechenbare Fremdkapitalzinsen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Andere aktivierte Eigenleistungen', 4825, 4820, 'Aktivierte Eigenleistungen zur Erstellung von selbst geschaffenen immateriellen Vermögensgegenständen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4830, 4, 'Sonstige betriebliche Erträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4832, 4830, 'Sonstige betriebliche Erträge von verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4833, 4830, 'Andere Nebenerlöse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4834, 4830, 'Sonstige Erträge betrieblich und regelmäßig 16 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4835, 4830, 'Sonstige Erträge betrieblich und regelmäßig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4836, 4830, 'Sonstige Erträge betrieblich und regelmäßig 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4837, 4830, 'Sonstige Erträge betriebsfremd und regelmäßig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4838, 4830, 'Erstattete Vorsteuer anderer Länder', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4839, 4830, 'Sonstige Erträge unregelmäßig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4840, 4830, 'Erträge aus der Währungsumrechnung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4841, 4830, 'Sonstige Erträge betrieblich und regelmäßig, steuerfrei § 4 Nr. 8 ff. UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4842, 4830, 'Sonstige betriebliche Erträge steuerfrei z. B. § 4 Nr. 2-7 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4843, 4830, 'Erträge aus Bewertung Finanzmittelfonds', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4844, 4830, 'Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1a UStG (bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4845, 4830, 'Erlöse aus Verkäufen Sachanlagevermögen 19 % USt (bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4846, 4830, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4847, 4830, 'Erträge aus der Währungsumrechnung (nicht § 256a HGB)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4848, 4830, 'Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1b UStG (bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4849, 4830, 'Erlöse aus Verkäufen Sachanlagevermögen (bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4850, 4830, 'Erlöse aus Verkäufen immaterieller Vermögensgengenstände (bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4851, 4830, 'Erlöse aus Verkäufen Finanzanlagen (bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4852, 4830, 'Erlöse aus Verkäufen Finanzanlagen § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG (bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4855, 4830, 'Anlagenabgänge Sachanlagen (Restbuchwert bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4856, 4830, 'Anlagenabgänge immaterielle Vermögensgegenstände (Restbuchwert bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4857, 4830, 'Anlagenabgänge Finanzanlagen (Restbuchwert bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4858, 4830, 'Anlagenabgänge Finanzanlagen § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG (Restbuchwert bei Buchgewinn)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4860, 4830, 'Grundstückserträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4861, 4860, 'Erlöse aus Vermietung und Verpachtung, umsatzsteuerfrei § 4 Nr. 12 UStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4862, 4860, 'erlöse aus Vermietung und Verpachtung 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4863, 4860, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4864, 4860, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4865, 4830, 'Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens 19 % USt für § 4 Abs. 3 Satz 4 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4866, 4830, 'Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens, umsatzsteuerfrei § 4 Nr. 8 ff. UStG i. V. m. § 4 Abs. 3 Satz 4 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4867, 4830, 'Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens, umsatzsteuerfrei § 4 Nr. 8 ff. UStG i. V. m. § 4 Abs. 3 Satz 4 EStG, § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4869, 4830, 'Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 Satz 4 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4900, 4830, 'Erträge aus dem Abgang von Gegenständen des Anlagevermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4901, 4830, 'Erträge aus der Veräußerung von Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4905, 4830, 'Erträge aus dem Abgang von Gegenständen des Umlaufvermögens außer Vorräte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4906, 4830, 'Erträge aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4910, 4830, 'Erträge aus Zuschreibungen des Sachanlagevermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4911, 4830, 'Erträge aus Zuschreibungen des immateriellen Anlagevermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4912, 4830, 'Erträge aus Zuschreibungen des Finanzanlagevermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4913, 4830, 'Erträge aus Zuschreibungen des Finanzanlagevermögens § 3 Nr. 40 EStG/§ 8b Abs. 3 Satz 8 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4914, 4830, 'Erträge aus Zuschreibungen § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4915, 4830, 'Erträge aus Zuschreibungen des Umlaufvermögens (außer Vorräte)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4916, 4830, 'Erträge aus Zuschreibungen des Umlaufvermögens § 3 Nr. 40 EStG/§ 8b Abs. 3 Satz 8 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4920, 4830, 'Erträge aus der Herabsetzung der Pauschalwertberichtigung auf Forderungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4923, 4830, 'Erträge aus der Herabsetzung der Einzelwertberichtigung auf Forderungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4925, 4830, 'Erträge aus abgeschriebenen Forderungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4927, 4830, 'Erträge aus der Auflösung einer steuerlichen Rücklage nach § 6b Abs. 3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4828, 4830, 'Erträge aus der Auflösung einer steuerlichen Rücklage nach § 6b Abs. 10 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4829, 4830, 'Erträge aus der Auflösung der Rücklage für Ersatzbeschaffung R 6.6 EstR', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4930, 4830, 'Erträge aus der Auflösung von Rückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4932, 4830, 'Erträge aus der Herabsetzung von Verbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4935, 4830, 'Erträge aus der Auflösung einer steuerlichen Rücklage', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4936, 4830, 'Erträge aus der Auflösung von steuerlichen Rücklagen (Ansparabschreibung nach § 7 g Abs. 2 EStG)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4937, 4830, 'Erträge aus der Auflösung steuerrechtlicher Sonderabschreibungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4938, 4830, 'Erträge aus der Auflösung einer steuerlichen Rücklage nach § 4g EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4939, 4830, 'Erträge aus der Auflösung von steuerlichen Rücklagen nach 3 53 Abs, 16 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4940, 4830, 'Verrechnete sonstige Sachbezüge (keine Waren)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4941, 4830, 'Sachbezüge 7 % USt (Waren)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4942, 4830, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4943, 4830, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4944, 4830, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4945, 4830, 'Sachbezüge 19 % USt (Waren)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4946, 4830, 'Verrechnete sonstige Sachbezüge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4947, 4830, 'Verrechnete sonstige Sachbezüge aus Kfz-Gestellung 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4948, 4830, 'Verrechnete sonstige Sachbezüge 19 % USt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4949, 4830, 'Verrechnete sonstige Sachbezüge ohne Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4960, 4830, 'Periodenfremde Erträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4970, 4830, 'Versicherungsentschädigungen und Schadenersatzleistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4972, 4830, 'Erstattungen Aufwendungsausgleichsgesetz', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4975, 4830, 'Investitionszuschüsse (steuerpflichtig)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4980, 4830, 'Investitionszulagen (steuerfrei)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4981, 4830, 'Steuerfreie Erträge aus der Auflösung von steuerlichen Rücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4982, 4830, 'Sonstige steuerfreie Betriebseinnahmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4987, 4830, 'Erträge aus der Aktivierung unentgeltlich erworbener Vermögensgegenstände', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4989, 4830, 'Kostenerstattungen, Rückvergütungen und Gutschriften für frühere Jahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4992, 4830, 'Erträge aus Verwaltungskostenumlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Betriebliche Aufwendungen', 5, 5, 'Betriebliche Aufwendungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5000, 5, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5001, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5002, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5003, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5004, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5005, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5006, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5007, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5008, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5009, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5010, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5011, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5012, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5013, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5014, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5015, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5016, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5017, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5018, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5019, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5020, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5021, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5022, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5023, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5024, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5025, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5026, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5027, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5028, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5029, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5030, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5031, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5032, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5033, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5034, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5035, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5036, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5037, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5038, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5039, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5040, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5041, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5042, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5043, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5044, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5045, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5046, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5047, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5048, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5049, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5050, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5051, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5052, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5053, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5054, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5055, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5056, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5057, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5058, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5059, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5060, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5061, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5062, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5063, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5064, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5065, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5066, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5067, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5068, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5069, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5070, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5071, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5072, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5073, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5074, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5075, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5076, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5077, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5078, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5079, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5080, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5081, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5082, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5083, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5084, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5085, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5086, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5087, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5088, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5089, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5090, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5091, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5092, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5093, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5094, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5095, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5096, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5097, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5098, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5099, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5100, 5, 'Einkauf Roh-, Hilfs- und Betriebsstoffe', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5110, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5111, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5112, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5113, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5114, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5115, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5116, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5117, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5118, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5119, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5120, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5121, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5122, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5123, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5124, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5125, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5126, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5127, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5128, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5129, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5130, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5131, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5132, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5133, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5134, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5135, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5136, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5137, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5138, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5139, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5140, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5141, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5142, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5143, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5144, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5145, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5146, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5147, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5148, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5149, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5150, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5151, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5152, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5153, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5154, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5155, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5156, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5157, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5158, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5159, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5160, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5161, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5162, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5163, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5164, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5165, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5166, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb ohne Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5167, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb ohne Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5168, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5169, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5170, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 5,5 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5171, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5172, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5173, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5174, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5175, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe aus einem USt-Lager § 13a UStG 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5176, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe aus einem USt-Lager § 13a UStG 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5177, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5178, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5179, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5180, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5181, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5182, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5183, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5184, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5185, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5186, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5187, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5188, 5100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5189, 5100, 'Erwerb Roh-, Hilfs- und Betriebsstoffe als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5190, 5, 'Energiestoffe (Fertigung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5191, 5190, 'Energiestoffe (Fertigung) 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5192, 5190, 'Energiestoffe (Fertigung) 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5193, 5190, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5194, 5190, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5195, 5190, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5196, 5190, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5197, 5190, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5198, 5190, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5200, 5, 'Wareneingang', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5300, 5200, 'Wareneingang Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5301, 5200, 'Wareneingang Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5302, 5200, 'Wareneingang Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5303, 5200, 'Wareneingang Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5304, 5200, 'Wareneingang Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5305, 5200, 'Wareneingang Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5306, 5200, 'Wareneingang Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5307, 5200, 'Wareneingang Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5308, 5200, 'Wareneingang Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5309, 5200, 'Wareneingang Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5310, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5311, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5312, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5313, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5314, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5315, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5316, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5317, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5318, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5319, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5320, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5321, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5322, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5323, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5324, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5325, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5326, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5327, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5328, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5329, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5330, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5331, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5332, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5333, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5334, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5335, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5336, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5337, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5338, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5339, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5340, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5341, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5342, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5343, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5344, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5345, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5346, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5347, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5348, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5349, 5200, 'Wareneingang ohne Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5400, 5200, 'Wareneingang 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5401, 5200, 'Wareneingang 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5402, 5200, 'Wareneingang 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5403, 5200, 'Wareneingang 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5404, 5200, 'Wareneingang 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5405, 5200, 'Wareneingang 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5406, 5200, 'Wareneingang 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5407, 5200, 'Wareneingang 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5408, 5200, 'Wareneingang 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5409, 5200, 'Wareneingang 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5410, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5411, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5412, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5413, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5414, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5415, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5416, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5417, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5418, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5419, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5420, 5200, 'Innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5421, 5200, 'Innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5422, 5200, 'Innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5423, 5200, 'Innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5424, 5200, 'Innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5425, 5200, 'Innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5426, 5200, 'Innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5427, 5200, 'Innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5428, 5200, 'Innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5429, 5200, 'Innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5430, 5200, 'Innergemeinschaftlicher Erwerb ohne Vorsteuerabzug 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5431, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5432, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5433, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5434, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5435, 5200, 'Innergemeinschaftlicher Erwerb ohne Vorsteuerabzug und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5436, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5437, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5438, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5439, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5440, 5200, 'Innergemeinschaftlicher Erwerb von Neufahrzeugen von Lieferanten ohne Umsatz-Identifikationsnummer 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5441, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5442, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5443, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5444, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5445, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5446, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5447, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5448, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5449, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5500, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5501, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5502, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5503, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5504, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5505, 5200, 'Wareneingang 5,5 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5506, 5200, 'Wareneingang 5,5 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5507, 5200, 'Wareneingang 5,5 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5508, 5200, 'Wareneingang 5,5 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5509, 5200, 'Wareneingang 5,5 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5510, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5511, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5512, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5513, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5514, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5515, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5516, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5517, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5518, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5519, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5520, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5521, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5522, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5523, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5524, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5525, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5526, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5527, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5528, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5529, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5530, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5531, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5532, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5533, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5534, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5535, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5536, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5537, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5538, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5539, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5540, 5200, 'Wareneingang 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5541, 5200, 'Wareneingang 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5542, 5200, 'Wareneingang 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5543, 5200, 'Wareneingang 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5544, 5200, 'Wareneingang 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5545, 5200, 'Wareneingang 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5546, 5200, 'Wareneingang 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5547, 5200, 'Wareneingang 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5548, 5200, 'Wareneingang 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5549, 5200, 'Wareneingang 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5550, 5200, 'Steuerfreier innergemeinschaftlicher Erwerb', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5551, 5200, 'Wareneingang im Drittland steuerbar', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5552, 5200, 'Erwerb 1. Abnehmer innerhalb eines Dreiecksgeschäftes', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5553, 5200, 'Erwerb Waren als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5554, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5555, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5556, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5557, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5558, 5200, 'Wareneingang im anderen EU-Land steuerbar', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5559, 5200, 'Steuerfreie Einfuhren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5560, 5200, 'Waren aus einem Umsatzsteuerlager, § 13a UStG 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5561, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5562, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5563, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5564, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5565, 5200, 'Waren aus einem Umsatzsteuerlager, § 13a UStG 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5566, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5567, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5568, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5569, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5600, 5200, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5601, 5200, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5602, 5200, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5603, 5200, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5604, 5200, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5605, 5200, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5606, 5200, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5607, 5200, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5608, 5200, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5609, 5200, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5610, 5200, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5611, 5200, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5612, 5200, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5613, 5200, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5614, 5200, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5615, 5200, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5616, 5200, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5617, 5200, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5618, 5200, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5619, 5200, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5650, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5651, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5652, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5653, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5654, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5655, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5656, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5657, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5658, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5659, 5200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5660, 5200, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5661, 5200, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5662, 5200, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5663, 5200, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5664, 5200, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5665, 5200, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5666, 5200, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5667, 5200, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5668, 5200, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5669, 5200, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5700, 5200, 'Nachlässe', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5701, 5700, 'Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5710, 5700, 'Nachlässe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5711, 5700, 'Nachlässe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5712, 5700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5713, 5700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5714, 5700, 'Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5715, 5700, 'Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5716, 5700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5717, 5700, 'Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5718, 5700, 'Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5719, 5700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5720, 5700, 'Nachlässe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5722, 5700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5723, 5700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5724, 5700, 'Nachlässe aus innergemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5725, 5700, 'Nachlässe aus innergemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5726, 5700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5727, 5700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5728, 5700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5729, 5700, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5730, 5200, 'Erhaltene Skonti', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5731, 5730, 'Erhaltene Skonti 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5732, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5733, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5734, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5735, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5736, 5730, 'Erhaltene Skonti 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5737, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5738, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5739, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5740, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5741, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem innergemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5742, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5743, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem innergemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5744, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem innergemeinschaftlichem Erwerb', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5745, 5730, 'Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5746, 5730, 'Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5747, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5748, 5730, 'Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5749, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5750, 5769, 'Erhaltene Boni 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5751, 5769, 'Erhaltene Boni 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5752, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5753, 5769, 'Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5754, 5769, 'Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5755, 5769, 'Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5756, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5757, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5758, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5759, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5760, 5769, 'Erhaltene Boni 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5761, 5769, 'Erhaltene Boni 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5762, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5763, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5764, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5765, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5766, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5767, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5768, 5769, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5769, 5200, 'Erhaltene Boni', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5770, 5200, 'Erhaltene Rabatte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5780, 5770, 'Erhaltene Rabatte 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5781, 5770, 'Erhaltene Rabatte 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5782, 5770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5783, 5770, 'Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5784, 5770, 'Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5785, 5770, 'Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5786, 5770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5787, 5770, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5788, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5789, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5790, 5770, 'Erhaltene Rabatte 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5791, 5770, 'Erhaltene Rabatte 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5792, 5730, 'Erhaltene Skonti aus Erwerb Roh-, Hilfs- und Betriebsstoffe als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5793, 5730, 'Erhaltene Skonti aus Erwerb Waren als letzter Abnehmer innerhalb Dreiecksgeschäfte 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5794, 5730, 'Erhaltene Skonti 5,5 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5795, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5796, 5730, 'Erhaltene Skonti 10,7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5797, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5798, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 5,5 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5799, 5730, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5800, 5, 'Bezugsnebenkosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5820, 5, 'Leergut', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5840, 5, 'Zölle und Einfuhrabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5860, 5, 'Verrechnete Stoffkosten (Gegenkonto 5000-99)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5880, 5, 'Bestandsveränderungen Roh-, Hilfs- und Betriebsstoffe sowie bezogene Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5881, 5, 'Bestandsveränderungen Waren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5885, 5, 'Bestandsveränderungen Roh-, Hilfs- und Betriebsstoffe', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5900, 5, 'Fremdleistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5906, 5900, 'Fremdleistungen 19 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5907, 5900, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5908, 5900, 'Fremdleistungen 7 % Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5909, 5900, 'Fremdleistungen ohne Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5910, 5, 'Bauleistungen eine im Inland ansässigen Unternehmens 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5911, 5910, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5912, 5910, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5913, 5, 'Sonstige Leistungen eines im andere EU-Land ansässigen Unternehmens 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5914, 5913, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5915, 5, 'Leistungen eines im Ausland ansässigen Unternehmers 7 % Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5916, 5915, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5917, 5915, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5918, 5915, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5919, 5915, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5920, 5, 'Bauleistungen eines im Inland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5921, 5, 'Bauleistungen eines im Inland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5922, 5921, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5923, 5, 'Sonstige Leistungen eines im anderen EU-Land ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5924, 5923, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5925, 5, 'Leistungen eines im Ausland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5926, 5, 'Leistungen eines im Ausland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5927, 5926, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5928, 5926, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5829, 5926, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5930, 5, 'Bauleistungen eines im Inland ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5931, 5930, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5932, 5930, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5933, 5, 'Sonstige Leistungen eines im anderen EU-Land ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5934, 5933, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5935, 5, 'Leistungen eines im Ausland ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5936, 5935, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5937, 5935, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5938, 5935, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5939, 5935, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5940, 5, 'Bauleistungen eines im Inland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5941, 5, 'Bauleistungen eines im Inland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5942, 5941, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5943, 5, 'Sonstige Leistungen eines im anderen EU-Land ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5944, 5943, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5945, 5, 'Leistungen eines im Ausland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5946, 5, 'Leistungen eines im Ausland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5947, 5946, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5948, 5946, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5949, 5946, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5950, 5, 'Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5951, 5, 'Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 19 % Vorsteuer und 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5952, 5951, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5953, 5, 'Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer aber mit Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5954, 5, 'Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer, mit 19 % Umsatzsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5955, 5954, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5956, 5954, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5957, 5954, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5958, 5954, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5959, 5954, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5960, 5, 'Leistungen nach § 13b UStG mit Vorsteuerabzug', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5965, 5, 'Leistungen nach § 13b UStG ohne Vorsteuerabzug', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5970, 5, 'Fremdleistungen (Miet- und Pachtzinsen bewegliche Wirtschaftsgüter)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5975, 5, 'Fremdleistungen (Miet- und Pachtzinsen unbewegliche Wirtschaftsgüter)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5980, 5, 'Fremdleistungen (Entgelte für Rechte und Lizenzen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5985, 5, 'Fremdleistungen (Vergütungen für die Überlassung von Wirtschaftsgütern – mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Betriebliche Aufwendungen', 6, 6, 'Betriebliche Aufwendungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6000, 6, 'Löhne und Gehälter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6010, 6000, 'Löhne', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6020, 6000, 'Gehälter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6024, 6000, 'Geschäftsführergehälter der GmbH-Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6026, 6000, 'Tantiemen Gesellschafter-Geschäftsführer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6027, 6000, 'Geschäftsführergehälter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6028, 6000, 'Vergütung an angestellte Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6029, 6000, 'Tantiemen Arbeitnehmer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6030, 6000, 'Aushilfslöhne', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6035, 6000, 'Löhne für Minijobs', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6036, 6000, 'Pauschale Steuern für Minijobber', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6037, 6000, 'Pauschale Steuern für Gesellschafter-Geschäftsführer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6038, 6000, 'Pauschale Steuern für angestellte Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6039, 6000, 'Pauschale Steuern für Arbeitnehmer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6040, 6000, 'Pauschale Steuer für Aushilfen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6045, 6000, 'Bedienungsgelder', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6050, 6000, 'Ehegattengehalt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6060, 6000, 'Freiwillige soziale Aufwendungen, lohnsteuerpflichtig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6066, 6000, 'Freiwillige Zuwendungen an Minijobber', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6067, 6000, 'Freiwillige Zuwendungen an Gesellschafter-Geschäftsführer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6068, 6000, 'Freiwillige Zuwendungen an angestellte Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6069, 6000, 'Pauschale Steuer auf sonstige Bezüge (z. B. Fahrtkostenzuschüsse)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6070, 6000, 'Krankengeldzuschüsse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6071, 6000, 'Sachzuwendungen und Dienstleistungen an Minijobber', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6072, 6000, 'Sachzuwendungen und Dienstleistungen an Arbeitnehmer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6073, 6000, 'Sachzuwendungen und Dienstleistungen an Gesellschafter-Geschäftsführer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6074, 6000, 'Sachzuwendungen und Dienstleistungen an angestellte Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6075, 6000, 'Zuschüsse der Agenturen für Arbeit (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6076, 6000, 'Aufwendungen aus der Veränderung von Urlaubsrückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6077, 6000, 'Aufwendungen aus der Veränderung von Urlaubsrückstellungen für Gesellschafter-Geschäftsführer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6078, 6000, 'Aufwendungen aus der Veränderung von Urlaubsrückstellungen für angestellte Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6079, 6000, 'Aufwendungen aus der Veränderung von Urlaubsrückstellungen für Minijobber', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6080, 6000, 'Vermögenswirksame Leistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6090, 6000, 'Fahrtkostenerstattung Wohnung/Arbeitsstätte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6100, 6, 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6110, 6100, 'Gesetzliche soziale Aufwendungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6118, 6100, 'Gesetzliche soziale Aufwendungen für Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6120, 6100, 'Beiträge zur Berufsgenossenschaft', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6130, 6100, 'Freiwillige soziale Aufwendungen, lohnsteuerfrei', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6140, 6100, 'Aufwendungen für Altersversorgung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6147, 6100, 'Pauschale Steuer auf sonstige Bezüge (z. B. Direktversicherungen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6148, 6100, 'Aufwendungen für Altersversorgung für Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6149, 6100, 'Aufwendungen für Altersversorgung für Gesellschafter-Geschäftsführer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6150, 6100, 'Versorgungskasse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6160, 6100, 'Aufwendungen für Unterstützung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6170, 6100, 'Sonstige soziale Abgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6171, 6100, 'Soziale Abgaben für Minijobber', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6200, 6, 'Abschreibungen auf immaterielle Vermögensgegenstände', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6201, 6, 'Abschreibungen auf selbst geschaffene immaterielle Vermögensgegenstände', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6205, 6, 'Abschreibungen auf den Geschäfts- oder Firmenwert', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6209, 6, 'Außerplanmäßige Abschreibungen auf den Geschäfts- oder Firmenwert', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6210, 6, 'Außerplanmäßige Abschreibungen auf immaterielle Vermögensgegenständen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6211, 6, 'Außerplanmäßige Abschreibungen auf selbst geschaffene immaterielle Vermögensgegenstände', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6220, 6, 'Abschreibungen auf Sachanlagen (ohne AfA auf Kfz und Gebäude)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6221, 6, 'Abschreibungen auf Gebäude', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6222, 6, 'Abschreibungen auf Kfz', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6223, 6, 'Abschreibungen auf Gebäudeteil des häuslichen Arbeitszimmers', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6230, 6, 'Außerplanmäßige Abschreibungen auf Sachanlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6231, 6, 'Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung der Gebäude', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6232, 6, 'Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung des Kfz', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6233, 6, 'Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung sonstiger Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6240, 6, 'Abschreibungen auf Sachanlagen auf Grund steuerlicher Sondervorschriften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6241, 6, 'Sonderabschreibungen nach § 7g Abs. 5 EStG (ohne Kfz)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6242, 6, 'Sonderabschreibungen nach § 7g Abs. 5 EStG (für Kfz)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6243, 6, 'Kürzung der Anschaffungs- oder Herstellungskosten gemäß § 7g Abs. 2 EStG (ohne Kfz)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6244, 6, 'Kürzung der Anschaffungs- oder Herstellungskosten gemäß § 7g Abs. 2 EStG (für Kfz)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6250, 6, 'Kaufleasing', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6260, 6, 'Sofortabschreibungen geringwertiger Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6262, 6, 'Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6264, 6, 'Abschreibungen auf den Sammelposten Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6266, 6, 'Außerplanmäßige Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6268, 6266, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6270, 6, 'Abschreibungen auf sonstige Vermögensgegenstände des Umlaufvermögens (soweit unüblich hoch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6272, 6, 'Abschreibungen auf Umlaufvermögen, steuerrechtlich bedingt (soweit unüblich hoch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6278, 6, 'Abschreibungen auf Roh-, Hilfs- und Betriebsstoffe/Waren (soweit unüblich hoch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6279, 6, 'Abschreibungen auf fertige und unfertige Erzeugnisse (soweit unüblich hoch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6280, 6, 'Forderungsverluste (soweit unüblich hoch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6281, 6, 'Forderungsverluste 7 % USt (sowie unüblich hoch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6282, 6281, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6283, 6281, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6284, 6281, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6285, 6281, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6286, 6, 'Forderungsverluste 19 % USt (sowie unüblich hoch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6287, 6286, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6288, 6286, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6290, 6, 'Abschreibungen auf Forderungen gegenüber Kapitalgesellschaften, an denen eine Beteiligung besteht (soweit unüblich hoch), § 3c EstG/ § 8b Abs. 3 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6291, 6, 'Abschreibungen auf Forderungen gegenüber Gesellschaftern und nahe stehenden Personen (soweit unüblich hoch), § 8b Abs. 3 StG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6300, 6, 'Sonstige betriebliche Aufwendungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6302, 6, 'Interimskonto für Aufwendungen in einem anderen Land, bei denen eine Vorsteuervergütung möglich ist', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6303, 6, 'Fremdleistungen/Fremdarbeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6304, 6, 'Sonstige Aufwendungen betrieblich und regelmäßig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6305, 6, 'Raumkosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6310, 6, 'Miete (unbewegliche Wirtschaftsgüter)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6312, 6, 'Miete/Aufwendungen für doppelte Haushaltsführung Unternehmer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6313, 6, 'Vergütung an Gesellschafter für die miet- oder pachtweise Überlassung ihrer unbeweglichen Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6314, 6, 'Vergütung an Mitunternehmer für die mietweise Überassung ihrer unbeweglichen Wirtschaftsgüter § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6315, 6, 'Pacht (unbewegliche Wirtschaftsgüter)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6316, 6, 'Leasing (unbewegliche Wirtschaftsgüter)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6317, 6, 'Aufwendungen für gemietete oder gepachtete unbewegliche Wirtschaftsgüter, die gewerbesteuerlich hinzuzurechnen sind', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6318, 6, 'Miet- und Pachtnebenkosten, die gewerbesteuerlich nicht hinzuzurechnen sind', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6319, 6, 'Vergütung an Mitunternehmer für die pachtweise Überlassung ihrer unbeweglichen Wirtschaftsgüter § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6320, 6, 'Heizung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6325, 6, 'Gas, Strom, Wasser', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6330, 6, 'Reinigung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6335, 6, 'Instandhaltung betrieblicher Räume', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6340, 6, 'Abgaben für betrieblich genutzten Grundbesitz', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6345, 6, 'Sonstige Raumkosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6348, 6, 'Aufwendungen für ein häusliches Arbeitszimmer (abziehbarer Anteil)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6349, 6, 'Aufwendungen für ein häusliches Arbeitszimmer (nicht abziehbarer Anteil)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6350, 6, 'Grundstücksaufwendungen, betrieblich', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6352, 6, 'Sonstige Grundstücksaufwendungen (neutral)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6390, 6, 'Zuwendungen, Spenden, steuerlich nicht abziehbar', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6391, 6, 'Zuwendungen, Spenden für wissenschaftliche und kulturelle Zwecke', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6392, 6, 'Zuwendungen, Spenden für mildtätige Zwecke', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6393, 6, 'Zuwendungen, Spenden für kirchliche, religiöse und gemeinnützige Zwecke', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6394, 6, 'Zuwendungen, Spenden an politische Parteien', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6395, 6, 'Zuwendungen, Spenden in das zu erhaltende Vermögen (Vermögensstock) einer Stiftung für gemeinnützige Zwecke', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6396, 6395, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6397, 6, 'Zuwendungen, Spenden in das zu erhaltende Vermögen (Vermögensstock) einer Stiftung für kirchliche, religiöse und gemeinnützige Zwecke', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6398, 6, 'Zuwendungen, Spenden an Stiftungen in das zu erhaltene Vermögen (Vermögensstock) einer Stiftung für wissenschaftliche, mildtätige, kulturelle Zwecke', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6400, 6, 'Versicherungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6405, 6, 'Versicherungen für Gebäude', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6410, 6, 'Netto-Prämie für Rückdeckung künftiger Versorgungsleistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6420, 6, 'Beiträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6430, 6, 'Sonstige Abgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6436, 6, 'Steuerlich abzugsfähige Verspätungszuschläge und Zwangsgelder', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6437, 6, 'Steuerlich nicht abzugsfähige Verspätungszuschläge und Zwangsgelder', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6440, 6, 'Ausgleichsabgabe i. S d. Schwerbehindertengesetzes', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6450, 6, 'Reparaturen und Instandhaltung von Bauten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6460, 6, 'Reparaturen und Instandhaltung von technischen Anlagen und Maschinen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6470, 6, 'Reparaturen und Instandhaltung von anderen Anlagen und Betriebs- und Geschäftsausstattung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6475, 6, 'Zuführung zu Aufwandsrückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6485, 6, 'Reparaturen und Instandhaltung von anderen Anlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6490, 6, 'Sonstige Reparaturen und Instandhaltung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6495, 6, 'Wartungskosten für Hard- und Software', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6498, 6, 'Mietleasing beweglicher Wirtschaftsgüter für technische Anlagen und Maschinen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6500, 6, 'Fahrzeugkosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6520, 6, 'Kfz-Versicherungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6530, 6, 'Laufende Kfz-Betriebskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6540, 6, 'Kfz-Reparaturen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6550, 6, 'Garagenmiete', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6560, 6, 'Mietleasing Kfz', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6570, 6, 'Sonstige Kfz-Kosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6580, 6, 'Mautgebühren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6590, 6, 'Kfz-Kosten für betrieblich genutzte zum Privatvermögen gehörende Kraftfahrzeuge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6595, 6, 'Fremdfahrzeugkosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6600, 6, 'Werbekosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6605, 6, 'Streuartikel', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6610, 6, 'Geschenke abzugsfähig ohne § 37b EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6611, 6, 'Geschenke abzugsfähig mit § 37b EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6612, 6, 'Pauschale Steuern für Geschenke und Zugaben abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6620, 6, 'Geschenke nicht abzugsfähig ohne § 37b EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6621, 6, 'Geschenke nicht abzugsfähig mit § 37b EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6622, 6, 'Pauschale Steuern für Geschenke und Zuwendungen nicht abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6625, 6, 'Geschenke ausschließlich betrieblich genutzt', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6629, 6, 'Zugaben mit § 37b EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6630, 6, 'Repräsentationskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6640, 6, 'Bewirtungskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6641, 6, 'Sonstige eingeschränkt abziehbare Betriebsausgaben (abziehbarer Anteil)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6642, 6, 'Sonstige eingeschränkt abziehbare Betriebsausgaben (nicht abziehbarer Anteil)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6643, 6, 'Aufmerksamkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6644, 6, 'Nicht abzugsfähige Bewirtungskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6645, 6, 'Nicht abzugsfähige Betriebsausgaben aus Werbe- und Repräsentationskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6650, 6, 'Reisekosten Arbeitnehmer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6660, 6, 'Reisekosten Arbeitnehmer Übernachtungsaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6663, 6, 'Reisekosten Arbeitnehmer Fahrtkosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6664, 6, 'Reisekosten Arbeitnehmer Verpflegungsmehraufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6665, 6664, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6668, 6, 'Kilometergelderstattung Arbeitnehmer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6670, 6, 'Reisekosten Unternehmer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6672, 6, 'Reisekosten Unternehmer (nicht abziehbarer Anteil)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6673, 6, 'Reisekosten Unternehmer Fahrtkosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6674, 6, 'Reisekosten Unternehmer Verpflegungsmehraufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6680, 6, 'Reisekosten Unternehmer Übernachtungsaufwand und Reisenebenkosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6685, 6680, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6686, 6680, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6688, 6, 'Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (abziehbarer Anteil)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6689, 6, 'Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (nicht abziehbarer Anteil)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6690, 6, 'Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6691, 6, 'Verpflegungsmehraufwenungen im Rahmen der doppelten Haushaltsführung Unternehmer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6700, 6, 'Kosten der Warenabgabe', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6710, 6, 'Verpackungsmaterial', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6740, 6, 'Ausgangsfrachten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6760, 6, 'Transportversicherungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6770, 6, 'Verkaufsprovision', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6780, 6, 'Fremdarbeiten (Vertrieb)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6790, 6, 'Aufwand für Gewährleistung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6800, 6, 'Porto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6805, 6, 'Telefon', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6810, 6, 'Telefax und Internetkosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6815, 6, 'Bürobedarf', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6820, 6, 'Zeitschriften, Bücher (Fachliteratur)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6821, 6, 'Fortbildungskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6822, 6, 'Freiwillige Sozialleistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6823, 6, 'Vergütung an Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6824, 6, 'Haftungsvergütung an Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6825, 6, 'Rechts- und Beratungskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6827, 6, 'Abschluss- und Prüfungskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6830, 6, 'Buchführungskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6833, 6, 'Vergütungen an Gesellschafter für die miet- oder pachtweise Überlassung ihrer beweglichen Wirtschaftsgüter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6834, 6, 'Vergütungen an Mitunternehmer für die miet- oder pachtweise Überlassung ihrer beweglichen Wirtschaftsgüter § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6835, 6, 'Mieten für Einrichtungen (bewegliche Wirtschaftsgüter)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6836, 6, 'Pacht (bewegliche Wirtschaftsgüter)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6837, 6, 'Aufwendungen für die zeitlich befristete Überlassung von Rechten (Lizenzen, Konzessionen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6838, 6, 'Aufwendungen für gemietete oder gepachtete bewegliche Wirtschaftsgüter, die gewerbesteuerlich hinzuzurechnen sind', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6840, 6, 'Mietleasing beweglicher Wirtschaftsgüter für Betriebs- und Geschäftsausstattung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6845, 6, 'Werkzeuge und Kleingeräte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6850, 6, 'Sonstiger Betriebsbedarf', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6854, 6, 'Genossenschaftliche Rückvergütung an Mitglieder', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6855, 6, 'Nebenkosten des Geldverkehrs', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6856, 6, 'Aufwendungen aus Anteilen an Kapitalgesellschaften §§ 3Nr. 40, 3c EStG/§ 8b Abs. 1 und 4 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6857, 6, 'Veräußerungskosten § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6859, 6, 'Aufwendungen für Abraum- und Abfallbeseitigung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6860, 6, 'Nicht abziehbare Vorsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6865, 6, 'Nicht abziehbare Vorsteuer 7 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6871, 6, 'Nicht abziehbare Vorsteuer 19 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6875, 6, 'Nicht abziehbare Vorsteuer der Aufsichtsratsvergütungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6876, 6, 'Abziehbare Aufsichtsratsvergütungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6880, 6, 'Aufwendungen aus der Währungsumrechnung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6881, 6, 'Aufwendungen aus der Währungsumrechnung (nicht § 256a HGB)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6883, 6, 'Aufwendungen aus Bewertung Finanzmittelfonds', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6884, 6, 'Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1a UStG (bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6885, 6, 'Erlöse aus Verkäufen Sachanlagevermögen 19 % USt (bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6886, 6885, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6887, 6885, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6888, 6, 'Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1b UStG (bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6889, 6, 'Erlöse aus Verkäufen Sachanlagevermögen (bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6890, 6, 'Erlöse aus Verkäufen immaterieller Vermögensgegenstände (bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6891, 6, 'Erlöse aus Verkäufen Finanzanlagen (bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6892, 6, 'Erlöse aus Verkäufen Finanzanlagen § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG (bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6895, 6, 'Anlagenabgänge Sachanlagen (Restbuchwert bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6896, 6, 'Anlagenabgänge immaterielle Vermögensgengenstände (Restbuchwert bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6897, 6, 'Anlagenabgänge Finanzanlagen (Restbuchwert bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6898, 6, 'Anlagenabgänge Finanzanlagen § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG (Restbuchwert bei Buchverlust)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6900, 6, 'Verluste aus dem Abgang von Gegenständen des Anlagevermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6903, 6, 'Verluste aus der Veräußerung von Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6905, 6, 'Verluste aus dem Abgang von Gegenständen des Anlagevermögens außer Vorräte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6906, 6, 'Verluste aus dem Abgang von Gegenständen des Anlagevermögens (außer Vorräte) § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6907, 6, 'Abgang von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 Satz 4 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6908, 6, 'Abgang von Wirtschaftsgütern des Umlaufvermögens § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG nach § 4 Abs. 3 Satz 4 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6910, 6, 'Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens (übliche Höhe)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6912, 6, 'Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens, steuerrechtlich bedingt (übliche Höhe)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6918, 6, 'Aufwendungen aus dem Erwerb eigener Anteile', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6920, 6, 'Einstellung in die Pauschalwertberechtigung auf Forderungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6922, 6, 'Einstellungen in die steuerliche Rücklage nach § 6b Abs. 3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6923, 6, 'Einstellung in die Einzelwertberichtigung auf Forderungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6924, 6, 'Einstellungen in die steuerliche Rücklage nach § 6b Abs. 10 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6927, 6, 'Einstellung in steuerliche Rücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6928, 6, 'Einstellung in die Rücklage für Ersatzbeschaffung nach R 6.6 EstR', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6929, 6, 'Einstellungen in die steuerliche Rücklage nach § 4g EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6930, 6, 'Forderungsverluste (übliche Höhe)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6931, 6, 'Forderungsverluste 7 % USt (übliche Höhe)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6932, 6, 'Forderungsverluste aus steuerfreien EU-Lieferungen (übliche Höhe)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6933, 6, 'Forderungsverluste aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt (übliche Höhe)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6934, 6933, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6935, 6933, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6936, 6, 'Forderungsverluste 19 % USt (übliche Höhe)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6937, 6936, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6938, 6, 'Forderungsverluste aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt (übliche Höhe)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6939, 6938, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6960, 6, 'Periodenfremde Aufwendungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6967, 6, 'Sonstige Aufwendungen betriebsfremd und regelmäßig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6968, 6, 'Sonstige nicht abziehbare Ausfwendungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6969, 6, 'Sonstige Aufwendungen unregelmäßig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6970, 6, 'Kalkulatorischer Unternehmerlohn', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6972, 6, 'Kalkulatorische Miete/Pacht', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6974, 6, 'Kalkulatorische Zinsen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6976, 6, 'Kalkulatorische Abschreibungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6978, 6, 'Kalkulatorische Wagnisse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6979, 6, 'Kalkulatorischer Lohn für unentgeltliche Mitarbeiter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6980, 6, 'Verrechneter kalkulatorischer Unternehmerlohn', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6982, 6, 'Verrechnete kalkulatorische Miete/Pacht', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6984, 6, 'Verrechnete kalkulatorische Zinsen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6986, 6, 'Verrechnete kalkulatorische Abschreibungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6988, 6, 'Verrechnete kalkulatorische Wagnisse', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6989, 6, 'Verrechneter kalkulatorischer Lohn für unentgeltliche Mitarbeiter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kosten bei Anwendungen des Umsatzkostenverfahrens', 6990, 6, 'Herstellungskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kosten bei Anwendungen des Umsatzkostenverfahrens', 6992, 6, 'Verwaltungskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kosten bei Anwendungen des Umsatzkostenverfahrens', 6994, 6, 'Vertriebskosten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Betriebliche Aufwendungen', 'Kosten bei Anwendungen des Umsatzkostenverfahrens', 6999, 6, 'Gegenkonto 6990-6998', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Weitere Erträge und Aufwendungen', 7, 7, 'Weitere Erträge und Aufwendungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7000, 7, 'Erträge aus Beteiligungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7004, 7000, 'Erträge aus Beteiligungen an Personengesellschaften (verbundene Unternehmen), § 9 GewStG bzw. § 18 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7005, 7000, 'Erträge aus Anteilen an Kapitalgesellschaften (Beteiligung) § 3 Nr. 40 EStG/§ 8b Abs. 1 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7006, 7000, 'Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG/ § 8b Abs. 1 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7008, 7000, 'Gewinnanteile aus gewerblichen und selbstständigen Mitunternehmerschaften, § 9 GewStG bzw. § 18 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7009, 7000, 'Erträge aus Beteiligungen an verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7010, 7, 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7011, 7010, 'Erträge aus Ausleihungen des Finanzanlagevermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7012, 7100, 'Erträge aus Ausleihungen des Finanzanlagevermögens an verbundene Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7013, 7100, 'Erträge aus Anteilen an Personengesellschaften (Finanzanlagevermögen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7014, 7100, 'Erträge aus Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) § 3 Nr. 40 EStG/§ 8b Abs. 1 und 4 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7015, 7100, 'Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG/ § 8b Abs. 1 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7016, 7100, 'Erträge aus Anteilen an Personengesellschaften (verbundene Unternehmen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7017, 7100, 'Erträge aus anderen Wertpapieren des Finanzanlagevermögens an Kapitalgesellschaften (verbunden Unternehmen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7018, 7100, 'Erträge aus anderen Wertpapieren des Finanzanlagevermögens an Personengesellschaften (verbundene Unternehmen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7019, 7100, 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens aus verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7020, 7100, 'Zins- und Dividendenerträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7030, 7100, 'Erhaltene Ausgleichszahlungen (als außenstehender Aktionär)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7100, 7, 'Sonstige Zinsen und ähnliche Erträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7102, 7100, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7103, 7100, 'Erträge aus Anteilen an Kapitalgesellschaften (Umlaufvermögen) § 3 Nr. 40 EStG/§ 8b Abs. 1 und 4 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7104, 7100, 'Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG/ § 8b Abs. 1 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7105, 7100, 'ZINSERTräge § 233a AO, steuerpflichtig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7106, 7100, 'ZINSERTräge § 233a AO, steuerfrei (Anlage A KSt)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7107, 7100, 'ZINSERTräge § 233a AO, § 4 Abs. 5b EStG, steuerfrei', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7109, 7100, 'Sonstige Zinsen und ähnliche Erträge aus verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7110, 7100, 'Sonstige ZINSERTräge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7115, 7100, 'Erträge aus anderen Wertpapieren und Ausleihungen des Umlaufvermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7119, 7100, 'Sonstige ZINSERTräge aus verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7120, 7100, 'Zinsähnliche Erträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7128, 7100, 'ZINSERTrag aus vorzeitiger Rückzahlung des Körperschaftsteuer-Erhöhungsbetrags § 38 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7129, 7100, 'Zinsähnliche Erträge aus verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7130, 7100, 'Diskonterträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7139, 7100, 'Diskonterträge aus verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7140, 7100, 'Steuerfreie ZINSERTräge aus der Abzinsung von Rückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7141, 7100, 'ZINSERTräge aus der Abzinsung von Verbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7142, 7100, 'ZINSERTräge aus der Abzinsung von Rückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7143, 7100, 'ZINSERTräge aus der Abzinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Verpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7144, 7100, 'ZINSERTräge aus Abzinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Verpflichtungen zur Verrechnung nach § 246 Abs. 2HGB', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7145, 7100, 'Erträge aus Vermögensgegenständen zur Verrechnung nach § 246 Abs. 2 HGB', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags erhaltene Gewinne', 7190, 7, 'Erträge aus Verlustübernahme', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags erhaltene Gewinne', 7192, 7, 'Erhaltene Gewinne auf Grund einer Gewinngemeinschaft', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags erhaltene Gewinne', 7194, 7, 'Erhaltene Gewinne auf Grund eines Gewinn- oder Teilgewinnabführungsvertrags', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7200, 7, 'Abschreibungen auf Finanzanlagen (dauerhaft)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7201, 7, 'Abschreibungen auf Finanzanlagen (nicht dauerhaft)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7204, 7, 'Abschreibungen auf Finanzanlagen § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG (dauerhaft)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7207, 7, 'Abschreibungen auf Finanzanlagen – verbundene Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7208, 7, 'Aufwendungen auf Grund von Verlustanteilen an gewerbliche und selbständigen Mitunternehmerschaften, § 8 GewStG bzw. § 18 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7210, 7, 'Abschreibungen auf Wertpapiere des Umlaufvermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7214, 7, 'Abschreibungen auf Wertpapiere des Umlaufvermögens § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7217, 7, 'Abschreibungen auf Wertpapiere des Umlaufvermögens – verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7250, 7, 'Abschreibungen auf Finanzanlagen auf Grund § 6b EstG-Rücklage', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7255, 7, 'Abschreibungen auf Finanzanlagen auf Grund § 6b EstG-Rücklage, § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7300, 7, 'Zinsen und ähnliche Aufwendungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7302, 7300, 'Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern § 4 Abs. 5b EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7303, 7300, 'Steuerlich abzugsfähige andere Nebenleistungen zu Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7304, 7300, 'Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7305, 7300, 'Zinsaufwendungen § 233a AO abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7306, 7300, 'Zinsaufwendungen §§ 234 bis 2347 AO nicht abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7307, 7300, 'Zinsen aus Abzinsung des Körperschaftsteuer-Erhöhungsbetrags § 38 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7308, 7300, 'Zinsaufwendungen § 233a AO nicht abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7309, 7300, 'Zinsaufwendungen an verbundene Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7310, 7300, 'Zinsaufwendungen für kurzfristige Verbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7311, 7300, 'Zinsaufwendungen §§ 234 bis 2347 AO abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7313, 7300, 'Nicht abzugsfähige Schuldzinsen gemäß § 4Abs. 4A EStG (Hinzurechnungsbetrag)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7316, 7300, 'Zinsen für Gesellschafterdarlehen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7317, 7300, 'Zinsen an Gesellschafter mit einer Beteiligung von mehr als 25 % bzw. diesen nahe stehende Personen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7318, 7300, 'Zinsen auf Kontokorrentkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7319, 7300, 'Zinsaufwendungen für kurzfristige Verbindlichkeiten an verbundene Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7320, 7300, 'Zinsaufwendungen für langfristige Verbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7323, 7300, 'Abschreibungen auf Disagio zur Finanzierung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7324, 7300, 'Abschreibungen auf Disagio zur Finanzierung des Anlagevermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7325, 7300, 'Zinsaufwendungen für Gebäude, die zum Betriebsvermögen gehören', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7326, 7300, 'Zinsen zur Finanzierung des Anlagevermögens', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7327, 7300, 'Renten und dauernde Lasten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7328, 7300, 'Zinsaufwendungen für Kapitalüberlassung durch Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7329, 7300, 'Zinsaufwendungen für langfristige Verbindlichkeiten an verbundene Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7330, 7300, 'Zinsähnliche Aufwendungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7339, 7300, 'Zinsähnliche Aufwendungen an verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7340, 7300, 'Diskontaufwendungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7349, 7300, 'Diskontaufwendungen an verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7350, 7300, 'Zinsen und ähnliche Aufwendungen §§ 3 Nr. 40, 3c EStG/§ 8b Abs. 1 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7351, 7300, 'Zinsen und ähnliche Aufwendungen an verbundene Unternehmen §§ 3 Nr. 40, 3c EStG/§ 8b Abs. 1 KStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7355, 7300, 'Kreditprovisionen und Verwaltungskostenbeiträge', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7360, 7300, 'Zinsanteil der Zuführung zu Pensionsrückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7361, 7300, 'Zinsaufwendungen aus der Abzinsung von Verbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7362, 7300, 'Zinsaufwendungen aus der Abzinsung von Rückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7363, 7300, 'Zinsaufwendungen aus der Abzinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Verpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7364, 7300, 'Zinsaufwendungen aus der Abzinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Verpflichtungen zur Verrechnung nach § 246 Abs. 2 HGB', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7365, 7300, 'Aufwendungen aus Vermögensgegenständen zur Verrechnung nach § 246 Abs. 2 HGB', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7366, 7300, 'Steuerlich nicht abzugsfähige Zinsaufwendungen aus der Abzinsung von Rückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags abgeführte Gewinne', 7390, 7, 'Aufwendungen aus Verlustübernahme', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags abgeführte Gewinne', 7392, 7, 'Abgeführte Gewinne auf Grund einer Gewinngemeinschaft', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags abgeführte Gewinne', 7394, 7, 'Abgeführte Gewinne auf Grund eines Gewinn- oder Teilgewinnabführungsvertrags', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags abgeführte Gewinne', 7399, 7, 'Abgeführte Gewinnanteile (Soll)/ausgeglichene Verlustanteile (Haben) bei stiller Gesellschaft § 8 GesStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7400, 7, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7401, 7, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7450, 7, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7451, 7, 'Erträge durch Verschmelzung und Umwandlung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7452, 7451, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7452, 7451, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7454, 7, 'Gewinn aus der Veräußerung oder der Aufgabe von Geschäftsaktivitäten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7460, 7, 'Erträge aus der Anwendungen von Übergangsvorschriften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7461, 7460, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7462, 7460, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7463, 7460, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7464, 7, 'Erträge aus der Anwendungen von Übergangsvorschriften (latente Steuern)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7500, 7, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7501, 7, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7550, 7, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7551, 7, 'Verluste durch Verschmelzung und Umwandlung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7552, 7, 'Verluste durch außergewöhnliche Schadensfälle', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7553, 7, 'Aufwendungen für Restrukturierungs- und Sanierungsmaßnahmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7554, 7, 'Verluste aus der Veräußerung oder der Aufgabe von Geschäftsaktivitäten nach Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7560, 7, 'Aufwendungen aus der Anwendung von Übergangsvorschriften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7561, 7, 'Aufwendungen aus der Anwendung von Übergangsvorschriften (Pensionsrückstellungen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7562, 7561, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7563, 7, 'Aufwendungen aus der Anwendung von Übergangsvorschriften (Latente Steuern)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7600, 7, 'Körperschaftsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7603, 7, 'Körperschaftsteuer für Vorjahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7604, 7, 'Körperschaftsteuererstattungen für Vorjahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7607, 7, 'Solidaritätszuschlagerstattungen für Vorjahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7608, 7, 'Solidaritätszuschlag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7608, 7, 'Solidaritätszuschlag für Vorjahre', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7610, 7, 'Gewerbesteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7630, 7, 'Kapitalertragsteuer 25 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7633, 7, 'Anrechenbarer Solidaritätszuschlag auf Kapitalertragsteuer 25 %', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7638, 7, 'Ausländische Steuer auf im Inland steuerfrei DBA-Einkünfte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7639, 7, 'Anrechnung / Abzug ausländischer Quellensteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7640, 7639, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7641, 7, 'Gewerbesteuernachtzahlungen und Gewerbesteuererstattungen für Vorjahre, § 4 Abs. 5b EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7642, 7641, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7643, 7, 'Erträge aus der Auflösung von Gewerbesteuerrückstellungen, § 4 Abs. 5b EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7644, 7643, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7645, 7, 'Aufwendungen aus der Zuführung und Auflösung von latenten Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7646, 7, 'Aufwendungen aus der Zuführung zu Steuerrückstellungen für Steuerstundung (BstBK)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7648, 7, 'Erträge aus der Auflösung von Steuerrückstellungen für Steuerstundung (BstBK)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7649, 7, 'Erträge aus der Zuführung und Auflösung von latenten Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7650, 7, 'Sonstige Betriebssteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7675, 7, 'Verbrauchssteuer (sonstige Steuern)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7678, 7, 'Ökosteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7680, 7, 'Grundsteuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7685, 7, 'Kfz-Steuer', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7690, 7, 'Steuernachzahlungen Vorjahre für sonstige Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7692, 7, 'Steuererstattungen Vorjahre für sonstige Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7694, 7, 'Erträge aus der Auflösung von Rückstellungen für sonstige Steuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7700, 7, 'Gewinnvortrag nach Verwendung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7705, 7700, 'Gewinnvortrag nach Verwendung (mit Aufteilung für Kapitalkontenentwicklung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7720, 7, 'Verlustvortrag nach Verwendung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7725, 7720, 'Verlustvortrag nach Verwendung (mit Aufteilung für Kapitalkontenentwicklung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7730, 7, 'Entnahmen aus der Kapitalrücklage', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7735, 7, 'Entnahmen aus der gesetzlichen Rücklage', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7740, 7, 'Entnahmen aus dem Ausgleichsposten für aktivierte eigene Anteile', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7743, 7, 'Entnahmen aus der Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7744, 7, 'Entnahmen aus anderen Ergebnisrücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7745, 7, 'Entnahmen aus satzungsmäßigen Rücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7750, 7, 'Entnahmen aus anderen Gewinnrücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7751, 7750, 'Entnahmen aus gesamthänderisch gebundenen Rücklagen (mit Aufteilung für Kapitalkontenentwicklung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7755, 7, 'Erträge aus Kapitalherabsetzung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7760, 7, 'Einstellungen in die Kapitalrücklage nach den Vorschriften über die vereinfachte Kapitalherabsetzung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7765, 7, 'Einstellungen in die gesetzliche Rücklage', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7770, 7, 'Einstellungen in den Ausgleichsposten für aktivierte eigen Anteile', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7773, 7, 'Einstellungen in die Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7775, 7, 'Einstellungen in satzungsmäßige Rücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7780, 7, 'Einstellungen in andere Gewinnrücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7781, 7780, 'Einstellungen in gesamthänderisch gebundene Rücklagen (mit Aufteilung für Kapitalkontenentwicklung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7785, 7, 'Einstellungen in andere Ergebnisrücklagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7790, 7, 'Vorabausschüttungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7795, 7, 'Vortrag auf neue Rechnung (GuV)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7800, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7801, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7802, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7803, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7804, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7805, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7806, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7807, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7808, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7809, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7810, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7811, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7812, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7813, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7814, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7815, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7816, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7817, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7818, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7819, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7820, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7821, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7822, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7823, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7824, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7825, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7826, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7827, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7828, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7829, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7830, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7831, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7832, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7833, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7834, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7835, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7836, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7837, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7838, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7839, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7840, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7841, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7842, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7843, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7844, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7845, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7846, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7847, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7848, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7849, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7850, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7851, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7852, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7853, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7854, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7855, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7856, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7857, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7858, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7859, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7860, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7861, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7862, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7863, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7864, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7865, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7866, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7867, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7868, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7869, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7870, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7871, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7872, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7873, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7874, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7875, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7876, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7877, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7878, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7879, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7880, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7881, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7882, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7883, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7884, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7885, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7886, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7887, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7888, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7889, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7890, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7891, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7892, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7893, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7894, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7895, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7896, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7897, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7898, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7899, 7, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7900, 7, '(reserviertes Konto)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8000, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8001, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8002, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8003, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8004, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8005, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8006, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8007, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8008, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8009, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8010, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8011, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8012, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8013, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8014, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8015, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8016, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8017, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8018, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8019, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8020, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8021, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8022, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8023, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8024, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8025, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8026, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8027, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8028, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8029, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8030, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8031, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8032, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8033, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8034, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8035, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8036, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8037, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8038, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8039, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8040, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8041, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8042, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8043, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8044, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8045, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8046, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8047, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8048, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8049, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8050, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8051, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8052, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8053, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8054, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8055, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8056, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8057, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8058, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8059, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8060, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8061, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8062, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8063, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8064, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8065, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8066, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8067, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8068, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8069, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8070, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8071, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8072, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8073, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8074, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8075, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8076, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8077, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8078, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8079, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8080, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8081, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8082, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8083, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8084, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8085, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8086, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8087, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8088, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8089, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8090, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8091, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8092, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8093, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8094, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8095, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8096, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8097, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8098, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8099, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8100, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8101, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8102, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8103, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8104, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8105, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8106, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8107, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8108, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8109, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8110, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8111, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8112, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8113, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8114, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8115, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8116, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8117, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8118, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8119, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8120, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8121, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8122, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8123, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8124, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8125, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8126, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8127, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8128, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8129, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8130, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8131, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8132, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8133, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8134, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8135, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8136, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8137, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8138, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8139, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8140, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8141, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8142, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8143, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8144, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8145, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8146, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8147, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8148, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8149, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8150, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8151, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8152, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8153, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8154, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8155, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8156, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8157, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8158, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8159, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8160, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8161, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8162, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8163, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8164, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8165, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8166, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8167, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8168, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8169, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8170, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8171, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8172, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8173, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8174, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8175, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8176, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8177, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8178, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8179, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8180, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8181, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8182, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8183, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8184, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8185, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8186, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8187, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8188, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8189, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8190, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8191, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8192, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8193, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8194, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8195, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8196, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8197, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8198, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8199, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8200, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8201, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8202, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8203, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8204, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8205, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8206, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8207, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8208, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8209, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8210, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8211, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8212, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8213, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8214, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8215, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8216, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8217, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8218, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8219, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8220, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8221, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8222, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8223, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8224, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8225, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8226, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8227, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8228, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8229, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8230, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8231, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8232, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8233, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8234, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8235, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8236, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8237, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8238, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8239, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8240, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8241, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8242, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8243, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8244, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8245, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8246, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8247, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8248, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8249, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8250, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8251, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8252, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8253, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8254, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8255, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8256, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8257, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8258, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8259, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8260, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8261, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8262, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8263, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8264, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8265, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8266, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8267, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8268, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8269, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8270, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8271, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8272, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8273, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8274, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8275, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8276, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8277, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8278, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8279, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8280, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8281, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8282, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8283, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8284, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8285, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8286, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8287, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8288, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8289, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8290, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8291, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8292, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8293, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8294, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8295, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8296, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8297, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8298, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8299, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8300, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8301, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8302, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8303, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8304, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8305, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8306, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8307, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8308, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8309, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8310, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8311, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8312, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8313, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8314, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8315, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8316, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8317, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8318, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8319, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8320, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8321, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8322, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8323, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8324, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8325, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8326, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8327, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8328, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8329, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8330, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8331, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8332, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8333, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8334, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8335, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8336, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8337, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8338, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8339, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8340, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8341, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8342, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8343, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8344, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8345, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8346, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8347, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8348, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8349, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8350, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8351, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8352, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8353, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8354, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8355, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8356, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8357, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8358, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8359, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8360, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8361, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8362, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8363, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8364, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8365, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8366, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8367, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8368, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8369, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8370, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8371, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8372, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8373, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8374, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8375, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8376, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8377, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8378, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8379, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8380, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8381, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8382, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8383, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8384, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8385, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8386, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8387, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8388, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8389, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8390, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8391, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8392, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8393, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8394, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8395, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8396, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8397, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8398, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8399, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8400, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8401, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8402, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8403, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8404, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8405, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8406, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8407, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8408, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8409, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8410, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8411, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8412, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8413, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8414, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8415, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8416, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8417, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8418, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8419, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8420, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8421, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8422, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8423, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8424, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8425, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8426, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8427, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8428, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8429, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8430, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8431, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8432, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8433, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8434, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8435, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8436, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8437, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8438, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8439, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8440, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8441, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8442, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8443, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8444, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8445, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8446, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8447, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8448, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8449, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8450, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8451, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8452, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8453, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8454, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8455, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8456, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8457, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8458, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8459, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8460, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8461, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8462, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8463, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8464, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8465, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8466, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8467, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8468, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8469, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8470, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8471, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8472, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8473, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8474, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8475, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8476, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8477, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8478, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8479, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8480, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8481, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8482, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8483, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8484, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8485, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8486, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8487, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8488, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8489, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8490, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8491, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8492, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8493, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8494, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8495, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8496, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8497, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8498, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8499, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8500, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8501, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8502, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8503, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8504, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8505, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8506, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8507, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8508, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8509, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8510, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8511, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8512, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8513, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8514, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8515, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8516, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8517, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8518, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8519, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8520, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8521, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8522, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8523, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8524, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8525, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8526, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8527, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8528, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8529, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8530, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8531, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8532, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8533, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8534, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8535, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8536, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8537, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8538, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8539, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8540, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8541, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8542, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8543, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8544, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8545, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8546, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8547, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8548, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8549, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8550, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8551, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8552, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8553, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8554, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8555, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8556, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8557, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8558, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8559, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8560, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8561, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8562, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8563, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8564, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8565, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8566, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8567, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8568, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8569, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8570, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8571, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8572, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8573, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8574, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8575, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8576, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8577, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8578, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8579, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8580, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8581, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8582, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8583, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8584, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8585, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8586, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8587, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8588, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8589, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8590, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8591, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8592, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8593, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8594, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8595, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8596, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8597, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8598, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8599, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8600, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8601, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8602, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8603, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8604, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8605, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8606, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8607, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8608, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8609, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8610, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8611, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8612, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8613, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8614, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8615, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8616, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8617, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8618, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8619, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8620, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8621, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8622, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8623, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8624, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8625, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8626, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8627, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8628, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8629, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8630, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8631, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8632, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8633, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8634, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8635, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8636, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8637, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8638, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8639, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8640, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8641, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8642, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8643, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8644, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8645, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8646, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8647, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8648, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8649, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8650, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8651, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8652, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8653, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8654, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8655, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8656, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8657, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8658, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8659, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8660, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8661, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8662, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8663, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8664, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8665, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8666, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8667, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8668, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8669, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8670, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8671, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8672, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8673, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8674, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8675, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8676, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8677, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8678, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8679, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8680, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8681, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8682, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8683, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8684, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8685, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8686, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8687, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8688, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8689, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8690, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8691, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8692, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8693, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8694, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8695, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8696, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8697, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8698, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8699, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8700, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8701, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8702, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8703, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8704, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8705, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8706, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8707, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8708, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8709, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8710, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8711, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8712, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8713, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8714, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8715, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8716, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8717, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8718, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8719, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8720, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8721, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8722, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8723, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8724, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8725, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8726, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8727, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8728, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8729, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8730, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8731, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8732, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8733, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8734, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8735, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8736, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8737, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8738, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8739, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8740, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8741, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8742, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8743, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8744, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8745, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8746, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8747, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8748, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8749, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8750, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8751, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8752, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8753, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8754, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8755, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8756, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8757, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8758, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8759, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8760, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8761, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8762, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8763, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8764, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8765, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8766, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8767, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8768, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8769, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8770, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8771, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8772, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8773, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8774, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8775, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8776, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8777, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8778, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8779, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8780, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8781, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8782, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8783, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8784, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8785, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8786, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8787, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8788, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8789, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8790, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8791, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8792, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8793, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8794, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8795, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8796, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8797, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8798, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8799, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8800, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8801, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8802, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8803, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8804, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8805, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8806, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8807, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8808, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8809, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8810, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8811, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8812, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8813, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8814, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8815, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8816, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8817, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8818, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8819, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8820, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8821, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8822, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8823, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8824, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8825, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8826, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8827, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8828, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8829, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8830, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8831, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8832, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8833, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8834, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8835, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8836, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8837, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8838, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8839, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8840, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8841, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8842, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8843, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8844, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8845, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8846, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8847, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8848, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8849, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8850, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8851, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8852, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8853, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8854, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8855, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8856, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8857, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8858, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8859, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8860, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8861, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8862, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8863, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8864, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8865, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8866, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8867, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8868, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8869, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8870, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8871, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8872, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8873, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8874, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8875, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8876, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8877, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8878, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8879, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8880, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8881, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8882, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8883, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8884, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8885, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8886, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8887, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8888, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8889, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8890, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8891, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8892, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8893, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8894, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8895, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8896, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8897, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8898, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8899, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8900, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8901, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8902, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8903, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8904, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8905, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8906, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8907, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8908, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8909, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8910, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8911, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8912, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8913, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8914, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8915, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8916, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8917, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8918, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8919, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8920, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8921, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8922, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8923, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8924, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8925, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8926, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8927, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8928, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8929, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8930, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8931, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8932, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8933, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8934, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8935, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8936, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8937, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8938, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8939, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8940, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8941, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8942, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8943, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8944, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8945, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8946, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8947, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8948, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8949, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8950, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8951, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8952, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8953, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8954, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8955, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8956, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8957, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8958, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8959, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8960, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8961, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8962, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8963, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8964, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8965, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8966, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8967, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8968, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8969, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8970, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8971, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8972, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8973, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8974, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8975, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8976, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8977, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8978, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8979, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8980, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8981, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8982, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8983, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8984, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8985, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8986, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8987, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8988, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8989, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8990, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8991, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8992, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8993, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8994, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8995, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8996, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8997, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8998, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8999, 8, 'Zur freien Verfügung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 9, 9, 'Vortrags-, Kapital-, Korrektur- und statistische Konten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9000, 9, 'Saldenvorträge, Sachkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9001, 9000, 'Saldenvorträge, Sachkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9002, 9000, 'Saldenvorträge, Sachkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9003, 9000, 'Saldenvorträge, Sachkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9004, 9000, 'Saldenvorträge, Sachkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9005, 9000, 'Saldenvorträge, Sachkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9006, 9000, 'Saldenvorträge, Sachkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9007, 9000, 'Saldenvorträge, Sachkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9008, 9, 'Saldenvorträge, Debitoren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9009, 9, 'Saldenvorträge, Kreditoren', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9060, 9009, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9069, 9009, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9070, 9, 'Offene Posten aus 2000', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9071, 9, 'Offene Posten aus 2001', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9072, 9, 'Offene Posten aus 2002', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9073, 9, 'Offene Posten aus 2003', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9074, 9, 'Offene Posten aus 2004', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9075, 9, 'Offene Posten aus 2005', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9076, 9, 'Offene Posten aus 2006', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9077, 9, 'Offene Posten aus 2007', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9078, 9, 'Offene Posten aus 2008', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9079, 9, 'Offene Posten aus 2009', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9080, 9, 'Offene Posten aus 2010', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9081, 9, 'Offene Posten aus 2011', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9082, 9, 'Offene Posten aus 2012', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9083, 9, 'Offene Posten aus 2013', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9084, 9, 'Offene Posten aus 2014', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9085, 9, 'Offene Posten aus 2015', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9086, 9, 'Offene Posten aus 2016', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9087, 9, 'Offene Posten aus 2017', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9088, 9, 'Offene Posten aus 2018', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9089, 9088, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9090, 9, 'Summenvortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9091, 9090, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9092, 9090, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9093, 9090, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9094, 9090, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9095, 9090, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9096, 9090, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9097, 9090, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9098, 9090, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9101, 9, 'Verkaufstage', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9102, 9, 'Anzahl der Barkunden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9103, 9, 'Beschäftigte Personen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9104, 9, 'Unbezahlte Personen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9105, 9, 'Verkaufskräfte', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9106, 9, 'Geschäftsraum qm', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9107, 9, 'Verkaufsraum qm', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9116, 9, 'Anzahl Rechnungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9117, 9, 'Anzahl Kreditkunden monatlich', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9118, 9, 'Anzahl Kreditkunden aufgelaufen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9120, 9, 'Erweiterungsinvestitionen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9130, 9120, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9131, 9120, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9135, 9, 'Auftragseingang im Geschäftsjahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9140, 9, 'Auftragsbestand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Variables Kapital Teilhafter', 9141, 9, 'Variables Kapital TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Variables Kapital Teilhafter', 9142, 9, 'Variables Kapital – Anteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Variables Kapital Teilhafter', 9143, 9142, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Variables Kapital Teilhafter', 9144, 9142, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Variables Kapital Teilhafter', 9145, 9142, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapitaländerungen durch Übertragungen einer § 6b EStG Rücklage', 9146, 9, 'Variables Kapital Vollhafter – Übertragung einer § 6b EstG-Rücklage', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapitaländerungen durch Übertragungen einer § 6b EStG Rücklage', 9147, 9, 'Variables Kapital Teilhafter – Übertragung einer § 6b EstG-Rücklage', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapitaländerungen durch Übertragungen einer § 6b EStG Rücklage', 9148, 9147, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapitaländerungen durch Übertragungen einer § 6b EStG Rücklage', 9149, 9147, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9150, 9, 'Festkapital – andere Kapitalkontenanpassungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9151, 9, 'Variables Kapital – andere Kapitalkontenanpassungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9152, 9, 'Verlust-/Vortragskonto – andere Kapitalkontenanpassungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9153, 9, 'Kapitalkonto III – andere Kapitalkontenanpassungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9154, 9, 'Ausstehende Einlagen auf das Komplementär-Kapital, nicht eingefordert – andere Kapitalkontenanpassungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9155, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen – andere Kapitalkontenanpassungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9156, 9155, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9157, 9155, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9158, 9155, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9159, 9155, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9160, 9, 'Kommandit-Kapital – andere Kapitalkontenanpassungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9161, 9, 'Variables Kapital – andere Kapitalkontenanpassungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9162, 9, 'Verlustausgleichskonto – andere Kapitalkontenanpassungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9163, 9, 'Kapitalkonto III – andere Kapitalkontenanpassungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9164, 9, 'Ausstehende Einlagen auf das Kommandit-Kapital, nicht eingefordert – andere Kapitalkontenanpassungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9165, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen – andere Kapitalkontenanpassungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9166, 9165, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9167, 9165, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9168, 9165, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9169, 9165, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9170, 9, 'Festkapital – Umbuchungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9171, 9, 'Variables Kapital – Umbuchungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9172, 9, 'Verlust-/Vortragskonto – Umbuchungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9173, 9, 'Kapitalkonto III – Umbuchungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9174, 9, 'Ausstehende Einlagen auf das Komplementär-Kapital, nicht eingefordert – Umbuchungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9175, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen – Umbuchungen VH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9176, 9175, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9177, 9175, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9178, 9175, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9179, 9175, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9180, 9, 'Kommandit-Kapital – Umbuchungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9181, 9, 'Variables Kapital – Umbuchungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9182, 9, 'Verlustausgleichskonto – Umbuchungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9183, 9, 'Kapitalkonto III – Umbuchungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9184, 9, 'Ausstehende Einlagen auf das Kommandit-Kapital, nicht eingefordert – Umbuchungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9185, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen – Umbuchungen TH', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9186, 9185, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9187, 9185, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9188, 9185, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9189, 9, 'Verrechnungskonto für Umbuchungen zwischen Gesellschafter-Eigenkapitalkonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Gegenkonto zu Statistischen Konten für Betriebswirtschaftliche Auswertungen', 9190, 9, 'Gegenkonto für Mengeneinheiten Konten 9101-9107 und Konten 9116-9118', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Gegenkonto zu Statistischen Konten für Betriebswirtschaftliche Auswertungen', 9199, 9, 'Gegenkonto zu Konten 9120, 9135-9140', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9200, 9, 'Beschäftigte Personen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9201, 9200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9202, 9200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9203, 9200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9204, 9200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9205, 9200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9206, 9200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9207, 9200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9208, 9200, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9209, 9, 'Gegenkonto zu 9200', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9210, 9, 'Produktive Löhne', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9219, 9, 'Gegenkonto zu 9120', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9220, 9, 'Gezeichnetes Kapital in DM (Art. 42 Abs. 3 S. 1 EGHGB)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9221, 9, 'Gezeichnetes Kapital in Euro (Art. 42 Abs. 3 S. 2 EGHGB)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9229, 9, 'Gegenkonto zu 9220-9221', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9230, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9232, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9234, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9239, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9240, 9, 'Investitionsverbindlichkeiten bei den Leistungsverbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9241, 9, 'Investitionsverbindlichkeiten aus Sachanlagekäufen bei Leistungsverbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9242, 9, 'Investitionsverbindlichkeiten aus Käufen von immateriellen Vermögensgegenständen bei Leistungsverbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9243, 9, 'Investitionsverbindlichkeiten aus Käufen von Finanzanlagen bei Leistungsverbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9244, 9, 'Gegenkonto zu Konto 9240-9243', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9245, 9, 'Forderungen aus Sachnanlageverkäufen bei sonstigen Vermögensgegenständen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9246, 9, 'Forderungen aus Verkäufen immaterieller Vermögensgegenstände bei sonstigen Vermögensgegenständen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9247, 9, 'Forderungen aus Verkäufen von Finanzanlagen bei sonstigen Vermögensgegenständen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9249, 9, 'Gegenkonto zu Konto 9245-47', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9250, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9255, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9259, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Aufgliederung der Rückstellungen', 9260, 9, 'Kurzfristige Rückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Aufgliederung der Rückstellungen', 9262, 9, 'Mittelfristige Rückstellungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Aufgliederung der Rückstellungen', 9264, 9, 'Langfristige Rückstellungen, außer Pensionen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Aufgliederung der Rückstellungen', 9269, 9, 'Gegenkonto zu Konten 9260-9268', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9270, 9, 'Gegenkonto zu 9271-9279 (Soll-Buchung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9271, 9, 'Verbindlichkeiten aus der Begebung und Übertragung von Wechseln', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9272, 9, 'Verbindlichkeiten aus der Begebung und Übertragung von Wechseln gegenüber verbundenen/assoziierten Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9273, 9, 'Verbindlichkeiten aus Bürgschaften, Wechsel- und Scheckbürgschaften', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9274, 9, 'Verbindlichkeiten aus Bürgschaften, Wechsel- und Scheckbürgschaften gegenüber verbundenen/assoziierten Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9275, 9, 'Verbindlichkeiten aus Gewährleistungsverträgen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9276, 9, 'Verbindlichkeiten aus Gewährleistungsverträgen gegenüber verbundenen/assoziierten Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9277, 9, 'Haftungen aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9278, 9, 'Haftungen aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten gegenüber verbundenen/assoziierten Unternehemn', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9279, 9, 'Verpflichtungen aus Treuhandvermögen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 9280, 9, 'Gegenkonto zu 9281-9284', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 9281, 9, 'Verpflichtungen aus Miet- und Leasingverträgen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 9282, 9, 'Verpflichtungen aus Miet- und Leasingverträgen gegenüber verbundenen Unternehmen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 9283, 9, 'Andere Verpflichtungen gemäß § 285 Nr. 3 HGB', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 9284, 9, 'Andere Verpflichtungen gemäß § 285 Nr. 3 HGB gegenüber verbundenen Unternehemen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Unterschiedsbetrag aus der Abzinsung von Altersversorgungsverpflichtungen nach § 253 Abs. 6 HGB', 9285, 9, 'Unterschiedsbetrag aus der Abzinsung von Altersversorgungsverpflichtungen nach „ 253 Abs. 6 HGB (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Unterschiedsbetrag aus der Abzinsung von Altersversorgungsverpflichtungen nach § 253 Abs. 6 HGB', 9286, 9, 'Gegenkonto zu 9285', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9287, 9, 'Zinsen bei Buchungen über Debitoren bei § 4 Abs. 3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9288, 9, 'Mahngebühren bei Buchungen über Debitoren bei § 4 Abs. 3 EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9289, 9, 'Gegenkonto zu 9287 und 9288', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9290, 9, 'Statistisches Konto steuerfreie Auslagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9291, 9, 'Gegenkonto zu 9290', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9292, 9, 'Statistisches Konto Fremdgeld', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9293, 9, 'Gegenkonto zu 9292', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9295, 9, 'Einlagen stiller Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9297, 9, 'Steuerrechtlicher Ausgleichsposten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9300, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9301, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9302, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9303, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9304, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9305, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9306, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9307, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9308, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9309, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9310, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9311, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9312, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9313, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9314, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9315, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9316, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9317, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9318, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9319, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9320, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9326, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9327, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9328, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9329, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9330, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9331, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9332, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9333, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9334, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9335, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9336, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9337, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9338, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9339, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9340, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9341, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9342, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9343, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9346, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9347, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9348, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9349, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9357, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9358, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9359, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9360, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9365, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9366, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9367, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9371, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9372, 9, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9390, 9, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9391, 9, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9392, 9, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9393, 9, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9394, 9, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9395, 9, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9396, 9, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9397, 9, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9398, 9, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9399, 9, '(zur freien Verfügung)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9849', 9400, 9, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9848', 9401, 9, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9847', 9402, 9, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9846', 9403, 9, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9845', 9404, 9, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9844', 9405, 9, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9843', 9406, 9, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9842', 9407, 9, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9841', 9408, 9, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9840', 9409, 9, 'Privatentnahmen allgemein', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9839', 9410, 9, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9838', 9411, 9, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9837', 9412, 9, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9836', 9413, 9, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9835', 9414, 9, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9834', 9415, 9, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9833', 9416, 9, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9832', 9417, 9, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9831', 9418, 9, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9830', 9419, 9, 'Privatsteuern', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9829', 9420, 9, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9828', 9421, 9, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9827', 9422, 9, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9826', 9423, 9, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9825', 9424, 9, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9824', 9425, 9, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9823', 9426, 9, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9822', 9427, 9, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9821', 9428, 9, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9820', 9429, 9, 'Sonderausgaben beschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9819', 9430, 9, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9818', 9431, 9, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9817', 9432, 9, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9816', 9433, 9, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9815', 9434, 9, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9814', 9435, 9, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9813', 9436, 9, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9812', 9437, 9, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9811', 9438, 9, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9810', 9439, 9, 'Sonderausgaben unbeschränkt abzugsfähig', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9809', 9440, 9, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9808', 9441, 9, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9807', 9442, 9, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9806', 9443, 9, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9805', 9444, 9, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9804', 9445, 9, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9803', 9446, 9, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9802', 9447, 9, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9801', 9448, 9, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9800', 9449, 9, 'Zuwendungen, Spenden', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9799', 9450, 9, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9798', 9451, 9, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9797', 9452, 9, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9796', 9453, 9, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9795', 9454, 9, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9794', 9455, 9, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9793', 9456, 9, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9792', 9457, 9, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9791', 9458, 9, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9790', 9459, 9, 'Außergewöhnliche Belastungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9789', 9460, 9, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9788', 9461, 9, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9787', 9462, 9, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9786', 9463, 9, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9785', 9464, 9, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9784', 9465, 9, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9783', 9466, 9, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9782', 9467, 9, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9781', 9468, 9, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9780', 9469, 9, 'Grundstücksaufwand', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9779', 9470, 9, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9778', 9471, 9, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9777', 9472, 9, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9776', 9473, 9, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9775', 9474, 9, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9774', 9475, 9, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9773', 9476, 9, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9772', 9477, 9, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9771', 9478, 9, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9770', 9479, 9, 'Grundstücksertrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9769', 9480, 9, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9768', 9481, 9, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9767', 9482, 9, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9766', 9483, 9, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9765', 9484, 9, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9764', 9485, 9, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9763', 9486, 9, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9762', 9487, 9, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9761', 9488, 9, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9760', 9489, 9, 'Unentgeltliche Wertabgaben', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9759', 9490, 9, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9758', 9491, 9, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9757', 9492, 9, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9756', 9493, 9, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9755', 9494, 9, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9754', 9495, 9, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9753', 9496, 9, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9752', 9497, 9, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9751', 9498, 9, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9750', 9499, 9, 'Privateinlagen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9500, 9, 'Anteil für Konto 2000 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9501, 9, 'Anteil für Konto 2001 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9502, 9, 'Anteil für Konto 2002 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9503, 9, 'Anteil für Konto 2003 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9504, 9, 'Anteil für Konto 2004 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9505, 9, 'Anteil für Konto 2005 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9506, 9, 'Anteil für Konto 2006 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9507, 9, 'Anteil für Konto 2007 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9508, 9, 'Anteil für Konto 2008 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9509, 9, 'Anteil für Konto 2009 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9510, 9, 'Anteil für Konto 2010 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9511, 9, 'Anteil für Konto 2011 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9512, 9, 'Anteil für Konto 2012 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9513, 9, 'Anteil für Konto 2013 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9514, 9, 'Anteil für Konto 2014 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9515, 9, 'Anteil für Konto 2015 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9516, 9, 'Anteil für Konto 2016 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9517, 9, 'Anteil für Konto 2017 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9518, 9, 'Anteil für Konto 2018 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9519, 9, 'Anteil für Konto 2019 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9520, 9, 'Anteil für Konto 2020 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9521, 9, 'Anteil für Konto 2021 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9522, 9, 'Anteil für Konto 2022 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9523, 9, 'Anteil für Konto 2023 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9524, 9, 'Anteil für Konto 2024 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9525, 9, 'Anteil für Konto 2025 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9526, 9, 'Anteil für Konto 2026 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9527, 9, 'Anteil für Konto 2027 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9528, 9, 'Anteil für Konto 2028 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9529, 9, 'Anteil für Konto 2029 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9530, 9, 'Anteil für Konto 9910 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9531, 9, 'Anteil für Konto 9911 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9532, 9, 'Anteil für Konto 9912 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9533, 9, 'Anteil für Konto 9913 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9534, 9, 'Anteil für Konto 9914 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9535, 9, 'Anteil für Konto 9915 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9536, 9, 'Anteil für Konto 9916 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9537, 9, 'Anteil für Konto 9917 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9538, 9, 'Anteil für Konto 9918 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9539, 9, 'Anteil für Konto 9919 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9540, 9, 'Anteil für Konto 0060 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9541, 9, 'Anteil für Konto 0061 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9542, 9, 'Anteil für Konto 0062 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9543, 9, 'Anteil für Konto 0063 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9544, 9, 'Anteil für Konto 0064 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9545, 9, 'Anteil für Konto 0065 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9546, 9, 'Anteil für Konto 0066 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9547, 9, 'Anteil für Konto 0067 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9548, 9, 'Anteil für Konto 0068 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9549, 9, 'Anteil für Konto 0069 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9550, 9, 'Anteil für Konto 2050 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9551, 9, 'Anteil für Konto 2051 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9552, 9, 'Anteil für Konto 2052 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9553, 9, 'Anteil für Konto 2053 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9554, 9, 'Anteil für Konto 2054 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9555, 9, 'Anteil für Konto 2055 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9556, 9, 'Anteil für Konto 2056 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9557, 9, 'Anteil für Konto 2057 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9558, 9, 'Anteil für Konto 2058 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9559, 9, 'Anteil für Konto 2059 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9560, 9, 'Anteil für Konto 2060 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9561, 9, 'Anteil für Konto 2061 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9562, 9, 'Anteil für Konto 2062 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9563, 9, 'Anteil für Konto 2063 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9564, 9, 'Anteil für Konto 2064 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9565, 9, 'Anteil für Konto 2065 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9566, 9, 'Anteil für Konto 2066 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9567, 9, 'Anteil für Konto 2067 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9568, 9, 'Anteil für Konto 2068 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9569, 9, 'Anteil für Konto 2069 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9570, 9, 'Anteil für Konto 2070 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9571, 9, 'Anteil für Konto 2071 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9572, 9, 'Anteil für Konto 2072 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9573, 9, 'Anteil für Konto 2073 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9574, 9, 'Anteil für Konto 2074 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9575, 9, 'Anteil für Konto 2075 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9576, 9, 'Anteil für Konto 2076 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9577, 9, 'Anteil für Konto 2077 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9578, 9, 'Anteil für Konto 2078 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9579, 9, 'Anteil für Konto 2079 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9580, 9, 'Anteil für Konto 9820 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9581, 9, 'Anteil für Konto 9821 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9582, 9, 'Anteil für Konto 9822 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9583, 9, 'Anteil für Konto 9823 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9584, 9, 'Anteil für Konto 9824 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9585, 9, 'Anteil für Konto 9825 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9586, 9, 'Anteil für Konto 9826 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9587, 9, 'Anteil für Konto 9827 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9588, 9, 'Anteil für Konto 9828 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9589, 9, 'Anteil für Konto 9829 Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9590, 9, 'Anteil für Konto 0080 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9591, 9, 'Anteil für Konto 0081 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9592, 9, 'Anteil für Konto 0082 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9593, 9, 'Anteil für Konto 0083 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9594, 9, 'Anteil für Konto 0084 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9595, 9, 'Anteil für Konto 0085 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9596, 9, 'Anteil für Konto 0086 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9597, 9, 'Anteil für Konto 0087 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9598, 9, 'Anteil für Konto 0088 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9599, 9, 'Anteil für Konto 0089 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9600, 9, 'Name des Gesellschafters Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9601, 9, 'Name des Gesellschafters Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9602, 9, 'Name des Gesellschafters Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9603, 9, 'Name des Gesellschafters Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9604, 9, 'Name des Gesellschafters Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9605, 9, 'Name des Gesellschafters Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9606, 9, 'Name des Gesellschafters Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9607, 9, 'Name des Gesellschafters Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9608, 9, 'Name des Gesellschafters Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9609, 9, 'Name des Gesellschafters Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9610, 9, 'Tätigkeitsvergütung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9611, 9, 'Tätigkeitsvergütung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9612, 9, 'Tätigkeitsvergütung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9613, 9, 'Tätigkeitsvergütung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9614, 9, 'Tätigkeitsvergütung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9615, 9, 'Tätigkeitsvergütung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9616, 9, 'Tätigkeitsvergütung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9617, 9, 'Tätigkeitsvergütung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9618, 9, 'Tätigkeitsvergütung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9619, 9, 'Tätigkeitsvergütung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9620, 9, 'Tantieme Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9621, 9, 'Tantieme Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9622, 9, 'Tantieme Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9623, 9, 'Tantieme Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9624, 9, 'Tantieme Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9625, 9, 'Tantieme Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9626, 9, 'Tantieme Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9627, 9, 'Tantieme Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9628, 9, 'Tantieme Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9629, 9, 'Tantieme Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9630, 9, 'Darlehensverzinsung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9631, 9, 'Darlehensverzinsung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9632, 9, 'Darlehensverzinsung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9633, 9, 'Darlehensverzinsung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9634, 9, 'Darlehensverzinsung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9635, 9, 'Darlehensverzinsung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9636, 9, 'Darlehensverzinsung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9637, 9, 'Darlehensverzinsung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9638, 9, 'Darlehensverzinsung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9639, 9, 'Darlehensverzinsung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9640, 9, 'Gebrauchsüberlassung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9641, 9, 'Gebrauchsüberlassung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9642, 9, 'Gebrauchsüberlassung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9643, 9, 'Gebrauchsüberlassung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9644, 9, 'Gebrauchsüberlassung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9645, 9, 'Gebrauchsüberlassung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9646, 9, 'Gebrauchsüberlassung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9647, 9, 'Gebrauchsüberlassung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9648, 9, 'Gebrauchsüberlassung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9649, 9, 'Gebrauchsüberlassung Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9650, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9651, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9652, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9653, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9654, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9655, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9656, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9657, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9658, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9659, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9660, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9661, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9662, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9663, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9664, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9665, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9666, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9667, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9668, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9669, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9670, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9671, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9672, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9673, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9674, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9675, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9676, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9677, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9678, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9679, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9680, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9681, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9682, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9683, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9684, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9685, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9686, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9687, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9688, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9689, 9, 'Sonstige Vergütungen Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9690, 9, 'Restanteil Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9691, 9, 'Restanteil Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9692, 9, 'Restanteil Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9693, 9, 'Restanteil Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9694, 9, 'Restanteil Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9695, 9, 'Restanteil Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9696, 9, 'Restanteil Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9697, 9, 'Restanteil Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9698, 9, 'Restanteil Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9699, 9, 'Restanteil Vollhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9700, 9, 'Name des Gesellschafters Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9701, 9, 'Name des Gesellschafters Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9702, 9, 'Name des Gesellschafters Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9703, 9, 'Name des Gesellschafters Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9704, 9, 'Name des Gesellschafters Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9705, 9, 'Name des Gesellschafters Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9706, 9, 'Name des Gesellschafters Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9707, 9, 'Name des Gesellschafters Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9708, 9, 'Name des Gesellschafters Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9709, 9, 'Name des Gesellschafters Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9710, 9, 'Tätigkeitsvergütung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9711, 9, 'Tätigkeitsvergütung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9712, 9, 'Tätigkeitsvergütung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9713, 9, 'Tätigkeitsvergütung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9714, 9, 'Tätigkeitsvergütung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9715, 9, 'Tätigkeitsvergütung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9716, 9, 'Tätigkeitsvergütung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9717, 9, 'Tätigkeitsvergütung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9718, 9, 'Tätigkeitsvergütung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9719, 9, 'Tätigkeitsvergütung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9720, 9, 'Tantieme Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9721, 9, 'Tantieme Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9722, 9, 'Tantieme Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9723, 9, 'Tantieme Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9724, 9, 'Tantieme Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9725, 9, 'Tantieme Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9726, 9, 'Tantieme Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9727, 9, 'Tantieme Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9728, 9, 'Tantieme Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9729, 9, 'Tantieme Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9730, 9, 'Darlehensverzinsung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9731, 9, 'Darlehensverzinsung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9732, 9, 'Darlehensverzinsung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9733, 9, 'Darlehensverzinsung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9734, 9, 'Darlehensverzinsung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9735, 9, 'Darlehensverzinsung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9736, 9, 'Darlehensverzinsung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9737, 9, 'Darlehensverzinsung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9738, 9, 'Darlehensverzinsung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9739, 9, 'Darlehensverzinsung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9740, 9, 'Gebrauchsüberlassung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9741, 9, 'Gebrauchsüberlassung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9742, 9, 'Gebrauchsüberlassung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9743, 9, 'Gebrauchsüberlassung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9744, 9, 'Gebrauchsüberlassung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9745, 9, 'Gebrauchsüberlassung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9746, 9, 'Gebrauchsüberlassung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9747, 9, 'Gebrauchsüberlassung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9748, 9, 'Gebrauchsüberlassung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9749, 9, 'Gebrauchsüberlassung Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9750, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9751, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9752, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9753, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9754, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9755, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9756, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9757, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9758, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9759, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9760, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9761, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9762, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9763, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9764, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9765, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9766, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9767, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9768, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9769, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9770, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9771, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9772, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9773, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9774, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9775, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9776, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9777, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9778, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9779, 9, 'Sonstige Vergütungen Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9780, 9, 'Anteil für Konto 9840 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9781, 9, 'Anteil für Konto 9840 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9782, 9, 'Anteil für Konto 9840 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9783, 9, 'Anteil für Konto 9840 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9784, 9, 'Anteil für Konto 9840 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9785, 9, 'Anteil für Konto 9840 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9786, 9, 'Anteil für Konto 9840 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9787, 9, 'Anteil für Konto 9840 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9788, 9, 'Anteil für Konto 9840 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9789, 9, 'Anteil für Konto 9840 Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9790, 9, 'Restanteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9791, 9, 'Restanteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9792, 9, 'Restanteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9793, 9, 'Restanteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9794, 9, 'Restanteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9795, 9, 'Restanteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9796, 9, 'Restanteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9797, 9, 'Restanteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9798, 9, 'Restanteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9799, 9, 'Restanteil Teilhafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9800, 9, 'Abstimmsummenkonto für den Import von Buchungssätzen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Rücklagen, Gewinn-, Verlustvortrag', 9802, 9, 'Gesamthänderisch gebundene Rücklagen – andere Kapitalkontenanpassungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Rücklagen, Gewinn-, Verlustvortrag', 9803, 9, 'Gewinnvortrag/Verlustvortrag – andere Kapitalkontenanpassungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Rücklagen, Gewinn-, Verlustvortrag', 9804, 9, 'Gesamthänderisch gebundene Rücklagen – Umbuchungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Rücklagen, Gewinn-, Verlustvortrag', 9805, 9, 'Gewinnvortrag/Verlustvortrag – Umbuchungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Anteile an den Posten Jahresüberschuss/-fehlbetrag bzw. Bilanzgewinn/-verlust', 9806, 9, 'Zuzurechnender Anteil am Jahresüberschuss/Jahresfehlbetrag – je Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Anteile an den Posten Jahresüberschuss/-fehlbetrag bzw. Bilanzgewinn/-verlust', 9807, 9, 'Zuzurechnender Anteil am Bilanzgewinn/Bilanzverlust – je Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Anteile an den Posten Jahresüberschuss/-fehlbetrag bzw. Bilanzgewinn/-verlust', 9808, 9, 'Gegenkonto für zuzurechnenden Anteil am Jahresüberschuss/Jahresfehlbetrag', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Anteile an den Posten Jahresüberschuss/-fehlbetrag bzw. Bilanzgewinn/-verlust', 9809, 9, 'Gegenkonto für zuzurechnenden Anteil am Bilanzgewinn/Bilanzverlust', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9810, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9811, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9812, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9813, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9814, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9815, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9816, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9817, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9818, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9819, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9820, 9, 'Verlust-/Vortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9821, 9, 'Verlust-/Vortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9822, 9, 'Verlust-/Vortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9823, 9, 'Verlust-/Vortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9824, 9, 'Verlust-/Vortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9825, 9, 'Verlust-/Vortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9826, 9, 'Verlust-/Vortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9827, 9, 'Verlust-/Vortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9828, 9, 'Verlust-/Vortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9829, 9, 'Verlust-/Vortragskonto', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9830, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9831, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9832, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9833, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9834, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9835, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9836, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9837, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9838, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9839, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9840, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9841, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9842, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9843, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9844, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9845, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9846, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9847, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9848, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9849, 9, 'Kapitalkonto III', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9850, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9851, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9852, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9853, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9854, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9855, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9856, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9857, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9858, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9859, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9860, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9861, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9862, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9863, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9864, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9865, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9866, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9867, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9868, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9869, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9870, 9, 'Einzahlungsverpflichtungen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9871, 9, 'Einzahlungsverpflichtungen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9872, 9, 'Einzahlungsverpflichtungen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9873, 9, 'Einzahlungsverpflichtungen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9874, 9, 'Einzahlungsverpflichtungen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9875, 9, 'Einzahlungsverpflichtungen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9876, 9, 'Einzahlungsverpflichtungen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9877, 9, 'Einzahlungsverpflichtungen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9878, 9, 'Einzahlungsverpflichtungen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9879, 9, 'Einzahlungsverpflichtungen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Ausgleichsposten für aktivierte eigene Anteil und Bilanzierungshilfen', 9880, 9, 'Ausgleichsposten für aktivierte eigen Anteile', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Ausgleichsposten für aktivierte eigene Anteil und Bilanzierungshilfen', 9882, 9880, '', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Nicht durch Vermögenseinlagen gedeckte Entnahmen', 9883, 9, 'Nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Nicht durch Vermögenseinlagen gedeckte Entnahmen', 9884, 9, 'Nicht durch Vermögenseinlagen gedeckte Entnahmen Kommanditisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen', 9885, 9, 'Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen', 9886, 9, 'Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen Kommandisten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Steueraufwand der Gesellschafter', 9887, 9, 'Steueraufwand der Gesellschafter', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Steueraufwand der Gesellschafter', 9889, 9, 'Gegenkonto zu 9887', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Gewinnzuschlag', 9890, 9, 'Statistisches Konto für den Gewinnzuschlag nach §§ 6b, 6c EStG (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Gewinnzuschlag', 9891, 9, 'Statistisches Konto für den Gewinnzuschlag nach §§ 6b, 6c EStG (Soll) – Gegenkonto zu 9890', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Veränderung der gesamthänderisch gebundenen Rücklagen (Einlagen/Entnahmen)', 9892, 9, 'Veränderung der gesamthänderisch gebundenen Rücklagen (Einlagen/Entnahmen)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9893, 9, 'Umsatzsteuer in den Forderungen zum allgemeinen Umsatzsteuersatz (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9894, 9, 'Umsatzsteuer in den Forderungen zum ermäßigten Umsatzsteuersatz (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9895, 9, 'Gegenkonto 9893-9894 für die Aufteilung der Umsatzsteuer (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9696, 9, 'Vorsteuer in den Verbindlichkeiten zum allgemeinen Umsatzsteuersatz (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9897, 9, 'Vorsteuer in den Verbindlichkeiten zum ermäßigten Umsatzsteuersatz (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9899, 9, 'Gegenkonto 9896-9897 für die Aufteilung der Vorsteuer (EÜR)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zu § 4 (4a) EStG', 9910, 9, 'Gegenkonto zur Minderung der Entnahmen $ 4 (4a) EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zu § 4 (4a) EStG', 9911, 9, 'Minderung der Entnahmen § 4 (4a) EStG (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zu § 4 (4a) EStG', 9912, 9, 'Erhöhung der Entnahmen § 4 (4a) EStG', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zu § 4 (4a) EStG', 9913, 9, 'Gegenkonto zur Erhöhung der Entnahmen § 4 (4a) EStG (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9916, 9, 'Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem 2. vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9917, 9, 'Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem 3. vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9918, 9, 'Rückgängigmachung Investitionsabzugsbetrag § 7b Abs. 3, 4 EStG im 2. vorangegangenen Wirtschaftsjahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9919, 9, 'Rückgängigmachung Investitionsabzugsbetrag § 7b Abs. 3, 4 EStG im 3. vorangegangenen Wirtschaftsjahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9960, 9, 'Bewertungskorrektur zu Forderungen aus Lieferungen und Leistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9961, 9, 'Bewertungskorrektur zu sonstigen Verbindlichkeiten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9962, 9, 'Bewertungskorrektur zu Guthaben bei Kreditinstituten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9963, 9, 'Bewertungskorrektur zu Verbindlichkeiten gegenüber Kreditinstituten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9964, 9, 'Bewertungskorrektur zu Verbindlichkeiten aus Lieferungen und Leistungen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9965, 9, 'Bewertungskorrektur zu sonstigen Vermögensgegenständen', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9970, 9, 'Investitionsabzugsbetrag § 7g Abs. 1 EStG, außerbilanziell (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9971, 9, 'Investitionsabzugsbetrag § 7g Abs. 1 EStG, außerbilanziell (Haben) – Gegenkonto 9970', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9972, 9, 'Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9973, 9, 'Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem 2. vorangegangenen Wirtschaftsjahren, außerbilanziell (Soll) – Gegenkonto zu 9972, 9916, 9917', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9974, 9, 'Rückgängigmachung Investitionsabzugsbetrag § 7b Abs. 3, 4 EStG im vorangegangenen Wirtschaftsjahr', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9975, 9, 'Rückgängigmachung Investitionsabzugsbetrag § 7b Abs. 3, 4 EStG im 2. vorangegangenen Wirtschaftsjahren – Gegenkonto 9974, 9918, 9919', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Zinsschranke § 4h EStG/§ 8a KStG', 9976, 9, 'Nicht abzugsfähige Zinsaufwendungen gemäß § 4h EStG (Haben)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Zinsschranke § 4h EStG/§ 8a KStG', 9977, 9, 'Nicht abzugsfähige Zinsaufwendungen gemäß § 4h EStG (Soll) – Gegenkonto zu 9976', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Zinsschranke § 4h EStG/§ 8a KStG', 9978, 9, 'Abziehbare Zinsaufwendungen aus Vorjahren gemäß § 4h EStG (Soll)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Zinsschranke § 4h EStG/§ 8a KStG', 9979, 9, 'Abziehbare Zinsaufwendungen aus Vorjahren gemäß § 4h EStG (Haben) – Gegenkonto zu 9978', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den GuV-Ausweis in „Gutschrift bzw. Belastung auf Verbindlichkeitskonten“ bei den Zuordnungstabellen für PersHG nach KapCoRiLiG', 9980, 9, 'Anteil Belastung au Verbindlichkeitskonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den GuV-Ausweis in „Gutschrift bzw. Belastung auf Verbindlichkeitskonten“ bei den Zuordnungstabellen für PersHG nach KapCoRiLiG', 9981, 9, 'Verrechnungskonto für Anteil Belastung auf Verbindlichkeitskonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den GuV-Ausweis in „Gutschrift bzw. Belastung auf Verbindlichkeitskonten“ bei den Zuordnungstabellen für PersHG nach KapCoRiLiG', 9982, 9, 'Anteil Gutschrift auf Verbindlichkeitskonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den GuV-Ausweis in „Gutschrift bzw. Belastung auf Verbindlichkeitskonten“ bei den Zuordnungstabellen für PersHG nach KapCoRiLiG', 9983, 9, 'Verrechnungskonto für Anteil Gutschrift auf Verbindlichkeitskonten', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Gewinnkorrektur nach § 60 Abs. 2 EstDV', 9984, 9, 'Gewinnkorrektur nach § 60 Abs. 2 EstDV – Erhöhung handelsrechtliches Ergebnis durch Habenbuchung – Minderung handelrechtliches Ergebnis durch Sollbuchung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Gewinnkorrektur nach § 60 Abs. 2 EstDV', 9985, 9, 'Gegenkonto zu 9984', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Korrekturbuchungen in der Überleitungsrechnung', 9986, 9, 'Ergebnisverteilung auf Fremdkapital', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Korrekturbuchungen in der Überleitungsrechnung', 9987, 9, 'Bilanzberichtigung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Korrekturbuchungen in der Überleitungsrechnung', 9989, 9, 'Gegenkonto 9986-9988', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9990, 9, 'Erträge von außergewöhnlicher Größenordnung oder Bedeutung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9991, 9, 'Erträge (aperiodisch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9992, 9, 'Erträge von außergewöhnlicher Größenordnung oder Bedeutung (aperiodisch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9993, 9, 'Aufwendungen von außergewöhnlicher Größenordnung oder Bedeutung', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9994, 9, 'Aufwendungen (aperiodisch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9995, 9, 'Aufwendungen von außergewöhnlicher Größenordnung oder Bedeutung (aperiodisch)', __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, entity) VALUES ('SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9998, 9, 'Gegenkonto 9990-9997', __ENTITY__);
    +-- SKR04 
     
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3837, 'SKR04', 'Anlagevermögen', 'Anlagevermögen', 0, 0, 'Anlagevermögen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3838, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 100, 0, 'Entgeltlich erworbene Konzessionen, gewerbliche Schutzrechte und ähnliche Rechte und Werte sowie Lizenzen an solchen Rechten und Werten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3839, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 110, 100, 'Konzessionen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3840, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 120, 100, 'Gewerbliche Schutzrechte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3841, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 130, 100, 'Ähnliche Rechte und Werte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3842, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 135, 100, 'EDV-Software');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3843, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 140, 100, 'Lizenzen an gewerblichen Schutzrechten und ähnlichen Rechten und Werte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3844, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 143, 0, 'Selbst geschaffene immaterielle Vermögensgegenstände');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3845, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 144, 143, 'EDV-Software');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3846, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 145, 143, 'Lizenzen und Franchiseverträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3847, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 146, 143, 'Konzessionen und gewerbliche Schutzrechte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3848, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 147, 143, 'Rezepte, Verfahren, Prototypen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3849, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 148, 143, 'Immaterielle Vermögensgegenstände in Entwicklung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3850, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 150, 0, 'Geschäfts- oder Firmenwert');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3851, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 160, 0, 'Verschmelzungsmehrwert');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3852, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 170, 0, 'Geleistete Anzahlungen auf immaterielle Vermögensgegenstände');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3853, 'SKR04', 'Anlagevermögen', 'Immaterielle Vermögensgegenstände', 179, 0, 'Anzahlungen auf Geschäfts- oder Firmenwert');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3854, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 200, 0, 'Grundstücke, grundstücksgleiche Rechte und Bauten einschließlich der Bauten auf fremden Grundstück');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3855, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 210, 200, 'Grundstücksgleiche Rechte ohne Bauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3856, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 215, 200, 'Unbebaute Grundstücke');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3857, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 220, 200, 'Grundstücksgleiche Rechte (Erbbaurecht, Dauerwohnrecht, unbebaute Grundstücke)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3858, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 225, 200, 'Grundstücke mit Substanzverkehr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3859, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 229, 200, 'Grundstücksanteil des häuslichen Arbeitszimmers');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3860, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 230, 200, 'Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3861, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 235, 200, 'Grundstückswerte eigener bebauter Grundstücke');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3862, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 240, 200, 'Geschäftsbauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3863, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 250, 200, 'Fabrikbauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3864, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 260, 200, 'Andere Bauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3865, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 270, 200, 'Garagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3866, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 280, 200, 'Außenanlagen für Geschäfts-, Fabrik- und andere Bauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3867, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 285, 200, 'Hof- und Wegbefestigungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3868, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 290, 200, 'Einrichtungen für Geschäfts-. Fabrik- und andere Bauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3869, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 300, 200, 'Wohnbauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3870, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 305, 200, 'Garagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3871, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 310, 200, 'Außenanlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3872, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 315, 200, 'Hof- und Wegbefestigungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3873, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 320, 200, 'Einrichtungen für Wohnbauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3874, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 329, 200, 'Gebäudeteil des häuslichen Arbeitszimmers');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3875, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 330, 200, 'Bauten auf fremden Grundstücken');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3876, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 340, 200, 'Geschäftsbauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3877, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 350, 200, 'Fabrikbauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3878, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 360, 200, 'Wohnbauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3879, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 370, 200, 'Andere Bauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3880, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 380, 200, 'Garagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3881, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 390, 200, 'Außenanlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3882, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 395, 200, 'Hof- und Wegbefestigungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3883, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 398, 200, 'Einrichtungen für Geschäfts-. Fabrik-, Wohn- und andere Bauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3884, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 400, 0, 'Technische Anlagen und Maschinen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3885, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 420, 400, 'Technische Anlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3886, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 440, 400, 'Maschinen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3887, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 450, 400, 'Transportanlagen und Ähnlichen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3888, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 460, 400, 'Maschinengebundene Werkzeuge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3889, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 470, 400, 'Betriebsvorrichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3890, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 500, 0, 'Andere Anlagen, Betriebs- und Geschäftsausstattungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3891, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 510, 500, 'Andere Anlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3892, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 520, 500, 'PKW');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3893, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 540, 500, 'LKW');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3894, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 560, 500, 'Sonstige Transportmittel');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3895, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 620, 500, 'Werkzeuge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3896, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 630, 500, 'Betriebsausstattung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3897, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 635, 500, 'Geschäftsausstattung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3898, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 640, 500, 'Ladeneinrichtung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3899, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 650, 500, 'Büroeinrichtung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3900, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 660, 500, 'Gerüst- und Schalungsmaterial');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3901, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 670, 500, 'Geringwertige Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3902, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 675, 500, 'Wirtschaftsgüter (Sammelposten)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3903, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 680, 500, 'Einbauten in fremde Grundstücke');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3904, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 690, 500, 'Sonstige Betriebs- und Geschäftsausstattung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3905, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 700, 0, 'Geleistete Anzahlungen und Anlagen im Bau');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3906, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 705, 700, 'Anzahlungen auf Grundstücke und grundstücksgleiche Rechte ohne Bauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3907, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 710, 700, 'Geschäfts-, Fabrik- und andere Bauten im Bau auf eigenen Grundstücken');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3908, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 720, 700, 'Anzahlungen auf Geschäfts-, Fabrik- und andere Bauten auf eigenen Grundstücken und grundstücksgleichen Rechten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3909, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 725, 700, 'Wohnbauten im Bau auf eigenen Grundstücken');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3910, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 735, 700, 'Anzahlungen auf Wohnbauten auf eigene Grundstücken und grundstücksgleichen Rechten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3911, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 740, 700, 'Geschäfts-, Fabrik- und andere Bauten im Bau auf fremden Grundstücken');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3912, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 750, 700, 'Anzahlungen auf Geschäfts-, Fabrik- und andere Bauten im Bau auf fremden Grundstücken');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3913, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 755, 700, 'Wohnbauten im Bau auf fremden Grundstücken');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3914, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 765, 700, 'Anzahlungen auf Wohnbauten auf fremden Grundstücken');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3915, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 770, 700, 'Technische Anlagen und Maschinen im Bau');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3916, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 780, 700, 'Anzahlungen auf technische Anlagen und Maschinen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3917, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 785, 700, 'Andere Anlagen, Betriebs- und Geschäftsausstattung im Bau');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3918, 'SKR04', 'Anlagevermögen', 'Sachanlagen', 795, 700, 'Anzahlungen auf andere Anlagen, Betriebs- und Geschäftsausstattung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3919, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 800, 700, 'Anteile an verbundenen Unternehmen (Anlagevermögen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3920, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 803, 800, 'Anteile an verbundenen Unternehmen, Personengesellschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3921, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 804, 800, 'Anteile an verbundenen Unternehmen, Kapitalgesellschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3922, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 805, 800, 'Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft, Personengesellschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3923, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 808, 800, 'Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft, Kapitalgesellschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3924, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 809, 800, 'Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3925, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 810, 700, 'Ausleihungen an verbundene Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3926, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 813, 810, 'Ausleihungen an verbundene Unternehmen, Personengesellschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3927, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 814, 810, 'Ausleihungen an verbundene Unternehmen, Kapitalgesellschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3928, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 815, 810, 'Ausleihungen an verbundene Unternehmen, Einzelunternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3929, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 820, 700, 'Beteiligungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3930, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 829, 820, 'Beteiligung einer GmbH & Co. KG an einer Komplementär GmbH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3931, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 830, 820, 'Typisch stille Beteiligungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3932, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 840, 820, 'Atypische stille Beteiligungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3933, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 850, 820, 'Beteiligungen an Kapitalgesellschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3934, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 860, 820, 'Beteiligungen an Personengesellschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3935, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 880, 700, 'Ausleihungen an Unternehmen, mit denen ein Beteiligungsverhältnis besteht');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3936, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 883, 880, 'Ausleihungen an Unternehmen, mit denen ein Beteiligungsverhältnis besteht, Personengesellschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3937, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 885, 880, 'Ausleihungen an Unternehmen, mit denen ein Beteiligungsverhältnis besteht, Kapitalgesellschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3938, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 900, 0, 'Wertpapiere des Anlagevermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3939, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 910, 900, 'Wertpapiere mit Gewinnbeteiligungsansprüchen, die dem Teileinkünfteverfahren unterliegen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3940, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 920, 900, 'Festverzinsliche Wertpapiere');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3941, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 930, 0, 'Sonstige Ausleihungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3942, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 940, 930, 'Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3943, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 960, 930, 'Ausleihungen an Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3944, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 963, 930, 'Ausleihungen an GmbH-Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3945, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 962, 930, 'Ausleihungen an persönlich haftende Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3946, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 963, 930, 'Ausleihungen an Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3947, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 964, 930, 'Ausleihungen an stille Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3948, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 970, 930, 'Ausleihungen an nahe stehende Personen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3949, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 980, 0, 'Genossenschaftsanteile zum langfristigen Verbleib');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3950, 'SKR04', 'Anlagevermögen', 'Finanzanlagen', 990, 0, 'Rückdeckungsansprüche aus Lebensversicherungen zum langfristigen Verbleib');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3951, 'SKR04', 'Umlaufvermögen', 'Umlaufvermögen', 1, 1, 'Umlaufvermögen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3952, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1000, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3953, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1001, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3954, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1002, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3955, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1003, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3956, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1004, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3957, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1005, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3958, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1006, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3959, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1007, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3960, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1008, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3961, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1009, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3962, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1010, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3963, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1011, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3964, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1012, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3965, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1013, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3966, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1014, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3967, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1015, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3968, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1016, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3969, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1017, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3970, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1018, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3971, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1019, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3972, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1020, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3973, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1021, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3974, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1022, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3975, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1023, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3976, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1024, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3977, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1025, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3978, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1026, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3979, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1027, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3980, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1028, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3981, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1029, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3982, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1030, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3983, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1031, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3984, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1032, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3985, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1033, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3986, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1034, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3987, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1035, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3988, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1036, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3989, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1037, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3990, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1038, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3991, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1039, 1, 'Roh-, Hilfs- und Betriebsstoffe (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3992, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1040, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3993, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1041, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3994, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1042, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3995, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1043, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3996, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1044, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3997, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1045, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3998, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1046, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 3999, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1047, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4000, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1048, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4001, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1049, 1, 'Unfertige Erzeugnisse, unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4002, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1050, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4003, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1051, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4004, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1052, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4005, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1053, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4006, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1054, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4007, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1055, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4008, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1056, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4009, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1057, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4010, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1058, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4011, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1059, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4012, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1060, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4013, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1061, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4014, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1062, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4015, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1063, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4016, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1064, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4017, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1065, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4018, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1066, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4019, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1067, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4020, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1068, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4021, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1069, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4022, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1070, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4023, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1071, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4024, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1072, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4025, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1073, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4026, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1074, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4027, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1075, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4028, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1076, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4029, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1077, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4030, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1078, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4031, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1079, 1040, 'Unfertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4032, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1080, 1040, 'Unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4033, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1081, 1040, 'Unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4034, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1082, 1040, 'Unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4035, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1083, 1040, 'Unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4036, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1084, 1040, 'Unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4037, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1085, 1040, 'Unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4038, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1086, 1040, 'Unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4039, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1087, 1040, 'Unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4040, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1088, 1040, 'Unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4041, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1089, 1040, 'Unfertige Leistungen (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4042, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1090, 1040, 'In Ausführung befindliche Bauaufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4043, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1091, 1040, 'In Ausführung befindliche Bauaufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4044, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1092, 1040, 'In Ausführung befindliche Bauaufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4045, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1093, 1040, 'In Ausführung befindliche Bauaufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4046, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1094, 1040, 'In Ausführung befindliche Bauaufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4047, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1095, 1040, 'In Arbeit befindliche Aufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4048, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1096, 1040, 'In Arbeit befindliche Aufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4049, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1097, 1040, 'In Arbeit befindliche Aufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4050, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1098, 1040, 'In Arbeit befindliche Aufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4051, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1099, 1040, 'In Arbeit befindliche Aufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4052, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1100, 1, 'Fertige Erzeugnisse und Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4053, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1101, 1, 'Fertige Erzeugnisse und Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4054, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1102, 1, 'Fertige Erzeugnisse und Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4055, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1103, 1, 'Fertige Erzeugnisse und Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4056, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1104, 1, 'Fertige Erzeugnisse und Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4057, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1105, 1, 'Fertige Erzeugnisse und Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4058, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1106, 1, 'Fertige Erzeugnisse und Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4059, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1107, 1, 'Fertige Erzeugnisse und Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4060, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1108, 1, 'Fertige Erzeugnisse und Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4061, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1109, 1, 'Fertige Erzeugnisse und Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4062, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1110, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4063, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1111, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4064, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1112, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4065, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1113, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4066, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1114, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4067, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1115, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4068, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1116, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4069, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1117, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4070, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1118, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4071, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1119, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4072, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1120, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4073, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1121, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4074, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1122, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4075, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1123, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4076, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1124, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4077, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1125, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4078, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1126, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4079, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1127, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4080, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1128, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4081, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1129, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4082, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1130, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4083, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1131, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4084, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1132, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4085, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1133, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4086, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1134, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4087, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1135, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4088, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1136, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4089, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1137, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4090, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1138, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4091, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1139, 1100, 'Fertige Erzeugnisse (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4092, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1140, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4093, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1141, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4094, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1142, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4095, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1143, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4096, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1144, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4097, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1145, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4098, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1146, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4099, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1147, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4100, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1148, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4101, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1149, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4102, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1150, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4103, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1151, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4104, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1152, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4105, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1153, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4106, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1154, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4107, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1155, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4108, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1156, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4109, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1157, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4110, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1158, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4111, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1159, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4112, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1160, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4113, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1161, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4114, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1162, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4115, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1163, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4116, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1164, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4117, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1165, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4118, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1166, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4119, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1167, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4120, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1168, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4121, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1169, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4122, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1170, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4123, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1171, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4124, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1172, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4125, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1173, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4126, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1174, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4127, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1175, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4128, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1176, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4129, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1177, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4130, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1178, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4131, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1179, 1100, 'Waren (Bestand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4132, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1180, 1, 'Geleistete Anzahlungen auf Vorräte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4133, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1181, 1180, 'Geleistete Anzahlungen auf 7% Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4134, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1182, 1180, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4135, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1183, 1180, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4136, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1184, 1180, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4137, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1185, 1180, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4138, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1186, 1180, 'Geleistete Anzahlungen auf 19% Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4139, 'SKR04', 'Umlaufvermögen', 'Vorräte', 1190, 1180, 'Erhaltene Anzahlungen auf Bestellungen (von Vorräten offen abgesetzt)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4140, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1200, 1, 'Forderungen aus Lieferungen und Leistungen ');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4141, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1201, 1200, 'Forderungen aus Lieferungen und Leistungen ');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4142, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1202, 1200, 'Forderungen aus Lieferungen und Leistungen ');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4143, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1203, 1200, 'Forderungen aus Lieferungen und Leistungen ');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4144, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1204, 1200, 'Forderungen aus Lieferungen und Leistungen ');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4145, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1205, 1200, 'Forderungen aus Lieferungen und Leistungen ');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4146, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1206, 1200, 'Forderungen aus Lieferungen und Leistungen ');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4147, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1210, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4148, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1211, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4149, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1212, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4150, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1213, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4151, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1214, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4152, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1215, 1200, 'Forderungen aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz oder eines Kleinunternehmers (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4153, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1216, 1200, 'Forderungen aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4154, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1217, 1200, 'Forderungen aus steuerfreien oder nicht steuerbaren Lieferungen und Leistungen (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4155, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1218, 1200, 'Forderungen aus Lieferungen und Leistungen nach Durchschnittssätzen gemäß § 24 UStG (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4156, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1219, 1200, 'Gegenkonto 1215-1218 bei Aufteilung der Forderungen nach Steuersätzen (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4157, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1220, 1200, 'Forderungen nach § 11 Abs. 1 Satz 2 EStG für § 4/3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4158, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1221, 1200, 'Forderungen aus Lieferungen und Leistungen ohne Kontokorrent – Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4159, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1225, 1200, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4160, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1230, 1200, 'Wechsel aus Lieferungen und Leistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4161, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1231, 1200, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4162, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1232, 1200, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4163, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1235, 1200, 'Wechsel aus Lieferungen und Leistungen, Bundesbankfertig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4164, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1240, 1200, 'Zweifelhafte Forderungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4165, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1241, 1200, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4166, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1245, 1200, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4167, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1246, 1200, 'Einzelwertberichtigungen auf Forderungen mit einer – Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4168, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1247, 1200, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4169, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1248, 1200, 'Pauschalwertberichtigung auf Forderungen mit einer – Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4170, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1249, 1200, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4171, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1250, 1200, 'Forderungen aus Lieferungen und Leistungen gegen Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4172, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1251, 1200, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4173, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1255, 1200, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4174, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1258, 1200, 'Gegenkonto zu sonstigen Vermögensgegenständen bei Buchungen über Debitorenkonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4175, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1259, 1200, 'Gegenkonto 1221-1229, 1240-1245, 1250-1257, 1270-1279, 1290-1297 bei Aufteilung Debitorenkonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4176, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1260, 1, 'Forderungen gegen verbundene Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4177, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1261, 1260, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4178, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1265, 1260, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4179, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1266, 1260, 'Besitzwechsel gegen verbundene Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4180, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1267, 1260, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4181, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1268, 1260, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4182, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1269, 1260, 'Besitzwechsel gegen verbundene Unternehmen, bundesbankfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4183, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1270, 1260, 'Forderungen aus Lieferungen und Leistungen gegen verbundene Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4184, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1271, 1260, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4185, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1275, 1260, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4186, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1276, 1260, 'Wertberichtigung auf Forderungen gegen verbundene Unternehmen – Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4187, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1277, 1260, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4188, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1280, 1, 'Forderungen gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4189, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1281, 1280, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4190, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1285, 1280, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4191, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1286, 1280, 'Besitzwechsel gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4192, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1287, 1280, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4193, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1288, 1280, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4194, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1289, 1280, 'Besitzwechsel gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht, bundesbankfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4195, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1290, 1280, 'Forderungen aus Lieferungen und Leistungen gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4196, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1291, 1280, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4197, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1295, 1280, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4198, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1296, 1280, 'Wertberichtigungen auf Forderungen gegen Unternehmen, mit denen ein Beteiligungsverhältnis besteht – Restlaufzeit 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4199, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1297, 1280, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4200, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1298, 1, 'Ausstehende Einlagen auf das gezeichnete Kapital, eingefordert (Forderungen, nicht eingeforderte ausstehende Einlagen s. Konto 2910)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4201, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1299, 1, 'Nachschüsse (Forderungen, Gegenkonto 2929)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4202, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1300, 1, 'Sonstige Vermögensgegenstände');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4203, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1301, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4204, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1305, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4205, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1307, 1300, 'Forderungen gegen GmbH-Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4206, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1308, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4207, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1309, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4208, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1310, 1300, 'Forderungen gegen Vorstandsmitglieder und Geschäftsführer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4209, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1311, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4210, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1315, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4211, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1317, 1300, 'Forderungen gegen persönlich haftende Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4212, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1318, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4213, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1319, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4214, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1320, 1300, 'Forderungen gegen Aufsichtsrats- und Beirats-Mitglieder');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4215, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1321, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4216, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1325, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4217, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1327, 1300, 'Forderungen gegen Kommanditisten und atypisch stille Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4218, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1328, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4219, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1329, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4220, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1330, 1300, 'Forderungen gegen sonstige Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4221, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1331, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4222, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1335, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4223, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1337, 1300, 'Forderungen gegen typisch stille Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4224, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1338, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4225, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1339, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4226, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1340, 1300, 'Forderungen gegen Personal aus Lohn- und Gehaltsabrechnungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4227, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1341, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4228, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1345, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4229, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1349, 1300, 'Ansprüche aus betrieblicher Altersversorgung und Pensionsansprüche (Mitunternehmer)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4230, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1350, 1300, 'Kautionen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4231, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1351, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4232, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1355, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4233, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1360, 1300, 'Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4234, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1361, 1300, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4235, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1365, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4236, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1369, 1300, 'Forderungen gegenüber Krankenkassen aus Aufwendungsausgleichsgesetz');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4237, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1370, 1300, 'Durchlaufende Posten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4238, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1374, 1300, 'Fremdgeld');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4239, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1375, 1300, 'Agenturwarenabrechnung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4240, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1376, 1300, 'Nachträglich abziehbare Vorsteuer, § 15a Abs. 2 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4241, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1377, 1300, 'Zurückzahlende Vorsteuer, § 15a Abs. 2 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4242, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1378, 1300, 'Ansprüche aus Rückdeckungsversicherungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4243, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1380, 1300, 'Vermögensgegenstände zur Erfüllung von Pensionsrückstellungen und ähnlichen Verpflichtungen zum langfristigen Verbleib');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4244, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1381, 1300, 'Vermögensgegenstände zur Saldierung mit Pensionsrückstellungen und ähnlichen Verpflichtungen zum langfristigen Verbleib nach § 246 Abs. 2 HGB');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4245, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1382, 1300, 'Vermögensgegenstände zur Erfüllung von mit der Altersvorsorge vergleichbaren langfristigen Verpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4246, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1383, 1300, 'Vermögensgegenstände zur Saldierung mit der Altersversorgung vergleichbaren langfristigen Verpflichtungen nach § 246 Abs. 2 HGB');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4247, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1390, 1300, 'GmbH-Anteile zum kurzfristigen Verbleib');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4248, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1391, 1300, 'Forderungen gegen Arbeitsgemeinschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4249, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1393, 1300, 'Genussrechte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4250, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1394, 1300, 'Einzahlungsansprüche zu Nebenleistungen oder Zuzahlungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4251, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1395, 1300, 'Genossenschaftsanteile zum kurzfristigen Verbleib');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4252, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1396, 1300, 'Nachträglich abziehbare Vorsteuer, § 15a Abs. 1 UStG, bewegliche Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4253, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1397, 1300, 'Zurückzahlende Vorsteuer, § 15a Abs. 1 UStG, bewegliche Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4254, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1398, 1300, 'Nachträglich abziehbare Vorsteuer, § 15a Abs. 1 UStG, unbewegliche Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4255, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1399, 1300, 'Zurückzahlende Vorsteuer, § 15a Abs. 1 UStG, unbewegliche Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4256, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1400, 1300, 'Abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4257, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1401, 1300, 'Abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4258, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1402, 1300, 'Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4259, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1403, 1300, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4260, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1404, 1300, 'Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4261, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1405, 1300, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4262, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1406, 1300, 'Abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4263, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1407, 1300, 'Abziehbare Vorsteuer nach § 13b UStG 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4264, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1408, 1300, 'Abziehbare Vorsteuer nach § 13b UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4265, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1409, 1300, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4266, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1410, 1300, 'Aufzuteilende Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4267, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1411, 1300, 'Aufzuteilende Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4268, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1412, 1300, 'Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4269, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1413, 1300, 'Aufzuteilende Vorsteuer aus innergemeinschaftlichem Erwerb 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4270, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1414, 1300, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4271, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1415, 1300, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4272, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1416, 1300, 'Aufzuteilende Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4273, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1417, 1300, 'Aufzuteilende Vorsteuer nach §§ 13a/13b UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4274, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1418, 1300, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4275, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1419, 1300, 'Aufzuteilende Vorsteuer nach §§ 13a/13b UStG 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4276, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1420, 1300, 'Forderungen aus Umsatzsteuer-Vorauszahlungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4277, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1421, 1300, 'Umsatzsteuerforderungen laufendes Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4278, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1422, 1300, 'Umsatzsteuerforderungen Vorjahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4279, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1425, 1300, 'Umsatzsteuerforderungen frühere Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4280, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1427, 1300, 'Forderungen aus entrichteten Verbrauchsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4281, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1431, 1300, 'Abziehbare Vorsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4282, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1432, 1300, 'Abziehbare Vorsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferanten ohne Ust-Identifikationsnummer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4283, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1433, 1300, 'Entstandene Einfuhrumsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4284, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1434, 1300, 'Vorsteuer in Folgeperiode/im Folgejahr abziehbar');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4285, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1435, 1300, 'Forderungen aus Gewerbesteuerüberzahlungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4286, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1436, 1300, 'Vorsteuer aus Erwerb als letzter Abnehmer innerhalb eine Dreiecksgeschäfts');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4287, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1440, 1300, 'Steuererstattungsansprüche gegenüber Ländern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4288, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1450, 1300, 'Körperschaftsteuerrückforderungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4289, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1452, 1300, 'Körperschaftsteuerrückforderungen nach § 37 KStG – Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4290, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1453, 1300, '- Restlaufzeit größer 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4291, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1456, 1300, 'Forderungen an das Finanzamt aus abgeführtem Bauabzugsbetrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4292, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1457, 1300, 'Forderung gegenüber Bundesagentur für Arbeit');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4293, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1460, 1300, 'Geldtransit');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4294, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1480, 1300, 'Gegenkonto Vorsteuer § 4/3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4295, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1481, 1300, 'Auflösung Vorsteuer aus Vorjahr § 4/3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4296, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1482, 1300, 'Vorsteuer aus Investitionen § 4/3 EstG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4297, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1483, 1300, 'Gegenkonto für Vorsteuer nach Durchschnittsätzen für § 4 Abs. 3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4298, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1484, 1300, 'Vorsteuer nach allgemeinen Durchschittssätzen UstVA Kz. 63');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4299, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1485, 1300, 'Verrechnungskonto Gewinnermittlung § 4/3 EStG, ergebniswirksam');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4300, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1486, 1300, 'Verrechnungskonto Gewinnermittlung § 4/3 EStG, nicht ergebniswirksam');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4301, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1487, 1300, 'Wirtschaftsgüter des Umlaufvermögens gemäß § 4 Abs. 3 Satz 4 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4302, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1490, 1300, 'Verrechnungskonto Ist-Versteuerung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4303, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1495, 1300, 'Verrechnungskonto erhaltene Anzahlungen bei Buchungen über Debitorenkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4304, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1496, 1300, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4305, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1497, 1300, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4306, 'SKR04', 'Umlaufvermögen', 'Forderungen und sonstige Vermögensgegenstände', 1498, 1300, 'Überleitungskonto Kostenstellen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4307, 'SKR04', 'Umlaufvermögen', 'Wertpapiere', 1500, 1, 'Anteile an verbundenen Unternehmen (Umlaufvermögen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4308, 'SKR04', 'Umlaufvermögen', 'Wertpapiere', 1504, 1, 'Anteile an herrschender oder mehrheitlich beteiligter Gesellschaft');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4309, 'SKR04', 'Umlaufvermögen', 'Wertpapiere', 1510, 1, 'Sonstige Wertpapiere');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4310, 'SKR04', 'Umlaufvermögen', 'Wertpapiere', 1520, 1510, 'Finanzwechsel');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4311, 'SKR04', 'Umlaufvermögen', 'Wertpapiere', 1525, 1510, 'Andere Wertpapiere mit unwesentlichen Wertschwankungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4312, 'SKR04', 'Umlaufvermögen', 'Wertpapiere', 1530, 1510, 'Wertpapieranlagen im Rahmen der kurzfristigen Finanzdisposition');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4313, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1550, 1, 'Schecks');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4314, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1600, 1, 'Kasse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4315, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1610, 1600, 'Nebenkasse 1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4316, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1620, 1600, 'Nebenkasse 2');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4317, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1700, 1, 'Bank (Postbank)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4318, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1720, 1700, 'Bank (Postbank2)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4319, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1730, 1700, 'Bank (Postbank 3)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4320, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1780, 1700, 'LZB-Guthaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4321, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1790, 1700, 'Bundesbankguthaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4322, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1800, 1, 'Bank');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4323, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1810, 1800, 'Bank 1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4324, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1820, 1800, 'Bank 2');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4325, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1830, 1800, 'Bank 3');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4326, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1840, 1800, 'Bank 4');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4327, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1850, 1800, 'Bank 5');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4328, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1889, 1800, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4329, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1890, 1800, 'Finanzmittelanlagen im Rahmen der kurzfristigen Finanzdisposition (nicht im Finanzmittelfonds enthalten)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4330, 'SKR04', 'Umlaufvermögen', 'Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks', 1895, 1800, 'Verbindlichkeiten gegenüber Kreditinstituten (nicht im Finanzmittelfonds enthalten)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4331, 'SKR04', 'Umlaufvermögen', 'Abgrenzungsposten', 1900, 1, 'Aktive Rechnungsabgrenzung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4332, 'SKR04', 'Umlaufvermögen', 'Abgrenzungsposten', 1920, 1900, 'Als Aufwand berücksichtigte Zölle und Verbrauchsteuer auf Vorräte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4333, 'SKR04', 'Umlaufvermögen', 'Abgrenzungsposten', 1930, 1900, 'Als Aufwand berücksichtigte Umsatzsteuer auf Anzahlungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4334, 'SKR04', 'Umlaufvermögen', 'Abgrenzungsposten', 1940, 1900, 'Damnum/Disagio');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4335, 'SKR04', 'Umlaufvermögen', 'Abgrenzungsposten', 1950, 1, 'Aktive latente Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4336, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapitalkonten/Fremdkapitalkonten', 2, 2, 'Eigenkapitalkonten/Fremdkapitalkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4337, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2000, 2, 'Festkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4338, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2001, 2000, 'Festkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4339, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2002, 2000, 'Festkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4340, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2003, 2000, 'Festkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4341, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2004, 2000, 'Festkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4342, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2005, 2000, 'Festkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4343, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2006, 2000, 'Festkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4344, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2007, 2000, 'Festkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4345, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2008, 2000, 'Festkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4346, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2009, 2000, 'Festkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4347, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2010, 2, 'Variables Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4348, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2011, 2000, 'Variables Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4349, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2012, 2000, 'Variables Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4350, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2013, 2000, 'Variables Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4351, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2014, 2000, 'Variables Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4352, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2015, 2000, 'Variables Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4353, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2016, 2000, 'Variables Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4354, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2017, 2000, 'Variables Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4355, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2018, 2000, 'Variables Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4356, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Vollhafter/Einzelunternehmer', 2019, 2000, 'Variables Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4357, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2020, 2, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4358, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2021, 2020, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4359, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2022, 2020, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4360, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2023, 2020, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4361, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2024, 2020, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4362, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2025, 2020, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4363, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2026, 2020, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4364, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2027, 2020, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4365, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2028, 2020, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4366, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Vollhafter', 2029, 2020, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4367, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2030, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4368, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2031, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4369, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2032, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4370, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2033, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4371, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2034, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4372, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2035, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4373, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2036, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4374, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2037, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4375, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2038, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4376, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2039, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4377, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2040, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4378, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2041, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4379, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2042, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4380, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2043, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4381, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2044, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4382, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2045, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4383, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2046, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4384, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2047, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4385, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2048, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4386, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Einzelunternehmer', 2049, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4387, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2050, 2, 'Kommandit-Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4388, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2051, 2050, 'Kommandit-Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4389, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2052, 2050, 'Kommandit-Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4390, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2053, 2050, 'Kommandit-Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4391, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2054, 2050, 'Kommandit-Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4392, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2055, 2050, 'Kommandit-Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4393, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2056, 2050, 'Kommandit-Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4394, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2057, 2050, 'Kommandit-Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4395, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2058, 2050, 'Kommandit-Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4396, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2059, 2050, 'Kommandit-Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4397, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2060, 2, 'Verlustausgleichskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4398, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2061, 2060, 'Verlustausgleichskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4399, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2062, 2060, 'Verlustausgleichskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4400, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2063, 2060, 'Verlustausgleichskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4401, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2064, 2060, 'Verlustausgleichskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4402, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2065, 2060, 'Verlustausgleichskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4403, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2066, 2060, 'Verlustausgleichskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4404, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2067, 2060, 'Verlustausgleichskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4405, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2068, 2060, 'Verlustausgleichskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4406, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter', 2069, 2060, 'Verlustausgleichskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4407, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2070, 2, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4408, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2071, 2070, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4409, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2072, 2070, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4410, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2073, 2070, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4411, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2074, 2070, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4412, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2075, 2070, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4413, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2076, 2070, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4414, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2077, 2070, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4415, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2078, 2070, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4416, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Fremdkapital Teilhafter', 2079, 2070, 'Gesellschafter-Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4417, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2080, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4418, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2081, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4419, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2082, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4420, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2083, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4421, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2084, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4422, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2085, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4423, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2086, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4424, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2087, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4425, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2088, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4426, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2089, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4427, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2090, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4428, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2091, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4429, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2092, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4430, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2093, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4431, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2094, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4432, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2095, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4433, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2096, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4434, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2097, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4435, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2098, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4436, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Eigenkapital Teilhafter (keine Anfrage)', 2099, 2, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4437, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2100, 2, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4438, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2101, 2100, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4439, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2102, 2100, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4440, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2103, 2100, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4441, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'prp', 2104, 2100, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4442, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2105, 2100, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4443, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2106, 2100, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4444, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2107, 2100, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4445, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2108, 2100, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4446, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2109, 2100, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4447, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2110, 2, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4448, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2111, 2110, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4449, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2112, 2110, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4450, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2113, 2110, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4451, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2114, 2110, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4452, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2115, 2110, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4453, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2116, 2110, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4454, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2117, 2110, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4455, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2118, 2110, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4456, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2119, 2110, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4457, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2120, 2, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4458, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2121, 2120, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4459, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2122, 2120, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4460, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2123, 2120, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4461, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2124, 2120, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4462, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2125, 2120, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4463, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2126, 2120, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4464, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2127, 2120, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4465, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2128, 2120, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4466, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2129, 2120, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4467, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2130, 2, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4468, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2131, 2130, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4469, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2132, 2130, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4470, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2133, 2130, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4471, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2134, 2130, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4472, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2135, 2130, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4473, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2136, 2130, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4474, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2137, 2130, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4475, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2138, 2130, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4476, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2139, 2130, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4477, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2140, 2, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4478, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2141, 2140, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4479, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2142, 2140, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4480, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2143, 2140, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4481, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2144, 2140, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4482, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2145, 2140, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4483, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2146, 2140, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4484, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2147, 2140, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4485, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2148, 2140, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4486, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2149, 2140, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4487, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2150, 2, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4488, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2151, 2150, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4489, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2152, 2150, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4490, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2153, 2150, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4491, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2154, 2150, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4492, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2155, 2150, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4493, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2156, 2150, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4494, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2157, 2150, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4495, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2158, 2150, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4496, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2159, 2150, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4497, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2160, 2, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4498, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2161, 2160, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4499, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2162, 2160, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4500, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2163, 2160, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4501, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2164, 2160, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4502, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2165, 2160, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4503, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2166, 2160, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4504, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2167, 2160, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4505, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2168, 2160, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4506, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2169, 2160, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4507, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2170, 2, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4508, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2171, 2170, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4509, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2172, 2170, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4510, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2173, 2170, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4511, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2174, 2170, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4512, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2175, 2170, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4513, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2176, 2170, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4514, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2177, 2170, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4515, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2178, 2170, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4516, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2179, 2170, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4517, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2180, 2, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4518, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2181, 2180, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4519, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2182, 2180, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4520, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2183, 2180, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4521, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2184, 2180, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4522, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2185, 2180, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4523, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2186, 2180, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4524, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2187, 2180, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4525, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2188, 2180, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4526, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2189, 2180, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4527, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2190, 2, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4528, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2191, 2190, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4529, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2192, 2190, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4530, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2193, 2190, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4531, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2194, 2190, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4532, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2195, 2190, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4533, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2196, 2190, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4534, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2197, 2190, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4535, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2198, 2190, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4536, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2199, 2190, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4537, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2200, 2, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4538, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2201, 2200, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4539, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2202, 2200, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4540, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2203, 2200, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4541, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2204, 2200, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4542, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2205, 2200, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4543, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2206, 2200, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4544, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2207, 2200, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4545, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2208, 2200, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4546, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2209, 2200, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4547, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2210, 2, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4548, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2211, 2210, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4549, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2212, 2210, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4550, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2213, 2210, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4551, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2214, 2210, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4552, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2215, 2210, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4553, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2216, 2210, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4554, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2217, 2210, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4555, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2218, 2210, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4556, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2219, 2210, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4557, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2220, 2, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4558, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2221, 2220, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4559, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2222, 2220, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4560, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2223, 2220, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4561, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2224, 2220, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4562, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2225, 2220, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4563, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2226, 2220, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4564, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2227, 2220, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4565, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2228, 2220, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4566, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2229, 2220, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4567, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2230, 2, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4568, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2231, 2230, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4569, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2232, 2230, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4570, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2233, 2230, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4571, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2234, 2230, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4572, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2235, 2230, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4573, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2236, 2230, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4574, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2237, 2230, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4575, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2238, 2230, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4576, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2239, 2230, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4577, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2240, 2, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4578, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2241, 2240, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4579, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2242, 2240, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4580, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2243, 2240, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4581, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2244, 2240, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4582, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2245, 2240, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4583, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2246, 2240, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4584, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2247, 2240, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4585, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2248, 2240, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4586, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2249, 2240, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4587, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2250, 2, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4588, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2251, 2250, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4589, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2252, 2250, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4590, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2253, 2250, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4591, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2254, 2250, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4592, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2255, 2250, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4593, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2256, 2250, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4594, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2257, 2250, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4595, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2258, 2250, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4596, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2259, 2250, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4597, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2260, 2, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4598, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2261, 2260, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4599, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2262, 2260, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4600, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2263, 2260, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4601, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2264, 2260, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4602, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2265, 2260, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4603, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2266, 2260, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4604, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2267, 2260, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4605, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2268, 2260, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4606, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2269, 2260, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4607, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2270, 2, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4608, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2271, 2270, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4609, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2272, 2270, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4610, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2273, 2270, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4611, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2274, 2270, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4612, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2275, 2270, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4613, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2276, 2270, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4614, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2277, 2270, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4615, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2278, 2270, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4616, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2279, 2270, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4617, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2280, 2, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4618, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2281, 2280, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4619, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2282, 2280, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4620, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2283, 2280, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4621, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2284, 2280, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4622, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2285, 2280, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4623, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2286, 2280, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4624, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2287, 2280, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4625, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2288, 2280, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4626, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2289, 2280, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4627, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2290, 2, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4628, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2291, 2290, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4629, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2292, 2290, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4630, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2293, 2290, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4631, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2294, 2290, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4632, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2295, 2290, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4633, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2296, 2290, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4634, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2297, 2290, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4635, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2298, 2290, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4636, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2299, 2290, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4637, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2300, 2, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4638, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2301, 2300, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4639, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2302, 2300, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4640, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2303, 2300, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4641, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2304, 2300, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4642, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2305, 2300, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4643, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2306, 2300, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4644, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2307, 2300, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4645, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2308, 2300, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4646, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2309, 2300, 'Grundstücksaufwand (Umsatzsteuerschlüssel möglich)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4647, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2310, 2, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4648, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2311, 2310, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4649, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2312, 2310, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4650, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2313, 2310, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4651, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2314, 2310, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4652, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2315, 2310, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4653, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2316, 2310, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4654, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2317, 2310, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4655, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2318, 2310, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4656, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2319, 2310, 'Grundstücksaufwand (Umsatzsteuerschlüssel möglich)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4657, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2320, 2, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4658, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2321, 2320, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4659, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2322, 2320, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4660, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2323, 2320, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4661, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2324, 2320, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4662, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2325, 2320, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4663, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2326, 2320, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4664, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2327, 2320, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4665, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2328, 2320, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4666, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2329, 2320, 'Grundstücksaufwand (Umsatzsteuerschlüssel möglich)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4667, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2330, 2, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4668, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2331, 2330, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4669, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2332, 2330, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4670, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2333, 2330, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4671, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2334, 2330, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4672, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2335, 2330, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4673, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2336, 2330, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4674, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2337, 2330, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4675, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2338, 2330, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4676, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2339, 2330, 'Grundstücksaufwand (Umsatzsteuerschlüssel möglich)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4677, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2340, 2, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4678, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2341, 2340, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4679, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2342, 2340, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4680, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2343, 2340, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4681, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2344, 2340, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4682, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2345, 2340, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4683, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2346, 2340, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4684, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2347, 2340, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4685, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2348, 2340, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4686, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2349, 2340, 'Grundstücksaufwand (Umsatzsteuerschlüssel möglich)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4687, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2350, 2, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4688, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2351, 2350, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4689, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2352, 2350, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4690, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2353, 2350, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4691, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2354, 2350, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4692, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2355, 2350, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4693, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2356, 2350, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4694, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2357, 2350, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4695, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2358, 2350, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4696, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2359, 2350, 'Grundstücksertrag (Umsatzsteuerschlüssel möglich)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4697, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2360, 2, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4698, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2361, 2360, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4699, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2362, 2360, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4700, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2363, 2360, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4701, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2364, 2360, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4702, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2365, 2360, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4703, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2366, 2360, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4704, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2367, 2360, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4705, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2368, 2360, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4706, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2369, 2360, 'Grundstücksertrag (Umsatzsteuerschlüssel möglich)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4707, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2370, 2, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4708, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2371, 2370, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4709, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2372, 2370, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4710, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2373, 2370, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4711, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2374, 2370, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4712, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2375, 2370, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4713, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2376, 2370, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4714, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2377, 2370, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4715, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2378, 2370, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4716, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2379, 2370, 'Grundstücksertrag (Umsatzsteuerschlüssel möglich)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4717, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2380, 2, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4718, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2381, 2380, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4719, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2382, 2380, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4720, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2383, 2380, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4721, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2384, 2380, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4722, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2385, 2380, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4723, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2386, 2380, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4724, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2387, 2380, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4725, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2388, 2380, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4726, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2389, 2380, 'Grundstücksertrag (Umsatzsteuerschlüssel möglich)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4727, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2390, 2, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4728, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2391, 2390, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4729, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2392, 2390, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4730, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2393, 2390, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4731, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2394, 2390, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4732, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2395, 2390, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4733, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2396, 2390, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4734, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2397, 2390, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4735, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2398, 2390, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4736, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Eigenkapital) Vollhafter/Einzelunternehmer', 2399, 2390, 'Grundstücksertrag (Umsatzsteuerschlüssel möglich)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4737, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2500, 2, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4738, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2501, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4739, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2502, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4740, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2503, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4741, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2504, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4742, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2505, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4743, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2506, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4744, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2507, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4745, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2508, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4746, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2509, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4747, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2510, 2, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4748, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2511, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4749, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2512, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4750, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2513, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4751, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2514, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4752, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2515, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4753, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2516, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4754, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2517, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4755, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2518, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4756, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2519, 2500, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4757, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2520, 2, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4758, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2521, 2520, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4759, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2522, 2520, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4760, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2523, 2520, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4761, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2524, 2520, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4762, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2525, 2520, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4763, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2526, 2520, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4764, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2527, 2520, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4765, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2528, 2520, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4766, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2529, 2520, 'Privateinnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4767, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2530, 2, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4768, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2531, 2530, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4769, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2532, 2530, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4770, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2533, 2530, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4771, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2534, 2530, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4772, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2535, 2530, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4773, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2536, 2530, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4774, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2537, 2530, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4775, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2538, 2530, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4776, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2539, 2530, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4777, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2540, 2, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4778, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2541, 2540, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4779, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2542, 2540, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4780, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2543, 2540, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4781, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2544, 2540, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4782, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2545, 2540, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4783, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2546, 2540, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4784, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2547, 2540, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4785, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2548, 2540, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4786, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2549, 2540, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4787, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2550, 2, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4788, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2551, 2550, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4789, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2552, 2550, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4790, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2553, 2550, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4791, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2554, 2550, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4792, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2555, 2550, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4793, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2556, 2550, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4794, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2557, 2550, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4795, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2558, 2550, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4796, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2559, 2550, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4797, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2560, 2, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4798, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2561, 2560, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4799, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2562, 2560, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4800, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2563, 2560, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4801, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2564, 2560, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4802, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2565, 2560, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4803, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2566, 2560, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4804, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2567, 2560, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4805, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2568, 2560, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4806, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2569, 2560, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4807, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2570, 2, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4808, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2571, 2570, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4809, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2572, 2570, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4810, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2573, 2570, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4811, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2574, 2570, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4812, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2575, 2570, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4813, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2576, 2570, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4814, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2577, 2570, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4815, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2578, 2570, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4816, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2579, 2570, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4817, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2580, 2, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4818, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2581, 2580, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4819, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2582, 2580, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4820, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2583, 2580, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4821, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2584, 2580, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4822, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2585, 2580, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4823, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2586, 2580, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4824, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2587, 2580, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4825, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2588, 2580, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4826, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2589, 2580, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4827, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2590, 2, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4828, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2591, 2590, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4829, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2592, 2590, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4830, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2593, 2590, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4831, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2594, 2590, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4832, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2595, 2590, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4833, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2596, 2590, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4834, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2597, 2590, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4835, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2598, 2590, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4836, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2599, 2590, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4837, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2600, 2, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4838, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2601, 2600, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4839, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2602, 2600, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4840, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2603, 2600, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4841, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2604, 2600, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4842, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2605, 2600, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4843, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2606, 2600, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4844, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2607, 2600, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4845, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2608, 2600, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4846, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2609, 2600, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4847, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2610, 2, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4848, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2611, 2610, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4849, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2612, 2610, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4850, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2613, 2610, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4851, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2614, 2610, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4852, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2615, 2610, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4853, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2616, 2610, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4854, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2617, 2610, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4855, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2618, 2610, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4856, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2619, 2610, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4857, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2620, 2, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4858, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2621, 2620, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4859, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2622, 2620, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4860, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2623, 2620, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4861, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2624, 2620, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4862, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2625, 2620, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4863, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2626, 2620, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4864, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2627, 2620, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4865, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2628, 2620, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4866, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2629, 2620, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4867, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2630, 2, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4868, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2631, 2630, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4869, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2632, 2630, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4870, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2633, 2630, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4871, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2634, 2630, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4872, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2635, 2630, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4873, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2636, 2630, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4874, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2637, 2630, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4875, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2638, 2630, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4876, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2639, 2630, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4877, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2640, 2, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4878, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2641, 2640, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4879, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2642, 2640, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4880, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2643, 2640, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4881, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2644, 2640, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4882, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2645, 2640, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4883, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2646, 2640, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4884, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2647, 2640, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4885, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2648, 2640, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4886, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2649, 2640, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4887, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2650, 2, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4888, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2651, 2650, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4889, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2652, 2650, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4890, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2653, 2650, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4891, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2654, 2650, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4892, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2655, 2650, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4893, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2656, 2650, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4894, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2657, 2650, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4895, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2658, 2650, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4896, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2659, 2650, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4897, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2660, 2, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4898, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2661, 2660, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4899, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2662, 2660, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4900, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2663, 2660, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4901, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2664, 2660, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4902, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2665, 2660, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4903, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2666, 2660, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4904, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2667, 2660, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4905, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2668, 2660, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4906, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2669, 2660, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4907, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2670, 2, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4908, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2671, 2670, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4909, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2672, 2670, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4910, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2673, 2670, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4911, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2674, 2670, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4912, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2675, 2670, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4913, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2676, 2670, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4914, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2677, 2670, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4915, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2678, 2670, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4916, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2679, 2670, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4917, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2680, 2, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4918, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2681, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4919, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2682, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4920, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2683, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4921, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2684, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4922, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2685, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4923, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2686, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4924, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2687, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4925, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2688, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4926, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2689, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4927, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2690, 2, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4928, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2691, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4929, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2692, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4930, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2693, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4931, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2694, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4932, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2695, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4933, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2696, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4934, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2697, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4935, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2698, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4936, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2699, 2680, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4937, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2700, 2, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4938, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2701, 2700, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4939, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2702, 2700, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4940, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2703, 2700, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4941, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2704, 2700, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4942, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2705, 2700, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4943, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2706, 2700, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4944, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2707, 2700, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4945, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2708, 2700, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4946, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2709, 2700, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4947, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2710, 2, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4948, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2711, 2710, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4949, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2712, 2710, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4950, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2713, 2710, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4951, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2714, 2710, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4952, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2715, 2710, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4953, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2716, 2710, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4954, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2717, 2710, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4955, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2718, 2710, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4956, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2719, 2710, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4957, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2720, 2, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4958, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2721, 2720, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4959, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2722, 2720, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4960, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2723, 2720, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4961, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2724, 2720, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4962, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2725, 2720, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4963, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2726, 2720, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4964, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2727, 2720, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4965, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2728, 2720, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4966, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2729, 2720, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4967, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2730, 2, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4968, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2731, 2730, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4969, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2732, 2730, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4970, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2733, 2730, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4971, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2734, 2730, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4972, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2735, 2730, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4973, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2736, 2730, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4974, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2737, 2730, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4975, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2738, 2730, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4976, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2739, 2730, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4977, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2740, 2, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4978, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2741, 2740, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4979, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2742, 2740, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4980, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2743, 2740, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4981, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2744, 2740, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4982, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2745, 2740, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4983, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2746, 2740, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4984, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2747, 2740, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4985, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2748, 2740, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4986, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2749, 2740, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4987, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2750, 2, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4988, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2751, 2750, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4989, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2752, 2750, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4990, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2753, 2750, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4991, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2754, 2750, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4992, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2755, 2750, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4993, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2756, 2750, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4994, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2757, 2750, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4995, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2758, 2750, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4996, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2759, 2750, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4997, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2760, 2, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4998, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2761, 2760, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 4999, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2762, 2760, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5000, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2763, 2760, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5001, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2764, 2760, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5002, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2765, 2760, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5003, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2766, 2760, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5004, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2767, 2760, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5005, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2768, 2760, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5006, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2769, 2760, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5007, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2770, 2, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5008, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2771, 2770, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5009, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2772, 2770, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5010, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2773, 2770, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5011, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2774, 2770, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5012, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2775, 2770, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5013, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2776, 2770, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5014, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2777, 2770, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5015, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2778, 2770, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5016, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2779, 2770, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5017, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2780, 2, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5018, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2781, 2780, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5019, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2782, 2780, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5020, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2783, 2780, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5021, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2784, 2780, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5022, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2785, 2780, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5023, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2786, 2780, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5024, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2787, 2780, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5025, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2788, 2780, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5026, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2789, 2780, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5027, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2790, 2, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5028, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2791, 2790, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5029, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2792, 2790, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5030, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2793, 2790, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5031, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2794, 2790, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5032, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2795, 2790, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5033, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2796, 2790, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5034, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2797, 2790, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5035, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2798, 2790, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5036, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Privat (Fremdkapital) Teilhafter', 2799, 2790, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5037, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2900, 2, 'Gezeichnetes Kapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5038, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2901, 2900, 'Geschäftsguthaben der verbleibenden Mitglieder');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5039, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2902, 2900, 'Geschäftsguthaben der ausscheidenden Mitglieder');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5040, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2903, 2900, 'Geschäftsguthaben aus gekündigten Geschäftsanteilen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5041, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2906, 2900, 'Rückständige fällige Einzahlungen auf Geschäftsanteile, vermerkt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5042, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2907, 2900, 'Gegenkonto Rückständige fällige Einzahlungen auf Geschäftsanteile, vermerkt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5043, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2908, 2900, 'Kapitalerhöhung aus Gesellschaftsmitteln');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5044, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2909, 2900, 'Erworbene eigene Anteile');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5045, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gezeichnetes Kapital', 2910, 2900, 'Ausstehende Einlagen auf das gezeichnete Kapital, nicht eingefordert (Passivausweis, vom gezeichneten Kapital offen abgesetzt; eingeforderte ausstehende Einlagen s. Konto 1289)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5046, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2920, 2, 'Kapitalrücklage');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5047, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2925, 2920, 'Kapitalrücklage durch Ausgabe von Anteilen über Nennbetrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5048, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2926, 2920, 'Kapitalrücklage durch Ausgabe von Schuldverschreibungen für Wandlungsrechte und Optionsrechte zum Erwerb von Anteilen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5049, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2927, 2920, 'Kapitalrücklage durch Zuzahlungen gegen Gewährung eines Vorzugs für Anteile');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5050, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2928, 2920, 'Kapitalrücklage durch Zuzahlungen in das Eigenkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5051, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Kapitalrücklage', 2929, 2920, 'Nachschusskonto (Gegenkonto 1299)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5052, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2930, 2, 'Gesetzliche Rücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5053, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2935, 2930, 'Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5054, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2937, 3930, 'Andere Ergebnisrücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5055, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2950, 2, 'Satzungsmäßige Rücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5056, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2959, 2950, 'Gesamthänderisch gebundene Rücklagen (mit Aufteilung für Kapitalkontenentwicklung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5057, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2960, 2, 'Andere Gewinnrücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5058, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2961, 2960, 'Andere Gewinnrücklagen aus dem Erwerb eigener Anteile');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5059, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2962, 2960, 'Eigenkapitalanteil von Wertaufholungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5060, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2963, 2960, 'Gewinnrücklagen aus den Übergangsvorschriften BilMoG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5061, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2964, 2960, 'Gewinnrücklagen aus den Übergangsvorschriften BilMoG (Zuschreibung Sachanlagevermögen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5062, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2965, 2960, 'Gewinnrücklagen aus den Übergangsvorschriften BilMoG (Zuschreibung Finanzanlagevermögen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5063, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2966, 2960, 'Gewinnrücklagen aus den Übergangsvorschriften BilMoG (Auflösung der Sonderposten mit Rücklageanteil)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5064, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2967, 2960, 'Latente Steuern (Gewinnrücklage Haben) aus erfolgsneutralen Verrechnungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5065, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2968, 2960, 'Latente Steuern (Gewinnrücklage Soll) aus erfolgsneutralen Verrechnungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5066, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnrücklagen', 2969, 2960, 'Rechnungsabgenzungsposten (Gewinnrücklage Soll) aus erfolgsneutralen Verrechnungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5067, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnvortrag/Verlustvortrag von Verwendung', 2970, 2, 'Gewinnvortrag vor Verwendung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5068, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnvortrag/Verlustvortrag von Verwendung', 2975, 2970, 'Gewinnvortrag vor Verwendung (mit Aufteilung für Kapitalkontenentwicklung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5069, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnvortrag/Verlustvortrag von Verwendung', 2977, 2978, 'Verlustvortrag vor Verwendung (mit Aufteilung für Kapitalkontenentwicklung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5070, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnvortrag/Verlustvortrag von Verwendung', 2978, 2, 'Verlustvortrag vor Verwendung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5071, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Gewinnvortrag/Verlustvortrag von Verwendung', 2979, 2, 'Vortrag auf neue Rechnung (Bilanz)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5072, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2980, 2, 'Sonderposten mit Rücklageanteil, steuerfreie Rücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5073, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2981, 2, 'Sonderposten mit Rücklageanteil nach § 6b EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5074, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2982, 2, 'Sonderposten mit Rücklageanteil nach EstR R 6.6');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5075, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2988, 2, 'Rücklage für Zuschüsse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5076, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2989, 2, 'Sonderposten mit Rücklageanteil nach § 52 Abs. 16 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5077, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2990, 2, 'Sonderposten mit Rücklageanteil, Sonderabschreibungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5078, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2993, 2, 'Sonderposten mit Rücklageanteil nach § 7g Abs. 2 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5079, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2995, 2, 'Ausgleichsposten bei Entnahmen § 4g EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5080, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2997, 2, 'Sonderposten bei Rücklageanteil § 7g Abs. 5 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5081, 'SKR04', 'Eigenkapitalkonten/Fremdkapitalkonten', 'Sonderposten mit Rücklageanteil', 2999, 2, 'Sonderposten für Zuschüsse und Zulagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5082, 'SKR04', 'Fremdkapitalkonten', 'Fremdkapitalkonten', 3, 3, 'Fremdkapitalkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5083, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3000, 3, 'Rückstellungen für Pensionen und ähnliche Verpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5084, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3005, 3000, 'Rückstellungen für Pensionen und ähnliche Verpflichtungen gegenüber Gesellschaftern oder nahestehenden Personen (10 % Beteiligung am Kapital)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5085, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3009, 3000, 'Rückstellungen für Pensionen und ähnliche Verpflichtungen zur Saldierung mit Vermögensgegenständen zum langfristigen Verbleib nach § 246 Abs. 2 HGB');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5086, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3010, 3000, 'Rückstellungen für Direktzusagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5087, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3011, 3000, 'Rückstellungen für Zuschussverpflichtungen für Pensionskassen und Lebensversicherungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5088, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3015, 3000, 'Rückstellungen für pensionähnliche Verpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5089, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3020, 3, 'Steuerrückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5090, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3030, 3020, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5091, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3035, 3020, 'Gewerbesteuerrückstellungen § 4 Abs. 5b EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5092, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3040, 3020, 'Körperschaftsteuerrückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5093, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3050, 3020, 'Steuerrückstellung aus Steuerstundung (BstBK)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5094, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3060, 3020, 'Rückstellungen für latente Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5095, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3065, 3020, 'Passive latente Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5096, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3070, 3, 'Sonstige Rückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5097, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3074, 3070, 'Rückstellungen für Personalkosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5098, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3075, 3070, 'Rückstellungen für unterlassene Aufwendungen für Instandhaltung, Nachholung in den ersten drei Monaten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5099, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3076, 3070, 'Rückstellungen für mit der Altersversorgung vergleichbare langfristige Verpflichtungen zum langfristigen Verbleib');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5100, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3077, 3070, 'Rückstellungen für mit der Altersversorgung vergleichbare langfristige Verpflichtungen zur Saldierung mit Vermögensgegenständen zum langfristigen Verbleib nach § 246 Abs. 2 HGB');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5101, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3079, 3070, 'Urlaubsrückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5102, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3085, 3070, 'Rückstellungen für Abraum- und Abfallbeseitigung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5103, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3090, 3070, 'Rückstellungen für Gewährleistungen (Gegenkonto 6790)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5104, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3092, 3070, 'Rückstellungen für drohende Verluste aus schwebenden Geschäften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5105, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3095, 3070, 'Rückstellungen für Abschluss- und Prüfungskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5106, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3096, 3070, 'Rückstellungen zur Erfüllung der Aufbewahrungspflichten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5107, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3098, 3070, 'Aufwandsrückstellungen gemäß § 249 Abs. 2 HGB a. F.');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5108, 'SKR04', 'Fremdkapitalkonten', 'Rückstellungen', 3099, 3070, 'Rückstellungen für Umweltschutz');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5109, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3100, 3, 'Anleihen, nicht konvertibel');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5110, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3101, 3100, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5111, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3105, 3100, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5112, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3110, 3100, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5113, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3120, 3100, 'Anleihen, konvertibel');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5114, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3121, 3120, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5115, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3125, 3120, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5116, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3130, 3120, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5117, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3150, 3, 'Verbindlichkeiten gegenüber Kreditinstituten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5118, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3151, 3150, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5119, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3160, 3150, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5120, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3170, 3150, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5121, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3180, 3150, 'Verbindlichkeiten gegenüber Kreditinstituten aus Teilzahlungsverträgen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5122, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3181, 3180, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5123, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3190, 3180, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5124, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3200, 3180, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5125, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3210, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5126, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3211, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5127, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3212, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5128, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3213, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5129, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3214, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5130, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3215, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5131, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3216, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5132, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3217, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5133, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3218, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5134, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3219, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5135, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3220, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5136, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3221, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5137, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3222, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5138, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3223, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5139, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3224, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5140, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3225, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5141, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3226, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5142, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3227, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5143, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3228, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5144, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3229, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5145, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3230, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5146, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3231, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5147, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3232, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5148, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3233, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5149, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3234, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5150, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3235, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5151, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3236, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5152, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3237, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5153, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3238, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5154, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3239, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5155, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3240, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5156, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3241, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5157, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3242, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5158, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3243, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5159, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3244, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5160, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3245, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5161, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3246, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5162, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3247, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5163, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3248, 3150, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5164, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3249, 3150, 'Gegenkonto 3150-3109 bei Aufteilung der Konten 3210-3248');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5165, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3250, 3, 'Erhaltene Anzahlungen auf Bestellungen (Verbindlichkeiten)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5166, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3260, 3250, 'Erhaltene, versteuerte Anzahlungen 7 % USt (Verbindlichkeiten)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5167, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3261, 3250, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5168, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3262, 3250, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5169, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3263, 3250, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5170, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3264, 3250, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5171, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3270, 3250, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5172, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3271, 3250, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5173, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3272, 3250, 'Erhaltene, versteuerte Anzahlungen 19 % USt (Verbindlichkeiten)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5174, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3273, 3250, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5175, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3274, 3250, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5176, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3280, 3250, 'Erhaltene Anzahlungen – Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5177, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3284, 3280, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5178, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3285, 3280, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5179, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3300, 3, 'Verbindlichkeiten aus Lieferungen und Leistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5180, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3301, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5181, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3302, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5182, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3303, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5183, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3305, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen zum allgemeinen Umsatzsteuersatz (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5184, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3306, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen zum ermäßigten Umsatzsteuersatz (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5185, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3307, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Vorsteuer (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5186, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3309, 3300, 'Gegenkonto 3305-3307 bei Aufteilung der Verbindlichkeiten nach Steuersätzen (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5187, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3310, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5188, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3311, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5189, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3312, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5190, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3313, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5191, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3334, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen für Investitionen für § 4/3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5192, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3335, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen ohne Kontokorrent – Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5193, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3337, 3335, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5194, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3338, 3335, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5195, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3340, 3300, 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Gesellschaftern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5196, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3341, 3340, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5197, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3345, 3340, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5198, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3348, 3340, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5199, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3349, 3300, 'Gegenkonto 3335-3348, 3420-3449, 3470-3499 bei Aufteilung Kreditorenkonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5200, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3350, 3, 'Wechselverbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5201, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3351, 3350, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5202, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3380, 3350, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5203, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3390, 3350, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5204, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3400, 3, 'Verbindlichkeiten gegenüber verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5205, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3401, 3400, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5206, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3405, 3400, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5207, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3410, 3400, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5208, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3420, 3400, 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5209, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3421, 3420, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5210, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3425, 3420, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5211, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3430, 3420, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5212, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3450, 3, 'Verbindlichkeiten gegenüber Unternehmen, mit denen ein Beteiligungsverhältnis besteht');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5213, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3451, 3450, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5214, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3455, 3450, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5215, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3460, 3450, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5216, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3470, 3450, 'Verbindlichkeiten aus Lieferungen und Leistungen gegenüber Unternehmen, mit denen ein Beteiligungsverhältnis besteht');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5217, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3471, 3470, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5218, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3475, 3470, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5219, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3480, 3470, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5220, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3500, 3, 'Sonstige Verbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5221, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3501, 3500, '- Restlaufzeit bis 1Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5222, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3504, 3500, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5223, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3507, 3500, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5224, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3509, 3500, 'Sonstige Verbindlichkeiten nach § 11 Abs. 2 Satz 2 EStG für § 4/3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5225, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3510, 3500, 'Verbindlichkeiten gegenüber Gesellschaftern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5226, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3511, 3510, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5227, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3514, 3510, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5228, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3517, 3510, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5229, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3519, 3500, 'Verbindlichkeiten gegenüber Gesellschaftern für offene Ausschüttungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5230, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3520, 3500, 'Darlehen typisch stiller Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5231, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3521, 3520, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5232, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3524, 3520, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5233, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3527, 3520, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5234, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3530, 3500, 'Darlehen atypisch stiller Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5235, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3531, 3530, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5236, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3534, 3530, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5237, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3537, 3530, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5238, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3540, 3500, 'Partiarische Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5239, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3541, 3540, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5240, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3544, 3540, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5241, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3547, 3540, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5242, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3550, 3500, 'Erhaltene Kautionen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5243, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3551, 3550, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5244, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3554, 3550, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5245, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3557, 3550, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5246, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3560, 3500, 'Darlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5247, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3561, 3560, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5248, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3564, 3560, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5249, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3567, 3560, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5250, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3570, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5251, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3571, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5252, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3572, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5253, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3573, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5254, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3574, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5255, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3575, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5256, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3576, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5257, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3577, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5258, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3578, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5259, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3579, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5260, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3580, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5261, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3581, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5262, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3582, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5263, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3583, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5264, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3584, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5265, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3585, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5266, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3586, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5267, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3587, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5268, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3588, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5269, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3589, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5270, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3590, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5271, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3591, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5272, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3592, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5273, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3593, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5274, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3594, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5275, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3595, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5276, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3596, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5277, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3597, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5278, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3598, 3500, '(frei, in Bilanz kein Restlaufzeitvermerk)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5279, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3599, 3500, 'Gegenkonto 3500-3569 und 3640-3658 bei Aufteilung der Konten 3570-3598');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5280, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3600, 3500, 'Agenturwarenabrechnungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5281, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3610, 3500, 'Kreditkartenabrechnung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5282, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3611, 3500, 'Verbindlichkeiten gegenüber Arbeitsgemeinschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5283, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3620, 3500, 'Gewinnverfügungskonto stille Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5284, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3630, 3500, 'Sonstige Verrechnungskosten (Interimskonto)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5285, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3635, 3500, 'Sonstige Verbindlichkeiten aus genossenschaftlicher Rückvergütung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5286, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3640, 3500, 'Verbindlichkeiten gegenüber GmbH-Gesellschaftern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5287, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3641, 3640, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5288, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3642, 3640, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5289, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3643, 3640, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5290, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3645, 3500, 'Verbindlichkeiten gegenüber persönlich haftenden Gesellschaftern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5291, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3646, 3645, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5292, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3647, 3645, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5293, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3648, 3645, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5294, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3650, 3500, 'Verbindlichkeiten gegenüber Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5295, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3651, 3650, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5296, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3652, 3650, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5297, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3653, 3650, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5298, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3655, 3500, 'Verbindlichkeiten gegenüber stillen Gesellschaftern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5299, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3656, 3655, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5300, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3657, 3655, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5301, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3658, 3655, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5302, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3695, 3500, 'Verrechnungskonto geleistete Anzahlungen bei Buchungen über Kreditorenkonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5303, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3700, 3500, 'Verbindlichkeiten aus Steuern und Abgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5304, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3701, 3700, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5305, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3710, 3700, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5306, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3715, 3700, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5307, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3720, 3500, 'Verbindlichkeiten aus Lohn und Gehalt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5308, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3725, 3500, 'Verbindlichkeiten für Einbehaltungen von Arbeitnehmern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5309, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3726, 3500, 'Verbindlichkeiten an das Finanzamt aus abzuführendem Bauabzugsbetrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5310, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3730, 3500, 'Verbindlichkeiten aus Lohn- und Kirchensteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5311, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3740, 3500, 'Verbindlichkeiten im Rahmen der sozialen Sicherheit');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5312, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3741, 3740, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5313, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3750, 3740, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5314, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3755, 3740, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5315, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3759, 3500, 'Voraussichtliche Beitragsschuld gegenüber den Sozialversicherungsträgern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5316, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3760, 3500, 'Verbindlichkeiten aus Einbehaltungen (KapESt und SolZ, KiSt auf KapESt) für offene Ausschüttungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5317, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3761, 3500, 'Verbindlichkeiten für Verbrauchsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5318, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3770, 3500, 'Verbindlichkeiten aus Vermögensbildung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5319, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3771, 3770, '- Restlaufzeit bis 1 Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5320, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3780, 3770, '- Restlaufzeit 1 bis 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5321, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3785, 3770, '- Restlaufzeit größer 5 Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5322, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3786, 3500, 'Ausgegebene Geschenkgutscheine');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5323, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3790, 3, 'Lohn- und Gehaltsverrechnungskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5324, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3791, 3790, 'Lohn- und Gehaltsverrechnung § 11 Abs. 2 EStG für § 4 Abs. 3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5325, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3796, 3790, 'Verbindlichkeiten im Rahmen der sozialen Sicherheit (für § 4/3 EStG)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5326, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3798, 3790, 'Umsatzsteuer aus im anderen EU-Land steuerpflichtigen elektronischen Dienstleistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5327, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3799, 3790, 'Steuerzahlungen aus im anderen EU-Land steuerpflichtigen elektronische Dienstleistungen an kleine einzige Anlaufstelle (KEA/MOSS)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5328, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3800, 3, 'Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5329, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3801, 3800, 'Umsatzsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5330, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3802, 3800, 'Umsatzsteuer aus innergemeinschaftlichem Erwerb');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5331, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3803, 3800, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5332, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3804, 3800, 'Umsatzsteuer aus innergemeinschaftlichem Erwerb 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5333, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3805, 3800, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5334, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3806, 3800, 'Umsatzsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5335, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3807, 3800, 'Umsatzsteuer aus im Inland steuerpflichtigen EU-Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5336, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3808, 3800, 'Umsatzsteuer aus im Inland steuerpflichtigen EU-Lieferungen 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5337, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3809, 3800, 'Umsatzsteuer aus innergemeinschaftlichem Erwerb ohne Vorsteuerabzug');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5338, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3810, 3800, 'Umsatzsteuer nicht fällig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5339, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3811, 3800, 'Umsatzsteuer nicht fällig 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5340, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3812, 3800, 'Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EU-Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5341, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3813, 3800, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5342, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3814, 3800, 'Umsatzsteuer nicht fällig aus im Inland steuerpflichtigen EU-Lieferungen 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5343, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3815, 3800, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5344, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3816, 3800, 'Umsatzsteuer nicht fällig 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5345, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3817, 3800, 'Umsatzsteuer aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5346, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3818, 3800, 'Umsatzsteuer aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen/Werklieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5347, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3819, 3800, 'Umsatzsteuer aus Erwerb als letzter Abnehmer innerhalb eines Dreiecksgeschäfts');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5348, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3820, 3800, 'Umsatzsteuer-Vorauszahlungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5349, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3830, 3800, 'Umsatzsteuer-Vorauszahlungen 1/11');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5350, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3831, 3800, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5351, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3832, 3800, 'Nachsteuer, UstVA Kz. 65');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5352, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3833, 3800, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5353, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3834, 3800, 'Umsatzsteuer aus innergemeinschaftlichem Erwerb von Neufahrzeugen von Lieferanten ohne Umsatzsteuer-Identifikationsnummer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5354, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3835, 3800, 'Umsatzsteuer nach § 13b UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5355, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3836, 3800, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5356, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3837, 3800, 'Umsatzsteuer nach § 13b UStG 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5357, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3838, 3800, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5358, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3839, 3800, 'Umsatzsteuer aus der Auslagerung von Gegenständen aus einem Umsatzsteuerlager');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5359, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3840, 3800, 'Umsatzsteuer laufendes Jahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5360, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3841, 3800, 'Umsatzsteuer Vorjahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5361, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3845, 3800, 'Umsatzsteuer frühere Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5362, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3850, 3800, 'Einfuhrumsatzsteuer aufgeschoben bis ...');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5363, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3851, 3800, 'In Rechnung unrichtig oder unberechtigt ausgewiesene Steuerbeträge, UstVA Kz. 69');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5364, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3854, 3800, 'Steuerzahlungen an andere Länder');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5365, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3860, 3, 'Verbindlichkeiten aus Umsatzsteuer-Vorauszahlungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5366, 'SKR04', 'Fremdkapitalkonten', 'Verbindlichkeiten', 3865, 3800, 'Umsatzsteuer in Folgeperiode fällig (§§ 13 Abs. 1 Nr. 6, 13b Abs. 2 UStG)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5367, 'SKR04', 'Fremdkapitalkonten', 'Rechnungsabgrenzungsposten', 3900, 3, 'Passive Rechnungsabgrenzung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5368, 'SKR04', 'Fremdkapitalkonten', 'Rechnungsabgrenzungsposten', 3950, 3900, 'Abgrenzung unterjährig pauschal gebuchter Abschreibungen für BWA');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5369, 'SKR04', 'Betriebliche Erträge', 'Betriebliche Erträge', 4, 4, 'Betriebliche Erträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5370, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4000, 4, 'Umsatzerlöse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5371, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4001, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5372, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4002, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5373, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4003, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5374, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4004, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5375, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4005, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5376, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4006, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5377, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4007, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5378, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4008, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5379, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4009, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5380, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4010, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5381, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4011, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5382, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4012, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5383, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4013, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5384, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4014, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5385, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4015, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5386, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4016, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5387, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4017, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5388, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4018, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5389, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4019, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5390, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4020, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5391, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4021, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5392, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4022, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5393, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4023, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5394, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4024, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5395, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4025, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5396, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4026, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5397, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4027, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5398, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4028, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5399, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4029, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5400, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4030, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5401, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4031, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5402, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4032, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5403, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4033, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5404, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4034, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5405, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4035, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5406, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4036, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5407, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4037, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5408, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4038, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5409, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4039, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5410, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4040, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5411, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4041, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5412, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4042, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5413, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4043, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5414, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4044, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5415, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4045, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5416, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4046, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5417, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4047, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5418, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4048, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5419, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4049, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5420, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4050, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5421, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4051, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5422, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4052, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5423, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4053, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5424, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4054, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5425, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4055, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5426, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4056, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5427, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4057, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5428, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4058, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5429, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4059, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5430, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4060, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5431, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4061, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5432, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4062, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5433, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4063, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5434, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4064, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5435, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4065, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5436, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4066, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5437, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4067, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5438, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4068, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5439, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4069, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5440, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4070, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5441, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4071, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5442, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4072, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5443, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4073, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5444, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4074, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5445, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4075, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5446, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4076, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5447, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4077, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5448, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4078, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5449, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4079, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5450, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4080, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5451, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4081, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5452, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4082, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5453, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4083, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5454, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4084, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5455, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4085, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5456, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4086, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5457, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4087, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5458, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4088, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5459, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4089, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5460, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4090, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5461, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4091, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5462, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4092, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5463, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4093, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5464, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4094, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5465, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4095, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5466, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4096, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5467, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4097, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5468, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4098, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5469, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4099, 4000, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5470, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4100, 4000, 'Steuerfreie Umsätze § 4 Nr. 8 ff. UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5471, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4101, 4000, 'Steuerfreie Umsätze § 4 Nr. 8 ff. UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5472, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4102, 4000, 'Steuerfreie Umsätze § 4 Nr. 8 ff. UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5473, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4103, 4000, 'Steuerfreie Umsätze § 4 Nr. 8 ff. UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5474, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4104, 4000, 'Steuerfreie Umsätze § 4 Nr. 8 ff. UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5475, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4105, 4000, 'Steuerfreie Umsätze nach § 4 Nr. 12 UStG (Vermietung und Verpachtung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5476, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4110, 4000, 'Sonstige steuerfreie Umsätze Inland');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5477, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4120, 4000, 'Steuerfreie Umsätze § 4 Nr. 1a UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5478, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4125, 4000, 'Steuerfreie innergemeinschaftliche Lieferungen § 4 Nr. 1b UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5479, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4130, 4000, 'Lieferungen des ersten Abnehmers bei innergemeinschaftlichen Dreiecksgeschäften § 25b Abs. 2 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5480, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4135, 4000, 'Steuerfreie innergemeinschaftliche Lieferungen von Neufahrzeugen an Abnehmer ohne Umsatzsteuer-Identifikationsnummer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5481, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4136, 4000, 'Umsatzerlöse nach §§ 25 und 25a UStG 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5482, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4137, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5483, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4138, 4000, 'Umsatzerlöse nach §§ 25 und 25a UStG ohne USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5484, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4139, 4000, 'Umsatzerlöse aus Reiseleistungen § 25 Abs. 2 UStG, steuerfrei');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5485, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4140, 4000, 'Steuerfreie Umsätze Offshore etc.');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5486, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4150, 4000, 'Sonstige steuerfreie Umsätze (z. B. § 4 Nr. 2-7 UStG)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5487, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4160, 4000, 'Steuerfreie Umsätze ohne Vorsteuerabzug zum Gesamtumsatz gehörend, § 4 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5488, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4165, 4000, 'Steuerfreie Umsätze ohne Vorsteuerabzug zum Gesamtumsatz gehörend');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5489, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4180, 4000, 'Erlöse, die mit den Durchschnittssätzen des § 24 UStG verteuert werden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5490, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4182, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5491, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4183, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5492, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4185, 4000, 'Erlöse als Kleinunternehmer i. S. d. $ 19 Abs. 1 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5493, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4186, 4000, 'Erlöse aus Geldspielautomaten 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5494, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4187, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5495, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4188, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5496, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4200, 4000, 'Erlöse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5497, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4300, 4000, 'Erlöse 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5498, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4301, 4000, 'Erlöse 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5499, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4302, 4000, 'Erlöse 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5500, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4303, 4000, 'Erlöse 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5501, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4304, 4000, 'Erlöse 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5502, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4305, 4000, 'Erlöse 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5503, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4306, 4000, 'Erlöse 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5504, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4307, 4000, 'Erlöse 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5505, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4308, 4000, 'Erlöse 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5506, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4309, 4000, 'Erlöse 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5507, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4310, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5508, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4311, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5509, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4312, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5510, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4313, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5511, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4314, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5512, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4315, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5513, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4316, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5514, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4317, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5515, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4318, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5516, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4319, 4000, 'Erlöse aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5517, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4320, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5518, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4321, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5519, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4322, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5520, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4323, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5521, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4324, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5522, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4325, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5523, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4326, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5524, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4327, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5525, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4328, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5526, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4329, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5527, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4330, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5528, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4331, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen elektronischen Dienstleistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5529, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4332, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5530, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4333, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5531, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4334, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5532, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4335, 4000, 'Erlöse aus Lieferungen von Mobilfunkgeräten, Tablet-Computern, Spielekonsolen und integrierten Schaltkreisen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5533, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4336, 4000, 'Erlöse aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen, für die der Leistungsempfänger die Umsatzsteuer schuldet');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5534, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4337, 4000, 'Erlöse aus Leistungen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5535, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4338, 4000, 'Erlöse aus im Drittland steuerbaren Leistungen, im Inland nicht steuerbare Umsätze');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5536, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4339, 4000, 'Erlöse aus im anderen EU-Land steuerbaren Leistungen, im Inland nicht steuerbare Umsätze');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5537, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4340, 4000, 'Erlöse 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5538, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4341, 4000, 'Erlöse 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5539, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4342, 4000, 'Erlöse 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5540, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4343, 4000, 'Erlöse 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5541, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4344, 4000, 'Erlöse 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5542, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4345, 4000, 'Erlöse 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5543, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4346, 4000, 'Erlöse 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5544, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4347, 4000, 'Erlöse 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5545, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4348, 4000, 'Erlöse 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5546, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4349, 4000, 'Erlöse 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5547, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4400, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5548, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4401, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5549, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4402, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5550, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4403, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5551, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4404, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5552, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4405, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5553, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4406, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5554, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4407, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5555, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4408, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5556, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4409, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5557, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4410, 4000, 'Erlöse 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5558, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4411, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5559, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4412, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5560, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4413, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5561, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4414, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5562, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4415, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5563, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4416, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5564, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4417, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5565, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4418, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5566, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4419, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5567, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4420, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5568, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4421, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5569, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4422, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5570, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4423, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5571, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4424, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5572, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4425, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5573, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4426, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5574, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4427, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5575, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4428, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5576, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4429, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5577, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4430, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5578, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4431, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5579, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4432, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5580, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4433, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5581, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4434, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5582, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4435, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5583, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4436, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5584, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4437, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5585, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4438, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5586, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4439, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5587, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4440, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5588, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4441, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5589, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4442, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5590, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4443, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5591, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4444, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5592, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4445, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5593, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4446, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5594, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4447, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5595, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4448, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5596, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4449, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5597, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4499, 4000, 'Nebenerlöse (Bezug zu Materialaufwand)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5598, 'SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4500, 4, 'Sonderbetriebseinnahmen, Tätigkeitsvergütung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5599, 'SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4501, 4, 'Sonderbetriebseinnahmen, Miet-/Pachteinnahmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5600, 'SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4502, 4, 'Sonderbetriebseinnahmen, Zinseinnahmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5601, 'SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4503, 4, 'Sonderbetriebseinnahmen, Haftungsvergütung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5602, 'SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4504, 4, 'Sonderbetriebseinnahmen, Pensionszahlungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5603, 'SKR04', 'Betriebliche Erträge', 'Konten für die Verbuchung von Sonderbetriebseinnahmen', 4505, 4, 'Sonderbetriebseinnahmen, sonstige Sonderbetriebseinnahmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5604, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4510, 4000, 'Erlöse Abfallverwertung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5605, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4520, 4000, 'Erlöse Leergut');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5606, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4560, 4000, 'Provisionsumsätze');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5607, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4561, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5608, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4562, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5609, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4563, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5610, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4564, 4000, 'Provisionsumsätze, steuerfrei (§ 4 Nr. 8 ff. UStG)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5611, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4565, 4000, 'Provisionsumsätze, steuerfrei (§ 4 Nr. 5 UStG)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5612, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4566, 4000, 'Provisionsumsätze 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5613, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4567, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5614, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4568, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5615, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4569, 4000, 'Provisionsumsätze 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5616, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4570, 4000, 'Sonstige Erträge aus Provisionen, Lizenzen und Patenten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5617, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4571, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5618, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4572, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5619, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4573, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5620, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4574, 4000, 'Sonstige Erträge aus Provisionen, Lizenzen und Patenten, steuerfrei § 4 Nr. 8 ff. UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5621, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4575, 4000, 'Sonstige Erträge aus Provisionen, Lizenzen und Patenten, steuerfrei § 4 Nr. 5 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5622, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4576, 4000, 'Sonstige Erträge aus Provisionen, Lizenzen und Patenten, 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5623, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4577, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5624, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4578, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5625, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4579, 4000, 'Sonstige Erträge aus Provisionen, Lizenzen und Patenten, 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5626, 'SKR04', 'Betriebliche Erträge', 'Statistische Konten EÜR', 4580, 4000, 'Statistisches Konto Erlöse zum allgemeinen Umsatzsteuersatz (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5627, 'SKR04', 'Betriebliche Erträge', 'Statistische Konten EÜR', 4581, 4000, 'Statistisches Konto Erlöse zum ermäßigten Umsatzsteuersatz (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5628, 'SKR04', 'Betriebliche Erträge', 'Statistische Konten EÜR', 4582, 4000, 'Statistisches Konto Erlöse steuerfrei und nicht steuerbar (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5629, 'SKR04', 'Betriebliche Erträge', 'Statistische Konten EÜR', 4589, 4000, 'Gegenkonto 4580-4582 bei Aufteilung der Erlöse nach Steuersätzen (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5630, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4600, 4000, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5631, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4605, 4000, 'Entnahme von Gegenständen ohne USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5632, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4608, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5633, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4609, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5634, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4610, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5635, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4611, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5636, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4612, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5637, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4613, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5638, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4614, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5639, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4615, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5640, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4616, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5641, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4617, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5642, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4618, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5643, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4619, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) ohne USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5644, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4620, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5645, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4621, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5646, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4622, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5647, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4623, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5648, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4624, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5649, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4625, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5650, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4626, 4000, 'Entnahme durch Unternehmer für Zwecke außerhalb des Unternehmens (Waren) 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5651, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4627, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5652, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4628, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5653, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4629, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5654, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4630, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5655, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4631, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5656, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4632, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5657, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4633, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5658, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4634, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5659, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4635, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5660, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4636, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5661, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4637, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5662, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4638, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Telefon-Nutzung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5663, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4639, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens ohne USt (Kfz-Nutzung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5664, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4640, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5665, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4641, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5666, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4642, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5667, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4643, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5668, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4644, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5669, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4645, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt (Kfz-Nutzung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5670, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4646, 4000, 'Verwendung von Gegenständen für Zwecke außerhalb des Unternehmens 19 % USt (Telefon-Nutzung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5671, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4647, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5672, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4648, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5673, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4649, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5674, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4650, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5675, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4651, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5676, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4652, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5677, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4653, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5678, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4654, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5679, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4655, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5680, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4656, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5681, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4657, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5682, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4658, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5683, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4659, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung ohne USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5684, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4660, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5685, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4661, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5686, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4662, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5687, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4663, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5688, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4664, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5689, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4665, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5690, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4666, 4000, 'Unentgeltliche Erbringung einer sonstigen Leistung 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5691, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4667, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5692, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4668, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5693, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4669, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5694, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4670, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5695, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4671, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5696, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4672, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5697, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4673, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5698, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4674, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5699, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4675, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5700, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4676, 4000, 'Unentgeltliche Zuwendung von Waren 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5701, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4677, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5702, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4678, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5703, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4679, 4000, 'Unentgeltliche Zuwendung von Waren ohne USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5704, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4680, 4000, 'Unentgeltliche Zuwendung von Waren 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5705, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4681, 4000, 'Unentgeltliche Zuwendung von Waren 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5706, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4682, 4000, 'Unentgeltliche Zuwendung von Waren 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5707, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4683, 4000, 'Unentgeltliche Zuwendung von Waren 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5708, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4684, 4000, 'Unentgeltliche Zuwendung von Waren 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5709, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4685, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5710, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4686, 4000, 'Unentgeltliche Zuwendung von Gegenständen 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5711, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4688, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5712, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4689, 4000, 'Unentgeltliche Zuwendung von Gegenständen ohne USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5713, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4690, 4000, 'Nicht steuerbare Umsätze (Innenumsätze)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5714, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4695, 4000, 'Umsatzsteuervergütungen, z.B. nach § 24 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5715, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4699, 4000, 'Direkt mit dem Umsatz verbundene Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5716, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4700, 4000, 'Erlösschmälerungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5717, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4701, 4700, 'Erlösschmälerungen für steuerfreie Umsätze nach § 4 Nr. 8 ff. UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5718, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4702, 4700, 'Erlösschmälerungen für steuerfreie Umsätze nach § 4 Nr. 2-7 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5719, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4703, 4700, 'Erlösschmälerungen für sonstige steuerfreie Umsätze ohne Vorsteuerabzug');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5720, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4704, 4700, 'Erlösschmälerungen für sonstige steuerfreie Umsätze mit Vorsteuerabzug');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5721, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4705, 4700, 'Erlösschmälerungen aus steuerfreien Umsätzen § 4 Nr. 1a UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5722, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4706, 4700, 'Erlösschmälerungen für steuerfreie innergemeinschaftliche Dreiecksgeschäfte nach § 25b Abs. 2, 4 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5723, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4710, 4700, 'Erlösschmälerungen 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5724, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4711, 4700, 'Erlösschmälerungen 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5725, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4712, 4700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5726, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4713, 4700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5727, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4714, 4700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5728, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4715, 4700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5729, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4716, 4700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5730, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4717, 4700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5731, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4718, 4700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5732, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4719, 4700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5733, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4720, 4700, 'Erlösschmälerungen 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5734, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4721, 4700, 'Erlösschmälerungen 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5735, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4722, 4700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5736, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4723, 4700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5737, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4724, 4700, 'Erlösschmälerungen aus steuerfreien innergemeinschaftlichen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5738, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4725, 4700, 'Erlösschmälerungen aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5739, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4726, 4700, 'Erlösschmälerungen aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5740, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4727, 4700, 'Erlösschmälerungen aus im anderen EU-Land steuerpflichtigen Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5741, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4728, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5742, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4729, 4000, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5743, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4730, 4000, 'Gewährte Skonti');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5744, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4731, 4730, 'Gewährte Skonti 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5745, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4732, 4730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5746, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4733, 4730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5747, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4734, 4730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5748, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4735, 4730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5749, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4736, 4730, 'Gewährte Skonti 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5750, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4737, 4730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5751, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4738, 4730, 'Gewährte Skonti aus Lieferungen von Mobilfunkgeräten, Tablet-Computern, Spielekonsolen und integrierten Schaltkreisen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5752, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4741, 4730, 'Gewährte Skonti aus Leistungen, für die der Leistungsempfänger die Umsatzsteuer nach § 13b UStG schuldet');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5753, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4742, 4730, 'Gewährte Skonti aus Erlösen aus im anderen EU-Land steuerpflichtigen sonstigen Leistungen, für die der Leistungsempfänger die Umsatzsteuer schuldet');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5754, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4743, 4730, 'Gewährte Skonti aus steuerfreien innergemeinschaftlichen Lieferungen § 4 Nr. 1b UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5755, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4744, 4730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5756, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4745, 4730, 'Gewährte Skonti aus im Inland steuerpflichtigen EU-Lieferungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5757, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4746, 4730, 'Gewährte Skonti aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5758, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4747, 4730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5759, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4748, 4730, 'Gewährte Skonti aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5760, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4749, 4730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5761, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4750, 4769, 'Gewährte Boni 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5762, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4751, 4769, 'Gewährte Boni 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5763, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4752, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5764, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4753, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5765, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4754, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5766, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4755, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5767, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4756, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5768, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4757, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5769, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4758, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5770, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4759, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5771, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4760, 4769, 'Gewährte Boni 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5772, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4761, 4769, 'Gewährte Boni 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5773, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4762, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5774, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4763, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5775, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4764, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5776, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4765, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5777, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4766, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5778, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4767, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5779, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4768, 4769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5780, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4769, 4000, 'Gewährte Boni');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5781, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4770, 4000, 'Gewährte Rabatte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5782, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4780, 4770, 'Gewährte Rabatte 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5783, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4781, 4770, 'Gewährte Rabatte 7 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5784, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4782, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5785, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4783, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5786, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4784, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5787, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4785, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5788, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4786, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5789, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4787, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5790, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4788, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5791, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4789, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5792, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4790, 4770, 'Gewährte Rabatte 19 % Ust');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5793, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4791, 4770, 'Gewährte Rabatte 19 % Ust');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5794, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4792, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5795, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4793, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5796, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4794, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5797, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4795, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5798, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4796, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5799, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4797, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5800, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4798, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5801, 'SKR04', 'Betriebliche Erträge', 'Umsatzerlöse', 4799, 4770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5802, 'SKR04', 'Betriebliche Erträge', 'Erhöhung oder Verminderung des Bestands an fertigen und unfertigen Erzeugnissen', 4800, 4, 'Bestandsveränderungen – fertige Erzeugnisse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5803, 'SKR04', 'Betriebliche Erträge', 'Erhöhung oder Verminderung des Bestands an fertigen und unfertigen Erzeugnissen', 4810, 4, 'Bestandsveränderungen – unfertige Erzeugnisse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5804, 'SKR04', 'Betriebliche Erträge', 'Erhöhung oder Verminderung des Bestands an fertigen und unfertigen Erzeugnissen', 4815, 4, 'Bestandsveränderungen – unfertige Leistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5805, 'SKR04', 'Betriebliche Erträge', 'Erhöhung oder Verminderung des Bestands an fertigen und unfertigen Erzeugnissen', 4816, 4, 'Bestandsveränderungen in Ausführung befindlicher Bauaufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5806, 'SKR04', 'Betriebliche Erträge', 'Erhöhung oder Verminderung des Bestands an fertigen und unfertigen Erzeugnissen', 4818, 4, 'Bestandsveränderungen in Arbeit befindlicher Aufträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5807, 'SKR04', 'Betriebliche Erträge', 'Andere aktivierte Eigenleistungen', 4820, 4, 'Andere aktivierte Eigenleistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5808, 'SKR04', 'Betriebliche Erträge', 'Andere aktivierte Eigenleistungen', 4824, 4820, 'Aktivierte Eigenleistungen (den Herstellungskosten zurechenbare Fremdkapitalzinsen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5809, 'SKR04', 'Betriebliche Erträge', 'Andere aktivierte Eigenleistungen', 4825, 4820, 'Aktivierte Eigenleistungen zur Erstellung von selbst geschaffenen immateriellen Vermögensgegenständen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5810, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4830, 4, 'Sonstige betriebliche Erträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5811, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4832, 4830, 'Sonstige betriebliche Erträge von verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5812, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4833, 4830, 'Andere Nebenerlöse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5813, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4834, 4830, 'Sonstige Erträge betrieblich und regelmäßig 16 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5814, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4835, 4830, 'Sonstige Erträge betrieblich und regelmäßig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5815, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4836, 4830, 'Sonstige Erträge betrieblich und regelmäßig 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5816, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4837, 4830, 'Sonstige Erträge betriebsfremd und regelmäßig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5817, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4838, 4830, 'Erstattete Vorsteuer anderer Länder');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5818, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4839, 4830, 'Sonstige Erträge unregelmäßig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5819, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4840, 4830, 'Erträge aus der Währungsumrechnung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5820, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4841, 4830, 'Sonstige Erträge betrieblich und regelmäßig, steuerfrei § 4 Nr. 8 ff. UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5821, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4842, 4830, 'Sonstige betriebliche Erträge steuerfrei z. B. § 4 Nr. 2-7 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5822, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4843, 4830, 'Erträge aus Bewertung Finanzmittelfonds');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5823, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4844, 4830, 'Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1a UStG (bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5824, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4845, 4830, 'Erlöse aus Verkäufen Sachanlagevermögen 19 % USt (bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5825, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4846, 4830, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5826, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4847, 4830, 'Erträge aus der Währungsumrechnung (nicht § 256a HGB)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5827, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4848, 4830, 'Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1b UStG (bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5828, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4849, 4830, 'Erlöse aus Verkäufen Sachanlagevermögen (bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5829, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4850, 4830, 'Erlöse aus Verkäufen immaterieller Vermögensgengenstände (bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5830, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4851, 4830, 'Erlöse aus Verkäufen Finanzanlagen (bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5831, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4852, 4830, 'Erlöse aus Verkäufen Finanzanlagen § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG (bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5832, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4855, 4830, 'Anlagenabgänge Sachanlagen (Restbuchwert bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5833, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4856, 4830, 'Anlagenabgänge immaterielle Vermögensgegenstände (Restbuchwert bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5834, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4857, 4830, 'Anlagenabgänge Finanzanlagen (Restbuchwert bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5835, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4858, 4830, 'Anlagenabgänge Finanzanlagen § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG (Restbuchwert bei Buchgewinn)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5836, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4860, 4830, 'Grundstückserträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5837, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4861, 4860, 'Erlöse aus Vermietung und Verpachtung, umsatzsteuerfrei § 4 Nr. 12 UStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5838, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4862, 4860, 'erlöse aus Vermietung und Verpachtung 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5839, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4863, 4860, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5840, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4864, 4860, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5841, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4865, 4830, 'Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens 19 % USt für § 4 Abs. 3 Satz 4 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5842, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4866, 4830, 'Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens, umsatzsteuerfrei § 4 Nr. 8 ff. UStG i. V. m. § 4 Abs. 3 Satz 4 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5843, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4867, 4830, 'Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens, umsatzsteuerfrei § 4 Nr. 8 ff. UStG i. V. m. § 4 Abs. 3 Satz 4 EStG, § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5844, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4869, 4830, 'Erlöse aus Verkäufen von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 Satz 4 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5845, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4900, 4830, 'Erträge aus dem Abgang von Gegenständen des Anlagevermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5846, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4901, 4830, 'Erträge aus der Veräußerung von Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5847, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4905, 4830, 'Erträge aus dem Abgang von Gegenständen des Umlaufvermögens außer Vorräte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5848, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4906, 4830, 'Erträge aus dem Abgang von Gegenständen des Umlaufvermögens (außer Vorräte) § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5849, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4910, 4830, 'Erträge aus Zuschreibungen des Sachanlagevermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5850, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4911, 4830, 'Erträge aus Zuschreibungen des immateriellen Anlagevermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5851, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4912, 4830, 'Erträge aus Zuschreibungen des Finanzanlagevermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5852, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4913, 4830, 'Erträge aus Zuschreibungen des Finanzanlagevermögens § 3 Nr. 40 EStG/§ 8b Abs. 3 Satz 8 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5853, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4914, 4830, 'Erträge aus Zuschreibungen § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5854, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4915, 4830, 'Erträge aus Zuschreibungen des Umlaufvermögens (außer Vorräte)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5855, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4916, 4830, 'Erträge aus Zuschreibungen des Umlaufvermögens § 3 Nr. 40 EStG/§ 8b Abs. 3 Satz 8 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5856, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4920, 4830, 'Erträge aus der Herabsetzung der Pauschalwertberichtigung auf Forderungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5857, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4923, 4830, 'Erträge aus der Herabsetzung der Einzelwertberichtigung auf Forderungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5858, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4925, 4830, 'Erträge aus abgeschriebenen Forderungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5859, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4927, 4830, 'Erträge aus der Auflösung einer steuerlichen Rücklage nach § 6b Abs. 3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5860, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4828, 4830, 'Erträge aus der Auflösung einer steuerlichen Rücklage nach § 6b Abs. 10 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5861, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4829, 4830, 'Erträge aus der Auflösung der Rücklage für Ersatzbeschaffung R 6.6 EstR');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5862, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4930, 4830, 'Erträge aus der Auflösung von Rückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5863, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4932, 4830, 'Erträge aus der Herabsetzung von Verbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5864, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4935, 4830, 'Erträge aus der Auflösung einer steuerlichen Rücklage');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5865, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4936, 4830, 'Erträge aus der Auflösung von steuerlichen Rücklagen (Ansparabschreibung nach § 7 g Abs. 2 EStG)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5866, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4937, 4830, 'Erträge aus der Auflösung steuerrechtlicher Sonderabschreibungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5867, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4938, 4830, 'Erträge aus der Auflösung einer steuerlichen Rücklage nach § 4g EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5868, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4939, 4830, 'Erträge aus der Auflösung von steuerlichen Rücklagen nach 3 53 Abs, 16 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5869, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4940, 4830, 'Verrechnete sonstige Sachbezüge (keine Waren)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5870, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4941, 4830, 'Sachbezüge 7 % USt (Waren)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5871, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4942, 4830, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5872, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4943, 4830, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5873, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4944, 4830, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5874, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4945, 4830, 'Sachbezüge 19 % USt (Waren)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5875, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4946, 4830, 'Verrechnete sonstige Sachbezüge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5876, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4947, 4830, 'Verrechnete sonstige Sachbezüge aus Kfz-Gestellung 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5877, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4948, 4830, 'Verrechnete sonstige Sachbezüge 19 % USt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5878, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4949, 4830, 'Verrechnete sonstige Sachbezüge ohne Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5879, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4960, 4830, 'Periodenfremde Erträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5880, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4970, 4830, 'Versicherungsentschädigungen und Schadenersatzleistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5881, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4972, 4830, 'Erstattungen Aufwendungsausgleichsgesetz');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5882, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4975, 4830, 'Investitionszuschüsse (steuerpflichtig)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5883, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4980, 4830, 'Investitionszulagen (steuerfrei)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5884, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4981, 4830, 'Steuerfreie Erträge aus der Auflösung von steuerlichen Rücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5885, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4982, 4830, 'Sonstige steuerfreie Betriebseinnahmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5886, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4987, 4830, 'Erträge aus der Aktivierung unentgeltlich erworbener Vermögensgegenstände');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5887, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4989, 4830, 'Kostenerstattungen, Rückvergütungen und Gutschriften für frühere Jahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5888, 'SKR04', 'Betriebliche Erträge', 'Sonstige betriebliche Erträge', 4992, 4830, 'Erträge aus Verwaltungskostenumlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5889, 'SKR04', 'Betriebliche Aufwendungen', 'Betriebliche Aufwendungen', 5, 5, 'Betriebliche Aufwendungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5890, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5000, 5, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5891, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5001, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5892, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5002, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5893, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5003, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5894, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5004, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5895, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5005, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5896, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5006, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5897, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5007, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5898, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5008, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5899, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5009, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5900, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5010, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5901, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5011, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5902, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5012, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5903, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5013, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5904, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5014, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5905, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5015, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5906, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5016, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5907, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5017, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5908, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5018, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5909, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5019, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5910, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5020, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5911, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5021, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5912, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5022, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5913, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5023, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5914, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5024, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5915, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5025, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5916, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5026, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5917, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5027, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5918, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5028, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5919, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5029, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5920, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5030, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5921, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5031, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5922, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5032, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5923, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5033, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5924, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5034, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5925, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5035, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5926, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5036, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5927, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5037, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5928, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5038, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5929, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5039, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5930, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5040, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5931, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5041, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5932, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5042, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5933, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5043, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5934, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5044, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5935, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5045, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5936, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5046, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5937, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5047, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5938, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5048, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5939, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5049, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5940, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5050, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5941, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5051, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5942, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5052, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5943, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5053, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5944, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5054, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5945, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5055, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5946, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5056, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5947, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5057, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5948, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5058, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5949, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5059, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5950, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5060, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5951, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5061, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5952, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5062, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5953, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5063, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5954, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5064, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5955, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5065, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5956, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5066, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5957, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5067, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5958, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5068, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5959, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5069, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5960, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5070, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5961, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5071, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5962, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5072, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5963, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5073, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5964, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5074, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5965, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5075, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5966, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5076, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5967, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5077, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5968, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5078, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5969, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5079, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5970, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5080, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5971, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5081, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5972, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5082, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5973, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5083, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5974, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5084, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5975, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5085, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5976, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5086, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5977, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5087, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5978, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5088, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5979, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5089, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5980, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5090, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5981, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5091, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5982, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5092, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5983, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5093, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5984, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5094, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5985, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5095, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5986, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5096, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5987, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5097, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5988, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5098, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5989, 'SKR04', 'Betriebliche Aufwendungen', 'Material- und Stoffverbrauch', 5099, 5000, 'Aufwendungen für Roh-, Hilfs- und Betriebsstoffe und für bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5990, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5100, 5, 'Einkauf Roh-, Hilfs- und Betriebsstoffe');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5991, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5110, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5992, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5111, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5993, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5112, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5994, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5113, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5995, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5114, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5996, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5115, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5997, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5116, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5998, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5117, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 5999, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5118, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6000, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5119, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6001, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5120, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6002, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5121, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6003, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5122, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6004, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5123, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6005, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5124, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6006, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5125, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6007, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5126, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6008, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5127, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6009, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5128, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6010, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5129, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6011, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5130, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6012, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5131, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6013, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5132, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6014, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5133, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6015, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5134, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6016, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5135, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6017, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5136, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6018, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5137, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6019, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5138, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6020, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5139, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6021, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5140, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6022, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5141, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6023, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5142, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6024, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5143, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6025, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5144, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6026, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5145, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6027, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5146, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6028, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5147, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6029, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5148, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6030, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5149, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6031, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5150, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6032, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5151, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6033, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5152, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6034, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5153, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6035, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5154, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6036, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5155, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6037, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5156, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6038, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5157, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6039, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5158, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6040, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5159, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6041, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5160, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6042, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5161, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6043, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5162, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6044, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5163, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6045, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5164, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6046, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5165, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6047, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5166, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb ohne Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6048, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5167, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb ohne Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6049, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5168, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6050, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5169, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6051, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5170, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 5,5 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6052, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5171, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6053, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5172, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6054, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5173, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6055, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5174, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6056, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5175, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe aus einem USt-Lager § 13a UStG 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6057, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5176, 5100, 'Einkauf Roh-, Hilfs- und Betriebsstoffe aus einem USt-Lager § 13a UStG 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6058, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5177, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6059, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5178, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6060, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5179, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6061, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5180, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6062, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5181, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6063, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5182, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6064, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5183, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6065, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5184, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6066, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5185, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6067, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5186, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6068, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5187, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6069, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5188, 5100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6070, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5189, 5100, 'Erwerb Roh-, Hilfs- und Betriebsstoffe als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6071, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5190, 5, 'Energiestoffe (Fertigung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6072, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5191, 5190, 'Energiestoffe (Fertigung) 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6073, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5192, 5190, 'Energiestoffe (Fertigung) 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6074, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5193, 5190, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6075, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5194, 5190, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6076, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5195, 5190, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6077, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5196, 5190, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6078, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5197, 5190, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6079, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5198, 5190, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6080, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5200, 5, 'Wareneingang');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6081, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5300, 5200, 'Wareneingang Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6082, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5301, 5200, 'Wareneingang Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6083, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5302, 5200, 'Wareneingang Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6084, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5303, 5200, 'Wareneingang Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6085, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5304, 5200, 'Wareneingang Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6086, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5305, 5200, 'Wareneingang Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6087, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5306, 5200, 'Wareneingang Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6088, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5307, 5200, 'Wareneingang Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6089, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5308, 5200, 'Wareneingang Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6090, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5309, 5200, 'Wareneingang Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6091, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5310, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6092, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5311, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6093, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5312, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6094, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5313, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6095, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5314, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6096, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5315, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6097, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5316, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6098, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5317, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6099, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5318, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6100, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5319, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6101, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5320, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6102, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5321, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6103, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5322, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6104, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5323, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6105, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5324, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6106, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5325, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6107, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5326, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6108, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5327, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6109, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5328, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6110, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5329, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6111, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5330, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6112, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5331, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6113, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5332, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6114, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5333, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6115, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5334, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6116, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5335, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6117, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5336, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6118, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5337, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6119, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5338, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6120, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5339, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6121, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5340, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6122, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5341, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6123, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5342, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6124, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5343, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6125, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5344, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6126, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5345, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6127, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5346, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6128, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5347, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6129, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5348, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6130, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5349, 5200, 'Wareneingang ohne Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6131, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5400, 5200, 'Wareneingang 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6132, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5401, 5200, 'Wareneingang 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6133, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5402, 5200, 'Wareneingang 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6134, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5403, 5200, 'Wareneingang 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6135, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5404, 5200, 'Wareneingang 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6136, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5405, 5200, 'Wareneingang 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6137, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5406, 5200, 'Wareneingang 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6138, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5407, 5200, 'Wareneingang 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6139, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5408, 5200, 'Wareneingang 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6140, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5409, 5200, 'Wareneingang 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6141, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5410, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6142, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5411, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6143, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5412, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6144, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5413, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6145, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5414, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6146, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5415, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6147, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5416, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6148, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5417, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6149, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5418, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6150, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5419, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6151, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5420, 5200, 'Innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6152, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5421, 5200, 'Innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6153, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5422, 5200, 'Innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6154, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5423, 5200, 'Innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6155, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5424, 5200, 'Innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6156, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5425, 5200, 'Innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6157, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5426, 5200, 'Innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6158, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5427, 5200, 'Innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6159, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5428, 5200, 'Innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6160, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5429, 5200, 'Innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6161, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5430, 5200, 'Innergemeinschaftlicher Erwerb ohne Vorsteuerabzug 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6162, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5431, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6163, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5432, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6164, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5433, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6165, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5434, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6166, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5435, 5200, 'Innergemeinschaftlicher Erwerb ohne Vorsteuerabzug und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6167, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5436, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6168, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5437, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6169, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5438, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6170, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5439, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6171, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5440, 5200, 'Innergemeinschaftlicher Erwerb von Neufahrzeugen von Lieferanten ohne Umsatz-Identifikationsnummer 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6172, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5441, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6173, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5442, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6174, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5443, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6175, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5444, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6176, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5445, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6177, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5446, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6178, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5447, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6179, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5448, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6180, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5449, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6181, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5500, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6182, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5501, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6183, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5502, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6184, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5503, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6185, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5504, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6186, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5505, 5200, 'Wareneingang 5,5 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6187, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5506, 5200, 'Wareneingang 5,5 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6188, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5507, 5200, 'Wareneingang 5,5 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6189, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5508, 5200, 'Wareneingang 5,5 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6190, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5509, 5200, 'Wareneingang 5,5 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6191, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5510, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6192, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5511, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6193, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5512, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6194, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5513, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6195, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5514, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6196, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5515, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6197, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5516, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6198, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5517, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6199, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5518, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6200, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5519, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6201, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5520, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6202, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5521, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6203, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5522, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6204, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5523, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6205, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5524, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6206, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5525, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6207, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5526, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6208, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5527, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6209, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5528, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6210, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5529, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6211, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5530, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6212, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5531, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6213, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5532, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6214, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5533, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6215, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5534, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6216, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5535, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6217, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5536, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6218, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5537, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6219, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5538, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6220, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5539, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6221, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5540, 5200, 'Wareneingang 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6222, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5541, 5200, 'Wareneingang 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6223, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5542, 5200, 'Wareneingang 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6224, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5543, 5200, 'Wareneingang 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6225, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5544, 5200, 'Wareneingang 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6226, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5545, 5200, 'Wareneingang 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6227, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5546, 5200, 'Wareneingang 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6228, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5547, 5200, 'Wareneingang 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6229, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5548, 5200, 'Wareneingang 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6230, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5549, 5200, 'Wareneingang 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6231, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5550, 5200, 'Steuerfreier innergemeinschaftlicher Erwerb');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6232, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5551, 5200, 'Wareneingang im Drittland steuerbar');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6233, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5552, 5200, 'Erwerb 1. Abnehmer innerhalb eines Dreiecksgeschäftes');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6234, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5553, 5200, 'Erwerb Waren als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6235, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5554, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6236, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5555, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6237, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5556, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6238, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5557, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6239, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5558, 5200, 'Wareneingang im anderen EU-Land steuerbar');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6240, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5559, 5200, 'Steuerfreie Einfuhren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6241, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5560, 5200, 'Waren aus einem Umsatzsteuerlager, § 13a UStG 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6242, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5561, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6243, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5562, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6244, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5563, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6245, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5564, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6246, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5565, 5200, 'Waren aus einem Umsatzsteuerlager, § 13a UStG 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6247, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5566, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6248, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5567, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6249, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5568, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6250, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5569, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6251, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5600, 5200, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6252, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5601, 5200, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6253, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5602, 5200, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6254, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5603, 5200, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6255, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5604, 5200, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6256, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5605, 5200, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6257, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5606, 5200, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6258, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5607, 5200, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6259, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5608, 5200, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6260, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5609, 5200, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6261, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5610, 5200, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6262, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5611, 5200, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6263, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5612, 5200, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6264, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5613, 5200, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6265, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5614, 5200, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6266, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5615, 5200, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6267, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5616, 5200, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6268, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5617, 5200, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6269, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5618, 5200, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6270, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5619, 5200, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6271, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5650, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6272, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5651, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6273, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5652, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6274, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5653, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6275, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5654, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6276, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5655, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6277, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5656, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6278, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5657, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6279, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5658, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6280, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5659, 5200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6281, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5660, 5200, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6282, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5661, 5200, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6283, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5662, 5200, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6284, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5663, 5200, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6285, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5664, 5200, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6286, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5665, 5200, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6287, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5666, 5200, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6288, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5667, 5200, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6289, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5668, 5200, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6290, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5669, 5200, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6291, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5700, 5200, 'Nachlässe');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6292, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5701, 5700, 'Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6293, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5710, 5700, 'Nachlässe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6294, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5711, 5700, 'Nachlässe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6295, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5712, 5700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6296, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5713, 5700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6297, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5714, 5700, 'Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6298, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5715, 5700, 'Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6299, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5716, 5700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6300, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5717, 5700, 'Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6301, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5718, 5700, 'Nachlässe aus Einkauf Roh-, Hilfs- und Betriebsstoffe, innergemeinschaftlicher Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6302, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5719, 5700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6303, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5720, 5700, 'Nachlässe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6304, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5722, 5700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6305, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5723, 5700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6306, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5724, 5700, 'Nachlässe aus innergemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6307, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5725, 5700, 'Nachlässe aus innergemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6308, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5726, 5700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6309, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5727, 5700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6310, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5728, 5700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6311, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5729, 5700, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6312, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5730, 5200, 'Erhaltene Skonti');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6313, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5731, 5730, 'Erhaltene Skonti 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6314, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5732, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6315, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5733, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6316, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5734, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6317, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5735, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6318, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5736, 5730, 'Erhaltene Skonti 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6319, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5737, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6320, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5738, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6321, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5739, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6322, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5740, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6323, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5741, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem innergemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6324, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5742, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6325, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5743, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem innergemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6326, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5744, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe aus steuerpflichtigem innergemeinschaftlichem Erwerb');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6327, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5745, 5730, 'Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6328, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5746, 5730, 'Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6329, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5747, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6330, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5748, 5730, 'Erhaltene Skonti aus steuerpflichtigem innergemeinschaftlichem Erwerb 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6331, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5749, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6332, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5750, 5769, 'Erhaltene Boni 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6333, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5751, 5769, 'Erhaltene Boni 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6334, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5752, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6335, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5753, 5769, 'Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6336, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5754, 5769, 'Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6337, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5755, 5769, 'Erhaltene Boni aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6338, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5756, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6339, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5757, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6340, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5758, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6341, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5759, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6342, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5760, 5769, 'Erhaltene Boni 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6343, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5761, 5769, 'Erhaltene Boni 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6344, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5762, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6345, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5763, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6346, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5764, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6347, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5765, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6348, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5766, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6349, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5767, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6350, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5768, 5769, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6351, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5769, 5200, 'Erhaltene Boni');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6352, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5770, 5200, 'Erhaltene Rabatte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6353, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5780, 5770, 'Erhaltene Rabatte 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6354, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5781, 5770, 'Erhaltene Rabatte 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6355, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5782, 5770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6356, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5783, 5770, 'Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6357, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5784, 5770, 'Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6358, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5785, 5770, 'Erhaltene Rabatte aus Einkauf Roh-, Hilfs- und Betriebsstoffe 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6359, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5786, 5770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6360, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5787, 5770, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6361, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5788, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6362, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5789, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6363, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5790, 5770, 'Erhaltene Rabatte 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6364, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5791, 5770, 'Erhaltene Rabatte 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6365, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5792, 5730, 'Erhaltene Skonti aus Erwerb Roh-, Hilfs- und Betriebsstoffe als letzter Abnehmer innerhalb Dreiecksgeschäft 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6366, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5793, 5730, 'Erhaltene Skonti aus Erwerb Waren als letzter Abnehmer innerhalb Dreiecksgeschäfte 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6367, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5794, 5730, 'Erhaltene Skonti 5,5 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6368, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5795, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6369, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5796, 5730, 'Erhaltene Skonti 10,7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6370, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5797, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6371, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5798, 5730, 'Erhaltene Skonti aus Einkauf Roh-, Hilfs- und Betriebsstoffe 5,5 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6372, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5799, 5730, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6373, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5800, 5, 'Bezugsnebenkosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6374, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5820, 5, 'Leergut');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6375, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5840, 5, 'Zölle und Einfuhrabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6376, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5860, 5, 'Verrechnete Stoffkosten (Gegenkonto 5000-99)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6377, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5880, 5, 'Bestandsveränderungen Roh-, Hilfs- und Betriebsstoffe sowie bezogene Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6378, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5881, 5, 'Bestandsveränderungen Waren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6379, 'SKR04', 'Betriebliche Aufwendungen', 'Materialaufwand', 5885, 5, 'Bestandsveränderungen Roh-, Hilfs- und Betriebsstoffe');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6380, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5900, 5, 'Fremdleistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6381, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5906, 5900, 'Fremdleistungen 19 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6382, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5907, 5900, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6383, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5908, 5900, 'Fremdleistungen 7 % Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6384, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5909, 5900, 'Fremdleistungen ohne Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6385, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5910, 5, 'Bauleistungen eine im Inland ansässigen Unternehmens 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6386, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5911, 5910, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6387, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5912, 5910, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6388, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5913, 5, 'Sonstige Leistungen eines im andere EU-Land ansässigen Unternehmens 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6389, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5914, 5913, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6390, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5915, 5, 'Leistungen eines im Ausland ansässigen Unternehmers 7 % Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6391, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5916, 5915, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6392, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5917, 5915, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6393, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5918, 5915, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6394, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5919, 5915, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6395, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5920, 5, 'Bauleistungen eines im Inland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6396, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5921, 5, 'Bauleistungen eines im Inland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6397, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5922, 5921, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6398, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5923, 5, 'Sonstige Leistungen eines im anderen EU-Land ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6399, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5924, 5923, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6400, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5925, 5, 'Leistungen eines im Ausland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6401, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5926, 5, 'Leistungen eines im Ausland ansässigen Unternehmers 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6402, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5927, 5926, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6403, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5928, 5926, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6404, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5829, 5926, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6405, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5930, 5, 'Bauleistungen eines im Inland ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6406, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5931, 5930, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6407, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5932, 5930, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6408, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5933, 5, 'Sonstige Leistungen eines im anderen EU-Land ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6409, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5934, 5933, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6410, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5935, 5, 'Leistungen eines im Ausland ansässigen Unternehmers ohne Vorsteuer und 7 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6411, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5936, 5935, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6412, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5937, 5935, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6413, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5938, 5935, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6414, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5939, 5935, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6415, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5940, 5, 'Bauleistungen eines im Inland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6416, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5941, 5, 'Bauleistungen eines im Inland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6417, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5942, 5941, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6418, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5943, 5, 'Sonstige Leistungen eines im anderen EU-Land ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6419, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5944, 5943, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6420, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5945, 5, 'Leistungen eines im Ausland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6421, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5946, 5, 'Leistungen eines im Ausland ansässigen Unternehmers ohne Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6422, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5947, 5946, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6423, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5948, 5946, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6424, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5949, 5946, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6425, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5950, 5, 'Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6426, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5951, 5, 'Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird 19 % Vorsteuer und 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6427, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5952, 5951, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6428, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5953, 5, 'Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer aber mit Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6429, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5954, 5, 'Erhaltene Skonti aus Leistungen, für die als Leistungsempfänger die Steuer nach § 13b UStG geschuldet wird ohne Vorsteuer, mit 19 % Umsatzsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6430, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5955, 5954, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6431, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5956, 5954, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6432, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5957, 5954, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6433, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5958, 5954, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6434, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5959, 5954, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6435, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5960, 5, 'Leistungen nach § 13b UStG mit Vorsteuerabzug');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6436, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5965, 5, 'Leistungen nach § 13b UStG ohne Vorsteuerabzug');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6437, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5970, 5, 'Fremdleistungen (Miet- und Pachtzinsen bewegliche Wirtschaftsgüter)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6438, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5975, 5, 'Fremdleistungen (Miet- und Pachtzinsen unbewegliche Wirtschaftsgüter)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6439, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5980, 5, 'Fremdleistungen (Entgelte für Rechte und Lizenzen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6440, 'SKR04', 'Betriebliche Aufwendungen', 'Aufwendungen für bezogene Leistungen', 5985, 5, 'Fremdleistungen (Vergütungen für die Überlassung von Wirtschaftsgütern – mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6441, 'SKR04', 'Betriebliche Aufwendungen', 'Betriebliche Aufwendungen', 6, 6, 'Betriebliche Aufwendungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6442, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6000, 6, 'Löhne und Gehälter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6443, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6010, 6000, 'Löhne');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6444, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6020, 6000, 'Gehälter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6445, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6024, 6000, 'Geschäftsführergehälter der GmbH-Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6446, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6026, 6000, 'Tantiemen Gesellschafter-Geschäftsführer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6447, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6027, 6000, 'Geschäftsführergehälter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6448, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6028, 6000, 'Vergütung an angestellte Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6449, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6029, 6000, 'Tantiemen Arbeitnehmer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6450, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6030, 6000, 'Aushilfslöhne');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6451, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6035, 6000, 'Löhne für Minijobs');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6452, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6036, 6000, 'Pauschale Steuern für Minijobber');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6453, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6037, 6000, 'Pauschale Steuern für Gesellschafter-Geschäftsführer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6454, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6038, 6000, 'Pauschale Steuern für angestellte Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6455, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6039, 6000, 'Pauschale Steuern für Arbeitnehmer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6456, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6040, 6000, 'Pauschale Steuer für Aushilfen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6457, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6045, 6000, 'Bedienungsgelder');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6458, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6050, 6000, 'Ehegattengehalt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6459, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6060, 6000, 'Freiwillige soziale Aufwendungen, lohnsteuerpflichtig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6460, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6066, 6000, 'Freiwillige Zuwendungen an Minijobber');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6461, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6067, 6000, 'Freiwillige Zuwendungen an Gesellschafter-Geschäftsführer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6462, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6068, 6000, 'Freiwillige Zuwendungen an angestellte Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6463, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6069, 6000, 'Pauschale Steuer auf sonstige Bezüge (z. B. Fahrtkostenzuschüsse)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6464, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6070, 6000, 'Krankengeldzuschüsse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6465, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6071, 6000, 'Sachzuwendungen und Dienstleistungen an Minijobber');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6466, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6072, 6000, 'Sachzuwendungen und Dienstleistungen an Arbeitnehmer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6467, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6073, 6000, 'Sachzuwendungen und Dienstleistungen an Gesellschafter-Geschäftsführer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6468, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6074, 6000, 'Sachzuwendungen und Dienstleistungen an angestellte Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6469, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6075, 6000, 'Zuschüsse der Agenturen für Arbeit (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6470, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6076, 6000, 'Aufwendungen aus der Veränderung von Urlaubsrückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6471, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6077, 6000, 'Aufwendungen aus der Veränderung von Urlaubsrückstellungen für Gesellschafter-Geschäftsführer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6472, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6078, 6000, 'Aufwendungen aus der Veränderung von Urlaubsrückstellungen für angestellte Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6473, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6079, 6000, 'Aufwendungen aus der Veränderung von Urlaubsrückstellungen für Minijobber');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6474, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6080, 6000, 'Vermögenswirksame Leistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6475, 'SKR04', 'Betriebliche Aufwendungen', 'Löhne und Gehälter', 6090, 6000, 'Fahrtkostenerstattung Wohnung/Arbeitsstätte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6476, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6100, 6, 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6477, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6110, 6100, 'Gesetzliche soziale Aufwendungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6478, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6118, 6100, 'Gesetzliche soziale Aufwendungen für Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6479, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6120, 6100, 'Beiträge zur Berufsgenossenschaft');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6480, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6130, 6100, 'Freiwillige soziale Aufwendungen, lohnsteuerfrei');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6481, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6140, 6100, 'Aufwendungen für Altersversorgung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6482, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6147, 6100, 'Pauschale Steuer auf sonstige Bezüge (z. B. Direktversicherungen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6483, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6148, 6100, 'Aufwendungen für Altersversorgung für Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6484, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6149, 6100, 'Aufwendungen für Altersversorgung für Gesellschafter-Geschäftsführer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6485, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6150, 6100, 'Versorgungskasse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6486, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6160, 6100, 'Aufwendungen für Unterstützung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6487, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6170, 6100, 'Sonstige soziale Abgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6488, 'SKR04', 'Betriebliche Aufwendungen', 'Soziale Abgaben und Aufwendungen für Altersversorgung und für Unterstützung', 6171, 6100, 'Soziale Abgaben für Minijobber');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6489, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6200, 6, 'Abschreibungen auf immaterielle Vermögensgegenstände');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6490, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6201, 6, 'Abschreibungen auf selbst geschaffene immaterielle Vermögensgegenstände');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6491, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6205, 6, 'Abschreibungen auf den Geschäfts- oder Firmenwert');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6492, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6209, 6, 'Außerplanmäßige Abschreibungen auf den Geschäfts- oder Firmenwert');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6493, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6210, 6, 'Außerplanmäßige Abschreibungen auf immaterielle Vermögensgegenständen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6494, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6211, 6, 'Außerplanmäßige Abschreibungen auf selbst geschaffene immaterielle Vermögensgegenstände');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6495, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6220, 6, 'Abschreibungen auf Sachanlagen (ohne AfA auf Kfz und Gebäude)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6496, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6221, 6, 'Abschreibungen auf Gebäude');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6497, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6222, 6, 'Abschreibungen auf Kfz');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6498, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6223, 6, 'Abschreibungen auf Gebäudeteil des häuslichen Arbeitszimmers');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6499, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6230, 6, 'Außerplanmäßige Abschreibungen auf Sachanlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6500, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6231, 6, 'Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung der Gebäude');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6501, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6232, 6, 'Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung des Kfz');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6502, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6233, 6, 'Absetzung für außergewöhnliche technische und wirtschaftliche Abnutzung sonstiger Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6503, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6240, 6, 'Abschreibungen auf Sachanlagen auf Grund steuerlicher Sondervorschriften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6504, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6241, 6, 'Sonderabschreibungen nach § 7g Abs. 5 EStG (ohne Kfz)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6505, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6242, 6, 'Sonderabschreibungen nach § 7g Abs. 5 EStG (für Kfz)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6506, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6243, 6, 'Kürzung der Anschaffungs- oder Herstellungskosten gemäß § 7g Abs. 2 EStG (ohne Kfz)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6507, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6244, 6, 'Kürzung der Anschaffungs- oder Herstellungskosten gemäß § 7g Abs. 2 EStG (für Kfz)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6508, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6250, 6, 'Kaufleasing');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6509, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6260, 6, 'Sofortabschreibungen geringwertiger Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6510, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6262, 6, 'Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6511, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6264, 6, 'Abschreibungen auf den Sammelposten Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6512, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6266, 6, 'Außerplanmäßige Abschreibungen auf aktivierte, geringwertige Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6513, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf immaterielle Vermögensgegenstände des Anlagevermögens und Sachanlagen', 6268, 6266, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6514, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6270, 6, 'Abschreibungen auf sonstige Vermögensgegenstände des Umlaufvermögens (soweit unüblich hoch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6515, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6272, 6, 'Abschreibungen auf Umlaufvermögen, steuerrechtlich bedingt (soweit unüblich hoch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6516, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6278, 6, 'Abschreibungen auf Roh-, Hilfs- und Betriebsstoffe/Waren (soweit unüblich hoch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6517, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6279, 6, 'Abschreibungen auf fertige und unfertige Erzeugnisse (soweit unüblich hoch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6518, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6280, 6, 'Forderungsverluste (soweit unüblich hoch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6519, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6281, 6, 'Forderungsverluste 7 % USt (sowie unüblich hoch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6520, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6282, 6281, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6521, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6283, 6281, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6522, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6284, 6281, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6523, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6285, 6281, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6524, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6286, 6, 'Forderungsverluste 19 % USt (sowie unüblich hoch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6525, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6287, 6286, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6526, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6288, 6286, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6527, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6290, 6, 'Abschreibungen auf Forderungen gegenüber Kapitalgesellschaften, an denen eine Beteiligung besteht (soweit unüblich hoch), § 3c EstG/ § 8b Abs. 3 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6528, 'SKR04', 'Betriebliche Aufwendungen', 'Abschreibungen auf Vermögensgegenstände des Umlaufvermögens, soweit diese die in der Kapitalgesellschaft üblichen Abschreibungen überschreiten', 6291, 6, 'Abschreibungen auf Forderungen gegenüber Gesellschaftern und nahe stehenden Personen (soweit unüblich hoch), § 8b Abs. 3 StG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6529, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6300, 6, 'Sonstige betriebliche Aufwendungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6530, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6302, 6, 'Interimskonto für Aufwendungen in einem anderen Land, bei denen eine Vorsteuervergütung möglich ist');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6531, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6303, 6, 'Fremdleistungen/Fremdarbeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6532, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6304, 6, 'Sonstige Aufwendungen betrieblich und regelmäßig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6533, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6305, 6, 'Raumkosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6534, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6310, 6, 'Miete (unbewegliche Wirtschaftsgüter)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6535, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6312, 6, 'Miete/Aufwendungen für doppelte Haushaltsführung Unternehmer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6536, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6313, 6, 'Vergütung an Gesellschafter für die miet- oder pachtweise Überlassung ihrer unbeweglichen Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6537, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6314, 6, 'Vergütung an Mitunternehmer für die mietweise Überassung ihrer unbeweglichen Wirtschaftsgüter § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6538, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6315, 6, 'Pacht (unbewegliche Wirtschaftsgüter)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6539, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6316, 6, 'Leasing (unbewegliche Wirtschaftsgüter)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6540, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6317, 6, 'Aufwendungen für gemietete oder gepachtete unbewegliche Wirtschaftsgüter, die gewerbesteuerlich hinzuzurechnen sind');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6541, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6318, 6, 'Miet- und Pachtnebenkosten, die gewerbesteuerlich nicht hinzuzurechnen sind');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6542, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6319, 6, 'Vergütung an Mitunternehmer für die pachtweise Überlassung ihrer unbeweglichen Wirtschaftsgüter § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6543, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6320, 6, 'Heizung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6544, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6325, 6, 'Gas, Strom, Wasser');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6545, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6330, 6, 'Reinigung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6546, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6335, 6, 'Instandhaltung betrieblicher Räume');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6547, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6340, 6, 'Abgaben für betrieblich genutzten Grundbesitz');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6548, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6345, 6, 'Sonstige Raumkosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6549, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6348, 6, 'Aufwendungen für ein häusliches Arbeitszimmer (abziehbarer Anteil)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6550, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6349, 6, 'Aufwendungen für ein häusliches Arbeitszimmer (nicht abziehbarer Anteil)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6551, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6350, 6, 'Grundstücksaufwendungen, betrieblich');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6552, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6352, 6, 'Sonstige Grundstücksaufwendungen (neutral)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6553, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6390, 6, 'Zuwendungen, Spenden, steuerlich nicht abziehbar');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6554, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6391, 6, 'Zuwendungen, Spenden für wissenschaftliche und kulturelle Zwecke');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6555, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6392, 6, 'Zuwendungen, Spenden für mildtätige Zwecke');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6556, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6393, 6, 'Zuwendungen, Spenden für kirchliche, religiöse und gemeinnützige Zwecke');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6557, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6394, 6, 'Zuwendungen, Spenden an politische Parteien');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6558, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6395, 6, 'Zuwendungen, Spenden in das zu erhaltende Vermögen (Vermögensstock) einer Stiftung für gemeinnützige Zwecke');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6559, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6396, 6395, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6560, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6397, 6, 'Zuwendungen, Spenden in das zu erhaltende Vermögen (Vermögensstock) einer Stiftung für kirchliche, religiöse und gemeinnützige Zwecke');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6561, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6398, 6, 'Zuwendungen, Spenden an Stiftungen in das zu erhaltene Vermögen (Vermögensstock) einer Stiftung für wissenschaftliche, mildtätige, kulturelle Zwecke');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6562, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6400, 6, 'Versicherungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6563, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6405, 6, 'Versicherungen für Gebäude');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6564, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6410, 6, 'Netto-Prämie für Rückdeckung künftiger Versorgungsleistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6565, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6420, 6, 'Beiträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6566, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6430, 6, 'Sonstige Abgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6567, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6436, 6, 'Steuerlich abzugsfähige Verspätungszuschläge und Zwangsgelder');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6568, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6437, 6, 'Steuerlich nicht abzugsfähige Verspätungszuschläge und Zwangsgelder');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6569, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6440, 6, 'Ausgleichsabgabe i. S d. Schwerbehindertengesetzes');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6570, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6450, 6, 'Reparaturen und Instandhaltung von Bauten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6571, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6460, 6, 'Reparaturen und Instandhaltung von technischen Anlagen und Maschinen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6572, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6470, 6, 'Reparaturen und Instandhaltung von anderen Anlagen und Betriebs- und Geschäftsausstattung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6573, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6475, 6, 'Zuführung zu Aufwandsrückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6574, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6485, 6, 'Reparaturen und Instandhaltung von anderen Anlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6575, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6490, 6, 'Sonstige Reparaturen und Instandhaltung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6576, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6495, 6, 'Wartungskosten für Hard- und Software');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6577, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6498, 6, 'Mietleasing beweglicher Wirtschaftsgüter für technische Anlagen und Maschinen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6578, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6500, 6, 'Fahrzeugkosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6579, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6520, 6, 'Kfz-Versicherungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6580, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6530, 6, 'Laufende Kfz-Betriebskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6581, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6540, 6, 'Kfz-Reparaturen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6582, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6550, 6, 'Garagenmiete');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6583, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6560, 6, 'Mietleasing Kfz');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6584, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6570, 6, 'Sonstige Kfz-Kosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6585, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6580, 6, 'Mautgebühren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6586, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6590, 6, 'Kfz-Kosten für betrieblich genutzte zum Privatvermögen gehörende Kraftfahrzeuge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6587, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6595, 6, 'Fremdfahrzeugkosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6588, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6600, 6, 'Werbekosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6589, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6605, 6, 'Streuartikel');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6590, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6610, 6, 'Geschenke abzugsfähig ohne § 37b EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6591, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6611, 6, 'Geschenke abzugsfähig mit § 37b EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6592, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6612, 6, 'Pauschale Steuern für Geschenke und Zugaben abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6593, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6620, 6, 'Geschenke nicht abzugsfähig ohne § 37b EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6594, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6621, 6, 'Geschenke nicht abzugsfähig mit § 37b EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6595, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6622, 6, 'Pauschale Steuern für Geschenke und Zuwendungen nicht abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6596, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6625, 6, 'Geschenke ausschließlich betrieblich genutzt');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6597, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6629, 6, 'Zugaben mit § 37b EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6598, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6630, 6, 'Repräsentationskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6599, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6640, 6, 'Bewirtungskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6600, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6641, 6, 'Sonstige eingeschränkt abziehbare Betriebsausgaben (abziehbarer Anteil)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6601, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6642, 6, 'Sonstige eingeschränkt abziehbare Betriebsausgaben (nicht abziehbarer Anteil)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6602, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6643, 6, 'Aufmerksamkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6603, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6644, 6, 'Nicht abzugsfähige Bewirtungskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6604, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6645, 6, 'Nicht abzugsfähige Betriebsausgaben aus Werbe- und Repräsentationskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6605, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6650, 6, 'Reisekosten Arbeitnehmer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6606, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6660, 6, 'Reisekosten Arbeitnehmer Übernachtungsaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6607, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6663, 6, 'Reisekosten Arbeitnehmer Fahrtkosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6608, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6664, 6, 'Reisekosten Arbeitnehmer Verpflegungsmehraufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6609, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6665, 6664, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6610, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6668, 6, 'Kilometergelderstattung Arbeitnehmer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6611, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6670, 6, 'Reisekosten Unternehmer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6612, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6672, 6, 'Reisekosten Unternehmer (nicht abziehbarer Anteil)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6613, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6673, 6, 'Reisekosten Unternehmer Fahrtkosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6614, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6674, 6, 'Reisekosten Unternehmer Verpflegungsmehraufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6615, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6680, 6, 'Reisekosten Unternehmer Übernachtungsaufwand und Reisenebenkosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6616, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6685, 6680, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6617, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6686, 6680, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6618, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6688, 6, 'Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (abziehbarer Anteil)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6619, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6689, 6, 'Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (nicht abziehbarer Anteil)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6620, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6690, 6, 'Fahrten zwischen Wohnung und Betriebsstätte und Familienheimfahrten (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6621, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6691, 6, 'Verpflegungsmehraufwenungen im Rahmen der doppelten Haushaltsführung Unternehmer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6622, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6700, 6, 'Kosten der Warenabgabe');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6623, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6710, 6, 'Verpackungsmaterial');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6624, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6740, 6, 'Ausgangsfrachten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6625, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6760, 6, 'Transportversicherungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6626, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6770, 6, 'Verkaufsprovision');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6627, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6780, 6, 'Fremdarbeiten (Vertrieb)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6628, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6790, 6, 'Aufwand für Gewährleistung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6629, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6800, 6, 'Porto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6630, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6805, 6, 'Telefon');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6631, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6810, 6, 'Telefax und Internetkosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6632, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6815, 6, 'Bürobedarf');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6633, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6820, 6, 'Zeitschriften, Bücher (Fachliteratur)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6634, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6821, 6, 'Fortbildungskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6635, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6822, 6, 'Freiwillige Sozialleistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6636, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6823, 6, 'Vergütung an Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6637, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6824, 6, 'Haftungsvergütung an Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6638, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6825, 6, 'Rechts- und Beratungskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6639, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6827, 6, 'Abschluss- und Prüfungskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6640, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6830, 6, 'Buchführungskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6641, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6833, 6, 'Vergütungen an Gesellschafter für die miet- oder pachtweise Überlassung ihrer beweglichen Wirtschaftsgüter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6642, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6834, 6, 'Vergütungen an Mitunternehmer für die miet- oder pachtweise Überlassung ihrer beweglichen Wirtschaftsgüter § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6643, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6835, 6, 'Mieten für Einrichtungen (bewegliche Wirtschaftsgüter)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6644, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6836, 6, 'Pacht (bewegliche Wirtschaftsgüter)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6645, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6837, 6, 'Aufwendungen für die zeitlich befristete Überlassung von Rechten (Lizenzen, Konzessionen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6646, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6838, 6, 'Aufwendungen für gemietete oder gepachtete bewegliche Wirtschaftsgüter, die gewerbesteuerlich hinzuzurechnen sind');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6647, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6840, 6, 'Mietleasing beweglicher Wirtschaftsgüter für Betriebs- und Geschäftsausstattung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6648, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6845, 6, 'Werkzeuge und Kleingeräte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6649, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6850, 6, 'Sonstiger Betriebsbedarf');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6650, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6854, 6, 'Genossenschaftliche Rückvergütung an Mitglieder');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6651, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6855, 6, 'Nebenkosten des Geldverkehrs');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6652, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6856, 6, 'Aufwendungen aus Anteilen an Kapitalgesellschaften §§ 3Nr. 40, 3c EStG/§ 8b Abs. 1 und 4 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6653, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6857, 6, 'Veräußerungskosten § 3 Nr. 40 EStG/§ 8b Abs. 2 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6654, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6859, 6, 'Aufwendungen für Abraum- und Abfallbeseitigung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6655, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6860, 6, 'Nicht abziehbare Vorsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6656, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6865, 6, 'Nicht abziehbare Vorsteuer 7 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6657, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6871, 6, 'Nicht abziehbare Vorsteuer 19 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6658, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6875, 6, 'Nicht abziehbare Vorsteuer der Aufsichtsratsvergütungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6659, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6876, 6, 'Abziehbare Aufsichtsratsvergütungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6660, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6880, 6, 'Aufwendungen aus der Währungsumrechnung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6661, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6881, 6, 'Aufwendungen aus der Währungsumrechnung (nicht § 256a HGB)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6662, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6883, 6, 'Aufwendungen aus Bewertung Finanzmittelfonds');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6663, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6884, 6, 'Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1a UStG (bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6664, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6885, 6, 'Erlöse aus Verkäufen Sachanlagevermögen 19 % USt (bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6665, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6886, 6885, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6666, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6887, 6885, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6667, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6888, 6, 'Erlöse aus Verkäufen Sachanlagevermögen steuerfrei § 4 Nr. 1b UStG (bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6668, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6889, 6, 'Erlöse aus Verkäufen Sachanlagevermögen (bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6669, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6890, 6, 'Erlöse aus Verkäufen immaterieller Vermögensgegenstände (bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6670, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6891, 6, 'Erlöse aus Verkäufen Finanzanlagen (bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6671, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6892, 6, 'Erlöse aus Verkäufen Finanzanlagen § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG (bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6672, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6895, 6, 'Anlagenabgänge Sachanlagen (Restbuchwert bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6673, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6896, 6, 'Anlagenabgänge immaterielle Vermögensgengenstände (Restbuchwert bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6674, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6897, 6, 'Anlagenabgänge Finanzanlagen (Restbuchwert bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6675, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6898, 6, 'Anlagenabgänge Finanzanlagen § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG (Restbuchwert bei Buchverlust)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6676, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6900, 6, 'Verluste aus dem Abgang von Gegenständen des Anlagevermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6677, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6903, 6, 'Verluste aus der Veräußerung von Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6678, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6905, 6, 'Verluste aus dem Abgang von Gegenständen des Anlagevermögens außer Vorräte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6679, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6906, 6, 'Verluste aus dem Abgang von Gegenständen des Anlagevermögens (außer Vorräte) § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6680, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6907, 6, 'Abgang von Wirtschaftsgütern des Umlaufvermögens nach § 4 Abs. 3 Satz 4 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6681, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6908, 6, 'Abgang von Wirtschaftsgütern des Umlaufvermögens § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG nach § 4 Abs. 3 Satz 4 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6682, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6910, 6, 'Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens (übliche Höhe)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6683, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6912, 6, 'Abschreibungen auf Umlaufvermögen außer Vorräte und Wertpapiere des Umlaufvermögens, steuerrechtlich bedingt (übliche Höhe)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6684, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6918, 6, 'Aufwendungen aus dem Erwerb eigener Anteile');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6685, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6920, 6, 'Einstellung in die Pauschalwertberechtigung auf Forderungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6686, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6922, 6, 'Einstellungen in die steuerliche Rücklage nach § 6b Abs. 3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6687, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6923, 6, 'Einstellung in die Einzelwertberichtigung auf Forderungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6688, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6924, 6, 'Einstellungen in die steuerliche Rücklage nach § 6b Abs. 10 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6689, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6927, 6, 'Einstellung in steuerliche Rücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6690, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6928, 6, 'Einstellung in die Rücklage für Ersatzbeschaffung nach R 6.6 EstR');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6691, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6929, 6, 'Einstellungen in die steuerliche Rücklage nach § 4g EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6692, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6930, 6, 'Forderungsverluste (übliche Höhe)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6693, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6931, 6, 'Forderungsverluste 7 % USt (übliche Höhe)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6694, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6932, 6, 'Forderungsverluste aus steuerfreien EU-Lieferungen (übliche Höhe)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6695, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6933, 6, 'Forderungsverluste aus im Inland steuerpflichtigen EU-Lieferungen 7 % USt (übliche Höhe)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6696, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6934, 6933, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6697, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6935, 6933, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6698, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6936, 6, 'Forderungsverluste 19 % USt (übliche Höhe)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6699, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6937, 6936, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6700, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6938, 6, 'Forderungsverluste aus im Inland steuerpflichtigen EU-Lieferungen 19 % USt (übliche Höhe)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6701, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6939, 6938, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6702, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6960, 6, 'Periodenfremde Aufwendungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6703, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6967, 6, 'Sonstige Aufwendungen betriebsfremd und regelmäßig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6704, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6968, 6, 'Sonstige nicht abziehbare Ausfwendungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6705, 'SKR04', 'Betriebliche Aufwendungen', 'Sonstige betriebliche Aufwendungen', 6969, 6, 'Sonstige Aufwendungen unregelmäßig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6706, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6970, 6, 'Kalkulatorischer Unternehmerlohn');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6707, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6972, 6, 'Kalkulatorische Miete/Pacht');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6708, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6974, 6, 'Kalkulatorische Zinsen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6709, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6976, 6, 'Kalkulatorische Abschreibungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6710, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6978, 6, 'Kalkulatorische Wagnisse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6711, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6979, 6, 'Kalkulatorischer Lohn für unentgeltliche Mitarbeiter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6712, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6980, 6, 'Verrechneter kalkulatorischer Unternehmerlohn');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6713, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6982, 6, 'Verrechnete kalkulatorische Miete/Pacht');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6714, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6984, 6, 'Verrechnete kalkulatorische Zinsen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6715, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6986, 6, 'Verrechnete kalkulatorische Abschreibungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6716, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6988, 6, 'Verrechnete kalkulatorische Wagnisse');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6717, 'SKR04', 'Betriebliche Aufwendungen', 'Kalkulatorische Kosten', 6989, 6, 'Verrechneter kalkulatorischer Lohn für unentgeltliche Mitarbeiter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6718, 'SKR04', 'Betriebliche Aufwendungen', 'Kosten bei Anwendungen des Umsatzkostenverfahrens', 6990, 6, 'Herstellungskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6719, 'SKR04', 'Betriebliche Aufwendungen', 'Kosten bei Anwendungen des Umsatzkostenverfahrens', 6992, 6, 'Verwaltungskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6720, 'SKR04', 'Betriebliche Aufwendungen', 'Kosten bei Anwendungen des Umsatzkostenverfahrens', 6994, 6, 'Vertriebskosten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6721, 'SKR04', 'Betriebliche Aufwendungen', 'Kosten bei Anwendungen des Umsatzkostenverfahrens', 6999, 6, 'Gegenkonto 6990-6998');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6722, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Weitere Erträge und Aufwendungen', 7, 7, 'Weitere Erträge und Aufwendungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6723, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7000, 7, 'Erträge aus Beteiligungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6724, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7004, 7000, 'Erträge aus Beteiligungen an Personengesellschaften (verbundene Unternehmen), § 9 GewStG bzw. § 18 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6725, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7005, 7000, 'Erträge aus Anteilen an Kapitalgesellschaften (Beteiligung) § 3 Nr. 40 EStG/§ 8b Abs. 1 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6726, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7006, 7000, 'Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG/ § 8b Abs. 1 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6727, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7008, 7000, 'Gewinnanteile aus gewerblichen und selbstständigen Mitunternehmerschaften, § 9 GewStG bzw. § 18 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6728, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Beteiligungen', 7009, 7000, 'Erträge aus Beteiligungen an verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6729, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7010, 7, 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6730, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7011, 7010, 'Erträge aus Ausleihungen des Finanzanlagevermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6731, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7012, 7100, 'Erträge aus Ausleihungen des Finanzanlagevermögens an verbundene Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6732, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7013, 7100, 'Erträge aus Anteilen an Personengesellschaften (Finanzanlagevermögen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6733, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7014, 7100, 'Erträge aus Anteilen an Kapitalgesellschaften (Finanzanlagevermögen) § 3 Nr. 40 EStG/§ 8b Abs. 1 und 4 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6734, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7015, 7100, 'Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG/ § 8b Abs. 1 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6735, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7016, 7100, 'Erträge aus Anteilen an Personengesellschaften (verbundene Unternehmen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6736, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7017, 7100, 'Erträge aus anderen Wertpapieren des Finanzanlagevermögens an Kapitalgesellschaften (verbunden Unternehmen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6737, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7018, 7100, 'Erträge aus anderen Wertpapieren des Finanzanlagevermögens an Personengesellschaften (verbundene Unternehmen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6738, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7019, 7100, 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens aus verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6739, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7020, 7100, 'Zins- und Dividendenerträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6740, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus anderen Wertpapieren und Ausleihungen des Finanzanlagevermögens', 7030, 7100, 'Erhaltene Ausgleichszahlungen (als außenstehender Aktionär)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6741, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7100, 7, 'Sonstige Zinsen und ähnliche Erträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6742, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7102, 7100, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6743, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7103, 7100, 'Erträge aus Anteilen an Kapitalgesellschaften (Umlaufvermögen) § 3 Nr. 40 EStG/§ 8b Abs. 1 und 4 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6744, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7104, 7100, 'Erträge aus Anteilen an Kapitalgesellschaften (verbundene Unternehmen) § 3 Nr. 40 EStG/ § 8b Abs. 1 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6745, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7105, 7100, 'ZINSERTräge § 233a AO, steuerpflichtig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6746, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7106, 7100, 'ZINSERTräge § 233a AO, steuerfrei (Anlage A KSt)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6747, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7107, 7100, 'ZINSERTräge § 233a AO, § 4 Abs. 5b EStG, steuerfrei');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6748, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7109, 7100, 'Sonstige Zinsen und ähnliche Erträge aus verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6749, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7110, 7100, 'Sonstige ZINSERTräge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6750, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7115, 7100, 'Erträge aus anderen Wertpapieren und Ausleihungen des Umlaufvermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6751, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7119, 7100, 'Sonstige ZINSERTräge aus verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6752, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7120, 7100, 'Zinsähnliche Erträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6753, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7128, 7100, 'ZINSERTrag aus vorzeitiger Rückzahlung des Körperschaftsteuer-Erhöhungsbetrags § 38 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6754, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7129, 7100, 'Zinsähnliche Erträge aus verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6755, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7130, 7100, 'Diskonterträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6756, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7139, 7100, 'Diskonterträge aus verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6757, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7140, 7100, 'Steuerfreie ZINSERTräge aus der Abzinsung von Rückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6758, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7141, 7100, 'ZINSERTräge aus der Abzinsung von Verbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6759, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7142, 7100, 'ZINSERTräge aus der Abzinsung von Rückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6760, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7143, 7100, 'ZINSERTräge aus der Abzinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Verpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6761, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7144, 7100, 'ZINSERTräge aus Abzinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Verpflichtungen zur Verrechnung nach § 246 Abs. 2HGB');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6762, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Zinsen und ähnliche Erträge', 7145, 7100, 'Erträge aus Vermögensgegenständen zur Verrechnung nach § 246 Abs. 2 HGB');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6763, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags erhaltene Gewinne', 7190, 7, 'Erträge aus Verlustübernahme');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6764, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags erhaltene Gewinne', 7192, 7, 'Erhaltene Gewinne auf Grund einer Gewinngemeinschaft');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6765, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags erhaltene Gewinne', 7194, 7, 'Erhaltene Gewinne auf Grund eines Gewinn- oder Teilgewinnabführungsvertrags');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6766, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7200, 7, 'Abschreibungen auf Finanzanlagen (dauerhaft)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6767, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7201, 7, 'Abschreibungen auf Finanzanlagen (nicht dauerhaft)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6768, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7204, 7, 'Abschreibungen auf Finanzanlagen § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG (dauerhaft)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6769, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7207, 7, 'Abschreibungen auf Finanzanlagen – verbundene Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6770, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7208, 7, 'Aufwendungen auf Grund von Verlustanteilen an gewerbliche und selbständigen Mitunternehmerschaften, § 8 GewStG bzw. § 18 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6771, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7210, 7, 'Abschreibungen auf Wertpapiere des Umlaufvermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6772, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7214, 7, 'Abschreibungen auf Wertpapiere des Umlaufvermögens § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6773, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7217, 7, 'Abschreibungen auf Wertpapiere des Umlaufvermögens – verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6774, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7250, 7, 'Abschreibungen auf Finanzanlagen auf Grund § 6b EstG-Rücklage');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6775, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Abschreibungen auf Finanzanlagen und auf Wertpapiere des Umlaufvermögens', 7255, 7, 'Abschreibungen auf Finanzanlagen auf Grund § 6b EstG-Rücklage, § 3 Nr. 40 EStG/§ 8b Abs. 3 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6776, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7300, 7, 'Zinsen und ähnliche Aufwendungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6777, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7302, 7300, 'Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern § 4 Abs. 5b EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6778, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7303, 7300, 'Steuerlich abzugsfähige andere Nebenleistungen zu Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6779, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7304, 7300, 'Steuerlich nicht abzugsfähige andere Nebenleistungen zu Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6780, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7305, 7300, 'Zinsaufwendungen § 233a AO abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6781, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7306, 7300, 'Zinsaufwendungen §§ 234 bis 2347 AO nicht abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6782, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7307, 7300, 'Zinsen aus Abzinsung des Körperschaftsteuer-Erhöhungsbetrags § 38 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6783, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7308, 7300, 'Zinsaufwendungen § 233a AO nicht abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6784, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7309, 7300, 'Zinsaufwendungen an verbundene Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6785, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7310, 7300, 'Zinsaufwendungen für kurzfristige Verbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6786, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7311, 7300, 'Zinsaufwendungen §§ 234 bis 2347 AO abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6787, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7313, 7300, 'Nicht abzugsfähige Schuldzinsen gemäß § 4Abs. 4A EStG (Hinzurechnungsbetrag)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6788, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7316, 7300, 'Zinsen für Gesellschafterdarlehen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6789, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7317, 7300, 'Zinsen an Gesellschafter mit einer Beteiligung von mehr als 25 % bzw. diesen nahe stehende Personen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6790, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7318, 7300, 'Zinsen auf Kontokorrentkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6791, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7319, 7300, 'Zinsaufwendungen für kurzfristige Verbindlichkeiten an verbundene Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6792, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7320, 7300, 'Zinsaufwendungen für langfristige Verbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6793, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7323, 7300, 'Abschreibungen auf Disagio zur Finanzierung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6794, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7324, 7300, 'Abschreibungen auf Disagio zur Finanzierung des Anlagevermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6795, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7325, 7300, 'Zinsaufwendungen für Gebäude, die zum Betriebsvermögen gehören');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6796, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7326, 7300, 'Zinsen zur Finanzierung des Anlagevermögens');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6797, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7327, 7300, 'Renten und dauernde Lasten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6798, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7328, 7300, 'Zinsaufwendungen für Kapitalüberlassung durch Mitunternehmer § 15 EStG (mit Sonderbetriebseinnahme korrespondierend)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6799, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7329, 7300, 'Zinsaufwendungen für langfristige Verbindlichkeiten an verbundene Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6800, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7330, 7300, 'Zinsähnliche Aufwendungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6801, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7339, 7300, 'Zinsähnliche Aufwendungen an verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6802, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7340, 7300, 'Diskontaufwendungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6803, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7349, 7300, 'Diskontaufwendungen an verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6804, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7350, 7300, 'Zinsen und ähnliche Aufwendungen §§ 3 Nr. 40, 3c EStG/§ 8b Abs. 1 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6805, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7351, 7300, 'Zinsen und ähnliche Aufwendungen an verbundene Unternehmen §§ 3 Nr. 40, 3c EStG/§ 8b Abs. 1 KStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6806, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7355, 7300, 'Kreditprovisionen und Verwaltungskostenbeiträge');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6807, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7360, 7300, 'Zinsanteil der Zuführung zu Pensionsrückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6808, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7361, 7300, 'Zinsaufwendungen aus der Abzinsung von Verbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6809, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7362, 7300, 'Zinsaufwendungen aus der Abzinsung von Rückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6810, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7363, 7300, 'Zinsaufwendungen aus der Abzinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Verpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6811, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7364, 7300, 'Zinsaufwendungen aus der Abzinsung von Pensionsrückstellungen und ähnlichen/vergleichbaren Verpflichtungen zur Verrechnung nach § 246 Abs. 2 HGB');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6812, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7365, 7300, 'Aufwendungen aus Vermögensgegenständen zur Verrechnung nach § 246 Abs. 2 HGB');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6813, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Zinsen und ähnliche Aufwendungen', 7366, 7300, 'Steuerlich nicht abzugsfähige Zinsaufwendungen aus der Abzinsung von Rückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6814, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags abgeführte Gewinne', 7390, 7, 'Aufwendungen aus Verlustübernahme');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6815, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags abgeführte Gewinne', 7392, 7, 'Abgeführte Gewinne auf Grund einer Gewinngemeinschaft');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6816, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags abgeführte Gewinne', 7394, 7, 'Abgeführte Gewinne auf Grund eines Gewinn- oder Teilgewinnabführungsvertrags');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6817, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus Verlustübernahme und auf Grund einer Gewinngemeinschaft, eines Gewinn- oder Teilgewinnabführungsvertrags abgeführte Gewinne', 7399, 7, 'Abgeführte Gewinnanteile (Soll)/ausgeglichene Verlustanteile (Haben) bei stiller Gesellschaft § 8 GesStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6818, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7400, 7, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6819, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7401, 7, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6820, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7450, 7, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6821, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7451, 7, 'Erträge durch Verschmelzung und Umwandlung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6822, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7452, 7451, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6823, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7452, 7451, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6824, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Erträge', 7454, 7, 'Gewinn aus der Veräußerung oder der Aufgabe von Geschäftsaktivitäten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6825, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7460, 7, 'Erträge aus der Anwendungen von Übergangsvorschriften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6826, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7461, 7460, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6827, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7462, 7460, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6828, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7463, 7460, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6829, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Erträge aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7464, 7, 'Erträge aus der Anwendungen von Übergangsvorschriften (latente Steuern)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6830, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7500, 7, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6831, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7501, 7, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6832, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7550, 7, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6833, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7551, 7, 'Verluste durch Verschmelzung und Umwandlung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6834, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7552, 7, 'Verluste durch außergewöhnliche Schadensfälle');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6835, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7553, 7, 'Aufwendungen für Restrukturierungs- und Sanierungsmaßnahmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6836, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige betriebliche Aufwendungen', 7554, 7, 'Verluste aus der Veräußerung oder der Aufgabe von Geschäftsaktivitäten nach Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6837, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7560, 7, 'Aufwendungen aus der Anwendung von Übergangsvorschriften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6838, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7561, 7, 'Aufwendungen aus der Anwendung von Übergangsvorschriften (Pensionsrückstellungen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6839, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7562, 7561, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6840, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Aufwendungen aus der Anwendung von Übergangsvorschriften i. S. d. BilMoG', 7563, 7, 'Aufwendungen aus der Anwendung von Übergangsvorschriften (Latente Steuern)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6841, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7600, 7, 'Körperschaftsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6842, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7603, 7, 'Körperschaftsteuer für Vorjahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6843, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7604, 7, 'Körperschaftsteuererstattungen für Vorjahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6844, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7607, 7, 'Solidaritätszuschlagerstattungen für Vorjahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6845, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7608, 7, 'Solidaritätszuschlag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6846, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7608, 7, 'Solidaritätszuschlag für Vorjahre');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6847, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7610, 7, 'Gewerbesteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6848, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7630, 7, 'Kapitalertragsteuer 25 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6849, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7633, 7, 'Anrechenbarer Solidaritätszuschlag auf Kapitalertragsteuer 25 %');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6850, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7638, 7, 'Ausländische Steuer auf im Inland steuerfrei DBA-Einkünfte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6851, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7639, 7, 'Anrechnung / Abzug ausländischer Quellensteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6852, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7640, 7639, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6853, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7641, 7, 'Gewerbesteuernachtzahlungen und Gewerbesteuererstattungen für Vorjahre, § 4 Abs. 5b EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6854, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7642, 7641, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6855, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7643, 7, 'Erträge aus der Auflösung von Gewerbesteuerrückstellungen, § 4 Abs. 5b EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6856, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7644, 7643, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6857, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7645, 7, 'Aufwendungen aus der Zuführung und Auflösung von latenten Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6858, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7646, 7, 'Aufwendungen aus der Zuführung zu Steuerrückstellungen für Steuerstundung (BstBK)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6859, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7648, 7, 'Erträge aus der Auflösung von Steuerrückstellungen für Steuerstundung (BstBK)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6860, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Steuern vom Einkommen und Ertrag', 7649, 7, 'Erträge aus der Zuführung und Auflösung von latenten Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6861, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7650, 7, 'Sonstige Betriebssteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6862, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7675, 7, 'Verbrauchssteuer (sonstige Steuern)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6863, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7678, 7, 'Ökosteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6864, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7680, 7, 'Grundsteuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6865, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7685, 7, 'Kfz-Steuer');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6866, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7690, 7, 'Steuernachzahlungen Vorjahre für sonstige Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6867, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7692, 7, 'Steuererstattungen Vorjahre für sonstige Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6868, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7694, 7, 'Erträge aus der Auflösung von Rückstellungen für sonstige Steuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6869, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7700, 7, 'Gewinnvortrag nach Verwendung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6870, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7705, 7700, 'Gewinnvortrag nach Verwendung (mit Aufteilung für Kapitalkontenentwicklung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6871, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7720, 7, 'Verlustvortrag nach Verwendung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6872, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7725, 7720, 'Verlustvortrag nach Verwendung (mit Aufteilung für Kapitalkontenentwicklung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6873, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Sonstige Steuern', 7730, 7, 'Entnahmen aus der Kapitalrücklage');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6874, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7735, 7, 'Entnahmen aus der gesetzlichen Rücklage');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6875, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7740, 7, 'Entnahmen aus dem Ausgleichsposten für aktivierte eigene Anteile');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6876, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7743, 7, 'Entnahmen aus der Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6877, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7744, 7, 'Entnahmen aus anderen Ergebnisrücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6878, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7745, 7, 'Entnahmen aus satzungsmäßigen Rücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6879, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7750, 7, 'Entnahmen aus anderen Gewinnrücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6880, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7751, 7750, 'Entnahmen aus gesamthänderisch gebundenen Rücklagen (mit Aufteilung für Kapitalkontenentwicklung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6881, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7755, 7, 'Erträge aus Kapitalherabsetzung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6882, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Entnahmen aus Gewinnrücklagen', 7760, 7, 'Einstellungen in die Kapitalrücklage nach den Vorschriften über die vereinfachte Kapitalherabsetzung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6883, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7765, 7, 'Einstellungen in die gesetzliche Rücklage');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6884, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7770, 7, 'Einstellungen in den Ausgleichsposten für aktivierte eigen Anteile');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6885, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7773, 7, 'Einstellungen in die Rücklage für Anteile an einem herrschenden oder mehrheitlich beteiligten Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6886, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7775, 7, 'Einstellungen in satzungsmäßige Rücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6887, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7780, 7, 'Einstellungen in andere Gewinnrücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6888, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7781, 7780, 'Einstellungen in gesamthänderisch gebundene Rücklagen (mit Aufteilung für Kapitalkontenentwicklung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6889, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7785, 7, 'Einstellungen in andere Ergebnisrücklagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6890, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7790, 7, 'Vorabausschüttungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6891, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7795, 7, 'Vortrag auf neue Rechnung (GuV)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6892, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7800, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6893, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7801, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6894, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7802, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6895, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7803, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6896, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7804, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6897, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7805, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6898, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7806, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6899, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7807, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6900, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7808, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6901, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7809, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6902, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7810, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6903, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7811, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6904, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7812, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6905, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7813, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6906, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7814, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6907, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7815, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6908, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7816, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6909, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7817, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6910, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7818, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6911, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7819, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6912, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7820, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6913, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7821, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6914, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7822, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6915, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7823, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6916, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7824, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6917, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7825, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6918, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7826, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6919, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7827, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6920, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7828, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6921, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7829, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6922, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7830, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6923, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7831, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6924, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7832, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6925, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7833, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6926, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7834, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6927, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7835, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6928, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7836, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6929, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7837, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6930, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7838, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6931, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7839, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6932, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7840, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6933, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7841, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6934, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7842, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6935, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7843, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6936, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7844, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6937, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7845, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6938, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7846, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6939, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7847, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6940, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7848, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6941, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7849, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6942, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7850, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6943, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7851, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6944, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7852, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6945, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7853, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6946, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7854, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6947, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7855, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6948, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7856, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6949, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7857, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6950, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7858, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6951, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7859, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6952, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7860, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6953, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7861, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6954, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7862, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6955, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7863, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6956, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7864, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6957, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7865, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6958, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7866, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6959, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7867, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6960, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7868, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6961, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7869, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6962, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7870, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6963, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7871, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6964, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7872, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6965, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7873, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6966, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7874, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6967, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7875, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6968, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7876, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6969, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7877, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6970, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7878, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6971, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7879, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6972, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7880, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6973, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7881, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6974, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7882, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6975, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7883, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6976, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7884, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6977, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7885, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6978, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7886, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6979, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7887, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6980, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7888, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6981, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7889, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6982, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7890, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6983, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7891, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6984, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7892, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6985, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7893, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6986, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7894, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6987, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7895, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6988, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7896, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6989, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7897, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6990, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7898, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6991, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7899, 7, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6992, 'SKR04', 'Weitere Erträge und Aufwendungen', 'Einstellungen in Gewinnrücklagen', 7900, 7, '(reserviertes Konto)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6993, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6994, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8000, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6995, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8001, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6996, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8002, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6997, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8003, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6998, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8004, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 6999, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8005, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7000, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8006, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7001, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8007, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7002, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8008, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7003, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8009, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7004, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8010, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7005, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8011, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7006, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8012, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7007, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8013, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7008, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8014, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7009, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8015, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7010, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8016, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7011, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8017, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7012, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8018, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7013, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8019, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7014, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8020, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7015, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8021, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7016, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8022, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7017, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8023, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7018, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8024, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7019, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8025, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7020, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8026, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7021, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8027, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7022, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8028, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7023, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8029, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7024, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8030, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7025, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8031, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7026, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8032, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7027, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8033, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7028, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8034, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7029, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8035, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7030, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8036, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7031, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8037, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7032, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8038, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7033, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8039, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7034, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8040, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7035, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8041, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7036, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8042, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7037, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8043, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7038, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8044, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7039, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8045, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7040, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8046, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7041, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8047, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7042, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8048, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7043, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8049, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7044, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8050, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7045, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8051, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7046, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8052, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7047, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8053, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7048, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8054, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7049, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8055, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7050, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8056, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7051, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8057, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7052, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8058, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7053, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8059, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7054, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8060, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7055, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8061, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7056, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8062, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7057, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8063, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7058, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8064, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7059, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8065, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7060, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8066, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7061, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8067, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7062, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8068, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7063, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8069, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7064, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8070, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7065, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8071, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7066, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8072, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7067, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8073, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7068, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8074, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7069, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8075, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7070, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8076, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7071, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8077, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7072, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8078, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7073, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8079, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7074, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8080, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7075, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8081, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7076, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8082, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7077, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8083, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7078, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8084, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7079, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8085, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7080, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8086, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7081, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8087, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7082, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8088, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7083, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8089, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7084, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8090, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7085, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8091, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7086, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8092, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7087, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8093, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7088, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8094, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7089, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8095, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7090, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8096, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7091, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8097, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7092, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8098, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7093, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8099, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7094, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8100, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7095, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8101, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7096, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8102, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7097, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8103, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7098, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8104, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7099, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8105, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7100, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8106, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7101, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8107, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7102, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8108, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7103, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8109, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7104, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8110, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7105, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8111, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7106, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8112, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7107, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8113, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7108, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8114, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7109, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8115, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7110, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8116, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7111, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8117, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7112, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8118, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7113, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8119, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7114, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8120, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7115, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8121, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7116, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8122, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7117, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8123, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7118, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8124, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7119, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8125, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7120, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8126, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7121, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8127, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7122, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8128, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7123, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8129, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7124, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8130, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7125, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8131, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7126, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8132, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7127, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8133, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7128, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8134, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7129, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8135, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7130, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8136, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7131, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8137, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7132, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8138, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7133, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8139, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7134, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8140, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7135, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8141, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7136, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8142, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7137, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8143, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7138, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8144, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7139, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8145, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7140, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8146, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7141, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8147, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7142, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8148, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7143, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8149, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7144, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8150, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7145, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8151, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7146, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8152, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7147, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8153, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7148, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8154, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7149, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8155, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7150, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8156, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7151, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8157, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7152, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8158, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7153, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8159, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7154, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8160, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7155, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8161, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7156, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8162, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7157, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8163, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7158, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8164, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7159, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8165, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7160, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8166, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7161, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8167, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7162, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8168, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7163, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8169, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7164, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8170, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7165, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8171, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7166, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8172, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7167, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8173, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7168, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8174, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7169, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8175, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7170, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8176, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7171, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8177, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7172, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8178, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7173, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8179, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7174, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8180, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7175, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8181, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7176, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8182, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7177, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8183, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7178, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8184, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7179, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8185, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7180, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8186, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7181, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8187, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7182, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8188, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7183, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8189, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7184, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8190, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7185, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8191, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7186, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8192, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7187, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8193, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7188, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8194, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7189, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8195, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7190, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8196, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7191, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8197, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7192, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8198, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7193, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8199, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7194, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8200, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7195, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8201, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7196, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8202, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7197, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8203, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7198, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8204, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7199, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8205, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7200, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8206, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7201, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8207, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7202, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8208, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7203, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8209, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7204, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8210, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7205, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8211, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7206, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8212, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7207, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8213, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7208, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8214, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7209, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8215, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7210, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8216, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7211, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8217, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7212, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8218, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7213, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8219, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7214, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8220, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7215, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8221, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7216, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8222, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7217, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8223, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7218, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8224, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7219, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8225, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7220, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8226, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7221, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8227, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7222, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8228, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7223, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8229, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7224, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8230, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7225, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8231, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7226, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8232, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7227, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8233, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7228, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8234, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7229, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8235, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7230, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8236, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7231, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8237, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7232, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8238, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7233, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8239, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7234, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8240, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7235, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8241, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7236, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8242, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7237, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8243, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7238, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8244, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7239, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8245, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7240, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8246, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7241, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8247, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7242, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8248, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7243, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8249, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7244, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8250, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7245, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8251, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7246, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8252, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7247, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8253, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7248, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8254, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7249, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8255, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7250, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8256, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7251, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8257, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7252, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8258, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7253, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8259, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7254, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8260, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7255, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8261, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7256, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8262, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7257, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8263, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7258, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8264, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7259, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8265, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7260, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8266, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7261, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8267, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7262, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8268, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7263, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8269, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7264, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8270, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7265, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8271, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7266, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8272, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7267, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8273, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7268, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8274, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7269, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8275, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7270, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8276, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7271, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8277, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7272, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8278, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7273, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8279, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7274, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8280, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7275, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8281, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7276, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8282, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7277, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8283, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7278, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8284, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7279, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8285, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7280, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8286, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7281, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8287, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7282, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8288, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7283, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8289, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7284, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8290, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7285, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8291, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7286, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8292, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7287, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8293, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7288, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8294, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7289, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8295, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7290, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8296, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7291, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8297, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7292, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8298, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7293, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8299, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7294, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8300, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7295, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8301, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7296, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8302, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7297, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8303, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7298, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8304, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7299, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8305, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7300, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8306, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7301, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8307, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7302, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8308, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7303, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8309, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7304, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8310, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7305, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8311, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7306, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8312, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7307, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8313, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7308, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8314, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7309, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8315, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7310, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8316, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7311, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8317, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7312, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8318, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7313, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8319, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7314, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8320, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7315, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8321, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7316, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8322, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7317, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8323, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7318, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8324, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7319, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8325, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7320, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8326, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7321, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8327, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7322, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8328, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7323, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8329, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7324, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8330, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7325, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8331, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7326, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8332, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7327, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8333, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7328, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8334, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7329, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8335, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7330, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8336, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7331, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8337, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7332, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8338, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7333, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8339, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7334, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8340, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7335, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8341, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7336, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8342, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7337, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8343, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7338, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8344, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7339, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8345, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7340, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8346, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7341, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8347, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7342, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8348, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7343, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8349, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7344, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8350, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7345, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8351, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7346, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8352, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7347, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8353, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7348, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8354, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7349, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8355, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7350, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8356, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7351, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8357, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7352, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8358, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7353, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8359, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7354, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8360, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7355, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8361, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7356, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8362, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7357, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8363, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7358, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8364, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7359, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8365, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7360, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8366, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7361, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8367, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7362, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8368, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7363, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8369, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7364, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8370, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7365, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8371, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7366, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8372, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7367, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8373, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7368, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8374, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7369, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8375, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7370, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8376, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7371, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8377, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7372, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8378, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7373, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8379, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7374, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8380, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7375, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8381, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7376, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8382, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7377, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8383, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7378, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8384, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7379, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8385, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7380, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8386, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7381, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8387, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7382, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8388, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7383, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8389, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7384, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8390, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7385, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8391, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7386, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8392, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7387, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8393, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7388, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8394, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7389, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8395, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7390, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8396, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7391, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8397, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7392, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8398, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7393, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8399, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7394, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8400, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7395, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8401, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7396, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8402, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7397, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8403, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7398, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8404, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7399, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8405, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7400, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8406, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7401, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8407, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7402, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8408, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7403, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8409, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7404, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8410, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7405, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8411, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7406, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8412, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7407, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8413, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7408, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8414, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7409, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8415, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7410, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8416, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7411, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8417, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7412, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8418, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7413, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8419, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7414, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8420, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7415, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8421, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7416, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8422, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7417, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8423, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7418, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8424, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7419, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8425, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7420, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8426, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7421, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8427, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7422, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8428, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7423, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8429, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7424, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8430, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7425, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8431, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7426, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8432, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7427, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8433, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7428, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8434, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7429, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8435, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7430, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8436, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7431, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8437, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7432, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8438, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7433, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8439, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7434, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8440, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7435, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8441, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7436, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8442, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7437, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8443, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7438, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8444, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7439, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8445, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7440, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8446, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7441, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8447, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7442, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8448, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7443, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8449, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7444, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8450, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7445, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8451, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7446, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8452, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7447, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8453, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7448, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8454, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7449, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8455, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7450, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8456, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7451, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8457, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7452, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8458, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7453, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8459, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7454, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8460, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7455, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8461, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7456, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8462, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7457, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8463, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7458, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8464, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7459, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8465, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7460, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8466, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7461, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8467, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7462, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8468, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7463, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8469, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7464, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8470, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7465, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8471, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7466, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8472, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7467, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8473, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7468, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8474, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7469, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8475, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7470, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8476, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7471, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8477, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7472, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8478, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7473, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8479, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7474, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8480, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7475, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8481, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7476, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8482, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7477, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8483, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7478, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8484, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7479, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8485, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7480, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8486, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7481, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8487, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7482, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8488, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7483, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8489, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7484, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8490, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7485, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8491, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7486, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8492, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7487, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8493, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7488, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8494, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7489, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8495, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7490, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8496, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7491, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8497, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7492, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8498, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7493, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8499, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7494, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8500, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7495, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8501, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7496, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8502, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7497, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8503, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7498, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8504, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7499, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8505, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7500, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8506, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7501, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8507, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7502, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8508, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7503, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8509, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7504, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8510, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7505, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8511, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7506, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8512, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7507, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8513, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7508, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8514, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7509, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8515, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7510, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8516, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7511, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8517, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7512, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8518, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7513, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8519, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7514, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8520, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7515, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8521, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7516, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8522, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7517, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8523, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7518, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8524, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7519, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8525, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7520, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8526, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7521, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8527, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7522, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8528, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7523, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8529, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7524, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8530, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7525, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8531, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7526, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8532, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7527, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8533, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7528, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8534, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7529, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8535, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7530, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8536, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7531, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8537, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7532, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8538, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7533, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8539, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7534, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8540, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7535, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8541, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7536, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8542, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7537, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8543, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7538, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8544, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7539, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8545, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7540, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8546, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7541, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8547, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7542, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8548, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7543, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8549, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7544, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8550, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7545, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8551, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7546, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8552, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7547, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8553, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7548, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8554, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7549, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8555, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7550, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8556, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7551, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8557, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7552, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8558, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7553, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8559, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7554, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8560, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7555, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8561, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7556, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8562, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7557, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8563, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7558, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8564, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7559, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8565, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7560, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8566, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7561, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8567, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7562, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8568, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7563, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8569, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7564, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8570, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7565, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8571, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7566, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8572, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7567, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8573, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7568, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8574, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7569, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8575, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7570, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8576, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7571, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8577, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7572, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8578, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7573, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8579, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7574, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8580, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7575, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8581, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7576, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8582, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7577, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8583, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7578, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8584, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7579, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8585, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7580, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8586, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7581, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8587, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7582, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8588, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7583, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8589, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7584, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8590, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7585, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8591, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7586, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8592, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7587, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8593, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7588, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8594, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7589, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8595, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7590, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8596, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7591, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8597, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7592, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8598, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7593, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8599, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7594, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8600, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7595, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8601, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7596, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8602, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7597, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8603, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7598, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8604, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7599, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8605, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7600, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8606, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7601, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8607, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7602, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8608, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7603, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8609, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7604, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8610, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7605, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8611, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7606, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8612, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7607, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8613, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7608, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8614, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7609, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8615, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7610, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8616, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7611, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8617, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7612, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8618, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7613, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8619, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7614, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8620, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7615, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8621, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7616, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8622, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7617, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8623, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7618, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8624, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7619, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8625, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7620, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8626, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7621, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8627, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7622, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8628, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7623, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8629, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7624, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8630, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7625, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8631, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7626, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8632, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7627, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8633, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7628, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8634, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7629, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8635, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7630, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8636, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7631, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8637, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7632, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8638, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7633, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8639, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7634, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8640, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7635, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8641, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7636, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8642, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7637, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8643, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7638, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8644, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7639, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8645, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7640, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8646, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7641, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8647, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7642, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8648, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7643, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8649, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7644, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8650, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7645, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8651, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7646, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8652, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7647, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8653, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7648, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8654, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7649, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8655, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7650, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8656, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7651, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8657, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7652, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8658, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7653, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8659, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7654, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8660, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7655, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8661, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7656, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8662, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7657, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8663, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7658, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8664, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7659, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8665, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7660, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8666, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7661, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8667, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7662, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8668, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7663, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8669, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7664, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8670, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7665, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8671, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7666, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8672, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7667, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8673, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7668, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8674, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7669, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8675, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7670, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8676, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7671, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8677, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7672, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8678, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7673, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8679, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7674, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8680, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7675, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8681, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7676, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8682, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7677, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8683, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7678, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8684, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7679, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8685, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7680, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8686, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7681, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8687, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7682, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8688, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7683, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8689, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7684, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8690, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7685, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8691, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7686, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8692, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7687, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8693, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7688, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8694, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7689, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8695, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7690, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8696, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7691, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8697, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7692, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8698, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7693, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8699, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7694, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8700, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7695, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8701, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7696, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8702, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7697, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8703, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7698, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8704, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7699, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8705, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7700, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8706, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7701, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8707, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7702, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8708, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7703, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8709, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7704, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8710, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7705, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8711, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7706, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8712, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7707, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8713, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7708, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8714, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7709, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8715, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7710, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8716, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7711, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8717, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7712, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8718, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7713, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8719, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7714, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8720, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7715, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8721, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7716, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8722, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7717, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8723, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7718, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8724, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7719, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8725, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7720, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8726, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7721, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8727, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7722, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8728, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7723, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8729, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7724, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8730, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7725, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8731, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7726, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8732, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7727, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8733, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7728, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8734, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7729, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8735, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7730, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8736, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7731, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8737, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7732, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8738, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7733, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8739, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7734, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8740, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7735, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8741, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7736, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8742, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7737, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8743, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7738, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8744, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7739, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8745, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7740, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8746, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7741, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8747, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7742, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8748, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7743, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8749, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7744, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8750, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7745, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8751, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7746, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8752, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7747, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8753, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7748, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8754, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7749, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8755, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7750, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8756, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7751, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8757, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7752, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8758, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7753, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8759, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7754, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8760, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7755, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8761, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7756, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8762, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7757, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8763, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7758, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8764, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7759, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8765, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7760, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8766, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7761, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8767, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7762, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8768, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7763, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8769, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7764, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8770, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7765, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8771, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7766, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8772, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7767, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8773, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7768, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8774, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7769, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8775, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7770, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8776, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7771, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8777, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7772, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8778, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7773, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8779, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7774, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8780, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7775, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8781, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7776, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8782, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7777, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8783, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7778, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8784, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7779, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8785, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7780, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8786, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7781, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8787, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7782, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8788, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7783, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8789, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7784, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8790, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7785, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8791, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7786, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8792, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7787, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8793, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7788, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8794, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7789, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8795, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7790, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8796, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7791, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8797, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7792, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8798, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7793, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8799, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7794, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8800, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7795, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8801, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7796, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8802, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7797, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8803, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7798, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8804, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7799, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8805, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7800, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8806, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7801, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8807, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7802, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8808, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7803, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8809, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7804, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8810, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7805, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8811, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7806, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8812, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7807, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8813, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7808, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8814, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7809, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8815, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7810, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8816, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7811, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8817, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7812, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8818, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7813, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8819, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7814, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8820, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7815, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8821, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7816, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8822, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7817, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8823, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7818, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8824, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7819, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8825, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7820, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8826, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7821, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8827, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7822, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8828, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7823, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8829, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7824, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8830, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7825, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8831, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7826, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8832, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7827, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8833, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7828, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8834, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7829, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8835, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7830, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8836, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7831, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8837, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7832, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8838, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7833, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8839, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7834, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8840, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7835, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8841, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7836, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8842, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7837, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8843, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7838, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8844, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7839, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8845, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7840, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8846, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7841, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8847, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7842, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8848, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7843, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8849, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7844, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8850, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7845, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8851, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7846, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8852, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7847, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8853, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7848, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8854, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7849, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8855, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7850, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8856, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7851, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8857, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7852, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8858, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7853, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8859, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7854, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8860, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7855, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8861, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7856, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8862, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7857, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8863, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7858, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8864, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7859, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8865, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7860, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8866, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7861, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8867, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7862, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8868, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7863, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8869, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7864, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8870, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7865, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8871, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7866, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8872, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7867, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8873, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7868, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8874, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7869, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8875, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7870, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8876, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7871, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8877, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7872, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8878, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7873, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8879, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7874, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8880, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7875, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8881, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7876, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8882, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7877, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8883, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7878, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8884, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7879, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8885, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7880, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8886, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7881, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8887, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7882, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8888, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7883, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8889, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7884, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8890, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7885, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8891, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7886, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8892, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7887, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8893, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7888, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8894, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7889, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8895, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7890, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8896, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7891, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8897, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7892, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8898, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7893, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8899, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7894, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8900, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7895, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8901, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7896, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8902, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7897, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8903, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7898, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8904, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7899, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8905, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7900, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8906, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7901, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8907, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7902, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8908, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7903, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8909, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7904, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8910, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7905, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8911, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7906, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8912, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7907, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8913, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7908, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8914, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7909, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8915, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7910, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8916, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7911, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8917, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7912, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8918, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7913, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8919, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7914, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8920, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7915, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8921, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7916, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8922, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7917, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8923, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7918, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8924, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7919, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8925, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7920, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8926, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7921, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8927, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7922, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8928, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7923, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8929, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7924, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8930, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7925, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8931, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7926, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8932, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7927, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8933, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7928, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8934, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7929, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8935, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7930, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8936, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7931, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8937, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7932, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8938, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7933, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8939, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7934, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8940, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7935, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8941, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7936, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8942, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7937, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8943, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7938, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8944, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7939, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8945, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7940, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8946, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7941, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8947, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7942, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8948, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7943, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8949, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7944, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8950, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7945, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8951, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7946, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8952, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7947, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8953, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7948, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8954, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7949, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8955, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7950, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8956, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7951, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8957, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7952, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8958, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7953, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8959, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7954, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8960, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7955, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8961, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7956, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8962, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7957, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8963, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7958, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8964, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7959, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8965, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7960, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8966, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7961, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8967, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7962, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8968, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7963, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8969, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7964, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8970, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7965, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8971, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7966, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8972, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7967, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8973, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7968, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8974, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7969, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8975, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7970, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8976, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7971, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8977, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7972, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8978, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7973, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8979, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7974, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8980, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7975, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8981, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7976, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8982, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7977, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8983, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7978, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8984, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7979, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8985, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7980, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8986, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7981, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8987, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7982, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8988, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7983, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8989, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7984, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8990, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7985, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8991, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7986, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8992, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7987, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8993, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7988, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8994, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7989, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8995, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7990, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8996, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7991, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8997, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7992, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8998, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7993, 'SKR04', 'Zur freien Verfügung', 'Zur freien Verfügung', 8999, 8, 'Zur freien Verfügung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7994, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 9, 9, 'Vortrags-, Kapital-, Korrektur- und statistische Konten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7995, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9000, 9, 'Saldenvorträge, Sachkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7996, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9001, 9000, 'Saldenvorträge, Sachkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7997, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9002, 9000, 'Saldenvorträge, Sachkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7998, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9003, 9000, 'Saldenvorträge, Sachkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 7999, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9004, 9000, 'Saldenvorträge, Sachkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8000, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9005, 9000, 'Saldenvorträge, Sachkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8001, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9006, 9000, 'Saldenvorträge, Sachkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8002, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9007, 9000, 'Saldenvorträge, Sachkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8003, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9008, 9, 'Saldenvorträge, Debitoren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8004, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9009, 9, 'Saldenvorträge, Kreditoren');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8005, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9060, 9009, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8006, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9069, 9009, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8007, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9070, 9, 'Offene Posten aus 2000');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8008, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9071, 9, 'Offene Posten aus 2001');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8009, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9072, 9, 'Offene Posten aus 2002');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8010, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9073, 9, 'Offene Posten aus 2003');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8011, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9074, 9, 'Offene Posten aus 2004');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8012, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9075, 9, 'Offene Posten aus 2005');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8013, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9076, 9, 'Offene Posten aus 2006');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8014, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9077, 9, 'Offene Posten aus 2007');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8015, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9078, 9, 'Offene Posten aus 2008');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8016, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9079, 9, 'Offene Posten aus 2009');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8017, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9080, 9, 'Offene Posten aus 2010');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8018, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9081, 9, 'Offene Posten aus 2011');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8019, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9082, 9, 'Offene Posten aus 2012');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8020, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9083, 9, 'Offene Posten aus 2013');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8021, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9084, 9, 'Offene Posten aus 2014');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8022, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9085, 9, 'Offene Posten aus 2015');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8023, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9086, 9, 'Offene Posten aus 2016');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8024, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9087, 9, 'Offene Posten aus 2017');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8025, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9088, 9, 'Offene Posten aus 2018');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8026, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9089, 9088, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8027, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9090, 9, 'Summenvortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8028, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9091, 9090, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8029, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9092, 9090, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8030, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9093, 9090, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8031, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9094, 9090, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8032, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9095, 9090, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8033, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9096, 9090, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8034, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9097, 9090, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8035, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vortragskonten', 9098, 9090, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8036, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9101, 9, 'Verkaufstage');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8037, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9102, 9, 'Anzahl der Barkunden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8038, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9103, 9, 'Beschäftigte Personen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8039, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9104, 9, 'Unbezahlte Personen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8040, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9105, 9, 'Verkaufskräfte');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8041, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9106, 9, 'Geschäftsraum qm');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8042, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9107, 9, 'Verkaufsraum qm');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8043, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9116, 9, 'Anzahl Rechnungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8044, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9117, 9, 'Anzahl Kreditkunden monatlich');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8045, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9118, 9, 'Anzahl Kreditkunden aufgelaufen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8046, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9120, 9, 'Erweiterungsinvestitionen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8047, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9130, 9120, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8048, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9131, 9120, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8049, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9135, 9, 'Auftragseingang im Geschäftsjahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8050, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Betriebswirtschaftliche Auswertungen (BWA)', 9140, 9, 'Auftragsbestand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8051, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Variables Kapital Teilhafter', 9141, 9, 'Variables Kapital TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8052, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Variables Kapital Teilhafter', 9142, 9, 'Variables Kapital – Anteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8053, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Variables Kapital Teilhafter', 9143, 9142, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8054, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Variables Kapital Teilhafter', 9144, 9142, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8055, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Variables Kapital Teilhafter', 9145, 9142, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8056, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapitaländerungen durch Übertragungen einer § 6b EStG Rücklage', 9146, 9, 'Variables Kapital Vollhafter – Übertragung einer § 6b EstG-Rücklage');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8057, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapitaländerungen durch Übertragungen einer § 6b EStG Rücklage', 9147, 9, 'Variables Kapital Teilhafter – Übertragung einer § 6b EstG-Rücklage');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8058, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapitaländerungen durch Übertragungen einer § 6b EStG Rücklage', 9148, 9147, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8059, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapitaländerungen durch Übertragungen einer § 6b EStG Rücklage', 9149, 9147, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8060, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9150, 9, 'Festkapital – andere Kapitalkontenanpassungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8061, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9151, 9, 'Variables Kapital – andere Kapitalkontenanpassungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8062, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9152, 9, 'Verlust-/Vortragskonto – andere Kapitalkontenanpassungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8063, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9153, 9, 'Kapitalkonto III – andere Kapitalkontenanpassungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8064, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9154, 9, 'Ausstehende Einlagen auf das Komplementär-Kapital, nicht eingefordert – andere Kapitalkontenanpassungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8065, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9155, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen – andere Kapitalkontenanpassungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8066, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9156, 9155, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8067, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9157, 9155, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8068, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9158, 9155, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8069, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Vollhafter', 9159, 9155, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8070, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9160, 9, 'Kommandit-Kapital – andere Kapitalkontenanpassungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8071, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9161, 9, 'Variables Kapital – andere Kapitalkontenanpassungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8072, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9162, 9, 'Verlustausgleichskonto – andere Kapitalkontenanpassungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8073, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9163, 9, 'Kapitalkonto III – andere Kapitalkontenanpassungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8074, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9164, 9, 'Ausstehende Einlagen auf das Kommandit-Kapital, nicht eingefordert – andere Kapitalkontenanpassungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8075, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9165, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen – andere Kapitalkontenanpassungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8076, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9166, 9165, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8077, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9167, 9165, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8078, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9168, 9165, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8079, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Andere Kapitalkontenanpassungen: Teilhafter', 9169, 9165, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8080, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9170, 9, 'Festkapital – Umbuchungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8081, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9171, 9, 'Variables Kapital – Umbuchungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8082, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9172, 9, 'Verlust-/Vortragskonto – Umbuchungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8083, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9173, 9, 'Kapitalkonto III – Umbuchungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8084, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9174, 9, 'Ausstehende Einlagen auf das Komplementär-Kapital, nicht eingefordert – Umbuchungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8085, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9175, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen – Umbuchungen VH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8086, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9176, 9175, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8087, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9177, 9175, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8088, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9178, 9175, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8089, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Vollhafter', 9179, 9175, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8090, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9180, 9, 'Kommandit-Kapital – Umbuchungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8091, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9181, 9, 'Variables Kapital – Umbuchungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8092, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9182, 9, 'Verlustausgleichskonto – Umbuchungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8093, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9183, 9, 'Kapitalkonto III – Umbuchungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8094, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9184, 9, 'Ausstehende Einlagen auf das Kommandit-Kapital, nicht eingefordert – Umbuchungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8095, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9185, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen – Umbuchungen TH');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8096, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9186, 9185, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8097, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9187, 9185, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8098, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9188, 9185, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8099, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Umbuchungen auf andere Kapitalkonten: Teilhafter', 9189, 9, 'Verrechnungskonto für Umbuchungen zwischen Gesellschafter-Eigenkapitalkonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8100, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Gegenkonto zu Statistischen Konten für Betriebswirtschaftliche Auswertungen', 9190, 9, 'Gegenkonto für Mengeneinheiten Konten 9101-9107 und Konten 9116-9118');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8101, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Gegenkonto zu Statistischen Konten für Betriebswirtschaftliche Auswertungen', 9199, 9, 'Gegenkonto zu Konten 9120, 9135-9140');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8102, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9200, 9, 'Beschäftigte Personen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8103, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9201, 9200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8104, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9202, 9200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8105, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9203, 9200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8106, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9204, 9200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8107, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9205, 9200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8108, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9206, 9200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8109, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9207, 9200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8110, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9208, 9200, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8111, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9209, 9, 'Gegenkonto zu 9200');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8112, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9210, 9, 'Produktive Löhne');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8113, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den Kennziffernteil der Bilanz', 9219, 9, 'Gegenkonto zu 9120');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8114, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9220, 9, 'Gezeichnetes Kapital in DM (Art. 42 Abs. 3 S. 1 EGHGB)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8115, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9221, 9, 'Gezeichnetes Kapital in Euro (Art. 42 Abs. 3 S. 2 EGHGB)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8116, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9229, 9, 'Gegenkonto zu 9220-9221');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8117, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9230, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8118, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9232, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8119, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9234, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8120, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zur informativen Angabe des gezeichneten Kapitals in anderer Währung', 9239, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8121, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9240, 9, 'Investitionsverbindlichkeiten bei den Leistungsverbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8122, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9241, 9, 'Investitionsverbindlichkeiten aus Sachanlagekäufen bei Leistungsverbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8123, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9242, 9, 'Investitionsverbindlichkeiten aus Käufen von immateriellen Vermögensgegenständen bei Leistungsverbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8124, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9243, 9, 'Investitionsverbindlichkeiten aus Käufen von Finanzanlagen bei Leistungsverbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8125, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9244, 9, 'Gegenkonto zu Konto 9240-9243');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8126, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9245, 9, 'Forderungen aus Sachnanlageverkäufen bei sonstigen Vermögensgegenständen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8127, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9246, 9, 'Forderungen aus Verkäufen immaterieller Vermögensgegenstände bei sonstigen Vermögensgegenständen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8128, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9247, 9, 'Forderungen aus Verkäufen von Finanzanlagen bei sonstigen Vermögensgegenständen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8129, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9249, 9, 'Gegenkonto zu Konto 9245-47');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8130, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9250, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8131, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9255, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8132, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalflussrechnung', 9259, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8133, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Aufgliederung der Rückstellungen', 9260, 9, 'Kurzfristige Rückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8134, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Aufgliederung der Rückstellungen', 9262, 9, 'Mittelfristige Rückstellungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8135, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Aufgliederung der Rückstellungen', 9264, 9, 'Langfristige Rückstellungen, außer Pensionen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8136, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Aufgliederung der Rückstellungen', 9269, 9, 'Gegenkonto zu Konten 9260-9268');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8137, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9270, 9, 'Gegenkonto zu 9271-9279 (Soll-Buchung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8138, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9271, 9, 'Verbindlichkeiten aus der Begebung und Übertragung von Wechseln');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8139, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9272, 9, 'Verbindlichkeiten aus der Begebung und Übertragung von Wechseln gegenüber verbundenen/assoziierten Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8140, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9273, 9, 'Verbindlichkeiten aus Bürgschaften, Wechsel- und Scheckbürgschaften');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8141, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9274, 9, 'Verbindlichkeiten aus Bürgschaften, Wechsel- und Scheckbürgschaften gegenüber verbundenen/assoziierten Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8142, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9275, 9, 'Verbindlichkeiten aus Gewährleistungsverträgen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8143, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9276, 9, 'Verbindlichkeiten aus Gewährleistungsverträgen gegenüber verbundenen/assoziierten Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8144, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9277, 9, 'Haftungen aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8145, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9278, 9, 'Haftungen aus der Bestellung von Sicherheiten für fremde Verbindlichkeiten gegenüber verbundenen/assoziierten Unternehemn');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8146, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für in der Bilanz auszuweisende Haftungsverhältnisse', 9279, 9, 'Verpflichtungen aus Treuhandvermögen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8147, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 9280, 9, 'Gegenkonto zu 9281-9284');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8148, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 9281, 9, 'Verpflichtungen aus Miet- und Leasingverträgen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8149, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 9282, 9, 'Verpflichtungen aus Miet- und Leasingverträgen gegenüber verbundenen Unternehmen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8150, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 9283, 9, 'Andere Verpflichtungen gemäß § 285 Nr. 3 HGB');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8151, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die im Anhang anzugebenden sonstigen finanziellen Verpflichtungen', 9284, 9, 'Andere Verpflichtungen gemäß § 285 Nr. 3 HGB gegenüber verbundenen Unternehemen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8152, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Unterschiedsbetrag aus der Abzinsung von Altersversorgungsverpflichtungen nach § 253 Abs. 6 HGB', 9285, 9, 'Unterschiedsbetrag aus der Abzinsung von Altersversorgungsverpflichtungen nach „ 253 Abs. 6 HGB (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8153, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Unterschiedsbetrag aus der Abzinsung von Altersversorgungsverpflichtungen nach § 253 Abs. 6 HGB', 9286, 9, 'Gegenkonto zu 9285');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8154, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9287, 9, 'Zinsen bei Buchungen über Debitoren bei § 4 Abs. 3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8155, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9288, 9, 'Mahngebühren bei Buchungen über Debitoren bei § 4 Abs. 3 EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8156, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9289, 9, 'Gegenkonto zu 9287 und 9288');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8157, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9290, 9, 'Statistisches Konto steuerfreie Auslagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8158, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9291, 9, 'Gegenkonto zu 9290');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8159, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9292, 9, 'Statistisches Konto Fremdgeld');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8160, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9293, 9, 'Gegenkonto zu 9292');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8161, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9295, 9, 'Einlagen stiller Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8162, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9297, 9, 'Steuerrechtlicher Ausgleichsposten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8163, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9300, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8164, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9301, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8165, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9302, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8166, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9303, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8167, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9304, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8168, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9305, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8169, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9306, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8170, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9307, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8171, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9308, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8172, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9309, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8173, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9310, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8174, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9311, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8175, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9312, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8176, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9313, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8177, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9314, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8178, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9315, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8179, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9316, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8180, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9317, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8181, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9318, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8182, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9319, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8183, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9320, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8184, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9326, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8185, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9327, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8186, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9328, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8187, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9329, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8188, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9330, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8189, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9331, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8190, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9332, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8191, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9333, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8192, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9334, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8193, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9335, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8194, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9336, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8195, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9337, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8196, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9338, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8197, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9339, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8198, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9340, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8199, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9341, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8200, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9342, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8201, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9343, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8202, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9346, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8203, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9347, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8204, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9348, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8205, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9349, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8206, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9357, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8207, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9358, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8208, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9359, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8209, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9360, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8210, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9365, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8211, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9366, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8212, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9367, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8213, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9371, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8214, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9372, 9, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8215, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9390, 9, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8216, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9391, 9, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8217, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9392, 9, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8218, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9393, 9, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8219, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9394, 9, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8220, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9395, 9, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8221, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9396, 9, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8222, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9397, 9, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8223, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9398, 9, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8224, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für § 4 Abs. 3 EStG', 9399, 9, '(zur freien Verfügung)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8225, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9849', 9400, 9, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8226, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9848', 9401, 9, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8227, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9847', 9402, 9, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8228, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9846', 9403, 9, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8229, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9845', 9404, 9, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8230, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9844', 9405, 9, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8231, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9843', 9406, 9, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8232, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9842', 9407, 9, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8233, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9841', 9408, 9, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8234, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9840', 9409, 9, 'Privatentnahmen allgemein');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8235, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9839', 9410, 9, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8236, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9838', 9411, 9, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8237, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9837', 9412, 9, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8238, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9836', 9413, 9, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8239, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9835', 9414, 9, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8240, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9834', 9415, 9, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8241, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9833', 9416, 9, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8242, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9832', 9417, 9, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8243, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9831', 9418, 9, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8244, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9830', 9419, 9, 'Privatsteuern');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8245, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9829', 9420, 9, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8246, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9828', 9421, 9, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8247, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9827', 9422, 9, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8248, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9826', 9423, 9, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8249, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9825', 9424, 9, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8250, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9824', 9425, 9, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8251, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9823', 9426, 9, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8252, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9822', 9427, 9, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8253, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9821', 9428, 9, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8254, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9820', 9429, 9, 'Sonderausgaben beschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8255, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9819', 9430, 9, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8256, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9818', 9431, 9, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8257, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9817', 9432, 9, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8258, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9816', 9433, 9, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8259, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9815', 9434, 9, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8260, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9814', 9435, 9, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8261, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9813', 9436, 9, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8262, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9812', 9437, 9, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8263, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9811', 9438, 9, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8264, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9810', 9439, 9, 'Sonderausgaben unbeschränkt abzugsfähig');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8265, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9809', 9440, 9, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8266, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9808', 9441, 9, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8267, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9807', 9442, 9, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8268, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9806', 9443, 9, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8269, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9805', 9444, 9, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8270, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9804', 9445, 9, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8271, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9803', 9446, 9, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8272, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9802', 9447, 9, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8273, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9801', 9448, 9, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8274, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9800', 9449, 9, 'Zuwendungen, Spenden');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8275, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9799', 9450, 9, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8276, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9798', 9451, 9, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8277, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9797', 9452, 9, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8278, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9796', 9453, 9, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8279, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9795', 9454, 9, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8280, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9794', 9455, 9, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8281, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9793', 9456, 9, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8282, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9792', 9457, 9, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8283, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9791', 9458, 9, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8284, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9790', 9459, 9, 'Außergewöhnliche Belastungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8285, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9789', 9460, 9, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8286, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9788', 9461, 9, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8287, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9787', 9462, 9, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8288, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9786', 9463, 9, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8289, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9785', 9464, 9, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8290, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9784', 9465, 9, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8291, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9783', 9466, 9, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8292, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9782', 9467, 9, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8293, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9781', 9468, 9, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8294, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9780', 9469, 9, 'Grundstücksaufwand');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8295, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9779', 9470, 9, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8296, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9778', 9471, 9, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8297, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9777', 9472, 9, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8298, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9776', 9473, 9, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8299, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9775', 9474, 9, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8300, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9774', 9475, 9, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8301, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9773', 9476, 9, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8302, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9772', 9477, 9, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8303, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9771', 9478, 9, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8304, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9770', 9479, 9, 'Grundstücksertrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8305, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9769', 9480, 9, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8306, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9768', 9481, 9, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8307, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9767', 9482, 9, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8308, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9766', 9483, 9, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8309, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9765', 9484, 9, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8310, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9764', 9485, 9, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8311, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9763', 9486, 9, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8312, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9762', 9487, 9, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8313, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9761', 9488, 9, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8314, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9760', 9489, 9, 'Unentgeltliche Wertabgaben');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8315, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9759', 9490, 9, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8316, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9758', 9491, 9, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8317, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9757', 9492, 9, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8318, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9756', 9493, 9, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8319, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9755', 9494, 9, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8320, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9754', 9495, 9, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8321, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9753', 9496, 9, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8322, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9752', 9497, 9, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8323, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9751', 9498, 9, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8324, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Privat Teilhafter (Eigenkapital, für Verrechnung mit Kapitalkonto III – Konto 9840-9750', 9499, 9, 'Privateinlagen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8325, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9500, 9, 'Anteil für Konto 2000 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8326, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9501, 9, 'Anteil für Konto 2001 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8327, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9502, 9, 'Anteil für Konto 2002 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8328, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9503, 9, 'Anteil für Konto 2003 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8329, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9504, 9, 'Anteil für Konto 2004 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8330, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9505, 9, 'Anteil für Konto 2005 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8331, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9506, 9, 'Anteil für Konto 2006 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8332, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9507, 9, 'Anteil für Konto 2007 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8333, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9508, 9, 'Anteil für Konto 2008 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8334, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9509, 9, 'Anteil für Konto 2009 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8335, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9510, 9, 'Anteil für Konto 2010 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8336, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9511, 9, 'Anteil für Konto 2011 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8337, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9512, 9, 'Anteil für Konto 2012 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8338, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9513, 9, 'Anteil für Konto 2013 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8339, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9514, 9, 'Anteil für Konto 2014 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8340, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9515, 9, 'Anteil für Konto 2015 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8341, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9516, 9, 'Anteil für Konto 2016 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8342, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9517, 9, 'Anteil für Konto 2017 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8343, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9518, 9, 'Anteil für Konto 2018 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8344, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9519, 9, 'Anteil für Konto 2019 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8345, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9520, 9, 'Anteil für Konto 2020 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8346, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9521, 9, 'Anteil für Konto 2021 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8347, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9522, 9, 'Anteil für Konto 2022 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8348, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9523, 9, 'Anteil für Konto 2023 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8349, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9524, 9, 'Anteil für Konto 2024 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8350, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9525, 9, 'Anteil für Konto 2025 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8351, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9526, 9, 'Anteil für Konto 2026 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8352, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9527, 9, 'Anteil für Konto 2027 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8353, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9528, 9, 'Anteil für Konto 2028 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8354, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9529, 9, 'Anteil für Konto 2029 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8355, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9530, 9, 'Anteil für Konto 9910 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8356, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9531, 9, 'Anteil für Konto 9911 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8357, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9532, 9, 'Anteil für Konto 9912 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8358, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9533, 9, 'Anteil für Konto 9913 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8359, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9534, 9, 'Anteil für Konto 9914 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8360, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9535, 9, 'Anteil für Konto 9915 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8361, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9536, 9, 'Anteil für Konto 9916 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8362, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9537, 9, 'Anteil für Konto 9917 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8363, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9538, 9, 'Anteil für Konto 9918 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8364, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9539, 9, 'Anteil für Konto 9919 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8365, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9540, 9, 'Anteil für Konto 0060 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8366, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9541, 9, 'Anteil für Konto 0061 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8367, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9542, 9, 'Anteil für Konto 0062 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8368, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9543, 9, 'Anteil für Konto 0063 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8369, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9544, 9, 'Anteil für Konto 0064 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8370, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9545, 9, 'Anteil für Konto 0065 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8371, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9546, 9, 'Anteil für Konto 0066 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8372, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9547, 9, 'Anteil für Konto 0067 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8373, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9548, 9, 'Anteil für Konto 0068 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8374, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9549, 9, 'Anteil für Konto 0069 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8375, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9550, 9, 'Anteil für Konto 2050 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8376, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9551, 9, 'Anteil für Konto 2051 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8377, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9552, 9, 'Anteil für Konto 2052 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8378, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9553, 9, 'Anteil für Konto 2053 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8379, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9554, 9, 'Anteil für Konto 2054 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8380, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9555, 9, 'Anteil für Konto 2055 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8381, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9556, 9, 'Anteil für Konto 2056 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8382, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9557, 9, 'Anteil für Konto 2057 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8383, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9558, 9, 'Anteil für Konto 2058 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8384, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9559, 9, 'Anteil für Konto 2059 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8385, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9560, 9, 'Anteil für Konto 2060 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8386, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9561, 9, 'Anteil für Konto 2061 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8387, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9562, 9, 'Anteil für Konto 2062 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8388, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9563, 9, 'Anteil für Konto 2063 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8389, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9564, 9, 'Anteil für Konto 2064 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8390, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9565, 9, 'Anteil für Konto 2065 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8391, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9566, 9, 'Anteil für Konto 2066 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8392, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9567, 9, 'Anteil für Konto 2067 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8393, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9568, 9, 'Anteil für Konto 2068 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8394, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9569, 9, 'Anteil für Konto 2069 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8395, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9570, 9, 'Anteil für Konto 2070 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8396, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9571, 9, 'Anteil für Konto 2071 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8397, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9572, 9, 'Anteil für Konto 2072 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8398, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9573, 9, 'Anteil für Konto 2073 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8399, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9574, 9, 'Anteil für Konto 2074 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8400, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9575, 9, 'Anteil für Konto 2075 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8401, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9576, 9, 'Anteil für Konto 2076 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8402, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9577, 9, 'Anteil für Konto 2077 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8403, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9578, 9, 'Anteil für Konto 2078 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8404, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9579, 9, 'Anteil für Konto 2079 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8405, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9580, 9, 'Anteil für Konto 9820 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8406, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9581, 9, 'Anteil für Konto 9821 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8407, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9582, 9, 'Anteil für Konto 9822 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8408, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9583, 9, 'Anteil für Konto 9823 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8409, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9584, 9, 'Anteil für Konto 9824 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8410, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9585, 9, 'Anteil für Konto 9825 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8411, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9586, 9, 'Anteil für Konto 9826 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8412, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9587, 9, 'Anteil für Konto 9827 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8413, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9588, 9, 'Anteil für Konto 9828 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8414, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9589, 9, 'Anteil für Konto 9829 Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8415, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9590, 9, 'Anteil für Konto 0080 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8416, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9591, 9, 'Anteil für Konto 0081 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8417, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9592, 9, 'Anteil für Konto 0082 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8418, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9593, 9, 'Anteil für Konto 0083 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8419, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9594, 9, 'Anteil für Konto 0084 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8420, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9595, 9, 'Anteil für Konto 0085 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8421, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9596, 9, 'Anteil für Konto 0086 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8422, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9597, 9, 'Anteil für Konto 0087 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8423, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9598, 9, 'Anteil für Konto 0088 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8424, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9599, 9, 'Anteil für Konto 0089 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8425, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9600, 9, 'Name des Gesellschafters Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8426, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9601, 9, 'Name des Gesellschafters Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8427, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9602, 9, 'Name des Gesellschafters Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8428, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9603, 9, 'Name des Gesellschafters Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8429, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9604, 9, 'Name des Gesellschafters Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8430, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9605, 9, 'Name des Gesellschafters Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8431, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9606, 9, 'Name des Gesellschafters Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8432, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9607, 9, 'Name des Gesellschafters Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8433, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9608, 9, 'Name des Gesellschafters Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8434, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9609, 9, 'Name des Gesellschafters Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8435, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9610, 9, 'Tätigkeitsvergütung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8436, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9611, 9, 'Tätigkeitsvergütung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8437, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9612, 9, 'Tätigkeitsvergütung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8438, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9613, 9, 'Tätigkeitsvergütung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8439, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9614, 9, 'Tätigkeitsvergütung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8440, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9615, 9, 'Tätigkeitsvergütung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8441, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9616, 9, 'Tätigkeitsvergütung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8442, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9617, 9, 'Tätigkeitsvergütung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8443, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9618, 9, 'Tätigkeitsvergütung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8444, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9619, 9, 'Tätigkeitsvergütung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8445, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9620, 9, 'Tantieme Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8446, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9621, 9, 'Tantieme Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8447, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9622, 9, 'Tantieme Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8448, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9623, 9, 'Tantieme Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8449, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9624, 9, 'Tantieme Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8450, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9625, 9, 'Tantieme Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8451, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9626, 9, 'Tantieme Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8452, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9627, 9, 'Tantieme Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8453, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9628, 9, 'Tantieme Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8454, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9629, 9, 'Tantieme Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8455, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9630, 9, 'Darlehensverzinsung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8456, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9631, 9, 'Darlehensverzinsung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8457, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9632, 9, 'Darlehensverzinsung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8458, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9633, 9, 'Darlehensverzinsung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8459, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9634, 9, 'Darlehensverzinsung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8460, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9635, 9, 'Darlehensverzinsung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8461, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9636, 9, 'Darlehensverzinsung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8462, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9637, 9, 'Darlehensverzinsung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8463, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9638, 9, 'Darlehensverzinsung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8464, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9639, 9, 'Darlehensverzinsung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8465, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9640, 9, 'Gebrauchsüberlassung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8466, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9641, 9, 'Gebrauchsüberlassung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8467, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9642, 9, 'Gebrauchsüberlassung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8468, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9643, 9, 'Gebrauchsüberlassung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8469, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9644, 9, 'Gebrauchsüberlassung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8470, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9645, 9, 'Gebrauchsüberlassung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8471, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9646, 9, 'Gebrauchsüberlassung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8472, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9647, 9, 'Gebrauchsüberlassung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8473, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9648, 9, 'Gebrauchsüberlassung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8474, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9649, 9, 'Gebrauchsüberlassung Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8475, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9650, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8476, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9651, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8477, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9652, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8478, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9653, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8479, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9654, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8480, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9655, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8481, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9656, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8482, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9658, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8483, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9659, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8484, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9660, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8485, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9661, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8486, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9662, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8487, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9663, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8488, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9664, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8489, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9665, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8490, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9666, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8491, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9667, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8492, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9668, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8493, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9669, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8494, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9670, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8495, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9671, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8496, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9672, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8497, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9673, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8498, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9674, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8499, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9675, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8500, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9676, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8501, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9677, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8502, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9678, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8503, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9679, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8504, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9680, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8505, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9681, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8506, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9682, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8507, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9683, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8508, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9684, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8509, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9685, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8510, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9686, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8511, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9687, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8512, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9688, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8513, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9689, 9, 'Sonstige Vergütungen Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8514, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9690, 9, 'Restanteil Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8515, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9691, 9, 'Restanteil Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8516, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9692, 9, 'Restanteil Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8517, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9693, 9, 'Restanteil Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8518, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9694, 9, 'Restanteil Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8519, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9695, 9, 'Restanteil Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8520, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9696, 9, 'Restanteil Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8521, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9697, 9, 'Restanteil Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8522, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9698, 9, 'Restanteil Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8523, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9699, 9, 'Restanteil Vollhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8524, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9700, 9, 'Name des Gesellschafters Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8525, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9701, 9, 'Name des Gesellschafters Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8526, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9702, 9, 'Name des Gesellschafters Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8527, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9703, 9, 'Name des Gesellschafters Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8528, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9704, 9, 'Name des Gesellschafters Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8529, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9705, 9, 'Name des Gesellschafters Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8530, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9706, 9, 'Name des Gesellschafters Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8531, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9707, 9, 'Name des Gesellschafters Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8532, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9708, 9, 'Name des Gesellschafters Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8533, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9709, 9, 'Name des Gesellschafters Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8534, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9710, 9, 'Tätigkeitsvergütung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8535, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9711, 9, 'Tätigkeitsvergütung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8536, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9712, 9, 'Tätigkeitsvergütung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8537, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9713, 9, 'Tätigkeitsvergütung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8538, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9714, 9, 'Tätigkeitsvergütung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8539, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9715, 9, 'Tätigkeitsvergütung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8540, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9716, 9, 'Tätigkeitsvergütung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8541, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9717, 9, 'Tätigkeitsvergütung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8542, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9718, 9, 'Tätigkeitsvergütung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8543, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9719, 9, 'Tätigkeitsvergütung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8544, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9720, 9, 'Tantieme Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8545, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9721, 9, 'Tantieme Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8546, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9722, 9, 'Tantieme Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8547, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9723, 9, 'Tantieme Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8548, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9724, 9, 'Tantieme Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8549, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9725, 9, 'Tantieme Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8550, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9726, 9, 'Tantieme Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8551, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9727, 9, 'Tantieme Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8552, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9728, 9, 'Tantieme Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8553, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9729, 9, 'Tantieme Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8554, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9730, 9, 'Darlehensverzinsung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8555, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9731, 9, 'Darlehensverzinsung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8556, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9732, 9, 'Darlehensverzinsung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8557, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9733, 9, 'Darlehensverzinsung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8558, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9734, 9, 'Darlehensverzinsung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8559, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9735, 9, 'Darlehensverzinsung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8560, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9736, 9, 'Darlehensverzinsung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8561, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9737, 9, 'Darlehensverzinsung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8562, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9738, 9, 'Darlehensverzinsung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8563, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9739, 9, 'Darlehensverzinsung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8564, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9740, 9, 'Gebrauchsüberlassung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8565, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9741, 9, 'Gebrauchsüberlassung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8566, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9742, 9, 'Gebrauchsüberlassung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8567, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9743, 9, 'Gebrauchsüberlassung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8568, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9744, 9, 'Gebrauchsüberlassung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8569, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9745, 9, 'Gebrauchsüberlassung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8570, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9746, 9, 'Gebrauchsüberlassung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8571, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9747, 9, 'Gebrauchsüberlassung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8572, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9748, 9, 'Gebrauchsüberlassung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8573, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9749, 9, 'Gebrauchsüberlassung Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8574, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9750, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8575, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9751, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8576, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9752, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8577, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9753, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8578, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9754, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8579, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9755, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8580, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9756, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8581, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9757, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8582, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9758, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8583, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9759, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8584, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9760, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8585, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9761, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8586, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9762, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8587, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9763, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8588, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9764, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8589, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9765, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8590, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9766, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8591, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9767, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8592, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9768, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8593, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9769, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8594, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9770, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8595, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9771, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8596, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9772, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8597, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9773, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8598, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9774, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8599, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9775, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8600, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9776, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8601, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9777, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8602, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9778, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8603, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9779, 9, 'Sonstige Vergütungen Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8604, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9780, 9, 'Anteil für Konto 9840 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8605, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9781, 9, 'Anteil für Konto 9840 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8606, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9782, 9, 'Anteil für Konto 9840 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8607, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9783, 9, 'Anteil für Konto 9840 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8608, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9784, 9, 'Anteil für Konto 9840 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8609, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9785, 9, 'Anteil für Konto 9840 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8610, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9786, 9, 'Anteil für Konto 9840 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8611, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9787, 9, 'Anteil für Konto 9840 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8612, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9788, 9, 'Anteil für Konto 9840 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8613, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9789, 9, 'Anteil für Konto 9840 Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8614, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9790, 9, 'Restanteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8615, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9791, 9, 'Restanteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8616, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9792, 9, 'Restanteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8617, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9793, 9, 'Restanteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8618, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9794, 9, 'Restanteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8619, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9795, 9, 'Restanteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8620, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9796, 9, 'Restanteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8621, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9797, 9, 'Restanteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8622, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9798, 9, 'Restanteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8623, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9799, 9, 'Restanteil Teilhafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8624, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Kapitalkontenentwicklung', 9800, 9, 'Abstimmsummenkonto für den Import von Buchungssätzen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8625, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Rücklagen, Gewinn-, Verlustvortrag', 9802, 9, 'Gesamthänderisch gebundene Rücklagen – andere Kapitalkontenanpassungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8626, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Rücklagen, Gewinn-, Verlustvortrag', 9803, 9, 'Gewinnvortrag/Verlustvortrag – andere Kapitalkontenanpassungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8627, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Rücklagen, Gewinn-, Verlustvortrag', 9804, 9, 'Gesamthänderisch gebundene Rücklagen – Umbuchungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8628, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Rücklagen, Gewinn-, Verlustvortrag', 9805, 9, 'Gewinnvortrag/Verlustvortrag – Umbuchungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8629, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Anteile an den Posten Jahresüberschuss/-fehlbetrag bzw. Bilanzgewinn/-verlust', 9806, 9, 'Zuzurechnender Anteil am Jahresüberschuss/Jahresfehlbetrag – je Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8630, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Anteile an den Posten Jahresüberschuss/-fehlbetrag bzw. Bilanzgewinn/-verlust', 9807, 9, 'Zuzurechnender Anteil am Bilanzgewinn/Bilanzverlust – je Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8631, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Anteile an den Posten Jahresüberschuss/-fehlbetrag bzw. Bilanzgewinn/-verlust', 9808, 9, 'Gegenkonto für zuzurechnenden Anteil am Jahresüberschuss/Jahresfehlbetrag');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8632, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Anteile an den Posten Jahresüberschuss/-fehlbetrag bzw. Bilanzgewinn/-verlust', 9809, 9, 'Gegenkonto für zuzurechnenden Anteil am Bilanzgewinn/Bilanzverlust');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8633, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9810, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8634, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9811, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8635, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9812, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8636, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9813, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8637, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9814, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8638, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9815, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8639, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9816, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8640, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9817, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8641, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9818, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8642, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9819, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8643, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9820, 9, 'Verlust-/Vortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8644, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9821, 9, 'Verlust-/Vortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8645, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9822, 9, 'Verlust-/Vortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8646, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9823, 9, 'Verlust-/Vortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8647, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9824, 9, 'Verlust-/Vortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8648, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9825, 9, 'Verlust-/Vortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8649, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9826, 9, 'Verlust-/Vortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8650, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9827, 9, 'Verlust-/Vortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8651, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9828, 9, 'Verlust-/Vortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8652, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9829, 9, 'Verlust-/Vortragskonto');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8653, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9830, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8654, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9831, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8655, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9832, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8656, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9833, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8657, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9834, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8658, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9835, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8659, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9836, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8660, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9837, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8661, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9838, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8662, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Vollhafter', 9839, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8663, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9840, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8664, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9841, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8665, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9842, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8666, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9843, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8667, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9844, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8668, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9845, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8669, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9846, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8670, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9847, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8671, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9848, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8672, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9849, 9, 'Kapitalkonto III');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8673, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9850, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8674, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9851, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8675, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9852, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8676, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9853, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8677, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9854, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8678, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9855, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8679, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9856, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8680, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9857, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8681, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9858, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8682, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Kapital Personenhandelsgesellschaft Teilhafter', 9859, 9, 'Verrechnungskonto für Einzahlungsverpflichtungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8683, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9860, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8684, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9861, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8685, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9862, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8686, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9863, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8687, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9864, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8688, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9865, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8689, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9866, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8690, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9867, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8691, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9868, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8692, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9869, 9, 'Einzahlungsverpflichtungen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8693, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9870, 9, 'Einzahlungsverpflichtungen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8694, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9871, 9, 'Einzahlungsverpflichtungen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8695, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9872, 9, 'Einzahlungsverpflichtungen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8696, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9873, 9, 'Einzahlungsverpflichtungen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8697, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9874, 9, 'Einzahlungsverpflichtungen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8698, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9875, 9, 'Einzahlungsverpflichtungen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8699, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9876, 9, 'Einzahlungsverpflichtungen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8700, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9877, 9, 'Einzahlungsverpflichtungen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8701, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9878, 9, 'Einzahlungsverpflichtungen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8702, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Einzahlungsverpflichtungen im Bereich Forderungen', 9879, 9, 'Einzahlungsverpflichtungen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8703, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Ausgleichsposten für aktivierte eigene Anteil und Bilanzierungshilfen', 9880, 9, 'Ausgleichsposten für aktivierte eigen Anteile');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8704, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Ausgleichsposten für aktivierte eigene Anteil und Bilanzierungshilfen', 9882, 9880, '');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8705, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Nicht durch Vermögenseinlagen gedeckte Entnahmen', 9883, 9, 'Nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8706, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Nicht durch Vermögenseinlagen gedeckte Entnahmen', 9884, 9, 'Nicht durch Vermögenseinlagen gedeckte Entnahmen Kommanditisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8707, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen', 9885, 9, 'Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen persönlich haftender Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8708, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen', 9886, 9, 'Verrechnungskonto für nicht durch Vermögenseinlagen gedeckte Entnahmen Kommandisten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8709, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Steueraufwand der Gesellschafter', 9887, 9, 'Steueraufwand der Gesellschafter');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8710, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Steueraufwand der Gesellschafter', 9889, 9, 'Gegenkonto zu 9887');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8711, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Gewinnzuschlag', 9890, 9, 'Statistisches Konto für den Gewinnzuschlag nach §§ 6b, 6c EStG (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8712, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Gewinnzuschlag', 9891, 9, 'Statistisches Konto für den Gewinnzuschlag nach §§ 6b, 6c EStG (Soll) – Gegenkonto zu 9890');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8713, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Veränderung der gesamthänderisch gebundenen Rücklagen (Einlagen/Entnahmen)', 9892, 9, 'Veränderung der gesamthänderisch gebundenen Rücklagen (Einlagen/Entnahmen)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8714, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9893, 9, 'Umsatzsteuer in den Forderungen zum allgemeinen Umsatzsteuersatz (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8715, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9894, 9, 'Umsatzsteuer in den Forderungen zum ermäßigten Umsatzsteuersatz (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8716, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9895, 9, 'Gegenkonto 9893-9894 für die Aufteilung der Umsatzsteuer (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8717, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9696, 9, 'Vorsteuer in den Verbindlichkeiten zum allgemeinen Umsatzsteuersatz (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8718, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9897, 9, 'Vorsteuer in den Verbindlichkeiten zum ermäßigten Umsatzsteuersatz (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8719, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Vorsteuer-/Umsatzsteuerkonten zur Korrektur der Forderungen/Verbindlichkeiten (EÜR)', 9899, 9, 'Gegenkonto 9896-9897 für die Aufteilung der Vorsteuer (EÜR)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8720, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zu § 4 (4a) EStG', 9910, 9, 'Gegenkonto zur Minderung der Entnahmen $ 4 (4a) EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8721, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zu § 4 (4a) EStG', 9911, 9, 'Minderung der Entnahmen § 4 (4a) EStG (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8722, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zu § 4 (4a) EStG', 9912, 9, 'Erhöhung der Entnahmen § 4 (4a) EStG');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8723, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten zu § 4 (4a) EStG', 9913, 9, 'Gegenkonto zur Erhöhung der Entnahmen § 4 (4a) EStG (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8724, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9916, 9, 'Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem 2. vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8725, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9917, 9, 'Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem 3. vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8726, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9918, 9, 'Rückgängigmachung Investitionsabzugsbetrag § 7b Abs. 3, 4 EStG im 2. vorangegangenen Wirtschaftsjahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8727, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9919, 9, 'Rückgängigmachung Investitionsabzugsbetrag § 7b Abs. 3, 4 EStG im 3. vorangegangenen Wirtschaftsjahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8728, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9960, 9, 'Bewertungskorrektur zu Forderungen aus Lieferungen und Leistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8729, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9961, 9, 'Bewertungskorrektur zu sonstigen Verbindlichkeiten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8730, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9962, 9, 'Bewertungskorrektur zu Guthaben bei Kreditinstituten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8731, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9963, 9, 'Bewertungskorrektur zu Verbindlichkeiten gegenüber Kreditinstituten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8732, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9964, 9, 'Bewertungskorrektur zu Verbindlichkeiten aus Lieferungen und Leistungen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8733, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Konten zu Bewertungskorrekturen', 9965, 9, 'Bewertungskorrektur zu sonstigen Vermögensgegenständen');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8734, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9970, 9, 'Investitionsabzugsbetrag § 7g Abs. 1 EStG, außerbilanziell (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8735, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9971, 9, 'Investitionsabzugsbetrag § 7g Abs. 1 EStG, außerbilanziell (Haben) – Gegenkonto 9970');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8736, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9972, 9, 'Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus vorangegangenen Wirtschaftsjahr, außerbilanziell (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8737, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9973, 9, 'Hinzurechnung Investitionsabzugsbetrag § 7g Abs. 2 EStG aus dem 2. vorangegangenen Wirtschaftsjahren, außerbilanziell (Soll) – Gegenkonto zu 9972, 9916, 9917');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8738, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9974, 9, 'Rückgängigmachung Investitionsabzugsbetrag § 7b Abs. 3, 4 EStG im vorangegangenen Wirtschaftsjahr');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8739, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den außerhalb der Bilanz zu berücksichtigenden Investitionsabzugsbetrag § 7 EStG', 9975, 9, 'Rückgängigmachung Investitionsabzugsbetrag § 7b Abs. 3, 4 EStG im 2. vorangegangenen Wirtschaftsjahren – Gegenkonto 9974, 9918, 9919');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8740, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Zinsschranke § 4h EStG/§ 8a KStG', 9976, 9, 'Nicht abzugsfähige Zinsaufwendungen gemäß § 4h EStG (Haben)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8741, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Zinsschranke § 4h EStG/§ 8a KStG', 9977, 9, 'Nicht abzugsfähige Zinsaufwendungen gemäß § 4h EStG (Soll) – Gegenkonto zu 9976');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8742, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Zinsschranke § 4h EStG/§ 8a KStG', 9978, 9, 'Abziehbare Zinsaufwendungen aus Vorjahren gemäß § 4h EStG (Soll)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8743, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Zinsschranke § 4h EStG/§ 8a KStG', 9979, 9, 'Abziehbare Zinsaufwendungen aus Vorjahren gemäß § 4h EStG (Haben) – Gegenkonto zu 9978');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8744, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den GuV-Ausweis in „Gutschrift bzw. Belastung auf Verbindlichkeitskonten“ bei den Zuordnungstabellen für PersHG nach KapCoRiLiG', 9980, 9, 'Anteil Belastung au Verbindlichkeitskonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8745, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den GuV-Ausweis in „Gutschrift bzw. Belastung auf Verbindlichkeitskonten“ bei den Zuordnungstabellen für PersHG nach KapCoRiLiG', 9981, 9, 'Verrechnungskonto für Anteil Belastung auf Verbindlichkeitskonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8746, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den GuV-Ausweis in „Gutschrift bzw. Belastung auf Verbindlichkeitskonten“ bei den Zuordnungstabellen für PersHG nach KapCoRiLiG', 9982, 9, 'Anteil Gutschrift auf Verbindlichkeitskonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8747, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für den GuV-Ausweis in „Gutschrift bzw. Belastung auf Verbindlichkeitskonten“ bei den Zuordnungstabellen für PersHG nach KapCoRiLiG', 9983, 9, 'Verrechnungskonto für Anteil Gutschrift auf Verbindlichkeitskonten');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8748, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Gewinnkorrektur nach § 60 Abs. 2 EstDV', 9984, 9, 'Gewinnkorrektur nach § 60 Abs. 2 EstDV – Erhöhung handelsrechtliches Ergebnis durch Habenbuchung – Minderung handelrechtliches Ergebnis durch Sollbuchung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8749, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für die Gewinnkorrektur nach § 60 Abs. 2 EstDV', 9985, 9, 'Gegenkonto zu 9984');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8750, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Korrekturbuchungen in der Überleitungsrechnung', 9986, 9, 'Ergebnisverteilung auf Fremdkapital');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8751, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Korrekturbuchungen in der Überleitungsrechnung', 9987, 9, 'Bilanzberichtigung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8752, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für Korrekturbuchungen in der Überleitungsrechnung', 9989, 9, 'Gegenkonto 9986-9988');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8753, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9990, 9, 'Erträge von außergewöhnlicher Größenordnung oder Bedeutung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8754, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9991, 9, 'Erträge (aperiodisch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8755, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9992, 9, 'Erträge von außergewöhnlicher Größenordnung oder Bedeutung (aperiodisch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8756, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9993, 9, 'Aufwendungen von außergewöhnlicher Größenordnung oder Bedeutung');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8757, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9994, 9, 'Aufwendungen (aperiodisch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8758, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9995, 9, 'Aufwendungen von außergewöhnlicher Größenordnung oder Bedeutung (aperiodisch)');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label) VALUES (__ENTITY__, 8759, 'SKR04', 'Vortrags-, Kapital-, Korrektur- und statistische Konten', 'Statistische Konten für außergewöhnliche und aperiodische Geschäftsvorfälle für Anhangsangabe nach § 285 Nr. 31 und Nr. 32 HGB', 9998, 9, 'Gegenkonto 9990-9997');
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_dk.sql b/htdocs/install/mysql/data/llx_accounting_account_dk.sql
    index a28ab509a9d..7f707b4c444 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_dk.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_dk.sql
    @@ -3,7 +3,7 @@
     -- Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
     -- Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
     -- Copyright (C) 2004      Guillaume Delecourt  <guillaume.delecourt@opensides.be>
    --- Copyright (C) 2005-2018 Regis Houssin        <regis.houssin@capnetworks.com>
    +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
     -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
     -- Copyright (C) 2011-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
     --
    @@ -20,104 +20,102 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
     -- Description of the accounts in DK-STD
    ---
    +-- ADD 8000000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Indtægter', '', '1000', '', 'Salg af varer/ydelser m. moms', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Indtægter', '', '1010', '', 'Salg af varer EU', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Indtægter', '', '1020', '', 'Salg af ydelser EU', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Indtægter', '', '1030', '', 'Ej momspligtigt salg', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Indtægter', '', '1040', '', 'Regulering igangværende arbejder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1100', '', 'Varekøb med moms', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1110', '', 'Køb af varer EU', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1120', '', 'Køb af ydelser EU', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1130', '', 'Varelagerregulering', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1140', '', 'Eget vareforbrug', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1300', '', 'Repræsentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1310', '', 'Annoncer/reklame', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1320', '', 'Rejseudgifter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1330', '', 'Aviser og blade', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1400', '', 'Brændstof', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1410', '', 'Bilforsikring', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1420', '', 'Vedligeholdelse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1430', '', 'Grøn ejerafgift mv.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1440', '', 'Leje og leasing', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1450', '', 'Bilvask og pleje af bil', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1460', '', 'Parkeringsudgifter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1470', '', 'Biludgifter efter statens takster', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1480', '', 'Fri bil', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1490', '', 'Privat andel af biludgifter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1600', '', 'Husleje uden forbrug', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1610', '', 'Forbrugsudgifter (el, vand, gas og varme mv)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1620', '', 'Ejendomsskatter og forsikringer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1630', '', 'Vedligeholdelse af lokaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1700', '', 'Kontorartikler og tryksager', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1705', '', 'Telefon og internet', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1710', '', 'Fri telefon privat andel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1715', '', 'Anskaffelse af småaktiver', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1720', '', 'Arbejdstøj', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1725', '', 'Rådgiverudgifter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1730', '', 'Porto og gebyrer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1735', '', 'Forsikringer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1740', '', 'Bøger og faglitteratur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1745', '', 'Konstaterede tab på debitorer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Omkostninger', '', '1750', '', 'Kassedifferencer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Afskrivninger', '', '2000', '', 'Afskrivning driftsmidler og inventar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Afskrivninger', '', '2010', '', 'Afskrivning blandede driftsmidler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Afskrivninger', '', '2020', '', 'Afskrivninger privat andel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Afskrivninger', '', '2030', '', 'Gevinst og tab ved salg af aktiver', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Finansielle poster', '', '2400', '', 'Renteindtægter bank', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Finansielle poster', '', '2410', '', 'Renteindtægter kunder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Finansielle poster', '', '2500', '', 'Renteudgifter bank og realkreditinstitut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Finansielle poster', '', '2510', '', 'Renteudgifter leverandører', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Finansielle poster', '', '2520', '', 'Fradragsberettigede låneomkostninger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Finansielle poster', '', '2530', '', 'Fradragsberettigede renteudgifter til det offentlige', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3000', '', 'Afskrivningsgrundlag primo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3010', '', 'Årets køb', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3015', '', 'Årets forbedringer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3020', '', 'Årest salg', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3030', '', 'Årets afskrivning', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3040', '', 'Gevinst og tab', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3100', '', 'Afskrivningsgrundlag primo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3110', '', 'Årets køb', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3115', '', 'Årets forbedringer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3120', '', 'Årets salg', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3130', '', 'Årets afskrivning', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3140', '', 'Gevinst og tab', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '3900', '', 'Huslejedepositum', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '4000', '', 'Kasse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '4010', '', 'Bank', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '4020', '', 'Forudbetalte omkostninger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '4030', '', 'Debitorer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '4040', '', 'Varelager', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '4050', '', 'Igangværende arbejder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5000', '', 'Egenkapital primo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5010', '', 'Årets resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5020', '', 'Privat hævet', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5030', '', 'Fri bil', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5040', '', 'Statens takster', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5050', '', 'Fri telefon m.v.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5060', '', 'Private andele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5065', '', 'Private afskrivninger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5070', '', 'Driftsudgifter u/fradrag', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5080', '', 'Privat udlæg', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '5090', '', 'Indskud', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '7000', '', 'Gæld bank og realkreditinstitut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '7010', '', 'Gæld til leverandører af varer og tjenesteydelser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '7020', '', 'Periodeafgrænsningsposter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '7030', '', 'Anden gæld', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '8000', '', 'Salgsmoms', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '8010', '', 'Købsmoms', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '8020', '', 'Konto for afgift af varekøb i EU', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '8030', '', 'Konto for afgift af købte ydelser i EU', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '8040', '', 'El- afgift', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '8050', '', 'Øvrige energiafgifter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('DK-STD', 'Balance', '', '8060', '', 'Betalt moms', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5082, 'DK-STD', 'Indtægter', '', '1000', '', 'Salg af varer/ydelser m. moms', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5083, 'DK-STD', 'Indtægter', '', '1010', '', 'Salg af varer EU', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5084, 'DK-STD', 'Indtægter', '', '1020', '', 'Salg af ydelser EU', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5085, 'DK-STD', 'Indtægter', '', '1030', '', 'Ej momspligtigt salg', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5086, 'DK-STD', 'Indtægter', '', '1040', '', 'Regulering igangværende arbejder', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5087, 'DK-STD', 'Omkostninger', '', '1100', '', 'Varekøb med moms', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5088, 'DK-STD', 'Omkostninger', '', '1110', '', 'Køb af varer EU', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5089, 'DK-STD', 'Omkostninger', '', '1120', '', 'Køb af ydelser EU', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5090, 'DK-STD', 'Omkostninger', '', '1130', '', 'Varelagerregulering', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5091, 'DK-STD', 'Omkostninger', '', '1140', '', 'Eget vareforbrug', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5092, 'DK-STD', 'Omkostninger', '', '1300', '', 'Repræsentation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5093, 'DK-STD', 'Omkostninger', '', '1310', '', 'Annoncer/reklame', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5094, 'DK-STD', 'Omkostninger', '', '1320', '', 'Rejseudgifter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5095, 'DK-STD', 'Omkostninger', '', '1330', '', 'Aviser og blade', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5096, 'DK-STD', 'Omkostninger', '', '1400', '', 'Brændstof', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5097, 'DK-STD', 'Omkostninger', '', '1410', '', 'Bilforsikring', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5098, 'DK-STD', 'Omkostninger', '', '1420', '', 'Vedligeholdelse', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5099, 'DK-STD', 'Omkostninger', '', '1430', '', 'Grøn ejerafgift mv.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5100, 'DK-STD', 'Omkostninger', '', '1440', '', 'Leje og leasing', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5101, 'DK-STD', 'Omkostninger', '', '1450', '', 'Bilvask og pleje af bil', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5102, 'DK-STD', 'Omkostninger', '', '1460', '', 'Parkeringsudgifter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5103, 'DK-STD', 'Omkostninger', '', '1470', '', 'Biludgifter efter statens takster', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5104, 'DK-STD', 'Omkostninger', '', '1480', '', 'Fri bil', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5105, 'DK-STD', 'Omkostninger', '', '1490', '', 'Privat andel af biludgifter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5106, 'DK-STD', 'Omkostninger', '', '1600', '', 'Husleje uden forbrug', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5107, 'DK-STD', 'Omkostninger', '', '1610', '', 'Forbrugsudgifter (el, vand, gas og varme mv)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5108, 'DK-STD', 'Omkostninger', '', '1620', '', 'Ejendomsskatter og forsikringer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5109, 'DK-STD', 'Omkostninger', '', '1630', '', 'Vedligeholdelse af lokaler', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5110, 'DK-STD', 'Omkostninger', '', '1700', '', 'Kontorartikler og tryksager', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5111, 'DK-STD', 'Omkostninger', '', '1705', '', 'Telefon og internet', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5112, 'DK-STD', 'Omkostninger', '', '1710', '', 'Fri telefon privat andel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5113, 'DK-STD', 'Omkostninger', '', '1715', '', 'Anskaffelse af småaktiver', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5114, 'DK-STD', 'Omkostninger', '', '1720', '', 'Arbejdstøj', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5115, 'DK-STD', 'Omkostninger', '', '1725', '', 'Rådgiverudgifter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5116, 'DK-STD', 'Omkostninger', '', '1730', '', 'Porto og gebyrer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5117, 'DK-STD', 'Omkostninger', '', '1735', '', 'Forsikringer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5118, 'DK-STD', 'Omkostninger', '', '1740', '', 'Bøger og faglitteratur', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5119, 'DK-STD', 'Omkostninger', '', '1745', '', 'Konstaterede tab på debitorer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5120, 'DK-STD', 'Omkostninger', '', '1750', '', 'Kassedifferencer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5121, 'DK-STD', 'Afskrivninger', '', '2000', '', 'Afskrivning driftsmidler og inventar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5122, 'DK-STD', 'Afskrivninger', '', '2010', '', 'Afskrivning blandede driftsmidler', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5123, 'DK-STD', 'Afskrivninger', '', '2020', '', 'Afskrivninger privat andel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5124, 'DK-STD', 'Afskrivninger', '', '2030', '', 'Gevinst og tab ved salg af aktiver', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5125, 'DK-STD', 'Finansielle poster', '', '2400', '', 'Renteindtægter bank', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5126, 'DK-STD', 'Finansielle poster', '', '2410', '', 'Renteindtægter kunder', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5127, 'DK-STD', 'Finansielle poster', '', '2500', '', 'Renteudgifter bank og realkreditinstitut', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5128, 'DK-STD', 'Finansielle poster', '', '2510', '', 'Renteudgifter leverandører', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5129, 'DK-STD', 'Finansielle poster', '', '2520', '', 'Fradragsberettigede låneomkostninger', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5130, 'DK-STD', 'Finansielle poster', '', '2530', '', 'Fradragsberettigede renteudgifter til det offentlige', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5131, 'DK-STD', 'Balance', '', '3000', '', 'Afskrivningsgrundlag primo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5132, 'DK-STD', 'Balance', '', '3010', '', 'Årets køb', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5133, 'DK-STD', 'Balance', '', '3015', '', 'Årets forbedringer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5134, 'DK-STD', 'Balance', '', '3020', '', 'Årest salg', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5135, 'DK-STD', 'Balance', '', '3030', '', 'Årets afskrivning', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5136, 'DK-STD', 'Balance', '', '3040', '', 'Gevinst og tab', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5137, 'DK-STD', 'Balance', '', '3100', '', 'Afskrivningsgrundlag primo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5138, 'DK-STD', 'Balance', '', '3110', '', 'Årets køb', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5139, 'DK-STD', 'Balance', '', '3115', '', 'Årets forbedringer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5140, 'DK-STD', 'Balance', '', '3120', '', 'Årets salg', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5141, 'DK-STD', 'Balance', '', '3130', '', 'Årets afskrivning', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5142, 'DK-STD', 'Balance', '', '3140', '', 'Gevinst og tab', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5143, 'DK-STD', 'Balance', '', '3900', '', 'Huslejedepositum', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5144, 'DK-STD', 'Balance', '', '4000', '', 'Kasse', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5145, 'DK-STD', 'Balance', '', '4010', '', 'Bank', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5146, 'DK-STD', 'Balance', '', '4020', '', 'Forudbetalte omkostninger', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5147, 'DK-STD', 'Balance', '', '4030', '', 'Debitorer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5148, 'DK-STD', 'Balance', '', '4040', '', 'Varelager', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5149, 'DK-STD', 'Balance', '', '4050', '', 'Igangværende arbejder', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5150, 'DK-STD', 'Balance', '', '5000', '', 'Egenkapital primo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5151, 'DK-STD', 'Balance', '', '5010', '', 'Årets resultat', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5152, 'DK-STD', 'Balance', '', '5020', '', 'Privat hævet', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5153, 'DK-STD', 'Balance', '', '5030', '', 'Fri bil', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5154, 'DK-STD', 'Balance', '', '5040', '', 'Statens takster', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5155, 'DK-STD', 'Balance', '', '5050', '', 'Fri telefon m.v.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5156, 'DK-STD', 'Balance', '', '5060', '', 'Private andele', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5157, 'DK-STD', 'Balance', '', '5065', '', 'Private afskrivninger', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5158, 'DK-STD', 'Balance', '', '5070', '', 'Driftsudgifter u/fradrag', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5159, 'DK-STD', 'Balance', '', '5080', '', 'Privat udlæg', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5160, 'DK-STD', 'Balance', '', '5090', '', 'Indskud', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5161, 'DK-STD', 'Balance', '', '7000', '', 'Gæld bank og realkreditinstitut', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5162, 'DK-STD', 'Balance', '', '7010', '', 'Gæld til leverandører af varer og tjenesteydelser', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5163, 'DK-STD', 'Balance', '', '7020', '', 'Periodeafgrænsningsposter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5164, 'DK-STD', 'Balance', '', '7030', '', 'Anden gæld', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5165, 'DK-STD', 'Balance', '', '8000', '', 'Salgsmoms', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5166, 'DK-STD', 'Balance', '', '8010', '', 'Købsmoms', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5167, 'DK-STD', 'Balance', '', '8020', '', 'Konto for afgift af varekøb i EU', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5168, 'DK-STD', 'Balance', '', '8030', '', 'Konto for afgift af købte ydelser i EU', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5169, 'DK-STD', 'Balance', '', '8040', '', 'El- afgift', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5170, 'DK-STD', 'Balance', '', '8050', '', 'Øvrige energiafgifter', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5171, 'DK-STD', 'Balance', '', '8060', '', 'Betalt moms', 1);
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_dz.sql b/htdocs/install/mysql/data/llx_accounting_account_dz.sql
    new file mode 100644
    index 00000000000..bdb36303f3a
    --- /dev/null
    +++ b/htdocs/install/mysql/data/llx_accounting_account_dz.sql
    @@ -0,0 +1,838 @@
    +-- Copyright (C) 2018 Abbes Bahfir         <dolipar@dolipar.org>
    +--
    +-- 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/>.
    +--
    +--
    +
    +--
    +-- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
    +-- de l'install et tous les sigles '--' sont supprimés.
    +--
    +
    +-- Descriptif du système comptable financier DZ NSCF
    +-- ID 15000 - 15811
    +-- ADD 1300000 to rowid # Do no remove this comment --
    +
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (17000,'NSCF','CAPIT','XXXXXX','1',0,'Comptes de capitaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15001,'NSCF','CAPIT','XXXXXX','10',17000,'Capital, réserves et assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15002,'NSCF','CAPIT','XXXXXX','101',15001,'Capital émis','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15003,'NSCF','CAPIT','XXXXXX','1011',15002,'Capital souscrit, non appelé','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15004,'NSCF','CAPIT','XXXXXX','1012',15002,'Capital souscrit, appelé, non versé','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15005,'NSCF','CAPIT','XXXXXX','1013',15002,'Capital souscrit, appelé, versé','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15006,'NSCF','CAPIT','XXXXXX','10131',15005,'Capital non amorti','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15007,'NSCF','CAPIT','XXXXXX','10132',15005,'Capital amorti','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15008,'NSCF','CAPIT','XXXXXX','1018',15002,'Capital souscrit, soumis à des réglementations particulières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15009,'NSCF','CAPIT','XXXXXX','103',15001,'Primes liées au capital social','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15010,'NSCF','CAPIT','XXXXXX','1031',15009,'Primes d''émission','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15011,'NSCF','CAPIT','XXXXXX','1032',15009,'Primes de fusion','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15012,'NSCF','CAPIT','XXXXXX','1033',15009,'Primes d''apport','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15013,'NSCF','CAPIT','XXXXXX','1034',15009,'Primes de conversion d''obligations en actions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15014,'NSCF','CAPIT','XXXXXX','104',15001,'Ecart d''évaluation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15015,'NSCF','CAPIT','XXXXXX','105',15001,'Ecart de réévaluation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15016,'NSCF','CAPIT','XXXXXX','1050',15015,'Ecart de réévaluation : Immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15017,'NSCF','CAPIT','XXXXXX','10503',15016,'Ecart de réévaluation : Frais de recherche et de développement immobilisés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15018,'NSCF','CAPIT','XXXXXX','10504',15016,'Ecart de réévaluation : Logiciels informatiques et assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15019,'NSCF','CAPIT','XXXXXX','10505',15016,'Ecart de réévaluation : Concessions et droits similaires, brevets, licences et marques','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15020,'NSCF','CAPIT','XXXXXX','10507',15016,'Ecarts de réévaluation : Fonds commercial – goodwill','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15021,'NSCF','CAPIT','XXXXXX','10508',15016,'Ecart de réévaluation : Immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15022,'NSCF','CAPIT','XXXXXX','1051',15015,'Ecart de réévaluation :Immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15023,'NSCF','CAPIT','XXXXXX','10511',15022,'Ecart de réévaluation : Terrains','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15024,'NSCF','CAPIT','XXXXXX','10512',15022,'Ecart de réévaluation : Agencements et  aménagements de terrains','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15025,'NSCF','CAPIT','XXXXXX','10513',15022,'Ecart de réévaluation : Constructions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15026,'NSCF','CAPIT','XXXXXX','10515',15022,'Ecarts de réévaluation : Installations techniques','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15027,'NSCF','CAPIT','XXXXXX','10518',15022,'Ecart de réévaluation : Autres Immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15028,'NSCF','CAPIT','XXXXXX','1052',15015,'Ecart de réévaluation sur immobilisations financières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15029,'NSCF','CAPIT','XXXXXX','10526',15028,'Ecart de réévaluation : Titres de filiale','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15030,'NSCF','CAPIT','XXXXXX','10527',15028,'Ecart de réévaluation : Autres immobilisations financières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15031,'NSCF','CAPIT','XXXXXX','106',15001,'Réserves','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15032,'NSCF','CAPIT','XXXXXX','1061',15031,'Réserve légale','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15033,'NSCF','CAPIT','XXXXXX','1062',15031,'Réserve statutaire','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15034,'NSCF','CAPIT','XXXXXX','1063',15031,'Réserve ordinaire','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15035,'NSCF','CAPIT','XXXXXX','1064',15031,'Réserve réglementée','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15036,'NSCF','CAPIT','XXXXXX','10641',15035,'Réserve réglementée proprement dits','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15037,'NSCF','CAPIT','XXXXXX','10642',15035,'Plus-values nettes à long terme','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15038,'NSCF','CAPIT','XXXXXX','1068',15031,'Autres réserves','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15039,'NSCF','CAPIT','XXXXXX','107',15001,'Ecart d''équivalence','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15040,'NSCF','CAPIT','XXXXXX','108',15001,'Compte de l''exploitant','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15041,'NSCF','CAPIT','XXXXXX','109',15001,'Capital souscrit - non appelé (Solde débiteur à l''actif du bilan)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15042,'NSCF','CAPIT','XXXXXX','11',17000,'Report à nouveau (solde créditeur ou débiteur)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15043,'NSCF','CAPIT','XXXXXX','110',15042,'Report à nouveau (solde créditeur)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15044,'NSCF','CAPIT','XXXXXX','119',15042,'Report à nouveau (solde débiteur)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15045,'NSCF','CAPIT','XXXXXX','12',17000,'Résultat de l''exercice (bénéfice ou perte)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15046,'NSCF','CAPIT','XXXXXX','120',15045,'Résultat de l''exercice (bénéfice)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15047,'NSCF','CAPIT','XXXXXX','129',15045,'Résultat de l''exercice (perte)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15048,'NSCF','CAPIT','XXXXXX','13',17000,'Produits et charges différés – hors cycle d''exploitation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15049,'NSCF','CAPIT','XXXXXX','131',15048,'Subventions d''équipements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15050,'NSCF','CAPIT','XXXXXX','1312',15049,'Subventions d''équipements – Transfert gratuit d''immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15051,'NSCF','CAPIT','XXXXXX','1314',15049,'Subventions d''équipements – Financement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15052,'NSCF','CAPIT','XXXXXX','1319',15049,'Subventions d''investissement inscrites au compte de résultat','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15053,'NSCF','CAPIT','XXXXXX','132',15048,'Autres subventions d''investissements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15054,'NSCF','CAPIT','XXXXXX','133',15048,'Impôts différés actif','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15055,'NSCF','CAPIT','XXXXXX','134',15048,'Impôts différés passif','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15056,'NSCF','CAPIT','XXXXXX','138',15048,'Autres produits et charges différés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15057,'NSCF','CAPIT','XXXXXX','15',17000,'Provisions pour charges - passifs non courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15058,'NSCF','CAPIT','XXXXXX','153',15057,'Provisions pour pensions et obligations similaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15059,'NSCF','CAPIT','XXXXXX','155',15057,'Provisions pour impôts','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15060,'NSCF','CAPIT','XXXXXX','156',15057,'Provisions pour renouvellement des immobilisations en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15061,'NSCF','CAPIT','XXXXXX','1560',15060,'Provisions pour renouvellement d''immobilisation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15062,'NSCF','CAPIT','XXXXXX','1562',15060,'Provisions pour renouvellement de gisements miniers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15063,'NSCF','CAPIT','XXXXXX','158',15057,'Autres provisions pour charges – passifs non courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15064,'NSCF','CAPIT','XXXXXX','1581',15063,'Provisions réglementées relatives aux immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15065,'NSCF','CAPIT','XXXXXX','1583',15063,'Provisions pour risques environnementaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15066,'NSCF','CAPIT','XXXXXX','16',17000,'Emprunts et dettes assimilées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15067,'NSCF','CAPIT','XXXXXX','161',15066,'Titres participatifs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15068,'NSCF','CAPIT','XXXXXX','162',15066,'Emprunts obligataires convertibles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15069,'NSCF','CAPIT','XXXXXX','163',15066,'Autres emprunts obligataires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15070,'NSCF','CAPIT','XXXXXX','164',15066,'Emprunts auprès des établissements de crédit','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15071,'NSCF','CAPIT','XXXXXX','165',15066,'Dépôts et cautionnements reçus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15072,'NSCF','CAPIT','XXXXXX','1651',15071,'Dépôts reçus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15073,'NSCF','CAPIT','XXXXXX','1655',15071,'Cautionnements reçus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15074,'NSCF','CAPIT','XXXXXX','167',15066,'Dettes sur contrat de location - financement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15075,'NSCF','CAPIT','XXXXXX','168',15066,'Autres emprunts et dettes assimilées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15076,'NSCF','CAPIT','XXXXXX','1681',15075,'Autres emprunts','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15077,'NSCF','CAPIT','XXXXXX','1682',15075,'Emprunts auprès d''organismes internationaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15078,'NSCF','CAPIT','XXXXXX','1688',15075,'Intérêts courus sur emprunts et dettes assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15079,'NSCF','CAPIT','XXXXXX','169',15066,'Primes de remboursement des obligations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15080,'NSCF','CAPIT','XXXXXX','17',17000,'Dettes rattachées à des participations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15081,'NSCF','CAPIT','XXXXXX','171',15080,'Dettes rattachées à des participations groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15082,'NSCF','CAPIT','XXXXXX','172',15080,'Dettes rattachées à des participations hors groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15083,'NSCF','CAPIT','XXXXXX','173',15080,'Dettes rattachées à des sociétés en participation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15084,'NSCF','CAPIT','XXXXXX','1731',15083,'Principal','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15085,'NSCF','CAPIT','XXXXXX','1738',15083,'Intérêts courus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15086,'NSCF','CAPIT','XXXXXX','178',15080,'Autres dettes rattachées à des participations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15087,'NSCF','CAPIT','XXXXXX','18',17000,'Comptes de liaison des établissements et sociétés en participation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15088,'NSCF','CAPIT','XXXXXX','187',15087,'Biens et prestations de services échangés entre établissements (produits)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15089,'NSCF','CAPIT','XXXXXX','188',15087,'Comptes de liaison entre sociétés en participation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15090,'NSCF','IMMO','XXXXXX','2',0,'COMPTES D''IMMOBILISATIONS','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15091,'NSCF','IMMO','XXXXXX','20',15090,'Immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15092,'NSCF','IMMO','XXXXXX','203',15091,'Frais de développement immobilisables','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15093,'NSCF','IMMO','XXXXXX','204',15091,'Logiciels informatiques et assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15094,'NSCF','IMMO','XXXXXX','205',15091,'Concessions et droits similaires, brevets, licences, marques','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15095,'NSCF','IMMO','XXXXXX','2051',15094,'Logiciels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15096,'NSCF','IMMO','XXXXXX','2052',15094,'Brevets','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15097,'NSCF','IMMO','XXXXXX','2053',15094,'Marques','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15098,'NSCF','IMMO','XXXXXX','2056',15094,'Licence','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15099,'NSCF','IMMO','XXXXXX','2058',15094,'Concession - autres droits similaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15100,'NSCF','IMMO','XXXXXX','207',15091,'Ecart d''acquisition - goodwill','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15101,'NSCF','IMMO','XXXXXX','208',15091,'Autres immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15102,'NSCF','IMMO','XXXXXX','21',15090,'Immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15103,'NSCF','IMMO','XXXXXX','211',15102,'Terrains','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15104,'NSCF','IMMO','XXXXXX','2110',15103,'Terrains de construction et chantiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15105,'NSCF','IMMO','XXXXXX','2111',15103,'Terrains nus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15106,'NSCF','IMMO','XXXXXX','2112',15103,'Terrains aménagés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15107,'NSCF','IMMO','XXXXXX','2114',15103,'Terrains bâtis','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15108,'NSCF','IMMO','XXXXXX','2115',15103,'Carrières et gisements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15109,'NSCF','IMMO','XXXXXX','2118',15103,'Autres terrains','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15110,'NSCF','IMMO','XXXXXX','212',15102,'Agencements et aménagements de terrains (même ventilation que celle du compte 211)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15111,'NSCF','IMMO','XXXXXX','213',15102,'Constructions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15112,'NSCF','IMMO','XXXXXX','2131',15111,'Bâtiments','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15113,'NSCF','IMMO','XXXXXX','21311',15112,'Bâtiments industriels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15114,'NSCF','IMMO','XXXXXX','21312',15112,'Bâtiments administratifs et commerciaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15115,'NSCF','IMMO','XXXXXX','21318',15112,'Autres ensembles immobiliers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15116,'NSCF','IMMO','XXXXXX','213181',15115,'Affectés aux opérations professionnelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15117,'NSCF','IMMO','XXXXXX','213188',15115,'Affectés aux opérations non professionnelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15118,'NSCF','IMMO','XXXXXX','2135',15111,'Installations générales - agencements - aménagements des constructions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15119,'NSCF','IMMO','XXXXXX','21351',15118,'Installation d''eau','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15120,'NSCF','IMMO','XXXXXX','21352',15118,'Installation d''électricité','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15121,'NSCF','IMMO','XXXXXX','21353',15118,'Installation de gaz','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15122,'NSCF','IMMO','XXXXXX','21354',15118,'Installation de vapeur','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15123,'NSCF','IMMO','XXXXXX','21355',15118,'Installation de protection et de sécurité','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15124,'NSCF','IMMO','XXXXXX','21356',15118,'Installation de télécommunication','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15125,'NSCF','IMMO','XXXXXX','21357',15118,'Installation d''aération, chauffage et climatisation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15126,'NSCF','IMMO','XXXXXX','21358',15118,'Autres agencements et installations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15127,'NSCF','IMMO','XXXXXX','2138',15111,'Ouvrages d''infrastructures','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15128,'NSCF','IMMO','XXXXXX','21381',15127,'Voies de terre','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15129,'NSCF','IMMO','XXXXXX','21382',15127,'Voies de fer','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15130,'NSCF','IMMO','XXXXXX','21383',15127,'Voies d''eau','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15131,'NSCF','IMMO','XXXXXX','21384',15127,'Barrages - puits d''eau','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15132,'NSCF','IMMO','XXXXXX','21385',15127,'Pistes d''aérodromes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15133,'NSCF','IMMO','XXXXXX','215',15102,'Installations techniques, matériel et outillage industriels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15134,'NSCF','IMMO','XXXXXX','2151',15133,'Installations complexes spécialisées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15135,'NSCF','IMMO','XXXXXX','2153',15133,'Installations à caractère spécifique','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15136,'NSCF','IMMO','XXXXXX','2154',15133,'Matériel industriel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15137,'NSCF','IMMO','XXXXXX','2155',15133,'Outillage industriel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15138,'NSCF','IMMO','XXXXXX','2157',15133,'Agencements et aménagements des matériels et outillage industriels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15139,'NSCF','IMMO','XXXXXX','218',15102,'Autres immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15140,'NSCF','IMMO','XXXXXX','2181',15139,'Installations générales, agencements, aménagements divers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15141,'NSCF','IMMO','XXXXXX','2182',15139,'Matériel de transport','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15142,'NSCF','IMMO','XXXXXX','2183',15139,'Matériel de bureau et matériel informatique','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15143,'NSCF','IMMO','XXXXXX','2184',15139,'Mobilier','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15144,'NSCF','IMMO','XXXXXX','2185',15139,'Cheptel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15145,'NSCF','IMMO','XXXXXX','2186',15139,'Emballages récupérables','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15146,'NSCF','IMMO','XXXXXX','22',15090,'Immobilisations mises en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15147,'NSCF','IMMO','XXXXXX','221',15146,'Terrains en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15148,'NSCF','IMMO','XXXXXX','222',15146,'Agencements et aménagements de terrains en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15149,'NSCF','IMMO','XXXXXX','223',15146,'Constructions en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15150,'NSCF','IMMO','XXXXXX','225',15146,'Installations techniques en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15151,'NSCF','IMMO','XXXXXX','228',15146,'Autres immobilisations corporelles en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15152,'NSCF','IMMO','XXXXXX','229',15146,'Droits du concédant','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15153,'NSCF','IMMO','XXXXXX','23',15090,'Immobilisations en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15154,'NSCF','IMMO','XXXXXX','232',15153,'Immobilisations corporelles en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15155,'NSCF','IMMO','XXXXXX','2322',15154,'Agencements et aménagements de Terrains en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15156,'NSCF','IMMO','XXXXXX','2323',15154,'Constructions en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15157,'NSCF','IMMO','XXXXXX','2325',15154,'Installations techniques, matériel et outillage industriels en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15158,'NSCF','IMMO','XXXXXX','2328',15154,'Autres immobilisations corporelles en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15159,'NSCF','IMMO','XXXXXX','237',15153,'Immobilisations incorporelles en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15160,'NSCF','IMMO','XXXXXX','238',15153,'Avances et acomptes versés sur commandes d''immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15161,'NSCF','IMMO','XXXXXX','2382',15160,'Avances et acomptes versés sur commandes d''immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15162,'NSCF','IMMO','XXXXXX','2387',15160,'Avances et acomptes versés sur commandes d''immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15163,'NSCF','IMMO','XXXXXX','26',15090,'Participations et créances rattachées à des participations (entreprises associées)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15164,'NSCF','IMMO','XXXXXX','261',15163,'Titres de filiales','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15165,'NSCF','IMMO','XXXXXX','2611',15164,'Actions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15166,'NSCF','IMMO','XXXXXX','2618',15164,'Autres titres','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15167,'NSCF','IMMO','XXXXXX','262',15163,'Autres titres de participation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15168,'NSCF','IMMO','XXXXXX','265',15163,'Titres de participation évalués par équivalence','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15169,'NSCF','IMMO','XXXXXX','266',15163,'Créances rattachées à des participations groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15170,'NSCF','IMMO','XXXXXX','2661',15169,'Créances liées à des participations groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15171,'NSCF','IMMO','XXXXXX','2665',15169,'Versements représentatifs d''apports non capitalisés (appel de fonds)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15172,'NSCF','IMMO','XXXXXX','2666',15169,'Avances consolidables','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15173,'NSCF','IMMO','XXXXXX','2668',15169,'Dividendes à percevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15174,'NSCF','IMMO','XXXXXX','267',15163,'Créances rattachées à des participations hors groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15175,'NSCF','IMMO','XXXXXX','2671',15174,'Créances liées à des participations hors groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15176,'NSCF','IMMO','XXXXXX','2675',15174,'Versements représentatifs d''apports non capitalisés (appel de fonds)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15177,'NSCF','IMMO','XXXXXX','2676',15174,'Avances consolidables','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15178,'NSCF','IMMO','XXXXXX','2677',15174,'Autres créances rattachées à des participations hors groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15179,'NSCF','IMMO','XXXXXX','2678',15174,'Dividendes et intérêts à percevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15180,'NSCF','IMMO','XXXXXX','268',15163,'Créances rattachées à des sociétés en participation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15181,'NSCF','IMMO','XXXXXX','2681',15180,'Principal','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15182,'NSCF','IMMO','XXXXXX','2688',15180,'Intérêts courus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15183,'NSCF','IMMO','XXXXXX','269',15163,'Versements restant à effectuer sur titres de participation non libérés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15184,'NSCF','IMMO','XXXXXX','27',15090,'Autres immobilisations financières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15185,'NSCF','IMMO','XXXXXX','271',15184,'Titres immobilisés autres que les titres immobilisés de l''activité de portefeuille','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15186,'NSCF','IMMO','XXXXXX','2711',15185,'Actions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15187,'NSCF','IMMO','XXXXXX','2718',15185,'Autres titres','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15188,'NSCF','IMMO','XXXXXX','272',15184,'Titres représentatifs de droit de créance','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15189,'NSCF','IMMO','XXXXXX','2721',15188,'Obligations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15190,'NSCF','IMMO','XXXXXX','2722',15188,'Bons','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15191,'NSCF','IMMO','XXXXXX','273',15184,'Titres immobilisés de l''activité de portefeuille','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15192,'NSCF','IMMO','XXXXXX','2731',15191,'Actions immobilisées de l''activité de portefeuille','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15193,'NSCF','IMMO','XXXXXX','2732',15191,'Obligations remboursables en actions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15194,'NSCF','IMMO','XXXXXX','2733',15191,'Obligations convertibles en actions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15195,'NSCF','IMMO','XXXXXX','274',15184,'Prêts et créances sur contrat de location – financement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15196,'NSCF','IMMO','XXXXXX','2741',15195,'Prêts participatifs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15197,'NSCF','IMMO','XXXXXX','2742',15195,'Prêts aux associés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15198,'NSCF','IMMO','XXXXXX','2743',15195,'Prêts au personnel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15199,'NSCF','IMMO','XXXXXX','2745',15195,'Créances sur contrat de location - financement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15200,'NSCF','IMMO','XXXXXX','2748',15195,'Autres prêts','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15201,'NSCF','IMMO','XXXXXX','275',15184,'Dépôts et cautionnements versés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15202,'NSCF','IMMO','XXXXXX','2751',15201,'Dépôts','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15203,'NSCF','IMMO','XXXXXX','2755',15201,'Cautionnements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15204,'NSCF','IMMO','XXXXXX','276',15184,'Autres créances immobilisées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15205,'NSCF','IMMO','XXXXXX','2761',15204,'Créances diverses','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15206,'NSCF','IMMO','XXXXXX','2768',15204,'Intérêts courus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15207,'NSCF','IMMO','XXXXXX','27682',15206,'Autres créances sur titres immobilisés (droit de créance)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15208,'NSCF','IMMO','XXXXXX','27684',15206,'Autres créances sur prêts','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15209,'NSCF','IMMO','XXXXXX','27685',15206,'Autres créances sur dépôts et cautionnements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15210,'NSCF','IMMO','XXXXXX','27688',15206,'Autres créances sur créances diverses','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15211,'NSCF','IMMO','XXXXXX','279',15184,'Versements restant à effectuer sur titres immobilisés non libérés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15212,'NSCF','IMMO','XXXXXX','28',15090,'Amortissement des immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15213,'NSCF','IMMO','XXXXXX','280',15212,'Amortissement des immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15214,'NSCF','IMMO','XXXXXX','2803',15213,'Amortissement des frais de recherche et de développement immobilisables','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15215,'NSCF','IMMO','XXXXXX','2804',15213,'Amortissement. des logiciels informatiques et assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15216,'NSCF','IMMO','XXXXXX','2805',15213,'Amortissement concessions et droits similaires, brevets, licences, marques.','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15217,'NSCF','IMMO','XXXXXX','2807',15213,'Amortissement écart d''acquisition - Goodwill','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15218,'NSCF','IMMO','XXXXXX','2808',15213,'Amortissement autres immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15219,'NSCF','IMMO','XXXXXX','281',15212,'Amortissement des immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15220,'NSCF','IMMO','XXXXXX','2812',15219,'Amortissement des agencements et aménagement de terrains','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15221,'NSCF','IMMO','XXXXXX','2813',15219,'Amortissement des constructions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15222,'NSCF','IMMO','XXXXXX','2815',15219,'Amortissement des installations techniques','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15223,'NSCF','IMMO','XXXXXX','2818',15219,'Amortissement des autres immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15224,'NSCF','IMMO','XXXXXX','282',15212,'Amortissement des immobilisations mises en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15225,'NSCF','IMMO','XXXXXX','29',15090,'Pertes de valeur sur immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15226,'NSCF','IMMO','XXXXXX','290',15225,'Pertes de valeur sur immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15227,'NSCF','IMMO','XXXXXX','2903',15226,'Pertes de valeurs sur frais de recherche et de développement immobilisables','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15228,'NSCF','IMMO','XXXXXX','2904',15226,'Pertes de valeur sur logiciels informatiques et assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15229,'NSCF','IMMO','XXXXXX','2905',15226,'Pertes de valeur sur concessions et droits similaires, brevets, licences, marques.','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15230,'NSCF','IMMO','XXXXXX','2907',15226,'Pertes de valeur sur écart d''acquisition – Goodwill','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15231,'NSCF','IMMO','XXXXXX','2908',15226,'Pertes de valeur sur autres immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15232,'NSCF','IMMO','XXXXXX','291',15225,'Pertes de valeurs sur immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15233,'NSCF','IMMO','XXXXXX','2912',15232,'Pertes de valeur sur agencements et aménagements de terrains','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15234,'NSCF','IMMO','XXXXXX','2913',15232,'Pertes de valeur sur constructions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15235,'NSCF','IMMO','XXXXXX','2915',15232,'Pertes de valeur sur installations techniques','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15236,'NSCF','IMMO','XXXXXX','2918',15232,'Pertes de valeur sur autres immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15237,'NSCF','IMMO','XXXXXX','292',15225,'Pertes de valeur sur immobilisations mises en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15238,'NSCF','IMMO','XXXXXX','293',15225,'Pertes de valeur sur immobilisations en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15239,'NSCF','IMMO','XXXXXX','2931',15238,'Pertes de valeur sur immobilisations corporelles en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15240,'NSCF','IMMO','XXXXXX','2932',15238,'Pertes de valeur sur immobilisations incorporelles en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15241,'NSCF','IMMO','XXXXXX','296',15225,'Pertes de valeur sur participations et créances rattachées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15242,'NSCF','IMMO','XXXXXX','2961',15241,'Pertes de valeur sur titres de filiales','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15243,'NSCF','IMMO','XXXXXX','2962',15241,'Pertes de valeur sur autres formes de participations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15244,'NSCF','IMMO','XXXXXX','2965',15241,'Pertes de valeur sur titres de participations évalués par équivalence','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15245,'NSCF','IMMO','XXXXXX','2966',15241,'Pertes de valeur sur créances rattachées à des participations groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15246,'NSCF','IMMO','XXXXXX','2967',15241,'Pertes de valeur sur créances rattachées à des participations hors groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15247,'NSCF','IMMO','XXXXXX','2968',15241,'Pertes de valeur sur créances rattachées à des sociétés en participations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15248,'NSCF','IMMO','XXXXXX','297',15225,'Pertes de valeur sur autres titres immobilisés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15249,'NSCF','IMMO','XXXXXX','2971',15248,'Pertes de valeur sur titres immobilisés autres que les titres immobilisés autres que TIAP (droits de propriété)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15250,'NSCF','IMMO','XXXXXX','2972',15248,'Pertes de valeur sur titres représentatifs de droit de créance','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15251,'NSCF','IMMO','XXXXXX','2973',15248,'Pertes de valeur sur titres immobilisés de l''activité de portefeuille','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15252,'NSCF','IMMO','XXXXXX','2974',15248,'Pertes de valeur sur contrat de location – financement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15253,'NSCF','IMMO','XXXXXX','2975',15248,'Pertes de valeur sur dépôts et cautionnements versés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15254,'NSCF','IMMO','XXXXXX','2976',15248,'Pertes de valeur sur autres créances immobilisées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15255,'NSCF','IMMO','XXXXXX','298',15225,'Pertes de valeur sur autres instruments financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15256,'NSCF','STOCK','XXXXXX','3',0,'COMPTES DE STOCKS ET ENCOURS','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15257,'NSCF','STOCK','XXXXXX','30',15256,'Stocks de marchandises','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15258,'NSCF','STOCK','XXXXXX','31',15256,'Matières premières et fournitures','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15259,'NSCF','STOCK','XXXXXX','311',15258,'Matières (ou groupe) A','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15260,'NSCF','STOCK','XXXXXX','312',15258,'Matières (ou groupe) B','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15261,'NSCF','STOCK','XXXXXX','313',15258,'Matières ...','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15262,'NSCF','STOCK','XXXXXX','32',15256,'Autres approvisionnements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15263,'NSCF','STOCK','XXXXXX','321',15262,'Matières consommables','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15264,'NSCF','STOCK','XXXXXX','322',15262,'Fournitures consommables','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15265,'NSCF','STOCK','XXXXXX','326',15262,'Emballages','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15266,'NSCF','STOCK','XXXXXX','3261',15265,'Emballages perdus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15267,'NSCF','STOCK','XXXXXX','3265',15265,'Emballages récupérables non identifiables','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15268,'NSCF','STOCK','XXXXXX','3267',15265,'Emballages à usage mixte','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15269,'NSCF','STOCK','XXXXXX','33',15256,'En-cours de production de biens','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15270,'NSCF','STOCK','XXXXXX','331',15269,'Produits en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15271,'NSCF','STOCK','XXXXXX','335',15269,'Travaux en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15272,'NSCF','STOCK','XXXXXX','34',15256,'En-cours de production de services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15273,'NSCF','STOCK','XXXXXX','341',15272,'Etudes en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15274,'NSCF','STOCK','XXXXXX','345',15272,'Prestations de services en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15275,'NSCF','STOCK','XXXXXX','35',15256,'Stocks de produits','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15276,'NSCF','STOCK','XXXXXX','351',15275,'Produits intermédiaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15277,'NSCF','STOCK','XXXXXX','355',15275,'Produits finis','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15278,'NSCF','STOCK','XXXXXX','358',15275,'Produits résiduels ou matières de récupération','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15279,'NSCF','STOCK','XXXXXX','3581',15278,'Déchets','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15280,'NSCF','STOCK','XXXXXX','3585',15278,'Rebuts','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15281,'NSCF','STOCK','XXXXXX','3586',15278,'Matières de récupération','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15282,'NSCF','STOCK','XXXXXX','36',15256,'Stocks provenant d''immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15283,'NSCF','STOCK','XXXXXX','37',15256,'Stocks à l''extérieur','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15284,'NSCF','STOCK','XXXXXX','370',15283,'Stocks de marchandises l''extérieur','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15285,'NSCF','STOCK','XXXXXX','3700',15284,'Stocks en cours de route','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15286,'NSCF','STOCK','XXXXXX','3701',15284,'Stocks de marchandises en dépôt à l''extérieur','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15287,'NSCF','STOCK','XXXXXX','3702',15284,'Stocks de marchandises en consignation à l''extérieur','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15288,'NSCF','STOCK','XXXXXX','371',15283,'Stocks de matières premières et fournitures à l''extérieur','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15289,'NSCF','STOCK','XXXXXX','375',15283,'Stocks de produits à l''extérieur','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15290,'NSCF','STOCK','XXXXXX','38',15256,'Achats stockés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15291,'NSCF','STOCK','XXXXXX','380',15290,'Marchandises stockées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15292,'NSCF','STOCK','XXXXXX','381',15290,'Matières premières et fournitures stockées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15293,'NSCF','STOCK','XXXXXX','382',15290,'Autres approvisionnements stockés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15294,'NSCF','STOCK','XXXXXX','39',15256,'Pertes de valeur sur stocks et en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15295,'NSCF','STOCK','XXXXXX','390',15294,'Pertes de valeur sur stocks de marchandises','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15296,'NSCF','STOCK','XXXXXX','391',15294,'Pertes de valeur sur matières premières et fournitures de biens','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15297,'NSCF','STOCK','XXXXXX','392',15294,'Pertes de valeur sur autres approvisionnements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15298,'NSCF','STOCK','XXXXXX','393',15294,'Pertes de valeur sur en-cours de production de de biens','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15299,'NSCF','STOCK','XXXXXX','394',15294,'Pertes de valeur sur en-cours de production de de services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15300,'NSCF','STOCK','XXXXXX','395',15294,'Pertes de valeur sur stocks de produits','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15301,'NSCF','STOCK','XXXXXX','397',15294,'Pertes de valeur sur stocks à l''extérieur','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15302,'NSCF','THIRDPARTY','XXXXXX','4',0,'COMPTES DE TIERS','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15303,'NSCF','THIRDPARTY','XXXXXX','40',15302,'Fournisseurs et comptes rattachés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15304,'NSCF','THIRDPARTY','XXXXXX','401',15303,'Fournisseurs de stocks et services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15305,'NSCF','THIRDPARTY','XXXXXX','4011',15304,'Fournisseurs - Achats de biens et prestations de services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15306,'NSCF','THIRDPARTY','XXXXXX','4017',15304,'Fournisseurs - Retenues de garantie','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15307,'NSCF','THIRDPARTY','XXXXXX','403',15303,'Fournisseurs - Effets à payer','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15308,'NSCF','THIRDPARTY','XXXXXX','404',15303,'Fournisseurs d''immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15309,'NSCF','THIRDPARTY','XXXXXX','4041',15308,'Fournisseurs - Achats d''immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15310,'NSCF','THIRDPARTY','XXXXXX','4047',15308,'Fournisseurs d''immobilisations – Retenues de garantie','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15311,'NSCF','THIRDPARTY','XXXXXX','405',15303,'Fournisseurs d''immobilisations - Effets à payer','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15312,'NSCF','THIRDPARTY','XXXXXX','408',15303,'Fournisseurs - factures non parvenues','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15313,'NSCF','THIRDPARTY','XXXXXX','4081',15312,'Fournisseurs de stocks - Factures non parvenues','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15314,'NSCF','THIRDPARTY','XXXXXX','4084',15312,'Fournisseurs d''immobilisations – Factures non parvenues','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15315,'NSCF','THIRDPARTY','XXXXXX','4088',15312,'Fournisseurs - Intérêts courus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15316,'NSCF','THIRDPARTY','XXXXXX','409',15303,'Fournisseurs débiteurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15317,'NSCF','THIRDPARTY','XXXXXX','4091',15316,'Fournisseurs - Avances et acomptes versés sur commandes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15318,'NSCF','THIRDPARTY','XXXXXX','4096',15316,'Fournisseurs - Créances pour emballages et matériel à rendre ','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15319,'NSCF','THIRDPARTY','XXXXXX','4097',15316,'Fournisseurs - Autres avoirs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15320,'NSCF','THIRDPARTY','XXXXXX','4098',15316,'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15321,'NSCF','THIRDPARTY','XXXXXX','41',15302,'Clients et comptes rattachés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15322,'NSCF','THIRDPARTY','XXXXXX','411',15321,'Clients','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15323,'NSCF','THIRDPARTY','XXXXXX','4111',15322,'Clients - Ventes de biens ou de prestations de services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15324,'NSCF','THIRDPARTY','XXXXXX','4117',15322,'Clients - Retenues de garantie','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15325,'NSCF','THIRDPARTY','XXXXXX','413',15321,'Clients - Effets à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15326,'NSCF','THIRDPARTY','XXXXXX','416',15321,'Clients douteux (litigieux)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15327,'NSCF','THIRDPARTY','XXXXXX','417',15321,'Créances sur travaux ou prestations en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15328,'NSCF','THIRDPARTY','XXXXXX','418',15321,'Clients - Produits non encore facturés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15329,'NSCF','THIRDPARTY','XXXXXX','4181',15328,'Clients - Factures à établir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15330,'NSCF','THIRDPARTY','XXXXXX','4188',15328,'Clients - Intérêts courus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15331,'NSCF','THIRDPARTY','XXXXXX','419',15321,'Clients créditeurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15332,'NSCF','THIRDPARTY','XXXXXX','4191',15331,'Clients - Avances et acomptes reçus sur commandes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15333,'NSCF','THIRDPARTY','XXXXXX','4196',15331,'Clients - Dettes sur emballages et matériels consignés autres avoirs à établir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15334,'NSCF','THIRDPARTY','XXXXXX','4197',15331,'Clients - Autres avoirs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15335,'NSCF','THIRDPARTY','XXXXXX','4198',15331,'Rabais, remises, ristournes à accorder et','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15336,'NSCF','THIRDPARTY','XXXXXX','42',15302,'Personnel et comptes rattachés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15337,'NSCF','THIRDPARTY','XXXXXX','421',15336,'Personnel - Rémunérations dues','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15338,'NSCF','THIRDPARTY','XXXXXX','422',15336,'Fonds des œuvres sociales','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15339,'NSCF','THIRDPARTY','XXXXXX','423',15336,'Participation des salariés aux résultats','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15340,'NSCF','THIRDPARTY','XXXXXX','425',15336,'Personnel - Avances et acomptes accordés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15341,'NSCF','THIRDPARTY','XXXXXX','426',15336,'Personnel - Dépôts reçus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15342,'NSCF','THIRDPARTY','XXXXXX','427',15336,'Personnel - Oppositions sur salaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15343,'NSCF','THIRDPARTY','XXXXXX','428',15336,'Personnel - Charges à payer et produits à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15344,'NSCF','THIRDPARTY','XXXXXX','4286',15343,'Personnel, charges à payer','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15345,'NSCF','THIRDPARTY','XXXXXX','4287',15343,'Personnel, produits à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15346,'NSCF','THIRDPARTY','XXXXXX','43',15302,'Organismes sociaux et comptes rattachés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15347,'NSCF','THIRDPARTY','XXXXXX','431',15346,'Sécurité sociale','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15348,'NSCF','THIRDPARTY','XXXXXX','432',15346,'Autres organismes sociaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15349,'NSCF','THIRDPARTY','XXXXXX','438',15346,'Organismes sociaux - Charges à payer et produits à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15350,'NSCF','THIRDPARTY','XXXXXX','4386',15349,'Organismes sociaux, charges à payer','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15351,'NSCF','THIRDPARTY','XXXXXX','4387',15349,'Organismes sociaux, produits à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15352,'NSCF','THIRDPARTY','XXXXXX','44',15302,'État, collectivités publiques, organismes internationaux et comptes rattachés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15353,'NSCF','THIRDPARTY','XXXXXX','441',15352,'État et collectivités publiques, subventions à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15354,'NSCF','THIRDPARTY','XXXXXX','4411',15353,'Subventions d''investissement à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15355,'NSCF','THIRDPARTY','XXXXXX','4417',15353,'Subventions d''exploitation à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15356,'NSCF','THIRDPARTY','XXXXXX','4418',15353,'Subventions d''équilibre à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15357,'NSCF','THIRDPARTY','XXXXXX','4419',15353,'Avances sur subventions à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15358,'NSCF','THIRDPARTY','XXXXXX','442',15352,'Impôts et taxes recouvrables sur des tiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15359,'NSCF','THIRDPARTY','XXXXXX','443',15352,'Opérations particulières avec l''Etat et les collectivités publiques','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15360,'NSCF','THIRDPARTY','XXXXXX','444',15352,'Etat - Impôts sur les résultats','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15361,'NSCF','THIRDPARTY','XXXXXX','445',15352,'Etat - Taxes sur le chiffre d''affaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15362,'NSCF','THIRDPARTY','XXXXXX','4451',15361,'Taxes sur le chiffre d''affaires à décaisser','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15363,'NSCF','THIRDPARTY','XXXXXX','44511',15362,'T.V.A. à décaisser','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15364,'NSCF','THIRDPARTY','XXXXXX','44518',15362,'Autres taxes assimilées à décaisser','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15365,'NSCF','THIRDPARTY','XXXXXX','4456',15361,'Taxes sur le chiffre d''affaires déductibles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15366,'NSCF','THIRDPARTY','XXXXXX','44562',15365,'T.V.A. sur immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15367,'NSCF','THIRDPARTY','XXXXXX','44566',15365,'T.V.A. sur autres biens et services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15368,'NSCF','THIRDPARTY','XXXXXX','44567',15365,'Crédit de T.V.A. à reporter','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15369,'NSCF','THIRDPARTY','XXXXXX','4457',15361,'Taxes sur le chiffre d''affaires collectées par l''entreprise','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15370,'NSCF','THIRDPARTY','XXXXXX','44571',15369,'T.V.A. collectée','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15371,'NSCF','THIRDPARTY','XXXXXX','44578',15369,'Autres taxes collectée assimilées à la T.V.A.','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15372,'NSCF','THIRDPARTY','XXXXXX','4458',15361,'Taxes sur le chiffre d''affaires à régulariser ou en attente','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15373,'NSCF','THIRDPARTY','XXXXXX','44586',15372,'Taxes sur le chiffre d''affaires sur factures non parvenues','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15374,'NSCF','THIRDPARTY','XXXXXX','44587',15372,'Taxes sur le chiffre d''affaires sur factures à établir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15375,'NSCF','THIRDPARTY','XXXXXX','446',15352,'Organismes internationaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15376,'NSCF','THIRDPARTY','XXXXXX','447',15352,'Autres impôts, taxes et versements assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15377,'NSCF','THIRDPARTY','XXXXXX','448',15352,'Etat - Charges à payer et produits à recevoir (hors impôts)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15378,'NSCF','THIRDPARTY','XXXXXX','4486',15377,'Etat, charges à payer','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15379,'NSCF','THIRDPARTY','XXXXXX','4487',15377,'Etat, produits à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15380,'NSCF','THIRDPARTY','XXXXXX','4488',15377,'Obligations cautionnées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15381,'NSCF','THIRDPARTY','XXXXXX','45',15302,'Groupe et associés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15382,'NSCF','THIRDPARTY','XXXXXX','451',15381,'Opérations groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15383,'NSCF','THIRDPARTY','XXXXXX','4510',15382,'Groupe, avances accordées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15384,'NSCF','THIRDPARTY','XXXXXX','4511',15382,'Groupe, avances reçues','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15385,'NSCF','THIRDPARTY','XXXXXX','455',15381,'Associés - Comptes courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15386,'NSCF','THIRDPARTY','XXXXXX','4551',15385,'Principal','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15387,'NSCF','THIRDPARTY','XXXXXX','4558',15385,'Intérêts courus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15388,'NSCF','THIRDPARTY','XXXXXX','456',15381,'Associés - Opérations sur le capital','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15389,'NSCF','THIRDPARTY','XXXXXX','4561',15388,'Associés - Comptes d''apport en société','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15390,'NSCF','THIRDPARTY','XXXXXX','45611',15389,'Apports en nature','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15391,'NSCF','THIRDPARTY','XXXXXX','45615',15389,'Apports en numéraire','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15392,'NSCF','THIRDPARTY','XXXXXX','4562',15388,'Apporteurs - Capital appelé, non versé','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15393,'NSCF','THIRDPARTY','XXXXXX','45621',15392,'Actionnaires - Capital souscrit et appelé, non versé','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15394,'NSCF','THIRDPARTY','XXXXXX','45625',15392,'Associés - Capital appelé, non versé','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15395,'NSCF','THIRDPARTY','XXXXXX','4563',15388,'Associés - versements reçus sur augmentation de capital','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15396,'NSCF','THIRDPARTY','XXXXXX','4564',15388,'Associés - Versements anticipés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15397,'NSCF','THIRDPARTY','XXXXXX','4566',15388,'Actionnaires défaillants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15398,'NSCF','THIRDPARTY','XXXXXX','4567',15388,'Associés - Capital à rembourser','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15399,'NSCF','THIRDPARTY','XXXXXX','457',15381,'Associés - Dividendes à payer','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15400,'NSCF','THIRDPARTY','XXXXXX','458',15381,'Associés - Opérations faites en commun ou en groupement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15401,'NSCF','THIRDPARTY','XXXXXX','4581',15400,'Opérations courantes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15402,'NSCF','THIRDPARTY','XXXXXX','4588',15400,'Intérêts courus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15403,'NSCF','THIRDPARTY','XXXXXX','46',15302,'Débiteurs divers et créditeurs divers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15404,'NSCF','THIRDPARTY','XXXXXX','462',15403,'Créances sur cessions d''immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15405,'NSCF','THIRDPARTY','XXXXXX','464',15403,'Dettes sur acquisitions valeurs mobilières de placement et instruments financiers dérivés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15406,'NSCF','THIRDPARTY','XXXXXX','465',15403,'Créances sur cessions valeurs mobilières de placement et instruments financiers dérivés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15407,'NSCF','THIRDPARTY','XXXXXX','467',15403,'Autres comptes débiteurs ou créditeurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15408,'NSCF','THIRDPARTY','XXXXXX','468',15403,'Diverses charges à payer et produits à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15409,'NSCF','THIRDPARTY','XXXXXX','4686',15408,'Diverses charges à payer','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15410,'NSCF','THIRDPARTY','XXXXXX','4687',15408,'Divers produits à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15411,'NSCF','THIRDPARTY','XXXXXX','47',15302,'Comptes transitoires ou d''attente','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15412,'NSCF','THIRDPARTY','XXXXXX','471',15411,'Compte d''attente 1','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15413,'NSCF','THIRDPARTY','XXXXXX','472',15411,'Compte d''attente 2','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15414,'NSCF','THIRDPARTY','XXXXXX','473',15411,'Compte d''attente 3','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15415,'NSCF','THIRDPARTY','XXXXXX','474',15411,'Compte d''attente 4','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15416,'NSCF','THIRDPARTY','XXXXXX','475',15411,'Compte d''attente 5','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15417,'NSCF','THIRDPARTY','XXXXXX','476',15411,'Différence de conversion - Actif','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15418,'NSCF','THIRDPARTY','XXXXXX','4761',15417,'Diminution des créances','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15419,'NSCF','THIRDPARTY','XXXXXX','4762',15417,'Augmentation des dettes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15420,'NSCF','THIRDPARTY','XXXXXX','4768',15417,'Différences compensées par couverture de change','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15421,'NSCF','THIRDPARTY','XXXXXX','477',15411,'Différences de conversion - Passif','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15422,'NSCF','THIRDPARTY','XXXXXX','4771',15421,'Augmentation des créances','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15423,'NSCF','THIRDPARTY','XXXXXX','4772',15421,'Diminution des dettes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15424,'NSCF','THIRDPARTY','XXXXXX','4778',15421,'Différences compensées par couverture de change','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15425,'NSCF','THIRDPARTY','XXXXXX','478',15411,'Autres comptes transitoires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15426,'NSCF','THIRDPARTY','XXXXXX','48',15302,'Charges ou produits constatés d''avance et provisions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15427,'NSCF','THIRDPARTY','XXXXXX','481',15426,'Provisions, passifs courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15428,'NSCF','THIRDPARTY','XXXXXX','486',15426,'Charges constatées d''avance','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15429,'NSCF','THIRDPARTY','XXXXXX','487',15426,'Produits constatés d''avance','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15430,'NSCF','THIRDPARTY','XXXXXX','49',15302,'Pertes de valeur sur comptes de tiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15431,'NSCF','THIRDPARTY','XXXXXX','491',15430,'Pertes de valeur sur comptes de clients','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15432,'NSCF','THIRDPARTY','XXXXXX','495',15430,'Pertes de valeur sur comptes du groupe et sur associés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15433,'NSCF','THIRDPARTY','XXXXXX','4951',15432,'Pertes de valeur sur comptes du groupe','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15434,'NSCF','THIRDPARTY','XXXXXX','4955',15432,'Pertes de valeur sur comptes courants des associés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15435,'NSCF','THIRDPARTY','XXXXXX','496',15430,'Pertes de valeur sur comptes de débiteurs divers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15436,'NSCF','THIRDPARTY','XXXXXX','4962',15435,'Créances sur cessions d''immobilisations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15437,'NSCF','THIRDPARTY','XXXXXX','4965',15435,'Créances sur cessions de valeurs mobilières de placement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15438,'NSCF','THIRDPARTY','XXXXXX','4967',15435,'Autres comptes débiteurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15439,'NSCF','THIRDPARTY','XXXXXX','498',15430,'Pertes de valeur sur comptes de débiteurs divers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15440,'NSCF','FINAN','XXXXXX','5',0,'COMPTES FINANCIERS','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15441,'NSCF','FINAN','XXXXXX','50',15440,'Valeurs mobilières de placement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15442,'NSCF','FINAN','XXXXXX','501',15441,'Parts dans des entreprises liées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15443,'NSCF','FINAN','XXXXXX','502',15441,'Actions propres','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15444,'NSCF','FINAN','XXXXXX','503',15441,'Autres actions ou titres conférant un droit de propriété','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15445,'NSCF','FINAN','XXXXXX','5031',15444,'Titres cotés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15446,'NSCF','FINAN','XXXXXX','5032',15444,'Titres non cotés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15447,'NSCF','FINAN','XXXXXX','506',15441,'Obligations, bons du Trésor et bons de caisse à court terme','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15448,'NSCF','FINAN','XXXXXX','5061',15447,'Obligations à court termes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15449,'NSCF','FINAN','XXXXXX','5062',15447,'Bons du trésor à court terme','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15450,'NSCF','FINAN','XXXXXX','5063',15447,'Bons de caisse à court terme','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15451,'NSCF','FINAN','XXXXXX','508',15441,'Autres valeurs mobilières de placement et créances assimilées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15452,'NSCF','FINAN','XXXXXX','5088',15451,'Autres valeurs mobilières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15453,'NSCF','FINAN','XXXXXX','5082',15451,'Bons de souscription','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15454,'NSCF','FINAN','XXXXXX','5083',15451,'Intérêts courus sur obligations, bons et valeurs assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15455,'NSCF','FINAN','XXXXXX','509',15441,'Versements restant à effectuer sur valeurs mobilières de placement non libérées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15456,'NSCF','FINAN','XXXXXX','51',15440,'Banques, établissements financiers et assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15457,'NSCF','FINAN','XXXXXX','511',15456,'Valeurs à l''encaissement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15458,'NSCF','FINAN','XXXXXX','5111',15457,'Coupons échus à l''encaissement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15459,'NSCF','FINAN','XXXXXX','5112',15457,'Chèques à encaisser','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15460,'NSCF','FINAN','XXXXXX','5113',15457,'Effets à l''encaissement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15461,'NSCF','FINAN','XXXXXX','5114',15457,'Effets à l''escompte','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15462,'NSCF','FINAN','XXXXXX','5115',15457,'Cartes bancaires à l''encaissement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15463,'NSCF','FINAN','XXXXXX','512',15456,'Banques comptes courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15464,'NSCF','FINAN','XXXXXX','514',15456,'Chèques postaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15465,'NSCF','FINAN','XXXXXX','515',15456,'Caisses du Trésor et des établissements publics','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15466,'NSCF','FINAN','XXXXXX','516',15456,'Sociétés de bourse','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15467,'NSCF','FINAN','XXXXXX','517',15456,'Autres organismes financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15468,'NSCF','FINAN','XXXXXX','518',15456,'Intérêts courus','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15469,'NSCF','FINAN','XXXXXX','5181',15468,'Intérêts courus à payer','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15470,'NSCF','FINAN','XXXXXX','5188',15468,'Intérêts courus à recevoir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15471,'NSCF','FINAN','XXXXXX','519',15456,'Concours bancaires courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15472,'NSCF','FINAN','XXXXXX','5191',15471,'Crédit de mobilisation de créances commerciales (CMCC)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15473,'NSCF','FINAN','XXXXXX','5192',15471,'Crédit documentaire','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15474,'NSCF','FINAN','XXXXXX','5193',15471,'Mobilisation de créances nées à l''étranger','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15475,'NSCF','FINAN','XXXXXX','5198',15471,'Intérêts courus sur concours bancaires courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15476,'NSCF','FINAN','XXXXXX','52',15440,'Instruments de trésorerie','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15477,'NSCF','FINAN','XXXXXX','53',15440,'Caisse','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15478,'NSCF','FINAN','XXXXXX','54',15440,'Régies d''avance et accréditifs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15479,'NSCF','FINAN','XXXXXX','541',15478,'Régie d''avance','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15480,'NSCF','FINAN','XXXXXX','542',15478,'Accréditifs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15481,'NSCF','FINAN','XXXXXX','58',15440,'Virements internes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15482,'NSCF','FINAN','XXXXXX','581',15481,'Virements de fonds','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15483,'NSCF','FINAN','XXXXXX','588',15481,'Autres virements internes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15484,'NSCF','FINAN','XXXXXX','59',15440,'Pertes de valeur des actifs financiers courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15485,'NSCF','FINAN','XXXXXX','591',15484,'Pertes de valeur des dépôts en banque et autres établissements financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15486,'NSCF','FINAN','XXXXXX','594',15484,'Pertes de valeur sur des régies d''avance et accréditifs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15487,'NSCF','EXPENSE','XXXXXX','6',0,'COMPTES DE CHARGES','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15488,'NSCF','EXPENSE','XXXXXX','60',15487,'Achats consommées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15489,'NSCF','EXPENSE','XXXXXX','600',15488,'Achats de marchandises vendues','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15490,'NSCF','EXPENSE','XXXXXX','601',15488,'Matières premières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15491,'NSCF','EXPENSE','XXXXXX','602',15488,'Autres approvisionnements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15492,'NSCF','EXPENSE','XXXXXX','603',15488,'Variations des stocks ','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15493,'NSCF','EXPENSE','XXXXXX','6030',15492,'Variations des stocks de marchandises','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15494,'NSCF','EXPENSE','XXXXXX','6031',15492,'Variations des stocks de matières premières et fournitures','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15495,'NSCF','EXPENSE','XXXXXX','6032',15492,'Variations des stocks d''autres approvisionnements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15496,'NSCF','EXPENSE','XXXXXX','604',15488,'Achats d''études  et prestations de services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15497,'NSCF','EXPENSE','XXXXXX','605',15488,'Achats de matériel, équipements et travaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15498,'NSCF','EXPENSE','XXXXXX','607',15488,'Achats non stockés de matière et fournitures','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15499,'NSCF','EXPENSE','XXXXXX','6071',15498,'Fournitures non stockables (eau, énergie)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15500,'NSCF','EXPENSE','XXXXXX','6073',15498,'Fournitures d''entretien et de petit équipement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15501,'NSCF','EXPENSE','XXXXXX','6074',15498,'Fournitures administratives','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15502,'NSCF','EXPENSE','XXXXXX','6078',15498,'Autres matières et fournitures','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15503,'NSCF','EXPENSE','XXXXXX','608',15488,'Frais accessoires sur achats (FAA)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15504,'NSCF','EXPENSE','XXXXXX','609',15488,'Rabais, remises et ristournes obtenus sur achats','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15505,'NSCF','EXPENSE','XXXXXX','61',15487,'Services extérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15506,'NSCF','EXPENSE','XXXXXX','611',15505,'Sous-traitance générale','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15507,'NSCF','EXPENSE','XXXXXX','613',15505,'Locations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15508,'NSCF','EXPENSE','XXXXXX','6132',15507,'Locations immobilières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15509,'NSCF','EXPENSE','XXXXXX','6135',15507,'Locations mobilières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15510,'NSCF','EXPENSE','XXXXXX','6136',15507,'Malis sur emballages','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15511,'NSCF','EXPENSE','XXXXXX','614',15505,'Charges locatives et charges de copropriété','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15512,'NSCF','EXPENSE','XXXXXX','615',15505,'Entretien, réparations et maintenance','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15513,'NSCF','EXPENSE','XXXXXX','6152',15512,'Sur biens immobiliers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15514,'NSCF','EXPENSE','XXXXXX','6155',15512,'Sur biens mobiliers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15515,'NSCF','EXPENSE','XXXXXX','6156',15512,'Maintenance','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15516,'NSCF','EXPENSE','XXXXXX','616',15505,'Primes d''assurances','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15517,'NSCF','EXPENSE','XXXXXX','6161',15516,'Multirisques','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15518,'NSCF','EXPENSE','XXXXXX','6162',15516,'Assurance obligatoire dommage construction','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15519,'NSCF','EXPENSE','XXXXXX','6163',15516,'Assurance-transport','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15520,'NSCF','EXPENSE','XXXXXX','61636',15519,'sur achats','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15521,'NSCF','EXPENSE','XXXXXX','61637',15519,'sur ventes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15522,'NSCF','EXPENSE','XXXXXX','61638',15519,'sur autres biens','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15523,'NSCF','EXPENSE','XXXXXX','6166',15516,'Assurances véhicules','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15524,'NSCF','EXPENSE','XXXXXX','6168',15516,'Autres assurances','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15525,'NSCF','EXPENSE','XXXXXX','617',15505,'Etudes et recherches','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15526,'NSCF','EXPENSE','XXXXXX','618',15505,'Documentation et divers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15527,'NSCF','EXPENSE','XXXXXX','6181',15526,'Documentation générale','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15528,'NSCF','EXPENSE','XXXXXX','6183',15526,'Documentation technique','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15529,'NSCF','EXPENSE','XXXXXX','6185',15526,'Frais de colloques, séminaires, conférences','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15530,'NSCF','EXPENSE','XXXXXX','619',15505,'Rabais, remises et ristournes obtenus sur services extérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15531,'NSCF','EXPENSE','XXXXXX','62',15487,'Autres services extérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15532,'NSCF','EXPENSE','XXXXXX','621',15531,'Personnel extérieur à l''entreprise','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15533,'NSCF','EXPENSE','XXXXXX','6211',15532,'Personnel intérimaire','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15534,'NSCF','EXPENSE','XXXXXX','6214',15532,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15535,'NSCF','EXPENSE','XXXXXX','622',15531,'Rémunérations d''intermédiaires et honoraires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15536,'NSCF','EXPENSE','XXXXXX','6221',15535,'Commissions et courtages sur achats','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15537,'NSCF','EXPENSE','XXXXXX','6222',15535,'Commissions et courtages sur ventes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15538,'NSCF','EXPENSE','XXXXXX','6224',15535,'Rémunérations des transitaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15539,'NSCF','EXPENSE','XXXXXX','6225',15535,'Rémunérations d''affacturage (mémoire)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15540,'NSCF','EXPENSE','XXXXXX','6226',15535,'Honoraires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15541,'NSCF','EXPENSE','XXXXXX','6227',15535,'Frais d''actes et de contentieux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15542,'NSCF','EXPENSE','XXXXXX','6228',15535,'Divers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15543,'NSCF','EXPENSE','XXXXXX','624',15531,'Transports de biens et transports collectifs du personnel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15544,'NSCF','EXPENSE','XXXXXX','6241',15543,'Transports sur achats','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15545,'NSCF','EXPENSE','XXXXXX','6242',15543,'Transports sur ventes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15546,'NSCF','EXPENSE','XXXXXX','6243',15543,'Transports entre établissements ou chantiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15547,'NSCF','EXPENSE','XXXXXX','6244',15543,'Transports administratifs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15548,'NSCF','EXPENSE','XXXXXX','6247',15543,'Transports collectifs du personnel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15549,'NSCF','EXPENSE','XXXXXX','6248',15543,'Divers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15550,'NSCF','EXPENSE','XXXXXX','625',15531,'Déplacements, missions et réceptions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15551,'NSCF','EXPENSE','XXXXXX','6251',15550,'Voyages et déplacements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15552,'NSCF','EXPENSE','XXXXXX','6255',15550,'Frais de déménagement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15553,'NSCF','EXPENSE','XXXXXX','6256',15550,'Missions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15554,'NSCF','EXPENSE','XXXXXX','6257',15550,'Réceptions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15555,'NSCF','EXPENSE','XXXXXX','626',15531,'Frais postaux et de télécommunications','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15556,'NSCF','EXPENSE','XXXXXX','627',15531,'Services bancaires et assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15557,'NSCF','EXPENSE','XXXXXX','6271',15556,'Frais sur titres (achat, vente, garde)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15558,'NSCF','EXPENSE','XXXXXX','6272',15556,'Commissions et frais sur émission d''emprunts','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15559,'NSCF','EXPENSE','XXXXXX','6275',15556,'Frais sur effets','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15560,'NSCF','EXPENSE','XXXXXX','6276',15556,'Location de coffres','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15561,'NSCF','EXPENSE','XXXXXX','6278',15556,'Autres frais et commissions sur prestations de services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15562,'NSCF','EXPENSE','XXXXXX','628',15531,'Cotisations et divers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15563,'NSCF','EXPENSE','XXXXXX','6281',15562,'Concours divers (cotisations)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15564,'NSCF','EXPENSE','XXXXXX','6284',15562,'Frais de recrutement de personnel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15565,'NSCF','EXPENSE','XXXXXX','629',15531,'Rabais, remises et ristournes obtenus sur autres services extérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15566,'NSCF','EXPENSE','XXXXXX','63',15487,'Charges de personnel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15567,'NSCF','EXPENSE','XXXXXX','631',15566,'Rémunérations du personnel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15568,'NSCF','EXPENSE','XXXXXX','6311',15567,'Salaires, appointements','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15569,'NSCF','EXPENSE','XXXXXX','6312',15567,'Congés payés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15570,'NSCF','EXPENSE','XXXXXX','6313',15567,'Primes et gratifications','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15571,'NSCF','EXPENSE','XXXXXX','6314',15567,'Indemnités et avantages divers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15572,'NSCF','EXPENSE','XXXXXX','6316',15567,'Contributions aux œuvres sociales','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15573,'NSCF','EXPENSE','XXXXXX','634',15566,'Rémunération de l''exploitant individuel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15574,'NSCF','EXPENSE','XXXXXX','635',15566,'Cotisations aux organismes sociaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15575,'NSCF','EXPENSE','XXXXXX','6351',15574,'Cotisations CNAS','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15576,'NSCF','EXPENSE','XXXXXX','6352',15574,'Cotisations aux mutuelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15577,'NSCF','EXPENSE','XXXXXX','6353',15574,'Cotisations aux caisses de retraites','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15578,'NSCF','EXPENSE','XXXXXX','6358',15574,'Cotisations aux autres organismes sociaux (CACOBATH)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15579,'NSCF','EXPENSE','XXXXXX','636',15566,'Charges sociales de l''exploitant individuel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15580,'NSCF','EXPENSE','XXXXXX','637',15566,'Autres charges sociales','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15581,'NSCF','EXPENSE','XXXXXX','6371',15580,'Prestations directes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15582,'NSCF','EXPENSE','XXXXXX','6372',15580,'Versements aux comités d''entreprise et d''établissement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15583,'NSCF','EXPENSE','XXXXXX','6374',15580,'Versements aux autres œuvres sociales','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15584,'NSCF','EXPENSE','XXXXXX','6375',15580,'Médecine du travail, pharmacie','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15585,'NSCF','EXPENSE','XXXXXX','638',15566,'Autres charges de personnel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15586,'NSCF','EXPENSE','XXXXXX','64',15487,'Impôts, taxes et versements assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15587,'NSCF','EXPENSE','XXXXXX','641',15586,'Impôts, taxes et versements assimilés sur rémunérations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15588,'NSCF','EXPENSE','XXXXXX','6411',15587,'Taxe sur les salaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15589,'NSCF','EXPENSE','XXXXXX','6413',15587,'Participation des employeurs à la formation professionnelle','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15590,'NSCF','EXPENSE','XXXXXX','6418',15587,'Autres impôts, taxes et versements assimilés sur rémunérations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15591,'NSCF','EXPENSE','XXXXXX','642',15586,'Impôts et taxes non récupérables sur le chiffre d''affaire','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15592,'NSCF','EXPENSE','XXXXXX','6421',15591,'Taxe sur l''activité professionnelle (TAP)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15593,'NSCF','EXPENSE','XXXXXX','6422',15591,'TVA non récupérable','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15594,'NSCF','EXPENSE','XXXXXX','6423',15591,'Droits de timbre et d''enregistrement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15595,'NSCF','EXPENSE','XXXXXX','6428',15591,'Autres impôts et taxes non récupérables sur le chiffre d''affaire','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15596,'NSCF','EXPENSE','XXXXXX','645',15586,'Autres impôts et taxes (hors impôts sur le résultat)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15597,'NSCF','EXPENSE','XXXXXX','6451',15596,'Taxe foncière','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15598,'NSCF','EXPENSE','XXXXXX','6452',15596,'Taxe d''assainissement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15599,'NSCF','EXPENSE','XXXXXX','6453',15596,'Droits de douane','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15600,'NSCF','EXPENSE','XXXXXX','6454',15596,'Vignettes automobiles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15601,'NSCF','EXPENSE','XXXXXX','6456',15596,'Taxe écologique','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15602,'NSCF','EXPENSE','XXXXXX','6458',15596,'Autres droits et taxes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15603,'NSCF','EXPENSE','XXXXXX','65',15487,'Autres charges opérationnelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15604,'NSCF','EXPENSE','XXXXXX','651',15603,'Redevances pour concessions, brevets, licences, logiciels et accès similaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15605,'NSCF','EXPENSE','XXXXXX','6511',15604,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15606,'NSCF','EXPENSE','XXXXXX','6516',15604,'Droits d''auteur et de reproduction','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15607,'NSCF','EXPENSE','XXXXXX','6518',15604,'Autres droits et valeurs similaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15608,'NSCF','EXPENSE','XXXXXX','652',15603,'Moins-values sur sorties d''actifs immobilisés non financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15609,'NSCF','EXPENSE','XXXXXX','653',15603,'Jetons de présence','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15610,'NSCF','EXPENSE','XXXXXX','654',15603,'Pertes sur créances irrécouvrables','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15611,'NSCF','EXPENSE','XXXXXX','6541',15610,'Pertes sur créances de l''exercice','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15612,'NSCF','EXPENSE','XXXXXX','6544',15610,'Pertes sur créances des exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15613,'NSCF','EXPENSE','XXXXXX','655',15603,'Quote-part de résultat sur opérations faites en commun','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15614,'NSCF','EXPENSE','XXXXXX','6551',15613,'Quote-part de résultats de groupement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15615,'NSCF','EXPENSE','XXXXXX','6558',15613,'Amortissements de caducité des immobilisations mises en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15616,'NSCF','EXPENSE','XXXXXX','6559',15613,'Dotations aux provisions des immobilisations mises en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15617,'NSCF','EXPENSE','XXXXXX','656',15603,'Amendes et pénalités, subventions accordées dons et libéralités','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15618,'NSCF','EXPENSE','XXXXXX','6561',15617,'Amendes et pénalité','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15619,'NSCF','EXPENSE','XXXXXX','6562',15617,'Subventions accordées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15620,'NSCF','EXPENSE','XXXXXX','6563',15617,'Dons et libéralités','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15621,'NSCF','EXPENSE','XXXXXX','657',15603,'Charges exceptionnelles de gestion courante','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15622,'NSCF','EXPENSE','XXXXXX','658',15603,'Autres charges de gestion courante','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15623,'NSCF','EXPENSE','XXXXXX','66',15487,'Charges financières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15624,'NSCF','EXPENSE','XXXXXX','661',15623,'Charges d''intérêts','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15625,'NSCF','EXPENSE','XXXXXX','6611',15624,'Intérêts des emprunts et dettes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15626,'NSCF','EXPENSE','XXXXXX','66116',15625,'Intérêts des emprunts et dettes assimilées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15627,'NSCF','EXPENSE','XXXXXX','66117',15625,'Intérêts des emprunts et  dettes rattachées à des participations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15628,'NSCF','EXPENSE','XXXXXX','6615',15624,'Intérêts des comptes courants et des dépôts créditeurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15629,'NSCF','EXPENSE','XXXXXX','6616',15624,'Intérêts bancaires et sur opérations de financement (escompte,…)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15630,'NSCF','EXPENSE','XXXXXX','6617',15624,'Intérêts des obligations cautionnées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15631,'NSCF','EXPENSE','XXXXXX','6618',15624,'Intérêts des autres dettes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15632,'NSCF','EXPENSE','XXXXXX','66181',15631,'Intérêts des dettes commerciales','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15633,'NSCF','EXPENSE','XXXXXX','66188',15631,'Intérêts des dettes diverses','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15634,'NSCF','EXPENSE','XXXXXX','664',15623,'Pertes sur créances liées à des participations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15635,'NSCF','EXPENSE','XXXXXX','665',15623,'Ecarts d''évaluation sur actifs financiers – Moins-values','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15636,'NSCF','EXPENSE','XXXXXX','6651',15635,'Ecarts d''évaluation - moins-values sur des parts dans les entreprises liées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15637,'NSCF','EXPENSE','XXXXXX','6653',15635,'Ecarts d''évaluation - moins-values sur autres titres conférant un droit de propriété','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15638,'NSCF','EXPENSE','XXXXXX','6656',15635,'Ecarts d''évaluation - moins-values sur obligations, bons du trésor et bons de caisse à court terme','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15639,'NSCF','EXPENSE','XXXXXX','6658',15635,'Ecarts d''évaluation - moins-values sur autres valeurs mobilières et autres créances assimilées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15640,'NSCF','EXPENSE','XXXXXX','666',15623,'Pertes de change','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15641,'NSCF','EXPENSE','XXXXXX','667',15623,'Pertes nettes sur cessions d''actifs financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15642,'NSCF','EXPENSE','XXXXXX','6671',15641,'Pertes nettes sur cession des parts dans les entreprises liées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15643,'NSCF','EXPENSE','XXXXXX','6672',15641,'Pertes nettes sur cession d''actions propres','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15644,'NSCF','EXPENSE','XXXXXX','6673',15641,'Pertes nettes sur cession d''autres titres conférant un droit de propriété','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15645,'NSCF','EXPENSE','XXXXXX','6676',15641,'Pertes nettes sur cession d''obligations, bons du trésor et bons de caisse à court terme','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15646,'NSCF','EXPENSE','XXXXXX','6678',15641,'Pertes nettes sur cession des autres valeurs mobilières et autres créances assimilées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15647,'NSCF','EXPENSE','XXXXXX','668',15623,'Autres charges financières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15648,'NSCF','EXPENSE','XXXXXX','67',15487,'Eléments extraordinaires - charges','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15649,'NSCF','EXPENSE','XXXXXX','672',15648,'Valeur résiduelle des immobilisations cédées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15650,'NSCF','EXPENSE','XXXXXX','676',15648,'Charges sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15651,'NSCF','EXPENSE','XXXXXX','6760',15650,'Consommations sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15652,'NSCF','EXPENSE','XXXXXX','6761',15650,'Services sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15653,'NSCF','EXPENSE','XXXXXX','6762',15650,'Autres services sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15654,'NSCF','EXPENSE','XXXXXX','6763',15650,'Charges de personnel sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15655,'NSCF','EXPENSE','XXXXXX','6764',15650,'Impôts et taxes sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15656,'NSCF','EXPENSE','XXXXXX','6765',15650,'Autres charges opérationnelles sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15657,'NSCF','EXPENSE','XXXXXX','6766',15650,'Charges financières sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15658,'NSCF','EXPENSE','XXXXXX','6768',15650,'Dotations aux amortissements, provisions et pertes de valeurs sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15659,'NSCF','EXPENSE','XXXXXX','6769',15650,'Impôts sur les bénéfices sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15660,'NSCF','EXPENSE','XXXXXX','678',15648,'Autres éléments extraordinaires - charges','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15661,'NSCF','EXPENSE','XXXXXX','6783',15660,'Malis provenant du rachat par l''entreprise d''actions et obligations émises par elle-même','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15662,'NSCF','EXPENSE','XXXXXX','6788',15660,'Autres charges extraordinaires diverses','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15663,'NSCF','EXPENSE','XXXXXX','68',15487,'Dotations aux amortissements, provisions et pertes de valeur','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15664,'NSCF','EXPENSE','XXXXXX','681',15663,'Dotations aux amortissements, provisions et pertes de valeur, actifs non courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15665,'NSCF','EXPENSE','XXXXXX','6811',15664,'Dotations aux amortissements, provisions et pertes de valeur sur immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15666,'NSCF','EXPENSE','XXXXXX','68111',15665,'Dotations aux amortissements et provisions et pertes de valeur sur immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15667,'NSCF','EXPENSE','XXXXXX','68112',15665,'Pertes de valeur sur immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15668,'NSCF','EXPENSE','XXXXXX','6812',15664,'Dotations aux amortissements, provisions et pertes de valeur sur immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15669,'NSCF','EXPENSE','XXXXXX','68121',15668,'Dotations aux amortissements et provisions et immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15670,'NSCF','EXPENSE','XXXXXX','68122',15668,'Pertes de valeur sur immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15671,'NSCF','EXPENSE','XXXXXX','68123',15668,'Pertes de valeur sur les investissements en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15672,'NSCF','EXPENSE','XXXXXX','68126',15668,'Pertes de valeur sur immobilisations financières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15673,'NSCF','EXPENSE','XXXXXX','682',15663,'Dotations aux amortissements, provisions et pertes de valeur des biens mis en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15674,'NSCF','EXPENSE','XXXXXX','6821',15673,'Dotations aux amortissements, des biens mis en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15675,'NSCF','EXPENSE','XXXXXX','6822',15673,'Dotations aux provisions des biens mis-en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15676,'NSCF','EXPENSE','XXXXXX','6828',15673,'Pertes de valeur des biens mis en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15677,'NSCF','EXPENSE','XXXXXX','685',15663,'Dotations aux amortissements, provisions et pertes de valeur, actifs courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15678,'NSCF','EXPENSE','XXXXXX','6853',15677,'Dotations aux pertes de valeur sur stocks','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15679,'NSCF','EXPENSE','XXXXXX','6854',15677,'Dotations aux pertes de valeur sur créances','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15680,'NSCF','EXPENSE','XXXXXX','6855',15677,'Dotations aux provisions et pertes de valeur sur comptes financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15681,'NSCF','EXPENSE','XXXXXX','686',15663,'Dotations aux amortissements, provisions et pertes de valeur, éléments financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15682,'NSCF','EXPENSE','XXXXXX','6861',15681,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15683,'NSCF','EXPENSE','XXXXXX','6865',15681,'Dotations aux provisions pour risques et charges financières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15684,'NSCF','EXPENSE','XXXXXX','6866',15681,'Dotations aux provisions pour dépréciations des éléments financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15685,'NSCF','EXPENSE','XXXXXX','68662',15684,'Dotations aux provisions pour dépréciations des immobilisations financières','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15686,'NSCF','EXPENSE','XXXXXX','68665',15684,'Dotations aux provisions pour les valeurs mobilières de placement','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15687,'NSCF','EXPENSE','XXXXXX','6868',15681,'Autres dotations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15688,'NSCF','EXPENSE','XXXXXX','69',15487,'Impôts sur les résultats et assimilés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15689,'NSCF','EXPENSE','XXXXXX','692',15688,'Imposition différée actif','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15690,'NSCF','EXPENSE','XXXXXX','693',15688,'Imposition différée passif','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15691,'NSCF','EXPENSE','XXXXXX','695',15688,'Impôts sur les bénéfices basés sur les résultats des activités ordinaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15692,'NSCF','EXPENSE','XXXXXX','698',15688,'Autres impôts sur les résultats','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15693,'NSCF','INCOME','XXXXXX','7',0,'COMPTES DE PRODUITS','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15694,'NSCF','INCOME','XXXXXX','70',15693,'Ventes de marchandises et de produits fabriqués, ventes de prestations de services et produits annexes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15695,'NSCF','INCOME','XXXXXX','700',15694,'Ventes de marchandises','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15696,'NSCF','INCOME','XXXXXX','701',15694,'Ventes de produits finis','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15697,'NSCF','INCOME','XXXXXX','702',15694,'Ventes de produits intermédiaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15698,'NSCF','INCOME','XXXXXX','703',15694,'Ventes de produits résiduels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15699,'NSCF','INCOME','XXXXXX','704',15694,'Ventes de travaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15700,'NSCF','INCOME','XXXXXX','705',15694,'Ventes d''études ','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15701,'NSCF','INCOME','XXXXXX','706',15694,'Autres prestations de services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15702,'NSCF','INCOME','XXXXXX','708',15694,'Produits des activités annexes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15703,'NSCF','INCOME','XXXXXX','7081',15702,'Produits des services exploités dans l''intérêt du personnel','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15704,'NSCF','INCOME','XXXXXX','7082',15702,'Commissions et courtages','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15705,'NSCF','INCOME','XXXXXX','7083',15702,'Locations diverses','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15706,'NSCF','INCOME','XXXXXX','7084',15702,'Mise à disposition de personnel facturée','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15707,'NSCF','INCOME','XXXXXX','7085',15702,'Ports et frais accessoires facturés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15708,'NSCF','INCOME','XXXXXX','7086',15702,'Bonis sur reprises d''emballages consignés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15709,'NSCF','INCOME','XXXXXX','7087',15702,'Bonifications obtenues des clients et primes sur ventes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15710,'NSCF','INCOME','XXXXXX','7088',15702,'Autres produits d''activités annexes (cessions d''approvisionnements)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15711,'NSCF','INCOME','XXXXXX','709',15694,'Rabais, remises et ristournes accordés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15712,'NSCF','INCOME','XXXXXX','7090',15711,'R.RR, accordés sur ventes de marchandises','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15713,'NSCF','INCOME','XXXXXX','7091',15711,'R.RR, accordés sur ventes de produits finis','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15714,'NSCF','INCOME','XXXXXX','7092',15711,'R.RR, accordés sur ventes de produits intermédiaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15715,'NSCF','INCOME','XXXXXX','7094',15711,'R.RR, accordés sur ventes de travaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15716,'NSCF','INCOME','XXXXXX','7095',15711,'R.RR, accordés sur ventes d''études ','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15717,'NSCF','INCOME','XXXXXX','7096',15711,'R.RR, accordés sur autres prestations de services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15718,'NSCF','INCOME','XXXXXX','7098',15711,'R.RR, accordés sur produits des activités annexes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15719,'NSCF','INCOME','XXXXXX','72',15693,'Production stockée ou déstockée','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15720,'NSCF','INCOME','XXXXXX','723',15719,'Variation de stocks d''encours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15721,'NSCF','INCOME','XXXXXX','7233',15720,'Variation des en-cours de production de biens','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15722,'NSCF','INCOME','XXXXXX','72331',15721,'Produits en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15723,'NSCF','INCOME','XXXXXX','72335',15721,'Travaux en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15724,'NSCF','INCOME','XXXXXX','7234',15720,'Variation des en-cours de production de services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15725,'NSCF','INCOME','XXXXXX','72341',15724,'Etudes en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15726,'NSCF','INCOME','XXXXXX','72345',15724,'Autres prestations de services en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15727,'NSCF','INCOME','XXXXXX','724',15719,'Variation de stocks de produits','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15728,'NSCF','INCOME','XXXXXX','7241',15727,'Variation de stocks des produits intermédiaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15729,'NSCF','INCOME','XXXXXX','7245',15727,'Variation de stocks des produits finis','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15730,'NSCF','INCOME','XXXXXX','7248',15727,'Variation des stocks des produits résiduels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15731,'NSCF','INCOME','XXXXXX','73',15693,'Production immobilisée','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15732,'NSCF','INCOME','XXXXXX','731',15731,'Production immobilisée d''actifs incorporels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15733,'NSCF','INCOME','XXXXXX','732',15731,'Production immobilisée d''actifs corporels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15734,'NSCF','INCOME','XXXXXX','74',15693,'Subventions d''exploitation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15735,'NSCF','INCOME','XXXXXX','741',15734,'Subventions d''équilibre','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15736,'NSCF','INCOME','XXXXXX','748',15734,'Autres subventions d''exploitation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15737,'NSCF','INCOME','XXXXXX','75',15693,'Autres produits opérationnels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15738,'NSCF','INCOME','XXXXXX','751',15737,'Redevances pour concessions, brevets, licences, logiciels et valeurs similaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15739,'NSCF','INCOME','XXXXXX','7511',15738,'Redevances pour concessions, brevets, licences, logiciels, marques, procédés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15740,'NSCF','INCOME','XXXXXX','7516',15738,'Droits d''auteur et de reproduction','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15741,'NSCF','INCOME','XXXXXX','7518',15738,'Autres droits et valeurs similaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15742,'NSCF','INCOME','XXXXXX','752',15737,'Plus-value sur sortie d''actifs immobilisés non financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15743,'NSCF','INCOME','XXXXXX','753',15737,'Jetons de présence et rémunérations d''administrateurs ou de gérants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15744,'NSCF','INCOME','XXXXXX','754',15737,'Quotes-parts de subventions d''investissements virés au résultat de l''exercice','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15745,'NSCF','INCOME','XXXXXX','755',15737,'Quotes-parts de résultat sur opérations faites en commun','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15746,'NSCF','INCOME','XXXXXX','7551',15745,'Quote-part de perte transférée (comptabilité du gérant)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15747,'NSCF','INCOME','XXXXXX','7555',15745,'Quote-part de bénéfice attribuée (comptabilité des associés non-gérants)','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15748,'NSCF','INCOME','XXXXXX','756',15737,'Rentrées sur créances amorties','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15749,'NSCF','INCOME','XXXXXX','757',15737,'Produits exceptionnels sur opérations de gestion','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15750,'NSCF','INCOME','XXXXXX','758',15737,'Autres produits de gestion courante','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15751,'NSCF','INCOME','XXXXXX','76',15693,'Produits financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15752,'NSCF','INCOME','XXXXXX','761',15751,'Produits des participations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15753,'NSCF','INCOME','XXXXXX','7611',15752,'Revenus des titres de participation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15754,'NSCF','INCOME','XXXXXX','7616',15752,'Revenus sur autres formes de participation','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15755,'NSCF','INCOME','XXXXXX','7617',15752,'Revenus des créances rattachées à des participations','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15756,'NSCF','INCOME','XXXXXX','762',15751,'Revenus des actifs financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15757,'NSCF','INCOME','XXXXXX','7621',15756,'Revenus des titres immobilisés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15758,'NSCF','INCOME','XXXXXX','7626',15756,'Revenus des prêts','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15759,'NSCF','INCOME','XXXXXX','7627',15756,'Revenus des créances immobilisées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15760,'NSCF','INCOME','XXXXXX','763',15751,'Revenus de créances','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15761,'NSCF','INCOME','XXXXXX','7631',15760,'Revenus des créances commerciales','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15762,'NSCF','INCOME','XXXXXX','7638',15760,'Revenus des créances diverses','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15763,'NSCF','INCOME','XXXXXX','765',15751,'Ecart d''évaluation sur actifs financiers - plus values','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15764,'NSCF','INCOME','XXXXXX','766',15751,'Gains de change','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15765,'NSCF','INCOME','XXXXXX','767',15751,'Produits nets sur cessions d''actifs financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15766,'NSCF','INCOME','XXXXXX','7671',15765,'Profits nets sur cession des part dans les entreprises liées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15767,'NSCF','INCOME','XXXXXX','7672',15765,'Profits nets sur cession d''actions propres','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15768,'NSCF','INCOME','XXXXXX','7673',15765,'Profits nets sur cession des autres titres conférant un droit de propriété','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15769,'NSCF','INCOME','XXXXXX','7676',15765,'Profits nets sur cession d''obligations, bons du trésor et bons de caisse à court terme','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15770,'NSCF','INCOME','XXXXXX','7678',15765,'Profits nets sur cession des autres valeurs mobilières et créances assimilées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15771,'NSCF','INCOME','XXXXXX','768',15751,'Autres produits financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15772,'NSCF','INCOME','XXXXXX','77',15693,'Eléments extraordinaires - produits','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15773,'NSCF','INCOME','XXXXXX','770',15772,'Produits sur exercices antérieurs','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15774,'NSCF','INCOME','XXXXXX','7700',15773,'Produits sur exercices antérieurs – ventes de marchandises','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15775,'NSCF','INCOME','XXXXXX','7701',15773,'Produits sur exercices antérieurs – ventes de produits finis','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15776,'NSCF','INCOME','XXXXXX','7702',15773,'Produits sur exercices antérieurs – ventes de produits intermédiaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15777,'NSCF','INCOME','XXXXXX','7703',15773,'Produits sur exercices antérieurs – ventes de produits résiduels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15778,'NSCF','INCOME','XXXXXX','7704',15773,'Produits sur exercices antérieurs – ventes de travaux','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15779,'NSCF','INCOME','XXXXXX','7705',15773,'Produits sur exercices antérieurs – ventes d''études ','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15780,'NSCF','INCOME','XXXXXX','7706',15773,'Produits sur exercices antérieurs – autres prestations de services','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15781,'NSCF','INCOME','XXXXXX','7708',15773,'Produits sur exercices antérieur - ventes de produits des activités annexes','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15782,'NSCF','INCOME','XXXXXX','775',15772,'Produits sur exercices antérieurs - autres produits opérationnels','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15783,'NSCF','INCOME','XXXXXX','7751',15782,'Redevances pour concessions, brevets, licence ; logiciels et valeurs similaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15784,'NSCF','INCOME','XXXXXX','7752',15782,'Plus-values sur sorties d''actifs immobilisés non financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15785,'NSCF','INCOME','XXXXXX','7753',15782,'Jetons de présence et rémunérations d''administrateurs ou de gérants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15786,'NSCF','INCOME','XXXXXX','7754',15782,'Quotes-parts de subventions d''investissements virées au résultat de l''exercice','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15787,'NSCF','INCOME','XXXXXX','7755',15782,'Quotes-parts de résultat sur opérations faites en commun','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15788,'NSCF','INCOME','XXXXXX','7756',15782,'Rentrées sur créances amorties','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15789,'NSCF','INCOME','XXXXXX','7757',15782,'Produits exceptionnels sur opération de gestion','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15790,'NSCF','INCOME','XXXXXX','7759',15782,'Produits sur exercices antérieurs - remboursement des immobilisations expropriées détruites','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15791,'NSCF','INCOME','XXXXXX','778',15772,'Autres éléments extraordinaires - produits','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15792,'NSCF','INCOME','XXXXXX','7783',15791,'Bonis provenant du rachat par l''entreprise d''actions et d''obligations émises par elle-même','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15793,'NSCF','INCOME','XXXXXX','7788',15791,'Autres Produits extraordinaires divers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15794,'NSCF','INCOME','XXXXXX','78',15693,'Reprises sur pertes de valeur et provisions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15795,'NSCF','INCOME','XXXXXX','781',15794,'Reprises d''exploitation sur pertes de valeurs et provisions - actifs non courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15796,'NSCF','INCOME','XXXXXX','7810',15795,'Reprises sur provisions et pertes de valeur des immobilisations incorporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15797,'NSCF','INCOME','XXXXXX','7811',15795,'Reprises sur provisions et pertes de valeur des immobilisations corporelles','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15798,'NSCF','INCOME','XXXXXX','7812',15795,'Reprises sur provisions des immobilisations en concession','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15799,'NSCF','INCOME','XXXXXX','7813',15795,'Reprises sur provisions d''immobilisations en cours','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15800,'NSCF','INCOME','XXXXXX','7816',15795,'Reprise sur pertes de valeur des participations et créances rattachées','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15801,'NSCF','INCOME','XXXXXX','7817',15795,'Reprise sur perte de valeur des autres titres immobilisés','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15802,'NSCF','INCOME','XXXXXX','7818',15795,'Reprise sur pertes de valeur des autres instruments financiers','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15803,'NSCF','INCOME','XXXXXX','785',15794,'Reprises d''exploitation sur pertes de valeur et provisions - actifs courants','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15804,'NSCF','INCOME','XXXXXX','7853',15803,'Reprises sur provisions et pertes de valeur sur les comptes de stocks','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15805,'NSCF','INCOME','XXXXXX','7854',15803,'Reprises sur provisions et pertes de valeur sur les comptes de créances','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15806,'NSCF','INCOME','XXXXXX','7855',15803,'Reprises sur provisions et pertes de valeur sur les comptes de trésorerie','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15807,'NSCF','INCOME','XXXXXX','786',15794,'Reprises financières sur pertes de valeurs et provisions','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15808,'NSCF','INCOME','XXXXXX','7860',15807,'Reprises provisions sur plus-values à réinvestir','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15809,'NSCF','INCOME','XXXXXX','7863',15807,'Reprises provisions sur pensions et obligations similaires','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15810,'NSCF','INCOME','XXXXXX','7865',15807,'Reprises provisions pour impôts','1');
    +INSERT IGNORE INTO llx_accounting_account (rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (15811,'NSCF','INCOME','XXXXXX','7868',15807,'Reprises autres provisions pour charges - passifs non courants','1');
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_es.sql b/htdocs/install/mysql/data/llx_accounting_account_es.sql
    index 31e7da04d91..3000cef31d2 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_es.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_es.sql
    @@ -3,7 +3,7 @@
     -- Copyright (C) 2004-2009 Laurent Destailleur  <eldy@users.sourceforge.net>
     -- Copyright (C) 2004      Benoit Mortier       <benoit.mortier@opensides.be>
     -- Copyright (C) 2004      Guillaume Delecourt  <guillaume.delecourt@opensides.be>
    --- Copyright (C) 2005-2018 Regis Houssin        <regis.houssin@capnetworks.com>
    +-- Copyright (C) 2005-2009 Regis Houssin        <regis.houssin@capnetworks.com>
     -- Copyright (C) 2007 	   Patrick Raguin       <patrick.raguin@gmail.com>
     -- Copyright (C) 2011-2017 Alexandre Spangaro   <aspangaro@zendsi.com>
     --
    @@ -27,789 +27,789 @@
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
     -- Descriptif des plans comptables ES PCG08-PYME
     -- ID 4000 - 4784
    ---
    +-- ADD 400000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1', NULL, 'Financiación básica', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2', NULL, 'Activo no corriente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '3', NULL, 'Existencias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4', NULL, 'Acreedores y deudores por operaciones comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5', NULL, 'Cuentas financieras', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6', NULL, 'Compras y gastos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7', NULL, 'Ventas e ingresos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '10', '1', 'CAPITAL', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '100', '10', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '101', '10', 'Fondo social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'CAPITAL', '102', '10', 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '103', '10', 'Socios por desembolsos no exigidos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1030', '103', 'Socios por desembolsos no exigidos capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1034', '103', 'Socios por desembolsos no exigidos capital pendiente de inscripción', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '104', '10', 'Socios por aportaciones no dineradas pendientes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1040', '104', 'Socios por aportaciones no dineradas pendientes capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1044', '104', 'Socios por aportaciones no dineradas pendientes capital pendiente de inscripción', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '108', '10', 'Acciones o participaciones propias en situaciones especiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '109', '10', 'Acciones o participaciones propias para reducción de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '11', '1', 'Reservas y otros instrumentos de patrimonio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '110', '11', 'Prima de emisión o asunción', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '111', '11', 'Otros instrumentos de patrimonio neto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1110', '111', 'Patrimonio neto por emisión de instrumentos financieros compuestos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1111', '111', 'Resto de instrumentos de patrimoio neto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '112', '11', 'Reserva legal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '113', '11', 'Reservas voluntarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '114', '11', 'Reservas especiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1140', '114', 'Reservas para acciones o participaciones de la sociedad dominante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1141', '114', 'Reservas estatutarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1142', '114', 'Reservas por capital amortizado', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1143', '114', 'Reservas por fondo de comercio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1144', '1140', 'Reservas por acciones propias aceptadas en garantía', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '115', '11', 'Reservas por pérdidas y ganancias actuariales y otros ajustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '118', '11', 'Aportaciones de socios o propietarios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '119', '11', 'Diferencias por ajuste del capital a euros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '12', '1', 'Resultados pendientes de aplicación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '120', '12', 'Remanente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '121', '12', 'Resultados negativos de ejercicios anteriores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '129', '12', 'Resultado del ejercicio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '13', '1', 'Subvenciones, donaciones y ajustes por cambio de valor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '130', '13', 'Subvenciones oficiales de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '131', '13', 'Donaciones y legados de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '132', '13', 'Otras subvenciones, donaciones y legados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '133', '13', 'Ajustes por valoración en activos financieros disponibles para la venta', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '134', '13', 'Operaciones de cobertura', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1340', '134', 'Cobertura de flujos de efectivo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1341', '134', 'Cobertura de una inversión neta en un negocio extranjero', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '135', '13', 'Diferencias de conversión', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '136', '13', 'Ajustes por valoración en activos no corrientes y grupos enajenables de elementos mantenidos para la venta', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '137', '13', 'Ingresos fiscales a distribuir en varios ejercicios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1370', '137', 'Ingresos fiscales por diferencias permanentes a distribuir en varios ejercicios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1371', '137', 'Ingresos fiscales por deducciones y bonificaciones a distribuir en varios ejercicios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '14', '1', 'Provisiones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '141', '14', 'Provisión para impuestos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '142', '14', 'Provisión para otras responsabilidades', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '143', '14', 'Provisión por desmantelamiento, retiro o rehabilitación del inmovilizado', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '145', '14', 'Provisión para actuaciones medioambientales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '15', '1', 'Deudas a largo plazo con características especiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '150', '15', 'Acciones o participaciones a largo plazo consideradas como pasivos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '153', '15', 'Desembolsos no exigidos por acciones o participaciones consideradas como pasivos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1533', '153', 'Desembolsos no exigidos empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1534', '153', 'Desembolsos no exigidos empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1535', '153', 'Desembolsos no exigidos otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1536', '153', 'Otros desembolsos no exigidos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '154', '15', 'Aportaciones no dinerarias pendientes por acciones o participaciones consideradas como pasivos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1543', '154', 'Aportaciones no dinerarias pendientes empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1544', '154', 'Aportaciones no dinerarias pendientes empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1545', '154', 'Aportaciones no dinerarias pendientes otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1546', '154', 'Otras aportaciones no dinerarias pendientes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '16', '1', 'Deudas a largo plazo con partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '160', '16', 'Deudas a largo plazo con entidades de crédito vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1603', '160', 'Deudas a largo plazo con entidades de crédito empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1604', '160', 'Deudas a largo plazo con entidades de crédito empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1605', '160', 'Deudas a largo plazo con otras entidades de crédito vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '161', '16', 'Proveedores de inmovilizado a largo plazo partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1613', '161', 'Proveedores de inmovilizado a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1614', '161', 'Proveedores de inmovilizado a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1615', '161', 'Proveedores de inmovilizado a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '162', '16', 'Acreedores por arrendamiento financiero a largo plazo partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1623', '162', 'Acreedores por arrendamiento financiero a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1624', '1623', 'Acreedores por arrendamiento financiero a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1625', '1623', 'Acreedores por arrendamiento financiero a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '163', '16', 'Otras deudas a largo plazo con partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1633', '163', 'Otras deudas a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1634', '163', 'Otras deudas a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '1635', '163', 'Otras deudas a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '17', '1', 'Deudas a largo plazo por préstamos recibidos empresitos y otros conceptos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '170', '17', 'Deudas a largo plazo con entidades de crédito', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '171', '17', 'Deudas a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '172', '17', 'Deudas a largo plazo transformables en suvbenciones donaciones y legados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '173', '17', 'Proveedores de inmovilizado a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '174', '17', 'Acreedores por arrendamiento financiero a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '175', '17', 'Efectos a pagar a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '176', '17', 'Pasivos por derivados financieros a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '177', '17', 'Obligaciones y bonos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '179', '17', 'Deudas representadas en otros valores negociables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '18', '1', 'Pasivos por fianzas garantias y otros conceptos a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '180', '18', 'Fianzas recibidas a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '181', '18', 'Anticipos recibidos por ventas o prestaciones de servicios a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '185', '18', 'Depositos recibidos a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '19', '1', 'Situaciones transitorias de financiación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '190', '19', 'Acciones o participaciones emitidas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '192', '19', 'Suscriptores de acciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '194', '19', 'Capital emitido pendiente de inscripción', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '195', '19', 'Acciones o participaciones emitidas consideradas como pasivos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '197', '19', 'Suscriptores de acciones consideradas como pasivos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'CAPIT', 'XXXXXX', '199', '19', 'Acciones o participaciones emitidas consideradas como pasivos financieros pendientes de inscripción', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '20', '2', 'Inmovilizaciones intangibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '200', '20', 'Investigación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '201', '20', 'Desarrollo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '202', '20', 'Concesiones administrativas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '203', '20', 'Propiedad industrial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '205', '20', 'Derechos de transpaso', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '206', '20', 'Aplicaciones informáticas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '209', '20', 'Anticipos para inmovilizaciones intangibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '21', '2', 'Inmovilizaciones materiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '210', '21', 'Terrenos y bienes naturales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '211', '21', 'Construcciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '212', '21', 'Instalaciones técnicas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '213', '21', 'Maquinaria', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '214', '21', 'Utillaje', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '215', '21', 'Otras instalaciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '216', '21', 'Mobiliario', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '217', '21', 'Equipos para procesos de información', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '218', '21', 'Elementos de transporte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '219', '21', 'Otro inmovilizado material', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '22', '2', 'Inversiones inmobiliarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '220', '22', 'Inversiones en terreons y bienes naturales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '221', '22', 'Inversiones en construcciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '23', '2', 'Inmovilizaciones materiales en curso', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '230', '23', 'Adaptación de terrenos y bienes naturales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '231', '23', 'Construcciones en curso', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '232', '23', 'Instalaciones técnicas en montaje', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '233', '23', 'Maquinaria en montaje', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '237', '23', 'Equipos para procesos de información en montaje', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '239', '23', 'Anticipos para inmovilizaciones materiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '24', '2', 'Inversiones financieras a largo plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '240', '24', 'Participaciones a largo plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2403', '240', 'Participaciones a largo plazo en empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2404', '240', 'Participaciones a largo plazo en empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2405', '240', 'Participaciones a largo plazo en otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '241', '24', 'Valores representativos de deuda a largo plazo de partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2413', '241', 'Valores representativos de deuda a largo plazo de empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2414', '241', 'Valores representativos de deuda a largo plazo de empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2415', '241', 'Valores representativos de deuda a largo plazo de otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '242', '24', 'Créditos a largo plazo a partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2423', '242', 'Créditos a largo plazo a empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2424', '242', 'Créditos a largo plazo a empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2425', '242', 'Créditos a largo plazo a otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '249', '24', 'Desembolsos pendientes sobre participaciones a largo plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2493', '249', 'Desembolsos pendientes sobre participaciones a largo plazo en empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2494', '249', 'Desembolsos pendientes sobre participaciones a largo plazo en empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2495', '249', 'Desembolsos pendientes sobre participaciones a largo plazo en otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '25', '2', 'Otras inversiones financieras a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '250', '25', 'Inversiones financieras a largo plazo en instrumentos de patrimonio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '251', '25', 'Valores representativos de deuda a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '252', '25', 'Créditos a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '253', '25', 'Créditos a largo plazo por enajenación de inmovilizado', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '254', '25', 'Créditos a largo plazo al personal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '255', '25', 'Activos por derivados financieros a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '258', '25', 'Imposiciones a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '259', '25', 'Desembolsos pendientes sobre participaciones en el patrimonio neto a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '26', '2', 'Fianzas y depósitos constituidos a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '260', '26', 'Fianzas constituidas a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '261', '26', 'Depósitos constituidos a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '28', '2', 'Amortización acumulada del inmovilizado', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '280', '28', 'Amortización acumulado del inmovilizado intangible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2800', '280', 'Amortización acumulada de investigación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2801', '280', 'Amortización acumulada de desarrollo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2802', '280', 'Amortización acumulada de concesiones administrativas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2803', '280', 'Amortización acumulada de propiedad industrial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2805', '280', 'Amortización acumulada de derechos de transpaso', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2806', '280', 'Amortización acumulada de aplicaciones informáticas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '281', '28', 'Amortización acumulado del inmovilizado material', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2811', '281', 'Amortización acumulada de construcciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2812', '281', 'Amortización acumulada de instalaciones técnicas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2813', '281', 'Amortización acumulada de maquinaria', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2814', '281', 'Amortización acumulada de utillaje', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2815', '281', 'Amortización acumulada de otras instalaciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2816', '281', 'Amortización acumulada de mobiliario', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2817', '281', 'Amortización acumulada de equipos para proceso de información', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2818', '281', 'Amortización acumulada de elementos de transporte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2819', '2811', 'Amortización acumulada de otro inmovilizado material', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '282', '28', 'Amortización acumulada de las inversiones inmobiliarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '29', '2', 'Deterioro de valor de activos no corrientes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '290', '29', 'Deterioro de valor del inmovilizado intangible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2900', '290', 'Deterioro de valor de investigación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2901', '290', 'Deterioro de valor de desarrollo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2902', '290', 'Deterioro de valor de concesiones administrativas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2903', '290', 'Deterioro de valor de propiedad industrial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2905', '290', 'Deterioro de valor de derechos de transpaso', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2906', '290', 'Deterioro de valor de aplicaciones informáticas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '291', '29', 'Deterioro de valor del inmovilizado material', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2910', '291', 'Deterioro de valor de terrenos y bienes naturales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2911', '291', 'Deterioro de valor de construcciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2912', '291', 'Deterioro de valor de instalaciones técnicas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2913', '291', 'Deterioro de valor de maquinaria', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2914', '291', 'Deterioro de valor de utillajes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2915', '2910', 'Deterioro de valor de otras instalaciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2916', '2910', 'Deterioro de valor de mobiliario', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2917', '2910', 'Deterioro de valor de equipos para proceso de información', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2918', '2910', 'Deterioro de valor de elementos de transporte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2919', '2910', 'Deterioro de valor de otro inmovilizado material', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '292', '29', 'Deterioro de valor de las inversiones inmobiliarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2920', '292', 'Deterioro de valor de terrenos y bienes naturales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2921', '292', 'Deterioro de valor de construcciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '293', '29', 'Deterioro de valor de participaciones a largo plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2933', '293', 'Deterioro de valor de participaciones a largo plazo en empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2934', '293', 'Deterioro de valor de sobre participaciones a largo plazo en empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2935', '293', 'Deterioro de valor de sobre participaciones a largo plazo en otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '294', '29', 'Deterioro de valor de valores representativos de deuda a largo plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2943', '294', 'Deterioro de valor de valores representativos de deuda a largo plazo en empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2944', '294', 'Deterioro de valor de valores representativos de deuda a largo plazo en empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2945', '294', 'Deterioro de valor de valores representativos de deuda a largo plazo en otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '295', '29', 'Deterioro de valor de créditos a largo plazo a partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2953', '295', 'Deterioro de valor de créditos a largo plazo a empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2954', '295', 'Deterioro de valor de créditos a largo plazo a empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '2955', '295', 'Deterioro de valor de créditos a largo plazo a otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '296', '29', 'Deterioro de valor de participaciones en el patrimonio netoa largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '297', '29', 'Deterioro de valor de valores representativos de deuda a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACTIVO', 'XXXXXX', '298', '29', 'Deterioro de valor de créditos a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '30', '3', 'Comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '300', '30', 'Mercaderías A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '301', '30', 'Mercaderías B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '31', '3', 'Materias primas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '310', '31', 'Materias primas A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '311', '31', 'Materias primas B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '32', '3', 'Otros aprovisionamientos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '320', '32', 'Elementos y conjuntos incorporables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '321', '32', 'Combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '322', '32', 'Repuestos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '325', '32', 'Materiales diversos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '326', '32', 'Embalajes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '327', '32', 'Envases', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '328', '320', 'Material de oficina', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '33', '3', 'Productos en curso', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '330', '33', 'Productos en curos A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '331', '33', 'Productos en curso B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '34', '3', 'Productos semiterminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '340', '34', 'Productos semiterminados A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '341', '34', 'Productos semiterminados B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '35', '3', 'Productos terminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '350', '35', 'Productos terminados A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '351', '35', 'Productos terminados B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '36', '3', 'Subproductos, residuos y materiales recuperados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '360', '36', 'Subproductos A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '361', '36', 'Subproductos B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '365', '36', 'Residuos A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '366', '36', 'Residuos B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '368', '36', 'Materiales recuperados A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '369', '36', 'Materiales recuperados B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '39', '3', 'Deterioro de valor de las existencias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '390', '39', 'Deterioro de valor de las mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '391', '39', 'Deterioro de valor de las materias primas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '392', '39', 'Deterioro de valor de otros aprovisionamientos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '393', '39', 'Deterioro de valor de los productos en curso', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '394', '39', 'Deterioro de valor de los productos semiterminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '395', '39', 'Deterioro de valor de los productos terminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXISTENCIAS', 'XXXXXX', '396', '39', 'Deterioro de valor de los subproductos, residuos y materiales recuperados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'PROVEEDORES', '40', '4', 'Proveedores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'PROVEEDORES', '400', '40', 'Proveedores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4000', '400', 'Proveedores euros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4004', '400', 'Proveedores moneda extranjera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4009', '400', 'Proveedores facturas pendientes de recibir o formalizar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '401', '40', 'Proveedores efectos comerciales a pagar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '403', '40', 'Proveedores empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4030', '403', 'Proveedores empresas del grupo euros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4031', '403', 'Efectos comerciales a pagar empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4034', '403', 'Proveedores empresas del grupo moneda extranjera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4036', '403', 'Envases y embalajes a devolver a proveedores empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4039', '403', 'Proveedores empresas del grupo facturas pendientes de recibir o de formalizar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '404', '40', 'Proveedores empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '405', '40', 'Proveedores otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '406', '40', 'Envases y embalajes a devolver a proveedores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '407', '40', 'Anticipos a proveedores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '41', '4', 'Acreedores varios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '410', '41', 'Acreedores por prestaciones de servicios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4100', '410', 'Acreedores por prestaciones de servicios euros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4104', '410', 'Acreedores por prestaciones de servicios moneda extranjera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4109', '410', 'Acreedores por prestaciones de servicios facturas pendientes de recibir o formalizar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '411', '41', 'Acreedores efectos comerciales a pagar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '419', '41', 'Acreedores por operaciones en común', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'CLIENTES', '43', '4', 'Clientes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'CLIENTES', '430', '43', 'Clientes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4300', '430', 'Clientes euros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4304', '430', 'Clientes moneda extranjera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4309', '430', 'Clientes facturas pendientes de formalizar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '431', '43', 'Clientes efectos comerciales a cobrar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4310', '431', 'Efectos comerciales en cartera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4311', '431', 'Efectos comerciales descontados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4312', '431', 'Efectos comerciales en gestión de cobro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4315', '431', 'Efectos comerciales impagados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '432', '43', 'Clientes operaciones de factoring', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '433', '43', 'Clientes empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4330', '433', 'Clientes empresas del grupo euros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4331', '433', 'Efectos comerciales a cobrar empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4332', '433', 'Clientes empresas del grupo operaciones de factoring', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4334', '433', 'Clientes empresas del grupo moneda extranjera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4336', '433', 'Clientes empresas del grupo dudoso cobro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4337', '433', 'Envases y embalajes a devolver a clientes empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4339', '433', 'Clientes empresas del grupo facturas pendientes de formalizar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '434', '43', 'Clientes empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '435', '43', 'Clientes otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '436', '43', 'Clientes de dudoso cobro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '437', '43', 'Envases y embalajes a devolver por clientes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '438', '43', 'Anticipos de clientes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '44', '4', 'Deudores varios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '440', '44', 'Deudores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4400', '440', 'Deudores euros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4404', '440', 'Deudores moneda extranjera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4409', '440', 'Deudores facturas pendientes de formalizar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '441', '44', 'Deudores efectos comerciales a cobrar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4410', '441', 'Deudores efectos comerciales en cartera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4411', '441', 'Deudores efectos comerciales descontados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4412', '441', 'Deudores efectos comerciales en gestión de cobro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4415', '441', 'Deudores efectos comerciales impagados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '446', '44', 'Deudores de dusoso cobro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '449', '44', 'Deudores por operaciones en común', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '46', '4', 'Personal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '460', '46', 'Anticipos de renumeraciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '465', '46', 'Renumeraciones pendientes de pago', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '47', '4', 'Administraciones Públicas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '470', '47', 'Hacienda Pública deudora por diversos conceptos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4700', '470', 'Hacienda Pública deudora por IVA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4708', '470', 'Hacienda Pública deudora por subvenciones concedidas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4709', '470', 'Hacienda Pública deudora por devolución de impuestos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '471', '47', 'Organismos de la Seguridad Social deudores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '472', '47', 'Hacienda Pública IVA soportado', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '473', '47', 'Hacienda Pública retenciones y pagos a cuenta', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '474', '47', 'Activos por impuesto diferido', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4740', '474', 'Activos por diferencias temporarias deducibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4742', '474', 'Derechos por deducciones y bonificaciones pendientes de aplicar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4745', '474', 'Crédito por pérdidasa compensar del ejercicio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '475', '47', 'Hacienda Pública acreedora por conceptos fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4750', '475', 'Hacienda Pública acreedora por IVA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4751', '475', 'Hacienda Pública acreedora por retenciones practicadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4752', '475', 'Hacienda Pública acreedora por impuesto sobre sociedades', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4758', '475', 'Hacienda Pública acreedora por subvenciones a integrar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '476', '47', 'Organismos de la Seguridad Social acreedores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '477', '47', 'Hacienda Pública IVA repercutido', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '479', '47', 'Pasivos por diferencias temporarias imponibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '48', '4', 'Ajustes por periodificación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '480', '48', 'Gastos anticipados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '485', '48', 'Ingresos anticipados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '49', '4', 'Deterioro de valor de créditos comerciales y provisiones a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '490', '49', 'Deterioro de valor de créditos por operaciones comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '493', '49', 'Deterioro de valor de créditos por operaciones comerciales con partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4933', '493', 'Deterioro de valor de créditos por operaciones comerciales con empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4934', '493', 'Deterioro de valor de créditos por operaciones comerciales con empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4935', '493', 'Deterioro de valor de créditos por operaciones comerciales con otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '499', '49', 'Provisiones por operaciones comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4994', '499', 'Provisión para contratos anerosos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'ACREEDORES_DEUDORES', 'XXXXXX', '4999', '499', 'Provisión para otras operaciones comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '50', '5', 'Emprésitos deudas con características especiales y otras emisiones análogas a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '500', '50', 'Obligaciones y bonos a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '502', '50', 'Acciones o participaciones a corto plazo consideradas como pasivos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '505', '50', 'Deudas representadas en otros valores negociables a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '506', '50', 'Intereses a corto plazo de emprésitos y otras emisiones analógicas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '507', '50', 'Dividendos de acciones o participaciones consideradas como pasivos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '509', '50', 'Valores negociables amortizados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5090', '509', 'Obligaciones y bonos amortizados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5095', '509', 'Otros valores negociables amortizados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '51', '5', 'Deudas a corto plazo con partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '510', '51', 'Deudas a corto plazo con entidades de crédito vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5103', '510', 'Deudas a corto plazo con entidades de crédito empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5104', '510', 'Deudas a corto plazo con entidades de crédito empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5105', '510', 'Deudas a corto plazo con otras entidades de crédito vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '511', '51', 'Proveedores de inmovilizado a corto plazo partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5113', '511', 'Proveedores de inmovilizado a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5114', '511', 'Proveedores de inmovilizado a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5115', '511', 'Proveedores de inmovilizado a corto plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '512', '51', 'Acreedores por arrendamiento financiero a corto plazo partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5123', '512', 'Acreedores por arrendamiento financiero a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5124', '512', 'Acreedores por arrendamiento financiero a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5125', '512', 'Acreedores por arrendamiento financiero a corto plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '513', '51', 'Otras deudas a corto plazo con partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5133', '513', 'Otras deudas a corto plazo con empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5134', '513', 'Otras deudas a corto plazo con empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5135', '513', 'Otras deudas a corto plazo con partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '514', '51', 'Intereses a corto plazo con partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5143', '514', 'Intereses a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5144', '514', 'Intereses a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5145', '514', 'Intereses deudas a corto plazo partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '52', '5', 'Deudas a corto plazo por préstamos recibidos y otros conceptos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '520', '52', 'Deudas a corto plazo con entidades de crédito', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5200', '520', 'Préstamos a corto plazo de entidades de crédito', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5201', '520', 'Deudas a corto plazo por crédito dispuesto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5208', '520', 'Deudas por efectos descontados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5209', '520', 'Deudas por operaciones de factoring', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '521', '52', 'Deudas a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '522', '52', 'Deudas a corto plazo transformables en subvenciones donaciones y legados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '523', '52', 'Proveedores de inmovilizado a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '526', '52', 'Dividendo activo a pagar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '527', '52', 'Intereses a corto plazo de deudas con entidades de crédito', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '528', '52', 'Intereses a corto plazo de deudas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '529', '52', 'Provisiones a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5291', '529', 'Provisión a corto plazo para impuestos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5292', '529', 'Provisión a corto plazo para otras responsabilidades', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5293', '529', 'Provisión a corto plazo por desmantelamiento retiro o rehabilitación del inmovilizado', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5295', '529', 'Provisión a corto plazo para actuaciones medioambientales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '53', '5', 'Inversiones financieras a corto plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '530', '53', 'Participaciones a corto plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5303', '530', 'Participaciones a corto plazo en empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5304', '530', 'Participaciones a corto plazo en empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5305', '530', 'Participaciones a corto plazo en otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '531', '53', 'Valores representativos de deuda a corto plazo de partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5313', '531', 'Valores representativos de deuda a corto plazo de empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5314', '531', 'Valores representativos de deuda a corto plazo de empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5315', '531', 'Valores representativos de deuda a corto plazo de otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '532', '53', 'Créditos a corto plazo a partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5323', '532', 'Créditos a corto plazo a empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5324', '532', 'Créditos a corto plazo a empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5325', '532', 'Créditos a corto plazo a otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '533', '53', 'Intereses a corto plazo de valores representativos de deuda de partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5333', '533', 'Intereses a corto plazo de valores representativos de deuda en empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5334', '533', 'Intereses a corto plazo de valores representativos de deuda en empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5335', '533', 'Intereses a corto plazo de valores representativos de deuda en otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '534', '53', 'Intereses a corto plazo de créditos a partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5343', '534', 'Intereses a corto plazo de créditos a empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5344', '534', 'Intereses a corto plazo de créditos a empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5345', '534', 'Intereses a corto plazo de créditos a otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '535', '53', 'Dividendo a cobrar de inversiones financieras en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5353', '535', 'Dividendo a cobrar de empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5354', '535', 'Dividendo a cobrar de empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5355', '535', 'Dividendo a cobrar de otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '539', '53', 'Desembolsos pendientes sobre participaciones a corto plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5393', '539', 'Desembolsos pendientes sobre participaciones a corto plazo en empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5394', '539', 'Desembolsos pendientes sobre participaciones a corto plazo en empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5395', '539', 'Desembolsos pendientes sobre participaciones a corto plazo en otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '54', '5', 'Otras inversiones financieras a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '540', '54', 'Inversiones financieras a corto plazo en instrumentos de patrimonio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '541', '54', 'Valores representativos de deuda a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '542', '54', 'Créditos a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '543', '54', 'Créditos a corto plazo por enejenación de inmovilizado', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '544', '54', 'Créditos a corto plazo al personal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '545', '54', 'Dividendo a cobrar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '546', '54', 'Intereses a corto plazo de valores reprsentativos de deuda', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '547', '54', 'Intereses a corto plazo de créditos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '548', '54', 'Imposiciones a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '549', '54', 'Desembolsos pendientes sobre participaciones en el patrimonio neto a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '55', '5', 'Otras cuentas no bancarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '550', '55', 'Titular de la explotación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '551', '55', 'Cuenta corriente con socios y administradores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '552', '55', 'Cuenta corriente otras personas y entidades vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5523', '552', 'Cuenta corriente con empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5524', '552', 'Cuenta corriente con empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5525', '552', 'Cuenta corriente con otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '554', '55', 'Cuenta corriente con uniones temporales de empresas y comunidades de bienes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '555', '55', 'Partidas pendientes de aplicación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '556', '55', 'Desembolsos exigidos sobre participaciones en el patrimonio neto', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5563', '556', 'Desembolsos exigidos sobre participaciones empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5564', '556', 'Desembolsos exigidos sobre participaciones empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5565', '556', 'Desembolsos exigidos sobre participaciones otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5566', '556', 'Desembolsos exigidos sobre participaciones otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '557', '55', 'Dividendo activo a cuenta', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '558', '55', 'Socios por desembolsos exigidos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5580', '558', 'Socios por desembolsos exigidos sobre acciones o participaciones ordinarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5585', '558', 'Socios por desembolsos exigidos sobre acciones o participaciones consideradas como pasivos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '559', '55', 'Derivados financieros a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5590', '559', 'Activos por derivados financieros a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5595', '559', 'Pasivos por derivados financieros a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '56', '5', 'Finanzas y depósitos recibidos y constituidos a corto plazo y ajustes por periodificación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '560', '56', 'Finanzas recibidas a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '561', '56', 'Depósitos recibidos a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '565', '56', 'Finanzas constituidas a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '566', '56', 'Depósitos constituidos a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '567', '56', 'Intereses pagados por anticipado', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '568', '56', 'Intereses cobrados a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '57', '5', 'Tesorería', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'CAJA', '570', '57', 'Caja euros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '571', '57', 'Caja moneda extranjera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'BANCOS', '572', '57', 'Bancos e instituciones de crédito cc vista euros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '573', '57', 'Bancos e instituciones de crédito cc vista moneda extranjera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '574', '57', 'Bancos e instituciones de crédito cuentas de ahorro euros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '575', '57', 'Bancos e instituciones de crédito cuentas de ahorro moneda extranjera', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '576', '57', 'Inversiones a corto plazo de gran liquidez', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '59', '5', 'Deterioro del valor de las inversiones financieras a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '593', '59', 'Deterioro del valor de participaciones a corto plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5933', '593', 'Deterioro del valor de participaciones a corto plazo en empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5934', '593', 'Deterioro del valor de participaciones a corto plazo en empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5935', '593', 'Deterioro del valor de participaciones a corto plazo en otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '594', '59', 'Deterioro del valor de valores representativos de deuda a corto plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5943', '594', 'Deterioro del valor de valores representativos de deuda a corto plazo en empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5944', '594', 'Deterioro del valor de valores representativos de deuda a corto plazo en empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5945', '594', 'Deterioro del valor de valores representativos de deuda a corto plazo en otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '595', '59', 'Deterioro del valor de créditos a corto plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5953', '595', 'Deterioro del valor de créditos a corto plazo en empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5954', '595', 'Deterioro del valor de créditos a corto plazo en empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '5955', '595', 'Deterioro del valor de créditos a corto plazo en otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '596', '59', 'Deterioro del valor de participaciones a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '597', '59', 'Deterioro del valor de valores representativos de deuda a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'FINAN', 'XXXXXX', '598', '59', 'Deterioro de valor de créditos a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '60', '6', 'Compras', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'PRODUCT', '600', '60', 'Compras de mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'PRODUCT', '601', '60', 'Compras de materias primas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'PRODUCT', '602', '60', 'Compras de otros aprovisionamientos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '606', '60', 'Descuentos sobre compras por pronto pago', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6060', '606', 'Descuentos sobre compras por pronto pago de mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6061', '606', 'Descuentos sobre compras por pronto pago de materias primas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6062', '606', 'Descuentos sobre compras por pronto pago de otros aprovisionamientos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'COMPRAS', '607', '60', 'Trabajos realizados por otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '608', '60', 'Devoluciones de compras y operaciones similares', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6080', '608', 'Devoluciones de compras de mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6081', '608', 'Devoluciones de compras de materias primas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6082', '608', 'Devoluciones de compras de otros aprovisionamientos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '609', '60', 'Rappels por compras', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6090', '609', 'Rappels por compras de mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6091', '609', 'Rappels por compras de materias primas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6092', '609', 'Rappels por compras de otros aprovisionamientos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '61', '6', 'Variación de existencias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '610', '61', 'Variación de existencias de mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '611', '61', 'Variación de existencias de materias primas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '612', '61', 'Variación de existencias de otros aprovisionamientos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '62', '6', 'Servicios exteriores', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '620', '62', 'Gastos en investigación y desarrollo del ejercicio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '621', '62', 'Arrendamientos y cánones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '622', '62', 'Reparaciones y conservación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '623', '62', 'Servicios profesionales independientes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '624', '62', 'Transportes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '625', '62', 'Primas de seguros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '626', '62', 'Servicios bancarios y similares', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '627', '62', 'Publicidad, propaganda y relaciones públicas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '628', '62', 'Suministros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '629', '62', 'Otros servicios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '63', '6', 'Tributos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '630', '63', 'Impuesto sobre benecifios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6300', '630', 'Impuesto corriente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6301', '630', 'Impuesto diferido', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '631', '63', 'Otros tributos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '633', '63', 'Ajustes negativos en la imposición sobre beneficios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '634', '63', 'Ajustes negativos en la imposición indirecta', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6341', '634', 'Ajustes negativos en IVA de activo corriente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6342', '634', 'Ajustes negativos en IVA de inversiones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '636', '63', 'Devolución de impuestos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '638', '63', 'Ajustes positivos en la imposición sobre beneficios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '639', '63', 'Ajustes positivos en la imposición directa', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6391', '639', 'Ajustes positivos en IVA de activo corriente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6392', '639', 'Ajustes positivos en IVA de inversiones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '64', '6', 'Gastos de personal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '640', '64', 'Sueldos y salarios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '641', '64', 'Indemnizaciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '642', '64', 'Seguridad social a cargo de la empresa', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '649', '64', 'Otros gastos sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '65', '6', 'Otros gastos de gestión', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '650', '65', 'Pérdidas de créditos comerciales incobrables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '651', '65', 'Resultados de operaciones en común', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6510', '651', 'Beneficio transferido gestor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6511', '651', 'Pérdida soportada participe o asociado no gestor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '659', '65', 'Otras pérdidas en gestión corriente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '66', '6', 'Gastos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '660', '66', 'Gastos financieros por actualización de provisiones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '661', '66', 'Intereses de obligaciones y bonos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6610', '5564', 'Intereses de obligaciones y bonos a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6611', '5564', 'Intereses de obligaciones y bonos a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6612', '5564', 'Intereses de obligaciones y bonos a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6613', '5564', 'Intereses de obligaciones y bonos a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6615', '5564', 'Intereses de obligaciones y bonos a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6616', '5564', 'Intereses de obligaciones y bonos a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6617', '5564', 'Intereses de obligaciones y bonos a corto plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6618', '5564', 'Intereses de obligaciones y bonos a corto plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '662', '66', 'Intereses de deudas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6620', '662', 'Intereses de deudas empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6621', '662', 'Intereses de deudas empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6622', '662', 'Intereses de deudas otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6623', '662', 'Intereses de deudas con entidades de crédito', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6624', '662', 'Intereses de deudas otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '663', '66', 'Pérdidas por valorización de activos y pasivos financieros por su valor razonable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '664', '66', 'Gastos por dividendos de acciones o participaciones consideradas como pasivos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6640', '664', 'Dividendos de pasivos empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6641', '664', 'Dividendos de pasivos empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6642', '664', 'Dividendos de pasivos otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6643', '664', 'Dividendos de pasivos otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '665', '66', 'Intereses por descuento de efectos y operaciones de factoring', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6650', '665', 'Intereses por descuento de efectos en entidades de crédito del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6651', '665', 'Intereses por descuento de efectos en entidades de crédito asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6652', '665', 'Intereses por descuento de efectos en entidades de crédito vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6653', '665', 'Intereses por descuento de efectos en otras entidades de crédito', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6654', '665', 'Intereses por operaciones de factoring con entidades de crédito del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6655', '665', 'Intereses por operaciones de factoring con entidades de crédito asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6656', '665', 'Intereses por operaciones de factoring con otras entidades de crédito vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6657', '665', 'Intereses por operaciones de factoring con otras entidades de crédito', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '666', '66', 'Pérdidas en participaciones y valores representativos de deuda', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6660', '666', 'Pérdidas en valores representativos de deuda a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6661', '666', 'Pérdidas en valores representativos de deuda a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6662', '666', 'Pérdidas en valores representativos de deuda a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6663', '666', 'Pérdidas en participaciones y valores representativos de deuda a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6665', '666', 'Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6666', '666', 'Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6667', '666', 'Pérdidas en valores representativos de deuda a corto plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6668', '666', 'Pérdidas en valores representativos de deuda a corto plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '667', '66', 'Pérdidas de créditos no comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6670', '667', 'Pérdidas de créditos a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6671', '667', 'Pérdidas de créditos a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6672', '667', 'Pérdidas de créditos a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6673', '667', 'Pérdidas de créditos a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6675', '667', 'Pérdidas de créditos a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6676', '667', 'Pérdidas de créditos a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6677', '667', 'Pérdidas de créditos a corto plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6678', '667', 'Pérdidas de créditos a corto plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '668', '66', 'Diferencias negativas de cambio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '669', '66', 'Otros gastos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '67', '6', 'Pérdidas procedentes de activos no corrientes y gastos excepcionales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '670', '67', 'Pérdidas procedentes del inmovilizado intangible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '671', '67', 'Pérdidas procedentes del inmovilizado material', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '672', '67', 'Pérdidas procedentes de las inversiones inmobiliarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '673', '67', 'Pérdidas procedentes de participaciones a largo plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6733', '673', 'Pérdidas procedentes de participaciones a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6734', '673', 'Pérdidas procedentes de participaciones a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6735', '673', 'Pérdidas procedentes de participaciones a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '675', '67', 'Pérdidas por operaciones con obligaciones propias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '678', '67', 'Gastos excepcionales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotaciones para amortizaciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '680', '68', 'Amortización del inmovilizado intangible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '681', '68', 'Amortización del inmovilizado material', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '682', '68', 'Amortización de las inversiones inmobiliarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '69', '6', 'Pérdidas por deterioro y otras dotaciones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '690', '69', 'Pérdidas por deterioro del inmovilizado intangible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '691', '69', 'Pérdidas por deterioro del inmovilizado material', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '692', '69', 'Pérdidas por deterioro de las inversiones inmobiliarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '693', '69', 'Pérdidas por deterioro de existencias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6930', '693', 'Pérdidas por deterioro de productos terminados y en curso de fabricación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6931', '693', 'Pérdidas por deterioro de mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6932', '693', 'Pérdidas por deterioro de materias primas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6933', '693', 'Pérdidas por deterioro de otros aprovisionamientos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '694', '69', 'Pérdidas por deterioro de créditos por operaciones comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '695', '69', 'Dotación a la provisión por operaciones comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6954', '695', 'Dotación a la provisión por contratos onerosos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6959', '6954', 'Dotación a la provisión para otras operaciones comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '696', '69', 'Pérdidas por deterioro de participaciones y valores representativos de deuda a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6960', '696', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6961', '696', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6962', '696', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6963', '696', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6965', '696', 'Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6966', '696', 'Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6967', '696', 'Pérdidas por deterioro en valores representativos de deuda a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6968', '696', 'Pérdidas por deterioro en valores representativos de deuda a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '697', '69', 'Pérdidas por deterioro de créditos a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6970', '697', 'Pérdidas por deterioro de créditos a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6971', '697', 'Pérdidas por deterioro de créditos a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6972', '697', 'Pérdidas por deterioro de créditos a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6973', '697', 'Pérdidas por deterioro de créditos a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '698', '69', 'Pérdidas por deterioro de participaciones y valores representativos de deuda a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6980', '698', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6981', '698', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6985', '698', 'Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6986', '698', 'Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6988', '698', 'Pérdidas por deterioro en valores representativos de deuda a corto plazo de otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '699', '69', 'Pérdidas por deterioro de crédito a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6990', '699', 'Pérdidas por deterioro de crédito a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6991', '699', 'Pérdidas por deterioro de crédito a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6992', '699', 'Pérdidas por deterioro de crédito a corto plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'EXPENSE', 'XXXXXX', '6993', '699', 'Pérdidas por deterioro de crédito a corto plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '70', '7', 'Ventas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'PRODUCT', '700', '70', 'Ventas de mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'PRODUCT', '701', '70', 'Ventas de productos terminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'PRODUCT', '702', '70', 'Ventas de productos semiterminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'PRODUCT', '703', '70', 'Ventas de subproductos y residuos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'PRODUCT', '704', '70', 'Ventas de envases y embalajes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'SERVICE', '705', '70', 'Prestaciones de servicios', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '706', '70', 'Descuentos sobre ventas por pronto pago', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7060', '706', 'Descuentos sobre ventas por pronto pago de mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7061', '706', 'Descuentos sobre ventas por pronto pago de productos terminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7062', '706', 'Descuentos sobre ventas por pronto pago de productos semiterminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7063', '706', 'Descuentos sobre ventas por pronto pago de subproductos y residuos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '708', '70', 'Devoluciones de ventas y operacioes similares', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7080', '708', 'Devoluciones de ventas de mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7081', '708', 'Devoluciones de ventas de productos terminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7082', '708', 'Devoluciones de ventas de productos semiterminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7083', '708', 'Devoluciones de ventas de subproductos y residuos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7084', '708', 'Devoluciones de ventas de envases y embalajes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '71', '7', 'Variación de existencias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '710', '71', 'Variación de existencias de productos en curso', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '711', '71', 'Variación de existencias de productos semiterminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '712', '71', 'Variación de existencias de productos terminados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '713', '71', 'Variación de existencias de subproductos, residuos y materiales recuperados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '73', '7', 'Trabajos realizados para la empresa', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '730', '73', 'Trabajos realizados para el inmovilizado intangible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '731', '73', 'Trabajos realizados para el inmovilizado tangible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '732', '73', 'Trabajos realizados en inversiones inmobiliarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '733', '73', 'Trabajos realizados para el inmovilizado material en curso', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '74', '7', 'Subvenciones, donaciones y legados', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '740', '74', 'Subvenciones, donaciones y legados a la explotación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '746', '74', 'Subvenciones, donaciones y legados de capital transferidos al resultado del ejercicio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '747', '74', 'Otras subvenciones, donaciones y legados transferidos al resultado del ejercicio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '75', '7', 'Otros ingresos de gestión', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '751', '75', 'Resultados de operaciones en común', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7510', '751', 'Pérdida transferida gestor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7511', '751', 'Beneficio atribuido participe o asociado no gestor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '752', '75', 'Ingreso por arrendamiento', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '753', '75', 'Ingresos de propiedad industrial cedida en explotación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '754', '75', 'Ingresos por comisiones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '755', '75', 'Ingresos por servicios al personal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '759', '75', 'Ingresos por servicios diversos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '76', '7', 'Ingresos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '760', '76', 'Ingresos de participaciones en instrumentos de patrimonio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7600', '760', 'Ingresos de participaciones en instrumentos de patrimonio empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7601', '760', 'Ingresos de participaciones en instrumentos de patrimonio empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7602', '760', 'Ingresos de participaciones en instrumentos de patrimonio otras partes asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7603', '760', 'Ingresos de participaciones en instrumentos de patrimonio otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '761', '76', 'Ingresos de valores representativos de deuda', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7610', '761', 'Ingresos de valores representativos de deuda empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7611', '761', 'Ingresos de valores representativos de deuda empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7612', '761', 'Ingresos de valores representativos de deuda otras partes asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7613', '761', 'Ingresos de valores representativos de deuda otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '762', '76', 'Ingresos de créditos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7620', '762', 'Ingresos de créditos a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '76200', '7620', 'Ingresos de crédito a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '76201', '7620', 'Ingresos de crédito a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '76202', '7620', 'Ingresos de crédito a largo plazo otras partes asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '76203', '7620', 'Ingresos de crédito a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7621', '762', 'Ingresos de créditos a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '76210', '7621', 'Ingresos de crédito a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '76211', '7621', 'Ingresos de crédito a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '76212', '7621', 'Ingresos de crédito a corto plazo otras partes asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '76213', '7621', 'Ingresos de crédito a corto plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '763', '76', 'Beneficios por valorización de activos y pasivos financieros por su valor razonable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '766', '76', 'Beneficios en participaciones y valores representativos de deuda', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7660', '766', 'Beneficios en participaciones y valores representativos de deuda a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7661', '766', 'Beneficios en participaciones y valores representativos de deuda a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7662', '766', 'Beneficios en participaciones y valores representativos de deuda a largo plazo otras partes asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7663', '766', 'Beneficios en participaciones y valores representativos de deuda a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7665', '766', 'Beneficios en participaciones y valores representativos de deuda a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7666', '766', 'Beneficios en participaciones y valores representativos de deuda a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7667', '766', 'Beneficios en participaciones y valores representativos de deuda a corto plazo otras partes asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7668', '766', 'Beneficios en participaciones y valores representativos de deuda a corto plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '768', '76', 'Diferencias positivas de cambio', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '769', '76', 'Otros ingresos financieros', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '77', '7', 'Beneficios procedentes de activos no corrientes e ingresos excepcionales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '770', '77', 'Beneficios procedentes del inmovilizado intangible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '771', '77', 'Beneficios procedentes del inmovilizado material', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '772', '77', 'Beneficios procedentes de las inversiones inmobiliarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '773', '77', 'Beneficios procedentes de participaciones a largo plazo en partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7733', '773', 'Beneficios procedentes de participaciones a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7734', '773', 'Beneficios procedentes de participaciones a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7735', '773', 'Beneficios procedentes de participaciones a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '775', '77', 'Beneficios por operaciones con obligaciones propias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '778', '77', 'Ingresos excepcionales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '79', '7', 'Excesos y aplicaciones de provisiones y pérdidas por deterioro', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '790', '79', 'Revisión del deterioro del inmovilizado intangible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '791', '79', 'Revisión del deterioro del inmovilizado material', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '792', '79', 'Revisión del deterioro de las inversiones inmobiliarias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '793', '79', 'Revisión del deterioro de las existencias', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7930', '793', 'Revisión del deterioro de productos terminados y en curso de fabricación', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7931', '793', 'Revisión del deterioro de mercaderías', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7932', '793', 'Revisión del deterioro de materias primas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7933', '793', 'Revisión del deterioro de otros aprovisionamientos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '794', '79', 'Revisión del deterioro de créditos por operaciones comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '795', '79', 'Exceso de provisiones', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7951', '795', 'Exceso de provisión para impuestos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7952', '795', 'Exceso de provisión para otras responsabilidades', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7954', '795', 'Exceso de provisión para operaciones comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '79544', '7954', 'Exceso de provisión por contratos onerosos', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '79549', '7954', 'Exceso de provisión para otras operaciones comerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7955', '795', 'Exceso de provisión para actuaciones medioambienteales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '796', '79', 'Revisión del deterioro de participaciones y valores representativos de deuda a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7960', '796', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7961', '796', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7962', '796', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7963', '796', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7965', '796', 'Revisión del deterioro de valores representativos a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7966', '796', 'Revisión del deterioro de valores representativos a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7967', '796', 'Revisión del deterioro de valores representativos a largo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7968', '796', 'Revisión del deterioro de valores representativos a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '797', '79', 'Revisión del deterioro de créditos a largo plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7970', '797', 'Revisión del deterioro de créditos a largo plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7971', '797', 'Revisión del deterioro de créditos a largo plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7972', '797', 'Revisión del deterioro de créditos a largo plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7973', '797', 'Revisión del deterioro de créditos a largo plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '798', '79', 'Revisión del deterioro de participaciones y valores representativos de deuda a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7980', '798', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7981', '798', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7985', '798', 'Revisión del deterioro de valores representativos de deuda a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7986', '798', 'Revisión del deterioro de valores representativos de deuda a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7987', '798', 'Revisión del deterioro de valores representativos de deuda a corto plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7988', '798', 'Revisión del deterioro de valores representativos de deuda a corto plazo otras empresas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '799', '79', 'Revisión del deterioro de créditos a corto plazo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7990', '799', 'Revisión del deterioro de créditos a corto plazo empresas del grupo', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7991', '799', 'Revisión del deterioro de créditos a corto plazo empresas asociadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7992', '799', 'Revisión del deterioro de créditos a corto plazo otras partes vinculadas', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG08-PYME', 'INCOME', 'XXXXXX', '7993', '799', 'Revisión del deterioro de créditos a corto plazo otras empresas', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4001,'PCG08-PYME','CAPIT', 'XXXXXX', '1', '0', 'Financiación básica', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4002,'PCG08-PYME','ACTIVO',  'XXXXXX', '2', '0', 'Activo no corriente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4003,'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '3', '0', 'Existencias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4004,'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4', '0', 'Acreedores y deudores por operaciones comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4005,'PCG08-PYME','FINAN', 'XXXXXX', '5', '0', 'Cuentas financieras', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4006,'PCG08-PYME','EXPENSE','XXXXXX', '6', '0', 'Compras y gastos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4007,'PCG08-PYME','INCOME',  'XXXXXX', '7', '0', 'Ventas e ingresos', 1);
    +
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4008, 'PCG08-PYME','CAPIT', 'XXXXXX', '10', '4001', 'CAPITAL', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4009, 'PCG08-PYME','CAPIT', 'XXXXXX', '100', '4008', 'Capital social', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4010, 'PCG08-PYME','CAPIT', 'XXXXXX', '101', '4008', 'Fondo social', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4011, 'PCG08-PYME','CAPIT', 'CAPITAL', '102', '4008', 'Capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4012, 'PCG08-PYME','CAPIT', 'XXXXXX', '103', '4008', 'Socios por desembolsos no exigidos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4013, 'PCG08-PYME','CAPIT', 'XXXXXX', '1030', '4012', 'Socios por desembolsos no exigidos capital social', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4014, 'PCG08-PYME','CAPIT', 'XXXXXX', '1034', '4012', 'Socios por desembolsos no exigidos capital pendiente de inscripción', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4015, 'PCG08-PYME','CAPIT', 'XXXXXX', '104', '4008', 'Socios por aportaciones no dineradas pendientes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4016, 'PCG08-PYME','CAPIT', 'XXXXXX', '1040', '4015', 'Socios por aportaciones no dineradas pendientes capital social', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4017, 'PCG08-PYME','CAPIT', 'XXXXXX', '1044', '4015', 'Socios por aportaciones no dineradas pendientes capital pendiente de inscripción', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4018, 'PCG08-PYME','CAPIT', 'XXXXXX', '108', '4008', 'Acciones o participaciones propias en situaciones especiales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4019, 'PCG08-PYME','CAPIT', 'XXXXXX', '109', '4008', 'Acciones o participaciones propias para reducción de capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4020, 'PCG08-PYME','CAPIT', 'XXXXXX', '11', '4001', 'Reservas y otros instrumentos de patrimonio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4021, 'PCG08-PYME','CAPIT', 'XXXXXX', '110', '4020', 'Prima de emisión o asunción', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4022, 'PCG08-PYME','CAPIT', 'XXXXXX', '111', '4020', 'Otros instrumentos de patrimonio neto', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4023, 'PCG08-PYME','CAPIT', 'XXXXXX', '1110', '4022', 'Patrimonio neto por emisión de instrumentos financieros compuestos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4024, 'PCG08-PYME','CAPIT', 'XXXXXX', '1111', '4022', 'Resto de instrumentos de patrimoio neto', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4025, 'PCG08-PYME','CAPIT', 'XXXXXX', '112', '4020', 'Reserva legal', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4026, 'PCG08-PYME','CAPIT', 'XXXXXX', '113', '4020', 'Reservas voluntarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4027, 'PCG08-PYME','CAPIT', 'XXXXXX', '114', '4020', 'Reservas especiales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4028, 'PCG08-PYME','CAPIT', 'XXXXXX', '1140', '4027', 'Reservas para acciones o participaciones de la sociedad dominante', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4029, 'PCG08-PYME','CAPIT', 'XXXXXX', '1141', '4027', 'Reservas estatutarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4030, 'PCG08-PYME','CAPIT', 'XXXXXX', '1142', '4027', 'Reservas por capital amortizado', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4031, 'PCG08-PYME','CAPIT', 'XXXXXX', '1143', '4027', 'Reservas por fondo de comercio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4032, 'PCG08-PYME','CAPIT', 'XXXXXX', '1144', '4028', 'Reservas por acciones propias aceptadas en garantía', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4033, 'PCG08-PYME','CAPIT', 'XXXXXX', '115', '4020', 'Reservas por pérdidas y ganancias actuariales y otros ajustes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4034, 'PCG08-PYME','CAPIT', 'XXXXXX', '118', '4020', 'Aportaciones de socios o propietarios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4035, 'PCG08-PYME','CAPIT', 'XXXXXX', '119', '4020', 'Diferencias por ajuste del capital a euros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4036, 'PCG08-PYME','CAPIT', 'XXXXXX', '12', '4001', 'Resultados pendientes de aplicación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4037, 'PCG08-PYME','CAPIT', 'XXXXXX', '120', '4036', 'Remanente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4038, 'PCG08-PYME','CAPIT', 'XXXXXX', '121', '4036', 'Resultados negativos de ejercicios anteriores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4039, 'PCG08-PYME','CAPIT', 'XXXXXX', '129', '4036', 'Resultado del ejercicio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4040, 'PCG08-PYME','CAPIT', 'XXXXXX', '13', '4001', 'Subvenciones, donaciones y ajustes por cambio de valor', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4041, 'PCG08-PYME','CAPIT', 'XXXXXX', '130', '4040', 'Subvenciones oficiales de capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4042, 'PCG08-PYME','CAPIT', 'XXXXXX', '131', '4040', 'Donaciones y legados de capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4043, 'PCG08-PYME','CAPIT', 'XXXXXX', '132', '4040', 'Otras subvenciones, donaciones y legados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4044, 'PCG08-PYME','CAPIT', 'XXXXXX', '133', '4040', 'Ajustes por valoración en activos financieros disponibles para la venta', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4045, 'PCG08-PYME','CAPIT', 'XXXXXX', '134', '4040', 'Operaciones de cobertura', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4046, 'PCG08-PYME','CAPIT', 'XXXXXX', '1340', '4045', 'Cobertura de flujos de efectivo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4047, 'PCG08-PYME','CAPIT', 'XXXXXX', '1341', '4045', 'Cobertura de una inversión neta en un negocio extranjero', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4048, 'PCG08-PYME','CAPIT', 'XXXXXX', '135', '4040', 'Diferencias de conversión', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4049, 'PCG08-PYME','CAPIT', 'XXXXXX', '136', '4040', 'Ajustes por valoración en activos no corrientes y grupos enajenables de elementos mantenidos para la venta', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4050, 'PCG08-PYME','CAPIT', 'XXXXXX', '137', '4040', 'Ingresos fiscales a distribuir en varios ejercicios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4051, 'PCG08-PYME','CAPIT', 'XXXXXX', '1370', '4050', 'Ingresos fiscales por diferencias permanentes a distribuir en varios ejercicios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4052, 'PCG08-PYME','CAPIT', 'XXXXXX', '1371', '4050', 'Ingresos fiscales por deducciones y bonificaciones a distribuir en varios ejercicios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4053, 'PCG08-PYME','CAPIT', 'XXXXXX', '14', '4001', 'Provisiones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4054, 'PCG08-PYME','CAPIT', 'XXXXXX', '141', '4053', 'Provisión para impuestos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4055, 'PCG08-PYME','CAPIT', 'XXXXXX', '142', '4053', 'Provisión para otras responsabilidades', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4056, 'PCG08-PYME','CAPIT', 'XXXXXX', '143', '4053', 'Provisión por desmantelamiento, retiro o rehabilitación del inmovilizado', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4057, 'PCG08-PYME','CAPIT', 'XXXXXX', '145', '4053', 'Provisión para actuaciones medioambientales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4058, 'PCG08-PYME','CAPIT', 'XXXXXX', '15', '4001', 'Deudas a largo plazo con características especiales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4059, 'PCG08-PYME','CAPIT', 'XXXXXX', '150', '4058', 'Acciones o participaciones a largo plazo consideradas como pasivos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4060, 'PCG08-PYME','CAPIT', 'XXXXXX', '153', '4058', 'Desembolsos no exigidos por acciones o participaciones consideradas como pasivos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4061, 'PCG08-PYME','CAPIT', 'XXXXXX', '1533', '4060', 'Desembolsos no exigidos empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4062, 'PCG08-PYME','CAPIT', 'XXXXXX', '1534', '4060', 'Desembolsos no exigidos empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4063, 'PCG08-PYME','CAPIT', 'XXXXXX', '1535', '4060', 'Desembolsos no exigidos otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4064, 'PCG08-PYME','CAPIT', 'XXXXXX', '1536', '4060', 'Otros desembolsos no exigidos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4065, 'PCG08-PYME','CAPIT', 'XXXXXX', '154', '4058', 'Aportaciones no dinerarias pendientes por acciones o participaciones consideradas como pasivos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4066, 'PCG08-PYME','CAPIT', 'XXXXXX', '1543', '4065', 'Aportaciones no dinerarias pendientes empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4067, 'PCG08-PYME','CAPIT', 'XXXXXX', '1544', '4065', 'Aportaciones no dinerarias pendientes empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4068, 'PCG08-PYME','CAPIT', 'XXXXXX', '1545', '4065', 'Aportaciones no dinerarias pendientes otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4069, 'PCG08-PYME','CAPIT', 'XXXXXX', '1546', '4065', 'Otras aportaciones no dinerarias pendientes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4070, 'PCG08-PYME','CAPIT', 'XXXXXX', '16', '4001', 'Deudas a largo plazo con partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4071, 'PCG08-PYME','CAPIT', 'XXXXXX', '160', '4070', 'Deudas a largo plazo con entidades de crédito vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4072, 'PCG08-PYME','CAPIT', 'XXXXXX', '1603', '4071', 'Deudas a largo plazo con entidades de crédito empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4073, 'PCG08-PYME','CAPIT', 'XXXXXX', '1604', '4071', 'Deudas a largo plazo con entidades de crédito empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4074, 'PCG08-PYME','CAPIT', 'XXXXXX', '1605', '4071', 'Deudas a largo plazo con otras entidades de crédito vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4075, 'PCG08-PYME','CAPIT', 'XXXXXX', '161', '4070', 'Proveedores de inmovilizado a largo plazo partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4076, 'PCG08-PYME','CAPIT', 'XXXXXX', '1613', '4075', 'Proveedores de inmovilizado a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4077, 'PCG08-PYME','CAPIT', 'XXXXXX', '1614', '4075', 'Proveedores de inmovilizado a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4078, 'PCG08-PYME','CAPIT', 'XXXXXX', '1615', '4075', 'Proveedores de inmovilizado a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4079, 'PCG08-PYME','CAPIT', 'XXXXXX', '162', '4070', 'Acreedores por arrendamiento financiero a largo plazo partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4080, 'PCG08-PYME','CAPIT', 'XXXXXX', '1623', '4079', 'Acreedores por arrendamiento financiero a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4081, 'PCG08-PYME','CAPIT', 'XXXXXX', '1624', '4080', 'Acreedores por arrendamiento financiero a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4082, 'PCG08-PYME','CAPIT', 'XXXXXX', '1625', '4080', 'Acreedores por arrendamiento financiero a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4083, 'PCG08-PYME','CAPIT', 'XXXXXX', '163', '4070', 'Otras deudas a largo plazo con partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4084, 'PCG08-PYME','CAPIT', 'XXXXXX', '1633', '4083', 'Otras deudas a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4085, 'PCG08-PYME','CAPIT', 'XXXXXX', '1634', '4083', 'Otras deudas a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4086, 'PCG08-PYME','CAPIT', 'XXXXXX', '1635', '4083', 'Otras deudas a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4087, 'PCG08-PYME','CAPIT', 'XXXXXX', '17', '4001', 'Deudas a largo plazo por préstamos recibidos empresitos y otros conceptos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4088, 'PCG08-PYME','CAPIT', 'XXXXXX', '170', '4087', 'Deudas a largo plazo con entidades de crédito', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4089, 'PCG08-PYME','CAPIT', 'XXXXXX', '171', '4087', 'Deudas a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4090, 'PCG08-PYME','CAPIT', 'XXXXXX', '172', '4087', 'Deudas a largo plazo transformables en suvbenciones donaciones y legados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4091, 'PCG08-PYME','CAPIT', 'XXXXXX', '173', '4087', 'Proveedores de inmovilizado a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4092, 'PCG08-PYME','CAPIT', 'XXXXXX', '174', '4087', 'Acreedores por arrendamiento financiero a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4093, 'PCG08-PYME','CAPIT', 'XXXXXX', '175', '4087', 'Efectos a pagar a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4094, 'PCG08-PYME','CAPIT', 'XXXXXX', '176', '4087', 'Pasivos por derivados financieros a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4095, 'PCG08-PYME','CAPIT', 'XXXXXX', '177', '4087', 'Obligaciones y bonos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4096, 'PCG08-PYME','CAPIT', 'XXXXXX', '179', '4087', 'Deudas representadas en otros valores negociables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4097, 'PCG08-PYME','CAPIT', 'XXXXXX', '18', '4001', 'Pasivos por fianzas garantias y otros conceptos a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4098, 'PCG08-PYME','CAPIT', 'XXXXXX', '180', '4097', 'Fianzas recibidas a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4099, 'PCG08-PYME','CAPIT', 'XXXXXX', '181', '4097', 'Anticipos recibidos por ventas o prestaciones de servicios a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4100, 'PCG08-PYME','CAPIT', 'XXXXXX', '185', '4097', 'Depositos recibidos a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4101, 'PCG08-PYME','CAPIT', 'XXXXXX', '19', '4001', 'Situaciones transitorias de financiación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4102, 'PCG08-PYME','CAPIT', 'XXXXXX', '190', '4101', 'Acciones o participaciones emitidas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4103, 'PCG08-PYME','CAPIT', 'XXXXXX', '192', '4101', 'Suscriptores de acciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4104, 'PCG08-PYME','CAPIT', 'XXXXXX', '194', '4101', 'Capital emitido pendiente de inscripción', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4105, 'PCG08-PYME','CAPIT', 'XXXXXX', '195', '4101', 'Acciones o participaciones emitidas consideradas como pasivos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4106, 'PCG08-PYME','CAPIT', 'XXXXXX', '197', '4101', 'Suscriptores de acciones consideradas como pasivos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4107, 'PCG08-PYME','CAPIT', 'XXXXXX', '199', '4101', 'Acciones o participaciones emitidas consideradas como pasivos financieros pendientes de inscripción', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4108, 'PCG08-PYME','ACTIVO', 'XXXXXX', '20', '4002', 'Inmovilizaciones intangibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4109, 'PCG08-PYME','ACTIVO', 'XXXXXX', '200', '4108', 'Investigación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4110, 'PCG08-PYME','ACTIVO', 'XXXXXX', '201', '4108', 'Desarrollo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4111, 'PCG08-PYME','ACTIVO', 'XXXXXX', '202', '4108', 'Concesiones administrativas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4112, 'PCG08-PYME','ACTIVO', 'XXXXXX', '203', '4108', 'Propiedad industrial', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4113, 'PCG08-PYME','ACTIVO', 'XXXXXX', '205', '4108', 'Derechos de transpaso', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4114, 'PCG08-PYME','ACTIVO', 'XXXXXX', '206', '4108', 'Aplicaciones informáticas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4115, 'PCG08-PYME','ACTIVO', 'XXXXXX', '209', '4108', 'Anticipos para inmovilizaciones intangibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4116, 'PCG08-PYME','ACTIVO', 'XXXXXX', '21', '4002', 'Inmovilizaciones materiales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4117, 'PCG08-PYME','ACTIVO', 'XXXXXX', '210', '4116', 'Terrenos y bienes naturales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4118, 'PCG08-PYME','ACTIVO', 'XXXXXX', '211', '4116', 'Construcciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4119, 'PCG08-PYME','ACTIVO', 'XXXXXX', '212', '4116', 'Instalaciones técnicas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4120, 'PCG08-PYME','ACTIVO', 'XXXXXX', '213', '4116', 'Maquinaria', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4121, 'PCG08-PYME','ACTIVO', 'XXXXXX', '214', '4116', 'Utillaje', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4122, 'PCG08-PYME','ACTIVO', 'XXXXXX', '215', '4116', 'Otras instalaciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4123, 'PCG08-PYME','ACTIVO', 'XXXXXX', '216', '4116', 'Mobiliario', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4124, 'PCG08-PYME','ACTIVO', 'XXXXXX', '217', '4116', 'Equipos para procesos de información', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4125, 'PCG08-PYME','ACTIVO', 'XXXXXX', '218', '4116', 'Elementos de transporte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4126, 'PCG08-PYME','ACTIVO', 'XXXXXX', '219', '4116', 'Otro inmovilizado material', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4127, 'PCG08-PYME','ACTIVO', 'XXXXXX', '22', '4002', 'Inversiones inmobiliarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4128, 'PCG08-PYME','ACTIVO', 'XXXXXX', '220', '4127', 'Inversiones en terreons y bienes naturales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4129, 'PCG08-PYME','ACTIVO', 'XXXXXX', '221', '4127', 'Inversiones en construcciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4130, 'PCG08-PYME','ACTIVO', 'XXXXXX', '23', '4002', 'Inmovilizaciones materiales en curso', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4131, 'PCG08-PYME','ACTIVO', 'XXXXXX', '230', '4130', 'Adaptación de terrenos y bienes naturales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4132, 'PCG08-PYME','ACTIVO', 'XXXXXX', '231', '4130', 'Construcciones en curso', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4133, 'PCG08-PYME','ACTIVO', 'XXXXXX', '232', '4130', 'Instalaciones técnicas en montaje', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4134, 'PCG08-PYME','ACTIVO', 'XXXXXX', '233', '4130', 'Maquinaria en montaje', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4135, 'PCG08-PYME','ACTIVO', 'XXXXXX', '237', '4130', 'Equipos para procesos de información en montaje', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4136, 'PCG08-PYME','ACTIVO', 'XXXXXX', '239', '4130', 'Anticipos para inmovilizaciones materiales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4137, 'PCG08-PYME','ACTIVO', 'XXXXXX', '24', '4002', 'Inversiones financieras a largo plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4138, 'PCG08-PYME','ACTIVO', 'XXXXXX', '240', '4137', 'Participaciones a largo plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4139, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2403', '4138', 'Participaciones a largo plazo en empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4140, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2404', '4138', 'Participaciones a largo plazo en empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4141, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2405', '4138', 'Participaciones a largo plazo en otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4142, 'PCG08-PYME','ACTIVO', 'XXXXXX', '241', '4137', 'Valores representativos de deuda a largo plazo de partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4143, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2413', '4142', 'Valores representativos de deuda a largo plazo de empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4144, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2414', '4142', 'Valores representativos de deuda a largo plazo de empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4145, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2415', '4142', 'Valores representativos de deuda a largo plazo de otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4146, 'PCG08-PYME','ACTIVO', 'XXXXXX', '242', '4137', 'Créditos a largo plazo a partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4147, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2423', '4146', 'Créditos a largo plazo a empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4148, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2424', '4146', 'Créditos a largo plazo a empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4149, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2425', '4146', 'Créditos a largo plazo a otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4150, 'PCG08-PYME','ACTIVO', 'XXXXXX', '249', '4137', 'Desembolsos pendientes sobre participaciones a largo plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4151, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2493', '4150', 'Desembolsos pendientes sobre participaciones a largo plazo en empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4152, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2494', '4150', 'Desembolsos pendientes sobre participaciones a largo plazo en empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4153, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2495', '4150', 'Desembolsos pendientes sobre participaciones a largo plazo en otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4154, 'PCG08-PYME','ACTIVO', 'XXXXXX', '25', '4002', 'Otras inversiones financieras a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4155, 'PCG08-PYME','ACTIVO', 'XXXXXX', '250', '4154', 'Inversiones financieras a largo plazo en instrumentos de patrimonio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4156, 'PCG08-PYME','ACTIVO', 'XXXXXX', '251', '4154', 'Valores representativos de deuda a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4157, 'PCG08-PYME','ACTIVO', 'XXXXXX', '252', '4154', 'Créditos a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4158, 'PCG08-PYME','ACTIVO', 'XXXXXX', '253', '4154', 'Créditos a largo plazo por enajenación de inmovilizado', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4159, 'PCG08-PYME','ACTIVO', 'XXXXXX', '254', '4154', 'Créditos a largo plazo al personal', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4160, 'PCG08-PYME','ACTIVO', 'XXXXXX', '255', '4154', 'Activos por derivados financieros a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4161, 'PCG08-PYME','ACTIVO', 'XXXXXX', '258', '4154', 'Imposiciones a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4162, 'PCG08-PYME','ACTIVO', 'XXXXXX', '259', '4154', 'Desembolsos pendientes sobre participaciones en el patrimonio neto a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4163, 'PCG08-PYME','ACTIVO', 'XXXXXX', '26', '4002', 'Fianzas y depósitos constituidos a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4164, 'PCG08-PYME','ACTIVO', 'XXXXXX', '260', '4163', 'Fianzas constituidas a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4165, 'PCG08-PYME','ACTIVO', 'XXXXXX', '261', '4163', 'Depósitos constituidos a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4166, 'PCG08-PYME','ACTIVO', 'XXXXXX', '28', '4002', 'Amortización acumulada del inmovilizado', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4167, 'PCG08-PYME','ACTIVO', 'XXXXXX', '280', '4166', 'Amortización acumulado del inmovilizado intangible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4168, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2800', '4167', 'Amortización acumulada de investigación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4169, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2801', '4167', 'Amortización acumulada de desarrollo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4170, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2802', '4167', 'Amortización acumulada de concesiones administrativas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4171, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2803', '4167', 'Amortización acumulada de propiedad industrial', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4172, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2805', '4167', 'Amortización acumulada de derechos de transpaso', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4173, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2806', '4167', 'Amortización acumulada de aplicaciones informáticas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4174, 'PCG08-PYME','ACTIVO', 'XXXXXX', '281', '4166', 'Amortización acumulado del inmovilizado material', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4175, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2811', '4174', 'Amortización acumulada de construcciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4176, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2812', '4174', 'Amortización acumulada de instalaciones técnicas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4177, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2813', '4174', 'Amortización acumulada de maquinaria', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4178, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2814', '4174', 'Amortización acumulada de utillaje', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4179, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2815', '4174', 'Amortización acumulada de otras instalaciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4180, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2816', '4174', 'Amortización acumulada de mobiliario', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4181, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2817', '4174', 'Amortización acumulada de equipos para proceso de información', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4182, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2818', '4174', 'Amortización acumulada de elementos de transporte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4183, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2819', '4175', 'Amortización acumulada de otro inmovilizado material', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4184, 'PCG08-PYME','ACTIVO', 'XXXXXX', '282', '4166', 'Amortización acumulada de las inversiones inmobiliarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4185, 'PCG08-PYME','ACTIVO', 'XXXXXX', '29', '4002', 'Deterioro de valor de activos no corrientes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4186, 'PCG08-PYME','ACTIVO', 'XXXXXX', '290', '4185', 'Deterioro de valor del inmovilizado intangible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4187, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2900', '4186', 'Deterioro de valor de investigación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4188, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2901', '4186', 'Deterioro de valor de desarrollo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4189, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2902', '4186', 'Deterioro de valor de concesiones administrativas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4190, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2903', '4186', 'Deterioro de valor de propiedad industrial', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4191, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2905', '4186', 'Deterioro de valor de derechos de transpaso', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4192, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2906', '4186', 'Deterioro de valor de aplicaciones informáticas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4193, 'PCG08-PYME','ACTIVO', 'XXXXXX', '291', '4185', 'Deterioro de valor del inmovilizado material', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4194, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2910', '4193', 'Deterioro de valor de terrenos y bienes naturales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4195, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2911', '4193', 'Deterioro de valor de construcciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4196, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2912', '4193', 'Deterioro de valor de instalaciones técnicas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4197, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2913', '4193', 'Deterioro de valor de maquinaria', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4198, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2914', '4193', 'Deterioro de valor de utillajes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4199, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2915', '4194', 'Deterioro de valor de otras instalaciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4200, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2916', '4194', 'Deterioro de valor de mobiliario', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4201, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2917', '4194', 'Deterioro de valor de equipos para proceso de información', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4202, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2918', '4194', 'Deterioro de valor de elementos de transporte', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4203, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2919', '4194', 'Deterioro de valor de otro inmovilizado material', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4204, 'PCG08-PYME','ACTIVO', 'XXXXXX', '292', '4185', 'Deterioro de valor de las inversiones inmobiliarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4205, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2920', '4204', 'Deterioro de valor de terrenos y bienes naturales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4206, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2921', '4204', 'Deterioro de valor de construcciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4207, 'PCG08-PYME','ACTIVO', 'XXXXXX', '293', '4185', 'Deterioro de valor de participaciones a largo plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4208, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2933', '4207', 'Deterioro de valor de participaciones a largo plazo en empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4209, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2934', '4207', 'Deterioro de valor de sobre participaciones a largo plazo en empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4210, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2935', '4207', 'Deterioro de valor de sobre participaciones a largo plazo en otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4211, 'PCG08-PYME','ACTIVO', 'XXXXXX', '294', '4185', 'Deterioro de valor de valores representativos de deuda a largo plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4212, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2943', '4211', 'Deterioro de valor de valores representativos de deuda a largo plazo en empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4213, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2944', '4211', 'Deterioro de valor de valores representativos de deuda a largo plazo en empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4214, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2945', '4211', 'Deterioro de valor de valores representativos de deuda a largo plazo en otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4215, 'PCG08-PYME','ACTIVO', 'XXXXXX', '295', '4185', 'Deterioro de valor de créditos a largo plazo a partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4216, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2953', '4215', 'Deterioro de valor de créditos a largo plazo a empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4217, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2954', '4215', 'Deterioro de valor de créditos a largo plazo a empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4218, 'PCG08-PYME','ACTIVO', 'XXXXXX', '2955', '4215', 'Deterioro de valor de créditos a largo plazo a otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4219, 'PCG08-PYME','ACTIVO', 'XXXXXX', '296', '4185', 'Deterioro de valor de participaciones en el patrimonio netoa largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4220, 'PCG08-PYME','ACTIVO', 'XXXXXX', '297', '4185', 'Deterioro de valor de valores representativos de deuda a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4221, 'PCG08-PYME','ACTIVO', 'XXXXXX', '298', '4185', 'Deterioro de valor de créditos a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4222, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '30', '4003', 'Comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4223, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '300', '4222', 'Mercaderías A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4224, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '301', '4222', 'Mercaderías B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4225, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '31', '4003', 'Materias primas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4226, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '310', '4225', 'Materias primas A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4227, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '311', '4225', 'Materias primas B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4228, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '32', '4003', 'Otros aprovisionamientos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4229, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '320', '4228', 'Elementos y conjuntos incorporables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4230, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '321', '4228', 'Combustibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4231, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '322', '4228', 'Repuestos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4232, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '325', '4228', 'Materiales diversos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4233, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '326', '4228', 'Embalajes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4234, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '327', '4228', 'Envases', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4235, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '328', '4229', 'Material de oficina', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4236, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '33', '4003', 'Productos en curso', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4237, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '330', '4236', 'Productos en curos A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4238, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '331', '4236', 'Productos en curso B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4239, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '34', '4003', 'Productos semiterminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4240, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '340', '4239', 'Productos semiterminados A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4241, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '341', '4239', 'Productos semiterminados B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4242, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '35', '4003', 'Productos terminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4243, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '350', '4242', 'Productos terminados A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4244, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '351', '4242', 'Productos terminados B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4245, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '36', '4003', 'Subproductos, residuos y materiales recuperados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4246, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '360', '4245', 'Subproductos A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4247, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '361', '4245', 'Subproductos B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4248, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '365', '4245', 'Residuos A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4249, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '366', '4245', 'Residuos B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4250, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '368', '4245', 'Materiales recuperados A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4251, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '369', '4245', 'Materiales recuperados B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4252, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '39', '4003', 'Deterioro de valor de las existencias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4253, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '390', '4252', 'Deterioro de valor de las mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4254, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '391', '4252', 'Deterioro de valor de las materias primas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4255, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '392', '4252', 'Deterioro de valor de otros aprovisionamientos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4256, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '393', '4252', 'Deterioro de valor de los productos en curso', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4257, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '394', '4252', 'Deterioro de valor de los productos semiterminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4258, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '395', '4252', 'Deterioro de valor de los productos terminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4259, 'PCG08-PYME','EXISTENCIAS', 'XXXXXX', '396', '4252', 'Deterioro de valor de los subproductos, residuos y materiales recuperados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4260, 'PCG08-PYME','ACREEDORES_DEUDORES', 'PROVEEDORES', '40', '4004', 'Proveedores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4261, 'PCG08-PYME','ACREEDORES_DEUDORES', 'PROVEEDORES', '400', '4260', 'Proveedores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4262, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4000', '4261', 'Proveedores euros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4263, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4004', '4261', 'Proveedores moneda extranjera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4264, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4009', '4261', 'Proveedores facturas pendientes de recibir o formalizar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4265, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '401', '4260', 'Proveedores efectos comerciales a pagar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4266, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '403', '4260', 'Proveedores empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4267, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4030', '4266', 'Proveedores empresas del grupo euros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4268, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4031', '4266', 'Efectos comerciales a pagar empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4269, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4034', '4266', 'Proveedores empresas del grupo moneda extranjera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4270, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4036', '4266', 'Envases y embalajes a devolver a proveedores empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4271, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4039', '4266', 'Proveedores empresas del grupo facturas pendientes de recibir o de formalizar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4272, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '404', '4260', 'Proveedores empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4273, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '405', '4260', 'Proveedores otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4274, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '406', '4260', 'Envases y embalajes a devolver a proveedores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4275, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '407', '4260', 'Anticipos a proveedores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4276, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '41', '4004', 'Acreedores varios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4277, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '410', '4276', 'Acreedores por prestaciones de servicios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4278, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4100', '4277', 'Acreedores por prestaciones de servicios euros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4279, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4104', '4277', 'Acreedores por prestaciones de servicios moneda extranjera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4280, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4109', '4277', 'Acreedores por prestaciones de servicios facturas pendientes de recibir o formalizar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4281, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '411', '4276', 'Acreedores efectos comerciales a pagar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4282, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '419', '4276', 'Acreedores por operaciones en común', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4283, 'PCG08-PYME','ACREEDORES_DEUDORES', 'CLIENTES', '43', '4004', 'Clientes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4284, 'PCG08-PYME','ACREEDORES_DEUDORES', 'CLIENTES', '430', '4283', 'Clientes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4285, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4300', '4284', 'Clientes euros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4286, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4304', '4284', 'Clientes moneda extranjera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4287, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4309', '4284', 'Clientes facturas pendientes de formalizar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4288, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '431', '4283', 'Clientes efectos comerciales a cobrar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4289, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4310', '4288', 'Efectos comerciales en cartera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4290, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4311', '4288', 'Efectos comerciales descontados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4291, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4312', '4288', 'Efectos comerciales en gestión de cobro', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4292, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4315', '4288', 'Efectos comerciales impagados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4293, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '432', '4283', 'Clientes operaciones de factoring', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4294, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '433', '4283', 'Clientes empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4295, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4330', '4294', 'Clientes empresas del grupo euros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4296, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4331', '4294', 'Efectos comerciales a cobrar empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4297, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4332', '4294', 'Clientes empresas del grupo operaciones de factoring', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4298, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4334', '4294', 'Clientes empresas del grupo moneda extranjera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4299, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4336', '4294', 'Clientes empresas del grupo dudoso cobro', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4300, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4337', '4294', 'Envases y embalajes a devolver a clientes empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4301, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4339', '4294', 'Clientes empresas del grupo facturas pendientes de formalizar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4302, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '434', '4283', 'Clientes empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4303, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '435', '4283', 'Clientes otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4304, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '436', '4283', 'Clientes de dudoso cobro', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4305, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '437', '4283', 'Envases y embalajes a devolver por clientes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4306, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '438', '4283', 'Anticipos de clientes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4307, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '44', '4004', 'Deudores varios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4308, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '440', '4307', 'Deudores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4309, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4400', '4308', 'Deudores euros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4310, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4404', '4308', 'Deudores moneda extranjera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4311, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4409', '4308', 'Deudores facturas pendientes de formalizar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4312, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '441', '4307', 'Deudores efectos comerciales a cobrar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4313, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4410', '4312', 'Deudores efectos comerciales en cartera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4314, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4411', '4312', 'Deudores efectos comerciales descontados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4315, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4412', '4312', 'Deudores efectos comerciales en gestión de cobro', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4316, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4415', '4312', 'Deudores efectos comerciales impagados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4317, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '446', '4307', 'Deudores de dusoso cobro', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4318, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '449', '4307', 'Deudores por operaciones en común', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4319, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '46', '4004', 'Personal', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4320, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '460', '4319', 'Anticipos de renumeraciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4321, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '465', '4319', 'Renumeraciones pendientes de pago', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4322, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '47', '4004', 'Administraciones Públicas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4323, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '470', '4322', 'Hacienda Pública deudora por diversos conceptos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4324, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4700', '4323', 'Hacienda Pública deudora por IVA', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4325, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4708', '4323', 'Hacienda Pública deudora por subvenciones concedidas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4326, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4709', '4323', 'Hacienda Pública deudora por devolución de impuestos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4327, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '471', '4322', 'Organismos de la Seguridad Social deudores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4328, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '472', '4322', 'Hacienda Pública IVA soportado', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4329, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '473', '4322', 'Hacienda Pública retenciones y pagos a cuenta', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4330, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '474', '4322', 'Activos por impuesto diferido', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4331, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4740', '4330', 'Activos por diferencias temporarias deducibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4332, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4742', '4330', 'Derechos por deducciones y bonificaciones pendientes de aplicar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4333, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4745', '4330', 'Crédito por pérdidasa compensar del ejercicio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4334, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '475', '4322', 'Hacienda Pública acreedora por conceptos fiscales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4335, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4750', '4334', 'Hacienda Pública acreedora por IVA', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4336, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4751', '4334', 'Hacienda Pública acreedora por retenciones practicadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4337, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4752', '4334', 'Hacienda Pública acreedora por impuesto sobre sociedades', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4338, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4758', '4334', 'Hacienda Pública acreedora por subvenciones a integrar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4339, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '476', '4322', 'Organismos de la Seguridad Social acreedores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4340, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '477', '4322', 'Hacienda Pública IVA repercutido', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4341, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '479', '4322', 'Pasivos por diferencias temporarias imponibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4342, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '48', '4004', 'Ajustes por periodificación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4343, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '480', '4342', 'Gastos anticipados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4344, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '485', '4342', 'Ingresos anticipados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4345, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '49', '4004', 'Deterioro de valor de créditos comerciales y provisiones a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4346, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '490', '4345', 'Deterioro de valor de créditos por operaciones comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4347, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '493', '4345', 'Deterioro de valor de créditos por operaciones comerciales con partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4348, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4933', '4347', 'Deterioro de valor de créditos por operaciones comerciales con empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4349, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4934', '4347', 'Deterioro de valor de créditos por operaciones comerciales con empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4350, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4935', '4347', 'Deterioro de valor de créditos por operaciones comerciales con otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4351, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '499', '4345', 'Provisiones por operaciones comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4352, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4994', '4351', 'Provisión para contratos anerosos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4353, 'PCG08-PYME','ACREEDORES_DEUDORES', 'XXXXXX', '4999', '4351', 'Provisión para otras operaciones comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4354, 'PCG08-PYME','FINAN', 'XXXXXX', '50', '4005', 'Emprésitos deudas con características especiales y otras emisiones análogas a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4355, 'PCG08-PYME','FINAN', 'XXXXXX', '500', '4354', 'Obligaciones y bonos a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4356, 'PCG08-PYME','FINAN', 'XXXXXX', '502', '4354', 'Acciones o participaciones a corto plazo consideradas como pasivos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4357, 'PCG08-PYME','FINAN', 'XXXXXX', '505', '4354', 'Deudas representadas en otros valores negociables a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4358, 'PCG08-PYME','FINAN', 'XXXXXX', '506', '4354', 'Intereses a corto plazo de emprésitos y otras emisiones analógicas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4359, 'PCG08-PYME','FINAN', 'XXXXXX', '507', '4354', 'Dividendos de acciones o participaciones consideradas como pasivos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4360, 'PCG08-PYME','FINAN', 'XXXXXX', '509', '4354', 'Valores negociables amortizados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4361, 'PCG08-PYME','FINAN', 'XXXXXX', '5090', '4360', 'Obligaciones y bonos amortizados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4362, 'PCG08-PYME','FINAN', 'XXXXXX', '5095', '4360', 'Otros valores negociables amortizados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4363, 'PCG08-PYME','FINAN', 'XXXXXX', '51', '4005', 'Deudas a corto plazo con partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4364, 'PCG08-PYME','FINAN', 'XXXXXX', '510', '4363', 'Deudas a corto plazo con entidades de crédito vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4365, 'PCG08-PYME','FINAN', 'XXXXXX', '5103', '4364', 'Deudas a corto plazo con entidades de crédito empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4366, 'PCG08-PYME','FINAN', 'XXXXXX', '5104', '4364', 'Deudas a corto plazo con entidades de crédito empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4367, 'PCG08-PYME','FINAN', 'XXXXXX', '5105', '4364', 'Deudas a corto plazo con otras entidades de crédito vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4368, 'PCG08-PYME','FINAN', 'XXXXXX', '511', '4363', 'Proveedores de inmovilizado a corto plazo partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4369, 'PCG08-PYME','FINAN', 'XXXXXX', '5113', '4368', 'Proveedores de inmovilizado a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4370, 'PCG08-PYME','FINAN', 'XXXXXX', '5114', '4368', 'Proveedores de inmovilizado a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4371, 'PCG08-PYME','FINAN', 'XXXXXX', '5115', '4368', 'Proveedores de inmovilizado a corto plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4372, 'PCG08-PYME','FINAN', 'XXXXXX', '512', '4363', 'Acreedores por arrendamiento financiero a corto plazo partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4373, 'PCG08-PYME','FINAN', 'XXXXXX', '5123', '4372', 'Acreedores por arrendamiento financiero a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4374, 'PCG08-PYME','FINAN', 'XXXXXX', '5124', '4372', 'Acreedores por arrendamiento financiero a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4375, 'PCG08-PYME','FINAN', 'XXXXXX', '5125', '4372', 'Acreedores por arrendamiento financiero a corto plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4376, 'PCG08-PYME','FINAN', 'XXXXXX', '513', '4363', 'Otras deudas a corto plazo con partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4377, 'PCG08-PYME','FINAN', 'XXXXXX', '5133', '4376', 'Otras deudas a corto plazo con empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4378, 'PCG08-PYME','FINAN', 'XXXXXX', '5134', '4376', 'Otras deudas a corto plazo con empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4379, 'PCG08-PYME','FINAN', 'XXXXXX', '5135', '4376', 'Otras deudas a corto plazo con partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4380, 'PCG08-PYME','FINAN', 'XXXXXX', '514', '4363', 'Intereses a corto plazo con partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4381, 'PCG08-PYME','FINAN', 'XXXXXX', '5143', '4380', 'Intereses a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4382, 'PCG08-PYME','FINAN', 'XXXXXX', '5144', '4380', 'Intereses a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4383, 'PCG08-PYME','FINAN', 'XXXXXX', '5145', '4380', 'Intereses deudas a corto plazo partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4384, 'PCG08-PYME','FINAN', 'XXXXXX', '52', '4005', 'Deudas a corto plazo por préstamos recibidos y otros conceptos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4385, 'PCG08-PYME','FINAN', 'XXXXXX', '520', '4384', 'Deudas a corto plazo con entidades de crédito', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4386, 'PCG08-PYME','FINAN', 'XXXXXX', '5200', '4385', 'Préstamos a corto plazo de entidades de crédito', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4387, 'PCG08-PYME','FINAN', 'XXXXXX', '5201', '4385', 'Deudas a corto plazo por crédito dispuesto', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4388, 'PCG08-PYME','FINAN', 'XXXXXX', '5208', '4385', 'Deudas por efectos descontados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4389, 'PCG08-PYME','FINAN', 'XXXXXX', '5209', '4385', 'Deudas por operaciones de factoring', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4390, 'PCG08-PYME','FINAN', 'XXXXXX', '521', '4384', 'Deudas a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4391, 'PCG08-PYME','FINAN', 'XXXXXX', '522', '4384', 'Deudas a corto plazo transformables en subvenciones donaciones y legados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4392, 'PCG08-PYME','FINAN', 'XXXXXX', '523', '4384', 'Proveedores de inmovilizado a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4393, 'PCG08-PYME','FINAN', 'XXXXXX', '526', '4384', 'Dividendo activo a pagar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4394, 'PCG08-PYME','FINAN', 'XXXXXX', '527', '4384', 'Intereses a corto plazo de deudas con entidades de crédito', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4395, 'PCG08-PYME','FINAN', 'XXXXXX', '528', '4384', 'Intereses a corto plazo de deudas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4396, 'PCG08-PYME','FINAN', 'XXXXXX', '529', '4384', 'Provisiones a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4397, 'PCG08-PYME','FINAN', 'XXXXXX', '5291', '4396', 'Provisión a corto plazo para impuestos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4398, 'PCG08-PYME','FINAN', 'XXXXXX', '5292', '4396', 'Provisión a corto plazo para otras responsabilidades', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4399, 'PCG08-PYME','FINAN', 'XXXXXX', '5293', '4396', 'Provisión a corto plazo por desmantelamiento retiro o rehabilitación del inmovilizado', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4400, 'PCG08-PYME','FINAN', 'XXXXXX', '5295', '4396', 'Provisión a corto plazo para actuaciones medioambientales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4401, 'PCG08-PYME','FINAN', 'XXXXXX', '53', '4005', 'Inversiones financieras a corto plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4402, 'PCG08-PYME','FINAN', 'XXXXXX', '530', '4401', 'Participaciones a corto plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4403, 'PCG08-PYME','FINAN', 'XXXXXX', '5303', '4402', 'Participaciones a corto plazo en empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4404, 'PCG08-PYME','FINAN', 'XXXXXX', '5304', '4402', 'Participaciones a corto plazo en empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4405, 'PCG08-PYME','FINAN', 'XXXXXX', '5305', '4402', 'Participaciones a corto plazo en otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4406, 'PCG08-PYME','FINAN', 'XXXXXX', '531', '4401', 'Valores representativos de deuda a corto plazo de partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4407, 'PCG08-PYME','FINAN', 'XXXXXX', '5313', '4406', 'Valores representativos de deuda a corto plazo de empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4408, 'PCG08-PYME','FINAN', 'XXXXXX', '5314', '4406', 'Valores representativos de deuda a corto plazo de empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4409, 'PCG08-PYME','FINAN', 'XXXXXX', '5315', '4406', 'Valores representativos de deuda a corto plazo de otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4410, 'PCG08-PYME','FINAN', 'XXXXXX', '532', '4401', 'Créditos a corto plazo a partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4411, 'PCG08-PYME','FINAN', 'XXXXXX', '5323', '4410', 'Créditos a corto plazo a empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4412, 'PCG08-PYME','FINAN', 'XXXXXX', '5324', '4410', 'Créditos a corto plazo a empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4413, 'PCG08-PYME','FINAN', 'XXXXXX', '5325', '4410', 'Créditos a corto plazo a otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4414, 'PCG08-PYME','FINAN', 'XXXXXX', '533', '4401', 'Intereses a corto plazo de valores representativos de deuda de partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4415, 'PCG08-PYME','FINAN', 'XXXXXX', '5333', '4414', 'Intereses a corto plazo de valores representativos de deuda en empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4416, 'PCG08-PYME','FINAN', 'XXXXXX', '5334', '4414', 'Intereses a corto plazo de valores representativos de deuda en empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4417, 'PCG08-PYME','FINAN', 'XXXXXX', '5335', '4414', 'Intereses a corto plazo de valores representativos de deuda en otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4418, 'PCG08-PYME','FINAN', 'XXXXXX', '534', '4401', 'Intereses a corto plazo de créditos a partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4419, 'PCG08-PYME','FINAN', 'XXXXXX', '5343', '4418', 'Intereses a corto plazo de créditos a empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4420, 'PCG08-PYME','FINAN', 'XXXXXX', '5344', '4418', 'Intereses a corto plazo de créditos a empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4421, 'PCG08-PYME','FINAN', 'XXXXXX', '5345', '4418', 'Intereses a corto plazo de créditos a otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4422, 'PCG08-PYME','FINAN', 'XXXXXX', '535', '4401', 'Dividendo a cobrar de inversiones financieras en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4423, 'PCG08-PYME','FINAN', 'XXXXXX', '5353', '4422', 'Dividendo a cobrar de empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4424, 'PCG08-PYME','FINAN', 'XXXXXX', '5354', '4422', 'Dividendo a cobrar de empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4425, 'PCG08-PYME','FINAN', 'XXXXXX', '5355', '4422', 'Dividendo a cobrar de otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4426, 'PCG08-PYME','FINAN', 'XXXXXX', '539', '4401', 'Desembolsos pendientes sobre participaciones a corto plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4427, 'PCG08-PYME','FINAN', 'XXXXXX', '5393', '4426', 'Desembolsos pendientes sobre participaciones a corto plazo en empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4428, 'PCG08-PYME','FINAN', 'XXXXXX', '5394', '4426', 'Desembolsos pendientes sobre participaciones a corto plazo en empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4429, 'PCG08-PYME','FINAN', 'XXXXXX', '5395', '4426', 'Desembolsos pendientes sobre participaciones a corto plazo en otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4430, 'PCG08-PYME','FINAN', 'XXXXXX', '54', '4005', 'Otras inversiones financieras a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4431, 'PCG08-PYME','FINAN', 'XXXXXX', '540', '4430', 'Inversiones financieras a corto plazo en instrumentos de patrimonio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4432, 'PCG08-PYME','FINAN', 'XXXXXX', '541', '4430', 'Valores representativos de deuda a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4433, 'PCG08-PYME','FINAN', 'XXXXXX', '542', '4430', 'Créditos a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4434, 'PCG08-PYME','FINAN', 'XXXXXX', '543', '4430', 'Créditos a corto plazo por enejenación de inmovilizado', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4435, 'PCG08-PYME','FINAN', 'XXXXXX', '544', '4430', 'Créditos a corto plazo al personal', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4436, 'PCG08-PYME','FINAN', 'XXXXXX', '545', '4430', 'Dividendo a cobrar', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4437, 'PCG08-PYME','FINAN', 'XXXXXX', '546', '4430', 'Intereses a corto plazo de valores reprsentativos de deuda', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4438, 'PCG08-PYME','FINAN', 'XXXXXX', '547', '4430', 'Intereses a corto plazo de créditos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4439, 'PCG08-PYME','FINAN', 'XXXXXX', '548', '4430', 'Imposiciones a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4440, 'PCG08-PYME','FINAN', 'XXXXXX', '549', '4430', 'Desembolsos pendientes sobre participaciones en el patrimonio neto a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4441, 'PCG08-PYME','FINAN', 'XXXXXX', '55', '4005', 'Otras cuentas no bancarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4442, 'PCG08-PYME','FINAN', 'XXXXXX', '550', '4441', 'Titular de la explotación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4443, 'PCG08-PYME','FINAN', 'XXXXXX', '551', '4441', 'Cuenta corriente con socios y administradores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4444, 'PCG08-PYME','FINAN', 'XXXXXX', '552', '4441', 'Cuenta corriente otras personas y entidades vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4445, 'PCG08-PYME','FINAN', 'XXXXXX', '5523', '4444', 'Cuenta corriente con empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4446, 'PCG08-PYME','FINAN', 'XXXXXX', '5524', '4444', 'Cuenta corriente con empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4447, 'PCG08-PYME','FINAN', 'XXXXXX', '5525', '4444', 'Cuenta corriente con otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4448, 'PCG08-PYME','FINAN', 'XXXXXX', '554', '4441', 'Cuenta corriente con uniones temporales de empresas y comunidades de bienes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4449, 'PCG08-PYME','FINAN', 'XXXXXX', '555', '4441', 'Partidas pendientes de aplicación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4450, 'PCG08-PYME','FINAN', 'XXXXXX', '556', '4441', 'Desembolsos exigidos sobre participaciones en el patrimonio neto', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4451, 'PCG08-PYME','FINAN', 'XXXXXX', '5563', '4450', 'Desembolsos exigidos sobre participaciones empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4452, 'PCG08-PYME','FINAN', 'XXXXXX', '5564', '4450', 'Desembolsos exigidos sobre participaciones empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4453, 'PCG08-PYME','FINAN', 'XXXXXX', '5565', '4450', 'Desembolsos exigidos sobre participaciones otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4454, 'PCG08-PYME','FINAN', 'XXXXXX', '5566', '4450', 'Desembolsos exigidos sobre participaciones otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4455, 'PCG08-PYME','FINAN', 'XXXXXX', '557', '4441', 'Dividendo activo a cuenta', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4456, 'PCG08-PYME','FINAN', 'XXXXXX', '558', '4441', 'Socios por desembolsos exigidos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4457, 'PCG08-PYME','FINAN', 'XXXXXX', '5580', '4456', 'Socios por desembolsos exigidos sobre acciones o participaciones ordinarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4458, 'PCG08-PYME','FINAN', 'XXXXXX', '5585', '4456', 'Socios por desembolsos exigidos sobre acciones o participaciones consideradas como pasivos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4459, 'PCG08-PYME','FINAN', 'XXXXXX', '559', '4441', 'Derivados financieros a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4460, 'PCG08-PYME','FINAN', 'XXXXXX', '5590', '4459', 'Activos por derivados financieros a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4461, 'PCG08-PYME','FINAN', 'XXXXXX', '5595', '4459', 'Pasivos por derivados financieros a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4462, 'PCG08-PYME','FINAN', 'XXXXXX', '56', '4005', 'Finanzas y depósitos recibidos y constituidos a corto plazo y ajustes por periodificación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4463, 'PCG08-PYME','FINAN', 'XXXXXX', '560', '4462', 'Finanzas recibidas a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4464, 'PCG08-PYME','FINAN', 'XXXXXX', '561', '4462', 'Depósitos recibidos a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4465, 'PCG08-PYME','FINAN', 'XXXXXX', '565', '4462', 'Finanzas constituidas a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4466, 'PCG08-PYME','FINAN', 'XXXXXX', '566', '4462', 'Depósitos constituidos a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4467, 'PCG08-PYME','FINAN', 'XXXXXX', '567', '4462', 'Intereses pagados por anticipado', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4468, 'PCG08-PYME','FINAN', 'XXXXXX', '568', '4462', 'Intereses cobrados a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4469, 'PCG08-PYME','FINAN', 'XXXXXX', '57', '4005', 'Tesorería', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4470, 'PCG08-PYME','FINAN', 'CAJA', '570', '4469', 'Caja euros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4471, 'PCG08-PYME','FINAN', 'XXXXXX', '571', '4469', 'Caja moneda extranjera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4472, 'PCG08-PYME','FINAN', 'BANCOS', '572', '4469', 'Bancos e instituciones de crédito cc vista euros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4473, 'PCG08-PYME','FINAN', 'XXXXXX', '573', '4469', 'Bancos e instituciones de crédito cc vista moneda extranjera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4474, 'PCG08-PYME','FINAN', 'XXXXXX', '574', '4469', 'Bancos e instituciones de crédito cuentas de ahorro euros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4475, 'PCG08-PYME','FINAN', 'XXXXXX', '575', '4469', 'Bancos e instituciones de crédito cuentas de ahorro moneda extranjera', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4476, 'PCG08-PYME','FINAN', 'XXXXXX', '576', '4469', 'Inversiones a corto plazo de gran liquidez', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4477, 'PCG08-PYME','FINAN', 'XXXXXX', '59', '4005', 'Deterioro del valor de las inversiones financieras a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4478, 'PCG08-PYME','FINAN', 'XXXXXX', '593', '4477', 'Deterioro del valor de participaciones a corto plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4479, 'PCG08-PYME','FINAN', 'XXXXXX', '5933', '4478', 'Deterioro del valor de participaciones a corto plazo en empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4480, 'PCG08-PYME','FINAN', 'XXXXXX', '5934', '4478', 'Deterioro del valor de participaciones a corto plazo en empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4481, 'PCG08-PYME','FINAN', 'XXXXXX', '5935', '4478', 'Deterioro del valor de participaciones a corto plazo en otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4482, 'PCG08-PYME','FINAN', 'XXXXXX', '594', '4477', 'Deterioro del valor de valores representativos de deuda a corto plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4483, 'PCG08-PYME','FINAN', 'XXXXXX', '5943', '4482', 'Deterioro del valor de valores representativos de deuda a corto plazo en empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4484, 'PCG08-PYME','FINAN', 'XXXXXX', '5944', '4482', 'Deterioro del valor de valores representativos de deuda a corto plazo en empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4485, 'PCG08-PYME','FINAN', 'XXXXXX', '5945', '4482', 'Deterioro del valor de valores representativos de deuda a corto plazo en otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4486, 'PCG08-PYME','FINAN', 'XXXXXX', '595', '4477', 'Deterioro del valor de créditos a corto plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4487, 'PCG08-PYME','FINAN', 'XXXXXX', '5953', '4486', 'Deterioro del valor de créditos a corto plazo en empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4488, 'PCG08-PYME','FINAN', 'XXXXXX', '5954', '4486', 'Deterioro del valor de créditos a corto plazo en empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4489, 'PCG08-PYME','FINAN', 'XXXXXX', '5955', '4486', 'Deterioro del valor de créditos a corto plazo en otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4490, 'PCG08-PYME','FINAN', 'XXXXXX', '596', '4477', 'Deterioro del valor de participaciones a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4491, 'PCG08-PYME','FINAN', 'XXXXXX', '597', '4477', 'Deterioro del valor de valores representativos de deuda a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4492, 'PCG08-PYME','FINAN', 'XXXXXX', '598', '4477', 'Deterioro de valor de créditos a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4493, 'PCG08-PYME','EXPENSE', 'XXXXXX', '60',   '4006', 'Compras', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4494, 'PCG08-PYME','EXPENSE', 'PRODUCT', '600', '4493', 'Compras de mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4495, 'PCG08-PYME','EXPENSE', 'PRODUCT', '601', '4493', 'Compras de materias primas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4496, 'PCG08-PYME','EXPENSE', 'PRODUCT', '602',  '4493', 'Compras de otros aprovisionamientos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4497, 'PCG08-PYME','EXPENSE', 'XXXXXX', '606',  '4493', 'Descuentos sobre compras por pronto pago', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4498, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6060', '4497', 'Descuentos sobre compras por pronto pago de mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4499, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6061', '4497', 'Descuentos sobre compras por pronto pago de materias primas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4500, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6062', '4497', 'Descuentos sobre compras por pronto pago de otros aprovisionamientos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4501, 'PCG08-PYME','EXPENSE', 'COMPRAS', '607', '4493', 'Trabajos realizados por otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4502, 'PCG08-PYME','EXPENSE', 'XXXXXX', '608',  '4493', 'Devoluciones de compras y operaciones similares', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4503, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6080', '4502', 'Devoluciones de compras de mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4504, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6081', '4502', 'Devoluciones de compras de materias primas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4505, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6082', '4502', 'Devoluciones de compras de otros aprovisionamientos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4506, 'PCG08-PYME','EXPENSE', 'XXXXXX', '609',  '4493', 'Rappels por compras', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4507, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6090', '4506', 'Rappels por compras de mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4508, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6091', '4506', 'Rappels por compras de materias primas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4509, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6092', '4506', 'Rappels por compras de otros aprovisionamientos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4510, 'PCG08-PYME','EXPENSE', 'XXXXXX', '61',  '4006', 'Variación de existencias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4511, 'PCG08-PYME','EXPENSE', 'XXXXXX', '610', '4510', 'Variación de existencias de mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4512, 'PCG08-PYME','EXPENSE', 'XXXXXX', '611', '4510', 'Variación de existencias de materias primas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4513, 'PCG08-PYME','EXPENSE', 'XXXXXX', '612', '4510', 'Variación de existencias de otros aprovisionamientos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4514, 'PCG08-PYME','EXPENSE', 'XXXXXX', '62',  '4006', 'Servicios exteriores', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4515, 'PCG08-PYME','EXPENSE', 'XXXXXX', '620', '4514', 'Gastos en investigación y desarrollo del ejercicio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4516, 'PCG08-PYME','EXPENSE', 'XXXXXX', '621', '4514', 'Arrendamientos y cánones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4517, 'PCG08-PYME','EXPENSE', 'XXXXXX', '622', '4514', 'Reparaciones y conservación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4518, 'PCG08-PYME','EXPENSE', 'XXXXXX', '623', '4514', 'Servicios profesionales independientes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4519, 'PCG08-PYME','EXPENSE', 'XXXXXX', '624', '4514', 'Transportes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4520, 'PCG08-PYME','EXPENSE', 'XXXXXX', '625', '4514', 'Primas de seguros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4521, 'PCG08-PYME','EXPENSE', 'XXXXXX', '626', '4514', 'Servicios bancarios y similares', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4522, 'PCG08-PYME','EXPENSE', 'XXXXXX', '627', '4514', 'Publicidad, propaganda y relaciones públicas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4523, 'PCG08-PYME','EXPENSE', 'XXXXXX', '628', '4514', 'Suministros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4524, 'PCG08-PYME','EXPENSE', 'XXXXXX', '629', '4514', 'Otros servicios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4525, 'PCG08-PYME','EXPENSE', 'XXXXXX', '63',   '4006', 'Tributos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4526, 'PCG08-PYME','EXPENSE', 'XXXXXX', '630',  '4525', 'Impuesto sobre benecifios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4527, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6300', '4526', 'Impuesto corriente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4528, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6301', '4526', 'Impuesto diferido', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4529, 'PCG08-PYME','EXPENSE', 'XXXXXX', '631',  '4525', 'Otros tributos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4530, 'PCG08-PYME','EXPENSE', 'XXXXXX', '633',  '4525', 'Ajustes negativos en la imposición sobre beneficios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4531, 'PCG08-PYME','EXPENSE', 'XXXXXX', '634',  '4525', 'Ajustes negativos en la imposición indirecta', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4532, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6341', '4531', 'Ajustes negativos en IVA de activo corriente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4533, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6342', '4531', 'Ajustes negativos en IVA de inversiones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4534, 'PCG08-PYME','EXPENSE', 'XXXXXX', '636',  '4525', 'Devolución de impuestos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4535, 'PCG08-PYME','EXPENSE', 'XXXXXX', '638',  '4525', 'Ajustes positivos en la imposición sobre beneficios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4536, 'PCG08-PYME','EXPENSE', 'XXXXXX', '639',  '4525', 'Ajustes positivos en la imposición directa', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4537, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6391', '4536', 'Ajustes positivos en IVA de activo corriente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4538, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6392', '4536', 'Ajustes positivos en IVA de inversiones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4539, 'PCG08-PYME','EXPENSE', 'XXXXXX', '64',   '4006', 'Gastos de personal', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4540, 'PCG08-PYME','EXPENSE', 'XXXXXX', '640',  '4539', 'Sueldos y salarios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4541, 'PCG08-PYME','EXPENSE', 'XXXXXX', '641',  '4539', 'Indemnizaciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4542, 'PCG08-PYME','EXPENSE', 'XXXXXX', '642',  '4539', 'Seguridad social a cargo de la empresa', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4543, 'PCG08-PYME','EXPENSE', 'XXXXXX', '649',  '4539', 'Otros gastos sociales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4544, 'PCG08-PYME','EXPENSE', 'XXXXXX', '65',   '4006', 'Otros gastos de gestión', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4545, 'PCG08-PYME','EXPENSE', 'XXXXXX', '650',  '4544', 'Pérdidas de créditos comerciales incobrables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4546, 'PCG08-PYME','EXPENSE', 'XXXXXX', '651',  '4544', 'Resultados de operaciones en común', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4547, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6510', '4546', 'Beneficio transferido gestor', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4548, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6511', '4546', 'Pérdida soportada participe o asociado no gestor', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4549, 'PCG08-PYME','EXPENSE', 'XXXXXX', '659',  '4544', 'Otras pérdidas en gestión corriente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4550, 'PCG08-PYME','EXPENSE', 'XXXXXX', '66',   '4006', 'Gastos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4551, 'PCG08-PYME','EXPENSE', 'XXXXXX', '660',  '4550', 'Gastos financieros por actualización de provisiones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4552, 'PCG08-PYME','EXPENSE', 'XXXXXX', '661',  '4550', 'Intereses de obligaciones y bonos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4553, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6610', '4452', 'Intereses de obligaciones y bonos a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4554, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6611', '4452', 'Intereses de obligaciones y bonos a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4555, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6612', '4452', 'Intereses de obligaciones y bonos a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4556, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6613', '4452', 'Intereses de obligaciones y bonos a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4557, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6615', '4452', 'Intereses de obligaciones y bonos a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4558, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6616', '4452', 'Intereses de obligaciones y bonos a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4559, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6617', '4452', 'Intereses de obligaciones y bonos a corto plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4560, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6618', '4452', 'Intereses de obligaciones y bonos a corto plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4561, 'PCG08-PYME','EXPENSE', 'XXXXXX', '662',  '4550', 'Intereses de deudas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4562, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6620', '4561', 'Intereses de deudas empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4563, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6621', '4561', 'Intereses de deudas empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4564, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6622', '4561', 'Intereses de deudas otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4565, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6623', '4561', 'Intereses de deudas con entidades de crédito', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4566, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6624', '4561', 'Intereses de deudas otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4567, 'PCG08-PYME','EXPENSE', 'XXXXXX', '663',  '4550', 'Pérdidas por valorización de activos y pasivos financieros por su valor razonable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4568, 'PCG08-PYME','EXPENSE', 'XXXXXX', '664',  '4550', 'Gastos por dividendos de acciones o participaciones consideradas como pasivos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4569, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6640', '4568', 'Dividendos de pasivos empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4570, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6641', '4568', 'Dividendos de pasivos empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4571, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6642', '4568', 'Dividendos de pasivos otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4572, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6643', '4568', 'Dividendos de pasivos otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4573, 'PCG08-PYME','EXPENSE', 'XXXXXX', '665',  '4550', 'Intereses por descuento de efectos y operaciones de factoring', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4574, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6650', '4573', 'Intereses por descuento de efectos en entidades de crédito del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4575, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6651', '4573', 'Intereses por descuento de efectos en entidades de crédito asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4576, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6652', '4573', 'Intereses por descuento de efectos en entidades de crédito vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4577, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6653', '4573', 'Intereses por descuento de efectos en otras entidades de crédito', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4578, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6654', '4573', 'Intereses por operaciones de factoring con entidades de crédito del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4579, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6655', '4573', 'Intereses por operaciones de factoring con entidades de crédito asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4580, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6656', '4573', 'Intereses por operaciones de factoring con otras entidades de crédito vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4581, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6657', '4573', 'Intereses por operaciones de factoring con otras entidades de crédito', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4582, 'PCG08-PYME','EXPENSE', 'XXXXXX', '666',  '4550', 'Pérdidas en participaciones y valores representativos de deuda', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4583, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6660', '4582', 'Pérdidas en valores representativos de deuda a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4584, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6661', '4582', 'Pérdidas en valores representativos de deuda a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4585, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6662', '4582', 'Pérdidas en valores representativos de deuda a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4586, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6663', '4582', 'Pérdidas en participaciones y valores representativos de deuda a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4587, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6665', '4582', 'Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4588, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6666', '4582', 'Pérdidas en participaciones y valores representativos de deuda a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4589, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6667', '4582', 'Pérdidas en valores representativos de deuda a corto plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4590, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6668', '4582', 'Pérdidas en valores representativos de deuda a corto plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4591, 'PCG08-PYME','EXPENSE', 'XXXXXX', '667',  '4550', 'Pérdidas de créditos no comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4592, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6670', '4591', 'Pérdidas de créditos a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4593, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6671', '4591', 'Pérdidas de créditos a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4594, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6672', '4591', 'Pérdidas de créditos a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4595, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6673', '4591', 'Pérdidas de créditos a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4596, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6675', '4591', 'Pérdidas de créditos a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4597, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6676', '4591', 'Pérdidas de créditos a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4598, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6677', '4591', 'Pérdidas de créditos a corto plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4599, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6678', '4591', 'Pérdidas de créditos a corto plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4600, 'PCG08-PYME','EXPENSE', 'XXXXXX', '668', '4550', 'Diferencias negativas de cambio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4601, 'PCG08-PYME','EXPENSE', 'XXXXXX', '669', '4550', 'Otros gastos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4602, 'PCG08-PYME','EXPENSE', 'XXXXXX', '67',  '4006', 'Pérdidas procedentes de activos no corrientes y gastos excepcionales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4603, 'PCG08-PYME','EXPENSE', 'XXXXXX', '670', '4602', 'Pérdidas procedentes del inmovilizado intangible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4604, 'PCG08-PYME','EXPENSE', 'XXXXXX', '671', '4602', 'Pérdidas procedentes del inmovilizado material', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4605, 'PCG08-PYME','EXPENSE', 'XXXXXX', '672', '4602', 'Pérdidas procedentes de las inversiones inmobiliarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4607, 'PCG08-PYME','EXPENSE', 'XXXXXX', '673', '4602', 'Pérdidas procedentes de participaciones a largo plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4608, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6733', '4607', 'Pérdidas procedentes de participaciones a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4609, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6734', '4607', 'Pérdidas procedentes de participaciones a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4610, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6735', '4607', 'Pérdidas procedentes de participaciones a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4611, 'PCG08-PYME','EXPENSE', 'XXXXXX', '675', '4602', 'Pérdidas por operaciones con obligaciones propias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4612, 'PCG08-PYME','EXPENSE', 'XXXXXX', '678', '4602', 'Gastos excepcionales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4613, 'PCG08-PYME','EXPENSE', 'XXXXXX', '68',  '4006', 'Dotaciones para amortizaciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4614, 'PCG08-PYME','EXPENSE', 'XXXXXX', '680', '4613', 'Amortización del inmovilizado intangible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4615, 'PCG08-PYME','EXPENSE', 'XXXXXX', '681', '4613', 'Amortización del inmovilizado material', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4616, 'PCG08-PYME','EXPENSE', 'XXXXXX', '682', '4613', 'Amortización de las inversiones inmobiliarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4617, 'PCG08-PYME','EXPENSE', 'XXXXXX', '69',  '4006', 'Pérdidas por deterioro y otras dotaciones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4618, 'PCG08-PYME','EXPENSE', 'XXXXXX', '690', '4617', 'Pérdidas por deterioro del inmovilizado intangible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4619, 'PCG08-PYME','EXPENSE', 'XXXXXX', '691', '4617', 'Pérdidas por deterioro del inmovilizado material', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4620, 'PCG08-PYME','EXPENSE', 'XXXXXX', '692', '4617', 'Pérdidas por deterioro de las inversiones inmobiliarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4621, 'PCG08-PYME','EXPENSE', 'XXXXXX', '693', '4617', 'Pérdidas por deterioro de existencias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4622, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6930', '4621', 'Pérdidas por deterioro de productos terminados y en curso de fabricación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4623, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6931', '4621', 'Pérdidas por deterioro de mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4624, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6932', '4621', 'Pérdidas por deterioro de materias primas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4625, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6933', '4621', 'Pérdidas por deterioro de otros aprovisionamientos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4626, 'PCG08-PYME','EXPENSE', 'XXXXXX', '694',  '4617', 'Pérdidas por deterioro de créditos por operaciones comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4627, 'PCG08-PYME','EXPENSE', 'XXXXXX', '695',  '4617', 'Dotación a la provisión por operaciones comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4628, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6954', '4627', 'Dotación a la provisión por contratos onerosos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4629, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6959', '4628', 'Dotación a la provisión para otras operaciones comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4630, 'PCG08-PYME','EXPENSE', 'XXXXXX', '696',  '4617', 'Pérdidas por deterioro de participaciones y valores representativos de deuda a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4631, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6960', '4630', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4632, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6961', '4630', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4633, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6962', '4630', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4634, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6963', '4630', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4635, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6965', '4630', 'Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4636, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6966', '4630', 'Pérdidas por deterioro en valores representativos de deuda a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4637, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6967', '4630', 'Pérdidas por deterioro en valores representativos de deuda a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4638, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6968', '4630', 'Pérdidas por deterioro en valores representativos de deuda a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4639, 'PCG08-PYME','EXPENSE', 'XXXXXX', '697',  '4617', 'Pérdidas por deterioro de créditos a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4640, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6970', '4639', 'Pérdidas por deterioro de créditos a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4641, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6971', '4639', 'Pérdidas por deterioro de créditos a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4642, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6972', '4639', 'Pérdidas por deterioro de créditos a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4643, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6973', '4639', 'Pérdidas por deterioro de créditos a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4644, 'PCG08-PYME','EXPENSE', 'XXXXXX', '698',  '4617', 'Pérdidas por deterioro de participaciones y valores representativos de deuda a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4645, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6980', '4644', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4646, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6981', '4644', 'Pérdidas por deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4647, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6985', '4644', 'Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4648, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6986', '4644', 'Pérdidas por deterioro en valores representativos de deuda a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4649, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6988', '4644', 'Pérdidas por deterioro en valores representativos de deuda a corto plazo de otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4650, 'PCG08-PYME','EXPENSE', 'XXXXXX', '699',  '4617', 'Pérdidas por deterioro de crédito a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4651, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6990', '4650', 'Pérdidas por deterioro de crédito a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4652, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6991', '4650', 'Pérdidas por deterioro de crédito a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4653, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6992', '4650', 'Pérdidas por deterioro de crédito a corto plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4654, 'PCG08-PYME','EXPENSE', 'XXXXXX', '6993',  '4650', 'Pérdidas por deterioro de crédito a corto plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4655, 'PCG08-PYME','INCOME', 'XXXXXX', '70', '4007', 'Ventas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4656, 'PCG08-PYME','INCOME', 'PRODUCT', '700', '4655', 'Ventas de mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4657, 'PCG08-PYME','INCOME', 'PRODUCT', '701', '4655', 'Ventas de productos terminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4658, 'PCG08-PYME','INCOME', 'PRODUCT', '702', '4655', 'Ventas de productos semiterminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4659, 'PCG08-PYME','INCOME', 'PRODUCT', '703', '4655', 'Ventas de subproductos y residuos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4660, 'PCG08-PYME','INCOME', 'PRODUCT', '704', '4655', 'Ventas de envases y embalajes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4661, 'PCG08-PYME','INCOME', 'SERVICE', '705', '4655', 'Prestaciones de servicios', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4662, 'PCG08-PYME','INCOME', 'XXXXXX', '706', '4655', 'Descuentos sobre ventas por pronto pago', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4663, 'PCG08-PYME','INCOME', 'XXXXXX', '7060', '4662', 'Descuentos sobre ventas por pronto pago de mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4664, 'PCG08-PYME','INCOME', 'XXXXXX', '7061', '4662', 'Descuentos sobre ventas por pronto pago de productos terminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4665, 'PCG08-PYME','INCOME', 'XXXXXX', '7062', '4662', 'Descuentos sobre ventas por pronto pago de productos semiterminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4666, 'PCG08-PYME','INCOME', 'XXXXXX', '7063', '4662', 'Descuentos sobre ventas por pronto pago de subproductos y residuos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4667, 'PCG08-PYME','INCOME', 'XXXXXX', '708',  '4655', 'Devoluciones de ventas y operacioes similares', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4668, 'PCG08-PYME','INCOME', 'XXXXXX', '7080', '4667', 'Devoluciones de ventas de mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4669, 'PCG08-PYME','INCOME', 'XXXXXX', '7081', '4667', 'Devoluciones de ventas de productos terminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4670, 'PCG08-PYME','INCOME', 'XXXXXX', '7082', '4667', 'Devoluciones de ventas de productos semiterminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4671, 'PCG08-PYME','INCOME', 'XXXXXX', '7083', '4667', 'Devoluciones de ventas de subproductos y residuos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4672, 'PCG08-PYME','INCOME', 'XXXXXX', '7084', '4667', 'Devoluciones de ventas de envases y embalajes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4673, 'PCG08-PYME','INCOME', 'XXXXXX', '71',  '4007', 'Variación de existencias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4674, 'PCG08-PYME','INCOME', 'XXXXXX', '710', '4673', 'Variación de existencias de productos en curso', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4675, 'PCG08-PYME','INCOME', 'XXXXXX', '711', '4673', 'Variación de existencias de productos semiterminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4676, 'PCG08-PYME','INCOME', 'XXXXXX', '712', '4673', 'Variación de existencias de productos terminados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4677, 'PCG08-PYME','INCOME', 'XXXXXX', '713', '4673', 'Variación de existencias de subproductos, residuos y materiales recuperados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4678, 'PCG08-PYME','INCOME', 'XXXXXX', '73',  '4007', 'Trabajos realizados para la empresa', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4679, 'PCG08-PYME','INCOME', 'XXXXXX', '730', '4678', 'Trabajos realizados para el inmovilizado intangible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4680, 'PCG08-PYME','INCOME', 'XXXXXX', '731', '4678', 'Trabajos realizados para el inmovilizado tangible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4681, 'PCG08-PYME','INCOME', 'XXXXXX', '732', '4678', 'Trabajos realizados en inversiones inmobiliarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4682, 'PCG08-PYME','INCOME', 'XXXXXX', '733', '4678', 'Trabajos realizados para el inmovilizado material en curso', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4683, 'PCG08-PYME','INCOME', 'XXXXXX', '74',  '4007', 'Subvenciones, donaciones y legados', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4684, 'PCG08-PYME','INCOME', 'XXXXXX', '740', '4683', 'Subvenciones, donaciones y legados a la explotación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4685, 'PCG08-PYME','INCOME', 'XXXXXX', '746', '4683', 'Subvenciones, donaciones y legados de capital transferidos al resultado del ejercicio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4686, 'PCG08-PYME','INCOME', 'XXXXXX', '747', '4683', 'Otras subvenciones, donaciones y legados transferidos al resultado del ejercicio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4687, 'PCG08-PYME','INCOME', 'XXXXXX', '75',   '4007', 'Otros ingresos de gestión', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4688, 'PCG08-PYME','INCOME', 'XXXXXX', '751',  '4687', 'Resultados de operaciones en común', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4689, 'PCG08-PYME','INCOME', 'XXXXXX', '7510', '4688', 'Pérdida transferida gestor', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4690, 'PCG08-PYME','INCOME', 'XXXXXX', '7511', '4688', 'Beneficio atribuido participe o asociado no gestor', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4691, 'PCG08-PYME','INCOME', 'XXXXXX', '752', '4687', 'Ingreso por arrendamiento', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4692, 'PCG08-PYME','INCOME', 'XXXXXX', '753', '4687', 'Ingresos de propiedad industrial cedida en explotación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4693, 'PCG08-PYME','INCOME', 'XXXXXX', '754', '4687', 'Ingresos por comisiones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4694, 'PCG08-PYME','INCOME', 'XXXXXX', '755', '4687', 'Ingresos por servicios al personal', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4695, 'PCG08-PYME','INCOME', 'XXXXXX', '759', '4687', 'Ingresos por servicios diversos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4696, 'PCG08-PYME','INCOME', 'XXXXXX', '76',   '4007', 'Ingresos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4697, 'PCG08-PYME','INCOME', 'XXXXXX', '760',  '4696', 'Ingresos de participaciones en instrumentos de patrimonio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4698, 'PCG08-PYME','INCOME', 'XXXXXX', '7600', '4697', 'Ingresos de participaciones en instrumentos de patrimonio empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4699, 'PCG08-PYME','INCOME', 'XXXXXX', '7601', '4697', 'Ingresos de participaciones en instrumentos de patrimonio empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4700, 'PCG08-PYME','INCOME', 'XXXXXX', '7602', '4697', 'Ingresos de participaciones en instrumentos de patrimonio otras partes asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4701, 'PCG08-PYME','INCOME', 'XXXXXX', '7603', '4697', 'Ingresos de participaciones en instrumentos de patrimonio otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4702, 'PCG08-PYME','INCOME', 'XXXXXX', '761',  '4696', 'Ingresos de valores representativos de deuda', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4703, 'PCG08-PYME','INCOME', 'XXXXXX', '7610', '4702', 'Ingresos de valores representativos de deuda empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4704, 'PCG08-PYME','INCOME', 'XXXXXX', '7611', '4702', 'Ingresos de valores representativos de deuda empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4705, 'PCG08-PYME','INCOME', 'XXXXXX', '7612', '4702', 'Ingresos de valores representativos de deuda otras partes asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4706, 'PCG08-PYME','INCOME', 'XXXXXX', '7613', '4702', 'Ingresos de valores representativos de deuda otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4707, 'PCG08-PYME','INCOME', 'XXXXXX', '762',   '4696', 'Ingresos de créditos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4708, 'PCG08-PYME','INCOME', 'XXXXXX', '7620',  '4707', 'Ingresos de créditos a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4709, 'PCG08-PYME','INCOME', 'XXXXXX', '76200', '4708', 'Ingresos de crédito a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4710, 'PCG08-PYME','INCOME', 'XXXXXX', '76201', '4708', 'Ingresos de crédito a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4711, 'PCG08-PYME','INCOME', 'XXXXXX', '76202', '4708', 'Ingresos de crédito a largo plazo otras partes asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4712, 'PCG08-PYME','INCOME', 'XXXXXX', '76203', '4708', 'Ingresos de crédito a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4713, 'PCG08-PYME','INCOME', 'XXXXXX', '7621',  '4707', 'Ingresos de créditos a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4714, 'PCG08-PYME','INCOME', 'XXXXXX', '76210', '4713', 'Ingresos de crédito a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4715, 'PCG08-PYME','INCOME', 'XXXXXX', '76211', '4713', 'Ingresos de crédito a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4716, 'PCG08-PYME','INCOME', 'XXXXXX', '76212', '4713', 'Ingresos de crédito a corto plazo otras partes asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4717, 'PCG08-PYME','INCOME', 'XXXXXX', '76213', '4713', 'Ingresos de crédito a corto plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4718, 'PCG08-PYME','INCOME', 'XXXXXX', '763',  '4696', 'Beneficios por valorización de activos y pasivos financieros por su valor razonable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4719, 'PCG08-PYME','INCOME', 'XXXXXX', '766',  '4696', 'Beneficios en participaciones y valores representativos de deuda', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4720, 'PCG08-PYME','INCOME', 'XXXXXX', '7660', '4719', 'Beneficios en participaciones y valores representativos de deuda a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4721, 'PCG08-PYME','INCOME', 'XXXXXX', '7661', '4719', 'Beneficios en participaciones y valores representativos de deuda a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4722, 'PCG08-PYME','INCOME', 'XXXXXX', '7662', '4719', 'Beneficios en participaciones y valores representativos de deuda a largo plazo otras partes asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4723, 'PCG08-PYME','INCOME', 'XXXXXX', '7663', '4719', 'Beneficios en participaciones y valores representativos de deuda a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4724, 'PCG08-PYME','INCOME', 'XXXXXX', '7665', '4719', 'Beneficios en participaciones y valores representativos de deuda a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4725, 'PCG08-PYME','INCOME', 'XXXXXX', '7666', '4719', 'Beneficios en participaciones y valores representativos de deuda a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4726, 'PCG08-PYME','INCOME', 'XXXXXX', '7667', '4719', 'Beneficios en participaciones y valores representativos de deuda a corto plazo otras partes asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4727, 'PCG08-PYME','INCOME', 'XXXXXX', '7668', '4719', 'Beneficios en participaciones y valores representativos de deuda a corto plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4728, 'PCG08-PYME','INCOME', 'XXXXXX', '768',  '4696', 'Diferencias positivas de cambio', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4729, 'PCG08-PYME','INCOME', 'XXXXXX', '769',  '4696', 'Otros ingresos financieros', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4730, 'PCG08-PYME','INCOME', 'XXXXXX', '77',   '4007', 'Beneficios procedentes de activos no corrientes e ingresos excepcionales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4731, 'PCG08-PYME','INCOME', 'XXXXXX', '770',  '4730', 'Beneficios procedentes del inmovilizado intangible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4732, 'PCG08-PYME','INCOME', 'XXXXXX', '771',  '4730', 'Beneficios procedentes del inmovilizado material', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4733, 'PCG08-PYME','INCOME', 'XXXXXX', '772',  '4730', 'Beneficios procedentes de las inversiones inmobiliarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4734, 'PCG08-PYME','INCOME', 'XXXXXX', '773',  '4730', 'Beneficios procedentes de participaciones a largo plazo en partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4735, 'PCG08-PYME','INCOME', 'XXXXXX', '7733', '4734', 'Beneficios procedentes de participaciones a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4736, 'PCG08-PYME','INCOME', 'XXXXXX', '7734', '4734', 'Beneficios procedentes de participaciones a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4737, 'PCG08-PYME','INCOME', 'XXXXXX', '7735', '4734', 'Beneficios procedentes de participaciones a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4738, 'PCG08-PYME','INCOME', 'XXXXXX', '775',  '4730', 'Beneficios por operaciones con obligaciones propias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4739, 'PCG08-PYME','INCOME', 'XXXXXX', '778',  '4730', 'Ingresos excepcionales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4741, 'PCG08-PYME','INCOME', 'XXXXXX', '79',   '4007', 'Excesos y aplicaciones de provisiones y pérdidas por deterioro', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4742, 'PCG08-PYME','INCOME', 'XXXXXX', '790',  '4741', 'Revisión del deterioro del inmovilizado intangible', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4743, 'PCG08-PYME','INCOME', 'XXXXXX', '791',  '4741', 'Revisión del deterioro del inmovilizado material', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4744, 'PCG08-PYME','INCOME', 'XXXXXX', '792',  '4741', 'Revisión del deterioro de las inversiones inmobiliarias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4745, 'PCG08-PYME','INCOME', 'XXXXXX', '793',  '4741', 'Revisión del deterioro de las existencias', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4746, 'PCG08-PYME','INCOME', 'XXXXXX', '7930', '4745', 'Revisión del deterioro de productos terminados y en curso de fabricación', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4747, 'PCG08-PYME','INCOME', 'XXXXXX', '7931', '4745', 'Revisión del deterioro de mercaderías', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4748, 'PCG08-PYME','INCOME', 'XXXXXX', '7932', '4745', 'Revisión del deterioro de materias primas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4749, 'PCG08-PYME','INCOME', 'XXXXXX', '7933', '4745', 'Revisión del deterioro de otros aprovisionamientos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4750, 'PCG08-PYME','INCOME', 'XXXXXX', '794',  '4741', 'Revisión del deterioro de créditos por operaciones comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4751, 'PCG08-PYME','INCOME', 'XXXXXX', '795',  '4741', 'Exceso de provisiones', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4752, 'PCG08-PYME','INCOME', 'XXXXXX', '7951', '4751', 'Exceso de provisión para impuestos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4753, 'PCG08-PYME','INCOME', 'XXXXXX', '7952', '4751', 'Exceso de provisión para otras responsabilidades', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4755, 'PCG08-PYME','INCOME', 'XXXXXX', '7954', '4751', 'Exceso de provisión para operaciones comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4756, 'PCG08-PYME','INCOME', 'XXXXXX', '79544','4755', 'Exceso de provisión por contratos onerosos', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4757, 'PCG08-PYME','INCOME', 'XXXXXX', '79549','4755', 'Exceso de provisión para otras operaciones comerciales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4758, 'PCG08-PYME','INCOME', 'XXXXXX', '7955', '4751', 'Exceso de provisión para actuaciones medioambienteales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4759, 'PCG08-PYME','INCOME', 'XXXXXX', '796',  '4741', 'Revisión del deterioro de participaciones y valores representativos de deuda a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4760, 'PCG08-PYME','INCOME', 'XXXXXX', '7960', '4759', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4761, 'PCG08-PYME','INCOME', 'XXXXXX', '7961', '4759', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4762, 'PCG08-PYME','INCOME', 'XXXXXX', '7962', '4759', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4763, 'PCG08-PYME','INCOME', 'XXXXXX', '7963', '4759', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4764, 'PCG08-PYME','INCOME', 'XXXXXX', '7965', '4759', 'Revisión del deterioro de valores representativos a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4765, 'PCG08-PYME','INCOME', 'XXXXXX', '7966', '4759', 'Revisión del deterioro de valores representativos a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4766, 'PCG08-PYME','INCOME', 'XXXXXX', '7967', '4759', 'Revisión del deterioro de valores representativos a largo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4767, 'PCG08-PYME','INCOME', 'XXXXXX', '7968', '4759', 'Revisión del deterioro de valores representativos a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4768, 'PCG08-PYME','INCOME', 'XXXXXX', '797',  '4741', 'Revisión del deterioro de créditos a largo plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4769, 'PCG08-PYME','INCOME', 'XXXXXX', '7970', '4768', 'Revisión del deterioro de créditos a largo plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4770, 'PCG08-PYME','INCOME', 'XXXXXX', '7971', '4768', 'Revisión del deterioro de créditos a largo plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4771, 'PCG08-PYME','INCOME', 'XXXXXX', '7972', '4768', 'Revisión del deterioro de créditos a largo plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4772, 'PCG08-PYME','INCOME', 'XXXXXX', '7973', '4768', 'Revisión del deterioro de créditos a largo plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4773, 'PCG08-PYME','INCOME', 'XXXXXX', '798',  '4741', 'Revisión del deterioro de participaciones y valores representativos de deuda a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4774, 'PCG08-PYME','INCOME', 'XXXXXX', '7980', '4773', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4775, 'PCG08-PYME','INCOME', 'XXXXXX', '7981', '4773', 'Revisión del deterioro de participaciones en instrumentos de patrimonio neto a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4776, 'PCG08-PYME','INCOME', 'XXXXXX', '7985', '4773', 'Revisión del deterioro de valores representativos de deuda a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4777, 'PCG08-PYME','INCOME', 'XXXXXX', '7986', '4773', 'Revisión del deterioro de valores representativos de deuda a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4778, 'PCG08-PYME','INCOME', 'XXXXXX', '7987', '4773', 'Revisión del deterioro de valores representativos de deuda a corto plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4779, 'PCG08-PYME','INCOME', 'XXXXXX', '7988', '4773', 'Revisión del deterioro de valores representativos de deuda a corto plazo otras empresas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4780, 'PCG08-PYME','INCOME', 'XXXXXX', '799',  '4741', 'Revisión del deterioro de créditos a corto plazo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4781, 'PCG08-PYME','INCOME', 'XXXXXX', '7990', '4780', 'Revisión del deterioro de créditos a corto plazo empresas del grupo', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4782, 'PCG08-PYME','INCOME', 'XXXXXX', '7991', '4780', 'Revisión del deterioro de créditos a corto plazo empresas asociadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4783, 'PCG08-PYME','INCOME', 'XXXXXX', '7992', '4780', 'Revisión del deterioro de créditos a corto plazo otras partes vinculadas', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4784, 'PCG08-PYME','INCOME', 'XXXXXX', '7993', '4780', 'Revisión del deterioro de créditos a corto plazo otras empresas', 1);
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_fr.sql b/htdocs/install/mysql/data/llx_accounting_account_fr.sql
    index 9640837fe85..68ed8618bc7 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_fr.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_fr.sql
    @@ -20,1445 +20,1449 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l''install et tous les sigles '--' sont supprimés.
     --                                                         
    --- ID    0 - 1999
    --- ID 5000 - 5999
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '1', NULL, 'Fonds propres, provisions pour risques et charges et dettes à plus d\'un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '2', NULL, 'Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '3', NULL, 'Stock et commandes en cours d\'exécution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Créances et dettes à un an au plus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'FINAN', 'XXXXXX', '5', NULL, 'Placement de trésorerie et de valeurs disponibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '6', NULL, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '7', NULL, 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'CAPITAL', '101', '1', 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '105', '1', 'Ecarts de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '1061', '1', 'Réserve légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '1063', '1', 'Réserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '1064', '1', 'Réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '1068', '1', 'Autres réserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '108', '1', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '12', '1', 'Résultat de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '145', '1', 'Amortissements dérogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '146', '1', 'Provision spéciale de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '147', '1', 'Plus-values réinvesties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '148', '1', 'Autres provisions réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '20', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '201', '20', 'Frais d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '206', '20', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '207', '20', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '208', '20', 'Autres immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '23', '2', 'Immobilisations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '280', '2', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '281', '2', 'Amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '290', '2', 'Provisions pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '291', '2', 'Provisions pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'IMMO', 'XXXXXX', '297', '2', 'Provisions pour dépréciation des autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '31', '3', 'Matieres premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '32', '3', 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '33', '3', 'En-cours de production de biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '34', '3', 'En-cours de production de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '35', '3', 'Stocks de produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '37', '3', 'Stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '391', '3', 'Provisions pour dépréciation des matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '392', '3', 'Provisions pour dépréciation des autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '393', '3', 'Provisions pour dépréciation des en-cours de production de biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '394', '3', 'Provisions pour dépréciation des en-cours de production de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '395', '3', 'Provisions pour dépréciation des stocks de produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'STOCK', 'XXXXXX', '397', '3', 'Provisions pour dépréciation des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'SUPPLIER', '400', '4', 'Fournisseurs et Comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '409', '4', 'Fournisseurs débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'CUSTOMER', '410', '4', 'Clients et Comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '419', '4', 'Clients créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '421', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '428', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Sécurité sociale et autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '444', '4', 'Etat - impôts sur bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '445', '4', 'Etat - Taxes sur chiffre affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '447', '4', 'Autres impôts, taxes et versements assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Groupe et associes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '455', '45', 'Associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Débiteurs divers et créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Comptes transitoires ou d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '481', '4', 'Charges à répartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '486', '4', 'Charges constatées d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '487', '4', 'Produits constatés d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '491', '4', 'Provisions pour dépréciation des comptes de clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'THIRDPARTY', 'XXXXXX', '496', '4', 'Provisions pour dépréciation des comptes de débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'FINAN', 'XXXXXX', '50', '5', 'Valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'FINAN', 'BANK', '51', '5', 'Banques, établissements financiers et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'FINAN', 'CASH', '53', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'FINAN', 'XXXXXX', '54', '5', 'Régies d\'avance et accréditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'FINAN', 'XXXXXX', '58', '5', 'Virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'FINAN', 'XXXXXX', '590', '5', 'Provisions pour dépréciation des valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'PRODUCT', '60', '6', 'Achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '603', '60', 'Variations des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'SERVICE', '61', '6', 'Services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '62', '6', 'Autres services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '63', '6', 'Impôts, taxes et versements assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'SALARY', '641', '6', 'Rémunérations du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'SALARY', '644', '6', 'Rémunération du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'SOCIAL', '645', '6', 'Charges de sécurité sociale et de prévoyance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '646', '6', 'Cotisations sociales personnelles de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges de gestion courante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '67', '6', 'Charges exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '681', '6', 'Dotations aux amortissements et aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '686', '6', 'Dotations aux amortissements et aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '687', '6', 'Dotations aux amortissements et aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '691', '6', 'Participation des salariés aux résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'TAX', '695', '6', 'Impôts sur les bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'TAX', '697', '6', 'Imposition forfaitaire annuelle des sociétés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'EXPENSE', 'XXXXXX', '699', '6', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'PRODUCT', '701', '7', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'SERVICE', '706', '7', 'Prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'PRODUCT', '707', '7', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'SERVICE', '708', '7', 'Produits des activités annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '709', '7', 'Rabais, remises et ristournes accordés par l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '713', '7', 'Variation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '73', '7', 'Produits nets partiels sur opérations à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '74', '7', 'Subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits de gestion courante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '753', '75', 'Jetons de présence et rémunérations d\'administrateurs, gérants,...', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '754', '75', 'Ristournes perçues des coopératives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '755', '75', 'Quotes-parts de résultat sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'FIN', '76', '7', 'Produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '77', '7', 'Produits exceptionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '781', '7', 'Reprises sur amortissements et provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '786', '7', 'Reprises sur provisions pour risques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '787', '7', 'Reprises sur provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-ABREGE', 'INCOME', 'XXXXXX', '79', '7', 'Transferts de charges', 1, __ENTITY__);
    +-- ID    0 - 438
    +-- ID 1501 - 5999
    +-- ADD 100000 to rowid # Do no remove this comment --
    +
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1401,'PCG99-ABREGE','CAPIT',        'XXXXXX',   '1',    '0', 'Fonds propres, provisions pour risques et charges et dettes à plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1402,'PCG99-ABREGE','IMMO',         'XXXXXX',   '2',    '0', 'Frais d''établissement. Actifs immobilisés et créances à plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1403,'PCG99-ABREGE','STOCK',        'XXXXXX',   '3',    '0', 'Stock et commandes en cours d''exécution', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1404,'PCG99-ABREGE','THIRDPARTY',   'XXXXXX',   '4',    '0', 'Créances et dettes à un an au plus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1405,'PCG99-ABREGE','FINAN',        'XXXXXX',   '5',    '0', 'Placement de trésorerie et de valeurs disponibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1406,'PCG99-ABREGE','EXPENSE',      'XXXXXX',   '6',    '0', 'Charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1407,'PCG99-ABREGE','INCOME',       'XXXXXX',   '7',    '0', 'Produits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,    1,'PCG99-ABREGE','CAPIT', 'CAPITAL',       '101', '1401', 'Capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,    2,'PCG99-ABREGE','CAPIT', 'XXXXXX',        '105', '1401', 'Ecarts de réévaluation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,    3,'PCG99-ABREGE','CAPIT', 'XXXXXX',       '1061', '1401', 'Réserve légale', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,    4,'PCG99-ABREGE','CAPIT', 'XXXXXX',       '1063', '1401', 'Réserves statutaires ou contractuelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,    5,'PCG99-ABREGE','CAPIT', 'XXXXXX',       '1064', '1401', 'Réserves réglementées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,    6,'PCG99-ABREGE','CAPIT', 'XXXXXX',       '1068', '1401', 'Autres réserves', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,    7,'PCG99-ABREGE','CAPIT', 'XXXXXX',        '108', '1401', 'Compte de l''exploitant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,    8,'PCG99-ABREGE','CAPIT', 'XXXXXX',         '12', '1401', 'Résultat de l''exercice', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,    9,'PCG99-ABREGE','CAPIT', 'XXXXXX',        '145', '1401', 'Amortissements dérogatoires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   10,'PCG99-ABREGE','CAPIT', 'XXXXXX',        '146', '1401', 'Provision spéciale de réévaluation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   11,'PCG99-ABREGE','CAPIT', 'XXXXXX',        '147', '1401', 'Plus-values réinvesties', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   12,'PCG99-ABREGE','CAPIT', 'XXXXXX',        '148', '1401', 'Autres provisions réglementées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   13,'PCG99-ABREGE','CAPIT', 'XXXXXX',         '15', '1401', 'Provisions pour risques et charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   14,'PCG99-ABREGE','CAPIT', 'XXXXXX',         '16', '1401', 'Emprunts et dettes assimilees', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   15,'PCG99-ABREGE', 'IMMO', 'XXXXXX',         '20', '1402', 'Immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   16,'PCG99-ABREGE', 'IMMO', 'XXXXXX',        '201',   '15', 'Frais d''établissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   17,'PCG99-ABREGE', 'IMMO', 'XXXXXX',        '206',	'15', 'Droit au bail', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   18,'PCG99-ABREGE', 'IMMO', 'XXXXXX',        '207',	'15', 'Fonds commercial', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   19,'PCG99-ABREGE', 'IMMO', 'XXXXXX',        '208',	'15', 'Autres immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   20,'PCG99-ABREGE', 'IMMO', 'XXXXXX',         '21', '1402', 'Immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   21,'PCG99-ABREGE', 'IMMO', 'XXXXXX',         '23', '1402', 'Immobilisations en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   22,'PCG99-ABREGE', 'IMMO', 'XXXXXX',         '27', '1402', 'Autres immobilisations financieres', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   23,'PCG99-ABREGE', 'IMMO', 'XXXXXX',        '280', '1402', 'Amortissements des immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   24,'PCG99-ABREGE', 'IMMO', 'XXXXXX',        '281', '1402', 'Amortissements des immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   25,'PCG99-ABREGE', 'IMMO', 'XXXXXX',        '290', '1402', 'Provisions pour dépréciation des immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   26,'PCG99-ABREGE', 'IMMO', 'XXXXXX',        '291', '1402', 'Provisions pour dépréciation des immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   27,'PCG99-ABREGE', 'IMMO', 'XXXXXX',        '297', '1402', 'Provisions pour dépréciation des autres immobilisations financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   28,'PCG99-ABREGE','STOCK', 'XXXXXX',         '31', '1403', 'Matieres premières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   29,'PCG99-ABREGE','STOCK', 'XXXXXX',         '32', '1403', 'Autres approvisionnements', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   30,'PCG99-ABREGE','STOCK', 'XXXXXX',         '33', '1403', 'En-cours de production de biens', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   31,'PCG99-ABREGE','STOCK', 'XXXXXX',         '34', '1403', 'En-cours de production de services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   32,'PCG99-ABREGE','STOCK', 'XXXXXX',         '35', '1403', 'Stocks de produits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   33,'PCG99-ABREGE','STOCK', 'XXXXXX',         '37', '1403', 'Stocks de marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   34,'PCG99-ABREGE','STOCK', 'XXXXXX',        '391', '1403', 'Provisions pour dépréciation des matières premières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   35,'PCG99-ABREGE','STOCK', 'XXXXXX',        '392', '1403', 'Provisions pour dépréciation des autres approvisionnements', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   36,'PCG99-ABREGE','STOCK', 'XXXXXX',        '393', '1403', 'Provisions pour dépréciation des en-cours de production de biens', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   37,'PCG99-ABREGE','STOCK', 'XXXXXX',        '394', '1403', 'Provisions pour dépréciation des en-cours de production de services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   38,'PCG99-ABREGE','STOCK', 'XXXXXX',        '395', '1403', 'Provisions pour dépréciation des stocks de produits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   39,'PCG99-ABREGE','STOCK', 'XXXXXX',        '397', '1403', 'Provisions pour dépréciation des stocks de marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   40,'PCG99-ABREGE','THIRDPARTY', 'SUPPLIER', '400', '1404', 'Fournisseurs et Comptes rattachés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   41,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '409', '1404', 'Fournisseurs débiteurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   42,'PCG99-ABREGE','THIRDPARTY', 'CUSTOMER', '410', '1404', 'Clients et Comptes rattachés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   43,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '419', '1404', 'Clients créditeurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   44,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '421', '1404', 'Personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   45,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '428', '1404', 'Personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   46,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',    '43', '1404', 'Sécurité sociale et autres organismes sociaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   47,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '444', '1404', 'Etat - impôts sur bénéfice', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   48,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '445', '1404', 'Etat - Taxes sur chiffre affaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   49,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '447', '1404', 'Autres impôts, taxes et versements assimilés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   50,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',    '45', '1404', 'Groupe et associes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   51,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '455',   '50', 'Associés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   52,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',    '46', '1404', 'Débiteurs divers et créditeurs divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   53,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',    '47', '1404', 'Comptes transitoires ou d''attente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   54,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '481', '1404', 'Charges à répartir sur plusieurs exercices', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   55,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '486', '1404', 'Charges constatées d''avance', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   56,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '487', '1404', 'Produits constatés d''avance', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   57,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '491', '1404', 'Provisions pour dépréciation des comptes de clients', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   58,'PCG99-ABREGE','THIRDPARTY', 'XXXXXX',   '496', '1404', 'Provisions pour dépréciation des comptes de débiteurs divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   59,'PCG99-ABREGE','FINAN', 'XXXXXX',         '50', '1405', 'Valeurs mobilières de placement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   60,'PCG99-ABREGE','FINAN', 'BANK',           '51', '1405', 'Banques, établissements financiers et assimilés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   61,'PCG99-ABREGE','FINAN', 'CASH',           '53', '1405', 'Caisse', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   62,'PCG99-ABREGE','FINAN', 'XXXXXX',         '54', '1405', 'Régies d''avance et accréditifs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   63,'PCG99-ABREGE','FINAN', 'XXXXXX',         '58', '1405', 'Virements internes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   64,'PCG99-ABREGE','FINAN', 'XXXXXX',        '590', '1405', 'Provisions pour dépréciation des valeurs mobilières de placement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   65,'PCG99-ABREGE','EXPENSE','PRODUCT',       '60', '1406', 'Achats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   66,'PCG99-ABREGE','EXPENSE','XXXXXX',       '603',   '65', 'Variations des stocks', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   67,'PCG99-ABREGE','EXPENSE','SERVICE',       '61', '1406', 'Services extérieurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   68,'PCG99-ABREGE','EXPENSE','XXXXXX',        '62', '1406', 'Autres services extérieurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   69,'PCG99-ABREGE','EXPENSE','XXXXXX',        '63', '1406', 'Impôts, taxes et versements assimiles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   70,'PCG99-ABREGE','EXPENSE','SALARY',       '641', '1406', 'Rémunérations du personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   71,'PCG99-ABREGE','EXPENSE','SALARY',       '644', '1406', 'Rémunération du travail de l''exploitant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   72,'PCG99-ABREGE','EXPENSE','SOCIAL',       '645', '1406', 'Charges de sécurité sociale et de prévoyance', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   73,'PCG99-ABREGE','EXPENSE','XXXXXX',       '646', '1406', 'Cotisations sociales personnelles de l''exploitant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   74,'PCG99-ABREGE','EXPENSE','XXXXXX',        '65', '1406', 'Autres charges de gestion courante', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   75,'PCG99-ABREGE','EXPENSE','XXXXXX',        '66', '1406', 'Charges financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   76,'PCG99-ABREGE','EXPENSE','XXXXXX',        '67', '1406', 'Charges exceptionnelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   77,'PCG99-ABREGE','EXPENSE','XXXXXX',       '681', '1406', 'Dotations aux amortissements et aux provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   78,'PCG99-ABREGE','EXPENSE','XXXXXX',       '686', '1406', 'Dotations aux amortissements et aux provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   79,'PCG99-ABREGE','EXPENSE','XXXXXX',       '687', '1406', 'Dotations aux amortissements et aux provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   80,'PCG99-ABREGE','EXPENSE','XXXXXX',       '691', '1406', 'Participation des salariés aux résultats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   81,'PCG99-ABREGE','EXPENSE','TAX',          '695', '1406', 'Impôts sur les bénéfices', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   82,'PCG99-ABREGE','EXPENSE','TAX',          '697', '1406', 'Imposition forfaitaire annuelle des sociétés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   83,'PCG99-ABREGE','EXPENSE','XXXXXX',       '699', '1406', 'Produits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   84,'PCG99-ABREGE','INCOME',  'PRODUCT',     '701', '1407', 'Ventes de produits finis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   85,'PCG99-ABREGE','INCOME',  'SERVICE',     '706', '1407', 'Prestations de services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   86,'PCG99-ABREGE','INCOME',  'PRODUCT',     '707', '1407', 'Ventes de marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   87,'PCG99-ABREGE','INCOME',  'SERVICE',     '708', '1407', 'Produits des activités annexes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   88,'PCG99-ABREGE','INCOME',   'XXXXXX',     '709', '1407', 'Rabais, remises et ristournes accordés par l''entreprise', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   89,'PCG99-ABREGE','INCOME',   'XXXXXX',     '713', '1407', 'Variation des stocks', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   90,'PCG99-ABREGE','INCOME',   'XXXXXX',      '72', '1407', 'Production immobilisée', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   91,'PCG99-ABREGE','INCOME',   'XXXXXX',      '73', '1407', 'Produits nets partiels sur opérations à long terme', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   92,'PCG99-ABREGE','INCOME',   'XXXXXX',      '74', '1407', 'Subventions d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   93,'PCG99-ABREGE','INCOME',   'XXXXXX',      '75', '1407', 'Autres produits de gestion courante', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   94,'PCG99-ABREGE','INCOME',   'XXXXXX',     '753',   '93', 'Jetons de présence et rémunérations d''administrateurs, gérants,...', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   95,'PCG99-ABREGE','INCOME',   'XXXXXX',     '754',   '93', 'Ristournes perçues des coopératives', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   96,'PCG99-ABREGE','INCOME',   'XXXXXX',     '755',	 '93', 'Quotes-parts de résultat sur opérations faites en commun', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   97,'PCG99-ABREGE','INCOME',      'FIN',      '76', '1407', 'Produits financiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   98,'PCG99-ABREGE','INCOME',   'XXXXXX',      '77', '1407', 'Produits exceptionnels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,   99,'PCG99-ABREGE','INCOME',   'XXXXXX',     '781', '1407', 'Reprises sur amortissements et provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  100,'PCG99-ABREGE','INCOME',   'XXXXXX',     '786', '1407', 'Reprises sur provisions pour risques', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  101,'PCG99-ABREGE','INCOME',   'XXXXXX',     '787', '1407', 'Reprises sur provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  102,'PCG99-ABREGE','INCOME',   'XXXXXX',      '79', '1407', 'Transferts de charges', 1);
     
     --
     -- Descriptif des plans comptables FR PCG99-BASE
     --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '1', NULL, 'Fonds propres, provisions pour risques et charges et dettes à plus d\'un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '2', NULL, 'Frais d\'établissement. Actifs immobilisés et créances à plus d\'un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '3', NULL, 'Stock et commandes en cours d\'exécution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Créances et dettes à un an au plus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '5', NULL, 'Placement de trésorerie et de valeurs disponibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '6', NULL, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '7', NULL, 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '10', '1', 'Capital  et réserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'CAPITAL', '101', '10', 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '104', '10', 'Primes liées au capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '105', '10', 'Ecarts de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '106', '10', 'Réserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '107', '10', 'Ecart d\'equivalence', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '108', '10', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '109', '10', 'Actionnaires : capital souscrit - non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '11', '1', 'Report à nouveau (solde créditeur ou débiteur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '110', '11', 'Report à nouveau (solde créditeur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '119', '11', 'Report à nouveau (solde débiteur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '12', '1', 'Résultat de l\'exercice (bénéfice ou perte)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '120', '12', 'Résultat de l\'exercice (bénéfice)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '129', '12', 'Résultat de l\'exercice (perte)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '13', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '131', '13', 'Subventions d\'équipement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '138', '13', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '139', '13', 'Subventions d\'investissement inscrites au compte de résultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '14', '1', 'Provisions réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '142', '14', 'Provisions réglementées relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '143', '14', 'Provisions réglementées relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '144', '14', 'Provisions réglementées relatives aux autres éléments de l\'actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '145', '14', 'Amortissements dérogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '146', '14', 'Provision spéciale de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '147', '14', 'Plus-values réinvesties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '148', '14', 'Autres provisions réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '151', '15', 'Provisions pour risques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '153', '15', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '154', '15', 'Provisions pour restructurations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions pour impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour charges à répartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions pour charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '163', '16', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '164', '16', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '165', '16', 'Dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '166', '16', 'Participation des salariés aux résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '167', '16', 'Emprunts et dettes assortis de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '169', '16', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '171', '17', 'Dettes rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '174', '17', 'Dettes rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '178', '17', 'Dettes rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '18', '1', 'Comptes de liaison des établissements et sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '181', '18', 'Comptes de liaison des établissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '186', '18', 'Biens et prestations de services échangés entre établissements (charges)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '187', '18', 'Biens et prestations de services échangés entre établissements (produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '20', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '201', '20', 'Frais d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '203', '20', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '205', '20', 'Concessions et droits similaires, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '206', '20', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '207', '20', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '208', '20', 'Autres immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '211', '21', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '212', '21', 'Agencements et aménagements de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '213', '21', 'Constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '214', '21', 'Constructions sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '215', '21', 'Installations techniques, matériels et outillage industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '218', '21', 'Autres immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '22', '2', 'Immobilisations mises en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '23', '2', 'Immobilisations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '231', '23', 'Immobilisations corporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '232', '23', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '237', '23', 'Avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '238', '23', 'Avances et acomptes versés sur commandes d\'immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '25', '2', 'Parts dans des entreprises liées et créances sur des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '26', '2', 'Participations et créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '266', '26', 'Autres formes de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '267', '26', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '268', '26', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '269', '26', 'Versements restant à effectuer sur titres de participation non libérés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '271', '271', 'Titres immobilisés autres que les titres immobilisés de l\'activité de portefeuille (droit de propriété)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '272', '271', 'Titres immobilisés (droit de créance)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '273', '271', 'Titres immobilisés de l\'activité de portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '274', '271', 'Prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '275', '271', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '276', '271', 'Autres créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '277', '271', '(Actions propres ou parts propres)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '279', '271', 'Versements restant à effectuer sur titres immobilisés non libérés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '28', '2', 'Amortissements des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '280', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des immobilisations mises en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '29', '2', 'Dépréciations des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '290', '29', 'Dépréciations des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '291', '29', 'Dépréciations des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '292', '29', 'Dépréciations des immobilisations mises en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '293', '29', 'Dépréciations des immobilisations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '296', '29', 'Provisions pour dépréciation des participations et créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'IMMO', 'XXXXXX', '297', '29', 'Provisions pour dépréciation des autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '31', '3', 'Matières premières (et fournitures)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '311', '31', 'Matières (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '312', '31', 'Matières (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '317', '31', 'Fournitures A, B, C,', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '32', '3', 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '321', '32', 'Matières consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '322', '32', 'Fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '326', '32', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '33', '3', 'En-cours de production de biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '331', '33', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '335', '33', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '34', '3', 'En-cours de production de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '341', '34', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '345', '34', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '35', '3', 'Stocks de produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '351', '35', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '355', '35', 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '358', '35', 'Produits résiduels (ou matières de récupération)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '37', '3', 'Stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '371', '37', 'Marchandises (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '372', '37', 'Marchandises (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '39', '3', 'Provisions pour dépréciation des stocks et en-cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '391', '39', 'Provisions pour dépréciation des matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '392', '39', 'Provisions pour dépréciation des autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '393', '39', 'Provisions pour dépréciation des en-cours de production de biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '394', '39', 'Provisions pour dépréciation des en-cours de production de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '395', '39', 'Provisions pour dépréciation des stocks de produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'STOCK', 'XXXXXX', '397', '39', 'Provisions pour dépréciation des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '40', '4', 'Fournisseurs et Comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '400', '40', 'Fournisseurs et Comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'SUPPLIER', '401', '40', 'Fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '403', '40', 'Fournisseurs - Effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '404', '40', 'Fournisseurs d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '405', '40', 'Fournisseurs d\'immobilisations - Effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '408', '40', 'Fournisseurs - Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '409', '40', 'Fournisseurs débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '410', '41', 'Clients et Comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'CUSTOMER', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '413', '41', 'Clients - Effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Clients douteux ou litigieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients - Produits non encore facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel - Rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Comités d\'entreprises, d\'établissement, ...', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Participation des salariés aux résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Personnel - Avances et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel - Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel - Oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel - Charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Sécurité sociale et autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Sécurité sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '437', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux - Charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '44', '4', 'État et autres collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '441', '44', 'État - Subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat - Impôts et taxes recouvrables sur des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Opérations particulières avec l\'Etat, les collectivités publiques, les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat - Impôts sur les bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat - Taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Autres impôts, taxes et versements assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat - Charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Quotas d\'émission à restituer à l\'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Groupe et associes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '455', '45', 'Associés - Comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '456', '45', 'Associés - Opérations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '457', '45', 'Associés - Dividendes à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Associés - Opérations faites en commun et en G.I.E.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Débiteurs divers et créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '464', '46', 'Dettes sur acquisitions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Créances sur cessions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Autres comptes débiteurs ou créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '468', '46', 'Divers - Charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Comptes transitoires ou d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Différence de conversion - Actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Différences de conversion - Passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Autres comptes transitoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Comptes de régularisation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Charges à répartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Charges constatées d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '487', '48', 'Produits constatés d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Comptes de répartition périodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '489', '48', 'Quotas d\'émission alloués par l\'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Provisions pour dépréciation des comptes de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Provisions pour dépréciation des comptes de clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Provisions pour dépréciation des comptes du groupe et des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Provisions pour dépréciation des comptes de débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '50', '5', 'Valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '501', '50', 'Parts dans des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '502', '50', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '503', '50', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '504', '50', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '505', '50', 'Obligations et bons émis par la société et rachetés par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '506', '50', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '507', '50', 'Bons du Trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '508', '50', 'Autres valeurs mobilières de placement et autres créances assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '509', '50', 'Versements restant à effectuer sur valeurs mobilières de placement non libérées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '51', '5', 'Banques, établissements financiers et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '511', '51', 'Valeurs à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'BANK', '512', '51', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '514', '51', 'Chèques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '515', '51', 'Caisses du Trésor et des établissements publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '516', '51', 'Sociétés de bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '517', '51', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '518', '51', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '519', '51', 'Concours bancaires courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '52', '5', 'Instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'CASH', '53', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '531', '53', 'Caisse siège social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '532', '53', 'Caisse succursale (ou usine) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '533', '53', 'Caisse succursale (ou usine) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '54', '5', 'Régies d\'avance et accréditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '58', '5', 'Virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '59', '5', 'Provisions pour dépréciation des comptes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'FINAN', 'XXXXXX', '590', '59', 'Provisions pour dépréciation des valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '60', '6', 'Achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'PRODUCT', '601', '60', 'Achats stockés - Matières premières (et fournitures)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'PRODUCT', '602', '60', 'Achats stockés - Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'PRODUCT', '603', '60', 'Variations des stocks (approvisionnements et marchandises)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'SERVICE', '604', '60', 'Achats études et prestation de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'PRODUCT', '605', '60', 'Achats de matériel, équipements et travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'PRODUCT', '606', '60', 'Achats non stockés de matière et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'PRODUCT', '607', '60', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '608', '60', '(Compte réservé, le cas échéant, à la récapitulation des frais accessoires incorporés aux achats)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '609', '60', 'Rabais, remises et ristournes obtenus sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'SERVICE', '61', '6', 'Services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'SERVICE', '611', '61', 'Sous-traitance générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '612', '61', 'Redevances de crédit-bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '613', '61', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '614', '61', 'Charges locatives et de copropriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'SERVICE', '615', '61', 'Entretien et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '616', '61', 'Primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '617', '61', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '618', '61', 'Divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '619', '61', 'Rabais, remises et ristournes obtenus sur services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '62', '6', 'Autres services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '621', '62', 'Personnel extérieur à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '622', '62', 'Rémunérations d\'intermédiaires et honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '623', '62', 'Publicité, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '624', '62', 'Transports de biens et transports collectifs du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '625', '62', 'Déplacements, missions et réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '626', '62', 'Frais postaux et de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '627', '62', 'Services bancaires et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '628', '62', 'Divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '629', '62', 'Rabais, remises et ristournes obtenus sur autres services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '63', '6', 'Impôts, taxes et versements assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '631', '63', 'Impôts, taxes et versements assimilés sur rémunérations (administrations des impôts)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '633', '63', 'Impôts, taxes et versements assimilés sur rémunérations (autres organismes)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '635', '63', 'Autres impôts, taxes et versements assimilés (administrations des impôts)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '637', '63', 'Autres impôts, taxes et versements assimilés (autres organismes)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '64', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '641', '64', 'Rémunérations du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '644', '64', 'Rémunération du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'SOCIAL', '645', '64', 'Charges de sécurité sociale et de prévoyance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '646', '64', 'Cotisations sociales personnelles de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '647', '64', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges de gestion courante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '651', '65', 'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '653', '65', 'Jetons de présence', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '654', '65', 'Pertes sur créances irrécouvrables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '655', '65', 'Quote-part de résultat sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses de gestion courante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '661', '66', 'Charges d\'intérêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '664', '66', 'Pertes sur créances liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '665', '66', 'Escomptes accordés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '666', '66', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '667', '66', 'Charges nettes sur cessions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '67', '6', 'Charges exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '671', '67', 'Charges exceptionnelles sur opérations de gestion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '672', '67', '(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les charges sur exercices antérieurs)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '675', '67', 'Valeurs comptables des éléments d\'actif cédés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '678', '67', 'Autres charges exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aux amortissements et aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements et aux provisions - Charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '686', '68', 'Dotations aux amortissements et aux provisions - Charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements et aux provisions - Charges exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '69', '6', 'Participation des salariés - impôts sur les bénéfices et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '691', '69', 'Participation des salariés aux résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '695', '69', 'Impôts sur les bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '696', '69', 'Suppléments d\'impôt sur les sociétés liés aux distributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '697', '69', 'Imposition forfaitaire annuelle des sociétés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '698', '69', 'Intégration fiscale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'EXPENSE', 'XXXXXX', '699', '69', 'Produits - Reports en arrière des déficits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '70', '7', 'Ventes de produits fabriqués, prestations de services, marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'PRODUCT', '701', '70', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'PRODUCT', '702', '70', 'Ventes de produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'PRODUCT', '703', '70', 'Ventes de produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'SERVICE', '704', '70', 'Travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'SERVICE', '705', '70', 'Etudes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'SERVICE', '706', '70', 'Prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'PRODUCT', '707', '70', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'PRODUCT', '708', '70', 'Produits des activités annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '709', '70', 'Rabais, remises et ristournes accordés par l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '71', '7', 'Production stockée (ou déstockage)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '713', '71', 'Variation des stocks (en-cours de production, produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '74', '7', 'Subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits de gestion courante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '751', '75', 'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '752', '75', 'Revenus des immeubles non affectés à des activités professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '753', '75', 'Jetons de présence et rémunérations d\'administrateurs, gérants,...', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '754', '75', 'Ristournes perçues des coopératives (provenant des excédents)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '755', '75', 'Quotes-parts de résultat sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers de gestion courante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'FIN', '76', '7', 'Produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '761', '76', 'Produits de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '762', '76', 'Produits des autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '763', '76', 'Revenus des autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '764', '76', 'Revenus des valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '765', '76', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '766', '76', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '767', '76', 'Produits nets sur cessions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'FIN', '768', '76', 'Autres produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '77', '7', 'Produits exceptionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '771', '77', 'Produits exceptionnels sur opérations de gestion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '772', '77', '(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les produits sur exercices antérieurs)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '775', '77', 'Produits des cessions d\'éléments d\'actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '777', '77', 'Quote-part des subventions d\'investissement virée au résultat de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '778', '77', 'Autres produits exceptionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '78', '7', 'Reprises sur amortissements et provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '781', '78', 'Reprises sur amortissements et provisions (à inscrire dans les produits d\'exploitation)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '786', '78', 'Reprises sur provisions pour risques (à inscrire dans les produits financiers)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '787', '78', 'Reprises sur provisions (à inscrire dans les produits exceptionnels)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '79', '7', 'Transferts de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '791', '79', 'Transferts de charges d\'exploitation ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '796', '79', 'Transferts de charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG99-BASE', 'INCOME', 'XXXXXX', '797', '79', 'Transferts de charges exceptionnelles', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1501,'PCG99-BASE','CAPIT',       'XXXXXX',   '1',   '0', 'Fonds propres, provisions pour risques et charges et dettes à plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1502,'PCG99-BASE','IMMO',        'XXXXXX',   '2',   '0', 'Frais d''établissement. Actifs immobilisés et créances à plus d''un an', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1503,'PCG99-BASE','STOCK',       'XXXXXX',   '3',   '0', 'Stock et commandes en cours d''exécution', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1504,'PCG99-BASE','THIRDPARTY',  'XXXXXX',   '4',   '0', 'Créances et dettes à un an au plus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1505,'PCG99-BASE','FINAN',       'XXXXXX',   '5',   '0', 'Placement de trésorerie et de valeurs disponibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1506,'PCG99-BASE','EXPENSE',     'XXXXXX',   '6',   '0', 'Charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1507,'PCG99-BASE','INCOME',      'XXXXXX',   '7',   '0', 'Produits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  103,'PCG99-BASE','CAPIT', 'XXXXXX',   '10','1501', 'Capital  et réserves', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  104,'PCG99-BASE','CAPIT', 'CAPITAL', '101', '103', 'Capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  105,'PCG99-BASE','CAPIT', 'XXXXXX',  '104', '103', 'Primes liées au capital social', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  106,'PCG99-BASE','CAPIT', 'XXXXXX',  '105', '103', 'Ecarts de réévaluation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  107,'PCG99-BASE','CAPIT', 'XXXXXX',  '106', '103', 'Réserves', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  108,'PCG99-BASE','CAPIT', 'XXXXXX',  '107', '103', 'Ecart d''equivalence', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  109,'PCG99-BASE','CAPIT', 'XXXXXX',  '108', '103', 'Compte de l''exploitant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  110,'PCG99-BASE','CAPIT', 'XXXXXX',  '109', '103', 'Actionnaires : capital souscrit - non appelé', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  111,'PCG99-BASE','CAPIT', 'XXXXXX',   '11','1501', 'Report à nouveau (solde créditeur ou débiteur)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  112,'PCG99-BASE','CAPIT', 'XXXXXX',  '110', '111', 'Report à nouveau (solde créditeur)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  113,'PCG99-BASE','CAPIT', 'XXXXXX',  '119', '111', 'Report à nouveau (solde débiteur)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  114,'PCG99-BASE','CAPIT', 'XXXXXX',   '12','1501', 'Résultat de l''exercice (bénéfice ou perte)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  115,'PCG99-BASE','CAPIT', 'XXXXXX',  '120', '114', 'Résultat de l''exercice (bénéfice)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  116,'PCG99-BASE','CAPIT', 'XXXXXX',  '129', '114', 'Résultat de l''exercice (perte)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  117,'PCG99-BASE','CAPIT', 'XXXXXX',   '13','1501', 'Subventions d''investissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  118,'PCG99-BASE','CAPIT', 'XXXXXX',  '131', '117', 'Subventions d''équipement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  119,'PCG99-BASE','CAPIT', 'XXXXXX',  '138', '117', 'Autres subventions d''investissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  120,'PCG99-BASE','CAPIT', 'XXXXXX',  '139', '117', 'Subventions d''investissement inscrites au compte de résultat', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  121,'PCG99-BASE','CAPIT', 'XXXXXX',   '14','1501', 'Provisions réglementées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  122,'PCG99-BASE','CAPIT', 'XXXXXX',  '142', '121', 'Provisions réglementées relatives aux immobilisations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  123,'PCG99-BASE','CAPIT', 'XXXXXX',  '143', '121', 'Provisions réglementées relatives aux stocks', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  124,'PCG99-BASE','CAPIT', 'XXXXXX',  '144', '121', 'Provisions réglementées relatives aux autres éléments de l''actif', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  125,'PCG99-BASE','CAPIT', 'XXXXXX',  '145', '121', 'Amortissements dérogatoires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  126,'PCG99-BASE','CAPIT', 'XXXXXX',  '146', '121', 'Provision spéciale de réévaluation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  127,'PCG99-BASE','CAPIT', 'XXXXXX',  '147', '121', 'Plus-values réinvesties', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  128,'PCG99-BASE','CAPIT', 'XXXXXX',  '148', '121', 'Autres provisions réglementées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  129,'PCG99-BASE','CAPIT', 'XXXXXX',   '15','1501', 'Provisions pour risques et charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  130,'PCG99-BASE','CAPIT', 'XXXXXX',  '151', '129', 'Provisions pour risques', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  131,'PCG99-BASE','CAPIT', 'XXXXXX',  '153', '129', 'Provisions pour pensions et obligations similaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  132,'PCG99-BASE','CAPIT', 'XXXXXX',  '154', '129', 'Provisions pour restructurations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  133,'PCG99-BASE','CAPIT', 'XXXXXX',  '155', '129', 'Provisions pour impôts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  134,'PCG99-BASE','CAPIT', 'XXXXXX',  '156', '129', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  135,'PCG99-BASE','CAPIT', 'XXXXXX',  '157', '129', 'Provisions pour charges à répartir sur plusieurs exercices', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  136,'PCG99-BASE','CAPIT', 'XXXXXX',  '158', '129', 'Autres provisions pour charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  137,'PCG99-BASE','CAPIT', 'XXXXXX',   '16','1501', 'Emprunts et dettes assimilees', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  138,'PCG99-BASE','CAPIT', 'XXXXXX',  '161', '137', 'Emprunts obligataires convertibles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  139,'PCG99-BASE','CAPIT', 'XXXXXX',  '163', '137', 'Autres emprunts obligataires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  140,'PCG99-BASE','CAPIT', 'XXXXXX',  '164', '137', 'Emprunts auprès des établissements de crédit', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  141,'PCG99-BASE','CAPIT', 'XXXXXX',  '165', '137', 'Dépôts et cautionnements reçus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  142,'PCG99-BASE','CAPIT', 'XXXXXX',  '166', '137', 'Participation des salariés aux résultats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  143,'PCG99-BASE','CAPIT', 'XXXXXX',  '167', '137', 'Emprunts et dettes assortis de conditions particulières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  144,'PCG99-BASE','CAPIT', 'XXXXXX',  '168', '137', 'Autres emprunts et dettes assimilées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  145,'PCG99-BASE','CAPIT', 'XXXXXX',  '169', '137', 'Primes de remboursement des obligations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  146,'PCG99-BASE','CAPIT', 'XXXXXX',   '17','1501', 'Dettes rattachées à des participations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  147,'PCG99-BASE','CAPIT', 'XXXXXX',  '171', '146', 'Dettes rattachées à des participations (groupe)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  148,'PCG99-BASE','CAPIT', 'XXXXXX',  '174', '146', 'Dettes rattachées à des participations (hors groupe)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  149,'PCG99-BASE','CAPIT', 'XXXXXX',  '178', '146', 'Dettes rattachées à des sociétés en participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  150,'PCG99-BASE','CAPIT', 'XXXXXX',   '18','1501', 'Comptes de liaison des établissements et sociétés en participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  151,'PCG99-BASE','CAPIT', 'XXXXXX',  '181', '150', 'Comptes de liaison des établissements', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  152,'PCG99-BASE','CAPIT', 'XXXXXX',  '186', '150', 'Biens et prestations de services échangés entre établissements (charges)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  153,'PCG99-BASE','CAPIT', 'XXXXXX',  '187', '150', 'Biens et prestations de services échangés entre établissements (produits)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  154,'PCG99-BASE','CAPIT', 'XXXXXX',  '188', '150', 'Comptes de liaison des sociétés en participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  155,'PCG99-BASE','IMMO',  'XXXXXX',   '20','1502', 'Immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  156,'PCG99-BASE','IMMO',  'XXXXXX',  '201', '155', 'Frais d''établissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  157,'PCG99-BASE','IMMO',  'XXXXXX',  '203', '155', 'Frais de recherche et de développement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  158,'PCG99-BASE','IMMO',  'XXXXXX',  '205', '155', 'Concessions et droits similaires, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  159,'PCG99-BASE','IMMO',  'XXXXXX',  '206', '155', 'Droit au bail', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  160,'PCG99-BASE','IMMO',  'XXXXXX',  '207', '155', 'Fonds commercial', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  161,'PCG99-BASE','IMMO',  'XXXXXX',  '208', '155', 'Autres immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  162,'PCG99-BASE','IMMO',  'XXXXXX',   '21','1502', 'Immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  163,'PCG99-BASE','IMMO',  'XXXXXX',  '211', '162', 'Terrains', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  164,'PCG99-BASE','IMMO',  'XXXXXX',  '212', '162', 'Agencements et aménagements de terrains', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  165,'PCG99-BASE','IMMO',  'XXXXXX',  '213', '162', 'Constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  166,'PCG99-BASE','IMMO',  'XXXXXX',  '214', '162', 'Constructions sur sol d''autrui', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  167,'PCG99-BASE','IMMO',  'XXXXXX',  '215', '162', 'Installations techniques, matériels et outillage industriels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  168,'PCG99-BASE','IMMO',  'XXXXXX',  '218', '162', 'Autres immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  169,'PCG99-BASE','IMMO',  'XXXXXX',   '22','1502', 'Immobilisations mises en concession', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  170,'PCG99-BASE','IMMO',  'XXXXXX',   '23','1502', 'Immobilisations en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  171,'PCG99-BASE','IMMO',  'XXXXXX',  '231', '170', 'Immobilisations corporelles en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  172,'PCG99-BASE','IMMO',  'XXXXXX',  '232', '170', 'Immobilisations incorporelles en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  173,'PCG99-BASE','IMMO',  'XXXXXX',  '237', '170', 'Avances et acomptes versés sur immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  174,'PCG99-BASE','IMMO',  'XXXXXX',  '238', '170', 'Avances et acomptes versés sur commandes d''immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  175,'PCG99-BASE','IMMO',  'XXXXXX',   '25','1502', 'Parts dans des entreprises liées et créances sur des entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  176,'PCG99-BASE','IMMO',  'XXXXXX',   '26','1502', 'Participations et créances rattachées à des participations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  177,'PCG99-BASE','IMMO',  'XXXXXX',  '261', '176', 'Titres de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  178,'PCG99-BASE','IMMO',  'XXXXXX',  '266', '176', 'Autres formes de participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  179,'PCG99-BASE','IMMO',  'XXXXXX',  '267', '176', 'Créances rattachées à des participations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  180,'PCG99-BASE','IMMO',  'XXXXXX',  '268', '176', 'Créances rattachées à des sociétés en participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  181,'PCG99-BASE','IMMO',  'XXXXXX',  '269', '176', 'Versements restant à effectuer sur titres de participation non libérés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  182,'PCG99-BASE','IMMO',  'XXXXXX',   '27','1502', 'Autres immobilisations financieres', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  183,'PCG99-BASE','IMMO',  'XXXXXX',  '271', '183', 'Titres immobilisés autres que les titres immobilisés de l''activité de portefeuille (droit de propriété)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  184,'PCG99-BASE','IMMO',  'XXXXXX',  '272', '183', 'Titres immobilisés (droit de créance)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  185,'PCG99-BASE','IMMO',  'XXXXXX',  '273', '183', 'Titres immobilisés de l''activité de portefeuille', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  186,'PCG99-BASE','IMMO',  'XXXXXX',  '274', '183', 'Prêts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  187,'PCG99-BASE','IMMO',  'XXXXXX',  '275', '183', 'Dépôts et cautionnements versés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  188,'PCG99-BASE','IMMO',  'XXXXXX',  '276', '183', 'Autres créances immobilisées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  189,'PCG99-BASE','IMMO',  'XXXXXX',  '277', '183', '(Actions propres ou parts propres)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  190,'PCG99-BASE','IMMO',  'XXXXXX',  '279', '183', 'Versements restant à effectuer sur titres immobilisés non libérés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  191,'PCG99-BASE','IMMO',  'XXXXXX',   '28','1502', 'Amortissements des immobilisations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  192,'PCG99-BASE','IMMO',  'XXXXXX',  '280', '191', 'Amortissements des immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  193,'PCG99-BASE','IMMO',  'XXXXXX',  '281', '191', 'Amortissements des immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  194,'PCG99-BASE','IMMO',  'XXXXXX',  '282', '191', 'Amortissements des immobilisations mises en concession', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  195,'PCG99-BASE','IMMO',  'XXXXXX',   '29','1502', 'Dépréciations des immobilisations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  196,'PCG99-BASE','IMMO',  'XXXXXX',  '290', '195', 'Dépréciations des immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  197,'PCG99-BASE','IMMO',  'XXXXXX',  '291', '195', 'Dépréciations des immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  198,'PCG99-BASE','IMMO',  'XXXXXX',  '292', '195', 'Dépréciations des immobilisations mises en concession', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  199,'PCG99-BASE','IMMO',  'XXXXXX',  '293', '195', 'Dépréciations des immobilisations en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  200,'PCG99-BASE','IMMO',  'XXXXXX',  '296', '195', 'Provisions pour dépréciation des participations et créances rattachées à des participations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  201,'PCG99-BASE','IMMO',  'XXXXXX',  '297', '195', 'Provisions pour dépréciation des autres immobilisations financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  202,'PCG99-BASE','STOCK', 'XXXXXX',   '31','1503', 'Matières premières (et fournitures)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  203,'PCG99-BASE','STOCK', 'XXXXXX',  '311', '202', 'Matières (ou groupe) A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  204,'PCG99-BASE','STOCK', 'XXXXXX',  '312', '202', 'Matières (ou groupe) B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  205,'PCG99-BASE','STOCK', 'XXXXXX',  '317', '202', 'Fournitures A, B, C,', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  206,'PCG99-BASE','STOCK', 'XXXXXX',   '32','1503', 'Autres approvisionnements', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  207,'PCG99-BASE','STOCK', 'XXXXXX',  '321', '206', 'Matières consommables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  208,'PCG99-BASE','STOCK', 'XXXXXX',  '322', '206', 'Fournitures consommables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  209,'PCG99-BASE','STOCK', 'XXXXXX',  '326', '206', 'Emballages', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  210,'PCG99-BASE','STOCK', 'XXXXXX',   '33','1503', 'En-cours de production de biens', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  211,'PCG99-BASE','STOCK', 'XXXXXX',  '331', '210', 'Produits en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  212,'PCG99-BASE','STOCK', 'XXXXXX',  '335', '210', 'Travaux en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  213,'PCG99-BASE','STOCK', 'XXXXXX',   '34','1503', 'En-cours de production de services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  214,'PCG99-BASE','STOCK', 'XXXXXX',  '341', '213', 'Etudes en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  215,'PCG99-BASE','STOCK', 'XXXXXX',  '345', '213', 'Prestations de services en cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  216,'PCG99-BASE','STOCK', 'XXXXXX',   '35','1503', 'Stocks de produits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  217,'PCG99-BASE','STOCK', 'XXXXXX',  '351', '216', 'Produits intermédiaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  218,'PCG99-BASE','STOCK', 'XXXXXX',  '355', '216', 'Produits finis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  219,'PCG99-BASE','STOCK', 'XXXXXX',  '358', '216', 'Produits résiduels (ou matières de récupération)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  220,'PCG99-BASE','STOCK', 'XXXXXX',   '37','1503', 'Stocks de marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  221,'PCG99-BASE','STOCK', 'XXXXXX',  '371', '220', 'Marchandises (ou groupe) A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  222,'PCG99-BASE','STOCK', 'XXXXXX',  '372', '220', 'Marchandises (ou groupe) B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  223,'PCG99-BASE','STOCK', 'XXXXXX',   '39','1503', 'Provisions pour dépréciation des stocks et en-cours', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  224,'PCG99-BASE','STOCK', 'XXXXXX',  '391', '223', 'Provisions pour dépréciation des matières premières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  225,'PCG99-BASE','STOCK', 'XXXXXX',  '392', '223', 'Provisions pour dépréciation des autres approvisionnements', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  226,'PCG99-BASE','STOCK', 'XXXXXX',  '393', '223', 'Provisions pour dépréciation des en-cours de production de biens', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  227,'PCG99-BASE','STOCK', 'XXXXXX',  '394', '223', 'Provisions pour dépréciation des en-cours de production de services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  228,'PCG99-BASE','STOCK', 'XXXXXX',  '395', '223', 'Provisions pour dépréciation des stocks de produits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  229,'PCG99-BASE','STOCK', 'XXXXXX',  '397', '223', 'Provisions pour dépréciation des stocks de marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  230,'PCG99-BASE','THIRDPARTY', 'XXXXXX',   '40','1504', 'Fournisseurs et Comptes rattachés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  231,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '400', '230', 'Fournisseurs et Comptes rattachés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  232,'PCG99-BASE','THIRDPARTY', 'SUPPLIER','401', '230', 'Fournisseurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  233,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '403', '230', 'Fournisseurs - Effets à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  234,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '404', '230', 'Fournisseurs d''immobilisations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  235,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '405', '230', 'Fournisseurs d''immobilisations - Effets à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  236,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '408', '230', 'Fournisseurs - Factures non parvenues', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  237,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '409', '230', 'Fournisseurs débiteurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  238,'PCG99-BASE','THIRDPARTY', 'XXXXXX',   '41','1504', 'Clients et comptes rattachés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  239,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '410', '238', 'Clients et Comptes rattachés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  240,'PCG99-BASE','THIRDPARTY', 'CUSTOMER','411', '238', 'Clients', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  241,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '413', '238', 'Clients - Effets à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  242,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '416', '238', 'Clients douteux ou litigieux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  243,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '418', '238', 'Clients - Produits non encore facturés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  244,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '419', '238', 'Clients créditeurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  245,'PCG99-BASE','THIRDPARTY', 'XXXXXX',   '42','1504', 'Personnel et comptes rattachés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  246,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '421', '245', 'Personnel - Rémunérations dues', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  247,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '422', '245', 'Comités d''entreprises, d''établissement, ...', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  248,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '424', '245', 'Participation des salariés aux résultats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  249,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '425', '245', 'Personnel - Avances et acomptes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  250,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '426', '245', 'Personnel - Dépôts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  251,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '427', '245', 'Personnel - Oppositions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  252,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '428', '245', 'Personnel - Charges à payer et produits à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  253,'PCG99-BASE','THIRDPARTY', 'XXXXXX',   '43','1504', 'Sécurité sociale et autres organismes sociaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  254,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '431', '253', 'Sécurité sociale', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  255,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '437', '253', 'Autres organismes sociaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  256,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '438', '253', 'Organismes sociaux - Charges à payer et produits à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  257,'PCG99-BASE','THIRDPARTY', 'XXXXXX',   '44','1504', 'État et autres collectivités publiques', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  258,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '441', '257', 'État - Subventions à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  259,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '442', '257', 'Etat - Impôts et taxes recouvrables sur des tiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  260,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '443', '257', 'Opérations particulières avec l''Etat, les collectivités publiques, les organismes internationaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  261,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '444', '257', 'Etat - Impôts sur les bénéfices', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  262,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '445', '257', 'Etat - Taxes sur le chiffre d''affaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  263,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '446', '257', 'Obligations cautionnées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  264,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '447', '257', 'Autres impôts, taxes et versements assimilés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  265,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '448', '257', 'Etat - Charges à payer et produits à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  266,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '449', '257', 'Quotas d''émission à restituer à l''Etat', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  267,'PCG99-BASE','THIRDPARTY', 'XXXXXX',   '45','1504', 'Groupe et associes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  268,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '451', '267', 'Groupe', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  269,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '455', '267', 'Associés - Comptes courants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  270,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '456', '267', 'Associés - Opérations sur le capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  271,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '457', '267', 'Associés - Dividendes à payer', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  272,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '458', '267', 'Associés - Opérations faites en commun et en G.I.E.', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  273,'PCG99-BASE','THIRDPARTY', 'XXXXXX',   '46','1504', 'Débiteurs divers et créditeurs divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  274,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '462', '273', 'Créances sur cessions d''immobilisations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  275,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '464', '273', 'Dettes sur acquisitions de valeurs mobilières de placement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  276,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '465', '273', 'Créances sur cessions de valeurs mobilières de placement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  277,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '467', '273', 'Autres comptes débiteurs ou créditeurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  278,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '468', '273', 'Divers - Charges à payer et produits à recevoir', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  279,'PCG99-BASE','THIRDPARTY', 'XXXXXX',   '47','1504', 'Comptes transitoires ou d''attente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  280,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '471', '279', 'Comptes d''attente', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  281,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '476', '279', 'Différence de conversion - Actif', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  282,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '477', '279', 'Différences de conversion - Passif', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  283,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '478', '279', 'Autres comptes transitoires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  284,'PCG99-BASE','THIRDPARTY', 'XXXXXX',   '48','1504', 'Comptes de régularisation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  285,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '481', '284', 'Charges à répartir sur plusieurs exercices', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  286,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '486', '284', 'Charges constatées d''avance', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  287,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '487', '284', 'Produits constatés d''avance', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  288,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '488', '284', 'Comptes de répartition périodique des charges et des produits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  289,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '489', '284', 'Quotas d''émission alloués par l''Etat', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  290,'PCG99-BASE','THIRDPARTY', 'XXXXXX',   '49','1504', 'Provisions pour dépréciation des comptes de tiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  291,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '491', '290', 'Provisions pour dépréciation des comptes de clients', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  292,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '495', '290', 'Provisions pour dépréciation des comptes du groupe et des associés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  293,'PCG99-BASE','THIRDPARTY', 'XXXXXX',  '496', '290', 'Provisions pour dépréciation des comptes de débiteurs divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  294,'PCG99-BASE','FINAN', 'XXXXXX',   '50','1505', 'Valeurs mobilières de placement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  295,'PCG99-BASE','FINAN', 'XXXXXX',  '501', '294', 'Parts dans des entreprises liées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  296,'PCG99-BASE','FINAN', 'XXXXXX',  '502', '294', 'Actions propres', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  297,'PCG99-BASE','FINAN', 'XXXXXX',  '503', '294', 'Actions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  298,'PCG99-BASE','FINAN', 'XXXXXX',  '504', '294', 'Autres titres conférant un droit de propriété', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  299,'PCG99-BASE','FINAN', 'XXXXXX',  '505', '294', 'Obligations et bons émis par la société et rachetés par elle', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  300,'PCG99-BASE','FINAN', 'XXXXXX',  '506', '294', 'Obligations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  301,'PCG99-BASE','FINAN', 'XXXXXX',  '507', '294', 'Bons du Trésor et bons de caisse à court terme', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  302,'PCG99-BASE','FINAN', 'XXXXXX',  '508', '294', 'Autres valeurs mobilières de placement et autres créances assimilées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  303,'PCG99-BASE','FINAN', 'XXXXXX',  '509', '294', 'Versements restant à effectuer sur valeurs mobilières de placement non libérées', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  304,'PCG99-BASE','FINAN', 'XXXXXX',   '51','1505', 'Banques, établissements financiers et assimilés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  305,'PCG99-BASE','FINAN', 'XXXXXX',  '511', '304', 'Valeurs à l''encaissement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  306,'PCG99-BASE','FINAN', 'BANK',    '512', '304', 'Banques', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  307,'PCG99-BASE','FINAN', 'XXXXXX',  '514', '304', 'Chèques postaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  308,'PCG99-BASE','FINAN', 'XXXXXX',  '515', '304', 'Caisses du Trésor et des établissements publics', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  309,'PCG99-BASE','FINAN', 'XXXXXX',  '516', '304', 'Sociétés de bourse', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  310,'PCG99-BASE','FINAN', 'XXXXXX',  '517', '304', 'Autres organismes financiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  311,'PCG99-BASE','FINAN', 'XXXXXX',  '518', '304', 'Intérêts courus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  312,'PCG99-BASE','FINAN', 'XXXXXX',  '519', '304', 'Concours bancaires courants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  313,'PCG99-BASE','FINAN', 'XXXXXX',   '52','1505', 'Instruments de trésorerie', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  314,'PCG99-BASE','FINAN', 'CASH',     '53','1505', 'Caisse', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  315,'PCG99-BASE','FINAN', 'XXXXXX',  '531', '314', 'Caisse siège social', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  316,'PCG99-BASE','FINAN', 'XXXXXX',  '532', '314', 'Caisse succursale (ou usine) A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  317,'PCG99-BASE','FINAN', 'XXXXXX',  '533', '314', 'Caisse succursale (ou usine) B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  318,'PCG99-BASE','FINAN', 'XXXXXX',   '54','1505', 'Régies d''avance et accréditifs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  319,'PCG99-BASE','FINAN', 'XXXXXX',   '58','1505', 'Virements internes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  320,'PCG99-BASE','FINAN', 'XXXXXX',   '59','1505', 'Provisions pour dépréciation des comptes financiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  321,'PCG99-BASE','FINAN', 'XXXXXX',  '590', '320', 'Provisions pour dépréciation des valeurs mobilières de placement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  322,'PCG99-BASE','EXPENSE','XXXXXX',  '60','1506', 'Achats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  323,'PCG99-BASE','EXPENSE','PRODUCT', '601', '322', 'Achats stockés - Matières premières (et fournitures)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  324,'PCG99-BASE','EXPENSE','PRODUCT', '602', '322', 'Achats stockés - Autres approvisionnements', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  325,'PCG99-BASE','EXPENSE','PRODUCT', '603', '322', 'Variations des stocks (approvisionnements et marchandises)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  326,'PCG99-BASE','EXPENSE','SERVICE', '604', '322', 'Achats études et prestation de services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  327,'PCG99-BASE','EXPENSE','PRODUCT', '605', '322', 'Achats de matériel, équipements et travaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  328,'PCG99-BASE','EXPENSE','PRODUCT', '606', '322', 'Achats non stockés de matière et fournitures', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  329,'PCG99-BASE','EXPENSE','PRODUCT', '607', '322', 'Achats de marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  330,'PCG99-BASE','EXPENSE','XXXXXX',  '608', '322', '(Compte réservé, le cas échéant, à la récapitulation des frais accessoires incorporés aux achats)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  331,'PCG99-BASE','EXPENSE','XXXXXX',  '609', '322', 'Rabais, remises et ristournes obtenus sur achats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  332,'PCG99-BASE','EXPENSE','SERVICE',  '61','1506', 'Services extérieurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  333,'PCG99-BASE','EXPENSE','SERVICE', '611', '332', 'Sous-traitance générale', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  334,'PCG99-BASE','EXPENSE','XXXXXX',  '612', '332', 'Redevances de crédit-bail', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  335,'PCG99-BASE','EXPENSE','XXXXXX',  '613', '332', 'Locations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  336,'PCG99-BASE','EXPENSE','XXXXXX',  '614', '332', 'Charges locatives et de copropriété', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  337,'PCG99-BASE','EXPENSE','SERVICE', '615', '332', 'Entretien et réparations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  338,'PCG99-BASE','EXPENSE','XXXXXX',  '616', '332', 'Primes d''assurances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  339,'PCG99-BASE','EXPENSE','XXXXXX',  '617', '332', 'Etudes et recherches', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  340,'PCG99-BASE','EXPENSE','XXXXXX',  '618', '332', 'Divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  341,'PCG99-BASE','EXPENSE','XXXXXX',  '619', '332', 'Rabais, remises et ristournes obtenus sur services extérieurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  342,'PCG99-BASE','EXPENSE','XXXXXX',   '62','1506', 'Autres services extérieurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  343,'PCG99-BASE','EXPENSE','XXXXXX',  '621', '342', 'Personnel extérieur à l''entreprise', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  344,'PCG99-BASE','EXPENSE','XXXXXX',  '622', '342', 'Rémunérations d''intermédiaires et honoraires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  345,'PCG99-BASE','EXPENSE','XXXXXX',  '623', '342', 'Publicité, publications, relations publiques', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  346,'PCG99-BASE','EXPENSE','XXXXXX',  '624', '342', 'Transports de biens et transports collectifs du personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  347,'PCG99-BASE','EXPENSE','XXXXXX',  '625', '342', 'Déplacements, missions et réceptions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  348,'PCG99-BASE','EXPENSE','XXXXXX',  '626', '342', 'Frais postaux et de télécommunications', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  349,'PCG99-BASE','EXPENSE','XXXXXX',  '627', '342', 'Services bancaires et assimilés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  350,'PCG99-BASE','EXPENSE','XXXXXX',  '628', '342', 'Divers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  351,'PCG99-BASE','EXPENSE','XXXXXX',  '629', '342', 'Rabais, remises et ristournes obtenus sur autres services extérieurs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  352,'PCG99-BASE','EXPENSE','XXXXXX',   '63','1506', 'Impôts, taxes et versements assimilés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  353,'PCG99-BASE','EXPENSE','XXXXXX',  '631', '352', 'Impôts, taxes et versements assimilés sur rémunérations (administrations des impôts)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  354,'PCG99-BASE','EXPENSE','XXXXXX',  '633', '352', 'Impôts, taxes et versements assimilés sur rémunérations (autres organismes)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  355,'PCG99-BASE','EXPENSE','XXXXXX',  '635', '352', 'Autres impôts, taxes et versements assimilés (administrations des impôts)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  356,'PCG99-BASE','EXPENSE','XXXXXX',  '637', '352', 'Autres impôts, taxes et versements assimilés (autres organismes)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  357,'PCG99-BASE','EXPENSE','XXXXXX',   '64','1506', 'Charges de personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  358,'PCG99-BASE','EXPENSE','XXXXXX',  '641', '357', 'Rémunérations du personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  359,'PCG99-BASE','EXPENSE','XXXXXX',  '644', '357', 'Rémunération du travail de l''exploitant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  360,'PCG99-BASE','EXPENSE','SOCIAL',  '645', '357', 'Charges de sécurité sociale et de prévoyance', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  361,'PCG99-BASE','EXPENSE','XXXXXX',  '646', '357', 'Cotisations sociales personnelles de l''exploitant', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  362,'PCG99-BASE','EXPENSE','XXXXXX',  '647', '357', 'Autres charges sociales', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  363,'PCG99-BASE','EXPENSE','XXXXXX',  '648', '357', 'Autres charges de personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  364,'PCG99-BASE','EXPENSE','XXXXXX',   '65','1506', 'Autres charges de gestion courante', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  365,'PCG99-BASE','EXPENSE','XXXXXX',  '651', '364', 'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  366,'PCG99-BASE','EXPENSE','XXXXXX',  '653', '364', 'Jetons de présence', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  367,'PCG99-BASE','EXPENSE','XXXXXX',  '654', '364', 'Pertes sur créances irrécouvrables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  368,'PCG99-BASE','EXPENSE','XXXXXX',  '655', '364', 'Quote-part de résultat sur opérations faites en commun', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  369,'PCG99-BASE','EXPENSE','XXXXXX',  '658', '364', 'Charges diverses de gestion courante', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  370,'PCG99-BASE','EXPENSE','XXXXXX',   '66','1506', 'Charges financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  371,'PCG99-BASE','EXPENSE','XXXXXX',  '661', '370', 'Charges d''intérêts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  372,'PCG99-BASE','EXPENSE','XXXXXX',  '664', '370', 'Pertes sur créances liées à des participations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  373,'PCG99-BASE','EXPENSE','XXXXXX',  '665', '370', 'Escomptes accordés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  374,'PCG99-BASE','EXPENSE','XXXXXX',  '666', '370', 'Pertes de change', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  375,'PCG99-BASE','EXPENSE','XXXXXX',  '667', '370', 'Charges nettes sur cessions de valeurs mobilières de placement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  376,'PCG99-BASE','EXPENSE','XXXXXX',  '668', '370', 'Autres charges financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  377,'PCG99-BASE','EXPENSE','XXXXXX',   '67','1506', 'Charges exceptionnelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  378,'PCG99-BASE','EXPENSE','XXXXXX',  '671', '377', 'Charges exceptionnelles sur opérations de gestion', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  379,'PCG99-BASE','EXPENSE','XXXXXX',  '672', '377', '(Compte à la disposition des entités pour enregistrer, en cours d''exercice, les charges sur exercices antérieurs)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  380,'PCG99-BASE','EXPENSE','XXXXXX',  '675', '377', 'Valeurs comptables des éléments d''actif cédés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  381,'PCG99-BASE','EXPENSE','XXXXXX',  '678', '377', 'Autres charges exceptionnelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  382,'PCG99-BASE','EXPENSE','XXXXXX',   '68','1506', 'Dotations aux amortissements et aux provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  383,'PCG99-BASE','EXPENSE','XXXXXX',  '681', '382', 'Dotations aux amortissements et aux provisions - Charges d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  384,'PCG99-BASE','EXPENSE','XXXXXX',  '686', '382', 'Dotations aux amortissements et aux provisions - Charges financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  385,'PCG99-BASE','EXPENSE','XXXXXX',  '687', '382', 'Dotations aux amortissements et aux provisions - Charges exceptionnelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  386,'PCG99-BASE','EXPENSE','XXXXXX',   '69','1506', 'Participation des salariés - impôts sur les bénéfices et assimiles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  387,'PCG99-BASE','EXPENSE','XXXXXX',  '691', '386', 'Participation des salariés aux résultats', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  388,'PCG99-BASE','EXPENSE','XXXXXX',  '695', '386', 'Impôts sur les bénéfices', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  389,'PCG99-BASE','EXPENSE','XXXXXX',  '696', '386', 'Suppléments d''impôt sur les sociétés liés aux distributions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  390,'PCG99-BASE','EXPENSE','XXXXXX',  '697', '386', 'Imposition forfaitaire annuelle des sociétés', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  391,'PCG99-BASE','EXPENSE','XXXXXX',  '698', '386', 'Intégration fiscale', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  392,'PCG99-BASE','EXPENSE','XXXXXX',  '699', '386', 'Produits - Reports en arrière des déficits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  393,'PCG99-BASE','INCOME',  'XXXXXX',   '70','1507', 'Ventes de produits fabriqués, prestations de services, marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  394,'PCG99-BASE','INCOME',  'PRODUCT', '701', '393', 'Ventes de produits finis', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  395,'PCG99-BASE','INCOME',  'PRODUCT',  '702', '393', 'Ventes de produits intermédiaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  396,'PCG99-BASE','INCOME',  'PRODUCT',  '703', '393', 'Ventes de produits résiduels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  397,'PCG99-BASE','INCOME',  'SERVICE',  '704', '393', 'Travaux', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  398,'PCG99-BASE','INCOME',  'SERVICE',  '705', '393', 'Etudes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  399,'PCG99-BASE','INCOME',  'SERVICE', '706', '393', 'Prestations de services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  400,'PCG99-BASE','INCOME',  'PRODUCT', '707', '393', 'Ventes de marchandises', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  401,'PCG99-BASE','INCOME',  'PRODUCT', '708', '393', 'Produits des activités annexes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  402,'PCG99-BASE','INCOME',  'XXXXXX',  '709', '393', 'Rabais, remises et ristournes accordés par l''entreprise', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  403,'PCG99-BASE','INCOME',  'XXXXXX',   '71','1507', 'Production stockée (ou déstockage)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  404,'PCG99-BASE','INCOME',  'XXXXXX',  '713', '403', 'Variation des stocks (en-cours de production, produits)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  405,'PCG99-BASE','INCOME',  'XXXXXX',   '72','1507', 'Production immobilisée', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  406,'PCG99-BASE','INCOME',  'XXXXXX',  '721', '405', 'Immobilisations incorporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  407,'PCG99-BASE','INCOME',  'XXXXXX',  '722', '405', 'Immobilisations corporelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  408,'PCG99-BASE','INCOME',  'XXXXXX',   '74','1507', 'Subventions d''exploitation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  409,'PCG99-BASE','INCOME',  'XXXXXX',   '75','1507', 'Autres produits de gestion courante', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  410,'PCG99-BASE','INCOME',  'XXXXXX',  '751', '409', 'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  411,'PCG99-BASE','INCOME',  'XXXXXX',  '752', '409', 'Revenus des immeubles non affectés à des activités professionnelles', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  412,'PCG99-BASE','INCOME',  'XXXXXX',  '753', '409', 'Jetons de présence et rémunérations d''administrateurs, gérants,...', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  413,'PCG99-BASE','INCOME',  'XXXXXX',  '754', '409', 'Ristournes perçues des coopératives (provenant des excédents)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  414,'PCG99-BASE','INCOME',  'XXXXXX',  '755', '409', 'Quotes-parts de résultat sur opérations faites en commun', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  415,'PCG99-BASE','INCOME',  'XXXXXX',  '758', '409', 'Produits divers de gestion courante', 1); 
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  416,'PCG99-BASE','INCOME',     'FIN',   '76','1507', 'Produits financiers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  417,'PCG99-BASE','INCOME',  'XXXXXX',  '761', '416', 'Produits de participations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  418,'PCG99-BASE','INCOME',  'XXXXXX',  '762', '416', 'Produits des autres immobilisations financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  419,'PCG99-BASE','INCOME',  'XXXXXX',  '763', '416', 'Revenus des autres créances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  420,'PCG99-BASE','INCOME',  'XXXXXX',  '764', '416', 'Revenus des valeurs mobilières de placement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  421,'PCG99-BASE','INCOME',  'XXXXXX',  '765', '416', 'Escomptes obtenus', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  422,'PCG99-BASE','INCOME',  'XXXXXX',  '766', '416', 'Gains de change', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  423,'PCG99-BASE','INCOME',  'XXXXXX',  '767', '416', 'Produits nets sur cessions de valeurs mobilières de placement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  424,'PCG99-BASE','INCOME',     'FIN',  '768', '416', 'Autres produits financiers', 1); 
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  425,'PCG99-BASE','INCOME',  'XXXXXX',   '77','1507', 'Produits exceptionnels', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  426,'PCG99-BASE','INCOME',  'XXXXXX',  '771', '425', 'Produits exceptionnels sur opérations de gestion', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  427,'PCG99-BASE','INCOME',  'XXXXXX',  '772', '425', '(Compte à la disposition des entités pour enregistrer, en cours d''exercice, les produits sur exercices antérieurs)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  428,'PCG99-BASE','INCOME',  'XXXXXX',  '775', '425', 'Produits des cessions d''éléments d''actif', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  429,'PCG99-BASE','INCOME',  'XXXXXX',  '777', '425', 'Quote-part des subventions d''investissement virée au résultat de l''exercice', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  430,'PCG99-BASE','INCOME',  'XXXXXX',  '778', '425', 'Autres produits exceptionnels', 1); 
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  431,'PCG99-BASE','INCOME',  'XXXXXX',   '78','1507', 'Reprises sur amortissements et provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  432,'PCG99-BASE','INCOME',  'XXXXXX',  '781', '431', 'Reprises sur amortissements et provisions (à inscrire dans les produits d''exploitation)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  433,'PCG99-BASE','INCOME',  'XXXXXX',  '786', '431', 'Reprises sur provisions pour risques (à inscrire dans les produits financiers)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  434,'PCG99-BASE','INCOME',  'XXXXXX',  '787', '431', 'Reprises sur provisions (à inscrire dans les produits exceptionnels)', 1); 
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  435,'PCG99-BASE','INCOME',  'XXXXXX',   '79','1507', 'Transferts de charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  436,'PCG99-BASE','INCOME',  'XXXXXX',  '791', '435', 'Transferts de charges d''exploitation ', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  437,'PCG99-BASE','INCOME',  'XXXXXX',  '796', '435', 'Transferts de charges financières', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__,  438,'PCG99-BASE','INCOME',  'XXXXXX',  '797', '435', 'Transferts de charges exceptionnelles', 1);
     
     
    +-- PCG14-DEV
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1', NULL, 'Comptes de capitaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2', NULL, 'Comptes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3', NULL, 'Comptes de stocks et en-cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Comptes de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5', NULL, 'Comptes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6', NULL, 'Comptes de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7', NULL, 'Comptes de produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '10', '1', 'Capital et réserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '101', '10', 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit - non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit - appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'CAPITAL', '1013', '101', 'Capital souscrit - appelé, versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '10131', '1013', 'Capital non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '10132', '1013', 'Capital amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit soumis à des réglementations particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '102', '10', 'Fonds fiduciaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '104', '10', 'Primes liées au capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1041', '104', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1042', '104', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1043', '104', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1044', '104', 'Primes de conversion d\'obligations en actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1045', '104', 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '105', '10', 'Ecarts de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1051', '105', 'Réserve spéciale de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1052', '105', 'Ecart de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1053', '105', 'Réserve de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1055', '105', 'Ecarts de réévaluation (autres opérations légales)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1057', '105', 'Autres écarts de réévaluation en France', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1058', '105', 'Autres écarts de réévaluation à l\'Etranger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '106', '10', 'Réserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1061', '106', 'Réserve légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '10611', '1061', 'Réserve légale proprement dite', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '10612', '1061', 'Plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1062', '106', 'Réserves indisponibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1063', '106', 'Réserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1064', '106', 'Réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '10641', '1064', 'Plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '10643', '1064', 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '10648', '1064', 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1068', '106', 'Autres réserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '10681', '1068', 'Réserve de propre assureur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '10688', '1068', 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '107', '10', 'Ecart d\'équivalence', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '108', '10', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '109', '10', 'Actionnaires : Capital souscrit - non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '11', '1', 'Report à nouveau (solde créditeur ou débiteur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '110', '11', 'Report à nouveau (solde créditeur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '119', '11', 'Report à nouveau (solde débiteur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '12', '1', 'Résultat de l\'exercice (bénéfice ou perte)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '120', '12', 'Résultat de l\'exercice (bénéfice)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '129', '12', 'Résultat de l\'exercice (perte)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '13', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '131', '13', 'Subventions d\'équipement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1311', '131', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1312', '131', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1313', '131', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1314', '131', 'Communes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1315', '131', 'Collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1316', '131', 'Entreprises publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1317', '131', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1318', '131', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '138', '13', 'Autres subventions d\'investissement (même ventilation que celle du compte 131)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '139', '13', 'Subventions d\'investissement inscrites au compte de résultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1391', '139', 'Subventions d\'équipement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '13911', '1391', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '13912', '1391', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '13913', '1391', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '13914', '1391', 'Communes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '13915', '1391', 'Collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '13916', '1391', 'Entreprises publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '13917', '1391', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '13918', '1391', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1398', '139', 'Autres subventions d\'investissement (même ventilation que celle du compte 1391)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '14', '1', 'Provisions réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '142', '14', 'Provisions réglementées relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1423', '142', 'Provisions pour reconstitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1424', '142', 'Provisions pour investissement (participation des salariés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '143', '14', 'Provisions réglementées relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1431', '143', 'Hausse des prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1432', '143', 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '144', '14', 'Provisions réglementées relatives aux autres éléments de l\'actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '145', '14', 'Amortissements dérogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '146', '14', 'Provision spéciale de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '147', '14', 'Plus-values réinvesties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '148', '14', 'Autres provisions réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '151', '15', 'Provisions pour risques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1511', '151', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1512', '151', 'Provisions pour garanties données aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1513', '151', 'Provisions pour pertes sur marchés à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1514', '151', 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1515', '151', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1516', '151', 'Provisions pour pertes sur contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1518', '151', 'Autres provisions pour risques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '153', '15', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '154', '15', 'Provisions pour restructurations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions pour impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour charges à répartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1572', '157', 'Provisions pour gros entretien ou grandes révisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions pour charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1581', '158', 'Provisions pour remises en état', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '162', '16', 'Obligations représentatives de passifs nets remis en fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '163', '16', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '164', '16', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '165', '16', 'Dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1651', '165', 'Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1655', '165', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '166', '16', 'Participation des salariés aux résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1661', '166', 'Comptes bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1662', '1044', 'Fonds de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '167', '16', 'Emprunts et dettes assortis de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1671', '167', 'Emissions de titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1674', '167', 'Avances conditionnées de l\'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1675', '167', 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1681', '168', 'Autres emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1685', '168', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1687', '168', 'Autres dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1688', '168', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '16881', '1688', 'sur emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '16883', '1688', 'sur autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '16684', '1688', 'sur emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '16885', '1688', 'sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '16886', '1688', 'sur participation des salariés aux résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '16887', '1688', 'sur emprunts et dettes assortis de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '16888', '1688', 'sur autres emprunts et dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '169', '16', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '171', '17', 'Dettes rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '174', '17', 'Dettes rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '178', '17', 'Dettes rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1781', '178', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '1788', '178', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '18', '1', 'Comptes de liaison des établissements et sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '181', '18', 'Comptes de liaison des établissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '186', '18', 'Biens et prestations de services échangés entre établissements (charges)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '187', '18', 'Biens et prestations de services échangés entre établissements (produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '20', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '201', '20', 'Frais d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2011', '201', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2012', '201', 'Frais de premier établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '20121', '2012', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '20122', '2012', 'Frais de publicité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2013', '201', 'Frais d\'augmentation de capital et d\'opérations diverses (fusions, scissions, transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '203', '20', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '205', '20', 'Concessions et droits similaires, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '206', '20', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '207', '20', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '208', '20', 'Autres immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '211', '21', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2111', '211', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2112', '211', 'Terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2113', '211', 'Sous - sols et sursols', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2114', '211', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21141', '2114', 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2115', '211', 'Terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21151', '2115', 'Ensembles immobiliers industriels (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21155', '2115', 'Ensembles immobiliers administratifs et commerciaux (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21158', '2115', 'Autres ensembles immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '211581', '21158', 'affectés aux opérations professionnelles (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '211588', '21158', 'affectés aux opérations non professionnelles (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2116', '211', 'Compte d\'ordre sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '212', '21', 'Agencements et aménagements de terrains (même ventilation que celle du compte 211)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '213', '21', 'Constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2131', '213', 'Bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21311', '2131', 'Ensembles immobiliers industriels (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21315', '2131', 'Ensembles immobiliers administratifs et commerciaux (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21318', '2131', 'Autres ensembles immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '213181', '21318', 'affectés aux opérations professionnelles (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '213188', '21318', 'affectés aux opérations non professionnelles (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2135', '213', 'Installations générales - agencements - aménagements des constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21351', '2135', 'Ensembles immobiliers industriels (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21355', '2135', 'Ensembles immobiliers administratifs et commerciaux (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21358', '2135', 'Autres ensembles immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '213581', '21358', 'affectés aux opérations professionnelles (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '213588', '21358', 'affectés aux opérations non professionnelles (A, B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2138', '213', 'Ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21381', '2138', 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21382', '2138', 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21383', '2138', 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21384', '2138', 'Barrages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21385', '2138', 'Pistes d\'aérodromes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '214', '21', 'Constructions sur sol d\'autrui (même ventilation que celle du compte 213)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '215', '21', 'Installations techniques, matériels et outillage industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2151', '215', 'Installations complexes spécialisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21511', '2151', 'sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21514', '2151', 'sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2153', '215', 'Installations à caractère spécifique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21531', '2153', 'sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '21534', '2153', 'sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2154', '215', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2155', '215', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2157', '215', 'Agencements et aménagements du matériel et outillage industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '218', '21', 'Autres immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2181', '218', 'Installations générales, agencements, aménagements divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2182', '218', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2183', '218', 'Matériel de bureau et matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2184', '218', 'Mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2185', '218', 'Cheptel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2186', '218', 'Emballages récupérables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '22', '2', 'Immobilisations mises en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '23', '2', 'Immobilisations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '231', '23', 'Immobilisations corporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2312', '231', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2313', '231', 'Constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2315', '231', 'Installations techniques, matériel et outillage industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2318', '231', 'Autres immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '232', '23', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '237', '23', 'Avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '238', '23', 'Avances et acomptes versés sur commandes d\'immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2382', '238', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2383', '238', 'Constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2385', '238', 'Installations techniques, matériel et outillage industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2388', '238', 'Autres immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '25', '2', 'Parts dans des entreprises liées et créances sur des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '26', '2', 'Participations et créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2611', '261', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2618', '261', 'Autres titres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '266', '26', 'Autres formes de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2661', '266', 'Droits représentatifs d\'actifs nets remis en fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '267', '26', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2671', '267', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2674', '267', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2675', '267', 'Versements représentatifs d\'apports non capitalisés (appel de fonds)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2676', '267', 'Avances consolidables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2677', '267', 'Autres créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2678', '267', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '268', '26', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2681', '268', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2688', '268', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '269', '26', 'Versements restant à effectuer sur titres de participation non libérés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '271', '27', 'Titres immobilisés autres que les titres immobilisés de l\'activité de portefeuille (droit de propriété)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2711', '271', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2718', '271', 'Autres titres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '272', '27', 'Titres immobilisés (droit de créance)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2721', '272', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2722', '272', 'Bons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '273', '27', 'Titres immobilisés de l\'activité de portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '274', '27', 'Prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2741', '274', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2742', '274', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2743', '274', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2748', '274', 'Autres prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '275', '27', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2751', '275', 'Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2755', '275', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '276', '27', 'Autres créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2761', '276', 'Créances diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2768', '276', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '27682', '2768', 'sur titres immobilisés (droit de créance)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '27684', '2768', 'sur prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '27685', '2768', 'sur dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '27688', '2768', 'sur créances diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '277', '27', '(Actions propres ou parts propres)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2771', '277', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2772', '277', 'Actions propres ou parts propres en voie d\'annulation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '279', '27', 'Versements restant à effectuer sur titres immobilisés non libérés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '28', '2', 'Amortissements des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '280', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2801', '280', 'Frais d\'établissement (même ventilation que celle du compte 201)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2803', '280', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2805', '280', 'Concessions et droits similaires, brevets, licences, logiciels, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2807', '280', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2808', '280', 'Autres immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'ALLOCATION', '281', '28', 'Amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2811', '281', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2812', '281', 'Agencements, aménagements de terrains (même ventilation que celle du compte 212)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2813', '281', 'Constructions (même ventilation que celle du compte 213)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2814', '281', 'Constructions sur sol d\'autrui (même ventilation que celle du compte 214)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2815', '281', 'Installations, matériel et outillage industriels (même ventilation que celle du compte 215)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2818', '281', 'Autres immobilisations corporelles (même ventilation que celle du compte 218)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des immobilisations mises en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '29', '2', 'Dépréciations des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '290', '29', 'Dépréciations des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2905', '290', 'Marques, procédés, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2906', '290', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2907', '290', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2908', '290', 'Autres immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '291', '29', 'Dépréciations des immobilisations corporelles (même ventilation que celle du compte 21)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2911', '291', 'Terrains (autres que terrains de gisement)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '292', '29', 'Dépréciations des immobilisations mises en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '293', '29', 'Dépréciations des immobilisations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2931', '293', 'Immobilisations corporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2932', '293', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '296', '29', 'Dépréciations des participations et créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2961', '296', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2966', '296', 'Autres formes de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2967', '296', 'Créances rattachées à des participations (même ventilation que celle du compte 267)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2968', '296', 'Créances rattachées à des sociétés en participation (même ventilation que celle du compte 268)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '297', '29', 'Dépréciations des autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2971', '297', '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, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2972', '297', 'Droit de créance (même ventilation que celle du compte 272)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2973', '297', 'Titres immobilisés de l\'activité de portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2974', '297', 'Prêts (même ventilation que celle du compte 274)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2975', '297', 'Dépôts et cautionnements versés (même ventilation que celle du compte 275)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'IMMO', 'XXXXXX', '2976', '297', 'Autres créances immobilisées (même ventilation que celle du compte 276)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '31', '3', 'Matières premières (et fournitures)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '311', '31', 'Matières (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '312', '31', 'Matières (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '317', '31', 'Fournitures A, B, C,', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '32', '3', 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '321', '32', 'Matières consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3211', '321', 'Matières (ou groupe) C', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3212', '321', 'Matières (ou groupe) d', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '322', '32', 'Fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3221', '322', 'Combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3222', '322', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3223', '322', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3224', '322', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3225', '322', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '326', '32', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3261', '326', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3265', '326', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3267', '326', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '33', '3', 'En-cours de production de biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '331', '33', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3311', '331', 'Produits en cours P 1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3312', '331', 'Produits en cours P 2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '335', '33', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3351', '335', 'Travaux en cours T 1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3352', '335', 'Travaux en cours T 2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '34', '3', 'En-cours de production de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '341', '34', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3411', '341', 'Etudes en cours E 1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3412', '341', 'Etudes en cours E 2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '345', '34', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3451', '345', 'Prestations de services S 1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3452', '345', 'Prestations de services S 2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '35', '3', 'Stocks de produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '351', '35', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3511', '351', 'Produits intermédiaires (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3512', '351', 'Produits intermédiaires (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '355', '35', 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3551', '3551', 'Produits finis (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3552', '3551', 'Produits finis (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '358', '35', 'Produits résiduels (ou matières de récupération)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3581', '358', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3585', '358', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3586', '358', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '36', '3', '(compte à ouvrir, le cas échéant, sous l\'intitulé \'Stocks provenant d\'immobilisations\')', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '37', '3', 'Stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '371', '371', 'Marchandises (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '372', '371', 'Marchandises (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '38', '3', '(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, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '39', '3', 'Dépréciations des stocks et en-cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '391', '39', 'Dépréciations des matières premières (et fournitures)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3911', '391', 'Matières (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3912', '391', 'Matières (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3917', '391', 'Fournitures A, B, C,', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '392', '39', 'Dépréciations des autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3921', '392', 'Matières consommables (même ventilation que celle du compte 321)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3922', '392', 'Fournitures consommables (même ventilation que celle du compte 322)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3926', '392', 'Emballages (même ventilation que celle du compte 326)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '393', '39', 'Dépréciations des en-cours de production de biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3931', '393', 'Produits en cours (même ventilation que celle du compte 331)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3935', '393', 'Travaux en cours (même ventilation que celle du compte 335)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '394', '39', 'Dépréciations des en-cours de production de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3941', '394', 'Etudes en cours (même ventilation que celle du compte 341)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3945', '394', 'Prestations de services en cours (même ventilation que celle du compte 345)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '395', '39', 'Dépréciations des stocks de produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3951', '395', 'Produits intermédiaires (même ventilation que celle du compte 351)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3955', '395', 'Produits finis (même ventilation que celle du compte 355)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '397', '39', 'Dépréciations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3971', '397', 'Marchandise (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'STOCK', 'XXXXXX', '3972', '397', 'Marchandise (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '40', '4', 'Fournisseurs et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '400', '40', 'Fournisseurs et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'SUPPLIER', '401', '40', 'Fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs - Achats de biens et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs - Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '403', '40', 'Fournisseurs - Effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '404', '40', 'Fournisseurs d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4041', '404', 'Fournisseurs - Achats d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4047', '404', 'Fournisseurs d\'immobilisations - Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '405', '40', 'Fournisseurs d\'immobilisations - Effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '408', '40', 'Fournisseurs - Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4084', '408', 'Fournisseurs d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4088', '408', 'Fournisseurs - Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '409', '40', 'Fournisseurs débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs - Avances et acomptes versés sur commandes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4096', '409', 'Fournisseurs - Créances pour emballages et matériel à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4097', '409', 'Fournisseurs - Autres avoirs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '40971', '4097', 'Fournisseurs d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '40974', '4097', 'Fournisseurs d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '410', '41', 'Clients et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'CUSTOMER', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients - Ventes de biens ou de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients - Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '413', '41', 'Clients - Effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Clients douteux ou litigieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients - Produits non encore facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Clients - Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4188', '418', 'Clients - Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients - Avances et acomptes reçus sur commandes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4196', '419', 'Clients - Dettes sur emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4197', '419', 'Clients - Autres avoirs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes à accorder et autres avoirs à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel - Rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Comités d\'entreprises, d\'établissement, …', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Participation des salariés aux résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4246', '424', 'Réserve spéciale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4248', '424', 'Comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Personnel - Avances et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel - Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel - Oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel - Charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4282', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4284', '428', 'Dettes provisionnées pour participation des salariés aux résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Sécurité sociale et autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Sécurité sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '437', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux - Charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Etat et autres collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Etat - Subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4411', '441', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4417', '441', 'Subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4418', '441', 'Subventions d\'équilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4419', '441', 'Avances sur subventions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat - Impôts et taxes recouvrables sur des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4424', '442', 'Obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4425', '442', 'Associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Opérations particulières avec l\'Etat les collectivités publiques, les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4431', '443', '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, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4438', '443', 'Intérêts courus sur créances figurant au 4431', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat - Impôts sur les bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat - Taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'TVA due intracommunautaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'Taxes sur le chiffre d\'affaires à décaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44551', '4455', 'TVA à décaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44558', '4455', 'Taxes assimilées à la TVA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'Taxes sur le chiffre d\'affaires déductibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44562', '4456', 'TVA sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44563', '4456', 'TVA transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44566', '4456', 'TVA sur autres biens et services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44567', '4456', 'Crédit de TVA à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44568', '4456', 'Taxes assimilées à la TVA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4457', '445', 'Taxes sur le chiffre d\'affaires collectées par l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44571', '4457', 'TVA collectée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44578', '4457', 'Taxes assimilées à la TVA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4458', '445', 'Taxes sur le chiffre d\'affaires à régulariser ou en attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44581', '4458', 'Acomptes - Régime simplifié d\'imposition', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44582', '4458', 'Acomptes - Régime de forfait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44583', '4458', 'Remboursement de taxes sur le chiffre d\'affaires demandé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44584', '4458', 'TVA récupérée d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44586', '4458', 'Taxes sur le chiffre d\'affaires sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '44587', '4458', 'Taxes sur le chiffre d\'affaires sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Autres impôts, taxes et versements assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat - Charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4482', '448', 'Charges fiscales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4486', '448', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Quotas d\'émission à acquérir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Groupe et associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '455', '45', 'Associés - Comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4551', '455', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4558', '455', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '456', '45', 'Associés - Opérations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4561', '456', 'Associés - Comptes d\'apport en société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '45611', '4561', 'Apports en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '45615', '4561', 'Apports en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4562', '456', 'Apporteurs - Capital appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '45621', '4562', 'Actionnaires - Capital souscrit et appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '45625', '4562', 'Associés - Capital appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4563', '456', 'Associés - Versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4564', '456', 'Associés - Versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4566', '456', 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4567', '456', 'Associés - Capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '457', '45', 'Associés - Dividendes à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Associés - Opérations faites en commun et en GIE', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4588', '458', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Débiteurs divers et créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '464', '46', 'Dettes sur acquisitions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Créances sur cessions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Autres comptes débiteurs ou créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '468', '46', 'Divers - Charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4686', '468', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4687', '468', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Comptes transitoires ou d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '473', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '474', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Différence de conversion - Actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4761', '476', 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4762', '476', 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4768', '476', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Différences de conversion - Passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4771', '477', 'Augmentation des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4772', '477', 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4778', '477', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Autres comptes transitoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Comptes de régularisation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Charges à répartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4816', '481', 'Frais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Charges constatées d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '487', '48', 'Produits constatés d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Comptes de répartition périodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4886', '488', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4887', '488', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Dépréciations des comptes de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Dépréciations des comptes de clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Dépréciations des comptes du groupe et des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4951', '495', 'Comptes du groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4955', '495', 'Comptes courants des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4958', '495', 'Opérations faites en commun et en GIE', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Dépréciations des comptes de débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4962', '496', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4965', '496', 'Créances sur cessions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'THIRDPARTY', 'XXXXXX', '4967', '496', 'Autres comptes débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '50', '50', 'Parts dans des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '502', '50', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5021', '502', 'Actons destinées à être attribuées aux employés et affectées à des plans déterminés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5022', '502', 'Actons disponibles pour être attribuées aux employés ou pour la régularisation des cours de bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '503', '50', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5031', '503', 'Titres cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5035', '503', 'Titres non cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '504', '50', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '505', '50', 'Obligations et bons émis par la société et rachetés par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '506', '50', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5061', '506', 'Titres cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5065', '506', 'Titres non cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '507', '50', 'Bons du Trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '508', '50', 'Autres valeurs mobilières de placement et autres créances assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5081', '508', 'Autres valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5082', '508', 'Bons de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5088', '508', 'Intérêts courus sur obligations, bons et valeurs assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '509', '50', 'Versements restant à effectuer sur valeurs mobilières de placement non libérées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '51', '5', 'Banques, établissements financiers et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '511', '51', 'Valeurs à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5111', '511', 'Coupons échus à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5112', '511', 'Chèques à encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5113', '511', 'Effets à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5114', '511', 'Effets à l\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '512', '51', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'BANK', '5121', '512', 'Comptes en monnaie nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5124', '512', 'Comptes en devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '514', '51', 'Chèques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '515', '51', 'Caisses du Trésor et des établissements publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '516', '51', 'Sociétés de bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '517', '51', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '518', '51', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5181', '518', 'Intérêts courus à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5188', '518', 'Intérêts courus à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '519', '51', 'Concours bancaires courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5191', '519', 'Crédit de mobilisation de créances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5193', '519', 'Mobilisation de créances nées à l\'étranger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5198', '519', 'Intérêts courus sur concours bancaires courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '52', '5', 'Instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '53', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'CASH', '531', '53', 'Caisse siège social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5311', '531', 'Caisse en monnaie nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5314', '531', 'Caisse en devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '532', '53', 'Caisse succursale (ou usine) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '533', '53', 'Caisse succursale (ou usine) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '54', '5', 'Régies d\'avance et accréditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '58', '5', 'Virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '59', '5', 'Dépréciations des comptes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '590', '59', 'Dépréciations des valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5903', '590', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5904', '590', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5906', '590', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'FINAN', 'XXXXXX', '5908', '590', 'Autres valeurs mobilières de placement et créances assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60', '6', 'Achats (sauf 603)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '601', '60', 'Achats stockés - Matières premières (et fournitures)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6011', '601', 'Matières (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6012', '601', 'Matières (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6017', '601', 'Fournitures A, B, C,', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '602', '60', 'Achats stockés - Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6201', '602', 'Matières consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60211', '6201', 'Matières (ou groupe) C', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60212', '6201', 'Matières (ou groupe) D', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6022', '602', 'Fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60221', '6022', 'Combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60222', '6022', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60223', '6022', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60224', '6022', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60225', '6022', 'Fourniture de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6026', '602', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60261', '6026', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60265', '6026', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '60267', '6026', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '604', '60', 'Achats d\'études et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '605', '60', 'Achats de matériel, équipements et travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '606', '60', 'Achats non stockés de matière et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6061', '606', 'Fournitures non stockables (eau, énergie, …)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6063', '606', 'Fournitures d\'entretien et de petit équipement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6064', '606', 'Fournitures administratives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6068', '606', 'Autres matières et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'PRODUCT', '607', '60', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6071', '6071', 'Marchandise (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6072', '6071', 'Marchandise (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '608', '60', '(Compte réservé, le cas échéant, à la récapitulation des frais accessoires incorporés aux achats)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '609', '60', 'Rabais, remises et ristournes obtenus sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6091', '609', 'de matières premières (et fournitures)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6092', '609', 'd\'autres approvisionnements stockés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6094', '609', 'd\'études et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6095', '609', 'de matériel, équipements et travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6096', '609', 'd\'approvisionnements non stockés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6097', '609', 'de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6098', '609', 'Rabais, remises et ristournes non affectés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '603', '60', 'Variations des stocks (approvisionnements et marchandises)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6031', '603', 'Variation des stocks de matières premières (et fournitures)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6032', '603', 'Variation des stocks des autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6037', '603', 'Variation des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '61', '6', 'Services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'SERVICE', '611', '61', 'Sous-traitance générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '612', '61', 'Redevances de crédit-bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6122', '612', 'Crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6125', '612', 'Crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '613', '61', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6132', '613', 'Locations immobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6135', '613', 'Locations mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6136', '613', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '614', '61', 'Charges locatives et de copropriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '615', '61', 'Entretien et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6152', '615', 'sur biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6155', '615', 'sur biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6156', '615', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '616', '61', 'Primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6161', '616', 'Multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6162', '616', 'Assurance obligatoire dommage construction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6163', '616', 'Assurance - transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '61636', '6163', 'sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '61637', '6163', 'sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '61638', '6163', 'sur autres biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6164', '616', 'Risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6165', '616', 'Insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '617', '61', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '618', '61', 'Divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6181', '618', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6183', '618', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6185', '618', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '619', '61', 'Rabais, remises et ristournes obtenus sur services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '62', '6', 'Autres services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '621', '62', 'Personnel extérieur à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6211', '621', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6214', '621', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '622', '62', 'Rémunérations d\'intermédiaires et honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6221', '622', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6222', '622', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6224', '622', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6225', '622', 'Rémunérations d\'affacturage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6226', '622', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6227', '622', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6228', '622', 'Divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '623', '62', 'Publicité, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6231', '623', 'Annonces et insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6232', '623', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6233', '623', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6234', '623', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6235', '623', 'Primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6236', '623', 'Catalogues et imprimés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6237', '623', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6238', '623', 'Divers (pourboires, dons courants, …)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '624', '62', 'Transports de biens et transports collectifs du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6241', '624', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6242', '624', 'Transports sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6243', '624', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6244', '624', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6247', '624', 'Transports collectifs du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6248', '624', 'Divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '625', '62', 'Déplacements, missions et réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6251', '625', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6255', '625', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6256', '625', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6257', '625', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '626', '62', 'Frais postaux et de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '627', '62', 'Services bancaires et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6271', '627', 'Frais sur titres (achat, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6272', '627', 'Commissions et frais sur émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6275', '627', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6276', '627', 'Location de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres frais et commissions sur prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '628', '62', 'Divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6281', '628', 'Concours divers (cotisations,)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6284', '628', 'Frais de recrutement de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '629', '62', 'Rabais, remises et ristournes obtenus sur autres services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '63', '6', 'Impôts, taxes et versements assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '631', '63', 'Impôts, taxes et versements assimilés sur rémunérations (administrations des impôts)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6311', '631', 'Taxe sur les salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6312', '631', 'Taxe d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6313', '631', 'Participation des employeurs à la formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6314', '631', 'Cotisation pour défaut d\'investissement obligatoire dans la construction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '633', '63', 'Impôts, taxes et versements assimilés sur rémunérations (autres organismes)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6331', '633', 'Versement de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6332', '633', 'Allocations logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6333', '633', 'Participation des employeurs à la formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6334', '633', 'Participation des employeurs à l\'effort de construction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6335', '633', 'Versements libératoires ouvrant droit à l\'exonération de la taxe d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6338', '633', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '635', '63', 'Autres impôts, taxes et versements assimilés (administrations des impôts)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6351', '635', 'Impôts directs (sauf impôts sur les bénéfices)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '63511', '6351', 'Contribution économique territoriale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '63512', '6351', 'Taxes foncières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '63513', '6351', 'Autres impôts locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '63514', '6351', 'Taxe sur les véhicules des sociétés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6352', '635', 'Taxe sur le chiffre d\'affaires non récupérables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6353', '635', 'Impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6354', '635', 'Droits d\'enregistrement et de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '63541', '6354', 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6358', '635', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '637', '63', 'Autres impôts, taxes et versements assimilés (autres organismes)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6371', '637', 'Contribution sociale de solidarité à la charge des sociétés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6372', '637', 'Taxes perçues par les organismes publics internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6374', '637', 'Impôts et taxes exigibles à l\'Etranger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6378', '637', 'Taxes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '64', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '641', '64', 'Rémunérations du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6411', '641', 'Salaires, appointements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6412', '641', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6413', '641', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6414', '641', 'Indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6415', '641', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '644', '64', 'Rémunération du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'SOCIAL', '645', '64', 'Charges de sécurité sociale et de prévoyance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6451', '645', 'Cotisations à l\'URSSAF', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6452', '645', 'Cotisations aux mutuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6453', '645', 'Cotisations aux caisses de retraites', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6454', '645', 'Cotisations aux ASSEDIC', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6458', '645', 'Cotisations aux autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '646', '64', 'Cotisations sociales personnelles de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '647', '64', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6471', '647', 'Prestations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6472', '647', 'Versements aux comités d\'entreprise et d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6473', '647', 'Versements aux comités d\'hygiène et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6474', '647', 'Versements aux autres œuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6475', '647', 'Médecine du travail, pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges de gestion courante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '651', '65', 'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6511', '651', 'Redevances pour concessions, brevets, licences, marques, procédés, logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6516', '651', 'Droits d\'auteur et de reproduction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6518', '651', 'Autres droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '653', '65', 'Jetons de présence', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '654', '65', 'Pertes sur créances irrécouvrables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6541', '654', 'Créances de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6544', '654', 'Créances des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '655', '65', 'Quote-part de résultat sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6551', '655', 'Quote-part de bénéfice transférée (comptabilité du gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6555', '655', 'Quote-part de perte supportée (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses de gestion courante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '661', '66', 'Charges d\'intérêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6611', '661', 'Intérêts des emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '66116', '6611', 'des emprunts et dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '66117', '6611', 'des dettes rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6612', '661', 'Charges de la fiducie, résultat de la période', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6615', '661', 'Intérêts des comptes courants et des dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6616', '661', 'Intérêts bancaires et sur opérations de financement (escompte,…)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6617', '661', 'Intérêts des obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6618', '661', 'Intérêts des autres dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '66181', '6618', 'des dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '66188', '6618', 'des dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '664', '66', 'Pertes sur créances liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '665', '66', 'Escomptes accordés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '666', '66', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '667', '66', 'Charges nettes sur cessions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '67', '6', 'Charges exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '671', '67', 'Charges exceptionnelles sur opérations de gestion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6711', '671', 'Pénalités sur marchés (et dédits payés sur achats et ventes)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6712', '671', 'Pénalités, amendes fiscales et pénales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6713', '671', 'Dons, libéralités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6714', '671', 'Créances devenues irrécouvrables dans l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6715', '671', 'Subventions accordées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6717', '671', 'Rappel d\'impôts (autres qu\'impôts sur les bénéfices)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6718', '671', 'Autres charges exceptionnelles sur opérations de gestion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '672', '67', '(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les charges sur exercices antérieurs)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '674', '67', 'Opérations de constitution ou liquidation des fiducies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6741', '674', 'Opérations liées à la constitution de fiducie - Transfert des éléments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6742', '674', 'Opérations liées à la liquidation de la fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '675', '67', 'Valeurs comptables des éléments d\'actif cédés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6751', '675', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6752', '675', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6756', '675', 'Immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6758', '675', 'Autres éléments d\'actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '678', '67', 'Autres charges exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6781', '678', 'Malis provenant de clauses d\'indexation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6782', '678', 'Lots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6783', '678', 'Malis provenant du rachat par l\'entreprise d\'actions et obligations émises par elle-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6788', '678', 'Charges exceptionnelles diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aux amortissements, aux dépréciations et aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements, aux dépréciations et aux provisions - Charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6811', '681', 'Dotations aux amortissements sur immobilisations incorporelles et corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '68111', '6811', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '68112', '6811', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6812', '681', 'Dotations aux amortissements des charges d\'exploitation à répartir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6815', '681', 'Dotations aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6816', '681', 'Dotations pour dépréciations des immobilisations incorporelles et corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '68161', '6816', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '68162', '6816', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6817', '681', 'Dotations pour dépréciations des actifs circulants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '68173', '6817', 'Stocks et en-cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '68174', '6817', 'Créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '686', '68', 'Dotations aux amortissements, aux dépréciations et aux provisions - Charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6861', '686', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6865', '686', 'Dotations aux provisions financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6866', '686', 'Dotations pour dépréciations des éléments financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '68662', '6866', 'Immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '68665', '6866', 'Valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6868', '686', 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements, aux dépréciations et aux provisions - Charges exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6871', '687', 'Dotations aux amortissements exceptionnels des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6872', '687', 'Dotations aux provisions réglementées (immobilisations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '68725', '6872', 'Amortissements dérogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6873', '687', 'Dotations aux provisions réglementées (stocks)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6874', '687', 'Dotations aux autres provisions réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6875', '687', 'Dotations aux provisions exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6876', '687', 'Dotations pour dépréciations exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '69', '6', 'Participation des salariés - Impôts sur les bénéfices et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '691', '69', 'Participation des salariés aux résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '695', '69', 'Impôts sur les bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6951', '695', 'Impôts dus en France', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6952', '695', 'Contribution additionnelle à l\'impôt sur les bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6954', '695', 'Impôts dus à l\'étranger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '696', '69', 'Suppléments d\'impôt sur les sociétés liés aux distributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '698', '69', 'Intégration fiscale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6981', '698', 'Intégration fiscale - Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '6989', '698', 'Intégration fiscale - Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'EXPENSE', 'XXXXXX', '699', '69', 'Produits - Reports en arrière des déficits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '70', '7', 'Ventes de produits fabriqués, prestations de services, marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'PRODUCT', '701', '70', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7011', '701', 'Produits finis (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7012', '701', 'Produits finis (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '702', '70', 'Ventes de produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '703', '70', 'Ventes de produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '704', '70', 'Travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7041', '704', 'Travaux de catégorie (ou activité) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7042', '704', 'Travaux de catégorie (ou activité) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '705', '70', 'Etudes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'SERVICE', '706', '70', 'Prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'PRODUCT', '707', '70', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7071', '707', 'Marchandises (ou groupe) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7072', '707', 'Marchandises (ou groupe) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '708', '70', 'Produits des activités annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7081', '708', 'Produits des services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7082', '708', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7083', '708', 'Locations diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7084', '708', 'Mise à disposition de personnel facturée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7085', '708', 'Ports et frais accessoires facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7086', '708', 'Bonis sur reprises d\'emballages consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7087', '708', 'Bonifications obtenues des clients et primes sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7088', '708', 'Autres produits d\'activités annexes (cessions d\'approvisionnements,)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '709', '70', 'Rabais, remises et ristournes accordés par l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7091', '709', 'sur ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7092', '709', 'sur ventes de produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7094', '709', 'sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7095', '709', 'sur études', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7096', '709', 'sur prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7097', '709', 'sur ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7098', '709', 'sur produits des activités annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '71', '7', 'Production stockée (ou déstockage)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '713', '71', 'Variation des stocks (en-cours de production, produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7133', '713', 'Variation des en-cours de production de biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '71331', '7133', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '71335', '7133', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7134', '713', 'Variation des en-cours de production de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '71341', '7134', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '71345', '7134', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7135', '713', 'Variation des stocks de produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '71351', '7135', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '71355', '7135', 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '71358', '7135', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '74', '7', 'Subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits de gestion courante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '751', '75', 'Redevances pour concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7511', '751', 'Redevances pour concessions, brevets, licences, marques, procédés, logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7516', '751', 'Droits d\'auteur et de reproduction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7518', '751', 'Autres droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '752', '75', 'Revenus des immeubles non affectés à des activités professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '753', '75', 'Jetons de présence et rémunérations d\'administrateurs, gérants,', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '754', '75', 'Ristournes perçues des coopératives (provenant des excédents)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '755', '75', 'Quote-parts de résultat sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7551', '755', 'Quote-part de perte transférée (comptabilité du gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7555', '755', 'Quote-part de bénéfice attribuée (comptabilité des associés non - gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers de gestion courante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '76', '7', 'Produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '761', '76', 'Produits de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7611', '761', 'Revenus des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7612', '761', 'Produits de la fiducie, résultat de la période', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7616', '761', 'Revenus sur autres formes de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7617', '761', 'Revenus des créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '762', '76', 'Produits des autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7621', '762', 'Revenus des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7626', '762', 'Revenus des prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7627', '762', 'Revenus des créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '763', '76', 'Revenus des autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7631', '763', 'Revenus des créances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7638', '763', 'Revenus des créances diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '764', '76', 'Revenus des valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '765', '76', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '766', '76', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '767', '76', 'Produits nets sur cessions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '768', '76', 'Autres produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '77', '7', 'Produits exceptionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '771', '77', 'Produits exceptionnels sur opérations de gestion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7711', '771', 'Dédits et pénalités perçus sur achats et sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7713', '771', 'Libéralités reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7714', '771', 'Rentrées sur créances amorties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7715', '771', 'Subventions d\'équilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7717', '771', 'Dégrèvements d\'impôts autres qu\'impôts sur les bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7718', '771', 'Autres produits exceptionnels sur opérations de gestion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '772', '77', '(Compte à la disposition des entités pour enregistrer, en cours d\'exercice, les produits sur exercices antérieurs)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '774', '77', 'Opérations de constitution ou liquidation des fiducies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7741', '774', 'Opérations liées à la constitution de fiducie - Transfert des éléments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7742', '774', 'Opérations liées à la liquidation de la fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '775', '77', 'Produits des cessions d\'éléments d\'actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7751', '775', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7752', '775', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7756', '775', 'Immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7758', '775', 'Autres éléments d\'actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '777', '77', 'Quote-part des subventions d\'investissement virée au résultat de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '778', '77', 'Autres produits exceptionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7781', '778', 'Bonis provenant de clauses d\'indexation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7782', '778', 'Lots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7783', '778', 'Bonis provenant du rachat par l\'entreprise d\'actions et d\'obligations émises par elle - même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7788', '778', 'Produits exceptionnels divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78', '7', 'Reprises sur amortissements, dépréciations et provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '781', '78', 'Reprises sur amortissements, dépréciations et provisions (à inscrire dans les produits d\'exploitation)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7811', '781', 'Reprises sur amortissements des immobilisations incorporelles et corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78111', '7811', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78112', '7811', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7815', '781', 'Reprises sur provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7816', '781', 'Reprises sur dépréciations des immobilisations incorporelles et corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78161', '7816', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78162', '7816', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7817', '781', 'Reprises sur dépréciations des actifs circulants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78173', '7817', 'Stocks et en-cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78174', '7817', 'Créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '786', '78', 'Reprises sur provisions pour risques et dépréciations (à inscrire dans les produits financiers)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7865', '786', 'Reprises sur provisions financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7866', '786', 'Reprises sur dépréciations des éléments financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78662', '7866', 'Immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78665', '7866', 'Valeurs mobilières de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '787', '78', 'Reprises sur provisions et dépréciations (à inscrire dans les produits exceptionnels)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7872', '787', 'Reprises sur provisions réglementées (immobilisations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78725', '7872', 'Amortissements dérogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78726', '7872', 'Provision spéciale de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '78727', '7872', 'Plus-values réinvesties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7873', '787', 'Reprises sur provisions réglementées (stocks)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7874', '787', 'Reprises sur autres provisions réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7875', '787', 'Reprises sur provisions exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '7876', '787', 'Reprises sur dépréciations exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '79', '7', 'Transferts de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '791', '79', 'Transferts de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '796', '79', 'Transferts de charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG14-DEV', 'INCOME', 'XXXXXX', '797', '79', 'Transferts de charges exceptionnelles', 1, __ENTITY__);
    +
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5967,'PCG14-DEV','CAPIT',      'XXXXXX','1', 0,'Comptes de capitaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5968,'PCG14-DEV','IMMO',       'XXXXXX','2', 0,'Comptes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5969,'PCG14-DEV','STOCK',      'XXXXXX','3', 0,'Comptes de stocks et en-cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5970,'PCG14-DEV','THIRDPARTY', 'XXXXXX','4', 0,'Comptes de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5971,'PCG14-DEV','FINAN',      'XXXXXX','5', 0,'Comptes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5972,'PCG14-DEV','EXPENSE',    'XXXXXX','6', 0,'Comptes de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5973,'PCG14-DEV','INCOME',     'XXXXXX','7', 0,'Comptes de produits','1');
    +
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5000,'PCG14-DEV','CAPIT','XXXXXX','10',5967,'Capital et réserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5001,'PCG14-DEV','CAPIT','XXXXXX','101',5000,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5002,'PCG14-DEV','CAPIT','XXXXXX','1011',5001,'Capital souscrit - non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5003,'PCG14-DEV','CAPIT','XXXXXX','1012',5001,'Capital souscrit - appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5004,'PCG14-DEV','CAPIT','CAPITAL','1013',5001,'Capital souscrit - appelé, versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5005,'PCG14-DEV','CAPIT','XXXXXX','10131',5004,'Capital non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5006,'PCG14-DEV','CAPIT','XXXXXX','10132',5004,'Capital amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5007,'PCG14-DEV','CAPIT','XXXXXX','1018',5001,'Capital souscrit soumis à des réglementations particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5008,'PCG14-DEV','CAPIT','XXXXXX','102',5000,'Fonds fiduciaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5009,'PCG14-DEV','CAPIT','XXXXXX','104',5000,'Primes liées au capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5010,'PCG14-DEV','CAPIT','XXXXXX','1041',5009,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5011,'PCG14-DEV','CAPIT','XXXXXX','1042',5009,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5012,'PCG14-DEV','CAPIT','XXXXXX','1043',5009,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5013,'PCG14-DEV','CAPIT','XXXXXX','1044',5009,'Primes de conversion d''obligations en actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5014,'PCG14-DEV','CAPIT','XXXXXX','1045',5009,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5015,'PCG14-DEV','CAPIT','XXXXXX','105',5000,'Ecarts de réévaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5016,'PCG14-DEV','CAPIT','XXXXXX','1051',5015,'Réserve spéciale de réévaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5017,'PCG14-DEV','CAPIT','XXXXXX','1052',5015,'Ecart de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5018,'PCG14-DEV','CAPIT','XXXXXX','1053',5015,'Réserve de réévaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5019,'PCG14-DEV','CAPIT','XXXXXX','1055',5015,'Ecarts de réévaluation (autres opérations légales)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5020,'PCG14-DEV','CAPIT','XXXXXX','1057',5015,'Autres écarts de réévaluation en France','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5021,'PCG14-DEV','CAPIT','XXXXXX','1058',5015,'Autres écarts de réévaluation à l''Etranger','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5022,'PCG14-DEV','CAPIT','XXXXXX','106',5000,'Réserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5023,'PCG14-DEV','CAPIT','XXXXXX','1061',5022,'Réserve légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5024,'PCG14-DEV','CAPIT','XXXXXX','10611',5023,'Réserve légale proprement dite','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5025,'PCG14-DEV','CAPIT','XXXXXX','10612',5023,'Plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5026,'PCG14-DEV','CAPIT','XXXXXX','1062',5022,'Réserves indisponibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5027,'PCG14-DEV','CAPIT','XXXXXX','1063',5022,'Réserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5028,'PCG14-DEV','CAPIT','XXXXXX','1064',5022,'Réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5029,'PCG14-DEV','CAPIT','XXXXXX','10641',5028,'Plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5030,'PCG14-DEV','CAPIT','XXXXXX','10643',5028,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5031,'PCG14-DEV','CAPIT','XXXXXX','10648',5028,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5032,'PCG14-DEV','CAPIT','XXXXXX','1068',5022,'Autres réserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5033,'PCG14-DEV','CAPIT','XXXXXX','10681',5032,'Réserve de propre assureur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5034,'PCG14-DEV','CAPIT','XXXXXX','10688',5032,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5035,'PCG14-DEV','CAPIT','XXXXXX','107',5000,'Ecart d''équivalence','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5036,'PCG14-DEV','CAPIT','XXXXXX','108',5000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5037,'PCG14-DEV','CAPIT','XXXXXX','109',5000,'Actionnaires : Capital souscrit - non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5038,'PCG14-DEV','CAPIT','XXXXXX','11',5967,'Report à nouveau (solde créditeur ou débiteur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5039,'PCG14-DEV','CAPIT','XXXXXX','110',5038,'Report à nouveau (solde créditeur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5040,'PCG14-DEV','CAPIT','XXXXXX','119',5038,'Report à nouveau (solde débiteur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5041,'PCG14-DEV','CAPIT','XXXXXX','12',5967,'Résultat de l''exercice (bénéfice ou perte)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5042,'PCG14-DEV','CAPIT','XXXXXX','120',5041,'Résultat de l''exercice (bénéfice)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5043,'PCG14-DEV','CAPIT','XXXXXX','129',5041,'Résultat de l''exercice (perte)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5044,'PCG14-DEV','CAPIT','XXXXXX','13',5967,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5045,'PCG14-DEV','CAPIT','XXXXXX','131',5044,'Subventions d''équipement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5046,'PCG14-DEV','CAPIT','XXXXXX','1311',5045,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5047,'PCG14-DEV','CAPIT','XXXXXX','1312',5045,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5048,'PCG14-DEV','CAPIT','XXXXXX','1313',5045,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5049,'PCG14-DEV','CAPIT','XXXXXX','1314',5045,'Communes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5050,'PCG14-DEV','CAPIT','XXXXXX','1315',5045,'Collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5051,'PCG14-DEV','CAPIT','XXXXXX','1316',5045,'Entreprises publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5052,'PCG14-DEV','CAPIT','XXXXXX','1317',5045,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5053,'PCG14-DEV','CAPIT','XXXXXX','1318',5045,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5055,'PCG14-DEV','CAPIT','XXXXXX','139',5044,'Subventions d''investissement inscrites au compte de résultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5056,'PCG14-DEV','CAPIT','XXXXXX','1391',5055,'Subventions d''équipement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5057,'PCG14-DEV','CAPIT','XXXXXX','13911',5056,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5058,'PCG14-DEV','CAPIT','XXXXXX','13912',5056,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5059,'PCG14-DEV','CAPIT','XXXXXX','13913',5056,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5060,'PCG14-DEV','CAPIT','XXXXXX','13914',5056,'Communes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5061,'PCG14-DEV','CAPIT','XXXXXX','13915',5056,'Collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5062,'PCG14-DEV','CAPIT','XXXXXX','13916',5056,'Entreprises publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5063,'PCG14-DEV','CAPIT','XXXXXX','13917',5056,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5064,'PCG14-DEV','CAPIT','XXXXXX','13918',5056,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5066,'PCG14-DEV','CAPIT','XXXXXX','14',5967,'Provisions réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5067,'PCG14-DEV','CAPIT','XXXXXX','142',5066,'Provisions réglementées relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5068,'PCG14-DEV','CAPIT','XXXXXX','1423',5067,'Provisions pour reconstitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5069,'PCG14-DEV','CAPIT','XXXXXX','1424',5067,'Provisions pour investissement (participation des salariés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5070,'PCG14-DEV','CAPIT','XXXXXX','143',5066,'Provisions réglementées relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5071,'PCG14-DEV','CAPIT','XXXXXX','1431',5070,'Hausse des prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5072,'PCG14-DEV','CAPIT','XXXXXX','1432',5070,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5074,'PCG14-DEV','CAPIT','XXXXXX','145',5066,'Amortissements dérogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5075,'PCG14-DEV','CAPIT','XXXXXX','146',5066,'Provision spéciale de réévaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5076,'PCG14-DEV','CAPIT','XXXXXX','147',5066,'Plus-values réinvesties','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5077,'PCG14-DEV','CAPIT','XXXXXX','148',5066,'Autres provisions réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5078,'PCG14-DEV','CAPIT','XXXXXX','15',5967,'Provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5079,'PCG14-DEV','CAPIT','XXXXXX','151',5078,'Provisions pour risques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5080,'PCG14-DEV','CAPIT','XXXXXX','1511',5079,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5081,'PCG14-DEV','CAPIT','XXXXXX','1512',5079,'Provisions pour garanties données aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5082,'PCG14-DEV','CAPIT','XXXXXX','1513',5079,'Provisions pour pertes sur marchés à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5083,'PCG14-DEV','CAPIT','XXXXXX','1514',5079,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5084,'PCG14-DEV','CAPIT','XXXXXX','1515',5079,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5085,'PCG14-DEV','CAPIT','XXXXXX','1516',5079,'Provisions pour pertes sur contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5086,'PCG14-DEV','CAPIT','XXXXXX','1518',5079,'Autres provisions pour risques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5087,'PCG14-DEV','CAPIT','XXXXXX','153',5078,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5088,'PCG14-DEV','CAPIT','XXXXXX','154',5078,'Provisions pour restructurations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5089,'PCG14-DEV','CAPIT','XXXXXX','155',5078,'Provisions pour impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5090,'PCG14-DEV','CAPIT','XXXXXX','156',5078,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5091,'PCG14-DEV','CAPIT','XXXXXX','157',5078,'Provisions pour charges à répartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5092,'PCG14-DEV','CAPIT','XXXXXX','1572',5091,'Provisions pour gros entretien ou grandes révisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5093,'PCG14-DEV','CAPIT','XXXXXX','158',5078,'Autres provisions pour charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5094,'PCG14-DEV','CAPIT','XXXXXX','1581',5093,'Provisions pour remises en état','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5095,'PCG14-DEV','CAPIT','XXXXXX','16',5967,'Emprunts et dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5096,'PCG14-DEV','CAPIT','XXXXXX','161',5095,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5097,'PCG14-DEV','CAPIT','XXXXXX','162',5095,'Obligations représentatives de passifs nets remis en fiducie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5098,'PCG14-DEV','CAPIT','XXXXXX','163',5095,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5099,'PCG14-DEV','CAPIT','XXXXXX','164',5095,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5100,'PCG14-DEV','CAPIT','XXXXXX','165',5095,'Dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5101,'PCG14-DEV','CAPIT','XXXXXX','1651',5100,'Dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5102,'PCG14-DEV','CAPIT','XXXXXX','1655',5100,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5103,'PCG14-DEV','CAPIT','XXXXXX','166',5095,'Participation des salariés aux résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5104,'PCG14-DEV','CAPIT','XXXXXX','1661',5103,'Comptes bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5105,'PCG14-DEV','CAPIT','XXXXXX','1662',5013,'Fonds de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5106,'PCG14-DEV','CAPIT','XXXXXX','167',5095,'Emprunts et dettes assortis de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5107,'PCG14-DEV','CAPIT','XXXXXX','1671',5106,'Emissions de titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5108,'PCG14-DEV','CAPIT','XXXXXX','1674',5106,'Avances conditionnées de l''Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5109,'PCG14-DEV','CAPIT','XXXXXX','1675',5106,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5110,'PCG14-DEV','CAPIT','XXXXXX','168',5095,'Autres emprunts et dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5111,'PCG14-DEV','CAPIT','XXXXXX','1681',5110,'Autres emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5112,'PCG14-DEV','CAPIT','XXXXXX','1685',5110,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5113,'PCG14-DEV','CAPIT','XXXXXX','1687',5110,'Autres dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5114,'PCG14-DEV','CAPIT','XXXXXX','1688',5110,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5115,'PCG14-DEV','CAPIT','XXXXXX','16881',5114,'sur emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5116,'PCG14-DEV','CAPIT','XXXXXX','16883',5114,'sur autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5117,'PCG14-DEV','CAPIT','XXXXXX','16684',5114,'sur emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5118,'PCG14-DEV','CAPIT','XXXXXX','16885',5114,'sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5119,'PCG14-DEV','CAPIT','XXXXXX','16886',5114,'sur participation des salariés aux résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5120,'PCG14-DEV','CAPIT','XXXXXX','16887',5114,'sur emprunts et dettes assortis de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5121,'PCG14-DEV','CAPIT','XXXXXX','16888',5114,'sur autres emprunts et dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5122,'PCG14-DEV','CAPIT','XXXXXX','169',5095,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5123,'PCG14-DEV','CAPIT','XXXXXX','17',5967,'Dettes rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5124,'PCG14-DEV','CAPIT','XXXXXX','171',5123,'Dettes rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5125,'PCG14-DEV','CAPIT','XXXXXX','174',5123,'Dettes rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5126,'PCG14-DEV','CAPIT','XXXXXX','178',5123,'Dettes rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5127,'PCG14-DEV','CAPIT','XXXXXX','1781',5126,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5128,'PCG14-DEV','CAPIT','XXXXXX','1788',5126,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5129,'PCG14-DEV','CAPIT','XXXXXX','18',5967,'Comptes de liaison des établissements et sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5130,'PCG14-DEV','CAPIT','XXXXXX','181',5129,'Comptes de liaison des établissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5131,'PCG14-DEV','CAPIT','XXXXXX','186',5129,'Biens et prestations de services échangés entre établissements (charges)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5132,'PCG14-DEV','CAPIT','XXXXXX','187',5129,'Biens et prestations de services échangés entre établissements (produits)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5133,'PCG14-DEV','CAPIT','XXXXXX','188',5129,'Comptes de liaison des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5134,'PCG14-DEV','IMMO','XXXXXX','20',5968,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5135,'PCG14-DEV','IMMO','XXXXXX','201',5134,'Frais d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5136,'PCG14-DEV','IMMO','XXXXXX','2011',5135,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5137,'PCG14-DEV','IMMO','XXXXXX','2012',5135,'Frais de premier établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5138,'PCG14-DEV','IMMO','XXXXXX','20121',5137,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5139,'PCG14-DEV','IMMO','XXXXXX','20122',5137,'Frais de publicité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5141,'PCG14-DEV','IMMO','XXXXXX','203',5134,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5143,'PCG14-DEV','IMMO','XXXXXX','206',5134,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5144,'PCG14-DEV','IMMO','XXXXXX','207',5134,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5145,'PCG14-DEV','IMMO','XXXXXX','208',5134,'Autres immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5146,'PCG14-DEV','IMMO','XXXXXX','21',5968,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5147,'PCG14-DEV','IMMO','XXXXXX','211',5146,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5148,'PCG14-DEV','IMMO','XXXXXX','2111',5147,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5149,'PCG14-DEV','IMMO','XXXXXX','2112',5147,'Terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5150,'PCG14-DEV','IMMO','XXXXXX','2113',5147,'Sous - sols et sursols','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5151,'PCG14-DEV','IMMO','XXXXXX','2114',5147,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5152,'PCG14-DEV','IMMO','XXXXXX','21141',5151,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5153,'PCG14-DEV','IMMO','XXXXXX','2115',5147,'Terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5154,'PCG14-DEV','IMMO','XXXXXX','21151',5153,'Ensembles immobiliers industriels (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5155,'PCG14-DEV','IMMO','XXXXXX','21155',5153,'Ensembles immobiliers administratifs et commerciaux (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5156,'PCG14-DEV','IMMO','XXXXXX','21158',5153,'Autres ensembles immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5157,'PCG14-DEV','IMMO','XXXXXX','211581',5156,'affectés aux opérations professionnelles (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5158,'PCG14-DEV','IMMO','XXXXXX','211588',5156,'affectés aux opérations non professionnelles (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5159,'PCG14-DEV','IMMO','XXXXXX','2116',5147,'Compte d''ordre sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5161,'PCG14-DEV','IMMO','XXXXXX','213',5146,'Constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5162,'PCG14-DEV','IMMO','XXXXXX','2131',5161,'Bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5163,'PCG14-DEV','IMMO','XXXXXX','21311',5162,'Ensembles immobiliers industriels (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5164,'PCG14-DEV','IMMO','XXXXXX','21315',5162,'Ensembles immobiliers administratifs et commerciaux (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5165,'PCG14-DEV','IMMO','XXXXXX','21318',5162,'Autres ensembles immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5166,'PCG14-DEV','IMMO','XXXXXX','213181',5165,'affectés aux opérations professionnelles (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5167,'PCG14-DEV','IMMO','XXXXXX','213188',5165,'affectés aux opérations non professionnelles (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5168,'PCG14-DEV','IMMO','XXXXXX','2135',5161,'Installations générales - agencements - aménagements des constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5169,'PCG14-DEV','IMMO','XXXXXX','21351',5168,'Ensembles immobiliers industriels (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5170,'PCG14-DEV','IMMO','XXXXXX','21355',5168,'Ensembles immobiliers administratifs et commerciaux (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5171,'PCG14-DEV','IMMO','XXXXXX','21358',5168,'Autres ensembles immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5172,'PCG14-DEV','IMMO','XXXXXX','213581',5171,'affectés aux opérations professionnelles (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5173,'PCG14-DEV','IMMO','XXXXXX','213588',5171,'affectés aux opérations non professionnelles (A, B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5174,'PCG14-DEV','IMMO','XXXXXX','2138',5161,'Ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5175,'PCG14-DEV','IMMO','XXXXXX','21381',5174,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5176,'PCG14-DEV','IMMO','XXXXXX','21382',5174,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5177,'PCG14-DEV','IMMO','XXXXXX','21383',5174,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5178,'PCG14-DEV','IMMO','XXXXXX','21384',5174,'Barrages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5179,'PCG14-DEV','IMMO','XXXXXX','21385',5174,'Pistes d''aérodromes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5181,'PCG14-DEV','IMMO','XXXXXX','215',5146,'Installations techniques, matériels et outillage industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5182,'PCG14-DEV','IMMO','XXXXXX','2151',5181,'Installations complexes spécialisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5183,'PCG14-DEV','IMMO','XXXXXX','21511',5182,'sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5184,'PCG14-DEV','IMMO','XXXXXX','21514',5182,'sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5185,'PCG14-DEV','IMMO','XXXXXX','2153',5181,'Installations à caractère spécifique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5186,'PCG14-DEV','IMMO','XXXXXX','21531',5185,'sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5187,'PCG14-DEV','IMMO','XXXXXX','21534',5185,'sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5188,'PCG14-DEV','IMMO','XXXXXX','2154',5181,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5189,'PCG14-DEV','IMMO','XXXXXX','2155',5181,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5190,'PCG14-DEV','IMMO','XXXXXX','2157',5181,'Agencements et aménagements du matériel et outillage industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5191,'PCG14-DEV','IMMO','XXXXXX','218',5146,'Autres immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5192,'PCG14-DEV','IMMO','XXXXXX','2181',5191,'Installations générales, agencements, aménagements divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5193,'PCG14-DEV','IMMO','XXXXXX','2182',5191,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5194,'PCG14-DEV','IMMO','XXXXXX','2183',5191,'Matériel de bureau et matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5195,'PCG14-DEV','IMMO','XXXXXX','2184',5191,'Mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5196,'PCG14-DEV','IMMO','XXXXXX','2185',5191,'Cheptel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5197,'PCG14-DEV','IMMO','XXXXXX','2186',5191,'Emballages récupérables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5198,'PCG14-DEV','IMMO','XXXXXX','22',5968,'Immobilisations mises en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5199,'PCG14-DEV','IMMO','XXXXXX','23',5968,'Immobilisations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5200,'PCG14-DEV','IMMO','XXXXXX','231',5199,'Immobilisations corporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5201,'PCG14-DEV','IMMO','XXXXXX','2312',5200,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5202,'PCG14-DEV','IMMO','XXXXXX','2313',5200,'Constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5203,'PCG14-DEV','IMMO','XXXXXX','2315',5200,'Installations techniques, matériel et outillage industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5204,'PCG14-DEV','IMMO','XXXXXX','2318',5200,'Autres immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5205,'PCG14-DEV','IMMO','XXXXXX','232',5199,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5206,'PCG14-DEV','IMMO','XXXXXX','237',5199,'Avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5207,'PCG14-DEV','IMMO','XXXXXX','238',5199,'Avances et acomptes versés sur commandes d''immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5208,'PCG14-DEV','IMMO','XXXXXX','2382',5207,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5209,'PCG14-DEV','IMMO','XXXXXX','2383',5207,'Constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5210,'PCG14-DEV','IMMO','XXXXXX','2385',5207,'Installations techniques, matériel et outillage industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5211,'PCG14-DEV','IMMO','XXXXXX','2388',5207,'Autres immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5213,'PCG14-DEV','IMMO','XXXXXX','26',5968,'Participations et créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5214,'PCG14-DEV','IMMO','XXXXXX','261',5213,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5215,'PCG14-DEV','IMMO','XXXXXX','2611',5214,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5216,'PCG14-DEV','IMMO','XXXXXX','2618',5214,'Autres titres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5217,'PCG14-DEV','IMMO','XXXXXX','266',5213,'Autres formes de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5218,'PCG14-DEV','IMMO','XXXXXX','2661',5217,'Droits représentatifs d''actifs nets remis en fiducie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5219,'PCG14-DEV','IMMO','XXXXXX','267',5213,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5220,'PCG14-DEV','IMMO','XXXXXX','2671',5219,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5221,'PCG14-DEV','IMMO','XXXXXX','2674',5219,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5222,'PCG14-DEV','IMMO','XXXXXX','2675',5219,'Versements représentatifs d''apports non capitalisés (appel de fonds)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5223,'PCG14-DEV','IMMO','XXXXXX','2676',5219,'Avances consolidables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5224,'PCG14-DEV','IMMO','XXXXXX','2677',5219,'Autres créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5225,'PCG14-DEV','IMMO','XXXXXX','2678',5219,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5226,'PCG14-DEV','IMMO','XXXXXX','268',5213,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5227,'PCG14-DEV','IMMO','XXXXXX','2681',5226,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5228,'PCG14-DEV','IMMO','XXXXXX','2688',5226,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5229,'PCG14-DEV','IMMO','XXXXXX','269',5213,'Versements restant à effectuer sur titres de participation non libérés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5230,'PCG14-DEV','IMMO','XXXXXX','27',5968,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5232,'PCG14-DEV','IMMO','XXXXXX','2711',5231,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5233,'PCG14-DEV','IMMO','XXXXXX','2718',5231,'Autres titres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5234,'PCG14-DEV','IMMO','XXXXXX','272',5230,'Titres immobilisés (droit de créance)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5235,'PCG14-DEV','IMMO','XXXXXX','2721',5234,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5236,'PCG14-DEV','IMMO','XXXXXX','2722',5234,'Bons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5237,'PCG14-DEV','IMMO','XXXXXX','273',5230,'Titres immobilisés de l''activité de portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5238,'PCG14-DEV','IMMO','XXXXXX','274',5230,'Prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5239,'PCG14-DEV','IMMO','XXXXXX','2741',5238,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5240,'PCG14-DEV','IMMO','XXXXXX','2742',5238,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5241,'PCG14-DEV','IMMO','XXXXXX','2743',5238,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5242,'PCG14-DEV','IMMO','XXXXXX','2748',5238,'Autres prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5243,'PCG14-DEV','IMMO','XXXXXX','275',5230,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5244,'PCG14-DEV','IMMO','XXXXXX','2751',5243,'Dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5245,'PCG14-DEV','IMMO','XXXXXX','2755',5243,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5246,'PCG14-DEV','IMMO','XXXXXX','276',5230,'Autres créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5247,'PCG14-DEV','IMMO','XXXXXX','2761',5246,'Créances diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5248,'PCG14-DEV','IMMO','XXXXXX','2768',5246,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5249,'PCG14-DEV','IMMO','XXXXXX','27682',5248,'sur titres immobilisés (droit de créance)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5250,'PCG14-DEV','IMMO','XXXXXX','27684',5248,'sur prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5251,'PCG14-DEV','IMMO','XXXXXX','27685',5248,'sur dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5252,'PCG14-DEV','IMMO','XXXXXX','27688',5248,'sur créances diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5253,'PCG14-DEV','IMMO','XXXXXX','277',5230,'(Actions propres ou parts propres)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5254,'PCG14-DEV','IMMO','XXXXXX','2771',5253,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5255,'PCG14-DEV','IMMO','XXXXXX','2772',5253,'Actions propres ou parts propres en voie d''annulation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5256,'PCG14-DEV','IMMO','XXXXXX','279',5230,'Versements restant à effectuer sur titres immobilisés non libérés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5257,'PCG14-DEV','IMMO','XXXXXX','28',5968,'Amortissements des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5258,'PCG14-DEV','IMMO','XXXXXX','280',5257,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5259,'PCG14-DEV','IMMO','XXXXXX','2801',5258,'Frais d''établissement (même ventilation que celle du compte 201)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5260,'PCG14-DEV','IMMO','XXXXXX','2803',5258,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5261,'PCG14-DEV','IMMO','XXXXXX','2805',5258,'Concessions et droits similaires, brevets, licences, logiciels, droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5262,'PCG14-DEV','IMMO','XXXXXX','2807',5258,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5263,'PCG14-DEV','IMMO','XXXXXX','2808',5258,'Autres immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5264,'PCG14-DEV','IMMO','ALLOCATION','281',5257,'Amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5265,'PCG14-DEV','IMMO','XXXXXX','2811',5264,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5267,'PCG14-DEV','IMMO','XXXXXX','2813',5264,'Constructions (même ventilation que celle du compte 213)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5270,'PCG14-DEV','IMMO','XXXXXX','2818',5264,'Autres immobilisations corporelles (même ventilation que celle du compte 218)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5271,'PCG14-DEV','IMMO','XXXXXX','282',5257,'Amortissements des immobilisations mises en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5272,'PCG14-DEV','IMMO','XXXXXX','29',5968,'Dépréciations des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5273,'PCG14-DEV','IMMO','XXXXXX','290',5272,'Dépréciations des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5274,'PCG14-DEV','IMMO','XXXXXX','2905',5273,'Marques, procédés, droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5275,'PCG14-DEV','IMMO','XXXXXX','2906',5273,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5276,'PCG14-DEV','IMMO','XXXXXX','2907',5273,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5277,'PCG14-DEV','IMMO','XXXXXX','2908',5273,'Autres immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5279,'PCG14-DEV','IMMO','XXXXXX','2911',5278,'Terrains (autres que terrains de gisement)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5280,'PCG14-DEV','IMMO','XXXXXX','292',5272,'Dépréciations des immobilisations mises en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5281,'PCG14-DEV','IMMO','XXXXXX','293',5272,'Dépréciations des immobilisations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5282,'PCG14-DEV','IMMO','XXXXXX','2931',5281,'Immobilisations corporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5283,'PCG14-DEV','IMMO','XXXXXX','2932',5281,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5285,'PCG14-DEV','IMMO','XXXXXX','2961',5284,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5286,'PCG14-DEV','IMMO','XXXXXX','2966',5284,'Autres formes de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5289,'PCG14-DEV','IMMO','XXXXXX','297',5272,'Dépréciations des autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5292,'PCG14-DEV','IMMO','XXXXXX','2973',5289,'Titres immobilisés de l''activité de portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5293,'PCG14-DEV','IMMO','XXXXXX','2974',5289,'Prêts (même ventilation que celle du compte 274)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5296,'PCG14-DEV','STOCK','XXXXXX','31',5969,'Matières premières (et fournitures)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5297,'PCG14-DEV','STOCK','XXXXXX','311',5296,'Matières (ou groupe) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5298,'PCG14-DEV','STOCK','XXXXXX','312',5296,'Matières (ou groupe) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5299,'PCG14-DEV','STOCK','XXXXXX','317',5296,'Fournitures A, B, C,','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5300,'PCG14-DEV','STOCK','XXXXXX','32',5969,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5301,'PCG14-DEV','STOCK','XXXXXX','321',5300,'Matières consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5302,'PCG14-DEV','STOCK','XXXXXX','3211',5301,'Matières (ou groupe) C','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5303,'PCG14-DEV','STOCK','XXXXXX','3212',5301,'Matières (ou groupe) d','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5304,'PCG14-DEV','STOCK','XXXXXX','322',5300,'Fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5305,'PCG14-DEV','STOCK','XXXXXX','3221',5304,'Combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5306,'PCG14-DEV','STOCK','XXXXXX','3222',5304,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5307,'PCG14-DEV','STOCK','XXXXXX','3223',5304,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5308,'PCG14-DEV','STOCK','XXXXXX','3224',5304,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5309,'PCG14-DEV','STOCK','XXXXXX','3225',5304,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5310,'PCG14-DEV','STOCK','XXXXXX','326',5300,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5311,'PCG14-DEV','STOCK','XXXXXX','3261',5310,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5312,'PCG14-DEV','STOCK','XXXXXX','3265',5310,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5313,'PCG14-DEV','STOCK','XXXXXX','3267',5310,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5314,'PCG14-DEV','STOCK','XXXXXX','33',5969,'En-cours de production de biens','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5315,'PCG14-DEV','STOCK','XXXXXX','331',5314,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5316,'PCG14-DEV','STOCK','XXXXXX','3311',5315,'Produits en cours P 1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5317,'PCG14-DEV','STOCK','XXXXXX','3312',5315,'Produits en cours P 2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5318,'PCG14-DEV','STOCK','XXXXXX','335',5314,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5319,'PCG14-DEV','STOCK','XXXXXX','3351',5318,'Travaux en cours T 1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5320,'PCG14-DEV','STOCK','XXXXXX','3552',5318,'Travaux en cours T 2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5321,'PCG14-DEV','STOCK','XXXXXX','34',5969,'En-cours de production de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5322,'PCG14-DEV','STOCK','XXXXXX','341',5321,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5323,'PCG14-DEV','STOCK','XXXXXX','3411',5322,'Etudes en cours E 1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5324,'PCG14-DEV','STOCK','XXXXXX','3412',5322,'Etudes en cours E 2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5325,'PCG14-DEV','STOCK','XXXXXX','345',5321,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5326,'PCG14-DEV','STOCK','XXXXXX','3451',5325,'Prestations de services S 1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5327,'PCG14-DEV','STOCK','XXXXXX','3452',5325,'Prestations de services S 2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5328,'PCG14-DEV','STOCK','XXXXXX','35',5969,'Stocks de produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5329,'PCG14-DEV','STOCK','XXXXXX','351',5328,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5330,'PCG14-DEV','STOCK','XXXXXX','3511',5329,'Produits intermédiaires (ou groupe) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5331,'PCG14-DEV','STOCK','XXXXXX','3512',5329,'Produits intermédiaires (ou groupe) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5332,'PCG14-DEV','STOCK','XXXXXX','355',5328,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5333,'PCG14-DEV','STOCK','XXXXXX','3551',5333,'Produits finis (ou groupe) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5334,'PCG14-DEV','STOCK','XXXXXX','3552',5333,'Produits finis (ou groupe) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5335,'PCG14-DEV','STOCK','XXXXXX','358',5328,'Produits résiduels (ou matières de récupération)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5336,'PCG14-DEV','STOCK','XXXXXX','3581',5335,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5337,'PCG14-DEV','STOCK','XXXXXX','3585',5335,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5338,'PCG14-DEV','STOCK','XXXXXX','3586',5335,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5340,'PCG14-DEV','STOCK','XXXXXX','37',5969,'Stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5341,'PCG14-DEV','STOCK','XXXXXX','371',5341,'Marchandises (ou groupe) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5342,'PCG14-DEV','STOCK','XXXXXX','372',5341,'Marchandises (ou groupe) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5344,'PCG14-DEV','STOCK','XXXXXX','39',5969,'Dépréciations des stocks et en-cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5345,'PCG14-DEV','STOCK','XXXXXX','391',5344,'Dépréciations des matières premières (et fournitures)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5346,'PCG14-DEV','STOCK','XXXXXX','3911',5345,'Matières (ou groupe) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5347,'PCG14-DEV','STOCK','XXXXXX','3912',5345,'Matières (ou groupe) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5348,'PCG14-DEV','STOCK','XXXXXX','3917',5345,'Fournitures A, B, C,','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5349,'PCG14-DEV','STOCK','XXXXXX','392',5344,'Dépréciations des autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5350,'PCG14-DEV','STOCK','XXXXXX','3921',5349,'Matières consommables (même ventilation que celle du compte 321)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5351,'PCG14-DEV','STOCK','XXXXXX','3922',5349,'Fournitures consommables (même ventilation que celle du compte 322)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5352,'PCG14-DEV','STOCK','XXXXXX','3926',5349,'Emballages (même ventilation que celle du compte 326)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5353,'PCG14-DEV','STOCK','XXXXXX','393',5344,'Dépréciations des en-cours de production de biens','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5354,'PCG14-DEV','STOCK','XXXXXX','3931',5353,'Produits en cours (même ventilation que celle du compte 331)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5355,'PCG14-DEV','STOCK','XXXXXX','3935',5353,'Travaux en cours (même ventilation que celle du compte 335)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5356,'PCG14-DEV','STOCK','XXXXXX','394',5344,'Dépréciations des en-cours de production de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5357,'PCG14-DEV','STOCK','XXXXXX','3941',5356,'Etudes en cours (même ventilation que celle du compte 341)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5359,'PCG14-DEV','STOCK','XXXXXX','395',5344,'Dépréciations des stocks de produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5360,'PCG14-DEV','STOCK','XXXXXX','3951',5359,'Produits intermédiaires (même ventilation que celle du compte 351)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5361,'PCG14-DEV','STOCK','XXXXXX','3955',5359,'Produits finis (même ventilation que celle du compte 355)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5362,'PCG14-DEV','STOCK','XXXXXX','397',5344,'Dépréciations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5363,'PCG14-DEV','STOCK','XXXXXX','3971',5362,'Marchandise (ou groupe) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5364,'PCG14-DEV','STOCK','XXXXXX','3972',5362,'Marchandise (ou groupe) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5365,'PCG14-DEV','THIRDPARTY','XXXXXX','40',5970,'Fournisseurs et comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5366,'PCG14-DEV','THIRDPARTY','XXXXXX','400',5365,'Fournisseurs et comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5367,'PCG14-DEV','THIRDPARTY','SUPPLIER','401',5365,'Fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5368,'PCG14-DEV','THIRDPARTY','XXXXXX','4011',5367,'Fournisseurs - Achats de biens et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5369,'PCG14-DEV','THIRDPARTY','XXXXXX','4017',5367,'Fournisseurs - Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5370,'PCG14-DEV','THIRDPARTY','XXXXXX','403',5365,'Fournisseurs - Effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5371,'PCG14-DEV','THIRDPARTY','XXXXXX','404',5365,'Fournisseurs d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5372,'PCG14-DEV','THIRDPARTY','XXXXXX','4041',5371,'Fournisseurs - Achats d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5373,'PCG14-DEV','THIRDPARTY','XXXXXX','4047',5371,'Fournisseurs d''immobilisations - Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5374,'PCG14-DEV','THIRDPARTY','XXXXXX','405',5365,'Fournisseurs d''immobilisations - Effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5375,'PCG14-DEV','THIRDPARTY','XXXXXX','408',5365,'Fournisseurs - Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5376,'PCG14-DEV','THIRDPARTY','XXXXXX','4081',5375,'Fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5377,'PCG14-DEV','THIRDPARTY','XXXXXX','4084',5375,'Fournisseurs d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5378,'PCG14-DEV','THIRDPARTY','XXXXXX','4088',5375,'Fournisseurs - Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5379,'PCG14-DEV','THIRDPARTY','XXXXXX','409',5365,'Fournisseurs débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5380,'PCG14-DEV','THIRDPARTY','XXXXXX','4091',5379,'Fournisseurs - Avances et acomptes versés sur commandes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5381,'PCG14-DEV','THIRDPARTY','XXXXXX','4096',5379,'Fournisseurs - Créances pour emballages et matériel à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5382,'PCG14-DEV','THIRDPARTY','XXXXXX','4097',5379,'Fournisseurs - Autres avoirs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5383,'PCG14-DEV','THIRDPARTY','XXXXXX','40971',5382,'Fournisseurs d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5384,'PCG14-DEV','THIRDPARTY','XXXXXX','40974',5382,'Fournisseurs d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5385,'PCG14-DEV','THIRDPARTY','XXXXXX','4098',5379,'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5386,'PCG14-DEV','THIRDPARTY','XXXXXX','41',5970,'Clients et comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5387,'PCG14-DEV','THIRDPARTY','XXXXXX','410',5386,'Clients et comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5388,'PCG14-DEV','THIRDPARTY','CUSTOMER','411',5386,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5389,'PCG14-DEV','THIRDPARTY','XXXXXX','4111',5388,'Clients - Ventes de biens ou de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5390,'PCG14-DEV','THIRDPARTY','XXXXXX','4117',5388,'Clients - Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5391,'PCG14-DEV','THIRDPARTY','XXXXXX','413',5386,'Clients - Effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5392,'PCG14-DEV','THIRDPARTY','XXXXXX','416',5386,'Clients douteux ou litigieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5393,'PCG14-DEV','THIRDPARTY','XXXXXX','418',5386,'Clients - Produits non encore facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5394,'PCG14-DEV','THIRDPARTY','XXXXXX','4181',5393,'Clients - Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5395,'PCG14-DEV','THIRDPARTY','XXXXXX','4188',5393,'Clients - Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5396,'PCG14-DEV','THIRDPARTY','XXXXXX','419',5386,'Clients créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5397,'PCG14-DEV','THIRDPARTY','XXXXXX','4191',5396,'Clients - Avances et acomptes reçus sur commandes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5398,'PCG14-DEV','THIRDPARTY','XXXXXX','4196',5396,'Clients - Dettes sur emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5399,'PCG14-DEV','THIRDPARTY','XXXXXX','4197',5396,'Clients - Autres avoirs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5400,'PCG14-DEV','THIRDPARTY','XXXXXX','4198',5396,'Rabais, remises, ristournes à accorder et autres avoirs à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5401,'PCG14-DEV','THIRDPARTY','XXXXXX','42',5970,'Personnel et comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5402,'PCG14-DEV','THIRDPARTY','XXXXXX','421',5401,'Personnel - Rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5403,'PCG14-DEV','THIRDPARTY','XXXXXX','422',5401,'Comités d''entreprises, d''établissement, …','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5404,'PCG14-DEV','THIRDPARTY','XXXXXX','424',5401,'Participation des salariés aux résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5405,'PCG14-DEV','THIRDPARTY','XXXXXX','4246',5404,'Réserve spéciale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5406,'PCG14-DEV','THIRDPARTY','XXXXXX','4248',5404,'Comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5407,'PCG14-DEV','THIRDPARTY','XXXXXX','425',5401,'Personnel - Avances et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5408,'PCG14-DEV','THIRDPARTY','XXXXXX','426',5401,'Personnel - Dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5409,'PCG14-DEV','THIRDPARTY','XXXXXX','427',5401,'Personnel - Oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5410,'PCG14-DEV','THIRDPARTY','XXXXXX','428',5401,'Personnel - Charges à payer et produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5411,'PCG14-DEV','THIRDPARTY','XXXXXX','4282',5410,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5412,'PCG14-DEV','THIRDPARTY','XXXXXX','4284',5410,'Dettes provisionnées pour participation des salariés aux résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5413,'PCG14-DEV','THIRDPARTY','XXXXXX','4286',5410,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5414,'PCG14-DEV','THIRDPARTY','XXXXXX','4287',5410,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5415,'PCG14-DEV','THIRDPARTY','XXXXXX','43',5970,'Sécurité sociale et autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5416,'PCG14-DEV','THIRDPARTY','XXXXXX','431',5415,'Sécurité sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5417,'PCG14-DEV','THIRDPARTY','XXXXXX','437',5415,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5418,'PCG14-DEV','THIRDPARTY','XXXXXX','438',5415,'Organismes sociaux - Charges à payer et produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5419,'PCG14-DEV','THIRDPARTY','XXXXXX','4382',5418,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5420,'PCG14-DEV','THIRDPARTY','XXXXXX','4386',5418,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5421,'PCG14-DEV','THIRDPARTY','XXXXXX','4387',5418,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5422,'PCG14-DEV','THIRDPARTY','XXXXXX','44',5970,'Etat et autres collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5423,'PCG14-DEV','THIRDPARTY','XXXXXX','441',5422,'Etat - Subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5424,'PCG14-DEV','THIRDPARTY','XXXXXX','4411',5423,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5425,'PCG14-DEV','THIRDPARTY','XXXXXX','4417',5423,'Subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5426,'PCG14-DEV','THIRDPARTY','XXXXXX','4418',5423,'Subventions d''équilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5427,'PCG14-DEV','THIRDPARTY','XXXXXX','4419',5423,'Avances sur subventions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5428,'PCG14-DEV','THIRDPARTY','XXXXXX','442',5422,'Etat - Impôts et taxes recouvrables sur des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5429,'PCG14-DEV','THIRDPARTY','XXXXXX','4424',5428,'Obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5430,'PCG14-DEV','THIRDPARTY','XXXXXX','4425',5428,'Associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5433,'PCG14-DEV','THIRDPARTY','XXXXXX','4438',5431,'Intérêts courus sur créances figurant au 4431','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5434,'PCG14-DEV','THIRDPARTY','XXXXXX','444',5422,'Etat - Impôts sur les bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5435,'PCG14-DEV','THIRDPARTY','XXXXXX','445',5422,'Etat - Taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5436,'PCG14-DEV','THIRDPARTY','XXXXXX','4452',5435,'TVA due intracommunautaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5437,'PCG14-DEV','THIRDPARTY','XXXXXX','4455',5435,'Taxes sur le chiffre d''affaires à décaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5438,'PCG14-DEV','THIRDPARTY','XXXXXX','44551',5437,'TVA à décaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5439,'PCG14-DEV','THIRDPARTY','XXXXXX','44558',5437,'Taxes assimilées à la TVA','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5440,'PCG14-DEV','THIRDPARTY','XXXXXX','4456',5435,'Taxes sur le chiffre d''affaires déductibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5441,'PCG14-DEV','THIRDPARTY','XXXXXX','44562',5440,'TVA sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5442,'PCG14-DEV','THIRDPARTY','XXXXXX','44563',5440,'TVA transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5443,'PCG14-DEV','THIRDPARTY','XXXXXX','44566',5440,'TVA sur autres biens et services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5444,'PCG14-DEV','THIRDPARTY','XXXXXX','44567',5440,'Crédit de TVA à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5445,'PCG14-DEV','THIRDPARTY','XXXXXX','44568',5440,'Taxes assimilées à la TVA','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5446,'PCG14-DEV','THIRDPARTY','XXXXXX','4457',5435,'Taxes sur le chiffre d''affaires collectées par l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5447,'PCG14-DEV','THIRDPARTY','XXXXXX','44571',5446,'TVA collectée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5448,'PCG14-DEV','THIRDPARTY','XXXXXX','44578',5446,'Taxes assimilées à la TVA','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5449,'PCG14-DEV','THIRDPARTY','XXXXXX','4458',5435,'Taxes sur le chiffre d''affaires à régulariser ou en attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5450,'PCG14-DEV','THIRDPARTY','XXXXXX','44581',5449,'Acomptes - Régime simplifié d''imposition','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5451,'PCG14-DEV','THIRDPARTY','XXXXXX','44582',5449,'Acomptes - Régime de forfait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5452,'PCG14-DEV','THIRDPARTY','XXXXXX','44583',5449,'Remboursement de taxes sur le chiffre d''affaires demandé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5453,'PCG14-DEV','THIRDPARTY','XXXXXX','44584',5449,'TVA récupérée d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5454,'PCG14-DEV','THIRDPARTY','XXXXXX','44586',5449,'Taxes sur le chiffre d''affaires sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5455,'PCG14-DEV','THIRDPARTY','XXXXXX','44587',5449,'Taxes sur le chiffre d''affaires sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5456,'PCG14-DEV','THIRDPARTY','XXXXXX','446',5422,'Obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5457,'PCG14-DEV','THIRDPARTY','XXXXXX','447',5422,'Autres impôts, taxes et versements assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5458,'PCG14-DEV','THIRDPARTY','XXXXXX','448',5422,'Etat - Charges à payer et produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5459,'PCG14-DEV','THIRDPARTY','XXXXXX','4482',5458,'Charges fiscales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5460,'PCG14-DEV','THIRDPARTY','XXXXXX','4486',5458,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5461,'PCG14-DEV','THIRDPARTY','XXXXXX','4487',5458,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5462,'PCG14-DEV','THIRDPARTY','XXXXXX','449',5422,'Quotas d''émission à acquérir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5463,'PCG14-DEV','THIRDPARTY','XXXXXX','45',5970,'Groupe et associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5464,'PCG14-DEV','THIRDPARTY','XXXXXX','451',5463,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5465,'PCG14-DEV','THIRDPARTY','XXXXXX','455',5463,'Associés - Comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5466,'PCG14-DEV','THIRDPARTY','XXXXXX','4551',5465,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5467,'PCG14-DEV','THIRDPARTY','XXXXXX','4558',5465,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5468,'PCG14-DEV','THIRDPARTY','XXXXXX','456',5463,'Associés - Opérations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5469,'PCG14-DEV','THIRDPARTY','XXXXXX','4561',5468,'Associés - Comptes d''apport en société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5470,'PCG14-DEV','THIRDPARTY','XXXXXX','45611',5469,'Apports en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5471,'PCG14-DEV','THIRDPARTY','XXXXXX','45615',5469,'Apports en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5472,'PCG14-DEV','THIRDPARTY','XXXXXX','4562',5468,'Apporteurs - Capital appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5473,'PCG14-DEV','THIRDPARTY','XXXXXX','45621',5472,'Actionnaires - Capital souscrit et appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5474,'PCG14-DEV','THIRDPARTY','XXXXXX','45625',5472,'Associés - Capital appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5475,'PCG14-DEV','THIRDPARTY','XXXXXX','4563',5468,'Associés - Versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5476,'PCG14-DEV','THIRDPARTY','XXXXXX','4564',5468,'Associés - Versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5477,'PCG14-DEV','THIRDPARTY','XXXXXX','4566',5468,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5478,'PCG14-DEV','THIRDPARTY','XXXXXX','4567',5468,'Associés - Capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5479,'PCG14-DEV','THIRDPARTY','XXXXXX','457',5463,'Associés - Dividendes à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5480,'PCG14-DEV','THIRDPARTY','XXXXXX','458',5463,'Associés - Opérations faites en commun et en GIE','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5481,'PCG14-DEV','THIRDPARTY','XXXXXX','4581',5480,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5482,'PCG14-DEV','THIRDPARTY','XXXXXX','4588',5480,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5483,'PCG14-DEV','THIRDPARTY','XXXXXX','46',5970,'Débiteurs divers et créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5484,'PCG14-DEV','THIRDPARTY','XXXXXX','462',5483,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5485,'PCG14-DEV','THIRDPARTY','XXXXXX','464',5483,'Dettes sur acquisitions de valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5486,'PCG14-DEV','THIRDPARTY','XXXXXX','465',5483,'Créances sur cessions de valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5487,'PCG14-DEV','THIRDPARTY','XXXXXX','467',5483,'Autres comptes débiteurs ou créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5488,'PCG14-DEV','THIRDPARTY','XXXXXX','468',5483,'Divers - Charges à payer et produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5489,'PCG14-DEV','THIRDPARTY','XXXXXX','4686',5488,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5490,'PCG14-DEV','THIRDPARTY','XXXXXX','4687',5488,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5491,'PCG14-DEV','THIRDPARTY','XXXXXX','47',5970,'Comptes transitoires ou d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5492,'PCG14-DEV','THIRDPARTY','XXXXXX','471',5491,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5493,'PCG14-DEV','THIRDPARTY','XXXXXX','472',5491,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5494,'PCG14-DEV','THIRDPARTY','XXXXXX','473',5491,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5495,'PCG14-DEV','THIRDPARTY','XXXXXX','474',5491,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5496,'PCG14-DEV','THIRDPARTY','XXXXXX','475',5491,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5497,'PCG14-DEV','THIRDPARTY','XXXXXX','476',5491,'Différence de conversion - Actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5498,'PCG14-DEV','THIRDPARTY','XXXXXX','4761',5497,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5499,'PCG14-DEV','THIRDPARTY','XXXXXX','4762',5497,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5500,'PCG14-DEV','THIRDPARTY','XXXXXX','4768',5497,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5501,'PCG14-DEV','THIRDPARTY','XXXXXX','477',5491,'Différences de conversion - Passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5502,'PCG14-DEV','THIRDPARTY','XXXXXX','4771',5501,'Augmentation des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5503,'PCG14-DEV','THIRDPARTY','XXXXXX','4772',5501,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5504,'PCG14-DEV','THIRDPARTY','XXXXXX','4778',5501,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5505,'PCG14-DEV','THIRDPARTY','XXXXXX','478',5491,'Autres comptes transitoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5506,'PCG14-DEV','THIRDPARTY','XXXXXX','48',5970,'Comptes de régularisation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5507,'PCG14-DEV','THIRDPARTY','XXXXXX','481',5506,'Charges à répartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5508,'PCG14-DEV','THIRDPARTY','XXXXXX','4816',5507,'Frais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5509,'PCG14-DEV','THIRDPARTY','XXXXXX','486',5506,'Charges constatées d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5510,'PCG14-DEV','THIRDPARTY','XXXXXX','487',5506,'Produits constatés d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5511,'PCG14-DEV','THIRDPARTY','XXXXXX','488',5506,'Comptes de répartition périodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5512,'PCG14-DEV','THIRDPARTY','XXXXXX','4886',5511,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5513,'PCG14-DEV','THIRDPARTY','XXXXXX','4887',5511,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5514,'PCG14-DEV','THIRDPARTY','XXXXXX','49',5970,'Dépréciations des comptes de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5515,'PCG14-DEV','THIRDPARTY','XXXXXX','491',5514,'Dépréciations des comptes de clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5516,'PCG14-DEV','THIRDPARTY','XXXXXX','495',5514,'Dépréciations des comptes du groupe et des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5517,'PCG14-DEV','THIRDPARTY','XXXXXX','4951',5516,'Comptes du groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5518,'PCG14-DEV','THIRDPARTY','XXXXXX','4955',5516,'Comptes courants des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5519,'PCG14-DEV','THIRDPARTY','XXXXXX','4958',5516,'Opérations faites en commun et en GIE','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5520,'PCG14-DEV','THIRDPARTY','XXXXXX','496',5514,'Dépréciations des comptes de débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5521,'PCG14-DEV','THIRDPARTY','XXXXXX','4962',5520,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5522,'PCG14-DEV','THIRDPARTY','XXXXXX','4965',5520,'Créances sur cessions de valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5523,'PCG14-DEV','THIRDPARTY','XXXXXX','4967',5520,'Autres comptes débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5524,'PCG14-DEV','FINAN','XXXXXX','50',5524,'Parts dans des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5526,'PCG14-DEV','FINAN','XXXXXX','502',5524,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5529,'PCG14-DEV','FINAN','XXXXXX','503',5524,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5530,'PCG14-DEV','FINAN','XXXXXX','5031',5529,'Titres cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5531,'PCG14-DEV','FINAN','XXXXXX','5035',5529,'Titres non cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5532,'PCG14-DEV','FINAN','XXXXXX','504',5524,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5534,'PCG14-DEV','FINAN','XXXXXX','506',5524,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5535,'PCG14-DEV','FINAN','XXXXXX','5061',5534,'Titres cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5536,'PCG14-DEV','FINAN','XXXXXX','5065',5534,'Titres non cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5537,'PCG14-DEV','FINAN','XXXXXX','507',5524,'Bons du Trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5539,'PCG14-DEV','FINAN','XXXXXX','5081',5538,'Autres valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5540,'PCG14-DEV','FINAN','XXXXXX','5082',5538,'Bons de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5541,'PCG14-DEV','FINAN','XXXXXX','5088',5538,'Intérêts courus sur obligations, bons et valeurs assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5543,'PCG14-DEV','FINAN','XXXXXX','51',5971,'Banques, établissements financiers et assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5544,'PCG14-DEV','FINAN','XXXXXX','511',5543,'Valeurs à l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5545,'PCG14-DEV','FINAN','XXXXXX','5111',5544,'Coupons échus à l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5546,'PCG14-DEV','FINAN','XXXXXX','5112',5544,'Chèques à encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5547,'PCG14-DEV','FINAN','XXXXXX','5113',5544,'Effets à l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5548,'PCG14-DEV','FINAN','XXXXXX','5114',5544,'Effets à l''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5549,'PCG14-DEV','FINAN','XXXXXX','512',5543,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5550,'PCG14-DEV','FINAN','BANK','5121',5549,'Comptes en monnaie nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5551,'PCG14-DEV','FINAN','XXXXXX','5124',5549,'Comptes en devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5552,'PCG14-DEV','FINAN','XXXXXX','514',5543,'Chèques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5553,'PCG14-DEV','FINAN','XXXXXX','515',5543,'Caisses du Trésor et des établissements publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5554,'PCG14-DEV','FINAN','XXXXXX','516',5543,'Sociétés de bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5555,'PCG14-DEV','FINAN','XXXXXX','517',5543,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5556,'PCG14-DEV','FINAN','XXXXXX','518',5543,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5557,'PCG14-DEV','FINAN','XXXXXX','5181',5556,'Intérêts courus à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5558,'PCG14-DEV','FINAN','XXXXXX','5188',5556,'Intérêts courus à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5559,'PCG14-DEV','FINAN','XXXXXX','519',5543,'Concours bancaires courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5560,'PCG14-DEV','FINAN','XXXXXX','5191',5559,'Crédit de mobilisation de créances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5561,'PCG14-DEV','FINAN','XXXXXX','5193',5559,'Mobilisation de créances nées à l''étranger','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5562,'PCG14-DEV','FINAN','XXXXXX','5198',5559,'Intérêts courus sur concours bancaires courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5563,'PCG14-DEV','FINAN','XXXXXX','52',5971,'Instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5564,'PCG14-DEV','FINAN','XXXXXX','53',5971,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5565,'PCG14-DEV','FINAN','CASH','531',5564,'Caisse siège social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5566,'PCG14-DEV','FINAN','XXXXXX','5311',5565,'Caisse en monnaie nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5567,'PCG14-DEV','FINAN','XXXXXX','5314',5565,'Caisse en devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5568,'PCG14-DEV','FINAN','XXXXXX','532',5564,'Caisse succursale (ou usine) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5569,'PCG14-DEV','FINAN','XXXXXX','533',5564,'Caisse succursale (ou usine) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5570,'PCG14-DEV','FINAN','XXXXXX','54',5971,'Régies d''avance et accréditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5571,'PCG14-DEV','FINAN','XXXXXX','58',5971,'Virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5572,'PCG14-DEV','FINAN','XXXXXX','59',5971,'Dépréciations des comptes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5573,'PCG14-DEV','FINAN','XXXXXX','590',5572,'Dépréciations des valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5574,'PCG14-DEV','FINAN','XXXXXX','5903',5573,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5575,'PCG14-DEV','FINAN','XXXXXX','5904',5573,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5576,'PCG14-DEV','FINAN','XXXXXX','5906',5573,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5577,'PCG14-DEV','FINAN','XXXXXX','5908',5573,'Autres valeurs mobilières de placement et créances assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5578,'PCG14-DEV','EXPENSE','XXXXXX','60',5972,'Achats (sauf 603)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5579,'PCG14-DEV','EXPENSE','XXXXXX','601',5578,'Achats stockés - Matières premières (et fournitures)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5580,'PCG14-DEV','EXPENSE','XXXXXX','6011',5579,'Matières (ou groupe) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5581,'PCG14-DEV','EXPENSE','XXXXXX','6012',5579,'Matières (ou groupe) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5582,'PCG14-DEV','EXPENSE','XXXXXX','6017',5579,'Fournitures A, B, C,','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5583,'PCG14-DEV','EXPENSE','XXXXXX','602',5578,'Achats stockés - Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5584,'PCG14-DEV','EXPENSE','XXXXXX','6201',5583,'Matières consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5585,'PCG14-DEV','EXPENSE','XXXXXX','60211',5584,'Matières (ou groupe) C','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5586,'PCG14-DEV','EXPENSE','XXXXXX','60212',5584,'Matières (ou groupe) D','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5587,'PCG14-DEV','EXPENSE','XXXXXX','6022',5583,'Fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5588,'PCG14-DEV','EXPENSE','XXXXXX','60221',5587,'Combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5589,'PCG14-DEV','EXPENSE','XXXXXX','60222',5587,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5590,'PCG14-DEV','EXPENSE','XXXXXX','60223',5587,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5591,'PCG14-DEV','EXPENSE','XXXXXX','60224',5587,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5592,'PCG14-DEV','EXPENSE','XXXXXX','60225',5587,'Fourniture de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5593,'PCG14-DEV','EXPENSE','XXXXXX','6026',5583,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5594,'PCG14-DEV','EXPENSE','XXXXXX','60261',5593,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5595,'PCG14-DEV','EXPENSE','XXXXXX','60265',5593,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5596,'PCG14-DEV','EXPENSE','XXXXXX','60267',5593,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5597,'PCG14-DEV','EXPENSE','XXXXXX','604',5578,'Achats d''études et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5598,'PCG14-DEV','EXPENSE','XXXXXX','605',5578,'Achats de matériel, équipements et travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5599,'PCG14-DEV','EXPENSE','XXXXXX','606',5578,'Achats non stockés de matière et fournitures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5600,'PCG14-DEV','EXPENSE','XXXXXX','6061',5599,'Fournitures non stockables (eau, énergie, …)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5601,'PCG14-DEV','EXPENSE','XXXXXX','6063',5599,'Fournitures d''entretien et de petit équipement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5602,'PCG14-DEV','EXPENSE','XXXXXX','6064',5599,'Fournitures administratives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5603,'PCG14-DEV','EXPENSE','XXXXXX','6068',5599,'Autres matières et fournitures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5604,'PCG14-DEV','EXPENSE','PRODUCT','607',5578,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5605,'PCG14-DEV','EXPENSE','XXXXXX','6071',5605,'Marchandise (ou groupe) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5606,'PCG14-DEV','EXPENSE','XXXXXX','6072',5605,'Marchandise (ou groupe) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5608,'PCG14-DEV','EXPENSE','XXXXXX','609',5578,'Rabais, remises et ristournes obtenus sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5609,'PCG14-DEV','EXPENSE','XXXXXX','6091',5608,'de matières premières (et fournitures)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5610,'PCG14-DEV','EXPENSE','XXXXXX','6092',5608,'d''autres approvisionnements stockés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5611,'PCG14-DEV','EXPENSE','XXXXXX','6094',5608,'d''études et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5612,'PCG14-DEV','EXPENSE','XXXXXX','6095',5608,'de matériel, équipements et travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5613,'PCG14-DEV','EXPENSE','XXXXXX','6096',5608,'d''approvisionnements non stockés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5614,'PCG14-DEV','EXPENSE','XXXXXX','6097',5608,'de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5615,'PCG14-DEV','EXPENSE','XXXXXX','6098',5608,'Rabais, remises et ristournes non affectés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5616,'PCG14-DEV','EXPENSE','XXXXXX','603',5578,'Variations des stocks (approvisionnements et marchandises)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5617,'PCG14-DEV','EXPENSE','XXXXXX','6031',5616,'Variation des stocks de matières premières (et fournitures)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5618,'PCG14-DEV','EXPENSE','XXXXXX','6032',5616,'Variation des stocks des autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5619,'PCG14-DEV','EXPENSE','XXXXXX','6037',5616,'Variation des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5620,'PCG14-DEV','EXPENSE','XXXXXX','61',5972,'Services extérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5621,'PCG14-DEV','EXPENSE','SERVICE','611',5620,'Sous-traitance générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5622,'PCG14-DEV','EXPENSE','XXXXXX','612',5620,'Redevances de crédit-bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5623,'PCG14-DEV','EXPENSE','XXXXXX','6122',5622,'Crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5624,'PCG14-DEV','EXPENSE','XXXXXX','6125',5622,'Crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5625,'PCG14-DEV','EXPENSE','XXXXXX','613',5620,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5626,'PCG14-DEV','EXPENSE','XXXXXX','6132',5625,'Locations immobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5627,'PCG14-DEV','EXPENSE','XXXXXX','6135',5625,'Locations mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5628,'PCG14-DEV','EXPENSE','XXXXXX','6136',5625,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5629,'PCG14-DEV','EXPENSE','XXXXXX','614',5620,'Charges locatives et de copropriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5630,'PCG14-DEV','EXPENSE','XXXXXX','615',5620,'Entretien et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5631,'PCG14-DEV','EXPENSE','XXXXXX','6152',5630,'sur biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5632,'PCG14-DEV','EXPENSE','XXXXXX','6155',5630,'sur biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5633,'PCG14-DEV','EXPENSE','XXXXXX','6156',5630,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5634,'PCG14-DEV','EXPENSE','XXXXXX','616',5620,'Primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5635,'PCG14-DEV','EXPENSE','XXXXXX','6161',5634,'Multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5636,'PCG14-DEV','EXPENSE','XXXXXX','6162',5634,'Assurance obligatoire dommage construction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5637,'PCG14-DEV','EXPENSE','XXXXXX','6163',5634,'Assurance - transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5638,'PCG14-DEV','EXPENSE','XXXXXX','61636',5637,'sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5639,'PCG14-DEV','EXPENSE','XXXXXX','61637',5637,'sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5640,'PCG14-DEV','EXPENSE','XXXXXX','61638',5637,'sur autres biens','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5641,'PCG14-DEV','EXPENSE','XXXXXX','6164',5634,'Risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5642,'PCG14-DEV','EXPENSE','XXXXXX','6165',5634,'Insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5643,'PCG14-DEV','EXPENSE','XXXXXX','617',5620,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5644,'PCG14-DEV','EXPENSE','XXXXXX','618',5620,'Divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5645,'PCG14-DEV','EXPENSE','XXXXXX','6181',5644,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5646,'PCG14-DEV','EXPENSE','XXXXXX','6183',5644,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5647,'PCG14-DEV','EXPENSE','XXXXXX','6185',5644,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5648,'PCG14-DEV','EXPENSE','XXXXXX','619',5620,'Rabais, remises et ristournes obtenus sur services extérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5649,'PCG14-DEV','EXPENSE','XXXXXX','62',5972,'Autres services extérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5650,'PCG14-DEV','EXPENSE','XXXXXX','621',5649,'Personnel extérieur à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5651,'PCG14-DEV','EXPENSE','XXXXXX','6211',5650,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5652,'PCG14-DEV','EXPENSE','XXXXXX','6214',5650,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5653,'PCG14-DEV','EXPENSE','XXXXXX','622',5649,'Rémunérations d''intermédiaires et honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5654,'PCG14-DEV','EXPENSE','XXXXXX','6221',5653,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5655,'PCG14-DEV','EXPENSE','XXXXXX','6222',5653,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5656,'PCG14-DEV','EXPENSE','XXXXXX','6224',5653,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5657,'PCG14-DEV','EXPENSE','XXXXXX','6225',5653,'Rémunérations d''affacturage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5658,'PCG14-DEV','EXPENSE','XXXXXX','6226',5653,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5659,'PCG14-DEV','EXPENSE','XXXXXX','6227',5653,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5660,'PCG14-DEV','EXPENSE','XXXXXX','6228',5653,'Divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5661,'PCG14-DEV','EXPENSE','XXXXXX','623',5649,'Publicité, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5662,'PCG14-DEV','EXPENSE','XXXXXX','6231',5661,'Annonces et insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5663,'PCG14-DEV','EXPENSE','XXXXXX','6232',5661,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5664,'PCG14-DEV','EXPENSE','XXXXXX','6233',5661,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5665,'PCG14-DEV','EXPENSE','XXXXXX','6234',5661,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5666,'PCG14-DEV','EXPENSE','XXXXXX','6235',5661,'Primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5667,'PCG14-DEV','EXPENSE','XXXXXX','6236',5661,'Catalogues et imprimés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5668,'PCG14-DEV','EXPENSE','XXXXXX','6237',5661,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5669,'PCG14-DEV','EXPENSE','XXXXXX','6238',5661,'Divers (pourboires, dons courants, …)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5670,'PCG14-DEV','EXPENSE','XXXXXX','624',5649,'Transports de biens et transports collectifs du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5671,'PCG14-DEV','EXPENSE','XXXXXX','6241',5670,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5672,'PCG14-DEV','EXPENSE','XXXXXX','6242',5670,'Transports sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5673,'PCG14-DEV','EXPENSE','XXXXXX','6243',5670,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5674,'PCG14-DEV','EXPENSE','XXXXXX','6244',5670,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5675,'PCG14-DEV','EXPENSE','XXXXXX','6247',5670,'Transports collectifs du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5676,'PCG14-DEV','EXPENSE','XXXXXX','6248',5670,'Divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5677,'PCG14-DEV','EXPENSE','XXXXXX','625',5649,'Déplacements, missions et réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5678,'PCG14-DEV','EXPENSE','XXXXXX','6251',5677,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5679,'PCG14-DEV','EXPENSE','XXXXXX','6255',5677,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5680,'PCG14-DEV','EXPENSE','XXXXXX','6256',5677,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5681,'PCG14-DEV','EXPENSE','XXXXXX','6257',5677,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5682,'PCG14-DEV','EXPENSE','XXXXXX','626',5649,'Frais postaux et de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5683,'PCG14-DEV','EXPENSE','XXXXXX','627',5649,'Services bancaires et assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5684,'PCG14-DEV','EXPENSE','XXXXXX','6271',5683,'Frais sur titres (achat, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5685,'PCG14-DEV','EXPENSE','XXXXXX','6272',5683,'Commissions et frais sur émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5686,'PCG14-DEV','EXPENSE','XXXXXX','6275',5683,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5687,'PCG14-DEV','EXPENSE','XXXXXX','6276',5683,'Location de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5688,'PCG14-DEV','EXPENSE','XXXXXX','6278',5683,'Autres frais et commissions sur prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5689,'PCG14-DEV','EXPENSE','XXXXXX','628',5649,'Divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5690,'PCG14-DEV','EXPENSE','XXXXXX','6281',5689,'Concours divers (cotisations,)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5691,'PCG14-DEV','EXPENSE','XXXXXX','6284',5689,'Frais de recrutement de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5692,'PCG14-DEV','EXPENSE','XXXXXX','629',5649,'Rabais, remises et ristournes obtenus sur autres services extérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5693,'PCG14-DEV','EXPENSE','XXXXXX','63',5972,'Impôts, taxes et versements assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5695,'PCG14-DEV','EXPENSE','XXXXXX','6311',5694,'Taxe sur les salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5696,'PCG14-DEV','EXPENSE','XXXXXX','6312',5694,'Taxe d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5697,'PCG14-DEV','EXPENSE','XXXXXX','6313',5694,'Participation des employeurs à la formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5698,'PCG14-DEV','EXPENSE','XXXXXX','6314',5694,'Cotisation pour défaut d''investissement obligatoire dans la construction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5699,'PCG14-DEV','EXPENSE','XXXXXX','6318',5694,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5701,'PCG14-DEV','EXPENSE','XXXXXX','6331',5700,'Versement de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5702,'PCG14-DEV','EXPENSE','XXXXXX','6332',5700,'Allocations logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5703,'PCG14-DEV','EXPENSE','XXXXXX','6333',5700,'Participation des employeurs à la formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5704,'PCG14-DEV','EXPENSE','XXXXXX','6334',5700,'Participation des employeurs à l''effort de construction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5706,'PCG14-DEV','EXPENSE','XXXXXX','6338',5700,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5708,'PCG14-DEV','EXPENSE','XXXXXX','6351',5707,'Impôts directs (sauf impôts sur les bénéfices)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5709,'PCG14-DEV','EXPENSE','XXXXXX','63511',5708,'Contribution économique territoriale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5710,'PCG14-DEV','EXPENSE','XXXXXX','63512',5708,'Taxes foncières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5711,'PCG14-DEV','EXPENSE','XXXXXX','63513',5708,'Autres impôts locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5712,'PCG14-DEV','EXPENSE','XXXXXX','63514',5708,'Taxe sur les véhicules des sociétés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5713,'PCG14-DEV','EXPENSE','XXXXXX','6352',5707,'Taxe sur le chiffre d''affaires non récupérables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5714,'PCG14-DEV','EXPENSE','XXXXXX','6353',5707,'Impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5715,'PCG14-DEV','EXPENSE','XXXXXX','6354',5707,'Droits d''enregistrement et de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5716,'PCG14-DEV','EXPENSE','XXXXXX','63541',5715,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5717,'PCG14-DEV','EXPENSE','XXXXXX','6358',5707,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5718,'PCG14-DEV','EXPENSE','XXXXXX','637',5693,'Autres impôts, taxes et versements assimilés (autres organismes)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5719,'PCG14-DEV','EXPENSE','XXXXXX','6371',5718,'Contribution sociale de solidarité à la charge des sociétés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5720,'PCG14-DEV','EXPENSE','XXXXXX','6372',5718,'Taxes perçues par les organismes publics internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5721,'PCG14-DEV','EXPENSE','XXXXXX','6374',5718,'Impôts et taxes exigibles à l''Etranger','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5722,'PCG14-DEV','EXPENSE','XXXXXX','6378',5718,'Taxes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5723,'PCG14-DEV','EXPENSE','XXXXXX','64',5972,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5724,'PCG14-DEV','EXPENSE','XXXXXX','641',5723,'Rémunérations du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5725,'PCG14-DEV','EXPENSE','XXXXXX','6411',5724,'Salaires, appointements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5726,'PCG14-DEV','EXPENSE','XXXXXX','6412',5724,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5727,'PCG14-DEV','EXPENSE','XXXXXX','6413',5724,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5728,'PCG14-DEV','EXPENSE','XXXXXX','6414',5724,'Indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5729,'PCG14-DEV','EXPENSE','XXXXXX','6415',5724,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5730,'PCG14-DEV','EXPENSE','XXXXXX','644',5723,'Rémunération du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5731,'PCG14-DEV','EXPENSE','SOCIAL','645',5723,'Charges de sécurité sociale et de prévoyance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5732,'PCG14-DEV','EXPENSE','XXXXXX','6451',5731,'Cotisations à l''URSSAF','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5733,'PCG14-DEV','EXPENSE','XXXXXX','6452',5731,'Cotisations aux mutuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5734,'PCG14-DEV','EXPENSE','XXXXXX','6453',5731,'Cotisations aux caisses de retraites','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5735,'PCG14-DEV','EXPENSE','XXXXXX','6454',5731,'Cotisations aux ASSEDIC','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5736,'PCG14-DEV','EXPENSE','XXXXXX','6458',5731,'Cotisations aux autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5737,'PCG14-DEV','EXPENSE','XXXXXX','646',5723,'Cotisations sociales personnelles de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5738,'PCG14-DEV','EXPENSE','XXXXXX','647',5723,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5739,'PCG14-DEV','EXPENSE','XXXXXX','6471',5738,'Prestations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5740,'PCG14-DEV','EXPENSE','XXXXXX','6472',5738,'Versements aux comités d''entreprise et d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5741,'PCG14-DEV','EXPENSE','XXXXXX','6473',5738,'Versements aux comités d''hygiène et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5742,'PCG14-DEV','EXPENSE','XXXXXX','6474',5738,'Versements aux autres œuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5743,'PCG14-DEV','EXPENSE','XXXXXX','6475',5738,'Médecine du travail, pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5744,'PCG14-DEV','EXPENSE','XXXXXX','648',5723,'Autres charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5745,'PCG14-DEV','EXPENSE','XXXXXX','65',5972,'Autres charges de gestion courante','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5747,'PCG14-DEV','EXPENSE','XXXXXX','6511',5746,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5748,'PCG14-DEV','EXPENSE','XXXXXX','6516',5746,'Droits d''auteur et de reproduction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5749,'PCG14-DEV','EXPENSE','XXXXXX','6518',5746,'Autres droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5750,'PCG14-DEV','EXPENSE','XXXXXX','653',5745,'Jetons de présence','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5751,'PCG14-DEV','EXPENSE','XXXXXX','654',5745,'Pertes sur créances irrécouvrables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5752,'PCG14-DEV','EXPENSE','XXXXXX','6541',5751,'Créances de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5753,'PCG14-DEV','EXPENSE','XXXXXX','6544',5751,'Créances des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5754,'PCG14-DEV','EXPENSE','XXXXXX','655',5745,'Quote-part de résultat sur opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5757,'PCG14-DEV','EXPENSE','XXXXXX','658',5745,'Charges diverses de gestion courante','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5758,'PCG14-DEV','EXPENSE','XXXXXX','66',5972,'Charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5759,'PCG14-DEV','EXPENSE','XXXXXX','661',5758,'Charges d''intérêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5760,'PCG14-DEV','EXPENSE','XXXXXX','6611',5759,'Intérêts des emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5761,'PCG14-DEV','EXPENSE','XXXXXX','66116',5760,'des emprunts et dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5762,'PCG14-DEV','EXPENSE','XXXXXX','66117',5760,'des dettes rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5763,'PCG14-DEV','EXPENSE','XXXXXX','6612',5759,'Charges de la fiducie, résultat de la période','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5765,'PCG14-DEV','EXPENSE','XXXXXX','6616',5759,'Intérêts bancaires et sur opérations de financement (escompte,…)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5766,'PCG14-DEV','EXPENSE','XXXXXX','6617',5759,'Intérêts des obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5767,'PCG14-DEV','EXPENSE','XXXXXX','6618',5759,'Intérêts des autres dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5768,'PCG14-DEV','EXPENSE','XXXXXX','66181',5767,'des dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5769,'PCG14-DEV','EXPENSE','XXXXXX','66188',5767,'des dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5770,'PCG14-DEV','EXPENSE','XXXXXX','664',5758,'Pertes sur créances liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5771,'PCG14-DEV','EXPENSE','XXXXXX','665',5758,'Escomptes accordés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5772,'PCG14-DEV','EXPENSE','XXXXXX','666',5758,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5773,'PCG14-DEV','EXPENSE','XXXXXX','667',5758,'Charges nettes sur cessions de valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5774,'PCG14-DEV','EXPENSE','XXXXXX','668',5758,'Autres charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5775,'PCG14-DEV','EXPENSE','XXXXXX','67',5972,'Charges exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5776,'PCG14-DEV','EXPENSE','XXXXXX','671',5775,'Charges exceptionnelles sur opérations de gestion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5778,'PCG14-DEV','EXPENSE','XXXXXX','6712',5776,'Pénalités, amendes fiscales et pénales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5779,'PCG14-DEV','EXPENSE','XXXXXX','6713',5776,'Dons, libéralités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5780,'PCG14-DEV','EXPENSE','XXXXXX','6714',5776,'Créances devenues irrécouvrables dans l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5781,'PCG14-DEV','EXPENSE','XXXXXX','6715',5776,'Subventions accordées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5783,'PCG14-DEV','EXPENSE','XXXXXX','6718',5776,'Autres charges exceptionnelles sur opérations de gestion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5785,'PCG14-DEV','EXPENSE','XXXXXX','674',5775,'Opérations de constitution ou liquidation des fiducies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5787,'PCG14-DEV','EXPENSE','XXXXXX','6742',5785,'Opérations liées à la liquidation de la fiducie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5788,'PCG14-DEV','EXPENSE','XXXXXX','675',5775,'Valeurs comptables des éléments d''actif cédés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5789,'PCG14-DEV','EXPENSE','XXXXXX','6751',5788,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5790,'PCG14-DEV','EXPENSE','XXXXXX','6752',5788,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5791,'PCG14-DEV','EXPENSE','XXXXXX','6756',5788,'Immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5792,'PCG14-DEV','EXPENSE','XXXXXX','6758',5788,'Autres éléments d''actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5793,'PCG14-DEV','EXPENSE','XXXXXX','678',5775,'Autres charges exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5794,'PCG14-DEV','EXPENSE','XXXXXX','6781',5793,'Malis provenant de clauses d''indexation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5795,'PCG14-DEV','EXPENSE','XXXXXX','6782',5793,'Lots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5797,'PCG14-DEV','EXPENSE','XXXXXX','6788',5793,'Charges exceptionnelles diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5798,'PCG14-DEV','EXPENSE','XXXXXX','68',5972,'Dotations aux amortissements, aux dépréciations et aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5800,'PCG14-DEV','EXPENSE','XXXXXX','6811',5799,'Dotations aux amortissements sur immobilisations incorporelles et corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5801,'PCG14-DEV','EXPENSE','XXXXXX','68111',5800,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5802,'PCG14-DEV','EXPENSE','XXXXXX','68112',5800,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5803,'PCG14-DEV','EXPENSE','XXXXXX','6812',5799,'Dotations aux amortissements des charges d''exploitation à répartir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5804,'PCG14-DEV','EXPENSE','XXXXXX','6815',5799,'Dotations aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5805,'PCG14-DEV','EXPENSE','XXXXXX','6816',5799,'Dotations pour dépréciations des immobilisations incorporelles et corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5806,'PCG14-DEV','EXPENSE','XXXXXX','68161',5805,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5807,'PCG14-DEV','EXPENSE','XXXXXX','68162',5805,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5808,'PCG14-DEV','EXPENSE','XXXXXX','6817',5799,'Dotations pour dépréciations des actifs circulants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5809,'PCG14-DEV','EXPENSE','XXXXXX','68173',5808,'Stocks et en-cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5810,'PCG14-DEV','EXPENSE','XXXXXX','68174',5808,'Créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5812,'PCG14-DEV','EXPENSE','XXXXXX','6861',5811,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5813,'PCG14-DEV','EXPENSE','XXXXXX','6865',5811,'Dotations aux provisions financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5814,'PCG14-DEV','EXPENSE','XXXXXX','6866',5811,'Dotations pour dépréciations des éléments financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5815,'PCG14-DEV','EXPENSE','XXXXXX','68662',5814,'Immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5816,'PCG14-DEV','EXPENSE','XXXXXX','68665',5814,'Valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5817,'PCG14-DEV','EXPENSE','XXXXXX','6868',5811,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5819,'PCG14-DEV','EXPENSE','XXXXXX','6871',5818,'Dotations aux amortissements exceptionnels des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5820,'PCG14-DEV','EXPENSE','XXXXXX','6872',5818,'Dotations aux provisions réglementées (immobilisations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5821,'PCG14-DEV','EXPENSE','XXXXXX','68725',5820,'Amortissements dérogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5822,'PCG14-DEV','EXPENSE','XXXXXX','6873',5818,'Dotations aux provisions réglementées (stocks)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5823,'PCG14-DEV','EXPENSE','XXXXXX','6874',5818,'Dotations aux autres provisions réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5824,'PCG14-DEV','EXPENSE','XXXXXX','6875',5818,'Dotations aux provisions exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5825,'PCG14-DEV','EXPENSE','XXXXXX','6876',5818,'Dotations pour dépréciations exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5827,'PCG14-DEV','EXPENSE','XXXXXX','691',5826,'Participation des salariés aux résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5828,'PCG14-DEV','EXPENSE','XXXXXX','695',5826,'Impôts sur les bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5829,'PCG14-DEV','EXPENSE','XXXXXX','6951',5828,'Impôts dus en France','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5830,'PCG14-DEV','EXPENSE','XXXXXX','6952',5828,'Contribution additionnelle à l''impôt sur les bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5831,'PCG14-DEV','EXPENSE','XXXXXX','6954',5828,'Impôts dus à l''étranger','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5833,'PCG14-DEV','EXPENSE','XXXXXX','698',5826,'Intégration fiscale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5834,'PCG14-DEV','EXPENSE','XXXXXX','6981',5833,'Intégration fiscale - Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5835,'PCG14-DEV','EXPENSE','XXXXXX','6989',5833,'Intégration fiscale - Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5836,'PCG14-DEV','EXPENSE','XXXXXX','699',5826,'Produits - Reports en arrière des déficits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5837,'PCG14-DEV','INCOME','XXXXXX','70',5973,'Ventes de produits fabriqués, prestations de services, marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5838,'PCG14-DEV','INCOME','PRODUCT','701',5837,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5839,'PCG14-DEV','INCOME','XXXXXX','7011',5838,'Produits finis (ou groupe) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5840,'PCG14-DEV','INCOME','XXXXXX','7012',5838,'Produits finis (ou groupe) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5841,'PCG14-DEV','INCOME','XXXXXX','702',5837,'Ventes de produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5842,'PCG14-DEV','INCOME','XXXXXX','703',5837,'Ventes de produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5843,'PCG14-DEV','INCOME','XXXXXX','704',5837,'Travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5844,'PCG14-DEV','INCOME','XXXXXX','7041',5843,'Travaux de catégorie (ou activité) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5845,'PCG14-DEV','INCOME','XXXXXX','7042',5843,'Travaux de catégorie (ou activité) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5846,'PCG14-DEV','INCOME','XXXXXX','705',5837,'Etudes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5847,'PCG14-DEV','INCOME','SERVICE','706',5837,'Prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5848,'PCG14-DEV','INCOME','PRODUCT','707',5837,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5849,'PCG14-DEV','INCOME','XXXXXX','7071',5848,'Marchandises (ou groupe) A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5850,'PCG14-DEV','INCOME','XXXXXX','7072',5848,'Marchandises (ou groupe) B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5851,'PCG14-DEV','INCOME','XXXXXX','708',5837,'Produits des activités annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5853,'PCG14-DEV','INCOME','XXXXXX','7082',5851,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5854,'PCG14-DEV','INCOME','XXXXXX','7083',5851,'Locations diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5855,'PCG14-DEV','INCOME','XXXXXX','7084',5851,'Mise à disposition de personnel facturée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5856,'PCG14-DEV','INCOME','XXXXXX','7085',5851,'Ports et frais accessoires facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5857,'PCG14-DEV','INCOME','XXXXXX','7086',5851,'Bonis sur reprises d''emballages consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5858,'PCG14-DEV','INCOME','XXXXXX','7087',5851,'Bonifications obtenues des clients et primes sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5859,'PCG14-DEV','INCOME','XXXXXX','7088',5851,'Autres produits d''activités annexes (cessions d''approvisionnements,)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5860,'PCG14-DEV','INCOME','XXXXXX','709',5837,'Rabais, remises et ristournes accordés par l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5861,'PCG14-DEV','INCOME','XXXXXX','7091',5860,'sur ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5862,'PCG14-DEV','INCOME','XXXXXX','7092',5860,'sur ventes de produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5863,'PCG14-DEV','INCOME','XXXXXX','7094',5860,'sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5864,'PCG14-DEV','INCOME','XXXXXX','7095',5860,'sur études','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5865,'PCG14-DEV','INCOME','XXXXXX','7096',5860,'sur prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5866,'PCG14-DEV','INCOME','XXXXXX','7097',5860,'sur ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5867,'PCG14-DEV','INCOME','XXXXXX','7098',5860,'sur produits des activités annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5868,'PCG14-DEV','INCOME','XXXXXX','71',5973,'Production stockée (ou déstockage)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5869,'PCG14-DEV','INCOME','XXXXXX','713',5868,'Variation des stocks (en-cours de production, produits)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5870,'PCG14-DEV','INCOME','XXXXXX','7133',5869,'Variation des en-cours de production de biens','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5871,'PCG14-DEV','INCOME','XXXXXX','71331',5870,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5872,'PCG14-DEV','INCOME','XXXXXX','71335',5870,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5873,'PCG14-DEV','INCOME','XXXXXX','7134',5869,'Variation des en-cours de production de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5874,'PCG14-DEV','INCOME','XXXXXX','71341',5873,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5875,'PCG14-DEV','INCOME','XXXXXX','71345',5873,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5876,'PCG14-DEV','INCOME','XXXXXX','7135',5869,'Variation des stocks de produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5877,'PCG14-DEV','INCOME','XXXXXX','71351',5876,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5878,'PCG14-DEV','INCOME','XXXXXX','71355',5876,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5879,'PCG14-DEV','INCOME','XXXXXX','71358',5876,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5880,'PCG14-DEV','INCOME','XXXXXX','72',5973,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5881,'PCG14-DEV','INCOME','XXXXXX','721',5880,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5882,'PCG14-DEV','INCOME','XXXXXX','722',5880,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5883,'PCG14-DEV','INCOME','XXXXXX','74',5973,'Subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5884,'PCG14-DEV','INCOME','XXXXXX','75',5973,'Autres produits de gestion courante','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5886,'PCG14-DEV','INCOME','XXXXXX','7511',5885,'Redevances pour concessions, brevets, licences, marques, procédés, logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5887,'PCG14-DEV','INCOME','XXXXXX','7516',5885,'Droits d''auteur et de reproduction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5888,'PCG14-DEV','INCOME','XXXXXX','7518',5885,'Autres droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5889,'PCG14-DEV','INCOME','XXXXXX','752',5884,'Revenus des immeubles non affectés à des activités professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5891,'PCG14-DEV','INCOME','XXXXXX','754',5884,'Ristournes perçues des coopératives (provenant des excédents)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5892,'PCG14-DEV','INCOME','XXXXXX','755',5884,'Quote-parts de résultat sur opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5893,'PCG14-DEV','INCOME','XXXXXX','7551',5892,'Quote-part de perte transférée (comptabilité du gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5895,'PCG14-DEV','INCOME','XXXXXX','758',5884,'Produits divers de gestion courante','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5896,'PCG14-DEV','INCOME','XXXXXX','76',5973,'Produits financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5897,'PCG14-DEV','INCOME','XXXXXX','761',5896,'Produits de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5898,'PCG14-DEV','INCOME','XXXXXX','7611',5897,'Revenus des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5899,'PCG14-DEV','INCOME','XXXXXX','7612',5897,'Produits de la fiducie, résultat de la période','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5900,'PCG14-DEV','INCOME','XXXXXX','7616',5897,'Revenus sur autres formes de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5901,'PCG14-DEV','INCOME','XXXXXX','7617',5897,'Revenus des créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5902,'PCG14-DEV','INCOME','XXXXXX','762',5896,'Produits des autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5903,'PCG14-DEV','INCOME','XXXXXX','7621',5902,'Revenus des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5904,'PCG14-DEV','INCOME','XXXXXX','7626',5902,'Revenus des prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5905,'PCG14-DEV','INCOME','XXXXXX','7627',5902,'Revenus des créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5906,'PCG14-DEV','INCOME','XXXXXX','763',5896,'Revenus des autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5907,'PCG14-DEV','INCOME','XXXXXX','7631',5906,'Revenus des créances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5908,'PCG14-DEV','INCOME','XXXXXX','7638',5906,'Revenus des créances diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5909,'PCG14-DEV','INCOME','XXXXXX','764',5896,'Revenus des valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5910,'PCG14-DEV','INCOME','XXXXXX','765',5896,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5911,'PCG14-DEV','INCOME','XXXXXX','766',5896,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5912,'PCG14-DEV','INCOME','XXXXXX','767',5896,'Produits nets sur cessions de valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5913,'PCG14-DEV','INCOME','XXXXXX','768',5896,'Autres produits financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5914,'PCG14-DEV','INCOME','XXXXXX','77',5973,'Produits exceptionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5915,'PCG14-DEV','INCOME','XXXXXX','771',5914,'Produits exceptionnels sur opérations de gestion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5917,'PCG14-DEV','INCOME','XXXXXX','7713',5915,'Libéralités reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5918,'PCG14-DEV','INCOME','XXXXXX','7714',5915,'Rentrées sur créances amorties','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5919,'PCG14-DEV','INCOME','XXXXXX','7715',5915,'Subventions d''équilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5921,'PCG14-DEV','INCOME','XXXXXX','7718',5915,'Autres produits exceptionnels sur opérations de gestion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5923,'PCG14-DEV','INCOME','XXXXXX','774',5914,'Opérations de constitution ou liquidation des fiducies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5925,'PCG14-DEV','INCOME','XXXXXX','7742',5923,'Opérations liées à la liquidation de la fiducie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5926,'PCG14-DEV','INCOME','XXXXXX','775',5914,'Produits des cessions d''éléments d''actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5927,'PCG14-DEV','INCOME','XXXXXX','7751',5926,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5928,'PCG14-DEV','INCOME','XXXXXX','7752',5926,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5929,'PCG14-DEV','INCOME','XXXXXX','7756',5926,'Immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5930,'PCG14-DEV','INCOME','XXXXXX','7758',5926,'Autres éléments d''actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5932,'PCG14-DEV','INCOME','XXXXXX','778',5914,'Autres produits exceptionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5933,'PCG14-DEV','INCOME','XXXXXX','7781',5932,'Bonis provenant de clauses d''indexation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5934,'PCG14-DEV','INCOME','XXXXXX','7782',5932,'Lots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5936,'PCG14-DEV','INCOME','XXXXXX','7788',5932,'Produits exceptionnels divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5937,'PCG14-DEV','INCOME','XXXXXX','78',5973,'Reprises sur amortissements, dépréciations et provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5939,'PCG14-DEV','INCOME','XXXXXX','7811',5938,'Reprises sur amortissements des immobilisations incorporelles et corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5940,'PCG14-DEV','INCOME','XXXXXX','78111',5939,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5941,'PCG14-DEV','INCOME','XXXXXX','78112',5939,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5942,'PCG14-DEV','INCOME','XXXXXX','7815',5938,'Reprises sur provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5943,'PCG14-DEV','INCOME','XXXXXX','7816',5938,'Reprises sur dépréciations des immobilisations incorporelles et corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5944,'PCG14-DEV','INCOME','XXXXXX','78161',5943,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5945,'PCG14-DEV','INCOME','XXXXXX','78162',5943,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5946,'PCG14-DEV','INCOME','XXXXXX','7817',5938,'Reprises sur dépréciations des actifs circulants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5947,'PCG14-DEV','INCOME','XXXXXX','78173',5946,'Stocks et en-cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5948,'PCG14-DEV','INCOME','XXXXXX','78174',5946,'Créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5950,'PCG14-DEV','INCOME','XXXXXX','7865',5949,'Reprises sur provisions financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5951,'PCG14-DEV','INCOME','XXXXXX','7866',5949,'Reprises sur dépréciations des éléments financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5952,'PCG14-DEV','INCOME','XXXXXX','78662',5951,'Immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5953,'PCG14-DEV','INCOME','XXXXXX','78665',5951,'Valeurs mobilières de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5955,'PCG14-DEV','INCOME','XXXXXX','7872',5954,'Reprises sur provisions réglementées (immobilisations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5956,'PCG14-DEV','INCOME','XXXXXX','78725',5955,'Amortissements dérogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5957,'PCG14-DEV','INCOME','XXXXXX','78726',5955,'Provision spéciale de réévaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5958,'PCG14-DEV','INCOME','XXXXXX','78727',5955,'Plus-values réinvesties','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5959,'PCG14-DEV','INCOME','XXXXXX','7873',5954,'Reprises sur provisions réglementées (stocks)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5960,'PCG14-DEV','INCOME','XXXXXX','7874',5954,'Reprises sur autres provisions réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5961,'PCG14-DEV','INCOME','XXXXXX','7875',5954,'Reprises sur provisions exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5962,'PCG14-DEV','INCOME','XXXXXX','7876',5954,'Reprises sur dépréciations exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5963,'PCG14-DEV','INCOME','XXXXXX','79',5973,'Transferts de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5964,'PCG14-DEV','INCOME','XXXXXX','791',5963,'Transferts de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5965,'PCG14-DEV','INCOME','XXXXXX','796',5963,'Transferts de charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5966,'PCG14-DEV','INCOME','XXXXXX','797',5963,'Transferts de charges exceptionnelles','1');
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_ga.sql b/htdocs/install/mysql/data/llx_accounting_account_ga.sql
    index b2b9fab633a..06a14f69214 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_ga.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_ga.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA GA
     -- ID 15000 - 16999
    ---
    +-- ADD 1600000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '101', '1', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1013', '101', 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1014', '101', 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '102', '1', 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1021', '102', 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1022', '102', 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1028', '102', 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '103', '1', 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '104', '1', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1041', '104', 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1042', '104', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1043', '104', 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1047', '104', 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1048', '104', 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '105', '1', 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1051', '105', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1052', '105', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1053', '105', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1054', '105', 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1058', '105', 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '106', '1', 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1061', '106', 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1062', '106', 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '109', '1', 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '11', '1', 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '111', '11', 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1111', '111', 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '112', '11', 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '113', '11', 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1131', '113', 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1133', '113', 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1134', '113', 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1135', '113', 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1138', '113', 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '118', '11', 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1181', '118', 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1188', '118', 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '12', '1', 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '121', '12', 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1211', '121', 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '129', '12', 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1291', '129', 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1292', '129', 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '13', '1', 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1301', '13', 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1309', '13', 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '131', '13', 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '132', '13', 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1321', '132', 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1322', '132', 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '133', '13', 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '134', '13', 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '135', '13', 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '136', '13', 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '137', '13', 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '138', '13', 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '139', '13', 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '14', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '141', '14', 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1411', '141', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1412', '141', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1413', '141', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1414', '141', 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1415', '141', 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1416', '141', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1417', '141', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1418', '141', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '142', '14', 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1421', '142', 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '148', '14', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '151', '15', 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '152', '15', 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1521', '152', 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '153', '15', 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1531', '153', 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1532', '153', 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '154', '15', 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1551', '155', 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1552', '155', 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1553', '155', 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1554', '155', 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1561', '156', 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1562', '156', 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1611', '161', 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1612', '161', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1618', '161', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1619', '161', 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '162', '16', 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '163', '16', 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '164', '16', 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '165', '16', 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1651', '165', 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1652', '165', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '166', '16', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1661', '166', 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1662', '166', 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1663', '166', 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1664', '166', 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1665', '166', 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1667', '166', 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1668', '166', 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '167', '16', 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1671', '167', 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1672', '167', 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1673', '167', 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1674', '167', 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1676', '167', 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1681', '168', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1682', '168', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1683', '168', 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1684', '168', 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1685', '168', 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1686', '168', 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '172', '17', 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '173', '17', 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '176', '17', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1762', '176', 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1763', '176', 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1768', '176', 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '178', '17', 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '18', '1', 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '181', '18', 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1811', '181', 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1812', '181', 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '182', '18', 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '183', '18', 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '184', '18', 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '185', '18', 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '186', '18', 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '187', '18', 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '19', '1', 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '191', '19', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '192', '19', 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '193', '19', 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '194', '19', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '195', '19', 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '196', '19', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '197', '19', 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1971', '197', 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '198', '19', 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1981', '198', 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1982', '198', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1983', '198', 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'CAPIT', 'XXXXXX', '1988', '198', 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '201', '2', 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2011', '201', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2012', '201', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2013', '201', 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2014', '201', 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2015', '201', 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2016', '201', 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2017', '201', 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2018', '201', 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '202', '2', 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2021', '202', 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2022', '202', 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2026', '202', 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2028', '202', 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '206', '2', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2061', '206', 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2062', '206', 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2068', '206', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '211', '21', 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '212', '21', 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '213', '21', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '214', '21', 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '215', '21', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '216', '21', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '217', '21', 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '218', '21', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '219', '21', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2191', '219', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2193', '219', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2198', '219', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '22', '2', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '221', '22', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2211', '221', 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2212', '221', 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2218', '221', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '222', '22', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2221', '222', 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2228', '222', 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '223', '22', 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2231', '223', 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2232', '223', 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2234', '223', 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2235', '223', 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2236', '223', 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '224', '22', 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2241', '224', 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2248', '224', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '225', '22', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2251', '225', 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '226', '22', 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2261', '226', 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '227', '22', 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '228', '22', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2281', '228', 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2285', '228', 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2288', '228', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '229', '22', 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2291', '229', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2292', '229', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2295', '229', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2298', '229', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '23', '2', 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '231', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2311', '231', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2312', '231', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2313', '231', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2314', '231', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2315', '231', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '232', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2321', '232', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2322', '232', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2323', '232', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2324', '232', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2325', '232', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '233', '23', 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2331', '233', 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2332', '233', 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2333', '233', 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2334', '233', 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2335', '233', 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2338', '233', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '234', '23', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2341', '234', 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2342', '234', 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2343', '234', 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2344', '234', 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '235', '23', 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2351', '235', 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2358', '235', 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '237', '23', 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '238', '23', 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '239', '23', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2391', '239', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '24', '2', 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '241', '24', 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2411', '241', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2412', '241', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2413', '241', 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2414', '241', 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '242', '24', 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2421', '242', 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2422', '242', 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '243', '24', 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '244', '24', 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2441', '244', 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2442', '244', 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2443', '244', 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2444', '244', 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2446', '244', 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2447', '244', 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '245', '24', 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2451', '245', 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2452', '245', 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2453', '245', 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2454', '245', 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2455', '245', 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2456', '245', 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2458', '245', 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '246', '24', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2461', '246', 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2462', '246', 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2463', '246', 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2465', '246', 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2468', '246', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '247', '24', 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '248', '24', 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2481', '248', 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '249', '24', 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2491', '249', 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2492', '249', 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2493', '249', 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2494', '249', 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2495', '249', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2496', '249', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2497', '249', 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2498', '249', 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '25', '2', 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '251', '25', 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '252', '25', 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '26', '2', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '262', '26', 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '263', '26', 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '265', '26', 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '266', '26', 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '268', '26', 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '271', '27', 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2711', '271', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2712', '271', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2713', '271', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2714', '271', 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '272', '27', 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2721', '272', 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2722', '272', 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2728', '272', 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '273', '27', 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2731', '273', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2733', '273', 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2738', '273', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '274', '27', 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2741', '274', 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2742', '274', 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2743', '274', 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2744', '274', 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2748', '274', 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '275', '27', 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2751', '275', 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2752', '275', 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2753', '275', 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2754', '275', 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2755', '275', 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2756', '275', 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2757', '275', 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2758', '275', 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '276', '27', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2761', '276', 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2762', '276', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2763', '276', 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2764', '276', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2765', '276', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2767', '276', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2768', '276', 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '277', '27', 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2771', '277', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2772', '277', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2773', '277', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2774', '277', 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '278', '27', 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2781', '278', 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2782', '278', 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2785', '278', 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '28', '2', 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2811', '281', 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2812', '281', 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2813', '281', 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2814', '281', 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2815', '281', 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2816', '281', 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2817', '281', 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2818', '281', 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2821', '282', 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2824', '282', 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2825', '282', 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '283', '28', 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2831', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2832', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2833', '283', 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2834', '283', 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2835', '283', 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2837', '283', 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2838', '283', 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '284', '28', 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2841', '284', 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2842', '284', 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2843', '284', 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2844', '284', 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2845', '284', 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2846', '284', 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2847', '284', 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2848', '284', 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '291', '29', 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2912', '291', 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2913', '291', 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2914', '291', 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2915', '291', 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2916', '291', 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2917', '291', 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2918', '291', 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2919', '291', 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2921', '292', 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2922', '292', 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2923', '292', 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2924', '292', 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2925', '292', 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2926', '292', 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2927', '292', 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2928', '292', 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2929', '292', 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2931', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2932', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2933', '293', 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2934', '293', 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2935', '293', 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2937', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2938', '293', 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2939', '293', 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2941', '294', 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2942', '294', 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2943', '294', 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2944', '294', 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2945', '294', 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2946', '294', 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2947', '294', 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2948', '294', 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2949', '294', 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2951', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2952', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '296', '29', 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2961', '296', 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2962', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2963', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2965', '296', 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2966', '296', 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2968', '296', 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '297', '29', 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2971', '297', 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2972', '297', 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2973', '297', 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2974', '297', 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2975', '297', 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2977', '297', 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'IMMO', 'XXXXXX', '2978', '297', 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '311', '31', 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3111', '311', 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3112', '311', 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '312', '31', 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3121', '312', 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3122', '312', 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '318', '31', 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '321', '32', 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '322', '32', 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '323', '32', 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '331', '33', 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '332', '33', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '333', '33', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '334', '33', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '335', '33', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3351', '335', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3352', '335', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3353', '335', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3358', '335', 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '338', '33', 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '341', '34', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3411', '341', 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3412', '341', 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '342', '34', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3421', '342', 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3422', '342', 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '343', '34', 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3431', '343', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3432', '343', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '344', '34', 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3441', '344', 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3442', '344', 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '351', '35', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3511', '351', 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3512', '351', 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '352', '35', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3521', '352', 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3522', '352', 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '361', '36', 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '362', '36', 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '371', '37', 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3711', '371', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3712', '371', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '372', '37', 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3721', '372', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3722', '372', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3723', '372', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '381', '38', 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '382', '38', 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '383', '38', 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '386', '38', 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '387', '38', 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3871', '387', 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '3872', '387', 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '388', '38', 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '391', '39', 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '392', '39', 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '393', '39', 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '394', '39', 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '395', '39', 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '396', '39', 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '397', '39', 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'STOCK', 'XXXXXX', '398', '39', 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '401', '4', 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4012', '401', 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4013', '401', 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '402', '4', 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4021', '402', 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4022', '402', 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4023', '402', 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '408', '4', 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4082', '408', 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4083', '408', 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4086', '408', 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '409', '4', 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4092', '409', 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4093', '409', 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4094', '409', 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4112', '411', 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4114', '411', 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4115', '411', 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4118', '411', 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '412', '41', 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4121', '412', 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4122', '412', 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4124', '412', 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4125', '412', 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '414', '41', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4141', '414', 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4142', '414', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '415', '41', 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4161', '416', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4162', '416', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4186', '418', 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4192', '419', 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4194', '419', 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4211', '421', 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4212', '421', 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4213', '421', 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4221', '422', 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4222', '422', 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4231', '423', 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4232', '423', 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4233', '423', 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4241', '424', 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4242', '424', 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4245', '424', 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4248', '424', 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4251', '425', 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4252', '425', 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4258', '425', 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4281', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4311', '431', 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4312', '431', 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4313', '431', 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4314', '431', 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4318', '431', 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '433', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4331', '433', 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4381', '438', 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4421', '4421', 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4422', '4421', 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4423', '4421', 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4424', '4421', 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4426', '4421', 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4428', '4421', 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4431', '443', 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4432', '443', 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4433', '443', 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4434', '443', 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4435', '443', 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4441', '444', 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4449', '444', 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4451', '445', 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4453', '445', 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4454', '445', 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4471', '447', 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4472', '447', 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4473', '447', 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4474', '447', 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4478', '447', 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4486', '448', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4491', '449', 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4492', '449', 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4493', '449', 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4494', '449', 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4495', '449', 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4496', '449', 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4499', '449', 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4582', '458', 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4611', '461', 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4612', '461', 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4613', '461', 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4614', '461', 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4615', '461', 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4616', '461', 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4617', '461', 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4618', '461', 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4619', '461', 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4621', '462', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4626', '462', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '463', '46', 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '466', '46', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4711', '471', 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4712', '471', 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4713', '471', 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4726', '472', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4727', '472', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4728', '472', 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '474', '47', 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4746', '474', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4747', '474', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4781', '478', 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4782', '478', 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4788', '478', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '479', '47', 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4791', '479', 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4792', '479', 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4798', '479', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4811', '481', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4812', '481', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4817', '481', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4818', '481', 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '483', '48', 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '484', '48', 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '485', '48', 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4851', '485', 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4852', '485', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4855', '485', 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4857', '485', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4858', '485', 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4911', '491', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4912', '491', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '492', '49', 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '493', '49', 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '494', '49', 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4962', '496', 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4963', '496', 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4966', '496', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '497', '49', 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '498', '49', 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4981', '498', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4982', '498', 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4983', '498', 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '499', '49', 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4991', '499', 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'THIRDPARTY', 'XXXXXX', '4998', '499', 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '501', '5', 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5011', '501', 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5012', '501', 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5013', '501', 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '502', '5', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5021', '502', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5022', '502', 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5023', '502', 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5024', '502', 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5025', '502', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '503', '5', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5031', '503', 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5032', '503', 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5033', '503', 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5035', '503', 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '504', '5', 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5042', '504', 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5043', '504', 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '505', '5', 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '506', '5', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5061', '506', 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5062', '506', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5063', '506', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '508', '5', 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '51', '5', 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '511', '51', 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '512', '51', 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '513', '51', 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '514', '51', 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '515', '51', 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '518', '51', 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5181', '518', 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5182', '518', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5185', '518', 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5186', '518', 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5187', '518', 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '52', '5', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '521', '52', 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5211', '521', 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5212', '521', 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '522', '52', 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '523', '52', 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '524', '52', 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '526', '52', 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5261', '521', 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5267', '521', 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '53', '5', 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '531', '53', 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '532', '53', 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '533', '53', 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '536', '53', 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5361', '536', 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5362', '536', 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '538', '53', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '54', '5', 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '541', '54', 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '542', '54', 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '543', '54', 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '544', '54', 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '545', '54', 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '56', '5', 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '561', '56', 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '564', '56', 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '565', '56', 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '566', '56', 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5661', '566', 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5667', '566', 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '57', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '571', '57', 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5711', '571', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5712', '571', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '572', '57', 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5721', '572', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5722', '572', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '573', '57', 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5731', '573', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '5732', '573', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '58', '5', 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '581', '58', 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '582', '58', 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '585', '58', 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '588', '58', 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '59', '5', 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '591', '59', 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '592', '59', 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '593', '59', 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '594', '59', 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'FINAN', 'XXXXXX', '599', '59', 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '601', '6', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '602', '6', 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6021', '602', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6022', '602', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6023', '602', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6024', '602', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6029', '602', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '603', '6', 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6031', '603', 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6032', '603', 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6033', '603', 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '604', '6', 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6041', '604', 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6042', '604', 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6043', '604', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6044', '604', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6046', '604', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6047', '604', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6049', '604', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '605', '6', 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6051', '605', 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6052', '605', 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6053', '605', 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6054', '605', 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6055', '605', 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6056', '605', 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6057', '605', 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6058', '605', 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6059', '605', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '608', '6', 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6081', '608', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6082', '608', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6083', '608', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6089', '608', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '61', '6', 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '611', '61', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '612', '61', 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '613', '61', 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '614', '61', 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '616', '61', 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6181', '618', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6182', '618', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6183', '618', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '62', '6', 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '621', '62', 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '622', '62', 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6221', '622', 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6222', '622', 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6223', '622', 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6224', '622', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6225', '622', 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6228', '622', 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '623', '62', 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6232', '623', 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6233', '623', 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6235', '623', 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '624', '62', 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6241', '624', 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6242', '624', 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6243', '624', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6248', '624', 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '625', '62', 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6251', '625', 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6252', '625', 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6253', '625', 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6254', '625', 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6255', '625', 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6256', '625', 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6257', '625', 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6258', '625', 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '626', '62', 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6261', '626', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6265', '626', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6266', '626', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '627', '62', 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6271', '627', 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6272', '627', 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6273', '627', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6274', '627', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6275', '627', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6276', '627', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6277', '627', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '628', '62', 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6281', '628', 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6282', '628', 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6283', '628', 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6288', '628', 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '63', '6', 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '631', '63', 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6311', '631', 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6312', '631', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6313', '631', 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6315', '631', 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6316', '631', 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '632', '63', 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6321', '632', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6322', '632', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6323', '632', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6324', '632', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6325', '632', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6328', '632', 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '633', '63', 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '634', '63', 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6342', '634', 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6343', '634', 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6344', '634', 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '635', '63', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6351', '635', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6358', '635', 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '636', '63', 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '637', '63', 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6371', '637', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6372', '637', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '638', '63', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6381', '638', 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6382', '638', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6383', '638', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6384', '638', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '64', '6', 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '641', '64', 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6411', '641', 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6412', '641', 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6413', '641', 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6414', '641', 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6415', '641', 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6418', '641', 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '645', '64', 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '646', '64', 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6461', '646', 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6462', '646', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6463', '646', 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6464', '646', 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6468', '646', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '647', '64', 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6471', '647', 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6472', '647', 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6473', '647', 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6474', '647', 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6478', '647', 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '651', '65', 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6511', '651', 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6515', '651', 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '652', '65', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6521', '652', 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6525', '652', 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '653', '65', 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '654', '65', 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6581', '658', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6582', '658', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6583', '658', 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '659', '65', 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6591', '659', 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6593', '659', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6594', '659', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6598', '659', 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '661', '66', 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6611', '661', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6612', '661', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6613', '661', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6614', '661', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6615', '661', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6616', '661', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6617', '661', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6618', '661', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '662', '66', 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6621', '662', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6622', '662', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6623', '662', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6624', '662', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6625', '662', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6626', '662', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6627', '662', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6628', '662', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '663', '66', 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6631', '663', 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6632', '663', 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6633', '663', 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6638', '663', 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '664', '66', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6641', '664', 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6642', '664', 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '666', '66', 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6661', '666', 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6662', '666', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '667', '66', 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6671', '667', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6672', '667', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6681', '668', 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6682', '668', 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6683', '668', 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6684', '668', 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '67', '6', 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '671', '67', 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6711', '671', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6712', '671', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6713', '671', 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '672', '67', 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6721', '672', 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6722', '672', 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6723', '672', 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '673', '67', 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '674', '67', 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6741', '674', 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6742', '674', 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6743', '674', 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6744', '674', 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6745', '674', 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6748', '674', 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '675', '67', 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '676', '67', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '677', '67', 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '678', '67', 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6781', '678', 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6782', '678', 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6783', '678', 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '679', '67', 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6791', '679', 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6795', '679', 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6798', '679', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6811', '68', 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6812', '68', 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6813', '68', 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6872', '687', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6878', '687', 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '69', '6', 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '691', '69', 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6911', '691', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6912', '691', 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6913', '691', 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6914', '691', 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '697', '69', 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6971', '697', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'EXPENSE', 'XXXXXX', '6972', '697', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '701', '7', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7011', '701', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7012', '701', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7013', '701', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7014', '701', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '702', '7', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7021', '702', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7022', '702', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7023', '702', 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7024', '702', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '703', '7', 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7031', '703', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7032', '703', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7033', '703', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7034', '703', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '704', '7', 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7041', '704', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7042', '704', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7043', '704', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7044', '704', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '705', '7', 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7051', '705', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7052', '705', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7053', '705', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7054', '705', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '706', '7', 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7061', '706', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7062', '706', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7063', '706', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7064', '706', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '707', '7', 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7071', '707', 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7072', '707', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7073', '707', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7074', '707', 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7075', '707', 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7076', '707', 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7077', '707', 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7078', '707', 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '71', '7', 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '711', '71', 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '712', '71', 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '713', '71', 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '718', '71', 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7181', '718', 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7182', '718', 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7183', '718', 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '726', '72', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '73', '7', 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '734', '73', 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7341', '734', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7342', '734', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '735', '73', 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7351', '735', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7352', '735', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '736', '73', 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '737', '73', 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7371', '737', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7372', '737', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '752', '75', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7521', '752', 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7525', '752', 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '753', '75', 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '754', '75', 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7581', '758', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7582', '758', 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '759', '75', 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7591', '759', 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7593', '759', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7594', '759', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7598', '759', 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '77', '7', 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '771', '77', 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '772', '77', 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '773', '77', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '774', '77', 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '775', '77', 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '776', '77', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '777', '77', 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '778', '77', 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7781', '778', 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7782', '778', 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7784', '778', 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '779', '77', 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7791', '779', 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7795', '779', 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7798', '779', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '78', '7', 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '781', '78', 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '787', '78', 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '79', '7', 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '791', '79', 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7911', '791', 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7912', '791', 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7913', '791', 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7914', '791', 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '797', '79', 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7971', '797', 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '7972', '797', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'INCOME', 'XXXXXX', '798', '79', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '811', '81', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '812', '81', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '816', '81', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '821', '82', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '822', '82', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '826', '82', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '831', '83', 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '834', '83', 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '835', '83', 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '836', '83', 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '839', '83', 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '841', '84', 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '845', '84', 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '846', '84', 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '848', '84', 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '849', '84', 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '851', '85', 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '852', '85', 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '853', '85', 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '854', '85', 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '858', '85', 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '861', '86', 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '862', '86', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '863', '86', 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '864', '86', 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '865', '86', 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '868', '86', 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '871', '87', 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '874', '87', 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '878', '87', 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '881', '88', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '884', '88', 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '886', '88', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '888', '88', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '891', '89', 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '8911', '891', 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '8912', '891', 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '8913', '891', 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '892', '89', 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '895', '89', 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '899', '89', 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '8991', '899', 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GA', 'AUTRES', 'XXXXXX', '8994', '899', 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-GA','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-GA','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-GA','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-GA','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-GA','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-GA','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-GA','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-GA','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-GA','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-GA','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-GA','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-GA','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-GA','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-GA','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-GA','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-GA','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-GA','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-GA','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-GA','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-GA','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-GA','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-GA','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-GA','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-GA','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-GA','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-GA','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-GA','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-GA','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-GA','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-GA','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-GA','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-GA','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-GA','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-GA','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-GA','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-GA','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-GA','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-GA','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-GA','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-GA','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-GA','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-GA','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-GA','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-GA','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-GA','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-GA','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-GA','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-GA','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-GA','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-GA','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-GA','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-GA','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-GA','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-GA','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-GA','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-GA','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-GA','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-GA','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-GA','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-GA','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-GA','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-GA','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-GA','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-GA','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-GA','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-GA','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-GA','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-GA','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-GA','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-GA','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-GA','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-GA','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-GA','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-GA','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-GA','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-GA','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-GA','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-GA','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-GA','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-GA','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-GA','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-GA','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-GA','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-GA','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-GA','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-GA','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-GA','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-GA','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-GA','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-GA','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-GA','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-GA','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-GA','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-GA','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-GA','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-GA','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-GA','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-GA','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-GA','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-GA','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-GA','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-GA','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-GA','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-GA','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-GA','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-GA','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-GA','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-GA','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-GA','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-GA','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-GA','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-GA','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-GA','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-GA','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-GA','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-GA','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-GA','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-GA','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-GA','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-GA','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-GA','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-GA','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-GA','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-GA','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-GA','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-GA','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-GA','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-GA','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-GA','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-GA','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-GA','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-GA','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-GA','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-GA','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-GA','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-GA','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-GA','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-GA','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-GA','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-GA','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-GA','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-GA','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-GA','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-GA','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-GA','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-GA','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-GA','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-GA','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-GA','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-GA','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-GA','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-GA','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-GA','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-GA','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-GA','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-GA','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-GA','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-GA','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-GA','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-GA','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-GA','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-GA','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-GA','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-GA','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-GA','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-GA','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-GA','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-GA','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-GA','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-GA','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-GA','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-GA','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-GA','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-GA','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-GA','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-GA','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-GA','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-GA','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-GA','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-GA','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-GA','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-GA','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-GA','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-GA','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-GA','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-GA','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-GA','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-GA','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-GA','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-GA','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-GA','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-GA','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-GA','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-GA','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-GA','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-GA','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-GA','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-GA','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-GA','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-GA','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-GA','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-GA','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-GA','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-GA','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-GA','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-GA','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-GA','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-GA','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-GA','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-GA','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-GA','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-GA','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-GA','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-GA','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-GA','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-GA','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-GA','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-GA','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-GA','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-GA','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-GA','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-GA','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-GA','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-GA','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-GA','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-GA','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-GA','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-GA','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-GA','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-GA','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-GA','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-GA','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-GA','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-GA','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-GA','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-GA','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-GA','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-GA','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-GA','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-GA','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-GA','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-GA','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-GA','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-GA','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-GA','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-GA','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-GA','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-GA','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-GA','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-GA','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-GA','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-GA','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-GA','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-GA','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-GA','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-GA','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-GA','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-GA','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-GA','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-GA','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-GA','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-GA','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-GA','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-GA','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-GA','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-GA','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-GA','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-GA','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-GA','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-GA','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-GA','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-GA','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-GA','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-GA','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-GA','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-GA','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-GA','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-GA','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-GA','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-GA','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-GA','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-GA','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-GA','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-GA','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-GA','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-GA','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-GA','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-GA','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-GA','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-GA','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-GA','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-GA','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-GA','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-GA','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-GA','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-GA','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-GA','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-GA','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-GA','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-GA','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-GA','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-GA','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-GA','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-GA','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-GA','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-GA','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-GA','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-GA','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-GA','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-GA','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-GA','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-GA','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-GA','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-GA','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-GA','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-GA','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-GA','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-GA','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-GA','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-GA','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-GA','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-GA','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-GA','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-GA','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-GA','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-GA','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-GA','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-GA','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-GA','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-GA','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-GA','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-GA','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-GA','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-GA','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-GA','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-GA','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-GA','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-GA','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-GA','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-GA','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-GA','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-GA','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-GA','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-GA','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-GA','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-GA','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-GA','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-GA','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-GA','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-GA','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-GA','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-GA','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-GA','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-GA','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-GA','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-GA','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-GA','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-GA','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-GA','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-GA','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-GA','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-GA','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-GA','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-GA','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-GA','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-GA','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-GA','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-GA','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-GA','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-GA','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-GA','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-GA','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-GA','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-GA','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-GA','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-GA','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-GA','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-GA','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-GA','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-GA','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-GA','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-GA','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-GA','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-GA','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-GA','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-GA','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-GA','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-GA','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-GA','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-GA','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-GA','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-GA','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-GA','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-GA','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-GA','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-GA','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-GA','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-GA','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-GA','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-GA','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-GA','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-GA','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-GA','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-GA','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-GA','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-GA','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-GA','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-GA','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-GA','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-GA','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-GA','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-GA','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-GA','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-GA','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-GA','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-GA','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-GA','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-GA','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-GA','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-GA','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-GA','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-GA','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-GA','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-GA','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-GA','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-GA','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-GA','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-GA','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-GA','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-GA','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-GA','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-GA','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-GA','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-GA','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-GA','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-GA','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-GA','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-GA','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-GA','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-GA','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-GA','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-GA','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-GA','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-GA','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-GA','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-GA','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-GA','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-GA','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-GA','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-GA','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-GA','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-GA','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-GA','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-GA','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-GA','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-GA','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-GA','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-GA','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-GA','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-GA','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-GA','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-GA','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-GA','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-GA','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-GA','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-GA','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-GA','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-GA','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-GA','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-GA','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-GA','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-GA','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-GA','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-GA','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-GA','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-GA','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-GA','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-GA','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-GA','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-GA','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-GA','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-GA','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-GA','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-GA','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-GA','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-GA','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-GA','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-GA','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-GA','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-GA','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-GA','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-GA','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-GA','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-GA','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-GA','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-GA','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-GA','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-GA','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-GA','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-GA','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-GA','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-GA','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-GA','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-GA','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-GA','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-GA','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-GA','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-GA','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-GA','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-GA','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-GA','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-GA','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-GA','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-GA','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-GA','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-GA','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-GA','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-GA','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-GA','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-GA','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-GA','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-GA','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-GA','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-GA','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-GA','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-GA','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-GA','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-GA','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-GA','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-GA','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-GA','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-GA','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-GA','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-GA','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-GA','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-GA','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-GA','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-GA','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-GA','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-GA','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-GA','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-GA','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-GA','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-GA','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-GA','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-GA','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-GA','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-GA','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-GA','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-GA','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-GA','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-GA','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-GA','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-GA','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-GA','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-GA','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-GA','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-GA','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-GA','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-GA','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-GA','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-GA','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-GA','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-GA','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-GA','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-GA','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-GA','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-GA','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-GA','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-GA','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-GA','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-GA','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-GA','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-GA','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-GA','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-GA','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-GA','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-GA','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-GA','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-GA','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-GA','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-GA','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-GA','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-GA','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-GA','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-GA','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-GA','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-GA','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-GA','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-GA','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-GA','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-GA','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-GA','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-GA','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-GA','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-GA','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-GA','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-GA','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-GA','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-GA','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-GA','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-GA','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-GA','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-GA','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-GA','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-GA','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-GA','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-GA','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-GA','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-GA','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-GA','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-GA','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-GA','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-GA','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-GA','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-GA','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-GA','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-GA','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-GA','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-GA','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-GA','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-GA','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-GA','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-GA','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-GA','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-GA','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-GA','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-GA','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-GA','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-GA','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-GA','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-GA','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-GA','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-GA','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-GA','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-GA','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-GA','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-GA','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-GA','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-GA','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-GA','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-GA','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-GA','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-GA','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-GA','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-GA','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-GA','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-GA','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-GA','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-GA','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-GA','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-GA','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-GA','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-GA','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-GA','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-GA','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-GA','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-GA','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-GA','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-GA','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-GA','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-GA','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-GA','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-GA','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-GA','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-GA','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-GA','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-GA','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-GA','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-GA','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-GA','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-GA','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-GA','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-GA','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-GA','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-GA','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-GA','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-GA','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-GA','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-GA','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-GA','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-GA','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-GA','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-GA','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-GA','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-GA','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-GA','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-GA','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-GA','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-GA','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-GA','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-GA','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-GA','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-GA','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-GA','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-GA','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-GA','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-GA','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-GA','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-GA','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-GA','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-GA','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-GA','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-GA','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-GA','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-GA','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-GA','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-GA','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-GA','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-GA','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-GA','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-GA','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-GA','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-GA','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-GA','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-GA','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-GA','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-GA','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-GA','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-GA','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-GA','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-GA','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-GA','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-GA','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-GA','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-GA','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-GA','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-GA','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-GA','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-GA','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-GA','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-GA','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-GA','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-GA','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-GA','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-GA','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-GA','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-GA','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-GA','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-GA','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-GA','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-GA','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-GA','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-GA','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-GA','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-GA','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-GA','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-GA','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-GA','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-GA','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-GA','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-GA','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-GA','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-GA','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-GA','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-GA','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-GA','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-GA','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-GA','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-GA','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-GA','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-GA','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-GA','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-GA','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-GA','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-GA','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-GA','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-GA','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-GA','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-GA','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-GA','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-GA','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-GA','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-GA','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-GA','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-GA','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-GA','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-GA','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-GA','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-GA','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-GA','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-GA','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-GA','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-GA','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-GA','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-GA','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-GA','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-GA','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-GA','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-GA','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-GA','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-GA','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-GA','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-GA','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-GA','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-GA','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-GA','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-GA','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-GA','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-GA','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-GA','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-GA','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-GA','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-GA','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-GA','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-GA','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-GA','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-GA','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-GA','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-GA','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-GA','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-GA','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-GA','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-GA','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-GA','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-GA','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-GA','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-GA','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-GA','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-GA','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-GA','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-GA','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-GA','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-GA','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-GA','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-GA','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-GA','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-GA','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-GA','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-GA','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-GA','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-GA','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-GA','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-GA','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-GA','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-GA','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-GA','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-GA','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-GA','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-GA','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-GA','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-GA','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-GA','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-GA','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-GA','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-GA','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-GA','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-GA','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-GA','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-GA','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-GA','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-GA','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-GA','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-GA','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-GA','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-GA','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-GA','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-GA','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-GA','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-GA','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-GA','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-GA','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-GA','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-GA','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-GA','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-GA','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-GA','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-GA','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-GA','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-GA','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-GA','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-GA','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-GA','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-GA','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-GA','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-GA','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-GA','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-GA','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-GA','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-GA','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-GA','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-GA','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-GA','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-GA','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-GA','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-GA','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-GA','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-GA','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-GA','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-GA','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-GA','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-GA','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-GA','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-GA','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-GA','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-GA','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-GA','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-GA','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-GA','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-GA','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-GA','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-GA','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-GA','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-GA','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-GA','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-GA','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-GA','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-GA','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-GA','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-GA','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-GA','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-GA','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-GA','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-GA','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-GA','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-GA','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-GA','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-GA','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-GA','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-GA','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-GA','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-GA','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-GA','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-GA','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-GA','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-GA','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-GA','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-GA','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-GA','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-GA','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-GA','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-GA','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-GA','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-GA','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-GA','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-GA','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-GA','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-GA','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-GA','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-GA','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-GA','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-GA','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-GA','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-GA','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-GA','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-GA','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-GA','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-GA','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-GA','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-GA','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-GA','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-GA','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-GA','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-GA','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-GA','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-GA','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-GA','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-GA','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-GA','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-GA','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-GA','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-GA','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-GA','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-GA','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-GA','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-GA','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-GA','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-GA','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-GA','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-GA','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-GA','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-GA','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-GA','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-GA','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-GA','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-GA','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-GA','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-GA','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-GA','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-GA','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-GA','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-GA','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-GA','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-GA','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-GA','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-GA','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-GA','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-GA','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-GA','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-GA','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-GA','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-GA','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-GA','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-GA','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-GA','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-GA','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-GA','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-GA','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-GA','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-GA','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-GA','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-GA','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-GA','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-GA','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-GA','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-GA','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-GA','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-GA','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-GA','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-GA','AUTRES','XXXXXX','8994',    16224,'Annulations pour pertes rétroactives','1');
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_gb.sql b/htdocs/install/mysql/data/llx_accounting_account_gb.sql
    index e46b38c06e7..fd05c70fa99 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_gb.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_gb.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Laurent Destailleur  <eldy@users.sourceforge.net>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,359 +13,357 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
     -- Descriptif des plans comptables UK ENG-BASE 
     -- ID 70000 - 79999
    ---
    +-- ADD 700000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '1', NULL, 'Equity, provisions for liabilities and charges and liabilities at more than one year', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '2', NULL, 'Administration fees.Fixed assets and receivables over one year', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '3', NULL, 'Stock and orders running', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '4', NULL, 'Amounts receivable and payable within one year', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '5', NULL, 'Placing of cash and cash equivalents', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '6', NULL, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '7', NULL, 'Products', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 71501, 'ENG-BASE', 'CAPIT',  'XXXXXX', '1', '0', 'Equity, provisions for liabilities and charges and liabilities at more than one year', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 71502, 'ENG-BASE', 'IMMO',   'XXXXXX', '2', '0', 'Administration fees.Fixed assets and receivables over one year', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 71503, 'ENG-BASE', 'STOCK',  'XXXXXX', '3', '0', 'Stock and orders running', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 71504, 'ENG-BASE', 'TIERS',  'XXXXXX', '4', '0', 'Amounts receivable and payable within one year', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 71505, 'ENG-BASE', 'FINAN',  'XXXXXX', '5', '0', 'Placing of cash and cash equivalents', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 71506, 'ENG-BASE', 'CHARGE', 'XXXXXX', '6', '0', 'Charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 71507, 'ENG-BASE', 'PROD',   'XXXXXX', '7', '0', 'Products', 1);
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '10', '1', 'Capital and reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'CAPITAL', '101', '10', 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '104', '10', 'Share capital premiums', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '105', '10', 'Revaluation differences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '106', '10', 'Stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '107', '10', 'Equivalence difference', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '108', '10', 'Exploiting account', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '109', '10', 'Shareholders: subscribed capital - not called', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '11', '1', 'Retained balance (credit balance or debit)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '110', '11', 'Retained earnings (credit balance)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '119', '11', 'Retained earnings (debit balance)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '12', '1', 'YEAR PROFIT (profit or loss)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '120', '12', 'Profit for the year (profit)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '129', '12', 'Profit for the year (loss)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '13', '1', 'Investment grants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '131', '13', 'Equipment Grants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '138', '13', 'Other investment grants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '139', '13', 'Investment subsidies entered in the income statement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '14', '1', 'Regulated provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '142', '14', 'Regulated Provisions for Capital Assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '143', '14', 'Regulated inventory provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '144', '14', 'Regulated provisions for other assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '145', '14', 'Accelerated depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '146', '14', 'Special Revaluation Provision', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '147', '14', 'Reinvested capital gains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '148', '14', 'Other regulated provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions for risks and charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '151', '15', 'Risk provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '153', '15', 'Provisions for pensions and similar obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '154', '15', 'Provisions for restructuring', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions for taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions for renewal of fixed assets (concessionary companies)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions for expenses to be allocated over several financial years', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '158', '15', 'Other provisions for charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '16', '1', 'Borrowings and similar liabilities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '161', '16', 'Convertible bonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '163', '16', 'Other bonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '164', '16', 'Borrowings from credit institutions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '165', '16', 'Deposits and surety bonds received', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '166', '16', 'Employee participation in results', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '167', '16', 'Borrowings and debts with special conditions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '168', '16', 'Other borrowings and similar liabilities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '169', '16', 'Bond redemption premiums', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '17', '1', 'Debts related to participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '171', '17', 'Debts related to investments (group)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '174', '17', 'Debt related to participations (excluding group)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '178', '17', 'Debts related to joint ventures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '18', '1', 'Liaison accounts of establishments and joint ventures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '181', '18', 'Liaison Accounts of Establishments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '186', '18', 'Goods and services exchanged between establishments (charges)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '187', '18', 'Goods and services exchanged between establishments (products)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CAPIT', 'XXXXXX', '188', '18', 'Joint-venture Liabilities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '20', '2', 'Intangible assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '201', '20', 'Administration fees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '203', '20', 'Research and development costs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '205', '20', 'Concessions and similar rights, patents, licenses, trademarks, processes, software, rights and similar values', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '206', '20', 'Right to lease', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '207', '20', 'Commercial funds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '208', '20', 'Other intangible assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '21', '2', 'Property, plant and equipment', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '211', '21', 'Grounds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '212', '21', 'Fittings and landscaping', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '213', '21', 'Constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '214', '21', 'Constructions on the ground of others', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '215', '21', 'Industrial installations, equipment and tools', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '218', '21', 'Other tangible fixed assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '22', '2', 'Assets under concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '23', '2', 'Assets in progress', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '231', '23', 'investments in progress', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '232', '23', 'Intangible assets in progress', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '237', '23', 'Advances and advances paid on intangible assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '238', '23', 'Advances and payments on orders for property, plant and equipment', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '25', '2', 'Shares in affiliated undertakings and claims on affiliated undertakings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '26', '2', 'Investments and receivables from investments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '261', '26', 'Equity securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '266', '26', 'Other forms of participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '267', '26', 'Receivables related to equity investments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '268', '26', 'Receivables from joint ventures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '269', '26', 'Payments still to be made on non-paid equity securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '27', '2', 'Other financial assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '271', '271', 'Fixed assets other than fixed assets of the portfolio business (ownership)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '272', '271', 'Locked-in securities (debt)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '273', '271', 'Fixed assets from portfolio activity', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '274', '271', 'Loans', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '275', '271', 'Deposits paid', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '276', '271', 'Other receivables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '277', '271', 'Treasury shares or own shares', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '279', '271', 'Payments still to be made on non-paid-up capital securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '28', '2', 'Amortization of fixed assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '280', '28', 'Amortization of intangible assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '281', '28', 'Amortization of property, plant and equipment', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '282', '28', 'Amortization of concession assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '29', '2', 'Impairment of fixed assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '290', '29', 'Impairment of intangible assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '291', '29', 'Impairment of property, plant and equipment', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '292', '29', 'Impairment of fixed assets under concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '293', '29', 'Impairment of fixed assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '296', '29', 'Provisions for impairment of investments and receivables from investments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'IMMO', 'XXXXXX', '297', '29', 'Provisions for impairment of other long-term investments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '31', '3', 'Raw materials (and supplies)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '311', '31', 'Subjects (or group) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '312', '31', 'Subjects (or group) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '317', '31', 'Supplies A, B, C,', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '32', '3', 'Other supplies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '321', '32', 'Consumable Materials', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '322', '32', 'Supplies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '326', '32', 'Packaging', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '33', '3', 'Ongoing production of goods', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '331', '33', 'Products in Progress', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '335', '33', 'Work in progress', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '34', '3', 'On-going production of services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '341', '34', 'Ongoing studies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '345', '34', 'Ongoing services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '35', '3', 'Stocks of products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '351', '35', 'Intermediate products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '355', '35', 'Finished products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '358', '35', 'Residual products (or recovered materials)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '37', '3', 'Stocks of goods', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '371', '37', 'Goods (or group) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '372', '37', 'Goods (or group) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '39', NULL, 'Provisions for depreciation of inventories and work in progress', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '391', '39', 'Provisions for depreciation of raw materials', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '392', '39', 'Provisions for depreciation of other supplies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '393', '39', 'Provisions for depreciation of work in progress', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '394', '39', 'Provisions for depreciation of work in process', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '395', '39', 'Provisions for depreciation of inventories of products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'STOCK', 'XXXXXX', '397', '39', 'Provisions for depreciation of inventories of goods', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '40', '4', 'Accounts payable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '400', '40', 'Accounts payable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'SUPPLIER', '401', '40', 'Suppliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '403', '40', 'Suppliers - Payables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '404', '40', 'Suppliers of fixed assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '405', '40', 'Capital Suppliers - Payables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '408', '40', 'Supplier invoices not yet received', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '409', '40', 'Debtors suppliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '41', '4', 'Accounts receivable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '410', '41', 'Customers and Related Accounts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'CUSTOMER', '411', '41', 'Customers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '413', '41', 'Accounts Receivable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '416', '41', 'Doubtful or contentious customers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '418', '41', 'Customers - Products not yet billed', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '419', '41', 'Accounts payable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '42', '4', 'Personnel and related accounts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '421', '42', 'Staff - Remuneration due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '422', '42', 'Works councils, establishment, ...', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '424', '42', 'Employee participation in results', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '425', '42', 'Staff - Advances and Advances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '426', '42', 'Staff - Deposits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '427', '42', 'Staff - Oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '428', '42', 'Personnel - Accrued expenses and accrued income', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '43', '4', 'Social security and other social organizations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '431', '43', 'Social Security', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '437', '43', 'Other social organizations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '438', '43', 'Social organizations - Accrued expenses and accrued income', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '44', '4', 'State and other public authorities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '441', '44', 'Status - Grants Receivable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '442', '44', 'Statement - Taxes and taxes recoverable on third parties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '443', '44', 'Special operations with the State, public authorities, international organizations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '444', '44', 'State - Income taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '445', '44', 'State - Taxes on turnover', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '446', '44', 'Bonded Bonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '447', '44', 'Other taxes, duties and similar payments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '448', '44', 'Statement of Accounts Payable and Accrued Income', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '449', '44', 'Emission quotas to be returned to the State', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '45', '4', 'Group and Associates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '451', '45', 'Group', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '455', '45', 'Associates - Current Accounts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '456', '45', 'Associates - Capital transactions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '457', '45', 'Associates - Dividends payable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '458', '45', 'Associates- Joint and EIG Operations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '46', '4', 'Miscellaneous receivables and creditors', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '462', '46', 'Receivables on disposals of fixed assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '464', '46', 'Debts on acquisitions of marketable securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '465', '46', 'Receivables on disposals of marketable securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '467', '46', 'Other accounts receivable or payable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '468', '46', 'Miscellaneous - Accrued expenses and accrued income', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '47', '4', 'Transition or suspense accounts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '471', '47', 'Waiting Accounts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '476', '47', 'Conversion Difference - Assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '477', '47', 'Translation differences - Liabilities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '478', '47', 'Other transitional accounts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '48', '4', 'regularisation account', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '481', '48', 'Expenses to be spread over several financial years', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '486', '48', 'Prepaid expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '487', '48', 'Deferred income', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '488', '48', 'Accounts for the periodic distribution of expenses and revenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '489', '48', 'Emission allowances allocated by the State', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '49', '4', 'Provisions for depreciation of third party accounts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '491', '49', 'Provisions for depreciation of customer accounts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '495', '49', 'Provisions for impairment of group and associate accounts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'TIERS', 'XXXXXX', '496', '49', 'Provisions for depreciation of accounts receivable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '50', '5', 'Marketable securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '501', '50', 'Shares in related companies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '502', '50', 'Treasury shares', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '503', '50', 'Stock', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '504', '50', 'Other titles conferring a right of ownership', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '505', '50', 'Bonds and bonds issued by the company and repurchased by it', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '506', '50', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '507', '50', 'Treasury bills and short-term bills', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '508', '50', 'Other marketable securities and other assimilated claims', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '509', '50', 'Payments still to be made on undistributed investment securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '51', '5', 'Banks, financial institutions and the like', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '511', '51', 'Cash values', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'BANK', '512', '51', 'Banks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '514', '51', 'Postal checks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '515', '51', 'Caisses of the Treasury and public institutions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '516', '51', 'Exchange companies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '517', '51', 'Other financial institutions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '518', '51', 'Accrued interest', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '519', '51', 'Bank overdrafts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '52', '5', 'Treasury instruments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'CASH', '53', '5', 'Checkout', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '531', '53', 'Head Office', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '532', '53', 'Cash box (or factory) A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '533', '53', 'Cash box (or factory) B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '54', '5', 'Advance and Flow-Through', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '58', '5', 'Internal transfers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '59', '5', 'Provisions for impairment of financial accounts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'FINAN', 'XXXXXX', '590', '59', 'Provisions for depreciation of marketable securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'PRODUCT', '60', '6', 'Shopping', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '601', '60', 'Stored Procurement - Raw Materials (and Supplies)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '602', '60', 'Stored Procurement - Other Supplies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '603', '60', 'Inventory Changes (Supplies and Commodities)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '604', '60', 'Stored Procurement - Raw Materials (and Supplies)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '605', '60', 'Purchase of equipment, works and equipment', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '606', '60', 'Non-stock purchases of materials and supplies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '607', '60', 'Purchases of goods', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '608', '60', 'Reserved account, where applicable, to the recapitulation of incidental expenses included in purchases', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '609', '60', 'Discounts, rebates and rebates obtained on purchases', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'SERVICE', '61', '6', 'Outside services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '611', '61', 'General subcontracting', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '612', '61', 'Lease payments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '613', '61', 'Rentals', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '614', '61', 'Rental and condominium expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '615', '61', 'Maintenance and repairs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '616', '61', 'Insurance premiums', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '617', '61', 'Studies and research', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '618', '61', 'Various', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '619', '61', 'Discounts, rebates and rebates obtained on external services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '62', '6', 'Other services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '621', '62', 'Staff outside the company', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '622', '62', 'Remuneration of intermediaries and fees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '623', '62', 'Advertising, publications, public relations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '624', '62', 'Transport of goods and public transport of personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '625', '62', 'Travel, missions and receptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '626', '62', 'Postal and telecommunications costs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '627', '62', 'Banking and related services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '628', '62', 'Various', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '629', '62', 'Discounts, rebates and rebates obtained on other external services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '63', '6', 'Taxes other and payments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '631', '63', 'Taxes and similar payments on remuneration (tax administrations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '633', '63', 'Taxes and similar payments on remuneration (other bodies)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '635', '63', 'Other taxes, duties and similar payments (tax administrations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '637', '63', 'Other taxes, duties and similar payments (other bodies)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '64', '6', 'Staff costs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '641', '64', 'Remuneration of staff', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '644', '64', 'Remuneration of the operator\'s work', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'SOCIAL', '645', '64', 'Social Security and Welfare Expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '646', '64', 'Personal social contributions of the operator', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '647', '64', 'Other payroll taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '648', '64', 'Other staff costs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '65', '6', 'Other current operating expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '651', '65', 'Royalties for concessions, patents, licenses, trademarks, processes, software, rights and similar values', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '653', '65', 'Attendance fees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '654', '65', 'Loss on bad debts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '655', '65', 'Share of profit or loss on transactions made jointly', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '658', '65', 'Miscellaneous operating expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '66', '6', 'Financial expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '661', '66', 'Interest charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '664', '66', 'Loss on receivables related to investments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '665', '66', 'Discounts granted', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '666', '66', 'Exchange losses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '667', '66', 'Net expense on disposals of marketable securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '668', '66', 'Other financial expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '67', '6', 'Extraordinary charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '671', '67', 'Exceptional charges on management operations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '672', '67', 'Account available to entities to record, in the course of the financial year, expenses over previous financial years', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '675', '67', 'Book value of assets sold', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '678', '67', 'Other extraordinary expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '68', '6', 'Depreciation, amortization and provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '681', '68', 'Depreciation, amortization and provisions - Operating expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '686', '68', 'Depreciation, amortization and provisions - Financial expense', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '687', '68', 'Depreciation, amortization and provisions - Extraordinary expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '69', '6', 'Employee participation - income tax and assimilated', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '691', '69', 'Employee participation in results', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '695', '69', 'Income taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '696', '69', 'Corporate income tax related to distributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '697', '69', 'Annual corporation tax', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '698', '69', 'Tax integration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'CHARGE', 'XXXXXX', '699', '69', 'Products - Reports back deficits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '70', '7', 'Sales of manufactured goods, services, goods', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'PRODUCT', '701', '70', 'Sales of finished products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '702', '70', 'Sales of intermediate products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '703', '70', 'Sales of residual products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '704', '70', 'Works', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '705', '70', 'Studies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'SERVICE', '706', '70', 'Services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'PRODUCT', '707', '70', 'Sale of goods', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'PRODUCT', '708', '70', 'Income from ancillary activities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '709', '70', 'Discounts, rebates and rebates granted by the company', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '71', '7', 'Stored production (or destocking)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '713', '71', 'Change in stocks (in-process production, products)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '72', '7', 'Immobilised production', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '721', '72', 'Intangible assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '722', '72', 'Property, plant and equipment', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '74', '7', 'Operating grants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '75', '7', 'Other management products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '751', '75', 'Royalties for concessions, patents, licenses, trademarks, processes, software, rights and similar values', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '752', '75', 'Income from buildings not used for professional purposes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '753', '75', 'Directors\' fees and remuneration of directors, managers, ...', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '754', '75', 'Perceived refunds of cooperatives (from surplus)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '755', '75', 'Share of profits on transactions made jointly', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '758', '75', 'Miscellaneous current management products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '76', '7', 'Financial products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '761', '76', 'Income from participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '762', '76', 'Income from other financial assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '763', '76', 'Revenue from other receivables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '764', '76', 'Income from marketable securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '765', '76', 'Discounts obtained', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '766', '76', 'Exchange gains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '767', '76', 'Net proceeds on disposals of marketable securities', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '768', '76', 'Other financial income', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '77', '7', 'Exceptional products', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '771', '77', 'Extraordinary income from management operations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '772', '77', 'Account available to entities to record, during the financial year, the revenues over previous financial years', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '775', '77', 'Proceeds from disposals of assets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '777', '77', 'Share of investment grants transferred to profit or loss for the year', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '778', '77', 'Other extraordinary income', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '78', '7', 'Reversals of depreciation and provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '781', '78', 'Reversals of depreciation and provisions (to be included in revenue)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '786', '78', 'Reversals of provisions for risks (to be recorded in financial income)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '787', '78', 'Reversals of provisions (to be recorded in exceptional income)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '79', '7', 'Transfers of charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '791', '79', 'Transfers of operating expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '796', '79', 'Transfers of financial expenses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('ENG-BASE', 'PROD', 'XXXXXX', '797', '79', 'Transfers of Exceptional Charges', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70103, 'ENG-BASE', 'CAPIT', 'XXXXXX', '10', '71501', 'Capital and reserves', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70104, 'ENG-BASE', 'CAPIT', 'CAPITAL', '101', '70103', 'Capital', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70105, 'ENG-BASE', 'CAPIT', 'XXXXXX', '104', '70103', 'Share capital premiums', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70106, 'ENG-BASE', 'CAPIT', 'XXXXXX', '105', '70103', 'Revaluation differences', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70107, 'ENG-BASE', 'CAPIT', 'XXXXXX', '106', '70103', 'Stocks', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70108, 'ENG-BASE', 'CAPIT', 'XXXXXX', '107', '70103', 'Equivalence difference', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70109, 'ENG-BASE', 'CAPIT', 'XXXXXX', '108', '70103', 'Exploiting account', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70110, 'ENG-BASE', 'CAPIT', 'XXXXXX', '109', '70103', 'Shareholders: subscribed capital - not called', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70111, 'ENG-BASE', 'CAPIT', 'XXXXXX', '11', '71501', 'Retained balance (credit balance or debit)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70112, 'ENG-BASE', 'CAPIT', 'XXXXXX', '110', '70111', 'Retained earnings (credit balance)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70113, 'ENG-BASE', 'CAPIT', 'XXXXXX', '119', '70111', 'Retained earnings (debit balance)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70114, 'ENG-BASE', 'CAPIT', 'XXXXXX', '12', '71501', 'YEAR PROFIT (profit or loss)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70115, 'ENG-BASE', 'CAPIT', 'XXXXXX', '120', '70114', 'Profit for the year (profit)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70116, 'ENG-BASE', 'CAPIT', 'XXXXXX', '129', '70114', 'Profit for the year (loss)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70117, 'ENG-BASE', 'CAPIT', 'XXXXXX', '13', '71501', 'Investment grants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70118, 'ENG-BASE', 'CAPIT', 'XXXXXX', '131', '70117', 'Equipment Grants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70119, 'ENG-BASE', 'CAPIT', 'XXXXXX', '138', '70117', 'Other investment grants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70120, 'ENG-BASE', 'CAPIT', 'XXXXXX', '139', '70117', 'Investment subsidies entered in the income statement', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70121, 'ENG-BASE', 'CAPIT', 'XXXXXX', '14', '71501', 'Regulated provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70122, 'ENG-BASE', 'CAPIT', 'XXXXXX', '142', '70121', 'Regulated Provisions for Capital Assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70123, 'ENG-BASE', 'CAPIT', 'XXXXXX', '143', '70121', 'Regulated inventory provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70124, 'ENG-BASE', 'CAPIT', 'XXXXXX', '144', '70121', 'Regulated provisions for other assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70125, 'ENG-BASE', 'CAPIT', 'XXXXXX', '145', '70121', 'Accelerated depreciation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70126, 'ENG-BASE', 'CAPIT', 'XXXXXX', '146', '70121', 'Special Revaluation Provision', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70127, 'ENG-BASE', 'CAPIT', 'XXXXXX', '147', '70121', 'Reinvested capital gains', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70128, 'ENG-BASE', 'CAPIT', 'XXXXXX', '148', '70121', 'Other regulated provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70129, 'ENG-BASE', 'CAPIT', 'XXXXXX', '15', '71501', 'Provisions for risks and charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70130, 'ENG-BASE', 'CAPIT', 'XXXXXX', '151', '70129', 'Risk provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70131, 'ENG-BASE', 'CAPIT', 'XXXXXX', '153', '70129', 'Provisions for pensions and similar obligations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70132, 'ENG-BASE', 'CAPIT', 'XXXXXX', '154', '70129', 'Provisions for restructuring', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70133, 'ENG-BASE', 'CAPIT', 'XXXXXX', '155', '70129', 'Provisions for taxes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70134, 'ENG-BASE', 'CAPIT', 'XXXXXX', '156', '70129', 'Provisions for renewal of fixed assets (concessionary companies)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70135, 'ENG-BASE', 'CAPIT', 'XXXXXX', '157', '70129', 'Provisions for expenses to be allocated over several financial years', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70136, 'ENG-BASE', 'CAPIT', 'XXXXXX', '158', '70129', 'Other provisions for charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70137, 'ENG-BASE', 'CAPIT', 'XXXXXX', '16', '71501', 'Borrowings and similar liabilities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70138, 'ENG-BASE', 'CAPIT', 'XXXXXX', '161', '70137', 'Convertible bonds', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70139, 'ENG-BASE', 'CAPIT', 'XXXXXX', '163', '70137', 'Other bonds', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70140, 'ENG-BASE', 'CAPIT', 'XXXXXX', '164', '70137', 'Borrowings from credit institutions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70141, 'ENG-BASE', 'CAPIT', 'XXXXXX', '165', '70137', 'Deposits and surety bonds received', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70142, 'ENG-BASE', 'CAPIT', 'XXXXXX', '166', '70137', 'Employee participation in results', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70143, 'ENG-BASE', 'CAPIT', 'XXXXXX', '167', '70137', 'Borrowings and debts with special conditions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70144, 'ENG-BASE', 'CAPIT', 'XXXXXX', '168', '70137', 'Other borrowings and similar liabilities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70145, 'ENG-BASE', 'CAPIT', 'XXXXXX', '169', '70137', 'Bond redemption premiums', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70146, 'ENG-BASE', 'CAPIT', 'XXXXXX', '17', '71501', 'Debts related to participations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70147, 'ENG-BASE', 'CAPIT', 'XXXXXX', '171', '70146', 'Debts related to investments (group)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70148, 'ENG-BASE', 'CAPIT', 'XXXXXX', '174', '70146', 'Debt related to participations (excluding group)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70149, 'ENG-BASE', 'CAPIT', 'XXXXXX', '178', '70146', 'Debts related to joint ventures', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70150, 'ENG-BASE', 'CAPIT', 'XXXXXX', '18', '71501', 'Liaison accounts of establishments and joint ventures', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70151, 'ENG-BASE', 'CAPIT', 'XXXXXX', '181', '70150', 'Liaison Accounts of Establishments', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70152, 'ENG-BASE', 'CAPIT', 'XXXXXX', '186', '70150', 'Goods and services exchanged between establishments (charges)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70153, 'ENG-BASE', 'CAPIT', 'XXXXXX', '187', '70150', 'Goods and services exchanged between establishments (products)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70154, 'ENG-BASE', 'CAPIT', 'XXXXXX', '188', '70150', 'Joint-venture Liabilities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70155, 'ENG-BASE', 'IMMO', 'XXXXXX', '20', '71502', 'Intangible assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70156, 'ENG-BASE', 'IMMO', 'XXXXXX', '201', '70155', 'Administration fees', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70157, 'ENG-BASE', 'IMMO', 'XXXXXX', '203', '70155', 'Research and development costs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70158, 'ENG-BASE', 'IMMO', 'XXXXXX', '205', '70155', 'Concessions and similar rights, patents, licenses, trademarks, processes, software, rights and similar values', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70159, 'ENG-BASE', 'IMMO', 'XXXXXX', '206', '70155', 'Right to lease', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70160, 'ENG-BASE', 'IMMO', 'XXXXXX', '207', '70155', 'Commercial funds', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70161, 'ENG-BASE', 'IMMO', 'XXXXXX', '208', '70155', 'Other intangible assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70162, 'ENG-BASE', 'IMMO', 'XXXXXX', '21', '71502', 'Property, plant and equipment', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70163, 'ENG-BASE', 'IMMO', 'XXXXXX', '211', '70162', 'Grounds', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70164, 'ENG-BASE', 'IMMO', 'XXXXXX', '212', '70162', 'Fittings and landscaping', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70165, 'ENG-BASE', 'IMMO', 'XXXXXX', '213', '70162', 'Constructions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70166, 'ENG-BASE', 'IMMO', 'XXXXXX', '214', '70162', 'Constructions on the ground of others', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70167, 'ENG-BASE', 'IMMO', 'XXXXXX', '215', '70162', 'Industrial installations, equipment and tools', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70168, 'ENG-BASE', 'IMMO', 'XXXXXX', '218', '70162', 'Other tangible fixed assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70169, 'ENG-BASE', 'IMMO', 'XXXXXX', '22', '71502', 'Assets under concession', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70170, 'ENG-BASE', 'IMMO', 'XXXXXX', '23', '71502', 'Assets in progress', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70171, 'ENG-BASE', 'IMMO', 'XXXXXX', '231', '70170', 'investments in progress', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70172, 'ENG-BASE', 'IMMO', 'XXXXXX', '232', '70170', 'Intangible assets in progress', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70173, 'ENG-BASE', 'IMMO', 'XXXXXX', '237', '70170', 'Advances and advances paid on intangible assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70174, 'ENG-BASE', 'IMMO', 'XXXXXX', '238', '70170', 'Advances and payments on orders for property, plant and equipment', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70175, 'ENG-BASE', 'IMMO', 'XXXXXX', '25', '71502', 'Shares in affiliated undertakings and claims on affiliated undertakings', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70176, 'ENG-BASE', 'IMMO', 'XXXXXX', '26', '71502', 'Investments and receivables from investments', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70177, 'ENG-BASE', 'IMMO', 'XXXXXX', '261', '70176', 'Equity securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70178, 'ENG-BASE', 'IMMO', 'XXXXXX', '266', '70176', 'Other forms of participation', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70179, 'ENG-BASE', 'IMMO', 'XXXXXX', '267', '70176', 'Receivables related to equity investments', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70180, 'ENG-BASE', 'IMMO', 'XXXXXX', '268', '70176', 'Receivables from joint ventures', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70181, 'ENG-BASE', 'IMMO', 'XXXXXX', '269', '70176', 'Payments still to be made on non-paid equity securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70182, 'ENG-BASE', 'IMMO', 'XXXXXX', '27', '71502', 'Other financial assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70183, 'ENG-BASE', 'IMMO', 'XXXXXX', '271', '70183', 'Fixed assets other than fixed assets of the portfolio business (ownership)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70184, 'ENG-BASE', 'IMMO', 'XXXXXX', '272', '70183', 'Locked-in securities (debt)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70185, 'ENG-BASE', 'IMMO', 'XXXXXX', '273', '70183', 'Fixed assets from portfolio activity', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70186, 'ENG-BASE', 'IMMO', 'XXXXXX', '274', '70183', 'Loans', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70187, 'ENG-BASE', 'IMMO', 'XXXXXX', '275', '70183', 'Deposits paid', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70188, 'ENG-BASE', 'IMMO', 'XXXXXX', '276', '70183', 'Other receivables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70189, 'ENG-BASE', 'IMMO', 'XXXXXX', '277', '70183', 'Treasury shares or own shares', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70190, 'ENG-BASE', 'IMMO', 'XXXXXX', '279', '70183', 'Payments still to be made on non-paid-up capital securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70191, 'ENG-BASE', 'IMMO', 'XXXXXX', '28', '71502', 'Amortization of fixed assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70192, 'ENG-BASE', 'IMMO', 'XXXXXX', '280', '70191', 'Amortization of intangible assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70193, 'ENG-BASE', 'IMMO', 'XXXXXX', '281', '70191', 'Amortization of property, plant and equipment', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70194, 'ENG-BASE', 'IMMO', 'XXXXXX', '282', '70191', 'Amortization of concession assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70195, 'ENG-BASE', 'IMMO', 'XXXXXX', '29', '71502', 'Impairment of fixed assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70196, 'ENG-BASE', 'IMMO', 'XXXXXX', '290', '70195', 'Impairment of intangible assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70197, 'ENG-BASE', 'IMMO', 'XXXXXX', '291', '70195', 'Impairment of property, plant and equipment', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70198, 'ENG-BASE', 'IMMO', 'XXXXXX', '292', '70195', 'Impairment of fixed assets under concession', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70199, 'ENG-BASE', 'IMMO', 'XXXXXX', '293', '70195', 'Impairment of fixed assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70200, 'ENG-BASE', 'IMMO', 'XXXXXX', '296', '70195', 'Provisions for impairment of investments and receivables from investments', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70201, 'ENG-BASE', 'IMMO', 'XXXXXX', '297', '70195', 'Provisions for impairment of other long-term investments', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70202, 'ENG-BASE', 'STOCK', 'XXXXXX', '31', '71503', 'Raw materials (and supplies)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70203, 'ENG-BASE', 'STOCK', 'XXXXXX', '311', '70202', 'Subjects (or group) A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70204, 'ENG-BASE', 'STOCK', 'XXXXXX', '312', '70202', 'Subjects (or group) B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70205, 'ENG-BASE', 'STOCK', 'XXXXXX', '317', '70202', 'Supplies A, B, C,', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70206, 'ENG-BASE', 'STOCK', 'XXXXXX', '32', '71503', 'Other supplies', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70207, 'ENG-BASE', 'STOCK', 'XXXXXX', '321', '70206', 'Consumable Materials', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70208, 'ENG-BASE', 'STOCK', 'XXXXXX', '322', '70206', 'Supplies', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70209, 'ENG-BASE', 'STOCK', 'XXXXXX', '326', '70206', 'Packaging', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70210, 'ENG-BASE', 'STOCK', 'XXXXXX', '33', '71503', 'Ongoing production of goods', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70211, 'ENG-BASE', 'STOCK', 'XXXXXX', '331', '70210', 'Products in Progress', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70212, 'ENG-BASE', 'STOCK', 'XXXXXX', '335', '70210', 'Work in progress', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70213, 'ENG-BASE', 'STOCK', 'XXXXXX', '34', '71503', 'On-going production of services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70214, 'ENG-BASE', 'STOCK', 'XXXXXX', '341', '70213', 'Ongoing studies', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70215, 'ENG-BASE', 'STOCK', 'XXXXXX', '345', '70213', 'Ongoing services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70216, 'ENG-BASE', 'STOCK', 'XXXXXX', '35', '71503', 'Stocks of products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70217, 'ENG-BASE', 'STOCK', 'XXXXXX', '351', '70216', 'Intermediate products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70218, 'ENG-BASE', 'STOCK', 'XXXXXX', '355', '70216', 'Finished products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70219, 'ENG-BASE', 'STOCK', 'XXXXXX', '358', '70216', 'Residual products (or recovered materials)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70220, 'ENG-BASE', 'STOCK', 'XXXXXX', '37', '71503', 'Stocks of goods', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70221, 'ENG-BASE', 'STOCK', 'XXXXXX', '371', '70220', 'Goods (or group) A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70222, 'ENG-BASE', 'STOCK', 'XXXXXX', '372', '70220', 'Goods (or group) B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70223, 'ENG-BASE', 'STOCK', 'XXXXXX', '39', '1503', 'Provisions for depreciation of inventories and work in progress', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70224, 'ENG-BASE', 'STOCK', 'XXXXXX', '391', '70223', 'Provisions for depreciation of raw materials', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70225, 'ENG-BASE', 'STOCK', 'XXXXXX', '392', '70223', 'Provisions for depreciation of other supplies', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70226, 'ENG-BASE', 'STOCK', 'XXXXXX', '393', '70223', 'Provisions for depreciation of work in progress', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70227, 'ENG-BASE', 'STOCK', 'XXXXXX', '394', '70223', 'Provisions for depreciation of work in process', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70228, 'ENG-BASE', 'STOCK', 'XXXXXX', '395', '70223', 'Provisions for depreciation of inventories of products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70229, 'ENG-BASE', 'STOCK', 'XXXXXX', '397', '70223', 'Provisions for depreciation of inventories of goods', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70230, 'ENG-BASE', 'TIERS', 'XXXXXX', '40', '71504', 'Accounts payable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70231, 'ENG-BASE', 'TIERS', 'XXXXXX', '400', '70230', 'Accounts payable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70232, 'ENG-BASE', 'TIERS', 'SUPPLIER', '401', '70230', 'Suppliers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70233, 'ENG-BASE', 'TIERS', 'XXXXXX', '403', '70230', 'Suppliers - Payables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70234, 'ENG-BASE', 'TIERS', 'XXXXXX', '404', '70230', 'Suppliers of fixed assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70235, 'ENG-BASE', 'TIERS', 'XXXXXX', '405', '70230', 'Capital Suppliers - Payables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70236, 'ENG-BASE', 'TIERS', 'XXXXXX', '408', '70230', 'Supplier invoices not yet received', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70237, 'ENG-BASE', 'TIERS', 'XXXXXX', '409', '70230', 'Debtors suppliers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70238, 'ENG-BASE', 'TIERS', 'XXXXXX', '41', '71504', 'Accounts receivable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70239, 'ENG-BASE', 'TIERS', 'XXXXXX', '410', '70238', 'Customers and Related Accounts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70240, 'ENG-BASE', 'TIERS', 'CUSTOMER', '411', '70238', 'Customers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70241, 'ENG-BASE', 'TIERS', 'XXXXXX', '413', '70238', 'Accounts Receivable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70242, 'ENG-BASE', 'TIERS', 'XXXXXX', '416', '70238', 'Doubtful or contentious customers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70243, 'ENG-BASE', 'TIERS', 'XXXXXX', '418', '70238', 'Customers - Products not yet billed', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70244, 'ENG-BASE', 'TIERS', 'XXXXXX', '419', '70238', 'Accounts payable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70245, 'ENG-BASE', 'TIERS', 'XXXXXX', '42', '71504', 'Personnel and related accounts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70246, 'ENG-BASE', 'TIERS', 'XXXXXX', '421', '70245', 'Staff - Remuneration due', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70247, 'ENG-BASE', 'TIERS', 'XXXXXX', '422', '70245', 'Works councils, establishment, ...', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70248, 'ENG-BASE', 'TIERS', 'XXXXXX', '424', '70245', 'Employee participation in results', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70249, 'ENG-BASE', 'TIERS', 'XXXXXX', '425', '70245', 'Staff - Advances and Advances', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70250, 'ENG-BASE', 'TIERS', 'XXXXXX', '426', '70245', 'Staff - Deposits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70251, 'ENG-BASE', 'TIERS', 'XXXXXX', '427', '70245', 'Staff - Oppositions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70252, 'ENG-BASE', 'TIERS', 'XXXXXX', '428', '70245', 'Personnel - Accrued expenses and accrued income', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70253, 'ENG-BASE', 'TIERS', 'XXXXXX', '43', '71504', 'Social security and other social organizations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70254, 'ENG-BASE', 'TIERS', 'XXXXXX', '431', '70253', 'Social Security', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70255, 'ENG-BASE', 'TIERS', 'XXXXXX', '437', '70253', 'Other social organizations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70256, 'ENG-BASE', 'TIERS', 'XXXXXX', '438', '70253', 'Social organizations - Accrued expenses and accrued income', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70257, 'ENG-BASE', 'TIERS', 'XXXXXX', '44', '71504', 'State and other public authorities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70258, 'ENG-BASE', 'TIERS', 'XXXXXX', '441', '70257', 'Status - Grants Receivable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70259, 'ENG-BASE', 'TIERS', 'XXXXXX', '442', '70257', 'Statement - Taxes and taxes recoverable on third parties', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70260, 'ENG-BASE', 'TIERS', 'XXXXXX', '443', '70257', 'Special operations with the State, public authorities, international organizations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70261, 'ENG-BASE', 'TIERS', 'XXXXXX', '444', '70257', 'State - Income taxes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70262, 'ENG-BASE', 'TIERS', 'XXXXXX', '445', '70257', 'State - Taxes on turnover', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70263, 'ENG-BASE', 'TIERS', 'XXXXXX', '446', '70257', 'Bonded Bonds', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70264, 'ENG-BASE', 'TIERS', 'XXXXXX', '447', '70257', 'Other taxes, duties and similar payments', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70265, 'ENG-BASE', 'TIERS', 'XXXXXX', '448', '70257', 'Statement of Accounts Payable and Accrued Income', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70266, 'ENG-BASE', 'TIERS', 'XXXXXX', '449', '70257', 'Emission quotas to be returned to the State', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70267, 'ENG-BASE', 'TIERS', 'XXXXXX', '45', '71504', 'Group and Associates', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70268, 'ENG-BASE', 'TIERS', 'XXXXXX', '451', '70267', 'Group', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70269, 'ENG-BASE', 'TIERS', 'XXXXXX', '455', '70267', 'Associates - Current Accounts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70270, 'ENG-BASE', 'TIERS', 'XXXXXX', '456', '70267', 'Associates - Capital transactions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70271, 'ENG-BASE', 'TIERS', 'XXXXXX', '457', '70267', 'Associates - Dividends payable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70272, 'ENG-BASE', 'TIERS', 'XXXXXX', '458', '70267', 'Associates- Joint and EIG Operations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70273, 'ENG-BASE', 'TIERS', 'XXXXXX', '46', '71504', 'Miscellaneous receivables and creditors', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70274, 'ENG-BASE', 'TIERS', 'XXXXXX', '462', '70273', 'Receivables on disposals of fixed assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70275, 'ENG-BASE', 'TIERS', 'XXXXXX', '464', '70273', 'Debts on acquisitions of marketable securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70276, 'ENG-BASE', 'TIERS', 'XXXXXX', '465', '70273', 'Receivables on disposals of marketable securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70277, 'ENG-BASE', 'TIERS', 'XXXXXX', '467', '70273', 'Other accounts receivable or payable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70278, 'ENG-BASE', 'TIERS', 'XXXXXX', '468', '70273', 'Miscellaneous - Accrued expenses and accrued income', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70279, 'ENG-BASE', 'TIERS', 'XXXXXX', '47', '71504', 'Transition or suspense accounts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70280, 'ENG-BASE', 'TIERS', 'XXXXXX', '471', '70279', 'Waiting Accounts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70281, 'ENG-BASE', 'TIERS', 'XXXXXX', '476', '70279', 'Conversion Difference - Assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70282, 'ENG-BASE', 'TIERS', 'XXXXXX', '477', '70279', 'Translation differences - Liabilities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70283, 'ENG-BASE', 'TIERS', 'XXXXXX', '478', '70279', 'Other transitional accounts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70284, 'ENG-BASE', 'TIERS', 'XXXXXX', '48', '71504', 'regularisation account', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70285, 'ENG-BASE', 'TIERS', 'XXXXXX', '481', '70284', 'Expenses to be spread over several financial years', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70286, 'ENG-BASE', 'TIERS', 'XXXXXX', '486', '70284', 'Prepaid expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70287, 'ENG-BASE', 'TIERS', 'XXXXXX', '487', '70284', 'Deferred income', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70288, 'ENG-BASE', 'TIERS', 'XXXXXX', '488', '70284', 'Accounts for the periodic distribution of expenses and revenues', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70289, 'ENG-BASE', 'TIERS', 'XXXXXX', '489', '70284', 'Emission allowances allocated by the State', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70290, 'ENG-BASE', 'TIERS', 'XXXXXX', '49', '71504', 'Provisions for depreciation of third party accounts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70291, 'ENG-BASE', 'TIERS', 'XXXXXX', '491', '70290', 'Provisions for depreciation of customer accounts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70292, 'ENG-BASE', 'TIERS', 'XXXXXX', '495', '70290', 'Provisions for impairment of group and associate accounts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70293, 'ENG-BASE', 'TIERS', 'XXXXXX', '496', '70290', 'Provisions for depreciation of accounts receivable', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70294, 'ENG-BASE', 'FINAN', 'XXXXXX', '50', '71505', 'Marketable securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70295, 'ENG-BASE', 'FINAN', 'XXXXXX', '501', '70294', 'Shares in related companies', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70296, 'ENG-BASE', 'FINAN', 'XXXXXX', '502', '70294', 'Treasury shares', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70297, 'ENG-BASE', 'FINAN', 'XXXXXX', '503', '70294', 'Stock', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70298, 'ENG-BASE', 'FINAN', 'XXXXXX', '504', '70294', 'Other titles conferring a right of ownership', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70299, 'ENG-BASE', 'FINAN', 'XXXXXX', '505', '70294', 'Bonds and bonds issued by the company and repurchased by it', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70300, 'ENG-BASE', 'FINAN', 'XXXXXX', '506', '70294', 'Obligations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70301, 'ENG-BASE', 'FINAN', 'XXXXXX', '507', '70294', 'Treasury bills and short-term bills', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70302, 'ENG-BASE', 'FINAN', 'XXXXXX', '508', '70294', 'Other marketable securities and other assimilated claims', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70303, 'ENG-BASE', 'FINAN', 'XXXXXX', '509', '70294', 'Payments still to be made on undistributed investment securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70304, 'ENG-BASE', 'FINAN', 'XXXXXX', '51', '71505', 'Banks, financial institutions and the like', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70305, 'ENG-BASE', 'FINAN', 'XXXXXX', '511', '70304', 'Cash values', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70306, 'ENG-BASE', 'FINAN', 'BANK', '512', '70304', 'Banks', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70307, 'ENG-BASE', 'FINAN', 'XXXXXX', '514', '70304', 'Postal checks', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70308, 'ENG-BASE', 'FINAN', 'XXXXXX', '515', '70304', 'Caisses of the Treasury and public institutions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70309, 'ENG-BASE', 'FINAN', 'XXXXXX', '516', '70304', 'Exchange companies', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70310, 'ENG-BASE', 'FINAN', 'XXXXXX', '517', '70304', 'Other financial institutions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70311, 'ENG-BASE', 'FINAN', 'XXXXXX', '518', '70304', 'Accrued interest', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70312, 'ENG-BASE', 'FINAN', 'XXXXXX', '519', '70304', 'Bank overdrafts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70313, 'ENG-BASE', 'FINAN', 'XXXXXX', '52', '71505', 'Treasury instruments', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70314, 'ENG-BASE', 'FINAN', 'CASH', '53', '71505', 'Checkout', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70315, 'ENG-BASE', 'FINAN', 'XXXXXX', '531', '70314', 'Head Office', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70316, 'ENG-BASE', 'FINAN', 'XXXXXX', '532', '70314', 'Cash box (or factory) A', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70317, 'ENG-BASE', 'FINAN', 'XXXXXX', '533', '70314', 'Cash box (or factory) B', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70318, 'ENG-BASE', 'FINAN', 'XXXXXX', '54', '71505', 'Advance and Flow-Through', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70319, 'ENG-BASE', 'FINAN', 'XXXXXX', '58', '71505', 'Internal transfers', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70320, 'ENG-BASE', 'FINAN', 'XXXXXX', '59', '71505', 'Provisions for impairment of financial accounts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70321, 'ENG-BASE', 'FINAN', 'XXXXXX', '590', '70320', 'Provisions for depreciation of marketable securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70322, 'ENG-BASE', 'CHARGE', 'PRODUCT', '60', '71506', 'Shopping', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70323, 'ENG-BASE', 'CHARGE', 'XXXXXX', '601', '70322', 'Stored Procurement - Raw Materials (and Supplies)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70324, 'ENG-BASE', 'CHARGE', 'XXXXXX', '602', '70322', 'Stored Procurement - Other Supplies', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70325, 'ENG-BASE', 'CHARGE', 'XXXXXX', '603', '70322', 'Inventory Changes (Supplies and Commodities)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70326, 'ENG-BASE', 'CHARGE', 'XXXXXX', '604', '70322', 'Stored Procurement - Raw Materials (and Supplies)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70327, 'ENG-BASE', 'CHARGE', 'XXXXXX', '605', '70322', 'Purchase of equipment, works and equipment', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70328, 'ENG-BASE', 'CHARGE', 'XXXXXX', '606', '70322', 'Non-stock purchases of materials and supplies', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70329, 'ENG-BASE', 'CHARGE', 'XXXXXX', '607', '70322', 'Purchases of goods', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70330, 'ENG-BASE', 'CHARGE', 'XXXXXX', '608', '70322', 'Reserved account, where applicable, to the recapitulation of incidental expenses included in purchases', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70331, 'ENG-BASE', 'CHARGE', 'XXXXXX', '609', '70322', 'Discounts, rebates and rebates obtained on purchases', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70332, 'ENG-BASE', 'CHARGE', 'SERVICE', '61', '71506', 'Outside services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70333, 'ENG-BASE', 'CHARGE', 'XXXXXX', '611', '70332', 'General subcontracting', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70334, 'ENG-BASE', 'CHARGE', 'XXXXXX', '612', '70332', 'Lease payments', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70335, 'ENG-BASE', 'CHARGE', 'XXXXXX', '613', '70332', 'Rentals', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70336, 'ENG-BASE', 'CHARGE', 'XXXXXX', '614', '70332', 'Rental and condominium expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70337, 'ENG-BASE', 'CHARGE', 'XXXXXX', '615', '70332', 'Maintenance and repairs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70338, 'ENG-BASE', 'CHARGE', 'XXXXXX', '616', '70332', 'Insurance premiums', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70339, 'ENG-BASE', 'CHARGE', 'XXXXXX', '617', '70332', 'Studies and research', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70340, 'ENG-BASE', 'CHARGE', 'XXXXXX', '618', '70332', 'Various', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70341, 'ENG-BASE', 'CHARGE', 'XXXXXX', '619', '70332', 'Discounts, rebates and rebates obtained on external services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70342, 'ENG-BASE', 'CHARGE', 'XXXXXX', '62', '71506', 'Other services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70343, 'ENG-BASE', 'CHARGE', 'XXXXXX', '621', '70342', 'Staff outside the company', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70344, 'ENG-BASE', 'CHARGE', 'XXXXXX', '622', '70342', 'Remuneration of intermediaries and fees', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70345, 'ENG-BASE', 'CHARGE', 'XXXXXX', '623', '70342', 'Advertising, publications, public relations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70346, 'ENG-BASE', 'CHARGE', 'XXXXXX', '624', '70342', 'Transport of goods and public transport of personnel', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70347, 'ENG-BASE', 'CHARGE', 'XXXXXX', '625', '70342', 'Travel, missions and receptions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70348, 'ENG-BASE', 'CHARGE', 'XXXXXX', '626', '70342', 'Postal and telecommunications costs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70349, 'ENG-BASE', 'CHARGE', 'XXXXXX', '627', '70342', 'Banking and related services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70350, 'ENG-BASE', 'CHARGE', 'XXXXXX', '628', '70342', 'Various', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70351, 'ENG-BASE', 'CHARGE', 'XXXXXX', '629', '70342', 'Discounts, rebates and rebates obtained on other external services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70352, 'ENG-BASE', 'CHARGE', 'XXXXXX', '63', '71506', 'Taxes other and payments', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70353, 'ENG-BASE', 'CHARGE', 'XXXXXX', '631', '70352', 'Taxes and similar payments on remuneration (tax administrations)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70354, 'ENG-BASE', 'CHARGE', 'XXXXXX', '633', '70352', 'Taxes and similar payments on remuneration (other bodies)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70355, 'ENG-BASE', 'CHARGE', 'XXXXXX', '635', '70352', 'Other taxes, duties and similar payments (tax administrations)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70356, 'ENG-BASE', 'CHARGE', 'XXXXXX', '637', '70352', 'Other taxes, duties and similar payments (other bodies)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70357, 'ENG-BASE', 'CHARGE', 'XXXXXX', '64', '71506', 'Staff costs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70358, 'ENG-BASE', 'CHARGE', 'XXXXXX', '641', '70357', 'Remuneration of staff', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70359, 'ENG-BASE', 'CHARGE', 'XXXXXX', '644', '70357', 'Remuneration of the operator''s work', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70360, 'ENG-BASE', 'CHARGE', 'SOCIAL', '645', '70357', 'Social Security and Welfare Expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70361, 'ENG-BASE', 'CHARGE', 'XXXXXX', '646', '70357', 'Personal social contributions of the operator', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70362, 'ENG-BASE', 'CHARGE', 'XXXXXX', '647', '70357', 'Other payroll taxes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70363, 'ENG-BASE', 'CHARGE', 'XXXXXX', '648', '70357', 'Other staff costs', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70364, 'ENG-BASE', 'CHARGE', 'XXXXXX', '65', '71506', 'Other current operating expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70365, 'ENG-BASE', 'CHARGE', 'XXXXXX', '651', '70364', 'Royalties for concessions, patents, licenses, trademarks, processes, software, rights and similar values', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70366, 'ENG-BASE', 'CHARGE', 'XXXXXX', '653', '70364', 'Attendance fees', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70367, 'ENG-BASE', 'CHARGE', 'XXXXXX', '654', '70364', 'Loss on bad debts', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70368, 'ENG-BASE', 'CHARGE', 'XXXXXX', '655', '70364', 'Share of profit or loss on transactions made jointly', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70369, 'ENG-BASE', 'CHARGE', 'XXXXXX', '658', '70364', 'Miscellaneous operating expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70370, 'ENG-BASE', 'CHARGE', 'XXXXXX', '66', '71506', 'Financial expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70371, 'ENG-BASE', 'CHARGE', 'XXXXXX', '661', '70370', 'Interest charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70372, 'ENG-BASE', 'CHARGE', 'XXXXXX', '664', '70370', 'Loss on receivables related to investments', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70373, 'ENG-BASE', 'CHARGE', 'XXXXXX', '665', '70370', 'Discounts granted', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70374, 'ENG-BASE', 'CHARGE', 'XXXXXX', '666', '70370', 'Exchange losses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70375, 'ENG-BASE', 'CHARGE', 'XXXXXX', '667', '70370', 'Net expense on disposals of marketable securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70376, 'ENG-BASE', 'CHARGE', 'XXXXXX', '668', '70370', 'Other financial expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70377, 'ENG-BASE', 'CHARGE', 'XXXXXX', '67', '71506', 'Extraordinary charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70378, 'ENG-BASE', 'CHARGE', 'XXXXXX', '671', '70377', 'Exceptional charges on management operations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70379, 'ENG-BASE', 'CHARGE', 'XXXXXX', '672', '70377', 'Account available to entities to record, in the course of the financial year, expenses over previous financial years', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70380, 'ENG-BASE', 'CHARGE', 'XXXXXX', '675', '70377', 'Book value of assets sold', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70381, 'ENG-BASE', 'CHARGE', 'XXXXXX', '678', '70377', 'Other extraordinary expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70382, 'ENG-BASE', 'CHARGE', 'XXXXXX', '68', '71506', 'Depreciation, amortization and provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70383, 'ENG-BASE', 'CHARGE', 'XXXXXX', '681', '70382', 'Depreciation, amortization and provisions - Operating expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70384, 'ENG-BASE', 'CHARGE', 'XXXXXX', '686', '70382', 'Depreciation, amortization and provisions - Financial expense', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70385, 'ENG-BASE', 'CHARGE', 'XXXXXX', '687', '70382', 'Depreciation, amortization and provisions - Extraordinary expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70386, 'ENG-BASE', 'CHARGE', 'XXXXXX', '69', '71506', 'Employee participation - income tax and assimilated', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70387, 'ENG-BASE', 'CHARGE', 'XXXXXX', '691', '70386', 'Employee participation in results', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70388, 'ENG-BASE', 'CHARGE', 'XXXXXX', '695', '70386', 'Income taxes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70389, 'ENG-BASE', 'CHARGE', 'XXXXXX', '696', '70386', 'Corporate income tax related to distributions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70390, 'ENG-BASE', 'CHARGE', 'XXXXXX', '697', '70386', 'Annual corporation tax', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70391, 'ENG-BASE', 'CHARGE', 'XXXXXX', '698', '70386', 'Tax integration', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70392, 'ENG-BASE', 'CHARGE', 'XXXXXX', '699', '70386', 'Products - Reports back deficits', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70393, 'ENG-BASE', 'PROD', 'XXXXXX', '70', '71507', 'Sales of manufactured goods, services, goods', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70394, 'ENG-BASE', 'PROD', 'PRODUCT', '701', '70393', 'Sales of finished products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70395, 'ENG-BASE', 'PROD', 'XXXXXX', '702', '70393', 'Sales of intermediate products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70396, 'ENG-BASE', 'PROD', 'XXXXXX', '703', '70393', 'Sales of residual products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70397, 'ENG-BASE', 'PROD', 'XXXXXX', '704', '70393', 'Works', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70398, 'ENG-BASE', 'PROD', 'XXXXXX', '705', '70393', 'Studies', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70399, 'ENG-BASE', 'PROD', 'SERVICE', '706', '70393', 'Services', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70400, 'ENG-BASE', 'PROD', 'PRODUCT', '707', '70393', 'Sale of goods', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70401, 'ENG-BASE', 'PROD', 'PRODUCT', '708', '70393', 'Income from ancillary activities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70402, 'ENG-BASE', 'PROD', 'XXXXXX', '709', '70393', 'Discounts, rebates and rebates granted by the company', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70403, 'ENG-BASE', 'PROD', 'XXXXXX', '71', '71507', 'Stored production (or destocking)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70404, 'ENG-BASE', 'PROD', 'XXXXXX', '713', '70403', 'Change in stocks (in-process production, products)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70405, 'ENG-BASE', 'PROD', 'XXXXXX', '72', '71507', 'Immobilised production', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70406, 'ENG-BASE', 'PROD', 'XXXXXX', '721', '70405', 'Intangible assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70407, 'ENG-BASE', 'PROD', 'XXXXXX', '722', '70405', 'Property, plant and equipment', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70408, 'ENG-BASE', 'PROD', 'XXXXXX', '74', '71507', 'Operating grants', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70409, 'ENG-BASE', 'PROD', 'XXXXXX', '75', '71507', 'Other management products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70410, 'ENG-BASE', 'PROD', 'XXXXXX', '751', '70409', 'Royalties for concessions, patents, licenses, trademarks, processes, software, rights and similar values', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70411, 'ENG-BASE', 'PROD', 'XXXXXX', '752', '70409', 'Income from buildings not used for professional purposes', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70412, 'ENG-BASE', 'PROD', 'XXXXXX', '753', '70409', 'Directors'' fees and remuneration of directors, managers, ...', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70413, 'ENG-BASE', 'PROD', 'XXXXXX', '754', '70409', 'Perceived refunds of cooperatives (from surplus)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70414, 'ENG-BASE', 'PROD', 'XXXXXX', '755', '70409', 'Share of profits on transactions made jointly', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70415, 'ENG-BASE', 'PROD', 'XXXXXX', '758', '70409', 'Miscellaneous current management products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70416, 'ENG-BASE', 'PROD', 'XXXXXX', '76', '71507', 'Financial products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70417, 'ENG-BASE', 'PROD', 'XXXXXX', '761', '70416', 'Income from participations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70418, 'ENG-BASE', 'PROD', 'XXXXXX', '762', '70416', 'Income from other financial assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70419, 'ENG-BASE', 'PROD', 'XXXXXX', '763', '70416', 'Revenue from other receivables', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70420, 'ENG-BASE', 'PROD', 'XXXXXX', '764', '70416', 'Income from marketable securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70421, 'ENG-BASE', 'PROD', 'XXXXXX', '765', '70416', 'Discounts obtained', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70422, 'ENG-BASE', 'PROD', 'XXXXXX', '766', '70416', 'Exchange gains', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70423, 'ENG-BASE', 'PROD', 'XXXXXX', '767', '70416', 'Net proceeds on disposals of marketable securities', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70424, 'ENG-BASE', 'PROD', 'XXXXXX', '768', '70416', 'Other financial income', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70425, 'ENG-BASE', 'PROD', 'XXXXXX', '77', '71507', 'Exceptional products', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70426, 'ENG-BASE', 'PROD', 'XXXXXX', '771', '70425', 'Extraordinary income from management operations', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70427, 'ENG-BASE', 'PROD', 'XXXXXX', '772', '70425', 'Account available to entities to record, during the financial year, the revenues over previous financial years', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70428, 'ENG-BASE', 'PROD', 'XXXXXX', '775', '70425', 'Proceeds from disposals of assets', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70429, 'ENG-BASE', 'PROD', 'XXXXXX', '777', '70425', 'Share of investment grants transferred to profit or loss for the year', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70430, 'ENG-BASE', 'PROD', 'XXXXXX', '778', '70425', 'Other extraordinary income', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70431, 'ENG-BASE', 'PROD', 'XXXXXX', '78', '71507', 'Reversals of depreciation and provisions', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70432, 'ENG-BASE', 'PROD', 'XXXXXX', '781', '70431', 'Reversals of depreciation and provisions (to be included in revenue)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70433, 'ENG-BASE', 'PROD', 'XXXXXX', '786', '70431', 'Reversals of provisions for risks (to be recorded in financial income)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70434, 'ENG-BASE', 'PROD', 'XXXXXX', '787', '70431', 'Reversals of provisions (to be recorded in exceptional income)', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70435, 'ENG-BASE', 'PROD', 'XXXXXX', '79', '71507', 'Transfers of charges', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70436, 'ENG-BASE', 'PROD', 'XXXXXX', '791', '70435', 'Transfers of operating expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70437, 'ENG-BASE', 'PROD', 'XXXXXX', '796', '70435', 'Transfers of financial expenses', 1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70438, 'ENG-BASE', 'PROD', 'XXXXXX', '797', '70435', 'Transfers of Exceptional Charges', 1);
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_gq.sql b/htdocs/install/mysql/data/llx_accounting_account_gq.sql
    index 7e733761087..f38dc2365f8 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_gq.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_gq.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA GQ
     -- ID 15000 - 16999
    ---
    +-- ADD 8700000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '101', '1', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1013', '101', 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1014', '101', 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '102', '1', 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1021', '102', 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1022', '102', 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1028', '102', 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '103', '1', 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '104', '1', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1041', '104', 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1042', '104', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1043', '104', 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1047', '104', 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1048', '104', 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '105', '1', 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1051', '105', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1052', '105', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1053', '105', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1054', '105', 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1058', '105', 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '106', '1', 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1061', '106', 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1062', '106', 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '109', '1', 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '11', '1', 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '111', '11', 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1111', '111', 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '112', '11', 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '113', '11', 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1131', '113', 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1133', '113', 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1134', '113', 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1135', '113', 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1138', '113', 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '118', '11', 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1181', '118', 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1188', '118', 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '12', '1', 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '121', '12', 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1211', '121', 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '129', '12', 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1291', '129', 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1292', '129', 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '13', '1', 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1301', '13', 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1309', '13', 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '131', '13', 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '132', '13', 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1321', '132', 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1322', '132', 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '133', '13', 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '134', '13', 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '135', '13', 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '136', '13', 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '137', '13', 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '138', '13', 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '139', '13', 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '14', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '141', '14', 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1411', '141', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1412', '141', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1413', '141', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1414', '141', 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1415', '141', 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1416', '141', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1417', '141', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1418', '141', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '142', '14', 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1421', '142', 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '148', '14', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '151', '15', 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '152', '15', 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1521', '152', 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '153', '15', 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1531', '153', 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1532', '153', 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '154', '15', 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1551', '155', 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1552', '155', 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1553', '155', 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1554', '155', 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1561', '156', 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1562', '156', 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1611', '161', 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1612', '161', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1618', '161', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1619', '161', 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '162', '16', 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '163', '16', 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '164', '16', 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '165', '16', 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1651', '165', 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1652', '165', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '166', '16', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1661', '166', 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1662', '166', 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1663', '166', 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1664', '166', 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1665', '166', 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1667', '166', 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1668', '166', 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '167', '16', 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1671', '167', 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1672', '167', 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1673', '167', 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1674', '167', 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1676', '167', 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1681', '168', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1682', '168', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1683', '168', 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1684', '168', 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1685', '168', 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1686', '168', 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '172', '17', 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '173', '17', 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '176', '17', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1762', '176', 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1763', '176', 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1768', '176', 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '178', '17', 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '18', '1', 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '181', '18', 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1811', '181', 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1812', '181', 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '182', '18', 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '183', '18', 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '184', '18', 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '185', '18', 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '186', '18', 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '187', '18', 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '19', '1', 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '191', '19', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '192', '19', 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '193', '19', 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '194', '19', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '195', '19', 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '196', '19', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '197', '19', 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1971', '197', 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '198', '19', 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1981', '198', 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1982', '198', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1983', '198', 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'CAPIT', 'XXXXXX', '1988', '198', 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '201', '2', 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2011', '201', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2012', '201', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2013', '201', 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2014', '201', 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2015', '201', 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2016', '201', 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2017', '201', 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2018', '201', 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '202', '2', 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2021', '202', 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2022', '202', 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2026', '202', 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2028', '202', 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '206', '2', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2061', '206', 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2062', '206', 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2068', '206', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '211', '21', 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '212', '21', 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '213', '21', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '214', '21', 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '215', '21', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '216', '21', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '217', '21', 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '218', '21', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '219', '21', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2191', '219', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2193', '219', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2198', '219', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '22', '2', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '221', '22', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2211', '221', 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2212', '221', 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2218', '221', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '222', '22', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2221', '222', 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2228', '222', 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '223', '22', 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2231', '223', 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2232', '223', 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2234', '223', 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2235', '223', 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2236', '223', 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '224', '22', 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2241', '224', 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2248', '224', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '225', '22', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2251', '225', 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '226', '22', 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2261', '226', 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '227', '22', 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '228', '22', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2281', '228', 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2285', '228', 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2288', '228', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '229', '22', 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2291', '229', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2292', '229', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2295', '229', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2298', '229', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '23', '2', 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '231', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2311', '231', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2312', '231', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2313', '231', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2314', '231', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2315', '231', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '232', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2321', '232', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2322', '232', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2323', '232', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2324', '232', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2325', '232', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '233', '23', 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2331', '233', 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2332', '233', 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2333', '233', 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2334', '233', 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2335', '233', 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2338', '233', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '234', '23', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2341', '234', 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2342', '234', 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2343', '234', 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2344', '234', 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '235', '23', 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2351', '235', 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2358', '235', 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '237', '23', 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '238', '23', 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '239', '23', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2391', '239', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '24', '2', 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '241', '24', 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2411', '241', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2412', '241', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2413', '241', 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2414', '241', 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '242', '24', 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2421', '242', 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2422', '242', 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '243', '24', 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '244', '24', 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2441', '244', 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2442', '244', 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2443', '244', 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2444', '244', 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2446', '244', 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2447', '244', 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '245', '24', 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2451', '245', 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2452', '245', 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2453', '245', 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2454', '245', 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2455', '245', 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2456', '245', 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2458', '245', 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '246', '24', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2461', '246', 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2462', '246', 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2463', '246', 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2465', '246', 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2468', '246', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '247', '24', 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '248', '24', 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2481', '248', 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '249', '24', 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2491', '249', 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2492', '249', 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2493', '249', 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2494', '249', 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2495', '249', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2496', '249', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2497', '249', 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2498', '249', 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '25', '2', 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '251', '25', 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '252', '25', 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '26', '2', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '262', '26', 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '263', '26', 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '265', '26', 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '266', '26', 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '268', '26', 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '271', '27', 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2711', '271', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2712', '271', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2713', '271', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2714', '271', 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '272', '27', 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2721', '272', 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2722', '272', 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2728', '272', 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '273', '27', 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2731', '273', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2733', '273', 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2738', '273', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '274', '27', 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2741', '274', 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2742', '274', 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2743', '274', 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2744', '274', 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2748', '274', 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '275', '27', 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2751', '275', 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2752', '275', 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2753', '275', 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2754', '275', 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2755', '275', 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2756', '275', 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2757', '275', 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2758', '275', 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '276', '27', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2761', '276', 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2762', '276', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2763', '276', 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2764', '276', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2765', '276', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2767', '276', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2768', '276', 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '277', '27', 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2771', '277', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2772', '277', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2773', '277', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2774', '277', 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '278', '27', 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2781', '278', 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2782', '278', 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2785', '278', 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '28', '2', 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2811', '281', 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2812', '281', 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2813', '281', 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2814', '281', 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2815', '281', 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2816', '281', 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2817', '281', 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2818', '281', 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2821', '282', 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2824', '282', 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2825', '282', 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '283', '28', 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2831', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2832', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2833', '283', 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2834', '283', 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2835', '283', 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2837', '283', 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2838', '283', 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '284', '28', 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2841', '284', 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2842', '284', 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2843', '284', 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2844', '284', 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2845', '284', 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2846', '284', 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2847', '284', 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2848', '284', 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '291', '29', 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2912', '291', 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2913', '291', 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2914', '291', 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2915', '291', 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2916', '291', 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2917', '291', 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2918', '291', 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2919', '291', 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2921', '292', 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2922', '292', 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2923', '292', 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2924', '292', 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2925', '292', 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2926', '292', 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2927', '292', 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2928', '292', 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2929', '292', 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2931', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2932', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2933', '293', 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2934', '293', 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2935', '293', 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2937', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2938', '293', 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2939', '293', 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2941', '294', 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2942', '294', 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2943', '294', 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2944', '294', 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2945', '294', 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2946', '294', 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2947', '294', 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2948', '294', 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2949', '294', 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2951', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2952', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '296', '29', 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2961', '296', 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2962', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2963', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2965', '296', 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2966', '296', 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2968', '296', 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '297', '29', 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2971', '297', 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2972', '297', 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2973', '297', 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2974', '297', 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2975', '297', 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2977', '297', 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'IMMO', 'XXXXXX', '2978', '297', 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '311', '31', 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3111', '311', 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3112', '311', 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '312', '31', 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3121', '312', 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3122', '312', 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '318', '31', 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '321', '32', 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '322', '32', 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '323', '32', 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '331', '33', 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '332', '33', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '333', '33', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '334', '33', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '335', '33', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3351', '335', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3352', '335', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3353', '335', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3358', '335', 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '338', '33', 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '341', '34', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3411', '341', 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3412', '341', 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '342', '34', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3421', '342', 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3422', '342', 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '343', '34', 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3431', '343', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3432', '343', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '344', '34', 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3441', '344', 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3442', '344', 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '351', '35', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3511', '351', 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3512', '351', 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '352', '35', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3521', '352', 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3522', '352', 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '361', '36', 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '362', '36', 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '371', '37', 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3711', '371', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3712', '371', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '372', '37', 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3721', '372', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3722', '372', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3723', '372', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '381', '38', 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '382', '38', 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '383', '38', 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '386', '38', 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '387', '38', 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3871', '387', 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '3872', '387', 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '388', '38', 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '391', '39', 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '392', '39', 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '393', '39', 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '394', '39', 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '395', '39', 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '396', '39', 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '397', '39', 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'STOCK', 'XXXXXX', '398', '39', 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '401', '4', 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4012', '401', 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4013', '401', 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '402', '4', 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4021', '402', 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4022', '402', 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4023', '402', 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '408', '4', 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4082', '408', 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4083', '408', 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4086', '408', 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '409', '4', 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4092', '409', 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4093', '409', 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4094', '409', 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4112', '411', 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4114', '411', 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4115', '411', 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4118', '411', 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '412', '41', 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4121', '412', 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4122', '412', 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4124', '412', 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4125', '412', 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '414', '41', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4141', '414', 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4142', '414', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '415', '41', 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4161', '416', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4162', '416', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4186', '418', 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4192', '419', 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4194', '419', 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4211', '421', 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4212', '421', 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4213', '421', 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4221', '422', 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4222', '422', 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4231', '423', 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4232', '423', 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4233', '423', 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4241', '424', 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4242', '424', 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4245', '424', 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4248', '424', 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4251', '425', 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4252', '425', 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4258', '425', 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4281', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4311', '431', 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4312', '431', 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4313', '431', 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4314', '431', 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4318', '431', 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '433', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4331', '433', 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4381', '438', 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4421', '4421', 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4422', '4421', 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4423', '4421', 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4424', '4421', 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4426', '4421', 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4428', '4421', 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4431', '443', 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4432', '443', 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4433', '443', 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4434', '443', 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4435', '443', 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4441', '444', 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4449', '444', 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4451', '445', 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4453', '445', 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4454', '445', 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4471', '447', 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4472', '447', 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4473', '447', 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4474', '447', 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4478', '447', 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4486', '448', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4491', '449', 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4492', '449', 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4493', '449', 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4494', '449', 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4495', '449', 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4496', '449', 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4499', '449', 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4582', '458', 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4611', '461', 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4612', '461', 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4613', '461', 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4614', '461', 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4615', '461', 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4616', '461', 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4617', '461', 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4618', '461', 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4619', '461', 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4621', '462', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4626', '462', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '463', '46', 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '466', '46', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4711', '471', 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4712', '471', 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4713', '471', 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4726', '472', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4727', '472', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4728', '472', 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '474', '47', 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4746', '474', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4747', '474', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4781', '478', 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4782', '478', 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4788', '478', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '479', '47', 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4791', '479', 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4792', '479', 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4798', '479', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4811', '481', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4812', '481', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4817', '481', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4818', '481', 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '483', '48', 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '484', '48', 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '485', '48', 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4851', '485', 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4852', '485', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4855', '485', 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4857', '485', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4858', '485', 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4911', '491', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4912', '491', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '492', '49', 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '493', '49', 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '494', '49', 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4962', '496', 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4963', '496', 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4966', '496', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '497', '49', 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '498', '49', 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4981', '498', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4982', '498', 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4983', '498', 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '499', '49', 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4991', '499', 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'THIRDPARTY', 'XXXXXX', '4998', '499', 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '501', '5', 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5011', '501', 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5012', '501', 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5013', '501', 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '502', '5', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5021', '502', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5022', '502', 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5023', '502', 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5024', '502', 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5025', '502', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '503', '5', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5031', '503', 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5032', '503', 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5033', '503', 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5035', '503', 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '504', '5', 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5042', '504', 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5043', '504', 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '505', '5', 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '506', '5', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5061', '506', 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5062', '506', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5063', '506', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '508', '5', 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '51', '5', 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '511', '51', 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '512', '51', 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '513', '51', 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '514', '51', 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '515', '51', 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '518', '51', 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5181', '518', 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5182', '518', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5185', '518', 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5186', '518', 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5187', '518', 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '52', '5', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '521', '52', 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5211', '521', 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5212', '521', 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '522', '52', 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '523', '52', 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '524', '52', 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '526', '52', 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5261', '521', 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5267', '521', 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '53', '5', 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '531', '53', 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '532', '53', 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '533', '53', 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '536', '53', 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5361', '536', 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5362', '536', 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '538', '53', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '54', '5', 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '541', '54', 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '542', '54', 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '543', '54', 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '544', '54', 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '545', '54', 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '56', '5', 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '561', '56', 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '564', '56', 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '565', '56', 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '566', '56', 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5661', '566', 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5667', '566', 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '57', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '571', '57', 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5711', '571', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5712', '571', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '572', '57', 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5721', '572', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5722', '572', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '573', '57', 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5731', '573', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '5732', '573', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '58', '5', 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '581', '58', 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '582', '58', 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '585', '58', 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '588', '58', 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '59', '5', 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '591', '59', 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '592', '59', 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '593', '59', 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '594', '59', 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'FINAN', 'XXXXXX', '599', '59', 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '601', '6', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '602', '6', 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6021', '602', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6022', '602', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6023', '602', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6024', '602', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6029', '602', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '603', '6', 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6031', '603', 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6032', '603', 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6033', '603', 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '604', '6', 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6041', '604', 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6042', '604', 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6043', '604', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6044', '604', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6046', '604', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6047', '604', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6049', '604', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '605', '6', 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6051', '605', 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6052', '605', 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6053', '605', 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6054', '605', 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6055', '605', 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6056', '605', 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6057', '605', 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6058', '605', 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6059', '605', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '608', '6', 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6081', '608', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6082', '608', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6083', '608', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6089', '608', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '61', '6', 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '611', '61', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '612', '61', 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '613', '61', 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '614', '61', 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '616', '61', 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6181', '618', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6182', '618', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6183', '618', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '62', '6', 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '621', '62', 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '622', '62', 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6221', '622', 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6222', '622', 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6223', '622', 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6224', '622', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6225', '622', 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6228', '622', 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '623', '62', 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6232', '623', 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6233', '623', 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6235', '623', 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '624', '62', 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6241', '624', 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6242', '624', 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6243', '624', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6248', '624', 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '625', '62', 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6251', '625', 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6252', '625', 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6253', '625', 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6254', '625', 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6255', '625', 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6256', '625', 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6257', '625', 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6258', '625', 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '626', '62', 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6261', '626', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6265', '626', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6266', '626', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '627', '62', 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6271', '627', 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6272', '627', 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6273', '627', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6274', '627', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6275', '627', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6276', '627', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6277', '627', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '628', '62', 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6281', '628', 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6282', '628', 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6283', '628', 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6288', '628', 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '63', '6', 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '631', '63', 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6311', '631', 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6312', '631', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6313', '631', 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6315', '631', 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6316', '631', 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '632', '63', 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6321', '632', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6322', '632', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6323', '632', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6324', '632', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6325', '632', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6328', '632', 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '633', '63', 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '634', '63', 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6342', '634', 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6343', '634', 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6344', '634', 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '635', '63', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6351', '635', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6358', '635', 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '636', '63', 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '637', '63', 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6371', '637', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6372', '637', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '638', '63', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6381', '638', 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6382', '638', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6383', '638', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6384', '638', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '64', '6', 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '641', '64', 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6411', '641', 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6412', '641', 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6413', '641', 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6414', '641', 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6415', '641', 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6418', '641', 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '645', '64', 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '646', '64', 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6461', '646', 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6462', '646', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6463', '646', 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6464', '646', 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6468', '646', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '647', '64', 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6471', '647', 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6472', '647', 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6473', '647', 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6474', '647', 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6478', '647', 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '651', '65', 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6511', '651', 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6515', '651', 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '652', '65', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6521', '652', 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6525', '652', 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '653', '65', 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '654', '65', 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6581', '658', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6582', '658', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6583', '658', 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '659', '65', 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6591', '659', 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6593', '659', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6594', '659', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6598', '659', 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '661', '66', 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6611', '661', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6612', '661', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6613', '661', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6614', '661', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6615', '661', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6616', '661', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6617', '661', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6618', '661', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '662', '66', 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6621', '662', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6622', '662', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6623', '662', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6624', '662', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6625', '662', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6626', '662', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6627', '662', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6628', '662', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '663', '66', 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6631', '663', 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6632', '663', 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6633', '663', 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6638', '663', 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '664', '66', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6641', '664', 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6642', '664', 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '666', '66', 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6661', '666', 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6662', '666', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '667', '66', 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6671', '667', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6672', '667', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6681', '668', 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6682', '668', 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6683', '668', 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6684', '668', 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '67', '6', 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '671', '67', 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6711', '671', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6712', '671', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6713', '671', 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '672', '67', 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6721', '672', 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6722', '672', 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6723', '672', 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '673', '67', 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '674', '67', 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6741', '674', 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6742', '674', 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6743', '674', 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6744', '674', 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6745', '674', 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6748', '674', 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '675', '67', 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '676', '67', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '677', '67', 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '678', '67', 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6781', '678', 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6782', '678', 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6783', '678', 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '679', '67', 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6791', '679', 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6795', '679', 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6798', '679', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6811', '68', 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6812', '68', 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6813', '68', 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6872', '687', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6878', '687', 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '69', '6', 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '691', '69', 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6911', '691', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6912', '691', 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6913', '691', 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6914', '691', 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '697', '69', 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6971', '697', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'EXPENSE', 'XXXXXX', '6972', '697', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '701', '7', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7011', '701', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7012', '701', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7013', '701', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7014', '701', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '702', '7', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7021', '702', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7022', '702', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7023', '702', 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7024', '702', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '703', '7', 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7031', '703', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7032', '703', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7033', '703', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7034', '703', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '704', '7', 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7041', '704', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7042', '704', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7043', '704', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7044', '704', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '705', '7', 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7051', '705', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7052', '705', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7053', '705', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7054', '705', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '706', '7', 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7061', '706', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7062', '706', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7063', '706', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7064', '706', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '707', '7', 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7071', '707', 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7072', '707', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7073', '707', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7074', '707', 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7075', '707', 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7076', '707', 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7077', '707', 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7078', '707', 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '71', '7', 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '711', '71', 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '712', '71', 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '713', '71', 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '718', '71', 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7181', '718', 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7182', '718', 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7183', '718', 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '726', '72', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '73', '7', 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '734', '73', 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7341', '734', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7342', '734', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '735', '73', 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7351', '735', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7352', '735', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '736', '73', 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '737', '73', 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7371', '737', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7372', '737', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '752', '75', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7521', '752', 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7525', '752', 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '753', '75', 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '754', '75', 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7581', '758', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7582', '758', 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '759', '75', 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7591', '759', 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7593', '759', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7594', '759', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7598', '759', 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '77', '7', 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '771', '77', 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '772', '77', 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '773', '77', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '774', '77', 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '775', '77', 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '776', '77', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '777', '77', 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '778', '77', 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7781', '778', 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7782', '778', 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7784', '778', 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '779', '77', 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7791', '779', 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7795', '779', 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7798', '779', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '78', '7', 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '781', '78', 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '787', '78', 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '79', '7', 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '791', '79', 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7911', '791', 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7912', '791', 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7913', '791', 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7914', '791', 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '797', '79', 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7971', '797', 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '7972', '797', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'INCOME', 'XXXXXX', '798', '79', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '811', '81', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '812', '81', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '816', '81', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '821', '82', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '822', '82', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '826', '82', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '831', '83', 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '834', '83', 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '835', '83', 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '836', '83', 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '839', '83', 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '841', '84', 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '845', '84', 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '846', '84', 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '848', '84', 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '849', '84', 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '851', '85', 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '852', '85', 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '853', '85', 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '854', '85', 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '858', '85', 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '861', '86', 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '862', '86', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '863', '86', 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '864', '86', 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '865', '86', 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '868', '86', 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '871', '87', 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '874', '87', 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '878', '87', 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '881', '88', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '884', '88', 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '886', '88', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '888', '88', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '891', '89', 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '8911', '891', 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '8912', '891', 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '8913', '891', 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '892', '89', 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '895', '89', 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '899', '89', 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '8991', '899', 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-GQ', 'AUTRES', 'XXXXXX', '8994', '899', 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-GQ','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-GQ','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-GQ','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-GQ','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-GQ','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-GQ','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-GQ','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-GQ','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-GQ','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-GQ','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-GQ','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-GQ','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-GQ','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-GQ','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-GQ','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-GQ','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-GQ','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-GQ','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-GQ','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-GQ','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-GQ','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-GQ','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-GQ','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-GQ','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-GQ','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-GQ','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-GQ','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-GQ','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-GQ','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-GQ','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-GQ','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-GQ','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-GQ','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-GQ','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-GQ','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-GQ','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-GQ','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-GQ','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-GQ','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-GQ','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-GQ','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-GQ','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-GQ','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-GQ','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-GQ','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-GQ','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-GQ','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-GQ','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-GQ','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-GQ','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-GQ','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-GQ','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-GQ','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-GQ','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-GQ','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-GQ','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-GQ','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-GQ','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-GQ','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-GQ','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-GQ','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-GQ','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-GQ','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-GQ','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-GQ','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-GQ','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-GQ','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-GQ','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-GQ','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-GQ','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-GQ','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-GQ','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-GQ','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-GQ','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-GQ','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-GQ','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-GQ','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-GQ','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-GQ','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-GQ','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-GQ','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-GQ','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-GQ','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-GQ','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-GQ','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-GQ','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-GQ','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-GQ','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-GQ','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-GQ','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-GQ','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-GQ','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-GQ','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-GQ','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-GQ','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-GQ','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-GQ','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-GQ','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-GQ','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-GQ','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-GQ','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-GQ','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-GQ','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-GQ','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-GQ','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-GQ','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-GQ','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-GQ','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-GQ','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-GQ','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-GQ','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-GQ','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-GQ','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-GQ','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-GQ','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-GQ','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-GQ','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-GQ','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-GQ','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-GQ','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-GQ','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-GQ','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-GQ','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-GQ','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-GQ','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-GQ','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-GQ','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-GQ','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-GQ','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-GQ','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-GQ','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-GQ','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-GQ','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-GQ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-GQ','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-GQ','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-GQ','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-GQ','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-GQ','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-GQ','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-GQ','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-GQ','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-GQ','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-GQ','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-GQ','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-GQ','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-GQ','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-GQ','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-GQ','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-GQ','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-GQ','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-GQ','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-GQ','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-GQ','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-GQ','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-GQ','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-GQ','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-GQ','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-GQ','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-GQ','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-GQ','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-GQ','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-GQ','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-GQ','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-GQ','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-GQ','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-GQ','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-GQ','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-GQ','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-GQ','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-GQ','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-GQ','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-GQ','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-GQ','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-GQ','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-GQ','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-GQ','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-GQ','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-GQ','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-GQ','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-GQ','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-GQ','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-GQ','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-GQ','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-GQ','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-GQ','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-GQ','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-GQ','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-GQ','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-GQ','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-GQ','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-GQ','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-GQ','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-GQ','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-GQ','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-GQ','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-GQ','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-GQ','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-GQ','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-GQ','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-GQ','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-GQ','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-GQ','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-GQ','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-GQ','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-GQ','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-GQ','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-GQ','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-GQ','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-GQ','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-GQ','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-GQ','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-GQ','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-GQ','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-GQ','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-GQ','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-GQ','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-GQ','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-GQ','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-GQ','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-GQ','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-GQ','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-GQ','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-GQ','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-GQ','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-GQ','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-GQ','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-GQ','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-GQ','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-GQ','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-GQ','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-GQ','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-GQ','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-GQ','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-GQ','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-GQ','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-GQ','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-GQ','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-GQ','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-GQ','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-GQ','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-GQ','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-GQ','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-GQ','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-GQ','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-GQ','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-GQ','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-GQ','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-GQ','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-GQ','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-GQ','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-GQ','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-GQ','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-GQ','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-GQ','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-GQ','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-GQ','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-GQ','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-GQ','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-GQ','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-GQ','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-GQ','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-GQ','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-GQ','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-GQ','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-GQ','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-GQ','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-GQ','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-GQ','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-GQ','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-GQ','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-GQ','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-GQ','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-GQ','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-GQ','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-GQ','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-GQ','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-GQ','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-GQ','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-GQ','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-GQ','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-GQ','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-GQ','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-GQ','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-GQ','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-GQ','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-GQ','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-GQ','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-GQ','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-GQ','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-GQ','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-GQ','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-GQ','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-GQ','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-GQ','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-GQ','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-GQ','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-GQ','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-GQ','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-GQ','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-GQ','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-GQ','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-GQ','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-GQ','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-GQ','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-GQ','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-GQ','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-GQ','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-GQ','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-GQ','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-GQ','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-GQ','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-GQ','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-GQ','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-GQ','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-GQ','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-GQ','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-GQ','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-GQ','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-GQ','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-GQ','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-GQ','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-GQ','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-GQ','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-GQ','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-GQ','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-GQ','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-GQ','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-GQ','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-GQ','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-GQ','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-GQ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-GQ','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-GQ','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-GQ','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-GQ','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-GQ','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-GQ','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-GQ','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-GQ','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-GQ','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-GQ','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-GQ','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-GQ','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-GQ','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-GQ','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-GQ','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-GQ','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-GQ','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-GQ','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-GQ','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-GQ','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-GQ','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-GQ','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-GQ','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-GQ','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-GQ','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-GQ','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-GQ','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-GQ','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-GQ','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-GQ','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-GQ','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-GQ','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-GQ','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-GQ','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-GQ','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-GQ','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-GQ','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-GQ','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-GQ','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-GQ','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-GQ','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-GQ','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-GQ','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-GQ','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-GQ','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-GQ','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-GQ','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-GQ','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-GQ','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-GQ','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-GQ','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-GQ','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-GQ','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-GQ','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-GQ','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-GQ','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-GQ','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-GQ','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-GQ','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-GQ','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-GQ','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-GQ','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-GQ','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-GQ','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-GQ','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-GQ','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-GQ','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-GQ','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-GQ','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-GQ','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-GQ','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-GQ','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-GQ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-GQ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-GQ','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-GQ','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-GQ','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-GQ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-GQ','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-GQ','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-GQ','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-GQ','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-GQ','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-GQ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-GQ','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-GQ','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-GQ','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-GQ','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-GQ','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-GQ','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-GQ','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-GQ','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-GQ','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-GQ','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-GQ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-GQ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-GQ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-GQ','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-GQ','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-GQ','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-GQ','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-GQ','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-GQ','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-GQ','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-GQ','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-GQ','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-GQ','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-GQ','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-GQ','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-GQ','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-GQ','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-GQ','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-GQ','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-GQ','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-GQ','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-GQ','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-GQ','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-GQ','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-GQ','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-GQ','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-GQ','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-GQ','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-GQ','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-GQ','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-GQ','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-GQ','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-GQ','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-GQ','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-GQ','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-GQ','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-GQ','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-GQ','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-GQ','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-GQ','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-GQ','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-GQ','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-GQ','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-GQ','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-GQ','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-GQ','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-GQ','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-GQ','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-GQ','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-GQ','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-GQ','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-GQ','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-GQ','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-GQ','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-GQ','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-GQ','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-GQ','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-GQ','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-GQ','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-GQ','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-GQ','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-GQ','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-GQ','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-GQ','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-GQ','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-GQ','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-GQ','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-GQ','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-GQ','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-GQ','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-GQ','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-GQ','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-GQ','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-GQ','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-GQ','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-GQ','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-GQ','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-GQ','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-GQ','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-GQ','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-GQ','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-GQ','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-GQ','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-GQ','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-GQ','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-GQ','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-GQ','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-GQ','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-GQ','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-GQ','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-GQ','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-GQ','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-GQ','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-GQ','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-GQ','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-GQ','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-GQ','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-GQ','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-GQ','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-GQ','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-GQ','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-GQ','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-GQ','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-GQ','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-GQ','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-GQ','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-GQ','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-GQ','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-GQ','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-GQ','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-GQ','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-GQ','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-GQ','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-GQ','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-GQ','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-GQ','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-GQ','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-GQ','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-GQ','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-GQ','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-GQ','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-GQ','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-GQ','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-GQ','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-GQ','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-GQ','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-GQ','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-GQ','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-GQ','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-GQ','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-GQ','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-GQ','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-GQ','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-GQ','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-GQ','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-GQ','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-GQ','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-GQ','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-GQ','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-GQ','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-GQ','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-GQ','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-GQ','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-GQ','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-GQ','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-GQ','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-GQ','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-GQ','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-GQ','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-GQ','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-GQ','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-GQ','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-GQ','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-GQ','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-GQ','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-GQ','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-GQ','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-GQ','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-GQ','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-GQ','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-GQ','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-GQ','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-GQ','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-GQ','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-GQ','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-GQ','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-GQ','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-GQ','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-GQ','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-GQ','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-GQ','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-GQ','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-GQ','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-GQ','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-GQ','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-GQ','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-GQ','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-GQ','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-GQ','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-GQ','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-GQ','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-GQ','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-GQ','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-GQ','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-GQ','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-GQ','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-GQ','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-GQ','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-GQ','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-GQ','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-GQ','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-GQ','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-GQ','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-GQ','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-GQ','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-GQ','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-GQ','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-GQ','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-GQ','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-GQ','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-GQ','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-GQ','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-GQ','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-GQ','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-GQ','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-GQ','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-GQ','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-GQ','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-GQ','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-GQ','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-GQ','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-GQ','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-GQ','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-GQ','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-GQ','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-GQ','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-GQ','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-GQ','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-GQ','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-GQ','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-GQ','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-GQ','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-GQ','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-GQ','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-GQ','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-GQ','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-GQ','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-GQ','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-GQ','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-GQ','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-GQ','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-GQ','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-GQ','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-GQ','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-GQ','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-GQ','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-GQ','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-GQ','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-GQ','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-GQ','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-GQ','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-GQ','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-GQ','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-GQ','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-GQ','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-GQ','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-GQ','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-GQ','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-GQ','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-GQ','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-GQ','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-GQ','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-GQ','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-GQ','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-GQ','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-GQ','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-GQ','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-GQ','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-GQ','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-GQ','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-GQ','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-GQ','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-GQ','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-GQ','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-GQ','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-GQ','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-GQ','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-GQ','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-GQ','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-GQ','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-GQ','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-GQ','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-GQ','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-GQ','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-GQ','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-GQ','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-GQ','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-GQ','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-GQ','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-GQ','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-GQ','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-GQ','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-GQ','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-GQ','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-GQ','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-GQ','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-GQ','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-GQ','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-GQ','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-GQ','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-GQ','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-GQ','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-GQ','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-GQ','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-GQ','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-GQ','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-GQ','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-GQ','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-GQ','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-GQ','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-GQ','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-GQ','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-GQ','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-GQ','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-GQ','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-GQ','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-GQ','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-GQ','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-GQ','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-GQ','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-GQ','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-GQ','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-GQ','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-GQ','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-GQ','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-GQ','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-GQ','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-GQ','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-GQ','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-GQ','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-GQ','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-GQ','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-GQ','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-GQ','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-GQ','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-GQ','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-GQ','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-GQ','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-GQ','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-GQ','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-GQ','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-GQ','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-GQ','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-GQ','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-GQ','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-GQ','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-GQ','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-GQ','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-GQ','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-GQ','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-GQ','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-GQ','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-GQ','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-GQ','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-GQ','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-GQ','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-GQ','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-GQ','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-GQ','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-GQ','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-GQ','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-GQ','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-GQ','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-GQ','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-GQ','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-GQ','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-GQ','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-GQ','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-GQ','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-GQ','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-GQ','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-GQ','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-GQ','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-GQ','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-GQ','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-GQ','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-GQ','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-GQ','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-GQ','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-GQ','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-GQ','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-GQ','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-GQ','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-GQ','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-GQ','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-GQ','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-GQ','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-GQ','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-GQ','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-GQ','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-GQ','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-GQ','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-GQ','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-GQ','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-GQ','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-GQ','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-GQ','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-GQ','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-GQ','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-GQ','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-GQ','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-GQ','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-GQ','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-GQ','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-GQ','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-GQ','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-GQ','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-GQ','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-GQ','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-GQ','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-GQ','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-GQ','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-GQ','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
    index de1bf5861c3..64b42ee3730 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_km.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_km.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA KM
     -- ID 15000 - 16999
    ---
    +-- ADD 7100000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '101', '1', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1013', '101', 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1014', '101', 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '102', '1', 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1021', '102', 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1022', '102', 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1028', '102', 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '103', '1', 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '104', '1', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1041', '104', 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1042', '104', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1043', '104', 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1047', '104', 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1048', '104', 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '105', '1', 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1051', '105', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1052', '105', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1053', '105', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1054', '105', 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1058', '105', 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '106', '1', 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1061', '106', 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1062', '106', 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '109', '1', 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '11', '1', 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '111', '11', 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1111', '111', 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '112', '11', 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '113', '11', 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1131', '113', 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1133', '113', 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1134', '113', 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1135', '113', 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1138', '113', 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '118', '11', 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1181', '118', 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1188', '118', 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '12', '1', 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '121', '12', 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1211', '121', 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '129', '12', 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1291', '129', 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1292', '129', 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '13', '1', 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1301', '13', 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1309', '13', 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '131', '13', 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '132', '13', 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1321', '132', 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1322', '132', 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '133', '13', 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '134', '13', 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '135', '13', 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '136', '13', 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '137', '13', 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '138', '13', 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '139', '13', 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '14', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '141', '14', 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1411', '141', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1412', '141', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1413', '141', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1414', '141', 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1415', '141', 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1416', '141', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1417', '141', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1418', '141', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '142', '14', 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1421', '142', 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '148', '14', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '151', '15', 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '152', '15', 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1521', '152', 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '153', '15', 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1531', '153', 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1532', '153', 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '154', '15', 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1551', '155', 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1552', '155', 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1553', '155', 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1554', '155', 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1561', '156', 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1562', '156', 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1611', '161', 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1612', '161', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1618', '161', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1619', '161', 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '162', '16', 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '163', '16', 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '164', '16', 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '165', '16', 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1651', '165', 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1652', '165', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '166', '16', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1661', '166', 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1662', '166', 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1663', '166', 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1664', '166', 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1665', '166', 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1667', '166', 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1668', '166', 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '167', '16', 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1671', '167', 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1672', '167', 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1673', '167', 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1674', '167', 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1676', '167', 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1681', '168', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1682', '168', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1683', '168', 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1684', '168', 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1685', '168', 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1686', '168', 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '172', '17', 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '173', '17', 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '176', '17', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1762', '176', 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1763', '176', 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1768', '176', 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '178', '17', 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '18', '1', 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '181', '18', 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1811', '181', 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1812', '181', 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '182', '18', 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '183', '18', 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '184', '18', 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '185', '18', 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '186', '18', 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '187', '18', 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '19', '1', 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '191', '19', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '192', '19', 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '193', '19', 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '194', '19', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '195', '19', 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '196', '19', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '197', '19', 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1971', '197', 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '198', '19', 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1981', '198', 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1982', '198', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1983', '198', 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'CAPIT', 'XXXXXX', '1988', '198', 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '201', '2', 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2011', '201', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2012', '201', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2013', '201', 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2014', '201', 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2015', '201', 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2016', '201', 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2017', '201', 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2018', '201', 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '202', '2', 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2021', '202', 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2022', '202', 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2026', '202', 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2028', '202', 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '206', '2', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2061', '206', 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2062', '206', 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2068', '206', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '211', '21', 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '212', '21', 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '213', '21', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '214', '21', 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '215', '21', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '216', '21', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '217', '21', 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '218', '21', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '219', '21', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2191', '219', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2193', '219', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2198', '219', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '22', '2', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '221', '22', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2211', '221', 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2212', '221', 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2218', '221', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '222', '22', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2221', '222', 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2228', '222', 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '223', '22', 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2231', '223', 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2232', '223', 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2234', '223', 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2235', '223', 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2236', '223', 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '224', '22', 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2241', '224', 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2248', '224', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '225', '22', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2251', '225', 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '226', '22', 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2261', '226', 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '227', '22', 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '228', '22', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2281', '228', 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2285', '228', 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2288', '228', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '229', '22', 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2291', '229', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2292', '229', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2295', '229', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2298', '229', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '23', '2', 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '231', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2311', '231', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2312', '231', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2313', '231', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2314', '231', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2315', '231', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '232', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2321', '232', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2322', '232', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2323', '232', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2324', '232', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2325', '232', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '233', '23', 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2331', '233', 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2332', '233', 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2333', '233', 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2334', '233', 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2335', '233', 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2338', '233', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '234', '23', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2341', '234', 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2342', '234', 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2343', '234', 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2344', '234', 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '235', '23', 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2351', '235', 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2358', '235', 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '237', '23', 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '238', '23', 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '239', '23', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2391', '239', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '24', '2', 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '241', '24', 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2411', '241', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2412', '241', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2413', '241', 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2414', '241', 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '242', '24', 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2421', '242', 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2422', '242', 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '243', '24', 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '244', '24', 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2441', '244', 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2442', '244', 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2443', '244', 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2444', '244', 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2446', '244', 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2447', '244', 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '245', '24', 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2451', '245', 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2452', '245', 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2453', '245', 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2454', '245', 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2455', '245', 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2456', '245', 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2458', '245', 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '246', '24', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2461', '246', 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2462', '246', 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2463', '246', 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2465', '246', 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2468', '246', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '247', '24', 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '248', '24', 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2481', '248', 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '249', '24', 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2491', '249', 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2492', '249', 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2493', '249', 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2494', '249', 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2495', '249', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2496', '249', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2497', '249', 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2498', '249', 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '25', '2', 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '251', '25', 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '252', '25', 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '26', '2', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '262', '26', 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '263', '26', 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '265', '26', 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '266', '26', 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '268', '26', 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '271', '27', 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2711', '271', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2712', '271', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2713', '271', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2714', '271', 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '272', '27', 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2721', '272', 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2722', '272', 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2728', '272', 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '273', '27', 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2731', '273', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2733', '273', 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2738', '273', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '274', '27', 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2741', '274', 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2742', '274', 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2743', '274', 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2744', '274', 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2748', '274', 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '275', '27', 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2751', '275', 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2752', '275', 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2753', '275', 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2754', '275', 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2755', '275', 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2756', '275', 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2757', '275', 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2758', '275', 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '276', '27', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2761', '276', 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2762', '276', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2763', '276', 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2764', '276', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2765', '276', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2767', '276', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2768', '276', 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '277', '27', 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2771', '277', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2772', '277', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2773', '277', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2774', '277', 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '278', '27', 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2781', '278', 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2782', '278', 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2785', '278', 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '28', '2', 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2811', '281', 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2812', '281', 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2813', '281', 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2814', '281', 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2815', '281', 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2816', '281', 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2817', '281', 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2818', '281', 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2821', '282', 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2824', '282', 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2825', '282', 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '283', '28', 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2831', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2832', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2833', '283', 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2834', '283', 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2835', '283', 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2837', '283', 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2838', '283', 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '284', '28', 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2841', '284', 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2842', '284', 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2843', '284', 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2844', '284', 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2845', '284', 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2846', '284', 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2847', '284', 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2848', '284', 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '291', '29', 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2912', '291', 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2913', '291', 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2914', '291', 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2915', '291', 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2916', '291', 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2917', '291', 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2918', '291', 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2919', '291', 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2921', '292', 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2922', '292', 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2923', '292', 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2924', '292', 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2925', '292', 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2926', '292', 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2927', '292', 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2928', '292', 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2929', '292', 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2931', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2932', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2933', '293', 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2934', '293', 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2935', '293', 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2937', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2938', '293', 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2939', '293', 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2941', '294', 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2942', '294', 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2943', '294', 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2944', '294', 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2945', '294', 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2946', '294', 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2947', '294', 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2948', '294', 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2949', '294', 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2951', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2952', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '296', '29', 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2961', '296', 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2962', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2963', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2965', '296', 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2966', '296', 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2968', '296', 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '297', '29', 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2971', '297', 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2972', '297', 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2973', '297', 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2974', '297', 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2975', '297', 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2977', '297', 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'IMMO', 'XXXXXX', '2978', '297', 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '311', '31', 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3111', '311', 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3112', '311', 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '312', '31', 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3121', '312', 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3122', '312', 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '318', '31', 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '321', '32', 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '322', '32', 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '323', '32', 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '331', '33', 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '332', '33', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '333', '33', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '334', '33', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '335', '33', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3351', '335', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3352', '335', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3353', '335', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3358', '335', 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '338', '33', 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '341', '34', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3411', '341', 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3412', '341', 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '342', '34', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3421', '342', 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3422', '342', 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '343', '34', 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3431', '343', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3432', '343', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '344', '34', 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3441', '344', 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3442', '344', 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '351', '35', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3511', '351', 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3512', '351', 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '352', '35', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3521', '352', 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3522', '352', 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '361', '36', 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '362', '36', 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '371', '37', 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3711', '371', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3712', '371', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '372', '37', 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3721', '372', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3722', '372', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3723', '372', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '381', '38', 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '382', '38', 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '383', '38', 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '386', '38', 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '387', '38', 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3871', '387', 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '3872', '387', 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '388', '38', 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '391', '39', 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '392', '39', 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '393', '39', 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '394', '39', 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '395', '39', 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '396', '39', 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '397', '39', 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'STOCK', 'XXXXXX', '398', '39', 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '401', '4', 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4012', '401', 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4013', '401', 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '402', '4', 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4021', '402', 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4022', '402', 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4023', '402', 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '408', '4', 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4082', '408', 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4083', '408', 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4086', '408', 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '409', '4', 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4092', '409', 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4093', '409', 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4094', '409', 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4112', '411', 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4114', '411', 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4115', '411', 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4118', '411', 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '412', '41', 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4121', '412', 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4122', '412', 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4124', '412', 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4125', '412', 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '414', '41', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4141', '414', 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4142', '414', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '415', '41', 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4161', '416', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4162', '416', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4186', '418', 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4192', '419', 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4194', '419', 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4211', '421', 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4212', '421', 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4213', '421', 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4221', '422', 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4222', '422', 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4231', '423', 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4232', '423', 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4233', '423', 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4241', '424', 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4242', '424', 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4245', '424', 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4248', '424', 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4251', '425', 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4252', '425', 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4258', '425', 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4281', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4311', '431', 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4312', '431', 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4313', '431', 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4314', '431', 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4318', '431', 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '433', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4331', '433', 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4381', '438', 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4421', '4421', 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4422', '4421', 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4423', '4421', 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4424', '4421', 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4426', '4421', 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4428', '4421', 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4431', '443', 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4432', '443', 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4433', '443', 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4434', '443', 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4435', '443', 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4441', '444', 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4449', '444', 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4451', '445', 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4453', '445', 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4454', '445', 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4471', '447', 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4472', '447', 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4473', '447', 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4474', '447', 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4478', '447', 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4486', '448', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4491', '449', 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4492', '449', 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4493', '449', 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4494', '449', 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4495', '449', 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4496', '449', 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4499', '449', 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4582', '458', 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4611', '461', 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4612', '461', 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4613', '461', 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4614', '461', 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4615', '461', 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4616', '461', 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4617', '461', 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4618', '461', 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4619', '461', 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4621', '462', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4626', '462', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '463', '46', 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '466', '46', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4711', '471', 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4712', '471', 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4713', '471', 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4726', '472', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4727', '472', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4728', '472', 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '474', '47', 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4746', '474', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4747', '474', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4781', '478', 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4782', '478', 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4788', '478', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '479', '47', 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4791', '479', 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4792', '479', 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4798', '479', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4811', '481', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4812', '481', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4817', '481', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4818', '481', 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '483', '48', 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '484', '48', 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '485', '48', 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4851', '485', 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4852', '485', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4855', '485', 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4857', '485', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4858', '485', 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4911', '491', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4912', '491', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '492', '49', 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '493', '49', 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '494', '49', 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4962', '496', 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4963', '496', 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4966', '496', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '497', '49', 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '498', '49', 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4981', '498', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4982', '498', 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4983', '498', 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '499', '49', 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4991', '499', 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'THIRDPARTY', 'XXXXXX', '4998', '499', 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '501', '5', 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5011', '501', 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5012', '501', 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5013', '501', 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '502', '5', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5021', '502', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5022', '502', 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5023', '502', 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5024', '502', 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5025', '502', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '503', '5', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5031', '503', 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5032', '503', 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5033', '503', 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5035', '503', 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '504', '5', 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5042', '504', 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5043', '504', 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '505', '5', 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '506', '5', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5061', '506', 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5062', '506', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5063', '506', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '508', '5', 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '51', '5', 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '511', '51', 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '512', '51', 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '513', '51', 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '514', '51', 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '515', '51', 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '518', '51', 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5181', '518', 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5182', '518', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5185', '518', 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5186', '518', 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5187', '518', 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '52', '5', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '521', '52', 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5211', '521', 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5212', '521', 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '522', '52', 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '523', '52', 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '524', '52', 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '526', '52', 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5261', '521', 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5267', '521', 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '53', '5', 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '531', '53', 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '532', '53', 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '533', '53', 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '536', '53', 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5361', '536', 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5362', '536', 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '538', '53', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '54', '5', 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '541', '54', 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '542', '54', 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '543', '54', 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '544', '54', 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '545', '54', 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '56', '5', 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '561', '56', 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '564', '56', 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '565', '56', 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '566', '56', 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5661', '566', 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5667', '566', 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '57', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '571', '57', 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5711', '571', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5712', '571', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '572', '57', 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5721', '572', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5722', '572', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '573', '57', 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5731', '573', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '5732', '573', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '58', '5', 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '581', '58', 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '582', '58', 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '585', '58', 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '588', '58', 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '59', '5', 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '591', '59', 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '592', '59', 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '593', '59', 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '594', '59', 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'FINAN', 'XXXXXX', '599', '59', 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '601', '6', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '602', '6', 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6021', '602', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6022', '602', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6023', '602', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6024', '602', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6029', '602', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '603', '6', 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6031', '603', 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6032', '603', 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6033', '603', 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '604', '6', 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6041', '604', 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6042', '604', 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6043', '604', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6044', '604', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6046', '604', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6047', '604', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6049', '604', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '605', '6', 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6051', '605', 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6052', '605', 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6053', '605', 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6054', '605', 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6055', '605', 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6056', '605', 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6057', '605', 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6058', '605', 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6059', '605', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '608', '6', 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6081', '608', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6082', '608', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6083', '608', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6089', '608', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '61', '6', 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '611', '61', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '612', '61', 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '613', '61', 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '614', '61', 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '616', '61', 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6181', '618', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6182', '618', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6183', '618', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '62', '6', 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '621', '62', 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '622', '62', 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6221', '622', 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6222', '622', 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6223', '622', 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6224', '622', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6225', '622', 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6228', '622', 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '623', '62', 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6232', '623', 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6233', '623', 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6235', '623', 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '624', '62', 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6241', '624', 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6242', '624', 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6243', '624', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6248', '624', 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '625', '62', 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6251', '625', 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6252', '625', 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6253', '625', 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6254', '625', 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6255', '625', 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6256', '625', 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6257', '625', 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6258', '625', 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '626', '62', 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6261', '626', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6265', '626', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6266', '626', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '627', '62', 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6271', '627', 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6272', '627', 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6273', '627', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6274', '627', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6275', '627', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6276', '627', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6277', '627', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '628', '62', 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6281', '628', 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6282', '628', 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6283', '628', 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6288', '628', 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '63', '6', 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '631', '63', 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6311', '631', 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6312', '631', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6313', '631', 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6315', '631', 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6316', '631', 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '632', '63', 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6321', '632', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6322', '632', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6323', '632', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6324', '632', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6325', '632', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6328', '632', 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '633', '63', 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '634', '63', 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6342', '634', 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6343', '634', 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6344', '634', 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '635', '63', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6351', '635', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6358', '635', 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '636', '63', 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '637', '63', 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6371', '637', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6372', '637', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '638', '63', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6381', '638', 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6382', '638', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6383', '638', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6384', '638', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '64', '6', 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '641', '64', 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6411', '641', 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6412', '641', 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6413', '641', 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6414', '641', 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6415', '641', 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6418', '641', 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '645', '64', 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '646', '64', 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6461', '646', 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6462', '646', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6463', '646', 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6464', '646', 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6468', '646', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '647', '64', 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6471', '647', 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6472', '647', 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6473', '647', 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6474', '647', 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6478', '647', 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '651', '65', 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6511', '651', 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6515', '651', 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '652', '65', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6521', '652', 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6525', '652', 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '653', '65', 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '654', '65', 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6581', '658', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6582', '658', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6583', '658', 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '659', '65', 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6591', '659', 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6593', '659', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6594', '659', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6598', '659', 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '661', '66', 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6611', '661', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6612', '661', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6613', '661', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6614', '661', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6615', '661', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6616', '661', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6617', '661', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6618', '661', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '662', '66', 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6621', '662', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6622', '662', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6623', '662', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6624', '662', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6625', '662', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6626', '662', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6627', '662', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6628', '662', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '663', '66', 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6631', '663', 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6632', '663', 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6633', '663', 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6638', '663', 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '664', '66', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6641', '664', 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6642', '664', 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '666', '66', 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6661', '666', 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6662', '666', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '667', '66', 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6671', '667', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6672', '667', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6681', '668', 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6682', '668', 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6683', '668', 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6684', '668', 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '67', '6', 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '671', '67', 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6711', '671', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6712', '671', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6713', '671', 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '672', '67', 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6721', '672', 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6722', '672', 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6723', '672', 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '673', '67', 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '674', '67', 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6741', '674', 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6742', '674', 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6743', '674', 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6744', '674', 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6745', '674', 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6748', '674', 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '675', '67', 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '676', '67', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '677', '67', 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '678', '67', 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6781', '678', 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6782', '678', 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6783', '678', 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '679', '67', 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6791', '679', 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6795', '679', 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6798', '679', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6811', '68', 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6812', '68', 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6813', '68', 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6872', '687', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6878', '687', 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '69', '6', 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '691', '69', 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6911', '691', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6912', '691', 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6913', '691', 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6914', '691', 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '697', '69', 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6971', '697', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'EXPENSE', 'XXXXXX', '6972', '697', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '701', '7', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7011', '701', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7012', '701', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7013', '701', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7014', '701', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '702', '7', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7021', '702', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7022', '702', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7023', '702', 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7024', '702', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '703', '7', 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7031', '703', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7032', '703', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7033', '703', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7034', '703', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '704', '7', 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7041', '704', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7042', '704', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7043', '704', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7044', '704', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '705', '7', 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7051', '705', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7052', '705', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7053', '705', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7054', '705', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '706', '7', 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7061', '706', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7062', '706', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7063', '706', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7064', '706', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '707', '7', 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7071', '707', 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7072', '707', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7073', '707', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7074', '707', 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7075', '707', 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7076', '707', 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7077', '707', 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7078', '707', 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '71', '7', 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '711', '71', 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '712', '71', 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '713', '71', 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '718', '71', 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7181', '718', 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7182', '718', 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7183', '718', 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '726', '72', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '73', '7', 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '734', '73', 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7341', '734', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7342', '734', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '735', '73', 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7351', '735', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7352', '735', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '736', '73', 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '737', '73', 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7371', '737', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7372', '737', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '752', '75', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7521', '752', 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7525', '752', 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '753', '75', 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '754', '75', 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7581', '758', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7582', '758', 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '759', '75', 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7591', '759', 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7593', '759', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7594', '759', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7598', '759', 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '77', '7', 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '771', '77', 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '772', '77', 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '773', '77', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '774', '77', 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '775', '77', 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '776', '77', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '777', '77', 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '778', '77', 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7781', '778', 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7782', '778', 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7784', '778', 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '779', '77', 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7791', '779', 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7795', '779', 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7798', '779', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '78', '7', 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '781', '78', 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '787', '78', 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '79', '7', 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '791', '79', 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7911', '791', 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7912', '791', 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7913', '791', 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7914', '791', 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '797', '79', 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7971', '797', 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '7972', '797', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'INCOME', 'XXXXXX', '798', '79', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '811', '81', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '812', '81', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '816', '81', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '821', '82', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '822', '82', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '826', '82', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '831', '83', 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '834', '83', 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '835', '83', 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '836', '83', 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '839', '83', 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '841', '84', 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '845', '84', 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '846', '84', 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '848', '84', 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '849', '84', 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '851', '85', 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '852', '85', 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '853', '85', 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '854', '85', 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '858', '85', 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '861', '86', 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '862', '86', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '863', '86', 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '864', '86', 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '865', '86', 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '868', '86', 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '871', '87', 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '874', '87', 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '878', '87', 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '881', '88', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '884', '88', 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '886', '88', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '888', '88', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '891', '89', 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '8911', '891', 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '8912', '891', 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '8913', '891', 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '892', '89', 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '895', '89', 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '899', '89', 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '8991', '899', 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-KM', 'AUTRES', 'XXXXXX', '8994', '899', 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-KM','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-KM','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-KM','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-KM','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-KM','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-KM','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-KM','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-KM','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-KM','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-KM','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-KM','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-KM','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-KM','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-KM','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-KM','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-KM','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-KM','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-KM','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-KM','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-KM','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-KM','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-KM','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-KM','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-KM','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-KM','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-KM','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-KM','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-KM','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-KM','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-KM','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-KM','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-KM','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-KM','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-KM','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-KM','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-KM','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-KM','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-KM','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-KM','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-KM','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-KM','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-KM','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-KM','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-KM','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-KM','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-KM','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-KM','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-KM','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-KM','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-KM','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-KM','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-KM','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-KM','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-KM','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-KM','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-KM','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-KM','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-KM','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-KM','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-KM','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-KM','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-KM','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-KM','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-KM','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-KM','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-KM','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-KM','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-KM','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-KM','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-KM','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-KM','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-KM','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-KM','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-KM','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-KM','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-KM','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-KM','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-KM','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-KM','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-KM','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-KM','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-KM','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-KM','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-KM','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-KM','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-KM','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-KM','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-KM','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-KM','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-KM','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-KM','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-KM','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-KM','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-KM','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-KM','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-KM','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-KM','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-KM','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-KM','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-KM','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-KM','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-KM','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-KM','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-KM','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-KM','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-KM','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-KM','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-KM','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-KM','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-KM','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-KM','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-KM','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-KM','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-KM','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-KM','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-KM','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-KM','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-KM','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-KM','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-KM','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-KM','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-KM','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-KM','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-KM','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-KM','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-KM','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-KM','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-KM','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-KM','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-KM','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-KM','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-KM','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-KM','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-KM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-KM','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-KM','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-KM','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-KM','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-KM','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-KM','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-KM','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-KM','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-KM','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-KM','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-KM','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-KM','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-KM','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-KM','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-KM','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-KM','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-KM','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-KM','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-KM','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-KM','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-KM','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-KM','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-KM','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-KM','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-KM','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-KM','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-KM','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-KM','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-KM','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-KM','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-KM','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-KM','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-KM','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-KM','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-KM','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-KM','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-KM','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-KM','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-KM','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-KM','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-KM','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-KM','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-KM','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-KM','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-KM','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-KM','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-KM','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-KM','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-KM','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-KM','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-KM','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-KM','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-KM','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-KM','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-KM','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-KM','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-KM','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-KM','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-KM','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-KM','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-KM','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-KM','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-KM','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-KM','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-KM','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-KM','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-KM','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-KM','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-KM','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-KM','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-KM','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-KM','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-KM','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-KM','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-KM','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-KM','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-KM','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-KM','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-KM','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-KM','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-KM','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-KM','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-KM','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-KM','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-KM','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-KM','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-KM','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-KM','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-KM','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-KM','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-KM','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-KM','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-KM','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-KM','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-KM','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-KM','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-KM','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-KM','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-KM','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-KM','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-KM','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-KM','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-KM','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-KM','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-KM','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-KM','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-KM','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-KM','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-KM','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-KM','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-KM','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-KM','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-KM','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-KM','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-KM','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-KM','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-KM','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-KM','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-KM','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-KM','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-KM','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-KM','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-KM','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-KM','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-KM','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-KM','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-KM','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-KM','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-KM','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-KM','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-KM','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-KM','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-KM','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-KM','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-KM','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-KM','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-KM','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-KM','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-KM','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-KM','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-KM','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-KM','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-KM','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-KM','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-KM','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-KM','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-KM','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-KM','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-KM','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-KM','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-KM','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-KM','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-KM','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-KM','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-KM','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-KM','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-KM','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-KM','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-KM','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-KM','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-KM','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-KM','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-KM','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-KM','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-KM','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-KM','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-KM','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-KM','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-KM','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-KM','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-KM','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-KM','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-KM','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-KM','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-KM','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-KM','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-KM','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-KM','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-KM','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-KM','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-KM','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-KM','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-KM','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-KM','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-KM','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-KM','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-KM','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-KM','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-KM','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-KM','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-KM','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-KM','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-KM','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-KM','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-KM','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-KM','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-KM','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-KM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-KM','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-KM','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-KM','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-KM','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-KM','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-KM','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-KM','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-KM','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-KM','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-KM','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-KM','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-KM','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-KM','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-KM','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-KM','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-KM','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-KM','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-KM','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-KM','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-KM','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-KM','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-KM','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-KM','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-KM','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-KM','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-KM','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-KM','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-KM','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-KM','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-KM','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-KM','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-KM','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-KM','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-KM','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-KM','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-KM','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-KM','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-KM','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-KM','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-KM','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-KM','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-KM','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-KM','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-KM','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-KM','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-KM','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-KM','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-KM','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-KM','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-KM','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-KM','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-KM','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-KM','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-KM','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-KM','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-KM','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-KM','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-KM','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-KM','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-KM','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-KM','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-KM','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-KM','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-KM','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-KM','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-KM','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-KM','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-KM','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-KM','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-KM','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-KM','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-KM','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-KM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-KM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-KM','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-KM','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-KM','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-KM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-KM','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-KM','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-KM','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-KM','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-KM','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-KM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-KM','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-KM','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-KM','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-KM','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-KM','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-KM','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-KM','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-KM','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-KM','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-KM','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-KM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-KM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-KM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-KM','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-KM','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-KM','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-KM','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-KM','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-KM','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-KM','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-KM','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-KM','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-KM','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-KM','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-KM','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-KM','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-KM','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-KM','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-KM','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-KM','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-KM','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-KM','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-KM','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-KM','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-KM','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-KM','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-KM','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-KM','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-KM','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-KM','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-KM','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-KM','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-KM','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-KM','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-KM','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-KM','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-KM','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-KM','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-KM','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-KM','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-KM','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-KM','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-KM','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-KM','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-KM','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-KM','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-KM','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-KM','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-KM','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-KM','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-KM','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-KM','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-KM','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-KM','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-KM','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-KM','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-KM','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-KM','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-KM','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-KM','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-KM','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-KM','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-KM','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-KM','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-KM','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-KM','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-KM','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-KM','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-KM','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-KM','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-KM','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-KM','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-KM','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-KM','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-KM','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-KM','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-KM','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-KM','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-KM','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-KM','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-KM','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-KM','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-KM','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-KM','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-KM','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-KM','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-KM','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-KM','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-KM','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-KM','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-KM','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-KM','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-KM','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-KM','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-KM','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-KM','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-KM','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-KM','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-KM','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-KM','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-KM','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-KM','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-KM','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-KM','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-KM','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-KM','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-KM','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-KM','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-KM','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-KM','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-KM','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-KM','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-KM','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-KM','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-KM','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-KM','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-KM','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-KM','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-KM','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-KM','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-KM','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-KM','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-KM','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-KM','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-KM','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-KM','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-KM','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-KM','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-KM','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-KM','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-KM','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-KM','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-KM','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-KM','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-KM','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-KM','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-KM','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-KM','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-KM','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-KM','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-KM','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-KM','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-KM','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-KM','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-KM','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-KM','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-KM','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-KM','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-KM','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-KM','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-KM','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-KM','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-KM','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-KM','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-KM','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-KM','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-KM','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-KM','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-KM','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-KM','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-KM','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-KM','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-KM','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-KM','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-KM','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-KM','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-KM','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-KM','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-KM','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-KM','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-KM','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-KM','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-KM','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-KM','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-KM','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-KM','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-KM','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-KM','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-KM','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-KM','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-KM','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-KM','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-KM','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-KM','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-KM','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-KM','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-KM','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-KM','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-KM','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-KM','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-KM','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-KM','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-KM','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-KM','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-KM','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-KM','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-KM','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-KM','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-KM','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-KM','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-KM','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-KM','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-KM','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-KM','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-KM','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-KM','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-KM','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-KM','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-KM','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-KM','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-KM','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-KM','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-KM','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-KM','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-KM','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-KM','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-KM','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-KM','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-KM','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-KM','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-KM','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-KM','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-KM','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-KM','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-KM','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-KM','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-KM','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-KM','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-KM','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-KM','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-KM','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-KM','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-KM','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-KM','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-KM','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-KM','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-KM','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-KM','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-KM','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-KM','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-KM','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-KM','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-KM','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-KM','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-KM','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-KM','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-KM','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-KM','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-KM','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-KM','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-KM','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-KM','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-KM','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-KM','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-KM','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-KM','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-KM','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-KM','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-KM','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-KM','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-KM','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-KM','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-KM','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-KM','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-KM','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-KM','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-KM','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-KM','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-KM','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-KM','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-KM','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-KM','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-KM','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-KM','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-KM','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-KM','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-KM','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-KM','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-KM','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-KM','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-KM','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-KM','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-KM','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-KM','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-KM','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-KM','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-KM','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-KM','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-KM','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-KM','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-KM','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-KM','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-KM','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-KM','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-KM','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-KM','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-KM','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-KM','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-KM','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-KM','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-KM','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-KM','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-KM','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-KM','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-KM','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-KM','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-KM','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-KM','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-KM','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-KM','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-KM','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-KM','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-KM','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-KM','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-KM','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-KM','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-KM','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-KM','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-KM','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-KM','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-KM','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-KM','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-KM','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-KM','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-KM','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-KM','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-KM','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-KM','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-KM','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-KM','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-KM','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-KM','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-KM','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-KM','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-KM','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-KM','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-KM','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-KM','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-KM','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-KM','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-KM','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-KM','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-KM','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-KM','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-KM','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-KM','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-KM','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-KM','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-KM','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-KM','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-KM','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-KM','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-KM','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-KM','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-KM','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-KM','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-KM','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-KM','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-KM','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-KM','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-KM','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-KM','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-KM','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-KM','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-KM','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-KM','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-KM','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-KM','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-KM','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-KM','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-KM','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-KM','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-KM','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-KM','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-KM','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-KM','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-KM','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-KM','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-KM','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-KM','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-KM','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-KM','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-KM','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-KM','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-KM','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-KM','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-KM','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-KM','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-KM','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-KM','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-KM','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-KM','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-KM','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-KM','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-KM','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-KM','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-KM','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-KM','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-KM','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-KM','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-KM','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-KM','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-KM','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-KM','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-KM','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-KM','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-KM','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-KM','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-KM','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-KM','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-KM','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-KM','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-KM','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-KM','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-KM','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-KM','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-KM','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-KM','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-KM','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-KM','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-KM','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-KM','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-KM','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-KM','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-KM','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-KM','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-KM','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-KM','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-KM','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-KM','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-KM','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-KM','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-KM','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-KM','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-KM','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-KM','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-KM','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-KM','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-KM','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-KM','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-KM','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-KM','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-KM','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-KM','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-KM','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-KM','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-KM','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-KM','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-KM','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-KM','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-KM','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-KM','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-KM','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-KM','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-KM','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-KM','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-KM','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-KM','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-KM','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-KM','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-KM','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-KM','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-KM','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-KM','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-KM','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-KM','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-KM','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-KM','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-KM','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-KM','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-KM','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-KM','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-KM','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-KM','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-KM','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-KM','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-KM','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-KM','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-KM','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-KM','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-KM','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-KM','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-KM','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-KM','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-KM','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-KM','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-KM','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-KM','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-KM','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-KM','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-KM','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-KM','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-KM','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-KM','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-KM','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-KM','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-KM','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-KM','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-KM','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-KM','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-KM','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-KM','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-KM','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-KM','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-KM','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-KM','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-KM','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-KM','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-KM','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-KM','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-KM','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-KM','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-KM','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-KM','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-KM','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-KM','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-KM','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-KM','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-KM','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-KM','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-KM','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-KM','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-KM','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-KM','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-KM','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-KM','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-KM','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-KM','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-KM','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-KM','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-KM','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-KM','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-KM','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-KM','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-KM','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-KM','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-KM','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-KM','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-KM','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-KM','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-KM','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-KM','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-KM','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-KM','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-KM','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-KM','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-KM','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-KM','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-KM','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-KM','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-KM','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-KM','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-KM','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-KM','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-KM','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-KM','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-KM','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-KM','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-KM','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-KM','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-KM','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-KM','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-KM','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-KM','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-KM','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-KM','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-KM','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-KM','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-KM','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-KM','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-KM','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-KM','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-KM','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-KM','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-KM','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-KM','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-KM','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-KM','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-KM','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-KM','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-KM','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-KM','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-KM','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-KM','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
    index 30ef42e7620..2f93176c7df 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_lu.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_lu.sql
    @@ -1,1167 +1,1147 @@
    --- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
    ---
    --- 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/>.
    ---
    ---
     
    ---
    --- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
    --- de l'install et tous les sigles '--' sont supprimés.
    ---
    -
    ---
     -- Descriptif plan comptable LU PCN
     -- ID 11000 - 12999
    ---
    +-- ADD 14000000 to rowid # Do no remove this comment --
    +
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11000,'PCN-LUXEMBURG','CAPIT','XXXXXX','1','','Capital ou dotation des succursales et comptes de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11001,'PCN-LUXEMBURG','CAPIT','XXXXXX','101',11000,'Capital souscrit (Sociétés de capitaux - Montant total)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11002,'PCN-LUXEMBURG','CAPIT','XXXXXX','102',11000,'Capital souscrit non appelé (Sociétés de capitaux)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11003,'PCN-LUXEMBURG','CAPIT','XXXXXX','103',11000,'Capital souscrit appelé et non versé (Sociétés de capitaux)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11005,'PCN-LUXEMBURG','CAPIT','XXXXXX','1041',11004,'Commerçants personnes physiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11006,'PCN-LUXEMBURG','CAPIT','XXXXXX','1042',11004,'Sociétés de personnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11007,'PCN-LUXEMBURG','CAPIT','XXXXXX','105',11000,'Dotation des succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11008,'PCN-LUXEMBURG','CAPIT','XXXXXX','106',11000,'Comptes de l’exploitant ou des co-exploitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11009,'PCN-LUXEMBURG','CAPIT','XXXXXX','1061',11008,'Prélèvements privés de l’exploitant ou des coexploitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11010,'PCN-LUXEMBURG','CAPIT','XXXXXX','10611',11009,'Prélèvements en numéraire (train de vie)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11012,'PCN-LUXEMBURG','CAPIT','XXXXXX','10613',11009,'Part personnelle des frais de maladie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11013,'PCN-LUXEMBURG','CAPIT','XXXXXX','10614',11009,'Primes d’assurances privées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11014,'PCN-LUXEMBURG','CAPIT','XXXXXX','106141',11013,'Vie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11015,'PCN-LUXEMBURG','CAPIT','XXXXXX','106142',11013,'Accident','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11016,'PCN-LUXEMBURG','CAPIT','XXXXXX','106143',11013,'Incendie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11017,'PCN-LUXEMBURG','CAPIT','XXXXXX','106144',11013,'Responsabilité civile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11018,'PCN-LUXEMBURG','CAPIT','XXXXXX','106145',11013,'Multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11019,'PCN-LUXEMBURG','CAPIT','XXXXXX','106148',11013,'Autres primes d’assurances privées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11020,'PCN-LUXEMBURG','CAPIT','XXXXXX','10615',11009,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11021,'PCN-LUXEMBURG','CAPIT','XXXXXX','106151',11020,'Assurances sociales (assurance dépendance)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11022,'PCN-LUXEMBURG','CAPIT','XXXXXX','106152',11020,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11023,'PCN-LUXEMBURG','CAPIT','XXXXXX','106153',11020,'Cotisations pour mutuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11024,'PCN-LUXEMBURG','CAPIT','XXXXXX','106154',11020,'Caisse de décès, médicochirurgicale, Prestaplus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11025,'PCN-LUXEMBURG','CAPIT','XXXXXX','106158',11020,'Autres cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11027,'PCN-LUXEMBURG','CAPIT','XXXXXX','106161',11026,'Salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11028,'PCN-LUXEMBURG','CAPIT','XXXXXX','106162',11026,'Loyer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11029,'PCN-LUXEMBURG','CAPIT','XXXXXX','106163',11026,'Chauffage, gaz, électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11030,'PCN-LUXEMBURG','CAPIT','XXXXXX','106164',11026,'Eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11031,'PCN-LUXEMBURG','CAPIT','XXXXXX','106165',11026,'Téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11032,'PCN-LUXEMBURG','CAPIT','XXXXXX','106166',11026,'Voiture','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11033,'PCN-LUXEMBURG','CAPIT','XXXXXX','106168',11026,'Autres prélèvements en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11034,'PCN-LUXEMBURG','CAPIT','XXXXXX','10617',11009,'Acquisitions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11035,'PCN-LUXEMBURG','CAPIT','XXXXXX','106171',11034,'Mobilier privé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11036,'PCN-LUXEMBURG','CAPIT','XXXXXX','106172',11034,'Voiture privée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11037,'PCN-LUXEMBURG','CAPIT','XXXXXX','106173',11034,'Titres privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11038,'PCN-LUXEMBURG','CAPIT','XXXXXX','106174',11034,'Immeubles privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11039,'PCN-LUXEMBURG','CAPIT','XXXXXX','106178',11034,'Autres acquisitions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11040,'PCN-LUXEMBURG','CAPIT','XXXXXX','10618',11009,'Impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11041,'PCN-LUXEMBURG','CAPIT','XXXXXX','106181',11040,'Impôt sur le revenu payé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11042,'PCN-LUXEMBURG','CAPIT','XXXXXX','106182',11040,'Impôt sur la fortune payé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11043,'PCN-LUXEMBURG','CAPIT','XXXXXX','106183',11040,'Impôt commercial - arriérés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11044,'PCN-LUXEMBURG','CAPIT','XXXXXX','106188',11040,'Autres impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11045,'PCN-LUXEMBURG','CAPIT','XXXXXX','10619',11009,'Prélèvements privés particuliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11046,'PCN-LUXEMBURG','CAPIT','XXXXXX','106191',11045,'Réparations aux immeubles privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11047,'PCN-LUXEMBURG','CAPIT','XXXXXX','106192',11045,'Placements sur comptes financiers privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11048,'PCN-LUXEMBURG','CAPIT','XXXXXX','106193',11045,'Remboursements de dettes privées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11049,'PCN-LUXEMBURG','CAPIT','XXXXXX','106194',11045,'Dons et dotations aux enfants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11050,'PCN-LUXEMBURG','CAPIT','XXXXXX','106195',11045,'Droits de succession et droits de mutation par décès','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11051,'PCN-LUXEMBURG','CAPIT','XXXXXX','106198',11045,'Autres prélèvements privés particuliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11053,'PCN-LUXEMBURG','CAPIT','XXXXXX','10621',11052,'Héritage ou donation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11054,'PCN-LUXEMBURG','CAPIT','XXXXXX','10622',11052,'Avoirs privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11055,'PCN-LUXEMBURG','CAPIT','XXXXXX','10623',11052,'Emprunts privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11056,'PCN-LUXEMBURG','CAPIT','XXXXXX','10624',11052,'Cessions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11057,'PCN-LUXEMBURG','CAPIT','XXXXXX','106241',11056,'Mobilier privé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11058,'PCN-LUXEMBURG','CAPIT','XXXXXX','106242',11056,'Voiture privée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11059,'PCN-LUXEMBURG','CAPIT','XXXXXX','106243',11056,'Titres privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11060,'PCN-LUXEMBURG','CAPIT','XXXXXX','106244',11056,'Immeubles privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11061,'PCN-LUXEMBURG','CAPIT','XXXXXX','106248',11056,'Autres cessions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11062,'PCN-LUXEMBURG','CAPIT','XXXXXX','10625',11052,'Loyers encaissés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11063,'PCN-LUXEMBURG','CAPIT','XXXXXX','10626',11052,'Salaires ou rentes touchés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11064,'PCN-LUXEMBURG','CAPIT','XXXXXX','10627',11052,'Allocations familiales reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11065,'PCN-LUXEMBURG','CAPIT','XXXXXX','10628',11052,'Remboursements d’impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11066,'PCN-LUXEMBURG','CAPIT','XXXXXX','106281',11065,'Impôt sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11067,'PCN-LUXEMBURG','CAPIT','XXXXXX','106283',11065,'Impôt sur la fortune','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11068,'PCN-LUXEMBURG','CAPIT','XXXXXX','106284',11065,'Impôt commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11069,'PCN-LUXEMBURG','CAPIT','XXXXXX','106288',11065,'Autres remboursements d’impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11070,'PCN-LUXEMBURG','CAPIT','XXXXXX','10629',11052,'Quote-part professionnelle de frais privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11071,'PCN-LUXEMBURG','CAPIT','XXXXXX','11','','Primes d’émission et primes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11072,'PCN-LUXEMBURG','CAPIT','XXXXXX','111',11071,'Primes d’émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11073,'PCN-LUXEMBURG','CAPIT','XXXXXX','112',11071,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11074,'PCN-LUXEMBURG','CAPIT','XXXXXX','113',11071,'Primes d’apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11075,'PCN-LUXEMBURG','CAPIT','XXXXXX','114',11071,'Primes de conversion d’obligations en actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11077,'PCN-LUXEMBURG','CAPIT','XXXXXX','12','','Réserves de réévaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11078,'PCN-LUXEMBURG','CAPIT','XXXXXX','121',11077,'Réserves de réévaluation en application de la juste valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11080,'PCN-LUXEMBURG','CAPIT','XXXXXX','123',11077,'Plus-values sur écarts de conversion immunisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11081,'PCN-LUXEMBURG','CAPIT','XXXXXX','128',11077,'Autres réserves de réévaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11082,'PCN-LUXEMBURG','CAPIT','XXXXXX','13','','Réserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11083,'PCN-LUXEMBURG','CAPIT','XXXXXX','131',11082,'Réserve légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11084,'PCN-LUXEMBURG','CAPIT','XXXXXX','132',11082,'Réserve pour actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11085,'PCN-LUXEMBURG','CAPIT','XXXXXX','133',11082,'Réserves statutaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11086,'PCN-LUXEMBURG','CAPIT','XXXXXX','138',11082,'Autres réserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11087,'PCN-LUXEMBURG','CAPIT','XXXXXX','1381',11086,'Réserve pour l’impôt sur la fortune','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11088,'PCN-LUXEMBURG','CAPIT','XXXXXX','1382',11086,'Autres réserves indisponibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11089,'PCN-LUXEMBURG','CAPIT','XXXXXX','1383',11086,'Autres réserves disponibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11090,'PCN-LUXEMBURG','CAPIT','XXXXXX','14','','Résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11091,'PCN-LUXEMBURG','CAPIT','XXXXXX','141',11090,'Résultats reportés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11092,'PCN-LUXEMBURG','CAPIT','XXXXXX','142',11090,'Résultat de l’exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11093,'PCN-LUXEMBURG','CAPIT','XXXXXX','15','','Acomptes sur dividendes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11094,'PCN-LUXEMBURG','CAPIT','XXXXXX','16','','Subventions d’investissement en capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11095,'PCN-LUXEMBURG','CAPIT','XXXXXX','161',11094,'Terrains et constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11096,'PCN-LUXEMBURG','CAPIT','XXXXXX','162',11094,'Installations techniques et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11097,'PCN-LUXEMBURG','CAPIT','XXXXXX','163',11094,'Autres installations, outillage, mobilier et matériel roulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11098,'PCN-LUXEMBURG','CAPIT','XXXXXX','168',11094,'Autres subventions d’investissement en capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11099,'PCN-LUXEMBURG','CAPIT','XXXXXX','17','','Plus-values immunisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11100,'PCN-LUXEMBURG','CAPIT','XXXXXX','171',11099,'Plus-values immunisées à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11101,'PCN-LUXEMBURG','CAPIT','XXXXXX','172',11099,'Plus-values immunisées réinvesties','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11102,'PCN-LUXEMBURG','CAPIT','XXXXXX','18','','Provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11103,'PCN-LUXEMBURG','CAPIT','XXXXXX','181',11102,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11104,'PCN-LUXEMBURG','CAPIT','XXXXXX','182',11102,'Provisions pour impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11105,'PCN-LUXEMBURG','CAPIT','XXXXXX','1821',11104,'Provisions pour impôt sur le revenu des collectivités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11106,'PCN-LUXEMBURG','CAPIT','XXXXXX','1822',11104,'Provisions pour impôt commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11107,'PCN-LUXEMBURG','CAPIT','XXXXXX','1823',11104,'Provisions pour impôt sur la fortune','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11108,'PCN-LUXEMBURG','CAPIT','XXXXXX','1828',11104,'Autres provisions pour impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11109,'PCN-LUXEMBURG','CAPIT','XXXXXX','183',11102,'Provisions pour impôts différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11110,'PCN-LUXEMBURG','CAPIT','XXXXXX','188',11102,'Autres provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11111,'PCN-LUXEMBURG','CAPIT','XXXXXX','1881',11110,'Provisions d’exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11112,'PCN-LUXEMBURG','CAPIT','XXXXXX','1882',11110,'Provisions financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11113,'PCN-LUXEMBURG','CAPIT','XXXXXX','1883',11110,'Provisions exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11114,'PCN-LUXEMBURG','CAPIT','XXXXXX','19','','Dettes financières et dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11115,'PCN-LUXEMBURG','CAPIT','XXXXXX','191',11114,'Dettes subordonnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11117,'PCN-LUXEMBURG','CAPIT','XXXXXX','19111',11116,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11118,'PCN-LUXEMBURG','CAPIT','XXXXXX','19112',11116,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11119,'PCN-LUXEMBURG','CAPIT','XXXXXX','1912',11115,'dont la durée résiduelle est supérieure à un an','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11120,'PCN-LUXEMBURG','CAPIT','XXXXXX','19121',11119,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11121,'PCN-LUXEMBURG','CAPIT','XXXXXX','19122',11119,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11122,'PCN-LUXEMBURG','CAPIT','XXXXXX','192',11114,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11124,'PCN-LUXEMBURG','CAPIT','XXXXXX','19211',11123,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11125,'PCN-LUXEMBURG','CAPIT','XXXXXX','19212',11123,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11126,'PCN-LUXEMBURG','CAPIT','XXXXXX','1922',11122,'dont la durée résiduelle est supérieure à un an','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11127,'PCN-LUXEMBURG','CAPIT','XXXXXX','19221',11126,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11128,'PCN-LUXEMBURG','CAPIT','XXXXXX','19222',11126,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11129,'PCN-LUXEMBURG','CAPIT','XXXXXX','193',11114,'Emprunts obligataires non convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11131,'PCN-LUXEMBURG','CAPIT','XXXXXX','19311',11130,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11132,'PCN-LUXEMBURG','CAPIT','XXXXXX','19312',11130,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11133,'PCN-LUXEMBURG','CAPIT','XXXXXX','1932',11129,'dont la durée résiduelle est supérieure à un an','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11134,'PCN-LUXEMBURG','CAPIT','XXXXXX','19321',11133,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11135,'PCN-LUXEMBURG','CAPIT','XXXXXX','19322',11133,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11136,'PCN-LUXEMBURG','CAPIT','XXXXXX','194',11114,'Dettes envers des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11138,'PCN-LUXEMBURG','CAPIT','XXXXXX','19411',11137,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11139,'PCN-LUXEMBURG','CAPIT','XXXXXX','19412',11137,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11140,'PCN-LUXEMBURG','CAPIT','XXXXXX','1942',11136,'dont la durée résiduelle est supérieure à un an','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11141,'PCN-LUXEMBURG','CAPIT','XXXXXX','19421',11140,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11142,'PCN-LUXEMBURG','CAPIT','XXXXXX','19422',11140,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11143,'PCN-LUXEMBURG','CAPIT','XXXXXX','195',11114,'Dettes de leasing financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11145,'PCN-LUXEMBURG','CAPIT','XXXXXX','1952',11143,'dont la durée résiduelle est supérieure à un an','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11146,'PCN-LUXEMBURG','CAPIT','XXXXXX','198',11114,'Autres emprunts et dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11148,'PCN-LUXEMBURG','CAPIT','XXXXXX','19811',11147,'Autres emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11149,'PCN-LUXEMBURG','CAPIT','XXXXXX','19812',11147,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11150,'PCN-LUXEMBURG','CAPIT','XXXXXX','19813',11147,'Autres dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11151,'PCN-LUXEMBURG','CAPIT','XXXXXX','19814',11147,'Intérêts courus sur autres emprunts et dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11152,'PCN-LUXEMBURG','CAPIT','XXXXXX','1982',11146,'dont la durée résiduelle est supérieure à un an','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11153,'PCN-LUXEMBURG','CAPIT','XXXXXX','19821',11152,'Autres emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11154,'PCN-LUXEMBURG','CAPIT','XXXXXX','19822',11152,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11155,'PCN-LUXEMBURG','CAPIT','XXXXXX','19823',11152,'Autres dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11156,'PCN-LUXEMBURG','CAPIT','XXXXXX','19824',11152,'Intérêts courus sur autres emprunts et dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11157,'PCN-LUXEMBURG','IMMO','XXXXXX','2','','Frais d’établissement et frais assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11158,'PCN-LUXEMBURG','IMMO','XXXXXX','201',11157,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11159,'PCN-LUXEMBURG','IMMO','XXXXXX','202',11157,'Frais de premier établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11160,'PCN-LUXEMBURG','IMMO','XXXXXX','2021',11159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11161,'PCN-LUXEMBURG','IMMO','XXXXXX','2022',11159,'Frais de publicité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11163,'PCN-LUXEMBURG','IMMO','XXXXXX','204',11157,'Frais d’émission d’emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11164,'PCN-LUXEMBURG','IMMO','XXXXXX','208',11157,'Autres frais assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11165,'PCN-LUXEMBURG','IMMO','XXXXXX','21','','Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11166,'PCN-LUXEMBURG','IMMO','XXXXXX','211',11165,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11167,'PCN-LUXEMBURG','IMMO','XXXXXX','212',11165,'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11168,'PCN-LUXEMBURG','IMMO','XXXXXX','2121',11167,'Acquis à titre onéreux (Actifs incorporels non produits)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11169,'PCN-LUXEMBURG','IMMO','XXXXXX','21211',11168,'Concessions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11170,'PCN-LUXEMBURG','IMMO','XXXXXX','21212',11168,'Brevets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11171,'PCN-LUXEMBURG','IMMO','XXXXXX','21213',11168,'Licences informatiques (logiciels et progiciels informatiques)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11172,'PCN-LUXEMBURG','IMMO','XXXXXX','21214',11168,'Marques et franchises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11173,'PCN-LUXEMBURG','IMMO','XXXXXX','21215',11168,'Droits et valeurs similaires acquis à titre onéreux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11174,'PCN-LUXEMBURG','IMMO','XXXXXX','212151',11173,'Droits d’auteur et de reproduction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11175,'PCN-LUXEMBURG','IMMO','XXXXXX','212152',11173,'Droits d’émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11176,'PCN-LUXEMBURG','IMMO','XXXXXX','212158',11173,'Autres droits et valeurs similaires acquis à titre onéreux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11177,'PCN-LUXEMBURG','IMMO','XXXXXX','2122',11167,'Créés par l’entreprise elle-même (Actifs incorporels produits)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11178,'PCN-LUXEMBURG','IMMO','XXXXXX','21221',11177,'Concessions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11179,'PCN-LUXEMBURG','IMMO','XXXXXX','21222',11177,'Brevets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11180,'PCN-LUXEMBURG','IMMO','XXXXXX','21223',11177,'Licences informatiques (logiciels et progiciels informatiques)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11181,'PCN-LUXEMBURG','IMMO','XXXXXX','21224',11177,'Marques et franchises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11183,'PCN-LUXEMBURG','IMMO','XXXXXX','212251',11182,'Droits d’auteur et de reproduction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11184,'PCN-LUXEMBURG','IMMO','XXXXXX','212252',11182,'Droits d’émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11187,'PCN-LUXEMBURG','IMMO','XXXXXX','214',11165,'Acomptes versés et immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11188,'PCN-LUXEMBURG','IMMO','XXXXXX','2141',11187,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11189,'PCN-LUXEMBURG','IMMO','XXXXXX','2142',11187,'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11190,'PCN-LUXEMBURG','IMMO','XXXXXX','2143',11187,'Fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11191,'PCN-LUXEMBURG','IMMO','XXXXXX','22','','Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11192,'PCN-LUXEMBURG','IMMO','XXXXXX','221',11191,'Terrains et constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11193,'PCN-LUXEMBURG','IMMO','XXXXXX','2211',11192,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11194,'PCN-LUXEMBURG','IMMO','XXXXXX','22111',11193,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11195,'PCN-LUXEMBURG','IMMO','XXXXXX','22112',11193,'Terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11196,'PCN-LUXEMBURG','IMMO','XXXXXX','22113',11193,'Sous-sols et sursols','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11197,'PCN-LUXEMBURG','IMMO','XXXXXX','22114',11193,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11198,'PCN-LUXEMBURG','IMMO','XXXXXX','22115',11193,'Terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11199,'PCN-LUXEMBURG','IMMO','XXXXXX','22118',11193,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11200,'PCN-LUXEMBURG','IMMO','XXXXXX','2212',11192,'Agencements et aménagements de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11201,'PCN-LUXEMBURG','IMMO','XXXXXX','22121',11200,'Agencements et aménagements de terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11202,'PCN-LUXEMBURG','IMMO','XXXXXX','22122',11200,'Agencements et aménagements de terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11203,'PCN-LUXEMBURG','IMMO','XXXXXX','22123',11200,'Agencements et aménagements de sous-sols et sursols','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11204,'PCN-LUXEMBURG','IMMO','XXXXXX','22124',11200,'Agencements et aménagements de terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11205,'PCN-LUXEMBURG','IMMO','XXXXXX','22125',11200,'Agencements et aménagements de terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11206,'PCN-LUXEMBURG','IMMO','XXXXXX','22128',11200,'Agencements et aménagements d’autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11207,'PCN-LUXEMBURG','IMMO','XXXXXX','2213',11192,'Constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11208,'PCN-LUXEMBURG','IMMO','XXXXXX','22131',11207,'Constructions sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11209,'PCN-LUXEMBURG','IMMO','XXXXXX','22132',11207,'Constructions sur sol d’autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11210,'PCN-LUXEMBURG','IMMO','XXXXXX','222',11191,'Installations techniques et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11211,'PCN-LUXEMBURG','IMMO','XXXXXX','2221',11210,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11212,'PCN-LUXEMBURG','IMMO','XXXXXX','2222',11210,'Machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11213,'PCN-LUXEMBURG','IMMO','XXXXXX','223',11191,'Autres installations, outillage, mobilier et matériel roulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11214,'PCN-LUXEMBURG','IMMO','XXXXXX','2231',11213,'Equipement de transport et de manutention','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11215,'PCN-LUXEMBURG','IMMO','XXXXXX','2232',11213,'Véhicules de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11216,'PCN-LUXEMBURG','IMMO','XXXXXX','2233',11213,'Outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11217,'PCN-LUXEMBURG','IMMO','XXXXXX','2234',11213,'Mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11218,'PCN-LUXEMBURG','IMMO','XXXXXX','2235',11213,'Matériel informatique (hardware)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11219,'PCN-LUXEMBURG','IMMO','XXXXXX','2236',11213,'Cheptel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11220,'PCN-LUXEMBURG','IMMO','XXXXXX','2237',11213,'Emballages récupérables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11221,'PCN-LUXEMBURG','IMMO','XXXXXX','2238',11213,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11222,'PCN-LUXEMBURG','IMMO','XXXXXX','224',11191,'Acomptes versés et immobilisations corporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11223,'PCN-LUXEMBURG','IMMO','XXXXXX','2241',11222,'Terrains et constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11224,'PCN-LUXEMBURG','IMMO','XXXXXX','22411',11223,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11225,'PCN-LUXEMBURG','IMMO','XXXXXX','22412',11223,'Agencements et aménagements de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11226,'PCN-LUXEMBURG','IMMO','XXXXXX','22413',11223,'Constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11227,'PCN-LUXEMBURG','IMMO','XXXXXX','2242',11222,'Installations techniques et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11228,'PCN-LUXEMBURG','IMMO','XXXXXX','2243',11222,'Autres installations, outillage, mobilier et matériel roulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11229,'PCN-LUXEMBURG','IMMO','XXXXXX','23','','Immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11230,'PCN-LUXEMBURG','IMMO','XXXXXX','231',11229,'Parts dans des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11231,'PCN-LUXEMBURG','IMMO','XXXXXX','232',11229,'Créances sur des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11234,'PCN-LUXEMBURG','IMMO','XXXXXX','235',11229,'Titres ayant le caractère d’immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11235,'PCN-LUXEMBURG','IMMO','XXXXXX','2351',11234,'Titres immobilisés (droit de propriété)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11236,'PCN-LUXEMBURG','IMMO','XXXXXX','23511',11235,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11237,'PCN-LUXEMBURG','IMMO','XXXXXX','23518',11235,'Autres titres immobilisés (droit de propriété)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11238,'PCN-LUXEMBURG','IMMO','XXXXXX','2352',11234,'Titres immobilisés (droit de créance)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11239,'PCN-LUXEMBURG','IMMO','XXXXXX','23521',11238,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11240,'PCN-LUXEMBURG','IMMO','XXXXXX','23528',11238,'Autres titres immobilisés (droit de créance)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11241,'PCN-LUXEMBURG','IMMO','XXXXXX','2358',11234,'Autres titres ayant le caractère d’immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11242,'PCN-LUXEMBURG','IMMO','XXXXXX','236',11229,'Prêts et créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11243,'PCN-LUXEMBURG','IMMO','XXXXXX','2361',11242,'Prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11244,'PCN-LUXEMBURG','IMMO','XXXXXX','23611',11243,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11245,'PCN-LUXEMBURG','IMMO','XXXXXX','23612',11243,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11246,'PCN-LUXEMBURG','IMMO','XXXXXX','23613',11243,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11247,'PCN-LUXEMBURG','IMMO','XXXXXX','23618',11243,'Autres prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11248,'PCN-LUXEMBURG','IMMO','XXXXXX','2362',11242,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11249,'PCN-LUXEMBURG','IMMO','XXXXXX','23621',11248,'Dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11250,'PCN-LUXEMBURG','IMMO','XXXXXX','23622',11248,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11251,'PCN-LUXEMBURG','IMMO','XXXXXX','2363',11242,'Créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11252,'PCN-LUXEMBURG','IMMO','XXXXXX','237',11229,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11253,'PCN-LUXEMBURG','STOCK','XXXXXX','3','','Matières premières et consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11254,'PCN-LUXEMBURG','STOCK','XXXXXX','301',11253,'Matières premières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11255,'PCN-LUXEMBURG','STOCK','XXXXXX','302',11253,'Matières consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11256,'PCN-LUXEMBURG','STOCK','XXXXXX','303',11253,'Fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11257,'PCN-LUXEMBURG','STOCK','XXXXXX','3031',11256,'Combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11258,'PCN-LUXEMBURG','STOCK','XXXXXX','3032',11256,'Produits d’entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11259,'PCN-LUXEMBURG','STOCK','XXXXXX','3033',11256,'Fournitures d’atelier et d’usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11260,'PCN-LUXEMBURG','STOCK','XXXXXX','3034',11256,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11261,'PCN-LUXEMBURG','STOCK','XXXXXX','3035',11256,'Fournitures de bureau1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11262,'PCN-LUXEMBURG','STOCK','XXXXXX','3036',11256,'Carburants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11263,'PCN-LUXEMBURG','STOCK','XXXXXX','3037',11256,'Lubrifiants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11264,'PCN-LUXEMBURG','STOCK','XXXXXX','3038',11256,'Autres fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11265,'PCN-LUXEMBURG','STOCK','XXXXXX','304',11253,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11266,'PCN-LUXEMBURG','STOCK','XXXXXX','3041',11265,'Emballages non-récupérables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11267,'PCN-LUXEMBURG','STOCK','XXXXXX','3042',11265,'Emballages récupérables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11268,'PCN-LUXEMBURG','STOCK','XXXXXX','3043',11265,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11269,'PCN-LUXEMBURG','STOCK','XXXXXX','305',11253,'Approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11270,'PCN-LUXEMBURG','STOCK','XXXXXX','31','','Produits en cours de fabrication et commandes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11271,'PCN-LUXEMBURG','STOCK','XXXXXX','311',11270,'Produits en cours de fabrication','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11272,'PCN-LUXEMBURG','STOCK','XXXXXX','312',11270,'Commandes en cours – Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11273,'PCN-LUXEMBURG','STOCK','XXXXXX','313',11270,'Commandes en cours – Prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11274,'PCN-LUXEMBURG','STOCK','XXXXXX','314',11270,'Immeubles en construction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11275,'PCN-LUXEMBURG','STOCK','XXXXXX','32','','Produits finis et marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11276,'PCN-LUXEMBURG','STOCK','XXXXXX','321',11275,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11277,'PCN-LUXEMBURG','STOCK','XXXXXX','322',11275,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11278,'PCN-LUXEMBURG','STOCK','XXXXXX','323',11275,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11279,'PCN-LUXEMBURG','STOCK','XXXXXX','3231',11278,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11280,'PCN-LUXEMBURG','STOCK','XXXXXX','3232',11278,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11281,'PCN-LUXEMBURG','STOCK','XXXXXX','3233',11278,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11282,'PCN-LUXEMBURG','STOCK','XXXXXX','326',11275,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11284,'PCN-LUXEMBURG','STOCK','XXXXXX','33','','Terrains et immeubles destinés à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11285,'PCN-LUXEMBURG','STOCK','XXXXXX','331',11284,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11286,'PCN-LUXEMBURG','STOCK','XXXXXX','332',11284,'Immeubles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11287,'PCN-LUXEMBURG','STOCK','XXXXXX','3321',11286,'Immeubles acquis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11288,'PCN-LUXEMBURG','STOCK','XXXXXX','3322',11286,'Immeubles construits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11289,'PCN-LUXEMBURG','STOCK','XXXXXX','34','','Acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11290,'PCN-LUXEMBURG','STOCK','XXXXXX','341',11289,'Acomptes versés sur matières premières et consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11292,'PCN-LUXEMBURG','STOCK','XXXXXX','343',11289,'Acomptes versés sur produits finis et marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11293,'PCN-LUXEMBURG','STOCK','XXXXXX','344',11289,'Acomptes versés sur terrains et immeubles destinés à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11294,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4','','Créances résultant de ventes et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11296,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4011',11295,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11297,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4012',11295,'Clients – Effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11298,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4013',11295,'Clients douteux ou litigieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11299,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4014',11295,'Clients – Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11300,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4015',11295,'Clients créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11301,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4019',11295,'Corrections de valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11303,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4021',11302,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11304,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4022',11302,'Clients – Effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11305,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4023',11302,'Clients douteux ou litigieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11306,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4024',11302,'Clients – Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11307,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4025',11302,'Clients créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11308,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4029',11302,'Corrections de valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11310,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','411',11309,'Créances sur des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11312,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41111',11311,'Ventes de marchandises et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11313,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41112',11311,'Prêts et avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11314,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41113',11311,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11315,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41114',11311,'Dividendes à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11316,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41118',11311,'Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11317,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41119',11311,'Corrections de valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11319,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41121',11318,'Ventes de marchandises et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11320,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41122',11318,'Prêts et avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11321,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41123',11318,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11322,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41124',11318,'Dividendes à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11323,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41128',11318,'Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11324,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41129',11318,'Corrections de valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11327,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41211',11326,'Ventes de marchandises et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11328,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41212',11326,'Prêts et avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11329,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41213',11326,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11330,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41214',11326,'Dividendes à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11331,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41218',11326,'Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11332,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41219',11326,'Corrections de valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11334,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41221',11333,'Ventes de marchandises et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11335,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41222',11333,'Prêts et avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11336,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41223',11333,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11337,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41224',11333,'Dividendes à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11338,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41228',11333,'Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11339,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','41229',11333,'Corrections de valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11340,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42','','Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11342,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4211',11341,'Personnel – Avances et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11343,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42111',11342,'Avances et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11344,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42119',11342,'Corrections de valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11345,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4212',11341,'Créances sur associés ou actionnaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11346,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42121',11345,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11347,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42122',11345,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11348,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42129',11345,'Corrections de valeur sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11349,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4213',11341,'Etat – Subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11350,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42131',11349,'Subventions d’investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11351,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42132',11349,'Subventions d’exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11352,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42138',11349,'Autres subventions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11353,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4214',11341,'Administration des Contributions Directes (ACD)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11354,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4215',11341,'Administration des Douanes et Accises (ADA)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11355,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4216',11341,'Administration de l’Enregistrement et des Domaines (AED)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11356,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42161',11355,'Taxe sur la valeur ajoutée – TVA','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11357,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421611',11356,'TVA en amont','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11358,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421612',11356,'TVA à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11359,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421613',11356,'TVA acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11360,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421618',11356,'TVA – Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11361,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42162',11355,'Impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11362,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421621',11361,'Droits d’enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11363,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421622',11361,'Taxe d’abonnement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11364,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421623',11361,'Droits d’hypothèques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11365,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421624',11361,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11366,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421628',11361,'Autres impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11367,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42168',11355,'AED – Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11368,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4217',11341,'Créances sur la sécurité sociale et autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11369,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42171',11368,'Centre Commun de Sécurité Sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11370,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42172',11368,'Mutualité des employeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11371,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42178',11368,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11372,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4218',11341,'Créances diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11373,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42181',11372,'Impôts étrangers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11374,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421811',11373,'TVA étrangères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11375,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','421818',11373,'Autres impôts étrangers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11376,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42188',11372,'Autres créances diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11377,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42189',11372,'Corrections de valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11379,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4221',11378,'Personnel – Avances et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11380,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42211',11379,'Avances et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11381,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42219',11379,'Corrections de valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11382,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4222',11378,'Associés ou actionnaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11383,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42221',11382,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11384,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42222',11382,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11385,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42229',11382,'Corrections de valeur sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11386,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4223',11378,'Etat – Subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11387,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42231',11386,'Subventions d’investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11388,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42232',11386,'Subventions d’exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11389,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42238',11386,'Autres subventions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11390,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4224',11378,'Administration des Contributions Directes (ACD)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11391,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4225',11378,'Administration des Douanes et Accises (ADA)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11392,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4226',11378,'Administration de l’Enregistrement et des Domaines (AED)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11393,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42261',11392,'Taxe sur la valeur ajoutée – TVA','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11394,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422611',11393,'TVA en amont','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11395,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422612',11393,'TVA à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11396,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422613',11393,'TVA acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11397,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422618',11393,'TVA – Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11398,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42262',11392,'Impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11399,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422621',11398,'Droits d’enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11400,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422622',11398,'Taxe d’abonnement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11401,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422623',11398,'Droits d’hypothèques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11402,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422624',11398,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11403,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422628',11398,'Autres impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11404,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4227',11378,'Créances sur la sécurité sociale et autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11405,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42271',11404,'Centre Commun de Sécurité Sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11406,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42272',11404,'Mutualité des employeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11407,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42278',11404,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11408,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4228',11378,'Créances diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11409,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42281',11408,'Impôts étrangers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11410,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422811',11409,'TVA étrangères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11411,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','422818',11409,'Autres impôts étrangers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11412,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42288',11408,'Autres créances diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11413,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','42289',11408,'Corrections de valeur sur autres créances diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11418,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441',11417,'Dettes sur achats et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11420,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44111',11419,'Fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11421,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44112',11419,'Fournisseurs – Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11422,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44113',11419,'Fournisseurs débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11423,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441131',11422,'Fournisseurs – Avances et acomptes versés sur commandes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11424,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441132',11422,'Fournisseurs – Créances pour emballages et matériel à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11425,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441133',11422,'Fournisseurs – Autres avoirs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11426,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441134',11422,'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11428,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44121',11427,'Fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11429,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44122',11427,'Fournisseurs – Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11430,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','44123',11427,'Fournisseurs débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11431,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441231',11430,'Fournisseurs – Avances et acomptes versés sur commandes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11432,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441232',11430,'Fournisseurs – Créances pour emballages et matériel à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11433,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441233',11430,'Fournisseurs – Autres avoirs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11434,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','441234',11430,'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11435,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','442',11417,'Dettes représentées par des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11439,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','451',11438,'Dettes envers des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11441,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45111',11440,'Ventes de marchandises et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11442,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45112',11440,'Prêts et avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11443,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45113',11440,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11444,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45114',11440,'Dividendes à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11445,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45118',11440,'Autres dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11447,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45121',11446,'Ventes de marchandises et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11448,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45122',11446,'Prêts et avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11449,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45123',11446,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11450,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45124',11446,'Dividendes à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11451,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45128',11446,'Autres dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11454,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45211',11453,'Ventes de marchandises et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11455,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45212',11453,'Prêts et avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11456,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45213',11453,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11457,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45214',11453,'Dividendes à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11458,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45218',11453,'Autres dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11460,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45221',11459,'Ventes de marchandises et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11461,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45222',11459,'Prêts et avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11462,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45223',11459,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11463,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45224',11459,'Dividendes à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11464,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','45228',11459,'Autres dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11465,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46','','Dettes fiscales et dettes envers la sécurité sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11466,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461',11465,'Dettes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11467,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4611',11466,'Administrations communales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11468,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46111',11467,'Impôts communaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11469,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46112',11467,'Taxes communales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11470,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4612',11466,'Administration des Contributions Directes (ACD)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11471,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46121',11470,'Impôt sur le revenu des collectivités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11473,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461212',11471,'Impôt sur le revenu des collectivités – dette fiscale à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11474,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46122',11470,'Impôt commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11475,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461221',11474,'Impôt commercial – charge fiscale estimée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11476,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461222',11474,'Impôt commercial – dette fiscale à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11477,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46123',11470,'Impôt sur la fortune','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11478,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461231',11477,'Impôt sur la fortune – charge fiscale estimée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11479,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461232',11477,'Impôt sur la fortune – dette fiscale à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11480,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46124',11470,'Retenue d’impôt sur traitements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11481,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46125',11470,'Retenue d’impôt sur revenus de capitaux mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11482,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46126',11470,'Retenue d’impôt sur les tantièmes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11483,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46128',11470,'ACD – Autres dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11484,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4613',11466,'Administration des Douanes et Accises (ADA)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11485,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46131',11484,'Taxe sur les véhicules automoteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11486,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46132',11484,'Droits d’accises et taxe de consommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11487,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46138',11484,'ADA – Autres dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11488,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4614',11466,'Administration de l’Enregistrement et des Domaines (AED)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11489,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46141',11488,'Taxe sur la valeur ajoutée – TVA','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11490,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461411',11489,'TVA en aval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11491,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461412',11489,'TVA due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11492,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461413',11489,'TVA acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11493,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461418',11489,'TVA – Autres dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11494,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','46142',11488,'Impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11495,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461421',11494,'Droits d’enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11496,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461422',11494,'Taxe d’abonnement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11497,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461423',11494,'Droits d’hypothèques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11498,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461424',11494,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11499,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','461428',11494,'Autres impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11500,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4615',11466,'Administrations fiscales étrangères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11501,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','462',11465,'Dettes au titre de la sécurité sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11502,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4621',11501,'Centre Commun de Sécurité Sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11503,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4622',11501,'Organismes de sécurité sociale étrangers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11504,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4628',11501,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11505,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47','','Autres dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11507,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4711',11506,'Dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11508,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47111',11507,'Dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11509,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47112',11507,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11510,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47113',11507,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11511,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4712',11506,'Dettes envers associés et actionnaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11512,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47121',11511,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11513,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47122',11511,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11514,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4713',11506,'Dettes envers administrateurs, gérants et commissaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11515,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4714',11506,'Dettes envers le personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11516,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47141',11515,'Personnel – Rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11517,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47142',11515,'Personnel – Dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11518,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47143',11515,'Personnel – Oppositions, saisies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11519,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47148',11515,'Personnel – Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11520,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4715',11506,'Etat – Droits d’émission à restituer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11521,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4718',11506,'Autres dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11523,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4721',11522,'Dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11524,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47211',11523,'Dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11525,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47212',11523,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11526,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47213',11523,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11527,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4722',11522,'Dettes envers associés et actionnaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11528,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47221',11527,'Montant principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11529,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47222',11527,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11530,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4723',11522,'Dettes envers administrateurs, gérants et commissaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11531,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4724',11522,'Dettes envers le personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11532,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47241',11531,'Personnel – Rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11533,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47242',11531,'Personnel – Dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11534,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47243',11531,'Personnel – Oppositions, saisies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11535,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','47248',11531,'Personnel – Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11536,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4726',11522,'Etat – Droits d’émission à restituer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11537,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','4728',11522,'Autres dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11538,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','48','','Comptes de régularisation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11539,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','481',11538,'Charges à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11540,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','482',11538,'Produits à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11541,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','483',11538,'Etat – droits d’émission alloués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11542,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','484',11538,'Comptes transitoires ou d’attente – Actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11543,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','485',11538,'Comptes transitoires ou d’attente – Passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11544,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','486',11538,'Comptes de liaison – Actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11545,'PCN-LUXEMBURG','THIRDPARTY','XXXXXX','487',11538,'Comptes de liaison – Passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11546,'PCN-LUXEMBURG','FINAN','XXXXXX','5','','Valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11547,'PCN-LUXEMBURG','FINAN','XXXXXX','501',11546,'Parts dans des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11549,'PCN-LUXEMBURG','FINAN','XXXXXX','503',11546,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11550,'PCN-LUXEMBURG','FINAN','XXXXXX','508',11546,'Autres valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11551,'PCN-LUXEMBURG','FINAN','XXXXXX','5081',11550,'Actions – Titres cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11552,'PCN-LUXEMBURG','FINAN','XXXXXX','5082',11550,'Actions – Titres non cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11554,'PCN-LUXEMBURG','FINAN','XXXXXX','5084',11550,'Obligations – Titres cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11555,'PCN-LUXEMBURG','FINAN','XXXXXX','5085',11550,'Obligations – Titres non cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11556,'PCN-LUXEMBURG','FINAN','XXXXXX','5088',11550,'Autres valeurs mobilières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11558,'PCN-LUXEMBURG','FINAN','XXXXXX','511',11557,'Chèques à encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11559,'PCN-LUXEMBURG','FINAN','XXXXXX','512',11557,'Valeurs à l’encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11560,'PCN-LUXEMBURG','FINAN','XXXXXX','513',11557,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11561,'PCN-LUXEMBURG','FINAN','XXXXXX','5131',11560,'Banques comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11562,'PCN-LUXEMBURG','FINAN','XXXXXX','5132',11560,'Banques comptes à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11563,'PCN-LUXEMBURG','FINAN','XXXXXX','514',11557,'Compte chèque postal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11564,'PCN-LUXEMBURG','FINAN','XXXXXX','516',11557,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11565,'PCN-LUXEMBURG','FINAN','XXXXXX','517',11557,'Virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11566,'PCN-LUXEMBURG','FINAN','XXXXXX','518',11557,'Autres avoirs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11567,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6','','Consommation de marchandises et de matières premières et consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11568,'PCN-LUXEMBURG','EXPENSE','XXXXXX','601',11567,'Matières premières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11569,'PCN-LUXEMBURG','EXPENSE','XXXXXX','602',11567,'Matières consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11570,'PCN-LUXEMBURG','EXPENSE','XXXXXX','603',11567,'Fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11571,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6031',11570,'Combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11572,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60311',11571,'Solides','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11573,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60312',11571,'Liquides','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11574,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60313',11571,'Gaz comprimé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11575,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6032',11570,'Produits d’entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11576,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6033',11570,'Fournitures d’atelier et d’usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11577,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6034',11570,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11578,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6035',11570,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11579,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6036',11570,'Carburants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11580,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6037',11570,'Lubrifiants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11581,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6038',11570,'Autres fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11582,'PCN-LUXEMBURG','EXPENSE','XXXXXX','604',11567,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11583,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6041',11582,'Emballages non récupérables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11584,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6042',11582,'Emballages récupérables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11585,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6043',11582,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11586,'PCN-LUXEMBURG','EXPENSE','XXXXXX','605',11567,'Approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11587,'PCN-LUXEMBURG','EXPENSE','XXXXXX','606',11567,'Achats de biens destinés à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11588,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6061',11587,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11589,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6062',11587,'Immeubles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11590,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6063',11587,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11591,'PCN-LUXEMBURG','EXPENSE','XXXXXX','607',11567,'Variation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11592,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6071',11591,'Variation des stocks de matières premières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11593,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6072',11591,'Variation des stocks de matières consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11594,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6073',11591,'Variation des stocks de fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11595,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6074',11591,'Variation des stocks d’emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11596,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6075',11591,'Variation des stocks d’approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11597,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6076',11591,'Variation des stocks de biens destinés à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11599,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6081',11598,'Achats non stockés de matières et fournitures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11600,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60811',11599,'Fournitures non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11601,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608111',11600,'Eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11602,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608112',11600,'Electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11603,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608113',11600,'Gaz de canalisation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11604,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60812',11599,'Fournitures d’entretien et de petit équipement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11605,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60813',11599,'Fournitures administratives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11606,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60814',11599,'Carburants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11607,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60815',11599,'Lubrifiants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11608,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60816',11599,'Vêtements professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11609,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60818',11599,'Autres matières et fournitures non stockées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11610,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6082',11598,'Achats incorporés aux ouvrages et produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11612,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608211',11611,'Travail à façon','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11613,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608212',11611,'Recherche et développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11614,'PCN-LUXEMBURG','EXPENSE','XXXXXX','608213',11611,'Frais d’architectes et d’ingénieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11616,'PCN-LUXEMBURG','EXPENSE','XXXXXX','60828',11610,'Autres achats d’études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11617,'PCN-LUXEMBURG','EXPENSE','XXXXXX','609',11567,'Rabais, remises et ristournes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11618,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6091',11617,'Matières premières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11619,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6092',11617,'Matières consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11620,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6093',11617,'Fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11621,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6094',11617,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11622,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6095',11617,'Approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11623,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6096',11617,'Achats de biens destinés à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11625,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6099',11617,'Rabais, remises et ristournes non affectés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11626,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61','','Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11627,'PCN-LUXEMBURG','EXPENSE','XXXXXX','611',11626,'Loyers et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11628,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6111',11627,'Locations immobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11629,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61111',11628,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11630,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61112',11628,'Bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11631,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6112',11627,'Locations mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11632,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61121',11631,'Installations techniques et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11633,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61122',11631,'Autres installations, outillages et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11634,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61123',11631,'Matériel roulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11635,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6113',11627,'Charges locatives et de copropriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11636,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6114',11627,'Leasing immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11637,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61141',11636,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11638,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61142',11636,'Bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11639,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6115',11627,'Leasing mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11640,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61151',11639,'Installations techniques et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11641,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61152',11639,'Autres installations, outillages et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11642,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61153',11639,'Matériel roulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11643,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6116',11627,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11644,'PCN-LUXEMBURG','EXPENSE','XXXXXX','612',11626,'Sous-traitance, entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11646,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6122',11644,'Entretien et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11647,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61221',11646,'Sur installations techniques et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11648,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61222',11646,'Sur autres installations, outillages et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11649,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61223',11646,'Sur matériel roulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11650,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6123',11644,'Contrats de maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11651,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6124',11644,'Etudes et recherches (non incorporées dans les produits)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11652,'PCN-LUXEMBURG','EXPENSE','XXXXXX','613',11626,'Rémunérations d’intermédiaires et honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11653,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6131',11652,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11654,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61311',11653,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11655,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61312',11653,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11656,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61313',11653,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11657,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6132',11652,'Traitement informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11658,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6133',11652,'Services bancaires et assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11659,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61331',11658,'Frais sur titres (achat, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11660,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61332',11658,'Commissions et frais sur émission d’emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11661,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61333',11658,'Frais de compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11662,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61334',11658,'Frais sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11663,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61335',11658,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11664,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61336',11658,'Rémunérations d’affacturage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11665,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61337',11658,'Location de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11667,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6134',11652,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11668,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61341',11667,'Honoraires juridiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11669,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61342',11667,'Honoraires comptables et d’audit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11670,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61343',11667,'Honoraires fiscaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11671,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61348',11667,'Autres honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11672,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6135',11652,'Frais d’actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11673,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6136',11652,'Frais de recrutement de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11674,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6138',11652,'Autres rémunérations d’intermédiaires et honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11675,'PCN-LUXEMBURG','EXPENSE','XXXXXX','614',11626,'Primes d’assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11676,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6141',11675,'Assurances sur biens de l’actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11677,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61411',11676,'Bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11678,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61412',11676,'Véhicules','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11679,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61413',11676,'Installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11680,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61418',11676,'Sur autres biens de l’actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11681,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6142',11675,'Assurances sur biens pris en location','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11682,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6143',11675,'Assurance-transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11683,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61431',11682,'Sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11684,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61432',11682,'Sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11685,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61438',11682,'Sur autres biens','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11686,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6144',11675,'Assurance risque d’exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11687,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6145',11675,'Assurance insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11688,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6146',11675,'Assurance responsabilité civile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11689,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6148',11675,'Autres assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11690,'PCN-LUXEMBURG','EXPENSE','XXXXXX','615',11626,'Frais de marketing et de communication','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11691,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6151',11690,'Frais de marketing et de publicité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11692,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61511',11691,'Annonces et insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11693,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61512',11691,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11694,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61513',11691,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11695,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61514',11691,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11696,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61515',11691,'Catalogues et imprimés et publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11697,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61516',11691,'Dons courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11698,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61517',11691,'Sponsoring','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11699,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61518',11691,'Autres achats de services publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11700,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6152',11690,'Frais de déplacements et de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11701,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61521',11700,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11702,'PCN-LUXEMBURG','EXPENSE','XXXXXX','615211',11701,'Direction (respectivement exploitant et associés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11703,'PCN-LUXEMBURG','EXPENSE','XXXXXX','615212',11701,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11704,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61522',11700,'Frais de déménagement de l’entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11705,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61523',11700,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11706,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61524',11700,'Réceptions et frais de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11707,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6153',11690,'Frais postaux et frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11708,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61531',11707,'Timbres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11709,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61532',11707,'Téléphone et autres frais de télécommunication','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11710,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61538',11707,'Autres frais postaux (location de boîtes postales, etc.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11711,'PCN-LUXEMBURG','EXPENSE','XXXXXX','616',11626,'Transports de biens et transports collectifs du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11712,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6161',11711,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11713,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6162',11711,'Transports sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11714,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6163',11711,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11715,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6164',11711,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11716,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6165',11711,'Transports collectifs du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11717,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6168',11711,'Autres transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11718,'PCN-LUXEMBURG','EXPENSE','XXXXXX','617',11626,'Personnel extérieur à l’entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11719,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6171',11718,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11720,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6172',11718,'Personnel prêté à l’entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11721,'PCN-LUXEMBURG','EXPENSE','XXXXXX','618',11626,'Charges externes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11722,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6181',11721,'Documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11723,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61811',11722,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11724,'PCN-LUXEMBURG','EXPENSE','XXXXXX','61812',11722,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11725,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6182',11721,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11726,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6183',11721,'Elimination des déchets industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11727,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6184',11721,'Elimination de déchets non industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11728,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6185',11721,'Evacuation des eaux usées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11729,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6186',11721,'Frais de surveillance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11730,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6187',11721,'Cotisations aux associations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11731,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6188',11721,'Autres charges externes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11732,'PCN-LUXEMBURG','EXPENSE','XXXXXX','619',11626,'Rabais, remises et ristournes obtenus sur autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11733,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62','','Frais de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11734,'PCN-LUXEMBURG','EXPENSE','XXXXXX','621',11733,'Rémunérations des salariés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11735,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6211',11734,'Salaires bruts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11736,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62111',11735,'Salaires de base','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11737,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62112',11735,'Suppléments pour travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11738,'PCN-LUXEMBURG','EXPENSE','XXXXXX','621121',11737,'Dimanche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11739,'PCN-LUXEMBURG','EXPENSE','XXXXXX','621122',11737,'Jours fériés légaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11740,'PCN-LUXEMBURG','EXPENSE','XXXXXX','621123',11737,'Heures supplémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11741,'PCN-LUXEMBURG','EXPENSE','XXXXXX','621128',11737,'Autres suppléments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11742,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62113',11735,'Primes de ménage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11743,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62114',11735,'Gratifications, primes et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11744,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62115',11735,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11745,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62116',11735,'Indemnités de licenciement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11746,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62117',11735,'Trimestre de faveur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11747,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6218',11734,'Autres avantages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11748,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6219',11734,'Remboursements sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11749,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62191',11748,'Remboursements mutualité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11750,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62192',11748,'Remboursements pour congé politique, sportif, culturel, éducatif et mandats sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11751,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62193',11748,'Remboursements trimestre de faveur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11752,'PCN-LUXEMBURG','EXPENSE','XXXXXX','622',11733,'Autre personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11753,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6221',11752,'Etudiants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11754,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6222',11752,'Salaires occasionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11755,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6228',11752,'Autre personnel temporaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11756,'PCN-LUXEMBURG','EXPENSE','XXXXXX','623',11733,'Charges sociales (part patronale)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11757,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6231',11756,'Charges sociales salariés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11758,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62311',11757,'Caisse Nationale de Santé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11759,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62312',11757,'Caisse Nationale d’Assurance-Pension','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11760,'PCN-LUXEMBURG','EXPENSE','XXXXXX','62318',11757,'Cotisations patronales complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11761,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6232',11756,'Assurance accidents du travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11762,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6233',11756,'Service de santé au travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11763,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6238',11756,'Autres charges sociales patronales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11764,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6239',11756,'Remboursements de charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11765,'PCN-LUXEMBURG','EXPENSE','XXXXXX','624',11733,'Pensions complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11766,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6241',11765,'Primes à des fonds de pensions extérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11767,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6242',11765,'Dotation aux provisions pour pensions complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11768,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6243',11765,'Retenue d’impôt sur pension complémentaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11769,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6244',11765,'Prime d’assurance insolvabilité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11770,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6245',11765,'Pensions complémentaires versées par l’employeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11771,'PCN-LUXEMBURG','EXPENSE','XXXXXX','628',11733,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11772,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6281',11771,'Médecine du travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11773,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6288',11771,'Autres charges sociales diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11774,'PCN-LUXEMBURG','EXPENSE','XXXXXX','63','','Dotations aux corrections de valeur des éléments d’actif non financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11776,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6311',11775,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11777,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6312',11775,'Frais de premier établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11778,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6313',11775,'Frais d’augmentation de capital et d’opérations diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11779,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6314',11775,'Frais d’émission d’emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11780,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6318',11775,'Autres frais assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11781,'PCN-LUXEMBURG','EXPENSE','XXXXXX','632',11774,'Dotations aux corrections de valeur sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11782,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6321',11781,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11783,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6322',11781,'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11785,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6324',11781,'Acomptes versés et immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11786,'PCN-LUXEMBURG','EXPENSE','XXXXXX','633',11774,'Dotations aux corrections de valeur sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11787,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6331',11786,'Terrains et constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11788,'PCN-LUXEMBURG','EXPENSE','XXXXXX','63311',11787,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11789,'PCN-LUXEMBURG','EXPENSE','XXXXXX','63312',11787,'Agencements et aménagements de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11790,'PCN-LUXEMBURG','EXPENSE','XXXXXX','63313',11787,'Constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11791,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6332',11786,'Installations techniques et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11792,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6333',11786,'Autres installations, outillage, mobilier et matériel roulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11793,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6334',11786,'Acomptes versés et immobilisations corporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11794,'PCN-LUXEMBURG','EXPENSE','XXXXXX','634',11774,'Dotations aux corrections de valeur sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11795,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6341',11794,'Matières premières et consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11796,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6342',11794,'Produits en cours de fabrication et commandes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11797,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6343',11794,'Produits finis et marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11798,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6344',11794,'Terrains et immeubles destinés à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11799,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6345',11794,'Acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11801,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6351',11800,'Créances résultant de ventes et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11803,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6353',11800,'Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11804,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64','','Autres charges d’exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11805,'PCN-LUXEMBURG','EXPENSE','XXXXXX','641',11804,'Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11806,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6411',11805,'Concessions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11807,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6412',11805,'Brevets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11808,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6413',11805,'Licences informatiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11809,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6414',11805,'Marques et franchises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11810,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6415',11805,'Droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11811,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64151',11810,'Droits d’auteur et de reproduction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11812,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64158',11810,'Autres droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11813,'PCN-LUXEMBURG','EXPENSE','XXXXXX','642',11804,'Indemnités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11814,'PCN-LUXEMBURG','EXPENSE','XXXXXX','643',11804,'Jetons de présence','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11815,'PCN-LUXEMBURG','EXPENSE','XXXXXX','644',11804,'Tantièmes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11816,'PCN-LUXEMBURG','EXPENSE','XXXXXX','645',11804,'Pertes sur créances irrécouvrables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11817,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6451',11816,'Créances résultant de ventes et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11819,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6453',11816,'Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11820,'PCN-LUXEMBURG','EXPENSE','XXXXXX','646',11804,'Impôts, taxes et versements assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11821,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6461',11820,'Impôt foncier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11822,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6462',11820,'TVA non déductible','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11823,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6463',11820,'Droits sur les marchandises en provenance de l’étranger','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11825,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64632',11823,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11826,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64633',11823,'Montants compensatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11827,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6464',11820,'Droits d’accises à la production et taxe de consommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11828,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6465',11820,'Droits d’enregistrement et de timbre, droits d’hypothèques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11829,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64651',11828,'Droits d’enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11830,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64652',11828,'Taxe d’abonnement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11831,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64653',11828,'Droits d’hypothèques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11832,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64654',11828,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11833,'PCN-LUXEMBURG','EXPENSE','XXXXXX','64658',11828,'Autres droits d’enregistrement et de timbre, droits d’hypothèques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11834,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6466',11820,'Taxes sur les véhicules','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11835,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6467',11820,'Taxe de cabaretage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11836,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6468',11820,'Autres droits et impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11837,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6469',11820,'Dotations aux provisions pour impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11838,'PCN-LUXEMBURG','EXPENSE','XXXXXX','647',11804,'Dotations aux plus-values immunisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11839,'PCN-LUXEMBURG','EXPENSE','XXXXXX','648',11804,'Autres charges d’exploitation diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11840,'PCN-LUXEMBURG','EXPENSE','XXXXXX','649',11804,'Dotations aux provisions d’exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11841,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65','','Charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11843,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6511',11842,'Dotations aux corrections de valeur sur immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11844,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65111',11843,'Parts dans des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11845,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65112',11843,'Créances sur des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11848,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65115',11843,'Titres ayant le caractère d’immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11849,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65116',11843,'Prêts et créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11850,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65117',11843,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11851,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6512',11842,'Ajustements pour juste valeur sur immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11853,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6531',11852,'Dotations aux corrections de valeur sur valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11854,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65311',11853,'Parts dans des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11856,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65313',11853,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11857,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65318',11853,'Autres valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11859,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6533',11852,'Dotations aux corrections de valeur sur autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11861,'PCN-LUXEMBURG','EXPENSE','XXXXXX','654',11841,'Moins-values de cession de valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11862,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6541',11861,'Parts dans des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11864,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6543',11861,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11865,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6548',11861,'Autres valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11866,'PCN-LUXEMBURG','EXPENSE','XXXXXX','655',11841,'Intérêts et escomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11867,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6551',11866,'Intérêts des dettes financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11868,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65511',11867,'Intérêts des dettes subordonnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11869,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65512',11867,'Intérêts des emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11870,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6552',11866,'Intérêts bancaires et assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11871,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65521',11870,'Intérêts bancaires sur comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11872,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65522',11870,'Intérêts bancaires sur opérations de financement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11873,'PCN-LUXEMBURG','EXPENSE','XXXXXX','65523',11870,'Intérêts sur leasings financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11874,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6553',11866,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11876,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6555',11866,'Escomptes et frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11877,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6556',11866,'Escomptes accordés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11878,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6558',11866,'Intérêts sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11879,'PCN-LUXEMBURG','EXPENSE','XXXXXX','656',11841,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11881,'PCN-LUXEMBURG','EXPENSE','XXXXXX','658',11841,'Autres charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11882,'PCN-LUXEMBURG','EXPENSE','XXXXXX','659',11841,'Dotations aux provisions financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11883,'PCN-LUXEMBURG','EXPENSE','XXXXXX','66','','Charges exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11884,'PCN-LUXEMBURG','EXPENSE','XXXXXX','661',11883,'Dotations aux corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11885,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6611',11884,'Sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11886,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6612',11884,'Sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11888,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6621',11887,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11889,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6622',11887,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11890,'PCN-LUXEMBURG','EXPENSE','XXXXXX','663',11883,'Valeur comptable des immobilisations incorporelles et corporelles cédées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11891,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6631',11890,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11892,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6632',11890,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11893,'PCN-LUXEMBURG','EXPENSE','XXXXXX','664',11883,'Valeur comptable des immobilisations financières cédées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11894,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6641',11893,'Parts dans des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11895,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6642',11893,'Créances sur des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11898,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6645',11893,'Titres ayant le caractère d’immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11899,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6646',11893,'Prêts et créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11900,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6647',11893,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11903,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6652',11901,'Sur autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11904,'PCN-LUXEMBURG','EXPENSE','XXXXXX','668',11883,'Autres charges exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11906,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6682',11904,'Amendes et pénalités fiscales, sociales et pénales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11907,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6683',11904,'Dommages et intérêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11908,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6684',11904,'Malis provenant de clauses d’indexation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11909,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6688',11904,'Autres charges exceptionnelles diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11910,'PCN-LUXEMBURG','EXPENSE','XXXXXX','669',11883,'Dotations aux provisions exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11911,'PCN-LUXEMBURG','EXPENSE','XXXXXX','67','','Impôts sur le résultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11912,'PCN-LUXEMBURG','EXPENSE','XXXXXX','671',11911,'Impôt sur le revenu des collectivités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11913,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6711',11912,'Exercice courant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11914,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6712',11912,'Exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11915,'PCN-LUXEMBURG','EXPENSE','XXXXXX','672',11911,'Impôt commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11916,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6721',11915,'Exercice courant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11917,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6722',11915,'Exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11918,'PCN-LUXEMBURG','EXPENSE','XXXXXX','673',11911,'Impôts étrangers sur le résultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11919,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6731',11918,'Retenues d’impôt à la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11920,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6732',11918,'Impôts supportés par les établissements stables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11921,'PCN-LUXEMBURG','EXPENSE','XXXXXX','67321',11921,'Exercice courant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11922,'PCN-LUXEMBURG','EXPENSE','XXXXXX','67322',11921,'Exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11923,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6733',11918,'Impôts supportés par les entreprises non résidentes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11924,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6738',11918,'Autres impôts étrangers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11925,'PCN-LUXEMBURG','EXPENSE','XXXXXX','679',11911,'Dotations aux provisions pour impôts sur le résultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11926,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6791',11925,'Dotations aux provisions pour impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11927,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6792',11925,'Dotations aux provisions pour impôts différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11928,'PCN-LUXEMBURG','EXPENSE','XXXXXX','68','','Autres impôts ne figurant pas sous le poste ci-dessus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11929,'PCN-LUXEMBURG','EXPENSE','XXXXXX','681',11928,'Impôt sur la fortune','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11930,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6811',11930,'Exercice courant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11931,'PCN-LUXEMBURG','EXPENSE','XXXXXX','6812',11930,'Exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11932,'PCN-LUXEMBURG','EXPENSE','XXXXXX','682',11928,'Taxe d’abonnement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11933,'PCN-LUXEMBURG','EXPENSE','XXXXXX','683',11928,'Impôts étrangers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11934,'PCN-LUXEMBURG','EXPENSE','XXXXXX','688',11928,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11935,'PCN-LUXEMBURG','EXPENSE','XXXXXX','689',11928,'Dotations aux provisions pour autres impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11936,'PCN-LUXEMBURG','INCOME','XXXXXX','70','','Montant net du chiffre d’affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11937,'PCN-LUXEMBURG','INCOME','XXXXXX','701',11936,'Ventes sur commandes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11938,'PCN-LUXEMBURG','INCOME','XXXXXX','7011',11937,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11939,'PCN-LUXEMBURG','INCOME','XXXXXX','7012',11937,'Prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11940,'PCN-LUXEMBURG','INCOME','XXXXXX','7013',11937,'Immeubles en construction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11941,'PCN-LUXEMBURG','INCOME','XXXXXX','702',11936,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11942,'PCN-LUXEMBURG','INCOME','XXXXXX','703',11936,'Ventes de produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11943,'PCN-LUXEMBURG','INCOME','XXXXXX','704',11936,'Ventes de produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11944,'PCN-LUXEMBURG','INCOME','XXXXXX','705',11936,'Ventes d’éléments destinés à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11945,'PCN-LUXEMBURG','INCOME','XXXXXX','7051',11944,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11946,'PCN-LUXEMBURG','INCOME','XXXXXX','7052',11944,'Ventes de terrains et d’immeubles existants (promotion immobilière)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11947,'PCN-LUXEMBURG','INCOME','XXXXXX','7053',11944,'Ventes d’autres éléments destinés à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11948,'PCN-LUXEMBURG','INCOME','XXXXXX','706',11936,'Prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11949,'PCN-LUXEMBURG','INCOME','XXXXXX','708',11936,'Autres éléments du chiffre d’affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11950,'PCN-LUXEMBURG','INCOME','XXXXXX','7081',11949,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11951,'PCN-LUXEMBURG','INCOME','XXXXXX','7082',11949,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11952,'PCN-LUXEMBURG','INCOME','XXXXXX','70821',11951,'Loyer immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11953,'PCN-LUXEMBURG','INCOME','XXXXXX','70822',11951,'Loyer mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11954,'PCN-LUXEMBURG','INCOME','XXXXXX','7083',11949,'Ventes d’emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11955,'PCN-LUXEMBURG','INCOME','XXXXXX','7088',11949,'Autres éléments divers du chiffre d’affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11956,'PCN-LUXEMBURG','INCOME','XXXXXX','709',11936,'Rabais, remises et ristournes accordés par l’entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11957,'PCN-LUXEMBURG','INCOME','XXXXXX','7091',11956,'Sur ventes sur commandes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11958,'PCN-LUXEMBURG','INCOME','XXXXXX','7092',11956,'Sur ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11959,'PCN-LUXEMBURG','INCOME','XXXXXX','7093',11956,'Sur ventes de produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11960,'PCN-LUXEMBURG','INCOME','XXXXXX','7094',11956,'Sur ventes de produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11961,'PCN-LUXEMBURG','INCOME','XXXXXX','7095',11956,'Sur ventes d’éléments destinés à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11962,'PCN-LUXEMBURG','INCOME','XXXXXX','7096',11956,'Sur prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11963,'PCN-LUXEMBURG','INCOME','XXXXXX','7098',11956,'Sur autres éléments du chiffre d’affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11966,'PCN-LUXEMBURG','INCOME','XXXXXX','7111',11965,'Variation des stocks de produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11967,'PCN-LUXEMBURG','INCOME','XXXXXX','7112',11965,'Variation des stocks de commandes en cours – produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11968,'PCN-LUXEMBURG','INCOME','XXXXXX','7113',11965,'Variation des stocks de commandes en cours – prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11969,'PCN-LUXEMBURG','INCOME','XXXXXX','7114',11965,'Variation des stocks d’immeubles en construction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11970,'PCN-LUXEMBURG','INCOME','XXXXXX','712',11964,'Variation des stocks de produits finis et marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11971,'PCN-LUXEMBURG','INCOME','XXXXXX','7121',11970,'Variation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11972,'PCN-LUXEMBURG','INCOME','XXXXXX','7122',11970,'Variation des stocks de produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11973,'PCN-LUXEMBURG','INCOME','XXXXXX','7123',11970,'Variation des stocks de produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11974,'PCN-LUXEMBURG','INCOME','XXXXXX','7126',11970,'Variation des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11976,'PCN-LUXEMBURG','INCOME','XXXXXX','72','','Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11977,'PCN-LUXEMBURG','INCOME','XXXXXX','721',11976,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11978,'PCN-LUXEMBURG','INCOME','XXXXXX','7211',11977,'Frais de recherche et développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11979,'PCN-LUXEMBURG','INCOME','XXXXXX','7212',11977,'Concessions, brevets, licences, marques, droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11980,'PCN-LUXEMBURG','INCOME','XXXXXX','72121',11979,'Concessions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11981,'PCN-LUXEMBURG','INCOME','XXXXXX','72122',11979,'Brevets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11982,'PCN-LUXEMBURG','INCOME','XXXXXX','72123',11979,'Licences informatiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11983,'PCN-LUXEMBURG','INCOME','XXXXXX','72124',11979,'Marques et franchises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11984,'PCN-LUXEMBURG','INCOME','XXXXXX','72125',11983,'Droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11985,'PCN-LUXEMBURG','INCOME','XXXXXX','721251',11984,'Droits d’auteur et de reproduction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11986,'PCN-LUXEMBURG','INCOME','XXXXXX','721258',11984,'Autres droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11987,'PCN-LUXEMBURG','INCOME','XXXXXX','722',11976,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11988,'PCN-LUXEMBURG','INCOME','XXXXXX','7221',11987,'Terrains et constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11989,'PCN-LUXEMBURG','INCOME','XXXXXX','7222',11987,'Installations techniques et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11990,'PCN-LUXEMBURG','INCOME','XXXXXX','7223',11987,'Autres installations, outillage, mobilier et matériel roulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11991,'PCN-LUXEMBURG','INCOME','XXXXXX','73','','Reprises de corrections de valeur des éléments d’actif non financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11992,'PCN-LUXEMBURG','INCOME','XXXXXX','732',11991,'Reprises de corrections de valeur sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11993,'PCN-LUXEMBURG','INCOME','XXXXXX','7321',11992,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11994,'PCN-LUXEMBURG','INCOME','XXXXXX','7322',11992,'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11996,'PCN-LUXEMBURG','INCOME','XXXXXX','7324',11992,'Acomptes versés et immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11997,'PCN-LUXEMBURG','INCOME','XXXXXX','733',11991,'Reprises de corrections de valeur sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11998,'PCN-LUXEMBURG','INCOME','XXXXXX','7331',11997,'Terrains et constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11999,'PCN-LUXEMBURG','INCOME','XXXXXX','73311',11998,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12000,'PCN-LUXEMBURG','INCOME','XXXXXX','73312',11998,'Agencements et aménagements de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12001,'PCN-LUXEMBURG','INCOME','XXXXXX','73313',11998,'Constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12002,'PCN-LUXEMBURG','INCOME','XXXXXX','73314',11998,'Constructions sur sol d’autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12003,'PCN-LUXEMBURG','INCOME','XXXXXX','7332',11997,'Installations techniques et machines','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12004,'PCN-LUXEMBURG','INCOME','XXXXXX','7333',11997,'Autres installations, outillage, mobilier et matériel roulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12005,'PCN-LUXEMBURG','INCOME','XXXXXX','7334',11997,'Acomptes versés et immobilisations corporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12006,'PCN-LUXEMBURG','INCOME','XXXXXX','734',11991,'Reprises de corrections de valeur sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12007,'PCN-LUXEMBURG','INCOME','XXXXXX','7341',12006,'Matières premières et consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12008,'PCN-LUXEMBURG','INCOME','XXXXXX','7342',12006,'Produits en cours de fabrication et commandes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12009,'PCN-LUXEMBURG','INCOME','XXXXXX','7343',12006,'Produits finis et marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12010,'PCN-LUXEMBURG','INCOME','XXXXXX','7344',12006,'Terrains et immeubles destinés à la revente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12011,'PCN-LUXEMBURG','INCOME','XXXXXX','7345',12006,'Acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12013,'PCN-LUXEMBURG','INCOME','XXXXXX','7351',12012,'Créances résultant de ventes et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12015,'PCN-LUXEMBURG','INCOME','XXXXXX','7353',12012,'Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12016,'PCN-LUXEMBURG','INCOME','XXXXXX','74','','Autres produits d’exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12017,'PCN-LUXEMBURG','INCOME','XXXXXX','741',12016,'Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12018,'PCN-LUXEMBURG','INCOME','XXXXXX','7411',12017,'Concessions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12019,'PCN-LUXEMBURG','INCOME','XXXXXX','7412',12017,'Brevets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12020,'PCN-LUXEMBURG','INCOME','XXXXXX','7413',12017,'Licences informatiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12021,'PCN-LUXEMBURG','INCOME','XXXXXX','7414',12017,'Marques et franchises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12022,'PCN-LUXEMBURG','INCOME','XXXXXX','7415',12017,'Droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12023,'PCN-LUXEMBURG','INCOME','XXXXXX','74151',12022,'Droits d’auteur et de reproduction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12024,'PCN-LUXEMBURG','INCOME','XXXXXX','74158',12022,'Autres droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12025,'PCN-LUXEMBURG','INCOME','XXXXXX','742',12016,'Revenus des immeubles non affectés aux activités professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12027,'PCN-LUXEMBURG','INCOME','XXXXXX','744',12016,'Subventions d’exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12028,'PCN-LUXEMBURG','INCOME','XXXXXX','7441',12027,'Subventions sur produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12029,'PCN-LUXEMBURG','INCOME','XXXXXX','7442',12027,'Bonifications d’intérêt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12030,'PCN-LUXEMBURG','INCOME','XXXXXX','7443',12027,'Montants compensatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12031,'PCN-LUXEMBURG','INCOME','XXXXXX','7444',12027,'Subventions destinées à promouvoir l’emploi','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12032,'PCN-LUXEMBURG','INCOME','XXXXXX','74441',12031,'Primes d’apprentissage reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12033,'PCN-LUXEMBURG','INCOME','XXXXXX','74442',12031,'Autres subventions destinées à promouvoir l’emploi','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12034,'PCN-LUXEMBURG','INCOME','XXXXXX','7448',12027,'Autres subventions d’exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12035,'PCN-LUXEMBURG','INCOME','XXXXXX','745',12016,'Ristournes perçues des coopératives (provenant des excédents)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12036,'PCN-LUXEMBURG','INCOME','XXXXXX','746',12016,'Indemnités d’assurance touchées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12038,'PCN-LUXEMBURG','INCOME','XXXXXX','7471',12037,'Plus-values immunisées non réinvesties','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12039,'PCN-LUXEMBURG','INCOME','XXXXXX','7472',12037,'Plus-values immunisées réinvesties','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12040,'PCN-LUXEMBURG','INCOME','XXXXXX','7473',12037,'Subventions d’investissement en capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12041,'PCN-LUXEMBURG','INCOME','XXXXXX','748',12016,'Autres produits d’exploitation divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12042,'PCN-LUXEMBURG','INCOME','XXXXXX','749',12016,'Reprises sur provisions d’exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12043,'PCN-LUXEMBURG','INCOME','XXXXXX','75','','Produits financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12045,'PCN-LUXEMBURG','INCOME','XXXXXX','7511',12044,'Reprises sur corrections de valeur sur immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12046,'PCN-LUXEMBURG','INCOME','XXXXXX','75111',12045,'Parts dans des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12047,'PCN-LUXEMBURG','INCOME','XXXXXX','75112',12045,'Créances sur des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12050,'PCN-LUXEMBURG','INCOME','XXXXXX','75115',12045,'Titres ayant le caractère d’immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12051,'PCN-LUXEMBURG','INCOME','XXXXXX','75116',12045,'Prêts et créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12052,'PCN-LUXEMBURG','INCOME','XXXXXX','75117',12045,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12053,'PCN-LUXEMBURG','INCOME','XXXXXX','7512',12044,'Ajustements pour juste valeur sur immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12054,'PCN-LUXEMBURG','INCOME','XXXXXX','752',12043,'Revenus des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12055,'PCN-LUXEMBURG','INCOME','XXXXXX','7521',12054,'Parts dans des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12056,'PCN-LUXEMBURG','INCOME','XXXXXX','7522',12054,'Créances sur des entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12059,'PCN-LUXEMBURG','INCOME','XXXXXX','7525',12054,'Titres ayant le caractère d’immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12060,'PCN-LUXEMBURG','INCOME','XXXXXX','7526',12054,'Prêts et créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12061,'PCN-LUXEMBURG','INCOME','XXXXXX','7527',12054,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12064,'PCN-LUXEMBURG','INCOME','XXXXXX','7532',12062,'Reprises sur corrections de valeur sur autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12065,'PCN-LUXEMBURG','INCOME','XXXXXX','7533',12062,'Reprises sur corrections de valeur sur valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12066,'PCN-LUXEMBURG','INCOME','XXXXXX','75331',12065,'Parts dans les entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12068,'PCN-LUXEMBURG','INCOME','XXXXXX','75333',12065,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12069,'PCN-LUXEMBURG','INCOME','XXXXXX','75338',12065,'Autres valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12071,'PCN-LUXEMBURG','INCOME','XXXXXX','754',12043,'Plus-value de cession et autres produits de valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12072,'PCN-LUXEMBURG','INCOME','XXXXXX','7541',12071,'Plus-value de cession de valeurs mobilière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12073,'PCN-LUXEMBURG','INCOME','XXXXXX','75411',12072,'Parts dans les entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12075,'PCN-LUXEMBURG','INCOME','XXXXXX','75413',12072,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12076,'PCN-LUXEMBURG','INCOME','XXXXXX','75418',12072,'Autres valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12077,'PCN-LUXEMBURG','INCOME','XXXXXX','7548',12071,'Autres produits de valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12078,'PCN-LUXEMBURG','INCOME','XXXXXX','75481',12077,'Parts dans les entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12080,'PCN-LUXEMBURG','INCOME','XXXXXX','75483',12077,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12081,'PCN-LUXEMBURG','INCOME','XXXXXX','75488',12077,'Autres valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12082,'PCN-LUXEMBURG','INCOME','XXXXXX','755',12043,'Autres intérêts et escomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12083,'PCN-LUXEMBURG','INCOME','XXXXXX','7552',12082,'Intérêts bancaires et assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12084,'PCN-LUXEMBURG','INCOME','XXXXXX','75521',12083,'Intérêts sur comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12085,'PCN-LUXEMBURG','INCOME','XXXXXX','75522',12083,'Intérêts sur comptes à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12086,'PCN-LUXEMBURG','INCOME','XXXXXX','75523',12083,'Intérêts sur leasings financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12087,'PCN-LUXEMBURG','INCOME','XXXXXX','7553',12082,'Intérêts sur créances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12089,'PCN-LUXEMBURG','INCOME','XXXXXX','7555',12082,'Escomptes d’effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12090,'PCN-LUXEMBURG','INCOME','XXXXXX','7556',12082,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12091,'PCN-LUXEMBURG','INCOME','XXXXXX','7558',12082,'Intérêts sur autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12092,'PCN-LUXEMBURG','INCOME','XXXXXX','756',12043,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12094,'PCN-LUXEMBURG','INCOME','XXXXXX','758',12043,'Autres produits financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12095,'PCN-LUXEMBURG','INCOME','XXXXXX','759',12043,'Reprises sur provisions financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12096,'PCN-LUXEMBURG','INCOME','XXXXXX','76','','Produits exceptionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12097,'PCN-LUXEMBURG','INCOME','XXXXXX','761',12096,'Reprises sur corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12098,'PCN-LUXEMBURG','INCOME','XXXXXX','7611',12097,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12099,'PCN-LUXEMBURG','INCOME','XXXXXX','7612',12097,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12101,'PCN-LUXEMBURG','INCOME','XXXXXX','7621',12100,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12102,'PCN-LUXEMBURG','INCOME','XXXXXX','7622',12100,'Sur créances de l’actif circulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12103,'PCN-LUXEMBURG','INCOME','XXXXXX','763',12096,'Produits de cession d’immobilisations incorporelles et corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12104,'PCN-LUXEMBURG','INCOME','XXXXXX','7631',12103,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12105,'PCN-LUXEMBURG','INCOME','XXXXXX','7632',12103,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12106,'PCN-LUXEMBURG','INCOME','XXXXXX','764',12096,'Produits de cession d’immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12107,'PCN-LUXEMBURG','INCOME','XXXXXX','7641',12106,'Parts dans les entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12108,'PCN-LUXEMBURG','INCOME','XXXXXX','7642',12106,'Créances sur entreprises liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12111,'PCN-LUXEMBURG','INCOME','XXXXXX','7645',12106,'Titres ayant le caractère d’immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12112,'PCN-LUXEMBURG','INCOME','XXXXXX','7646',12106,'Prêts et créances immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12113,'PCN-LUXEMBURG','INCOME','XXXXXX','7647',12106,'Actions propres ou parts propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12114,'PCN-LUXEMBURG','INCOME','XXXXXX','765',12096,'Produits de cession sur créances de l’actif circulant financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12116,'PCN-LUXEMBURG','INCOME','XXXXXX','7652',12114,'Autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12117,'PCN-LUXEMBURG','INCOME','XXXXXX','768',12096,'Autres produits exceptionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12119,'PCN-LUXEMBURG','INCOME','XXXXXX','7682',12117,'Libéralités reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12120,'PCN-LUXEMBURG','INCOME','XXXXXX','7683',12117,'Rentrées sur créances amorties','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12121,'PCN-LUXEMBURG','INCOME','XXXXXX','7684',12117,'Subventions exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12122,'PCN-LUXEMBURG','INCOME','XXXXXX','7685',12117,'Bonis provenant de clauses d’indexation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12124,'PCN-LUXEMBURG','INCOME','XXXXXX','7688',12117,'Autres produits exceptionnels divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12125,'PCN-LUXEMBURG','INCOME','XXXXXX','769',12096,'Reprises sur provisions exceptionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12126,'PCN-LUXEMBURG','INCOME','XXXXXX','77','','Régularisations d’impôts sur le résultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12127,'PCN-LUXEMBURG','INCOME','XXXXXX','771',12126,'Régularisations d’impôt sur le revenu des collectivités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12128,'PCN-LUXEMBURG','INCOME','XXXXXX','772',12126,'Régularisations d’impôt commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12129,'PCN-LUXEMBURG','INCOME','XXXXXX','773',12126,'Régularisations d’impôts étrangers sur le résultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12130,'PCN-LUXEMBURG','INCOME','XXXXXX','779',12126,'Reprises sur provisions pour impôts sur le résultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12131,'PCN-LUXEMBURG','INCOME','XXXXXX','7791',12130,'Reprises sur provisions pour impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12132,'PCN-LUXEMBURG','INCOME','XXXXXX','7792',12130,'Reprises sur provisions pour impôts différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12134,'PCN-LUXEMBURG','INCOME','XXXXXX','781',12133,'Régularisations d’impôt sur la fortune','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12135,'PCN-LUXEMBURG','INCOME','XXXXXX','782',12133,'Régularisations de taxes d’abonnement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12136,'PCN-LUXEMBURG','INCOME','XXXXXX','783',12133,'Régularisations d’impôts étrangers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12137,'PCN-LUXEMBURG','INCOME','XXXXXX','788',12133,'Régularisations d’autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12138,'PCN-LUXEMBURG','INCOME','XXXXXX','789',12133,'Reprises sur provisions pour autres impôts','1');
    +
    +
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital ou dotation des succursales et comptes de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '101', '1', 'Capital souscrit (Sociétés de capitaux - Montant total)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '102', '1', 'Capital souscrit non appelé (Sociétés de capitaux)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '103', '1', 'Capital souscrit appelé et non versé (Sociétés de capitaux)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '104', '1', 'Capital des entreprises commerçants personnes physiques et des sociétés de personnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1041', '104', 'Commerçants personnes physiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1042', '104', 'Sociétés de personnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '105', '1', 'Dotation des succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106', '1', 'Comptes de l’exploitant ou des co-exploitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1061', '106', 'Prélèvements privés de l’exploitant ou des coexploitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10611', '1061', 'Prélèvements en numéraire (train de vie)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10612', '1061', 'Prélèvements en nature de marchandises, de produits finis et services (au prix de revient)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10613', '1061', 'Part personnelle des frais de maladie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10614', '1061', 'Primes d’assurances privées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106141', '10614', 'Vie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106142', '10614', 'Accident', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106143', '10614', 'Incendie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106144', '10614', 'Responsabilité civile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106145', '10614', 'Multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106148', '10614', 'Autres primes d’assurances privées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10615', '1061', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106151', '10615', 'Assurances sociales (assurance dépendance)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106152', '10615', 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106153', '10615', 'Cotisations pour mutuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106154', '10615', 'Caisse de décès, médicochirurgicale, Prestaplus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106158', '10615', 'Autres cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10616', '1061', 'Prélèvements en nature (quote-part privée dans les frais généraux)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106161', '10616', 'Salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106162', '10616', 'Loyer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106163', '10616', 'Chauffage, gaz, électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106164', '10616', 'Eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106165', '10616', 'Téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106166', '10616', 'Voiture', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106168', '10616', 'Autres prélèvements en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10617', '1061', 'Acquisitions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106171', '10617', 'Mobilier privé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106172', '10617', 'Voiture privée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106173', '10617', 'Titres privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106174', '10617', 'Immeubles privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106178', '10617', 'Autres acquisitions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10618', '1061', 'Impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106181', '10618', 'Impôt sur le revenu payé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106182', '10618', 'Impôt sur la fortune payé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106183', '10618', 'Impôt commercial - arriérés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106188', '10618', 'Autres impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10619', '1061', 'Prélèvements privés particuliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106191', '10619', 'Réparations aux immeubles privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106192', '10619', 'Placements sur comptes financiers privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106193', '10619', 'Remboursements de dettes privées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106194', '10619', 'Dons et dotations aux enfants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106195', '10619', 'Droits de succession et droits de mutation par décès', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106198', '10619', 'Autres prélèvements privés particuliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1062', '106', 'Suppléments d’apports privés de l’exploitant ou des coexploitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10621', '1062', 'Héritage ou donation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10622', '1062', 'Avoirs privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10623', '1062', 'Emprunts privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10624', '1062', 'Cessions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106241', '10624', 'Mobilier privé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106242', '10624', 'Voiture privée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106243', '10624', 'Titres privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106244', '10624', 'Immeubles privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106248', '10624', 'Autres cessions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10625', '1062', 'Loyers encaissés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10626', '1062', 'Salaires ou rentes touchés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10627', '1062', 'Allocations familiales reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10628', '1062', 'Remboursements d’impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106281', '10628', 'Impôt sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106283', '10628', 'Impôt sur la fortune', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106284', '10628', 'Impôt commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '106288', '10628', 'Autres remboursements d’impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '10629', '1062', 'Quote-part professionnelle de frais privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '11', NULL, 'Primes d’émission et primes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '111', '11', 'Primes d’émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '112', '11', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '113', '11', 'Primes d’apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '114', '11', 'Primes de conversion d’obligations en actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '115', '11', 'Apport en capitaux propres non rémunéré par des titres («Capital contribution»)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '12', NULL, 'Réserves de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '121', '12', 'Réserves de réévaluation en application de la juste valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '122', '12', 'Réserves de mise en équivalence (Participations valorisées suivant l’art. 58)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '123', '12', 'Plus-values sur écarts de conversion immunisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '128', '12', 'Autres réserves de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '13', NULL, 'Réserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '131', '13', 'Réserve légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '132', '13', 'Réserve pour actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '133', '13', 'Réserves statutaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '138', '13', 'Autres réserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1381', '138', 'Réserve pour l’impôt sur la fortune', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1382', '138', 'Autres réserves indisponibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1383', '138', 'Autres réserves disponibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '14', NULL, 'Résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '141', '14', 'Résultats reportés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '142', '14', 'Résultat de l’exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '15', NULL, 'Acomptes sur dividendes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '16', NULL, 'Subventions d’investissement en capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '161', '16', 'Terrains et constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '162', '16', 'Installations techniques et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '163', '16', 'Autres installations, outillage, mobilier et matériel roulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '168', '16', 'Autres subventions d’investissement en capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '17', NULL, 'Plus-values immunisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '171', '17', 'Plus-values immunisées à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '172', '17', 'Plus-values immunisées réinvesties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '18', NULL, 'Provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '181', '18', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '182', '18', 'Provisions pour impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1821', '182', 'Provisions pour impôt sur le revenu des collectivités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1822', '182', 'Provisions pour impôt commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1823', '182', 'Provisions pour impôt sur la fortune', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1828', '182', 'Autres provisions pour impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '183', '18', 'Provisions pour impôts différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '188', '18', 'Autres provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1881', '188', 'Provisions d’exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1882', '188', 'Provisions financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1883', '188', 'Provisions exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19', NULL, 'Dettes financières et dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '191', '19', 'Dettes subordonnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1911', '191', 'dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19111', '1911', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19112', '1911', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1912', '191', 'dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19121', '1912', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19122', '1912', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '192', '19', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1921', '192', 'dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19211', '1921', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19212', '1921', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1922', '192', 'dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19221', '1922', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19222', '1922', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '193', '19', 'Emprunts obligataires non convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1931', '193', 'dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19311', '1931', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19312', '1931', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1932', '193', 'dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19321', '1932', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19322', '1932', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '194', '19', 'Dettes envers des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1941', '194', 'dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19411', '1941', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19412', '1941', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1942', '194', 'dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19421', '1942', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19422', '1942', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '195', '19', 'Dettes de leasing financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1951', '195', 'dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1952', '195', 'dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '198', '19', 'Autres emprunts et dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1981', '198', 'dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19811', '1981', 'Autres emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19812', '1981', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19813', '1981', 'Autres dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19814', '1981', 'Intérêts courus sur autres emprunts et dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '1982', '198', 'dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19821', '1982', 'Autres emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19822', '1982', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19823', '1982', 'Autres dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'CAPIT', 'XXXXXX', '19824', '1982', 'Intérêts courus sur autres emprunts et dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2', NULL, 'Frais d’établissement et frais assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '201', '2', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '202', '2', 'Frais de premier établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2021', '202', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2022', '202', 'Frais de publicité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '203', '2', 'Frais d’augmentation de capital et d’opérations diverses (fusions, scissions, transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '204', '2', 'Frais d’émission d’emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '208', '2', 'Autres frais assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21', NULL, 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '211', '21', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '212', '21', 'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2121', '212', 'Acquis à titre onéreux (Actifs incorporels non produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21211', '2121', 'Concessions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21212', '2121', 'Brevets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21213', '2121', 'Licences informatiques (logiciels et progiciels informatiques)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21214', '2121', 'Marques et franchises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21215', '2121', 'Droits et valeurs similaires acquis à titre onéreux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '212151', '21215', 'Droits d’auteur et de reproduction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '212152', '21215', 'Droits d’émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '212158', '21215', 'Autres droits et valeurs similaires acquis à titre onéreux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2122', '212', 'Créés par l’entreprise elle-même (Actifs incorporels produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21221', '2122', 'Concessions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21222', '2122', 'Brevets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21223', '2122', 'Licences informatiques (logiciels et progiciels informatiques)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21224', '2122', 'Marques et franchises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '21225', '2122', 'Droits et valeurs similaires créés par l’entreprise elle-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '212251', '21225', 'Droits d’auteur et de reproduction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '212252', '21225', 'Droits d’émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '212258', '21225', 'Autres droits et valeurs similaires créés par l’entreprise elle-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '213', '21', 'Fonds de commerce, dans la mesure où il a été acquis à titre onéreux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '214', '21', 'Acomptes versés et immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2141', '214', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2142', '214', 'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2143', '214', 'Fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22', NULL, 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '221', '22', 'Terrains et constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2211', '221', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22111', '2211', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22112', '2211', 'Terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22113', '2211', 'Sous-sols et sursols', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22114', '2211', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22115', '2211', 'Terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22118', '2211', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2212', '221', 'Agencements et aménagements de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22121', '2212', 'Agencements et aménagements de terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22122', '2212', 'Agencements et aménagements de terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22123', '2212', 'Agencements et aménagements de sous-sols et sursols', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22124', '2212', 'Agencements et aménagements de terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22125', '2212', 'Agencements et aménagements de terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22128', '2212', 'Agencements et aménagements d’autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2213', '221', 'Constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22131', '2213', 'Constructions sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22132', '2213', 'Constructions sur sol d’autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '222', '22', 'Installations techniques et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2221', '222', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2222', '222', 'Machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '223', '22', 'Autres installations, outillage, mobilier et matériel roulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2231', '223', 'Equipement de transport et de manutention', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2232', '223', 'Véhicules de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2233', '223', 'Outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2234', '223', 'Mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2235', '223', 'Matériel informatique (hardware)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2236', '223', 'Cheptel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2237', '223', 'Emballages récupérables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2238', '223', 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '224', '22', 'Acomptes versés et immobilisations corporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2241', '224', 'Terrains et constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22411', '2241', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22412', '2241', 'Agencements et aménagements de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '22413', '2241', 'Constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2242', '224', 'Installations techniques et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2243', '224', 'Autres installations, outillage, mobilier et matériel roulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23', NULL, 'Immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '231', '23', 'Parts dans des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '232', '23', 'Créances sur des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '233', '23', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '234', '23', 'Créances sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '235', '23', 'Titres ayant le caractère d’immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2351', '235', 'Titres immobilisés (droit de propriété)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23511', '2351', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23518', '2351', 'Autres titres immobilisés (droit de propriété)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2352', '235', 'Titres immobilisés (droit de créance)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23521', '2352', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23528', '2352', 'Autres titres immobilisés (droit de créance)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2358', '235', 'Autres titres ayant le caractère d’immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '236', '23', 'Prêts et créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2361', '236', 'Prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23611', '2361', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23612', '2361', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23613', '2361', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23618', '2361', 'Autres prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2362', '236', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23621', '2362', 'Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '23622', '2362', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '2363', '236', 'Créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'IMMO', 'XXXXXX', '237', '23', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3', NULL, 'Matières premières et consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '301', '3', 'Matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '302', '3', 'Matières consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '303', '3', 'Fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3031', '303', 'Combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3032', '303', 'Produits d’entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3033', '303', 'Fournitures d’atelier et d’usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3034', '303', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3035', '303', 'Fournitures de bureau1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3036', '303', 'Carburants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3037', '303', 'Lubrifiants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3038', '303', 'Autres fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '304', '3', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3041', '304', 'Emballages non-récupérables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3042', '304', 'Emballages récupérables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3043', '304', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '305', '3', 'Approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '31', NULL, 'Produits en cours de fabrication et commandes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '311', '31', 'Produits en cours de fabrication', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '312', '31', 'Commandes en cours – Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '313', '31', 'Commandes en cours – Prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '314', '31', 'Immeubles en construction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '32', NULL, 'Produits finis et marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '321', '32', 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '322', '32', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '323', '32', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3231', '323', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3232', '323', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3233', '323', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '326', '32', 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '327', '32', 'Marchandises en voie d’acheminement, mises en dépôt ou données en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '33', NULL, 'Terrains et immeubles destinés à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '331', '33', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '332', '33', 'Immeubles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3321', '332', 'Immeubles acquis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '3322', '332', 'Immeubles construits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '34', NULL, 'Acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '341', '34', 'Acomptes versés sur matières premières et consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '342', '34', 'Acomptes versés sur produits en cours de fabrication et commandes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '343', '34', 'Acomptes versés sur produits finis et marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'STOCK', 'XXXXXX', '344', '34', 'Acomptes versés sur terrains et immeubles destinés à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Créances résultant de ventes et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '401', '4', 'Créances dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4012', '401', 'Clients – Effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4013', '401', 'Clients douteux ou litigieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4014', '401', 'Clients – Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4015', '401', 'Clients créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4019', '401', 'Corrections de valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '402', '4', 'Créances dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4021', '402', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4022', '402', 'Clients – Effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4023', '402', 'Clients douteux ou litigieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4024', '402', 'Clients – Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4025', '402', 'Clients créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4029', '402', 'Corrections de valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41', NULL, 'Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Créances sur des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Créances dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41111', '4111', 'Ventes de marchandises et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41112', '4111', 'Prêts et avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41113', '4111', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41114', '4111', 'Dividendes à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41118', '4111', 'Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41119', '4111', 'Corrections de valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4112', '411', 'Créances dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41121', '4112', 'Ventes de marchandises et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41122', '4112', 'Prêts et avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41123', '4112', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41124', '4112', 'Dividendes à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41128', '4112', 'Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41129', '4112', 'Corrections de valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '412', '41', 'Créances sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4121', '412', 'Créances dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41211', '4121', 'Ventes de marchandises et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41212', '4121', 'Prêts et avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41213', '4121', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41214', '4121', 'Dividendes à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41218', '4121', 'Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41219', '4121', 'Corrections de valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4122', '412', 'Créances dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41221', '4122', 'Ventes de marchandises et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41222', '4122', 'Prêts et avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41223', '4122', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41224', '4122', 'Dividendes à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41228', '4122', 'Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '41229', '4122', 'Corrections de valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42', NULL, 'Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Autres créances dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4211', '421', 'Personnel – Avances et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42111', '4211', 'Avances et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42119', '4211', 'Corrections de valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4212', '421', 'Créances sur associés ou actionnaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42121', '4212', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42122', '4212', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42129', '4212', 'Corrections de valeur sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4213', '421', 'Etat – Subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42131', '4213', 'Subventions d’investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42132', '4213', 'Subventions d’exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42138', '4213', 'Autres subventions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4214', '421', 'Administration des Contributions Directes (ACD)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4215', '421', 'Administration des Douanes et Accises (ADA)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4216', '421', 'Administration de l’Enregistrement et des Domaines (AED)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42161', '4216', 'Taxe sur la valeur ajoutée – TVA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421611', '42161', 'TVA en amont', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421612', '42161', 'TVA à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421613', '42161', 'TVA acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421618', '42161', 'TVA – Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42162', '4216', 'Impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421621', '42162', 'Droits d’enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421622', '42162', 'Taxe d’abonnement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421623', '42162', 'Droits d’hypothèques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421624', '42162', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421628', '42162', 'Autres impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42168', '4216', 'AED – Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4217', '421', 'Créances sur la sécurité sociale et autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42171', '4217', 'Centre Commun de Sécurité Sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42172', '4217', 'Mutualité des employeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42178', '4217', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4218', '421', 'Créances diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42181', '4218', 'Impôts étrangers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421811', '42181', 'TVA étrangères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '421818', '42181', 'Autres impôts étrangers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42188', '4218', 'Autres créances diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42189', '4218', 'Corrections de valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Autres créances dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4221', '422', 'Personnel – Avances et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42211', '4221', 'Avances et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42219', '4221', 'Corrections de valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4222', '422', 'Associés ou actionnaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42221', '4222', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42222', '4222', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42229', '4222', 'Corrections de valeur sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4223', '422', 'Etat – Subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42231', '4223', 'Subventions d’investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42232', '4223', 'Subventions d’exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42238', '4223', 'Autres subventions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4224', '422', 'Administration des Contributions Directes (ACD)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4225', '422', 'Administration des Douanes et Accises (ADA)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4226', '422', 'Administration de l’Enregistrement et des Domaines (AED)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42261', '4226', 'Taxe sur la valeur ajoutée – TVA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422611', '42261', 'TVA en amont', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422612', '42261', 'TVA à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422613', '42261', 'TVA acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422618', '42261', 'TVA – Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42262', '4226', 'Impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422621', '42262', 'Droits d’enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422622', '42262', 'Taxe d’abonnement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422623', '42262', 'Droits d’hypothèques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422624', '42262', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422628', '42262', 'Autres impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4227', '422', 'Créances sur la sécurité sociale et autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42271', '4227', 'Centre Commun de Sécurité Sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42272', '4227', 'Mutualité des employeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42278', '4227', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4228', '422', 'Créances diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42281', '4228', 'Impôts étrangers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422811', '42281', 'TVA étrangères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '422818', '42281', 'Autres impôts étrangers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42288', '4228', 'Autres créances diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '42289', '4228', 'Corrections de valeur sur autres créances diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '43', NULL, 'Acomptes reçus sur commandes pour autant qu’ils ne sont pas déduits des stocks de façon distincte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Acomptes reçus dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Acomptes reçus dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '44', NULL, 'Dettes sur achats et prestations de services et dettes représentées par des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Dettes sur achats et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4411', '441', 'Dettes sur achats et prestations de services dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '44111', '4411', 'Fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '44112', '4411', 'Fournisseurs – Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '44113', '4411', 'Fournisseurs débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '441131', '44113', 'Fournisseurs – Avances et acomptes versés sur commandes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '441132', '44113', 'Fournisseurs – Créances pour emballages et matériel à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '441133', '44113', 'Fournisseurs – Autres avoirs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '441134', '44113', 'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4412', '441', 'Dettes sur achats et prestations de services dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '44121', '4412', 'Fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '44122', '4412', 'Fournisseurs – Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '44123', '4412', 'Fournisseurs débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '441231', '44123', 'Fournisseurs – Avances et acomptes versés sur commandes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '441232', '44123', 'Fournisseurs – Créances pour emballages et matériel à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '441233', '44123', 'Fournisseurs – Autres avoirs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '441234', '44123', 'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Dettes représentées par des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4421', '442', 'Dettes représentées par des effets de commerce dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4422', '442', 'Dettes représentées par des effets de commerce dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45', NULL, 'Dettes envers des entreprises liées et des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Dettes envers des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4511', '451', 'Dettes envers des entreprises liées dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45111', '4511', 'Ventes de marchandises et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45112', '4511', 'Prêts et avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45113', '4511', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45114', '4511', 'Dividendes à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45118', '4511', 'Autres dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4512', '451', 'Dettes envers des entreprises liées dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45121', '4512', 'Ventes de marchandises et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45122', '4512', 'Prêts et avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45123', '4512', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45124', '4512', 'Dividendes à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45128', '4512', 'Autres dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Dettes envers des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4521', '452', '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, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45211', '4521', 'Ventes de marchandises et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45212', '4521', 'Prêts et avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45213', '4521', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45214', '4521', 'Dividendes à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45218', '4521', 'Autres dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4522', '452', '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, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45221', '4522', 'Ventes de marchandises et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45222', '4522', 'Prêts et avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45223', '4522', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45224', '4522', 'Dividendes à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '45228', '4522', 'Autres dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46', NULL, 'Dettes fiscales et dettes envers la sécurité sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Dettes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4611', '461', 'Administrations communales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46111', '4611', 'Impôts communaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46112', '4611', 'Taxes communales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4612', '461', 'Administration des Contributions Directes (ACD)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46121', '4612', 'Impôt sur le revenu des collectivités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461211', '46121', 'Impôt sur le revenu des collectivités – charge fiscale estimée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461212', '46121', 'Impôt sur le revenu des collectivités – dette fiscale à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46122', '4612', 'Impôt commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461221', '46122', 'Impôt commercial – charge fiscale estimée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461222', '46122', 'Impôt commercial – dette fiscale à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46123', '4612', 'Impôt sur la fortune', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461231', '46123', 'Impôt sur la fortune – charge fiscale estimée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461232', '46123', 'Impôt sur la fortune – dette fiscale à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46124', '4612', 'Retenue d’impôt sur traitements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46125', '4612', 'Retenue d’impôt sur revenus de capitaux mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46126', '4612', 'Retenue d’impôt sur les tantièmes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46128', '4612', 'ACD – Autres dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4613', '461', 'Administration des Douanes et Accises (ADA)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46131', '4613', 'Taxe sur les véhicules automoteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46132', '4613', 'Droits d’accises et taxe de consommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46138', '4613', 'ADA – Autres dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4614', '461', 'Administration de l’Enregistrement et des Domaines (AED)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46141', '4614', 'Taxe sur la valeur ajoutée – TVA', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461411', '46141', 'TVA en aval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461412', '46141', 'TVA due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461413', '46141', 'TVA acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461418', '46141', 'TVA – Autres dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '46142', '4614', 'Impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461421', '46142', 'Droits d’enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461422', '46142', 'Taxe d’abonnement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461423', '46142', 'Droits d’hypothèques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461424', '46142', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '461428', '46142', 'Autres impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4615', '461', 'Administrations fiscales étrangères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Dettes au titre de la sécurité sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4621', '462', 'Centre Commun de Sécurité Sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4622', '462', 'Organismes de sécurité sociale étrangers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4628', '462', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47', NULL, 'Autres dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Autres dettes dont la durée résiduelle est inférieure ou égale à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4711', '471', 'Dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47111', '4711', 'Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47112', '4711', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47113', '4711', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4712', '471', 'Dettes envers associés et actionnaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47121', '4712', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47122', '4712', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4713', '471', 'Dettes envers administrateurs, gérants et commissaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4714', '471', 'Dettes envers le personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47141', '4714', 'Personnel – Rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47142', '4714', 'Personnel – Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47143', '4714', 'Personnel – Oppositions, saisies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47148', '4714', 'Personnel – Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4715', '471', 'Etat – Droits d’émission à restituer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4718', '471', 'Autres dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Autres dettes dont la durée résiduelle est supérieure à un an', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4721', '472', 'Dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47211', '4721', 'Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47212', '4721', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47213', '4721', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4722', '472', 'Dettes envers associés et actionnaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47221', '4722', 'Montant principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47222', '4722', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4723', '472', 'Dettes envers administrateurs, gérants et commissaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4724', '472', 'Dettes envers le personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47241', '4724', 'Personnel – Rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47242', '4724', 'Personnel – Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47243', '4724', 'Personnel – Oppositions, saisies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '47248', '4724', 'Personnel – Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4726', '472', 'Etat – Droits d’émission à restituer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '4728', '472', 'Autres dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '48', NULL, 'Comptes de régularisation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Charges à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Produits à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '483', '48', 'Etat – droits d’émission alloués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '484', '48', 'Comptes transitoires ou d’attente – Actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '485', '48', 'Comptes transitoires ou d’attente – Passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Comptes de liaison – Actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'THIRDPARTY', 'XXXXXX', '487', '48', 'Comptes de liaison – Passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '5', NULL, 'Valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '501', '5', 'Parts dans des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '502', '5', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '503', '5', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '508', '5', 'Autres valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '5081', '508', 'Actions – Titres cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '5082', '508', 'Actions – Titres non cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '5083', '508', 'Obligations et autres titres de créance émis par la société et rachetés par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '5084', '508', 'Obligations – Titres cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '5085', '508', 'Obligations – Titres non cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '5088', '508', 'Autres valeurs mobilières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '51', NULL, 'Avoirs en banques, avoirs en comptes de chèques postaux, chèques et encaisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '511', '51', 'Chèques à encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '512', '51', 'Valeurs à l’encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '513', '51', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '5131', '513', 'Banques comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '5132', '513', 'Banques comptes à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '514', '51', 'Compte chèque postal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '516', '51', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '517', '51', 'Virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'FINAN', 'XXXXXX', '518', '51', 'Autres avoirs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6', NULL, 'Consommation de marchandises et de matières premières et consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '601', '6', 'Matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '602', '6', 'Matières consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '603', '6', 'Fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6031', '603', 'Combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60311', '6031', 'Solides', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60312', '6031', 'Liquides', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60313', '6031', 'Gaz comprimé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6032', '603', 'Produits d’entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6033', '603', 'Fournitures d’atelier et d’usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6034', '603', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6035', '603', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6036', '603', 'Carburants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6037', '603', 'Lubrifiants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6038', '603', 'Autres fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '604', '6', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6041', '604', 'Emballages non récupérables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6042', '604', 'Emballages récupérables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6043', '604', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '605', '6', 'Approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '606', '6', 'Achats de biens destinés à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6061', '606', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6062', '606', 'Immeubles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6063', '606', 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '607', '6', 'Variation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6071', '607', 'Variation des stocks de matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6072', '607', 'Variation des stocks de matières consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6073', '607', 'Variation des stocks de fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6074', '607', 'Variation des stocks d’emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6075', '607', 'Variation des stocks d’approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6076', '607', 'Variation des stocks de biens destinés à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '608', '6', 'Achats non stockés et achats incorporés aux ouvrages et produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6081', '608', 'Achats non stockés de matières et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60811', '6081', 'Fournitures non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '608111', '60811', 'Eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '608112', '60811', 'Electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '608113', '60811', 'Gaz de canalisation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60812', '6081', 'Fournitures d’entretien et de petit équipement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60813', '6081', 'Fournitures administratives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60814', '6081', 'Carburants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60815', '6081', 'Lubrifiants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60816', '6081', 'Vêtements professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60818', '6081', 'Autres matières et fournitures non stockées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6082', '608', 'Achats incorporés aux ouvrages et produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60821', '6082', 'Achats d’études et prestations de services (incorporés aux ouvrages et produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '608211', '60821', 'Travail à façon', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '608212', '60821', 'Recherche et développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '608213', '60821', 'Frais d’architectes et d’ingénieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60822', '6082', 'Achats de matériel, équipements, pièces détachées et travaux (incorporés aux ouvrages et produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '60828', '6082', 'Autres achats d’études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '609', '6', 'Rabais, remises et ristournes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6091', '609', 'Matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6092', '609', 'Matières consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6093', '609', 'Fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6094', '609', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6095', '609', 'Approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6096', '609', 'Achats de biens destinés à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6098', '609', 'Achats non stockés et achats incorporés aux ouvrages et produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6099', '609', 'Rabais, remises et ristournes non affectés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61', NULL, 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '611', '61', 'Loyers et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6111', '611', 'Locations immobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61111', '6111', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61112', '6111', 'Bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6112', '611', 'Locations mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61121', '6112', 'Installations techniques et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61122', '6112', 'Autres installations, outillages et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61123', '6112', 'Matériel roulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6113', '611', 'Charges locatives et de copropriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6114', '611', 'Leasing immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61141', '6114', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61142', '6114', 'Bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6115', '611', 'Leasing mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61151', '6115', 'Installations techniques et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61152', '6115', 'Autres installations, outillages et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61153', '6115', 'Matériel roulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6116', '611', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '612', '61', 'Sous-traitance, entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6121', '612', 'Sous-traitance générale (non incorporée directement aux ouvrages, travaux et produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6122', '612', 'Entretien et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61221', '6122', 'Sur installations techniques et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61222', '6122', 'Sur autres installations, outillages et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61223', '6122', 'Sur matériel roulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6123', '612', 'Contrats de maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6124', '612', 'Etudes et recherches (non incorporées dans les produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '613', '61', 'Rémunérations d’intermédiaires et honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6131', '613', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61311', '6131', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61312', '6131', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61313', '6131', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6132', '613', 'Traitement informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6133', '613', 'Services bancaires et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61331', '6133', 'Frais sur titres (achat, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61332', '6133', 'Commissions et frais sur émission d’emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61333', '6133', 'Frais de compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61334', '6133', 'Frais sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61335', '6133', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61336', '6133', 'Rémunérations d’affacturage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61337', '6133', 'Location de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61338', '6133', 'Autres frais et commissions bancaires (hors intérêts et frais assimilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6134', '613', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61341', '6134', 'Honoraires juridiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61342', '6134', 'Honoraires comptables et d’audit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61343', '6134', 'Honoraires fiscaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61348', '6134', 'Autres honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6135', '613', 'Frais d’actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6136', '613', 'Frais de recrutement de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6138', '613', 'Autres rémunérations d’intermédiaires et honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '614', '61', 'Primes d’assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6141', '614', 'Assurances sur biens de l’actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61411', '6141', 'Bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61412', '6141', 'Véhicules', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61413', '6141', 'Installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61418', '6141', 'Sur autres biens de l’actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6142', '614', 'Assurances sur biens pris en location', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6143', '614', 'Assurance-transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61431', '6143', 'Sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61432', '6143', 'Sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61438', '6143', 'Sur autres biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6144', '614', 'Assurance risque d’exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6145', '614', 'Assurance insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6146', '614', 'Assurance responsabilité civile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6148', '614', 'Autres assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '615', '61', 'Frais de marketing et de communication', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6151', '615', 'Frais de marketing et de publicité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61511', '6151', 'Annonces et insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61512', '6151', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61513', '6151', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61514', '6151', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61515', '6151', 'Catalogues et imprimés et publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61516', '6151', 'Dons courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61517', '6151', 'Sponsoring', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61518', '6151', 'Autres achats de services publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6152', '615', 'Frais de déplacements et de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61521', '6152', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '615211', '61521', 'Direction (respectivement exploitant et associés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '615212', '61521', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61522', '6152', 'Frais de déménagement de l’entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61523', '6152', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61524', '6152', 'Réceptions et frais de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6153', '615', 'Frais postaux et frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61531', '6153', 'Timbres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61532', '6153', 'Téléphone et autres frais de télécommunication', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61538', '6153', 'Autres frais postaux (location de boîtes postales, etc.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '616', '61', 'Transports de biens et transports collectifs du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6161', '616', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6162', '616', 'Transports sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6163', '616', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6164', '616', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6165', '616', 'Transports collectifs du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6168', '616', 'Autres transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '617', '61', 'Personnel extérieur à l’entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6171', '617', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6172', '617', 'Personnel prêté à l’entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '618', '61', 'Charges externes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6181', '618', 'Documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61811', '6181', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '61812', '6181', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6182', '618', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6183', '618', 'Elimination des déchets industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6184', '618', 'Elimination de déchets non industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6185', '618', 'Evacuation des eaux usées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6186', '618', 'Frais de surveillance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6187', '618', 'Cotisations aux associations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6188', '618', 'Autres charges externes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '619', '61', 'Rabais, remises et ristournes obtenus sur autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62', NULL, 'Frais de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '621', '62', 'Rémunérations des salariés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6211', '621', 'Salaires bruts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62111', '6211', 'Salaires de base', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62112', '6211', 'Suppléments pour travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '621121', '62112', 'Dimanche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '621122', '62112', 'Jours fériés légaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '621123', '62112', 'Heures supplémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '621128', '62112', 'Autres suppléments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62113', '6211', 'Primes de ménage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62114', '6211', 'Gratifications, primes et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62115', '6211', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62116', '6211', 'Indemnités de licenciement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62117', '6211', 'Trimestre de faveur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6218', '621', 'Autres avantages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6219', '621', 'Remboursements sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62191', '6219', 'Remboursements mutualité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62192', '6219', 'Remboursements pour congé politique, sportif, culturel, éducatif et mandats sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62193', '6219', 'Remboursements trimestre de faveur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '622', '62', 'Autre personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6221', '622', 'Etudiants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6222', '622', 'Salaires occasionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6228', '622', 'Autre personnel temporaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '623', '62', 'Charges sociales (part patronale)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6231', '623', 'Charges sociales salariés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62311', '6231', 'Caisse Nationale de Santé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62312', '6231', 'Caisse Nationale d’Assurance-Pension', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '62318', '6231', 'Cotisations patronales complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6232', '623', 'Assurance accidents du travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6233', '623', 'Service de santé au travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6238', '623', 'Autres charges sociales patronales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6239', '623', 'Remboursements de charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '624', '62', 'Pensions complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6241', '624', 'Primes à des fonds de pensions extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6242', '624', 'Dotation aux provisions pour pensions complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6243', '624', 'Retenue d’impôt sur pension complémentaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6244', '624', 'Prime d’assurance insolvabilité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6245', '624', 'Pensions complémentaires versées par l’employeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '628', '62', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6281', '628', 'Médecine du travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6288', '628', 'Autres charges sociales diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '63', NULL, 'Dotations aux corrections de valeur des éléments d’actif non financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '631', '63', 'Dotations aux corrections de valeur sur frais d’établissement et frais assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6311', '631', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6312', '631', 'Frais de premier établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6313', '631', 'Frais d’augmentation de capital et d’opérations diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6314', '631', 'Frais d’émission d’emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres frais assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '632', '63', 'Dotations aux corrections de valeur sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6321', '632', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6322', '632', 'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6323', '632', 'Fonds de commerce dans la mesure où il a été acquis à titre onéreux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6324', '632', 'Acomptes versés et immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '633', '63', 'Dotations aux corrections de valeur sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6331', '633', 'Terrains et constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '63311', '6331', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '63312', '6331', 'Agencements et aménagements de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '63313', '6331', 'Constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6332', '633', 'Installations techniques et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6333', '633', 'Autres installations, outillage, mobilier et matériel roulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6334', '633', 'Acomptes versés et immobilisations corporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '634', '63', 'Dotations aux corrections de valeur sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6341', '634', 'Matières premières et consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6342', '634', 'Produits en cours de fabrication et commandes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6343', '634', 'Produits finis et marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6344', '634', 'Terrains et immeubles destinés à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6345', '634', 'Acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '635', '63', 'Dotations aux corrections de valeur sur créances de l’actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6351', '635', 'Créances résultant de ventes et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6352', '635', 'Créances sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6353', '635', 'Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64', NULL, 'Autres charges d’exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '641', '64', 'Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6411', '641', 'Concessions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6412', '641', 'Brevets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6413', '641', 'Licences informatiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6414', '641', 'Marques et franchises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6415', '641', 'Droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64151', '6415', 'Droits d’auteur et de reproduction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64158', '6415', 'Autres droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '642', '64', 'Indemnités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '643', '64', 'Jetons de présence', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '644', '64', 'Tantièmes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '645', '64', 'Pertes sur créances irrécouvrables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6451', '645', 'Créances résultant de ventes et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6452', '645', 'Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6453', '645', 'Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '646', '64', 'Impôts, taxes et versements assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6461', '646', 'Impôt foncier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6462', '646', 'TVA non déductible', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6463', '646', 'Droits sur les marchandises en provenance de l’étranger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64631', '6463', 'Droits d’accises et taxe de consommation sur marchandises en provenance de l’étranger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64632', '6463', 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64633', '6463', 'Montants compensatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6464', '646', 'Droits d’accises à la production et taxe de consommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6465', '646', 'Droits d’enregistrement et de timbre, droits d’hypothèques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64651', '6465', 'Droits d’enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64652', '6465', 'Taxe d’abonnement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64653', '6465', 'Droits d’hypothèques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64654', '6465', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '64658', '6465', 'Autres droits d’enregistrement et de timbre, droits d’hypothèques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6466', '646', 'Taxes sur les véhicules', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6467', '646', 'Taxe de cabaretage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6468', '646', 'Autres droits et impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6469', '646', 'Dotations aux provisions pour impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '647', '64', 'Dotations aux plus-values immunisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres charges d’exploitation diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '649', '64', 'Dotations aux provisions d’exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65', NULL, 'Charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '651', '65', 'Dotations aux corrections de valeur et ajustements pour juste valeur sur immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6511', '651', 'Dotations aux corrections de valeur sur immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65111', '6511', 'Parts dans des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65112', '6511', 'Créances sur des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65113', '6511', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65114', '6511', 'Créances sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65115', '6511', 'Titres ayant le caractère d’immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65116', '6511', 'Prêts et créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65117', '6511', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6512', '651', 'Ajustements pour juste valeur sur immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '653', '65', 'Dotations aux corrections de valeur et ajustements pour juste valeur sur éléments financiers de l’actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6531', '653', 'Dotations aux corrections de valeur sur valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65311', '6531', 'Parts dans des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65312', '6531', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65313', '6531', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65318', '6531', 'Autres valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6532', '653', '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, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6533', '653', 'Dotations aux corrections de valeur sur autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6534', '653', 'Ajustements pour juste valeur sur éléments financiers de l’actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '654', '65', 'Moins-values de cession de valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6541', '654', 'Parts dans des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6542', '654', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6543', '654', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6548', '654', 'Autres valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '655', '65', 'Intérêts et escomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6551', '655', 'Intérêts des dettes financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65511', '6551', 'Intérêts des dettes subordonnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65512', '6551', 'Intérêts des emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6552', '655', 'Intérêts bancaires et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65521', '6552', 'Intérêts bancaires sur comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65522', '6552', 'Intérêts bancaires sur opérations de financement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '65523', '6552', 'Intérêts sur leasings financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6553', '655', 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6554', '655', 'Intérêts sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6555', '655', 'Escomptes et frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6556', '655', 'Escomptes accordés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6558', '655', 'Intérêts sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '656', '65', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '657', '65', 'Quote-part de perte dans les entreprises collectives (autres que les sociétés de capitaux)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '658', '65', 'Autres charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '659', '65', 'Dotations aux provisions financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '66', NULL, 'Charges exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '661', '66', 'Dotations aux corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6611', '661', 'Sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6612', '661', 'Sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '662', '66', 'Dotations aux corrections de valeur exceptionnelles sur éléments de l’actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6621', '662', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6622', '662', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '663', '66', 'Valeur comptable des immobilisations incorporelles et corporelles cédées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6631', '663', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6632', '663', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '664', '66', 'Valeur comptable des immobilisations financières cédées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6641', '664', 'Parts dans des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6642', '664', 'Créances sur des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6643', '664', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6644', '664', 'Créances sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6645', '664', 'Titres ayant le caractère d’immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6646', '664', 'Prêts et créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6647', '664', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '665', '66', 'Valeur comptable des créances de l’actif circulant financier cédées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6651', '665', 'ur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6652', '665', 'Sur autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6681', '668', 'Pénalités sur marchés et dédits payés sur achats et ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6682', '668', 'Amendes et pénalités fiscales, sociales et pénales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6683', '668', 'Dommages et intérêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6684', '668', 'Malis provenant de clauses d’indexation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6688', '668', 'Autres charges exceptionnelles diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '669', '66', 'Dotations aux provisions exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '67', NULL, 'Impôts sur le résultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '671', '67', 'Impôt sur le revenu des collectivités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6711', '671', 'Exercice courant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6712', '671', 'Exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '672', '67', 'Impôt commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6721', '672', 'Exercice courant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6722', '672', 'Exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '673', '67', 'Impôts étrangers sur le résultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6731', '673', 'Retenues d’impôt à la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6732', '673', 'Impôts supportés par les établissements stables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '67321', '67321', 'Exercice courant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '67322', '67321', 'Exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6733', '673', 'Impôts supportés par les entreprises non résidentes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6738', '673', 'Autres impôts étrangers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '679', '67', 'Dotations aux provisions pour impôts sur le résultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6791', '679', 'Dotations aux provisions pour impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6792', '679', 'Dotations aux provisions pour impôts différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '68', NULL, 'Autres impôts ne figurant pas sous le poste ci-dessus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '681', '68', 'Impôt sur la fortune', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6811', '6811', 'Exercice courant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '6812', '6811', 'Exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '682', '68', 'Taxe d’abonnement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '683', '68', 'Impôts étrangers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '688', '68', 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'EXPENSE', 'XXXXXX', '689', '68', 'Dotations aux provisions pour autres impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '70', NULL, 'Montant net du chiffre d’affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '701', '70', 'Ventes sur commandes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7011', '701', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7012', '701', 'Prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7013', '701', 'Immeubles en construction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '702', '70', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '703', '70', 'Ventes de produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '704', '70', 'Ventes de produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '705', '70', 'Ventes d’éléments destinés à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7051', '705', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7052', '705', 'Ventes de terrains et d’immeubles existants (promotion immobilière)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7053', '705', 'Ventes d’autres éléments destinés à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '706', '70', 'Prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '708', '70', 'Autres éléments du chiffre d’affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7081', '708', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7082', '708', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '70821', '7082', 'Loyer immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '70822', '7082', 'Loyer mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7083', '708', 'Ventes d’emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7088', '708', 'Autres éléments divers du chiffre d’affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '709', '70', 'Rabais, remises et ristournes accordés par l’entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7091', '709', 'Sur ventes sur commandes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7092', '709', 'Sur ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7093', '709', 'Sur ventes de produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7094', '709', 'Sur ventes de produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7095', '709', 'Sur ventes d’éléments destinés à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7096', '709', 'Sur prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7098', '709', 'Sur autres éléments du chiffre d’affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '71', NULL, 'Variation des stocks de produits finis, d’en cours de fabrication et des commandes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '711', '71', 'Variation des stocks de produits en cours de fabrication et de commandes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7111', '711', 'Variation des stocks de produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7112', '711', 'Variation des stocks de commandes en cours – produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7113', '711', 'Variation des stocks de commandes en cours – prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7114', '711', 'Variation des stocks d’immeubles en construction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '712', '71', 'Variation des stocks de produits finis et marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7121', '712', 'Variation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7122', '712', 'Variation des stocks de produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7123', '712', 'Variation des stocks de produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7126', '712', 'Variation des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7127', '712', 'Variation des stocks de marchandises en voie d’acheminement, mises en dépôt ou données en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '72', NULL, 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7211', '721', 'Frais de recherche et développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7212', '721', 'Concessions, brevets, licences, marques, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '72121', '7212', 'Concessions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '72122', '7212', 'Brevets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '72123', '7212', 'Licences informatiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '72124', '7212', 'Marques et franchises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '72125', '72124', 'Droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '721251', '72125', 'Droits d’auteur et de reproduction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '721258', '72125', 'Autres droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7221', '722', 'Terrains et constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7222', '722', 'Installations techniques et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7223', '722', 'Autres installations, outillage, mobilier et matériel roulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '73', NULL, 'Reprises de corrections de valeur des éléments d’actif non financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '732', '73', 'Reprises de corrections de valeur sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7321', '732', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7322', '732', 'Concessions, brevets, licences, marques ainsi que droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7323', '732', 'Fonds de commerce dans la mesure où il a été acquis à titre onéreux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7324', '732', 'Acomptes versés et immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '733', '73', 'Reprises de corrections de valeur sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7331', '733', 'Terrains et constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '73311', '7331', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '73312', '7331', 'Agencements et aménagements de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '73313', '7331', 'Constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '73314', '7331', 'Constructions sur sol d’autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7332', '733', 'Installations techniques et machines', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7333', '733', 'Autres installations, outillage, mobilier et matériel roulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7334', '733', 'Acomptes versés et immobilisations corporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '734', '73', 'Reprises de corrections de valeur sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7341', '734', 'Matières premières et consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7342', '734', 'Produits en cours de fabrication et commandes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7343', '734', 'Produits finis et marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7344', '734', 'Terrains et immeubles destinés à la revente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7345', '734', 'Acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '735', '73', 'Reprises de corrections de valeur sur créances de l’actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7351', '735', 'Créances résultant de ventes et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7352', '735', 'Créances sur des entreprises liées et des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7353', '735', 'Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '74', NULL, 'Autres produits d’exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '741', '74', 'Redevances pour concessions, brevets, licences, marques, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7411', '741', 'Concessions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7412', '741', 'Brevets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7413', '741', 'Licences informatiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7414', '741', 'Marques et franchises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7415', '741', 'Droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '74151', '7415', 'Droits d’auteur et de reproduction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '74158', '7415', 'Autres droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '742', '74', 'Revenus des immeubles non affectés aux activités professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '743', '74', 'Jetons de présence, tantièmes et rémunérations assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '744', '74', 'Subventions d’exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7441', '744', 'Subventions sur produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7442', '744', 'Bonifications d’intérêt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7443', '744', 'Montants compensatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7444', '744', 'Subventions destinées à promouvoir l’emploi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '74441', '7444', 'Primes d’apprentissage reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '74442', '7444', 'Autres subventions destinées à promouvoir l’emploi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7448', '744', 'Autres subventions d’exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '745', '74', 'Ristournes perçues des coopératives (provenant des excédents)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '746', '74', 'Indemnités d’assurance touchées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '747', '74', 'Reprises de plus-values immunisées et de subventions d’investissement en capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7471', '747', 'Plus-values immunisées non réinvesties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7472', '747', 'Plus-values immunisées réinvesties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7473', '747', 'Subventions d’investissement en capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '748', '74', 'Autres produits d’exploitation divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '749', '74', 'Reprises sur provisions d’exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75', NULL, 'Produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '751', '75', 'Reprises sur corrections de valeur et ajustements pour juste valeur sur immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7511', '751', 'Reprises sur corrections de valeur sur immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75111', '7511', 'Parts dans des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75112', '7511', 'Créances sur des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75113', '7511', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75114', '7511', 'Créances sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75115', '7511', 'Titres ayant le caractère d’immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75116', '7511', 'Prêts et créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75117', '7511', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7512', '751', 'Ajustements pour juste valeur sur immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '752', '75', 'Revenus des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7521', '752', 'Parts dans des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7522', '752', 'Créances sur des entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7523', '752', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7524', '752', 'Créances sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7525', '752', 'Titres ayant le caractère d’immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7526', '752', 'Prêts et créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7527', '752', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '753', '75', 'Reprises sur corrections de valeur et ajustements pour juste valeur sur éléments financiers de l’actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7531', '753', '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, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7532', '753', 'Reprises sur corrections de valeur sur autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7533', '753', 'Reprises sur corrections de valeur sur valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75331', '7533', 'Parts dans les entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75332', '7533', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75333', '7533', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75338', '7533', 'Autres valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7534', '753', 'Ajustements pour juste valeur sur éléments financiers de l’actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '754', '75', 'Plus-value de cession et autres produits de valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7541', '754', 'Plus-value de cession de valeurs mobilière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75411', '7541', 'Parts dans les entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75412', '7541', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75413', '7541', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75418', '7541', 'Autres valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7548', '754', 'Autres produits de valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75481', '7548', 'Parts dans les entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75482', '7548', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75483', '7548', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75488', '7548', 'Autres valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '755', '75', 'Autres intérêts et escomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7552', '755', 'Intérêts bancaires et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75521', '7552', 'Intérêts sur comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75522', '7552', 'Intérêts sur comptes à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '75523', '7552', 'Intérêts sur leasings financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7553', '755', 'Intérêts sur créances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7554', '755', 'Intérêts sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7555', '755', 'Escomptes d’effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7556', '755', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7558', '755', 'Intérêts sur autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '756', '75', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '757', '75', 'Quote-part de bénéfice dans les entreprises collectives (autres que les sociétés de capitaux)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '758', '75', 'Autres produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '759', '75', 'Reprises sur provisions financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '76', NULL, 'Produits exceptionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '761', '76', 'Reprises sur corrections de valeur exceptionnelles sur immobilisations incorporelles et corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7611', '761', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7612', '761', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '762', '76', 'Reprises sur corrections de valeur exceptionnelles sur éléments de l’actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7621', '762', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7622', '762', 'Sur créances de l’actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '763', '76', 'Produits de cession d’immobilisations incorporelles et corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7631', '763', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7632', '763', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '764', '76', 'Produits de cession d’immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7641', '764', 'Parts dans les entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7642', '764', 'Créances sur entreprises liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7643', '764', 'Parts dans des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7644', '764', 'Créances sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7645', '764', 'Titres ayant le caractère d’immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7646', '764', 'Prêts et créances immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7647', '764', 'Actions propres ou parts propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '765', '76', 'Produits de cession sur créances de l’actif circulant financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7651', '765', 'Créances sur des entreprises liées et sur des entreprises avec lesquelles la société a un lien de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7652', '765', 'Autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '768', '76', 'Autres produits exceptionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7681', '768', 'Pénalités sur marchés et dédits perçus sur achats et sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7682', '768', 'Libéralités reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7683', '768', 'Rentrées sur créances amorties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7684', '768', 'Subventions exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7685', '768', 'Bonis provenant de clauses d’indexation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7686', '768', 'Bonis provenant du rachat par l’entreprise d’actions et d’obligations émises par elle-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7688', '768', 'Autres produits exceptionnels divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '769', '76', 'Reprises sur provisions exceptionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '77', NULL, 'Régularisations d’impôts sur le résultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '771', '77', 'Régularisations d’impôt sur le revenu des collectivités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '772', '77', 'Régularisations d’impôt commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '773', '77', 'Régularisations d’impôts étrangers sur le résultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '779', '77', 'Reprises sur provisions pour impôts sur le résultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7791', '779', 'Reprises sur provisions pour impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '7792', '779', 'Reprises sur provisions pour impôts différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '78', NULL, 'Régularisations d’autres impôts ne figurant pas sous le poste ci-dessus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '781', '78', 'Régularisations d’impôt sur la fortune', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '782', '78', 'Régularisations de taxes d’abonnement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '783', '78', 'Régularisations d’impôts étrangers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '788', '78', 'Régularisations d’autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCN-LUXEMBURG', 'INCOME', 'XXXXXX', '789', '78', 'Reprises sur provisions pour autres impôts', 1, __ENTITY__);
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_ma.sql b/htdocs/install/mysql/data/llx_accounting_account_ma.sql
    index 247bae45994..2f21622a719 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_ma.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_ma.sql
    @@ -1,871 +1,849 @@
    --- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
    ---
    --- 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/>.
    ---
    ---
     
    ---
    --- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
    --- de l'install et tous les sigles '--' sont supprimés.
    ---
    -
    ---
     -- Descriptif plan comptable fr_MA PCG
     -- ID 7000 - 7999
    ---
    +-- ADD 1200000 to rowid # Do no remove this comment --
    +
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7000,'PCG','CAPIT','XXXXXX','1','','Comptes de Financement Permanent','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7001,'PCG','CAPIT','XXXXXX','11',7000,'Capitaux Propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7002,'PCG','CAPIT','XXXXXX','1111',7001,'Capital Social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7003,'PCG','CAPIT','XXXXXX','1112',7001,'Fonds de Dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7004,'PCG','CAPIT','XXXXXX','1117',7001,'Capital Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7005,'PCG','CAPIT','XXXXXX','11171',7004,'Capital Individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7006,'PCG','CAPIT','XXXXXX','11175',7004,'Compte de l''Exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7007,'PCG','CAPIT','XXXXXX','1119',7001,'Actionnaires, Capital souscrit non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7008,'PCG','CAPIT','XXXXXX','112',7001,'Primes d''émission, de fusion et d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7009,'PCG','CAPIT','XXXXXX','1121',7008,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7010,'PCG','CAPIT','XXXXXX','1122',7008,'Primes de Fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7011,'PCG','CAPIT','XXXXXX','1123',7008,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7012,'PCG','CAPIT','XXXXXX','113',7001,'Ecarts de réévaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7013,'PCG','CAPIT','XXXXXX','114',7001,'Réserve légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7014,'PCG','CAPIT','XXXXXX','115',7001,'Autres réserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7015,'PCG','CAPIT','XXXXXX','1151',7014,' Réserves statutaires ou contractuelles ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7016,'PCG','CAPIT','XXXXXX','1152',7014,'Réserves facultatives ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7017,'PCG','CAPIT','XXXXXX','1155',7014,'Réserves réglementaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7018,'PCG','CAPIT','XXXXXX','116',7001,'Report à nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7019,'PCG','CAPIT','XXXXXX','1161',7018,'Report à nouveau (solde créditeur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7020,'PCG','CAPIT','XXXXXX','1169',7018,'Report à nouveau (solde débiteur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7021,'PCG','CAPIT','XXXXXX','118',7001,'Résultat net en Instance d''Affectation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7022,'PCG','CAPIT','XXXXXX','1181',7021,'Résultat net en Instance d''Affectation (Solde créditeur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7023,'PCG','CAPIT','XXXXXX','1189',7021,'Résultat net en Instance d''Affectation (Solde débiteur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7024,'PCG','CAPIT','XXXXXX','119',7001,'Résultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7025,'PCG','CAPIT','XXXXXX','1191',7024,'Résultat net de l''exercice (Solde créditeur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7026,'PCG','CAPIT','XXXXXX','1199',7024,'Résultat net de l''exercice (Solde débiteur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7027,'PCG','CAPIT','XXXXXX','13',7000,'Capitaux Propres et Assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7028,'PCG','CAPIT','XXXXXX','131',7027,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7029,'PCG','CAPIT','XXXXXX','1311',7028,'Subvention d''investissement reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7030,'PCG','CAPIT','XXXXXX','1319',7028,'Subvention d''investissement inscrits au compte de produit et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7031,'PCG','CAPIT','XXXXXX','135',7027,'Provisions réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7032,'PCG','CAPIT','XXXXXX','1351',7031,'Provisions pour amortissements dérogatoires ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7033,'PCG','CAPIT','XXXXXX','1352',7031,'Provisions pour plus-values en instance d''imposition','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7034,'PCG','CAPIT','XXXXXX','1354',7031,'Provisions Pour Investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7035,'PCG','CAPIT','XXXXXX','1355',7031,'Provisions pour reconstitution des gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7036,'PCG','CAPIT','XXXXXX','1356',7031,'Provisions pour acquisition et construction de logements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7037,'PCG','CAPIT','XXXXXX','1358',7031,'Autres provisions réglementées ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7038,'PCG','CAPIT','XXXXXX','14',7000,'Dettes de Financement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7039,'PCG','CAPIT','XXXXXX','141',7038,'Emprunts Obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7040,'PCG','CAPIT','XXXXXX','148',7038,'Autres dettes de Financement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7041,'PCG','CAPIT','XXXXXX','1481',7040,'Emprunts auprès des établissements de crédits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7042,'PCG','CAPIT','XXXXXX','1482',7040,'Avance de l''Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7043,'PCG','CAPIT','XXXXXX','1483',7040,'Dettes rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7044,'PCG','CAPIT','XXXXXX','1484',7040,'Billets de Fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7045,'PCG','CAPIT','XXXXXX','1485',7040,'Avances reçus et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7046,'PCG','CAPIT','XXXXXX','1486',7040,'Fournisseurs d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7047,'PCG','CAPIT','XXXXXX','1487',7040,'Dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7048,'PCG','CAPIT','XXXXXX','1488',7040,'Dettes de Financement diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7049,'PCG','CAPIT','XXXXXX','15',7000,'Provisions Durables Pour Risques et Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7050,'PCG','CAPIT','XXXXXX','151',7049,'Provisions pour Risques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7051,'PCG','CAPIT','XXXXXX','1511',7050,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7052,'PCG','CAPIT','XXXXXX','1512',7050,'Provisions pour garanties données aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7053,'PCG','CAPIT','XXXXXX','1513',7050,'Provisions pour propre assureur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7054,'PCG','CAPIT','XXXXXX','1514',7050,'Provisions pour pertes sur marché à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7055,'PCG','CAPIT','XXXXXX','1515',7050,'Provisions pour amendes, doubles droits, pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7056,'PCG','CAPIT','XXXXXX','1516',7050,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7057,'PCG','CAPIT','XXXXXX','1518',7050,'Autres provisions pour risque','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7058,'PCG','CAPIT','XXXXXX','155',7049,'Provisions pour charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7059,'PCG','CAPIT','XXXXXX','1551',7058,'Provisions Pour impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7060,'PCG','CAPIT','XXXXXX','1552',7058,'Provisions, pensions de retraite et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7061,'PCG','CAPIT','XXXXXX','1555',7058,'Provisions pour charges à répartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7062,'PCG','CAPIT','XXXXXX','1558',7058,'Autres provisions pour charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7063,'PCG','CAPIT','XXXXXX','16',7000,'Comptes de liaison des établissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7064,'PCG','CAPIT','XXXXXX','1601',7063,'Comptes de liaison de siéges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7065,'PCG','CAPIT','XXXXXX','1605',7063,'Comptes de liaison des établissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7066,'PCG','CAPIT','XXXXXX','17',7000,'Ecarts de conversion - Passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7067,'PCG','CAPIT','XXXXXX','171',7066,'Augmentation des créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7068,'PCG','CAPIT','XXXXXX','172',7066,'Diminution des dettes de Financement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7069,'PCG','IMMO','XXXXXX','2','','Comptes d''Actif Immobilisé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7070,'PCG','IMMO','XXXXXX','21',7069,'Immobilisation en non-valeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7071,'PCG','IMMO','XXXXXX','211',7070,'Frais Préliminaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7072,'PCG','IMMO','XXXXXX','2111',7071,'Frais de Constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7073,'PCG','IMMO','XXXXXX','2112',7071,'Frais préalables au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7074,'PCG','IMMO','XXXXXX','2113',7071,'Frais d''augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7075,'PCG','IMMO','XXXXXX','2114',7071,'Frais sur opérations de Fusion, scissions et transformations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7076,'PCG','IMMO','XXXXXX','2116',7071,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7077,'PCG','IMMO','XXXXXX','2117',7071,'Frais de publicité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7078,'PCG','IMMO','XXXXXX','2118',7071,'Autres frais préliminaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7079,'PCG','IMMO','XXXXXX','212',7070,'Charges à répartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7080,'PCG','IMMO','XXXXXX','2121',7079,'Frais d''acquisition des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7081,'PCG','IMMO','XXXXXX','2125',7079,'Frais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7082,'PCG','IMMO','XXXXXX','2128',7079,'Autres charges à répartir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7083,'PCG','IMMO','XXXXXX','213',7070,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7084,'PCG','IMMO','XXXXXX','22',7069,'Immobilisation Incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7085,'PCG','IMMO','XXXXXX','221',7084,'Immobilisations en recherche et Développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7086,'PCG','IMMO','XXXXXX','222',7084,'Brevets, marques, droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7087,'PCG','IMMO','XXXXXX','223',7084,'Fonds Commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7088,'PCG','IMMO','XXXXXX','228',7084,' Autres immobilisations Incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7089,'PCG','IMMO','XXXXXX','2285',7088,' Autres immobilisations Incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7090,'PCG','IMMO','XXXXXX','23',7069,'Immobilisations Corporelles ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7091,'PCG','IMMO','XXXXXX','231',7090,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7092,'PCG','IMMO','XXXXXX','2311',7091,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7093,'PCG','IMMO','XXXXXX','2312',7091,'Terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7094,'PCG','IMMO','XXXXXX','2313',7091,'Terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7095,'PCG','IMMO','XXXXXX','2314',7091,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7096,'PCG','IMMO','XXXXXX','2316',7091,'Agencement et aménagements de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7097,'PCG','IMMO','XXXXXX','2318',7091,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7098,'PCG','IMMO','XXXXXX','232',7090,'Construction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7099,'PCG','IMMO','XXXXXX','2321',7098,'Bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7100,'PCG','IMMO','XXXXXX','23211',7099,'Bâtiments industriels (A, B...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7101,'PCG','IMMO','XXXXXX','23214',7099,'Bâtiments administratifs et commerciaux (A, B, etc)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7102,'PCG','IMMO','XXXXXX','23218',7099,'Autres bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7103,'PCG','IMMO','XXXXXX','2323',7098,'Construction sur terrains d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7104,'PCG','IMMO','XXXXXX','2325',7098,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7105,'PCG','IMMO','XXXXXX','2327',7098,'Agencement et aménagements des constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7106,'PCG','IMMO','XXXXXX','2328',7098,'Autres constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7107,'PCG','IMMO','XXXXXX','233',7090,'Installations Techniques, matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7108,'PCG','IMMO','XXXXXX','2331',7107,'Installations Techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7109,'PCG','IMMO','XXXXXX','2332',7107,'Matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7110,'PCG','IMMO','XXXXXX','23321',7109,'Matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7111,'PCG','IMMO','XXXXXX','23324',7109,'Outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7112,'PCG','IMMO','XXXXXX','2333',7107,'Emballages récupérables identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7113,'PCG','IMMO','XXXXXX','2338',7107,'Autres Installations techniques, matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7114,'PCG','IMMO','XXXXXX','234',7090,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7115,'PCG','IMMO','XXXXXX','235',7090,'Mobilier, matériel de bureau et aménagements divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7116,'PCG','IMMO','XXXXXX','2351',7115,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7117,'PCG','IMMO','XXXXXX','2352',7115,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7118,'PCG','IMMO','XXXXXX','2355',7115,'Matériel Informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7120,'PCG','IMMO','XXXXXX','2358',7115,'Autres mobiliers, matériel de bureau et aménagements divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7121,'PCG','IMMO','XXXXXX','238',7090,'Autres immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7122,'PCG','IMMO','XXXXXX','239',7090,'Immobilisations corporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7123,'PCG','IMMO','XXXXXX','2392',7122,'immobilisations Corporelles en cours et terrains de constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7125,'PCG','IMMO','XXXXXX','2394',7122,'Immobilisations corporelles en cours de matériel de transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7127,'PCG','IMMO','XXXXXX','2397',7122,'Avances et acomptes versés sur commandes d''immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7128,'PCG','IMMO','XXXXXX','2398',7122,'Autres immobilisations corporelles en cours ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7129,'PCG','IMMO','XXXXXX','24',7069,'Immobilisations Financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7130,'PCG','IMMO','XXXXXX','241',7129,'Prêts immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7131,'PCG','IMMO','XXXXXX','2411',7130,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7132,'PCG','IMMO','XXXXXX','2415',7130,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7133,'PCG','IMMO','XXXXXX','2416',7130,'Billets de Fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7134,'PCG','IMMO','XXXXXX','2418',7130,'Autres prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7135,'PCG','IMMO','XXXXXX','248',7129,'Autres créances financières ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7136,'PCG','IMMO','XXXXXX','2481',7135,'Titres immobilisés (Droits de créance)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7137,'PCG','IMMO','XXXXXX','24811',7136,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7138,'PCG','IMMO','XXXXXX','24813',7136,'Bons d''équipements ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7139,'PCG','IMMO','XXXXXX','24818',7136,'Bons divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7140,'PCG','IMMO','XXXXXX','2483',7135,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7141,'PCG','IMMO','XXXXXX','2486',7135,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7142,'PCG','IMMO','XXXXXX','24861',7141,'Dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7143,'PCG','IMMO','XXXXXX','24864',7141,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7144,'PCG','IMMO','XXXXXX','2487',7135,'Créances Immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7145,'PCG','IMMO','XXXXXX','2488',7135,'Créances financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7146,'PCG','IMMO','XXXXXX','25',7069,'Immobilisations Financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7147,'PCG','IMMO','XXXXXX','251',7146,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7148,'PCG','IMMO','XXXXXX','258',7146,'Autres titres immobilisés (Titres de propriété)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7149,'PCG','IMMO','XXXXXX','2581',7148,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7150,'PCG','IMMO','XXXXXX','2588',7148,'Titres divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7151,'PCG','IMMO','XXXXXX','27',7069,'Ecarts de conversion Actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7152,'PCG','IMMO','XXXXXX','271',7151,'Diminution des créances Immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7153,'PCG','IMMO','XXXXXX','272',7151,'Augmentation des dettes de financement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7154,'PCG','IMMO','XXXXXX','28',7069,'Amortissements des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7155,'PCG','IMMO','XXXXXX','281',7154,'Amortissements des en non-valeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7156,'PCG','IMMO','XXXXXX','2811',7155,'Amortissements des frais préliminaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7157,'PCG','IMMO','XXXXXX','28111',7156,'Amortissements des Faris de constitution ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7158,'PCG','IMMO','XXXXXX','28112',7156,'Amortissement des frais préliminaires au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7159,'PCG','IMMO','XXXXXX','28113',7156,'Amortissements des frais d''augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7160,'PCG','IMMO','XXXXXX','28114',7156,'Amortissements des frais sur opérations des fusions scissions et transformations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7161,'PCG','IMMO','XXXXXX','28116',7156,'Amortissements des frais d prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7162,'PCG','IMMO','XXXXXX','28117',7156,'Amortissements des frais de publicité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7163,'PCG','IMMO','XXXXXX','28118',7156,'Amortissements des autres frais préliminaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7164,'PCG','IMMO','XXXXXX','2812',7155,'Amortissements des charges à répartir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7165,'PCG','IMMO','XXXXXX','28121',7164,'Amortissements des frais d''acquisition des immobilisations ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7166,'PCG','IMMO','XXXXXX','28125',7164,'Amortissements des frais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7167,'PCG','IMMO','XXXXXX','28128',7164,'Amortissements des autres charges à répartir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7168,'PCG','IMMO','XXXXXX','28813',7164,'Amortissements, primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7169,'PCG','IMMO','XXXXXX','282',7154,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7170,'PCG','IMMO','XXXXXX','2821',7169,'Amortissement de l''immobilisation en recherche et développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7171,'PCG','IMMO','XXXXXX','2822',7169,'Amortissement des brevets, marques, droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7172,'PCG','IMMO','XXXXXX','2823',7169,'Amortissement du fond commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7173,'PCG','IMMO','XXXXXX','2828',7169,'Amortissement des autres immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7174,'PCG','IMMO','XXXXXX','283',7154,'Amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7175,'PCG','IMMO','XXXXXX','2831',7174,'Amortissement des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7176,'PCG','IMMO','XXXXXX','28311',7175,'Amortissement des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7177,'PCG','IMMO','XXXXXX','28312',7175,'Amortissement des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7178,'PCG','IMMO','XXXXXX','28313',7175,'Amortissement des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7179,'PCG','IMMO','XXXXXX','28314',7175,'Amortissement des  terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7180,'PCG','IMMO','XXXXXX','28316',7175,'Amortissement des agencements et aménagements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7181,'PCG','IMMO','XXXXXX','28318',7175,'Amortissement des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7182,'PCG','IMMO','XXXXXX','2832',7174,'Amortissement des autres construction','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7183,'PCG','IMMO','XXXXXX','28321',7182,'Amortissement des bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7184,'PCG','IMMO','XXXXXX','28323',7182,'Amortissement des construction sur terrains d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7185,'PCG','IMMO','XXXXXX','28325',7182,'Amortissement des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7186,'PCG','IMMO','XXXXXX','28327',7182,'Amortissement des installations, agencements et aménagements des constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7187,'PCG','IMMO','XXXXXX','28328',7182,'Amortissement des autres constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7188,'PCG','IMMO','XXXXXX','2833',7174,'Amortissement des Installations techniques, matériels et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7189,'PCG','IMMO','XXXXXX','28331',7188,'Amortissement des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7190,'PCG','IMMO','XXXXXX','28332',7188,'Amortissement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7191,'PCG','IMMO','XXXXXX','28333',7188,'Amortissement des emballages récupérables identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7192,'PCG','IMMO','XXXXXX','28338',7188,'Amortissement des autres installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7193,'PCG','IMMO','XXXXXX','2834',7174,'Amortissement du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7194,'PCG','IMMO','XXXXXX','2835',7174,'Amortissement du mobilier, matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7195,'PCG','IMMO','XXXXXX','28351',7194,'Amortissement du mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7196,'PCG','IMMO','XXXXXX','28352',7194,'Amortissement du matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7197,'PCG','IMMO','XXXXXX','28355',7194,'Amortissement du matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7198,'PCG','IMMO','XXXXXX','28356',7194,'Amortissement des agencements, installations et aménagements divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7199,'PCG','IMMO','XXXXXX','28358',7194,'Amortissement des autres mobilier, matériel de bureau et aménagements divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7200,'PCG','IMMO','XXXXXX','2838',7174,'Amortissement des autres immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7201,'PCG','IMMO','XXXXXX','29',7069,'Provisions pour dépréciation des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7202,'PCG','IMMO','XXXXXX','292',7201,'Provisions pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7203,'PCG','IMMO','XXXXXX','293',7201,'Provisions pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7204,'PCG','IMMO','XXXXXX','294',7201,'Provisions pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7205,'PCG','IMMO','XXXXXX','2941',7204,'Provisions pour dépréciation des prêts immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7206,'PCG','IMMO','XXXXXX','2948',7204,'Provisions pour dépréciation des autres créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7207,'PCG','IMMO','XXXXXX','295',7201,'Provisions pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7208,'PCG','IMMO','XXXXXX','2951',7207,'Provisions pour dépréciation des titres de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7209,'PCG','IMMO','XXXXXX','2958',7207,'Provisions pour dépréciation des autres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7210,'PCG','STOCK','XXXXXX','3','','Comptes d''actif Circulation (Hors Trésorerie)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7211,'PCG','STOCK','XXXXXX','31',7210,'Stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7212,'PCG','STOCK','XXXXXX','311',7211,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7213,'PCG','STOCK','XXXXXX','3111',7212,'Marchandises (Groupe A)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7214,'PCG','STOCK','XXXXXX','3112',7212,'Marchandises (Groupe B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7215,'PCG','STOCK','XXXXXX','3116',7212,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7216,'PCG','STOCK','XXXXXX','3118',7212,'Autres marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7217,'PCG','STOCK','XXXXXX','312',7211,'Matières et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7218,'PCG','STOCK','XXXXXX','3121',7217,'Matières premières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7219,'PCG','STOCK','XXXXXX','31211',7218,'Matières premières (Groupe A)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7220,'PCG','STOCK','XXXXXX','31212',7218,'Matières premières (Groupe B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7221,'PCG','STOCK','XXXXXX','3122',7217,'Matières et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7222,'PCG','STOCK','XXXXXX','31221',7221,'Matières consommables (Groupe A)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7223,'PCG','STOCK','XXXXXX','31222',7221,'Matières consommables (Groupe B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7224,'PCG','STOCK','XXXXXX','31223',7221,'Combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7225,'PCG','STOCK','XXXXXX','31224',7221,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7226,'PCG','STOCK','XXXXXX','31225',7221,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7227,'PCG','STOCK','XXXXXX','31226',7221,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7228,'PCG','STOCK','XXXXXX','31227',7221,'Fournitures de Bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7229,'PCG','STOCK','XXXXXX','3123',7217,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7230,'PCG','STOCK','XXXXXX','31231',7229,'Emballages Perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7231,'PCG','STOCK','XXXXXX','31232',7229,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7232,'PCG','STOCK','XXXXXX','31233',7229,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7233,'PCG','STOCK','XXXXXX','3126',7217,'Matières et fournitures consommables en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7234,'PCG','STOCK','XXXXXX','3128',7217,'Autres matières et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7235,'PCG','STOCK','XXXXXX','313',7211,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7236,'PCG','STOCK','XXXXXX','3131',7235,'Biens en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7237,'PCG','STOCK','XXXXXX','31311',7236,'Biens produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7238,'PCG','STOCK','XXXXXX','31312',7236,'Biens intermédiaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7239,'PCG','STOCK','XXXXXX','31317',7236,'Biens résiduels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7240,'PCG','STOCK','XXXXXX','3134',7235,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7241,'PCG','STOCK','XXXXXX','31341',7240,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7242,'PCG','STOCK','XXXXXX','31342',7240,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7243,'PCG','STOCK','XXXXXX','31343',7240,'Prestations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7244,'PCG','STOCK','XXXXXX','3138',7235,'Autres produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7245,'PCG','STOCK','XXXXXX','314',7211,'Produits intermédiaires et produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7246,'PCG','STOCK','XXXXXX','3141',7245,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7247,'PCG','STOCK','XXXXXX','31411',7246,'Produits intermédiaires (Groupe A)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7248,'PCG','STOCK','XXXXXX','31412',7246,'Produits intermédiaires (Groupe B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7249,'PCG','STOCK','XXXXXX','3145',7245,'Produits résiduels (ou matières de récupération)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7250,'PCG','STOCK','XXXXXX','31451',7249,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7251,'PCG','STOCK','XXXXXX','31452',7249,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7252,'PCG','STOCK','XXXXXX','31453',7249,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7253,'PCG','STOCK','XXXXXX','3148',7245,'Autres produits intermédiaires et produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7254,'PCG','STOCK','XXXXXX','315',7211,'Produits Finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7255,'PCG','STOCK','XXXXXX','3151',7254,'Produits Finis (groupe A)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7256,'PCG','STOCK','XXXXXX','3152',7254,'Produits Finis (groupe B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7257,'PCG','STOCK','XXXXXX','3156',7254,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7258,'PCG','STOCK','XXXXXX','3158',7254,'Autres produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7259,'PCG','STOCK','XXXXXX','34',7210,'Créances de l''actif circulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7260,'PCG','STOCK','XXXXXX','341',7259,'Fournisseurs débiteur, avances et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7261,'PCG','STOCK','XXXXXX','3411',7260,'Fournisseurs - avances et acomptes versés sur commandes d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7262,'PCG','STOCK','XXXXXX','3413',7260,'Fournisseurs - créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7263,'PCG','STOCK','XXXXXX','3417',7260,'Rabais, remises et ristournes à obtenir - avoirs non encoure reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7264,'PCG','STOCK','XXXXXX','3418',7260,'Autres fournisseurs débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7265,'PCG','STOCK','XXXXXX','342',7259,'Clients et comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7266,'PCG','STOCK','XXXXXX','3421',7265,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7267,'PCG','STOCK','XXXXXX','34211',7266,'Clients (Groupe A)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7268,'PCG','STOCK','XXXXXX','34212',7266,'Clients (Groupe B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7269,'PCG','STOCK','XXXXXX','3423',7265,'Clients - retenues de garanties','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7270,'PCG','STOCK','XXXXXX','3424',7265,'Clients douteux ou litigieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7271,'PCG','STOCK','XXXXXX','3425',7265,'Clients - effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7272,'PCG','STOCK','XXXXXX','3427',7265,'Clients - factures à établir et créances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7273,'PCG','STOCK','XXXXXX','34271',7272,'Clients - factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7274,'PCG','STOCK','XXXXXX','34272',7272,'Créances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7275,'PCG','STOCK','XXXXXX','3428',7265,'Autres clients et comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7276,'PCG','STOCK','XXXXXX','343',7259,'Personnel - débiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7277,'PCG','STOCK','XXXXXX','3431',7276,'Avances et acomptes au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7278,'PCG','STOCK','XXXXXX','3438',7276,'Personnel - autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7279,'PCG','STOCK','XXXXXX','345',7259,'Etat - débiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7280,'PCG','STOCK','XXXXXX','3451',7279,'Subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7281,'PCG','STOCK','XXXXXX','34511',7280,'Subventions d''investissements à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7282,'PCG','STOCK','XXXXXX','34512',7280,'subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7283,'PCG','STOCK','XXXXXX','34513',7280,'Subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7284,'PCG','STOCK','XXXXXX','3453',7279,'Acomptes sur impôts sur les résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7285,'PCG','STOCK','XXXXXX','3455',7279,'Etat - TVA récupérable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7286,'PCG','STOCK','XXXXXX','34551',7285,'Etat - TVA récupérable sur Immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7287,'PCG','STOCK','XXXXXX','34552',7285,'Etat - TVA récupérable sur charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7288,'PCG','STOCK','XXXXXX','3456',7279,'Etat - crédit de TVA (suivant déclarations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7289,'PCG','STOCK','XXXXXX','3458',7279,'Etat - autres comptes débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7290,'PCG','STOCK','XXXXXX','346',7259,'Comptes d''associés - débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7291,'PCG','STOCK','XXXXXX','3461',7290,'Associés - comptes d''apport en société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7292,'PCG','STOCK','XXXXXX','3462',7290,'Actionnaires - capital souscrit et appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7293,'PCG','STOCK','XXXXXX','3463',7290,'Comptes courants des associés - débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7294,'PCG','STOCK','XXXXXX','3464',7290,'Associés - opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7295,'PCG','STOCK','XXXXXX','3467',7290,'Créances rattachées aux comptes d''associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7296,'PCG','STOCK','XXXXXX','3468',7290,'Autres comptes d''associés - débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7297,'PCG','STOCK','XXXXXX','348',7259,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7298,'PCG','STOCK','XXXXXX','3481',7297,'Créances sur cession d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7299,'PCG','STOCK','XXXXXX','3482',7297,'Créances sur cession d''éléments d''actif circulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7300,'PCG','STOCK','XXXXXX','3487',7297,'Créances rattachées aux autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7301,'PCG','STOCK','XXXXXX','3488',7297,'Divers débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7302,'PCG','STOCK','XXXXXX','349',7259,'Comptes de régularisation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7303,'PCG','STOCK','XXXXXX','3491',7302,'Charges constatées d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7304,'PCG','STOCK','XXXXXX','3493',7302,'Intérêts courus et non échus à percevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7305,'PCG','STOCK','XXXXXX','3495',7302,'Comptes de participations périodique des charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7306,'PCG','STOCK','XXXXXX','3497',7302,'Comptes transitoires ou d''attente - débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7307,'PCG','STOCK','XXXXXX','35',7210,'Titres te valeurs de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7308,'PCG','STOCK','XXXXXX','3502',7307,'Actions, partie non libérée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7309,'PCG','STOCK','XXXXXX','3504',7307,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7310,'PCG','STOCK','XXXXXX','3506',7307,'Bons de caisse et bons de trésor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7311,'PCG','STOCK','XXXXXX','35061',7310,'Bons de caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7312,'PCG','STOCK','XXXXXX','35062',7310,'Bons de trésor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7313,'PCG','STOCK','XXXXXX','3508',7307,'Autres titres et valeurs de placement similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7314,'PCG','STOCK','XXXXXX','37',7210,'Ecarts de conversion-actif (éléments circulants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7315,'PCG','STOCK','XXXXXX','3701',7314,'Diminution des créances circulantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7316,'PCG','STOCK','XXXXXX','3702',7314,'Diminution des dettes circulantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7317,'PCG','STOCK','XXXXXX','39',7210,'Provision pour dépréciation des comptes de l''actif circulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7318,'PCG','STOCK','XXXXXX','391',7317,'Provisions pour dépréciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7319,'PCG','STOCK','XXXXXX','3911',7318,'Provisions pour dépréciation des Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7320,'PCG','STOCK','XXXXXX','3912',7318,'Provisions pour dépréciation des matières et fournitures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7321,'PCG','STOCK','XXXXXX','3913',7318,'Provisions pour dépréciation des produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7322,'PCG','STOCK','XXXXXX','3914',7318,'Provisions pour dépréciation des produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7323,'PCG','STOCK','XXXXXX','3915',7318,'Provisions pour dépréciation des produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7324,'PCG','STOCK','XXXXXX','394',7317,'Provisions pour dépréciation des créances de l''actif circulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7325,'PCG','STOCK','XXXXXX','3941',7324,'Provisions pour dépréciation - fournisseurs débiteurs, avances et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7326,'PCG','STOCK','XXXXXX','3942',7324,'Provisions pour dépréciation des clients et comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7327,'PCG','STOCK','XXXXXX','3943',7324,'Provisions pour dépréciation du personnel - débiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7328,'PCG','STOCK','XXXXXX','3946',7324,'Provisions pour dépréciation des comptes d''associés débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7329,'PCG','STOCK','XXXXXX','3948',7324,'Provisions pour dépréciation des autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7330,'PCG','STOCK','XXXXXX','395',7317,'Provisions pour dépréciation des titres et valeur de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7331,'PCG','THIRDPARTY','XXXXXX','4','','Comptes de passif circulant (Hors trésorerie)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7332,'PCG','THIRDPARTY','XXXXXX','44',7331,'Dettes du passif circulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7333,'PCG','THIRDPARTY','XXXXXX','441',7332,'Fournisseurs et comptes rattachés ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7334,'PCG','THIRDPARTY','XXXXXX','4411',7333,'Fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7335,'PCG','THIRDPARTY','XXXXXX','44111',7334,'Fournisseurs - catégorie A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7336,'PCG','THIRDPARTY','XXXXXX','44112',7334,'Fournisseurs - catégorie B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7337,'PCG','THIRDPARTY','XXXXXX','4413',7333,'Fournisseurs - retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7338,'PCG','THIRDPARTY','XXXXXX','4415',7333,'Fournisseurs - effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7339,'PCG','THIRDPARTY','XXXXXX','4417',7333,'Fournisseurs - factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7340,'PCG','THIRDPARTY','XXXXXX','4418',7333,'Autres fournisseurs et comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7341,'PCG','THIRDPARTY','XXXXXX','442',7332,'Clients créditeurs, avances et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7342,'PCG','THIRDPARTY','XXXXXX','4421',7341,'Clients - avances et acomptes reçus sur commandes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7343,'PCG','THIRDPARTY','XXXXXX','4425',7341,'Clients - dettes pour emballages et matériel consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7344,'PCG','THIRDPARTY','XXXXXX','4427',7341,'Rabais, remises et ristournes à accorder - avoirs à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7345,'PCG','THIRDPARTY','XXXXXX','4428',7341,'Autres clients créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7346,'PCG','THIRDPARTY','XXXXXX','443',7332,'Personnel - créditeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7347,'PCG','THIRDPARTY','XXXXXX','4432',7346,'Rémunérations dues au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7348,'PCG','THIRDPARTY','XXXXXX','4433',7346,'Dépôts du personnel créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7349,'PCG','THIRDPARTY','XXXXXX','4434',7346,'Oppositions sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7350,'PCG','THIRDPARTY','XXXXXX','4437',7346,'Charges de personnel à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7351,'PCG','THIRDPARTY','XXXXXX','4438',7346,'Personnel - autres créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7352,'PCG','THIRDPARTY','XXXXXX','444',7332,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7353,'PCG','THIRDPARTY','XXXXXX','4441',7352,'Caisse nationale de la sécurité sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7354,'PCG','THIRDPARTY','XXXXXX','4443',7352,'Caisses de retraite','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7355,'PCG','THIRDPARTY','XXXXXX','4445',7352,'Mutuelles ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7356,'PCG','THIRDPARTY','XXXXXX','4447',7352,'charges sociales à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7357,'PCG','THIRDPARTY','XXXXXX','4448',7352,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7358,'PCG','THIRDPARTY','XXXXXX','445',7332,'Etat - créditeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7359,'PCG','THIRDPARTY','XXXXXX','4452',7358,'Etat, impôts, taxes et assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7360,'PCG','THIRDPARTY','XXXXXX','44521',7359,'Etat, taxe urbaine et taxe d''édilité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7361,'PCG','THIRDPARTY','XXXXXX','44522',7359,'Etat, patente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7362,'PCG','THIRDPARTY','XXXXXX','44525',7358,'Etat, PTS et PSN','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7363,'PCG','THIRDPARTY','XXXXXX','4453',7358,'Etat, impôts sur les résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7364,'PCG','THIRDPARTY','XXXXXX','4455',7358,'Etat, TVA facturée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7365,'PCG','THIRDPARTY','XXXXXX','4456',7358,'Etat, TVA due (suivant déclarations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7366,'PCG','THIRDPARTY','XXXXXX','4457',7358,'Etat, impôts et taxes à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7367,'PCG','THIRDPARTY','XXXXXX','4458',7358,'Etat, autres comptes créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7368,'PCG','THIRDPARTY','XXXXXX','446',7332,'Comptes d''associés - créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7369,'PCG','THIRDPARTY','XXXXXX','4461',7368,'Associés - capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7370,'PCG','THIRDPARTY','XXXXXX','4462',7368,'Associés - versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7371,'PCG','THIRDPARTY','XXXXXX','4463',7368,'Comptes courants des associés - créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7372,'PCG','THIRDPARTY','XXXXXX','4464',7368,'Associés - opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7373,'PCG','THIRDPARTY','XXXXXX','4465',7368,'Associés - dividendes à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7374,'PCG','THIRDPARTY','XXXXXX','4468',7368,'Autres comptes d''associés créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7375,'PCG','THIRDPARTY','XXXXXX','448',7332,'Autres créanciers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7376,'PCG','THIRDPARTY','XXXXXX','4481',7375,'Dettes sur acquisition des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7377,'PCG','THIRDPARTY','XXXXXX','4483',7375,'Dettes sur acquisition des titres et valeurs de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7378,'PCG','THIRDPARTY','XXXXXX','4484',7375,'Obligations échus à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7379,'PCG','THIRDPARTY','XXXXXX','4485',7375,'Obligations, coupons à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7380,'PCG','THIRDPARTY','XXXXXX','4487',7375,'Dettes rattachées aux autres créanciers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7381,'PCG','THIRDPARTY','XXXXXX','4488',7375,'Divers créanciers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7382,'PCG','THIRDPARTY','XXXXXX','449',7332,'Comptes de régularisation - passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7383,'PCG','THIRDPARTY','XXXXXX','4491',7382,'Produits constatés d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7384,'PCG','THIRDPARTY','XXXXXX','4493',7382,'Intérêts courus et non échus à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7385,'PCG','THIRDPARTY','XXXXXX','4495',7382,'Comptes de répartition périodique des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7386,'PCG','THIRDPARTY','XXXXXX','4497',7382,'Comptes transitoires ou d''attente - créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7387,'PCG','THIRDPARTY','XXXXXX','45',7331,'Autres provisions pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7388,'PCG','THIRDPARTY','XXXXXX','4501',7387,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7389,'PCG','THIRDPARTY','XXXXXX','4502',7387,'Provisions pour garanties données aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7390,'PCG','THIRDPARTY','XXXXXX','4505',7387,'Provisions pour amendes, doubles droits et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7391,'PCG','THIRDPARTY','XXXXXX','4506',7387,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7392,'PCG','THIRDPARTY','XXXXXX','4507',7387,'Provisions pour impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7393,'PCG','THIRDPARTY','XXXXXX','4508',7387,'Autres provisions pour risque et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7394,'PCG','THIRDPARTY','XXXXXX','47',7331,'Ecarts de conversion - Passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7395,'PCG','THIRDPARTY','XXXXXX','4701',7394,'Augmentation des créances circulantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7396,'PCG','THIRDPARTY','XXXXXX','4702',7394,'Diminution des dettes circulantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7397,'PCG','FINAN','XXXXXX','5','','Comptes de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7398,'PCG','FINAN','XXXXXX','51',7397,'Trésorerie - actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7399,'PCG','FINAN','XXXXXX','511',7398,'Chèques et valeurs à encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7400,'PCG','FINAN','XXXXXX','5111',7399,'Chèques à encaisser ou à l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7401,'PCG','FINAN','XXXXXX','51111',7400,'Chèques en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7402,'PCG','FINAN','XXXXXX','51112',7400,'Chèques à l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7403,'PCG','FINAN','XXXXXX','5113',7399,'Effets à encaisser ou à l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7404,'PCG','FINAN','XXXXXX','51131',7403,'Effets échus à encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7405,'PCG','FINAN','XXXXXX','51132',7403,'Effets à l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7406,'PCG','FINAN','XXXXXX','5115',7399,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7407,'PCG','FINAN','XXXXXX','5118',7399,'Autres valeurs à encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7408,'PCG','FINAN','XXXXXX','514',7398,'Banques, Trésorerie Générale et Chèques Postaux débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7409,'PCG','FINAN','XXXXXX','5141',7408,'Banques (soldes débiteurs)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7410,'PCG','FINAN','XXXXXX','5143',7408,'Trésorerie Générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7411,'PCG','FINAN','XXXXXX','5146',7408,'Chèques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7412,'PCG','FINAN','XXXXXX','5148',7408,'Autres établissements financiers et assimilés (soldes débiteurs)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7413,'PCG','FINAN','XXXXXX','516',7398,'Caisses, régies d''avances et accréditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7414,'PCG','FINAN','XXXXXX','5161',7413,'Caisses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7415,'PCG','FINAN','XXXXXX','51611',7414,'Caisse Centrale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7416,'PCG','FINAN','XXXXXX','51613',7414,'Caisse (Succursale ou agence A)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7417,'PCG','FINAN','XXXXXX','51614',7414,'Caisse (Succursale ou agence B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7418,'PCG','FINAN','XXXXXX','5165',7413,'Régies d''avances et accréditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7419,'PCG','FINAN','XXXXXX','55',7397,'Trésorerie - Passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7420,'PCG','FINAN','XXXXXX','552',7419,'Crédits d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7421,'PCG','FINAN','XXXXXX','553',7419,'Crédits de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7422,'PCG','FINAN','XXXXXX','554',7419,'Banques (soldes créditeurs)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7423,'PCG','FINAN','XXXXXX','5541',7422,'Banques (soldes créditeurs)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7424,'PCG','FINAN','XXXXXX','5548',7422,'Autres établissements financiers et assimilés (soldes créditeurs)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7425,'PCG','FINAN','XXXXXX','59',7397,'Provisions pour dépréciation des comptes de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7426,'PCG','EXPENSE','XXXXXX','6','','Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7427,'PCG','EXPENSE','XXXXXX','61',7426,'Charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7428,'PCG','EXPENSE','XXXXXX','611',7427,'Achats revendus de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7429,'PCG','EXPENSE','XXXXXX','6111',7428,'Achats de marchandises (Groupe A)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7430,'PCG','EXPENSE','XXXXXX','6112',7428,'Achats de marchandises (Groupe B)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7431,'PCG','EXPENSE','XXXXXX','6114',7428,'Variation des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7432,'PCG','EXPENSE','XXXXXX','6118',7428,'Achats revendus de marchandises des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7433,'PCG','EXPENSE','XXXXXX','6119',7428,'Rabais, remises, et ristournes obtenus sur achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7434,'PCG','EXPENSE','XXXXXX','612',7427,'Achats consommés de matières et fournitures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7435,'PCG','EXPENSE','XXXXXX','6121',7434,'Achats de matières premières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7436,'PCG','EXPENSE','XXXXXX','61211',7435,'Achats de matières premières A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7437,'PCG','EXPENSE','XXXXXX','61212',7435,'Achats de matières premières B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7438,'PCG','EXPENSE','XXXXXX','6122',7434,'Achats de matières et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7439,'PCG','EXPENSE','XXXXXX','61221',7438,'Achats de matières et fournitures A','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7440,'PCG','EXPENSE','XXXXXX','61222',7438,'Achats de matières et fournitures B','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7441,'PCG','EXPENSE','XXXXXX','61223',7438,'Achats de combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7442,'PCG','EXPENSE','XXXXXX','61224',7438,'Achats de produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7443,'PCG','EXPENSE','XXXXXX','61225',7438,'Achats de fournitures d''atelier d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7444,'PCG','EXPENSE','XXXXXX','61226',7438,'Achats de fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7445,'PCG','EXPENSE','XXXXXX','61227',7438,'Achats de fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7446,'PCG','EXPENSE','XXXXXX','6123',7434,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7447,'PCG','EXPENSE','XXXXXX','61231',7446,'Achats d''emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7448,'PCG','EXPENSE','XXXXXX','61232',7446,'Achats d''emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7449,'PCG','EXPENSE','XXXXXX','61233',7446,'Achats d''emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7450,'PCG','EXPENSE','XXXXXX','6124',7434,'Variation des stocks de matières et fournitures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7451,'PCG','EXPENSE','XXXXXX','61241',7450,'Variation des stocks de matières premières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7452,'PCG','EXPENSE','XXXXXX','61242',7450,'Variation des stocks de matières et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7453,'PCG','EXPENSE','XXXXXX','61243',7450,'Variation des stocks d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7454,'PCG','EXPENSE','XXXXXX','6125',7434,'Achats non stockés de matières et fournitures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7455,'PCG','EXPENSE','XXXXXX','61251',7454,'Achats de fournitures non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7456,'PCG','EXPENSE','XXXXXX','61252',7454,'Achats de fournitures d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7457,'PCG','EXPENSE','XXXXXX','61253',7454,'Achats de petit outillage et de petit équipement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7458,'PCG','EXPENSE','XXXXXX','61254',7454,'Achats de fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7459,'PCG','EXPENSE','XXXXXX','6126',7434,'Achats de travaux, études et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7460,'PCG','EXPENSE','XXXXXX','61261',7459,'Achats de travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7461,'PCG','EXPENSE','XXXXXX','61262',7459,'Achats d''études','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7462,'PCG','EXPENSE','XXXXXX','61263',7459,'Achats des prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7463,'PCG','EXPENSE','XXXXXX','6128',7434,'Achats des matières et des fournitures des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7465,'PCG','EXPENSE','XXXXXX','61291',7464,'Rabais, remises, et ristournes obtenus sur achats de matières premières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7467,'PCG','EXPENSE','XXXXXX','61293',7464,'Rabais, remises, et ristournes obtenus sur achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7468,'PCG','EXPENSE','XXXXXX','61295',7464,'Rabais, remises, et ristournes obtenus sur achats non stockés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7471,'PCG','EXPENSE','XXXXXX','613',7427,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7472,'PCG','EXPENSE','XXXXXX','6131',7471,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7473,'PCG','EXPENSE','XXXXXX','61311',7472,'Location de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7474,'PCG','EXPENSE','XXXXXX','61312',7472,'Location de constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7475,'PCG','EXPENSE','XXXXXX','61313',7472,'Location de matériel et d''outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7476,'PCG','EXPENSE','XXXXXX','61314',7472,'Location de matériel et matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7477,'PCG','EXPENSE','XXXXXX','61315',7472,'Location de matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7478,'PCG','EXPENSE','XXXXXX','61316',7472,'Location de matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7479,'PCG','EXPENSE','XXXXXX','61317',7472,'Malis sur emballages rendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7480,'PCG','EXPENSE','XXXXXX','61318',7472,'Location et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7481,'PCG','EXPENSE','XXXXXX','6132',7471,'Redevances de crédit bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7482,'PCG','EXPENSE','XXXXXX','61321',7481,'Redevances de crédit bail, mobilier et matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7483,'PCG','EXPENSE','XXXXXX','6133',7471,'Entretien et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7484,'PCG','EXPENSE','XXXXXX','61331',7483,'Entretien et réparations des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7485,'PCG','EXPENSE','XXXXXX','61332',7483,'Entretien et réparations des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7486,'PCG','EXPENSE','XXXXXX','61335',7483,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7487,'PCG','EXPENSE','XXXXXX','6134',7471,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7488,'PCG','EXPENSE','XXXXXX','61341',7487,'Assurances multirisques (vol, incendie, responsabilité civile, etc.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7489,'PCG','EXPENSE','XXXXXX','61343',7487,'Assurances - Risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7490,'PCG','EXPENSE','XXXXXX','61345',7487,'Assurances - Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7491,'PCG','EXPENSE','XXXXXX','61348',7487,'Autres assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7492,'PCG','EXPENSE','XXXXXX','6135',7471,'Rémunérations du personnel extérieurs à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7493,'PCG','EXPENSE','XXXXXX','61351',7492,'Rémunérations du personnel occasionnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7494,'PCG','EXPENSE','XXXXXX','61352',7492,'Rémunérations du personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7495,'PCG','EXPENSE','XXXXXX','61353',7492,'Rémunérations du personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7496,'PCG','EXPENSE','XXXXXX','6136',7471,'Rémunérations d''intermédiaires et honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7497,'PCG','EXPENSE','XXXXXX','61361',7496,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7498,'PCG','EXPENSE','XXXXXX','61365',7496,'honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7499,'PCG','EXPENSE','XXXXXX','61367',7496,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7500,'PCG','EXPENSE','XXXXXX','6137',7471,'Redevances pour brevets, marques, droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7501,'PCG','EXPENSE','XXXXXX','61371',7500,'Redevances pour brevets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7502,'PCG','EXPENSE','XXXXXX','61378',7500,'Autres redevances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7503,'PCG','EXPENSE','XXXXXX','614',7427,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7504,'PCG','EXPENSE','XXXXXX','6141',7503,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7505,'PCG','EXPENSE','XXXXXX','61411',7504,'Etudes générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7506,'PCG','EXPENSE','XXXXXX','61413',7504,'Recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7507,'PCG','EXPENSE','XXXXXX','61415',7504,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7508,'PCG','EXPENSE','XXXXXX','61416',7504,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7509,'PCG','EXPENSE','XXXXXX','6142',7503,'Transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7510,'PCG','EXPENSE','XXXXXX','61421',7509,'Transport du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7511,'PCG','EXPENSE','XXXXXX','61425',7509,'Transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7512,'PCG','EXPENSE','XXXXXX','61426',7509,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7513,'PCG','EXPENSE','XXXXXX','61428',7509,'Autres transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7514,'PCG','EXPENSE','XXXXXX','6143',7503,'Déplacements, missions et réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7515,'PCG','EXPENSE','XXXXXX','61431',7514,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7516,'PCG','EXPENSE','XXXXXX','61433',7514,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7517,'PCG','EXPENSE','XXXXXX','61435',7514,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7518,'PCG','EXPENSE','XXXXXX','61436',7514,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7519,'PCG','EXPENSE','XXXXXX','6144',7503,'Publicité, publications et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7520,'PCG','EXPENSE','XXXXXX','61441',7519,'Annonces et insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7521,'PCG','EXPENSE','XXXXXX','61442',7519,'Echantillons, catalogues et imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7522,'PCG','EXPENSE','XXXXXX','61443',7519,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7523,'PCG','EXPENSE','XXXXXX','61444',7519,'Primes de publicité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7524,'PCG','EXPENSE','XXXXXX','61446',7519,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7525,'PCG','EXPENSE','XXXXXX','61447',7519,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7526,'PCG','EXPENSE','XXXXXX','61448',7519,'Autres charges de publicité et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7527,'PCG','EXPENSE','XXXXXX','6145',7503,'Frais postaux et frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7528,'PCG','EXPENSE','XXXXXX','61451',7527,'Frais postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7529,'PCG','EXPENSE','XXXXXX','61455',7527,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7530,'PCG','EXPENSE','XXXXXX','61456',7527,'Frais de télex et de télégrammes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7531,'PCG','EXPENSE','XXXXXX','6146',7503,'Cotisations et dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7532,'PCG','EXPENSE','XXXXXX','61461',7531,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7533,'PCG','EXPENSE','XXXXXX','61462',7531,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7534,'PCG','EXPENSE','XXXXXX','6147',7503,'Services bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7535,'PCG','EXPENSE','XXXXXX','61471',7534,'Frais d''achat et de vente des titres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7536,'PCG','EXPENSE','XXXXXX','61472',7534,'Frais sur effet de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7537,'PCG','EXPENSE','XXXXXX','61473',7534,'Frais et commissions sur services bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7538,'PCG','EXPENSE','XXXXXX','6148',7503,'Autres charges externes des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7539,'PCG','EXPENSE','XXXXXX','6149',7503,'Rabais, remises et ristournes obtenus sur autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7540,'PCG','EXPENSE','XXXXXX','616',7427,'Impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7541,'PCG','EXPENSE','XXXXXX','6161',7540,'Impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7542,'PCG','EXPENSE','XXXXXX','61611',7541,'Taxe urbaine et taxe d''édilité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7543,'PCG','EXPENSE','XXXXXX','61612',7541,'Patente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7544,'PCG','EXPENSE','XXXXXX','61615',7541,'Taxes locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7545,'PCG','EXPENSE','XXXXXX','6165',7540,'Impôts et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7546,'PCG','EXPENSE','XXXXXX','6167',7540,'Impôts, taxes et droits assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7547,'PCG','EXPENSE','XXXXXX','61671',7546,'Droits d''enregistrement et timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7548,'PCG','EXPENSE','XXXXXX','61673',7546,'Taxes sur les véhicules','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7549,'PCG','EXPENSE','XXXXXX','61678',7546,'Autres impôts, taxes et droits assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7550,'PCG','EXPENSE','XXXXXX','6168',7540,'Impôts et taxes des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7551,'PCG','EXPENSE','XXXXXX','617',7427,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7552,'PCG','EXPENSE','XXXXXX','6171',7551,'Rémunération du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7553,'PCG','EXPENSE','XXXXXX','61711',7552,'Appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7554,'PCG','EXPENSE','XXXXXX','61712',7552,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7555,'PCG','EXPENSE','XXXXXX','61713',7552,'Indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7556,'PCG','EXPENSE','XXXXXX','61714',7552,'Commissions au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7557,'PCG','EXPENSE','XXXXXX','61715',7552,'Rémunération des administrateurs, gérants et associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7558,'PCG','EXPENSE','XXXXXX','6174',7551,'charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7559,'PCG','EXPENSE','XXXXXX','61741',7559,'Cotisations de sécurité sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7560,'PCG','EXPENSE','XXXXXX','61742',7559,'Cotisations aux caisses de retraite','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7561,'PCG','EXPENSE','XXXXXX','61743',7559,'Cotisations aux mutuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7562,'PCG','EXPENSE','XXXXXX','61744',7559,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7563,'PCG','EXPENSE','XXXXXX','61745',7559,'Assurances accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7564,'PCG','EXPENSE','XXXXXX','6176',7551,'Charges sociales diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7565,'PCG','EXPENSE','XXXXXX','61761',7564,'Assurances groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7566,'PCG','EXPENSE','XXXXXX','61762',7564,'Prestations de retraites','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7567,'PCG','EXPENSE','XXXXXX','61763',7564,'Allocations aux oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7568,'PCG','EXPENSE','XXXXXX','61764',7564,'Habillement et vêtements de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7569,'PCG','EXPENSE','XXXXXX','61765',7564,'Indemnités de préavis et de licenciement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7570,'PCG','EXPENSE','XXXXXX','61766',7564,'Médecine du travail, pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7571,'PCG','EXPENSE','XXXXXX','61768',7564,'Autres charges sociales diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7572,'PCG','EXPENSE','XXXXXX','6177',7551,'Rémunération de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7573,'PCG','EXPENSE','XXXXXX','61771',7573,'Appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7574,'PCG','EXPENSE','XXXXXX','61774',7573,'Charges sociales sur appointements et salaires de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7575,'PCG','EXPENSE','XXXXXX','6178',7551,'Charges de personnel des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7576,'PCG','EXPENSE','XXXXXX','618',7427,'Autres charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7577,'PCG','EXPENSE','XXXXXX','6181',7576,'Jetons de présence','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7578,'PCG','EXPENSE','XXXXXX','6182',7576,'Pertes sur créances irrécouvrables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7579,'PCG','EXPENSE','XXXXXX','6185',7576,'Pertes sur opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7580,'PCG','EXPENSE','XXXXXX','6186',7576,'Transferts de profits sur opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7581,'PCG','EXPENSE','XXXXXX','6188',7576,'Autres charges d''exploitation des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7582,'PCG','EXPENSE','XXXXXX','619',7427,'Dotation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7583,'PCG','EXPENSE','XXXXXX','6191',7582,'Dotations d''exploitation aux amortissements de l''immobilisation en non-valeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7584,'PCG','EXPENSE','XXXXXX','61911',7583,'Dotations d''exploitation aux amortissements des frais préliminaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7585,'PCG','EXPENSE','XXXXXX','61912',7583,'Dotations d''exploitation aux amortissements des charges à répartir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7586,'PCG','EXPENSE','XXXXXX','6192',7582,'Dotations d''exploitation aux amortissements de l''immobilisation incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7588,'PCG','EXPENSE','XXXXXX','61922',7586,'Dotations d''exploitation aux amortissements des brevets, marques, droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7589,'PCG','EXPENSE','XXXXXX','61923',7586,'Dotations d''exploitation aux amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7590,'PCG','EXPENSE','XXXXXX','61928',7586,'Dotations d''exploitation aux amortissements des autres immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7591,'PCG','EXPENSE','XXXXXX','6193',7582,'Dotations d''exploitation aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7592,'PCG','EXPENSE','XXXXXX','61931',7591,'Dotations d''exploitation aux amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7593,'PCG','EXPENSE','XXXXXX','61932',7591,'Dotations d''exploitation aux amortissements des constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7594,'PCG','EXPENSE','XXXXXX','61933',7591,'Dotations d''exploitation aux amortissements des installations techniques, matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7595,'PCG','EXPENSE','XXXXXX','61934',7591,'Dotations d''exploitation aux amortissements du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7597,'PCG','EXPENSE','XXXXXX','61938',7591,'Dotations d''exploitation aux amortissements des autres immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7598,'PCG','EXPENSE','XXXXXX','6194',7582,'Dotations d''exploitation aux provisions pour dépréciation des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7599,'PCG','EXPENSE','XXXXXX','61942',7598,'Dotations d''exploitation aux provisions pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7600,'PCG','EXPENSE','XXXXXX','61943',7598,'Dotations d''exploitation aux provisions pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7601,'PCG','EXPENSE','XXXXXX','6195',7582,'Dotations d''exploitation aux provisions pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7602,'PCG','EXPENSE','XXXXXX','61955',7601,'Dotations d''exploitation aux provisions pour risques et charges durables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7603,'PCG','EXPENSE','XXXXXX','61957',7601,'Dotations d''exploitation aux provisions pour risques et charges momentanés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7605,'PCG','EXPENSE','XXXXXX','61961',7604,'Dotations d''exploitation aux provisions pour dépréciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7607,'PCG','EXPENSE','XXXXXX','6198',7582,'Dotations d''exploitation des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7608,'PCG','EXPENSE','XXXXXX','61981',7607,'Dotations d''exploitation aux amortissements des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7609,'PCG','EXPENSE','XXXXXX','61984',7607,'Dotations d''exploitation aux provisions des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7610,'PCG','EXPENSE','XXXXXX','63',7426,'Charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7611,'PCG','EXPENSE','XXXXXX','631',7610,'Charges d''intérêt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7612,'PCG','EXPENSE','XXXXXX','6311',7611,'Intérêts des emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7613,'PCG','EXPENSE','XXXXXX','63111',7612,'Intérêts des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7614,'PCG','EXPENSE','XXXXXX','63113',7612,'Intérêts des dettes rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7615,'PCG','EXPENSE','XXXXXX','63114',7612,'Intérêts des comptes courants et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7616,'PCG','EXPENSE','XXXXXX','63115',7612,'Intérêts bancaires et sur opérations de financement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7617,'PCG','EXPENSE','XXXXXX','63118',7612,'Autres intérêts des emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7618,'PCG','EXPENSE','XXXXXX','6318',7611,'Charges d''intérêt des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7619,'PCG','EXPENSE','XXXXXX','633',7610,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7620,'PCG','EXPENSE','XXXXXX','6331',7619,'Pertes de change propres à l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7621,'PCG','EXPENSE','XXXXXX','6338',7619,'Pertes de change des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7622,'PCG','EXPENSE','XXXXXX','638',7610,'Autres charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7623,'PCG','EXPENSE','XXXXXX','6382',7622,'Pertes sur créances liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7624,'PCG','EXPENSE','XXXXXX','6385',7622,'Charges nettes sur cessions de titres et valeurs de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7625,'PCG','EXPENSE','XXXXXX','6386',7622,'Escomptes accordés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7626,'PCG','EXPENSE','XXXXXX','6388',7622,'Autres charges financières des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7627,'PCG','EXPENSE','XXXXXX','639',7610,'Dotations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7628,'PCG','EXPENSE','XXXXXX','6391',7627,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7629,'PCG','EXPENSE','XXXXXX','6392',7627,'Dotations aux provisions pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7630,'PCG','EXPENSE','XXXXXX','6393',7627,'Dotations aux provisions pour risques et charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7632,'PCG','EXPENSE','XXXXXX','6396',7627,'Dotations aux provisions pour dépréciation des comptes de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7633,'PCG','EXPENSE','XXXXXX','6398',7627,'Dotations financières des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7634,'PCG','EXPENSE','XXXXXX','65',7426,'Charges non courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7635,'PCG','EXPENSE','XXXXXX','651',7634,'Valeurs nettes d''amortissements des immobilisations cédées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7636,'PCG','EXPENSE','XXXXXX','6512',7635,'Valeurs nettes d''amortissement des immobilisations incorporelles cédées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7637,'PCG','EXPENSE','XXXXXX','6513',7635,'Valeurs nettes d''amortissement des immobilisations corporelles cédées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7638,'PCG','EXPENSE','XXXXXX','6514',7635,'Valeurs nettes d''amortissement des immobilisations financières cédées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7640,'PCG','EXPENSE','XXXXXX','656',7634,'Subventions accordées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7641,'PCG','EXPENSE','XXXXXX','6561',7640,'Subventions accordées de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7642,'PCG','EXPENSE','XXXXXX','6568',7640,'Subventions accordées des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7643,'PCG','EXPENSE','XXXXXX','658',7634,'Autres charges non courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7644,'PCG','EXPENSE','XXXXXX','6581',7643,'Pénalités sur marchés et dédits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7645,'PCG','EXPENSE','XXXXXX','65811',7644,'Pénalités sur marchés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7646,'PCG','EXPENSE','XXXXXX','65812',7644,'Dédits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7647,'PCG','EXPENSE','XXXXXX','6582',7643,'Rappels d''impôts (autres qu''impôts sur les résultats)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7648,'PCG','EXPENSE','XXXXXX','6583',7643,'Pénalités et amendes fiscales ou pénales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7649,'PCG','EXPENSE','XXXXXX','65831',7648,'Pénalités et amendes fiscales ou pénales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7650,'PCG','EXPENSE','XXXXXX','65833',7648,'Pénalités et amendes pénales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7651,'PCG','EXPENSE','XXXXXX','6585',7643,'Créances devenues irrécouvrables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7652,'PCG','EXPENSE','XXXXXX','6586',7643,'Dons, libéralités et lots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7653,'PCG','EXPENSE','XXXXXX','65861',7652,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7654,'PCG','EXPENSE','XXXXXX','65862',7652,'Libéralités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7655,'PCG','EXPENSE','XXXXXX','65863',7652,'Lots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7656,'PCG','EXPENSE','XXXXXX','6588',7643,'Autres charges non courantes des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7657,'PCG','EXPENSE','XXXXXX','659',7634,'Dotations pour courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7658,'PCG','EXPENSE','XXXXXX','6591',7657,'Dotations aux amortissements exceptionnels des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7659,'PCG','EXPENSE','XXXXXX','65911',7658,'Dotations aux amortissements exceptionnels de l''immobilisation en non valeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7660,'PCG','EXPENSE','XXXXXX','65912',7658,'Dotations aux amortissements exceptionnels des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7661,'PCG','EXPENSE','XXXXXX','65913',7658,'Dotations aux amortissements exceptionnels des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7662,'PCG','EXPENSE','XXXXXX','6594',7657,'Dotations non courantes aux provisions réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7663,'PCG','EXPENSE','XXXXXX','65941',7662,'Dotations non courantes aux amortissements dérogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7664,'PCG','EXPENSE','XXXXXX','65942',7662,'Dotations non courantes pour plus-values en instance d''imposition','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7665,'PCG','EXPENSE','XXXXXX','65944',7662,'Dotations non courantes pour investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7666,'PCG','EXPENSE','XXXXXX','65945',7662,'Dotations non courantes pour reconstitution de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7667,'PCG','EXPENSE','XXXXXX','65946',7662,'Dotations non courantes pour acquisition et construction de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7668,'PCG','EXPENSE','XXXXXX','6595',7657,'Dotations non courantes aux provisions pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7669,'PCG','EXPENSE','XXXXXX','65955',7668,'Dotations non courantes aux provisions pour risques et charges durables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7670,'PCG','EXPENSE','XXXXXX','65957',7668,'Dotations non courantes aux provisions pour risques et charges momentanés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7671,'PCG','EXPENSE','XXXXXX','6596',7657,'Dotations non courantes aux provisions pour dépréciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7674,'PCG','EXPENSE','XXXXXX','6598',7671,'Dotations non courantes des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7675,'PCG','EXPENSE','XXXXXX','67',7426,'Impôts sur le résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7676,'PCG','EXPENSE','XXXXXX','6701',7675,'Impôts sur les bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7677,'PCG','EXPENSE','XXXXXX','6705',7675,'Imposition minimale annuelle des sociétés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7678,'PCG','EXPENSE','XXXXXX','6708',7675,'Rappels et dégrèvements des impôts sur les résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7679,'PCG','INCOME','XXXXXX','7','','Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7680,'PCG','INCOME','XXXXXX','71',7679,'Produits d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7681,'PCG','INCOME','XXXXXX','711',7680,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7682,'PCG','INCOME','XXXXXX','7111',7681,'Ventes de marchandises au Maroc','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7683,'PCG','INCOME','XXXXXX','7113',7681,'Ventes de marchandises à l''étranger','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7684,'PCG','INCOME','XXXXXX','7118',7681,'Ventes de marchandises des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7685,'PCG','INCOME','XXXXXX','7119',7681,'Rabais, remises et ristournes accordés par l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7686,'PCG','INCOME','XXXXXX','712',7680,'Ventes de biens et services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7687,'PCG','INCOME','XXXXXX','7121',7686,'Ventes de biens et services produits au Maroc','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7688,'PCG','INCOME','XXXXXX','71211',7687,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7689,'PCG','INCOME','XXXXXX','71212',7687,'Ventes de produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7690,'PCG','INCOME','XXXXXX','71217',7687,'Ventes de produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7691,'PCG','INCOME','XXXXXX','7122',7686,'Ventes de biens produits à l''étranger','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7692,'PCG','INCOME','XXXXXX','71221',7691,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7693,'PCG','INCOME','XXXXXX','71222',7691,'Ventes de produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7694,'PCG','INCOME','XXXXXX','7124',7686,'Ventes de services produits au Maroc','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7695,'PCG','INCOME','XXXXXX','71241',7694,'Travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7696,'PCG','INCOME','XXXXXX','71242',7694,'Etudes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7697,'PCG','INCOME','XXXXXX','71243',7694,'Prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7698,'PCG','INCOME','XXXXXX','7125',7686,'Ventes de services produits à l''étranger','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7699,'PCG','INCOME','XXXXXX','71251',7698,'Travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7700,'PCG','INCOME','XXXXXX','71252',7698,'Etudes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7701,'PCG','INCOME','XXXXXX','71253',7698,'Prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7702,'PCG','INCOME','XXXXXX','7126',7686,'Redevances pour brevets, marques, droits et valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7703,'PCG','INCOME','XXXXXX','7127',7686,'Ventes de produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7704,'PCG','INCOME','XXXXXX','71271',7703,'Locations diverses reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7705,'PCG','INCOME','XXXXXX','71272',7703,'Commissions et courtages reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7706,'PCG','INCOME','XXXXXX','71273',7703,'Produits de services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7707,'PCG','INCOME','XXXXXX','71275',7703,'Bonis sur reprises d''emballages consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7708,'PCG','INCOME','XXXXXX','71276',7703,'Ports et frais accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7709,'PCG','INCOME','XXXXXX','71278',7703,'Autres ventes de produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7710,'PCG','INCOME','XXXXXX','7128',7686,'Ventes de biens set services produits des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7711,'PCG','INCOME','XXXXXX','7129',7686,'Rabais, remises et ristournes accordés par l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7717,'PCG','INCOME','XXXXXX','713',7680,'Variations des stocks des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7718,'PCG','INCOME','XXXXXX','7131',7717,'Variations des stocks des produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7719,'PCG','INCOME','XXXXXX','71311',7718,'Variations des stocks de biens produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7720,'PCG','INCOME','XXXXXX','71312',7718,'Variations des stocks de produits intermédiaires en cours ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7721,'PCG','INCOME','XXXXXX','71317',7718,'Variations des stocks de produits résiduels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7722,'PCG','INCOME','XXXXXX','7132',7717,'Variations des stocks de biens produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7723,'PCG','INCOME','XXXXXX','71321',7722,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7724,'PCG','INCOME','XXXXXX','71322',7722,'Variations des stocks de produits intermédiaires ','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7725,'PCG','INCOME','XXXXXX','71327',7722,'Variations des stocks de produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7726,'PCG','INCOME','XXXXXX','7134',7717,'Variations des stocks de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7727,'PCG','INCOME','XXXXXX','71341',7726,'Variations des stocks de travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7728,'PCG','INCOME','XXXXXX','71342',7726,'Variations des stocks d''études en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7729,'PCG','INCOME','XXXXXX','71343',7726,'Variations des stocks de prestations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7730,'PCG','INCOME','XXXXXX','714',7680,'Immobilisations produits par l''entreprise pour elle-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7731,'PCG','INCOME','XXXXXX','7141',7730,'Immobilisations en non-valeurs produites','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7732,'PCG','INCOME','XXXXXX','7142',7730,'Immobilisations incorporelles produites','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7733,'PCG','INCOME','XXXXXX','7143',7730,'Immobilisations corporelles produites','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7734,'PCG','INCOME','XXXXXX','7148',7730,'Immobilisations produites des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7735,'PCG','INCOME','XXXXXX','716',7680,'Subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7736,'PCG','INCOME','XXXXXX','7161',7735,'Subventions d''exploitation reçues de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7737,'PCG','INCOME','XXXXXX','7168',7735,'Subventions d''exploitation reçues des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7738,'PCG','INCOME','XXXXXX','718',7680,'Autres produits d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7739,'PCG','INCOME','XXXXXX','7181',7738,'Jetons de présence reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7740,'PCG','INCOME','XXXXXX','7182',7738,'Revenus des immeubles non affectées à l''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7741,'PCG','INCOME','XXXXXX','7185',7738,'Profits sur opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7742,'PCG','INCOME','XXXXXX','7186',7738,'Transferts de profits sur opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7743,'PCG','INCOME','XXXXXX','7188',7738,'Autres produits d''exploitation des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7744,'PCG','INCOME','XXXXXX','719',7680,'Reprises d''exploitation ; Transfert de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7745,'PCG','INCOME','XXXXXX','7191',7744,'Reprises sur amortissements de l''immobilisation en non-valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7746,'PCG','INCOME','XXXXXX','7192',7744,'Reprises sur amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7747,'PCG','INCOME','XXXXXX','7193',7744,'Reprises sur amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7748,'PCG','INCOME','XXXXXX','7194',7744,'Reprises sur provisions pour dépréciation des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7749,'PCG','INCOME','XXXXXX','7195',7744,'Reprises sur provisions pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7750,'PCG','INCOME','XXXXXX','7196',7744,'Reprises sur provisions pour dépréciation de l''actif circulant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7751,'PCG','INCOME','XXXXXX','7197',7744,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7752,'PCG','INCOME','XXXXXX','71971',7751,'Transfert de charges d''exploitation - achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7754,'PCG','INCOME','XXXXXX','71973',7751,'Transfert de charges d''exploitation - autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7755,'PCG','INCOME','XXXXXX','71975',7751,'Transfert de charges d''exploitation - impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7756,'PCG','INCOME','XXXXXX','71976',7751,'Transfert de charges d''exploitation - charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7757,'PCG','INCOME','XXXXXX','71978',7751,'Transfert de charges d''exploitation - autres charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7758,'PCG','INCOME','XXXXXX','7198',7744,'Reprises sur amortissements et provisions des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7759,'PCG','INCOME','XXXXXX','71981',7758,'Reprises sur amortissements des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7760,'PCG','INCOME','XXXXXX','71984',7758,'Reprises sur Provisions des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7761,'PCG','INCOME','XXXXXX','73',7679,'Produits financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7762,'PCG','INCOME','XXXXXX','732',7761,'Produits des titres de participation et des autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7763,'PCG','INCOME','XXXXXX','7321',7762,'Revenus des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7764,'PCG','INCOME','XXXXXX','7325',7762,'Revenus des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7766,'PCG','INCOME','XXXXXX','733',7761,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7767,'PCG','INCOME','XXXXXX','7331',7766,'Gains de change propres à l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7768,'PCG','INCOME','XXXXXX','7338',7766,'Gains de change des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7769,'PCG','INCOME','XXXXXX','738',7761,'Intérêts et autres produits financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7770,'PCG','INCOME','XXXXXX','7381',7769,'Intérêts et produits assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7771,'PCG','INCOME','XXXXXX','73811',7770,'Intérêts des prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7772,'PCG','INCOME','XXXXXX','73813',7770,'Revenus des autres créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7773,'PCG','INCOME','XXXXXX','7383',7769,'Revenus des créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7774,'PCG','INCOME','XXXXXX','7384',7769,'Revenus des titres et valeurs de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7775,'PCG','INCOME','XXXXXX','7385',7769,'Produits nets sur cessions de titres et valeurs de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7776,'PCG','INCOME','XXXXXX','7386',7769,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7777,'PCG','INCOME','XXXXXX','7388',7769,'Intérêts et autres produits financiers des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7778,'PCG','INCOME','XXXXXX','739',7761,'Reprises financières ; Transfert de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7779,'PCG','INCOME','XXXXXX','7391',7778,'Reprises sur amortissement des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7780,'PCG','INCOME','XXXXXX','7392',7778,'Reprises sur provisions pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7781,'PCG','INCOME','XXXXXX','7393',7778,'Reprises sur provisions pour risques et charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7783,'PCG','INCOME','XXXXXX','7396',7778,'Reprises sur provisions pour dépréciation des comptes de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7784,'PCG','INCOME','XXXXXX','7397',7778,'Transfert de charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7785,'PCG','INCOME','XXXXXX','73971',7784,'Transferts - charges d''intérêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7786,'PCG','INCOME','XXXXXX','73973',7784,'Transferts - pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7787,'PCG','INCOME','XXXXXX','73978',7784,'Transferts - autres charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7788,'PCG','INCOME','XXXXXX','7398',7778,'Reprises sur dotations financières des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7789,'PCG','INCOME','XXXXXX','75',7679,'Produits non courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7790,'PCG','INCOME','XXXXXX','751',7789,'Produits des cessions des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7791,'PCG','INCOME','XXXXXX','7512',7790,'Produits des cessions des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7792,'PCG','INCOME','XXXXXX','7513',7790,'Produits des cessions des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7793,'PCG','INCOME','XXXXXX','7514',7790,'Produits des cessions des immobilisations financières (droits de propriété)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7794,'PCG','INCOME','XXXXXX','7518',7790,'Produits des cessions des immobilisations des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7795,'PCG','INCOME','XXXXXX','756',7789,'Subventions d''équilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7796,'PCG','INCOME','XXXXXX','7561',7795,'Subventions d''équilibre reçues de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7797,'PCG','INCOME','XXXXXX','7568',7795,'Subventions d''équilibre reçues des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7798,'PCG','INCOME','XXXXXX','757',7789,'Reprises sur subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7799,'PCG','INCOME','XXXXXX','7577',7798,'Reprises sur subventions d''investissement de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7800,'PCG','INCOME','XXXXXX','7578',7798,'Reprises sur subventions d''investissement des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7801,'PCG','INCOME','XXXXXX','758',7789,'Autres produits non courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7802,'PCG','INCOME','XXXXXX','7581',7801,'Pénalités et dédits reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7803,'PCG','INCOME','XXXXXX','75811',7802,'Pénalités reçus sur marché','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7804,'PCG','INCOME','XXXXXX','75812',7802,'Dédits reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7806,'PCG','INCOME','XXXXXX','7585',7801,'Rentrées sur créances soldées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7807,'PCG','INCOME','XXXXXX','7586',7801,'Dons, libéralités et lots reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7808,'PCG','INCOME','XXXXXX','75861',7807,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7809,'PCG','INCOME','XXXXXX','75862',7807,'Libéralités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7810,'PCG','INCOME','XXXXXX','75863',7807,'Lots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7811,'PCG','INCOME','XXXXXX','7588',7801,'Autres produits non courants des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7812,'PCG','INCOME','XXXXXX','759',7789,'Reprises non courantes ; Transfert de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7813,'PCG','INCOME','XXXXXX','7591',7812,'Reprises non courantes sur amortissements exceptionnelles des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7814,'PCG','INCOME','XXXXXX','75911',7813,'Reprises non courantes sur amortissements exceptionnelles des immobilisations en non-valeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7815,'PCG','INCOME','XXXXXX','75912',7813,'Reprises non courantes sur amortissements exceptionnelles des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7816,'PCG','INCOME','XXXXXX','75913',7813,'Reprises non courantes sur amortissements exceptionnelles des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7817,'PCG','INCOME','XXXXXX','7594',7812,'Reprises non courantes sur provisions réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7818,'PCG','INCOME','XXXXXX','75941',7817,'Reprises sur amortissements dérogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7819,'PCG','INCOME','XXXXXX','75942',7817,'Reprises sur plus values en instance d''imposition','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7820,'PCG','INCOME','XXXXXX','75944',7817,'Reprises sur provisions pour investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7821,'PCG','INCOME','XXXXXX','75945',7817,'Reprises sur provisions pour reconstitution de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7822,'PCG','INCOME','XXXXXX','75946',7817,'Reprises sur provisions pour acquisition et construction de logements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7823,'PCG','INCOME','XXXXXX','7595',7812,'Reprises non courantes sur provisions pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7824,'PCG','INCOME','XXXXXX','75955',7823,'Reprises non courantes sur provisions pour risques et charges durables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7825,'PCG','INCOME','XXXXXX','75957',7823,'Reprises non courantes sur provisions pour risques et charges momentanés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7826,'PCG','INCOME','XXXXXX','7596',7812,'Reprises non courantes sur provisions pour dépréciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7829,'PCG','INCOME','XXXXXX','7597',7812,'Transfert de charges non courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7830,'PCG','INCOME','XXXXXX','7598',7812,'Reprises non courantes des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7831,'PCG','RESU','XXXXXX','8','','Comptes de résultats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7832,'PCG','RESU','XXXXXX','81',7831,'Résultat d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7833,'PCG','RESU','XXXXXX','811',7832,'Marge brute','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7834,'PCG','RESU','XXXXXX','814',7832,'Valeur ajoutée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7835,'PCG','RESU','XXXXXX','817',7832,'Excédent brut d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7836,'PCG','RESU','XXXXXX','8171',7835,'Excédent brut d''exploitation (créditeur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7837,'PCG','RESU','XXXXXX','8179',7835,'Insuffusance brute d''exploitation (débiteur)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7838,'PCG','RESU','XXXXXX','83',7831,'Résultat financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7839,'PCG','RESU','XXXXXX','84',7831,'Résultat courant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7840,'PCG','RESU','XXXXXX','85',7831,'Résultat non courant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7841,'PCG','RESU','XXXXXX','86',7831,'Résultat avant impôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7842,'PCG','RESU','XXXXXX','88',7831,'Résultat après impôt','1');
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1', NULL, 'Comptes de Financement Permanent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '11', '1', 'Capitaux Propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1111', '11', 'Capital Social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1112', '11', 'Fonds de Dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1117', '11', 'Capital Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '11171', '1117', 'Capital Individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '11175', '1117', 'Compte de l\'Exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1119', '11', 'Actionnaires, Capital souscrit non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '112', '11', 'Primes d\'émission, de fusion et d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1121', '112', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1122', '112', 'Primes de Fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1123', '112', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '113', '11', 'Ecarts de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '114', '11', 'Réserve légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '115', '11', 'Autres réserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1151', '115', ' Réserves statutaires ou contractuelles ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1152', '115', 'Réserves facultatives ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1155', '115', 'Réserves réglementaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '116', '11', 'Report à nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1161', '116', 'Report à nouveau (solde créditeur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1169', '116', 'Report à nouveau (solde débiteur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '118', '11', 'Résultat net en Instance d\'Affectation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1181', '118', 'Résultat net en Instance d\'Affectation (Solde créditeur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1189', '118', 'Résultat net en Instance d\'Affectation (Solde débiteur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '119', '11', 'Résultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1191', '119', 'Résultat net de l\'exercice (Solde créditeur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1199', '119', 'Résultat net de l\'exercice (Solde débiteur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '13', '1', 'Capitaux Propres et Assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '131', '13', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1311', '131', 'Subvention d\'investissement reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1319', '131', 'Subvention d\'investissement inscrits au compte de produit et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '135', '13', 'Provisions réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1351', '135', 'Provisions pour amortissements dérogatoires ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1352', '135', 'Provisions pour plus-values en instance d\'imposition', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1354', '135', 'Provisions Pour Investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1355', '135', 'Provisions pour reconstitution des gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1356', '135', 'Provisions pour acquisition et construction de logements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1358', '135', 'Autres provisions réglementées ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '14', '1', 'Dettes de Financement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '141', '14', 'Emprunts Obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '148', '14', 'Autres dettes de Financement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1481', '148', 'Emprunts auprès des établissements de crédits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1482', '148', 'Avance de l\'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1483', '148', 'Dettes rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1484', '148', 'Billets de Fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1485', '148', 'Avances reçus et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1486', '148', 'Fournisseurs d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1487', '148', 'Dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1488', '148', 'Dettes de Financement diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions Durables Pour Risques et Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '151', '15', 'Provisions pour Risques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1511', '151', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1512', '151', 'Provisions pour garanties données aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1513', '151', 'Provisions pour propre assureur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1514', '151', 'Provisions pour pertes sur marché à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1515', '151', 'Provisions pour amendes, doubles droits, pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1516', '151', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1518', '151', 'Autres provisions pour risque', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions pour charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1551', '155', 'Provisions Pour impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1552', '155', 'Provisions, pensions de retraite et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1555', '155', 'Provisions pour charges à répartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1558', '155', 'Autres provisions pour charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '16', '1', 'Comptes de liaison des établissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1601', '16', 'Comptes de liaison de siéges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '1605', '16', 'Comptes de liaison des établissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '17', '1', 'Ecarts de conversion - Passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '171', '17', 'Augmentation des créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'CAPIT', 'XXXXXX', '172', '17', 'Diminution des dettes de Financement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2', NULL, 'Comptes d\'Actif Immobilisé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisation en non-valeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '211', '21', 'Frais Préliminaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2111', '211', 'Frais de Constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2112', '211', 'Frais préalables au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2113', '211', 'Frais d\'augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2114', '211', 'Frais sur opérations de Fusion, scissions et transformations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2116', '211', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2117', '211', 'Frais de publicité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2118', '211', 'Autres frais préliminaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '212', '21', 'Charges à répartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2121', '212', 'Frais d\'acquisition des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2125', '212', 'Frais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2128', '212', 'Autres charges à répartir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '213', '21', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '22', '2', 'Immobilisation Incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '221', '22', 'Immobilisations en recherche et Développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '222', '22', 'Brevets, marques, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '223', '22', 'Fonds Commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '228', '22', ' Autres immobilisations Incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2285', '228', ' Autres immobilisations Incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '23', '2', 'Immobilisations Corporelles ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '231', '23', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2311', '231', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2312', '231', 'Terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2313', '231', 'Terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2314', '231', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2316', '231', 'Agencement et aménagements de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2318', '231', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '232', '23', 'Construction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2321', '232', 'Bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '23211', '2321', 'Bâtiments industriels (A, B...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '23214', '2321', 'Bâtiments administratifs et commerciaux (A, B, etc)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '23218', '2321', 'Autres bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2323', '232', 'Construction sur terrains d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2325', '232', 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2327', '232', 'Agencement et aménagements des constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2328', '232', 'Autres constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '233', '23', 'Installations Techniques, matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2331', '233', 'Installations Techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2332', '233', 'Matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '23321', '2332', 'Matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '23324', '2332', 'Outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2333', '233', 'Emballages récupérables identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2338', '233', 'Autres Installations techniques, matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '234', '23', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '235', '23', 'Mobilier, matériel de bureau et aménagements divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2351', '235', 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2352', '235', 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2355', '235', 'Matériel Informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2356', '235', 'Agencement, installations et aménagements divers (de biens n\'appartenant pas à l\'entreprise)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2358', '235', 'Autres mobiliers, matériel de bureau et aménagements divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '238', '23', 'Autres immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '239', '23', 'Immobilisations corporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2392', '239', 'immobilisations Corporelles en cours et terrains de constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2393', '239', 'immobilisations Corporelles en cours et terrains des installations techniques, matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2394', '239', 'Immobilisations corporelles en cours de matériel de transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2395', '239', 'Immobilisations corporelles en cours de mobilier, matériel de bureau et aménagement divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2397', '239', 'Avances et acomptes versés sur commandes d\'immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2398', '239', 'Autres immobilisations corporelles en cours ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '24', '2', 'Immobilisations Financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '241', '24', 'Prêts immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2411', '241', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2415', '241', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2416', '241', 'Billets de Fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2418', '241', 'Autres prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '248', '24', 'Autres créances financières ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2481', '248', 'Titres immobilisés (Droits de créance)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '24811', '2481', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '24813', '2481', 'Bons d\'équipements ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '24818', '2481', 'Bons divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2483', '248', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2486', '248', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '24861', '2486', 'Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '24864', '2486', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2487', '248', 'Créances Immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2488', '248', 'Créances financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '25', '2', 'Immobilisations Financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '251', '25', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '258', '25', 'Autres titres immobilisés (Titres de propriété)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2581', '258', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2588', '258', 'Titres divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '27', '2', 'Ecarts de conversion Actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '271', '27', 'Diminution des créances Immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '272', '27', 'Augmentation des dettes de financement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28', '2', 'Amortissements des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des en non-valeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2811', '281', 'Amortissements des frais préliminaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28111', '2811', 'Amortissements des Faris de constitution ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28112', '2811', 'Amortissement des frais préliminaires au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28113', '2811', 'Amortissements des frais d\'augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28114', '2811', 'Amortissements des frais sur opérations des fusions scissions et transformations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28116', '2811', 'Amortissements des frais d prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28117', '2811', 'Amortissements des frais de publicité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28118', '2811', 'Amortissements des autres frais préliminaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2812', '281', 'Amortissements des charges à répartir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28121', '2812', 'Amortissements des frais d\'acquisition des immobilisations ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28125', '2812', 'Amortissements des frais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28128', '2812', 'Amortissements des autres charges à répartir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28813', '2812', 'Amortissements, primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2821', '282', 'Amortissement de l\'immobilisation en recherche et développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2822', '282', 'Amortissement des brevets, marques, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2823', '282', 'Amortissement du fond commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2828', '282', 'Amortissement des autres immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '283', '28', 'Amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2831', '283', 'Amortissement des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28311', '2831', 'Amortissement des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28312', '2831', 'Amortissement des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28313', '2831', 'Amortissement des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28314', '2831', 'Amortissement des  terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28316', '2831', 'Amortissement des agencements et aménagements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28318', '2831', 'Amortissement des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2832', '283', 'Amortissement des autres construction', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28321', '2832', 'Amortissement des bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28323', '2832', 'Amortissement des construction sur terrains d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28325', '2832', 'Amortissement des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28327', '2832', 'Amortissement des installations, agencements et aménagements des constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28328', '2832', 'Amortissement des autres constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2833', '283', 'Amortissement des Installations techniques, matériels et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28331', '2833', 'Amortissement des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28332', '2833', 'Amortissement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28333', '2833', 'Amortissement des emballages récupérables identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28338', '2833', 'Amortissement des autres installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2834', '283', 'Amortissement du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2835', '283', 'Amortissement du mobilier, matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28351', '2835', 'Amortissement du mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28352', '2835', 'Amortissement du matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28355', '2835', 'Amortissement du matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28356', '2835', 'Amortissement des agencements, installations et aménagements divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '28358', '2835', 'Amortissement des autres mobilier, matériel de bureau et aménagements divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2838', '283', 'Amortissement des autres immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour dépréciation des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2941', '294', 'Provisions pour dépréciation des prêts immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2948', '294', 'Provisions pour dépréciation des autres créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2951', '295', 'Provisions pour dépréciation des titres de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'IMMO', 'XXXXXX', '2958', '295', 'Provisions pour dépréciation des autres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3', NULL, 'Comptes d\'actif Circulation (Hors Trésorerie)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31', '3', 'Stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '311', '31', 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3111', '311', 'Marchandises (Groupe A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3112', '311', 'Marchandises (Groupe B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3116', '311', 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3118', '311', 'Autres marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '312', '31', 'Matières et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3121', '312', 'Matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31211', '3121', 'Matières premières (Groupe A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31212', '3121', 'Matières premières (Groupe B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3122', '312', 'Matières et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31221', '3122', 'Matières consommables (Groupe A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31222', '3122', 'Matières consommables (Groupe B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31223', '3122', 'Combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31224', '3122', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31225', '3122', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31226', '3122', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31227', '3122', 'Fournitures de Bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3123', '312', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31231', '3123', 'Emballages Perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31232', '3123', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31233', '3123', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3126', '312', 'Matières et fournitures consommables en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3128', '312', 'Autres matières et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '313', '31', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3131', '313', 'Biens en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31311', '3131', 'Biens produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31312', '3131', 'Biens intermédiaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31317', '3131', 'Biens résiduels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3134', '313', 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31341', '3134', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31342', '3134', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31343', '3134', 'Prestations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3138', '313', 'Autres produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '314', '31', 'Produits intermédiaires et produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3141', '314', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31411', '3141', 'Produits intermédiaires (Groupe A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31412', '3141', 'Produits intermédiaires (Groupe B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3145', '314', 'Produits résiduels (ou matières de récupération)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31451', '3145', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31452', '3145', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '31453', '3145', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3148', '314', 'Autres produits intermédiaires et produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '315', '31', 'Produits Finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3151', '315', 'Produits Finis (groupe A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3152', '315', 'Produits Finis (groupe B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3156', '315', 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3158', '315', 'Autres produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '34', '3', 'Créances de l\'actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '341', '34', 'Fournisseurs débiteur, avances et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3411', '341', 'Fournisseurs - avances et acomptes versés sur commandes d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3413', '341', 'Fournisseurs - créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3417', '341', 'Rabais, remises et ristournes à obtenir - avoirs non encoure reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3418', '341', 'Autres fournisseurs débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '342', '34', 'Clients et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3421', '342', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '34211', '3421', 'Clients (Groupe A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '34212', '3421', 'Clients (Groupe B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3423', '342', 'Clients - retenues de garanties', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3424', '342', 'Clients douteux ou litigieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3425', '342', 'Clients - effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3427', '342', 'Clients - factures à établir et créances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '34271', '3427', 'Clients - factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '34272', '3427', 'Créances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3428', '342', 'Autres clients et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '343', '34', 'Personnel - débiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3431', '343', 'Avances et acomptes au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3438', '343', 'Personnel - autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '345', '34', 'Etat - débiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3451', '345', 'Subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '34511', '3451', 'Subventions d\'investissements à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '34512', '3451', 'subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '34513', '3451', 'Subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3453', '345', 'Acomptes sur impôts sur les résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3455', '345', 'Etat - TVA récupérable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '34551', '3455', 'Etat - TVA récupérable sur Immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '34552', '3455', 'Etat - TVA récupérable sur charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3456', '345', 'Etat - crédit de TVA (suivant déclarations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3458', '345', 'Etat - autres comptes débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '346', '34', 'Comptes d\'associés - débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3461', '346', 'Associés - comptes d\'apport en société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3462', '346', 'Actionnaires - capital souscrit et appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3463', '346', 'Comptes courants des associés - débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3464', '346', 'Associés - opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3467', '346', 'Créances rattachées aux comptes d\'associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3468', '346', 'Autres comptes d\'associés - débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '348', '34', 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3481', '348', 'Créances sur cession d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3482', '348', 'Créances sur cession d\'éléments d\'actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3487', '348', 'Créances rattachées aux autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3488', '348', 'Divers débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '349', '34', 'Comptes de régularisation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3491', '349', 'Charges constatées d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3493', '349', 'Intérêts courus et non échus à percevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3495', '349', 'Comptes de participations périodique des charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3497', '349', 'Comptes transitoires ou d\'attente - débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '35', '3', 'Titres te valeurs de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3502', '35', 'Actions, partie non libérée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3504', '35', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3506', '35', 'Bons de caisse et bons de trésor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '35061', '3506', 'Bons de caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '35062', '3506', 'Bons de trésor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3508', '35', 'Autres titres et valeurs de placement similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '37', '3', 'Ecarts de conversion-actif (éléments circulants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3701', '37', 'Diminution des créances circulantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3702', '37', 'Diminution des dettes circulantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '39', '3', 'Provision pour dépréciation des comptes de l\'actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '391', '39', 'Provisions pour dépréciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3911', '391', 'Provisions pour dépréciation des Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3912', '391', 'Provisions pour dépréciation des matières et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3913', '391', 'Provisions pour dépréciation des produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3914', '391', 'Provisions pour dépréciation des produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3915', '391', 'Provisions pour dépréciation des produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '394', '39', 'Provisions pour dépréciation des créances de l\'actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3941', '394', 'Provisions pour dépréciation - fournisseurs débiteurs, avances et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3942', '394', 'Provisions pour dépréciation des clients et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3943', '394', 'Provisions pour dépréciation du personnel - débiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3946', '394', 'Provisions pour dépréciation des comptes d\'associés débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '3948', '394', 'Provisions pour dépréciation des autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'STOCK', 'XXXXXX', '395', '39', 'Provisions pour dépréciation des titres et valeur de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Comptes de passif circulant (Hors trésorerie)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Dettes du passif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Fournisseurs et comptes rattachés ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4411', '441', 'Fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '44111', '4411', 'Fournisseurs - catégorie A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '44112', '4411', 'Fournisseurs - catégorie B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4413', '441', 'Fournisseurs - retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4415', '441', 'Fournisseurs - effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4417', '441', 'Fournisseurs - factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4418', '441', 'Autres fournisseurs et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Clients créditeurs, avances et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4421', '442', 'Clients - avances et acomptes reçus sur commandes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4425', '442', 'Clients - dettes pour emballages et matériel consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4427', '442', 'Rabais, remises et ristournes à accorder - avoirs à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4428', '442', 'Autres clients créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Personnel - créditeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4432', '443', 'Rémunérations dues au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4433', '443', 'Dépôts du personnel créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4434', '443', 'Oppositions sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4437', '443', 'Charges de personnel à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4438', '443', 'Personnel - autres créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4441', '444', 'Caisse nationale de la sécurité sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4443', '444', 'Caisses de retraite', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4445', '444', 'Mutuelles ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4447', '444', 'charges sociales à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4448', '444', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat - créditeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'Etat, impôts, taxes et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '44521', '4452', 'Etat, taxe urbaine et taxe d\'édilité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '44522', '4452', 'Etat, patente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '44525', '445', 'Etat, PTS et PSN', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4453', '445', 'Etat, impôts sur les résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'Etat, TVA facturée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'Etat, TVA due (suivant déclarations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4457', '445', 'Etat, impôts et taxes à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4458', '445', 'Etat, autres comptes créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Comptes d\'associés - créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4461', '446', 'Associés - capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4462', '446', 'Associés - versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4463', '446', 'Comptes courants des associés - créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4464', '446', 'Associés - opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4465', '446', 'Associés - dividendes à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4468', '446', 'Autres comptes d\'associés créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Autres créanciers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4481', '448', 'Dettes sur acquisition des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4483', '448', 'Dettes sur acquisition des titres et valeurs de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4484', '448', 'Obligations échus à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4485', '448', 'Obligations, coupons à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Dettes rattachées aux autres créanciers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4488', '448', 'Divers créanciers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Comptes de régularisation - passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4491', '449', 'Produits constatés d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4493', '449', 'Intérêts courus et non échus à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4495', '449', 'Comptes de répartition périodique des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4497', '449', 'Comptes transitoires ou d\'attente - créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Autres provisions pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4501', '45', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4502', '45', 'Provisions pour garanties données aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4505', '45', 'Provisions pour amendes, doubles droits et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4506', '45', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4507', '45', 'Provisions pour impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4508', '45', 'Autres provisions pour risque et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Ecarts de conversion - Passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4701', '47', 'Augmentation des créances circulantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'THIRDPARTY', 'XXXXXX', '4702', '47', 'Diminution des dettes circulantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5', NULL, 'Comptes de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '51', '5', 'Trésorerie - actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '511', '51', 'Chèques et valeurs à encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5111', '511', 'Chèques à encaisser ou à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '51111', '5111', 'Chèques en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '51112', '5111', 'Chèques à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5113', '511', 'Effets à encaisser ou à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '51131', '5113', 'Effets échus à encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '51132', '5113', 'Effets à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5115', '511', 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5118', '511', 'Autres valeurs à encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '514', '51', 'Banques, Trésorerie Générale et Chèques Postaux débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5141', '514', 'Banques (soldes débiteurs)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5143', '514', 'Trésorerie Générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5146', '514', 'Chèques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5148', '514', 'Autres établissements financiers et assimilés (soldes débiteurs)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '516', '51', 'Caisses, régies d\'avances et accréditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5161', '516', 'Caisses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '51611', '5161', 'Caisse Centrale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '51613', '5161', 'Caisse (Succursale ou agence A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '51614', '5161', 'Caisse (Succursale ou agence B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5165', '516', 'Régies d\'avances et accréditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '55', '5', 'Trésorerie - Passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '552', '55', 'Crédits d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '553', '55', 'Crédits de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '554', '55', 'Banques (soldes créditeurs)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5541', '554', 'Banques (soldes créditeurs)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '5548', '554', 'Autres établissements financiers et assimilés (soldes créditeurs)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'FINAN', 'XXXXXX', '59', '5', 'Provisions pour dépréciation des comptes de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6', NULL, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61', '6', 'Charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '611', '61', 'Achats revendus de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6111', '611', 'Achats de marchandises (Groupe A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6112', '611', 'Achats de marchandises (Groupe B)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6114', '611', 'Variation des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6118', '611', 'Achats revendus de marchandises des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6119', '611', 'Rabais, remises, et ristournes obtenus sur achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '612', '61', 'Achats consommés de matières et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6121', '612', 'Achats de matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61211', '6121', 'Achats de matières premières A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61212', '6121', 'Achats de matières premières B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6122', '612', 'Achats de matières et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61221', '6122', 'Achats de matières et fournitures A', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61222', '6122', 'Achats de matières et fournitures B', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61223', '6122', 'Achats de combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61224', '6122', 'Achats de produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61225', '6122', 'Achats de fournitures d\'atelier d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61226', '6122', 'Achats de fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61227', '6122', 'Achats de fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6123', '612', 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61231', '6123', 'Achats d\'emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61232', '6123', 'Achats d\'emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61233', '6123', 'Achats d\'emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6124', '612', 'Variation des stocks de matières et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61241', '6124', 'Variation des stocks de matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61242', '6124', 'Variation des stocks de matières et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61243', '6124', 'Variation des stocks d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6125', '612', 'Achats non stockés de matières et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61251', '6125', 'Achats de fournitures non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61252', '6125', 'Achats de fournitures d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61253', '6125', 'Achats de petit outillage et de petit équipement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61254', '6125', 'Achats de fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6126', '612', 'Achats de travaux, études et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61261', '6126', 'Achats de travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61262', '6126', 'Achats d\'études', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61263', '6126', 'Achats des prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6128', '612', 'Achats des matières et des fournitures des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6129', '612', 'Rabais, remises, et ristournes obtenus sur achats consommés de matières et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61291', '6129', 'Rabais, remises, et ristournes obtenus sur achats de matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61292', '6129', 'Rabais, remises, et ristournes obtenus sur achats de matières et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61293', '6129', 'Rabais, remises, et ristournes obtenus sur achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61295', '6129', 'Rabais, remises, et ristournes obtenus sur achats non stockés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61296', '6129', 'Rabais, remises, et ristournes obtenus sur achats de travaux, études et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61298', '6129', 'Rabais, remises, et ristournes obtenus sur achats de matières et fournitures des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '613', '61', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6131', '613', 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61311', '6131', 'Location de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61312', '6131', 'Location de constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61313', '6131', 'Location de matériel et d\'outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61314', '6131', 'Location de matériel et matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61315', '6131', 'Location de matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61316', '6131', 'Location de matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61317', '6131', 'Malis sur emballages rendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61318', '6131', 'Location et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6132', '613', 'Redevances de crédit bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61321', '6132', 'Redevances de crédit bail, mobilier et matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6133', '613', 'Entretien et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61331', '6133', 'Entretien et réparations des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61332', '6133', 'Entretien et réparations des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61335', '6133', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6134', '613', 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61341', '6134', 'Assurances multirisques (vol, incendie, responsabilité civile, etc.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61343', '6134', 'Assurances - Risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61345', '6134', 'Assurances - Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61348', '6134', 'Autres assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6135', '613', 'Rémunérations du personnel extérieurs à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61351', '6135', 'Rémunérations du personnel occasionnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61352', '6135', 'Rémunérations du personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61353', '6135', 'Rémunérations du personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6136', '613', 'Rémunérations d\'intermédiaires et honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61361', '6136', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61365', '6136', 'honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61367', '6136', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6137', '613', 'Redevances pour brevets, marques, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61371', '6137', 'Redevances pour brevets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61378', '6137', 'Autres redevances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '614', '61', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6141', '614', 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61411', '6141', 'Etudes générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61413', '6141', 'Recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61415', '6141', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61416', '6141', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6142', '614', 'Transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61421', '6142', 'Transport du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61425', '6142', 'Transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61426', '6142', 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61428', '6142', 'Autres transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6143', '614', 'Déplacements, missions et réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61431', '6143', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61433', '6143', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61435', '6143', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61436', '6143', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6144', '614', 'Publicité, publications et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61441', '6144', 'Annonces et insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61442', '6144', 'Echantillons, catalogues et imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61443', '6144', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61444', '6144', 'Primes de publicité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61446', '6144', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61447', '6144', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61448', '6144', 'Autres charges de publicité et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6145', '614', 'Frais postaux et frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61451', '6145', 'Frais postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61455', '6145', 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61456', '6145', 'Frais de télex et de télégrammes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6146', '614', 'Cotisations et dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61461', '6146', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61462', '6146', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6147', '614', 'Services bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61471', '6147', 'Frais d\'achat et de vente des titres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61472', '6147', 'Frais sur effet de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61473', '6147', 'Frais et commissions sur services bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6148', '614', 'Autres charges externes des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6149', '614', 'Rabais, remises et ristournes obtenus sur autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '616', '61', 'Impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6161', '616', 'Impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61611', '6161', 'Taxe urbaine et taxe d\'édilité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61612', '6161', 'Patente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61615', '6161', 'Taxes locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6165', '616', 'Impôts et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6167', '616', 'Impôts, taxes et droits assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61671', '6167', 'Droits d\'enregistrement et timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61673', '6167', 'Taxes sur les véhicules', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61678', '6167', 'Autres impôts, taxes et droits assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6168', '616', 'Impôts et taxes des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '617', '61', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6171', '617', 'Rémunération du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61711', '6171', 'Appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61712', '6171', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61713', '6171', 'Indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61714', '6171', 'Commissions au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61715', '6171', 'Rémunération des administrateurs, gérants et associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6174', '617', 'charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61741', '61741', 'Cotisations de sécurité sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61742', '61741', 'Cotisations aux caisses de retraite', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61743', '61741', 'Cotisations aux mutuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61744', '61741', 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61745', '61741', 'Assurances accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6176', '617', 'Charges sociales diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61761', '6176', 'Assurances groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61762', '6176', 'Prestations de retraites', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61763', '6176', 'Allocations aux oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61764', '6176', 'Habillement et vêtements de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61765', '6176', 'Indemnités de préavis et de licenciement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61766', '6176', 'Médecine du travail, pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61768', '6176', 'Autres charges sociales diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6177', '617', 'Rémunération de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61771', '61771', 'Appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61774', '61771', 'Charges sociales sur appointements et salaires de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6178', '617', 'Charges de personnel des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6181', '618', 'Jetons de présence', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6182', '618', 'Pertes sur créances irrécouvrables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6185', '618', 'Pertes sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6186', '618', 'Transferts de profits sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6188', '618', 'Autres charges d\'exploitation des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '619', '61', 'Dotation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6191', '619', 'Dotations d\'exploitation aux amortissements de l\'immobilisation en non-valeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61911', '6191', 'Dotations d\'exploitation aux amortissements des frais préliminaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61912', '6191', 'Dotations d\'exploitation aux amortissements des charges à répartir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6192', '619', 'Dotations d\'exploitation aux amortissements de l\'immobilisation incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61921', '6192', 'Dotations d\'exploitation aux amortissements de l\'immobilisation en recherche et développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61922', '6192', 'Dotations d\'exploitation aux amortissements des brevets, marques, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61923', '6192', 'Dotations d\'exploitation aux amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61928', '6192', 'Dotations d\'exploitation aux amortissements des autres immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6193', '619', 'Dotations d\'exploitation aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61931', '6193', 'Dotations d\'exploitation aux amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61932', '6193', 'Dotations d\'exploitation aux amortissements des constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61933', '6193', 'Dotations d\'exploitation aux amortissements des installations techniques, matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61934', '6193', 'Dotations d\'exploitation aux amortissements du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61935', '6193', 'Dotations d\'exploitation aux amortissements des mobilier, matériel de bureau et aménagement divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61938', '6193', 'Dotations d\'exploitation aux amortissements des autres immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6194', '619', 'Dotations d\'exploitation aux provisions pour dépréciation des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61942', '6194', 'Dotations d\'exploitation aux provisions pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61943', '6194', 'Dotations d\'exploitation aux provisions pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6195', '619', 'Dotations d\'exploitation aux provisions pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61955', '6195', 'Dotations d\'exploitation aux provisions pour risques et charges durables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61957', '6195', 'Dotations d\'exploitation aux provisions pour risques et charges momentanés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6196', '619', 'Dotations d\'exploitation aux provisions pour dépréciation de l\'actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61961', '6196', 'Dotations d\'exploitation aux provisions pour dépréciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61964', '6196', 'Dotations d\'exploitation aux provisions pour dépréciation des créances de l\'actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6198', '619', 'Dotations d\'exploitation des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61981', '6198', 'Dotations d\'exploitation aux amortissements des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '61984', '6198', 'Dotations d\'exploitation aux provisions des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '63', '6', 'Charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '631', '63', 'Charges d\'intérêt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6311', '631', 'Intérêts des emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '63111', '6311', 'Intérêts des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '63113', '6311', 'Intérêts des dettes rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '63114', '6311', 'Intérêts des comptes courants et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '63115', '6311', 'Intérêts bancaires et sur opérations de financement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '63118', '6311', 'Autres intérêts des emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6318', '631', 'Charges d\'intérêt des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '633', '63', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6331', '633', 'Pertes de change propres à l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6338', '633', 'Pertes de change des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '638', '63', 'Autres charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6382', '638', 'Pertes sur créances liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6385', '638', 'Charges nettes sur cessions de titres et valeurs de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6386', '638', 'Escomptes accordés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6388', '638', 'Autres charges financières des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '639', '63', 'Dotations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6391', '639', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6392', '639', 'Dotations aux provisions pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6393', '639', 'Dotations aux provisions pour risques et charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6394', '639', 'Dotations aux provisions pour dépréciation des titres et valeurs de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6396', '639', 'Dotations aux provisions pour dépréciation des comptes de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6398', '639', 'Dotations financières des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65', '6', 'Charges non courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '651', '65', 'Valeurs nettes d\'amortissements des immobilisations cédées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6512', '651', 'Valeurs nettes d\'amortissement des immobilisations incorporelles cédées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6513', '651', 'Valeurs nettes d\'amortissement des immobilisations corporelles cédées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6514', '651', 'Valeurs nettes d\'amortissement des immobilisations financières cédées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6518', '651', 'Valeurs nettes d\'amortissement des immobilisations cédées des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '656', '65', 'Subventions accordées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6561', '656', 'Subventions accordées de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6568', '656', 'Subventions accordées des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '658', '65', 'Autres charges non courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6581', '658', 'Pénalités sur marchés et dédits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65811', '6581', 'Pénalités sur marchés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65812', '6581', 'Dédits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6582', '658', 'Rappels d\'impôts (autres qu\'impôts sur les résultats)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6583', '658', 'Pénalités et amendes fiscales ou pénales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65831', '6583', 'Pénalités et amendes fiscales ou pénales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65833', '6583', 'Pénalités et amendes pénales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6585', '658', 'Créances devenues irrécouvrables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6586', '658', 'Dons, libéralités et lots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65861', '6586', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65862', '6586', 'Libéralités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65863', '6586', 'Lots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6588', '658', 'Autres charges non courantes des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '659', '65', 'Dotations pour courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6591', '659', 'Dotations aux amortissements exceptionnels des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65911', '6591', 'Dotations aux amortissements exceptionnels de l\'immobilisation en non valeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65912', '6591', 'Dotations aux amortissements exceptionnels des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65913', '6591', 'Dotations aux amortissements exceptionnels des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6594', '659', 'Dotations non courantes aux provisions réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65941', '6594', 'Dotations non courantes aux amortissements dérogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65942', '6594', 'Dotations non courantes pour plus-values en instance d\'imposition', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65944', '6594', 'Dotations non courantes pour investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65945', '6594', 'Dotations non courantes pour reconstitution de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65946', '6594', 'Dotations non courantes pour acquisition et construction de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6595', '659', 'Dotations non courantes aux provisions pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65955', '6595', 'Dotations non courantes aux provisions pour risques et charges durables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65957', '6595', 'Dotations non courantes aux provisions pour risques et charges momentanés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6596', '659', 'Dotations non courantes aux provisions pour dépréciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65962', '6596', 'Dotations non courantes aux provisions pour dépréciation de l\'actif immobilisé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '65963', '6596', 'Dotations non courantes aux provisions pour dépréciation de l\'actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6598', '6596', 'Dotations non courantes des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '67', '6', 'Impôts sur le résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6701', '67', 'Impôts sur les bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6705', '67', 'Imposition minimale annuelle des sociétés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'EXPENSE', 'XXXXXX', '6708', '67', 'Rappels et dégrèvements des impôts sur les résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7', NULL, 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71', '7', 'Produits d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '711', '71', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7111', '711', 'Ventes de marchandises au Maroc', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7113', '711', 'Ventes de marchandises à l\'étranger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7118', '711', 'Ventes de marchandises des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7119', '711', 'Rabais, remises et ristournes accordés par l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '712', '71', 'Ventes de biens et services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7121', '712', 'Ventes de biens et services produits au Maroc', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71211', '7121', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71212', '7121', 'Ventes de produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71217', '7121', 'Ventes de produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7122', '712', 'Ventes de biens produits à l\'étranger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71221', '7122', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71222', '7122', 'Ventes de produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7124', '712', 'Ventes de services produits au Maroc', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71241', '7124', 'Travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71242', '7124', 'Etudes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71243', '7124', 'Prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7125', '712', 'Ventes de services produits à l\'étranger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71251', '7125', 'Travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71252', '7125', 'Etudes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71253', '7125', 'Prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7126', '712', 'Redevances pour brevets, marques, droits et valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7127', '712', 'Ventes de produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71271', '7127', 'Locations diverses reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71272', '7127', 'Commissions et courtages reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71273', '7127', 'Produits de services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71275', '7127', 'Bonis sur reprises d\'emballages consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71276', '7127', 'Ports et frais accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71278', '7127', 'Autres ventes de produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7128', '712', 'Ventes de biens set services produits des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7129', '712', 'Rabais, remises et ristournes accordés par l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71291', '7129', 'Rabais, remises et ristournes accordés sur ventes au Maroc des biens produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71292', '7129', 'Rabais, remises et ristournes accordés sur ventes à l\'étranger des biens produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71294', '7129', 'Rabais, remises et ristournes accordés sur ventes au Maroc des services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71295', '7129', 'Rabais, remises et ristournes accordés sur ventes à l\'étranger des services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71298', '7129', 'Rabais, remises et ristournes accordés sur ventes des biens et services produits des exercices antérieurs ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '713', '71', 'Variations des stocks des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7131', '713', 'Variations des stocks des produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71311', '7131', 'Variations des stocks de biens produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71312', '7131', 'Variations des stocks de produits intermédiaires en cours ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71317', '7131', 'Variations des stocks de produits résiduels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7132', '713', 'Variations des stocks de biens produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71321', '7132', 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71322', '7132', 'Variations des stocks de produits intermédiaires ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71327', '7132', 'Variations des stocks de produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7134', '713', 'Variations des stocks de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71341', '7134', 'Variations des stocks de travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71342', '7134', 'Variations des stocks d\'études en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71343', '7134', 'Variations des stocks de prestations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '714', '71', 'Immobilisations produits par l\'entreprise pour elle-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7141', '714', 'Immobilisations en non-valeurs produites', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7142', '714', 'Immobilisations incorporelles produites', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7143', '714', 'Immobilisations corporelles produites', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7148', '714', 'Immobilisations produites des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '716', '71', 'Subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7161', '716', 'Subventions d\'exploitation reçues de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7168', '716', 'Subventions d\'exploitation reçues des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '718', '71', 'Autres produits d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7181', '718', 'Jetons de présence reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7182', '718', 'Revenus des immeubles non affectées à l\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7185', '718', 'Profits sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7186', '718', 'Transferts de profits sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7188', '718', 'Autres produits d\'exploitation des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '719', '71', 'Reprises d\'exploitation ; Transfert de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7191', '719', 'Reprises sur amortissements de l\'immobilisation en non-valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7192', '719', 'Reprises sur amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7193', '719', 'Reprises sur amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7194', '719', 'Reprises sur provisions pour dépréciation des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7195', '719', 'Reprises sur provisions pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7196', '719', 'Reprises sur provisions pour dépréciation de l\'actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7197', '719', 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71971', '7197', 'Transfert de charges d\'exploitation - achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71972', '7197', 'Transfert de charges d\'exploitation - achats consommés de matières et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71973', '7197', 'Transfert de charges d\'exploitation - autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71975', '7197', 'Transfert de charges d\'exploitation - impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71976', '7197', 'Transfert de charges d\'exploitation - charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71978', '7197', 'Transfert de charges d\'exploitation - autres charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7198', '719', 'Reprises sur amortissements et provisions des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71981', '7198', 'Reprises sur amortissements des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '71984', '7198', 'Reprises sur Provisions des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '73', '7', 'Produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '732', '73', 'Produits des titres de participation et des autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7321', '732', 'Revenus des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7325', '732', 'Revenus des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7328', '732', 'Produits des titres de participation et des autres titres immobilisés des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '733', '73', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7331', '733', 'Gains de change propres à l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7338', '733', 'Gains de change des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '738', '73', 'Intérêts et autres produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7381', '738', 'Intérêts et produits assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '73811', '7381', 'Intérêts des prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '73813', '7381', 'Revenus des autres créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7383', '738', 'Revenus des créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7384', '738', 'Revenus des titres et valeurs de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7385', '738', 'Produits nets sur cessions de titres et valeurs de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7386', '738', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7388', '738', 'Intérêts et autres produits financiers des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '739', '73', 'Reprises financières ; Transfert de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7391', '739', 'Reprises sur amortissement des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7392', '739', 'Reprises sur provisions pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7393', '739', 'Reprises sur provisions pour risques et charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7394', '739', 'Reprises sur provisions pour dépréciation des titres et valeurs de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7396', '739', 'Reprises sur provisions pour dépréciation des comptes de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7397', '739', 'Transfert de charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '73971', '7397', 'Transferts - charges d\'intérêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '73973', '7397', 'Transferts - pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '73978', '7397', 'Transferts - autres charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7398', '739', 'Reprises sur dotations financières des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75', '7', 'Produits non courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '751', '75', 'Produits des cessions des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7512', '751', 'Produits des cessions des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7513', '751', 'Produits des cessions des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7514', '751', 'Produits des cessions des immobilisations financières (droits de propriété)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7518', '751', 'Produits des cessions des immobilisations des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '756', '75', 'Subventions d\'équilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7561', '756', 'Subventions d\'équilibre reçues de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7568', '756', 'Subventions d\'équilibre reçues des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '757', '75', 'Reprises sur subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7577', '757', 'Reprises sur subventions d\'investissement de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7578', '757', 'Reprises sur subventions d\'investissement des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '758', '75', 'Autres produits non courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7581', '758', 'Pénalités et dédits reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75811', '7581', 'Pénalités reçus sur marché', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75812', '7581', 'Dédits reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7582', '758', 'Dégrèvements d\'impôts (autres qu\'impôts sur résultat)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7585', '758', 'Rentrées sur créances soldées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7586', '758', 'Dons, libéralités et lots reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75861', '7586', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75862', '7586', 'Libéralités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75863', '7586', 'Lots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7588', '758', 'Autres produits non courants des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '759', '75', 'Reprises non courantes ; Transfert de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7591', '759', 'Reprises non courantes sur amortissements exceptionnelles des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75911', '7591', 'Reprises non courantes sur amortissements exceptionnelles des immobilisations en non-valeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75912', '7591', 'Reprises non courantes sur amortissements exceptionnelles des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75913', '7591', 'Reprises non courantes sur amortissements exceptionnelles des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7594', '759', 'Reprises non courantes sur provisions réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75941', '7594', 'Reprises sur amortissements dérogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75942', '7594', 'Reprises sur plus values en instance d\'imposition', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75944', '7594', 'Reprises sur provisions pour investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75945', '7594', 'Reprises sur provisions pour reconstitution de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75946', '7594', 'Reprises sur provisions pour acquisition et construction de logements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7595', '759', 'Reprises non courantes sur provisions pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75955', '7595', 'Reprises non courantes sur provisions pour risques et charges durables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75957', '7595', 'Reprises non courantes sur provisions pour risques et charges momentanés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7596', '759', 'Reprises non courantes sur provisions pour dépréciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75962', '7596', 'Reprises non courantes sur provisions pour dépréciation de l\'actif immobilisé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '75963', '7596', 'Reprises non courantes sur provisions pour dépréciation de l\'actif circulant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7597', '759', 'Transfert de charges non courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'INCOME', 'XXXXXX', '7598', '759', 'Reprises non courantes des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '8', NULL, 'Comptes de résultats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '81', '8', 'Résultat d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '811', '81', 'Marge brute', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '814', '81', 'Valeur ajoutée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '817', '81', 'Excédent brut d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '8171', '817', 'Excédent brut d\'exploitation (créditeur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '8179', '817', 'Insuffusance brute d\'exploitation (débiteur)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '83', '8', 'Résultat financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '84', '8', 'Résultat courant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '85', '8', 'Résultat non courant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '86', '8', 'Résultat avant impôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCG', 'RESU', 'XXXXXX', '88', '8', 'Résultat après impôt', 1, __ENTITY__);
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_ml.sql b/htdocs/install/mysql/data/llx_accounting_account_ml.sql
    index 8d8758ff506..c18fb8a4166 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_ml.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_ml.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA ML
     -- ID 15000 - 16999
    ---
    +-- ADD 14700000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '101', '1', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1013', '101', 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1014', '101', 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '102', '1', 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1021', '102', 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1022', '102', 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1028', '102', 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '103', '1', 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '104', '1', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1041', '104', 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1042', '104', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1043', '104', 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1047', '104', 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1048', '104', 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '105', '1', 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1051', '105', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1052', '105', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1053', '105', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1054', '105', 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1058', '105', 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '106', '1', 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1061', '106', 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1062', '106', 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '109', '1', 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '11', '1', 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '111', '11', 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1111', '111', 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '112', '11', 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '113', '11', 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1131', '113', 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1133', '113', 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1134', '113', 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1135', '113', 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1138', '113', 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '118', '11', 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1181', '118', 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1188', '118', 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '12', '1', 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '121', '12', 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1211', '121', 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '129', '12', 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1291', '129', 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1292', '129', 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '13', '1', 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1301', '13', 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1309', '13', 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '131', '13', 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '132', '13', 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1321', '132', 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1322', '132', 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '133', '13', 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '134', '13', 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '135', '13', 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '136', '13', 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '137', '13', 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '138', '13', 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '139', '13', 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '14', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '141', '14', 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1411', '141', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1412', '141', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1413', '141', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1414', '141', 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1415', '141', 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1416', '141', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1417', '141', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1418', '141', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '142', '14', 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1421', '142', 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '148', '14', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '151', '15', 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '152', '15', 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1521', '152', 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '153', '15', 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1531', '153', 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1532', '153', 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '154', '15', 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1551', '155', 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1552', '155', 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1553', '155', 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1554', '155', 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1561', '156', 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1562', '156', 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1611', '161', 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1612', '161', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1618', '161', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1619', '161', 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '162', '16', 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '163', '16', 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '164', '16', 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '165', '16', 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1651', '165', 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1652', '165', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '166', '16', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1661', '166', 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1662', '166', 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1663', '166', 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1664', '166', 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1665', '166', 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1667', '166', 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1668', '166', 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '167', '16', 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1671', '167', 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1672', '167', 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1673', '167', 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1674', '167', 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1676', '167', 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1681', '168', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1682', '168', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1683', '168', 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1684', '168', 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1685', '168', 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1686', '168', 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '172', '17', 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '173', '17', 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '176', '17', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1762', '176', 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1763', '176', 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1768', '176', 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '178', '17', 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '18', '1', 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '181', '18', 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1811', '181', 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1812', '181', 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '182', '18', 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '183', '18', 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '184', '18', 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '185', '18', 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '186', '18', 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '187', '18', 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '19', '1', 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '191', '19', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '192', '19', 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '193', '19', 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '194', '19', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '195', '19', 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '196', '19', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '197', '19', 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1971', '197', 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '198', '19', 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1981', '198', 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1982', '198', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1983', '198', 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'CAPIT', 'XXXXXX', '1988', '198', 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '201', '2', 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2011', '201', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2012', '201', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2013', '201', 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2014', '201', 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2015', '201', 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2016', '201', 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2017', '201', 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2018', '201', 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '202', '2', 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2021', '202', 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2022', '202', 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2026', '202', 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2028', '202', 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '206', '2', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2061', '206', 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2062', '206', 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2068', '206', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '211', '21', 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '212', '21', 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '213', '21', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '214', '21', 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '215', '21', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '216', '21', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '217', '21', 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '218', '21', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '219', '21', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2191', '219', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2193', '219', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2198', '219', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '22', '2', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '221', '22', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2211', '221', 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2212', '221', 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2218', '221', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '222', '22', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2221', '222', 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2228', '222', 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '223', '22', 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2231', '223', 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2232', '223', 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2234', '223', 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2235', '223', 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2236', '223', 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '224', '22', 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2241', '224', 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2248', '224', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '225', '22', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2251', '225', 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '226', '22', 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2261', '226', 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '227', '22', 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '228', '22', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2281', '228', 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2285', '228', 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2288', '228', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '229', '22', 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2291', '229', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2292', '229', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2295', '229', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2298', '229', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '23', '2', 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '231', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2311', '231', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2312', '231', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2313', '231', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2314', '231', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2315', '231', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '232', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2321', '232', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2322', '232', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2323', '232', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2324', '232', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2325', '232', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '233', '23', 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2331', '233', 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2332', '233', 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2333', '233', 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2334', '233', 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2335', '233', 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2338', '233', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '234', '23', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2341', '234', 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2342', '234', 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2343', '234', 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2344', '234', 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '235', '23', 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2351', '235', 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2358', '235', 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '237', '23', 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '238', '23', 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '239', '23', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2391', '239', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '24', '2', 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '241', '24', 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2411', '241', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2412', '241', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2413', '241', 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2414', '241', 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '242', '24', 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2421', '242', 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2422', '242', 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '243', '24', 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '244', '24', 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2441', '244', 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2442', '244', 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2443', '244', 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2444', '244', 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2446', '244', 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2447', '244', 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '245', '24', 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2451', '245', 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2452', '245', 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2453', '245', 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2454', '245', 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2455', '245', 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2456', '245', 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2458', '245', 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '246', '24', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2461', '246', 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2462', '246', 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2463', '246', 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2465', '246', 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2468', '246', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '247', '24', 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '248', '24', 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2481', '248', 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '249', '24', 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2491', '249', 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2492', '249', 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2493', '249', 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2494', '249', 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2495', '249', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2496', '249', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2497', '249', 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2498', '249', 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '25', '2', 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '251', '25', 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '252', '25', 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '26', '2', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '262', '26', 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '263', '26', 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '265', '26', 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '266', '26', 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '268', '26', 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '271', '27', 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2711', '271', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2712', '271', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2713', '271', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2714', '271', 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '272', '27', 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2721', '272', 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2722', '272', 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2728', '272', 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '273', '27', 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2731', '273', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2733', '273', 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2738', '273', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '274', '27', 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2741', '274', 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2742', '274', 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2743', '274', 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2744', '274', 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2748', '274', 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '275', '27', 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2751', '275', 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2752', '275', 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2753', '275', 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2754', '275', 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2755', '275', 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2756', '275', 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2757', '275', 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2758', '275', 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '276', '27', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2761', '276', 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2762', '276', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2763', '276', 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2764', '276', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2765', '276', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2767', '276', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2768', '276', 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '277', '27', 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2771', '277', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2772', '277', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2773', '277', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2774', '277', 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '278', '27', 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2781', '278', 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2782', '278', 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2785', '278', 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '28', '2', 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2811', '281', 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2812', '281', 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2813', '281', 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2814', '281', 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2815', '281', 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2816', '281', 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2817', '281', 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2818', '281', 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2821', '282', 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2824', '282', 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2825', '282', 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '283', '28', 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2831', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2832', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2833', '283', 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2834', '283', 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2835', '283', 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2837', '283', 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2838', '283', 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '284', '28', 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2841', '284', 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2842', '284', 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2843', '284', 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2844', '284', 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2845', '284', 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2846', '284', 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2847', '284', 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2848', '284', 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '291', '29', 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2912', '291', 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2913', '291', 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2914', '291', 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2915', '291', 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2916', '291', 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2917', '291', 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2918', '291', 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2919', '291', 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2921', '292', 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2922', '292', 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2923', '292', 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2924', '292', 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2925', '292', 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2926', '292', 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2927', '292', 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2928', '292', 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2929', '292', 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2931', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2932', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2933', '293', 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2934', '293', 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2935', '293', 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2937', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2938', '293', 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2939', '293', 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2941', '294', 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2942', '294', 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2943', '294', 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2944', '294', 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2945', '294', 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2946', '294', 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2947', '294', 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2948', '294', 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2949', '294', 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2951', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2952', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '296', '29', 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2961', '296', 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2962', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2963', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2965', '296', 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2966', '296', 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2968', '296', 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '297', '29', 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2971', '297', 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2972', '297', 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2973', '297', 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2974', '297', 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2975', '297', 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2977', '297', 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'IMMO', 'XXXXXX', '2978', '297', 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '311', '31', 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3111', '311', 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3112', '311', 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '312', '31', 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3121', '312', 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3122', '312', 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '318', '31', 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '321', '32', 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '322', '32', 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '323', '32', 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '331', '33', 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '332', '33', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '333', '33', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '334', '33', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '335', '33', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3351', '335', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3352', '335', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3353', '335', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3358', '335', 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '338', '33', 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '341', '34', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3411', '341', 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3412', '341', 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '342', '34', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3421', '342', 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3422', '342', 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '343', '34', 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3431', '343', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3432', '343', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '344', '34', 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3441', '344', 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3442', '344', 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '351', '35', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3511', '351', 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3512', '351', 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '352', '35', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3521', '352', 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3522', '352', 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '361', '36', 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '362', '36', 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '371', '37', 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3711', '371', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3712', '371', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '372', '37', 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3721', '372', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3722', '372', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3723', '372', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '381', '38', 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '382', '38', 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '383', '38', 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '386', '38', 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '387', '38', 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3871', '387', 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '3872', '387', 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '388', '38', 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '391', '39', 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '392', '39', 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '393', '39', 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '394', '39', 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '395', '39', 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '396', '39', 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '397', '39', 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'STOCK', 'XXXXXX', '398', '39', 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '401', '4', 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4012', '401', 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4013', '401', 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '402', '4', 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4021', '402', 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4022', '402', 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4023', '402', 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '408', '4', 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4082', '408', 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4083', '408', 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4086', '408', 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '409', '4', 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4092', '409', 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4093', '409', 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4094', '409', 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4112', '411', 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4114', '411', 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4115', '411', 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4118', '411', 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '412', '41', 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4121', '412', 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4122', '412', 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4124', '412', 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4125', '412', 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '414', '41', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4141', '414', 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4142', '414', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '415', '41', 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4161', '416', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4162', '416', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4186', '418', 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4192', '419', 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4194', '419', 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4211', '421', 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4212', '421', 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4213', '421', 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4221', '422', 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4222', '422', 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4231', '423', 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4232', '423', 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4233', '423', 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4241', '424', 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4242', '424', 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4245', '424', 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4248', '424', 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4251', '425', 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4252', '425', 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4258', '425', 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4281', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4311', '431', 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4312', '431', 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4313', '431', 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4314', '431', 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4318', '431', 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '433', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4331', '433', 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4381', '438', 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4421', '4421', 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4422', '4421', 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4423', '4421', 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4424', '4421', 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4426', '4421', 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4428', '4421', 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4431', '443', 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4432', '443', 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4433', '443', 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4434', '443', 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4435', '443', 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4441', '444', 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4449', '444', 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4451', '445', 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4453', '445', 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4454', '445', 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4471', '447', 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4472', '447', 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4473', '447', 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4474', '447', 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4478', '447', 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4486', '448', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4491', '449', 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4492', '449', 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4493', '449', 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4494', '449', 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4495', '449', 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4496', '449', 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4499', '449', 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4582', '458', 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4611', '461', 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4612', '461', 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4613', '461', 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4614', '461', 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4615', '461', 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4616', '461', 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4617', '461', 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4618', '461', 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4619', '461', 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4621', '462', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4626', '462', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '463', '46', 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '466', '46', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4711', '471', 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4712', '471', 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4713', '471', 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4726', '472', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4727', '472', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4728', '472', 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '474', '47', 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4746', '474', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4747', '474', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4781', '478', 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4782', '478', 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4788', '478', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '479', '47', 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4791', '479', 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4792', '479', 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4798', '479', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4811', '481', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4812', '481', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4817', '481', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4818', '481', 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '483', '48', 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '484', '48', 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '485', '48', 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4851', '485', 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4852', '485', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4855', '485', 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4857', '485', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4858', '485', 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4911', '491', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4912', '491', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '492', '49', 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '493', '49', 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '494', '49', 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4962', '496', 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4963', '496', 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4966', '496', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '497', '49', 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '498', '49', 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4981', '498', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4982', '498', 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4983', '498', 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '499', '49', 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4991', '499', 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'THIRDPARTY', 'XXXXXX', '4998', '499', 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '501', '5', 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5011', '501', 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5012', '501', 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5013', '501', 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '502', '5', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5021', '502', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5022', '502', 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5023', '502', 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5024', '502', 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5025', '502', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '503', '5', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5031', '503', 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5032', '503', 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5033', '503', 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5035', '503', 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '504', '5', 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5042', '504', 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5043', '504', 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '505', '5', 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '506', '5', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5061', '506', 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5062', '506', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5063', '506', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '508', '5', 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '51', '5', 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '511', '51', 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '512', '51', 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '513', '51', 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '514', '51', 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '515', '51', 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '518', '51', 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5181', '518', 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5182', '518', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5185', '518', 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5186', '518', 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5187', '518', 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '52', '5', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '521', '52', 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5211', '521', 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5212', '521', 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '522', '52', 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '523', '52', 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '524', '52', 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '526', '52', 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5261', '521', 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5267', '521', 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '53', '5', 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '531', '53', 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '532', '53', 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '533', '53', 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '536', '53', 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5361', '536', 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5362', '536', 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '538', '53', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '54', '5', 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '541', '54', 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '542', '54', 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '543', '54', 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '544', '54', 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '545', '54', 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '56', '5', 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '561', '56', 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '564', '56', 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '565', '56', 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '566', '56', 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5661', '566', 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5667', '566', 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '57', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '571', '57', 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5711', '571', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5712', '571', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '572', '57', 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5721', '572', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5722', '572', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '573', '57', 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5731', '573', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '5732', '573', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '58', '5', 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '581', '58', 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '582', '58', 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '585', '58', 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '588', '58', 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '59', '5', 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '591', '59', 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '592', '59', 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '593', '59', 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '594', '59', 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'FINAN', 'XXXXXX', '599', '59', 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '601', '6', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '602', '6', 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6021', '602', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6022', '602', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6023', '602', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6024', '602', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6029', '602', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '603', '6', 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6031', '603', 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6032', '603', 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6033', '603', 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '604', '6', 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6041', '604', 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6042', '604', 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6043', '604', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6044', '604', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6046', '604', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6047', '604', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6049', '604', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '605', '6', 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6051', '605', 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6052', '605', 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6053', '605', 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6054', '605', 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6055', '605', 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6056', '605', 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6057', '605', 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6058', '605', 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6059', '605', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '608', '6', 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6081', '608', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6082', '608', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6083', '608', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6089', '608', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '61', '6', 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '611', '61', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '612', '61', 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '613', '61', 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '614', '61', 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '616', '61', 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6181', '618', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6182', '618', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6183', '618', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '62', '6', 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '621', '62', 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '622', '62', 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6221', '622', 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6222', '622', 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6223', '622', 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6224', '622', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6225', '622', 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6228', '622', 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '623', '62', 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6232', '623', 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6233', '623', 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6235', '623', 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '624', '62', 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6241', '624', 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6242', '624', 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6243', '624', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6248', '624', 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '625', '62', 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6251', '625', 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6252', '625', 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6253', '625', 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6254', '625', 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6255', '625', 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6256', '625', 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6257', '625', 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6258', '625', 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '626', '62', 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6261', '626', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6265', '626', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6266', '626', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '627', '62', 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6271', '627', 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6272', '627', 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6273', '627', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6274', '627', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6275', '627', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6276', '627', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6277', '627', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '628', '62', 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6281', '628', 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6282', '628', 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6283', '628', 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6288', '628', 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '63', '6', 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '631', '63', 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6311', '631', 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6312', '631', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6313', '631', 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6315', '631', 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6316', '631', 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '632', '63', 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6321', '632', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6322', '632', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6323', '632', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6324', '632', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6325', '632', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6328', '632', 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '633', '63', 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '634', '63', 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6342', '634', 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6343', '634', 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6344', '634', 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '635', '63', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6351', '635', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6358', '635', 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '636', '63', 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '637', '63', 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6371', '637', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6372', '637', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '638', '63', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6381', '638', 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6382', '638', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6383', '638', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6384', '638', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '64', '6', 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '641', '64', 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6411', '641', 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6412', '641', 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6413', '641', 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6414', '641', 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6415', '641', 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6418', '641', 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '645', '64', 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '646', '64', 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6461', '646', 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6462', '646', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6463', '646', 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6464', '646', 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6468', '646', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '647', '64', 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6471', '647', 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6472', '647', 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6473', '647', 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6474', '647', 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6478', '647', 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '651', '65', 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6511', '651', 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6515', '651', 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '652', '65', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6521', '652', 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6525', '652', 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '653', '65', 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '654', '65', 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6581', '658', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6582', '658', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6583', '658', 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '659', '65', 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6591', '659', 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6593', '659', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6594', '659', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6598', '659', 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '661', '66', 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6611', '661', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6612', '661', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6613', '661', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6614', '661', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6615', '661', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6616', '661', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6617', '661', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6618', '661', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '662', '66', 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6621', '662', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6622', '662', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6623', '662', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6624', '662', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6625', '662', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6626', '662', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6627', '662', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6628', '662', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '663', '66', 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6631', '663', 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6632', '663', 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6633', '663', 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6638', '663', 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '664', '66', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6641', '664', 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6642', '664', 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '666', '66', 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6661', '666', 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6662', '666', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '667', '66', 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6671', '667', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6672', '667', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6681', '668', 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6682', '668', 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6683', '668', 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6684', '668', 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '67', '6', 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '671', '67', 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6711', '671', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6712', '671', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6713', '671', 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '672', '67', 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6721', '672', 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6722', '672', 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6723', '672', 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '673', '67', 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '674', '67', 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6741', '674', 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6742', '674', 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6743', '674', 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6744', '674', 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6745', '674', 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6748', '674', 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '675', '67', 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '676', '67', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '677', '67', 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '678', '67', 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6781', '678', 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6782', '678', 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6783', '678', 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '679', '67', 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6791', '679', 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6795', '679', 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6798', '679', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6811', '68', 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6812', '68', 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6813', '68', 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6872', '687', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6878', '687', 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '69', '6', 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '691', '69', 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6911', '691', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6912', '691', 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6913', '691', 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6914', '691', 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '697', '69', 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6971', '697', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'EXPENSE', 'XXXXXX', '6972', '697', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '701', '7', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7011', '701', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7012', '701', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7013', '701', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7014', '701', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '702', '7', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7021', '702', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7022', '702', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7023', '702', 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7024', '702', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '703', '7', 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7031', '703', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7032', '703', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7033', '703', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7034', '703', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '704', '7', 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7041', '704', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7042', '704', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7043', '704', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7044', '704', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '705', '7', 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7051', '705', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7052', '705', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7053', '705', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7054', '705', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '706', '7', 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7061', '706', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7062', '706', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7063', '706', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7064', '706', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '707', '7', 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7071', '707', 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7072', '707', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7073', '707', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7074', '707', 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7075', '707', 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7076', '707', 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7077', '707', 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7078', '707', 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '71', '7', 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '711', '71', 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '712', '71', 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '713', '71', 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '718', '71', 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7181', '718', 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7182', '718', 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7183', '718', 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '726', '72', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '73', '7', 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '734', '73', 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7341', '734', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7342', '734', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '735', '73', 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7351', '735', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7352', '735', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '736', '73', 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '737', '73', 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7371', '737', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7372', '737', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '752', '75', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7521', '752', 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7525', '752', 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '753', '75', 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '754', '75', 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7581', '758', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7582', '758', 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '759', '75', 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7591', '759', 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7593', '759', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7594', '759', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7598', '759', 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '77', '7', 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '771', '77', 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '772', '77', 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '773', '77', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '774', '77', 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '775', '77', 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '776', '77', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '777', '77', 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '778', '77', 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7781', '778', 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7782', '778', 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7784', '778', 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '779', '77', 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7791', '779', 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7795', '779', 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7798', '779', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '78', '7', 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '781', '78', 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '787', '78', 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '79', '7', 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '791', '79', 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7911', '791', 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7912', '791', 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7913', '791', 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7914', '791', 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '797', '79', 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7971', '797', 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '7972', '797', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'INCOME', 'XXXXXX', '798', '79', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '811', '81', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '812', '81', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '816', '81', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '821', '82', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '822', '82', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '826', '82', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '831', '83', 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '834', '83', 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '835', '83', 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '836', '83', 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '839', '83', 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '841', '84', 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '845', '84', 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '846', '84', 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '848', '84', 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '849', '84', 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '851', '85', 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '852', '85', 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '853', '85', 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '854', '85', 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '858', '85', 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '861', '86', 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '862', '86', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '863', '86', 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '864', '86', 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '865', '86', 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '868', '86', 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '871', '87', 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '874', '87', 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '878', '87', 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '881', '88', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '884', '88', 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '886', '88', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '888', '88', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '891', '89', 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '8911', '891', 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '8912', '891', 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '8913', '891', 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '892', '89', 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '895', '89', 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '899', '89', 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '8991', '899', 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-ML', 'AUTRES', 'XXXXXX', '8994', '899', 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-ML','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-ML','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-ML','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-ML','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-ML','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-ML','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-ML','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-ML','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-ML','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-ML','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-ML','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-ML','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-ML','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-ML','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-ML','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-ML','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-ML','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-ML','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-ML','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-ML','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-ML','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-ML','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-ML','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-ML','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-ML','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-ML','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-ML','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-ML','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-ML','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-ML','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-ML','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-ML','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-ML','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-ML','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-ML','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-ML','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-ML','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-ML','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-ML','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-ML','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-ML','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-ML','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-ML','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-ML','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-ML','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-ML','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-ML','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-ML','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-ML','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-ML','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-ML','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-ML','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-ML','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-ML','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-ML','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-ML','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-ML','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-ML','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-ML','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-ML','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-ML','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-ML','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-ML','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-ML','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-ML','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-ML','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-ML','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-ML','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-ML','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-ML','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-ML','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-ML','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-ML','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-ML','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-ML','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-ML','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-ML','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-ML','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-ML','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-ML','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-ML','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-ML','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-ML','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-ML','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-ML','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-ML','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-ML','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-ML','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-ML','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-ML','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-ML','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-ML','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-ML','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-ML','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-ML','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-ML','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-ML','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-ML','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-ML','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-ML','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-ML','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-ML','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-ML','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-ML','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-ML','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-ML','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-ML','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-ML','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-ML','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-ML','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-ML','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-ML','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-ML','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-ML','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-ML','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-ML','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-ML','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-ML','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-ML','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-ML','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-ML','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-ML','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-ML','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-ML','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-ML','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-ML','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-ML','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-ML','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-ML','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-ML','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-ML','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-ML','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-ML','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-ML','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-ML','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-ML','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-ML','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-ML','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-ML','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-ML','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-ML','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-ML','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-ML','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-ML','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-ML','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-ML','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-ML','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-ML','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-ML','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-ML','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-ML','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-ML','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-ML','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-ML','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-ML','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-ML','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-ML','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-ML','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-ML','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-ML','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-ML','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-ML','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-ML','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-ML','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-ML','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-ML','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-ML','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-ML','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-ML','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-ML','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-ML','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-ML','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-ML','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-ML','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-ML','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-ML','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-ML','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-ML','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-ML','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-ML','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-ML','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-ML','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-ML','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-ML','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-ML','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-ML','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-ML','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-ML','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-ML','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-ML','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-ML','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-ML','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-ML','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-ML','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-ML','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-ML','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-ML','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-ML','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-ML','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-ML','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-ML','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-ML','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-ML','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-ML','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-ML','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-ML','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-ML','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-ML','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-ML','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-ML','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-ML','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-ML','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-ML','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-ML','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-ML','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-ML','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-ML','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-ML','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-ML','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-ML','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-ML','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-ML','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-ML','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-ML','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-ML','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-ML','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-ML','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-ML','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-ML','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-ML','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-ML','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-ML','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-ML','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-ML','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-ML','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-ML','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-ML','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-ML','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-ML','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-ML','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-ML','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-ML','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-ML','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-ML','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-ML','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-ML','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-ML','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-ML','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-ML','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-ML','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-ML','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-ML','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-ML','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-ML','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-ML','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-ML','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-ML','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-ML','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-ML','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-ML','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-ML','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-ML','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-ML','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-ML','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-ML','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-ML','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-ML','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-ML','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-ML','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-ML','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-ML','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-ML','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-ML','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-ML','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-ML','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-ML','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-ML','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-ML','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-ML','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-ML','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-ML','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-ML','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-ML','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-ML','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-ML','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-ML','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-ML','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-ML','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-ML','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-ML','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-ML','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-ML','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-ML','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-ML','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-ML','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-ML','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-ML','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-ML','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-ML','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-ML','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-ML','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-ML','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-ML','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-ML','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-ML','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-ML','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-ML','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-ML','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-ML','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-ML','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-ML','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-ML','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-ML','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-ML','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-ML','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-ML','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-ML','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-ML','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-ML','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-ML','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-ML','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-ML','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-ML','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-ML','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-ML','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-ML','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-ML','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-ML','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-ML','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-ML','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-ML','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-ML','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-ML','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-ML','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-ML','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-ML','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-ML','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-ML','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-ML','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-ML','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-ML','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-ML','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-ML','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-ML','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-ML','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-ML','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-ML','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-ML','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-ML','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-ML','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-ML','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-ML','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-ML','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-ML','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-ML','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-ML','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-ML','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-ML','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-ML','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-ML','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-ML','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-ML','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-ML','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-ML','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-ML','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-ML','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-ML','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-ML','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-ML','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-ML','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-ML','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-ML','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-ML','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-ML','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-ML','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-ML','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-ML','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-ML','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-ML','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-ML','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-ML','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-ML','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-ML','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-ML','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-ML','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-ML','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-ML','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-ML','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-ML','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-ML','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-ML','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-ML','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-ML','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-ML','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-ML','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-ML','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-ML','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-ML','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-ML','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-ML','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-ML','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-ML','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-ML','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-ML','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-ML','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-ML','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-ML','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-ML','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-ML','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-ML','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-ML','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-ML','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-ML','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-ML','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-ML','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-ML','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-ML','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-ML','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-ML','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-ML','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-ML','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-ML','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-ML','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-ML','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-ML','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-ML','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-ML','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-ML','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-ML','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-ML','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-ML','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-ML','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-ML','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-ML','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-ML','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-ML','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-ML','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-ML','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-ML','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-ML','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-ML','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-ML','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-ML','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-ML','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-ML','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-ML','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-ML','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-ML','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-ML','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-ML','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-ML','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-ML','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-ML','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-ML','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-ML','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-ML','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-ML','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-ML','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-ML','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-ML','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-ML','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-ML','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-ML','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-ML','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-ML','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-ML','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-ML','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-ML','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-ML','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-ML','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-ML','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-ML','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-ML','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-ML','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-ML','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-ML','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-ML','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-ML','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-ML','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-ML','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-ML','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-ML','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-ML','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-ML','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-ML','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-ML','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-ML','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-ML','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-ML','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-ML','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-ML','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-ML','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-ML','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-ML','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-ML','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-ML','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-ML','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-ML','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-ML','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-ML','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-ML','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-ML','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-ML','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-ML','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-ML','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-ML','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-ML','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-ML','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-ML','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-ML','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-ML','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-ML','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-ML','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-ML','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-ML','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-ML','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-ML','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-ML','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-ML','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-ML','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-ML','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-ML','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-ML','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-ML','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-ML','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-ML','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-ML','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-ML','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-ML','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-ML','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-ML','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-ML','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-ML','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-ML','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-ML','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-ML','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-ML','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-ML','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-ML','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-ML','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-ML','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-ML','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-ML','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-ML','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-ML','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-ML','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-ML','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-ML','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-ML','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-ML','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-ML','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-ML','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-ML','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-ML','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-ML','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-ML','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-ML','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-ML','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-ML','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-ML','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-ML','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-ML','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-ML','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-ML','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-ML','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-ML','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-ML','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-ML','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-ML','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-ML','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-ML','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-ML','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-ML','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-ML','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-ML','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-ML','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-ML','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-ML','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-ML','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-ML','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-ML','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-ML','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-ML','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-ML','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-ML','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-ML','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-ML','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-ML','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-ML','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-ML','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-ML','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-ML','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-ML','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-ML','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-ML','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-ML','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-ML','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-ML','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-ML','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-ML','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-ML','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-ML','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-ML','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-ML','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-ML','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-ML','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-ML','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-ML','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-ML','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-ML','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-ML','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-ML','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-ML','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-ML','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-ML','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-ML','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-ML','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-ML','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-ML','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-ML','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-ML','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-ML','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-ML','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-ML','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-ML','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-ML','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-ML','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-ML','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-ML','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-ML','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-ML','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-ML','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-ML','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-ML','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-ML','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-ML','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-ML','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-ML','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-ML','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-ML','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-ML','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-ML','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-ML','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-ML','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-ML','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-ML','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-ML','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-ML','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-ML','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-ML','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-ML','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-ML','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-ML','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-ML','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-ML','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-ML','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-ML','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-ML','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-ML','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-ML','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-ML','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-ML','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-ML','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-ML','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-ML','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-ML','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-ML','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-ML','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-ML','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-ML','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-ML','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-ML','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-ML','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-ML','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-ML','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-ML','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-ML','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-ML','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-ML','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-ML','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-ML','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-ML','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-ML','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-ML','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-ML','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-ML','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-ML','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-ML','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-ML','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-ML','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-ML','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-ML','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-ML','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-ML','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-ML','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-ML','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-ML','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-ML','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-ML','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-ML','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-ML','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-ML','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-ML','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-ML','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-ML','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-ML','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-ML','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-ML','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-ML','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-ML','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-ML','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-ML','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-ML','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-ML','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-ML','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-ML','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-ML','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-ML','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-ML','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-ML','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-ML','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-ML','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-ML','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-ML','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-ML','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-ML','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-ML','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-ML','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-ML','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-ML','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-ML','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-ML','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-ML','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-ML','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-ML','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-ML','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-ML','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-ML','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-ML','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-ML','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-ML','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-ML','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-ML','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-ML','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-ML','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-ML','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-ML','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-ML','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-ML','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-ML','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-ML','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-ML','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-ML','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-ML','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-ML','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-ML','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-ML','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-ML','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-ML','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-ML','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-ML','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-ML','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-ML','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-ML','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-ML','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-ML','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-ML','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-ML','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-ML','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-ML','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-ML','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-ML','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-ML','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-ML','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-ML','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-ML','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-ML','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-ML','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-ML','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-ML','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-ML','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-ML','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-ML','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-ML','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-ML','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-ML','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-ML','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-ML','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-ML','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-ML','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-ML','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-ML','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-ML','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-ML','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-ML','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-ML','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-ML','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-ML','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-ML','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-ML','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-ML','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-ML','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-ML','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-ML','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-ML','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-ML','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-ML','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-ML','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-ML','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-ML','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-ML','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-ML','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-ML','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-ML','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-ML','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-ML','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-ML','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-ML','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-ML','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-ML','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-ML','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-ML','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-ML','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-ML','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-ML','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-ML','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-ML','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-ML','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-ML','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-ML','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-ML','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-ML','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-ML','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-ML','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-ML','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-ML','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-ML','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-ML','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-ML','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-ML','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-ML','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-ML','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-ML','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-ML','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-ML','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-ML','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-ML','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-ML','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-ML','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-ML','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-ML','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-ML','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-ML','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-ML','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-ML','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-ML','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-ML','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-ML','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-ML','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-ML','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-ML','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-ML','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-ML','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-ML','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-ML','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-ML','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-ML','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-ML','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-ML','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-ML','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-ML','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-ML','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-ML','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-ML','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-ML','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-ML','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-ML','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-ML','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-ML','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-ML','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-ML','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-ML','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-ML','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-ML','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-ML','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-ML','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-ML','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-ML','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-ML','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-ML','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-ML','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-ML','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-ML','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-ML','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-ML','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-ML','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-ML','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-ML','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-ML','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-ML','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-ML','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-ML','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-ML','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-ML','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-ML','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-ML','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-ML','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-ML','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-ML','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-ML','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-ML','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-ML','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-ML','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-ML','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-ML','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-ML','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-ML','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-ML','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-ML','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-ML','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-ML','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-ML','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-ML','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-ML','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-ML','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-ML','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-ML','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-ML','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-ML','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-ML','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-ML','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-ML','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-ML','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-ML','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-ML','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-ML','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-ML','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-ML','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-ML','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-ML','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-ML','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-ML','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-ML','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-ML','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-ML','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-ML','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-ML','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-ML','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-ML','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-ML','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-ML','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-ML','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-ML','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-ML','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-ML','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-ML','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-ML','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-ML','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-ML','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-ML','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-ML','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-ML','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-ML','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-ML','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-ML','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-ML','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-ML','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-ML','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-ML','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-ML','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-ML','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-ML','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-ML','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-ML','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-ML','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-ML','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-ML','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-ML','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-ML','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-ML','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-ML','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-ML','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-ML','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-ML','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-ML','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-ML','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-ML','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-ML','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-ML','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-ML','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-ML','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-ML','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-ML','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-ML','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-ML','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-ML','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-ML','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-ML','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-ML','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-ML','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-ML','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-ML','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-ML','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-ML','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-ML','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-ML','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-ML','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-ML','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-ML','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-ML','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
    index 1f80c404314..dbdf2837bda 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_ne.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_ne.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA NE
     -- ID 15000 - 16999
    ---
    +-- ADD 16800000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '101', '1', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1013', '101', 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1014', '101', 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '102', '1', 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1021', '102', 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1022', '102', 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1028', '102', 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '103', '1', 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '104', '1', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1041', '104', 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1042', '104', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1043', '104', 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1047', '104', 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1048', '104', 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '105', '1', 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1051', '105', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1052', '105', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1053', '105', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1054', '105', 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1058', '105', 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '106', '1', 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1061', '106', 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1062', '106', 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '109', '1', 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '11', '1', 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '111', '11', 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1111', '111', 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '112', '11', 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '113', '11', 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1131', '113', 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1133', '113', 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1134', '113', 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1135', '113', 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1138', '113', 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '118', '11', 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1181', '118', 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1188', '118', 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '12', '1', 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '121', '12', 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1211', '121', 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '129', '12', 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1291', '129', 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1292', '129', 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '13', '1', 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1301', '13', 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1309', '13', 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '131', '13', 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '132', '13', 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1321', '132', 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1322', '132', 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '133', '13', 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '134', '13', 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '135', '13', 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '136', '13', 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '137', '13', 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '138', '13', 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '139', '13', 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '14', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '141', '14', 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1411', '141', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1412', '141', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1413', '141', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1414', '141', 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1415', '141', 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1416', '141', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1417', '141', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1418', '141', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '142', '14', 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1421', '142', 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '148', '14', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '151', '15', 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '152', '15', 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1521', '152', 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '153', '15', 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1531', '153', 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1532', '153', 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '154', '15', 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1551', '155', 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1552', '155', 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1553', '155', 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1554', '155', 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1561', '156', 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1562', '156', 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1611', '161', 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1612', '161', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1618', '161', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1619', '161', 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '162', '16', 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '163', '16', 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '164', '16', 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '165', '16', 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1651', '165', 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1652', '165', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '166', '16', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1661', '166', 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1662', '166', 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1663', '166', 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1664', '166', 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1665', '166', 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1667', '166', 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1668', '166', 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '167', '16', 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1671', '167', 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1672', '167', 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1673', '167', 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1674', '167', 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1676', '167', 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1681', '168', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1682', '168', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1683', '168', 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1684', '168', 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1685', '168', 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1686', '168', 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '172', '17', 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '173', '17', 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '176', '17', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1762', '176', 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1763', '176', 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1768', '176', 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '178', '17', 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '18', '1', 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '181', '18', 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1811', '181', 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1812', '181', 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '182', '18', 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '183', '18', 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '184', '18', 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '185', '18', 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '186', '18', 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '187', '18', 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '19', '1', 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '191', '19', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '192', '19', 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '193', '19', 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '194', '19', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '195', '19', 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '196', '19', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '197', '19', 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1971', '197', 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '198', '19', 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1981', '198', 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1982', '198', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1983', '198', 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'CAPIT', 'XXXXXX', '1988', '198', 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '201', '2', 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2011', '201', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2012', '201', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2013', '201', 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2014', '201', 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2015', '201', 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2016', '201', 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2017', '201', 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2018', '201', 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '202', '2', 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2021', '202', 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2022', '202', 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2026', '202', 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2028', '202', 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '206', '2', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2061', '206', 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2062', '206', 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2068', '206', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '211', '21', 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '212', '21', 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '213', '21', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '214', '21', 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '215', '21', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '216', '21', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '217', '21', 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '218', '21', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '219', '21', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2191', '219', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2193', '219', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2198', '219', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '22', '2', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '221', '22', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2211', '221', 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2212', '221', 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2218', '221', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '222', '22', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2221', '222', 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2228', '222', 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '223', '22', 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2231', '223', 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2232', '223', 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2234', '223', 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2235', '223', 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2236', '223', 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '224', '22', 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2241', '224', 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2248', '224', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '225', '22', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2251', '225', 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '226', '22', 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2261', '226', 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '227', '22', 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '228', '22', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2281', '228', 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2285', '228', 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2288', '228', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '229', '22', 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2291', '229', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2292', '229', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2295', '229', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2298', '229', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '23', '2', 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '231', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2311', '231', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2312', '231', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2313', '231', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2314', '231', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2315', '231', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '232', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2321', '232', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2322', '232', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2323', '232', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2324', '232', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2325', '232', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '233', '23', 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2331', '233', 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2332', '233', 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2333', '233', 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2334', '233', 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2335', '233', 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2338', '233', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '234', '23', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2341', '234', 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2342', '234', 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2343', '234', 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2344', '234', 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '235', '23', 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2351', '235', 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2358', '235', 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '237', '23', 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '238', '23', 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '239', '23', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2391', '239', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '24', '2', 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '241', '24', 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2411', '241', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2412', '241', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2413', '241', 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2414', '241', 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '242', '24', 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2421', '242', 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2422', '242', 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '243', '24', 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '244', '24', 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2441', '244', 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2442', '244', 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2443', '244', 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2444', '244', 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2446', '244', 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2447', '244', 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '245', '24', 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2451', '245', 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2452', '245', 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2453', '245', 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2454', '245', 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2455', '245', 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2456', '245', 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2458', '245', 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '246', '24', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2461', '246', 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2462', '246', 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2463', '246', 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2465', '246', 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2468', '246', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '247', '24', 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '248', '24', 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2481', '248', 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '249', '24', 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2491', '249', 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2492', '249', 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2493', '249', 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2494', '249', 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2495', '249', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2496', '249', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2497', '249', 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2498', '249', 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '25', '2', 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '251', '25', 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '252', '25', 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '26', '2', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '262', '26', 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '263', '26', 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '265', '26', 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '266', '26', 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '268', '26', 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '271', '27', 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2711', '271', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2712', '271', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2713', '271', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2714', '271', 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '272', '27', 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2721', '272', 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2722', '272', 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2728', '272', 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '273', '27', 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2731', '273', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2733', '273', 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2738', '273', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '274', '27', 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2741', '274', 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2742', '274', 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2743', '274', 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2744', '274', 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2748', '274', 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '275', '27', 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2751', '275', 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2752', '275', 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2753', '275', 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2754', '275', 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2755', '275', 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2756', '275', 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2757', '275', 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2758', '275', 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '276', '27', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2761', '276', 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2762', '276', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2763', '276', 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2764', '276', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2765', '276', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2767', '276', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2768', '276', 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '277', '27', 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2771', '277', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2772', '277', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2773', '277', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2774', '277', 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '278', '27', 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2781', '278', 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2782', '278', 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2785', '278', 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '28', '2', 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2811', '281', 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2812', '281', 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2813', '281', 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2814', '281', 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2815', '281', 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2816', '281', 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2817', '281', 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2818', '281', 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2821', '282', 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2824', '282', 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2825', '282', 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '283', '28', 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2831', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2832', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2833', '283', 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2834', '283', 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2835', '283', 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2837', '283', 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2838', '283', 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '284', '28', 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2841', '284', 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2842', '284', 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2843', '284', 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2844', '284', 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2845', '284', 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2846', '284', 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2847', '284', 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2848', '284', 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '291', '29', 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2912', '291', 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2913', '291', 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2914', '291', 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2915', '291', 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2916', '291', 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2917', '291', 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2918', '291', 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2919', '291', 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2921', '292', 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2922', '292', 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2923', '292', 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2924', '292', 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2925', '292', 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2926', '292', 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2927', '292', 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2928', '292', 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2929', '292', 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2931', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2932', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2933', '293', 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2934', '293', 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2935', '293', 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2937', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2938', '293', 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2939', '293', 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2941', '294', 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2942', '294', 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2943', '294', 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2944', '294', 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2945', '294', 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2946', '294', 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2947', '294', 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2948', '294', 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2949', '294', 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2951', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2952', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '296', '29', 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2961', '296', 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2962', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2963', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2965', '296', 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2966', '296', 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2968', '296', 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '297', '29', 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2971', '297', 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2972', '297', 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2973', '297', 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2974', '297', 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2975', '297', 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2977', '297', 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'IMMO', 'XXXXXX', '2978', '297', 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '311', '31', 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3111', '311', 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3112', '311', 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '312', '31', 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3121', '312', 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3122', '312', 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '318', '31', 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '321', '32', 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '322', '32', 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '323', '32', 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '331', '33', 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '332', '33', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '333', '33', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '334', '33', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '335', '33', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3351', '335', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3352', '335', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3353', '335', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3358', '335', 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '338', '33', 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '341', '34', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3411', '341', 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3412', '341', 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '342', '34', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3421', '342', 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3422', '342', 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '343', '34', 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3431', '343', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3432', '343', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '344', '34', 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3441', '344', 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3442', '344', 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '351', '35', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3511', '351', 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3512', '351', 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '352', '35', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3521', '352', 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3522', '352', 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '361', '36', 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '362', '36', 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '371', '37', 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3711', '371', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3712', '371', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '372', '37', 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3721', '372', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3722', '372', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3723', '372', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '381', '38', 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '382', '38', 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '383', '38', 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '386', '38', 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '387', '38', 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3871', '387', 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '3872', '387', 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '388', '38', 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '391', '39', 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '392', '39', 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '393', '39', 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '394', '39', 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '395', '39', 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '396', '39', 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '397', '39', 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'STOCK', 'XXXXXX', '398', '39', 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '401', '4', 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4012', '401', 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4013', '401', 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '402', '4', 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4021', '402', 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4022', '402', 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4023', '402', 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '408', '4', 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4082', '408', 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4083', '408', 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4086', '408', 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '409', '4', 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4092', '409', 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4093', '409', 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4094', '409', 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4112', '411', 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4114', '411', 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4115', '411', 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4118', '411', 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '412', '41', 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4121', '412', 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4122', '412', 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4124', '412', 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4125', '412', 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '414', '41', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4141', '414', 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4142', '414', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '415', '41', 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4161', '416', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4162', '416', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4186', '418', 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4192', '419', 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4194', '419', 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4211', '421', 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4212', '421', 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4213', '421', 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4221', '422', 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4222', '422', 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4231', '423', 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4232', '423', 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4233', '423', 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4241', '424', 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4242', '424', 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4245', '424', 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4248', '424', 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4251', '425', 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4252', '425', 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4258', '425', 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4281', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4311', '431', 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4312', '431', 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4313', '431', 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4314', '431', 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4318', '431', 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '433', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4331', '433', 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4381', '438', 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4421', '4421', 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4422', '4421', 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4423', '4421', 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4424', '4421', 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4426', '4421', 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4428', '4421', 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4431', '443', 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4432', '443', 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4433', '443', 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4434', '443', 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4435', '443', 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4441', '444', 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4449', '444', 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4451', '445', 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4453', '445', 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4454', '445', 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4471', '447', 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4472', '447', 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4473', '447', 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4474', '447', 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4478', '447', 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4486', '448', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4491', '449', 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4492', '449', 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4493', '449', 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4494', '449', 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4495', '449', 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4496', '449', 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4499', '449', 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4582', '458', 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4611', '461', 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4612', '461', 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4613', '461', 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4614', '461', 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4615', '461', 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4616', '461', 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4617', '461', 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4618', '461', 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4619', '461', 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4621', '462', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4626', '462', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '463', '46', 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '466', '46', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4711', '471', 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4712', '471', 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4713', '471', 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4726', '472', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4727', '472', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4728', '472', 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '474', '47', 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4746', '474', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4747', '474', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4781', '478', 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4782', '478', 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4788', '478', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '479', '47', 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4791', '479', 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4792', '479', 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4798', '479', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4811', '481', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4812', '481', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4817', '481', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4818', '481', 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '483', '48', 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '484', '48', 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '485', '48', 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4851', '485', 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4852', '485', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4855', '485', 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4857', '485', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4858', '485', 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4911', '491', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4912', '491', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '492', '49', 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '493', '49', 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '494', '49', 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4962', '496', 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4963', '496', 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4966', '496', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '497', '49', 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '498', '49', 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4981', '498', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4982', '498', 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4983', '498', 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '499', '49', 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4991', '499', 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'THIRDPARTY', 'XXXXXX', '4998', '499', 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '501', '5', 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5011', '501', 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5012', '501', 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5013', '501', 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '502', '5', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5021', '502', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5022', '502', 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5023', '502', 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5024', '502', 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5025', '502', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '503', '5', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5031', '503', 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5032', '503', 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5033', '503', 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5035', '503', 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '504', '5', 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5042', '504', 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5043', '504', 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '505', '5', 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '506', '5', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5061', '506', 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5062', '506', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5063', '506', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '508', '5', 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '51', '5', 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '511', '51', 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '512', '51', 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '513', '51', 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '514', '51', 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '515', '51', 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '518', '51', 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5181', '518', 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5182', '518', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5185', '518', 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5186', '518', 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5187', '518', 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '52', '5', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '521', '52', 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5211', '521', 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5212', '521', 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '522', '52', 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '523', '52', 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '524', '52', 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '526', '52', 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5261', '521', 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5267', '521', 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '53', '5', 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '531', '53', 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '532', '53', 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '533', '53', 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '536', '53', 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5361', '536', 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5362', '536', 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '538', '53', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '54', '5', 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '541', '54', 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '542', '54', 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '543', '54', 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '544', '54', 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '545', '54', 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '56', '5', 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '561', '56', 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '564', '56', 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '565', '56', 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '566', '56', 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5661', '566', 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5667', '566', 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '57', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '571', '57', 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5711', '571', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5712', '571', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '572', '57', 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5721', '572', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5722', '572', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '573', '57', 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5731', '573', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '5732', '573', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '58', '5', 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '581', '58', 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '582', '58', 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '585', '58', 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '588', '58', 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '59', '5', 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '591', '59', 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '592', '59', 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '593', '59', 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '594', '59', 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'FINAN', 'XXXXXX', '599', '59', 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '601', '6', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '602', '6', 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6021', '602', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6022', '602', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6023', '602', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6024', '602', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6029', '602', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '603', '6', 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6031', '603', 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6032', '603', 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6033', '603', 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '604', '6', 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6041', '604', 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6042', '604', 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6043', '604', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6044', '604', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6046', '604', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6047', '604', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6049', '604', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '605', '6', 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6051', '605', 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6052', '605', 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6053', '605', 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6054', '605', 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6055', '605', 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6056', '605', 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6057', '605', 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6058', '605', 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6059', '605', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '608', '6', 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6081', '608', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6082', '608', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6083', '608', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6089', '608', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '61', '6', 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '611', '61', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '612', '61', 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '613', '61', 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '614', '61', 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '616', '61', 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6181', '618', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6182', '618', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6183', '618', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '62', '6', 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '621', '62', 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '622', '62', 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6221', '622', 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6222', '622', 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6223', '622', 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6224', '622', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6225', '622', 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6228', '622', 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '623', '62', 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6232', '623', 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6233', '623', 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6235', '623', 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '624', '62', 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6241', '624', 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6242', '624', 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6243', '624', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6248', '624', 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '625', '62', 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6251', '625', 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6252', '625', 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6253', '625', 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6254', '625', 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6255', '625', 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6256', '625', 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6257', '625', 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6258', '625', 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '626', '62', 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6261', '626', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6265', '626', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6266', '626', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '627', '62', 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6271', '627', 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6272', '627', 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6273', '627', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6274', '627', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6275', '627', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6276', '627', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6277', '627', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '628', '62', 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6281', '628', 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6282', '628', 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6283', '628', 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6288', '628', 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '63', '6', 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '631', '63', 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6311', '631', 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6312', '631', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6313', '631', 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6315', '631', 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6316', '631', 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '632', '63', 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6321', '632', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6322', '632', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6323', '632', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6324', '632', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6325', '632', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6328', '632', 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '633', '63', 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '634', '63', 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6342', '634', 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6343', '634', 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6344', '634', 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '635', '63', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6351', '635', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6358', '635', 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '636', '63', 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '637', '63', 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6371', '637', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6372', '637', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '638', '63', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6381', '638', 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6382', '638', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6383', '638', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6384', '638', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '64', '6', 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '641', '64', 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6411', '641', 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6412', '641', 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6413', '641', 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6414', '641', 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6415', '641', 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6418', '641', 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '645', '64', 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '646', '64', 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6461', '646', 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6462', '646', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6463', '646', 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6464', '646', 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6468', '646', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '647', '64', 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6471', '647', 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6472', '647', 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6473', '647', 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6474', '647', 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6478', '647', 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '651', '65', 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6511', '651', 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6515', '651', 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '652', '65', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6521', '652', 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6525', '652', 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '653', '65', 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '654', '65', 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6581', '658', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6582', '658', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6583', '658', 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '659', '65', 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6591', '659', 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6593', '659', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6594', '659', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6598', '659', 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '661', '66', 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6611', '661', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6612', '661', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6613', '661', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6614', '661', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6615', '661', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6616', '661', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6617', '661', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6618', '661', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '662', '66', 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6621', '662', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6622', '662', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6623', '662', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6624', '662', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6625', '662', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6626', '662', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6627', '662', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6628', '662', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '663', '66', 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6631', '663', 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6632', '663', 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6633', '663', 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6638', '663', 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '664', '66', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6641', '664', 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6642', '664', 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '666', '66', 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6661', '666', 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6662', '666', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '667', '66', 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6671', '667', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6672', '667', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6681', '668', 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6682', '668', 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6683', '668', 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6684', '668', 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '67', '6', 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '671', '67', 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6711', '671', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6712', '671', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6713', '671', 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '672', '67', 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6721', '672', 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6722', '672', 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6723', '672', 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '673', '67', 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '674', '67', 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6741', '674', 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6742', '674', 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6743', '674', 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6744', '674', 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6745', '674', 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6748', '674', 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '675', '67', 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '676', '67', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '677', '67', 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '678', '67', 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6781', '678', 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6782', '678', 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6783', '678', 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '679', '67', 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6791', '679', 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6795', '679', 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6798', '679', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6811', '68', 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6812', '68', 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6813', '68', 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6872', '687', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6878', '687', 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '69', '6', 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '691', '69', 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6911', '691', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6912', '691', 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6913', '691', 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6914', '691', 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '697', '69', 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6971', '697', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'EXPENSE', 'XXXXXX', '6972', '697', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '701', '7', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7011', '701', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7012', '701', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7013', '701', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7014', '701', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '702', '7', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7021', '702', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7022', '702', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7023', '702', 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7024', '702', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '703', '7', 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7031', '703', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7032', '703', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7033', '703', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7034', '703', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '704', '7', 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7041', '704', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7042', '704', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7043', '704', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7044', '704', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '705', '7', 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7051', '705', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7052', '705', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7053', '705', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7054', '705', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '706', '7', 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7061', '706', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7062', '706', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7063', '706', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7064', '706', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '707', '7', 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7071', '707', 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7072', '707', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7073', '707', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7074', '707', 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7075', '707', 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7076', '707', 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7077', '707', 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7078', '707', 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '71', '7', 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '711', '71', 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '712', '71', 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '713', '71', 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '718', '71', 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7181', '718', 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7182', '718', 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7183', '718', 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '726', '72', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '73', '7', 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '734', '73', 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7341', '734', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7342', '734', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '735', '73', 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7351', '735', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7352', '735', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '736', '73', 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '737', '73', 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7371', '737', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7372', '737', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '752', '75', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7521', '752', 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7525', '752', 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '753', '75', 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '754', '75', 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7581', '758', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7582', '758', 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '759', '75', 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7591', '759', 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7593', '759', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7594', '759', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7598', '759', 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '77', '7', 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '771', '77', 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '772', '77', 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '773', '77', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '774', '77', 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '775', '77', 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '776', '77', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '777', '77', 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '778', '77', 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7781', '778', 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7782', '778', 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7784', '778', 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '779', '77', 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7791', '779', 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7795', '779', 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7798', '779', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '78', '7', 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '781', '78', 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '787', '78', 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '79', '7', 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '791', '79', 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7911', '791', 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7912', '791', 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7913', '791', 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7914', '791', 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '797', '79', 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7971', '797', 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '7972', '797', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'INCOME', 'XXXXXX', '798', '79', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '811', '81', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '812', '81', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '816', '81', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '821', '82', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '822', '82', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '826', '82', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '831', '83', 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '834', '83', 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '835', '83', 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '836', '83', 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '839', '83', 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '841', '84', 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '845', '84', 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '846', '84', 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '848', '84', 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '849', '84', 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '851', '85', 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '852', '85', 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '853', '85', 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '854', '85', 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '858', '85', 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '861', '86', 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '862', '86', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '863', '86', 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '864', '86', 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '865', '86', 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '868', '86', 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '871', '87', 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '874', '87', 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '878', '87', 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '881', '88', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '884', '88', 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '886', '88', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '888', '88', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '891', '89', 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '8911', '891', 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '8912', '891', 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '8913', '891', 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '892', '89', 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '895', '89', 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '899', '89', 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '8991', '899', 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-NE', 'AUTRES', 'XXXXXX', '8994', '899', 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-NE','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-NE','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-NE','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-NE','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-NE','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-NE','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-NE','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-NE','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-NE','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-NE','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-NE','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-NE','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-NE','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-NE','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-NE','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-NE','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-NE','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-NE','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-NE','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-NE','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-NE','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-NE','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-NE','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-NE','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-NE','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-NE','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-NE','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-NE','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-NE','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-NE','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-NE','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-NE','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-NE','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-NE','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-NE','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-NE','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-NE','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-NE','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-NE','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-NE','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-NE','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-NE','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-NE','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-NE','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-NE','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-NE','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-NE','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-NE','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-NE','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-NE','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-NE','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-NE','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-NE','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-NE','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-NE','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-NE','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-NE','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-NE','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-NE','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-NE','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-NE','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-NE','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-NE','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-NE','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-NE','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-NE','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-NE','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-NE','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-NE','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-NE','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-NE','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-NE','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-NE','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-NE','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-NE','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-NE','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-NE','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-NE','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-NE','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-NE','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-NE','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-NE','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-NE','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-NE','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-NE','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-NE','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-NE','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-NE','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-NE','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-NE','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-NE','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-NE','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-NE','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-NE','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-NE','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-NE','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-NE','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-NE','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-NE','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-NE','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-NE','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-NE','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-NE','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-NE','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-NE','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-NE','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-NE','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-NE','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-NE','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-NE','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-NE','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-NE','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-NE','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-NE','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-NE','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-NE','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-NE','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-NE','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-NE','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-NE','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-NE','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-NE','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-NE','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-NE','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-NE','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-NE','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-NE','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-NE','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-NE','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-NE','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-NE','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-NE','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-NE','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-NE','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-NE','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-NE','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-NE','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-NE','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-NE','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-NE','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-NE','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-NE','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-NE','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-NE','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-NE','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-NE','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-NE','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-NE','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-NE','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-NE','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-NE','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-NE','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-NE','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-NE','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-NE','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-NE','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-NE','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-NE','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-NE','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-NE','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-NE','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-NE','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-NE','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-NE','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-NE','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-NE','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-NE','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-NE','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-NE','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-NE','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-NE','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-NE','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-NE','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-NE','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-NE','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-NE','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-NE','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-NE','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-NE','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-NE','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-NE','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-NE','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-NE','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-NE','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-NE','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-NE','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-NE','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-NE','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-NE','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-NE','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-NE','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-NE','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-NE','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-NE','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-NE','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-NE','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-NE','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-NE','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-NE','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-NE','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-NE','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-NE','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-NE','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-NE','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-NE','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-NE','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-NE','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-NE','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-NE','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-NE','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-NE','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-NE','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-NE','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-NE','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-NE','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-NE','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-NE','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-NE','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-NE','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-NE','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-NE','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-NE','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-NE','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-NE','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-NE','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-NE','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-NE','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-NE','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-NE','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-NE','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-NE','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-NE','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-NE','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-NE','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-NE','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-NE','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-NE','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-NE','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-NE','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-NE','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-NE','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-NE','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-NE','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-NE','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-NE','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-NE','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-NE','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-NE','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-NE','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-NE','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-NE','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-NE','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-NE','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-NE','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-NE','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-NE','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-NE','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-NE','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-NE','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-NE','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-NE','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-NE','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-NE','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-NE','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-NE','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-NE','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-NE','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-NE','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-NE','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-NE','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-NE','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-NE','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-NE','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-NE','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-NE','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-NE','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-NE','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-NE','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-NE','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-NE','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-NE','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-NE','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-NE','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-NE','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-NE','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-NE','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-NE','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-NE','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-NE','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-NE','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-NE','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-NE','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-NE','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-NE','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-NE','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-NE','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-NE','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-NE','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-NE','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-NE','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-NE','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-NE','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-NE','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-NE','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-NE','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-NE','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-NE','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-NE','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-NE','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-NE','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-NE','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-NE','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-NE','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-NE','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-NE','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-NE','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-NE','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-NE','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-NE','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-NE','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-NE','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-NE','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-NE','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-NE','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-NE','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-NE','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-NE','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-NE','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-NE','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-NE','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-NE','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-NE','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-NE','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-NE','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-NE','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-NE','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-NE','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-NE','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-NE','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-NE','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-NE','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-NE','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-NE','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-NE','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-NE','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-NE','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-NE','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-NE','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-NE','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-NE','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-NE','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-NE','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-NE','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-NE','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-NE','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-NE','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-NE','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-NE','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-NE','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-NE','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-NE','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-NE','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-NE','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-NE','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-NE','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-NE','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-NE','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-NE','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-NE','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-NE','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-NE','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-NE','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-NE','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-NE','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-NE','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-NE','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-NE','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-NE','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-NE','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-NE','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-NE','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-NE','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-NE','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-NE','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-NE','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-NE','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-NE','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-NE','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-NE','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-NE','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-NE','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-NE','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-NE','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-NE','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-NE','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-NE','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-NE','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-NE','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-NE','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-NE','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-NE','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-NE','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-NE','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-NE','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-NE','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-NE','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-NE','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-NE','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-NE','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-NE','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-NE','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-NE','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-NE','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-NE','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-NE','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-NE','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-NE','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-NE','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-NE','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-NE','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-NE','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-NE','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-NE','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-NE','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-NE','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-NE','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-NE','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-NE','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-NE','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-NE','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-NE','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-NE','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-NE','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-NE','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-NE','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-NE','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-NE','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-NE','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-NE','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-NE','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-NE','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-NE','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-NE','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-NE','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-NE','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-NE','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-NE','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-NE','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-NE','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-NE','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-NE','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-NE','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-NE','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-NE','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-NE','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-NE','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-NE','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-NE','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-NE','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-NE','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-NE','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-NE','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-NE','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-NE','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-NE','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-NE','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-NE','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-NE','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-NE','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-NE','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-NE','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-NE','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-NE','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-NE','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-NE','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-NE','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-NE','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-NE','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-NE','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-NE','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-NE','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-NE','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-NE','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-NE','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-NE','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-NE','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-NE','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-NE','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-NE','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-NE','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-NE','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-NE','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-NE','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-NE','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-NE','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-NE','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-NE','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-NE','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-NE','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-NE','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-NE','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-NE','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-NE','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-NE','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-NE','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-NE','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-NE','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-NE','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-NE','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-NE','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-NE','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-NE','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-NE','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-NE','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-NE','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-NE','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-NE','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-NE','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-NE','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-NE','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-NE','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-NE','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-NE','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-NE','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-NE','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-NE','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-NE','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-NE','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-NE','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-NE','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-NE','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-NE','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-NE','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-NE','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-NE','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-NE','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-NE','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-NE','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-NE','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-NE','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-NE','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-NE','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-NE','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-NE','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-NE','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-NE','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-NE','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-NE','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-NE','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-NE','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-NE','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-NE','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-NE','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-NE','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-NE','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-NE','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-NE','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-NE','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-NE','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-NE','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-NE','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-NE','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-NE','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-NE','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-NE','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-NE','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-NE','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-NE','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-NE','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-NE','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-NE','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-NE','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-NE','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-NE','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-NE','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-NE','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-NE','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-NE','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-NE','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-NE','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-NE','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-NE','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-NE','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-NE','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-NE','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-NE','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-NE','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-NE','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-NE','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-NE','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-NE','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-NE','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-NE','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-NE','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-NE','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-NE','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-NE','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-NE','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-NE','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-NE','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-NE','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-NE','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-NE','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-NE','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-NE','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-NE','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-NE','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-NE','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-NE','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-NE','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-NE','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-NE','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-NE','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-NE','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-NE','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-NE','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-NE','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-NE','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-NE','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-NE','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-NE','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-NE','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-NE','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-NE','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-NE','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-NE','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-NE','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-NE','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-NE','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-NE','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-NE','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-NE','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-NE','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-NE','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-NE','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-NE','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-NE','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-NE','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-NE','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-NE','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-NE','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-NE','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-NE','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-NE','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-NE','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-NE','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-NE','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-NE','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-NE','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-NE','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-NE','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-NE','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-NE','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-NE','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-NE','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-NE','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-NE','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-NE','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-NE','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-NE','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-NE','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-NE','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-NE','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-NE','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-NE','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-NE','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-NE','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-NE','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-NE','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-NE','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-NE','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-NE','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-NE','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-NE','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-NE','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-NE','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-NE','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-NE','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-NE','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-NE','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-NE','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-NE','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-NE','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-NE','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-NE','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-NE','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-NE','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-NE','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-NE','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-NE','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-NE','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-NE','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-NE','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-NE','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-NE','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-NE','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-NE','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-NE','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-NE','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-NE','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-NE','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-NE','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-NE','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-NE','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-NE','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-NE','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-NE','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-NE','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-NE','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-NE','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-NE','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-NE','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-NE','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-NE','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-NE','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-NE','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-NE','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-NE','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-NE','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-NE','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-NE','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-NE','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-NE','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-NE','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-NE','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-NE','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-NE','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-NE','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-NE','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-NE','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-NE','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-NE','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-NE','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-NE','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-NE','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-NE','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-NE','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-NE','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-NE','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-NE','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-NE','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-NE','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-NE','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-NE','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-NE','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-NE','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-NE','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-NE','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-NE','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-NE','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-NE','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-NE','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-NE','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-NE','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-NE','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-NE','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-NE','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-NE','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-NE','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-NE','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-NE','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-NE','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-NE','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-NE','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-NE','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-NE','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-NE','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-NE','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-NE','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-NE','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-NE','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-NE','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-NE','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-NE','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-NE','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-NE','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-NE','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-NE','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-NE','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-NE','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-NE','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-NE','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-NE','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-NE','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-NE','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-NE','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-NE','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-NE','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-NE','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-NE','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-NE','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-NE','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-NE','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-NE','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-NE','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-NE','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-NE','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-NE','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-NE','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-NE','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-NE','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-NE','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-NE','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-NE','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-NE','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-NE','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-NE','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-NE','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-NE','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-NE','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-NE','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-NE','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-NE','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-NE','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-NE','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-NE','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-NE','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-NE','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-NE','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-NE','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-NE','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-NE','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-NE','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-NE','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-NE','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-NE','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-NE','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-NE','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-NE','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-NE','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-NE','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-NE','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-NE','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-NE','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-NE','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-NE','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-NE','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-NE','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-NE','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-NE','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-NE','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-NE','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-NE','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-NE','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-NE','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-NE','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-NE','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-NE','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-NE','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-NE','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-NE','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-NE','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-NE','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-NE','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-NE','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-NE','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-NE','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-NE','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-NE','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-NE','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-NE','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-NE','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-NE','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-NE','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-NE','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-NE','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-NE','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-NE','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-NE','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-NE','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-NE','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-NE','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-NE','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-NE','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-NE','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-NE','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-NE','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-NE','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-NE','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-NE','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-NE','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-NE','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-NE','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-NE','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-NE','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-NE','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-NE','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-NE','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-NE','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-NE','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-NE','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-NE','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-NE','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-NE','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-NE','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-NE','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-NE','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-NE','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-NE','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-NE','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-NE','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-NE','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-NE','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-NE','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-NE','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-NE','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-NE','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-NE','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-NE','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-NE','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-NE','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-NE','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-NE','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-NE','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-NE','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-NE','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-NE','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-NE','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-NE','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-NE','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-NE','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-NE','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-NE','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-NE','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-NE','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-NE','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-NE','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-NE','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-NE','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-NE','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-NE','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-NE','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-NE','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-NE','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-NE','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-NE','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-NE','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-NE','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-NE','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-NE','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-NE','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-NE','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-NE','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-NE','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-NE','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-NE','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-NE','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-NE','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-NE','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-NE','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-NE','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-NE','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-NE','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-NE','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-NE','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-NE','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-NE','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-NE','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-NE','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-NE','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-NE','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-NE','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-NE','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-NE','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-NE','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-NE','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-NE','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-NE','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-NE','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-NE','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-NE','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-NE','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-NE','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-NE','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-NE','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-NE','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-NE','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-NE','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-NE','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-NE','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-NE','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-NE','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-NE','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-NE','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-NE','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-NE','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-NE','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-NE','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-NE','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-NE','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-NE','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-NE','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-NE','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-NE','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-NE','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-NE','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-NE','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-NE','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-NE','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-NE','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-NE','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-NE','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-NE','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-NE','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-NE','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-NE','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-NE','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-NE','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-NE','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-NE','AUTRES','XXXXXX','8994',    16224,'Annulations pour pertes rétroactives','1');
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_ro.sql b/htdocs/install/mysql/data/llx_accounting_account_ro.sql
    index b60d1fa9446..e1904508852 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_ro.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_ro.sql
    @@ -1,5 +1,4 @@
    --- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com> 
    +-- Copyright (C) 2018 
     --
     -- 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
    @@ -14,628 +13,629 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l''install et tous les sigles '--' sont supprimés.
     --                                                         
     
    --- Created 20180518
    +-- ADD 18800000 before rowid # Do no remove this comment --
    +
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1,'RO-BASE','CAPIT','XXXXXX','1','0','Conturi de capitaluri, provizioane, împrumuturi şi datorii asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 10,'RO-BASE','CAPIT','XXXXXX','10','1','Capital şi rezerve',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1010,'RO-BASE','CAPIT','XXXXXX','101','10','Capital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1011,'RO-BASE','CAPIT','XXXXXX','1011','1010','Capital subscris nevărsat (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1012,'RO-BASE','CAPIT','CAPITAL','1012','1010','Capital subscris vărsat (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1015,'RO-BASE','CAPIT','XXXXXX','1015','1010','Patrimoniul regiei (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1016,'RO-BASE','CAPIT','XXXXXX','1016','1010','Patrimoniul public (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1017,'RO-BASE','CAPIT','XXXXXX','1017','1010','Patrimoniul privat (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1018,'RO-BASE','CAPIT','XXXXXX','1018','1010','Patrimoniul institutelor naţionale de cercetare-dezvoltare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1030,'RO-BASE','CAPIT','XXXXXX','103','10','Alte elemente de capitaluri proprii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1031,'RO-BASE','CAPIT','XXXXXX','1031','1030','Beneficii acordate angajaţilor sub forma instrumentelor de capitaluri proprii (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1033,'RO-BASE','CAPIT','XXXXXX','1033','1030','Diferenţe de curs valutar în relaţie cu investiţia netă într-o entitate străină (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1038,'RO-BASE','CAPIT','XXXXXX','1038','1030','Diferenţe din modificarea valorii juste a activelor financiare disponibile în vederea vânzării şi alte elemente de capitaluri proprii (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1040,'RO-BASE','CAPIT','XXXXXX','104','10','Prime de capital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1041,'RO-BASE','CAPIT','XXXXXX','1041','1040','Prime de emisiune (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1042,'RO-BASE','CAPIT','XXXXXX','1042','1040','Prime de fuziune/divizare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1043,'RO-BASE','CAPIT','XXXXXX','1043','1040','Prime de aport (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1044,'RO-BASE','CAPIT','XXXXXX','1044','1040','Prime de conversie a obligaţiunilor în acţiuni (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1050,'RO-BASE','CAPIT','XXXXXX','105','10','Rezerve din reevaluare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1060,'RO-BASE','CAPIT','XXXXXX','106','10','Rezerve',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1061,'RO-BASE','CAPIT','XXXXXX','1061','1060','Rezerve legale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1063,'RO-BASE','CAPIT','XXXXXX','1063','1060','Rezerve statutare sau contractuale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1068,'RO-BASE','CAPIT','XXXXXX','1068','1060','Alte rezerve (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1070,'RO-BASE','CAPIT','XXXXXX','107','10','Diferenţe de curs valutar din conversie (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1080,'RO-BASE','CAPIT','XXXXXX','108','10','Interese care nu controlează',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1081,'RO-BASE','CAPIT','XXXXXX','1081','1080','Interese care nu controlează - rezultatul exerciţiului financiar (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1082,'RO-BASE','CAPIT','XXXXXX','1082','1080','Interese care nu controlează - alte capitaluri proprii (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1090,'RO-BASE','CAPIT','XXXXXX','109','10','Acţiuni proprii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1091,'RO-BASE','CAPIT','XXXXXX','1091','1090','Acţiuni proprii deţinute pe termen scurt (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1092,'RO-BASE','CAPIT','XXXXXX','1092','1090','Acţiuni proprii deţinute pe termen lung (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1095,'RO-BASE','CAPIT','XXXXXX','1095','1090','Acţiuni proprii reprezentând titluri deţinute de societatea absorbită la societatea absorbantă (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 11,'RO-BASE','CAPIT','XXXXXX','11','1','Rezultatul reportat',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1170,'RO-BASE','CAPIT','XXXXXX','117','11','Rezultatul reportat',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1171,'RO-BASE','CAPIT','XXXXXX','1171','1170','Rezultatul reportat reprezentând profitul nerepartizat sau pierderea neacoperită (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1172,'RO-BASE','CAPIT','XXXXXX','1172','1170','Rezultatul reportat provenit din adoptarea pentru prima dată a IAS, mai puţin IAS 29(A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1173,'RO-BASE','CAPIT','XXXXXX','1173','1170','Rezultatul reportat provenit din modificările politicilor contabile (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1174,'RO-BASE','CAPIT','XXXXXX','1174','1170','Rezultatul reportat provenit din corectarea erorilor contabile (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1175,'RO-BASE','CAPIT','XXXXXX','1175','1170','Rezultatul reportat reprezentând surplusul realizat din rezerve din reevaluare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1176,'RO-BASE','CAPIT','XXXXXX','1176','1170','Rezultatul reportat provenit din trecerea la aplicarea reglementărilor contabile conforme cu directivele europene (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 12,'RO-BASE','CAPIT','XXXXXX','12','1','Rezultatul exerciţiului financiar',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1210,'RO-BASE','CAPIT','XXXXXX','121','12','Profit sau pierdere (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1290,'RO-BASE','CAPIT','XXXXXX','129','12','Repartizarea profitului (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 14,'RO-BASE','CAPIT','XXXXXX','14','1','Câştiguri sau pierderi legate de emiterea, răscumpărarea, vânzarea, cedarea cu titlu gratuit sau anularea instrumentelor de capitaluri proprii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1410,'RO-BASE','CAPIT','XXXXXX','141','14','Câştiguri legate de vânzarea sau anularea instrumentelor de capitaluri proprii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1411,'RO-BASE','CAPIT','XXXXXX','1411','1410','Câştiguri legate de vânzarea instrumentelor de capitaluri proprii (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1412,'RO-BASE','CAPIT','XXXXXX','1412','1410','Câştiguri legate de anularea instrumentelor de capitaluri proprii (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1490,'RO-BASE','CAPIT','XXXXXX','149','14','Pierderi legate de emiterea, răscumpărarea, vânzarea, cedarea cu titlu gratuit sau anularea instrumentelor de capitaluri proprii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1491,'RO-BASE','CAPIT','XXXXXX','1491','1490','Pierderi rezultate din vânzarea instrumentelor de capitaluri proprii (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1495,'RO-BASE','CAPIT','XXXXXX','1495','1490','Pierderi rezultate din reorganizări, care sunt determinate de anularea titlurilor deţinute (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1498,'RO-BASE','CAPIT','XXXXXX','1498','1490','Alte pierderi legate de instrumentele de capitaluri proprii (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15,'RO-BASE','CAPIT','XXXXXX','15','1','Provizioane',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1510,'RO-BASE','CAPIT','XXXXXX','151','15','Provizioane',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1511,'RO-BASE','CAPIT','XXXXXX','1511','1510','Provizioane pentru litigii (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1512,'RO-BASE','CAPIT','XXXXXX','1512','1510','Provizioane pentru garanţii acordate clienţilor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1513,'RO-BASE','CAPIT','XXXXXX','1513','1510','Provizioane pentru dezafectare imobilizări corporale şi alte acţiuni similare legate de acestea (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1514,'RO-BASE','CAPIT','XXXXXX','1514','1510','Provizioane pentru restructurare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1515,'RO-BASE','CAPIT','XXXXXX','1515','1510','Provizioane pentru pensii şi obligaţii similare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1516,'RO-BASE','CAPIT','XXXXXX','1516','1510','Provizioane pentru impozite (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1517,'RO-BASE','CAPIT','XXXXXX','1517','1510','Provizioane pentru terminarea contractului de muncă (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1518,'RO-BASE','CAPIT','XXXXXX','1518','1510','Alte provizioane (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16,'RO-BASE','CAPIT','XXXXXX','16','1','Împrumuturi şi datorii asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1610,'RO-BASE','CAPIT','XXXXXX','161','16','Împrumuturi din emisiuni de obligaţiuni',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1614,'RO-BASE','CAPIT','XXXXXX','1614','1610','Împrumuturi externe din emisiuni de obligaţiuni garantate de stat (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1615,'RO-BASE','CAPIT','XXXXXX','1615','1610','Împrumuturi externe din emisiuni de obligaţiuni garantate de bănci (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1617,'RO-BASE','CAPIT','XXXXXX','1617','1610','Împrumuturi interne din emisiuni de obligaţiuni garantate de stat (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1618,'RO-BASE','CAPIT','XXXXXX','1618','1610','Alte împrumuturi din emisiuni de obligaţiuni (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1620,'RO-BASE','CAPIT','XXXXXX','162','16','Credite bancare pe termen lung',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1621,'RO-BASE','CAPIT','XXXXXX','1621','1620','Credite bancare pe termen lung (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1622,'RO-BASE','CAPIT','XXXXXX','1622','1620','Credite bancare pe termen lung nerambursate la scadenţă (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1623,'RO-BASE','CAPIT','XXXXXX','1623','1620','Credite externe guvernamentale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1624,'RO-BASE','CAPIT','XXXXXX','1624','1620','Credite bancare externe garantate de stat (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1625,'RO-BASE','CAPIT','XXXXXX','1625','1620','Credite bancare externe garantate de bănci (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1626,'RO-BASE','CAPIT','XXXXXX','1626','1620','Credite de la trezoreria statului (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1627,'RO-BASE','CAPIT','XXXXXX','1627','1620','Credite bancare interne garantate de stat (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1660,'RO-BASE','CAPIT','XXXXXX','166','16','Datorii care privesc imobilizările financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1661,'RO-BASE','CAPIT','XXXXXX','1661','1660','Datorii faţă de entităţile afiliate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1663,'RO-BASE','CAPIT','XXXXXX','1663','1660','Datorii faţă de entităţile asociate şi entităţile controlate în comun (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1670,'RO-BASE','CAPIT','XXXXXX','167','16','Alte împrumuturi şi datorii asimilate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1680,'RO-BASE','CAPIT','XXXXXX','168','16','Dobânzi aferente împrumuturilor şi datoriilor asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1681,'RO-BASE','CAPIT','XXXXXX','1681','1680','Dobânzi aferente împrumuturilor din emisiuni de obligaţiuni (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1682,'RO-BASE','CAPIT','XXXXXX','1682','1680','Dobânzi aferente creditelor bancare pe termen lung (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1685,'RO-BASE','CAPIT','XXXXXX','1685','1680','Dobânzi aferente datoriilor faţă de entităţile afiliate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1686,'RO-BASE','CAPIT','XXXXXX','1686','1680','Dobânzi aferente datoriilor faţă de entităţile asociate şi entităţile controlate în comun (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1687,'RO-BASE','CAPIT','XXXXXX','1687','1680','Dobânzi aferente altor împrumuturi şi datorii asimilate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1690,'RO-BASE','CAPIT','XXXXXX','169','16','Prime privind rambursarea obligaţiunilor şi a altor datorii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1691,'RO-BASE','CAPIT','XXXXXX','1691','1690','Prime privind rambursarea obligaţiunilor (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 1692,'RO-BASE','CAPIT','XXXXXX','1692','1690','Prime privind rambursarea altor datorii (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2,'RO-BASE','IMMO','XXXXXX','2','0','Conturi de imobilizări',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 20,'RO-BASE','IMMO','XXXXXX','20','2','IMOBILIZĂRI NECORPORALE',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2010,'RO-BASE','IMMO','XXXXXX','201','20','Cheltuieli de constituire (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2030,'RO-BASE','IMMO','XXXXXX','203','20','Cheltuieli de dezvoltare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2050,'RO-BASE','IMMO','XXXXXX','205','20','Concesiuni, brevete, licenţe, mărci comerciale, drepturi şi active similare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2060,'RO-BASE','IMMO','XXXXXX','206','20','Active necorporale de explorare şi evaluare a resurselor minerale (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2070,'RO-BASE','IMMO','XXXXXX','207','20','Fond comercial',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2071,'RO-BASE','IMMO','XXXXXX','2071','2070','Fond comercial pozitiv (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2075,'RO-BASE','IMMO','XXXXXX','2075','2070','Fond comercial negativ (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2080,'RO-BASE','IMMO','XXXXXX','208','20','Alte imobilizări necorporale (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 21,'RO-BASE','IMMO','XXXXXX','21','2','Imobilizări corporale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2110,'RO-BASE','IMMO','XXXXXX','211','21','Terenuri şi amenajări de terenuri (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2111,'RO-BASE','IMMO','XXXXXX','2111','2110','Terenuri',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2112,'RO-BASE','IMMO','XXXXXX','2112','2110','Amenajări de terenuri',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2120,'RO-BASE','IMMO','XXXXXX','212','21','Construcţii (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2130,'RO-BASE','IMMO','XXXXXX','213','21','Instalaţii tehnice şi mijloace de transport',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2131,'RO-BASE','IMMO','XXXXXX','2131','2130','Echipamente tehnologice (maşini, utilaje şi instalaţii de lucru) (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2132,'RO-BASE','IMMO','XXXXXX','2132','2130','Aparate şi instalaţii de măsurare, control şi reglare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2133,'RO-BASE','IMMO','XXXXXX','2133','2130','Mijloace de transport (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2140,'RO-BASE','IMMO','XXXXXX','214','21','Mobilier, aparatură birotică, echipamente de protecţie a valorilor umane şi materiale şi alte active corporale (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2150,'RO-BASE','IMMO','XXXXXX','215','21','Investiţii imobiliare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2160,'RO-BASE','IMMO','XXXXXX','216','21','Active corporale de explorare şi evaluare a resurselor minerale (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2170,'RO-BASE','IMMO','XXXXXX','217','21','Active biologice productive (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 22,'RO-BASE','IMMO','XXXXXX','22','2','Imobilizări corporale în curs de aprovizionare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2230,'RO-BASE','IMMO','XXXXXX','223','22','Instalaţii tehnice şi mijloace de transport în curs de aprovizionare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2240,'RO-BASE','IMMO','XXXXXX','224','22','Mobilier, aparatură birotică, echipamente de protecţie a valorilor umane şi materiale şi alte active corporale în curs de aprovizionare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2270,'RO-BASE','IMMO','XXXXXX','227','22','Active biologice productive în curs de aprovizionare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 23,'RO-BASE','IMMO','XXXXXX','23','2','Imobilizări în curs',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2310,'RO-BASE','IMMO','XXXXXX','231','23','Imobilizări corporale în curs de execuţie (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2350,'RO-BASE','IMMO','XXXXXX','235','23','Investiţii imobiliare în curs de execuţie (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 26,'RO-BASE','IMMO','XXXXXX','26','2','Imobilizări financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2610,'RO-BASE','IMMO','XXXXXX','261','26','Acţiuni deţinute la entităţile afiliate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2620,'RO-BASE','IMMO','XXXXXX','262','26','Acţiuni deţinute la entităţi asociate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2630,'RO-BASE','IMMO','XXXXXX','263','26','Acţiuni deţinute la entităţi controlate în comun (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2640,'RO-BASE','IMMO','XXXXXX','264','26','Titluri puse în echivalenţă (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2650,'RO-BASE','IMMO','XXXXXX','265','26','Alte titluri imobilizate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2660,'RO-BASE','IMMO','XXXXXX','266','26','Certificate verzi amânate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2670,'RO-BASE','IMMO','XXXXXX','267','26','Creanţe imobilizate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2671,'RO-BASE','IMMO','XXXXXX','2671','2670','Sume de încasat de la entităţile afiliate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2672,'RO-BASE','IMMO','XXXXXX','2672','2670','Dobânda aferentă sumelor de încasat de la entităţile afiliate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2673,'RO-BASE','IMMO','XXXXXX','2673','2670','Creanţe faţă de entităţile asociate şi entităţile controlate în comun (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2674,'RO-BASE','IMMO','XXXXXX','2674','2670','Dobânda aferentă creanţelor faţă de entităţile asociate şi entităţile controlate în comun (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2675,'RO-BASE','IMMO','XXXXXX','2675','2670','Împrumuturi acordate pe termen lung (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2676,'RO-BASE','IMMO','XXXXXX','2676','2670','Dobânda aferentă împrumuturilor acordate pe termen lung (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2677,'RO-BASE','IMMO','XXXXXX','2677','2670','Obligaţiuni achiziţionate cu ocazia emisiunilor efectuate de terţi (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2678,'RO-BASE','IMMO','XXXXXX','2678','2670','Alte creanţe imobilizate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2679,'RO-BASE','IMMO','XXXXXX','2679','2670','Dobânzi aferente altor creanţe imobilizate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2690,'RO-BASE','IMMO','XXXXXX','269','26','Vărsăminte de efectuat pentru imobilizări financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2691,'RO-BASE','IMMO','XXXXXX','2691','2690','Vărsăminte de efectuat privind acţiunile deţinute la entităţile afiliate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2692,'RO-BASE','IMMO','XXXXXX','2692','2690','Vărsăminte de efectuat privind acţiunile deţinute la entităţi asociate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2693,'RO-BASE','IMMO','XXXXXX','2693','2690','Vărsăminte de efectuat privind acţiunile deţinute la entităţi controlate în comun (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2695,'RO-BASE','IMMO','XXXXXX','2695','2690','Vărsăminte de efectuat pentru alte imobilizări financiare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 28,'RO-BASE','IMMO','XXXXXX','28','2','Amortizări privind imobilizările',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2800,'RO-BASE','IMMO','XXXXXX','280','28','Amortizări privind imobilizările necorporale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2801,'RO-BASE','IMMO','XXXXXX','2801','2800','Amortizarea cheltuielilor de constituire (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2803,'RO-BASE','IMMO','XXXXXX','2803','2800','Amortizarea cheltuielilor de dezvoltare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2805,'RO-BASE','IMMO','XXXXXX','2805','2800','Amortizarea concesiunilor, brevetelor, licenţelor, mărcilor comerciale, drepturilor şi activelor similare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2806,'RO-BASE','IMMO','XXXXXX','2806','2800','Amortizarea activelor necorporale de explorare şi evaluare a resurselor minerale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2807,'RO-BASE','IMMO','XXXXXX','2807','2800','Amortizarea fondului comercial (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2808,'RO-BASE','IMMO','XXXXXX','2808','2800','Amortizarea altor imobilizări necorporale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2810,'RO-BASE','IMMO','ALLOCATION','281','28','Amortizări privind imobilizările corporale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2811,'RO-BASE','IMMO','XXXXXX','2811','2810','Amortizarea amenajărilor de terenuri (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2812,'RO-BASE','IMMO','XXXXXX','2812','2810','Amortizarea construcţiilor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2813,'RO-BASE','IMMO','XXXXXX','2813','2810','Amortizarea instalaţiilor şi mijloacelor de transport (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2814,'RO-BASE','IMMO','XXXXXX','2814','2810','Amortizarea altor imobilizări corporale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2815,'RO-BASE','IMMO','XXXXXX','2815','2810','Amortizarea investiţiilor imobiliare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2816,'RO-BASE','IMMO','XXXXXX','2816','2810','Amortizarea activelor corporale de explorare şi evaluare a resurselor minerale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2817,'RO-BASE','IMMO','XXXXXX','2817','2810','Amortizarea activelor biologice productive (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 29,'RO-BASE','IMMO','XXXXXX','29','2','Ajustări pentru deprecierea sau pierderea de valoare a imobilizărilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2900,'RO-BASE','IMMO','XXXXXX','290','29','Ajustări pentru deprecierea imobilizărilor necorporale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2903,'RO-BASE','IMMO','XXXXXX','2903','2900','Ajustări pentru deprecierea cheltuielilor de dezvoltare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2905,'RO-BASE','IMMO','XXXXXX','2905','2900','Ajustări pentru deprecierea concesiunilor, brevetelor, licenţelor, mărcilor comerciale, drepturilor şi activelor similare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2906,'RO-BASE','IMMO','XXXXXX','2906','2900','Ajustări pentru deprecierea activelor necorporale de explorare şi evaluare a resurselor minerale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2908,'RO-BASE','IMMO','XXXXXX','2908','2900','Ajustări pentru deprecierea altor imobilizări necorporale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2910,'RO-BASE','IMMO','XXXXXX','291','29','Ajustări pentru deprecierea imobilizărilor corporale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2911,'RO-BASE','IMMO','XXXXXX','2911','2910','Ajustări pentru deprecierea terenurilor şi amenajărilor de terenuri (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2912,'RO-BASE','IMMO','XXXXXX','2912','2910','Ajustări pentru deprecierea construcţiilor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2913,'RO-BASE','IMMO','XXXXXX','2913','2910','Ajustări pentru deprecierea instalaţiilor şi mijloacelor de transport (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2914,'RO-BASE','IMMO','XXXXXX','2914','2910','Ajustări pentru deprecierea altor imobilizări corporale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2915,'RO-BASE','IMMO','XXXXXX','2915','2910','Ajustări pentru deprecierea investiţiilor imobiliare (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2916,'RO-BASE','IMMO','XXXXXX','2916','2910','Ajustări pentru deprecierea activelor corporale de explorare şi evaluare a resurselor minerale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2917,'RO-BASE','IMMO','XXXXXX','2917','2910','Ajustări pentru deprecierea activelor biologice productive (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2930,'RO-BASE','IMMO','XXXXXX','293','29','Ajustări pentru deprecierea imobilizărilor în curs de execuţie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2931,'RO-BASE','IMMO','XXXXXX','2931','2930','Ajustări pentru deprecierea imobilizărilor corporale în curs de execuţie (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2935,'RO-BASE','IMMO','XXXXXX','2935','2930','Ajustări pentru deprecierea investiţiilor imobiliare în curs de execuţie (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2960,'RO-BASE','IMMO','XXXXXX','296','29','Ajustări pentru pierderea de valoare a imobilizărilor financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2961,'RO-BASE','IMMO','XXXXXX','2961','2960','Ajustări pentru pierderea de valoare a acţiunilor deţinute la entităţile afiliate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2962,'RO-BASE','IMMO','XXXXXX','2962','2960','Ajustări pentru pierderea de valoare a acţiunilor deţinute la entităţi asociate şi entităţi controlate în comun (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2963,'RO-BASE','IMMO','XXXXXX','2963','2960','Ajustări pentru pierderea de valoare a altor titluri imobilizate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2964,'RO-BASE','IMMO','XXXXXX','2964','2960','Ajustări pentru pierderea de valoare a sumelor de încasat de la entităţile afiliate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2965,'RO-BASE','IMMO','XXXXXX','2965','2960','Ajustări pentru pierderea de valoare a creanţelor faţă de entităţile asociate şi entităţile controlate în comun (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2966,'RO-BASE','IMMO','XXXXXX','2966','2960','Ajustări pentru pierderea de valoare a împrumuturilor acordate pe termen lung (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 2968,'RO-BASE','IMMO','XXXXXX','2968','2960','Ajustări pentru pierderea de valoare a altor creanţe imobilizate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3,'RO-BASE','STOCK','XXXXXX','3','0','Conturi de stocuri şi producţie în curs de execuţie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 30,'RO-BASE','STOCK','XXXXXX','30','3','Stocuri de materii prime şi materiale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3010,'RO-BASE','STOCK','XXXXXX','301','30','Materii prime (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3020,'RO-BASE','STOCK','XXXXXX','302','30','Materiale consumabile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3021,'RO-BASE','STOCK','XXXXXX','3021','3020','Materiale auxiliare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3022,'RO-BASE','STOCK','XXXXXX','3022','3020','Combustibili (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3023,'RO-BASE','STOCK','XXXXXX','3023','3020','Materiale pentru ambalat (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3024,'RO-BASE','STOCK','XXXXXX','3024','3020','Piese de schimb (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3025,'RO-BASE','STOCK','XXXXXX','3025','3020','Seminţe şi materiale de plantat (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3026,'RO-BASE','STOCK','XXXXXX','3026','3020','Furaje (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3028,'RO-BASE','STOCK','XXXXXX','3028','3020','Alte materiale consumabile (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3030,'RO-BASE','STOCK','XXXXXX','303','30','Materiale de natura obiectelor de inventar (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3080,'RO-BASE','STOCK','XXXXXX','308','30','Diferenţe de preţ la materii prime şi materiale (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 32,'RO-BASE','STOCK','XXXXXX','32','3','Stocuri în curs de aprovizionare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3210,'RO-BASE','STOCK','XXXXXX','321','32','Materii prime în curs de aprovizionare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3220,'RO-BASE','STOCK','XXXXXX','322','32','Materiale consumabile în curs de aprovizionare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3230,'RO-BASE','STOCK','XXXXXX','323','32','Materiale de natura obiectelor de inventar în curs de aprovizionare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3260,'RO-BASE','STOCK','XXXXXX','326','32','Active biologice de natura stocurilor în curs de aprovizionare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3270,'RO-BASE','STOCK','XXXXXX','327','32','Mărfuri în curs de aprovizionare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3280,'RO-BASE','STOCK','XXXXXX','328','32','Ambalaje în curs de aprovizionare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 33,'RO-BASE','STOCK','XXXXXX','33','3','Producţie în curs de execuţie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3310,'RO-BASE','STOCK','XXXXXX','331','33','Produse în curs de execuţie (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3320,'RO-BASE','STOCK','XXXXXX','332','33','Servicii în curs de execuţie (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 34,'RO-BASE','STOCK','XXXXXX','34','3','PRODUSE',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3410,'RO-BASE','STOCK','XXXXXX','341','34','Semifabricate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3450,'RO-BASE','STOCK','XXXXXX','345','34','Produse finite (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3460,'RO-BASE','STOCK','XXXXXX','346','34','Produse reziduale (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3470,'RO-BASE','STOCK','XXXXXX','347','34','Produse agricole (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3480,'RO-BASE','STOCK','XXXXXX','348','34','Diferenţe de preţ la produse (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 35,'RO-BASE','STOCK','XXXXXX','35','3','STOCURI AFLATE LA TERŢI',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3510,'RO-BASE','STOCK','XXXXXX','351','35','Materii şi materiale aflate la terţi (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3540,'RO-BASE','STOCK','XXXXXX','354','35','Produse aflate la terţi (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3560,'RO-BASE','STOCK','XXXXXX','356','35','Active biologice de natura stocurilor aflate la terţi (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3570,'RO-BASE','STOCK','XXXXXX','357','35','Mărfuri aflate la terţi (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3580,'RO-BASE','STOCK','XXXXXX','358','35','Ambalaje aflate la terţi (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 36,'RO-BASE','STOCK','XXXXXX','36','3','Active biologice de natura stocurilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3610,'RO-BASE','STOCK','XXXXXX','361','36','Active biologice de natura stocurilor (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3680,'RO-BASE','STOCK','XXXXXX','368','36','Diferenţe de preţ la active biologice de natura stocurilor (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 37,'RO-BASE','STOCK','XXXXXX','37','3','MĂRFURI',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3710,'RO-BASE','STOCK','XXXXXX','371','37','Mărfuri (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3780,'RO-BASE','STOCK','XXXXXX','378','37','Diferenţe de preţ la mărfuri (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 38,'RO-BASE','STOCK','XXXXXX','38','3','Ambalaje',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3810,'RO-BASE','STOCK','XXXXXX','381','38','Ambalaje (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3880,'RO-BASE','STOCK','XXXXXX','388','38','Diferenţe de preţ la ambalaje (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 39,'RO-BASE','STOCK','XXXXXX','39','3','Ajustări pentru deprecierea stocurilor şi producţiei în curs de execuţie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3910,'RO-BASE','STOCK','XXXXXX','391','39','Ajustări pentru deprecierea materiilor prime (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3920,'RO-BASE','STOCK','XXXXXX','392','39','Ajustări pentru deprecierea materialelor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3921,'RO-BASE','STOCK','XXXXXX','3921','3920','Ajustări pentru deprecierea materialelor consumabile (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3922,'RO-BASE','STOCK','XXXXXX','3922','3920','Ajustări pentru deprecierea materialelor de natura obiectelor de inventar (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3930,'RO-BASE','STOCK','XXXXXX','393','39','Ajustări pentru deprecierea producţiei în curs de execuţie (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3940,'RO-BASE','STOCK','XXXXXX','394','39','Ajustări pentru deprecierea produselor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3941,'RO-BASE','STOCK','XXXXXX','3941','3940','Ajustări pentru deprecierea semifabricatelor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3945,'RO-BASE','STOCK','XXXXXX','3945','3940','Ajustări pentru deprecierea produselor finite (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3946,'RO-BASE','STOCK','XXXXXX','3946','3940','Ajustări pentru deprecierea produselor reziduale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3947,'RO-BASE','STOCK','XXXXXX','3947','3940','Ajustări pentru deprecierea produselor agricole (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3950,'RO-BASE','STOCK','XXXXXX','395','39','Ajustări pentru deprecierea stocurilor aflate la terţi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3951,'RO-BASE','STOCK','XXXXXX','3951','3950','Ajustări pentru deprecierea materiilor şi materialelor aflate la terţi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3952,'RO-BASE','STOCK','XXXXXX','3952','3950','Ajustări pentru deprecierea semifabricatelor aflate la terţi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3953,'RO-BASE','STOCK','XXXXXX','3953','3950','Ajustări pentru deprecierea produselor finite aflate la terţi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3954,'RO-BASE','STOCK','XXXXXX','3954','3950','Ajustări pentru deprecierea produselor reziduale aflate la terţi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3955,'RO-BASE','STOCK','XXXXXX','3955','3950','Ajustări pentru deprecierea produselor agricole aflate la terţi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3956,'RO-BASE','STOCK','XXXXXX','3956','3950','Ajustări pentru deprecierea activelor biologice de natura stocurilor aflate la terţi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3957,'RO-BASE','STOCK','XXXXXX','3957','3950','Ajustări pentru deprecierea mărfurilor aflate la terţi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3958,'RO-BASE','STOCK','XXXXXX','3958','3950','Ajustări pentru deprecierea ambalajelor aflate la terţi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3960,'RO-BASE','STOCK','XXXXXX','396','39','Ajustări pentru deprecierea activelor biologice de natura stocurilor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3970,'RO-BASE','STOCK','XXXXXX','397','39','Ajustări pentru deprecierea mărfurilor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 3980,'RO-BASE','STOCK','XXXXXX','398','39','Ajustări pentru deprecierea ambalajelor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4,'RO-BASE','THIRDPARTY','XXXXXX','4','0','Conturi de terţi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 40,'RO-BASE','THIRDPARTY','XXXXXX','40','4','Furnizori şi conturi asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4010,'RO-BASE','THIRDPARTY','SUPPLIER','401','40','Furnizori (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4030,'RO-BASE','THIRDPARTY','XXXXXX','403','40','Efecte de plătit (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4040,'RO-BASE','THIRDPARTY','XXXXXX','404','40','Furnizori de imobilizări (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4050,'RO-BASE','THIRDPARTY','XXXXXX','405','40','Efecte de plătit pentru imobilizări (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4080,'RO-BASE','THIRDPARTY','XXXXXX','408','40','Furnizori - facturi nesosite (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4090,'RO-BASE','THIRDPARTY','XXXXXX','409','40','Furnizori - debitori',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4091,'RO-BASE','THIRDPARTY','XXXXXX','4091','4090','Furnizori - debitori pentru cumpărări de bunuri de natura stocurilor (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4092,'RO-BASE','THIRDPARTY','XXXXXX','4092','4090','Furnizori - debitori pentru prestări de servicii (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4093,'RO-BASE','THIRDPARTY','XXXXXX','4093','4090','Avansuri acordate pentru imobilizări corporale (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4094,'RO-BASE','THIRDPARTY','XXXXXX','4094','4090','Avansuri acordate pentru imobilizări necorporale (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 41,'RO-BASE','THIRDPARTY','XXXXXX','41','4','Clienţi şi conturi asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4110,'RO-BASE','THIRDPARTY','CUSTOMER','411','41','Clienţi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4111,'RO-BASE','THIRDPARTY','XXXXXX','4111','4110','Clienţi (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4118,'RO-BASE','THIRDPARTY','XXXXXX','4118','4110','Clienţi incerţi sau în litigiu (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4130,'RO-BASE','THIRDPARTY','XXXXXX','413','41','Efecte de primit de la clienţi (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4180,'RO-BASE','THIRDPARTY','XXXXXX','418','41','Clienţi - facturi de întocmit (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4190,'RO-BASE','THIRDPARTY','XXXXXX','419','41','Clienţi - creditori (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 42,'RO-BASE','THIRDPARTY','XXXXXX','42','4','Personal şi conturi asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4210,'RO-BASE','THIRDPARTY','XXXXXX','421','42','Personal - salarii datorate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4230,'RO-BASE','THIRDPARTY','XXXXXX','423','42','Personal - ajutoare materiale datorate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4240,'RO-BASE','THIRDPARTY','XXXXXX','424','42','Prime reprezentând participarea personalului la profit*16) (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4250,'RO-BASE','THIRDPARTY','XXXXXX','425','42','Avansuri acordate personalului (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4260,'RO-BASE','THIRDPARTY','XXXXXX','426','42','Drepturi de personal neridicate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4270,'RO-BASE','THIRDPARTY','XXXXXX','427','42','Reţineri din salarii datorate terţilor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4280,'RO-BASE','THIRDPARTY','XXXXXX','428','42','Alte datorii şi creanţe în legătură cu personalul',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4281,'RO-BASE','THIRDPARTY','XXXXXX','4281','4280','Alte datorii în legătură cu personalul (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4282,'RO-BASE','THIRDPARTY','XXXXXX','4282','4280','Alte creanţe în legătură cu personalul (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 43,'RO-BASE','THIRDPARTY','XXXXXX','43','4','Asigurări sociale, protecţia socială şi conturi asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4310,'RO-BASE','THIRDPARTY','XXXXXX','431','43','Asigurări sociale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4311,'RO-BASE','THIRDPARTY','XXXXXX','4311','4310','Contribuţia unităţii la asigurările sociale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4312,'RO-BASE','THIRDPARTY','XXXXXX','4312','4310','Contribuţia personalului la asigurările sociale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4313,'RO-BASE','THIRDPARTY','XXXXXX','4313','4310','Contribuţia angajatorului pentru asigurările sociale de sănătate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4314,'RO-BASE','THIRDPARTY','XXXXXX','4314','4310','Contribuţia angajaţilor pentru asigurările sociale de sănătate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4315,'RO-BASE','THIRDPARTY','XXXXXX','4315','4310','Contribuţia de asigurări sociale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4316,'RO-BASE','THIRDPARTY','XXXXXX','4316','4310','Contribuţia de asigurări sociale de sănătate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4318,'RO-BASE','THIRDPARTY','XXXXXX','4318','4310','Alte contribuţii pentru asigurările sociale de sănătate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4360,'RO-BASE','THIRDPARTY','XXXXXX','436','43','Contribuția asiguratorie pentru muncă        ',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4370,'RO-BASE','THIRDPARTY','XXXXXX','437','43','Ajutor de şomaj',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4371,'RO-BASE','THIRDPARTY','XXXXXX','4371','4370','Contribuţia unităţii la fondul de şomaj (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4372,'RO-BASE','THIRDPARTY','XXXXXX','4372','4370','Contribuţia personalului la fondul de şomaj (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4380,'RO-BASE','THIRDPARTY','XXXXXX','438','43','Alte datorii şi creanţe sociale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4381,'RO-BASE','THIRDPARTY','XXXXXX','4381','4380','Alte datorii sociale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4382,'RO-BASE','THIRDPARTY','XXXXXX','4382','4380','Alte creanţe sociale (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 44,'RO-BASE','THIRDPARTY','XXXXXX','44','4','Bugetul statului, fonduri speciale şi conturi asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4410,'RO-BASE','THIRDPARTY','XXXXXX','441','44','Impozitul pe profit/venit',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4411,'RO-BASE','THIRDPARTY','XXXXXX','4411','4410','Impozitul pe profit (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4418,'RO-BASE','THIRDPARTY','XXXXXX','4418','4410','Impozitul pe venit*17) (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4420,'RO-BASE','THIRDPARTY','XXXXXX','442','44','Taxa pe valoarea adăugată',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4423,'RO-BASE','THIRDPARTY','XXXXXX','4423','4420','TVA de plată (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4424,'RO-BASE','THIRDPARTY','XXXXXX','4424','4420','TVA de recuperat (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4426,'RO-BASE','THIRDPARTY','XXXXXX','4426','4420','TVA deductibilă (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4427,'RO-BASE','THIRDPARTY','XXXXXX','4427','4420','TVA colectată (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4428,'RO-BASE','THIRDPARTY','XXXXXX','4428','4420','TVA neexigibilă (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4440,'RO-BASE','THIRDPARTY','XXXXXX','444','44','Impozitul pe venituri de natura salariilor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4450,'RO-BASE','THIRDPARTY','XXXXXX','445','44','Subvenţii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4451,'RO-BASE','THIRDPARTY','XXXXXX','4451','4450','Subvenţii guvernamentale (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4452,'RO-BASE','THIRDPARTY','XXXXXX','4452','4450','Împrumuturi nerambursabile cu caracter de subvenţii (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4458,'RO-BASE','THIRDPARTY','XXXXXX','4458','4450','Alte sume primite cu caracter de subvenţii (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4460,'RO-BASE','THIRDPARTY','XXXXXX','446','44','Alte impozite, taxe şi vărsăminte asimilate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4470,'RO-BASE','THIRDPARTY','XXXXXX','447','44','Fonduri speciale - taxe şi vărsăminte asimilate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4480,'RO-BASE','THIRDPARTY','XXXXXX','448','44','Alte datorii şi creanţe cu bugetul statului',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4481,'RO-BASE','THIRDPARTY','XXXXXX','4481','4480','Alte datorii faţă de bugetul statului (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4482,'RO-BASE','THIRDPARTY','XXXXXX','4482','4480','Alte creanţe privind bugetul statului (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 45,'RO-BASE','THIRDPARTY','XXXXXX','45','4','Grup şi acţionari/asociaţi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4510,'RO-BASE','THIRDPARTY','XXXXXX','451','45','Decontări între entităţile afiliate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4511,'RO-BASE','THIRDPARTY','XXXXXX','4511','4510','Decontări între entităţile afiliate (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4518,'RO-BASE','THIRDPARTY','XXXXXX','4518','4510','Dobânzi aferente decontărilor între entităţile afiliate (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4530,'RO-BASE','THIRDPARTY','XXXXXX','453','45','Decontări cu entităţile asociate şi entităţile controlate în comun',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4531,'RO-BASE','THIRDPARTY','XXXXXX','4531','4530','Decontări cu entităţile asociate şi entităţile controlate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4538,'RO-BASE','THIRDPARTY','XXXXXX','4538','4530','Dobânzi aferente decontărilor cu entităţile asociate şi entităţile controlate în comun (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4550,'RO-BASE','THIRDPARTY','XXXXXX','455','45','Sume datorate acţionarilor/asociaţilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4551,'RO-BASE','THIRDPARTY','XXXXXX','4551','4550','Acţionari/Asociaţi - conturi curente (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4558,'RO-BASE','THIRDPARTY','XXXXXX','4558','4550','Acţionari/Asociaţi - dobânzi la conturi curente (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4560,'RO-BASE','THIRDPARTY','XXXXXX','456','45','Decontări cu acţionarii/asociaţii privind capitalul (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4570,'RO-BASE','THIRDPARTY','XXXXXX','457','45','Dividende de plată (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4580,'RO-BASE','THIRDPARTY','XXXXXX','458','45','Decontări din operaţiuni în participaţie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4581,'RO-BASE','THIRDPARTY','XXXXXX','4581','4580','Decontări din operaţiuni în participaţie - pasiv (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4582,'RO-BASE','THIRDPARTY','XXXXXX','4582','4580','Decontări din operaţiuni în participaţie - activ (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 46,'RO-BASE','THIRDPARTY','XXXXXX','46','4','Debitori şi creditori diverşi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4610,'RO-BASE','THIRDPARTY','XXXXXX','461','46','Debitori diverşi (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4620,'RO-BASE','THIRDPARTY','XXXXXX','462','46','Creditori diverşi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4660,'RO-BASE','THIRDPARTY','XXXXXX','466','46','Decontări din operaţiuni de fiducie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4661,'RO-BASE','THIRDPARTY','XXXXXX','4661','4660','Datorii din operaţiuni de fiducie (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4662,'RO-BASE','THIRDPARTY','XXXXXX','4662','4660','Creanţe din operaţiuni de fiducie (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 47,'RO-BASE','THIRDPARTY','XXXXXX','47','4','Conturi de subvenţii, regularizare şi asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4710,'RO-BASE','THIRDPARTY','XXXXXX','471','47','Cheltuieli înregistrate în avans (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4720,'RO-BASE','THIRDPARTY','XXXXXX','472','47','Venituri înregistrate în avans (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4730,'RO-BASE','THIRDPARTY','XXXXXX','473','47','Decontări din operaţiuni în curs de clarificare (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4750,'RO-BASE','THIRDPARTY','XXXXXX','475','47','Subvenţii pentru investiţii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4751,'RO-BASE','THIRDPARTY','XXXXXX','4751','4750','Subvenţii guvernamentale pentru investiţii (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4752,'RO-BASE','THIRDPARTY','XXXXXX','4752','4750','Împrumuturi nerambursabile cu caracter de subvenţii pentru investiţii (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4753,'RO-BASE','THIRDPARTY','XXXXXX','4753','4750','Donaţii pentru investiţii (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4754,'RO-BASE','THIRDPARTY','XXXXXX','4754','4750','Plusuri de inventar de natura imobilizărilor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4758,'RO-BASE','THIRDPARTY','XXXXXX','4758','4750','Alte sume primite cu caracter de subvenţii pentru investiţii (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4780,'RO-BASE','THIRDPARTY','XXXXXX','478','47','Venituri în avans aferente activelor primite prin transfer de la clienţi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 48,'RO-BASE','THIRDPARTY','XXXXXX','48','4','Decontări în cadrul unităţii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4810,'RO-BASE','THIRDPARTY','XXXXXX','481','48','Decontări între unitate şi subunităţi (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4820,'RO-BASE','THIRDPARTY','XXXXXX','482','48','Decontări între subunităţi (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 49,'RO-BASE','THIRDPARTY','XXXXXX','49','4','Ajustări pentru deprecierea creanţelor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4910,'RO-BASE','THIRDPARTY','XXXXXX','491','49','Ajustări pentru deprecierea creanţelor - clienţi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4950,'RO-BASE','THIRDPARTY','XXXXXX','495','49','Ajustări pentru deprecierea creanţelor - decontări în cadrul grupului şi cu acţionarii/asociaţii (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 4960,'RO-BASE','THIRDPARTY','XXXXXX','496','49','Ajustări pentru deprecierea creanţelor - debitori diverşi (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5,'RO-BASE','FINAN','XXXXXX','5','0','Conturi de trezorerie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 50,'RO-BASE','FINAN','XXXXXX','50','5','Investiţii pe termen scurt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5010,'RO-BASE','FINAN','XXXXXX','501','50','Acţiuni deţinute la entităţile afiliate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5050,'RO-BASE','FINAN','XXXXXX','505','50','Obligaţiuni emise şi răscumpărate (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5060,'RO-BASE','FINAN','XXXXXX','506','50','Obligaţiuni (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5070,'RO-BASE','FINAN','XXXXXX','507','50','Certificate verzi primite (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5080,'RO-BASE','FINAN','XXXXXX','508','50','Alte investiţii pe termen scurt şi creanţe asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5081,'RO-BASE','FINAN','XXXXXX','5081','5080','Alte titluri de plasament (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5088,'RO-BASE','FINAN','XXXXXX','5088','5080','Dobânzi la obligaţiuni şi titluri de plasament (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5090,'RO-BASE','FINAN','XXXXXX','509','50','Vărsăminte de efectuat pentru investiţiile pe termen scurt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5091,'RO-BASE','FINAN','XXXXXX','5091','5090','Vărsăminte de efectuat pentru acţiunile deţinute la entităţile afiliate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5092,'RO-BASE','FINAN','XXXXXX','5092','5090','Vărsăminte de efectuat pentru alte investiţii pe termen scurt (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 51,'RO-BASE','FINAN','XXXXXX','51','5','Conturi la bănci',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5110,'RO-BASE','FINAN','XXXXXX','511','51','Valori de încasat',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5112,'RO-BASE','FINAN','XXXXXX','5112','5110','Cecuri de încasat (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5113,'RO-BASE','FINAN','XXXXXX','5113','5110','Efecte de încasat (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5114,'RO-BASE','FINAN','XXXXXX','5114','5110','Efecte remise spre scontare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5120,'RO-BASE','FINAN','XXXXXX','512','51','Conturi curente la bănci',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5121,'RO-BASE','FINAN','BANK','5121','5120','Conturi la bănci în lei (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5124,'RO-BASE','FINAN','XXXXXX','5124','5120','Conturi la bănci în valută (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5125,'RO-BASE','FINAN','XXXXXX','5125','5120','Sume în curs de decontare (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5126,'RO-BASE','FINAN','XXXXXX','5126','5120','Conturi la bănci în lei - TVA defalcat (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5127,'RO-BASE','FINAN','XXXXXX','5127','5120','Conturi la bănci în valută - TVA defalcat (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5180,'RO-BASE','FINAN','XXXXXX','518','51','Dobânzi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5186,'RO-BASE','FINAN','XXXXXX','5186','5180','Dobânzi de plătit (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5187,'RO-BASE','FINAN','XXXXXX','5187','5180','Dobânzi de încasat (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5190,'RO-BASE','FINAN','XXXXXX','519','51','Credite bancare pe termen scurt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5191,'RO-BASE','FINAN','XXXXXX','5191','5190','Credite bancare pe termen scurt (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5192,'RO-BASE','FINAN','XXXXXX','5192','5190','Credite bancare pe termen scurt nerambursate la scadenţă (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5193,'RO-BASE','FINAN','XXXXXX','5193','5190','Credite externe guvernamentale (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5194,'RO-BASE','FINAN','XXXXXX','5194','5190','Credite externe garantate de stat (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5195,'RO-BASE','FINAN','XXXXXX','5195','5190','Credite externe garantate de bănci (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5196,'RO-BASE','FINAN','XXXXXX','5196','5190','Credite de la Trezoreria Statului (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5197,'RO-BASE','FINAN','XXXXXX','5197','5190','Credite interne garantate de stat (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5198,'RO-BASE','FINAN','XXXXXX','5198','5190','Dobânzi aferente creditelor bancare pe termen scurt (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 53,'RO-BASE','FINAN','XXXXXX','53','5','Casa',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5310,'RO-BASE','FINAN','CASH','531','53','Casa',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5311,'RO-BASE','FINAN','XXXXXX','5311','5310','Casa în lei (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5314,'RO-BASE','FINAN','XXXXXX','5314','5310','Casa în valută (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5320,'RO-BASE','FINAN','XXXXXX','532','53','Alte valori',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5321,'RO-BASE','FINAN','XXXXXX','5321','5320','Timbre fiscale şi poştale (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5322,'RO-BASE','FINAN','XXXXXX','5322','5320','Bilete de tratament şi odihnă (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5323,'RO-BASE','FINAN','XXXXXX','5323','5320','Tichete şi bilete de călătorie (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5328,'RO-BASE','FINAN','XXXXXX','5328','5320','Alte valori (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 54,'RO-BASE','FINAN','XXXXXX','54','5','Acreditive',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5410,'RO-BASE','FINAN','XXXXXX','541','54','Acreditive',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5411,'RO-BASE','FINAN','XXXXXX','5411','5410','Acreditive în lei (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5414,'RO-BASE','FINAN','XXXXXX','5414','5410','Acreditive în valută (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5420,'RO-BASE','FINAN','XXXXXX','542','54','Avansuri de trezorerie*18) (A)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 58,'RO-BASE','FINAN','XXXXXX','58','5','Viramente interne',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5810,'RO-BASE','FINAN','XXXXXX','581','58','Viramente interne (A/P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 59,'RO-BASE','FINAN','XXXXXX','59','5','Ajustări pentru pierderea de valoare a conturilor de trezorerie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5910,'RO-BASE','FINAN','XXXXXX','591','59','Ajustări pentru pierderea de valoare a acţiunilor deţinute la entităţile afiliate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5950,'RO-BASE','FINAN','XXXXXX','595','59','Ajustări pentru pierderea de valoare a obligaţiunilor emise şi răscumpărate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5960,'RO-BASE','FINAN','XXXXXX','596','59','Ajustări pentru pierderea de valoare a obligaţiunilor (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 5980,'RO-BASE','FINAN','XXXXXX','598','59','Ajustări pentru pierderea de valoare a altor investiţii pe termen scurt şi creanţe asimilate (P)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6,'RO-BASE','EXPENSE','XXXXXX','6','0','Conturi de cheltuieli',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 60,'RO-BASE','EXPENSE','XXXXXX','60','6','Cheltuieli privind stocurile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6010,'RO-BASE','EXPENSE','XXXXXX','601','60','Cheltuieli cu materiile prime',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6020,'RO-BASE','EXPENSE','XXXXXX','602','60','Cheltuieli cu materialele consumabile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6021,'RO-BASE','EXPENSE','XXXXXX','6021','6020','Cheltuieli cu materialele auxiliare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6022,'RO-BASE','EXPENSE','XXXXXX','6022','6020','Cheltuieli privind combustibilii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6023,'RO-BASE','EXPENSE','XXXXXX','6023','6020','Cheltuieli privind materialele pentru ambalat',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6024,'RO-BASE','EXPENSE','XXXXXX','6024','6020','Cheltuieli privind piesele de schimb',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6025,'RO-BASE','EXPENSE','XXXXXX','6025','6020','Cheltuieli privind seminţele şi materialele de plantat',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6026,'RO-BASE','EXPENSE','XXXXXX','6026','6020','Cheltuieli privind furajele',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6028,'RO-BASE','EXPENSE','XXXXXX','6028','6020','Cheltuieli privind alte materiale consumabile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6030,'RO-BASE','EXPENSE','XXXXXX','603','60','Cheltuieli privind materialele de natura obiectelor de inventar',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6040,'RO-BASE','EXPENSE','XXXXXX','604','60','Cheltuieli privind materialele nestocate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6050,'RO-BASE','EXPENSE','XXXXXX','605','60','Cheltuieli privind energia şi apa',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6060,'RO-BASE','EXPENSE','XXXXXX','606','60','Cheltuieli privind activele biologice de natura stocurilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6070,'RO-BASE','EXPENSE','PRODUCT','607','60','Cheltuieli privind mărfurile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6080,'RO-BASE','EXPENSE','XXXXXX','608','60','Cheltuieli privind ambalajele',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6090,'RO-BASE','EXPENSE','XXXXXX','609','60','Reduceri comerciale primite',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 61,'RO-BASE','EXPENSE','XXXXXX','61','6','Cheltuieli cu serviciile executate de terţi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6110,'RO-BASE','EXPENSE','SERVICE','611','61','Cheltuieli cu întreţinerea şi reparaţiile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6120,'RO-BASE','EXPENSE','XXXXXX','612','61','Cheltuieli cu redevenţele, locaţiile de gestiune şi chiriile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6130,'RO-BASE','EXPENSE','XXXXXX','613','61','Cheltuieli cu primele de asigurare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6140,'RO-BASE','EXPENSE','XXXXXX','614','61','Cheltuieli cu studiile şi cercetările',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6150,'RO-BASE','EXPENSE','XXXXXX','615','61','Cheltuieli cu pregătirea personalului',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 62,'RO-BASE','EXPENSE','XXXXXX','62','6','Cheltuieli cu alte servicii executate de terţi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6210,'RO-BASE','EXPENSE','XXXXXX','621','62','Cheltuieli cu colaboratorii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6220,'RO-BASE','EXPENSE','XXXXXX','622','62','Cheltuieli privind comisioanele şi onorariile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6230,'RO-BASE','EXPENSE','XXXXXX','623','62','Cheltuieli de protocol, reclamă şi publicitate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6240,'RO-BASE','EXPENSE','XXXXXX','624','62','Cheltuieli cu transportul de bunuri şi personal',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6250,'RO-BASE','EXPENSE','XXXXXX','625','62','Cheltuieli cu deplasări, detaşări şi transferări',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6260,'RO-BASE','EXPENSE','XXXXXX','626','62','Cheltuieli poştale şi taxe de telecomunicaţii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6270,'RO-BASE','EXPENSE','XXXXXX','627','62','Cheltuieli cu serviciile bancare şi asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6280,'RO-BASE','EXPENSE','XXXXXX','628','62','Alte cheltuieli cu serviciile executate de terţi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 63,'RO-BASE','EXPENSE','XXXXXX','63','6','Cheltuieli cu alte impozite, taxe şi vărsăminte asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6350,'RO-BASE','EXPENSE','XXXXXX','635','63','Cheltuieli cu alte impozite, taxe şi vărsăminte asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 64,'RO-BASE','EXPENSE','XXXXXX','64','6','Cheltuieli cu personalul',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6410,'RO-BASE','EXPENSE','XXXXXX','641','64','Cheltuieli cu salariile personalului',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6420,'RO-BASE','EXPENSE','XXXXXX','642','64','Cheltuieli cu avantajele în natură şi tichetele acordate salariaţilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6421,'RO-BASE','EXPENSE','XXXXXX','6421','6420','Cheltuieli cu avantajele în natură acordate salariaţilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6422,'RO-BASE','EXPENSE','XXXXXX','6422','6420','Cheltuieli cu tichetele acordate salariaţilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6430,'RO-BASE','EXPENSE','XXXXXX','643','64','Cheltuieli cu remunerarea în instrumente de capitaluri proprii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6440,'RO-BASE','EXPENSE','XXXXXX','644','64','Cheltuieli cu primele reprezentând participarea personalului la profit',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6450,'RO-BASE','EXPENSE','SOCIAL','645','64','Cheltuieli privind asigurările şi protecţia socială',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6451,'RO-BASE','EXPENSE','XXXXXX','6451','6450','Cheltuieli privind contribuţia unităţii la asigurările sociale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6452,'RO-BASE','EXPENSE','XXXXXX','6452','6450','Cheltuieli privind contribuţia unităţii pentru ajutorul de şomaj',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6453,'RO-BASE','EXPENSE','XXXXXX','6453','6450','Cheltuieli privind contribuţia angajatorului pentru asigurările sociale de sănătate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6455,'RO-BASE','EXPENSE','XXXXXX','6455','6450','Cheltuieli privind contribuţia unităţii la asigurările de viaţă',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6456,'RO-BASE','EXPENSE','XXXXXX','6456','6450','Cheltuieli privind contribuţia unităţii la fondurile de pensii facultative',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6457,'RO-BASE','EXPENSE','XXXXXX','6457','6450','Cheltuieli privind contribuţia unităţii la primele de asigurare voluntară de sănătate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6458,'RO-BASE','EXPENSE','XXXXXX','6458','6450','Alte cheltuieli privind asigurările şi protecţia socială',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6460,'RO-BASE','EXPENSE','XXXXXX','646','64','Cheltuieli privind contribuția asiguratorie pentru muncă',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 65,'RO-BASE','EXPENSE','XXXXXX','65','6','Alte cheltuieli de exploatare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6510,'RO-BASE','EXPENSE','XXXXXX','651','65','Cheltuieli din operaţiuni de fiducie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6511,'RO-BASE','EXPENSE','XXXXXX','6511','6510','Cheltuieli ocazionate de constituirea fiduciei',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6512,'RO-BASE','EXPENSE','XXXXXX','6512','6510','Cheltuieli din derularea operaţiunilor de fiducie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6513,'RO-BASE','EXPENSE','XXXXXX','6513','6510','Cheltuieli din lichidarea operaţiunilor de fiducie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6520,'RO-BASE','EXPENSE','XXXXXX','652','65','Cheltuieli cu protecţia mediului înconjurător',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6540,'RO-BASE','EXPENSE','XXXXXX','654','65','Pierderi din creanţe şi debitori diverşi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6550,'RO-BASE','EXPENSE','XXXXXX','655','65','Cheltuieli din reevaluarea imobilizărilor corporale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6580,'RO-BASE','EXPENSE','XXXXXX','658','65','Alte cheltuieli de exploatare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6581,'RO-BASE','EXPENSE','XXXXXX','6581','6580','Despăgubiri, amenzi şi penalităţi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6582,'RO-BASE','EXPENSE','XXXXXX','6582','6580','Donaţii acordate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6583,'RO-BASE','EXPENSE','XXXXXX','6583','6580','Cheltuieli privind activele cedate şi alte operaţiuni de capital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6584,'RO-BASE','EXPENSE','XXXXXX','6584','6580','Cheltuieli cu sumele sau bunurile acordate ca sponsorizări  ',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6586,'RO-BASE','EXPENSE','XXXXXX','6586','6580','Cheltuieli reprezentând transferuri şi contribuţii datorate în baza unor acte normative speciale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6587,'RO-BASE','EXPENSE','XXXXXX','6587','6580','Cheltuieli privind calamităţile şi alte evenimente similare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6588,'RO-BASE','EXPENSE','XXXXXX','6588','6580','Alte cheltuieli de exploatare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 66,'RO-BASE','EXPENSE','XXXXXX','66','6','Cheltuieli financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6630,'RO-BASE','EXPENSE','XXXXXX','663','66','Pierderi din creanţe legate de participaţii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6640,'RO-BASE','EXPENSE','XXXXXX','664','66','Cheltuieli privind investiţiile financiare cedate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6641,'RO-BASE','EXPENSE','XXXXXX','6641','6640','Cheltuieli privind imobilizările financiare cedate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6642,'RO-BASE','EXPENSE','XXXXXX','6642','6640','Pierderi din investiţiile pe termen scurt cedate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6650,'RO-BASE','EXPENSE','XXXXXX','665','66','Cheltuieli din diferenţe de curs valutar',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6651,'RO-BASE','EXPENSE','XXXXXX','6651','6650','Diferenţe nefavorabile de curs valutar legate de elementele monetare exprimate în valută',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6652,'RO-BASE','EXPENSE','XXXXXX','6652','6650','Diferenţe nefavorabile de curs valutar din evaluarea elementelor monetare care fac parte din investiţia netă într-o entitate străină',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6660,'RO-BASE','EXPENSE','XXXXXX','666','66','Cheltuieli privind dobânzile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6670,'RO-BASE','EXPENSE','XXXXXX','667','66','Cheltuieli privind sconturile acordate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6680,'RO-BASE','EXPENSE','XXXXXX','668','66','Alte cheltuieli financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 68,'RO-BASE','EXPENSE','XXXXXX','68','6','Cheltuieli cu amortizările, provizioanele şi ajustările pentru depreciere sau pierdere de valoare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6810,'RO-BASE','EXPENSE','XXXXXX','681','68','Cheltuieli de exploatare privind amortizările, provizioanele şi ajustările pentru depreciere',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6811,'RO-BASE','EXPENSE','XXXXXX','6811','6810','Cheltuieli de exploatare privind amortizarea imobilizărilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6812,'RO-BASE','EXPENSE','XXXXXX','6812','6810','Cheltuieli de exploatare privind provizioanele',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6813,'RO-BASE','EXPENSE','XXXXXX','6813','6810','Cheltuieli de exploatare privind ajustările pentru deprecierea imobilizărilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6814,'RO-BASE','EXPENSE','XXXXXX','6814','6810','Cheltuieli de exploatare privind ajustările pentru deprecierea activelor circulante',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6817,'RO-BASE','EXPENSE','XXXXXX','6817','6810','Cheltuieli de exploatare privind ajustările pentru deprecierea fondului comercial',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6860,'RO-BASE','EXPENSE','XXXXXX','686','68','Cheltuieli financiare privind amortizările, provizioanele şi ajustările pentru pierdere de valoare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6861,'RO-BASE','EXPENSE','XXXXXX','6861','6860','Cheltuieli privind actualizarea provizioanelor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6863,'RO-BASE','EXPENSE','XXXXXX','6863','6860','Cheltuieli financiare privind ajustările pentru pierderea de valoare a imobilizărilor financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6864,'RO-BASE','EXPENSE','XXXXXX','6864','6860','Cheltuieli financiare privind ajustările pentru pierderea de valoare a activelor circulante',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6865,'RO-BASE','EXPENSE','XXXXXX','6865','6860','Cheltuieli financiare privind amortizarea diferenţelor aferente titlurilor de stat',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6868,'RO-BASE','EXPENSE','XXXXXX','6868','6860','Cheltuieli financiare privind amortizarea primelor de rambursare a obligaţiunilor şi a altor datorii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 69,'RO-BASE','EXPENSE','XXXXXX','69','6','Cheltuieli cu impozitul pe profit şi alte impozite',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6910,'RO-BASE','EXPENSE','XXXXXX','691','69','Cheltuieli cu impozitul pe profit',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 6980,'RO-BASE','EXPENSE','XXXXXX','698','69','Cheltuieli cu impozitul pe venit şi cu alte impozite care nu apar în elementele de mai sus',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7,'RO-BASE','INCOME','XXXXXX','7','0','Conturi de venituri',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 70,'RO-BASE','INCOME','XXXXXX','70','7','Cifra de afaceri netă',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7010,'RO-BASE','INCOME','PRODUCT','701','70','Venituri din vânzarea produselor finite, produselor agricole şi a activelor biologice de natura stocurilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7015,'RO-BASE','INCOME','XXXXXX','7015','7010','Venituri din vânzarea produselor finite',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7017,'RO-BASE','INCOME','XXXXXX','7017','7010','Venituri din vânzarea produselor agricole',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7018,'RO-BASE','INCOME','XXXXXX','7018','7010','Venituri din vânzarea activelor biologice de natura stocurilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7020,'RO-BASE','INCOME','XXXXXX','702','70','Venituri din vânzarea semifabricatelor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7030,'RO-BASE','INCOME','XXXXXX','703','70','Venituri din vânzarea produselor reziduale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7040,'RO-BASE','INCOME','SERVICE','704','70','Venituri din servicii prestate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7050,'RO-BASE','INCOME','XXXXXX','705','70','Venituri din studii şi cercetări',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7060,'RO-BASE','INCOME','XXXXXX','706','70','Venituri din redevenţe, locaţii de gestiune şi chirii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7070,'RO-BASE','INCOME','PRODUCT','707','70','Venituri din vânzarea mărfurilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7080,'RO-BASE','INCOME','XXXXXX','708','70','Venituri din activităţi diverse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7090,'RO-BASE','INCOME','XXXXXX','709','70','Reduceri comerciale acordate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 71,'RO-BASE','INCOME','XXXXXX','71','7','Venituri aferente costului producţiei în curs de execuţie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7110,'RO-BASE','INCOME','XXXXXX','711','71','Venituri aferente costurilor stocurilor de produse',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7120,'RO-BASE','INCOME','XXXXXX','712','71','Venituri aferente costurilor serviciilor în curs de execuţie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 72,'RO-BASE','INCOME','XXXXXX','72','7','Venituri din producţia de imobilizări',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7210,'RO-BASE','INCOME','XXXXXX','721','72','Venituri din producţia de imobilizări necorporale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7220,'RO-BASE','INCOME','XXXXXX','722','72','Venituri din producţia de imobilizări corporale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7250,'RO-BASE','INCOME','XXXXXX','725','72','Venituri din producţia de investiţii imobiliare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 74,'RO-BASE','INCOME','XXXXXX','74','7','Venituri din subvenţii de exploatare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7410,'RO-BASE','INCOME','XXXXXX','741','74','Venituri din subvenţii de exploatare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7411,'RO-BASE','INCOME','XXXXXX','7411','7410','Venituri din subvenţii de exploatare aferente cifrei de afaceri',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7412,'RO-BASE','INCOME','XXXXXX','7412','7410','Venituri din subvenţii de exploatare pentru materii prime şi materiale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7413,'RO-BASE','INCOME','XXXXXX','7413','7410','Venituri din subvenţii de exploatare pentru alte cheltuieli externe',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7414,'RO-BASE','INCOME','XXXXXX','7414','7410','Venituri din subvenţii de exploatare pentru plata personalului',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7415,'RO-BASE','INCOME','XXXXXX','7415','7410','Venituri din subvenţii de exploatare pentru asigurări şi protecţie socială',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7416,'RO-BASE','INCOME','XXXXXX','7416','7410','Venituri din subvenţii de exploatare pentru alte cheltuieli de exploatare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7417,'RO-BASE','INCOME','XXXXXX','7417','7410','Venituri din subvenţii de exploatare în caz de calamităţi şi alte evenimente similare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7418,'RO-BASE','INCOME','XXXXXX','7418','7410','Venituri din subvenţii de exploatare pentru dobânda datorată',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7419,'RO-BASE','INCOME','XXXXXX','7419','7410','Venituri din subvenţii de exploatare aferente altor venituri',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 75,'RO-BASE','INCOME','XXXXXX','75','7','Alte venituri din exploatare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7510,'RO-BASE','INCOME','XXXXXX','751','75','Venituri din operaţiuni de fiducie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7511,'RO-BASE','INCOME','XXXXXX','7511','7510','Venituri ocazionate de constituirea fiduciei',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7512,'RO-BASE','INCOME','XXXXXX','7512','7510','Venituri din derularea operaţiunilor de fiducie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7513,'RO-BASE','INCOME','XXXXXX','7513','7510','Venituri din lichidarea operaţiunilor de fiducie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7540,'RO-BASE','INCOME','XXXXXX','754','75','Venituri din creanţe reactivate şi debitori diverşi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7550,'RO-BASE','INCOME','XXXXXX','755','75','Venituri din reevaluarea imobilizărilor corporale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7580,'RO-BASE','INCOME','XXXXXX','758','75','Alte venituri din exploatare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7581,'RO-BASE','INCOME','XXXXXX','7581','7580','Venituri din despăgubiri, amenzi şi penalităţi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7582,'RO-BASE','INCOME','XXXXXX','7582','7580','Venituri din donaţii primite',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7583,'RO-BASE','INCOME','XXXXXX','7583','7580','Venituri din vânzarea activelor şi alte operaţiuni de capital',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7584,'RO-BASE','INCOME','XXXXXX','7584','7580','Venituri din subvenţii pentru investiţii',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7586,'RO-BASE','INCOME','XXXXXX','7586','7580','Venituri reprezentând transferuri cuvenite în baza unor acte normative speciale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7588,'RO-BASE','INCOME','XXXXXX','7588','7580','Alte venituri din exploatare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 76,'RO-BASE','INCOME','XXXXXX','76','7','Venituri financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7610,'RO-BASE','INCOME','XXXXXX','761','76','Venituri din imobilizări financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7611,'RO-BASE','INCOME','XXXXXX','7611','7610','Venituri din acţiuni deţinute la entităţile afiliate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7612,'RO-BASE','INCOME','XXXXXX','7612','7610','Venituri din acţiuni deţinute la entităţi asociate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7613,'RO-BASE','INCOME','XXXXXX','7613','7610','Venituri din acţiuni deţinute la entităţi controlate în comun',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7615,'RO-BASE','INCOME','XXXXXX','7615','7610','Venituri din alte imobilizări financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7620,'RO-BASE','INCOME','XXXXXX','762','76','Venituri din investiţii financiare pe termen scurt',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7640,'RO-BASE','INCOME','XXXXXX','764','76','Venituri din investiţii financiare cedate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7641,'RO-BASE','INCOME','XXXXXX','7641','7640','Venituri din imobilizări financiare cedate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7642,'RO-BASE','INCOME','XXXXXX','7642','7640','Câştiguri din investiţii pe termen scurt cedate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7650,'RO-BASE','INCOME','XXXXXX','765','76','Venituri din diferenţe de curs valutar',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7651,'RO-BASE','INCOME','XXXXXX','7651','7650','Diferenţe favorabile de curs valutar legate de elementele monetare exprimate în valută',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7652,'RO-BASE','INCOME','XXXXXX','7652','7650','Diferenţe favorabile de curs valutar din evaluarea elementelor monetare care fac parte din investiţia netă într-o entitate străină',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7660,'RO-BASE','INCOME','XXXXXX','766','76','Venituri din dobânzi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7670,'RO-BASE','INCOME','XXXXXX','767','76','Venituri din sconturi obţinute',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7680,'RO-BASE','INCOME','XXXXXX','768','76','Alte venituri financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 78,'RO-BASE','INCOME','XXXXXX','78','7','Venituri din provizioane, amortizări şi ajustări pentru depreciere sau pierdere de valoare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7810,'RO-BASE','INCOME','XXXXXX','781','78','Venituri din provizioane şi ajustări pentru depreciere privind activitatea de exploatare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7812,'RO-BASE','INCOME','XXXXXX','7812','7810','Venituri din provizioane',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7813,'RO-BASE','INCOME','XXXXXX','7813','7810','Venituri din ajustări pentru deprecierea imobilizărilor',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7814,'RO-BASE','INCOME','XXXXXX','7814','7810','Venituri din ajustări pentru deprecierea activelor circulante',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7815,'RO-BASE','INCOME','XXXXXX','7815','7810','Venituri din fondul comercial negativ',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7860,'RO-BASE','INCOME','XXXXXX','786','78','Venituri financiare din amortizări şi ajustări pentru pierdere de valoare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7863,'RO-BASE','INCOME','XXXXXX','7863','7860','Venituri financiare din ajustări pentru pierderea de valoare a imobilizărilor financiare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7864,'RO-BASE','INCOME','XXXXXX','7864','7860','Venituri financiare din ajustări pentru pierderea de valoare a activelor circulante',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 7865,'RO-BASE','INCOME','XXXXXX','7865','7860','Venituri financiare din amortizarea diferenţelor aferente titlurilor de stat',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8,'RO-BASE','OTHER','XXXXXX','8','0','Conturi speciale',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 80,'RO-BASE','OTHER','XXXXXX','80','8','Conturi în afara bilanţului',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8010,'RO-BASE','OTHER','XXXXXX','801','80','Angajamente acordate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8011,'RO-BASE','OTHER','XXXXXX','8011','8010','Giruri şi garanţii acordate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8018,'RO-BASE','OTHER','XXXXXX','8018','8010','Alte angajamente acordate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8020,'RO-BASE','OTHER','XXXXXX','802','80','Angajamente primite',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8021,'RO-BASE','OTHER','XXXXXX','8021','8020','Giruri şi garanţii primite',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8028,'RO-BASE','OTHER','XXXXXX','8028','8020','Alte angajamente primite',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8030,'RO-BASE','OTHER','XXXXXX','803','80','Alte conturi în afara bilanţului',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8031,'RO-BASE','OTHER','XXXXXX','8031','8030','Imobilizări corporale primite cu chirie sau în baza altor contracte similare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8032,'RO-BASE','OTHER','XXXXXX','8032','8030','Valori materiale primite spre prelucrare sau reparare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8033,'RO-BASE','OTHER','XXXXXX','8033','8030','Valori materiale primite în păstrare sau custodie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8034,'RO-BASE','OTHER','XXXXXX','8034','8030','Debitori scoşi din activ, urmăriţi în continuare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8035,'RO-BASE','OTHER','XXXXXX','8035','8030','Stocuri de natura obiectelor de inventar date în folosinţă',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8036,'RO-BASE','OTHER','XXXXXX','8036','8030','Redevenţe, locaţii de gestiune, chirii şi alte datorii asimilate',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8037,'RO-BASE','OTHER','XXXXXX','8037','8030','Efecte scontate neajunse la scadenţă',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8038,'RO-BASE','OTHER','XXXXXX','8038','8030','Bunuri primite în administrare, concesiune şi cu chirie şi alte bunuri similare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8039,'RO-BASE','OTHER','XXXXXX','8039','8030','Alte valori în afara bilanţului',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8040,'RO-BASE','OTHER','XXXXXX','804','80','Certificate verzi',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8050,'RO-BASE','OTHER','XXXXXX','805','80','Dobânzi aferente contractelor de leasing şi altor contracte asimilate, neajunse la scadenţă',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8051,'RO-BASE','OTHER','XXXXXX','8051','8050','Dobânzi de plătit',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8052,'RO-BASE','OTHER','XXXXXX','8052','8050','Dobânzi de încasat*24)',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8060,'RO-BASE','OTHER','XXXXXX','806','80','Certificate de emisii de gaze cu efect de seră',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8070,'RO-BASE','OTHER','XXXXXX','807','80','Active contingente',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8080,'RO-BASE','OTHER','XXXXXX','808','80','Datorii contingente',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8090,'RO-BASE','OTHER','XXXXXX','809','80','Creanţe preluate prin cesionare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 89,'RO-BASE','OTHER','XXXXXX','89','8','Bilanţ',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8910,'RO-BASE','OTHER','XXXXXX','891','89','Bilanţ de deschidere',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 8920,'RO-BASE','OTHER','XXXXXX','892','89','Bilanţ de închidere',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9,'RO-BASE','MANAGEMENT','XXXXXX','9','0','Conturi de gestiune',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 90,'RO-BASE','MANAGEMENT','XXXXXX','90','9','Decontări interne',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9010,'RO-BASE','MANAGEMENT','XXXXXX','901','90','Decontări interne privind cheltuielile',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9020,'RO-BASE','MANAGEMENT','XXXXXX','902','90','Decontări interne privind producţia obţinută',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9030,'RO-BASE','MANAGEMENT','XXXXXX','903','90','Decontări interne privind diferenţele de preţ',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 92,'RO-BASE','MANAGEMENT','XXXXXX','92','9','Conturi de calculaţie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9210,'RO-BASE','MANAGEMENT','XXXXXX','921','92','Cheltuielile activităţii de bază',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9220,'RO-BASE','MANAGEMENT','XXXXXX','922','92','Cheltuielile activităţilor auxiliare',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9230,'RO-BASE','MANAGEMENT','XXXXXX','923','92','Cheltuieli indirecte de producţie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9240,'RO-BASE','MANAGEMENT','XXXXXX','924','92','Cheltuieli generale de administraţie',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9250,'RO-BASE','MANAGEMENT','XXXXXX','925','92','Cheltuieli de desfacere',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 93,'RO-BASE','MANAGEMENT','XXXXXX','93','9','Costul producţiei',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9310,'RO-BASE','MANAGEMENT','XXXXXX','931','93','Costul producţiei obţinute',1);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9330,'RO-BASE','MANAGEMENT','XXXXXX','933','93','Costul producţiei în curs de execuţie',1);
    +
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1', NULL, 'Conturi de capitaluri, provizioane, împrumuturi şi datorii asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2', NULL, 'Conturi de imobilizări', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3', NULL, 'Conturi de stocuri şi producţie în curs de execuţie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Conturi de terţi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5', NULL, 'Conturi de trezorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6', NULL, 'Conturi de cheltuieli', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7', NULL, 'Conturi de venituri', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8', NULL, 'Conturi speciale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '9', NULL, 'Conturi de gestiune', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '10', '1', 'Capital şi rezerve', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '11', '1', 'Rezultatul reportat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '12', '1', 'Rezultatul exerciţiului financiar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '14', '1', 'Câştiguri sau pierderi legate de emiterea, răscumpărarea, vânzarea, cedarea cu titlu gratuit sau anularea instrumentelor de capitaluri proprii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '15', '1', 'Provizioane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '16', '1', 'Împrumuturi şi datorii asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '20', '2', 'IMOBILIZĂRI NECORPORALE', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '21', '2', 'Imobilizări corporale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '22', '2', 'Imobilizări corporale în curs de aprovizionare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '23', '2', 'Imobilizări în curs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '26', '2', 'Imobilizări financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '28', '2', 'Amortizări privind imobilizările', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '29', '2', 'Ajustări pentru deprecierea sau pierderea de valoare a imobilizărilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '30', '3', 'Stocuri de materii prime şi materiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '32', '3', 'Stocuri în curs de aprovizionare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '33', '3', 'Producţie în curs de execuţie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '34', '3', 'PRODUSE', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '35', '3', 'STOCURI AFLATE LA TERŢI', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '36', '3', 'Active biologice de natura stocurilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '37', '3', 'MĂRFURI', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '38', '3', 'Ambalaje', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '39', '3', 'Ajustări pentru deprecierea stocurilor şi producţiei în curs de execuţie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '40', '4', 'Furnizori şi conturi asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clienţi şi conturi asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personal şi conturi asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Asigurări sociale, protecţia socială şi conturi asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Bugetul statului, fonduri speciale şi conturi asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Grup şi acţionari/asociaţi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Debitori şi creditori diverşi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Conturi de subvenţii, regularizare şi asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Decontări în cadrul unităţii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Ajustări pentru deprecierea creanţelor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '50', '5', 'Investiţii pe termen scurt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '51', '5', 'Conturi la bănci', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '53', '5', 'Casa', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '54', '5', 'Acreditive', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '58', '5', 'Viramente interne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '59', '5', 'Ajustări pentru pierderea de valoare a conturilor de trezorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '60', '6', 'Cheltuieli privind stocurile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '61', '6', 'Cheltuieli cu serviciile executate de terţi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '62', '6', 'Cheltuieli cu alte servicii executate de terţi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '63', '6', 'Cheltuieli cu alte impozite, taxe şi vărsăminte asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '64', '6', 'Cheltuieli cu personalul', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '65', '6', 'Alte cheltuieli de exploatare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '66', '6', 'Cheltuieli financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '68', '6', 'Cheltuieli cu amortizările, provizioanele şi ajustările pentru depreciere sau pierdere de valoare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '69', '6', 'Cheltuieli cu impozitul pe profit şi alte impozite', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '70', '7', 'Cifra de afaceri netă', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '71', '7', 'Venituri aferente costului producţiei în curs de execuţie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '72', '7', 'Venituri din producţia de imobilizări', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '74', '7', 'Venituri din subvenţii de exploatare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '75', '7', 'Alte venituri din exploatare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '76', '7', 'Venituri financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '78', '7', 'Venituri din provizioane, amortizări şi ajustări pentru depreciere sau pierdere de valoare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '80', '8', 'Conturi în afara bilanţului', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '89', '8', 'Bilanţ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '90', '9', 'Decontări interne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '92', '9', 'Conturi de calculaţie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '93', '9', 'Costul producţiei', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '101', '10', 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital subscris nevărsat (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'CAPITAL', '1012', '101', 'Capital subscris vărsat (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1015', '101', 'Patrimoniul regiei (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1016', '101', 'Patrimoniul public (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1017', '101', 'Patrimoniul privat (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1018', '101', 'Patrimoniul institutelor naţionale de cercetare-dezvoltare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '103', '10', 'Alte elemente de capitaluri proprii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1031', '103', 'Beneficii acordate angajaţilor sub forma instrumentelor de capitaluri proprii (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1033', '103', 'Diferenţe de curs valutar în relaţie cu investiţia netă într-o entitate străină (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1038', '103', 'Diferenţe din modificarea valorii juste a activelor financiare disponibile în vederea vânzării şi alte elemente de capitaluri proprii (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '104', '10', 'Prime de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1041', '104', 'Prime de emisiune (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1042', '104', 'Prime de fuziune/divizare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1043', '104', 'Prime de aport (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1044', '104', 'Prime de conversie a obligaţiunilor în acţiuni (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '105', '10', 'Rezerve din reevaluare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '106', '10', 'Rezerve', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1061', '106', 'Rezerve legale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1063', '106', 'Rezerve statutare sau contractuale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1068', '106', 'Alte rezerve (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '107', '10', 'Diferenţe de curs valutar din conversie (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '108', '10', 'Interese care nu controlează', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1081', '108', 'Interese care nu controlează - rezultatul exerciţiului financiar (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1082', '108', 'Interese care nu controlează - alte capitaluri proprii (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '109', '10', 'Acţiuni proprii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1091', '109', 'Acţiuni proprii deţinute pe termen scurt (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1092', '109', 'Acţiuni proprii deţinute pe termen lung (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1095', '109', 'Acţiuni proprii reprezentând titluri deţinute de societatea absorbită la societatea absorbantă (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '117', '11', 'Rezultatul reportat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1171', '117', 'Rezultatul reportat reprezentând profitul nerepartizat sau pierderea neacoperită (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1172', '117', 'Rezultatul reportat provenit din adoptarea pentru prima dată a IAS, mai puţin IAS 29(A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1173', '117', 'Rezultatul reportat provenit din modificările politicilor contabile (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1174', '117', 'Rezultatul reportat provenit din corectarea erorilor contabile (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1175', '117', 'Rezultatul reportat reprezentând surplusul realizat din rezerve din reevaluare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1176', '117', 'Rezultatul reportat provenit din trecerea la aplicarea reglementărilor contabile conforme cu directivele europene (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '121', '12', 'Profit sau pierdere (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '129', '12', 'Repartizarea profitului (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '141', '14', 'Câştiguri legate de vânzarea sau anularea instrumentelor de capitaluri proprii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1411', '141', 'Câştiguri legate de vânzarea instrumentelor de capitaluri proprii (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1412', '141', 'Câştiguri legate de anularea instrumentelor de capitaluri proprii (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '149', '14', 'Pierderi legate de emiterea, răscumpărarea, vânzarea, cedarea cu titlu gratuit sau anularea instrumentelor de capitaluri proprii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1491', '149', 'Pierderi rezultate din vânzarea instrumentelor de capitaluri proprii (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1495', '149', 'Pierderi rezultate din reorganizări, care sunt determinate de anularea titlurilor deţinute (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1498', '149', 'Alte pierderi legate de instrumentele de capitaluri proprii (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '151', '15', 'Provizioane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1511', '151', 'Provizioane pentru litigii (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1512', '151', 'Provizioane pentru garanţii acordate clienţilor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1513', '151', 'Provizioane pentru dezafectare imobilizări corporale şi alte acţiuni similare legate de acestea (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1514', '151', 'Provizioane pentru restructurare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1515', '151', 'Provizioane pentru pensii şi obligaţii similare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1516', '151', 'Provizioane pentru impozite (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1517', '151', 'Provizioane pentru terminarea contractului de muncă (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1518', '151', 'Alte provizioane (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '161', '16', 'Împrumuturi din emisiuni de obligaţiuni', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1614', '161', 'Împrumuturi externe din emisiuni de obligaţiuni garantate de stat (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1615', '161', 'Împrumuturi externe din emisiuni de obligaţiuni garantate de bănci (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1617', '161', 'Împrumuturi interne din emisiuni de obligaţiuni garantate de stat (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1618', '161', 'Alte împrumuturi din emisiuni de obligaţiuni (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '162', '16', 'Credite bancare pe termen lung', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1621', '162', 'Credite bancare pe termen lung (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1622', '162', 'Credite bancare pe termen lung nerambursate la scadenţă (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1623', '162', 'Credite externe guvernamentale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1624', '162', 'Credite bancare externe garantate de stat (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1625', '162', 'Credite bancare externe garantate de bănci (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1626', '162', 'Credite de la trezoreria statului (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1627', '162', 'Credite bancare interne garantate de stat (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '166', '16', 'Datorii care privesc imobilizările financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1661', '166', 'Datorii faţă de entităţile afiliate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1663', '166', 'Datorii faţă de entităţile asociate şi entităţile controlate în comun (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '167', '16', 'Alte împrumuturi şi datorii asimilate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '168', '16', 'Dobânzi aferente împrumuturilor şi datoriilor asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1681', '168', 'Dobânzi aferente împrumuturilor din emisiuni de obligaţiuni (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1682', '168', 'Dobânzi aferente creditelor bancare pe termen lung (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1685', '168', 'Dobânzi aferente datoriilor faţă de entităţile afiliate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1686', '168', 'Dobânzi aferente datoriilor faţă de entităţile asociate şi entităţile controlate în comun (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1687', '168', 'Dobânzi aferente altor împrumuturi şi datorii asimilate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '169', '16', 'Prime privind rambursarea obligaţiunilor şi a altor datorii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1691', '169', 'Prime privind rambursarea obligaţiunilor (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'CAPIT', 'XXXXXX', '1692', '169', 'Prime privind rambursarea altor datorii (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '201', '20', 'Cheltuieli de constituire (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '203', '20', 'Cheltuieli de dezvoltare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '205', '20', 'Concesiuni, brevete, licenţe, mărci comerciale, drepturi şi active similare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '206', '20', 'Active necorporale de explorare şi evaluare a resurselor minerale (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '207', '20', 'Fond comercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2071', '207', 'Fond comercial pozitiv (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2075', '207', 'Fond comercial negativ (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '208', '20', 'Alte imobilizări necorporale (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '211', '21', 'Terenuri şi amenajări de terenuri (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2111', '211', 'Terenuri', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2112', '211', 'Amenajări de terenuri', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '212', '21', 'Construcţii (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '213', '21', 'Instalaţii tehnice şi mijloace de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2131', '213', 'Echipamente tehnologice (maşini, utilaje şi instalaţii de lucru) (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2132', '213', 'Aparate şi instalaţii de măsurare, control şi reglare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2133', '213', 'Mijloace de transport (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '214', '21', 'Mobilier, aparatură birotică, echipamente de protecţie a valorilor umane şi materiale şi alte active corporale (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '215', '21', 'Investiţii imobiliare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '216', '21', 'Active corporale de explorare şi evaluare a resurselor minerale (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '217', '21', 'Active biologice productive (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '223', '22', 'Instalaţii tehnice şi mijloace de transport în curs de aprovizionare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '224', '22', 'Mobilier, aparatură birotică, echipamente de protecţie a valorilor umane şi materiale şi alte active corporale în curs de aprovizionare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '227', '22', 'Active biologice productive în curs de aprovizionare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '231', '23', 'Imobilizări corporale în curs de execuţie (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '235', '23', 'Investiţii imobiliare în curs de execuţie (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '261', '26', 'Acţiuni deţinute la entităţile afiliate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '262', '26', 'Acţiuni deţinute la entităţi asociate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '263', '26', 'Acţiuni deţinute la entităţi controlate în comun (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '264', '26', 'Titluri puse în echivalenţă (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '265', '26', 'Alte titluri imobilizate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '266', '26', 'Certificate verzi amânate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '267', '26', 'Creanţe imobilizate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2671', '267', 'Sume de încasat de la entităţile afiliate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2672', '267', 'Dobânda aferentă sumelor de încasat de la entităţile afiliate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2673', '267', 'Creanţe faţă de entităţile asociate şi entităţile controlate în comun (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2674', '267', 'Dobânda aferentă creanţelor faţă de entităţile asociate şi entităţile controlate în comun (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2675', '267', 'Împrumuturi acordate pe termen lung (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2676', '267', 'Dobânda aferentă împrumuturilor acordate pe termen lung (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2677', '267', 'Obligaţiuni achiziţionate cu ocazia emisiunilor efectuate de terţi (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2678', '267', 'Alte creanţe imobilizate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2679', '267', 'Dobânzi aferente altor creanţe imobilizate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '269', '26', 'Vărsăminte de efectuat pentru imobilizări financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2691', '269', 'Vărsăminte de efectuat privind acţiunile deţinute la entităţile afiliate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2692', '269', 'Vărsăminte de efectuat privind acţiunile deţinute la entităţi asociate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2693', '269', 'Vărsăminte de efectuat privind acţiunile deţinute la entităţi controlate în comun (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2695', '269', 'Vărsăminte de efectuat pentru alte imobilizări financiare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '280', '28', 'Amortizări privind imobilizările necorporale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2801', '280', 'Amortizarea cheltuielilor de constituire (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2803', '280', 'Amortizarea cheltuielilor de dezvoltare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2805', '280', 'Amortizarea concesiunilor, brevetelor, licenţelor, mărcilor comerciale, drepturilor şi activelor similare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2806', '280', 'Amortizarea activelor necorporale de explorare şi evaluare a resurselor minerale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2807', '280', 'Amortizarea fondului comercial (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2808', '280', 'Amortizarea altor imobilizări necorporale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'ALLOCATION', '281', '28', 'Amortizări privind imobilizările corporale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2811', '281', 'Amortizarea amenajărilor de terenuri (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2812', '281', 'Amortizarea construcţiilor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2813', '281', 'Amortizarea instalaţiilor şi mijloacelor de transport (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2814', '281', 'Amortizarea altor imobilizări corporale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2815', '281', 'Amortizarea investiţiilor imobiliare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2816', '281', 'Amortizarea activelor corporale de explorare şi evaluare a resurselor minerale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2817', '281', 'Amortizarea activelor biologice productive (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '290', '29', 'Ajustări pentru deprecierea imobilizărilor necorporale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2903', '290', 'Ajustări pentru deprecierea cheltuielilor de dezvoltare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2905', '290', 'Ajustări pentru deprecierea concesiunilor, brevetelor, licenţelor, mărcilor comerciale, drepturilor şi activelor similare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2906', '290', 'Ajustări pentru deprecierea activelor necorporale de explorare şi evaluare a resurselor minerale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2908', '290', 'Ajustări pentru deprecierea altor imobilizări necorporale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '291', '29', 'Ajustări pentru deprecierea imobilizărilor corporale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2911', '291', 'Ajustări pentru deprecierea terenurilor şi amenajărilor de terenuri (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2912', '291', 'Ajustări pentru deprecierea construcţiilor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2913', '291', 'Ajustări pentru deprecierea instalaţiilor şi mijloacelor de transport (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2914', '291', 'Ajustări pentru deprecierea altor imobilizări corporale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2915', '291', 'Ajustări pentru deprecierea investiţiilor imobiliare (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2916', '291', 'Ajustări pentru deprecierea activelor corporale de explorare şi evaluare a resurselor minerale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2917', '291', 'Ajustări pentru deprecierea activelor biologice productive (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '293', '29', 'Ajustări pentru deprecierea imobilizărilor în curs de execuţie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2931', '293', 'Ajustări pentru deprecierea imobilizărilor corporale în curs de execuţie (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2935', '293', 'Ajustări pentru deprecierea investiţiilor imobiliare în curs de execuţie (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '296', '29', 'Ajustări pentru pierderea de valoare a imobilizărilor financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2961', '296', 'Ajustări pentru pierderea de valoare a acţiunilor deţinute la entităţile afiliate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2962', '296', 'Ajustări pentru pierderea de valoare a acţiunilor deţinute la entităţi asociate şi entităţi controlate în comun (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2963', '296', 'Ajustări pentru pierderea de valoare a altor titluri imobilizate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2964', '296', 'Ajustări pentru pierderea de valoare a sumelor de încasat de la entităţile afiliate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2965', '296', 'Ajustări pentru pierderea de valoare a creanţelor faţă de entităţile asociate şi entităţile controlate în comun (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2966', '296', 'Ajustări pentru pierderea de valoare a împrumuturilor acordate pe termen lung (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'IMMO', 'XXXXXX', '2968', '296', 'Ajustări pentru pierderea de valoare a altor creanţe imobilizate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '301', '30', 'Materii prime (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '302', '30', 'Materiale consumabile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3021', '302', 'Materiale auxiliare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3022', '302', 'Combustibili (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3023', '302', 'Materiale pentru ambalat (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3024', '302', 'Piese de schimb (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3025', '302', 'Seminţe şi materiale de plantat (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3026', '302', 'Furaje (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3028', '302', 'Alte materiale consumabile (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '303', '30', 'Materiale de natura obiectelor de inventar (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '308', '30', 'Diferenţe de preţ la materii prime şi materiale (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '321', '32', 'Materii prime în curs de aprovizionare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '322', '32', 'Materiale consumabile în curs de aprovizionare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '323', '32', 'Materiale de natura obiectelor de inventar în curs de aprovizionare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '326', '32', 'Active biologice de natura stocurilor în curs de aprovizionare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '327', '32', 'Mărfuri în curs de aprovizionare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '328', '32', 'Ambalaje în curs de aprovizionare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '331', '33', 'Produse în curs de execuţie (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '332', '33', 'Servicii în curs de execuţie (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '341', '34', 'Semifabricate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '345', '34', 'Produse finite (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '346', '34', 'Produse reziduale (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '347', '34', 'Produse agricole (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '348', '34', 'Diferenţe de preţ la produse (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '351', '35', 'Materii şi materiale aflate la terţi (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '354', '35', 'Produse aflate la terţi (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '356', '35', 'Active biologice de natura stocurilor aflate la terţi (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '357', '35', 'Mărfuri aflate la terţi (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '358', '35', 'Ambalaje aflate la terţi (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '361', '36', 'Active biologice de natura stocurilor (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '368', '36', 'Diferenţe de preţ la active biologice de natura stocurilor (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '371', '37', 'Mărfuri (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '378', '37', 'Diferenţe de preţ la mărfuri (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '381', '38', 'Ambalaje (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '388', '38', 'Diferenţe de preţ la ambalaje (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '391', '39', 'Ajustări pentru deprecierea materiilor prime (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '392', '39', 'Ajustări pentru deprecierea materialelor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3921', '392', 'Ajustări pentru deprecierea materialelor consumabile (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3922', '392', 'Ajustări pentru deprecierea materialelor de natura obiectelor de inventar (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '393', '39', 'Ajustări pentru deprecierea producţiei în curs de execuţie (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '394', '39', 'Ajustări pentru deprecierea produselor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3941', '394', 'Ajustări pentru deprecierea semifabricatelor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3945', '394', 'Ajustări pentru deprecierea produselor finite (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3946', '394', 'Ajustări pentru deprecierea produselor reziduale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3947', '394', 'Ajustări pentru deprecierea produselor agricole (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '395', '39', 'Ajustări pentru deprecierea stocurilor aflate la terţi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3951', '395', 'Ajustări pentru deprecierea materiilor şi materialelor aflate la terţi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3952', '395', 'Ajustări pentru deprecierea semifabricatelor aflate la terţi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3953', '395', 'Ajustări pentru deprecierea produselor finite aflate la terţi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3954', '395', 'Ajustări pentru deprecierea produselor reziduale aflate la terţi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3955', '395', 'Ajustări pentru deprecierea produselor agricole aflate la terţi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3956', '395', 'Ajustări pentru deprecierea activelor biologice de natura stocurilor aflate la terţi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3957', '395', 'Ajustări pentru deprecierea mărfurilor aflate la terţi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '3958', '395', 'Ajustări pentru deprecierea ambalajelor aflate la terţi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '396', '39', 'Ajustări pentru deprecierea activelor biologice de natura stocurilor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '397', '39', 'Ajustări pentru deprecierea mărfurilor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'STOCK', 'XXXXXX', '398', '39', 'Ajustări pentru deprecierea ambalajelor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'SUPPLIER', '401', '40', 'Furnizori (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '403', '40', 'Efecte de plătit (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '404', '40', 'Furnizori de imobilizări (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '405', '40', 'Efecte de plătit pentru imobilizări (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '408', '40', 'Furnizori - facturi nesosite (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '409', '40', 'Furnizori - debitori', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Furnizori - debitori pentru cumpărări de bunuri de natura stocurilor (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4092', '409', 'Furnizori - debitori pentru prestări de servicii (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4093', '409', 'Avansuri acordate pentru imobilizări corporale (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4094', '409', 'Avansuri acordate pentru imobilizări necorporale (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'CUSTOMER', '411', '41', 'Clienţi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clienţi (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4118', '411', 'Clienţi incerţi sau în litigiu (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '413', '41', 'Efecte de primit de la clienţi (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clienţi - facturi de întocmit (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clienţi - creditori (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personal - salarii datorate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personal - ajutoare materiale datorate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Prime reprezentând participarea personalului la profit*16) (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Avansuri acordate personalului (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Drepturi de personal neridicate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Reţineri din salarii datorate terţilor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Alte datorii şi creanţe în legătură cu personalul', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4281', '428', 'Alte datorii în legătură cu personalul (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4282', '428', 'Alte creanţe în legătură cu personalul (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Asigurări sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4311', '431', 'Contribuţia unităţii la asigurările sociale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4312', '431', 'Contribuţia personalului la asigurările sociale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4313', '431', 'Contribuţia angajatorului pentru asigurările sociale de sănătate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4314', '431', 'Contribuţia angajaţilor pentru asigurările sociale de sănătate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4315', '431', 'Contribuţia de asigurări sociale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4316', '431', 'Contribuţia de asigurări sociale de sănătate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4318', '431', 'Alte contribuţii pentru asigurările sociale de sănătate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '436', '43', 'Contribuția asiguratorie pentru muncă        ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '437', '43', 'Ajutor de şomaj', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4371', '437', 'Contribuţia unităţii la fondul de şomaj (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4372', '437', 'Contribuţia personalului la fondul de şomaj (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Alte datorii şi creanţe sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4381', '438', 'Alte datorii sociale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Alte creanţe sociale (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Impozitul pe profit/venit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4411', '441', 'Impozitul pe profit (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4418', '441', 'Impozitul pe venit*17) (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Taxa pe valoarea adăugată', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4423', '442', 'TVA de plată (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4424', '442', 'TVA de recuperat (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4426', '442', 'TVA deductibilă (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4427', '442', 'TVA colectată (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4428', '442', 'TVA neexigibilă (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Impozitul pe venituri de natura salariilor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Subvenţii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4451', '445', 'Subvenţii guvernamentale (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'Împrumuturi nerambursabile cu caracter de subvenţii (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4458', '445', 'Alte sume primite cu caracter de subvenţii (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Alte impozite, taxe şi vărsăminte asimilate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Fonduri speciale - taxe şi vărsăminte asimilate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Alte datorii şi creanţe cu bugetul statului', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4481', '448', 'Alte datorii faţă de bugetul statului (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4482', '448', 'Alte creanţe privind bugetul statului (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Decontări între entităţile afiliate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4511', '451', 'Decontări între entităţile afiliate (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4518', '451', 'Dobânzi aferente decontărilor între entităţile afiliate (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '453', '45', 'Decontări cu entităţile asociate şi entităţile controlate în comun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4531', '453', 'Decontări cu entităţile asociate şi entităţile controlate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4538', '453', 'Dobânzi aferente decontărilor cu entităţile asociate şi entităţile controlate în comun (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '455', '45', 'Sume datorate acţionarilor/asociaţilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4551', '455', 'Acţionari/Asociaţi - conturi curente (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4558', '455', 'Acţionari/Asociaţi - dobânzi la conturi curente (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '456', '45', 'Decontări cu acţionarii/asociaţii privind capitalul (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '457', '45', 'Dividende de plată (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Decontări din operaţiuni în participaţie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Decontări din operaţiuni în participaţie - pasiv (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4582', '458', 'Decontări din operaţiuni în participaţie - activ (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Debitori diverşi (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Creditori diverşi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '466', '46', 'Decontări din operaţiuni de fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4661', '466', 'Datorii din operaţiuni de fiducie (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4662', '466', 'Creanţe din operaţiuni de fiducie (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Cheltuieli înregistrate în avans (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Venituri înregistrate în avans (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '473', '47', 'Decontări din operaţiuni în curs de clarificare (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Subvenţii pentru investiţii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4751', '475', 'Subvenţii guvernamentale pentru investiţii (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4752', '475', 'Împrumuturi nerambursabile cu caracter de subvenţii pentru investiţii (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4753', '475', 'Donaţii pentru investiţii (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4754', '475', 'Plusuri de inventar de natura imobilizărilor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '4758', '475', 'Alte sume primite cu caracter de subvenţii pentru investiţii (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Venituri în avans aferente activelor primite prin transfer de la clienţi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Decontări între unitate şi subunităţi (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Decontări între subunităţi (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Ajustări pentru deprecierea creanţelor - clienţi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Ajustări pentru deprecierea creanţelor - decontări în cadrul grupului şi cu acţionarii/asociaţii (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Ajustări pentru deprecierea creanţelor - debitori diverşi (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '501', '50', 'Acţiuni deţinute la entităţile afiliate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '505', '50', 'Obligaţiuni emise şi răscumpărate (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '506', '50', 'Obligaţiuni (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '507', '50', 'Certificate verzi primite (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '508', '50', 'Alte investiţii pe termen scurt şi creanţe asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5081', '508', 'Alte titluri de plasament (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5088', '508', 'Dobânzi la obligaţiuni şi titluri de plasament (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '509', '50', 'Vărsăminte de efectuat pentru investiţiile pe termen scurt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5091', '509', 'Vărsăminte de efectuat pentru acţiunile deţinute la entităţile afiliate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5092', '509', 'Vărsăminte de efectuat pentru alte investiţii pe termen scurt (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '511', '51', 'Valori de încasat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5112', '511', 'Cecuri de încasat (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5113', '511', 'Efecte de încasat (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5114', '511', 'Efecte remise spre scontare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '512', '51', 'Conturi curente la bănci', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'BANK', '5121', '512', 'Conturi la bănci în lei (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5124', '512', 'Conturi la bănci în valută (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5125', '512', 'Sume în curs de decontare (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5126', '512', 'Conturi la bănci în lei - TVA defalcat (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5127', '512', 'Conturi la bănci în valută - TVA defalcat (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '518', '51', 'Dobânzi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5186', '518', 'Dobânzi de plătit (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5187', '518', 'Dobânzi de încasat (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '519', '51', 'Credite bancare pe termen scurt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5191', '519', 'Credite bancare pe termen scurt (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5192', '519', 'Credite bancare pe termen scurt nerambursate la scadenţă (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5193', '519', 'Credite externe guvernamentale (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5194', '519', 'Credite externe garantate de stat (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5195', '519', 'Credite externe garantate de bănci (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5196', '519', 'Credite de la Trezoreria Statului (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5197', '519', 'Credite interne garantate de stat (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5198', '519', 'Dobânzi aferente creditelor bancare pe termen scurt (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'CASH', '531', '53', 'Casa', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5311', '531', 'Casa în lei (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5314', '531', 'Casa în valută (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '532', '53', 'Alte valori', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5321', '532', 'Timbre fiscale şi poştale (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5322', '532', 'Bilete de tratament şi odihnă (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5323', '532', 'Tichete şi bilete de călătorie (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5328', '532', 'Alte valori (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '541', '54', 'Acreditive', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5411', '541', 'Acreditive în lei (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '5414', '541', 'Acreditive în valută (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '542', '54', 'Avansuri de trezorerie*18) (A)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '581', '58', 'Viramente interne (A/P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '591', '59', 'Ajustări pentru pierderea de valoare a acţiunilor deţinute la entităţile afiliate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '595', '59', 'Ajustări pentru pierderea de valoare a obligaţiunilor emise şi răscumpărate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '596', '59', 'Ajustări pentru pierderea de valoare a obligaţiunilor (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'FINAN', 'XXXXXX', '598', '59', 'Ajustări pentru pierderea de valoare a altor investiţii pe termen scurt şi creanţe asimilate (P)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '601', '60', 'Cheltuieli cu materiile prime', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '602', '60', 'Cheltuieli cu materialele consumabile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6021', '602', 'Cheltuieli cu materialele auxiliare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6022', '602', 'Cheltuieli privind combustibilii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6023', '602', 'Cheltuieli privind materialele pentru ambalat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6024', '602', 'Cheltuieli privind piesele de schimb', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6025', '602', 'Cheltuieli privind seminţele şi materialele de plantat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6026', '602', 'Cheltuieli privind furajele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6028', '602', 'Cheltuieli privind alte materiale consumabile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '603', '60', 'Cheltuieli privind materialele de natura obiectelor de inventar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '604', '60', 'Cheltuieli privind materialele nestocate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '605', '60', 'Cheltuieli privind energia şi apa', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '606', '60', 'Cheltuieli privind activele biologice de natura stocurilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'PRODUCT', '607', '60', 'Cheltuieli privind mărfurile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '608', '60', 'Cheltuieli privind ambalajele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '609', '60', 'Reduceri comerciale primite', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'SERVICE', '611', '61', 'Cheltuieli cu întreţinerea şi reparaţiile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '612', '61', 'Cheltuieli cu redevenţele, locaţiile de gestiune şi chiriile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '613', '61', 'Cheltuieli cu primele de asigurare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '614', '61', 'Cheltuieli cu studiile şi cercetările', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '615', '61', 'Cheltuieli cu pregătirea personalului', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '621', '62', 'Cheltuieli cu colaboratorii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '622', '62', 'Cheltuieli privind comisioanele şi onorariile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '623', '62', 'Cheltuieli de protocol, reclamă şi publicitate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '624', '62', 'Cheltuieli cu transportul de bunuri şi personal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '625', '62', 'Cheltuieli cu deplasări, detaşări şi transferări', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '626', '62', 'Cheltuieli poştale şi taxe de telecomunicaţii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '627', '62', 'Cheltuieli cu serviciile bancare şi asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '628', '62', 'Alte cheltuieli cu serviciile executate de terţi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '635', '63', 'Cheltuieli cu alte impozite, taxe şi vărsăminte asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '641', '64', 'Cheltuieli cu salariile personalului', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '642', '64', 'Cheltuieli cu avantajele în natură şi tichetele acordate salariaţilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6421', '642', 'Cheltuieli cu avantajele în natură acordate salariaţilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6422', '642', 'Cheltuieli cu tichetele acordate salariaţilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '643', '64', 'Cheltuieli cu remunerarea în instrumente de capitaluri proprii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '644', '64', 'Cheltuieli cu primele reprezentând participarea personalului la profit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'SOCIAL', '645', '64', 'Cheltuieli privind asigurările şi protecţia socială', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6451', '645', 'Cheltuieli privind contribuţia unităţii la asigurările sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6452', '645', 'Cheltuieli privind contribuţia unităţii pentru ajutorul de şomaj', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6453', '645', 'Cheltuieli privind contribuţia angajatorului pentru asigurările sociale de sănătate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6455', '645', 'Cheltuieli privind contribuţia unităţii la asigurările de viaţă', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6456', '645', 'Cheltuieli privind contribuţia unităţii la fondurile de pensii facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6457', '645', 'Cheltuieli privind contribuţia unităţii la primele de asigurare voluntară de sănătate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6458', '645', 'Alte cheltuieli privind asigurările şi protecţia socială', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '646', '64', 'Cheltuieli privind contribuția asiguratorie pentru muncă', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '651', '65', 'Cheltuieli din operaţiuni de fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6511', '651', 'Cheltuieli ocazionate de constituirea fiduciei', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6512', '651', 'Cheltuieli din derularea operaţiunilor de fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6513', '651', 'Cheltuieli din lichidarea operaţiunilor de fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '652', '65', 'Cheltuieli cu protecţia mediului înconjurător', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '654', '65', 'Pierderi din creanţe şi debitori diverşi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '655', '65', 'Cheltuieli din reevaluarea imobilizărilor corporale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '658', '65', 'Alte cheltuieli de exploatare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6581', '658', 'Despăgubiri, amenzi şi penalităţi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6582', '658', 'Donaţii acordate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6583', '658', 'Cheltuieli privind activele cedate şi alte operaţiuni de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6584', '658', 'Cheltuieli cu sumele sau bunurile acordate ca sponsorizări  ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6586', '658', 'Cheltuieli reprezentând transferuri şi contribuţii datorate în baza unor acte normative speciale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6587', '658', 'Cheltuieli privind calamităţile şi alte evenimente similare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6588', '658', 'Alte cheltuieli de exploatare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '663', '66', 'Pierderi din creanţe legate de participaţii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '664', '66', 'Cheltuieli privind investiţiile financiare cedate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6641', '664', 'Cheltuieli privind imobilizările financiare cedate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6642', '664', 'Pierderi din investiţiile pe termen scurt cedate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '665', '66', 'Cheltuieli din diferenţe de curs valutar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6651', '665', 'Diferenţe nefavorabile de curs valutar legate de elementele monetare exprimate în valută', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6652', '665', 'Diferenţe nefavorabile de curs valutar din evaluarea elementelor monetare care fac parte din investiţia netă într-o entitate străină', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '666', '66', 'Cheltuieli privind dobânzile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '667', '66', 'Cheltuieli privind sconturile acordate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '668', '66', 'Alte cheltuieli financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '681', '68', 'Cheltuieli de exploatare privind amortizările, provizioanele şi ajustările pentru depreciere', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6811', '681', 'Cheltuieli de exploatare privind amortizarea imobilizărilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6812', '681', 'Cheltuieli de exploatare privind provizioanele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6813', '681', 'Cheltuieli de exploatare privind ajustările pentru deprecierea imobilizărilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6814', '681', 'Cheltuieli de exploatare privind ajustările pentru deprecierea activelor circulante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6817', '681', 'Cheltuieli de exploatare privind ajustările pentru deprecierea fondului comercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '686', '68', 'Cheltuieli financiare privind amortizările, provizioanele şi ajustările pentru pierdere de valoare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6861', '686', 'Cheltuieli privind actualizarea provizioanelor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6863', '686', 'Cheltuieli financiare privind ajustările pentru pierderea de valoare a imobilizărilor financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6864', '686', 'Cheltuieli financiare privind ajustările pentru pierderea de valoare a activelor circulante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6865', '686', 'Cheltuieli financiare privind amortizarea diferenţelor aferente titlurilor de stat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '6868', '686', 'Cheltuieli financiare privind amortizarea primelor de rambursare a obligaţiunilor şi a altor datorii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '691', '69', 'Cheltuieli cu impozitul pe profit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'EXPENSE', 'XXXXXX', '698', '69', 'Cheltuieli cu impozitul pe venit şi cu alte impozite care nu apar în elementele de mai sus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'PRODUCT', '701', '70', 'Venituri din vânzarea produselor finite, produselor agricole şi a activelor biologice de natura stocurilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7015', '701', 'Venituri din vânzarea produselor finite', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7017', '701', 'Venituri din vânzarea produselor agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7018', '701', 'Venituri din vânzarea activelor biologice de natura stocurilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '702', '70', 'Venituri din vânzarea semifabricatelor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '703', '70', 'Venituri din vânzarea produselor reziduale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'SERVICE', '704', '70', 'Venituri din servicii prestate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '705', '70', 'Venituri din studii şi cercetări', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '706', '70', 'Venituri din redevenţe, locaţii de gestiune şi chirii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'PRODUCT', '707', '70', 'Venituri din vânzarea mărfurilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '708', '70', 'Venituri din activităţi diverse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '709', '70', 'Reduceri comerciale acordate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '711', '71', 'Venituri aferente costurilor stocurilor de produse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '712', '71', 'Venituri aferente costurilor serviciilor în curs de execuţie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '721', '72', 'Venituri din producţia de imobilizări necorporale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '722', '72', 'Venituri din producţia de imobilizări corporale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '725', '72', 'Venituri din producţia de investiţii imobiliare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '741', '74', 'Venituri din subvenţii de exploatare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7411', '741', 'Venituri din subvenţii de exploatare aferente cifrei de afaceri', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7412', '741', 'Venituri din subvenţii de exploatare pentru materii prime şi materiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7413', '741', 'Venituri din subvenţii de exploatare pentru alte cheltuieli externe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7414', '741', 'Venituri din subvenţii de exploatare pentru plata personalului', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7415', '741', 'Venituri din subvenţii de exploatare pentru asigurări şi protecţie socială', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7416', '741', 'Venituri din subvenţii de exploatare pentru alte cheltuieli de exploatare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7417', '741', 'Venituri din subvenţii de exploatare în caz de calamităţi şi alte evenimente similare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7418', '741', 'Venituri din subvenţii de exploatare pentru dobânda datorată', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7419', '741', 'Venituri din subvenţii de exploatare aferente altor venituri', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '751', '75', 'Venituri din operaţiuni de fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7511', '751', 'Venituri ocazionate de constituirea fiduciei', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7512', '751', 'Venituri din derularea operaţiunilor de fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7513', '751', 'Venituri din lichidarea operaţiunilor de fiducie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '754', '75', 'Venituri din creanţe reactivate şi debitori diverşi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '755', '75', 'Venituri din reevaluarea imobilizărilor corporale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '758', '75', 'Alte venituri din exploatare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7581', '758', 'Venituri din despăgubiri, amenzi şi penalităţi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7582', '758', 'Venituri din donaţii primite', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7583', '758', 'Venituri din vânzarea activelor şi alte operaţiuni de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7584', '758', 'Venituri din subvenţii pentru investiţii', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7586', '758', 'Venituri reprezentând transferuri cuvenite în baza unor acte normative speciale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7588', '758', 'Alte venituri din exploatare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '761', '76', 'Venituri din imobilizări financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7611', '761', 'Venituri din acţiuni deţinute la entităţile afiliate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7612', '761', 'Venituri din acţiuni deţinute la entităţi asociate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7613', '761', 'Venituri din acţiuni deţinute la entităţi controlate în comun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7615', '761', 'Venituri din alte imobilizări financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '762', '76', 'Venituri din investiţii financiare pe termen scurt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '764', '76', 'Venituri din investiţii financiare cedate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7641', '764', 'Venituri din imobilizări financiare cedate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7642', '764', 'Câştiguri din investiţii pe termen scurt cedate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '765', '76', 'Venituri din diferenţe de curs valutar', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7651', '765', 'Diferenţe favorabile de curs valutar legate de elementele monetare exprimate în valută', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7652', '765', 'Diferenţe favorabile de curs valutar din evaluarea elementelor monetare care fac parte din investiţia netă într-o entitate străină', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '766', '76', 'Venituri din dobânzi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '767', '76', 'Venituri din sconturi obţinute', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '768', '76', 'Alte venituri financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '781', '78', 'Venituri din provizioane şi ajustări pentru depreciere privind activitatea de exploatare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7812', '781', 'Venituri din provizioane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7813', '781', 'Venituri din ajustări pentru deprecierea imobilizărilor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7814', '781', 'Venituri din ajustări pentru deprecierea activelor circulante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7815', '781', 'Venituri din fondul comercial negativ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '786', '78', 'Venituri financiare din amortizări şi ajustări pentru pierdere de valoare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7863', '786', 'Venituri financiare din ajustări pentru pierderea de valoare a imobilizărilor financiare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7864', '786', 'Venituri financiare din ajustări pentru pierderea de valoare a activelor circulante', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'INCOME', 'XXXXXX', '7865', '786', 'Venituri financiare din amortizarea diferenţelor aferente titlurilor de stat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '801', '80', 'Angajamente acordate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8011', '801', 'Giruri şi garanţii acordate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8018', '801', 'Alte angajamente acordate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '802', '80', 'Angajamente primite', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8021', '802', 'Giruri şi garanţii primite', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8028', '802', 'Alte angajamente primite', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '803', '80', 'Alte conturi în afara bilanţului', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8031', '803', 'Imobilizări corporale primite cu chirie sau în baza altor contracte similare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8032', '803', 'Valori materiale primite spre prelucrare sau reparare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8033', '803', 'Valori materiale primite în păstrare sau custodie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8034', '803', 'Debitori scoşi din activ, urmăriţi în continuare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8035', '803', 'Stocuri de natura obiectelor de inventar date în folosinţă', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8036', '803', 'Redevenţe, locaţii de gestiune, chirii şi alte datorii asimilate', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8037', '803', 'Efecte scontate neajunse la scadenţă', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8038', '803', 'Bunuri primite în administrare, concesiune şi cu chirie şi alte bunuri similare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8039', '803', 'Alte valori în afara bilanţului', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '804', '80', 'Certificate verzi', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '805', '80', 'Dobânzi aferente contractelor de leasing şi altor contracte asimilate, neajunse la scadenţă', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8051', '805', 'Dobânzi de plătit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '8052', '805', 'Dobânzi de încasat*24)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '806', '80', 'Certificate de emisii de gaze cu efect de seră', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '807', '80', 'Active contingente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '808', '80', 'Datorii contingente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '809', '80', 'Creanţe preluate prin cesionare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '891', '89', 'Bilanţ de deschidere', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'OTHER', 'XXXXXX', '892', '89', 'Bilanţ de închidere', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '901', '90', 'Decontări interne privind cheltuielile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '902', '90', 'Decontări interne privind producţia obţinută', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '903', '90', 'Decontări interne privind diferenţele de preţ', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '921', '92', 'Cheltuielile activităţii de bază', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '922', '92', 'Cheltuielile activităţilor auxiliare', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '923', '92', 'Cheltuieli indirecte de producţie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '924', '92', 'Cheltuieli generale de administraţie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '925', '92', 'Cheltuieli de desfacere', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '931', '93', 'Costul producţiei obţinute', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('RO-BASE', 'MANAGEMENT', 'XXXXXX', '933', '93', 'Costul producţiei în curs de execuţie', 1, __ENTITY__);
    diff --git a/htdocs/install/mysql/data/llx_accounting_account_sn.sql b/htdocs/install/mysql/data/llx_accounting_account_sn.sql
    index 1e9db75c8d5..525f927bf17 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_sn.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_sn.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
     -- Descriptif des plans comptables BF SYSCOHADA
     -- ID 15000 - 16999
    ---
    +-- ADD 2200000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '101', '1', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1013', '101', 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1014', '101', 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '102', '1', 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1021', '102', 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1022', '102', 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1028', '102', 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '103', '1', 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '104', '1', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1041', '104', 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1042', '104', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1043', '104', 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1047', '104', 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1048', '104', 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '105', '1', 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1051', '105', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1052', '105', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1053', '105', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1054', '105', 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1058', '105', 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '106', '1', 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1061', '106', 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1062', '106', 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '109', '1', 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '11', '1', 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '111', '11', 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1111', '111', 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '112', '11', 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '113', '11', 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1131', '113', 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1133', '113', 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1134', '113', 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1135', '113', 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1138', '113', 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '118', '11', 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1181', '118', 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1188', '118', 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '12', '1', 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '121', '12', 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1211', '121', 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '129', '12', 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1291', '129', 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1292', '129', 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '13', '1', 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1301', '13', 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1309', '13', 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '131', '13', 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '132', '13', 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1321', '132', 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1322', '132', 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '133', '13', 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '134', '13', 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '135', '13', 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '136', '13', 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '137', '13', 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '138', '13', 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '139', '13', 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '14', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '141', '14', 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1411', '141', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1412', '141', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1413', '141', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1414', '141', 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1415', '141', 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1416', '141', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1417', '141', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1418', '141', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '142', '14', 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1421', '142', 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '148', '14', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '151', '15', 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '152', '15', 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1521', '152', 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '153', '15', 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1531', '153', 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1532', '153', 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '154', '15', 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1551', '155', 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1552', '155', 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1553', '155', 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1554', '155', 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1561', '156', 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1562', '156', 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1611', '161', 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1612', '161', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1618', '161', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1619', '161', 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '162', '16', 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '163', '16', 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '164', '16', 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '165', '16', 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1651', '165', 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1652', '165', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '166', '16', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1661', '166', 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1662', '166', 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1663', '166', 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1664', '166', 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1665', '166', 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1667', '166', 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1668', '166', 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '167', '16', 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1671', '167', 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1672', '167', 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1673', '167', 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1674', '167', 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1676', '167', 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1681', '168', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1682', '168', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1683', '168', 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1684', '168', 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1685', '168', 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1686', '168', 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '172', '17', 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '173', '17', 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '176', '17', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1762', '176', 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1763', '176', 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1768', '176', 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '178', '17', 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '18', '1', 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '181', '18', 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1811', '181', 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1812', '181', 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '182', '18', 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '183', '18', 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '184', '18', 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '185', '18', 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '186', '18', 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '187', '18', 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '19', '1', 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '191', '19', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '192', '19', 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '193', '19', 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '194', '19', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '195', '19', 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '196', '19', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '197', '19', 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1971', '197', 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '198', '19', 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1981', '198', 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1982', '198', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1983', '198', 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'CAPIT', 'XXXXXX', '1988', '198', 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '201', '2', 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2011', '201', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2012', '201', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2013', '201', 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2014', '201', 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2015', '201', 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2016', '201', 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2017', '201', 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2018', '201', 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '202', '2', 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2021', '202', 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2022', '202', 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2026', '202', 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2028', '202', 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '206', '2', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2061', '206', 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2062', '206', 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2068', '206', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '211', '21', 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '212', '21', 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '213', '21', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '214', '21', 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '215', '21', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '216', '21', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '217', '21', 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '218', '21', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '219', '21', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2191', '219', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2193', '219', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2198', '219', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '22', '2', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '221', '22', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2211', '221', 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2212', '221', 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2218', '221', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '222', '22', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2221', '222', 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2228', '222', 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '223', '22', 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2231', '223', 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2232', '223', 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2234', '223', 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2235', '223', 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2236', '223', 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '224', '22', 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2241', '224', 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2248', '224', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '225', '22', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2251', '225', 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '226', '22', 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2261', '226', 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '227', '22', 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '228', '22', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2281', '228', 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2285', '228', 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2288', '228', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '229', '22', 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2291', '229', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2292', '229', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2295', '229', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2298', '229', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '23', '2', 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '231', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2311', '231', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2312', '231', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2313', '231', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2314', '231', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2315', '231', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '232', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2321', '232', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2322', '232', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2323', '232', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2324', '232', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2325', '232', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '233', '23', 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2331', '233', 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2332', '233', 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2333', '233', 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2334', '233', 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2335', '233', 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2338', '233', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '234', '23', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2341', '234', 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2342', '234', 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2343', '234', 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2344', '234', 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '235', '23', 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2351', '235', 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2358', '235', 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '237', '23', 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '238', '23', 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '239', '23', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2391', '239', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '24', '2', 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '241', '24', 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2411', '241', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2412', '241', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2413', '241', 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2414', '241', 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '242', '24', 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2421', '242', 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2422', '242', 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '243', '24', 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '244', '24', 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2441', '244', 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2442', '244', 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2443', '244', 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2444', '244', 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2446', '244', 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2447', '244', 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '245', '24', 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2451', '245', 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2452', '245', 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2453', '245', 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2454', '245', 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2455', '245', 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2456', '245', 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2458', '245', 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '246', '24', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2461', '246', 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2462', '246', 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2463', '246', 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2465', '246', 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2468', '246', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '247', '24', 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '248', '24', 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2481', '248', 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '249', '24', 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2491', '249', 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2492', '249', 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2493', '249', 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2494', '249', 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2495', '249', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2496', '249', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2497', '249', 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2498', '249', 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '25', '2', 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '251', '25', 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '252', '25', 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '26', '2', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '262', '26', 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '263', '26', 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '265', '26', 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '266', '26', 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '268', '26', 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '271', '27', 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2711', '271', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2712', '271', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2713', '271', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2714', '271', 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '272', '27', 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2721', '272', 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2722', '272', 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2728', '272', 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '273', '27', 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2731', '273', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2733', '273', 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2738', '273', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '274', '27', 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2741', '274', 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2742', '274', 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2743', '274', 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2744', '274', 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2748', '274', 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '275', '27', 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2751', '275', 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2752', '275', 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2753', '275', 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2754', '275', 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2755', '275', 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2756', '275', 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2757', '275', 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2758', '275', 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '276', '27', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2761', '276', 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2762', '276', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2763', '276', 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2764', '276', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2765', '276', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2767', '276', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2768', '276', 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '277', '27', 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2771', '277', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2772', '277', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2773', '277', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2774', '277', 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '278', '27', 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2781', '278', 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2782', '278', 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2785', '278', 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '28', '2', 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2811', '281', 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2812', '281', 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2813', '281', 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2814', '281', 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2815', '281', 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2816', '281', 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2817', '281', 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2818', '281', 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2821', '282', 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2824', '282', 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2825', '282', 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '283', '28', 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2831', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2832', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2833', '283', 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2834', '283', 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2835', '283', 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2837', '283', 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2838', '283', 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '284', '28', 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2841', '284', 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2842', '284', 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2843', '284', 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2844', '284', 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2845', '284', 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2846', '284', 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2847', '284', 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2848', '284', 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '291', '29', 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2912', '291', 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2913', '291', 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2914', '291', 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2915', '291', 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2916', '291', 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2917', '291', 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2918', '291', 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2919', '291', 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2921', '292', 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2922', '292', 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2923', '292', 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2924', '292', 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2925', '292', 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2926', '292', 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2927', '292', 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2928', '292', 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2929', '292', 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2931', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2932', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2933', '293', 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2934', '293', 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2935', '293', 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2937', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2938', '293', 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2939', '293', 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2941', '294', 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2942', '294', 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2943', '294', 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2944', '294', 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2945', '294', 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2946', '294', 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2947', '294', 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2948', '294', 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2949', '294', 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2951', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2952', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '296', '29', 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2961', '296', 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2962', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2963', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2965', '296', 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2966', '296', 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2968', '296', 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '297', '29', 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2971', '297', 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2972', '297', 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2973', '297', 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2974', '297', 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2975', '297', 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2977', '297', 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'IMMO', 'XXXXXX', '2978', '297', 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '311', '31', 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3111', '311', 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3112', '311', 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '312', '31', 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3121', '312', 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3122', '312', 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '318', '31', 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '321', '32', 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '322', '32', 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '323', '32', 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '331', '33', 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '332', '33', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '333', '33', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '334', '33', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '335', '33', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3351', '335', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3352', '335', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3353', '335', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3358', '335', 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '338', '33', 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '341', '34', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3411', '341', 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3412', '341', 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '342', '34', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3421', '342', 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3422', '342', 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '343', '34', 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3431', '343', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3432', '343', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '344', '34', 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3441', '344', 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3442', '344', 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '351', '35', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3511', '351', 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3512', '351', 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '352', '35', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3521', '352', 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3522', '352', 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '361', '36', 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '362', '36', 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '371', '37', 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3711', '371', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3712', '371', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '372', '37', 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3721', '372', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3722', '372', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3723', '372', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '381', '38', 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '382', '38', 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '383', '38', 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '386', '38', 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '387', '38', 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3871', '387', 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '3872', '387', 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '388', '38', 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '391', '39', 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '392', '39', 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '393', '39', 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '394', '39', 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '395', '39', 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '396', '39', 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '397', '39', 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'STOCK', 'XXXXXX', '398', '39', 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '401', '4', 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4012', '401', 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4013', '401', 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '402', '4', 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4021', '402', 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4022', '402', 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4023', '402', 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '408', '4', 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4082', '408', 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4083', '408', 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4086', '408', 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '409', '4', 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4092', '409', 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4093', '409', 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4094', '409', 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4112', '411', 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4114', '411', 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4115', '411', 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4118', '411', 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '412', '41', 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4121', '412', 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4122', '412', 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4124', '412', 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4125', '412', 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '414', '41', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4141', '414', 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4142', '414', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '415', '41', 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4161', '416', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4162', '416', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4186', '418', 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4192', '419', 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4194', '419', 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4211', '421', 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4212', '421', 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4213', '421', 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4221', '422', 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4222', '422', 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4231', '423', 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4232', '423', 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4233', '423', 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4241', '424', 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4242', '424', 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4245', '424', 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4248', '424', 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4251', '425', 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4252', '425', 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4258', '425', 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4281', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4311', '431', 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4312', '431', 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4313', '431', 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4314', '431', 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4318', '431', 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '433', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4331', '433', 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4381', '438', 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4421', '4421', 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4422', '4421', 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4423', '4421', 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4424', '4421', 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4426', '4421', 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4428', '4421', 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4431', '443', 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4432', '443', 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4433', '443', 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4434', '443', 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4435', '443', 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4441', '444', 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4449', '444', 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4451', '445', 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4453', '445', 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4454', '445', 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4471', '447', 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4472', '447', 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4473', '447', 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4474', '447', 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4478', '447', 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4486', '448', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4491', '449', 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4492', '449', 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4493', '449', 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4494', '449', 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4495', '449', 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4496', '449', 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4499', '449', 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4582', '458', 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4611', '461', 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4612', '461', 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4613', '461', 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4614', '461', 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4615', '461', 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4616', '461', 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4617', '461', 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4618', '461', 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4619', '461', 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4621', '462', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4626', '462', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '463', '46', 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '466', '46', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4711', '471', 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4712', '471', 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4713', '471', 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4726', '472', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4727', '472', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4728', '472', 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '474', '47', 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4746', '474', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4747', '474', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4781', '478', 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4782', '478', 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4788', '478', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '479', '47', 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4791', '479', 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4792', '479', 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4798', '479', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4811', '481', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4812', '481', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4817', '481', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4818', '481', 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '483', '48', 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '484', '48', 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '485', '48', 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4851', '485', 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4852', '485', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4855', '485', 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4857', '485', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4858', '485', 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4911', '491', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4912', '491', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '492', '49', 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '493', '49', 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '494', '49', 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4962', '496', 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4963', '496', 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4966', '496', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '497', '49', 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '498', '49', 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4981', '498', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4982', '498', 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4983', '498', 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '499', '49', 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4991', '499', 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'THIRDPARTY', 'XXXXXX', '4998', '499', 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '501', '5', 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5011', '501', 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5012', '501', 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5013', '501', 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '502', '5', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5021', '502', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5022', '502', 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5023', '502', 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5024', '502', 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5025', '502', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '503', '5', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5031', '503', 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5032', '503', 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5033', '503', 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5035', '503', 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '504', '5', 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5042', '504', 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5043', '504', 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '505', '5', 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '506', '5', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5061', '506', 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5062', '506', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5063', '506', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '508', '5', 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '51', '5', 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '511', '51', 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '512', '51', 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '513', '51', 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '514', '51', 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '515', '51', 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '518', '51', 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5181', '518', 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5182', '518', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5185', '518', 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5186', '518', 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5187', '518', 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '52', '5', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '521', '52', 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5211', '521', 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5212', '521', 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '522', '52', 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '523', '52', 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '524', '52', 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '526', '52', 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5261', '521', 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5267', '521', 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '53', '5', 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '531', '53', 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '532', '53', 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '533', '53', 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '536', '53', 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5361', '536', 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5362', '536', 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '538', '53', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '54', '5', 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '541', '54', 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '542', '54', 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '543', '54', 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '544', '54', 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '545', '54', 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '56', '5', 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '561', '56', 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '564', '56', 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '565', '56', 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '566', '56', 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5661', '566', 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5667', '566', 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '57', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '571', '57', 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5711', '571', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5712', '571', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '572', '57', 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5721', '572', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5722', '572', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '573', '57', 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5731', '573', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '5732', '573', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '58', '5', 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '581', '58', 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '582', '58', 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '585', '58', 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '588', '58', 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '59', '5', 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '591', '59', 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '592', '59', 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '593', '59', 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '594', '59', 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'FINAN', 'XXXXXX', '599', '59', 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '601', '6', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '602', '6', 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6021', '602', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6022', '602', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6023', '602', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6024', '602', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6029', '602', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '603', '6', 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6031', '603', 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6032', '603', 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6033', '603', 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '604', '6', 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6041', '604', 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6042', '604', 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6043', '604', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6044', '604', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6046', '604', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6047', '604', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6049', '604', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '605', '6', 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6051', '605', 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6052', '605', 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6053', '605', 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6054', '605', 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6055', '605', 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6056', '605', 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6057', '605', 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6058', '605', 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6059', '605', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '608', '6', 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6081', '608', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6082', '608', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6083', '608', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6089', '608', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '61', '6', 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '611', '61', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '612', '61', 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '613', '61', 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '614', '61', 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '616', '61', 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6181', '618', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6182', '618', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6183', '618', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '62', '6', 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '621', '62', 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '622', '62', 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6221', '622', 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6222', '622', 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6223', '622', 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6224', '622', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6225', '622', 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6228', '622', 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '623', '62', 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6232', '623', 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6233', '623', 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6235', '623', 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '624', '62', 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6241', '624', 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6242', '624', 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6243', '624', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6248', '624', 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '625', '62', 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6251', '625', 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6252', '625', 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6253', '625', 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6254', '625', 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6255', '625', 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6256', '625', 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6257', '625', 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6258', '625', 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '626', '62', 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6261', '626', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6265', '626', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6266', '626', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '627', '62', 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6271', '627', 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6272', '627', 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6273', '627', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6274', '627', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6275', '627', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6276', '627', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6277', '627', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '628', '62', 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6281', '628', 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6282', '628', 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6283', '628', 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6288', '628', 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '63', '6', 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '631', '63', 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6311', '631', 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6312', '631', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6313', '631', 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6315', '631', 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6316', '631', 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '632', '63', 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6321', '632', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6322', '632', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6323', '632', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6324', '632', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6325', '632', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6328', '632', 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '633', '63', 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '634', '63', 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6342', '634', 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6343', '634', 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6344', '634', 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '635', '63', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6351', '635', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6358', '635', 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '636', '63', 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '637', '63', 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6371', '637', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6372', '637', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '638', '63', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6381', '638', 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6382', '638', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6383', '638', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6384', '638', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '64', '6', 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '641', '64', 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6411', '641', 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6412', '641', 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6413', '641', 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6414', '641', 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6415', '641', 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6418', '641', 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '645', '64', 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '646', '64', 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6461', '646', 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6462', '646', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6463', '646', 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6464', '646', 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6468', '646', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '647', '64', 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6471', '647', 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6472', '647', 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6473', '647', 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6474', '647', 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6478', '647', 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '651', '65', 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6511', '651', 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6515', '651', 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '652', '65', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6521', '652', 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6525', '652', 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '653', '65', 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '654', '65', 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6581', '658', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6582', '658', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6583', '658', 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '659', '65', 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6591', '659', 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6593', '659', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6594', '659', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6598', '659', 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '661', '66', 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6611', '661', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6612', '661', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6613', '661', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6614', '661', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6615', '661', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6616', '661', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6617', '661', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6618', '661', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '662', '66', 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6621', '662', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6622', '662', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6623', '662', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6624', '662', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6625', '662', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6626', '662', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6627', '662', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6628', '662', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '663', '66', 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6631', '663', 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6632', '663', 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6633', '663', 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6638', '663', 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '664', '66', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6641', '664', 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6642', '664', 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '666', '66', 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6661', '666', 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6662', '666', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '667', '66', 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6671', '667', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6672', '667', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6681', '668', 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6682', '668', 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6683', '668', 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6684', '668', 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '67', '6', 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '671', '67', 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6711', '671', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6712', '671', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6713', '671', 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '672', '67', 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6721', '672', 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6722', '672', 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6723', '672', 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '673', '67', 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '674', '67', 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6741', '674', 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6742', '674', 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6743', '674', 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6744', '674', 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6745', '674', 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6748', '674', 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '675', '67', 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '676', '67', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '677', '67', 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '678', '67', 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6781', '678', 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6782', '678', 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6783', '678', 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '679', '67', 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6791', '679', 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6795', '679', 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6798', '679', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6811', '68', 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6812', '68', 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6813', '68', 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6872', '687', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6878', '687', 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '69', '6', 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '691', '69', 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6911', '691', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6912', '691', 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6913', '691', 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6914', '691', 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '697', '69', 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6971', '697', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'EXPENSE', 'XXXXXX', '6972', '697', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '701', '7', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7011', '701', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7012', '701', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7013', '701', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7014', '701', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '702', '7', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7021', '702', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7022', '702', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7023', '702', 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7024', '702', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '703', '7', 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7031', '703', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7032', '703', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7033', '703', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7034', '703', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '704', '7', 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7041', '704', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7042', '704', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7043', '704', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7044', '704', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '705', '7', 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7051', '705', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7052', '705', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7053', '705', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7054', '705', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '706', '7', 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7061', '706', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7062', '706', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7063', '706', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7064', '706', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '707', '7', 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7071', '707', 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7072', '707', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7073', '707', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7074', '707', 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7075', '707', 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7076', '707', 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7077', '707', 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7078', '707', 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '71', '7', 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '711', '71', 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '712', '71', 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '713', '71', 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '718', '71', 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7181', '718', 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7182', '718', 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7183', '718', 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '726', '72', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '73', '7', 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '734', '73', 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7341', '734', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7342', '734', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '735', '73', 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7351', '735', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7352', '735', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '736', '73', 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '737', '73', 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7371', '737', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7372', '737', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '752', '75', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7521', '752', 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7525', '752', 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '753', '75', 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '754', '75', 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7581', '758', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7582', '758', 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '759', '75', 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7591', '759', 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7593', '759', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7594', '759', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7598', '759', 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '77', '7', 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '771', '77', 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '772', '77', 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '773', '77', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '774', '77', 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '775', '77', 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '776', '77', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '777', '77', 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '778', '77', 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7781', '778', 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7782', '778', 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7784', '778', 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '779', '77', 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7791', '779', 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7795', '779', 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7798', '779', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '78', '7', 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '781', '78', 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '787', '78', 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '79', '7', 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '791', '79', 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7911', '791', 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7912', '791', 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7913', '791', 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7914', '791', 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '797', '79', 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7971', '797', 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '7972', '797', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'INCOME', 'XXXXXX', '798', '79', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '811', '81', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '812', '81', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '816', '81', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '821', '82', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '822', '82', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '826', '82', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '831', '83', 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '834', '83', 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '835', '83', 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '836', '83', 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '839', '83', 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '841', '84', 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '845', '84', 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '846', '84', 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '848', '84', 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '849', '84', 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '851', '85', 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '852', '85', 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '853', '85', 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '854', '85', 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '858', '85', 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '861', '86', 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '862', '86', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '863', '86', 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '864', '86', 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '865', '86', 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '868', '86', 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '871', '87', 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '874', '87', 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '878', '87', 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '881', '88', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '884', '88', 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '886', '88', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '888', '88', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '891', '89', 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '8911', '891', 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '8912', '891', 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '8913', '891', 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '892', '89', 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '895', '89', 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '899', '89', 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '8991', '899', 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-SN', 'AUTRES', 'XXXXXX', '8994', '899', 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-SN','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-SN','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-SN','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-SN','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-SN','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-SN','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-SN','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-SN','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-SN','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-SN','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-SN','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-SN','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-SN','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-SN','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-SN','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-SN','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-SN','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-SN','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-SN','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-SN','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-SN','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-SN','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-SN','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-SN','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-SN','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-SN','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-SN','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-SN','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-SN','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-SN','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-SN','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-SN','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-SN','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-SN','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-SN','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-SN','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-SN','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-SN','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-SN','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-SN','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-SN','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-SN','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-SN','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-SN','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-SN','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-SN','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-SN','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-SN','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-SN','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-SN','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-SN','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-SN','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-SN','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-SN','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-SN','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-SN','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-SN','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-SN','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-SN','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-SN','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-SN','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-SN','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-SN','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-SN','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-SN','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-SN','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-SN','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-SN','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-SN','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-SN','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-SN','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-SN','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-SN','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-SN','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-SN','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-SN','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-SN','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-SN','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-SN','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-SN','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-SN','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-SN','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-SN','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-SN','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-SN','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-SN','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-SN','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-SN','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-SN','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-SN','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-SN','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-SN','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-SN','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-SN','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-SN','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-SN','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-SN','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-SN','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-SN','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-SN','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-SN','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-SN','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-SN','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-SN','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-SN','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-SN','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-SN','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-SN','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-SN','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-SN','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-SN','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-SN','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-SN','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-SN','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-SN','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-SN','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-SN','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-SN','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-SN','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-SN','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-SN','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-SN','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-SN','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-SN','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-SN','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-SN','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-SN','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-SN','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-SN','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-SN','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-SN','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-SN','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-SN','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-SN','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-SN','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-SN','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-SN','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-SN','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-SN','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-SN','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-SN','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-SN','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-SN','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-SN','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-SN','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-SN','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-SN','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-SN','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-SN','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-SN','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-SN','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-SN','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-SN','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-SN','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-SN','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-SN','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-SN','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-SN','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-SN','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-SN','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-SN','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-SN','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-SN','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-SN','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-SN','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-SN','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-SN','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-SN','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-SN','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-SN','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-SN','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-SN','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-SN','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-SN','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-SN','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-SN','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-SN','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-SN','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-SN','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-SN','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-SN','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-SN','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-SN','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-SN','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-SN','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-SN','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-SN','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-SN','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-SN','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-SN','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-SN','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-SN','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-SN','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-SN','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-SN','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-SN','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-SN','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-SN','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-SN','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-SN','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-SN','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-SN','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-SN','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-SN','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-SN','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-SN','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-SN','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-SN','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-SN','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-SN','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-SN','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-SN','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-SN','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-SN','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-SN','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-SN','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-SN','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-SN','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-SN','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-SN','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-SN','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-SN','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-SN','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-SN','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-SN','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-SN','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-SN','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-SN','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-SN','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-SN','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-SN','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-SN','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-SN','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-SN','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-SN','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-SN','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-SN','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-SN','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-SN','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-SN','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-SN','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-SN','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-SN','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-SN','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-SN','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-SN','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-SN','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-SN','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-SN','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-SN','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-SN','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-SN','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-SN','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-SN','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-SN','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-SN','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-SN','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-SN','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-SN','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-SN','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-SN','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-SN','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-SN','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-SN','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-SN','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-SN','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-SN','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-SN','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-SN','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-SN','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-SN','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-SN','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-SN','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-SN','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-SN','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-SN','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-SN','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-SN','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-SN','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-SN','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-SN','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-SN','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-SN','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-SN','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-SN','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-SN','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-SN','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-SN','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-SN','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-SN','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-SN','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-SN','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-SN','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-SN','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-SN','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-SN','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-SN','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-SN','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-SN','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-SN','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-SN','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-SN','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-SN','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-SN','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-SN','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-SN','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-SN','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-SN','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-SN','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-SN','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-SN','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-SN','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-SN','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-SN','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-SN','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-SN','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-SN','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-SN','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-SN','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-SN','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-SN','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-SN','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-SN','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-SN','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-SN','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-SN','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-SN','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-SN','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-SN','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-SN','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-SN','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-SN','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-SN','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-SN','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-SN','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-SN','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-SN','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-SN','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-SN','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-SN','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-SN','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-SN','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-SN','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-SN','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-SN','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-SN','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-SN','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-SN','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-SN','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-SN','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-SN','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-SN','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-SN','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-SN','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-SN','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-SN','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-SN','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-SN','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-SN','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-SN','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-SN','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-SN','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-SN','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-SN','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-SN','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-SN','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-SN','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-SN','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-SN','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-SN','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-SN','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-SN','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-SN','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-SN','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-SN','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-SN','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-SN','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-SN','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-SN','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-SN','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-SN','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-SN','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-SN','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-SN','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-SN','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-SN','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-SN','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-SN','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-SN','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-SN','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-SN','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-SN','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-SN','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-SN','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-SN','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-SN','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-SN','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-SN','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-SN','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-SN','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-SN','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-SN','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-SN','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-SN','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-SN','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-SN','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-SN','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-SN','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-SN','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-SN','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-SN','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-SN','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-SN','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-SN','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-SN','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-SN','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-SN','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-SN','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-SN','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-SN','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-SN','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-SN','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-SN','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-SN','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-SN','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-SN','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-SN','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-SN','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-SN','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-SN','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-SN','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-SN','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-SN','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-SN','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-SN','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-SN','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-SN','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-SN','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-SN','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-SN','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-SN','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-SN','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-SN','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-SN','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-SN','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-SN','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-SN','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-SN','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-SN','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-SN','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-SN','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-SN','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-SN','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-SN','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-SN','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-SN','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-SN','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-SN','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-SN','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-SN','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-SN','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-SN','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-SN','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-SN','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-SN','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-SN','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-SN','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-SN','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-SN','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-SN','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-SN','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-SN','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-SN','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-SN','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-SN','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-SN','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-SN','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-SN','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-SN','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-SN','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-SN','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-SN','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-SN','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-SN','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-SN','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-SN','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-SN','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-SN','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-SN','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-SN','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-SN','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-SN','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-SN','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-SN','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-SN','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-SN','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-SN','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-SN','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-SN','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-SN','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-SN','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-SN','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-SN','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-SN','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-SN','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-SN','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-SN','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-SN','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-SN','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-SN','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-SN','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-SN','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-SN','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-SN','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-SN','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-SN','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-SN','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-SN','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-SN','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-SN','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-SN','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-SN','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-SN','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-SN','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-SN','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-SN','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-SN','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-SN','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-SN','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-SN','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-SN','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-SN','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-SN','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-SN','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-SN','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-SN','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-SN','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-SN','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-SN','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-SN','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-SN','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-SN','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-SN','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-SN','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-SN','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-SN','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-SN','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-SN','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-SN','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-SN','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-SN','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-SN','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-SN','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-SN','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-SN','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-SN','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-SN','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-SN','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-SN','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-SN','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-SN','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-SN','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-SN','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-SN','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-SN','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-SN','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-SN','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-SN','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-SN','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-SN','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-SN','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-SN','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-SN','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-SN','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-SN','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-SN','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-SN','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-SN','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-SN','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-SN','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-SN','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-SN','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-SN','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-SN','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-SN','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-SN','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-SN','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-SN','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-SN','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-SN','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-SN','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-SN','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-SN','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-SN','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-SN','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-SN','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-SN','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-SN','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-SN','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-SN','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-SN','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-SN','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-SN','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-SN','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-SN','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-SN','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-SN','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-SN','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-SN','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-SN','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-SN','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-SN','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-SN','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-SN','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-SN','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-SN','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-SN','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-SN','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-SN','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-SN','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-SN','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-SN','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-SN','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-SN','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-SN','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-SN','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-SN','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-SN','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-SN','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-SN','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-SN','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-SN','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-SN','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-SN','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-SN','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-SN','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-SN','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-SN','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-SN','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-SN','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-SN','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-SN','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-SN','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-SN','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-SN','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-SN','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-SN','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-SN','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-SN','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-SN','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-SN','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-SN','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-SN','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-SN','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-SN','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-SN','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-SN','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-SN','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-SN','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-SN','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-SN','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-SN','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-SN','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-SN','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-SN','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-SN','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-SN','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-SN','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-SN','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-SN','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-SN','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-SN','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-SN','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-SN','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-SN','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-SN','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-SN','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-SN','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-SN','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-SN','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-SN','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-SN','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-SN','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-SN','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-SN','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-SN','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-SN','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-SN','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-SN','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-SN','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-SN','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-SN','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-SN','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-SN','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-SN','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-SN','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-SN','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-SN','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-SN','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-SN','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-SN','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-SN','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-SN','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-SN','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-SN','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-SN','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-SN','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-SN','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-SN','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-SN','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-SN','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-SN','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-SN','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-SN','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-SN','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-SN','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-SN','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-SN','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-SN','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-SN','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-SN','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-SN','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-SN','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-SN','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-SN','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-SN','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-SN','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-SN','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-SN','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-SN','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-SN','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-SN','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-SN','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-SN','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-SN','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-SN','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-SN','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-SN','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-SN','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-SN','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-SN','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-SN','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-SN','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-SN','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-SN','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-SN','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-SN','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-SN','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-SN','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-SN','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-SN','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-SN','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-SN','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-SN','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-SN','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-SN','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-SN','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-SN','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-SN','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-SN','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-SN','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-SN','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-SN','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-SN','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-SN','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-SN','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-SN','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-SN','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-SN','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-SN','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-SN','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-SN','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-SN','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-SN','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-SN','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-SN','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-SN','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-SN','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-SN','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-SN','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-SN','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-SN','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-SN','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-SN','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-SN','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-SN','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-SN','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-SN','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-SN','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-SN','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-SN','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-SN','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-SN','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-SN','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-SN','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-SN','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-SN','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-SN','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-SN','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-SN','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-SN','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-SN','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-SN','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-SN','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-SN','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-SN','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-SN','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-SN','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-SN','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-SN','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-SN','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-SN','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-SN','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-SN','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-SN','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-SN','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-SN','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-SN','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-SN','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-SN','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-SN','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-SN','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-SN','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-SN','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-SN','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-SN','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-SN','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-SN','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-SN','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-SN','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-SN','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-SN','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-SN','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-SN','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-SN','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-SN','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-SN','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-SN','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-SN','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-SN','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-SN','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-SN','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-SN','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-SN','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-SN','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-SN','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-SN','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-SN','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-SN','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-SN','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-SN','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-SN','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-SN','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-SN','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-SN','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-SN','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-SN','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-SN','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-SN','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-SN','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-SN','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-SN','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-SN','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-SN','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-SN','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-SN','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-SN','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-SN','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-SN','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-SN','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-SN','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-SN','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-SN','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-SN','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-SN','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-SN','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-SN','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-SN','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-SN','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-SN','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-SN','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-SN','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-SN','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-SN','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-SN','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-SN','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-SN','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-SN','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-SN','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-SN','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-SN','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-SN','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-SN','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-SN','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-SN','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-SN','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-SN','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-SN','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-SN','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-SN','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-SN','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-SN','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-SN','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-SN','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-SN','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-SN','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-SN','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-SN','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-SN','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-SN','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-SN','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-SN','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-SN','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-SN','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-SN','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-SN','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-SN','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-SN','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-SN','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-SN','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-SN','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-SN','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-SN','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-SN','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-SN','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-SN','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-SN','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-SN','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-SN','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-SN','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-SN','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-SN','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-SN','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-SN','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-SN','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-SN','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-SN','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-SN','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-SN','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-SN','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-SN','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-SN','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-SN','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-SN','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-SN','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-SN','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-SN','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-SN','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-SN','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-SN','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-SN','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-SN','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-SN','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-SN','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-SN','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-SN','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-SN','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-SN','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-SN','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-SN','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-SN','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-SN','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-SN','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-SN','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-SN','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-SN','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-SN','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-SN','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-SN','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-SN','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-SN','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-SN','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-SN','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-SN','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-SN','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-SN','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-SN','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-SN','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-SN','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-SN','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-SN','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-SN','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-SN','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-SN','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-SN','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-SN','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-SN','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-SN','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-SN','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-SN','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-SN','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-SN','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-SN','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-SN','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-SN','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-SN','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-SN','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-SN','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-SN','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-SN','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-SN','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-SN','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-SN','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-SN','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-SN','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-SN','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-SN','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-SN','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-SN','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-SN','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
    index 9c13a3046ec..c09548f12e3 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_td.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_td.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
    --- Descriptif des plans comptables BF SYSCOHADA
    +-- Descriptif des plans comptables SYSCOHADA TD
     -- ID 15000 - 16999
    ---
    +-- ADD 6600000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '101', '1', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1013', '101', 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1014', '101', 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '102', '1', 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1021', '102', 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1022', '102', 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1028', '102', 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '103', '1', 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '104', '1', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1041', '104', 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1042', '104', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1043', '104', 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1047', '104', 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1048', '104', 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '105', '1', 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1051', '105', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1052', '105', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1053', '105', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1054', '105', 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1058', '105', 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '106', '1', 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1061', '106', 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1062', '106', 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '109', '1', 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '11', '1', 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '111', '11', 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1111', '111', 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '112', '11', 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '113', '11', 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1131', '113', 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1133', '113', 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1134', '113', 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1135', '113', 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1138', '113', 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '118', '11', 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1181', '118', 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1188', '118', 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '12', '1', 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '121', '12', 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1211', '121', 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '129', '12', 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1291', '129', 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1292', '129', 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '13', '1', 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1301', '13', 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1309', '13', 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '131', '13', 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '132', '13', 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1321', '132', 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1322', '132', 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '133', '13', 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '134', '13', 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '135', '13', 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '136', '13', 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '137', '13', 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '138', '13', 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '139', '13', 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '14', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '141', '14', 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1411', '141', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1412', '141', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1413', '141', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1414', '141', 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1415', '141', 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1416', '141', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1417', '141', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1418', '141', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '142', '14', 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1421', '142', 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '148', '14', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '151', '15', 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '152', '15', 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1521', '152', 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '153', '15', 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1531', '153', 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1532', '153', 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '154', '15', 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1551', '155', 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1552', '155', 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1553', '155', 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1554', '155', 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1561', '156', 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1562', '156', 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1611', '161', 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1612', '161', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1618', '161', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1619', '161', 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '162', '16', 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '163', '16', 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '164', '16', 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '165', '16', 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1651', '165', 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1652', '165', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '166', '16', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1661', '166', 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1662', '166', 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1663', '166', 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1664', '166', 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1665', '166', 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1667', '166', 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1668', '166', 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '167', '16', 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1671', '167', 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1672', '167', 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1673', '167', 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1674', '167', 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1676', '167', 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1681', '168', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1682', '168', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1683', '168', 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1684', '168', 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1685', '168', 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1686', '168', 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '172', '17', 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '173', '17', 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '176', '17', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1762', '176', 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1763', '176', 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1768', '176', 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '178', '17', 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '18', '1', 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '181', '18', 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1811', '181', 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1812', '181', 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '182', '18', 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '183', '18', 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '184', '18', 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '185', '18', 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '186', '18', 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '187', '18', 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '19', '1', 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '191', '19', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '192', '19', 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '193', '19', 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '194', '19', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '195', '19', 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '196', '19', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '197', '19', 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1971', '197', 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '198', '19', 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1981', '198', 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1982', '198', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1983', '198', 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'CAPIT', 'XXXXXX', '1988', '198', 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '201', '2', 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2011', '201', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2012', '201', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2013', '201', 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2014', '201', 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2015', '201', 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2016', '201', 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2017', '201', 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2018', '201', 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '202', '2', 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2021', '202', 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2022', '202', 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2026', '202', 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2028', '202', 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '206', '2', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2061', '206', 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2062', '206', 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2068', '206', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '211', '21', 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '212', '21', 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '213', '21', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '214', '21', 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '215', '21', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '216', '21', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '217', '21', 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '218', '21', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '219', '21', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2191', '219', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2193', '219', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2198', '219', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '22', '2', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '221', '22', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2211', '221', 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2212', '221', 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2218', '221', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '222', '22', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2221', '222', 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2228', '222', 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '223', '22', 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2231', '223', 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2232', '223', 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2234', '223', 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2235', '223', 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2236', '223', 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '224', '22', 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2241', '224', 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2248', '224', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '225', '22', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2251', '225', 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '226', '22', 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2261', '226', 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '227', '22', 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '228', '22', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2281', '228', 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2285', '228', 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2288', '228', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '229', '22', 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2291', '229', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2292', '229', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2295', '229', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2298', '229', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '23', '2', 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '231', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2311', '231', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2312', '231', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2313', '231', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2314', '231', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2315', '231', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '232', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2321', '232', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2322', '232', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2323', '232', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2324', '232', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2325', '232', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '233', '23', 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2331', '233', 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2332', '233', 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2333', '233', 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2334', '233', 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2335', '233', 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2338', '233', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '234', '23', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2341', '234', 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2342', '234', 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2343', '234', 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2344', '234', 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '235', '23', 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2351', '235', 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2358', '235', 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '237', '23', 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '238', '23', 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '239', '23', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2391', '239', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '24', '2', 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '241', '24', 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2411', '241', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2412', '241', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2413', '241', 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2414', '241', 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '242', '24', 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2421', '242', 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2422', '242', 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '243', '24', 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '244', '24', 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2441', '244', 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2442', '244', 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2443', '244', 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2444', '244', 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2446', '244', 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2447', '244', 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '245', '24', 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2451', '245', 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2452', '245', 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2453', '245', 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2454', '245', 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2455', '245', 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2456', '245', 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2458', '245', 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '246', '24', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2461', '246', 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2462', '246', 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2463', '246', 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2465', '246', 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2468', '246', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '247', '24', 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '248', '24', 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2481', '248', 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '249', '24', 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2491', '249', 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2492', '249', 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2493', '249', 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2494', '249', 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2495', '249', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2496', '249', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2497', '249', 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2498', '249', 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '25', '2', 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '251', '25', 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '252', '25', 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '26', '2', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '262', '26', 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '263', '26', 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '265', '26', 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '266', '26', 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '268', '26', 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '271', '27', 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2711', '271', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2712', '271', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2713', '271', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2714', '271', 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '272', '27', 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2721', '272', 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2722', '272', 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2728', '272', 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '273', '27', 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2731', '273', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2733', '273', 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2738', '273', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '274', '27', 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2741', '274', 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2742', '274', 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2743', '274', 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2744', '274', 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2748', '274', 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '275', '27', 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2751', '275', 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2752', '275', 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2753', '275', 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2754', '275', 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2755', '275', 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2756', '275', 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2757', '275', 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2758', '275', 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '276', '27', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2761', '276', 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2762', '276', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2763', '276', 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2764', '276', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2765', '276', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2767', '276', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2768', '276', 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '277', '27', 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2771', '277', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2772', '277', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2773', '277', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2774', '277', 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '278', '27', 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2781', '278', 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2782', '278', 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2785', '278', 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '28', '2', 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2811', '281', 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2812', '281', 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2813', '281', 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2814', '281', 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2815', '281', 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2816', '281', 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2817', '281', 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2818', '281', 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2821', '282', 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2824', '282', 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2825', '282', 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '283', '28', 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2831', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2832', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2833', '283', 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2834', '283', 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2835', '283', 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2837', '283', 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2838', '283', 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '284', '28', 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2841', '284', 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2842', '284', 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2843', '284', 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2844', '284', 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2845', '284', 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2846', '284', 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2847', '284', 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2848', '284', 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '291', '29', 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2912', '291', 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2913', '291', 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2914', '291', 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2915', '291', 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2916', '291', 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2917', '291', 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2918', '291', 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2919', '291', 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2921', '292', 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2922', '292', 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2923', '292', 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2924', '292', 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2925', '292', 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2926', '292', 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2927', '292', 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2928', '292', 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2929', '292', 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2931', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2932', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2933', '293', 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2934', '293', 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2935', '293', 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2937', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2938', '293', 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2939', '293', 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2941', '294', 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2942', '294', 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2943', '294', 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2944', '294', 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2945', '294', 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2946', '294', 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2947', '294', 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2948', '294', 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2949', '294', 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2951', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2952', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '296', '29', 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2961', '296', 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2962', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2963', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2965', '296', 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2966', '296', 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2968', '296', 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '297', '29', 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2971', '297', 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2972', '297', 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2973', '297', 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2974', '297', 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2975', '297', 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2977', '297', 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'IMMO', 'XXXXXX', '2978', '297', 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '311', '31', 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3111', '311', 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3112', '311', 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '312', '31', 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3121', '312', 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3122', '312', 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '318', '31', 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '321', '32', 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '322', '32', 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '323', '32', 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '331', '33', 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '332', '33', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '333', '33', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '334', '33', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '335', '33', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3351', '335', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3352', '335', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3353', '335', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3358', '335', 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '338', '33', 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '341', '34', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3411', '341', 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3412', '341', 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '342', '34', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3421', '342', 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3422', '342', 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '343', '34', 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3431', '343', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3432', '343', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '344', '34', 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3441', '344', 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3442', '344', 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '351', '35', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3511', '351', 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3512', '351', 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '352', '35', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3521', '352', 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3522', '352', 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '361', '36', 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '362', '36', 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '371', '37', 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3711', '371', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3712', '371', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '372', '37', 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3721', '372', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3722', '372', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3723', '372', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '381', '38', 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '382', '38', 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '383', '38', 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '386', '38', 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '387', '38', 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3871', '387', 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '3872', '387', 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '388', '38', 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '391', '39', 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '392', '39', 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '393', '39', 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '394', '39', 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '395', '39', 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '396', '39', 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '397', '39', 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'STOCK', 'XXXXXX', '398', '39', 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '401', '4', 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4012', '401', 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4013', '401', 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '402', '4', 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4021', '402', 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4022', '402', 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4023', '402', 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '408', '4', 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4082', '408', 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4083', '408', 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4086', '408', 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '409', '4', 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4092', '409', 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4093', '409', 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4094', '409', 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4112', '411', 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4114', '411', 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4115', '411', 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4118', '411', 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '412', '41', 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4121', '412', 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4122', '412', 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4124', '412', 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4125', '412', 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '414', '41', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4141', '414', 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4142', '414', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '415', '41', 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4161', '416', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4162', '416', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4186', '418', 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4192', '419', 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4194', '419', 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4211', '421', 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4212', '421', 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4213', '421', 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4221', '422', 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4222', '422', 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4231', '423', 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4232', '423', 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4233', '423', 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4241', '424', 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4242', '424', 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4245', '424', 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4248', '424', 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4251', '425', 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4252', '425', 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4258', '425', 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4281', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4311', '431', 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4312', '431', 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4313', '431', 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4314', '431', 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4318', '431', 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '433', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4331', '433', 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4381', '438', 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4421', '4421', 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4422', '4421', 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4423', '4421', 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4424', '4421', 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4426', '4421', 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4428', '4421', 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4431', '443', 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4432', '443', 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4433', '443', 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4434', '443', 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4435', '443', 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4441', '444', 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4449', '444', 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4451', '445', 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4453', '445', 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4454', '445', 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4471', '447', 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4472', '447', 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4473', '447', 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4474', '447', 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4478', '447', 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4486', '448', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4491', '449', 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4492', '449', 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4493', '449', 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4494', '449', 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4495', '449', 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4496', '449', 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4499', '449', 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4582', '458', 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4611', '461', 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4612', '461', 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4613', '461', 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4614', '461', 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4615', '461', 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4616', '461', 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4617', '461', 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4618', '461', 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4619', '461', 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4621', '462', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4626', '462', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '463', '46', 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '466', '46', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4711', '471', 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4712', '471', 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4713', '471', 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4726', '472', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4727', '472', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4728', '472', 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '474', '47', 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4746', '474', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4747', '474', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4781', '478', 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4782', '478', 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4788', '478', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '479', '47', 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4791', '479', 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4792', '479', 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4798', '479', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4811', '481', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4812', '481', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4817', '481', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4818', '481', 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '483', '48', 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '484', '48', 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '485', '48', 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4851', '485', 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4852', '485', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4855', '485', 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4857', '485', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4858', '485', 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4911', '491', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4912', '491', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '492', '49', 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '493', '49', 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '494', '49', 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4962', '496', 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4963', '496', 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4966', '496', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '497', '49', 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '498', '49', 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4981', '498', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4982', '498', 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4983', '498', 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '499', '49', 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4991', '499', 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'THIRDPARTY', 'XXXXXX', '4998', '499', 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '501', '5', 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5011', '501', 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5012', '501', 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5013', '501', 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '502', '5', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5021', '502', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5022', '502', 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5023', '502', 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5024', '502', 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5025', '502', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '503', '5', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5031', '503', 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5032', '503', 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5033', '503', 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5035', '503', 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '504', '5', 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5042', '504', 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5043', '504', 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '505', '5', 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '506', '5', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5061', '506', 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5062', '506', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5063', '506', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '508', '5', 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '51', '5', 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '511', '51', 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '512', '51', 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '513', '51', 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '514', '51', 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '515', '51', 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '518', '51', 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5181', '518', 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5182', '518', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5185', '518', 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5186', '518', 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5187', '518', 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '52', '5', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '521', '52', 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5211', '521', 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5212', '521', 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '522', '52', 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '523', '52', 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '524', '52', 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '526', '52', 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5261', '521', 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5267', '521', 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '53', '5', 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '531', '53', 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '532', '53', 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '533', '53', 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '536', '53', 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5361', '536', 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5362', '536', 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '538', '53', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '54', '5', 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '541', '54', 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '542', '54', 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '543', '54', 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '544', '54', 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '545', '54', 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '56', '5', 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '561', '56', 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '564', '56', 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '565', '56', 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '566', '56', 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5661', '566', 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5667', '566', 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '57', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '571', '57', 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5711', '571', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5712', '571', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '572', '57', 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5721', '572', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5722', '572', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '573', '57', 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5731', '573', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '5732', '573', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '58', '5', 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '581', '58', 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '582', '58', 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '585', '58', 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '588', '58', 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '59', '5', 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '591', '59', 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '592', '59', 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '593', '59', 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '594', '59', 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'FINAN', 'XXXXXX', '599', '59', 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '601', '6', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '602', '6', 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6021', '602', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6022', '602', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6023', '602', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6024', '602', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6029', '602', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '603', '6', 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6031', '603', 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6032', '603', 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6033', '603', 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '604', '6', 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6041', '604', 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6042', '604', 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6043', '604', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6044', '604', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6046', '604', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6047', '604', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6049', '604', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '605', '6', 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6051', '605', 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6052', '605', 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6053', '605', 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6054', '605', 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6055', '605', 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6056', '605', 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6057', '605', 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6058', '605', 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6059', '605', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '608', '6', 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6081', '608', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6082', '608', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6083', '608', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6089', '608', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '61', '6', 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '611', '61', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '612', '61', 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '613', '61', 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '614', '61', 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '616', '61', 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6181', '618', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6182', '618', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6183', '618', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '62', '6', 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '621', '62', 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '622', '62', 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6221', '622', 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6222', '622', 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6223', '622', 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6224', '622', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6225', '622', 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6228', '622', 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '623', '62', 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6232', '623', 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6233', '623', 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6235', '623', 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '624', '62', 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6241', '624', 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6242', '624', 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6243', '624', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6248', '624', 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '625', '62', 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6251', '625', 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6252', '625', 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6253', '625', 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6254', '625', 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6255', '625', 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6256', '625', 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6257', '625', 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6258', '625', 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '626', '62', 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6261', '626', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6265', '626', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6266', '626', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '627', '62', 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6271', '627', 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6272', '627', 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6273', '627', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6274', '627', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6275', '627', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6276', '627', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6277', '627', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '628', '62', 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6281', '628', 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6282', '628', 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6283', '628', 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6288', '628', 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '63', '6', 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '631', '63', 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6311', '631', 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6312', '631', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6313', '631', 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6315', '631', 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6316', '631', 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '632', '63', 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6321', '632', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6322', '632', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6323', '632', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6324', '632', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6325', '632', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6328', '632', 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '633', '63', 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '634', '63', 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6342', '634', 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6343', '634', 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6344', '634', 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '635', '63', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6351', '635', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6358', '635', 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '636', '63', 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '637', '63', 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6371', '637', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6372', '637', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '638', '63', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6381', '638', 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6382', '638', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6383', '638', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6384', '638', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '64', '6', 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '641', '64', 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6411', '641', 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6412', '641', 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6413', '641', 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6414', '641', 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6415', '641', 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6418', '641', 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '645', '64', 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '646', '64', 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6461', '646', 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6462', '646', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6463', '646', 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6464', '646', 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6468', '646', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '647', '64', 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6471', '647', 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6472', '647', 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6473', '647', 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6474', '647', 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6478', '647', 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '651', '65', 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6511', '651', 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6515', '651', 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '652', '65', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6521', '652', 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6525', '652', 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '653', '65', 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '654', '65', 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6581', '658', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6582', '658', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6583', '658', 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '659', '65', 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6591', '659', 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6593', '659', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6594', '659', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6598', '659', 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '661', '66', 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6611', '661', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6612', '661', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6613', '661', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6614', '661', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6615', '661', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6616', '661', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6617', '661', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6618', '661', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '662', '66', 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6621', '662', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6622', '662', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6623', '662', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6624', '662', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6625', '662', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6626', '662', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6627', '662', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6628', '662', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '663', '66', 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6631', '663', 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6632', '663', 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6633', '663', 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6638', '663', 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '664', '66', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6641', '664', 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6642', '664', 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '666', '66', 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6661', '666', 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6662', '666', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '667', '66', 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6671', '667', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6672', '667', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6681', '668', 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6682', '668', 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6683', '668', 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6684', '668', 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '67', '6', 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '671', '67', 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6711', '671', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6712', '671', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6713', '671', 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '672', '67', 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6721', '672', 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6722', '672', 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6723', '672', 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '673', '67', 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '674', '67', 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6741', '674', 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6742', '674', 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6743', '674', 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6744', '674', 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6745', '674', 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6748', '674', 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '675', '67', 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '676', '67', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '677', '67', 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '678', '67', 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6781', '678', 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6782', '678', 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6783', '678', 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '679', '67', 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6791', '679', 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6795', '679', 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6798', '679', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6811', '68', 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6812', '68', 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6813', '68', 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6872', '687', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6878', '687', 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '69', '6', 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '691', '69', 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6911', '691', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6912', '691', 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6913', '691', 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6914', '691', 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '697', '69', 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6971', '697', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'EXPENSE', 'XXXXXX', '6972', '697', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '701', '7', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7011', '701', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7012', '701', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7013', '701', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7014', '701', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '702', '7', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7021', '702', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7022', '702', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7023', '702', 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7024', '702', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '703', '7', 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7031', '703', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7032', '703', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7033', '703', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7034', '703', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '704', '7', 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7041', '704', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7042', '704', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7043', '704', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7044', '704', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '705', '7', 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7051', '705', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7052', '705', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7053', '705', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7054', '705', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '706', '7', 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7061', '706', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7062', '706', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7063', '706', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7064', '706', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '707', '7', 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7071', '707', 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7072', '707', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7073', '707', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7074', '707', 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7075', '707', 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7076', '707', 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7077', '707', 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7078', '707', 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '71', '7', 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '711', '71', 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '712', '71', 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '713', '71', 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '718', '71', 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7181', '718', 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7182', '718', 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7183', '718', 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '726', '72', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '73', '7', 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '734', '73', 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7341', '734', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7342', '734', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '735', '73', 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7351', '735', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7352', '735', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '736', '73', 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '737', '73', 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7371', '737', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7372', '737', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '752', '75', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7521', '752', 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7525', '752', 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '753', '75', 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '754', '75', 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7581', '758', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7582', '758', 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '759', '75', 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7591', '759', 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7593', '759', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7594', '759', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7598', '759', 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '77', '7', 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '771', '77', 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '772', '77', 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '773', '77', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '774', '77', 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '775', '77', 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '776', '77', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '777', '77', 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '778', '77', 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7781', '778', 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7782', '778', 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7784', '778', 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '779', '77', 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7791', '779', 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7795', '779', 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7798', '779', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '78', '7', 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '781', '78', 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '787', '78', 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '79', '7', 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '791', '79', 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7911', '791', 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7912', '791', 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7913', '791', 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7914', '791', 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '797', '79', 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7971', '797', 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '7972', '797', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'INCOME', 'XXXXXX', '798', '79', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '811', '81', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '812', '81', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '816', '81', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '821', '82', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '822', '82', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '826', '82', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '831', '83', 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '834', '83', 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '835', '83', 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '836', '83', 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '839', '83', 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '841', '84', 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '845', '84', 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '846', '84', 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '848', '84', 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '849', '84', 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '851', '85', 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '852', '85', 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '853', '85', 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '854', '85', 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '858', '85', 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '861', '86', 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '862', '86', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '863', '86', 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '864', '86', 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '865', '86', 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '868', '86', 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '871', '87', 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '874', '87', 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '878', '87', 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '881', '88', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '884', '88', 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '886', '88', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '888', '88', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '891', '89', 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '8911', '891', 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '8912', '891', 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '8913', '891', 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '892', '89', 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '895', '89', 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '899', '89', 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '8991', '899', 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TD', 'AUTRES', 'XXXXXX', '8994', '899', 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-TD','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-TD','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-TD','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-TD','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-TD','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-TD','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-TD','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-TD','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-TD','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-TD','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-TD','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-TD','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-TD','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-TD','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-TD','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-TD','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-TD','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-TD','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-TD','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-TD','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-TD','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-TD','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-TD','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-TD','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-TD','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-TD','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-TD','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-TD','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-TD','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-TD','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-TD','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-TD','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-TD','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-TD','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-TD','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-TD','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-TD','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-TD','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-TD','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-TD','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-TD','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-TD','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-TD','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-TD','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-TD','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-TD','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-TD','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-TD','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-TD','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-TD','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-TD','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-TD','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-TD','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-TD','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-TD','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-TD','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-TD','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-TD','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-TD','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-TD','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-TD','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-TD','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-TD','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-TD','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-TD','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-TD','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-TD','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-TD','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-TD','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-TD','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-TD','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-TD','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-TD','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-TD','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-TD','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-TD','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-TD','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-TD','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-TD','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-TD','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-TD','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-TD','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-TD','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-TD','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-TD','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-TD','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-TD','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-TD','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-TD','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-TD','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-TD','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-TD','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-TD','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-TD','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-TD','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-TD','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-TD','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-TD','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-TD','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-TD','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-TD','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-TD','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-TD','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-TD','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-TD','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-TD','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-TD','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-TD','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-TD','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-TD','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-TD','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-TD','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-TD','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-TD','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-TD','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-TD','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-TD','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-TD','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-TD','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-TD','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-TD','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-TD','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-TD','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-TD','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-TD','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-TD','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-TD','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-TD','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-TD','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-TD','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-TD','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-TD','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-TD','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-TD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-TD','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-TD','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-TD','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-TD','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-TD','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-TD','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-TD','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-TD','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-TD','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-TD','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-TD','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-TD','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-TD','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-TD','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-TD','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-TD','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-TD','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-TD','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-TD','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-TD','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-TD','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-TD','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-TD','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-TD','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-TD','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-TD','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-TD','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-TD','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-TD','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-TD','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-TD','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-TD','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-TD','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-TD','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-TD','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-TD','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-TD','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-TD','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-TD','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-TD','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-TD','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-TD','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-TD','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-TD','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-TD','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-TD','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-TD','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-TD','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-TD','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-TD','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-TD','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-TD','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-TD','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-TD','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-TD','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-TD','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-TD','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-TD','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-TD','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-TD','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-TD','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-TD','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-TD','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-TD','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-TD','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-TD','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-TD','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-TD','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-TD','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-TD','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-TD','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-TD','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-TD','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-TD','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-TD','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-TD','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-TD','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-TD','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-TD','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-TD','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-TD','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-TD','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-TD','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-TD','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-TD','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-TD','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-TD','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-TD','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-TD','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-TD','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-TD','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-TD','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-TD','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-TD','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-TD','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-TD','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-TD','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-TD','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-TD','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-TD','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-TD','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-TD','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-TD','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-TD','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-TD','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-TD','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-TD','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-TD','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-TD','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-TD','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-TD','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-TD','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-TD','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-TD','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-TD','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-TD','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-TD','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-TD','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-TD','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-TD','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-TD','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-TD','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-TD','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-TD','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-TD','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-TD','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-TD','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-TD','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-TD','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-TD','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-TD','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-TD','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-TD','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-TD','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-TD','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-TD','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-TD','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-TD','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-TD','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-TD','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-TD','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-TD','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-TD','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-TD','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-TD','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-TD','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-TD','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-TD','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-TD','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-TD','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-TD','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-TD','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-TD','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-TD','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-TD','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-TD','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-TD','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-TD','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-TD','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-TD','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-TD','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-TD','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-TD','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-TD','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-TD','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-TD','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-TD','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-TD','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-TD','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-TD','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-TD','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-TD','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-TD','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-TD','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-TD','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-TD','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-TD','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-TD','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-TD','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-TD','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-TD','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-TD','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-TD','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-TD','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-TD','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-TD','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-TD','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-TD','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-TD','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-TD','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-TD','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-TD','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-TD','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-TD','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-TD','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-TD','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-TD','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-TD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-TD','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-TD','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-TD','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-TD','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-TD','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-TD','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-TD','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-TD','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-TD','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-TD','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-TD','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-TD','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-TD','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-TD','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-TD','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-TD','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-TD','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-TD','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-TD','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-TD','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-TD','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-TD','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-TD','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-TD','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-TD','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-TD','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-TD','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-TD','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-TD','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-TD','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-TD','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-TD','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-TD','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-TD','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-TD','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-TD','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-TD','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-TD','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-TD','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-TD','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-TD','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-TD','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-TD','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-TD','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-TD','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-TD','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-TD','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-TD','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-TD','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-TD','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-TD','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-TD','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-TD','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-TD','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-TD','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-TD','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-TD','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-TD','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-TD','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-TD','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-TD','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-TD','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-TD','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-TD','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-TD','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-TD','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-TD','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-TD','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-TD','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-TD','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-TD','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-TD','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-TD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-TD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-TD','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-TD','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-TD','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-TD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-TD','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-TD','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-TD','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-TD','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-TD','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-TD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-TD','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-TD','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-TD','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-TD','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-TD','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-TD','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-TD','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-TD','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-TD','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-TD','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-TD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-TD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-TD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-TD','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-TD','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-TD','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-TD','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-TD','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-TD','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-TD','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-TD','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-TD','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-TD','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-TD','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-TD','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-TD','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-TD','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-TD','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-TD','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-TD','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-TD','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-TD','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-TD','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-TD','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-TD','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-TD','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-TD','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-TD','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-TD','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-TD','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-TD','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-TD','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-TD','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-TD','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-TD','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-TD','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-TD','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-TD','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-TD','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-TD','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-TD','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-TD','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-TD','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-TD','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-TD','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-TD','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-TD','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-TD','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-TD','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-TD','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-TD','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-TD','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-TD','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-TD','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-TD','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-TD','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-TD','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-TD','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-TD','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-TD','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-TD','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-TD','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-TD','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-TD','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-TD','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-TD','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-TD','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-TD','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-TD','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-TD','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-TD','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-TD','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-TD','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-TD','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-TD','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-TD','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-TD','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-TD','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-TD','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-TD','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-TD','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-TD','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-TD','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-TD','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-TD','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-TD','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-TD','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-TD','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-TD','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-TD','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-TD','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-TD','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-TD','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-TD','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-TD','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-TD','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-TD','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-TD','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-TD','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-TD','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-TD','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-TD','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-TD','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-TD','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-TD','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-TD','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-TD','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-TD','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-TD','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-TD','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-TD','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-TD','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-TD','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-TD','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-TD','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-TD','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-TD','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-TD','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-TD','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-TD','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-TD','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-TD','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-TD','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-TD','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-TD','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-TD','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-TD','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-TD','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-TD','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-TD','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-TD','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-TD','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-TD','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-TD','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-TD','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-TD','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-TD','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-TD','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-TD','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-TD','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-TD','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-TD','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-TD','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-TD','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-TD','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-TD','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-TD','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-TD','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-TD','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-TD','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-TD','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-TD','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-TD','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-TD','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-TD','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-TD','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-TD','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-TD','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-TD','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-TD','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-TD','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-TD','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-TD','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-TD','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-TD','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-TD','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-TD','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-TD','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-TD','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-TD','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-TD','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-TD','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-TD','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-TD','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-TD','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-TD','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-TD','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-TD','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-TD','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-TD','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-TD','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-TD','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-TD','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-TD','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-TD','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-TD','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-TD','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-TD','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-TD','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-TD','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-TD','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-TD','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-TD','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-TD','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-TD','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-TD','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-TD','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-TD','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-TD','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-TD','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-TD','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-TD','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-TD','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-TD','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-TD','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-TD','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-TD','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-TD','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-TD','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-TD','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-TD','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-TD','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-TD','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-TD','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-TD','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-TD','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-TD','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-TD','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-TD','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-TD','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-TD','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-TD','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-TD','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-TD','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-TD','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-TD','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-TD','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-TD','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-TD','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-TD','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-TD','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-TD','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-TD','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-TD','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-TD','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-TD','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-TD','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-TD','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-TD','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-TD','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-TD','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-TD','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-TD','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-TD','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-TD','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-TD','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-TD','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-TD','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-TD','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-TD','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-TD','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-TD','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-TD','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-TD','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-TD','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-TD','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-TD','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-TD','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-TD','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-TD','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-TD','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-TD','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-TD','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-TD','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-TD','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-TD','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-TD','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-TD','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-TD','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-TD','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-TD','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-TD','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-TD','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-TD','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-TD','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-TD','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-TD','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-TD','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-TD','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-TD','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-TD','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-TD','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-TD','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-TD','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-TD','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-TD','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-TD','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-TD','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-TD','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-TD','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-TD','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-TD','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-TD','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-TD','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-TD','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-TD','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-TD','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-TD','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-TD','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-TD','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-TD','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-TD','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-TD','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-TD','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-TD','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-TD','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-TD','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-TD','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-TD','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-TD','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-TD','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-TD','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-TD','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-TD','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-TD','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-TD','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-TD','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-TD','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-TD','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-TD','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-TD','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-TD','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-TD','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-TD','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-TD','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-TD','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-TD','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-TD','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-TD','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-TD','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-TD','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-TD','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-TD','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-TD','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-TD','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-TD','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-TD','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-TD','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-TD','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-TD','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-TD','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-TD','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-TD','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-TD','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-TD','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-TD','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-TD','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-TD','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-TD','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-TD','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-TD','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-TD','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-TD','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-TD','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-TD','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-TD','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-TD','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-TD','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-TD','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-TD','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-TD','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-TD','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-TD','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-TD','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-TD','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-TD','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-TD','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-TD','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-TD','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-TD','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-TD','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-TD','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-TD','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-TD','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-TD','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-TD','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-TD','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-TD','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-TD','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-TD','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-TD','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-TD','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-TD','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-TD','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-TD','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-TD','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-TD','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-TD','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-TD','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-TD','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-TD','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-TD','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-TD','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-TD','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-TD','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-TD','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-TD','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-TD','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-TD','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-TD','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-TD','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-TD','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-TD','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-TD','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-TD','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-TD','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-TD','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-TD','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-TD','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-TD','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-TD','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-TD','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-TD','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-TD','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-TD','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-TD','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-TD','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-TD','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-TD','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-TD','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-TD','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-TD','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-TD','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-TD','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-TD','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-TD','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-TD','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-TD','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-TD','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-TD','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-TD','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-TD','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-TD','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-TD','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-TD','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-TD','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-TD','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-TD','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-TD','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-TD','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-TD','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-TD','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-TD','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-TD','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-TD','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-TD','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-TD','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-TD','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-TD','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-TD','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-TD','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-TD','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-TD','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-TD','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-TD','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-TD','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-TD','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-TD','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-TD','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-TD','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-TD','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-TD','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-TD','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-TD','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-TD','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-TD','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-TD','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-TD','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-TD','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-TD','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-TD','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-TD','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-TD','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-TD','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-TD','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-TD','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-TD','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-TD','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-TD','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-TD','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-TD','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-TD','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-TD','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-TD','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-TD','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-TD','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-TD','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-TD','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-TD','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-TD','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-TD','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-TD','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-TD','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-TD','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-TD','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-TD','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-TD','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-TD','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-TD','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-TD','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-TD','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-TD','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-TD','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-TD','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-TD','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-TD','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-TD','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-TD','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-TD','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-TD','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-TD','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-TD','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-TD','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-TD','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-TD','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-TD','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-TD','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-TD','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-TD','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-TD','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-TD','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-TD','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-TD','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-TD','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-TD','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-TD','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-TD','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-TD','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-TD','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-TD','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-TD','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-TD','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-TD','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-TD','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-TD','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-TD','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-TD','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-TD','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-TD','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-TD','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-TD','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-TD','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-TD','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-TD','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-TD','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-TD','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-TD','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-TD','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-TD','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-TD','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-TD','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-TD','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-TD','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-TD','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-TD','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-TD','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-TD','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-TD','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-TD','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-TD','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-TD','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-TD','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-TD','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-TD','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-TD','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-TD','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-TD','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-TD','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-TD','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-TD','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-TD','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-TD','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-TD','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-TD','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-TD','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-TD','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-TD','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-TD','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-TD','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-TD','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-TD','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-TD','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-TD','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-TD','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
    index af3f046bd59..31bcbe2ae27 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_tg.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_tg.sql
    @@ -1,5 +1,4 @@
     -- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
     --
     -- 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
    @@ -14,1242 +13,1240 @@
     -- You should have received a copy of the GNU General Public License
     -- along with this program. If not, see <http://www.gnu.org/licenses/>.
     --
    ---
     
     --
     -- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
     -- de l'install et tous les sigles '--' sont supprimés.
     --
     
    ---
     -- Descriptif des plans comptables BF SYSCOHADA
     -- ID 15000 - 16999
    ---
    +-- ADD 1500000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1', NULL, 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '101', '1', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit, non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit, appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1013', '101', 'Capital souscrit, appelé, versé, non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1014', '101', 'Capital souscrit, appelé, versé, amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit, soumis à des conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '102', '1', 'Capital par dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1021', '102', 'Dotation initiale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1022', '102', 'Dotations complémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1028', '102', 'Autres dotations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '103', '1', 'Capital personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '104', '1', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1041', '104', 'Apports temporaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1042', '104', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1043', '104', 'Rémunérations, impôts et autres charges personnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1047', '104', 'Prélèvements d\'autoconsommation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1048', '104', 'Autres prélèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '105', '1', 'Primes liees aux capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1051', '105', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1052', '105', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1053', '105', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1054', '105', 'Primes de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1058', '105', 'Autres primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '106', '1', 'Ecarts de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1061', '106', 'Ecarts de réévaluation légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1062', '106', 'Ecarts de réévaluation libre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '109', '1', 'Actionnaires, capital souscrit, non appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '11', '1', 'Reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '111', '11', 'Reserve legale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1111', '111', 'Réserves légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '112', '11', 'Reserves statutaires ou contractuelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '113', '11', 'Reserves reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1131', '113', 'Réserves de plus-values nettes à long terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1133', '113', 'Réserves consécutives à l\'octroi de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1134', '113', 'Réserves spéciales navires renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1135', '113', 'Réserves spéciales matériels et outillage renouvelés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1138', '113', 'Autres réserves réglementées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '118', '11', 'Autres reserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1181', '118', 'Réserves facultatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1188', '118', 'Réserves diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '12', '1', 'Report a nouveau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '121', '12', 'Report a nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1211', '121', 'Report à nouveau crediteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '129', '12', 'Report a nouveau debiteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1291', '129', 'Perte nette à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1292', '129', 'Perte - amortissements réputés différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '13', '1', 'Resultat net de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1301', '13', 'Résultat en instance d\'affectation : bénéfice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1309', '13', 'Résultat en instance d\'affectation : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '131', '13', 'Resultat net : benefice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '132', '13', 'Marge brute (mb)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1321', '132', 'Marge brute sur marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1322', '132', 'Marge brute sur matières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '133', '13', 'Valeur ajoutee (v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '134', '13', 'Excedent brut d\'exploitation (e.b.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '135', '13', 'Resultat d\'exploitation (r.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '136', '13', 'Resultat financier (r.f.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '137', '13', 'Resultat des activites ordinaires (r.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '138', '13', 'Resultat hors activites ordinaires (r.h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '139', '13', 'Resultat net : perte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '14', '1', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '141', '14', 'Subventions d\'equipement a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1411', '141', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1412', '141', 'Régions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1413', '141', 'Départements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1414', '141', 'Communes et collectivités publiques décentralisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1415', '141', 'Entreprises publiques ou mixtes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1416', '141', 'Entreprises et organismes privés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1417', '141', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1418', '141', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '142', '14', 'Subventions d\'equipement b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1421', '142', 'Subventions d\'équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '148', '14', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions reglementees et fonds assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '151', '15', 'Amortissements derogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '152', '15', 'Plus-values de cession a reinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1521', '152', 'Plus-values de cession à réinvestir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '153', '15', 'Fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1531', '153', 'Fonds national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1532', '153', 'Prélèvement pour le budget', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '154', '15', 'Provision speciale de reevaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions reglementees relatives aux immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1551', '155', 'Recontitution des gisements miniers et pétroliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1552', '155', 'Provisions de croissance des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1553', '155', 'Provisions de renouvellement du matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1554', '155', 'Provisions pourle renouvellement du matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions reglementees relatives aux stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1561', '156', 'Hausse de prix', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1562', '156', 'Fluctuation des cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions et fonds reglementes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts et dettes assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1611', '161', 'Emprunts obligataires ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1612', '161', 'Emprunts obligataires convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1618', '161', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1619', '161', 'Obligations à souscrire, à la souche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '162', '16', 'Emprunts et dettes aupres des etablissements de credit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '163', '16', 'Avances recues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '164', '16', 'Avances recues et comptes courants bloques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '165', '16', 'Depots et cautionnements recus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1651', '165', 'Dépôts à terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1652', '165', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '166', '16', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1661', '166', 'Sur emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1662', '166', 'Sur emprunts et dettes auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1663', '166', 'Sur avances reçues de l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1664', '166', 'Sur avances reçues et comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1665', '166', 'Sur dépôts et cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1667', '166', 'Sur avances assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1668', '166', 'Sur autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '167', '16', 'Avances assorties de conditions particulieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1671', '167', 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1672', '167', 'Avances conditionnées par l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1673', '167', 'Avances conditionnées par les autres organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1674', '167', 'Avances conditionné par les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1676', '167', 'Droits du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1681', '168', 'Rentes viagères capitalisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1682', '168', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1683', '168', 'Dettes consécutives à des titres emprunté', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1684', '168', 'Dettes du concédant exigibles en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1685', '168', 'Emprunts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1686', '168', 'Participation des travailleurs aux bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '17', '1', 'Dettes de credit-bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '172', '17', 'Emprunts equivalents de credit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '173', '17', 'Emprunts equivalents de credit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '176', '17', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1762', '176', 'Sur emprunts équivalents de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1763', '176', 'Sur emprunts équivalents de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1768', '176', 'Sur emprunts équivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '178', '17', 'Emprunts equivalents d\'autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '18', '1', 'Dettes liees a des participations et comptes de liaison des etablissements et societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '181', '18', 'Dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1811', '181', 'Dettes liées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1812', '181', 'Dettes liées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '182', '18', 'Dettes liees a des societes en paticipation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '183', '18', 'Interets courus sur dettes liees a des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '184', '18', 'Comptes permanents bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '185', '18', 'Comptes permanents non bloques des etablissements et succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '186', '18', 'Comptes de liaison charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '187', '18', 'Comptes de liaison produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '188', '18', 'Comptes de liaison des societes en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '19', '1', 'Provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '191', '19', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '192', '19', 'Provisions pour garanties donnees aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '193', '19', 'Provisions pour pertes sur marches a achevement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '194', '19', 'Provisions pour pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '195', '19', 'Provisions pour impots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '196', '19', 'Provisions pour pensions et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '197', '19', 'Provisions pour charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1971', '197', 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '198', '19', 'Autres provisions financieres pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1981', '198', 'Provisions pour amendes et pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1982', '198', 'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1983', '198', 'Provisions pour propres assureurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'CAPIT', 'XXXXXX', '1988', '198', 'Autres provisions financières pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2', NULL, 'Charges immobilisees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '201', '2', 'Frais d\'etablissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2011', '201', 'Frais de constitution', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2012', '201', 'Frais de prospection', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2013', '201', 'Frais de publicité et de lancement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2014', '201', 'Frais de fonctionnement antérieurs au démarrage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2015', '201', 'Frais de modification du capital (fusions, scissions transformations)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2016', '201', 'Frais d\'entrée à la bourse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2017', '201', 'Frais de restructuration', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2018', '201', 'Frais divers d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '202', '2', 'Charges a repartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2021', '202', 'Charges différées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2022', '202', 'Frais d\'acquisition d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2026', '202', 'Fais d\'émission des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2028', '202', 'Charges à étaler', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '206', '2', 'Primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2061', '206', 'Obligations ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2062', '206', 'Obligations convertibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2068', '206', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '211', '21', 'Frais de recherche et de developpement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '212', '21', 'Brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '213', '21', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '214', '21', 'Marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '215', '21', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '216', '21', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '217', '21', 'Investissements de creation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '218', '21', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '219', '21', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2191', '219', 'Frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2193', '219', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2198', '219', 'Autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '22', '2', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '221', '22', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2211', '221', 'Terrains d\'exploitation agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2212', '221', 'Terrains d\'exploitation forestière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2218', '221', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '222', '22', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2221', '222', 'Terrains à bâtir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2228', '222', 'Autres terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '223', '22', 'Terrains batis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2231', '223', 'Pour bâtiments industriels et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2232', '223', 'Pour bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2234', '223', 'Pour bâtiments affectés aux autres opérations professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2235', '223', 'Pour bâtiments affectés aux autres opérations non professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2236', '223', 'Autres terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '224', '22', 'Travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2241', '224', 'Plantation d\'arbres et d\'arbustes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2248', '224', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '225', '22', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2251', '225', 'Carrières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '226', '22', 'Terrains amenages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2261', '226', 'Parkings', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '227', '22', 'Terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '228', '22', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2281', '228', 'Terrains des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2285', '228', 'Terrains des logements affectés au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2288', '228', 'Autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '229', '22', 'Amenagements des terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2291', '229', 'Terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2292', '229', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2295', '229', 'Terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2298', '229', 'Autres travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '23', '2', 'Bâtiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '231', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2311', '231', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2312', '231', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2313', '231', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2314', '231', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2315', '231', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '232', '23', 'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2321', '232', 'Bâtiments industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2322', '232', 'Bâtiments agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2323', '232', 'Bâtiments administratifs et commerciaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2324', '232', 'Bâtiments affectés au logement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2325', '232', 'Immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '233', '23', 'Ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2331', '233', 'Voies de terre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2332', '233', 'Voies de fer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2333', '233', 'Voies d\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2334', '233', 'Barrages, digues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2335', '233', 'Pistes d\'aérodrome', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2338', '233', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '234', '23', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2341', '234', 'Installations complexes spécialisées sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2342', '234', 'Installations complexes spécialisées sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2343', '234', 'Installations à caractère spécifique sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2344', '234', 'Installations à caractère spécifique sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '235', '23', 'Amenagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2351', '235', 'Installations générales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2358', '235', 'Autres installations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '237', '23', 'Batiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '238', '23', 'Autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '239', '23', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2391', '239', 'Bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '24', '2', 'Materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '241', '24', 'Materiel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2411', '241', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2412', '241', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2413', '241', 'Matériel commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2414', '241', 'Outillage commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '242', '24', 'Materiel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2421', '242', 'Matériel agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2422', '242', 'Outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '243', '24', 'Materiel d\'emballage recuperable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '244', '24', 'Materiel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2441', '244', 'Matériel de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2442', '244', 'Matériel informatique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2443', '244', 'Matériel bureautique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2444', '244', 'Mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2446', '244', 'Matériel et mobilier des immeubles de rapport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2447', '244', 'Matériel et mobilier des logements du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '245', '24', 'Materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2451', '245', 'Matériel automobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2452', '245', 'Matériel ferroviaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2453', '245', 'Matériel fluvial, lagunaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2454', '245', 'Matériel naval', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2455', '245', 'Matériel aérien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2456', '245', 'Matériel hippomobile', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2458', '245', 'Autres (vélo, mobylette, moto)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '246', '24', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2461', '246', 'Cheptel, animaux de trait', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2462', '246', 'Cheptel, animaux reproducteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2463', '246', 'Animaux de garde', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2465', '246', 'Plantations agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2468', '246', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '247', '24', 'Agencements et amenagements du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '248', '24', 'Autres materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2481', '248', 'Collections et oeuvres d\'art', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '249', '24', 'Materiel en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2491', '249', 'Matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2492', '249', 'Matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2493', '249', 'Matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2494', '249', 'Matériel et mobilier de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2495', '249', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2496', '249', 'Immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2497', '249', 'Agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2498', '249', 'Autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '25', '2', 'Avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '251', '25', 'Avances et acomptes verses sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '252', '25', 'Avances et acomptes verses sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '26', '2', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '261', '26', 'Titres de participation dans des societes sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '262', '26', 'Titres de participation dans des societes sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '263', '26', 'Titres de participation dans des societes conferant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '265', '26', 'Participations dans des organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '266', '26', 'Part dans des groupements d\'interets economique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '268', '26', 'Autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '27', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '271', '27', 'Prêts et creances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2711', '271', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2712', '271', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2713', '271', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2714', '271', 'Titres prêtés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '272', '27', 'Prets au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2721', '272', 'Prêts immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2722', '272', 'Prêts mobiliers et d\'intallation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2728', '272', 'Autres prêts (frais d\'étude...)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '273', '27', 'Creances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2731', '273', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2733', '273', 'Fonds reglementé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2738', '273', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '274', '27', 'Titres immobilises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2741', '274', 'Titres immobilisés de l\'activité de portefeuille (t.i.a.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2742', '274', 'Titres participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2743', '274', 'Certificats d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2744', '274', 'Parts de fonds commun de placement (f.c.p.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2748', '274', 'Autres titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '275', '27', 'Depots et cautionnements verses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2751', '275', 'Dépôts pour loyers d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2752', '275', 'Dépôts pour l\'électricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2753', '275', 'Dépôts pour l\'eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2754', '275', 'Dépôts pour le gaz', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2755', '275', 'Dépôts pour le téléphone, le télex, la télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2756', '275', 'Cautionnements sur les marchés publics', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2757', '275', 'Cautionnements sur autres opérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2758', '275', 'Autres dépôts et cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '276', '27', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2761', '276', 'Prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2762', '276', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2763', '276', 'Créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2764', '276', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2765', '276', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2767', '276', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2768', '276', 'Immobilisations financières diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '277', '27', 'Créances rattachees a des participations et des avances a des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2771', '277', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2772', '277', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2773', '277', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2774', '277', 'Avances à des groupements d\'intérêt économique (g.i.e.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '278', '27', 'Immobilisations financieres diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2781', '278', 'Créances diverses groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2782', '278', 'Créances diverses hors groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2785', '278', 'Or et métaux précieux (1)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '28', '2', 'Amortissemnts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2811', '281', 'Amortissements des frais de recherche et de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2812', '281', 'Amortissements des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2813', '281', 'Amortissements des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2814', '281', 'Amortissements des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2815', '281', 'Amortissements du fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2816', '281', 'Amortissements du droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2817', '281', 'Amortissements des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2818', '281', 'Amortissements des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2821', '282', 'Amortissements des terrains agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2824', '282', 'Amortissements des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2825', '282', 'Amortissements des terrains de gisements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '283', '28', 'Amortissements des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2831', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2832', '283', 'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2833', '283', 'Amortissements des ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2834', '283', 'Amortissements des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2835', '283', 'Amortissements des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2837', '283', 'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2838', '283', 'Amortissements des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '284', '28', 'Amortissement du materiel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2841', '284', 'Amortissements du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2842', '284', 'Amortissements du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2843', '284', 'Amortissements du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2844', '284', 'Amortissements du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2845', '284', 'Amortissements du materiel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2846', '284', 'Amortissements des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2847', '284', 'Amortissements des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2848', '284', 'Amortissements des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour depreciation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '291', '29', 'Provisions pour depreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2912', '291', 'Provisions pour dépréciation des brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2913', '291', 'Provisions pour dépréciation des logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2914', '291', 'Provisions pour dépréciation des marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2915', '291', 'Provisions pour dépréciation du fonds de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2916', '291', 'Provisions pour dépréciation du droit de bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2917', '291', 'Provisions pour dépréciation des investissements de création', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2918', '291', 'Provisions pour dépréciation des autres droits et valeurs incorporels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2919', '291', 'Provisions pour dépréciation des immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour depreciation des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2921', '292', 'Provisions pour dépréciations des terrains agricoles et forestiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2922', '292', 'Provisions pour dépréciation des terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2923', '292', 'Provisions pour dépréciation des terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2924', '292', 'Provisions pour dépréciation des travaux de mise en valeur des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2925', '292', 'Provisions pour dépréciation des terrains de gisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2926', '292', 'Provisions pour dépréciation des terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2927', '292', 'Provisions pour dépréciation des terrains mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2928', '292', 'Provisions pour dépréciation des autres terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2929', '292', 'Provisions pour dépréciation des aménagements terrains en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour depreciation des batiments, installations techniques et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2931', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2932', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2933', '293', 'Provisions pour dépréciation des ouvrages d\'infrastructures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2934', '293', 'Provisions pour dépréciation des installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2935', '293', 'Provisions pour dépréciation des aménagements de bureaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2937', '293', 'Provisions pour dépréciation des bâtiments industriels, agricoles et commerciaux mis en concession', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2938', '293', 'Provisions pour dépréciation des autres installations et agencements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2939', '293', 'Provisions pour dépréciation des bâtiments et installations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour depreciation des materiels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2941', '294', 'Provisions pour dépréciation du matériel et outillage industriel et commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2942', '294', 'Provisions pour dépréciation du matériel et outillage agricole', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2943', '294', 'Provisions pour dépréciation du matériel d\'emballage récupérable et identifiable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2944', '294', 'Provisions pour dépréciation du matériel et mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2945', '294', 'Provisions pour dépréciation du matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2946', '294', 'Provisions pour dépréciation des immobilisations animales et agricoles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2947', '294', 'Provisions pour dépréciation des agencements et aménagements du matériel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2948', '294', 'Provisions pour dépréciation des autres matériels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2949', '294', 'Provisions pour dépréciation des matériels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour depreciation des avances et acomptes verses sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2951', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2952', '295', 'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '296', '29', 'Provisions pour dépréciation des titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2961', '296', 'Provisions pour dépréciation des titres de participation dans des sociétés sous contrôle exclusif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2962', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés sous contrôle conjoint', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2963', '296', 'Provisions pour dépréciation des titres de participations dans les sociétés confèrant une influence notable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2965', '296', 'Provisions pour dépréciation des participations dans les organismes professionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2966', '296', 'Provisions pour dépréciation des parts dans des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2968', '296', 'Provisions pour dépréciation des autres titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '297', '29', 'Provisions pour dépréciation des autres immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2971', '297', 'Provisions pour dépréciation des prêts et créances non commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2972', '297', 'Provisions pour dépréciation des prêts du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2973', '297', 'Provisions pour dépréciation des créances sur l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2974', '297', 'Provisions pour dépréciation des titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2975', '297', 'Provisions pour dépréciation des dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2977', '297', 'Provisions pour dépréciation des créances rattachées à des participations et avances à des g.i.e.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'IMMO', 'XXXXXX', '2978', '297', 'Provisions pour dépréciation des créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '31', NULL, 'Marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '311', '31', 'Marchandises a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3111', '311', 'Marchandises a1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3112', '311', 'Marchandises a2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '312', '31', 'Marchandises b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3121', '312', 'Marchandises b1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3122', '312', 'Marchandises b2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '318', '31', 'Marchandises hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '32', NULL, 'Matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '321', '32', 'Matieres a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '322', '32', 'Matieres b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '323', '32', 'Fournitures (a,b)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '33', NULL, 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '331', '33', 'Matieres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '332', '33', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '333', '33', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '334', '33', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '335', '33', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3351', '335', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3352', '335', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3353', '335', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3358', '335', 'Autres emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '338', '33', 'Autres matieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '34', NULL, 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '341', '34', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3411', '341', 'Produits en cours p1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3412', '341', 'Produits en cours p2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '342', '34', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3421', '342', 'Travaux en cours t1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3422', '342', 'Travaux en cours t2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '343', '34', 'Produits intermediaires en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3431', '343', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3432', '343', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '344', '34', 'Produits residuels en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3441', '344', 'Produits résiduels a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3442', '344', 'Produits résiduels b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '35', NULL, 'Services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '351', '35', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3511', '351', 'Etudes en cours e1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3512', '351', 'Etudes en cours e2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '352', '35', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3521', '352', 'Prestations de services s1', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3522', '352', 'Prestations de services s2', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '36', NULL, 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '361', '36', 'Produits a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '362', '36', 'Produits b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '37', NULL, 'Produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '371', '37', 'Produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3711', '371', 'Produits intermédiaires a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3712', '371', 'Produits intermédiaires b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '372', '37', 'Produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3721', '372', 'Déchets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3722', '372', 'Rebuts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3723', '372', 'Matières de récupération', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '38', NULL, 'Stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '381', '38', 'Marchandises en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '382', '38', 'Matieres premieres et fournitures liees en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '383', '38', 'Autres approvisionnements en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '386', '38', 'Produits finis en cours de route', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '387', '38', 'Stocks en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3871', '387', 'Stock en consignation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '3872', '387', 'Stock en dépôt', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '388', '38', 'Stock provenant d\'immobilisations mises hors service ou au rebut', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '39', NULL, 'Depreciation des stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '391', '39', 'Depreciation des stoks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '392', '39', 'Depreciation des stoks de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '393', '39', 'Depreciation des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '394', '39', 'Depreciations des productions en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '395', '39', 'Depreciations des services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '396', '39', 'Depreciation des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '397', '39', 'Depreciation des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'STOCK', 'XXXXXX', '398', '39', 'Depreciation des stocks en cours de route, en consignation ou en depot', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Fournisseurs et comptes rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '401', '4', 'Fournisseurs,  dettes en comptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs  locaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4012', '401', 'Fournisseurs groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4013', '401', 'Fournisseurs sous-traitants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs retenue  de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '402', '4', 'Fournisseurs, effets a payer (e.a.p)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4021', '402', 'Fournisseurs, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4022', '402', 'Fournisseurs-groupe, effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4023', '402', 'Fournisseurs sous-traitants effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '408', '4', 'Fournisseurs, factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4082', '408', 'Fournisseurs - groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4083', '408', 'Fournisseurs sous-traitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4086', '408', 'Fournisseurs, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '409', '4', 'Fournisseurs debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4092', '409', 'Fournisseurs - groupe avances et acomptes versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4093', '409', 'Fournisseurs sous-traitants avances et acompte versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4094', '409', 'Fournisseurs créances pour emballages et matériels à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes et autres avoirs à obtenir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients et compte rattaches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4112', '411', 'Clients-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4114', '411', 'Clients, état et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4115', '411', 'Clients, organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients, retenues de garanti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4118', '411', 'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '412', '41', 'Clients, effets a recevoir en portefeuille', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4121', '412', 'Clients, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4122', '412', 'Clients-groupe, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4124', '412', 'Etat et collectivités publiques, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4125', '412', 'Oganismes internationaux, effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '414', '41', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4141', '414', 'Créances en compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4142', '414', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '415', '41', 'Clients, effets escomptes non echus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Creances clients litigieuses ou douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4161', '416', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4162', '416', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Clients, factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4186', '418', 'Clients, intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients crediteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients, avances et acompte reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4192', '419', 'Client - groupe, avances et acomptes reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4194', '419', 'Clients, dettes pour emballages et matériels consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes et autres avoirs à accorder', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel, avanceqs et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4211', '421', 'Personnel, avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4212', '421', 'Personnel, acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4213', '421', 'Frais avancés et fournitures au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Personnel, remunerations due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4221', '422', 'Personnel rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4222', '422', 'Personnel arrondis de paie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personnel, oppositions, saisie-arrets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4231', '423', 'Personnel, oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4232', '423', 'Personnel, saisie arrêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4233', '423', 'Personnel, avis à tiers détenteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '424', '42', 'Personnel, oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4241', '424', 'Assistance médicale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4242', '424', 'Allocations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4245', '424', 'Organisme sociaux rattachés à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4248', '424', 'Autres oeuvres sociales internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Representants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4251', '425', 'Délégués du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4252', '425', 'Syndicats et comités d\'entreprises, d\'établissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4258', '425', 'Autres représentatants du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel, participation aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel-depots', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4281', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Securite sociale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4311', '431', 'Prestations familiales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4312', '431', 'Accidents de travail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4313', '431', 'Caisse de retraite obligatoire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4314', '431', 'Caisse de retraite facultative', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4318', '431', 'Autres cotisations sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Caisse de retraite complementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '433', '43', 'Autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4331', '433', 'Mutuelle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Organismes sociaux, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4381', '438', 'Charges sociales sur gratifications à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Etat et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Etat,impot sur les benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Etat, autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4421', '4421', 'Impôts et taxes d\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4422', '4421', 'Impôts et taxes sur les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4423', '4421', 'Impôts et taxes recouvrables sur des obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4424', '4421', 'Impôts et taxes recouvrables sur des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4426', '4421', 'Droits de douane', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4428', '4421', 'Autres impôts et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '443', '44', 'Etat, t.v.a. facturee', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4431', '443', 'T.v.a. facturée sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4432', '443', 'T.v.a. facturée sur prestations de service', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4433', '443', 'T.v.a. facturée sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4434', '443', 'T.v.a. facturée sur production livrée à soi-même', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4435', '443', 'T.v.a. sur factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '444', '44', 'Etat, t.v.a. due ou credit de t.v.a.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4441', '444', 'Etat, t.v.a. due', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4449', '444', 'Etat, crédit de t.v.a. à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '445', '44', 'Etat, t.v.a. recuperable', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4451', '445', 'T.v.a. récupérable sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4452', '445', 'T.v.a. récupérable sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4453', '445', 'T.v.a. récupérable sur transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4454', '445', 'T.v.a. récupérable sur services extérieurs et autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4455', '445', 'T.v.a. récupérable sur factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4456', '445', 'T.v.a. transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Etat, autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Etat, impots retenus a la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4471', '447', 'Impôt général sur le revenu', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4472', '447', 'Impôts sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4473', '447', 'Contribution nationale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4474', '447', 'Contribution nationale de solidarité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4478', '447', 'Autres impôts et contributions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Etat, charges a payer et produits a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4486', '448', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4487', '448', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '449', '44', 'Etats, creances et dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4491', '449', 'Etat, obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4492', '449', 'Etat, avances et acomptes versés sur impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4493', '449', 'Etat, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4494', '449', 'Etat, subventions d\'équipement à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4495', '449', 'Etat, subventions d\'exploitation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4496', '449', 'Etat, subventions d\'équilibre à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4499', '449', 'Etat, fond réglementé provisionné', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '451', '45', 'Operations avec les organismes africains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Operations avec les autres organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Organismes internationaux, fonds de dotation et subventions a recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4581', '458', 'Organismes internationaux, fonds de dotation à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4582', '458', 'Organismes internationaux, subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Associes-groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Associes, operations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4611', '461', 'Associés apport en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4612', '461', 'Associés apport en numéraire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4613', '461', 'Actionnaires, capital souscrit appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4614', '461', 'Associés, capital appelé non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4615', '461', 'Associés, versements reçus sur augmentation de capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4616', '461', 'Associés, versements anticipés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4617', '461', 'Actionnaires défaillants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4618', '461', 'Associés, autres apports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4619', '461', 'Associés, capital à rembourser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '462', '46', 'Associes, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4621', '462', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4626', '462', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '463', '46', 'Associes, operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Associes, dividendes a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '466', '46', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '467', '46', 'Actionnaires, restant dû sur capital appele', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Debiteurs et crediteur divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Comptes d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4711', '471', 'Débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4712', '471', 'Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4713', '471', 'Obligataires, comptes de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Versements restant a effectuer sur titres non liberes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4726', '472', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4727', '472', 'Titres immobilisés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4728', '472', 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '474', '47', 'Repartition periodique des charges et des produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4746', '474', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4747', '474', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '475', '47', 'Creances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '476', '47', 'Charges constatees d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '477', '47', 'Produits constates d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Ecarts de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4781', '478', 'Diminution des créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4782', '478', 'Augmentation des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4788', '478', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '479', '47', 'Ecarts de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4791', '479', 'Augmentation de créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4792', '479', 'Diminution des dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4798', '479', 'Différences compensées par couverture de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Creances et dettes hors activites ordinaires (hao)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '481', '48', 'Fournisseurs d\'investissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4811', '481', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4812', '481', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4817', '481', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4818', '481', 'Factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '482', '48', 'Fournisseurs d\'investissements, effets a payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '483', '48', 'Dettes sur acquisition de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '484', '48', 'Autres dettes hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '485', '48', 'Creances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4851', '485', 'En compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4852', '485', 'Effet à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4855', '485', 'Créances sur cessions immobilisations effets escomptés et non échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4857', '485', 'Retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4858', '485', 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '486', '48', 'Creances sur cessions de titre de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '488', '48', 'Autres creances hors activites ordinaires (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Depreciations des comptes fournisseurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Depreciations des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4911', '491', 'Créances litigieuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4912', '491', 'Créances douteuses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '492', '49', 'Depreciations des comptes personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '493', '49', 'Depreciations des comptes organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '494', '49', 'Depreciations des comptes etats et collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Depreciations des comptes organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '496', '49', 'Depreciations des comptes associes et groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4962', '496', 'Associés, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4963', '496', 'Associés, opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4966', '496', 'Groupe, comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '497', '49', 'Depreciations des comptes debiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '498', '49', 'Depreciations des comptes de creances h.a.o.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4981', '498', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4982', '498', 'Créances sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4983', '498', 'Autres créances (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '499', '49', 'Risques provisionnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4991', '499', 'Sur opérations d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'THIRDPARTY', 'XXXXXX', '4998', '499', 'Sur opérations (h.a.o.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5', NULL, 'Titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '501', '5', 'Titres du tresor et bon de caisse a court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5011', '501', 'Titres du trésor à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5012', '501', 'Titres d\'organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5013', '501', 'Bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '502', '5', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5021', '502', 'Actions propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5022', '502', 'Actions cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5023', '502', 'Actions non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5024', '502', 'Actions démembrées (certificats d\'investissement; droits de vote)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5025', '502', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '503', '5', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5031', '503', 'Obligations émises par la société et rachetées par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5032', '503', 'Obligations cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5033', '503', 'Obligations non cotées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5035', '503', 'Autres titres conférant un droit de créance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '504', '5', 'Bon de souscription', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5042', '504', 'Bons de souscription d\'actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5043', '504', 'Bon de souscription d\'obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '505', '5', 'Titres negociables hors region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '506', '5', 'Interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5061', '506', 'Titres du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5062', '506', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5063', '506', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '508', '5', 'Autres valeurs assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '51', '5', 'Valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '511', '51', 'Effets a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '512', '51', 'Effets a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '513', '51', 'Cheques a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '514', '51', 'Cheques a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '515', '51', 'Cartes de credit a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '518', '51', 'Autres valeurs a l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5181', '518', 'Warrants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5182', '518', 'Billets de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5185', '518', 'Chèque de voyage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5186', '518', 'Coupons échus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5187', '518', 'Intérêts échus des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '52', '5', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '521', '52', 'Banques locales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5211', '521', 'Banque x', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5212', '521', 'Banque y', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '522', '52', 'Banques autres etats region', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '523', '52', 'Banques autres etats zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '524', '52', 'Banques hors zone monetaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '526', '52', 'Banques, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5261', '521', 'Banques, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5267', '521', 'Banques, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '53', '5', 'Etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '531', '53', 'Cheques postaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '532', '53', 'Tresor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '533', '53', 'Societe de gestion et d\'intermediation (s.g.i.)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '536', '53', 'Etablissements financiers, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5361', '536', 'Etablissements financiers, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5362', '536', 'Etablissements financiers, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '538', '53', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '54', '5', 'Instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '541', '54', 'Options de taux d\'interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '542', '54', 'Options de taux de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '543', '54', 'Options de taux boursiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '544', '54', 'Instruments de marches  a terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '545', '54', 'Avoirs d\'or et autres metaux precieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '56', '5', 'Banques, credits de tresorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '561', '56', 'Credits de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '564', '56', 'Escompte de credits de campagne', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '565', '56', 'Escompte de credits ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '566', '56', 'Banques, credits de tresorerie, interets courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5661', '566', 'Banques, crédits de trésorerie, intérêts courus, charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5667', '566', 'Banques, crédits de trésorerie, intérêts courus, produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '57', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '571', '57', 'Caisse siege social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5711', '571', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5712', '571', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '572', '57', 'Caisse succursale a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5721', '572', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5722', '572', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '573', '57', 'Caisse succursale b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5731', '573', 'En unités monétaires légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '5732', '573', 'En devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '58', '5', 'Regies d\'avances, accreditifs et virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '581', '58', 'Regies d\'avances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '582', '58', 'Accreditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '585', '58', 'Virements de fonds', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '588', '58', 'Autres virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '59', '5', 'Depreciations des titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '591', '59', 'Depreciations des titres et valeurs a encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '592', '59', 'Depreciations des comptes banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '593', '59', 'Depreciations des comptes etablissements financiers et assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '594', '59', 'Depreciations des comptes d\'instruments de tresorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'FINAN', 'XXXXXX', '599', '59', 'Risques provisionnes a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6', NULL, 'Achats et variations de stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '601', '6', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6011', NULL, 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6012', NULL, 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6013', NULL, 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6014', NULL, 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6019', NULL, 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '602', '6', 'Achats de matieres premieres et fournitures liees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6021', '602', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6022', '602', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6023', '602', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6024', '602', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6029', '602', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '603', '6', 'Variations des stocks et biens achetes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6031', '603', 'Variations des stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6032', '603', 'Variations des stocks de matiéres premiéres et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6033', '603', 'Variations des stocks d\'autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '604', '6', 'Achats stockes de matieres et fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6041', '604', 'Matiéres consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6042', '604', 'Matiéres combustibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6043', '604', 'Produits d\'entretien', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6044', '604', 'Fournitures d\'atelier et d\'usine', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6046', '604', 'Fournitures de magasin', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6047', '604', 'Fournitures de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6049', '604', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '605', '6', 'Autres achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6051', '605', 'Fournitures non stockables - eau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6052', '605', 'Fournitures non stockables - electricité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6053', '605', 'Fournitures non stockables - autres énergies', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6054', '605', 'Fournitures d\'entretien non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6055', '605', 'Fournitures de bureau non stockables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6056', '605', 'Achats de petits matériel et outillage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6057', '605', 'Achats d\'études et de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6058', '605', 'Achats de travaux, matériels et équipements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6059', '605', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '608', '6', 'Achats d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6081', '608', 'Emballages perdus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6082', '608', 'Emballages récupérables non identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6083', '608', 'Emballages à usage mixte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6089', '608', 'Rabais, remises et ristournes obtenus (non ventilés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '61', '6', 'Transports', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '611', '61', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '612', '61', 'Transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '613', '61', 'Transports pour le compte de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '614', '61', 'Transports du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '616', '61', 'Transports de plis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres frais de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6181', '618', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6182', '618', 'Transports entre établissements ou chantiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6183', '618', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '62', '6', 'Services exterieurs a', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '621', '62', 'Sous traitance generale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '622', '62', 'Locations et charges locatives', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6221', '622', 'Locations de terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6222', '622', 'Locations de bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6223', '622', 'Location de matériels et outillages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6224', '622', 'Malis sur emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6225', '622', 'Locations d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6228', '622', 'Locations et charges locatives diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '623', '62', 'Redevances de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6232', '623', 'Crédits-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6233', '623', 'Crédits-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6235', '623', 'Contrats assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '624', '62', 'Entretiens, reparations et maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6241', '624', 'Entretien et réparation des biens immobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6242', '624', 'Entretien et réparation des biens mobiliers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6243', '624', 'Maintenance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6248', '624', 'Autres entretiens et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '625', '62', 'Primes d\'assurance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6251', '625', 'Assurances multirisques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6252', '625', 'Assurances matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6253', '625', 'Assurances risques d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6254', '625', 'Assurances responsabilité du producteur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6255', '625', 'Assurances insolvabilité clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6256', '625', 'Assurances transport sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6257', '625', 'Assurances transport sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6258', '625', 'Autres primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '626', '62', 'Etudes, recherches et documentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6261', '626', 'Etudes et recherches', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6265', '626', 'Documentation générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6266', '626', 'Documentation technique', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '627', '62', 'Publicite, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6271', '627', 'Annonces, insertions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6272', '627', 'Catalogues, imprimés publicitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6273', '627', 'Echantillons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6274', '627', 'Foires et expositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6275', '627', 'Publications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6276', '627', 'Cadeaux à la clientèle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6277', '627', 'Frais de colloques, séminaires, conférences', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres charges de publicités et relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '628', '62', 'Frais de telecommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6281', '628', 'Frais de téléphone', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6282', '628', 'Frais de télex', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6283', '628', 'Frais de télécopie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6288', '628', 'Autres frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '63', '6', 'Services exterieurs b', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '631', '63', 'Frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6311', '631', 'Frais sur titre (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6312', '631', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6313', '631', 'Locations de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6315', '631', 'Commissions sur cartes de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6316', '631', 'Frais d\'émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6318', '631', 'Autres frais bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '632', '63', 'Remunerations d\'intermediaires et de conseils', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6321', '632', 'Commissions et courtages sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6322', '632', 'Commissions et courtages sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6323', '632', 'Rémunérations des transitaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6324', '632', 'Honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6325', '632', 'Frais d\'actes et de contentieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6328', '632', 'Divers frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '633', '63', 'Frais de formation du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '634', '63', 'Redevances pour brevets, licences, logiciels et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6342', '634', 'Redevances pour brevets, licences, concessions et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6343', '634', 'Redevances pour logiciel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6344', '634', 'Redevances pour marques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '635', '63', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6351', '635', 'Cotisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6358', '635', 'Concours divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '636', '63', 'Redevances verses au concedant (concessions service public)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '637', '63', 'Remunerations du personnel exterieur a l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6371', '637', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6372', '637', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '638', '63', 'Autres charges externes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6381', '638', 'Frais de recrutement du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6382', '638', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6383', '638', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6384', '638', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '64', '6', 'Impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '641', '64', 'Impots et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6411', '641', 'Impots fonciers et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6412', '641', 'Patentes, licences et taxes annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6413', '641', 'Taxes sur appointements et salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6414', '641', 'Taxes d\'apprentissage', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6415', '641', 'Formation professionnelle continue', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6418', '641', 'Autres impôts et taxes directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '645', '64', 'Impots et taxes indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '646', '64', 'Droits d\'enregistrement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6461', '646', 'Droits de mutation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6462', '646', 'Droits de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6463', '646', 'Taxes sur les véhicules de société', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6464', '646', 'Vignettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6468', '646', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '647', '64', 'Penalites et amendes fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6471', '647', 'Pénalités d\'assiette, impots directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6472', '647', 'Pénalités d\'assiette, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6473', '647', 'Pénalités de recouvrement, impôts directs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6474', '647', 'Pénalités de recouvrement, impôts indirects', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6478', '647', 'Autres amendes pénales et fiscales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '648', '64', 'Autres impots et taxes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '65', '6', 'Autres charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '651', '65', 'Pertes sur creances clients et autres debiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6511', '651', 'Pertes sur clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6515', '651', 'Autres débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '652', '65', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6521', '652', 'Quote-part transféré de bénéfices (comptabilté du gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6525', '652', 'Pertes imputées par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '653', '65', 'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '654', '65', 'Valeur comptable des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6581', '658', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6582', '658', 'Dons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6583', '658', 'Mécénat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '659', '65', 'Charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6591', '659', 'Sur risque à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6593', '659', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6594', '659', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6598', '659', 'Autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '66', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '661', '66', 'Remunerations directes versees au personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6611', '661', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6612', '661', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6613', '661', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6614', '661', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6615', '661', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6616', '661', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6617', '661', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6618', '661', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '662', '66', 'Remunerations directes versees au personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6621', '662', 'Appointements salaires et commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6622', '662', 'Primes et gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6623', '662', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6624', '662', 'Indemnités de préavis, de licencement et de recherche d\'embauche', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6625', '662', 'Indemnités de maladie versées aux travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6626', '662', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6627', '662', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6628', '662', 'Autres rémunérations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '663', '66', 'Indemnites forfaitaires versees au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6631', '663', 'Indemnités de logement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6632', '663', 'Indemnités de représentation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6633', '663', 'Indemnités d\'expatriation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6638', '663', 'Autres indemnités et avantages divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '664', '66', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6641', '664', 'Charges sociales sur rémunération du personnel national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6642', '664', 'Charges sociales sur rémunération du personnel non national', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '666', '66', 'Remunerations et charges sociales de l\'exploitant individuel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6661', '666', 'Rémunérations du travail de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6662', '666', 'Charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '667', '66', 'Remunerations transferee de personnel exterieur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6671', '667', 'Personnel intérimaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6672', '667', 'Personnel détaché ou prêté à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '668', '66', 'Autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6681', '668', 'Versements aux syndicats et comités d\'entreprise, d\'établisement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6682', '668', 'Versements aux comité d\'hygiéne et de sécurité', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6683', '668', 'Versements aux autres oeuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6684', '668', 'Médecine du travail et pharmacie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '67', '6', 'Frais financiers et charges assimilees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '671', '67', 'Interets des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6711', '671', 'Emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6712', '671', 'Emprunts auprès des établissements de crédit', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6713', '671', 'Dettes liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '672', '67', 'Interets dans loyers de credit bail et contrats assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6721', '672', 'Intérêts dans loyers de crédit-bail immobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6722', '672', 'Intérêts dans loyers de crédit-bail mobilier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6723', '672', 'Intérêts dans loyers des autres contrats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '673', '67', 'Escomptes accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '674', '67', 'Autres interets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6741', '674', 'Avances reçues et dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6742', '674', 'Comptes courants bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6743', '674', 'Intérêts sur obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6744', '674', 'Intérêts sur dettes commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6745', '674', 'Intérêts bancaires et sur opérations de trésorerie et d\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6748', '674', 'Intérêts sur dettes diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '675', '67', 'Escomptes des effets de commerce', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '676', '67', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '677', '67', 'Pertes sur cessions de titres  de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '678', '67', 'Pertes sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6781', '678', 'Sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6782', '678', 'Sur opérations fiancières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6783', '678', 'Sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '679', '67', 'Charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6791', '679', 'Sur risque financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6795', '679', 'Sur titres de placements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6798', '679', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aus amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6811', '68', 'Dotations aux amortissements des charges immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6812', '68', 'Dotations aux amortissements des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6813', '68', 'Dotations aux amortissements des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '687', '68', 'Dotations aux amortissements a caractere financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6872', '687', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6878', '687', 'Autres dotations aux amortissements à caractère financier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '69', '6', 'Dotattions aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '691', '69', 'Dotation aux provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6911', '691', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6912', '691', 'Pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6913', '691', 'Pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6914', '691', 'Pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '697', '69', 'Dotations aux provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6971', '697', 'Pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'EXPENSE', 'XXXXXX', '6972', '697', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7', NULL, 'Ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '701', '7', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7011', '701', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7012', '701', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7013', '701', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7014', '701', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '702', '7', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7021', '702', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7022', '702', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7023', '702', 'Aux entreprises de groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7024', '702', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '703', '7', 'Ventes de produits intermediaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7031', '703', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7032', '703', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7033', '703', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7034', '703', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '704', '7', 'Ventes de produits residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7041', '704', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7042', '704', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7043', '704', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7044', '704', 'Aux entreprises du groupe hors  région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '705', '7', 'Travaux factures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7051', '705', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7052', '705', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7053', '705', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7054', '705', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '706', '7', 'Services vendus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7061', '706', 'Dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7062', '706', 'Hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7063', '706', 'Aux entreprises du groupe dans la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7064', '706', 'Aux entreprises du groupe hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '707', '7', 'Produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7071', '707', 'Port, emballages perdus et autres frais facturés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7072', '707', 'Commissions et courtages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7073', '707', 'Locations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7074', '707', 'Bonis sur reprises et cessions d\'emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7075', '707', 'Mise à disposition de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7076', '707', 'Redevances pour brevets, logiciels, marques et droits similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7077', '707', 'Services exploités dans l\'intérêt du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7078', '707', 'Autres produits accessoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '71', '7', 'Suvventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '711', '71', 'Sur produits a l\'exportation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '712', '71', 'Sur produits a l\'importation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '713', '71', 'Sur produits de perequation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '718', '71', 'Autres subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7181', '718', 'Versées par l\'etat et les collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7182', '718', 'Versées par les organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7183', '718', 'Versées par des tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '726', '72', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '73', '7', 'Variations des stocks de biens et de services produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '734', '73', 'Variations des stocks de produitsn en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7341', '734', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7342', '734', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '735', '73', 'Variations des en-cours de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7351', '735', 'Etudes en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7352', '735', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '736', '73', 'Variations des stocks de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '737', '73', 'Variations des stocks de produits intermediaires et residuels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7371', '737', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7372', '737', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '75', '7', 'Autres produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '752', '75', 'Quote-part de resultat sur operations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7521', '752', 'Quote-part trsnsférée de pertes (comptabilité de gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7525', '752', 'Bénéfices attribués par transfert (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '753', '75', 'Quote-part de resultat sue execution partielle de contrats pluri-ecercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '754', '75', 'Produits des cessions courantes d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '758', '75', 'Produits divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7581', '758', 'Jetons de présence et autres rémunérations d\'administrateurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7582', '758', 'Indemnités d\'assurances reçues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '759', '75', 'Reprises de charges provisionnees d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7591', '759', 'Sur risques à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7593', '759', 'Sur stocks', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7594', '759', 'Sur créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7598', '759', 'Sur autres charges provisionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '77', '7', 'Revenus financiers et produits assimiles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '771', '77', 'Interets de prets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '772', '77', 'Revenus de participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '773', '77', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '774', '77', 'Revenus de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '775', '77', 'Revenus des creances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '776', '77', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '777', '77', 'Gains sur cessions de titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '778', '77', 'Gains sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7781', '778', 'Gains sur rentes viagères', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7782', '778', 'Gains sur opérations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7784', '778', 'Gains sur instruments de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '779', '77', 'Reprises de charges provisionnees financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7791', '779', 'Sur risques financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7795', '779', 'Sur titres de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7798', '779', 'Autres charges provisionnées financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '78', '7', 'Transfert de charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '781', '78', 'Transfert de charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '787', '78', 'Transfert de charges financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '79', '7', 'Reprises de provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '791', '79', 'Reprises de provisions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7911', '791', 'Pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7912', '791', 'Pour grosses réparation d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7913', '791', 'Pour dépreciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7914', '791', 'Pour dépreciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '797', '79', 'Reprises de provisions financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7971', '797', 'Pour risques et charges financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '7972', '797', 'Pour dépréciation des immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'INCOME', 'XXXXXX', '798', '79', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '81', NULL, 'Valeurs comptables des cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '811', '81', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '812', '81', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '816', '81', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '82', NULL, 'Produits de cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '821', '82', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '822', '82', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '826', '82', 'Immobilisations financieres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '83', NULL, 'Charges hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '831', '83', 'Charges h.a.o constatées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '834', '83', 'Pertes sur creances h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '835', '83', 'Dons et liberalites accordes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '836', '83', 'Abandons de creances consentis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '839', '83', 'Charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '84', NULL, 'Produits hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '841', '84', 'Produits h.a.o constates', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '845', '84', 'Dons et liberalites obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '846', '84', 'Abandons de creances obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '848', '84', 'Transferts de charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '849', '84', 'Reprises des charges provisionnees h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '85', NULL, 'Dotations hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '851', '85', 'Dotations aux provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '852', '85', 'Dotations aux amortissements h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '853', '85', 'Dotations aux provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '854', '85', 'Dotations aux provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '858', '85', 'Autres dotations h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '86', NULL, 'Reprises hors activites ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '861', '86', 'Reprises de provisions reglementees', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '862', '86', 'Reprises d\'amortissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '863', '86', 'Reprises de provisions pour depreciation h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '864', '86', 'Reprises de provisions pour risques et charges h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '865', '86', 'Reprises de subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '868', '86', 'Autres reprises h.a.o', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '87', NULL, 'Participations des travailleurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '871', '87', 'Participation legale aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '874', '87', 'Participation contractuelle aux benefices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '878', '87', 'Autres participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '88', NULL, 'Subventions d\'equilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '881', '88', 'Etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '884', '88', 'Collectivites publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '886', '88', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '888', '88', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '89', NULL, 'Impots sur le resultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '891', '89', 'Impots sur les benefices de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '8911', '891', 'Activités exercées dans l\'etat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '8912', '891', 'Activités exercées dans les autres etats de la région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '8913', '891', 'Activités exercées hors région', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '892', '89', 'Rappel d\'impôts sur resultats anterieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '895', '89', 'Impôts minimum forfaitaires (i.m.f)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '899', '89', 'Dégrèvements et annulations d\'impots sur resultats antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '8991', '899', 'Dégrèvements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('SYSCOHADA-TG', 'AUTRES', 'XXXXXX', '8994', '899', 'Annulations pour pertes rétroactives', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15000,'SYSCOHADA-TG','CAPIT','XXXXXX','1',            0,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15001,'SYSCOHADA-TG','CAPIT','XXXXXX','101',      15000,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15002,'SYSCOHADA-TG','CAPIT','XXXXXX','1011',     15001,'Capital souscrit, non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15003,'SYSCOHADA-TG','CAPIT','XXXXXX','1012',     15001,'Capital souscrit, appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15004,'SYSCOHADA-TG','CAPIT','XXXXXX','1013',     15001,'Capital souscrit, appelé, versé, non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15005,'SYSCOHADA-TG','CAPIT','XXXXXX','1014',     15001,'Capital souscrit, appelé, versé, amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15006,'SYSCOHADA-TG','CAPIT','XXXXXX','1018',     15001,'Capital souscrit, soumis à des conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15007,'SYSCOHADA-TG','CAPIT','XXXXXX','102',      15000,'Capital par dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15008,'SYSCOHADA-TG','CAPIT','XXXXXX','1021',     15007,'Dotation initiale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15009,'SYSCOHADA-TG','CAPIT','XXXXXX','1022',     15007,'Dotations complémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15010,'SYSCOHADA-TG','CAPIT','XXXXXX','1028',     15007,'Autres dotations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15011,'SYSCOHADA-TG','CAPIT','XXXXXX','103',      15000,'Capital personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15012,'SYSCOHADA-TG','CAPIT','XXXXXX','104',      15000,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15013,'SYSCOHADA-TG','CAPIT','XXXXXX','1041',     15012,'Apports temporaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15014,'SYSCOHADA-TG','CAPIT','XXXXXX','1042',     15012,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15015,'SYSCOHADA-TG','CAPIT','XXXXXX','1043',     15012,'Rémunérations, impôts et autres charges personnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15016,'SYSCOHADA-TG','CAPIT','XXXXXX','1047',     15012,'Prélèvements d''autoconsommation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15017,'SYSCOHADA-TG','CAPIT','XXXXXX','1048',     15012,'Autres prélèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15018,'SYSCOHADA-TG','CAPIT','XXXXXX','105',      15000,'Primes liees aux capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15019,'SYSCOHADA-TG','CAPIT','XXXXXX','1051',     15018,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15020,'SYSCOHADA-TG','CAPIT','XXXXXX','1052',     15018,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15021,'SYSCOHADA-TG','CAPIT','XXXXXX','1053',     15018,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15022,'SYSCOHADA-TG','CAPIT','XXXXXX','1054',     15018,'Primes de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15023,'SYSCOHADA-TG','CAPIT','XXXXXX','1058',     15018,'Autres primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15024,'SYSCOHADA-TG','CAPIT','XXXXXX','106',      15000,'Ecarts de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15025,'SYSCOHADA-TG','CAPIT','XXXXXX','1061',     15024,'Ecarts de réévaluation légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15026,'SYSCOHADA-TG','CAPIT','XXXXXX','1062',     15024,'Ecarts de réévaluation libre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15027,'SYSCOHADA-TG','CAPIT','XXXXXX','109',      15000,'Actionnaires, capital souscrit, non appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15028,'SYSCOHADA-TG','CAPIT','XXXXXX','11',       15000,'Reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15029,'SYSCOHADA-TG','CAPIT','XXXXXX','111',      15028,'Reserve legale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15030,'SYSCOHADA-TG','CAPIT','XXXXXX','1111',     15029,'Réserves légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15031,'SYSCOHADA-TG','CAPIT','XXXXXX','112',      15028,'Reserves statutaires ou contractuelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15032,'SYSCOHADA-TG','CAPIT','XXXXXX','113',      15028,'Reserves reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15033,'SYSCOHADA-TG','CAPIT','XXXXXX','1131',     15032,'Réserves de plus-values nettes à long terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15034,'SYSCOHADA-TG','CAPIT','XXXXXX','1133',     15032,'Réserves consécutives à l''octroi de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15035,'SYSCOHADA-TG','CAPIT','XXXXXX','1134',     15032,'Réserves spéciales navires renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15036,'SYSCOHADA-TG','CAPIT','XXXXXX','1135',     15032,'Réserves spéciales matériels et outillage renouvelés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15037,'SYSCOHADA-TG','CAPIT','XXXXXX','1138',     15032,'Autres réserves réglementées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15038,'SYSCOHADA-TG','CAPIT','XXXXXX','118',      15028,'Autres reserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15039,'SYSCOHADA-TG','CAPIT','XXXXXX','1181',     15038,'Réserves facultatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15040,'SYSCOHADA-TG','CAPIT','XXXXXX','1188',     15038,'Réserves diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15041,'SYSCOHADA-TG','CAPIT','XXXXXX','12',       15000,'Report a nouveau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15042,'SYSCOHADA-TG','CAPIT','XXXXXX','121',      15041,'Report a nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15043,'SYSCOHADA-TG','CAPIT','XXXXXX','1211',     15042,'Report à nouveau crediteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15044,'SYSCOHADA-TG','CAPIT','XXXXXX','129',      15041,'Report a nouveau debiteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15045,'SYSCOHADA-TG','CAPIT','XXXXXX','1291',     15044,'Perte nette à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15046,'SYSCOHADA-TG','CAPIT','XXXXXX','1292',     15044,'Perte - amortissements réputés différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15047,'SYSCOHADA-TG','CAPIT','XXXXXX','13',       15000,'Resultat net de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15048,'SYSCOHADA-TG','CAPIT','XXXXXX','1301',     15047,'Résultat en instance d''affectation : bénéfice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15049,'SYSCOHADA-TG','CAPIT','XXXXXX','1309',     15047,'Résultat en instance d''affectation : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15050,'SYSCOHADA-TG','CAPIT','XXXXXX','131',      15047,'Resultat net : benefice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15051,'SYSCOHADA-TG','CAPIT','XXXXXX','132',      15047,'Marge brute (mb)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15052,'SYSCOHADA-TG','CAPIT','XXXXXX','1321',     15051,'Marge brute sur marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15053,'SYSCOHADA-TG','CAPIT','XXXXXX','1322',     15051,'Marge brute sur matières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15054,'SYSCOHADA-TG','CAPIT','XXXXXX','133',      15047,'Valeur ajoutee (v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15055,'SYSCOHADA-TG','CAPIT','XXXXXX','134',      15047,'Excedent brut d''exploitation (e.b.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15056,'SYSCOHADA-TG','CAPIT','XXXXXX','135',      15047,'Resultat d''exploitation (r.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15057,'SYSCOHADA-TG','CAPIT','XXXXXX','136',      15047,'Resultat financier (r.f.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15058,'SYSCOHADA-TG','CAPIT','XXXXXX','137',      15047,'Resultat des activites ordinaires (r.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15059,'SYSCOHADA-TG','CAPIT','XXXXXX','138',      15047,'Resultat hors activites ordinaires (r.h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15060,'SYSCOHADA-TG','CAPIT','XXXXXX','139',      15047,'Resultat net : perte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15061,'SYSCOHADA-TG','CAPIT','XXXXXX','14',       15000,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15062,'SYSCOHADA-TG','CAPIT','XXXXXX','141',      15061,'Subventions d''equipement a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15063,'SYSCOHADA-TG','CAPIT','XXXXXX','1411',     15062,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15064,'SYSCOHADA-TG','CAPIT','XXXXXX','1412',     15062,'Régions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15065,'SYSCOHADA-TG','CAPIT','XXXXXX','1413',     15062,'Départements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15066,'SYSCOHADA-TG','CAPIT','XXXXXX','1414',     15062,'Communes et collectivités publiques décentralisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15067,'SYSCOHADA-TG','CAPIT','XXXXXX','1415',     15062,'Entreprises publiques ou mixtes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15068,'SYSCOHADA-TG','CAPIT','XXXXXX','1416',     15062,'Entreprises et organismes privés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15069,'SYSCOHADA-TG','CAPIT','XXXXXX','1417',     15062,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15070,'SYSCOHADA-TG','CAPIT','XXXXXX','1418',     15062,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15071,'SYSCOHADA-TG','CAPIT','XXXXXX','142',      15061,'Subventions d''equipement b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15072,'SYSCOHADA-TG','CAPIT','XXXXXX','1421',     15071,'Subventions d''équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15073,'SYSCOHADA-TG','CAPIT','XXXXXX','148',      15061,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15074,'SYSCOHADA-TG','CAPIT','XXXXXX','15',       15000,'Provisions reglementees et fonds assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15075,'SYSCOHADA-TG','CAPIT','XXXXXX','151',      15074,'Amortissements derogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15076,'SYSCOHADA-TG','CAPIT','XXXXXX','152',      15074,'Plus-values de cession a reinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15077,'SYSCOHADA-TG','CAPIT','XXXXXX','1521',     15076,'Plus-values de cession à réinvestir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15078,'SYSCOHADA-TG','CAPIT','XXXXXX','153',      15074,'Fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15079,'SYSCOHADA-TG','CAPIT','XXXXXX','1531',     15078,'Fonds national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15080,'SYSCOHADA-TG','CAPIT','XXXXXX','1532',     15078,'Prélèvement pour le budget','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15081,'SYSCOHADA-TG','CAPIT','XXXXXX','154',      15074,'Provision speciale de reevaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15082,'SYSCOHADA-TG','CAPIT','XXXXXX','155',      15074,'Provisions reglementees relatives aux immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15083,'SYSCOHADA-TG','CAPIT','XXXXXX','1551',     15082,'Recontitution des gisements miniers et pétroliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15084,'SYSCOHADA-TG','CAPIT','XXXXXX','1552',     15082,'Provisions de croissance des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15085,'SYSCOHADA-TG','CAPIT','XXXXXX','1553',     15082,'Provisions de renouvellement du matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15086,'SYSCOHADA-TG','CAPIT','XXXXXX','1554',     15082,'Provisions pourle renouvellement du matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15087,'SYSCOHADA-TG','CAPIT','XXXXXX','156',      15074,'Provisions reglementees relatives aux stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15088,'SYSCOHADA-TG','CAPIT','XXXXXX','1561',     15087,'Hausse de prix','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15089,'SYSCOHADA-TG','CAPIT','XXXXXX','1562',     15087,'Fluctuation des cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15090,'SYSCOHADA-TG','CAPIT','XXXXXX','157',      15074,'Provisions pour investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15091,'SYSCOHADA-TG','CAPIT','XXXXXX','158',      15074,'Autres provisions et fonds reglementes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15092,'SYSCOHADA-TG','CAPIT','XXXXXX','16',       15000,'Emprunts et dettes assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15093,'SYSCOHADA-TG','CAPIT','XXXXXX','161',      15092,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15094,'SYSCOHADA-TG','CAPIT','XXXXXX','1611',     15093,'Emprunts obligataires ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15095,'SYSCOHADA-TG','CAPIT','XXXXXX','1612',     15093,'Emprunts obligataires convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15096,'SYSCOHADA-TG','CAPIT','XXXXXX','1618',     15093,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15097,'SYSCOHADA-TG','CAPIT','XXXXXX','1619',     15093,'Obligations à souscrire, à la souche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15098,'SYSCOHADA-TG','CAPIT','XXXXXX','162',      15092,'Emprunts et dettes aupres des etablissements de credit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15099,'SYSCOHADA-TG','CAPIT','XXXXXX','163',      15092,'Avances recues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15100,'SYSCOHADA-TG','CAPIT','XXXXXX','164',      15092,'Avances recues et comptes courants bloques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15101,'SYSCOHADA-TG','CAPIT','XXXXXX','165',      15092,'Depots et cautionnements recus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15102,'SYSCOHADA-TG','CAPIT','XXXXXX','1651',     15101,'Dépôts à terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15103,'SYSCOHADA-TG','CAPIT','XXXXXX','1652',     15101,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15104,'SYSCOHADA-TG','CAPIT','XXXXXX','166',      15092,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15105,'SYSCOHADA-TG','CAPIT','XXXXXX','1661',     15104,'Sur emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15106,'SYSCOHADA-TG','CAPIT','XXXXXX','1662',     15104,'Sur emprunts et dettes auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15107,'SYSCOHADA-TG','CAPIT','XXXXXX','1663',     15104,'Sur avances reçues de l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15108,'SYSCOHADA-TG','CAPIT','XXXXXX','1664',     15104,'Sur avances reçues et comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15109,'SYSCOHADA-TG','CAPIT','XXXXXX','1665',     15104,'Sur dépôts et cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15110,'SYSCOHADA-TG','CAPIT','XXXXXX','1667',     15104,'Sur avances assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15111,'SYSCOHADA-TG','CAPIT','XXXXXX','1668',     15104,'Sur autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15112,'SYSCOHADA-TG','CAPIT','XXXXXX','167',      15092,'Avances assorties de conditions particulieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15113,'SYSCOHADA-TG','CAPIT','XXXXXX','1671',     15112,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15114,'SYSCOHADA-TG','CAPIT','XXXXXX','1672',     15112,'Avances conditionnées par l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15115,'SYSCOHADA-TG','CAPIT','XXXXXX','1673',     15112,'Avances conditionnées par les autres organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15116,'SYSCOHADA-TG','CAPIT','XXXXXX','1674',     15112,'Avances conditionné par les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15117,'SYSCOHADA-TG','CAPIT','XXXXXX','1676',     15112,'Droits du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15118,'SYSCOHADA-TG','CAPIT','XXXXXX','168',      15092,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15119,'SYSCOHADA-TG','CAPIT','XXXXXX','1681',     15118,'Rentes viagères capitalisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15120,'SYSCOHADA-TG','CAPIT','XXXXXX','1682',     15118,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15121,'SYSCOHADA-TG','CAPIT','XXXXXX','1683',     15118,'Dettes consécutives à des titres emprunté','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15122,'SYSCOHADA-TG','CAPIT','XXXXXX','1684',     15118,'Dettes du concédant exigibles en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15123,'SYSCOHADA-TG','CAPIT','XXXXXX','1685',     15118,'Emprunts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15124,'SYSCOHADA-TG','CAPIT','XXXXXX','1686',     15118,'Participation des travailleurs aux bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15125,'SYSCOHADA-TG','CAPIT','XXXXXX','17',       15000,'Dettes de credit-bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15126,'SYSCOHADA-TG','CAPIT','XXXXXX','172',      15125,'Emprunts equivalents de credit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15127,'SYSCOHADA-TG','CAPIT','XXXXXX','173',      15125,'Emprunts equivalents de credit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15128,'SYSCOHADA-TG','CAPIT','XXXXXX','176',      15125,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15129,'SYSCOHADA-TG','CAPIT','XXXXXX','1762',     15128,'Sur emprunts équivalents de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15130,'SYSCOHADA-TG','CAPIT','XXXXXX','1763',     15128,'Sur emprunts équivalents de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15131,'SYSCOHADA-TG','CAPIT','XXXXXX','1768',     15128,'Sur emprunts équivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15132,'SYSCOHADA-TG','CAPIT','XXXXXX','178',      15125,'Emprunts equivalents d''autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15133,'SYSCOHADA-TG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15134,'SYSCOHADA-TG','CAPIT','XXXXXX','181',      15133,'Dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15135,'SYSCOHADA-TG','CAPIT','XXXXXX','1811',     15134,'Dettes liées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15136,'SYSCOHADA-TG','CAPIT','XXXXXX','1812',     15134,'Dettes liées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15137,'SYSCOHADA-TG','CAPIT','XXXXXX','182',      15133,'Dettes liees a des societes en paticipation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15138,'SYSCOHADA-TG','CAPIT','XXXXXX','183',      15133,'Interets courus sur dettes liees a des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15139,'SYSCOHADA-TG','CAPIT','XXXXXX','184',      15133,'Comptes permanents bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15140,'SYSCOHADA-TG','CAPIT','XXXXXX','185',      15133,'Comptes permanents non bloques des etablissements et succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15141,'SYSCOHADA-TG','CAPIT','XXXXXX','186',      15133,'Comptes de liaison charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15142,'SYSCOHADA-TG','CAPIT','XXXXXX','187',      15133,'Comptes de liaison produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15143,'SYSCOHADA-TG','CAPIT','XXXXXX','188',      15133,'Comptes de liaison des societes en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15144,'SYSCOHADA-TG','CAPIT','XXXXXX','19',       15000,'Provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15145,'SYSCOHADA-TG','CAPIT','XXXXXX','191',      15144,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15146,'SYSCOHADA-TG','CAPIT','XXXXXX','192',      15144,'Provisions pour garanties donnees aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15147,'SYSCOHADA-TG','CAPIT','XXXXXX','193',      15144,'Provisions pour pertes sur marches a achevement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15148,'SYSCOHADA-TG','CAPIT','XXXXXX','194',      15144,'Provisions pour pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15149,'SYSCOHADA-TG','CAPIT','XXXXXX','195',      15144,'Provisions pour impots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15150,'SYSCOHADA-TG','CAPIT','XXXXXX','196',      15144,'Provisions pour pensions et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15151,'SYSCOHADA-TG','CAPIT','XXXXXX','197',      15144,'Provisions pour charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15152,'SYSCOHADA-TG','CAPIT','XXXXXX','1971',     15151,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15153,'SYSCOHADA-TG','CAPIT','XXXXXX','198',      15144,'Autres provisions financieres pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15154,'SYSCOHADA-TG','CAPIT','XXXXXX','1981',     15153,'Provisions pour amendes et pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15155,'SYSCOHADA-TG','CAPIT','XXXXXX','1982',     15153,'Provisions pour renouvellement des immobilisations (entreprises concessionnaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15156,'SYSCOHADA-TG','CAPIT','XXXXXX','1983',     15153,'Provisions pour propres assureurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15157,'SYSCOHADA-TG','CAPIT','XXXXXX','1988',     15153,'Autres provisions financières pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15158,'SYSCOHADA-TG','IMMO','XXXXXX','2',             0,'Charges immobilisees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15159,'SYSCOHADA-TG','IMMO','XXXXXX','201',       15158,'Frais d''etablissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15160,'SYSCOHADA-TG','IMMO','XXXXXX','2011',      15159,'Frais de constitution','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15161,'SYSCOHADA-TG','IMMO','XXXXXX','2012',      15159,'Frais de prospection','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15162,'SYSCOHADA-TG','IMMO','XXXXXX','2013',      15159,'Frais de publicité et de lancement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15163,'SYSCOHADA-TG','IMMO','XXXXXX','2014',      15159,'Frais de fonctionnement antérieurs au démarrage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15164,'SYSCOHADA-TG','IMMO','XXXXXX','2015',      15159,'Frais de modification du capital (fusions, scissions transformations)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15165,'SYSCOHADA-TG','IMMO','XXXXXX','2016',      15159,'Frais d''entrée à la bourse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15166,'SYSCOHADA-TG','IMMO','XXXXXX','2017',      15159,'Frais de restructuration','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15167,'SYSCOHADA-TG','IMMO','XXXXXX','2018',      15159,'Frais divers d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15168,'SYSCOHADA-TG','IMMO','XXXXXX','202',       15158,'Charges a repartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15169,'SYSCOHADA-TG','IMMO','XXXXXX','2021',      15168,'Charges différées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15170,'SYSCOHADA-TG','IMMO','XXXXXX','2022',      15168,'Frais d''acquisition d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15171,'SYSCOHADA-TG','IMMO','XXXXXX','2026',      15168,'Fais d''émission des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15172,'SYSCOHADA-TG','IMMO','XXXXXX','2028',      15168,'Charges à étaler','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15173,'SYSCOHADA-TG','IMMO','XXXXXX','206',       15158,'Primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15174,'SYSCOHADA-TG','IMMO','XXXXXX','2061',      15173,'Obligations ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15175,'SYSCOHADA-TG','IMMO','XXXXXX','2062',      15173,'Obligations convertibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15176,'SYSCOHADA-TG','IMMO','XXXXXX','2068',      15173,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15177,'SYSCOHADA-TG','IMMO','XXXXXX','21',        15158,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15178,'SYSCOHADA-TG','IMMO','XXXXXX','211',       15177,'Frais de recherche et de developpement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15179,'SYSCOHADA-TG','IMMO','XXXXXX','212',       15177,'Brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15180,'SYSCOHADA-TG','IMMO','XXXXXX','213',       15177,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15181,'SYSCOHADA-TG','IMMO','XXXXXX','214',       15177,'Marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15182,'SYSCOHADA-TG','IMMO','XXXXXX','215',       15177,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15183,'SYSCOHADA-TG','IMMO','XXXXXX','216',       15177,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15184,'SYSCOHADA-TG','IMMO','XXXXXX','217',       15177,'Investissements de creation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15185,'SYSCOHADA-TG','IMMO','XXXXXX','218',       15177,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15186,'SYSCOHADA-TG','IMMO','XXXXXX','219',       15177,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15187,'SYSCOHADA-TG','IMMO','XXXXXX','2191',      15186,'Frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15188,'SYSCOHADA-TG','IMMO','XXXXXX','2193',      15186,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15189,'SYSCOHADA-TG','IMMO','XXXXXX','2198',      15186,'Autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15190,'SYSCOHADA-TG','IMMO','XXXXXX','22',        15158,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15191,'SYSCOHADA-TG','IMMO','XXXXXX','221',       15190,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15192,'SYSCOHADA-TG','IMMO','XXXXXX','2211',      15191,'Terrains d''exploitation agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15193,'SYSCOHADA-TG','IMMO','XXXXXX','2212',      15191,'Terrains d''exploitation forestière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15194,'SYSCOHADA-TG','IMMO','XXXXXX','2218',      15191,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15195,'SYSCOHADA-TG','IMMO','XXXXXX','222',       15190,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15196,'SYSCOHADA-TG','IMMO','XXXXXX','2221',      15195,'Terrains à bâtir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15197,'SYSCOHADA-TG','IMMO','XXXXXX','2228',      15195,'Autres terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15198,'SYSCOHADA-TG','IMMO','XXXXXX','223',       15190,'Terrains batis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15199,'SYSCOHADA-TG','IMMO','XXXXXX','2231',      15198,'Pour bâtiments industriels et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15200,'SYSCOHADA-TG','IMMO','XXXXXX','2232',      15198,'Pour bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15201,'SYSCOHADA-TG','IMMO','XXXXXX','2234',      15198,'Pour bâtiments affectés aux autres opérations professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15202,'SYSCOHADA-TG','IMMO','XXXXXX','2235',      15198,'Pour bâtiments affectés aux autres opérations non professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15203,'SYSCOHADA-TG','IMMO','XXXXXX','2236',      15198,'Autres terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15204,'SYSCOHADA-TG','IMMO','XXXXXX','224',       15190,'Travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15205,'SYSCOHADA-TG','IMMO','XXXXXX','2241',      15204,'Plantation d''arbres et d''arbustes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15206,'SYSCOHADA-TG','IMMO','XXXXXX','2248',      15204,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15207,'SYSCOHADA-TG','IMMO','XXXXXX','225',       15190,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15208,'SYSCOHADA-TG','IMMO','XXXXXX','2251',      15207,'Carrières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15209,'SYSCOHADA-TG','IMMO','XXXXXX','226',       15190,'Terrains amenages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15210,'SYSCOHADA-TG','IMMO','XXXXXX','2261',      15209,'Parkings','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15211,'SYSCOHADA-TG','IMMO','XXXXXX','227',       15190,'Terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15212,'SYSCOHADA-TG','IMMO','XXXXXX','228',       15190,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15213,'SYSCOHADA-TG','IMMO','XXXXXX','2281',      15212,'Terrains des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15214,'SYSCOHADA-TG','IMMO','XXXXXX','2285',      15212,'Terrains des logements affectés au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15215,'SYSCOHADA-TG','IMMO','XXXXXX','2288',      15212,'Autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15216,'SYSCOHADA-TG','IMMO','XXXXXX','229',       15190,'Amenagements des terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15217,'SYSCOHADA-TG','IMMO','XXXXXX','2291',      15216,'Terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15218,'SYSCOHADA-TG','IMMO','XXXXXX','2292',      15216,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15219,'SYSCOHADA-TG','IMMO','XXXXXX','2295',      15216,'Terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15220,'SYSCOHADA-TG','IMMO','XXXXXX','2298',      15216,'Autres travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15221,'SYSCOHADA-TG','IMMO','XXXXXX','23',        15158,'Bâtiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15222,'SYSCOHADA-TG','IMMO','XXXXXX','231',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15223,'SYSCOHADA-TG','IMMO','XXXXXX','2311',      15222,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15224,'SYSCOHADA-TG','IMMO','XXXXXX','2312',      15222,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15225,'SYSCOHADA-TG','IMMO','XXXXXX','2313',      15222,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15226,'SYSCOHADA-TG','IMMO','XXXXXX','2314',      15222,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15227,'SYSCOHADA-TG','IMMO','XXXXXX','2315',      15222,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15228,'SYSCOHADA-TG','IMMO','XXXXXX','232',       15221,'Bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15229,'SYSCOHADA-TG','IMMO','XXXXXX','2321',      15228,'Bâtiments industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15230,'SYSCOHADA-TG','IMMO','XXXXXX','2322',      15228,'Bâtiments agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15231,'SYSCOHADA-TG','IMMO','XXXXXX','2323',      15228,'Bâtiments administratifs et commerciaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15232,'SYSCOHADA-TG','IMMO','XXXXXX','2324',      15228,'Bâtiments affectés au logement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15233,'SYSCOHADA-TG','IMMO','XXXXXX','2325',      15228,'Immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15234,'SYSCOHADA-TG','IMMO','XXXXXX','233',       15221,'Ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15235,'SYSCOHADA-TG','IMMO','XXXXXX','2331',      15234,'Voies de terre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15236,'SYSCOHADA-TG','IMMO','XXXXXX','2332',      15234,'Voies de fer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15237,'SYSCOHADA-TG','IMMO','XXXXXX','2333',      15234,'Voies d''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15238,'SYSCOHADA-TG','IMMO','XXXXXX','2334',      15234,'Barrages, digues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15239,'SYSCOHADA-TG','IMMO','XXXXXX','2335',      15234,'Pistes d''aérodrome','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15240,'SYSCOHADA-TG','IMMO','XXXXXX','2338',      15234,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15241,'SYSCOHADA-TG','IMMO','XXXXXX','234',       15221,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15242,'SYSCOHADA-TG','IMMO','XXXXXX','2341',      15241,'Installations complexes spécialisées sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15243,'SYSCOHADA-TG','IMMO','XXXXXX','2342',      15241,'Installations complexes spécialisées sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15244,'SYSCOHADA-TG','IMMO','XXXXXX','2343',      15241,'Installations à caractère spécifique sur sol propre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15245,'SYSCOHADA-TG','IMMO','XXXXXX','2344',      15241,'Installations à caractère spécifique sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15246,'SYSCOHADA-TG','IMMO','XXXXXX','235',       15221,'Amenagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15247,'SYSCOHADA-TG','IMMO','XXXXXX','2351',      15246,'Installations générales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15248,'SYSCOHADA-TG','IMMO','XXXXXX','2358',      15246,'Autres installations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15249,'SYSCOHADA-TG','IMMO','XXXXXX','237',       15221,'Batiments industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15250,'SYSCOHADA-TG','IMMO','XXXXXX','238',       15221,'Autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15251,'SYSCOHADA-TG','IMMO','XXXXXX','239',       15221,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15252,'SYSCOHADA-TG','IMMO','XXXXXX','2391',      15251,'Bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15253,'SYSCOHADA-TG','IMMO','XXXXXX','24',        15158,'Materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15254,'SYSCOHADA-TG','IMMO','XXXXXX','241',       15253,'Materiel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15255,'SYSCOHADA-TG','IMMO','XXXXXX','2411',      15254,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15256,'SYSCOHADA-TG','IMMO','XXXXXX','2412',      15254,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15257,'SYSCOHADA-TG','IMMO','XXXXXX','2413',      15254,'Matériel commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15258,'SYSCOHADA-TG','IMMO','XXXXXX','2414',      15254,'Outillage commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15259,'SYSCOHADA-TG','IMMO','XXXXXX','242',       15253,'Materiel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15260,'SYSCOHADA-TG','IMMO','XXXXXX','2421',      15259,'Matériel agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15261,'SYSCOHADA-TG','IMMO','XXXXXX','2422',      15259,'Outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15262,'SYSCOHADA-TG','IMMO','XXXXXX','243',       15253,'Materiel d''emballage recuperable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15263,'SYSCOHADA-TG','IMMO','XXXXXX','244',       15253,'Materiel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15264,'SYSCOHADA-TG','IMMO','XXXXXX','2441',      15263,'Matériel de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15265,'SYSCOHADA-TG','IMMO','XXXXXX','2442',      15263,'Matériel informatique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15266,'SYSCOHADA-TG','IMMO','XXXXXX','2443',      15263,'Matériel bureautique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15267,'SYSCOHADA-TG','IMMO','XXXXXX','2444',      15263,'Mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15268,'SYSCOHADA-TG','IMMO','XXXXXX','2446',      15263,'Matériel et mobilier des immeubles de rapport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15269,'SYSCOHADA-TG','IMMO','XXXXXX','2447',      15263,'Matériel et mobilier des logements du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15270,'SYSCOHADA-TG','IMMO','XXXXXX','245',       15253,'Materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15271,'SYSCOHADA-TG','IMMO','XXXXXX','2451',      15270,'Matériel automobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15272,'SYSCOHADA-TG','IMMO','XXXXXX','2452',      15270,'Matériel ferroviaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15273,'SYSCOHADA-TG','IMMO','XXXXXX','2453',      15270,'Matériel fluvial, lagunaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15274,'SYSCOHADA-TG','IMMO','XXXXXX','2454',      15270,'Matériel naval','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15275,'SYSCOHADA-TG','IMMO','XXXXXX','2455',      15270,'Matériel aérien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15276,'SYSCOHADA-TG','IMMO','XXXXXX','2456',      15270,'Matériel hippomobile','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15277,'SYSCOHADA-TG','IMMO','XXXXXX','2458',      15270,'Autres (vélo, mobylette, moto)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15278,'SYSCOHADA-TG','IMMO','XXXXXX','246',       15253,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15279,'SYSCOHADA-TG','IMMO','XXXXXX','2461',      15278,'Cheptel, animaux de trait','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15280,'SYSCOHADA-TG','IMMO','XXXXXX','2462',      15278,'Cheptel, animaux reproducteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15281,'SYSCOHADA-TG','IMMO','XXXXXX','2463',      15278,'Animaux de garde','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15282,'SYSCOHADA-TG','IMMO','XXXXXX','2465',      15278,'Plantations agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15283,'SYSCOHADA-TG','IMMO','XXXXXX','2468',      15278,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15284,'SYSCOHADA-TG','IMMO','XXXXXX','247',       15253,'Agencements et amenagements du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15285,'SYSCOHADA-TG','IMMO','XXXXXX','248',       15253,'Autres materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15286,'SYSCOHADA-TG','IMMO','XXXXXX','2481',      15285,'Collections et oeuvres d''art','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15287,'SYSCOHADA-TG','IMMO','XXXXXX','249',       15253,'Materiel en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15288,'SYSCOHADA-TG','IMMO','XXXXXX','2491',      15287,'Matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15289,'SYSCOHADA-TG','IMMO','XXXXXX','2492',      15287,'Matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15290,'SYSCOHADA-TG','IMMO','XXXXXX','2493',      15287,'Matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15291,'SYSCOHADA-TG','IMMO','XXXXXX','2494',      15287,'Matériel et mobilier de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15292,'SYSCOHADA-TG','IMMO','XXXXXX','2495',      15287,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15293,'SYSCOHADA-TG','IMMO','XXXXXX','2496',      15287,'Immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15294,'SYSCOHADA-TG','IMMO','XXXXXX','2497',      15287,'Agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15295,'SYSCOHADA-TG','IMMO','XXXXXX','2498',      15287,'Autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15296,'SYSCOHADA-TG','IMMO','XXXXXX','25',        15158,'Avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15297,'SYSCOHADA-TG','IMMO','XXXXXX','251',       15296,'Avances et acomptes verses sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15298,'SYSCOHADA-TG','IMMO','XXXXXX','252',       15296,'Avances et acomptes verses sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15299,'SYSCOHADA-TG','IMMO','XXXXXX','26',        15158,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15300,'SYSCOHADA-TG','IMMO','XXXXXX','261',       15299,'Titres de participation dans des societes sous contrôle exclusif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15301,'SYSCOHADA-TG','IMMO','XXXXXX','262',       15299,'Titres de participation dans des societes sous contrôle conjoint','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15302,'SYSCOHADA-TG','IMMO','XXXXXX','263',       15299,'Titres de participation dans des societes conferant une influence notable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15303,'SYSCOHADA-TG','IMMO','XXXXXX','265',       15299,'Participations dans des organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15304,'SYSCOHADA-TG','IMMO','XXXXXX','266',       15299,'Part dans des groupements d''interets economique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15305,'SYSCOHADA-TG','IMMO','XXXXXX','268',       15299,'Autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15306,'SYSCOHADA-TG','IMMO','XXXXXX','27',        15158,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15307,'SYSCOHADA-TG','IMMO','XXXXXX','271',       15306,'Prêts et creances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15308,'SYSCOHADA-TG','IMMO','XXXXXX','2711',      15307,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15309,'SYSCOHADA-TG','IMMO','XXXXXX','2712',      15307,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15310,'SYSCOHADA-TG','IMMO','XXXXXX','2713',      15307,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15311,'SYSCOHADA-TG','IMMO','XXXXXX','2714',      15307,'Titres prêtés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15312,'SYSCOHADA-TG','IMMO','XXXXXX','272',       15306,'Prets au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15313,'SYSCOHADA-TG','IMMO','XXXXXX','2721',      15312,'Prêts immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15314,'SYSCOHADA-TG','IMMO','XXXXXX','2722',      15312,'Prêts mobiliers et d''intallation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15315,'SYSCOHADA-TG','IMMO','XXXXXX','2728',      15312,'Autres prêts (frais d''étude...)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15316,'SYSCOHADA-TG','IMMO','XXXXXX','273',       15306,'Creances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15317,'SYSCOHADA-TG','IMMO','XXXXXX','2731',      15316,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15318,'SYSCOHADA-TG','IMMO','XXXXXX','2733',      15316,'Fonds reglementé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15319,'SYSCOHADA-TG','IMMO','XXXXXX','2738',      15316,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15320,'SYSCOHADA-TG','IMMO','XXXXXX','274',       15306,'Titres immobilises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15321,'SYSCOHADA-TG','IMMO','XXXXXX','2741',      15320,'Titres immobilisés de l''activité de portefeuille (t.i.a.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15322,'SYSCOHADA-TG','IMMO','XXXXXX','2742',      15320,'Titres participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15323,'SYSCOHADA-TG','IMMO','XXXXXX','2743',      15320,'Certificats d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15324,'SYSCOHADA-TG','IMMO','XXXXXX','2744',      15320,'Parts de fonds commun de placement (f.c.p.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15325,'SYSCOHADA-TG','IMMO','XXXXXX','2748',      15320,'Autres titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15326,'SYSCOHADA-TG','IMMO','XXXXXX','275',       15306,'Depots et cautionnements verses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15327,'SYSCOHADA-TG','IMMO','XXXXXX','2751',      15326,'Dépôts pour loyers d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15328,'SYSCOHADA-TG','IMMO','XXXXXX','2752',      15326,'Dépôts pour l''électricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15329,'SYSCOHADA-TG','IMMO','XXXXXX','2753',      15326,'Dépôts pour l''eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15330,'SYSCOHADA-TG','IMMO','XXXXXX','2754',      15326,'Dépôts pour le gaz','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15331,'SYSCOHADA-TG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15332,'SYSCOHADA-TG','IMMO','XXXXXX','2756',      15326,'Cautionnements sur les marchés publics','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15333,'SYSCOHADA-TG','IMMO','XXXXXX','2757',      15326,'Cautionnements sur autres opérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15334,'SYSCOHADA-TG','IMMO','XXXXXX','2758',      15326,'Autres dépôts et cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15335,'SYSCOHADA-TG','IMMO','XXXXXX','276',       15306,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15336,'SYSCOHADA-TG','IMMO','XXXXXX','2761',      15335,'Prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15337,'SYSCOHADA-TG','IMMO','XXXXXX','2762',      15335,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15338,'SYSCOHADA-TG','IMMO','XXXXXX','2763',      15335,'Créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15339,'SYSCOHADA-TG','IMMO','XXXXXX','2764',      15335,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15340,'SYSCOHADA-TG','IMMO','XXXXXX','2765',      15335,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15341,'SYSCOHADA-TG','IMMO','XXXXXX','2767',      15335,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15342,'SYSCOHADA-TG','IMMO','XXXXXX','2768',      15335,'Immobilisations financières diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15343,'SYSCOHADA-TG','IMMO','XXXXXX','277',       15306,'Créances rattachees a des participations et des avances a des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15344,'SYSCOHADA-TG','IMMO','XXXXXX','2771',      15343,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15345,'SYSCOHADA-TG','IMMO','XXXXXX','2772',      15343,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15346,'SYSCOHADA-TG','IMMO','XXXXXX','2773',      15343,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15347,'SYSCOHADA-TG','IMMO','XXXXXX','2774',      15343,'Avances à des groupements d''intérêt économique (g.i.e.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15348,'SYSCOHADA-TG','IMMO','XXXXXX','278',       15306,'Immobilisations financieres diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15349,'SYSCOHADA-TG','IMMO','XXXXXX','2781',      15348,'Créances diverses groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15350,'SYSCOHADA-TG','IMMO','XXXXXX','2782',      15348,'Créances diverses hors groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15351,'SYSCOHADA-TG','IMMO','XXXXXX','2785',      15348,'Or et métaux précieux (1)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15352,'SYSCOHADA-TG','IMMO','XXXXXX','28',        15158,'Amortissemnts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15353,'SYSCOHADA-TG','IMMO','XXXXXX','281',       15352,'Amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15354,'SYSCOHADA-TG','IMMO','XXXXXX','2811',      15353,'Amortissements des frais de recherche et de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15355,'SYSCOHADA-TG','IMMO','XXXXXX','2812',      15353,'Amortissements des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15356,'SYSCOHADA-TG','IMMO','XXXXXX','2813',      15353,'Amortissements des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15357,'SYSCOHADA-TG','IMMO','XXXXXX','2814',      15353,'Amortissements des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15358,'SYSCOHADA-TG','IMMO','XXXXXX','2815',      15353,'Amortissements du fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15359,'SYSCOHADA-TG','IMMO','XXXXXX','2816',      15353,'Amortissements du droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15360,'SYSCOHADA-TG','IMMO','XXXXXX','2817',      15353,'Amortissements des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15361,'SYSCOHADA-TG','IMMO','XXXXXX','2818',      15353,'Amortissements des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15362,'SYSCOHADA-TG','IMMO','XXXXXX','282',       15352,'Amortissements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15363,'SYSCOHADA-TG','IMMO','XXXXXX','2821',      15362,'Amortissements des terrains agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15364,'SYSCOHADA-TG','IMMO','XXXXXX','2824',      15362,'Amortissements des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15365,'SYSCOHADA-TG','IMMO','XXXXXX','2825',      15362,'Amortissements des terrains de gisements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15366,'SYSCOHADA-TG','IMMO','XXXXXX','283',       15352,'Amortissements des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15367,'SYSCOHADA-TG','IMMO','XXXXXX','2831',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15368,'SYSCOHADA-TG','IMMO','XXXXXX','2832',      15366,'Amortissements des bâtiments industriels, agricoles, administratifs et commerciaux sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15369,'SYSCOHADA-TG','IMMO','XXXXXX','2833',      15366,'Amortissements des ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15370,'SYSCOHADA-TG','IMMO','XXXXXX','2834',      15366,'Amortissements des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15371,'SYSCOHADA-TG','IMMO','XXXXXX','2835',      15366,'Amortissements des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15372,'SYSCOHADA-TG','IMMO','XXXXXX','2837',      15366,'Amortissements des bâtiments  industriels, agricoles et commerciaux mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15373,'SYSCOHADA-TG','IMMO','XXXXXX','2838',      15366,'Amortissements des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15374,'SYSCOHADA-TG','IMMO','XXXXXX','284',       15352,'Amortissement du materiel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15375,'SYSCOHADA-TG','IMMO','XXXXXX','2841',      15374,'Amortissements du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15376,'SYSCOHADA-TG','IMMO','XXXXXX','2842',      15374,'Amortissements du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15377,'SYSCOHADA-TG','IMMO','XXXXXX','2843',      15374,'Amortissements du matériel d''emballage récupérable et identifiable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15378,'SYSCOHADA-TG','IMMO','XXXXXX','2844',      15374,'Amortissements du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15379,'SYSCOHADA-TG','IMMO','XXXXXX','2845',      15374,'Amortissements du materiel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15380,'SYSCOHADA-TG','IMMO','XXXXXX','2846',      15374,'Amortissements des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15381,'SYSCOHADA-TG','IMMO','XXXXXX','2847',      15374,'Amortissements des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15382,'SYSCOHADA-TG','IMMO','XXXXXX','2848',      15374,'Amortissements des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15383,'SYSCOHADA-TG','IMMO','XXXXXX','29',        15158,'Provisions pour depreciation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15384,'SYSCOHADA-TG','IMMO','XXXXXX','291',       15383,'Provisions pour depreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15385,'SYSCOHADA-TG','IMMO','XXXXXX','2912',      15384,'Provisions pour dépréciation des brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15386,'SYSCOHADA-TG','IMMO','XXXXXX','2913',      15384,'Provisions pour dépréciation des logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15387,'SYSCOHADA-TG','IMMO','XXXXXX','2914',      15384,'Provisions pour dépréciation des marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15388,'SYSCOHADA-TG','IMMO','XXXXXX','2915',      15384,'Provisions pour dépréciation du fonds de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15389,'SYSCOHADA-TG','IMMO','XXXXXX','2916',      15384,'Provisions pour dépréciation du droit de bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15390,'SYSCOHADA-TG','IMMO','XXXXXX','2917',      15384,'Provisions pour dépréciation des investissements de création','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15391,'SYSCOHADA-TG','IMMO','XXXXXX','2918',      15384,'Provisions pour dépréciation des autres droits et valeurs incorporels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15392,'SYSCOHADA-TG','IMMO','XXXXXX','2919',      15384,'Provisions pour dépréciation des immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15393,'SYSCOHADA-TG','IMMO','XXXXXX','292',       15383,'Provisions pour depreciation des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15394,'SYSCOHADA-TG','IMMO','XXXXXX','2921',      15393,'Provisions pour dépréciations des terrains agricoles et forestiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15395,'SYSCOHADA-TG','IMMO','XXXXXX','2922',      15393,'Provisions pour dépréciation des terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15396,'SYSCOHADA-TG','IMMO','XXXXXX','2923',      15393,'Provisions pour dépréciation des terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15397,'SYSCOHADA-TG','IMMO','XXXXXX','2924',      15393,'Provisions pour dépréciation des travaux de mise en valeur des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15398,'SYSCOHADA-TG','IMMO','XXXXXX','2925',      15393,'Provisions pour dépréciation des terrains de gisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15399,'SYSCOHADA-TG','IMMO','XXXXXX','2926',      15393,'Provisions pour dépréciation des terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15400,'SYSCOHADA-TG','IMMO','XXXXXX','2927',      15393,'Provisions pour dépréciation des terrains mis en concession','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15401,'SYSCOHADA-TG','IMMO','XXXXXX','2928',      15393,'Provisions pour dépréciation des autres terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15402,'SYSCOHADA-TG','IMMO','XXXXXX','2929',      15393,'Provisions pour dépréciation des aménagements terrains en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15403,'SYSCOHADA-TG','IMMO','XXXXXX','293',       15383,'Provisions pour depreciation des batiments, installations techniques et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15404,'SYSCOHADA-TG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15405,'SYSCOHADA-TG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15406,'SYSCOHADA-TG','IMMO','XXXXXX','2933',      15403,'Provisions pour dépréciation des ouvrages d''infrastructures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15407,'SYSCOHADA-TG','IMMO','XXXXXX','2934',      15403,'Provisions pour dépréciation des installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15408,'SYSCOHADA-TG','IMMO','XXXXXX','2935',      15403,'Provisions pour dépréciation des aménagements de bureaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15409,'SYSCOHADA-TG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15410,'SYSCOHADA-TG','IMMO','XXXXXX','2938',      15403,'Provisions pour dépréciation des autres installations et agencements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15411,'SYSCOHADA-TG','IMMO','XXXXXX','2939',      15403,'Provisions pour dépréciation des bâtiments et installations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15412,'SYSCOHADA-TG','IMMO','XXXXXX','294',       15383,'Provisions pour depreciation des materiels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15413,'SYSCOHADA-TG','IMMO','XXXXXX','2941',      15412,'Provisions pour dépréciation du matériel et outillage industriel et commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15414,'SYSCOHADA-TG','IMMO','XXXXXX','2942',      15412,'Provisions pour dépréciation du matériel et outillage agricole','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15415,'SYSCOHADA-TG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15416,'SYSCOHADA-TG','IMMO','XXXXXX','2944',      15412,'Provisions pour dépréciation du matériel et mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15417,'SYSCOHADA-TG','IMMO','XXXXXX','2945',      15412,'Provisions pour dépréciation du matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15418,'SYSCOHADA-TG','IMMO','XXXXXX','2946',      15412,'Provisions pour dépréciation des immobilisations animales et agricoles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15419,'SYSCOHADA-TG','IMMO','XXXXXX','2947',      15412,'Provisions pour dépréciation des agencements et aménagements du matériel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15420,'SYSCOHADA-TG','IMMO','XXXXXX','2948',      15412,'Provisions pour dépréciation des autres matériels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15421,'SYSCOHADA-TG','IMMO','XXXXXX','2949',      15412,'Provisions pour dépréciation des matériels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15422,'SYSCOHADA-TG','IMMO','XXXXXX','295',       15383,'Provisions pour depreciation des avances et acomptes verses sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15423,'SYSCOHADA-TG','IMMO','XXXXXX','2951',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15424,'SYSCOHADA-TG','IMMO','XXXXXX','2952',      15422,'Provisions pour dépréciation des avances et acomptes versés sur immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15425,'SYSCOHADA-TG','IMMO','XXXXXX','296',       15383,'Provisions pour dépréciation des titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15426,'SYSCOHADA-TG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15427,'SYSCOHADA-TG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15428,'SYSCOHADA-TG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15429,'SYSCOHADA-TG','IMMO','XXXXXX','2965',      15425,'Provisions pour dépréciation des participations dans les organismes professionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15430,'SYSCOHADA-TG','IMMO','XXXXXX','2966',      15425,'Provisions pour dépréciation des parts dans des g.i.e.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15431,'SYSCOHADA-TG','IMMO','XXXXXX','2968',      15425,'Provisions pour dépréciation des autres titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15432,'SYSCOHADA-TG','IMMO','XXXXXX','297',       15383,'Provisions pour dépréciation des autres immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15433,'SYSCOHADA-TG','IMMO','XXXXXX','2971',      15432,'Provisions pour dépréciation des prêts et créances non commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15434,'SYSCOHADA-TG','IMMO','XXXXXX','2972',      15432,'Provisions pour dépréciation des prêts du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15435,'SYSCOHADA-TG','IMMO','XXXXXX','2973',      15432,'Provisions pour dépréciation des créances sur l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15436,'SYSCOHADA-TG','IMMO','XXXXXX','2974',      15432,'Provisions pour dépréciation des titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15437,'SYSCOHADA-TG','IMMO','XXXXXX','2975',      15432,'Provisions pour dépréciation des dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15438,'SYSCOHADA-TG','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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15439,'SYSCOHADA-TG','IMMO','XXXXXX','2978',      15432,'Provisions pour dépréciation des créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15440,'SYSCOHADA-TG','STOCK','XXXXXX','31',           0,'Marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15441,'SYSCOHADA-TG','STOCK','XXXXXX','311',      15440,'Marchandises a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15442,'SYSCOHADA-TG','STOCK','XXXXXX','3111',     15441,'Marchandises a1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15443,'SYSCOHADA-TG','STOCK','XXXXXX','3112',     15441,'Marchandises a2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15444,'SYSCOHADA-TG','STOCK','XXXXXX','312',      15440,'Marchandises b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15445,'SYSCOHADA-TG','STOCK','XXXXXX','3121',     15444,'Marchandises b1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15446,'SYSCOHADA-TG','STOCK','XXXXXX','3122',     15444,'Marchandises b2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15447,'SYSCOHADA-TG','STOCK','XXXXXX','318',      15440,'Marchandises hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15448,'SYSCOHADA-TG','STOCK','XXXXXX','32',           0,'Matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15449,'SYSCOHADA-TG','STOCK','XXXXXX','321',      15448,'Matieres a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15450,'SYSCOHADA-TG','STOCK','XXXXXX','322',      15448,'Matieres b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15451,'SYSCOHADA-TG','STOCK','XXXXXX','323',      15448,'Fournitures (a,b)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15452,'SYSCOHADA-TG','STOCK','XXXXXX','33',           0,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15453,'SYSCOHADA-TG','STOCK','XXXXXX','331',      15452,'Matieres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15454,'SYSCOHADA-TG','STOCK','XXXXXX','332',      15452,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15455,'SYSCOHADA-TG','STOCK','XXXXXX','333',      15452,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15456,'SYSCOHADA-TG','STOCK','XXXXXX','334',      15452,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15457,'SYSCOHADA-TG','STOCK','XXXXXX','335',      15452,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15458,'SYSCOHADA-TG','STOCK','XXXXXX','3351',     15457,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15459,'SYSCOHADA-TG','STOCK','XXXXXX','3352',     15457,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15460,'SYSCOHADA-TG','STOCK','XXXXXX','3353',     15457,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15461,'SYSCOHADA-TG','STOCK','XXXXXX','3358',     15457,'Autres emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15462,'SYSCOHADA-TG','STOCK','XXXXXX','338',      15452,'Autres matieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15463,'SYSCOHADA-TG','STOCK','XXXXXX','34',           0,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15464,'SYSCOHADA-TG','STOCK','XXXXXX','341',      15463,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15465,'SYSCOHADA-TG','STOCK','XXXXXX','3411',     15464,'Produits en cours p1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15466,'SYSCOHADA-TG','STOCK','XXXXXX','3412',     15464,'Produits en cours p2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15467,'SYSCOHADA-TG','STOCK','XXXXXX','342',      15463,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15468,'SYSCOHADA-TG','STOCK','XXXXXX','3421',     15467,'Travaux en cours t1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15469,'SYSCOHADA-TG','STOCK','XXXXXX','3422',     15467,'Travaux en cours t2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15470,'SYSCOHADA-TG','STOCK','XXXXXX','343',      15463,'Produits intermediaires en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15471,'SYSCOHADA-TG','STOCK','XXXXXX','3431',     15470,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15472,'SYSCOHADA-TG','STOCK','XXXXXX','3432',     15470,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15473,'SYSCOHADA-TG','STOCK','XXXXXX','344',      15463,'Produits residuels en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15474,'SYSCOHADA-TG','STOCK','XXXXXX','3441',     15473,'Produits résiduels a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15475,'SYSCOHADA-TG','STOCK','XXXXXX','3442',     15473,'Produits résiduels b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15476,'SYSCOHADA-TG','STOCK','XXXXXX','35',           0,'Services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15477,'SYSCOHADA-TG','STOCK','XXXXXX','351',      15476,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15478,'SYSCOHADA-TG','STOCK','XXXXXX','3511',     15477,'Etudes en cours e1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15479,'SYSCOHADA-TG','STOCK','XXXXXX','3512',     15477,'Etudes en cours e2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15480,'SYSCOHADA-TG','STOCK','XXXXXX','352',      15476,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15481,'SYSCOHADA-TG','STOCK','XXXXXX','3521',     15480,'Prestations de services s1','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15482,'SYSCOHADA-TG','STOCK','XXXXXX','3522',     15480,'Prestations de services s2','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15483,'SYSCOHADA-TG','STOCK','XXXXXX','36',           0,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15484,'SYSCOHADA-TG','STOCK','XXXXXX','361',      15483,'Produits a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15485,'SYSCOHADA-TG','STOCK','XXXXXX','362',      15483,'Produits b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15486,'SYSCOHADA-TG','STOCK','XXXXXX','37',           0,'Produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15487,'SYSCOHADA-TG','STOCK','XXXXXX','371',      15486,'Produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15488,'SYSCOHADA-TG','STOCK','XXXXXX','3711',     15487,'Produits intermédiaires a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15489,'SYSCOHADA-TG','STOCK','XXXXXX','3712',     15487,'Produits intermédiaires b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15490,'SYSCOHADA-TG','STOCK','XXXXXX','372',      15486,'Produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15491,'SYSCOHADA-TG','STOCK','XXXXXX','3721',     15490,'Déchets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15492,'SYSCOHADA-TG','STOCK','XXXXXX','3722',     15490,'Rebuts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15493,'SYSCOHADA-TG','STOCK','XXXXXX','3723',     15490,'Matières de récupération','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15494,'SYSCOHADA-TG','STOCK','XXXXXX','38',           0,'Stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15495,'SYSCOHADA-TG','STOCK','XXXXXX','381',      15494,'Marchandises en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15496,'SYSCOHADA-TG','STOCK','XXXXXX','382',      15494,'Matieres premieres et fournitures liees en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15497,'SYSCOHADA-TG','STOCK','XXXXXX','383',      15494,'Autres approvisionnements en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15498,'SYSCOHADA-TG','STOCK','XXXXXX','386',      15494,'Produits finis en cours de route','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15499,'SYSCOHADA-TG','STOCK','XXXXXX','387',      15494,'Stocks en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15500,'SYSCOHADA-TG','STOCK','XXXXXX','3871',     15499,'Stock en consignation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15501,'SYSCOHADA-TG','STOCK','XXXXXX','3872',     15499,'Stock en dépôt','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15502,'SYSCOHADA-TG','STOCK','XXXXXX','388',      15494,'Stock provenant d''immobilisations mises hors service ou au rebut','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15503,'SYSCOHADA-TG','STOCK','XXXXXX','39',           0,'Depreciation des stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15504,'SYSCOHADA-TG','STOCK','XXXXXX','391',      15503,'Depreciation des stoks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15505,'SYSCOHADA-TG','STOCK','XXXXXX','392',      15503,'Depreciation des stoks de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15506,'SYSCOHADA-TG','STOCK','XXXXXX','393',      15503,'Depreciation des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15507,'SYSCOHADA-TG','STOCK','XXXXXX','394',      15503,'Depreciations des productions en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15508,'SYSCOHADA-TG','STOCK','XXXXXX','395',      15503,'Depreciations des services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15509,'SYSCOHADA-TG','STOCK','XXXXXX','396',      15503,'Depreciation des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15510,'SYSCOHADA-TG','STOCK','XXXXXX','397',      15503,'Depreciation des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15511,'SYSCOHADA-TG','STOCK','XXXXXX','398',      15503,'Depreciation des stocks en cours de route, en consignation ou en depot','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15512,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4',       0,'Fournisseurs et comptes rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15513,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','401', 15512,'Fournisseurs,  dettes en comptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15514,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4011',15513,'Fournisseurs  locaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15515,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4012',15513,'Fournisseurs groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15516,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4013',15513,'Fournisseurs sous-traitants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15517,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4017',15513,'Fournisseurs retenue  de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15518,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','402', 15512,'Fournisseurs, effets a payer (e.a.p)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15519,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4021',15518,'Fournisseurs, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15520,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4022',15518,'Fournisseurs-groupe, effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15521,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4023',15518,'Fournisseurs sous-traitants effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15522,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','408', 15512,'Fournisseurs, factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15523,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4081',15522,'Fournisseurs factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15524,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4082',15522,'Fournisseurs - groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15525,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4083',15522,'Fournisseurs sous-traitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15526,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4086',15522,'Fournisseurs, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15527,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','409', 15512,'Fournisseurs debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15528,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4091',15527,'Fournisseurs avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15529,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4092',15527,'Fournisseurs - groupe avances et acomptes versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15530,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4093',15527,'Fournisseurs sous-traitants avances et acompte versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15531,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4094',15527,'Fournisseurs créances pour emballages et matériels à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15532,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4098',15527,'Rabais, remises, ristournes et autres avoirs à obtenir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15533,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','41',  15512,'Clients et compte rattaches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15534,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','411', 15533,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15535,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4111',15534,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15536,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4112',15534,'Clients-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15537,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4114',15534,'Clients, état et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15538,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4115',15534,'Clients, organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15539,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4117',15534,'Clients, retenues de garanti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15540,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4118',15534,'Clients, dégrèvement de taxes sur la valeur ajoutée (t.v.a.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15541,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','412', 15533,'Clients, effets a recevoir en portefeuille','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15542,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4121',15541,'Clients, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15543,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4122',15541,'Clients-groupe, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15544,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4124',15541,'Etat et collectivités publiques, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15545,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4125',15541,'Oganismes internationaux, effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15546,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','414', 15533,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15547,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4141',15546,'Créances en compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15548,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4142',15546,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15549,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','415', 15533,'Clients, effets escomptes non echus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15550,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','416', 15533,'Creances clients litigieuses ou douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15551,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4161',15550,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15552,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4162',15550,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15553,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','418', 15533,'Clients, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15554,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4181',15553,'Clients, factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15555,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4186',15553,'Clients, intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15556,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','419', 15533,'Clients crediteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15557,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4191',15556,'Clients, avances et acompte reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15558,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4192',15556,'Client - groupe, avances et acomptes reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15559,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4194',15556,'Clients, dettes pour emballages et matériels consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15560,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4198',15556,'Rabais, remises, ristournes et autres avoirs à accorder','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15561,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','42',  15512,'Personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15562,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','421', 15561,'Personnel, avanceqs et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15563,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4211',15562,'Personnel, avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15564,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4212',15562,'Personnel, acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15565,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4213',15562,'Frais avancés et fournitures au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15566,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','422', 15561,'Personnel, remunerations due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15567,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4221',15566,'Personnel rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15568,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4222',15566,'Personnel arrondis de paie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15569,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','423', 15561,'Personnel, oppositions, saisie-arrets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15570,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4231',15569,'Personnel, oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15571,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4232',15569,'Personnel, saisie arrêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15572,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4233',15569,'Personnel, avis à tiers détenteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15573,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','424', 15561,'Personnel, oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15574,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4241',15573,'Assistance médicale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15575,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4242',15573,'Allocations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15576,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4245',15573,'Organisme sociaux rattachés à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15577,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4248',15573,'Autres oeuvres sociales internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15578,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','425', 15561,'Representants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15579,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4251',15578,'Délégués du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15580,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4252',15578,'Syndicats et comités d''entreprises, d''établissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15581,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4258',15578,'Autres représentatants du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15582,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','426', 15561,'Personnel, participation aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15583,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','427', 15561,'Personnel-depots','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15584,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','428', 15561,'Personnel, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15585,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4281',15584,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15586,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4286',15584,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15587,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4287',15584,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15588,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','43',  15512,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15589,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','431', 15588,'Securite sociale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15590,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4311',15589,'Prestations familiales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15591,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4312',15589,'Accidents de travail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15592,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4313',15589,'Caisse de retraite obligatoire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15593,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4314',15589,'Caisse de retraite facultative','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15594,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4318',15589,'Autres cotisations sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15595,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','432', 15588,'Caisse de retraite complementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15596,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','433', 15588,'Autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15597,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4331',15596,'Mutuelle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15598,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','438', 15588,'Organismes sociaux, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15599,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4381',15598,'Charges sociales sur gratifications à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15600,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4382',15598,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15601,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4386',15598,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15602,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4387',15598,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15603,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','44',  15512,'Etat et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15604,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','441', 15603,'Etat,impot sur les benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15605,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','442', 15603,'Etat, autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15606,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4421',15606,'Impôts et taxes d''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15607,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4422',15606,'Impôts et taxes sur les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15608,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4423',15606,'Impôts et taxes recouvrables sur des obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15609,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4424',15606,'Impôts et taxes recouvrables sur des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15610,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4426',15606,'Droits de douane','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15611,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4428',15606,'Autres impôts et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15612,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','443', 15603,'Etat, t.v.a. facturee','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15613,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4431',15612,'T.v.a. facturée sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15614,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4432',15612,'T.v.a. facturée sur prestations de service','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15615,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4433',15612,'T.v.a. facturée sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15616,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4434',15612,'T.v.a. facturée sur production livrée à soi-même','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15617,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4435',15612,'T.v.a. sur factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15618,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','444', 15603,'Etat, t.v.a. due ou credit de t.v.a.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15619,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4441',15618,'Etat, t.v.a. due','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15620,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4449',15618,'Etat, crédit de t.v.a. à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15621,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','445', 15603,'Etat, t.v.a. recuperable','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15622,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4451',15621,'T.v.a. récupérable sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15623,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4452',15621,'T.v.a. récupérable sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15624,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4453',15621,'T.v.a. récupérable sur transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15625,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4454',15621,'T.v.a. récupérable sur services extérieurs et autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15626,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4455',15621,'T.v.a. récupérable sur factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15627,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4456',15621,'T.v.a. transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15628,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','446', 15603,'Etat, autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15629,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','447', 15603,'Etat, impots retenus a la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15630,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4471',15629,'Impôt général sur le revenu','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15631,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4472',15629,'Impôts sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15632,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4473',15629,'Contribution nationale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15633,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4474',15629,'Contribution nationale de solidarité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15634,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4478',15629,'Autres impôts et contributions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15635,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','448', 15603,'Etat, charges a payer et produits a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15636,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4486',15635,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15637,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4487',15635,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15638,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','449', 15603,'Etats, creances et dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15639,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4491',15638,'Etat, obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15640,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4492',15638,'Etat, avances et acomptes versés sur impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15641,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4493',15638,'Etat, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15642,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4494',15638,'Etat, subventions d''équipement à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15643,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4495',15638,'Etat, subventions d''exploitation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15644,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4496',15638,'Etat, subventions d''équilibre à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15645,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4499',15638,'Etat, fond réglementé provisionné','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15646,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','45',  15512,'Organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15647,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','451', 15646,'Operations avec les organismes africains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15648,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','452', 15646,'Operations avec les autres organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15649,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','458', 15646,'Organismes internationaux, fonds de dotation et subventions a recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15650,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4581',15649,'Organismes internationaux, fonds de dotation à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15651,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4582',15649,'Organismes internationaux, subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15652,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','46',  15512,'Associes-groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15653,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','461', 15652,'Associes, operations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15654,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4611',15653,'Associés apport en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15655,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4612',15653,'Associés apport en numéraire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15656,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4613',15653,'Actionnaires, capital souscrit appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15657,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4614',15653,'Associés, capital appelé non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15658,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4615',15653,'Associés, versements reçus sur augmentation de capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15659,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4616',15653,'Associés, versements anticipés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15660,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4617',15653,'Actionnaires défaillants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15661,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4618',15653,'Associés, autres apports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15662,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4619',15653,'Associés, capital à rembourser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15663,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','462', 15652,'Associes, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15664,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4621',15663,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15665,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4626',15663,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15666,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','463', 15652,'Associes, operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15667,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','465', 15652,'Associes, dividendes a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15668,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','466', 15652,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15669,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','467', 15652,'Actionnaires, restant dû sur capital appele','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15670,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','47',  15512,'Debiteurs et crediteur divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15671,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','471', 15670,'Comptes d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15672,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4711',15671,'Débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15673,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4712',15671,'Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15674,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4713',15671,'Obligataires, comptes de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15675,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','472', 15670,'Versements restant a effectuer sur titres non liberes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15676,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4726',15675,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15677,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4727',15675,'Titres immobilisés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15678,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4728',15675,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15679,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','474', 15670,'Repartition periodique des charges et des produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15680,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4746',15679,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15681,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4747',15679,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15682,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','475', 15670,'Creances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15683,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','476', 15670,'Charges constatees d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15684,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','477', 15670,'Produits constates d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15685,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','478', 15670,'Ecarts de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15686,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4781',15685,'Diminution des créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15687,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4782',15685,'Augmentation des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15688,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4788',15685,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15689,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','479', 15670,'Ecarts de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15690,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4791',15689,'Augmentation de créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15691,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4792',15689,'Diminution des dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15692,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4798',15689,'Différences compensées par couverture de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15693,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','48',  15512,'Creances et dettes hors activites ordinaires (hao)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15694,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','481', 15693,'Fournisseurs d''investissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15695,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4811',15694,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15696,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4812',15694,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15697,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4817',15694,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15698,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4818',15694,'Factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15699,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','482', 15693,'Fournisseurs d''investissements, effets a payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15700,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','483', 15693,'Dettes sur acquisition de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15701,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','484', 15693,'Autres dettes hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15702,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','485', 15693,'Creances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15703,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4851',15702,'En compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15704,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4852',15702,'Effet à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15705,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4855',15702,'Créances sur cessions immobilisations effets escomptés et non échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15706,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4857',15702,'Retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15707,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4858',15702,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15708,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','486', 15693,'Creances sur cessions de titre de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15709,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','488', 15693,'Autres creances hors activites ordinaires (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15710,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','49',  15512,'Depreciations des comptes fournisseurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15711,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','491', 15710,'Depreciations des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15712,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4911',15711,'Créances litigieuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15713,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4912',15711,'Créances douteuses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15714,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','492', 15710,'Depreciations des comptes personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15715,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','493', 15710,'Depreciations des comptes organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15716,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','494', 15710,'Depreciations des comptes etats et collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15717,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','495', 15710,'Depreciations des comptes organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15718,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','496', 15710,'Depreciations des comptes associes et groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15719,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4962',15718,'Associés, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15720,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4963',15718,'Associés, opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15721,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4966',15718,'Groupe, comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15722,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','497', 15710,'Depreciations des comptes debiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15723,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','498', 15710,'Depreciations des comptes de creances h.a.o.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15724,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4981',15723,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15725,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4982',15723,'Créances sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15726,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4983',15723,'Autres créances (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15727,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','499', 15710,'Risques provisionnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15728,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4991',15727,'Sur opérations d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15729,'SYSCOHADA-TG','THIRDPARTY','XXXXXX','4998',15727,'Sur opérations (h.a.o.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15730,'SYSCOHADA-TG','FINAN','XXXXXX','5',            0,'Titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15731,'SYSCOHADA-TG','FINAN','XXXXXX','501',      15730,'Titres du tresor et bon de caisse a court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15732,'SYSCOHADA-TG','FINAN','XXXXXX','5011',     15731,'Titres du trésor à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15733,'SYSCOHADA-TG','FINAN','XXXXXX','5012',     15731,'Titres d''organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15734,'SYSCOHADA-TG','FINAN','XXXXXX','5013',     15731,'Bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15735,'SYSCOHADA-TG','FINAN','XXXXXX','502',      15730,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15736,'SYSCOHADA-TG','FINAN','XXXXXX','5021',     15735,'Actions propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15737,'SYSCOHADA-TG','FINAN','XXXXXX','5022',     15735,'Actions cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15738,'SYSCOHADA-TG','FINAN','XXXXXX','5023',     15735,'Actions non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15739,'SYSCOHADA-TG','FINAN','XXXXXX','5024',     15735,'Actions démembrées (certificats d''investissement; droits de vote)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15740,'SYSCOHADA-TG','FINAN','XXXXXX','5025',     15735,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15741,'SYSCOHADA-TG','FINAN','XXXXXX','503',      15730,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15742,'SYSCOHADA-TG','FINAN','XXXXXX','5031',     15741,'Obligations émises par la société et rachetées par elle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15743,'SYSCOHADA-TG','FINAN','XXXXXX','5032',     15741,'Obligations cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15744,'SYSCOHADA-TG','FINAN','XXXXXX','5033',     15741,'Obligations non cotées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15745,'SYSCOHADA-TG','FINAN','XXXXXX','5035',     15741,'Autres titres conférant un droit de créance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15746,'SYSCOHADA-TG','FINAN','XXXXXX','504',      15730,'Bon de souscription','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15747,'SYSCOHADA-TG','FINAN','XXXXXX','5042',     15746,'Bons de souscription d''actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15748,'SYSCOHADA-TG','FINAN','XXXXXX','5043',     15746,'Bon de souscription d''obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15749,'SYSCOHADA-TG','FINAN','XXXXXX','505',      15730,'Titres negociables hors region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15750,'SYSCOHADA-TG','FINAN','XXXXXX','506',      15730,'Interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15751,'SYSCOHADA-TG','FINAN','XXXXXX','5061',     15750,'Titres du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15752,'SYSCOHADA-TG','FINAN','XXXXXX','5062',     15750,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15753,'SYSCOHADA-TG','FINAN','XXXXXX','5063',     15750,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15754,'SYSCOHADA-TG','FINAN','XXXXXX','508',      15730,'Autres valeurs assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15755,'SYSCOHADA-TG','FINAN','XXXXXX','51',       15730,'Valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15756,'SYSCOHADA-TG','FINAN','XXXXXX','511',      15755,'Effets a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15757,'SYSCOHADA-TG','FINAN','XXXXXX','512',      15755,'Effets a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15758,'SYSCOHADA-TG','FINAN','XXXXXX','513',      15755,'Cheques a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15759,'SYSCOHADA-TG','FINAN','XXXXXX','514',      15755,'Cheques a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15760,'SYSCOHADA-TG','FINAN','XXXXXX','515',      15755,'Cartes de credit a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15761,'SYSCOHADA-TG','FINAN','XXXXXX','518',      15755,'Autres valeurs a l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15762,'SYSCOHADA-TG','FINAN','XXXXXX','5181',     15761,'Warrants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15763,'SYSCOHADA-TG','FINAN','XXXXXX','5182',     15761,'Billets de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15764,'SYSCOHADA-TG','FINAN','XXXXXX','5185',     15761,'Chèque de voyage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15765,'SYSCOHADA-TG','FINAN','XXXXXX','5186',     15761,'Coupons échus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15766,'SYSCOHADA-TG','FINAN','XXXXXX','5187',     15761,'Intérêts échus des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15767,'SYSCOHADA-TG','FINAN','XXXXXX','52',       15730,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15768,'SYSCOHADA-TG','FINAN','XXXXXX','521',      15767,'Banques locales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15769,'SYSCOHADA-TG','FINAN','XXXXXX','5211',     15768,'Banque x','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15770,'SYSCOHADA-TG','FINAN','XXXXXX','5212',     15768,'Banque y','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15771,'SYSCOHADA-TG','FINAN','XXXXXX','522',      15767,'Banques autres etats region','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15772,'SYSCOHADA-TG','FINAN','XXXXXX','523',      15767,'Banques autres etats zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15773,'SYSCOHADA-TG','FINAN','XXXXXX','524',      15767,'Banques hors zone monetaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15774,'SYSCOHADA-TG','FINAN','XXXXXX','526',      15767,'Banques, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15775,'SYSCOHADA-TG','FINAN','XXXXXX','5261',     15768,'Banques, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15776,'SYSCOHADA-TG','FINAN','XXXXXX','5267',     15768,'Banques, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15777,'SYSCOHADA-TG','FINAN','XXXXXX','53',       15730,'Etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15778,'SYSCOHADA-TG','FINAN','XXXXXX','531',      15777,'Cheques postaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15779,'SYSCOHADA-TG','FINAN','XXXXXX','532',      15777,'Tresor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15780,'SYSCOHADA-TG','FINAN','XXXXXX','533',      15777,'Societe de gestion et d''intermediation (s.g.i.)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15781,'SYSCOHADA-TG','FINAN','XXXXXX','536',      15777,'Etablissements financiers, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15782,'SYSCOHADA-TG','FINAN','XXXXXX','5361',     15781,'Etablissements financiers, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15783,'SYSCOHADA-TG','FINAN','XXXXXX','5362',     15781,'Etablissements financiers, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15784,'SYSCOHADA-TG','FINAN','XXXXXX','538',      15777,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15785,'SYSCOHADA-TG','FINAN','XXXXXX','54',       15730,'Instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15786,'SYSCOHADA-TG','FINAN','XXXXXX','541',      15785,'Options de taux d''interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15787,'SYSCOHADA-TG','FINAN','XXXXXX','542',      15785,'Options de taux de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15788,'SYSCOHADA-TG','FINAN','XXXXXX','543',      15785,'Options de taux boursiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15789,'SYSCOHADA-TG','FINAN','XXXXXX','544',      15785,'Instruments de marches  a terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15790,'SYSCOHADA-TG','FINAN','XXXXXX','545',      15785,'Avoirs d''or et autres metaux precieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15791,'SYSCOHADA-TG','FINAN','XXXXXX','56',       15730,'Banques, credits de tresorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15792,'SYSCOHADA-TG','FINAN','XXXXXX','561',      15791,'Credits de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15793,'SYSCOHADA-TG','FINAN','XXXXXX','564',      15791,'Escompte de credits de campagne','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15794,'SYSCOHADA-TG','FINAN','XXXXXX','565',      15791,'Escompte de credits ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15795,'SYSCOHADA-TG','FINAN','XXXXXX','566',      15791,'Banques, credits de tresorerie, interets courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15796,'SYSCOHADA-TG','FINAN','XXXXXX','5661',     15795,'Banques, crédits de trésorerie, intérêts courus, charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15797,'SYSCOHADA-TG','FINAN','XXXXXX','5667',     15795,'Banques, crédits de trésorerie, intérêts courus, produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15798,'SYSCOHADA-TG','FINAN','XXXXXX','57',       15730,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15799,'SYSCOHADA-TG','FINAN','XXXXXX','571',      15798,'Caisse siege social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15800,'SYSCOHADA-TG','FINAN','XXXXXX','5711',     15799,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15801,'SYSCOHADA-TG','FINAN','XXXXXX','5712',     15799,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15802,'SYSCOHADA-TG','FINAN','XXXXXX','572',      15798,'Caisse succursale a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15803,'SYSCOHADA-TG','FINAN','XXXXXX','5721',     15802,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15804,'SYSCOHADA-TG','FINAN','XXXXXX','5722',     15802,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15805,'SYSCOHADA-TG','FINAN','XXXXXX','573',      15798,'Caisse succursale b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15806,'SYSCOHADA-TG','FINAN','XXXXXX','5731',     15805,'En unités monétaires légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15807,'SYSCOHADA-TG','FINAN','XXXXXX','5732',     15805,'En devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15808,'SYSCOHADA-TG','FINAN','XXXXXX','58',       15730,'Regies d''avances, accreditifs et virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15809,'SYSCOHADA-TG','FINAN','XXXXXX','581',      15808,'Regies d''avances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15810,'SYSCOHADA-TG','FINAN','XXXXXX','582',      15808,'Accreditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15811,'SYSCOHADA-TG','FINAN','XXXXXX','585',      15808,'Virements de fonds','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15812,'SYSCOHADA-TG','FINAN','XXXXXX','588',      15808,'Autres virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15813,'SYSCOHADA-TG','FINAN','XXXXXX','59',       15730,'Depreciations des titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15814,'SYSCOHADA-TG','FINAN','XXXXXX','591',      15813,'Depreciations des titres et valeurs a encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15815,'SYSCOHADA-TG','FINAN','XXXXXX','592',      15813,'Depreciations des comptes banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15816,'SYSCOHADA-TG','FINAN','XXXXXX','593',      15813,'Depreciations des comptes etablissements financiers et assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15817,'SYSCOHADA-TG','FINAN','XXXXXX','594',      15813,'Depreciations des comptes d''instruments de tresorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15818,'SYSCOHADA-TG','FINAN','XXXXXX','599',      15813,'Risques provisionnes a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15819,'SYSCOHADA-TG','EXPENSE','XXXXXX','6',          0,'Achats et variations de stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15820,'SYSCOHADA-TG','EXPENSE','XXXXXX','601',    15819,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15821,'SYSCOHADA-TG','EXPENSE','XXXXXX','6011',   16820,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15822,'SYSCOHADA-TG','EXPENSE','XXXXXX','6012',   16820,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15823,'SYSCOHADA-TG','EXPENSE','XXXXXX','6013',   16820,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15824,'SYSCOHADA-TG','EXPENSE','XXXXXX','6014',   16820,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15825,'SYSCOHADA-TG','EXPENSE','XXXXXX','6019',   16820,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15826,'SYSCOHADA-TG','EXPENSE','XXXXXX','602',    15819,'Achats de matieres premieres et fournitures liees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15827,'SYSCOHADA-TG','EXPENSE','XXXXXX','6021',   15826,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15828,'SYSCOHADA-TG','EXPENSE','XXXXXX','6022',   15826,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15829,'SYSCOHADA-TG','EXPENSE','XXXXXX','6023',   15826,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15830,'SYSCOHADA-TG','EXPENSE','XXXXXX','6024',   15826,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15831,'SYSCOHADA-TG','EXPENSE','XXXXXX','6029',   15826,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15832,'SYSCOHADA-TG','EXPENSE','XXXXXX','603',    15819,'Variations des stocks et biens achetes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15833,'SYSCOHADA-TG','EXPENSE','XXXXXX','6031',   15832,'Variations des stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15834,'SYSCOHADA-TG','EXPENSE','XXXXXX','6032',   15832,'Variations des stocks de matiéres premiéres et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15835,'SYSCOHADA-TG','EXPENSE','XXXXXX','6033',   15832,'Variations des stocks d''autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15836,'SYSCOHADA-TG','EXPENSE','XXXXXX','604',    15819,'Achats stockes de matieres et fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15837,'SYSCOHADA-TG','EXPENSE','XXXXXX','6041',   15836,'Matiéres consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15838,'SYSCOHADA-TG','EXPENSE','XXXXXX','6042',   15836,'Matiéres combustibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15839,'SYSCOHADA-TG','EXPENSE','XXXXXX','6043',   15836,'Produits d''entretien','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15840,'SYSCOHADA-TG','EXPENSE','XXXXXX','6044',   15836,'Fournitures d''atelier et d''usine','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15841,'SYSCOHADA-TG','EXPENSE','XXXXXX','6046',   15836,'Fournitures de magasin','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15842,'SYSCOHADA-TG','EXPENSE','XXXXXX','6047',   15836,'Fournitures de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15843,'SYSCOHADA-TG','EXPENSE','XXXXXX','6049',   15836,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15844,'SYSCOHADA-TG','EXPENSE','XXXXXX','605',    15819,'Autres achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15845,'SYSCOHADA-TG','EXPENSE','XXXXXX','6051',   15844,'Fournitures non stockables - eau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15846,'SYSCOHADA-TG','EXPENSE','XXXXXX','6052',   15844,'Fournitures non stockables - electricité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15847,'SYSCOHADA-TG','EXPENSE','XXXXXX','6053',   15844,'Fournitures non stockables - autres énergies','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15848,'SYSCOHADA-TG','EXPENSE','XXXXXX','6054',   15844,'Fournitures d''entretien non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15849,'SYSCOHADA-TG','EXPENSE','XXXXXX','6055',   15844,'Fournitures de bureau non stockables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15850,'SYSCOHADA-TG','EXPENSE','XXXXXX','6056',   15844,'Achats de petits matériel et outillage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15851,'SYSCOHADA-TG','EXPENSE','XXXXXX','6057',   15844,'Achats d''études et de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15852,'SYSCOHADA-TG','EXPENSE','XXXXXX','6058',   15844,'Achats de travaux, matériels et équipements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15853,'SYSCOHADA-TG','EXPENSE','XXXXXX','6059',   15844,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15854,'SYSCOHADA-TG','EXPENSE','XXXXXX','608',    15819,'Achats d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15855,'SYSCOHADA-TG','EXPENSE','XXXXXX','6081',   15854,'Emballages perdus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15856,'SYSCOHADA-TG','EXPENSE','XXXXXX','6082',   15854,'Emballages récupérables non identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15857,'SYSCOHADA-TG','EXPENSE','XXXXXX','6083',   15854,'Emballages à usage mixte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15858,'SYSCOHADA-TG','EXPENSE','XXXXXX','6089',   15854,'Rabais, remises et ristournes obtenus (non ventilés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15859,'SYSCOHADA-TG','EXPENSE','XXXXXX','61',     15819,'Transports','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15860,'SYSCOHADA-TG','EXPENSE','XXXXXX','611',    15859,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15861,'SYSCOHADA-TG','EXPENSE','XXXXXX','612',    15859,'Transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15862,'SYSCOHADA-TG','EXPENSE','XXXXXX','613',    15859,'Transports pour le compte de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15863,'SYSCOHADA-TG','EXPENSE','XXXXXX','614',    15859,'Transports du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15864,'SYSCOHADA-TG','EXPENSE','XXXXXX','616',    15859,'Transports de plis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15865,'SYSCOHADA-TG','EXPENSE','XXXXXX','618',    15859,'Autres frais de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15866,'SYSCOHADA-TG','EXPENSE','XXXXXX','6181',   15865,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15867,'SYSCOHADA-TG','EXPENSE','XXXXXX','6182',   15865,'Transports entre établissements ou chantiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15868,'SYSCOHADA-TG','EXPENSE','XXXXXX','6183',   15865,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15869,'SYSCOHADA-TG','EXPENSE','XXXXXX','62',     15819,'Services exterieurs a','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15870,'SYSCOHADA-TG','EXPENSE','XXXXXX','621',    15869,'Sous traitance generale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15871,'SYSCOHADA-TG','EXPENSE','XXXXXX','622',    15869,'Locations et charges locatives','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15872,'SYSCOHADA-TG','EXPENSE','XXXXXX','6221',   15871,'Locations de terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15873,'SYSCOHADA-TG','EXPENSE','XXXXXX','6222',   15871,'Locations de bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15874,'SYSCOHADA-TG','EXPENSE','XXXXXX','6223',   15871,'Location de matériels et outillages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15875,'SYSCOHADA-TG','EXPENSE','XXXXXX','6224',   15871,'Malis sur emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15876,'SYSCOHADA-TG','EXPENSE','XXXXXX','6225',   15871,'Locations d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15877,'SYSCOHADA-TG','EXPENSE','XXXXXX','6228',   15871,'Locations et charges locatives diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15878,'SYSCOHADA-TG','EXPENSE','XXXXXX','623',    15869,'Redevances de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15879,'SYSCOHADA-TG','EXPENSE','XXXXXX','6232',   15878,'Crédits-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15880,'SYSCOHADA-TG','EXPENSE','XXXXXX','6233',   15878,'Crédits-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15881,'SYSCOHADA-TG','EXPENSE','XXXXXX','6235',   15878,'Contrats assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15882,'SYSCOHADA-TG','EXPENSE','XXXXXX','624',    15869,'Entretiens, reparations et maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15883,'SYSCOHADA-TG','EXPENSE','XXXXXX','6241',   15882,'Entretien et réparation des biens immobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15884,'SYSCOHADA-TG','EXPENSE','XXXXXX','6242',   15882,'Entretien et réparation des biens mobiliers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15885,'SYSCOHADA-TG','EXPENSE','XXXXXX','6243',   15882,'Maintenance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15886,'SYSCOHADA-TG','EXPENSE','XXXXXX','6248',   15882,'Autres entretiens et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15887,'SYSCOHADA-TG','EXPENSE','XXXXXX','625',    15869,'Primes d''assurance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15888,'SYSCOHADA-TG','EXPENSE','XXXXXX','6251',   15887,'Assurances multirisques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15889,'SYSCOHADA-TG','EXPENSE','XXXXXX','6252',   15887,'Assurances matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15890,'SYSCOHADA-TG','EXPENSE','XXXXXX','6253',   15887,'Assurances risques d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15891,'SYSCOHADA-TG','EXPENSE','XXXXXX','6254',   15887,'Assurances responsabilité du producteur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15892,'SYSCOHADA-TG','EXPENSE','XXXXXX','6255',   15887,'Assurances insolvabilité clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15893,'SYSCOHADA-TG','EXPENSE','XXXXXX','6256',   15887,'Assurances transport sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15894,'SYSCOHADA-TG','EXPENSE','XXXXXX','6257',   15887,'Assurances transport sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15895,'SYSCOHADA-TG','EXPENSE','XXXXXX','6258',   15887,'Autres primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15896,'SYSCOHADA-TG','EXPENSE','XXXXXX','626',    15869,'Etudes, recherches et documentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15897,'SYSCOHADA-TG','EXPENSE','XXXXXX','6261',   15896,'Etudes et recherches','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15898,'SYSCOHADA-TG','EXPENSE','XXXXXX','6265',   15896,'Documentation générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15899,'SYSCOHADA-TG','EXPENSE','XXXXXX','6266',   15896,'Documentation technique','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15900,'SYSCOHADA-TG','EXPENSE','XXXXXX','627',    15869,'Publicite, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15901,'SYSCOHADA-TG','EXPENSE','XXXXXX','6271',   15900,'Annonces, insertions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15902,'SYSCOHADA-TG','EXPENSE','XXXXXX','6272',   15900,'Catalogues, imprimés publicitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15903,'SYSCOHADA-TG','EXPENSE','XXXXXX','6273',   15900,'Echantillons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15904,'SYSCOHADA-TG','EXPENSE','XXXXXX','6274',   15900,'Foires et expositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15905,'SYSCOHADA-TG','EXPENSE','XXXXXX','6275',   15900,'Publications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15906,'SYSCOHADA-TG','EXPENSE','XXXXXX','6276',   15900,'Cadeaux à la clientèle','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15907,'SYSCOHADA-TG','EXPENSE','XXXXXX','6277',   15900,'Frais de colloques, séminaires, conférences','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15908,'SYSCOHADA-TG','EXPENSE','XXXXXX','6278',   15900,'Autres charges de publicités et relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15909,'SYSCOHADA-TG','EXPENSE','XXXXXX','628',    15869,'Frais de telecommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15910,'SYSCOHADA-TG','EXPENSE','XXXXXX','6281',   15909,'Frais de téléphone','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15911,'SYSCOHADA-TG','EXPENSE','XXXXXX','6282',   15909,'Frais de télex','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15912,'SYSCOHADA-TG','EXPENSE','XXXXXX','6283',   15909,'Frais de télécopie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15913,'SYSCOHADA-TG','EXPENSE','XXXXXX','6288',   15909,'Autres frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15914,'SYSCOHADA-TG','EXPENSE','XXXXXX','63',     15819,'Services exterieurs b','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15915,'SYSCOHADA-TG','EXPENSE','XXXXXX','631',    15914,'Frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15916,'SYSCOHADA-TG','EXPENSE','XXXXXX','6311',   15915,'Frais sur titre (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15917,'SYSCOHADA-TG','EXPENSE','XXXXXX','6312',   15915,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15918,'SYSCOHADA-TG','EXPENSE','XXXXXX','6313',   15915,'Locations de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15919,'SYSCOHADA-TG','EXPENSE','XXXXXX','6315',   15915,'Commissions sur cartes de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15920,'SYSCOHADA-TG','EXPENSE','XXXXXX','6316',   15915,'Frais d''émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15921,'SYSCOHADA-TG','EXPENSE','XXXXXX','6318',   15915,'Autres frais bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15922,'SYSCOHADA-TG','EXPENSE','XXXXXX','632',    15914,'Remunerations d''intermediaires et de conseils','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15923,'SYSCOHADA-TG','EXPENSE','XXXXXX','6321',   15922,'Commissions et courtages sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15924,'SYSCOHADA-TG','EXPENSE','XXXXXX','6322',   15922,'Commissions et courtages sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15925,'SYSCOHADA-TG','EXPENSE','XXXXXX','6323',   15922,'Rémunérations des transitaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15926,'SYSCOHADA-TG','EXPENSE','XXXXXX','6324',   15922,'Honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15927,'SYSCOHADA-TG','EXPENSE','XXXXXX','6325',   15922,'Frais d''actes et de contentieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15928,'SYSCOHADA-TG','EXPENSE','XXXXXX','6328',   15922,'Divers frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15929,'SYSCOHADA-TG','EXPENSE','XXXXXX','633',    15914,'Frais de formation du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15930,'SYSCOHADA-TG','EXPENSE','XXXXXX','634',    15914,'Redevances pour brevets, licences, logiciels et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15931,'SYSCOHADA-TG','EXPENSE','XXXXXX','6342',   15930,'Redevances pour brevets, licences, concessions et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15932,'SYSCOHADA-TG','EXPENSE','XXXXXX','6343',   15930,'Redevances pour logiciel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15933,'SYSCOHADA-TG','EXPENSE','XXXXXX','6344',   15930,'Redevances pour marques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15934,'SYSCOHADA-TG','EXPENSE','XXXXXX','635',    15914,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15935,'SYSCOHADA-TG','EXPENSE','XXXXXX','6351',   15934,'Cotisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15936,'SYSCOHADA-TG','EXPENSE','XXXXXX','6358',   15934,'Concours divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15937,'SYSCOHADA-TG','EXPENSE','XXXXXX','636',    15914,'Redevances verses au concedant (concessions service public)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15938,'SYSCOHADA-TG','EXPENSE','XXXXXX','637',    15914,'Remunerations du personnel exterieur a l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15939,'SYSCOHADA-TG','EXPENSE','XXXXXX','6371',   15938,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15940,'SYSCOHADA-TG','EXPENSE','XXXXXX','6372',   15938,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15941,'SYSCOHADA-TG','EXPENSE','XXXXXX','638',    15914,'Autres charges externes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15942,'SYSCOHADA-TG','EXPENSE','XXXXXX','6381',   15941,'Frais de recrutement du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15943,'SYSCOHADA-TG','EXPENSE','XXXXXX','6382',   15941,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15944,'SYSCOHADA-TG','EXPENSE','XXXXXX','6383',   15941,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15945,'SYSCOHADA-TG','EXPENSE','XXXXXX','6384',   15941,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15946,'SYSCOHADA-TG','EXPENSE','XXXXXX','64',     15819,'Impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15947,'SYSCOHADA-TG','EXPENSE','XXXXXX','641',    15946,'Impots et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15948,'SYSCOHADA-TG','EXPENSE','XXXXXX','6411',   15947,'Impots fonciers et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15949,'SYSCOHADA-TG','EXPENSE','XXXXXX','6412',   15947,'Patentes, licences et taxes annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15950,'SYSCOHADA-TG','EXPENSE','XXXXXX','6413',   15947,'Taxes sur appointements et salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15951,'SYSCOHADA-TG','EXPENSE','XXXXXX','6414',   15947,'Taxes d''apprentissage','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15952,'SYSCOHADA-TG','EXPENSE','XXXXXX','6415',   15947,'Formation professionnelle continue','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15953,'SYSCOHADA-TG','EXPENSE','XXXXXX','6418',   15947,'Autres impôts et taxes directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15954,'SYSCOHADA-TG','EXPENSE','XXXXXX','645',    15946,'Impots et taxes indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15955,'SYSCOHADA-TG','EXPENSE','XXXXXX','646',    15946,'Droits d''enregistrement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15956,'SYSCOHADA-TG','EXPENSE','XXXXXX','6461',   15955,'Droits de mutation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15957,'SYSCOHADA-TG','EXPENSE','XXXXXX','6462',   15955,'Droits de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15958,'SYSCOHADA-TG','EXPENSE','XXXXXX','6463',   15955,'Taxes sur les véhicules de société','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15959,'SYSCOHADA-TG','EXPENSE','XXXXXX','6464',   15955,'Vignettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15960,'SYSCOHADA-TG','EXPENSE','XXXXXX','6468',   15955,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15961,'SYSCOHADA-TG','EXPENSE','XXXXXX','647',    15946,'Penalites et amendes fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15962,'SYSCOHADA-TG','EXPENSE','XXXXXX','6471',   15961,'Pénalités d''assiette, impots directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15963,'SYSCOHADA-TG','EXPENSE','XXXXXX','6472',   15961,'Pénalités d''assiette, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15964,'SYSCOHADA-TG','EXPENSE','XXXXXX','6473',   15961,'Pénalités de recouvrement, impôts directs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15965,'SYSCOHADA-TG','EXPENSE','XXXXXX','6474',   15961,'Pénalités de recouvrement, impôts indirects','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15966,'SYSCOHADA-TG','EXPENSE','XXXXXX','6478',   15961,'Autres amendes pénales et fiscales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15967,'SYSCOHADA-TG','EXPENSE','XXXXXX','648',    15946,'Autres impots et taxes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15968,'SYSCOHADA-TG','EXPENSE','XXXXXX','65',     15819,'Autres charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15969,'SYSCOHADA-TG','EXPENSE','XXXXXX','651',    15968,'Pertes sur creances clients et autres debiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15970,'SYSCOHADA-TG','EXPENSE','XXXXXX','6511',   15969,'Pertes sur clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15971,'SYSCOHADA-TG','EXPENSE','XXXXXX','6515',   15969,'Autres débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15972,'SYSCOHADA-TG','EXPENSE','XXXXXX','652',    15968,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15973,'SYSCOHADA-TG','EXPENSE','XXXXXX','6521',   15972,'Quote-part transféré de bénéfices (comptabilté du gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15974,'SYSCOHADA-TG','EXPENSE','XXXXXX','6525',   15972,'Pertes imputées par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15975,'SYSCOHADA-TG','EXPENSE','XXXXXX','653',    15968,'Quote-part de resultat annulee sur execution partielle de contrats pluri-exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15976,'SYSCOHADA-TG','EXPENSE','XXXXXX','654',    15968,'Valeur comptable des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15977,'SYSCOHADA-TG','EXPENSE','XXXXXX','658',    15968,'Charges diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15978,'SYSCOHADA-TG','EXPENSE','XXXXXX','6581',   15977,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15979,'SYSCOHADA-TG','EXPENSE','XXXXXX','6582',   15977,'Dons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15980,'SYSCOHADA-TG','EXPENSE','XXXXXX','6583',   15977,'Mécénat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15981,'SYSCOHADA-TG','EXPENSE','XXXXXX','659',    15968,'Charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15982,'SYSCOHADA-TG','EXPENSE','XXXXXX','6591',   15981,'Sur risque à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15983,'SYSCOHADA-TG','EXPENSE','XXXXXX','6593',   15981,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15984,'SYSCOHADA-TG','EXPENSE','XXXXXX','6594',   15981,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15985,'SYSCOHADA-TG','EXPENSE','XXXXXX','6598',   15981,'Autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15986,'SYSCOHADA-TG','EXPENSE','XXXXXX','66',     15819,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15987,'SYSCOHADA-TG','EXPENSE','XXXXXX','661',    15986,'Remunerations directes versees au personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15988,'SYSCOHADA-TG','EXPENSE','XXXXXX','6611',   15987,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15989,'SYSCOHADA-TG','EXPENSE','XXXXXX','6612',   15987,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15990,'SYSCOHADA-TG','EXPENSE','XXXXXX','6613',   15987,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15991,'SYSCOHADA-TG','EXPENSE','XXXXXX','6614',   15987,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15992,'SYSCOHADA-TG','EXPENSE','XXXXXX','6615',   15987,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15993,'SYSCOHADA-TG','EXPENSE','XXXXXX','6616',   15987,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15994,'SYSCOHADA-TG','EXPENSE','XXXXXX','6617',   15987,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15995,'SYSCOHADA-TG','EXPENSE','XXXXXX','6618',   15987,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15996,'SYSCOHADA-TG','EXPENSE','XXXXXX','662',    15986,'Remunerations directes versees au personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15997,'SYSCOHADA-TG','EXPENSE','XXXXXX','6621',   15996,'Appointements salaires et commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15998,'SYSCOHADA-TG','EXPENSE','XXXXXX','6622',   15996,'Primes et gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 15999,'SYSCOHADA-TG','EXPENSE','XXXXXX','6623',   15996,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16000,'SYSCOHADA-TG','EXPENSE','XXXXXX','6624',   15996,'Indemnités de préavis, de licencement et de recherche d''embauche','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16001,'SYSCOHADA-TG','EXPENSE','XXXXXX','6625',   15996,'Indemnités de maladie versées aux travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16002,'SYSCOHADA-TG','EXPENSE','XXXXXX','6626',   15996,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16003,'SYSCOHADA-TG','EXPENSE','XXXXXX','6627',   15996,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16004,'SYSCOHADA-TG','EXPENSE','XXXXXX','6628',   15996,'Autres rémunérations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16005,'SYSCOHADA-TG','EXPENSE','XXXXXX','663',    15986,'Indemnites forfaitaires versees au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16006,'SYSCOHADA-TG','EXPENSE','XXXXXX','6631',   16005,'Indemnités de logement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16007,'SYSCOHADA-TG','EXPENSE','XXXXXX','6632',   16005,'Indemnités de représentation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16008,'SYSCOHADA-TG','EXPENSE','XXXXXX','6633',   16005,'Indemnités d''expatriation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16009,'SYSCOHADA-TG','EXPENSE','XXXXXX','6638',   16005,'Autres indemnités et avantages divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16010,'SYSCOHADA-TG','EXPENSE','XXXXXX','664',    15986,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16011,'SYSCOHADA-TG','EXPENSE','XXXXXX','6641',   16010,'Charges sociales sur rémunération du personnel national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16012,'SYSCOHADA-TG','EXPENSE','XXXXXX','6642',   16010,'Charges sociales sur rémunération du personnel non national','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16013,'SYSCOHADA-TG','EXPENSE','XXXXXX','666',    15986,'Remunerations et charges sociales de l''exploitant individuel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16014,'SYSCOHADA-TG','EXPENSE','XXXXXX','6661',   16013,'Rémunérations du travail de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16015,'SYSCOHADA-TG','EXPENSE','XXXXXX','6662',   16013,'Charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16016,'SYSCOHADA-TG','EXPENSE','XXXXXX','667',    15986,'Remunerations transferee de personnel exterieur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16017,'SYSCOHADA-TG','EXPENSE','XXXXXX','6671',   16016,'Personnel intérimaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16018,'SYSCOHADA-TG','EXPENSE','XXXXXX','6672',   16016,'Personnel détaché ou prêté à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16019,'SYSCOHADA-TG','EXPENSE','XXXXXX','668',    15986,'Autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16020,'SYSCOHADA-TG','EXPENSE','XXXXXX','6681',   16019,'Versements aux syndicats et comités d''entreprise, d''établisement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16021,'SYSCOHADA-TG','EXPENSE','XXXXXX','6682',   16019,'Versements aux comité d''hygiéne et de sécurité','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16022,'SYSCOHADA-TG','EXPENSE','XXXXXX','6683',   16019,'Versements aux autres oeuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16023,'SYSCOHADA-TG','EXPENSE','XXXXXX','6684',   16019,'Médecine du travail et pharmacie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16024,'SYSCOHADA-TG','EXPENSE','XXXXXX','67',     15819,'Frais financiers et charges assimilees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16025,'SYSCOHADA-TG','EXPENSE','XXXXXX','671',    16024,'Interets des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16026,'SYSCOHADA-TG','EXPENSE','XXXXXX','6711',   16025,'Emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16027,'SYSCOHADA-TG','EXPENSE','XXXXXX','6712',   16025,'Emprunts auprès des établissements de crédit','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16028,'SYSCOHADA-TG','EXPENSE','XXXXXX','6713',   16025,'Dettes liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16029,'SYSCOHADA-TG','EXPENSE','XXXXXX','672',    16024,'Interets dans loyers de credit bail et contrats assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16030,'SYSCOHADA-TG','EXPENSE','XXXXXX','6721',   16029,'Intérêts dans loyers de crédit-bail immobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16031,'SYSCOHADA-TG','EXPENSE','XXXXXX','6722',   16029,'Intérêts dans loyers de crédit-bail mobilier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16032,'SYSCOHADA-TG','EXPENSE','XXXXXX','6723',   16029,'Intérêts dans loyers des autres contrats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16033,'SYSCOHADA-TG','EXPENSE','XXXXXX','673',    16024,'Escomptes accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16034,'SYSCOHADA-TG','EXPENSE','XXXXXX','674',    16024,'Autres interets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16035,'SYSCOHADA-TG','EXPENSE','XXXXXX','6741',   16034,'Avances reçues et dépôts créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16036,'SYSCOHADA-TG','EXPENSE','XXXXXX','6742',   16034,'Comptes courants bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16037,'SYSCOHADA-TG','EXPENSE','XXXXXX','6743',   16034,'Intérêts sur obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16038,'SYSCOHADA-TG','EXPENSE','XXXXXX','6744',   16034,'Intérêts sur dettes commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16039,'SYSCOHADA-TG','EXPENSE','XXXXXX','6745',   16034,'Intérêts bancaires et sur opérations de trésorerie et d''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16040,'SYSCOHADA-TG','EXPENSE','XXXXXX','6748',   16034,'Intérêts sur dettes diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16041,'SYSCOHADA-TG','EXPENSE','XXXXXX','675',    16024,'Escomptes des effets de commerce','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16042,'SYSCOHADA-TG','EXPENSE','XXXXXX','676',    16024,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16043,'SYSCOHADA-TG','EXPENSE','XXXXXX','677',    16024,'Pertes sur cessions de titres  de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16044,'SYSCOHADA-TG','EXPENSE','XXXXXX','678',    16024,'Pertes sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16045,'SYSCOHADA-TG','EXPENSE','XXXXXX','6781',   16044,'Sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16046,'SYSCOHADA-TG','EXPENSE','XXXXXX','6782',   16044,'Sur opérations fiancières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16047,'SYSCOHADA-TG','EXPENSE','XXXXXX','6783',   16044,'Sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16048,'SYSCOHADA-TG','EXPENSE','XXXXXX','679',    16024,'Charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16049,'SYSCOHADA-TG','EXPENSE','XXXXXX','6791',   16048,'Sur risque financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16050,'SYSCOHADA-TG','EXPENSE','XXXXXX','6795',   16048,'Sur titres de placements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16051,'SYSCOHADA-TG','EXPENSE','XXXXXX','6798',   16048,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16052,'SYSCOHADA-TG','EXPENSE','XXXXXX','68',     15819,'Dotations aus amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16053,'SYSCOHADA-TG','EXPENSE','XXXXXX','681',    16052,'Dotations aux amortissements d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16054,'SYSCOHADA-TG','EXPENSE','XXXXXX','6811',   16052,'Dotations aux amortissements des charges immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16055,'SYSCOHADA-TG','EXPENSE','XXXXXX','6812',   16052,'Dotations aux amortissements des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16056,'SYSCOHADA-TG','EXPENSE','XXXXXX','6813',   16052,'Dotations aux amortissements des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16057,'SYSCOHADA-TG','EXPENSE','XXXXXX','687',    16052,'Dotations aux amortissements a caractere financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16058,'SYSCOHADA-TG','EXPENSE','XXXXXX','6872',   16057,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16059,'SYSCOHADA-TG','EXPENSE','XXXXXX','6878',   16057,'Autres dotations aux amortissements à caractère financier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16060,'SYSCOHADA-TG','EXPENSE','XXXXXX','69',     15819,'Dotattions aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16061,'SYSCOHADA-TG','EXPENSE','XXXXXX','691',    16060,'Dotation aux provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16062,'SYSCOHADA-TG','EXPENSE','XXXXXX','6911',   16061,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16063,'SYSCOHADA-TG','EXPENSE','XXXXXX','6912',   16061,'Pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16064,'SYSCOHADA-TG','EXPENSE','XXXXXX','6913',   16061,'Pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16065,'SYSCOHADA-TG','EXPENSE','XXXXXX','6914',   16061,'Pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16066,'SYSCOHADA-TG','EXPENSE','XXXXXX','697',    16060,'Dotations aux provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16067,'SYSCOHADA-TG','EXPENSE','XXXXXX','6971',   16066,'Pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16068,'SYSCOHADA-TG','EXPENSE','XXXXXX','6972',   16066,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16069,'SYSCOHADA-TG','INCOME','XXXXXX','7',           0,'Ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16070,'SYSCOHADA-TG','INCOME','XXXXXX','701',     16069,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16071,'SYSCOHADA-TG','INCOME','XXXXXX','7011',    16070,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16072,'SYSCOHADA-TG','INCOME','XXXXXX','7012',    16070,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16073,'SYSCOHADA-TG','INCOME','XXXXXX','7013',    16070,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16074,'SYSCOHADA-TG','INCOME','XXXXXX','7014',    16070,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16075,'SYSCOHADA-TG','INCOME','XXXXXX','702',     16069,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16076,'SYSCOHADA-TG','INCOME','XXXXXX','7021',    16075,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16077,'SYSCOHADA-TG','INCOME','XXXXXX','7022',    16075,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16078,'SYSCOHADA-TG','INCOME','XXXXXX','7023',    16075,'Aux entreprises de groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16079,'SYSCOHADA-TG','INCOME','XXXXXX','7024',    16075,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16080,'SYSCOHADA-TG','INCOME','XXXXXX','703',     16069,'Ventes de produits intermediaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16081,'SYSCOHADA-TG','INCOME','XXXXXX','7031',    16080,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16082,'SYSCOHADA-TG','INCOME','XXXXXX','7032',    16080,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16083,'SYSCOHADA-TG','INCOME','XXXXXX','7033',    16080,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16084,'SYSCOHADA-TG','INCOME','XXXXXX','7034',    16080,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16085,'SYSCOHADA-TG','INCOME','XXXXXX','704',     16069,'Ventes de produits residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16086,'SYSCOHADA-TG','INCOME','XXXXXX','7041',    16085,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16087,'SYSCOHADA-TG','INCOME','XXXXXX','7042',    16085,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16088,'SYSCOHADA-TG','INCOME','XXXXXX','7043',    16085,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16089,'SYSCOHADA-TG','INCOME','XXXXXX','7044',    16085,'Aux entreprises du groupe hors  région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16090,'SYSCOHADA-TG','INCOME','XXXXXX','705',     16069,'Travaux factures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16091,'SYSCOHADA-TG','INCOME','XXXXXX','7051',    16090,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16092,'SYSCOHADA-TG','INCOME','XXXXXX','7052',    16090,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16093,'SYSCOHADA-TG','INCOME','XXXXXX','7053',    16090,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16094,'SYSCOHADA-TG','INCOME','XXXXXX','7054',    16090,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16095,'SYSCOHADA-TG','INCOME','XXXXXX','706',     16069,'Services vendus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16096,'SYSCOHADA-TG','INCOME','XXXXXX','7061',    16095,'Dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16097,'SYSCOHADA-TG','INCOME','XXXXXX','7062',    16095,'Hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16098,'SYSCOHADA-TG','INCOME','XXXXXX','7063',    16095,'Aux entreprises du groupe dans la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16099,'SYSCOHADA-TG','INCOME','XXXXXX','7064',    16095,'Aux entreprises du groupe hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16100,'SYSCOHADA-TG','INCOME','XXXXXX','707',     16069,'Produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16101,'SYSCOHADA-TG','INCOME','XXXXXX','7071',    16100,'Port, emballages perdus et autres frais facturés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16102,'SYSCOHADA-TG','INCOME','XXXXXX','7072',    16100,'Commissions et courtages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16103,'SYSCOHADA-TG','INCOME','XXXXXX','7073',    16100,'Locations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16104,'SYSCOHADA-TG','INCOME','XXXXXX','7074',    16100,'Bonis sur reprises et cessions d''emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16105,'SYSCOHADA-TG','INCOME','XXXXXX','7075',    16100,'Mise à disposition de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16106,'SYSCOHADA-TG','INCOME','XXXXXX','7076',    16100,'Redevances pour brevets, logiciels, marques et droits similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16107,'SYSCOHADA-TG','INCOME','XXXXXX','7077',    16100,'Services exploités dans l''intérêt du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16108,'SYSCOHADA-TG','INCOME','XXXXXX','7078',    16100,'Autres produits accessoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16109,'SYSCOHADA-TG','INCOME','XXXXXX','71',      16069,'Suvventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16110,'SYSCOHADA-TG','INCOME','XXXXXX','711',     16109,'Sur produits a l''exportation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16111,'SYSCOHADA-TG','INCOME','XXXXXX','712',     16109,'Sur produits a l''importation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16112,'SYSCOHADA-TG','INCOME','XXXXXX','713',     16109,'Sur produits de perequation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16113,'SYSCOHADA-TG','INCOME','XXXXXX','718',     16109,'Autres subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16114,'SYSCOHADA-TG','INCOME','XXXXXX','7181',    16113,'Versées par l''etat et les collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16115,'SYSCOHADA-TG','INCOME','XXXXXX','7182',    16113,'Versées par les organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16116,'SYSCOHADA-TG','INCOME','XXXXXX','7183',    16113,'Versées par des tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16117,'SYSCOHADA-TG','INCOME','XXXXXX','72',      16069,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16118,'SYSCOHADA-TG','INCOME','XXXXXX','721',     16117,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16119,'SYSCOHADA-TG','INCOME','XXXXXX','722',     16117,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16120,'SYSCOHADA-TG','INCOME','XXXXXX','726',     16117,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16121,'SYSCOHADA-TG','INCOME','XXXXXX','73',      16069,'Variations des stocks de biens et de services produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16122,'SYSCOHADA-TG','INCOME','XXXXXX','734',     16121,'Variations des stocks de produitsn en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16123,'SYSCOHADA-TG','INCOME','XXXXXX','7341',    16122,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16124,'SYSCOHADA-TG','INCOME','XXXXXX','7342',    16122,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16125,'SYSCOHADA-TG','INCOME','XXXXXX','735',     16121,'Variations des en-cours de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16126,'SYSCOHADA-TG','INCOME','XXXXXX','7351',    16125,'Etudes en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16127,'SYSCOHADA-TG','INCOME','XXXXXX','7352',    16125,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16128,'SYSCOHADA-TG','INCOME','XXXXXX','736',     16121,'Variations des stocks de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16129,'SYSCOHADA-TG','INCOME','XXXXXX','737',     16121,'Variations des stocks de produits intermediaires et residuels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16130,'SYSCOHADA-TG','INCOME','XXXXXX','7371',    16129,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16131,'SYSCOHADA-TG','INCOME','XXXXXX','7372',    16129,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16132,'SYSCOHADA-TG','INCOME','XXXXXX','75',      16069,'Autres produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16133,'SYSCOHADA-TG','INCOME','XXXXXX','752',     16132,'Quote-part de resultat sur operations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16134,'SYSCOHADA-TG','INCOME','XXXXXX','7521',    16133,'Quote-part trsnsférée de pertes (comptabilité de gérant)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16135,'SYSCOHADA-TG','INCOME','XXXXXX','7525',    16133,'Bénéfices attribués par transfert (comptabilité des associés non gérants)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16136,'SYSCOHADA-TG','INCOME','XXXXXX','753',     16132,'Quote-part de resultat sue execution partielle de contrats pluri-ecercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16137,'SYSCOHADA-TG','INCOME','XXXXXX','754',     16132,'Produits des cessions courantes d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16138,'SYSCOHADA-TG','INCOME','XXXXXX','758',     16132,'Produits divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16139,'SYSCOHADA-TG','INCOME','XXXXXX','7581',    16138,'Jetons de présence et autres rémunérations d''administrateurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16140,'SYSCOHADA-TG','INCOME','XXXXXX','7582',    16138,'Indemnités d''assurances reçues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16141,'SYSCOHADA-TG','INCOME','XXXXXX','759',     16132,'Reprises de charges provisionnees d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16142,'SYSCOHADA-TG','INCOME','XXXXXX','7591',    16141,'Sur risques à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16143,'SYSCOHADA-TG','INCOME','XXXXXX','7593',    16141,'Sur stocks','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16144,'SYSCOHADA-TG','INCOME','XXXXXX','7594',    16141,'Sur créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16145,'SYSCOHADA-TG','INCOME','XXXXXX','7598',    16141,'Sur autres charges provisionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16146,'SYSCOHADA-TG','INCOME','XXXXXX','77',      16069,'Revenus financiers et produits assimiles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16147,'SYSCOHADA-TG','INCOME','XXXXXX','771',     16146,'Interets de prets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16148,'SYSCOHADA-TG','INCOME','XXXXXX','772',     16146,'Revenus de participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16149,'SYSCOHADA-TG','INCOME','XXXXXX','773',     16146,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16150,'SYSCOHADA-TG','INCOME','XXXXXX','774',     16146,'Revenus de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16151,'SYSCOHADA-TG','INCOME','XXXXXX','775',     16146,'Revenus des creances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16152,'SYSCOHADA-TG','INCOME','XXXXXX','776',     16146,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16153,'SYSCOHADA-TG','INCOME','XXXXXX','777',     16146,'Gains sur cessions de titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16154,'SYSCOHADA-TG','INCOME','XXXXXX','778',     16146,'Gains sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16155,'SYSCOHADA-TG','INCOME','XXXXXX','7781',    16154,'Gains sur rentes viagères','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16156,'SYSCOHADA-TG','INCOME','XXXXXX','7782',    16154,'Gains sur opérations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16157,'SYSCOHADA-TG','INCOME','XXXXXX','7784',    16154,'Gains sur instruments de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16158,'SYSCOHADA-TG','INCOME','XXXXXX','779',     16146,'Reprises de charges provisionnees financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16159,'SYSCOHADA-TG','INCOME','XXXXXX','7791',    16158,'Sur risques financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16160,'SYSCOHADA-TG','INCOME','XXXXXX','7795',    16158,'Sur titres de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16161,'SYSCOHADA-TG','INCOME','XXXXXX','7798',    16158,'Autres charges provisionnées financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16162,'SYSCOHADA-TG','INCOME','XXXXXX','78',      16069,'Transfert de charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16163,'SYSCOHADA-TG','INCOME','XXXXXX','781',     16162,'Transfert de charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16164,'SYSCOHADA-TG','INCOME','XXXXXX','787',     16162,'Transfert de charges financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16165,'SYSCOHADA-TG','INCOME','XXXXXX','79',      16069,'Reprises de provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16166,'SYSCOHADA-TG','INCOME','XXXXXX','791',     16165,'Reprises de provisions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16167,'SYSCOHADA-TG','INCOME','XXXXXX','7911',    16166,'Pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16168,'SYSCOHADA-TG','INCOME','XXXXXX','7912',    16166,'Pour grosses réparation d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16169,'SYSCOHADA-TG','INCOME','XXXXXX','7913',    16166,'Pour dépreciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16170,'SYSCOHADA-TG','INCOME','XXXXXX','7914',    16166,'Pour dépreciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16171,'SYSCOHADA-TG','INCOME','XXXXXX','797',     16165,'Reprises de provisions financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16172,'SYSCOHADA-TG','INCOME','XXXXXX','7971',    16171,'Pour risques et charges financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16173,'SYSCOHADA-TG','INCOME','XXXXXX','7972',    16171,'Pour dépréciation des immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16174,'SYSCOHADA-TG','INCOME','XXXXXX','798',     16165,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16175,'SYSCOHADA-TG','AUTRES','XXXXXX','81',          0,'Valeurs comptables des cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16176,'SYSCOHADA-TG','AUTRES','XXXXXX','811',     16175,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16177,'SYSCOHADA-TG','AUTRES','XXXXXX','812',     16175,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16178,'SYSCOHADA-TG','AUTRES','XXXXXX','816',     16175,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16179,'SYSCOHADA-TG','AUTRES','XXXXXX','82',          0,'Produits de cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16180,'SYSCOHADA-TG','AUTRES','XXXXXX','821',     16179,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16181,'SYSCOHADA-TG','AUTRES','XXXXXX','822',     16179,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16182,'SYSCOHADA-TG','AUTRES','XXXXXX','826',     16179,'Immobilisations financieres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16183,'SYSCOHADA-TG','AUTRES','XXXXXX','83',          0,'Charges hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16184,'SYSCOHADA-TG','AUTRES','XXXXXX','831',     16183,'Charges h.a.o constatées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16185,'SYSCOHADA-TG','AUTRES','XXXXXX','834',     16183,'Pertes sur creances h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16186,'SYSCOHADA-TG','AUTRES','XXXXXX','835',     16183,'Dons et liberalites accordes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16187,'SYSCOHADA-TG','AUTRES','XXXXXX','836',     16183,'Abandons de creances consentis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16188,'SYSCOHADA-TG','AUTRES','XXXXXX','839',     16183,'Charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16189,'SYSCOHADA-TG','AUTRES','XXXXXX','84',          0,'Produits hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16190,'SYSCOHADA-TG','AUTRES','XXXXXX','841',     16189,'Produits h.a.o constates','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16191,'SYSCOHADA-TG','AUTRES','XXXXXX','845',     16189,'Dons et liberalites obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16192,'SYSCOHADA-TG','AUTRES','XXXXXX','846',     16189,'Abandons de creances obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16193,'SYSCOHADA-TG','AUTRES','XXXXXX','848',     16189,'Transferts de charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16194,'SYSCOHADA-TG','AUTRES','XXXXXX','849',     16189,'Reprises des charges provisionnees h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16195,'SYSCOHADA-TG','AUTRES','XXXXXX','85',          0,'Dotations hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16196,'SYSCOHADA-TG','AUTRES','XXXXXX','851',     16195,'Dotations aux provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16197,'SYSCOHADA-TG','AUTRES','XXXXXX','852',     16195,'Dotations aux amortissements h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16198,'SYSCOHADA-TG','AUTRES','XXXXXX','853',     16195,'Dotations aux provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16199,'SYSCOHADA-TG','AUTRES','XXXXXX','854',     16195,'Dotations aux provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16200,'SYSCOHADA-TG','AUTRES','XXXXXX','858',     16195,'Autres dotations h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16201,'SYSCOHADA-TG','AUTRES','XXXXXX','86',          0,'Reprises hors activites ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16202,'SYSCOHADA-TG','AUTRES','XXXXXX','861',     16201,'Reprises de provisions reglementees','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16203,'SYSCOHADA-TG','AUTRES','XXXXXX','862',     16201,'Reprises d''amortissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16204,'SYSCOHADA-TG','AUTRES','XXXXXX','863',     16201,'Reprises de provisions pour depreciation h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16205,'SYSCOHADA-TG','AUTRES','XXXXXX','864',     16201,'Reprises de provisions pour risques et charges h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16206,'SYSCOHADA-TG','AUTRES','XXXXXX','865',     16201,'Reprises de subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16207,'SYSCOHADA-TG','AUTRES','XXXXXX','868',     16201,'Autres reprises h.a.o','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16208,'SYSCOHADA-TG','AUTRES','XXXXXX','87',          0,'Participations des travailleurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16209,'SYSCOHADA-TG','AUTRES','XXXXXX','871',     16208,'Participation legale aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16210,'SYSCOHADA-TG','AUTRES','XXXXXX','874',     16208,'Participation contractuelle aux benefices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16211,'SYSCOHADA-TG','AUTRES','XXXXXX','878',     16208,'Autres participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16212,'SYSCOHADA-TG','AUTRES','XXXXXX','88',          0,'Subventions d''equilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16213,'SYSCOHADA-TG','AUTRES','XXXXXX','881',     16212,'Etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16214,'SYSCOHADA-TG','AUTRES','XXXXXX','884',     16212,'Collectivites publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16215,'SYSCOHADA-TG','AUTRES','XXXXXX','886',     16212,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16216,'SYSCOHADA-TG','AUTRES','XXXXXX','888',     16212,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16217,'SYSCOHADA-TG','AUTRES','XXXXXX','89',          0,'Impots sur le resultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16218,'SYSCOHADA-TG','AUTRES','XXXXXX','891',     16217,'Impots sur les benefices de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16219,'SYSCOHADA-TG','AUTRES','XXXXXX','8911',    16218,'Activités exercées dans l''etat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16220,'SYSCOHADA-TG','AUTRES','XXXXXX','8912',    16218,'Activités exercées dans les autres etats de la région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16221,'SYSCOHADA-TG','AUTRES','XXXXXX','8913',    16218,'Activités exercées hors région','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16222,'SYSCOHADA-TG','AUTRES','XXXXXX','892',     16217,'Rappel d''impôts sur resultats anterieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16223,'SYSCOHADA-TG','AUTRES','XXXXXX','895',     16217,'Impôts minimum forfaitaires (i.m.f)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16224,'SYSCOHADA-TG','AUTRES','XXXXXX','899',     16217,'Dégrèvements et annulations d''impots sur resultats antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16225,'SYSCOHADA-TG','AUTRES','XXXXXX','8991',    16224,'Dégrèvements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 16226,'SYSCOHADA-TG','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
    index 0cf2f286e43..e72ec0d6509 100644
    --- a/htdocs/install/mysql/data/llx_accounting_account_tn.sql
    +++ b/htdocs/install/mysql/data/llx_accounting_account_tn.sql
    @@ -1,634 +1,611 @@
    --- Copyright (C) 2017 Alexandre Spangaro   <aspangaro@zendsi.com>
    --- Copyright (C) 2018 Regis Houssin        <regis.houssin@capnetworks.com>
    ---
    --- 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/>.
    ---
    ---
     
    ---
    --- Ne pas placer de commentaire en fin de ligne, ce fichier est parsé lors
    --- de l'install et tous les sigles '--' sont supprimés.
    ---
    -
    ---
     -- Descriptif plan comptable TN PCT
     -- ID 9000 - 9999
    ---
    +-- ADD 1000000 to rowid # Do no remove this comment --
     
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1', NULL, 'Comptes de Financement Permanent', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '10', '1', 'Capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '101', '10', 'Capital social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1011', '101', 'Capital souscrit - non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1012', '101', 'Capital souscrit - appelé, non versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1013', '101', 'Capital souscrit - appelé, versé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '10131', '1013', 'Capital non amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '10132', '1013', 'Capital amorti', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1018', '101', 'Capital souscrit soumis à une réglementation particulière', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '105', '10', 'Fonds de dotation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '108', '10', 'Compte de l\'exploitant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '109', '10', 'Actionnaires, capital souscrit - non appelé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '11', '1', 'Réserves et primes liées au capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '111', '11', 'Réserve légale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '112', '11', 'Réserves statutaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '117', '11', 'Primes liées au capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1171', '117', 'Primes d\'émission', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1172', '117', 'Primes de fusion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1173', '117', 'Primes d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1174', '117', 'Primes de conversion d\'obligation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1178', '117', 'Autres compléments d\'apport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '118', '11', 'Autres réserves', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1181', '118', 'Réserves pour fonds social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '119', '11', 'Avoirs des actionnaires. i[i][1]', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '12', '1', 'Résultats reportés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '121', '12', 'Résultats reportés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '128', '12', 'Modifications comptables affectant les résultats reportés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '13', '1', 'Résultat de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '131', '13', 'Résultat bénéficiaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '135', '13', 'Résultat déficitaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '14', '1', 'Autres capitaux propres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '141', '14', 'Titres soumis à des réglementations particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '142', '14', 'Réserves réglementées & réserves soumises à un régime fiscal particulier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1421', '142', 'Réserves indisponibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '143', '14', 'Amortissements dérogatoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '144', '14', 'Réserve spéciale de réévaluation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '145', '14', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1451', '145', 'Subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1458', '145', 'Autres subventions d\'investissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1459', '145', 'Subventions d\'investissement inscrites aux comptes de résultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '147', '14', 'Compte du concédant', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '15', '1', 'Provisions pour risques & charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '151', '15', 'Provisions pour risques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1511', '151', 'Provisions pour litiges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1512', '151', 'Provisions pour garanties données aux clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1513', '151', 'Provisions pour pertes sur marchés à achèvement futur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1514', '151', 'Provisions pour amendes & pénalités', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1515', '151', 'Provisions pour pertes de change. ii[ii][2]', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1518', '151', 'Autres provisions pour risques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '152', '15', 'Provisions pour charges à répartir sur plusieurs exercices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1522', '152', 'Provisions pour grosses réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '153', '15', 'Provisions pour retraites et obligations similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '154', '15', 'Provisions d\'origine réglementaire', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '155', '15', 'Provisions pour impôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '156', '15', 'Provisions pour renouvellement des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '157', '15', 'Provisions pour amortissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '158', '15', 'Autres provisions pour charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '16', '1', 'Emprunts & dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '161', '16', 'Emprunts obligataires (assorties de sûretés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1611', '161', 'Emprunts obligataires convertibles en actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1618', '161', 'Autres emprunts obligataires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '162', '16', 'Emprunts auprès des établissements financiers (assorties de sûretés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1621', '162', 'Emprunts bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1626', '162', 'Refinancements acquis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '163', '16', 'Emprunts auprès d\'autres établissements financiers (assorties de sûretés)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '164', '16', 'Emprunts et dettes assorties de conditions particulières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1641', '164', 'Avances bloquées pour augmentation du capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1642', '164', 'Avances reçues et comptes courants des associés bloqués', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1644', '164', 'Avances conditionnées de l\'Etat & organismes internationaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '165', '16', 'Emprunts non assorties de sûretés (à subdiviser selon l\'ordre des comptes des emprunts)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '166', '16', 'Dettes rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1661', '166', 'Dettes rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1662', '166', 'Dettes rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1663', '166', 'Dettes rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '167', '16', 'Dépôts & cautionnements reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '168', '16', 'Autres emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1681', '168', 'Autres emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1685', '168', 'Crédit fournisseurs d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '1688', '168', 'Autres dettes non courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '17', '1', 'Comptes de liaison des établissements & succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '171', '17', 'Comptes des liaison des établissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '176', '17', 'Biens & prestations de services échangés entre établissements (charges)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '177', '17', 'Biens & prestations de services échangés entre établissements (produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '18', '1', 'Autres passifs non courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '185', '18', 'Écarts de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'CAPIT', 'XXXXXX', '188', '18', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2', NULL, 'Comptes d\'Actif Immobilisé', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '21', '2', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '211', '21', 'Investissements de recherche & de développement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '212', '21', 'Concessions de marques, brevets, licences, marques, procédés & valeurs similaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '213', '21', 'Logiciels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '214', '21', 'Fonds commercial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '216', '21', 'Droit au bail', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '218', '21', 'Autres immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '22', '2', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '221', '22', 'Terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2213', '221', 'Terrains nus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2214', '221', 'Terrains aménagés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2215', '221', 'Terrains bâtis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2216', '221', 'Agencements & aménagements des terrains', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '222', '22', 'Constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2221', '222', 'Bâtiments', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2225', '222', 'Installations générales, agencements & aménagements des constructions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2226', '222', 'Ouvrages d\'infrastructure', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2227', '222', 'Constructions sur sol d\'autrui', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '223', '22', 'Installations techniques, matériel et outillage industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2231', '223', 'Installations techniques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2234', '223', 'Matériel industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2235', '223', 'Outillage industriel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2237', '223', 'Agencements & aménagements du matériel & outillage industriels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '224', '22', 'Matériel de transport', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2241', '224', 'Matériel de transport de biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2244', '224', 'Matériel de transport de personnes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '228', '22', 'Autres immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2281', '228', 'Installations générales, agencements et aménagements divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2282', '228', 'Équipement de bureau', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2286', '228', 'Emballages récupérables identifiables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '23', '2', 'Immobilisations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '231', '23', 'Immobilisations incorporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '232', '23', 'Immobilisations corporelles en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '237', '23', 'Avances & acomptes versés sur immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '238', '23', 'Avances & acomptes versés sur commandes d\'immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '24', '2', 'Immobilisations à statut juridique particulier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '25', '2', 'Participations & créances liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '251', '25', 'Titres de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2511', '251', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2518', '251', 'Autres titres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '256', '25', 'Autres formes de participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '257', '25', 'Créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2571', '257', 'Créances rattachées à des participations (groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2574', '257', 'Créances rattachées à des participations (hors groupe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2575', '257', 'Versements représentatifs d\'apports non capitalisés (appel de fonds)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2576', '257', 'Avances consolidables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2577', '257', 'Autres créances rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '258', '25', 'Créances rattachées à des sociétés en participation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '259', '25', 'Versements restant à effectuer sur titres de participation non libérés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '26', '2', 'Autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '261', '26', 'Titres immobilisés (droit de propriété)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2611', '261', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2618', '261', 'Autres titres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '262', '26', 'Titres immobilisés (droit de créance)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2621', '262', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2622', '262', 'Bons', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '264', '26', 'Prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2641', '264', 'Prêts participatifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2642', '264', 'Prêts aux associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2643', '264', 'Prêts au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2645', '264', 'Prêts assortis de sûretés (à subdiviser)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2648', '264', 'Autres prêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '265', '26', 'Dépôts et cautionnements versés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2651', '265', 'Dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2655', '265', 'Cautionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2656', '265', 'Dépôts bancaires non courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2658', '265', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '266', '26', 'Autres créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2661', '266', 'Créances immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2667', '266', 'Créances diverses', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '2668', '266', 'Autres créances non courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '269', '26', 'Versements restant à effectuer sur titres immobilisés non libérés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '27', '2', 'Autres actifs non courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '271', '27', 'Frais préliminaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '272', '27', 'Charges à répartir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '273', '27', 'Frais d\'émission et primes de remboursement des emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '275', '27', 'Écarts de conversion', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '278', '27', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '28', '2', 'Amortissements des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '281', '28', 'Amortissements des immobilisations incorporelles (même ventilation que celle du', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '282', '28', 'Amortissements des immobilisations corporelles (même ventilation que celle du compte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '284', '28', 'Amortissements des immobilisations à statut juridique particulier.', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '29', '2', 'Provisions pour dépréciation des immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '291', '29', 'Provisions pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '292', '29', 'Provisions pour dépréciation des immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '293', '29', 'Provisions pour dépréciation des immobilisations en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '294', '29', 'Provisions pour dépréciation des immobilisations à statut juridique particulier', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'IMMO', 'XXXXXX', '295', '29', 'Provisions pour dépréciation des participations et des créances liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '3', NULL, 'Comptes d\'actif Circulation (Hors Trésorerie)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '31', '3', 'Matières premières & fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '311', '31', 'Matières premières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '313', '31', 'Fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '317', '31', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '32', '3', 'Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '321', '32', 'Matières consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '322', '32', 'Fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '326', '32', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '327', '32', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '33', '3', 'En-cours de production de biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '331', '33', 'Produits en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '335', '33', 'Travaux en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '34', '3', 'En-cours de production de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '341', '34', 'Études en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '345', '34', 'Prestations de services en cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '35', '3', 'Stocks de produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '351', '35', 'Produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '355', '35', 'Produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '357', '35', 'Produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '37', '3', 'Stocks de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'STOCK', 'XXXXXX', '39', '3', 'Provisions pour dépréciation des stocks (à ventiler selon la nomenclature de cette classe)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4', NULL, 'Comptes de passif circulant (Hors trésorerie)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '40', '4', 'Fournisseurs & comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '401', '40', 'Fournisseurs d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4011', '401', 'Fournisseurs - achats de biens ou de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4017', '401', 'Fournisseurs - retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '403', '40', 'Fournisseurs d\'exploitation - effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '404', '40', 'Fournisseurs d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4041', '404', 'Fournisseurs - achats d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4047', '404', 'Fournisseurs d\'immobilisations - retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '405', '40', 'Fournisseurs d\'immobilisations - effets à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '408', '40', 'Fournisseurs - factures non parvenues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4081', '408', 'Fournisseurs d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4084', '408', 'Fournisseurs d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4088', '408', 'Fournisseurs - intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '409', '40', 'Fournisseurs débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4091', '409', 'Fournisseurs - avances et acomptes versés sur commandes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4096', '409', 'Fournisseurs - créances pour emballages et matériel à rendre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4097', '409', 'Fournisseurs - autres avoirs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '40971', '4097', 'Fournisseurs d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '40974', '4097', 'Fournisseurs d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4098', '409', 'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '41', '4', 'Clients & comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '411', '41', 'Clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4111', '411', 'Clients - ventes de biens ou de prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4117', '411', 'Clients - retenues de garantie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '413', '41', 'Clients - effets à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '416', '41', 'Clients douteux ou litigieux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '417', '41', 'Créances sur travaux non encore facturables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '418', '41', 'Clients - produits non encore facturés (produits à recevoir)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4181', '418', 'Factures à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4188', '418', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '419', '41', 'Clients créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4191', '419', 'Clients - avances et acomptes reçus sur commandes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4196', '419', 'Clients - dettes pour emballages et matériel consignés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4197', '419', 'Clients - autres avoirs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4198', '419', 'Rabais, remises, ristournes à accorder et autres avoirs à établir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '42', '4', 'Personnel et comptes rattachés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '421', '42', 'Personnel - avances et acomptes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '422', '42', 'Comités d\'entreprises et autres organes représentatifs du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '423', '42', 'Personnel, œuvres sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '425', '42', 'Personnel - rémunérations dues', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '426', '42', 'Personnel - dépôts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '427', '42', 'Personnel - oppositions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '428', '42', 'Personnel - charges à payer & produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4282', '428', 'Dettes provisionnées pour congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4286', '428', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4287', '428', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '43', '4', 'Etat et collectivités publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '431', '43', 'Etat - subventions à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '432', '43', 'Etat, impôts et taxes retenus à la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '433', '43', 'Opérations particulières avec l\'Etat, les collectivités publiques, les organismes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '434', '43', 'Etat - impôts sur les bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4341', '434', 'Retenue à la source', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4342', '434', 'Acomptes provisionnels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4343', '434', 'Impôt à liquider', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4349', '434', 'Impôts différés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '435', '43', 'Obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '436', '43', 'Etat - taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4365', '436', 'Taxes sur le chiffre d\'affaires à décaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '43651', '4365', 'TVA à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '43658', '4365', 'Autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4366', '436', 'Taxes sur le chiffre d\'affaires déductibles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '43662', '4366', 'TVA sur immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '43663', '4366', 'TVA transférée par d\'autres entreprises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '43666', '4366', 'TVA sur autres biens et services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '43667', '4366', 'Crédit de TVA à reporter', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '43668', '4366', 'Autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4367', '436', 'Taxes sur le chiffre d\'affaires collectées par l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '43671', '4367', 'TVA collectée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '436711', '43671', 'TVA collectée sur les débits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '436712', '43671', 'TVA collectée sur les encaissements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '43678', '4367', 'Autres taxes sur le chiffre d\'affaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4368', '436', 'Taxes sur le chiffre d\'affaires à régulariser ou en attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '437', '43', 'Autres impôts, taxes et versements assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '438', '43', 'Etat - charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4382', '438', 'Charges fiscales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4386', '438', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4387', '438', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '44', '4', 'Sociétés du groupe & associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '441', '44', 'Groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4411', '441', 'Créances et intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4412', '441', 'Dettes et intérêts à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '442', '44', 'Associés - comptes courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4421', '442', 'Principal', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4428', '442', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '446', '44', 'Associés - opérations sur le capital', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '447', '44', 'Associés - dividendes à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '448', '44', 'Associés - opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4481', '448', 'Opérations courantes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4488', '448', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '45', '4', 'Débiteurs divers et Créditeurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '452', '45', 'Créances sur cessions d\'immobilisations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '453', '45', 'Sécurité sociale et autres organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4531', '453', 'Organismes sociaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '45311', '4531', 'CNSS', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '45318', '4531', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4538', '453', 'Organismes sociaux - charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '45382', '4538', 'Charges sociales sur congés à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '45386', '4538', 'Autres charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '45387', '4538', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '454', '45', 'Dettes sur acquisitions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '455', '45', 'Créances sur cessions de valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '457', '45', 'Autres comptes débiteurs ou créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '458', '45', 'Diverses charges à payer et produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4586', '458', 'Charges à payer', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4587', '458', 'Produits à recevoir', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '46', '4', 'Comptes transitoires ou d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '461', '46', 'Compte d\'attente', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '465', '46', 'Différence de conversion sur éléments courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4651', '465', 'Différences de conversion actif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4652', '465', 'Différences de conversion passif', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '468', '46', 'Autres comptes transitoires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '47', '4', 'Comptes de régularisation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '471', '47', 'Charges constatées d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '472', '47', 'Produits constatés d\'avance', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '478', '47', 'Comptes de répartition périodique de charges et produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4786', '478', 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4787', '478', 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '48', '4', 'Provisions courantes pour risques et charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '49', '4', 'Provisions pour dépréciation des comptes de tiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '491', '49', 'Provisions pour dépréciation des comptes clients', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '494', '49', 'Provisions pour dépréciation des comptes de groupe et associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4941', '494', 'Comptes du groupe', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4942', '494', 'Comptes courants des associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4948', '494', 'Opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '495', '49', 'Provisions pour dépréciation des comptes de débiteurs divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4952', '495', 'Créances sur cession d\'immobilisation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4955', '495', 'Créances sur cession des valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'THIRDPARTY', 'XXXXXX', '4957', '495', 'Autres comptes débiteurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5', NULL, 'Comptes de trésorerie', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '50', '5', 'Emprunts et autres dettes financières courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '501', '50', 'Emprunts courants liés au cycle d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '505', '50', 'Échéances à moins d\'un an sur emprunts non courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '506', '50', 'Concours bancaires courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5061', '506', 'Crédit de mobilisation de créances commerciales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5063', '506', 'Mobilisation de créances nées à l\'étranger', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5067', '506', 'Autres concours bancaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '507', '50', 'Emprunts échus et impayés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '508', '50', 'Intérêts courus (à subdiviser selon la même ventilation que le compte 50)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '51', '5', 'Prêts et autres créances financières courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '511', '51', 'Prêts courants liés au cycle d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '516', '51', 'Échéances à moins d\'un an sur prêts non courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '517', '51', 'Échéances à moins d\'un an sur autres créances financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '518', '51', 'Intérêts courus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '52', '5', 'Placements courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '523', '52', 'Actions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5231', '523', 'Titres cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5235', '523', 'Titres non cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '524', '52', 'Autres titres conférant un droit de propriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '525', '52', 'Obligations et bons émis par la société et rachetés par elle', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '526', '52', 'Obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5261', '526', 'Titres cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5265', '526', 'Titres non cotés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5266', '526', 'Échéances à moins d\'un an sur les obligations immobilisées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '527', '52', 'Bons du trésor et bons de caisse à court terme', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '528', '52', 'Autres placements courants et créances assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5281', '528', 'Autres valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5288', '528', 'Intérêts courus sur obligations, bons et valeurs assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '529', '52', 'Versements restant à effectuer sur valeurs mobilières de placement non libérées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '53', '5', 'Banques, établissements financiers et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '531', '53', 'Valeurs à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5311', '531', 'Coupons échus à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5312', '531', 'Chèques à encaisser', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5313', '531', 'Effets à l\'encaissement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5314', '531', 'Effets à l\'escompte', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '532', '53', 'Banques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5321', '532', 'Comptes en dinars', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5324', '532', 'Comptes en devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '534', '53', 'C.C.P', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '535', '53', 'Comptes au trésor', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '537', '53', 'Autres organismes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '54', '5', 'Caisse', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '541', '54', 'Caisse siège social', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5411', '541', 'Caisse en dinars', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '5414', '541', 'Caisse en devises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '542', '54', 'Caisses succursales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '55', '5', 'Régies d\'avances et accréditifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '58', '5', 'Virements internes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'FINAN', 'XXXXXX', '59', '5', 'Provisions pour dépréciation des comptes financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6', NULL, 'Charges', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '60', '6', 'Achats (sauf 603)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '601', '60', 'Achats stockés - Matières premières et fournitures liées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '602', '60', 'Achats stockés - Autres approvisionnements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6021', '602', 'Matières consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6022', '602', 'Fournitures consommables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6026', '602', 'Emballages', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '604', '60', 'Achats d’études et de prestations de services (y compris achat de sous-traitance de', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '605', '60', 'Achats de matériel, équipements et travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '606', '60', 'Achats non stockés de matières et fournitures', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '607', '60', 'Achats de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '608', '60', 'Achats liés à une modification comptable à prendre en compte dans le résultat de', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '609', '60', 'Rabais, remises et ristournes obtenus sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6098', '609', 'Liés à une modification comptable à prendre en compte dans le résultat de', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '61', '6', 'Services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '611', '61', 'Sous-traitance générale', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '612', '61', 'Redevances pour utilisation d\'immobilisations concédées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '613', '61', 'Locations (y compris malis sur emballages)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '614', '61', 'Charges locatives et de copropriété', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '615', '61', 'Entretien et réparations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '616', '61', 'Primes d\'assurances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '617', '61', 'Études, recherches et divers services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '618', '61', 'Autres charges liées à une modification comptable à prendre en compte dans le résultat', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '619', '61', 'Rabais, remises et ristournes obtenus sur services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '62', '6', 'Autres services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '621', '62', 'Personnel extérieur à l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '622', '62', 'Rémunération d\'intermédiaires et honoraires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '623', '62', 'Publicité, publications, relations publiques', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '624', '62', 'Transports de biens et transports collectifs du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6241', '624', 'Transports sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6242', '624', 'Transports sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6244', '624', 'Transports administratifs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6247', '624', 'Transports collectifs du personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6248', '624', 'Divers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '625', '62', 'Déplacements, missions et réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6251', '625', 'Voyages et déplacements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6255', '625', 'Frais de déménagement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6256', '625', 'Missions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6257', '625', 'Réceptions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '626', '62', 'Frais postaux et frais de télécommunications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '627', '62', 'Services bancaires et assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6271', '627', 'Frais sur titres (achats, vente, garde)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6272', '627', 'Commissions et frais sur émission d\'emprunts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6275', '627', 'Frais sur effets', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6276', '627', 'Location de coffres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6278', '627', 'Autres frais et commissions sur prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '628', '62', 'Autres services extérieurs liés à une modification comptable à prendre en', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '629', '62', 'Rabais, remises et ristournes obtenus sur autres services extérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '63', '6', 'Charges divers ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '631', '63', 'Redevances pour concessions de marques, brevets, licences, procédés, droits et valeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '633', '63', 'Jetons de présence', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '634', '63', 'Pertes sur créances irrécouvrables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6341', '634', 'Créances de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6344', '634', 'Créances des exercices antérieurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '635', '63', 'Quotes-parts de résultat sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6351', '635', 'Quote-part de bénéfice transférée (comptabilité du gérant)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6355', '635', 'Quote-part de perte supportée (comptabilité des associés non gérants)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '636', '63', 'Charges nettes sur cessions d\'immobilisations et autres pertes sur éléments non', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '637', '63', 'Réduction de valeur', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '638', '63', 'Charges divers ordinaires liés à une modification comptable à prendre en compte dans le', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64', '6', 'Charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '640', '64', 'Salaires et compléments de salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6400', '640', 'Salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6401', '640', 'Heures supplémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6402', '640', 'Primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6403', '640', 'Gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6404', '640', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6409', '640', 'Autres compléments de salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '642', '64', 'Appointements et compléments d\'appointements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6420', '5235', 'Appointements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6421', '5235', 'Heures supplémentaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6422', '5235', 'Primes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6423', '5235', 'Gratifications', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6424', '5235', 'Avantages en nature', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6429', '5235', 'Autres compléments d\'appointements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '643', '64', 'Indemnités représentatives de frais', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '644', '64', 'Commissions au personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6440', '644', 'Commissions sur achats', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6441', '644', 'Commissions sur ventes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '645', '64', 'Rémunérations des administrateurs, gérants et associés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '646', '64', 'Charges connexes aux salaires, appointements, commissions et rémunérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6460', '646', 'Charges connexes aux salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64600', '6460', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64602', '6460', 'Indemnités de préavis et de licenciements (gratification de fin de', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64604', '6460', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6462', '646', 'Charges connexes aux appointements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64620', '6462', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64622', '6462', 'Indemnités de préavis et de licenciement (gratification de fin de service)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64624', '6462', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6464', '646', 'Charges connexes aux commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64640', '6464', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64642', '6464', 'Indemnités de préavis et de licenciement (gratification de fin de', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64644', '6464', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6465', '646', 'Charges connexes aux rémunérations des administrateurs et gérants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64650', '6465', 'Congés payés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64652', '6465', 'Indemnités de préavis et de licenciement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '64654', '6465', 'Supplément familial', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '647', '64', 'Charges sociales légales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6470', '647', 'Cotisations de sécurité sociale sur salaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6472', '647', 'Cotisations de sécurité sociale sur appointements', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6474', '647', 'Cotisations de sécurité sociale sur commissions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6475', '647', 'Cotisations de sécurité sociale sur rémunérations des administrateurs et', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6476', '647', 'Prestations directes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '648', '64', 'Charges de personnel liées à une modification comptable à imputer au résultat de', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '649', '64', 'Autres charges de personnelles et autres charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6490', '649', 'Autres charges de personnel', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6495', '649', 'Au très charges sociales', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '65', '6', 'Charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '651', '65', 'Charges d\'intérêts', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6511', '651', 'Intérêts des emprunts et dettes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '65116', '6511', 'Des emprunts et dettes assimilées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '65117', '6511', 'Des dettes rattachées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6515', '651', 'Intérêts des comptes courants et des dépôts créditeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6516', '651', 'Intérêts bancaires et sur opérations de financement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6517', '651', 'Intérêts des obligations cautionnées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6518', '651', 'Intérêts des autres dettes (y compris les pénalités et intérêts de retard sur emprunts)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '653', '65', 'Pertes sur créances liées à des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '654', '65', 'Escomptes accordés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '655', '65', 'Pertes de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '656', '65', 'Charges nettes sur cessions de valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '657', '65', 'Autres charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '658', '65', 'Charges financières liées à une modification comptable à imputer au résultat de l\'exercice ou à une activité abandonnée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '66', '6', 'Impôts, taxes et versements assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '661', '66', 'Impôts, taxes et versements assimilés sur rémunérations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6611', '661', 'TFP', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6612', '661', 'FOPROLOS', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6618', '661', 'Autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '665', '66', 'Autres impôts, taxes et versements assimilés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6651', '665', 'Impôts et taxes divers (sauf impôts sur les bénéfices)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6652', '665', 'Taxes sur le chiffre d\'affaires non récupérables', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6654', '665', 'Droits d\'enregistrement et de timbre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6655', '665', 'Taxes sur les véhicules', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6658', '665', 'Autres droits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '668', '66', 'Impôts et taxes liés à une modification comptable à imputer au résultat de l\'exercice ou à', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '67', '6', 'Pertes extraordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '68', '6', 'Dotations aux amortissements et aux provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '681', '68', 'Dotations aux amortissements et aux provisions - charges ordinaires (autres que', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6811', '681', 'Dotations aux amortissements des immobilisations incorporelles et corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '68111', '6811', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '68112', '6811', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6812', '681', 'Dotations aux résorptions des charges reportées', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6815', '681', 'Dotations aux provisions pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6816', '681', 'Dotations aux provisions pour dépréciation des immobilisations incorporelles et', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '68161', '6816', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '68162', '6816', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6817', '681', 'Dotations aux provisions pour dépréciation des actifs courants (autres', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '68173', '6817', 'Stocks et en-cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '68174', '6817', 'Créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6818', '681', 'Dotations aux amortissements et aux provisions liées à une modification', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '686', '68', 'Dotations aux amortissements et aux provisions - charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6861', '686', 'Dotations aux amortissements des primes de remboursement des obligations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6865', '686', 'Dotations aux provisions pour risques et charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6866', '686', 'Dotations aux provisions pour dépréciation des éléments financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '68662', '6866', 'Immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '68665', '6866', 'Placements et prêts courants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '6868', '686', 'Dotations aux amortissements et aux provisions liées à une modification', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '69', '6', 'Impôts sur les bénéfices', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '691', '69', 'Impôts sur les bénéfices calculés sur le résultat des activités ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '695', '69', 'Autres impôts sur les bénéfices (régimes particuliers)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'EXPENSE', 'XXXXXX', '697', '69', 'Impôts sur les bénéfices calculés sur les éléments extraordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7', NULL, 'Produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '70', '7', 'Ventes de produits fabriqués, prestations de services, marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '701', '70', 'Ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7011', NULL, 'Produits finis achevés', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7012', NULL, 'Produits finis non achevés (contrat de longue durée)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '702', '70', 'Ventes de produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '703', '70', 'Ventes de produits résiduels', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '704', '70', 'Travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '705', '70', 'Études et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '706', '70', 'Produits des activités annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '707', '70', 'Ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '708', '70', 'Ventes liées à une modification comptable à imputer au résultat de l\'exercice ou à une', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '709', '70', 'Rabais, remises et ristournes accordés par l\'entreprise', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7091', '709', 'Sur ventes de produits finis', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7092', '709', 'Sur ventes de produits intermédiaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7094', '709', 'Sur travaux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7095', '709', 'Sur études et prestations de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7096', '709', 'Sur activités annexes', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7097', '709', 'Sur ventes de marchandises', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7098', '709', 'Sur ventes liées à une modification comptable à imputer au résultat de', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '71', '7', 'Production stockée (ou déstockage)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '713', '71', 'Variation des stocks (en-cours de production, produits)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7133', '713', 'Variations des en-cours de production de biens', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7134', '713', 'Variation des en-cours de production de services', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7135', '713', 'Variation des stocks de produits', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '72', '7', 'Production immobilisée', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '721', '72', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '722', '72', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '728', '72', 'Production immobilisée liée à une modification comptable à imputer au résultat de', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '73', '7', 'Produits divers ordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '731', '73', 'Redevances pour concessions, brevets, licences, marques, procédés, droits et valeurs', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '732', '73', 'Revenus des immeubles non affectés aux activités professionnelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '733', '73', 'Jetons de présence et rémunérations d\'administrateurs, gérants', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '734', '73', 'Ristournes perçues des coopératives (provenant des excédents)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '735', '73', 'Quotes-parts de résultat sur opérations faites en commun', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '736', '73', 'Produits nets sur cessions d\'immobilisations et autres gains sur éléments non', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '738', '73', 'Produits divers ordinaires liés à une modification comptable à imputer au résultat de', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '739', '73', 'Quotes-parts des subventions d\'investissement inscrites au résultat de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '74', '7', 'Subventions d\'exploitation et d\'équilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '741', '74', 'Subventions d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '745', '74', 'Subventions d\'équilibre', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '748', '74', 'Subventions liées à une modification comptable à imputer au résultat de l\'exercice ou à', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '75', '7', 'Produits financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '751', '75', 'Produits des participations', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '752', '75', 'Produits des autres immobilisations financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '753', '75', 'Revenus des autres créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '754', '75', 'Revenus des valeurs mobilières de placement', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '755', '75', 'Escomptes obtenus', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '756', '75', 'Gains de change', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '757', '75', 'Produits nets sur cessions de valeurs mobilières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '758', '75', 'Produits financiers liés à une modification comptable à imputer au résultat de l\'exercice', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '77', '7', 'Gains extraordinaires', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '78', '7', 'Reprises sur amortissements et provisions', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '781', '78', 'Reprises sur amortissements et provisions (à inscrire dans les produits ordinaires)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7811', '781', 'Reprises sur amortissements des immobilisations incorporelles et corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '78111', '7811', 'Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '78112', '7811', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7815', '781', 'Reprises sur provisions pour risques et charges d\'exploitation', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7816', '781', 'Reprises sur provisions pour dépréciation des immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '78161', '7816', ' Immobilisations incorporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '78162', '7816', 'Immobilisations corporelles', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7817', '781', 'Reprises sur provisions pour dépréciation des actifs courants (autres que', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '78173', '7817', 'Stocks et en-cours', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '78174', '7817', 'Créances', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7818', '781', 'Reprises sur provisions liées à une modification comptable inscrite aux', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '786', '78', 'Reprises sur provisions (à inscrire dans les produits financiers)', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7865', '786', 'Reprises sur provisions pour risque et charges financières', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7866', '786', 'Reprises sur provisions pour dépréciation des éléments financiers', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '7868', '786', 'Reprises sur provisions (à inscrire dans les produits financiers) liées à une', 1, __ENTITY__);
    -INSERT INTO llx_accounting_account (fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active, entity) VALUES ('PCT', 'INCOME', 'XXXXXX', '79', '7', 'Transferts de charges', 1, __ENTITY__);
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9000,'PCT','CAPIT','XXXXXX','1','','Comptes de Financement Permanent','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9001,'PCT','CAPIT','XXXXXX','10',9000,'Capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9002,'PCT','CAPIT','XXXXXX','101',9001,'Capital social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9003,'PCT','CAPIT','XXXXXX','1011',9002,'Capital souscrit - non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9004,'PCT','CAPIT','XXXXXX','1012',9002,'Capital souscrit - appelé, non versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9005,'PCT','CAPIT','XXXXXX','1013',9002,'Capital souscrit - appelé, versé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9006,'PCT','CAPIT','XXXXXX','10131',9005,'Capital non amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9007,'PCT','CAPIT','XXXXXX','10132',9005,'Capital amorti','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9008,'PCT','CAPIT','XXXXXX','1018',9002,'Capital souscrit soumis à une réglementation particulière','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9009,'PCT','CAPIT','XXXXXX','105',9001,'Fonds de dotation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9010,'PCT','CAPIT','XXXXXX','108',9001,'Compte de l''exploitant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9011,'PCT','CAPIT','XXXXXX','109',9001,'Actionnaires, capital souscrit - non appelé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9012,'PCT','CAPIT','XXXXXX','11',9000,'Réserves et primes liées au capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9013,'PCT','CAPIT','XXXXXX','111',9012,'Réserve légale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9014,'PCT','CAPIT','XXXXXX','112',9012,'Réserves statutaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9015,'PCT','CAPIT','XXXXXX','117',9012,'Primes liées au capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9016,'PCT','CAPIT','XXXXXX','1171',9015,'Primes d''émission','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9017,'PCT','CAPIT','XXXXXX','1172',9015,'Primes de fusion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9018,'PCT','CAPIT','XXXXXX','1173',9015,'Primes d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9019,'PCT','CAPIT','XXXXXX','1174',9015,'Primes de conversion d''obligation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9020,'PCT','CAPIT','XXXXXX','1178',9015,'Autres compléments d''apport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9021,'PCT','CAPIT','XXXXXX','118',9012,'Autres réserves','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9022,'PCT','CAPIT','XXXXXX','1181',9021,'Réserves pour fonds social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9023,'PCT','CAPIT','XXXXXX','119',9012,'Avoirs des actionnaires. i[i][1]','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9024,'PCT','CAPIT','XXXXXX','12',9000,'Résultats reportés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9025,'PCT','CAPIT','XXXXXX','121',9024,'Résultats reportés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9026,'PCT','CAPIT','XXXXXX','128',9024,'Modifications comptables affectant les résultats reportés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9027,'PCT','CAPIT','XXXXXX','13',9000,'Résultat de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9028,'PCT','CAPIT','XXXXXX','131',9027,'Résultat bénéficiaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9029,'PCT','CAPIT','XXXXXX','135',9027,'Résultat déficitaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9030,'PCT','CAPIT','XXXXXX','14',9000,'Autres capitaux propres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9031,'PCT','CAPIT','XXXXXX','141',9030,'Titres soumis à des réglementations particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9033,'PCT','CAPIT','XXXXXX','1421',9032,'Réserves indisponibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9034,'PCT','CAPIT','XXXXXX','143',9030,'Amortissements dérogatoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9035,'PCT','CAPIT','XXXXXX','144',9030,'Réserve spéciale de réévaluation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9036,'PCT','CAPIT','XXXXXX','145',9030,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9037,'PCT','CAPIT','XXXXXX','1451',9036,'Subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9038,'PCT','CAPIT','XXXXXX','1458',9036,'Autres subventions d''investissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9039,'PCT','CAPIT','XXXXXX','1459',9036,'Subventions d''investissement inscrites aux comptes de résultat','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9040,'PCT','CAPIT','XXXXXX','147',9030,'Compte du concédant','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9041,'PCT','CAPIT','XXXXXX','15',9000,'Provisions pour risques & charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9042,'PCT','CAPIT','XXXXXX','151',9041,'Provisions pour risques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9043,'PCT','CAPIT','XXXXXX','1511',9042,'Provisions pour litiges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9044,'PCT','CAPIT','XXXXXX','1512',9042,'Provisions pour garanties données aux clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9045,'PCT','CAPIT','XXXXXX','1513',9042,'Provisions pour pertes sur marchés à achèvement futur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9046,'PCT','CAPIT','XXXXXX','1514',9042,'Provisions pour amendes & pénalités','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9047,'PCT','CAPIT','XXXXXX','1515',9042,'Provisions pour pertes de change. ii[ii][2]','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9048,'PCT','CAPIT','XXXXXX','1518',9042,'Autres provisions pour risques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9049,'PCT','CAPIT','XXXXXX','152',9041,'Provisions pour charges à répartir sur plusieurs exercices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9050,'PCT','CAPIT','XXXXXX','1522',9049,'Provisions pour grosses réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9051,'PCT','CAPIT','XXXXXX','153',9041,'Provisions pour retraites et obligations similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9052,'PCT','CAPIT','XXXXXX','154',9041,'Provisions d''origine réglementaire','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9053,'PCT','CAPIT','XXXXXX','155',9041,'Provisions pour impôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9054,'PCT','CAPIT','XXXXXX','156',9041,'Provisions pour renouvellement des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9055,'PCT','CAPIT','XXXXXX','157',9041,'Provisions pour amortissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9056,'PCT','CAPIT','XXXXXX','158',9041,'Autres provisions pour charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9057,'PCT','CAPIT','XXXXXX','16',9000,'Emprunts & dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9058,'PCT','CAPIT','XXXXXX','161',9057,'Emprunts obligataires (assorties de sûretés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9059,'PCT','CAPIT','XXXXXX','1611',9058,'Emprunts obligataires convertibles en actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9060,'PCT','CAPIT','XXXXXX','1618',9058,'Autres emprunts obligataires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9061,'PCT','CAPIT','XXXXXX','162',9057,'Emprunts auprès des établissements financiers (assorties de sûretés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9062,'PCT','CAPIT','XXXXXX','1621',9061,'Emprunts bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9063,'PCT','CAPIT','XXXXXX','1626',9061,'Refinancements acquis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9064,'PCT','CAPIT','XXXXXX','163',9057,'Emprunts auprès d''autres établissements financiers (assorties de sûretés)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9065,'PCT','CAPIT','XXXXXX','164',9057,'Emprunts et dettes assorties de conditions particulières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9066,'PCT','CAPIT','XXXXXX','1641',9065,'Avances bloquées pour augmentation du capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9067,'PCT','CAPIT','XXXXXX','1642',9065,'Avances reçues et comptes courants des associés bloqués','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9068,'PCT','CAPIT','XXXXXX','1644',9065,'Avances conditionnées de l''Etat & organismes internationaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9070,'PCT','CAPIT','XXXXXX','166',9057,'Dettes rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9071,'PCT','CAPIT','XXXXXX','1661',9070,'Dettes rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9072,'PCT','CAPIT','XXXXXX','1662',9070,'Dettes rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9073,'PCT','CAPIT','XXXXXX','1663',9070,'Dettes rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9074,'PCT','CAPIT','XXXXXX','167',9057,'Dépôts & cautionnements reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9075,'PCT','CAPIT','XXXXXX','168',9057,'Autres emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9076,'PCT','CAPIT','XXXXXX','1681',9075,'Autres emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9077,'PCT','CAPIT','XXXXXX','1685',9075,'Crédit fournisseurs d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9078,'PCT','CAPIT','XXXXXX','1688',9075,'Autres dettes non courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9079,'PCT','CAPIT','XXXXXX','17',9000,'Comptes de liaison des établissements & succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9080,'PCT','CAPIT','XXXXXX','171',9079,'Comptes des liaison des établissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9081,'PCT','CAPIT','XXXXXX','176',9079,'Biens & prestations de services échangés entre établissements (charges)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9082,'PCT','CAPIT','XXXXXX','177',9079,'Biens & prestations de services échangés entre établissements (produits)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9083,'PCT','CAPIT','XXXXXX','18',9000,'Autres passifs non courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9084,'PCT','CAPIT','XXXXXX','185',9083,'Écarts de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9085,'PCT','CAPIT','XXXXXX','188',9083,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9086,'PCT','IMMO','XXXXXX','2','','Comptes d''Actif Immobilisé','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9087,'PCT','IMMO','XXXXXX','21',9086,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9088,'PCT','IMMO','XXXXXX','211',9087,'Investissements de recherche & de développement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9089,'PCT','IMMO','XXXXXX','212',9087,'Concessions de marques, brevets, licences, marques, procédés & valeurs similaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9090,'PCT','IMMO','XXXXXX','213',9087,'Logiciels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9091,'PCT','IMMO','XXXXXX','214',9087,'Fonds commercial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9092,'PCT','IMMO','XXXXXX','216',9087,'Droit au bail','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9093,'PCT','IMMO','XXXXXX','218',9087,'Autres immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9094,'PCT','IMMO','XXXXXX','22',9086,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9095,'PCT','IMMO','XXXXXX','221',9094,'Terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9096,'PCT','IMMO','XXXXXX','2213',9095,'Terrains nus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9097,'PCT','IMMO','XXXXXX','2214',9095,'Terrains aménagés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9098,'PCT','IMMO','XXXXXX','2215',9095,'Terrains bâtis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9099,'PCT','IMMO','XXXXXX','2216',9095,'Agencements & aménagements des terrains','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9100,'PCT','IMMO','XXXXXX','222',9094,'Constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9101,'PCT','IMMO','XXXXXX','2221',9100,'Bâtiments','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9102,'PCT','IMMO','XXXXXX','2225',9100,'Installations générales, agencements & aménagements des constructions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9103,'PCT','IMMO','XXXXXX','2226',9100,'Ouvrages d''infrastructure','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9104,'PCT','IMMO','XXXXXX','2227',9100,'Constructions sur sol d''autrui','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9105,'PCT','IMMO','XXXXXX','223',9094,'Installations techniques, matériel et outillage industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9106,'PCT','IMMO','XXXXXX','2231',9105,'Installations techniques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9107,'PCT','IMMO','XXXXXX','2234',9105,'Matériel industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9108,'PCT','IMMO','XXXXXX','2235',9105,'Outillage industriel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9109,'PCT','IMMO','XXXXXX','2237',9105,'Agencements & aménagements du matériel & outillage industriels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9110,'PCT','IMMO','XXXXXX','224',9094,'Matériel de transport','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9111,'PCT','IMMO','XXXXXX','2241',9110,'Matériel de transport de biens','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9112,'PCT','IMMO','XXXXXX','2244',9110,'Matériel de transport de personnes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9113,'PCT','IMMO','XXXXXX','228',9094,'Autres immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9114,'PCT','IMMO','XXXXXX','2281',9113,'Installations générales, agencements et aménagements divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9115,'PCT','IMMO','XXXXXX','2282',9113,'Équipement de bureau','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9116,'PCT','IMMO','XXXXXX','2286',9113,'Emballages récupérables identifiables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9117,'PCT','IMMO','XXXXXX','23',9086,'Immobilisations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9118,'PCT','IMMO','XXXXXX','231',9117,'Immobilisations incorporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9119,'PCT','IMMO','XXXXXX','232',9117,'Immobilisations corporelles en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9120,'PCT','IMMO','XXXXXX','237',9117,'Avances & acomptes versés sur immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9121,'PCT','IMMO','XXXXXX','238',9117,'Avances & acomptes versés sur commandes d''immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9122,'PCT','IMMO','XXXXXX','24',9086,'Immobilisations à statut juridique particulier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9123,'PCT','IMMO','XXXXXX','25',9086,'Participations & créances liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9124,'PCT','IMMO','XXXXXX','251',9123,'Titres de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9125,'PCT','IMMO','XXXXXX','2511',9124,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9126,'PCT','IMMO','XXXXXX','2518',9124,'Autres titres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9127,'PCT','IMMO','XXXXXX','256',9123,'Autres formes de participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9128,'PCT','IMMO','XXXXXX','257',9123,'Créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9129,'PCT','IMMO','XXXXXX','2571',9128,'Créances rattachées à des participations (groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9130,'PCT','IMMO','XXXXXX','2574',9128,'Créances rattachées à des participations (hors groupe)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9131,'PCT','IMMO','XXXXXX','2575',9128,'Versements représentatifs d''apports non capitalisés (appel de fonds)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9132,'PCT','IMMO','XXXXXX','2576',9128,'Avances consolidables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9133,'PCT','IMMO','XXXXXX','2577',9128,'Autres créances rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9134,'PCT','IMMO','XXXXXX','258',9123,'Créances rattachées à des sociétés en participation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9135,'PCT','IMMO','XXXXXX','259',9123,'Versements restant à effectuer sur titres de participation non libérés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9136,'PCT','IMMO','XXXXXX','26',9086,'Autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9137,'PCT','IMMO','XXXXXX','261',9136,'Titres immobilisés (droit de propriété)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9138,'PCT','IMMO','XXXXXX','2611',9137,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9139,'PCT','IMMO','XXXXXX','2618',9137,'Autres titres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9140,'PCT','IMMO','XXXXXX','262',9136,'Titres immobilisés (droit de créance)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9141,'PCT','IMMO','XXXXXX','2621',9140,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9142,'PCT','IMMO','XXXXXX','2622',9140,'Bons','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9143,'PCT','IMMO','XXXXXX','264',9136,'Prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9144,'PCT','IMMO','XXXXXX','2641',9143,'Prêts participatifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9145,'PCT','IMMO','XXXXXX','2642',9143,'Prêts aux associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9146,'PCT','IMMO','XXXXXX','2643',9143,'Prêts au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9147,'PCT','IMMO','XXXXXX','2645',9143,'Prêts assortis de sûretés (à subdiviser)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9148,'PCT','IMMO','XXXXXX','2648',9143,'Autres prêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9149,'PCT','IMMO','XXXXXX','265',9136,'Dépôts et cautionnements versés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9150,'PCT','IMMO','XXXXXX','2651',9149,'Dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9151,'PCT','IMMO','XXXXXX','2655',9149,'Cautionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9152,'PCT','IMMO','XXXXXX','2656',9149,'Dépôts bancaires non courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9153,'PCT','IMMO','XXXXXX','2658',9149,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9154,'PCT','IMMO','XXXXXX','266',9136,'Autres créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9155,'PCT','IMMO','XXXXXX','2661',9154,'Créances immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9156,'PCT','IMMO','XXXXXX','2667',9154,'Créances diverses','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9157,'PCT','IMMO','XXXXXX','2668',9154,'Autres créances non courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9158,'PCT','IMMO','XXXXXX','269',9136,'Versements restant à effectuer sur titres immobilisés non libérés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9159,'PCT','IMMO','XXXXXX','27',9086,'Autres actifs non courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9160,'PCT','IMMO','XXXXXX','271',9159,'Frais préliminaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9161,'PCT','IMMO','XXXXXX','272',9159,'Charges à répartir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9162,'PCT','IMMO','XXXXXX','273',9159,'Frais d''émission et primes de remboursement des emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9163,'PCT','IMMO','XXXXXX','275',9159,'Écarts de conversion','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9164,'PCT','IMMO','XXXXXX','278',9159,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9165,'PCT','IMMO','XXXXXX','28',9086,'Amortissements des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9166,'PCT','IMMO','XXXXXX','281',9165,'Amortissements des immobilisations incorporelles (même ventilation que celle du','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9167,'PCT','IMMO','XXXXXX','282',9165,'Amortissements des immobilisations corporelles (même ventilation que celle du compte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9168,'PCT','IMMO','XXXXXX','284',9165,'Amortissements des immobilisations à statut juridique particulier.','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9169,'PCT','IMMO','XXXXXX','29',9086,'Provisions pour dépréciation des immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9170,'PCT','IMMO','XXXXXX','291',9169,'Provisions pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9171,'PCT','IMMO','XXXXXX','292',9169,'Provisions pour dépréciation des immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9172,'PCT','IMMO','XXXXXX','293',9169,'Provisions pour dépréciation des immobilisations en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9173,'PCT','IMMO','XXXXXX','294',9169,'Provisions pour dépréciation des immobilisations à statut juridique particulier','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9175,'PCT','STOCK','XXXXXX','3','','Comptes d''actif Circulation (Hors Trésorerie)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9176,'PCT','STOCK','XXXXXX','31',9175,'Matières premières & fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9177,'PCT','STOCK','XXXXXX','311',9176,'Matières premières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9178,'PCT','STOCK','XXXXXX','313',9176,'Fournitures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9179,'PCT','STOCK','XXXXXX','317',9176,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9180,'PCT','STOCK','XXXXXX','32',9175,'Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9181,'PCT','STOCK','XXXXXX','321',9180,'Matières consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9182,'PCT','STOCK','XXXXXX','322',9180,'Fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9183,'PCT','STOCK','XXXXXX','326',9180,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9184,'PCT','STOCK','XXXXXX','327',9180,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9185,'PCT','STOCK','XXXXXX','33',9175,'En-cours de production de biens','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9186,'PCT','STOCK','XXXXXX','331',9185,'Produits en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9187,'PCT','STOCK','XXXXXX','335',9185,'Travaux en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9188,'PCT','STOCK','XXXXXX','34',9175,'En-cours de production de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9189,'PCT','STOCK','XXXXXX','341',9188,'Études en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9190,'PCT','STOCK','XXXXXX','345',9188,'Prestations de services en cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9191,'PCT','STOCK','XXXXXX','35',9175,'Stocks de produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9192,'PCT','STOCK','XXXXXX','351',9191,'Produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9193,'PCT','STOCK','XXXXXX','355',9191,'Produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9194,'PCT','STOCK','XXXXXX','357',9191,'Produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9195,'PCT','STOCK','XXXXXX','37',9175,'Stocks de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9197,'PCT','THIRDPARTY','XXXXXX','4','','Comptes de passif circulant (Hors trésorerie)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9198,'PCT','THIRDPARTY','XXXXXX','40',9197,'Fournisseurs & comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9199,'PCT','THIRDPARTY','XXXXXX','401',9198,'Fournisseurs d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9200,'PCT','THIRDPARTY','XXXXXX','4011',9199,'Fournisseurs - achats de biens ou de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9201,'PCT','THIRDPARTY','XXXXXX','4017',9199,'Fournisseurs - retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9202,'PCT','THIRDPARTY','XXXXXX','403',9198,'Fournisseurs d''exploitation - effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9203,'PCT','THIRDPARTY','XXXXXX','404',9198,'Fournisseurs d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9204,'PCT','THIRDPARTY','XXXXXX','4041',9203,'Fournisseurs - achats d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9205,'PCT','THIRDPARTY','XXXXXX','4047',9203,'Fournisseurs d''immobilisations - retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9206,'PCT','THIRDPARTY','XXXXXX','405',9198,'Fournisseurs d''immobilisations - effets à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9207,'PCT','THIRDPARTY','XXXXXX','408',9198,'Fournisseurs - factures non parvenues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9208,'PCT','THIRDPARTY','XXXXXX','4081',9207,'Fournisseurs d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9209,'PCT','THIRDPARTY','XXXXXX','4084',9207,'Fournisseurs d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9210,'PCT','THIRDPARTY','XXXXXX','4088',9207,'Fournisseurs - intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9211,'PCT','THIRDPARTY','XXXXXX','409',9198,'Fournisseurs débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9212,'PCT','THIRDPARTY','XXXXXX','4091',9211,'Fournisseurs - avances et acomptes versés sur commandes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9213,'PCT','THIRDPARTY','XXXXXX','4096',9211,'Fournisseurs - créances pour emballages et matériel à rendre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9214,'PCT','THIRDPARTY','XXXXXX','4097',9211,'Fournisseurs - autres avoirs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9215,'PCT','THIRDPARTY','XXXXXX','40971',9214,'Fournisseurs d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9216,'PCT','THIRDPARTY','XXXXXX','40974',9214,'Fournisseurs d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9217,'PCT','THIRDPARTY','XXXXXX','4098',9211,'Rabais, remises, ristournes à obtenir et autres avoirs non encore reçus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9218,'PCT','THIRDPARTY','XXXXXX','41',9197,'Clients & comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9219,'PCT','THIRDPARTY','XXXXXX','411',9218,'Clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9220,'PCT','THIRDPARTY','XXXXXX','4111',9219,'Clients - ventes de biens ou de prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9221,'PCT','THIRDPARTY','XXXXXX','4117',9219,'Clients - retenues de garantie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9222,'PCT','THIRDPARTY','XXXXXX','413',9218,'Clients - effets à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9223,'PCT','THIRDPARTY','XXXXXX','416',9218,'Clients douteux ou litigieux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9224,'PCT','THIRDPARTY','XXXXXX','417',9218,'Créances sur travaux non encore facturables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9225,'PCT','THIRDPARTY','XXXXXX','418',9218,'Clients - produits non encore facturés (produits à recevoir)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9226,'PCT','THIRDPARTY','XXXXXX','4181',9225,'Factures à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9227,'PCT','THIRDPARTY','XXXXXX','4188',9225,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9228,'PCT','THIRDPARTY','XXXXXX','419',9218,'Clients créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9229,'PCT','THIRDPARTY','XXXXXX','4191',9228,'Clients - avances et acomptes reçus sur commandes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9230,'PCT','THIRDPARTY','XXXXXX','4196',9228,'Clients - dettes pour emballages et matériel consignés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9231,'PCT','THIRDPARTY','XXXXXX','4197',9228,'Clients - autres avoirs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9232,'PCT','THIRDPARTY','XXXXXX','4198',9228,'Rabais, remises, ristournes à accorder et autres avoirs à établir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9233,'PCT','THIRDPARTY','XXXXXX','42',9197,'Personnel et comptes rattachés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9234,'PCT','THIRDPARTY','XXXXXX','421',9233,'Personnel - avances et acomptes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9235,'PCT','THIRDPARTY','XXXXXX','422',9233,'Comités d''entreprises et autres organes représentatifs du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9236,'PCT','THIRDPARTY','XXXXXX','423',9233,'Personnel, œuvres sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9237,'PCT','THIRDPARTY','XXXXXX','425',9233,'Personnel - rémunérations dues','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9238,'PCT','THIRDPARTY','XXXXXX','426',9233,'Personnel - dépôts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9239,'PCT','THIRDPARTY','XXXXXX','427',9233,'Personnel - oppositions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9240,'PCT','THIRDPARTY','XXXXXX','428',9233,'Personnel - charges à payer & produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9241,'PCT','THIRDPARTY','XXXXXX','4282',9240,'Dettes provisionnées pour congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9242,'PCT','THIRDPARTY','XXXXXX','4286',9240,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9243,'PCT','THIRDPARTY','XXXXXX','4287',9240,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9244,'PCT','THIRDPARTY','XXXXXX','43',9197,'Etat et collectivités publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9245,'PCT','THIRDPARTY','XXXXXX','431',9244,'Etat - subventions à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9246,'PCT','THIRDPARTY','XXXXXX','432',9244,'Etat, impôts et taxes retenus à la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9248,'PCT','THIRDPARTY','XXXXXX','434',9244,'Etat - impôts sur les bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9249,'PCT','THIRDPARTY','XXXXXX','4341',9248,'Retenue à la source','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9250,'PCT','THIRDPARTY','XXXXXX','4342',9248,'Acomptes provisionnels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9251,'PCT','THIRDPARTY','XXXXXX','4343',9248,'Impôt à liquider','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9252,'PCT','THIRDPARTY','XXXXXX','4349',9248,'Impôts différés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9253,'PCT','THIRDPARTY','XXXXXX','435',9244,'Obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9254,'PCT','THIRDPARTY','XXXXXX','436',9244,'Etat - taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9255,'PCT','THIRDPARTY','XXXXXX','4365',9254,'Taxes sur le chiffre d''affaires à décaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9256,'PCT','THIRDPARTY','XXXXXX','43651',9255,'TVA à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9257,'PCT','THIRDPARTY','XXXXXX','43658',9255,'Autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9258,'PCT','THIRDPARTY','XXXXXX','4366',9254,'Taxes sur le chiffre d''affaires déductibles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9259,'PCT','THIRDPARTY','XXXXXX','43662',9258,'TVA sur immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9260,'PCT','THIRDPARTY','XXXXXX','43663',9258,'TVA transférée par d''autres entreprises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9261,'PCT','THIRDPARTY','XXXXXX','43666',9258,'TVA sur autres biens et services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9262,'PCT','THIRDPARTY','XXXXXX','43667',9258,'Crédit de TVA à reporter','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9263,'PCT','THIRDPARTY','XXXXXX','43668',9258,'Autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9264,'PCT','THIRDPARTY','XXXXXX','4367',9254,'Taxes sur le chiffre d''affaires collectées par l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9265,'PCT','THIRDPARTY','XXXXXX','43671',9264,'TVA collectée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9266,'PCT','THIRDPARTY','XXXXXX','436711',9265,'TVA collectée sur les débits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9267,'PCT','THIRDPARTY','XXXXXX','436712',9265,'TVA collectée sur les encaissements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9268,'PCT','THIRDPARTY','XXXXXX','43678',9264,'Autres taxes sur le chiffre d''affaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9269,'PCT','THIRDPARTY','XXXXXX','4368',9254,'Taxes sur le chiffre d''affaires à régulariser ou en attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9270,'PCT','THIRDPARTY','XXXXXX','437',9244,'Autres impôts, taxes et versements assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9271,'PCT','THIRDPARTY','XXXXXX','438',9244,'Etat - charges à payer et produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9272,'PCT','THIRDPARTY','XXXXXX','4382',9271,'Charges fiscales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9273,'PCT','THIRDPARTY','XXXXXX','4386',9271,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9274,'PCT','THIRDPARTY','XXXXXX','4387',9271,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9275,'PCT','THIRDPARTY','XXXXXX','44',9197,'Sociétés du groupe & associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9276,'PCT','THIRDPARTY','XXXXXX','441',9275,'Groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9277,'PCT','THIRDPARTY','XXXXXX','4411',9276,'Créances et intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9278,'PCT','THIRDPARTY','XXXXXX','4412',9276,'Dettes et intérêts à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9279,'PCT','THIRDPARTY','XXXXXX','442',9275,'Associés - comptes courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9280,'PCT','THIRDPARTY','XXXXXX','4421',9279,'Principal','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9281,'PCT','THIRDPARTY','XXXXXX','4428',9279,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9282,'PCT','THIRDPARTY','XXXXXX','446',9275,'Associés - opérations sur le capital','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9283,'PCT','THIRDPARTY','XXXXXX','447',9275,'Associés - dividendes à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9284,'PCT','THIRDPARTY','XXXXXX','448',9275,'Associés - opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9285,'PCT','THIRDPARTY','XXXXXX','4481',9284,'Opérations courantes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9286,'PCT','THIRDPARTY','XXXXXX','4488',9284,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9287,'PCT','THIRDPARTY','XXXXXX','45',9197,'Débiteurs divers et Créditeurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9288,'PCT','THIRDPARTY','XXXXXX','452',9287,'Créances sur cessions d''immobilisations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9289,'PCT','THIRDPARTY','XXXXXX','453',9287,'Sécurité sociale et autres organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9290,'PCT','THIRDPARTY','XXXXXX','4531',9289,'Organismes sociaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9291,'PCT','THIRDPARTY','XXXXXX','45311',9290,'CNSS','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9292,'PCT','THIRDPARTY','XXXXXX','45318',9290,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9293,'PCT','THIRDPARTY','XXXXXX','4538',9289,'Organismes sociaux - charges à payer et produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9294,'PCT','THIRDPARTY','XXXXXX','45382',9293,'Charges sociales sur congés à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9295,'PCT','THIRDPARTY','XXXXXX','45386',9293,'Autres charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9296,'PCT','THIRDPARTY','XXXXXX','45387',9293,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9297,'PCT','THIRDPARTY','XXXXXX','454',9287,'Dettes sur acquisitions de valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9298,'PCT','THIRDPARTY','XXXXXX','455',9287,'Créances sur cessions de valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9299,'PCT','THIRDPARTY','XXXXXX','457',9287,'Autres comptes débiteurs ou créditeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9300,'PCT','THIRDPARTY','XXXXXX','458',9287,'Diverses charges à payer et produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9301,'PCT','THIRDPARTY','XXXXXX','4586',9300,'Charges à payer','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9302,'PCT','THIRDPARTY','XXXXXX','4587',9300,'Produits à recevoir','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9303,'PCT','THIRDPARTY','XXXXXX','46',9197,'Comptes transitoires ou d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9304,'PCT','THIRDPARTY','XXXXXX','461',9303,'Compte d''attente','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9305,'PCT','THIRDPARTY','XXXXXX','465',9303,'Différence de conversion sur éléments courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9306,'PCT','THIRDPARTY','XXXXXX','4651',9305,'Différences de conversion actif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9307,'PCT','THIRDPARTY','XXXXXX','4652',9305,'Différences de conversion passif','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9308,'PCT','THIRDPARTY','XXXXXX','468',9303,'Autres comptes transitoires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9309,'PCT','THIRDPARTY','XXXXXX','47',9197,'Comptes de régularisation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9310,'PCT','THIRDPARTY','XXXXXX','471',9309,'Charges constatées d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9311,'PCT','THIRDPARTY','XXXXXX','472',9309,'Produits constatés d''avance','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9312,'PCT','THIRDPARTY','XXXXXX','478',9309,'Comptes de répartition périodique de charges et produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9313,'PCT','THIRDPARTY','XXXXXX','4786',9312,'Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9314,'PCT','THIRDPARTY','XXXXXX','4787',9312,'Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9315,'PCT','THIRDPARTY','XXXXXX','48',9197,'Provisions courantes pour risques et charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9316,'PCT','THIRDPARTY','XXXXXX','49',9197,'Provisions pour dépréciation des comptes de tiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9317,'PCT','THIRDPARTY','XXXXXX','491',9316,'Provisions pour dépréciation des comptes clients','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9318,'PCT','THIRDPARTY','XXXXXX','494',9316,'Provisions pour dépréciation des comptes de groupe et associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9319,'PCT','THIRDPARTY','XXXXXX','4941',9318,'Comptes du groupe','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9320,'PCT','THIRDPARTY','XXXXXX','4942',9318,'Comptes courants des associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9321,'PCT','THIRDPARTY','XXXXXX','4948',9318,'Opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9322,'PCT','THIRDPARTY','XXXXXX','495',9316,'Provisions pour dépréciation des comptes de débiteurs divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9323,'PCT','THIRDPARTY','XXXXXX','4952',9322,'Créances sur cession d''immobilisation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9324,'PCT','THIRDPARTY','XXXXXX','4955',9322,'Créances sur cession des valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9325,'PCT','THIRDPARTY','XXXXXX','4957',9322,'Autres comptes débiteurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9326,'PCT','FINAN','XXXXXX','5','','Comptes de trésorerie','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9327,'PCT','FINAN','XXXXXX','50',9326,'Emprunts et autres dettes financières courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9328,'PCT','FINAN','XXXXXX','501',9327,'Emprunts courants liés au cycle d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9329,'PCT','FINAN','XXXXXX','505',9327,'Échéances à moins d''un an sur emprunts non courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9330,'PCT','FINAN','XXXXXX','506',9327,'Concours bancaires courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9331,'PCT','FINAN','XXXXXX','5061',9330,'Crédit de mobilisation de créances commerciales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9332,'PCT','FINAN','XXXXXX','5063',9330,'Mobilisation de créances nées à l''étranger','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9333,'PCT','FINAN','XXXXXX','5067',9330,'Autres concours bancaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9334,'PCT','FINAN','XXXXXX','507',9327,'Emprunts échus et impayés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9336,'PCT','FINAN','XXXXXX','51',9326,'Prêts et autres créances financières courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9337,'PCT','FINAN','XXXXXX','511',9336,'Prêts courants liés au cycle d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9338,'PCT','FINAN','XXXXXX','516',9336,'Échéances à moins d''un an sur prêts non courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9339,'PCT','FINAN','XXXXXX','517',9336,'Échéances à moins d''un an sur autres créances financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9340,'PCT','FINAN','XXXXXX','518',9336,'Intérêts courus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9341,'PCT','FINAN','XXXXXX','52',9326,'Placements courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9342,'PCT','FINAN','XXXXXX','523',9341,'Actions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9343,'PCT','FINAN','XXXXXX','5231',9342,'Titres cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9344,'PCT','FINAN','XXXXXX','5235',9342,'Titres non cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9345,'PCT','FINAN','XXXXXX','524',9341,'Autres titres conférant un droit de propriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9347,'PCT','FINAN','XXXXXX','526',9341,'Obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9348,'PCT','FINAN','XXXXXX','5261',9347,'Titres cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9349,'PCT','FINAN','XXXXXX','5265',9347,'Titres non cotés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9350,'PCT','FINAN','XXXXXX','5266',9347,'Échéances à moins d''un an sur les obligations immobilisées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9351,'PCT','FINAN','XXXXXX','527',9341,'Bons du trésor et bons de caisse à court terme','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9352,'PCT','FINAN','XXXXXX','528',9341,'Autres placements courants et créances assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9353,'PCT','FINAN','XXXXXX','5281',9352,'Autres valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9354,'PCT','FINAN','XXXXXX','5288',9352,'Intérêts courus sur obligations, bons et valeurs assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9356,'PCT','FINAN','XXXXXX','53',9326,'Banques, établissements financiers et assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9357,'PCT','FINAN','XXXXXX','531',9356,'Valeurs à l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9358,'PCT','FINAN','XXXXXX','5311',9357,'Coupons échus à l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9359,'PCT','FINAN','XXXXXX','5312',9357,'Chèques à encaisser','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9360,'PCT','FINAN','XXXXXX','5313',9357,'Effets à l''encaissement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9361,'PCT','FINAN','XXXXXX','5314',9357,'Effets à l''escompte','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9362,'PCT','FINAN','XXXXXX','532',9356,'Banques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9363,'PCT','FINAN','XXXXXX','5321',9362,'Comptes en dinars','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9364,'PCT','FINAN','XXXXXX','5324',9362,'Comptes en devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9365,'PCT','FINAN','XXXXXX','534',9356,'C.C.P','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9366,'PCT','FINAN','XXXXXX','535',9356,'Comptes au trésor','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9367,'PCT','FINAN','XXXXXX','537',9356,'Autres organismes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9368,'PCT','FINAN','XXXXXX','54',9326,'Caisse','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9369,'PCT','FINAN','XXXXXX','541',9368,'Caisse siège social','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9370,'PCT','FINAN','XXXXXX','5411',9369,'Caisse en dinars','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9371,'PCT','FINAN','XXXXXX','5414',9369,'Caisse en devises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9372,'PCT','FINAN','XXXXXX','542',9368,'Caisses succursales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9373,'PCT','FINAN','XXXXXX','55',9326,'Régies d''avances et accréditifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9374,'PCT','FINAN','XXXXXX','58',9326,'Virements internes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9375,'PCT','FINAN','XXXXXX','59',9326,'Provisions pour dépréciation des comptes financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9376,'PCT','EXPENSE','XXXXXX','6','','Charges','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9377,'PCT','EXPENSE','XXXXXX','60',9376,'Achats (sauf 603)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9378,'PCT','EXPENSE','XXXXXX','601',9377,'Achats stockés - Matières premières et fournitures liées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9379,'PCT','EXPENSE','XXXXXX','602',9377,'Achats stockés - Autres approvisionnements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9380,'PCT','EXPENSE','XXXXXX','6021',9379,'Matières consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9381,'PCT','EXPENSE','XXXXXX','6022',9379,'Fournitures consommables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9382,'PCT','EXPENSE','XXXXXX','6026',9379,'Emballages','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9384,'PCT','EXPENSE','XXXXXX','605',9377,'Achats de matériel, équipements et travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9385,'PCT','EXPENSE','XXXXXX','606',9377,'Achats non stockés de matières et fournitures','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9386,'PCT','EXPENSE','XXXXXX','607',9377,'Achats de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9388,'PCT','EXPENSE','XXXXXX','609',9377,'Rabais, remises et ristournes obtenus sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9390,'PCT','EXPENSE','XXXXXX','61',9376,'Services extérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9391,'PCT','EXPENSE','XXXXXX','611',9390,'Sous-traitance générale','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9392,'PCT','EXPENSE','XXXXXX','612',9390,'Redevances pour utilisation d''immobilisations concédées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9393,'PCT','EXPENSE','XXXXXX','613',9390,'Locations (y compris malis sur emballages)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9394,'PCT','EXPENSE','XXXXXX','614',9390,'Charges locatives et de copropriété','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9395,'PCT','EXPENSE','XXXXXX','615',9390,'Entretien et réparations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9396,'PCT','EXPENSE','XXXXXX','616',9390,'Primes d''assurances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9397,'PCT','EXPENSE','XXXXXX','617',9390,'Études, recherches et divers services extérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9399,'PCT','EXPENSE','XXXXXX','619',9390,'Rabais, remises et ristournes obtenus sur services extérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9400,'PCT','EXPENSE','XXXXXX','62',9376,'Autres services extérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9401,'PCT','EXPENSE','XXXXXX','621',9400,'Personnel extérieur à l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9402,'PCT','EXPENSE','XXXXXX','622',9400,'Rémunération d''intermédiaires et honoraires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9403,'PCT','EXPENSE','XXXXXX','623',9400,'Publicité, publications, relations publiques','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9404,'PCT','EXPENSE','XXXXXX','624',9400,'Transports de biens et transports collectifs du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9405,'PCT','EXPENSE','XXXXXX','6241',9404,'Transports sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9406,'PCT','EXPENSE','XXXXXX','6242',9404,'Transports sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9407,'PCT','EXPENSE','XXXXXX','6244',9404,'Transports administratifs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9408,'PCT','EXPENSE','XXXXXX','6247',9404,'Transports collectifs du personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9409,'PCT','EXPENSE','XXXXXX','6248',9404,'Divers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9410,'PCT','EXPENSE','XXXXXX','625',9400,'Déplacements, missions et réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9411,'PCT','EXPENSE','XXXXXX','6251',9410,'Voyages et déplacements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9412,'PCT','EXPENSE','XXXXXX','6255',9410,'Frais de déménagement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9413,'PCT','EXPENSE','XXXXXX','6256',9410,'Missions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9414,'PCT','EXPENSE','XXXXXX','6257',9410,'Réceptions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9415,'PCT','EXPENSE','XXXXXX','626',9400,'Frais postaux et frais de télécommunications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9416,'PCT','EXPENSE','XXXXXX','627',9400,'Services bancaires et assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9417,'PCT','EXPENSE','XXXXXX','6271',9416,'Frais sur titres (achats, vente, garde)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9418,'PCT','EXPENSE','XXXXXX','6272',9416,'Commissions et frais sur émission d''emprunts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9419,'PCT','EXPENSE','XXXXXX','6275',9416,'Frais sur effets','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9420,'PCT','EXPENSE','XXXXXX','6276',9416,'Location de coffres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9421,'PCT','EXPENSE','XXXXXX','6278',9416,'Autres frais et commissions sur prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9422,'PCT','EXPENSE','XXXXXX','628',9400,'Autres services extérieurs liés à une modification comptable à prendre en','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9423,'PCT','EXPENSE','XXXXXX','629',9400,'Rabais, remises et ristournes obtenus sur autres services extérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9424,'PCT','EXPENSE','XXXXXX','63',9376,'Charges divers ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9426,'PCT','EXPENSE','XXXXXX','633',9424,'Jetons de présence','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9427,'PCT','EXPENSE','XXXXXX','634',9424,'Pertes sur créances irrécouvrables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9428,'PCT','EXPENSE','XXXXXX','6341',9427,'Créances de l''exercice','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9429,'PCT','EXPENSE','XXXXXX','6344',9427,'Créances des exercices antérieurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9430,'PCT','EXPENSE','XXXXXX','635',9424,'Quotes-parts de résultat sur opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9434,'PCT','EXPENSE','XXXXXX','637',9424,'Réduction de valeur','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9436,'PCT','EXPENSE','XXXXXX','64',9376,'Charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9437,'PCT','EXPENSE','XXXXXX','640',9436,'Salaires et compléments de salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9438,'PCT','EXPENSE','XXXXXX','6400',9437,'Salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9439,'PCT','EXPENSE','XXXXXX','6401',9437,'Heures supplémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9440,'PCT','EXPENSE','XXXXXX','6402',9437,'Primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9441,'PCT','EXPENSE','XXXXXX','6403',9437,'Gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9442,'PCT','EXPENSE','XXXXXX','6404',9437,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9443,'PCT','EXPENSE','XXXXXX','6409',9437,'Autres compléments de salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9444,'PCT','EXPENSE','XXXXXX','642',9436,'Appointements et compléments d''appointements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9445,'PCT','EXPENSE','XXXXXX','6420',9344,'Appointements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9446,'PCT','EXPENSE','XXXXXX','6421',9344,'Heures supplémentaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9447,'PCT','EXPENSE','XXXXXX','6422',9344,'Primes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9448,'PCT','EXPENSE','XXXXXX','6423',9344,'Gratifications','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9449,'PCT','EXPENSE','XXXXXX','6424',9344,'Avantages en nature','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9450,'PCT','EXPENSE','XXXXXX','6429',9344,'Autres compléments d''appointements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9451,'PCT','EXPENSE','XXXXXX','643',9436,'Indemnités représentatives de frais','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9452,'PCT','EXPENSE','XXXXXX','644',9436,'Commissions au personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9453,'PCT','EXPENSE','XXXXXX','6440',9452,'Commissions sur achats','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9454,'PCT','EXPENSE','XXXXXX','6441',9452,'Commissions sur ventes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9455,'PCT','EXPENSE','XXXXXX','645',9436,'Rémunérations des administrateurs, gérants et associés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9456,'PCT','EXPENSE','XXXXXX','646',9436,'Charges connexes aux salaires, appointements, commissions et rémunérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9457,'PCT','EXPENSE','XXXXXX','6460',9456,'Charges connexes aux salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9458,'PCT','EXPENSE','XXXXXX','64600',9457,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9459,'PCT','EXPENSE','XXXXXX','64602',9457,'Indemnités de préavis et de licenciements (gratification de fin de','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9460,'PCT','EXPENSE','XXXXXX','64604',9457,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9461,'PCT','EXPENSE','XXXXXX','6462',9456,'Charges connexes aux appointements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9462,'PCT','EXPENSE','XXXXXX','64620',9461,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9464,'PCT','EXPENSE','XXXXXX','64624',9461,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9465,'PCT','EXPENSE','XXXXXX','6464',9456,'Charges connexes aux commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9466,'PCT','EXPENSE','XXXXXX','64640',9465,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9467,'PCT','EXPENSE','XXXXXX','64642',9465,'Indemnités de préavis et de licenciement (gratification de fin de','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9468,'PCT','EXPENSE','XXXXXX','64644',9465,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9469,'PCT','EXPENSE','XXXXXX','6465',9456,'Charges connexes aux rémunérations des administrateurs et gérants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9470,'PCT','EXPENSE','XXXXXX','64650',9469,'Congés payés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9471,'PCT','EXPENSE','XXXXXX','64652',9469,'Indemnités de préavis et de licenciement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9472,'PCT','EXPENSE','XXXXXX','64654',9469,'Supplément familial','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9473,'PCT','EXPENSE','XXXXXX','647',9436,'Charges sociales légales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9474,'PCT','EXPENSE','XXXXXX','6470',9473,'Cotisations de sécurité sociale sur salaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9475,'PCT','EXPENSE','XXXXXX','6472',9473,'Cotisations de sécurité sociale sur appointements','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9476,'PCT','EXPENSE','XXXXXX','6474',9473,'Cotisations de sécurité sociale sur commissions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9477,'PCT','EXPENSE','XXXXXX','6475',9473,'Cotisations de sécurité sociale sur rémunérations des administrateurs et','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9478,'PCT','EXPENSE','XXXXXX','6476',9473,'Prestations directes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9480,'PCT','EXPENSE','XXXXXX','649',9436,'Autres charges de personnelles et autres charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9481,'PCT','EXPENSE','XXXXXX','6490',9480,'Autres charges de personnel','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9482,'PCT','EXPENSE','XXXXXX','6495',9480,'Au très charges sociales','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9483,'PCT','EXPENSE','XXXXXX','65',9376,'Charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9484,'PCT','EXPENSE','XXXXXX','651',9483,'Charges d''intérêts','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9485,'PCT','EXPENSE','XXXXXX','6511',9484,'Intérêts des emprunts et dettes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9486,'PCT','EXPENSE','XXXXXX','65116',9485,'Des emprunts et dettes assimilées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9487,'PCT','EXPENSE','XXXXXX','65117',9485,'Des dettes rattachées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9489,'PCT','EXPENSE','XXXXXX','6516',9484,'Intérêts bancaires et sur opérations de financement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9490,'PCT','EXPENSE','XXXXXX','6517',9484,'Intérêts des obligations cautionnées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9492,'PCT','EXPENSE','XXXXXX','653',9483,'Pertes sur créances liées à des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9493,'PCT','EXPENSE','XXXXXX','654',9483,'Escomptes accordés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9494,'PCT','EXPENSE','XXXXXX','655',9483,'Pertes de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9495,'PCT','EXPENSE','XXXXXX','656',9483,'Charges nettes sur cessions de valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9496,'PCT','EXPENSE','XXXXXX','657',9483,'Autres charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9498,'PCT','EXPENSE','XXXXXX','66',9376,'Impôts, taxes et versements assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9499,'PCT','EXPENSE','XXXXXX','661',9498,'Impôts, taxes et versements assimilés sur rémunérations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9500,'PCT','EXPENSE','XXXXXX','6611',9499,'TFP','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9501,'PCT','EXPENSE','XXXXXX','6612',9499,'FOPROLOS','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9502,'PCT','EXPENSE','XXXXXX','6618',9499,'Autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9503,'PCT','EXPENSE','XXXXXX','665',9498,'Autres impôts, taxes et versements assimilés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9505,'PCT','EXPENSE','XXXXXX','6652',9503,'Taxes sur le chiffre d''affaires non récupérables','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9506,'PCT','EXPENSE','XXXXXX','6654',9503,'Droits d''enregistrement et de timbre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9507,'PCT','EXPENSE','XXXXXX','6655',9503,'Taxes sur les véhicules','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9508,'PCT','EXPENSE','XXXXXX','6658',9503,'Autres droits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9510,'PCT','EXPENSE','XXXXXX','67',9376,'Pertes extraordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9511,'PCT','EXPENSE','XXXXXX','68',9376,'Dotations aux amortissements et aux provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9512,'PCT','EXPENSE','XXXXXX','681',9511,'Dotations aux amortissements et aux provisions - charges ordinaires (autres que','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9513,'PCT','EXPENSE','XXXXXX','6811',9512,'Dotations aux amortissements des immobilisations incorporelles et corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9514,'PCT','EXPENSE','XXXXXX','68111',9513,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9515,'PCT','EXPENSE','XXXXXX','68112',9513,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9516,'PCT','EXPENSE','XXXXXX','6812',9512,'Dotations aux résorptions des charges reportées','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9517,'PCT','EXPENSE','XXXXXX','6815',9512,'Dotations aux provisions pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9518,'PCT','EXPENSE','XXXXXX','6816',9512,'Dotations aux provisions pour dépréciation des immobilisations incorporelles et','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9519,'PCT','EXPENSE','XXXXXX','68161',9518,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9520,'PCT','EXPENSE','XXXXXX','68162',9518,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9521,'PCT','EXPENSE','XXXXXX','6817',9512,'Dotations aux provisions pour dépréciation des actifs courants (autres','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9522,'PCT','EXPENSE','XXXXXX','68173',9521,'Stocks et en-cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9523,'PCT','EXPENSE','XXXXXX','68174',9521,'Créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9524,'PCT','EXPENSE','XXXXXX','6818',9512,'Dotations aux amortissements et aux provisions liées à une modification','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9525,'PCT','EXPENSE','XXXXXX','686',9511,'Dotations aux amortissements et aux provisions - charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9526,'PCT','EXPENSE','XXXXXX','6861',9525,'Dotations aux amortissements des primes de remboursement des obligations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9527,'PCT','EXPENSE','XXXXXX','6865',9525,'Dotations aux provisions pour risques et charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9528,'PCT','EXPENSE','XXXXXX','6866',9525,'Dotations aux provisions pour dépréciation des éléments financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9529,'PCT','EXPENSE','XXXXXX','68662',9528,'Immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9530,'PCT','EXPENSE','XXXXXX','68665',9528,'Placements et prêts courants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9531,'PCT','EXPENSE','XXXXXX','6868',9525,'Dotations aux amortissements et aux provisions liées à une modification','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9532,'PCT','EXPENSE','XXXXXX','69',9376,'Impôts sur les bénéfices','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9534,'PCT','EXPENSE','XXXXXX','695',9532,'Autres impôts sur les bénéfices (régimes particuliers)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9536,'PCT','INCOME','XXXXXX','7','','Produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9537,'PCT','INCOME','XXXXXX','70',9536,'Ventes de produits fabriqués, prestations de services, marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9538,'PCT','INCOME','XXXXXX','701',9537,'Ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9539,'PCT','INCOME','XXXXXX','7011','','Produits finis achevés','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9540,'PCT','INCOME','XXXXXX','7012','','Produits finis non achevés (contrat de longue durée)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9541,'PCT','INCOME','XXXXXX','702',9537,'Ventes de produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9542,'PCT','INCOME','XXXXXX','703',9537,'Ventes de produits résiduels','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9543,'PCT','INCOME','XXXXXX','704',9537,'Travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9544,'PCT','INCOME','XXXXXX','705',9537,'Études et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9545,'PCT','INCOME','XXXXXX','706',9537,'Produits des activités annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9546,'PCT','INCOME','XXXXXX','707',9537,'Ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9548,'PCT','INCOME','XXXXXX','709',9537,'Rabais, remises et ristournes accordés par l''entreprise','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9549,'PCT','INCOME','XXXXXX','7091',9548,'Sur ventes de produits finis','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9550,'PCT','INCOME','XXXXXX','7092',9548,'Sur ventes de produits intermédiaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9551,'PCT','INCOME','XXXXXX','7094',9548,'Sur travaux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9552,'PCT','INCOME','XXXXXX','7095',9548,'Sur études et prestations de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9553,'PCT','INCOME','XXXXXX','7096',9548,'Sur activités annexes','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9554,'PCT','INCOME','XXXXXX','7097',9548,'Sur ventes de marchandises','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9555,'PCT','INCOME','XXXXXX','7098',9548,'Sur ventes liées à une modification comptable à imputer au résultat de','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9556,'PCT','INCOME','XXXXXX','71',9536,'Production stockée (ou déstockage)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9557,'PCT','INCOME','XXXXXX','713',9556,'Variation des stocks (en-cours de production, produits)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9558,'PCT','INCOME','XXXXXX','7133',9557,'Variations des en-cours de production de biens','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9559,'PCT','INCOME','XXXXXX','7134',9557,'Variation des en-cours de production de services','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9560,'PCT','INCOME','XXXXXX','7135',9557,'Variation des stocks de produits','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9561,'PCT','INCOME','XXXXXX','72',9536,'Production immobilisée','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9562,'PCT','INCOME','XXXXXX','721',9561,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9563,'PCT','INCOME','XXXXXX','722',9561,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9565,'PCT','INCOME','XXXXXX','73',9536,'Produits divers ordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9566,'PCT','INCOME','XXXXXX','731',9565,'Redevances pour concessions, brevets, licences, marques, procédés, droits et valeurs','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9567,'PCT','INCOME','XXXXXX','732',9565,'Revenus des immeubles non affectés aux activités professionnelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9568,'PCT','INCOME','XXXXXX','733',9565,'Jetons de présence et rémunérations d''administrateurs, gérants','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9569,'PCT','INCOME','XXXXXX','734',9565,'Ristournes perçues des coopératives (provenant des excédents)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9570,'PCT','INCOME','XXXXXX','735',9565,'Quotes-parts de résultat sur opérations faites en commun','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9574,'PCT','INCOME','XXXXXX','74',9536,'Subventions d''exploitation et d''équilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9575,'PCT','INCOME','XXXXXX','741',9574,'Subventions d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9576,'PCT','INCOME','XXXXXX','745',9574,'Subventions d''équilibre','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9578,'PCT','INCOME','XXXXXX','75',9536,'Produits financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9579,'PCT','INCOME','XXXXXX','751',9578,'Produits des participations','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9580,'PCT','INCOME','XXXXXX','752',9578,'Produits des autres immobilisations financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9581,'PCT','INCOME','XXXXXX','753',9578,'Revenus des autres créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9582,'PCT','INCOME','XXXXXX','754',9578,'Revenus des valeurs mobilières de placement','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9583,'PCT','INCOME','XXXXXX','755',9578,'Escomptes obtenus','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9584,'PCT','INCOME','XXXXXX','756',9578,'Gains de change','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9585,'PCT','INCOME','XXXXXX','757',9578,'Produits nets sur cessions de valeurs mobilières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 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 (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9587,'PCT','INCOME','XXXXXX','77',9536,'Gains extraordinaires','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9588,'PCT','INCOME','XXXXXX','78',9536,'Reprises sur amortissements et provisions','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9589,'PCT','INCOME','XXXXXX','781',9588,'Reprises sur amortissements et provisions (à inscrire dans les produits ordinaires)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9590,'PCT','INCOME','XXXXXX','7811',9589,'Reprises sur amortissements des immobilisations incorporelles et corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9591,'PCT','INCOME','XXXXXX','78111',9590,'Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9592,'PCT','INCOME','XXXXXX','78112',9590,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9593,'PCT','INCOME','XXXXXX','7815',9589,'Reprises sur provisions pour risques et charges d''exploitation','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9594,'PCT','INCOME','XXXXXX','7816',9589,'Reprises sur provisions pour dépréciation des immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9595,'PCT','INCOME','XXXXXX','78161',9594,' Immobilisations incorporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9596,'PCT','INCOME','XXXXXX','78162',9594,'Immobilisations corporelles','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9597,'PCT','INCOME','XXXXXX','7817',9589,'Reprises sur provisions pour dépréciation des actifs courants (autres que','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9598,'PCT','INCOME','XXXXXX','78173',9597,'Stocks et en-cours','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9599,'PCT','INCOME','XXXXXX','78174',9597,'Créances','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9600,'PCT','INCOME','XXXXXX','7818',9589,'Reprises sur provisions liées à une modification comptable inscrite aux','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9601,'PCT','INCOME','XXXXXX','786',9588,'Reprises sur provisions (à inscrire dans les produits financiers)','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9602,'PCT','INCOME','XXXXXX','7865',9601,'Reprises sur provisions pour risque et charges financières','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9603,'PCT','INCOME','XXXXXX','7866',9601,'Reprises sur provisions pour dépréciation des éléments financiers','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9604,'PCT','INCOME','XXXXXX','7868',9601,'Reprises sur provisions (à inscrire dans les produits financiers) liées à une','1');
    +INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, pcg_subtype, account_number, account_parent, label, active) VALUES (__ENTITY__, 9605,'PCT','INCOME','XXXXXX','79',9536,'Transferts de charges','1');
    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 502f7053106..ceaf1f5be90 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
    @@ -466,6 +466,7 @@ new_pmp double DEFAULT 0
     )ENGINE=InnoDB;
     
     ALTER TABLE llx_inventory ADD COLUMN datec datetime DEFAULT NULL;
    +ALTER TABLE llx_inventory ADD COLUMN tms timestamp;
     
     ALTER TABLE llx_inventory ADD INDEX idx_inventory_tms (tms);
     ALTER TABLE llx_inventory ADD INDEX idx_inventory_datec (datec);
    diff --git a/htdocs/install/mysql/migration/7.0.0-8.0.0.sql b/htdocs/install/mysql/migration/7.0.0-8.0.0.sql
    index 14c4f2b6672..f29830f29e0 100644
    --- a/htdocs/install/mysql/migration/7.0.0-8.0.0.sql
    +++ b/htdocs/install/mysql/migration/7.0.0-8.0.0.sql
    @@ -60,7 +60,8 @@ DROP TABLE llx_c_accountancy_category;
     DROP TABLE llx_c_accountingaccount;
     
     -- drop old postgresql unique key
    --- VPGSQL8.2 DROP INDEX llx_usergroup_rights_fk_usergroup_fk_id_key
    +-- VPGSQL8.2 ALTER TABLE llx_usergroup_rights DROP CONSTRAINT llx_usergroup_rights_fk_usergroup_fk_id_key;
    +-- VPGSQL8.2 DROP INDEX llx_usergroup_rights_fk_usergroup_fk_id_key;
     
     update llx_propal set fk_statut = 1 where fk_statut = -1;
     
    @@ -284,6 +285,13 @@ CREATE TABLE llx_ticket_extrafields
       import_key       varchar(14)
     )ENGINE=innodb;
     
    +create table llx_facture_rec_extrafields
    +(
    +  rowid                     integer AUTO_INCREMENT PRIMARY KEY,
    +  tms                       timestamp,
    +  fk_object                 integer NOT NULL,
    +  import_key                varchar(14)
    +) ENGINE=innodb;
     
     
     -- Create dictionaries tables for ticket
    diff --git a/htdocs/install/mysql/migration/8.0.0-9.0.0.sql b/htdocs/install/mysql/migration/8.0.0-9.0.0.sql
    index 81df41d55e0..09908ac86f5 100644
    --- a/htdocs/install/mysql/migration/8.0.0-9.0.0.sql
    +++ b/htdocs/install/mysql/migration/8.0.0-9.0.0.sql
    @@ -28,18 +28,25 @@
     -- Note: fields with type BLOB/TEXT can't have default value.
     
     
    --- Missing in 8.0 ?
    +-- Missing in 8.0
     ALTER TABLE llx_accounting_account DROP FOREIGN KEY fk_accounting_account_fk_pcg_version;
     ALTER TABLE llx_accounting_account MODIFY COLUMN fk_pcg_version varchar(32) NOT NULL;
     ALTER TABLE llx_accounting_system MODIFY COLUMN pcg_version varchar(32) NOT NULL;
     ALTER TABLE llx_accounting_account ADD CONSTRAINT fk_accounting_account_fk_pcg_version    FOREIGN KEY (fk_pcg_version)    REFERENCES llx_accounting_system (pcg_version);
     
    -ALTER TABLE llx_accounting_account MODIFY COLUMN account_number varchar(32) NOT NULL;
    +ALTER TABLE llx_facture ADD COLUMN module_source varchar(32);
    +ALTER TABLE llx_facture ADD COLUMN pos_source varchar(32);
    +
    +create table llx_facture_rec_extrafields
    +(
    +  rowid                     integer AUTO_INCREMENT PRIMARY KEY,
    +  tms                       timestamp,
    +  fk_object                 integer NOT NULL,
    +  import_key                varchar(14)
    +) ENGINE=innodb;
    +
     
     -- For 9.0
    -
    -ALTER TABLE llx_accounting_account MODIFY COLUMN account_parent varchar(32) DEFAULT NULL;
    -
     ALTER TABLE llx_extrafields ADD COLUMN help text NULL;
     ALTER TABLE llx_extrafields ADD COLUMN totalizable boolean DEFAULT FALSE after list;
     ALTER TABLE llx_product_fournisseur_price ADD COLUMN desc_fourn text after ref_fourn;
    @@ -63,3 +70,62 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
     insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('EXPENSE_DELETE','Expense report deleted','Executed when an expense report is deleted','expensereport',204);
     
     ALTER TABLE llx_payment_salary ADD COLUMN fk_projet integer DEFAULT NULL after amount;
    +
    +ALTER TABLE llx_categorie ADD COLUMN ref_ext varchar(255);
    +
    +ALTER TABLE llx_paiement ADD COLUMN ext_payment_id varchar(128);
    +ALTER TABLE llx_paiement ADD COLUMN ext_payment_site varchar(128);
    +
    +ALTER TABLE llx_societe ADD COLUMN twitter  varchar(255) after skype;
    +ALTER TABLE llx_societe ADD COLUMN facebook varchar(255) after skype;
    +ALTER TABLE llx_societe ADD COLUMN instagram  varchar(255) after skype;
    +ALTER TABLE llx_societe ADD COLUMN snapchat  varchar(255) after skype;
    +ALTER TABLE llx_societe ADD COLUMN googleplus  varchar(255) after skype;
    +ALTER TABLE llx_societe ADD COLUMN youtube  varchar(255) after skype;
    +ALTER TABLE llx_societe ADD COLUMN whatsapp  varchar(255) after skype;
    +
    +ALTER TABLE llx_socpeople ADD COLUMN twitter  varchar(255) after skype;
    +ALTER TABLE llx_socpeople ADD COLUMN facebook varchar(255) after skype;
    +ALTER TABLE llx_socpeople ADD COLUMN instagram  varchar(255) after skype;
    +ALTER TABLE llx_socpeople ADD COLUMN snapchat  varchar(255) after skype;
    +ALTER TABLE llx_socpeople ADD COLUMN googleplus  varchar(255) after skype;
    +ALTER TABLE llx_socpeople ADD COLUMN youtube  varchar(255) after skype;
    +ALTER TABLE llx_socpeople ADD COLUMN whatsapp  varchar(255) after skype;
    +
    +ALTER TABLE llx_adherent ADD COLUMN skype  varchar(255);
    +ALTER TABLE llx_adherent ADD COLUMN twitter  varchar(255);
    +ALTER TABLE llx_adherent ADD COLUMN facebook varchar(255);
    +ALTER TABLE llx_adherent ADD COLUMN instagram  varchar(255);
    +ALTER TABLE llx_adherent ADD COLUMN snapchat  varchar(255);
    +ALTER TABLE llx_adherent ADD COLUMN googleplus  varchar(255);
    +ALTER TABLE llx_adherent ADD COLUMN youtube  varchar(255);
    +ALTER TABLE llx_adherent ADD COLUMN whatsapp  varchar(255);
    +
    +ALTER TABLE llx_user ADD COLUMN skype  varchar(255);
    +ALTER TABLE llx_user ADD COLUMN twitter  varchar(255);
    +ALTER TABLE llx_user ADD COLUMN facebook varchar(255);
    +ALTER TABLE llx_user ADD COLUMN instagram  varchar(255);
    +ALTER TABLE llx_user ADD COLUMN snapchat  varchar(255);
    +ALTER TABLE llx_user ADD COLUMN googleplus  varchar(255);
    +ALTER TABLE llx_user ADD COLUMN youtube  varchar(255);
    +ALTER TABLE llx_user ADD COLUMN whatsapp  varchar(255);
    +
    +
    +ALTER TABLE llx_website CHANGE COLUMN fk_user_create fk_user_creat integer;
    +ALTER TABLE llx_website_page CHANGE COLUMN fk_user_create fk_user_creat integer;
    +
    +ALTER TABLE llx_website ADD COLUMN maincolor varchar(16);
    +ALTER TABLE llx_website ADD COLUMN maincolorbis varchar(16);
    +
    +
    +CREATE TABLE llx_takepos_floor_tables(
    +    rowid integer AUTO_INCREMENT PRIMARY KEY,
    +    entity integer DEFAULT 1 NOT NULL,
    +    label varchar(255),
    +    leftpos float,
    +    toppos float,
    +    floor smallint
    +) ENGINE=innodb;
    +
    +
    +UPDATE llx_c_payment_term SET decalage = nbjour, nbjour = 0 where decalage IS NULL AND type_cdr = 2;
    diff --git a/htdocs/install/mysql/tables/llx_accounting_account.sql b/htdocs/install/mysql/tables/llx_accounting_account.sql
    index 024c6ed53bf..79215115cfb 100644
    --- a/htdocs/install/mysql/tables/llx_accounting_account.sql
    +++ b/htdocs/install/mysql/tables/llx_accounting_account.sql
    @@ -29,7 +29,7 @@ create table llx_accounting_account
       pcg_type                  varchar(20)  NOT NULL,			  -- First part of Key for predefined groups
       pcg_subtype               varchar(20)  NOT NULL,            -- Second part of Key for predefined groups 
       account_number            varchar(32)  NOT NULL,
    -  account_parent            varchar(32)  DEFAULT NULL,        -- Hierarchic parent.
    +  account_parent            integer DEFAULT 0,                -- Hierarchic parent.
       label                     varchar(255) NOT NULL,
       fk_accounting_category    integer      DEFAULT 0,			  -- ID of personalized group for report
       fk_user_author            integer      DEFAULT NULL,
    diff --git a/htdocs/install/mysql/tables/llx_accounting_bookkeeping.sql b/htdocs/install/mysql/tables/llx_accounting_bookkeeping.sql
    index 4169b858536..af6cd66826d 100644
    --- a/htdocs/install/mysql/tables/llx_accounting_bookkeeping.sql
    +++ b/htdocs/install/mysql/tables/llx_accounting_bookkeeping.sql
    @@ -22,8 +22,8 @@ CREATE TABLE llx_accounting_bookkeeping
       rowid                 integer NOT NULL AUTO_INCREMENT PRIMARY KEY,
       entity                integer DEFAULT 1 NOT NULL,	-- 					| multi company id
       doc_date              date NOT NULL,				-- FEC:PieceDate
    -  doc_type              varchar(30) NOT NULL,		-- FEC:PieceRef		| facture_client/reglement_client/facture_fournisseur/reglement_fournisseur
    -  doc_ref               varchar(300) NOT NULL,		-- 					| facture_client/reglement_client/... reference number
    +  doc_type              varchar(30) NOT NULL,		-- 					| facture_client/reglement_client/facture_fournisseur/reglement_fournisseur
    +  doc_ref               varchar(300) NOT NULL,		-- FEC:PieceRef		| facture_client/reglement_client/... reference number
       fk_doc                integer NOT NULL,			-- 					| facture_client/reglement_client/... rowid
       fk_docdet             integer NOT NULL,			-- 					| facture_client/reglement_client/... line rowid
       thirdparty_code       varchar(32),                -- Third party code (customer or supplier) when record is saved (may help debug) 
    diff --git a/htdocs/install/mysql/tables/llx_adherent.sql b/htdocs/install/mysql/tables/llx_adherent.sql
    index 37b01a59dc3..3417e1b5792 100644
    --- a/htdocs/install/mysql/tables/llx_adherent.sql
    +++ b/htdocs/install/mysql/tables/llx_adherent.sql
    @@ -46,7 +46,16 @@ create table llx_adherent
       state_id         integer,
       country          integer,
       email            varchar(255),
    +
       skype            varchar(255),
    +  twitter          varchar(255),                        		--
    +  facebook         varchar(255),                        		--
    +  instagram        varchar(255),                        		--
    +  snapchat         varchar(255),                        		--
    +  googleplus       varchar(255),                        		--
    +  youtube          varchar(255),                        		--
    +  whatsapp         varchar(255),                        		--
    +
       phone            varchar(30),
       phone_perso      varchar(30),
       phone_mobile     varchar(30),
    diff --git a/htdocs/install/mysql/tables/llx_categorie.sql b/htdocs/install/mysql/tables/llx_categorie.sql
    index fe2b03b2429..5493d2cfc8c 100644
    --- a/htdocs/install/mysql/tables/llx_categorie.sql
    +++ b/htdocs/install/mysql/tables/llx_categorie.sql
    @@ -24,7 +24,8 @@ create table llx_categorie
     	rowid 		    integer AUTO_INCREMENT PRIMARY KEY,
     	entity          integer DEFAULT 1 NOT NULL,			-- multi company id
     	fk_parent		integer DEFAULT 0 NOT NULL,
    -	label 		    varchar(180) NOT NULL,				-- category name
    +	label 		    varchar(180) NOT NULL,				-- category ref/name
    +	ref_ext			varchar(255),						-- reference into an external system (not used by dolibarr)
     	type	        tinyint DEFAULT 1 NOT NULL,			-- category type (product, supplier, customer, member)
     	description 	text,								-- description of the category
         color           varchar(8),                         -- color
    diff --git a/htdocs/install/mysql/tables/llx_commande.key.sql b/htdocs/install/mysql/tables/llx_commande.key.sql
    index 9652079846e..9134092195b 100644
    --- a/htdocs/install/mysql/tables/llx_commande.key.sql
    +++ b/htdocs/install/mysql/tables/llx_commande.key.sql
    @@ -18,7 +18,7 @@
     -- ============================================================================
     
     
    --- Supprimme orphelins pour permettre montee de la cle
    +-- Delete orphans
     -- V4 DELETE llx_commande FROM llx_commande LEFT JOIN llx_societe ON llx_commande.fk_soc = llx_societe.rowid WHERE llx_societe.rowid IS NULL; 
     
     ALTER TABLE llx_commande ADD UNIQUE INDEX uk_commande_ref (ref, entity);
    diff --git a/htdocs/install/mysql/tables/llx_facture.sql b/htdocs/install/mysql/tables/llx_facture.sql
    index c0783a7bbd8..c001d459b48 100644
    --- a/htdocs/install/mysql/tables/llx_facture.sql
    +++ b/htdocs/install/mysql/tables/llx_facture.sql
    @@ -63,16 +63,18 @@ create table llx_facture
       fk_user_modif         integer,                                -- user making last change
       fk_user_valid			integer,								-- user validating
     
    +  module_source			varchar(32),							-- name of module when invoice generated by a dedicated module (POS, ...)
    +  pos_source			varchar(32),							-- name of POS station when invoice is generated by a POS module
       fk_fac_rec_source		integer,								-- facture rec source
       fk_facture_source		integer,								-- facture origin if credit notes or replacement invoice
    -  fk_projet				integer DEFAULT NULL,					-- projet auquel est associee la facture
    +  fk_projet				integer DEFAULT NULL,					-- project invoice is linked to
     
       fk_account			integer,								-- bank account
       fk_currency			varchar(3),								-- currency code
       
    -  fk_cond_reglement		integer  DEFAULT 1 NOT NULL,			-- condition de reglement (30 jours, fin de mois ...)
    -  fk_mode_reglement		integer,								-- mode de reglement (Virement, Prelevement)
    -  date_lim_reglement	date,									-- date limite de reglement
    +  fk_cond_reglement		integer  DEFAULT 1 NOT NULL,			-- payment term (30 days, end of month...)
    +  fk_mode_reglement		integer,								-- payment mode (Virement, Prelevement)
    +  date_lim_reglement	date,									-- due date
     
       note_private			text,
       note_public			text,
    diff --git a/htdocs/install/mysql/tables/llx_facturedet.sql b/htdocs/install/mysql/tables/llx_facturedet.sql
    index 05c68e92751..bf008d41f03 100644
    --- a/htdocs/install/mysql/tables/llx_facturedet.sql
    +++ b/htdocs/install/mysql/tables/llx_facturedet.sql
    @@ -52,7 +52,7 @@ create table llx_facturedet
       date_end						datetime   DEFAULT NULL,			-- date end if service
       info_bits						integer    DEFAULT 0,				-- VAT NPR or not (for france only)
     
    -  buy_price_ht					double(24,8) DEFAULT 0,				-- buying price
    +  buy_price_ht					double(24,8) DEFAULT 0,				-- buying price. Note: this value is saved as an always positive value, even on credit notes (it is price we bought the product before selling it).
       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)
     
       fk_code_ventilation			integer    DEFAULT 0 NOT NULL,		-- Id in table llx_accounting_bookeeping to know accounting account for product line
    diff --git a/htdocs/install/mysql/tables/llx_paiement.sql b/htdocs/install/mysql/tables/llx_paiement.sql
    index 2a287ac7e89..6eb6b28f695 100644
    --- a/htdocs/install/mysql/tables/llx_paiement.sql
    +++ b/htdocs/install/mysql/tables/llx_paiement.sql
    @@ -31,9 +31,11 @@ create table llx_paiement
       fk_paiement      integer NOT NULL,
       num_paiement     varchar(50),
       note             text,
    +  ext_payment_id   varchar(128),						-- external id of payment (for example Stripe charge id)
    +  ext_payment_site varchar(128),						-- name of external paymentmode (for example 'stripe')
       fk_bank          integer NOT NULL DEFAULT 0,
       fk_user_creat    integer,								-- utilisateur qui a cree l'info
       fk_user_modif    integer,								-- utilisateur qui a modifie l'info
    -  statut           smallint DEFAULT 0 NOT NULL,		-- Satut, 0 ou 1, 1 n'est plus supprimable
    +  statut           smallint DEFAULT 0 NOT NULL,			-- Satut, 0 ou 1, 1 n'est plus supprimable
       fk_export_compta integer DEFAULT 0 NOT NULL			-- fk_export_compta 0 pas exporte
     )ENGINE=innodb;
    diff --git a/htdocs/install/mysql/tables/llx_societe.sql b/htdocs/install/mysql/tables/llx_societe.sql
    index f1714021fb8..a05051024eb 100644
    --- a/htdocs/install/mysql/tables/llx_societe.sql
    +++ b/htdocs/install/mysql/tables/llx_societe.sql
    @@ -50,7 +50,16 @@ create table llx_societe
       fax                      varchar(20),                         		-- fax number
       url                      varchar(255),                        		--
       email                    varchar(128),                        		--
    +  
       skype                    varchar(255),                        		--
    +  twitter                  varchar(255),                        		--
    +  facebook                 varchar(255),                        		--
    +  instagram                varchar(255),                        		--
    +  snapchat                 varchar(255),                        		--
    +  googleplus               varchar(255),                        		--
    +  youtube                  varchar(255),                        		--
    +  whatsapp                 varchar(255),                        		--
    +  
       fk_effectif              integer        DEFAULT 0,            		--
       fk_typent                integer        DEFAULT 0,            		--
       fk_forme_juridique       integer        DEFAULT 0,            		-- juridical status
    diff --git a/htdocs/install/mysql/tables/llx_socpeople.sql b/htdocs/install/mysql/tables/llx_socpeople.sql
    index 51848b33b48..e0e99993f47 100644
    --- a/htdocs/install/mysql/tables/llx_socpeople.sql
    +++ b/htdocs/install/mysql/tables/llx_socpeople.sql
    @@ -41,8 +41,17 @@ create table llx_socpeople
       phone_mobile		varchar(30),
       fax				varchar(30),
       email				varchar(255),
    +  
       jabberid			varchar(255),
       skype				varchar(255),
    +  twitter			varchar(255),                        		--
    +  facebook			varchar(255),                        		--
    +  instagram                varchar(255),                        		--
    +  snapchat                 varchar(255),                        		--
    +  googleplus               varchar(255),                        		--
    +  youtube                  varchar(255),                        		--
    +  whatsapp                 varchar(255),                        		--
    +  
       photo				varchar(255),
       no_email			smallint NOT NULL DEFAULT 0,
       priv				smallint NOT NULL DEFAULT 0,
    diff --git a/htdocs/install/mysql/tables/llx_takepos_floor_tables.sql b/htdocs/install/mysql/tables/llx_takepos_floor_tables.sql
    new file mode 100644
    index 00000000000..c8cae17b5a2
    --- /dev/null
    +++ b/htdocs/install/mysql/tables/llx_takepos_floor_tables.sql
    @@ -0,0 +1,26 @@
    +-- Copyright (C) 2018 SuperAdmin
    +--
    +-- 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_takepos_floor_tables(
    +    -- BEGIN MODULEBUILDER FIELDS
    +    rowid integer AUTO_INCREMENT PRIMARY KEY,
    +    entity integer DEFAULT 1 NOT NULL,
    +    label varchar(255),
    +    leftpos float,
    +    toppos float,
    +    floor smallint
    +    -- END MODULEBUILDER FIELDS
    +) ENGINE=innodb;
    diff --git a/htdocs/install/mysql/tables/llx_user.sql b/htdocs/install/mysql/tables/llx_user.sql
    index 7ae732d51e6..56a03f81782 100644
    --- a/htdocs/install/mysql/tables/llx_user.sql
    +++ b/htdocs/install/mysql/tables/llx_user.sql
    @@ -49,11 +49,21 @@ create table llx_user
       fk_country        integer        DEFAULT 0,
       birth             date,						-- birthday
       job				varchar(128),
    -  skype             varchar(255),
       office_phone      varchar(20),
       office_fax        varchar(20),
       user_mobile       varchar(20),
       email             varchar(255),
    +  
    +  jabberid			varchar(255),
    +  skype				varchar(255),
    +  twitter			varchar(255),                        		--
    +  facebook			varchar(255),                        		--
    +  instagram                varchar(255),                        		--
    +  snapchat                 varchar(255),                        		--
    +  googleplus               varchar(255),                        		--
    +  youtube                  varchar(255),                        		--
    +  whatsapp                 varchar(255),                        		--
    +  
       signature         text DEFAULT NULL,
       admin             smallint DEFAULT 0,
       module_comm       smallint DEFAULT 1,
    diff --git a/htdocs/install/mysql/tables/llx_website.sql b/htdocs/install/mysql/tables/llx_website.sql
    index dd35116a91f..697e76b22a2 100644
    --- a/htdocs/install/mysql/tables/llx_website.sql
    +++ b/htdocs/install/mysql/tables/llx_website.sql
    @@ -24,12 +24,14 @@ CREATE TABLE llx_website
     	entity        integer NOT NULL DEFAULT 1,
     	ref	          varchar(128) NOT NULL,
     	description   varchar(255),
    +	maincolor     varchar(16),
    +	maincolorbis  varchar(16),
     	status		  integer DEFAULT 1,
     	fk_default_home integer, 
     	virtualhost   varchar(255), 
    -    fk_user_create integer,
    -    fk_user_modif  integer,
    -    date_creation  datetime,
    -	tms            timestamp,
    -    import_key     varchar(14)      -- import key	
    +    fk_user_creat integer,
    +    fk_user_modif integer,
    +    date_creation datetime,
    +	tms           timestamp,
    +    import_key    varchar(14)      -- import key	
     ) ENGINE=innodb;
    diff --git a/htdocs/install/mysql/tables/llx_website_page.sql b/htdocs/install/mysql/tables/llx_website_page.sql
    index c795fa254dc..3c872f00dac 100644
    --- a/htdocs/install/mysql/tables/llx_website_page.sql
    +++ b/htdocs/install/mysql/tables/llx_website_page.sql
    @@ -32,10 +32,10 @@ CREATE TABLE llx_website_page
     	htmlheader	  text,
     	content		  mediumtext,		-- text is not enough in size
         status        integer DEFAULT 1,
    -	grabbed_from   varchar(255),
    -    fk_user_create integer,
    -    fk_user_modif  integer,
    -    date_creation  datetime,
    -	tms            timestamp,
    -    import_key     varchar(14)      -- import key
    +	grabbed_from  varchar(255),
    +    fk_user_creat integer,
    +    fk_user_modif integer,
    +    date_creation datetime,
    +	tms           timestamp,
    +    import_key    varchar(14)      -- import key
     ) ENGINE=innodb;
    diff --git a/htdocs/install/repair.php b/htdocs/install/repair.php
    index c51f8c8d1b1..8fa24a97a69 100644
    --- a/htdocs/install/repair.php
    +++ b/htdocs/install/repair.php
    @@ -810,7 +810,7 @@ if ($ok && GETPOST('clean_product_stock_batch','alpha'))
     }
     
     
    -// clean_linked_elements: Check and clean linked elements
    +// clean_product_stock_negative_if_batch
     if ($ok && GETPOST('clean_product_stock_negative_if_batch','alpha'))
     {
         print '<tr><td colspan="2"><br>Clean table product_batch, methodtofix='.$methodtofix.' (possible values: updatestock or updatebatch)</td></tr>';
    @@ -834,12 +834,13 @@ if ($ok && GETPOST('clean_product_stock_negative_if_batch','alpha'))
                     $obj=$db->fetch_object($resql);
                     print '<tr><td>'.$obj->rowid.'-'.$obj->ref.'-'.$obj->fk_entrepot.' -> '.$obj->psrowid.': '.$obj->reel.' != '.$obj->reelbatch;
     
    +                // TODO
                 }
             }
         }
     }
     
    -// clean_linked_elements: Check and clean linked elements
    +// set_empty_time_spent_amount
     if ($ok && GETPOST('set_empty_time_spent_amount','alpha'))
     {
         print '<tr><td colspan="2"><br>*** Set value of time spent without amount</td></tr>';
    @@ -900,7 +901,7 @@ if ($ok && GETPOST('set_empty_time_spent_amount','alpha'))
     }
     
     
    -// clean_old_module_entries: Clean data into const when files of module were removed without being
    +// force_disable_of_modules_not_found
     if ($ok && GETPOST('force_disable_of_modules_not_found','alpha'))
     {
         print '<tr><td colspan="2"><br>*** Force modules not found to be disabled (only modules adding js, css or hooks can be detected as removed)</td></tr>';
    @@ -1071,7 +1072,7 @@ if ($ok && GETPOST('clean_perm_table','alpha'))
     
     
     
    -// clean_linked_elements: Check and clean linked elements
    +// force utf8 on tables
     if ($ok && GETPOST('force_utf8_on_tables','alpha'))
     {
         print '<tr><td colspan="2"><br>*** Force page code and collation of tables into utf8/utf8_unicode_ci (for mysql/mariadb only)</td></tr>';
    diff --git a/htdocs/install/step1.php b/htdocs/install/step1.php
    index f6f1571b4ec..34bd117504a 100644
    --- a/htdocs/install/step1.php
    +++ b/htdocs/install/step1.php
    @@ -36,9 +36,7 @@ $action=GETPOST('action','aZ09')?GETPOST('action','aZ09'):(empty($argv[1])?'':$a
     $setuplang=GETPOST('selectlang','aZ09',3)?GETPOST('selectlang','aZ09',3):(empty($argv[2])?'auto':$argv[2]);
     $langs->setDefaultLang($setuplang);
     
    -$langs->load("admin");
    -$langs->load("install");
    -$langs->load("errors");
    +$langs->loadLangs(array("admin", "install", "errors"));
     
     // Dolibarr pages directory
     $main_dir = GETPOST('main_dir')?GETPOST('main_dir'):(empty($argv[3])?'':$argv[3]);
    @@ -485,8 +483,8 @@ if (! $error && $db->connected && $action == "set")
                 		'products' => 'product',
                 		'projects' => 'project',
                 		'proposals' => 'proposal',
    -            		'shipment' => 'shipment',
    -            		'supplier_proposal' => 'supplier_proposal',
    +            		'shipments' => 'shipment',
    +            		'supplier_proposals' => 'supplier_proposal',
                 		'tasks' => 'task_summary',
                 		'thirdparties' => 'thirdparty',
                 		'usergroups' => 'usergroups',
    diff --git a/htdocs/install/step2.php b/htdocs/install/step2.php
    index b9adb5dac21..52403c756c1 100644
    --- a/htdocs/install/step2.php
    +++ b/htdocs/install/step2.php
    @@ -46,8 +46,7 @@ $action=GETPOST('action','aZ09')?GETPOST('action','aZ09'):(empty($argv[1])?'':$a
     $setuplang=GETPOST('selectlang','aZ09',3)?GETPOST('selectlang','aZ09',3):(empty($argv[2])?'auto':$argv[2]);
     $langs->setDefaultLang($setuplang);
     
    -$langs->load("admin");
    -$langs->load("install");
    +$langs->loadLangs(array("admin", "install"));
     
     $choix=0;
     if ($dolibarr_main_db_type == "mysqli") $choix=1;
    diff --git a/htdocs/install/step4.php b/htdocs/install/step4.php
    index 64d6993cc94..e35aa0720c3 100644
    --- a/htdocs/install/step4.php
    +++ b/htdocs/install/step4.php
    @@ -35,8 +35,7 @@ global $langs;
     $setuplang=GETPOST('selectlang','aZ09',3)?GETPOST('selectlang','aZ09',3):(empty($argv[1])?'auto':$argv[1]);
     $langs->setDefaultLang($setuplang);
     
    -$langs->load("admin");
    -$langs->load("install");
    +$langs->loadLangs(array("admin", "install"));
     
     // Now we load forced value from install.forced.php file.
     $useforcedwizard=false;
    diff --git a/htdocs/install/step5.php b/htdocs/install/step5.php
    index 845c3aa8a02..b2d3083a624 100644
    --- a/htdocs/install/step5.php
    +++ b/htdocs/install/step5.php
    @@ -52,8 +52,7 @@ if (! empty($action) && preg_match('/upgrade/i', $action))	// If it's an old upg
         }
     }
     
    -$langs->load("admin");
    -$langs->load("install");
    +$langs->loadLangs(array("admin", "install"));
     
     $login = GETPOST('login', 'alpha')?GETPOST('login', 'alpha'):(empty($argv[5])?'':$argv[5]);
     $pass = GETPOST('pass', 'alpha')?GETPOST('pass', 'alpha'):(empty($argv[6])?'':$argv[6]);
    diff --git a/htdocs/install/upgrade.php b/htdocs/install/upgrade.php
    index 6838f5c6e19..5f372f521f8 100644
    --- a/htdocs/install/upgrade.php
    +++ b/htdocs/install/upgrade.php
    @@ -66,10 +66,7 @@ $versionto=GETPOST("versionto",'alpha',3)?GETPOST("versionto",'',3):(empty($argv
     $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','alpha',3)=='ignoredbversion')?GETPOST('ignoredbversion','alpha',3):((empty($argv[3]) || $argv[3] != 'ignoredbversion')?'':$argv[3]);
     
    -$langs->load("admin");
    -$langs->load("install");
    -$langs->load("other");
    -$langs->load("errors");
    +$langs->loadLangs(array("admin", "install", "other", "errors"));
     
     if ($dolibarr_main_db_type == "mysqli") $choix=1;
     if ($dolibarr_main_db_type == "pgsql") $choix=2;
    diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php
    index d20013ad9e3..f4f7413b7d4 100644
    --- a/htdocs/install/upgrade2.php
    +++ b/htdocs/install/upgrade2.php
    @@ -73,10 +73,7 @@ $versionfrom=GETPOST("versionfrom",'alpha',3)?GETPOST("versionfrom",'alpha',3):(
     $versionto=GETPOST("versionto",'alpha',3)?GETPOST("versionto",'alpha',3):(empty($argv[2])?'':$argv[2]);
     $enablemodules=GETPOST("enablemodules",'alpha',3)?GETPOST("enablemodules",'alpha',3):(empty($argv[3])?'':$argv[3]);
     
    -$langs->load('admin');
    -$langs->load('install');
    -$langs->load("bills");
    -$langs->load("suppliers");
    +$langs->loadLangs(array("admin", "install", "bills", "suppliers"));
     
     if ($dolibarr_main_db_type == 'mysqli') $choix=1;
     if ($dolibarr_main_db_type == 'pgsql')  $choix=2;
    @@ -4444,6 +4441,7 @@ function migrate_delete_old_files($db,$langs,$conf)
         DOL_DOCUMENT_ROOT.'/core/modules/modComptabiliteExpert.class.php',
         DOL_DOCUMENT_ROOT.'/core/modules/modCommercial.class.php',
         DOL_DOCUMENT_ROOT.'/core/modules/modProduit.class.php',
    +    DOL_DOCUMENT_ROOT.'/core/modules/modSkype.class.php',
         DOL_DOCUMENT_ROOT.'/phenix/inc/triggers/interface_modPhenix_Phenixsynchro.class.php',
         DOL_DOCUMENT_ROOT.'/webcalendar/inc/triggers/interface_modWebcalendar_webcalsynchro.class.php',
         DOL_DOCUMENT_ROOT.'/core/triggers/interface_modWebcalendar_Webcalsynchro.class.php',
    diff --git a/htdocs/langs/ar_SA/languages.lang b/htdocs/langs/ar_SA/languages.lang
    index 7b27cc35010..4519ef6078d 100644
    --- a/htdocs/langs/ar_SA/languages.lang
    +++ b/htdocs/langs/ar_SA/languages.lang
    @@ -1,6 +1,6 @@
     # Dolibarr language file - Source file is en_US - languages
     Language_ar_AR=العربية
    -Language_ar_EG=Arabic (Egypt)
    +Language_ar_EG=العربيه مصر
     Language_ar_SA=العربية
     Language_bn_BD=بنغالي
     Language_bg_BG=البلغارية
    @@ -86,3 +86,4 @@ Language_uz_UZ=الأوزبكي
     Language_vi_VN=الفيتنامية
     Language_zh_CN=الصينية
     Language_zh_TW=الصينية (التقليدية)
    +Language_bh_MY=الماليزية
    diff --git a/htdocs/langs/en_US/accountancy.lang b/htdocs/langs/en_US/accountancy.lang
    index e1fe73d0383..7475c1640e6 100644
    --- a/htdocs/langs/en_US/accountancy.lang
    +++ b/htdocs/langs/en_US/accountancy.lang
    @@ -38,6 +38,10 @@ GroupIsEmptyCheckSetup=Group is empty, check setup of the personalized accountin
     DetailByAccount=Show detail by account
     AccountWithNonZeroValues=Accounts with non-zero values
     ListOfAccounts=List of accounts
    +CountriesInEEC=Countries in EEC
    +CountriesNotInEEC=Countries not in EEC
    +CountriesInEECExceptMe=Countries in EEC except %s
    +CountriesExceptMe=All countries except %s
     
     MainAccountForCustomersNotDefined=Main accounting account for customers not defined in setup
     MainAccountForSuppliersNotDefined=Main accounting account for vendors not defined in setup
    @@ -262,7 +266,8 @@ Modelcsv_quadratus=Export towards Quadratus QuadraCompta
     Modelcsv_ebp=Export towards EBP
     Modelcsv_cogilog=Export towards Cogilog
     Modelcsv_agiris=Export towards Agiris
    -Modelcsv_configurable=Export Configurable
    +Modelcsv_configurable=Export CSV Configurable
    +Modelcsv_FEC=Export FEC (Art. L47 A) (Test)
     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 16ca7cc7201..d4665bb4ccd 100644
    --- a/htdocs/langs/en_US/admin.lang
    +++ b/htdocs/langs/en_US/admin.lang
    @@ -548,10 +548,10 @@ Module310Name=Members
     Module310Desc=Foundation members management
     Module320Name=RSS Feed
     Module320Desc=Add RSS feed inside Dolibarr screen pages
    -Module330Name=Bookmarks
    -Module330Desc=Bookmarks management
    -Module400Name=Projects/Opportunities/Leads
    -Module400Desc=Management of projects, opportunities/leads and/or tasks. You can also assign any element (invoice, order, proposal, intervention, ...) to a project and get a transversal view from the project view.
    +Module330Name=Bookmarks and shortcuts
    +Module330Desc=Create shortcuts, always accessible, to the internal or external pages to which you frequently access
    +Module400Name=Projects or Leads
    +Module400Desc=Management of projects, leads/opportunities and/or tasks. You can also assign any element (invoice, order, proposal, intervention, ...) to a project and get a transversal view from the project view.
     Module410Name=Webcalendar
     Module410Desc=Webcalendar integration
     Module500Name=Taxes and Special expenses
    @@ -620,6 +620,8 @@ Module50000Name=PayBox
     Module50000Desc=Offer customers a PayBox online payment page (credit/debit cards). 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).
    +Module50150Name=Point of salesaa
    +Module50150Desc=Point of sales module (Touch screen POS).
     Module50200Name=Paypal
     Module50200Desc=Offer customers a PayPal online payment page (PayPal account or credit/debit cards). 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)
    @@ -791,11 +793,9 @@ Permission401=Read discounts
     Permission402=Create/modify discounts
     Permission403=Validate discounts
     Permission404=Delete discounts
    -Permission501=Read employee contracts/salaries
    -Permission502=Create/modify employee contracts/salaries
    -Permission511=Read payment of salaries
    -Permission512=Create/modify payment of salaries
    -Permission514=Delete salaries
    +Permission511=Read payments of salaries
    +Permission512=Create/modify payments of salaries
    +Permission514=Delete payments of salaries
     Permission517=Export salaries
     Permission520=Read Loans
     Permission522=Create/modify loans
    @@ -898,7 +898,7 @@ DictionaryVAT=VAT Rates or Sales Tax Rates
     DictionaryRevenueStamp=Amount of tax stamps
     DictionaryPaymentConditions=Payment terms
     DictionaryPaymentModes=Payment modes
    -DictionaryTypeContact=Contact/Address types
    +DictionaryTypeContact=Contact address types
     DictionaryTypeOfContainer=Type of website pages/containers
     DictionaryEcotaxe=Ecotax (WEEE)
     DictionaryPaperFormat=Paper formats
    @@ -916,7 +916,7 @@ DictionaryEMailTemplates=Email Templates
     DictionaryUnits=Units
     DictionaryProspectStatus=Prospection status
     DictionaryHolidayTypes=Types of leaves
    -DictionaryOpportunityStatus=Opportunity status for project/lead
    +DictionaryOpportunityStatus=Lead status for project/lead
     DictionaryExpenseTaxCat=Expense report - Transportation categories
     DictionaryExpenseTaxRange=Expense report - Range by transportation category
     SetupSaved=Setup saved
    @@ -1044,10 +1044,10 @@ Delays_MAIN_DELAY_MEMBERS=Delay (in days) before alert on delayed membership fee
     Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Delay (in days) before alert for cheque deposit to do
     Delays_MAIN_DELAY_EXPENSEREPORTS=Delay (in days) before alert for expense reports to approve
     SetupDescription1=Before starting to use Dolibarr some initial parameters must be defined and modules enabled/configured.
    -SetupDescription2=The following two sections are compulsory (the two first entries in the Setup menu on the left):
    +SetupDescription2=The mandatory setup steps are the 2 first steps in the Setup menu, namely :
     SetupDescription3=<a href="%s">%s -> %s</a><br>Basic parameters used to customize the default behavior of Dolibarr (e.g for country-related features).
     SetupDescription4=<a href="%s">%s -> %s</a><br>Dolibarr ERP/CRM is a collection of many modules/applications, all more or less independent. The modules relevant to your needs must be enabled and configured. New items/options are added to menus with the activation of a module.
    -SetupDescription5=Other Setup menu entries manage optional parameters.
    +SetupDescription5=Other Setup menu entries provides optional parameters.
     LogEvents=Security audit events
     Audit=Audit
     InfoDolibarr=About Dolibarr
    @@ -1137,7 +1137,7 @@ ExtraFieldsLinesRec=Complementary attributes (templates invoices lines)
     ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
     ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
     ExtraFieldsThirdParties=Complementary attributes (thirdparty)
    -ExtraFieldsContacts=Complementary attributes (contact/address)
    +ExtraFieldsContacts=Complementary attributes (contact address)
     ExtraFieldsMember=Complementary attributes (member)
     ExtraFieldsMemberType=Complementary attributes (member type)
     ExtraFieldsCustomerInvoices=Complementary attributes (invoices)
    @@ -1182,7 +1182,7 @@ XDebugInstalled=XDebug is loaded.
     XCacheInstalled=XCache is loaded.
     AddRefInList=Display Customer/Supplier ref. info list (select list or combobox) and most of hyperlink.<br>Third Parties will appear with a name format of "CC12345 - SC45678 - The Big Company corp." instead of "The Big Company corp".
     AddAdressInList=Display Customer/Supplier adress info list (select list or combobox)<br>Third Parties will appear with a name format of "The Big Company corp. - 21 jump street 123456 Big town - USA" instead of "The Big Company corp".
    -AskForPreferredShippingMethod=Ask for preferred sending method for Third Parties.
    +AskForPreferredShippingMethod=Ask for preferred shipping method for Third Parties.
     FieldEdition=Edition of field %s
     FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced)
     GetBarCode=Get barcode
    @@ -1201,8 +1201,8 @@ UserMailRequired=EMail required to create a new user
     HRMSetup=HRM module setup
     ##### Company setup #####
     CompanySetup=Companies module setup
    -CompanyCodeChecker=Options for automatic generation of customer/supplier codes
    -AccountCodeManager=Options for automatic generation of customer/supplier accounting codes
    +CompanyCodeChecker=Options for automatic generation of customer / vendor codes
    +AccountCodeManager=Options for automatic generation of customer / vendor accounting codes
     NotificationsDesc=EMails notifications feature allows you to silently send automatic mail, for some Dolibarr events. Targets of notifications can be defined:
     NotificationsDescUser=* per users, one user at time.
     NotificationsDescContact=* per third parties contacts (customers or vendors), one contact at time.
    @@ -1213,7 +1213,7 @@ WatermarkOnDraft=Watermark on draft document
     JSOnPaimentBill=Activate feature to autofill payment lines on payment form
     CompanyIdProfChecker=Rules for Professional IDs
     MustBeUnique=Must be unique?
    -MustBeMandatory=Mandatory to create third parties?
    +MustBeMandatory=Mandatory to create third parties (if vat number or type of company defined) ?
     MustBeInvoiceMandatory=Mandatory to validate invoices?
     TechnicalServicesProvided=Technical services provided
     #####DAV #####
    @@ -1439,6 +1439,7 @@ DefaultCreateForm=Default values (on forms to create)
     DefaultSearchFilters=Default search filters
     DefaultSortOrder=Default sort orders
     DefaultFocus=Default focus fields
    +DefaultMandatory=Mandatory form fields
     ##### Products #####
     ProductSetup=Products module setup
     ServiceSetup=Services module setup
    @@ -1610,9 +1611,9 @@ CashDeskBankAccountForCheque= Default account to use to receive payments by cheq
     CashDeskBankAccountForCB= Default account to use to receive payments by credit cards
     CashDeskDoNotDecreaseStock=Disable stock decrease when a sell is done from Point of Sale (if "no", stock decrease is done for each sell done from POS, whatever is option set into module Stock).
     CashDeskIdWareHouse=Force and restrict warehouse to use for stock decrease
    -StockDecreaseForPointOfSaleDisabled=Stock decrease from Point Of Sale disabled
    +StockDecreaseForPointOfSaleDisabled=Stock decrease from Point of Sale disabled
     StockDecreaseForPointOfSaleDisabledbyBatch=Stock decrease in POS is not compatible with lot management
    -CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point Of Sale. Hence a warehouse is required.
    +CashDeskYouDidNotDisableStockDecease=You did not disable stock decrease when making a sale from Point of Sale. Hence a warehouse is required.
     ##### Bookmark #####
     BookmarkSetup=Bookmark module setup
     BookmarkDesc=This module allows you to manage bookmarks. You can also add shortcuts to any Dolibarr pages or external web sites on your left menu.
    @@ -1694,7 +1695,7 @@ ListOfNotificationsPerUser=List of notifications per user*
     ListOfNotificationsPerUserOrContact=List of notifications per user* or per contact**
     ListOfFixedNotifications=List of fixed notifications
     GoOntoUserCardToAddMore=Go on the tab "Notifications" of a user to add or remove notifications for users
    -GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contacts/addresses
    +GoOntoContactCardToAddMore=Go on the tab "Notifications" of a third party to add or remove notifications for contact addresses
     Threshold=Threshold
     BackupDumpWizard=Wizard to build database backup dump file
     SomethingMakeInstallFromWebNotPossible=Installation of external module is not possible from the web interface for the following reason:
    @@ -1703,6 +1704,7 @@ InstallModuleFromWebHasBeenDisabledByFile=Install of external module from applic
     ConfFileMustContainCustom=Installing or building an external module from application need to save the module files into directory <strong>%s</strong>. To have this directory processed by Dolibarr, you must setup your <strong>conf/conf.php</strong> to add the 2 directive lines:<br><strong>$dolibarr_main_url_root_alt='/custom';</strong><br><strong>$dolibarr_main_document_root_alt='%s/custom';</strong> 
     HighlightLinesOnMouseHover=Highlight table lines when mouse move passes over
     HighlightLinesColor=Highlight color of the line when the mouse passes over (keep empty for no highlight)
    +HighlightLinesChecked=Highlight color of the line when it is checked (keep empty for no highlight)
     TextTitleColor=Text color of Page title
     LinkColor=Color of links
     PressF5AfterChangingThis=Press CTRL+F5 on keyboard or clear your browser cache after changing this value to have it effective
    @@ -1724,7 +1726,7 @@ PositionIntoComboList=Position of line into combo lists
     SellTaxRate=Sale tax rate
     RecuperableOnly=Yes for VAT "Not Perceived but Recoverable" dedicated for some state in France. Keep value to "No" in all other cases.
     UrlTrackingDesc=If the provider or transport service offer a page or web site to check status of your shipping, you can enter it here. You can use the key {TRACKID} into URL parameters so the system will replace it with value of tracking number user entered into shipment card.
    -OpportunityPercent=When you create an opportunity, you will define an estimated amount of project/lead. According to status of opportunity, this amount may be multiplied by this rate to evaluate global amount all your opportunities may generate. Value is percent (between 0 and 100).
    +OpportunityPercent=When you create a lead, you will define an estimated amount of project/lead. According to status of lead, this amount may be multiplied by this rate to evaluate global amount all your opportunities may generate. Value is percent (between 0 and 100).
     TemplateForElement=This template record is dedicated to which element
     TypeOfTemplate=Type of template
     TemplateIsVisibleByOwnerOnly=Template is visible by owner only
    @@ -1785,7 +1787,7 @@ LandingPage=Landing page
     SamePriceAlsoForSharedCompanies=If you use a multicompany module, with the choice "Single price", price will be also the same for all companies if products are shared between environments
     ModuleEnabledAdminMustCheckRights=Module has been activated. Permissions for activated module(s) were given to admin users only. You may need to grant permissions to other users or groups manually if necessary.
     UserHasNoPermissions=This user has no permission defined
    -TypeCdr=Use "None" if the date of payment term is date of invoice plus a delta in days (delta is field "Nb of days")<br>Use "At end of month", if, after delta, the date must be increased to reach the end of month (+ an optional "Offset" in days)<br>Use "Current/Next" to have payment term date being the first Nth of the month (N is stored into field "Nb of days")
    +TypeCdr=Use "None" if the date of payment term is date of invoice plus a delta in days (delta is field "%s")<br>Use "At end of month", if, after delta, the date must be increased to reach the end of month (+ an optional "%s" in days)<br>Use "Current/Next" to have payment term date being the first Nth of the month after delta (delta is field "%s", N is stored into field "%s")
     BaseCurrency=Reference currency of the company (go into setup of company to change this)
     WarningNoteModuleInvoiceForFrenchLaw=This module %s is compliant with french laws (Loi Finance 2016). 
     WarningNoteModulePOSForFrenchLaw=This module %s is compliant with french laws (Loi Finance 2016) because module Non Reversible Logs is automatically activated. 
    @@ -1794,6 +1796,7 @@ 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
    +NothingToSetup=There is no specific setup to do for this module.
     SetToYesIfGroupIsComputationOfOtherGroups=Set this to yes if this group is a computation of other groups
     EnterCalculationRuleIfPreviousFieldIsYes=Enter calculation rule if previous field was set to Yes (For example 'CODEGRP1+CODEGRP2')
     SeveralLangugeVariatFound=Several language variants found
    @@ -1803,9 +1806,17 @@ GDPRContact=Privacy Policies or GDPR contact
     GDPRContactDesc=If you store data about European companies/citizen, you can store here the contact who is responsible for the General Data Protection Regulation
     HelpOnTooltip=Help text to show on tooltip
     HelpOnTooltipDesc=Put here a text or a translation key for a text to show on a tooltip when this field appears into a form
    +YouCanDeleteFileOnServerWith=You can delete this file on server with Command Line:<br>%s
    +ChartLoaded=Chart of account loaded
    +SocialNetworkSetup=Setup of module Social Networks
    +EnableFeatureFor=Enable features for <strong>%s</strong>
    +VATIsUsedIsOff=Note: The option to use sales Tax or VAT has been set to <strong>Off</strong> in the menu %s - %s, so Sale tax or Vat used will always be 0 for sales.
    +SwapSenderAndRecipientOnPDF=Swap sender and recipient address on PDF
    +FeatureSupportedOnTextFieldsOnly=Warning, feature supported on text fields only
     ##### Resource ####
     ResourceSetup=Configuration du module Resource 
     UseSearchToSelectResource=Use a search form to choose a resource (rather than a drop-down list).
     DisabledResourceLinkUser=Disable feature to link a resource to users
     DisabledResourceLinkContact=Disable feature to link a resource to contacts
     ConfirmUnactivation=Confirm module reset
    +OnMobileOnly=On small screen (smartphone) only
    diff --git a/htdocs/langs/en_US/agenda.lang b/htdocs/langs/en_US/agenda.lang
    index 9c1a0a35837..a68bac6d961 100644
    --- a/htdocs/langs/en_US/agenda.lang
    +++ b/htdocs/langs/en_US/agenda.lang
    @@ -39,6 +39,7 @@ EventRemindersByEmailNotEnabled=Event reminders by email was not enabled into %s
     ##### Agenda event labels #####
     NewCompanyToDolibarr=Third party %s created
     ContractValidatedInDolibarr=Contract %s validated
    +CONTRACT_DELETEInDolibarr=Contract %s deleted
     PropalClosedSignedInDolibarr=Proposal %s signed
     PropalClosedRefusedInDolibarr=Proposal %s refused
     PropalValidatedInDolibarr=Proposal %s validated
    @@ -100,7 +101,7 @@ AgendaUrlOptions3=<b>logina=%s</b> to restrict output to actions owned by a user
     AgendaUrlOptionsNotAdmin=<b>logina=!%s</b> to restrict output to actions not owned by user <b>%s</b>.
     AgendaUrlOptions4=<b>logint=%s</b> to restrict output to actions assigned to user <b>%s</b> (owner and others).
     AgendaUrlOptionsProject=<b>project=__PROJECT_ID__</b> to restrict output to actions linked to project <b>__PROJECT_ID__</b>.
    -AgendaUrlOptionsNotAutoEvent=<b>notactiontype=systemauto</b> to exclude automatic event.
    +AgendaUrlOptionsNotAutoEvent=<b>notactiontype=systemauto</b> to exclude automatic events.
     AgendaShowBirthdayEvents=Show birthdays of contacts
     AgendaHideBirthdayEvents=Hide birthdays of contacts
     Busy=Busy
    diff --git a/htdocs/langs/en_US/banks.lang b/htdocs/langs/en_US/banks.lang
    index 9d1ebc47427..a83b3cd755b 100644
    --- a/htdocs/langs/en_US/banks.lang
    +++ b/htdocs/langs/en_US/banks.lang
    @@ -7,7 +7,7 @@ BankName=Bank name
     FinancialAccount=Account
     BankAccount=Bank account
     BankAccounts=Bank accounts
    -BankAccountsAndGateways=Bank accounts | Gateways
    +BankAccountsAndGateways=Bank | Gateways
     ShowAccount=Show Account
     AccountRef=Financial account ref
     AccountLabel=Financial account label
    @@ -76,6 +76,7 @@ TransactionsToConciliate=Entries to reconcile
     Conciliable=Can be reconciled
     Conciliate=Reconcile
     Conciliation=Reconciliation
    +SaveStatementOnly=Save statement only
     ReconciliationLate=Reconciliation late
     IncludeClosedAccount=Include closed accounts
     OnlyOpenedAccount=Only open accounts
    diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang
    index 54194358748..0eb53d1af98 100644
    --- a/htdocs/langs/en_US/bills.lang
    +++ b/htdocs/langs/en_US/bills.lang
    @@ -131,7 +131,8 @@ BillStatusClosedUnpaid=Closed (unpaid)
     BillStatusClosedPaidPartially=Paid (partially)
     BillShortStatusDraft=Draft
     BillShortStatusPaid=Paid
    -BillShortStatusPaidBackOrConverted=Refund or converted
    +BillShortStatusPaidBackOrConverted=Refunded or converted
    +Refunded=Refunded
     BillShortStatusConverted=Paid
     BillShortStatusCanceled=Abandoned
     BillShortStatusValidated=Validated
    @@ -203,6 +204,7 @@ UnvalidateBill=Unvalidate invoice
     NumberOfBills=No. of invoices
     NumberOfBillsByMonth=No. of invoices per month
     AmountOfBills=Amount of invoices
    +AmountOfBillsHT=Amount of invoices (net of tax)
     AmountOfBillsByMonthHT=Amount of invoices by month (net of tax)
     ShowSocialContribution=Show social/fiscal tax
     ShowBill=Show invoice
    @@ -546,3 +548,4 @@ AutoFillDateFromShort=Set start date
     AutoFillDateTo=Set end date for service line with next invoice date
     AutoFillDateToShort=Set end date
     MaxNumberOfGenerationReached=Max number of gen. reached
    +BILL_DELETEInDolibarr=Invoice deleted
    diff --git a/htdocs/langs/en_US/blockedlog.lang b/htdocs/langs/en_US/blockedlog.lang
    index 3ab90c6d3fa..fb52e8476ee 100644
    --- a/htdocs/langs/en_US/blockedlog.lang
    +++ b/htdocs/langs/en_US/blockedlog.lang
    @@ -50,4 +50,4 @@ BlockedLogActivatedBecauseRequiredByYourCountryLegislation=Unalterable Logs modu
     BlockedLogDisableNotAllowedForCountry=List of countries where usage of this module is mandatory (just to prevent to disable the module by error, if your country is in this list, disable of module is not possible without editing this list first. Note also that enabling/disabling this module will keep a track into the unalterable log).
     OnlyNonValid=Non-valid
     TooManyRecordToScanRestrictFilters=Too many record to scan/analyze. Please restrict list with more restrictive filters.
    -RestrictYearToExport=Restrict month / year to export
    \ No newline at end of file
    +RestrictYearToExport=Restrict month / year to export
    diff --git a/htdocs/langs/en_US/boxes.lang b/htdocs/langs/en_US/boxes.lang
    index bbb79f99bb0..cc46e702a75 100644
    --- a/htdocs/langs/en_US/boxes.lang
    +++ b/htdocs/langs/en_US/boxes.lang
    @@ -15,27 +15,27 @@ BoxLastSuppliers=Latest modified suppliers
     BoxLastCustomerOrders=Latest customer orders
     BoxLastActions=Latest actions
     BoxLastContracts=Latest contracts
    -BoxLastContacts=Latest contacts/addresses
    +BoxLastContacts=Latest contact addresses
     BoxLastMembers=Latest members
     BoxFicheInter=Latest interventions
     BoxCurrentAccounts=Open accounts balance
     BoxTitleLastRssInfos=Latest %s news from %s
    -BoxTitleLastProducts=Products/Services: last %s modified
    +BoxTitleLastProducts=Products/Services: latest %s modified
     BoxTitleProductsAlertStock=Products: stock alert
     BoxTitleLastSuppliers=Latest %s recorded suppliers
    -BoxTitleLastModifiedSuppliers=Suppliers: last %s modified
    -BoxTitleLastModifiedCustomers=Customers: last %s modified
    +BoxTitleLastModifiedSuppliers=Latest %s modified vendors
    +BoxTitleLastModifiedCustomers=Latest %s modified customers
     BoxTitleLastCustomersOrProspects=Latest %s customers or prospects
    -BoxTitleLastCustomerBills=Latest %s customer invoices
    -BoxTitleLastSupplierBills=Latest %s supplier invoices
    -BoxTitleLastModifiedProspects=Prospects: last %s modified
    -BoxTitleLastModifiedMembers=Latest %s members
    +BoxTitleLastCustomerBills=Latest %s modified customer invoices
    +BoxTitleLastSupplierBills=Latest %s modified vendor invoices
    +BoxTitleLastModifiedProspects=Latest %s modified prospects
    +BoxTitleLastModifiedMembers=Latest %s modified members
     BoxTitleLastFicheInter=Latest %s modified interventions
     BoxTitleOldestUnpaidCustomerBills=Customer Invoices: oldest %s unpaid
     BoxTitleOldestUnpaidSupplierBills=Supplier Invoices: oldest %s unpaid
     BoxTitleCurrentAccounts=Open Accounts: balances
    -BoxTitleLastModifiedContacts=Contacts/Addresses: last %s modified
    -BoxMyLastBookmarks=Bookmarks: last %s
    +BoxTitleLastModifiedContacts=Contact addresses: latest %s modified
    +BoxMyLastBookmarks=Bookmarks: latest %s modified
     BoxOldestExpiredServices=Oldest active expired services
     BoxLastExpiredServices=Latest %s oldest contacts with active expired services
     BoxTitleLastActionsToDo=Latest %s actions to do
    @@ -73,10 +73,10 @@ BoxProposalsPerMonth=Proposals per month
     NoTooLowStockProducts=No products are under the low stock limit
     BoxProductDistribution=Products/Services Distribution
     BoxProductDistributionFor=Distribution of %s by %s
    -BoxTitleLastModifiedSupplierBills=Supplier Invoices: last %s modified
    -BoxTitleLatestModifiedSupplierOrders=Supplier Orders: last %s modified
    -BoxTitleLastModifiedCustomerBills=Customer Invoices: last %s modified
    -BoxTitleLastModifiedCustomerOrders=Customer Orders: last %s modified
    +BoxTitleLastModifiedSupplierBills=Latest %s modified vendors invoices
    +BoxTitleLatestModifiedSupplierOrders=Last %s modified purchase orders
    +BoxTitleLastModifiedCustomerBills=Latest %s modified customers invoices
    +BoxTitleLastModifiedCustomerOrders=Latest %s modified customer orders
     BoxTitleLastModifiedPropals=Latest %s modified proposals
     ForCustomersInvoices=Customers invoices
     ForCustomersOrders=Customers orders
    diff --git a/htdocs/langs/en_US/cashdesk.lang b/htdocs/langs/en_US/cashdesk.lang
    index e5cf5beaf88..7fb03ea235c 100644
    --- a/htdocs/langs/en_US/cashdesk.lang
    +++ b/htdocs/langs/en_US/cashdesk.lang
    @@ -32,3 +32,12 @@ DeleteArticle=Click to remove this article
     FilterRefOrLabelOrBC=Search (Ref/Label)
     UserNeedPermissionToEditStockToUsePos=You ask to decrease stock on invoice creation, so user that uses POS needs to have permission to edit stock.
     DolibarrReceiptPrinter=Dolibarr Receipt Printer
    +PointOfSale=Point of sales
    +CloseBill=Close Bill
    +Floors=Floors
    +Floor=Floor
    +AddTable=Add table
    +Place=Place
    +TakeboxNecesary='TakeBOX' application required
    +OrderPrinters=Order printers
    +SearchProduct=Search product
    diff --git a/htdocs/langs/en_US/categories.lang b/htdocs/langs/en_US/categories.lang
    index 47b5ea92d12..cef3eaa2815 100644
    --- a/htdocs/langs/en_US/categories.lang
    +++ b/htdocs/langs/en_US/categories.lang
    @@ -16,6 +16,7 @@ MembersCategoriesArea=Members tags/categories area
     ContactsCategoriesArea=Contacts tags/categories area
     AccountsCategoriesArea=Accounts tags/categories area
     ProjectsCategoriesArea=Projects tags/categories area
    +UsersCategoriesArea=Users tags/categories area
     SubCats=Sub-categories
     CatList=List of tags/categories
     NewCategory=New tag/category
    @@ -54,12 +55,13 @@ MembersCategoryShort=Members tag/category
     SuppliersCategoriesShort=Suppliers tags/categories
     CustomersCategoriesShort=Customers tags/categories
     ProspectsCategoriesShort=Prospects tags/categories
    -CustomersProspectsCategoriesShort=Cust./Prosp. categories
    +CustomersProspectsCategoriesShort=Cust./Prosp. tags/categories
     ProductsCategoriesShort=Products tags/categories
     MembersCategoriesShort=Members tags/categories
     ContactCategoriesShort=Contacts tags/categories
     AccountsCategoriesShort=Accounts tags/categories
     ProjectsCategoriesShort=Projects tags/categories
    +UsersCategoriesShort=Users tags/categories
     ThisCategoryHasNoProduct=This category does not contain any product.
     ThisCategoryHasNoSupplier=This category does not contain any supplier.
     ThisCategoryHasNoCustomer=This category does not contain any customer.
    diff --git a/htdocs/langs/en_US/commercial.lang b/htdocs/langs/en_US/commercial.lang
    index 97b8c68fd9b..a130ce82f79 100644
    --- a/htdocs/langs/en_US/commercial.lang
    +++ b/htdocs/langs/en_US/commercial.lang
    @@ -72,7 +72,7 @@ StatusProsp=Prospect status
     DraftPropals=Draft commercial proposals
     NoLimit=No limit
     ToOfferALinkForOnlineSignature=Link for online signature
    -WelcomeOnOnlineSignaturePage=Welcome on the page to accept commercial proposals from %s
    +WelcomeOnOnlineSignaturePage=Welcome to the page to accept commercial 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/commercial proposal %s
    diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang
    index 6e4de1188a6..ef0328b9349 100644
    --- a/htdocs/langs/en_US/companies.lang
    +++ b/htdocs/langs/en_US/companies.lang
    @@ -3,11 +3,11 @@ ErrorCompanyNameAlreadyExists=Company name %s already exists. Choose another one
     ErrorSetACountryFirst=Set the country first
     SelectThirdParty=Select a third party
     ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information?
    -DeleteContact=Delete a contact/address
    +DeleteContact=Delete a contact address
     ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information?
     MenuNewThirdParty=New Third Party
     MenuNewCustomer=New Customer
    -MenuNewProspect=Nnew Prospect
    +MenuNewProspect=New Prospect
     MenuNewSupplier=New Vendor
     MenuNewPrivateIndividual=New private individual
     NewCompany=New company (prospect, customer, vendor)
    @@ -19,9 +19,9 @@ ProspectionArea=Prospection area
     IdThirdParty=Id third party
     IdCompany=Company Id
     IdContact=Contact Id
    -Contacts=Contacts/Addresses
    -ThirdPartyContacts=Third party contacts
    -ThirdPartyContact=Third party contact/address
    +Contacts=Contact addresses
    +ThirdPartyContacts=Third party contact addresses
    +ThirdPartyContact=Third party contact address
     Company=Company
     CompanyName=Company name
     AliasNames=Alias name (commercial, trademark, ...)
    @@ -38,9 +38,9 @@ ThirdPartyCustomers=Customers
     ThirdPartyCustomersStats=Customers
     ThirdPartyCustomersWithIdProf12=Customers with %s or %s
     ThirdPartySuppliers=Vendors
    -ThirdPartyType=Third Party Type
    +ThirdPartyType=Type of company
     Individual=Private individual
    -ToCreateContactWithSameName=Will create automatically a contact/address with same information as the third party under the third party. In most cases, even if your third party is a physical person, creating a third party alone is enough.
    +ToCreateContactWithSameName=Will create automatically a contact address with same information as the third party under the third party. In most cases, even if your third party is a physical person, creating a third party alone is enough.
     ParentCompany=Parent company
     Subsidiaries=Subsidiaries
     ReportByMonth=Report by month
    @@ -287,18 +287,18 @@ CustomerAbsoluteDiscountMy=Absolute customer discounts (granted by yourself)
     SupplierAbsoluteDiscountAllUsers=Absolute vendor discounts (entered by all users)
     SupplierAbsoluteDiscountMy=Absolute vendor discounts (entered by yourself)
     DiscountNone=None
    -Supplier=Supplier
    +Supplier=Vendor
     AddContact=Create contact
    -AddContactAddress=Create contact/address
    +AddContactAddress=Create contact address
     EditContact=Edit contact
    -EditContactAddress=Edit contact/address
    +EditContactAddress=Edit contact address
     Contact=Contact
     ContactId=Contact id
    -ContactsAddresses=Contacts/Addresses
    +ContactsAddresses=Contact addresses
     FromContactName=Name:
     NoContactDefinedForThirdParty=No contact defined for this third party
     NoContactDefined=No contact defined
    -DefaultContact=Default contact/address
    +DefaultContact=Default contact address
     AddThirdParty=Create third party
     DeleteACompany=Delete a company
     PersonalInformations=Personal data
    @@ -315,8 +315,8 @@ ValidityControledByModule=Validity controlled by module
     ThisIsModuleRules=This is rules for this module
     ProspectToContact=Prospect to contact
     CompanyDeleted=Company "%s" deleted from database.
    -ListOfContacts=List of contacts/addresses
    -ListOfContactsAddresses=List of contacts/addresses
    +ListOfContacts=List of contact addresses
    +ListOfContactsAddresses=List of contact addresses
     ListOfThirdParties=List of Third Parties
     ShowCompany=Show Third Party
     ShowContact=Show contact
    @@ -333,7 +333,7 @@ NoContactForAnyProposal=This contact is not a contact for any commercial proposa
     NoContactForAnyContract=This contact is not a contact for any contract
     NoContactForAnyInvoice=This contact is not a contact for any invoice
     NewContact=New contact
    -NewContactAddress=New Contact/Address
    +NewContactAddress=New Contact address
     MyContacts=My contacts
     Capital=Capital
     CapitalOf=Capital of %s
    @@ -390,7 +390,7 @@ NoDolibarrAccess=No Dolibarr access
     ExportDataset_company_1=Third Parties (companies/foundations/physical people) and their properties
     ExportDataset_company_2=Contacts and their properties
     ImportDataset_company_1=Third Parties (companies/foundations/physical people) and their properties
    -ImportDataset_company_2=Contacts/Addresses and attributes
    +ImportDataset_company_2=Contact addresses and attributes
     ImportDataset_company_3=Bank accounts of Third Parties
     ImportDataset_company_4=Third Parties - sales representatives (assign sales representatives/users to companies)
     PriceLevel=Price level
    @@ -409,7 +409,7 @@ YouMustCreateContactFirst=To be able to add email notifications, you must first
     ListSuppliersShort=List of Vendors
     ListProspectsShort=List of Prospects
     ListCustomersShort=List of Customers
    -ThirdPartiesArea=Third Parties/Contacts
    +ThirdPartiesArea=Third Parties and Contacts addresses area
     LastModifiedThirdParties=Last %s modified Third Parties
     UniqueThirdParties=Total of Third Parties
     InActivity=Open
    diff --git a/htdocs/langs/en_US/compta.lang b/htdocs/langs/en_US/compta.lang
    index 32ea8dbaa52..3a18ae3e376 100644
    --- a/htdocs/langs/en_US/compta.lang
    +++ b/htdocs/langs/en_US/compta.lang
    @@ -111,7 +111,7 @@ Refund=Refund
     SocialContributionsPayments=Social/fiscal taxes payments
     ShowVatPayment=Show VAT payment
     TotalToPay=Total to pay
    -BalanceVisibilityDependsOnSortAndFilters=Balance is visible in this list only if table is sorted ascending on %s and filtered for 1 bank account
    +BalanceVisibilityDependsOnSortAndFilters=Balance is visible in this list only if table is sorted on %s and filtered for 1 bank account
     CustomerAccountancyCode=Customer accounting code
     SupplierAccountancyCode=Vendor accounting code
     CustomerAccountancyCodeShort=Cust. account. code
    diff --git a/htdocs/langs/en_US/contracts.lang b/htdocs/langs/en_US/contracts.lang
    index 017e02d855e..b4e8d7c96d9 100644
    --- a/htdocs/langs/en_US/contracts.lang
    +++ b/htdocs/langs/en_US/contracts.lang
    @@ -89,6 +89,7 @@ CloneContract=Clone contract
     ConfirmCloneContract=Are you sure you want to clone the contract <b>%s</b>?
     LowerDateEndPlannedShort=Lower planned end date of active services
     SendContractRef=Contract information __REF__
    +OtherContracts=Other contracts
     ##### Types de contacts #####
     TypeContact_contrat_internal_SALESREPSIGN=Sales representative signing contract
     TypeContact_contrat_internal_SALESREPFOLL=Sales representative following-up contract
    diff --git a/htdocs/langs/en_US/cron.lang b/htdocs/langs/en_US/cron.lang
    index 92d43edc7c1..f968d2ac1fb 100644
    --- a/htdocs/langs/en_US/cron.lang
    +++ b/htdocs/langs/en_US/cron.lang
    @@ -79,5 +79,5 @@ CronCannotLoadObject=Class file %s was loaded, but object %s was not found into
     UseMenuModuleToolsToAddCronJobs=Go into menu "Home - Admin tools - Scheduled jobs" to see and edit scheduled jobs.
     JobDisabled=Job disabled
     MakeLocalDatabaseDumpShort=Local database backup
    -MakeLocalDatabaseDump=Create a local database dump. Parameters are: compression ('gz' or 'bz' or 'none'), backup type ('mysql' or 'pgsql'), 1, 'auto' or filename to build, number of backup files to keep
    +MakeLocalDatabaseDump=Create a local database dump. Parameters are: compression ('gz' or 'bz' or 'none'), backup type ('mysql', 'pgsql', 'auto'), 1, 'auto' or filename to build, number of backup files to keep
     WarningCronDelayed=Attention, for performance purpose, whatever is next date of execution of enabled jobs, your jobs may be delayed to a maximum of %s hours, before being run.
    diff --git a/htdocs/langs/en_US/deliveries.lang b/htdocs/langs/en_US/deliveries.lang
    index 7e39f48ea55..1c9cb791900 100644
    --- a/htdocs/langs/en_US/deliveries.lang
    +++ b/htdocs/langs/en_US/deliveries.lang
    @@ -28,3 +28,4 @@ ErrorStockIsNotEnough=There's not enough stock
     Shippable=Shippable
     NonShippable=Not Shippable
     ShowReceiving=Show delivery receipt
    +NonExistentOrder=Non-existent order
    diff --git a/htdocs/langs/en_US/dict.lang b/htdocs/langs/en_US/dict.lang
    index 9a8ee71106b..0993d8bfb9a 100644
    --- a/htdocs/langs/en_US/dict.lang
    +++ b/htdocs/langs/en_US/dict.lang
    @@ -295,7 +295,7 @@ CurrencyCentINR=paisa
     CurrencyCentSingINR=paise
     CurrencyThousandthSingTND=thousandth
     #### Input reasons #####
    -DemandReasonTypeSRC_INTE=Internet
    +DemandReasonTypeSRC_INTE=Internetaaa
     DemandReasonTypeSRC_CAMP_MAIL=Mailing campaign
     DemandReasonTypeSRC_CAMP_EMAIL=EMailing campaign
     DemandReasonTypeSRC_CAMP_PHO=Phone campaign
    diff --git a/htdocs/langs/en_US/errors.lang b/htdocs/langs/en_US/errors.lang
    index cf88cf65cc9..9e179519739 100644
    --- a/htdocs/langs/en_US/errors.lang
    +++ b/htdocs/langs/en_US/errors.lang
    @@ -116,6 +116,7 @@ ErrorLoginDoesNotExists=User with login <b>%s</b> could not be found.
     ErrorLoginHasNoEmail=This user has no email address. Process aborted.
     ErrorBadValueForCode=Bad value for security code. Try again with new value...
     ErrorBothFieldCantBeNegative=Fields %s and %s can't be both negative
    +ErrorFieldCantBeNegativeOnInvoice=Field <strong>%s</strong> can't be negative on such type of invoice. If you want to add a discount line, just create the discount first with link %s on screen and apply it to invoice. You can also ask your admin to set option FACTURE_ENABLE_NEGATIVE_LINES to 1 to restore old behaviour. 
     ErrorQtyForCustomerInvoiceCantBeNegative=Quantity for line into customer invoices can't be negative
     ErrorWebServerUserHasNotPermission=User account <b>%s</b> used to execute web server has no permission for that
     ErrorNoActivatedBarcode=No barcode type activated
    @@ -172,7 +173,7 @@ ErrorGlobalVariableUpdater4=SOAP client failed with error '%s'
     ErrorGlobalVariableUpdater5=No global variable selected
     ErrorFieldMustBeANumeric=Field <b>%s</b> must be a numeric value
     ErrorMandatoryParametersNotProvided=Mandatory parameter(s) not provided
    -ErrorOppStatusRequiredIfAmount=You set an estimated amount for this opportunity/lead. So you must also enter its status
    +ErrorOppStatusRequiredIfAmount=You set an estimated amount for this lead/lead. So you must also enter its status
     ErrorFailedToLoadModuleDescriptorForXXX=Failed to load module descriptor class for %s
     ErrorBadDefinitionOfMenuArrayInModuleDescriptor=Bad Definition Of Menu Array In Module Descriptor (bad value for key fk_menu)
     ErrorSavingChanges=An error has occurred when saving the changes
    diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang
    index 629ac022331..e8a89657b6a 100644
    --- a/htdocs/langs/en_US/install.lang
    +++ b/htdocs/langs/en_US/install.lang
    @@ -50,13 +50,14 @@ ServerPortDescription=Database server port. Keep empty if unknown.
     DatabaseServer=Database server
     DatabaseName=Database name
     DatabasePrefix=Database table prefix
    +DatabasePrefixDescription=Database table prefix. If empty, defaults to llx_.
     AdminLogin=User account for the Dolibarr database owner.
     PasswordAgain=Retype password confirmation
     AdminPassword=Password for Dolibarr database owner.
     CreateDatabase=Create database
     CreateUser=Create user account or grant user account permission on the Dolibarr database
     DatabaseSuperUserAccess=Database server - Superuser access
    -CheckToCreateDatabase=Check the box if the database does not exist yet and so must be created.<br>In this case, you must fill in the user name and password for the superuser account at the bottom of this page.
    +CheckToCreateDatabase=Check the box if the database does not exist yet and so must be created.<br>In this case, you must also fill in the user name and password for the superuser account at the bottom of this page.
     CheckToCreateUser=Check the box if:<br>the database user account does not yet exist and so must be created, or<br>if the user account exists but the database does not exist and permissions must be granted.<br>In this case, you must enter the user account and password and <b>also</b> the superuser account name and password at the bottom of this page. If this box is unchecked, database owner and password must already exist.
     DatabaseRootLoginDescription=Superuser account name (to create new databases or new users), mandatory if the database or its owner does not already exist.
     KeepEmptyIfNoPassword=Leave empty if superuser has no password (NOT recommended)
    diff --git a/htdocs/langs/en_US/languages.lang b/htdocs/langs/en_US/languages.lang
    index a062883d667..99c9b6486e0 100644
    --- a/htdocs/langs/en_US/languages.lang
    +++ b/htdocs/langs/en_US/languages.lang
    @@ -86,3 +86,4 @@ Language_uz_UZ=Uzbek
     Language_vi_VN=Vietnamese
     Language_zh_CN=Chinese
     Language_zh_TW=Chinese (Traditional)
    +Language_bh_MY=Malay
    diff --git a/htdocs/langs/en_US/mails.lang b/htdocs/langs/en_US/mails.lang
    index 8f9c49d8bff..6c6b31db764 100644
    --- a/htdocs/langs/en_US/mails.lang
    +++ b/htdocs/langs/en_US/mails.lang
    @@ -99,7 +99,7 @@ MailSelectedRecipients=Selected recipients
     MailingArea=EMailings area
     LastMailings=Latest %s emailings
     TargetsStatistics=Targets statistics
    -NbOfCompaniesContacts=Unique contacts/addresses
    +NbOfCompaniesContacts=Unique contact addresses
     MailNoChangePossible=Recipients for validated emailing can't be changed
     SearchAMailing=Search mailing
     SendMailing=Send emailing
    @@ -138,7 +138,7 @@ NbOfTargetedContacts=Current number of targeted contact emails
     UseFormatFileEmailToTarget=Imported file must have format <strong>email;name;firstname;other</strong>
     UseFormatInputEmailToTarget=Enter a string with format <strong>email;name;firstname;other</strong>
     MailAdvTargetRecipients=Recipients (advanced selection)
    -AdvTgtTitle=Fill input fields to preselect the third parties or contacts/addresses to target
    +AdvTgtTitle=Fill input fields to preselect the third parties or contact addresses to target
     AdvTgtSearchTextHelp=Use %% as wildcards. For example to find all item like <b>jean, joe, jim</b>, you can input <b>j%%</b>, you can also use ; as separator for value, and use ! for except this value. For example  <b>jean;joe;jim%%;!jimo;!jima%</b> will target all jean, joe, start with jim but not jimo and not everything that starts with jima
     AdvTgtSearchIntHelp=Use interval to select int or float value
     AdvTgtMinVal=Minimum value
    @@ -159,8 +159,8 @@ AdvTgtDeleteFilter=Delete filter
     AdvTgtSaveFilter=Save filter
     AdvTgtCreateFilter=Create filter
     AdvTgtOrCreateNewFilter=Name of new filter
    -NoContactWithCategoryFound=No contact/address with a category found
    -NoContactLinkedToThirdpartieWithCategoryFound=No contact/address with a category found
    +NoContactWithCategoryFound=No contact address with a category found
    +NoContactLinkedToThirdpartieWithCategoryFound=No contact address with a category found
     OutGoingEmailSetup=Outgoing email setup
     InGoingEmailSetup=Incoming email setup
     OutGoingEmailSetupForEmailing=Outgoing email setup (for mass emailing)
    diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
    index 8b47c46cef9..5a017330f20 100644
    --- a/htdocs/langs/en_US/main.lang
    +++ b/htdocs/langs/en_US/main.lang
    @@ -328,7 +328,7 @@ Copy=Copy
     Paste=Paste
     Default=Default
     DefaultValue=Default value
    -DefaultValues=Default values
    +DefaultValues=Default values/filters/sorting
     Price=Price
     PriceCurrency=Price (currency)
     UnitPrice=Unit price
    @@ -434,7 +434,7 @@ LatestLinkedEvents=Latest %s linked events
     CompanyFoundation=Company/Organization
     Accountant=Accountant
     ContactsForCompany=Contacts for this third party
    -ContactsAddressesForCompany=Contacts/addresses for this third party
    +ContactsAddressesForCompany=Contact addresses for this third party
     AddressesForCompany=Addresses for this third party
     ActionsOnCompany=Events about this third party
     ActionsOnMember=Events about this member
    @@ -531,18 +531,6 @@ September=September
     October=October
     November=November
     December=December
    -JanuaryMin=Jan
    -FebruaryMin=Feb
    -MarchMin=Mar
    -AprilMin=Apr
    -MayMin=May
    -JuneMin=Jun
    -JulyMin=Jul
    -AugustMin=Aug
    -SeptemberMin=Sep
    -OctoberMin=Oct
    -NovemberMin=Nov
    -DecemberMin=Dec
     Month01=January
     Month02=February
     Month03=March
    @@ -753,6 +741,7 @@ LinkTo=Link to
     LinkToProposal=Link to proposal
     LinkToOrder=Link to order
     LinkToInvoice=Link to invoice
    +LinkToTemplateInvoice=Link to template invoice
     LinkToSupplierOrder=Link to supplier order
     LinkToSupplierProposal=Link to supplier proposal
     LinkToSupplierInvoice=Link to supplier invoice
    @@ -867,10 +856,17 @@ TitleSetToDraft=Go back to draft
     ConfirmSetToDraft=Are you sure you want to go back to Draft status?
     ImportId=Import id
     Events=Events
    -EMailTemplates=Emails templates
    +EMailTemplates=Email templates
     FileNotShared=File not shared to external public
     Project=Project
     Projects=Projects
    +LeadOrProject=Lead | Project
    +LeadsOrProjects=Leads | Projects
    +Lead=Lead
    +Leads=Leads
    +ListOpenLeads=List open leads
    +ListOpenProjects=List open projects
    +NewLeadOrProject=New lead or project
     Rights=Permissions
     LineNb=Line no.
     IncotermLabel=Incoterms
    @@ -951,3 +947,4 @@ Deletedraft=Delete draft
     ConfirmMassDraftDeletion=Draft mass delete confirmation
     FileSharedViaALink=File shared via a link
     SelectAThirdPartyFirst=Select a third party first...
    +YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
    diff --git a/htdocs/langs/en_US/members.lang b/htdocs/langs/en_US/members.lang
    index 9eac3a0c542..e5975516e4f 100644
    --- a/htdocs/langs/en_US/members.lang
    +++ b/htdocs/langs/en_US/members.lang
    @@ -124,7 +124,7 @@ CardContent=Content of your member card
     ThisIsContentOfYourMembershipRequestWasReceived=We want to let you know that your membership request was received.<br><br>
     ThisIsContentOfYourMembershipWasValidated=We want to let you know that your membership was validated with the following information:<br><br>
     ThisIsContentOfYourSubscriptionWasRecorded=We want to let you know that your new subscription was recorded.<br><br>
    -ThisIsContentOfSubscriptionReminderEmail=We want to let you know thet your subscription is about to expire. We hope you can make a renewal of it.<br><br>
    +ThisIsContentOfSubscriptionReminderEmail=We want to let you know that your subscription is about to expire or is already expired (__MEMBER_LAST_SUBSCRIPTION_DATE_END__). We hope you can make a renewal of it.<br><br>
     ThisIsContentOfYourCard=This is a remind of the information we get about you. Feel free to contact us if something looks wrong.<br><br> 
     DescADHERENT_AUTOREGISTER_NOTIF_MAIL_SUBJECT=Subject of the e-mail received in case of auto-inscription of a guest
     DescADHERENT_AUTOREGISTER_NOTIF_MAIL=E-mail received in case of auto-inscription of a guest
    @@ -188,11 +188,10 @@ 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
     NoVatOnSubscription=No TVA for subscriptions
    -MEMBER_PAYONLINE_SENDEMAIL=Email to use for email warning when Dolibarr receive a confirmation of a validated payment for a subscription (Example: paymentdone@example.com)
     ADHERENT_PRODUCT_ID_FOR_SUBSCRIPTIONS=Product used for subscription line into invoice: %s
     NameOrCompany=Name or company
     SubscriptionRecorded=Subscription recorded
     NoEmailSentToMember=No email sent to member
     EmailSentToMember=Email sent to member at %s
     SendReminderForExpiredSubscriptionTitle=Send reminder by email for expired subscription
    -SendReminderForExpiredSubscription=Send reminder by email to members when subscription is about to expire (parameter is number of days before end of subscription to send the remind)
    +SendReminderForExpiredSubscription=Send reminder by email to members when subscription is about to expire (parameter is number of days before end of subscription to send the remind. It can be a list of days separated by a semicolon, for example '10;5;0;-5')
    diff --git a/htdocs/langs/en_US/modulebuilder.lang b/htdocs/langs/en_US/modulebuilder.lang
    index 3601872414b..ffbb345fb1c 100644
    --- a/htdocs/langs/en_US/modulebuilder.lang
    +++ b/htdocs/langs/en_US/modulebuilder.lang
    @@ -88,7 +88,7 @@ TriggerDefDesc=Define in the trigger file the code you want to execute for each
     SeeIDsInUse=See IDs in use in your installation
     SeeReservedIDsRangeHere=See range of reserved IDs
     ToolkitForDevelopers=Toolkit for Dolibarr developers
    -TryToUseTheModuleBuilder=If you have knowledge of SQL and PHP, you may use the native module builder wizard.<br>Enable the module (Setup->Other Setup->MAIN_FEATURES_LEVEL = 2) and use the wizard by clicking the <span class="fa fa-bug"></span> on the top right menu.<br>Warning: This is an advanced developer feature, do <b>not</b> experiment on your production site!
    +TryToUseTheModuleBuilder=If you have knowledge of SQL and PHP, you may use the native module builder wizard.<br>Enable the module <strong>%s</strong> and use the wizard by clicking the <span class="fa fa-bug"></span> on the top right menu.<br>Warning: This is an advanced developer feature, do <b>not</b> experiment on your production site!
     SeeTopRightMenu=See <span class="fa fa-bug"></span> on the top right menu
     AddLanguageFile=Add language file
     YouCanUseTranslationKey=You can use here a key that is the translation key found into language file (see tab "Languages")
    diff --git a/htdocs/langs/en_US/other.lang b/htdocs/langs/en_US/other.lang
    index b4638ad73f0..d9197b04383 100644
    --- a/htdocs/langs/en_US/other.lang
    +++ b/htdocs/langs/en_US/other.lang
    @@ -188,6 +188,7 @@ NumberOfUnitsSupplierInvoices=Number of units on supplier invoices
     EMailTextInterventionAddedContact=A new intervention %s has been assigned to you.
     EMailTextInterventionValidated=The intervention %s has been validated.
     EMailTextInvoiceValidated=The invoice %s has been validated.
    +EMailTextInvoicePayed=The invoice %s has been payed.
     EMailTextProposalValidated=The proposal %s has been validated.
     EMailTextProposalClosedSigned=The proposal %s has been closed signed.
     EMailTextOrderValidated=The order %s has been validated.
    diff --git a/htdocs/langs/en_US/paybox.lang b/htdocs/langs/en_US/paybox.lang
    index c7e7bd38bdc..89e7ff48b79 100644
    --- a/htdocs/langs/en_US/paybox.lang
    +++ b/htdocs/langs/en_US/paybox.lang
    @@ -3,7 +3,7 @@ PayBoxSetup=PayBox module setup
     PayBoxDesc=This module offer pages to allow payment on <a href="http://www.paybox.com" target="_blank">Paybox</a> by customers. This can be used for a free payment or for a payment on a particular Dolibarr object (invoice, order, ...)
     FollowingUrlAreAvailableToMakePayments=Following URLs are available to offer a page to a customer to make a payment on Dolibarr objects
     PaymentForm=Payment form
    -WelcomeOnPaymentPage=Welcome on our online payment service
    +WelcomeOnPaymentPage=Welcome to our online payment service
     ThisScreenAllowsYouToPay=This screen allow you to make an online payment to %s.
     ThisIsInformationOnPayment=This is information on payment to do
     ToComplete=To complete
    diff --git a/htdocs/langs/en_US/paypal.lang b/htdocs/langs/en_US/paypal.lang
    index bc5e828e903..c088debc518 100644
    --- a/htdocs/langs/en_US/paypal.lang
    +++ b/htdocs/langs/en_US/paypal.lang
    @@ -14,7 +14,6 @@ PaypalModeOnlyPaypal=PayPal only
     ONLINE_PAYMENT_CSS_URL=Optional URL of CSS stylesheet on online payment page
     ThisIsTransactionId=This is id of transaction: <b>%s</b>
     PAYPAL_ADD_PAYMENT_URL=Add the url of PayPal payment when you send a document by mail
    -YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
     NewOnlinePaymentReceived=New online payment received
     NewOnlinePaymentFailed=New online payment tried but failed
     ONLINE_PAYMENT_SENDEMAIL=EMail to warn after a payment (success or not)
    @@ -31,4 +30,5 @@ OnlinePaymentSystem=Online payment system
     PaypalLiveEnabled=PayPal live enabled (otherwise test/sandbox mode)
     PaypalImportPayment=Import PayPal payments
     PostActionAfterPayment=Post actions after payments
    -ARollbackWasPerformedOnPostActions=A rollback was performed on all Post actions. You must complete post actions manually if they are necessary.
    \ No newline at end of file
    +ARollbackWasPerformedOnPostActions=A rollback was performed on all Post actions. You must complete post actions manually if they are necessary.
    +ValidationOfPaymentFailed=Validation of payment has failed
    \ No newline at end of file
    diff --git a/htdocs/langs/en_US/projects.lang b/htdocs/langs/en_US/projects.lang
    index c87bac6bab1..29216b7d8b3 100644
    --- a/htdocs/langs/en_US/projects.lang
    +++ b/htdocs/langs/en_US/projects.lang
    @@ -33,8 +33,8 @@ ConfirmDeleteAProject=Are you sure you want to delete this project?
     ConfirmDeleteATask=Are you sure you want to delete this task?
     OpenedProjects=Open projects
     OpenedTasks=Open tasks
    -OpportunitiesStatusForOpenedProjects=Opportunities amount of open projects by status
    -OpportunitiesStatusForProjects=Opportunities amount of projects by status
    +OpportunitiesStatusForOpenedProjects=Leads amount of open projects by status
    +OpportunitiesStatusForProjects=Leads amount of projects by status
     ShowProject=Show project
     ShowTask=Show task
     SetProject=Set project
    @@ -147,11 +147,11 @@ ProjectModifiedInDolibarr=Project %s modified
     TaskCreatedInDolibarr=Task %s created
     TaskModifiedInDolibarr=Task %s modified
     TaskDeletedInDolibarr=Task %s deleted
    -OpportunityStatus=Opportunity status
    +OpportunityStatus=Lead status
     OpportunityStatusShort=Opp. status
    -OpportunityProbability=Opportunity probability
    +OpportunityProbability=Lead probability
     OpportunityProbabilityShort=Opp. probab.
    -OpportunityAmount=Opportunity amount
    +OpportunityAmount=Lead amount
     OpportunityAmountShort=Opp. amount
     OpportunityAmountAverageShort=Average Opp. amount
     OpportunityAmountWeigthedShort=Weighted Opp. amount
    @@ -195,21 +195,22 @@ ManageTasks=Use projects to follow tasks and time
     ManageOpportunitiesStatus=Use projects to follow leads/opportinuties
     ProjectNbProjectByMonth=No. of created projects by month
     ProjectNbTaskByMonth=No. of created tasks by month
    -ProjectOppAmountOfProjectsByMonth=Amount of opportunities by month
    -ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of opportunities by month
    -ProjectOpenedProjectByOppStatus=Open project/lead by opportunity status
    +ProjectOppAmountOfProjectsByMonth=Amount of leads by month
    +ProjectWeightedOppAmountOfProjectsByMonth=Weighted amount of leads by month
    +ProjectOpenedProjectByOppStatus=Open project/lead by lead status
     ProjectsStatistics=Statistics on projects/leads
     TasksStatistics=Statistics on project/lead tasks
     TaskAssignedToEnterTime=Task assigned. Entering time on this task should be possible.
     IdTaskTime=Id task time
     YouCanCompleteRef=If you want to complete the ref with some information (to use it as search filters), it is recommanded to add a - character to separate it, so the automatic numbering will still work correctly for next projects. For example %s-ABC. You may also prefer to add search keys into label. But best practice may be to add a dedicated field, also called complementary attributes.
     OpenedProjectsByThirdparties=Open projects by third parties
    -OnlyOpportunitiesShort=Only opportunities
    -OpenedOpportunitiesShort=Open opportunities
    -NotAnOpportunityShort=Not an opportunity
    -OpportunityTotalAmount=Opportunities total amount
    -OpportunityPonderatedAmount=Opportunities weighted amount
    -OpportunityPonderatedAmountDesc=Opportunities amount weighted with probability
    +OnlyOpportunitiesShort=Only leads
    +OpenedOpportunitiesShort=Open leads
    +NotOpenedOpportunitiesShort=Not open leads
    +NotAnOpportunityShort=Not a lead
    +OpportunityTotalAmount=Total amount of leads
    +OpportunityPonderatedAmount=Weighted amount of leads
    +OpportunityPonderatedAmountDesc=Leads amount weighted with probability
     OppStatusPROSP=Prospection
     OppStatusQUAL=Qualification
     OppStatusPROPO=Proposal
    diff --git a/htdocs/langs/en_US/propal.lang b/htdocs/langs/en_US/propal.lang
    index 2d2f1bb2ff0..21ac0a0d503 100644
    --- a/htdocs/langs/en_US/propal.lang
    +++ b/htdocs/langs/en_US/propal.lang
    @@ -33,7 +33,7 @@ PropalStatusSigned=Signed (needs billing)
     PropalStatusNotSigned=Not signed (closed)
     PropalStatusBilled=Billed
     PropalStatusDraftShort=Draft
    -PropalStatusValidatedShort=Validated
    +PropalStatusValidatedShort=Validated (open)
     PropalStatusClosedShort=Closed
     PropalStatusSignedShort=Signed
     PropalStatusNotSignedShort=Not signed
    diff --git a/htdocs/langs/en_US/resource.lang b/htdocs/langs/en_US/resource.lang
    index 5a907f6ba23..33a5046e006 100644
    --- a/htdocs/langs/en_US/resource.lang
    +++ b/htdocs/langs/en_US/resource.lang
    @@ -5,7 +5,7 @@ DeleteResource=Delete resource
     ConfirmDeleteResourceElement=Confirm delete the resource for this element
     NoResourceInDatabase=No resource in database.
     NoResourceLinked=No resource linked
    -
    +ActionsOnResource=Events about this resource
     ResourcePageIndex=Resources list
     ResourceSingular=Resource
     ResourceCard=Resource card
    diff --git a/htdocs/langs/en_US/stocks.lang b/htdocs/langs/en_US/stocks.lang
    index 951178b8183..410ee2e887d 100644
    --- a/htdocs/langs/en_US/stocks.lang
    +++ b/htdocs/langs/en_US/stocks.lang
    @@ -45,6 +45,7 @@ MassStockTransferShort=Mass stock transfer
     StockMovement=Stock movement
     StockMovements=Stock movements
     LabelMovement=Movement label
    +TypeMovement=Movement type
     NumberOfUnit=Number of units
     UnitPurchaseValue=Unit purchase price
     StockTooLow=Stock too low
    diff --git a/htdocs/langs/en_US/stripe.lang b/htdocs/langs/en_US/stripe.lang
    index 1cb88cd15e8..ed3d24f4370 100644
    --- a/htdocs/langs/en_US/stripe.lang
    +++ b/htdocs/langs/en_US/stripe.lang
    @@ -4,7 +4,7 @@ StripeDesc=Module to offer an online payment page accepting payments with Credit
     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
    -WelcomeOnPaymentPage=Welcome on our online payment service
    +WelcomeOnPaymentPage=Welcome to our online payment service
     ThisScreenAllowsYouToPay=This screen allow you to make an online payment to %s.
     ThisIsInformationOnPayment=This is information on payment to do
     ToComplete=To complete
    @@ -22,7 +22,7 @@ ToOfferALinkForOnlinePaymentOnContractLine=URL to offer a %s online payment user
     ToOfferALinkForOnlinePaymentOnFreeAmount=URL to offer a %s online payment user interface for a free amount
     ToOfferALinkForOnlinePaymentOnMemberSubscription=URL to offer a %s online payment user interface for a member subscription
     YouCanAddTagOnUrl=You can also add url parameter <b>&tag=<i>value</i></b> to any of those URL (required only for free payment) to add your own payment comment tag.
    -SetupStripeToHavePaymentCreatedAutomatically=Setup your Stripe with url <b>%s</b> to have payment created automatically when validated by Stripe. 
    +SetupStripeToHavePaymentCreatedAutomatically=Setup your Stripe with url <b>%s</b> to have payment created automatically when validated by Stripe.
     AccountParameter=Account parameters
     UsageParameter=Usage parameters
     InformationToFindParameters=Help to find your %s account information
    @@ -60,4 +60,5 @@ DeleteACard=Delete Card
     ConfirmDeleteCard=Are you sure you want to delete this Credit or Debit card?
     CreateCustomerOnStripe=Create customer on Stripe
     CreateCardOnStripe=Create card on Stripe
    -ShowInStripe=Show in Stripe
    \ No newline at end of file
    +ShowInStripe=Show in Stripe
    +StripeUserAccountForActions=User account to use for some emails notification of Stripe events (Stripe payouts)
    diff --git a/htdocs/langs/en_US/ticket.lang b/htdocs/langs/en_US/ticket.lang
    index d7cf51a35a8..75de962b7ce 100644
    --- a/htdocs/langs/en_US/ticket.lang
    +++ b/htdocs/langs/en_US/ticket.lang
    @@ -189,11 +189,11 @@ TicketGoIntoContactTab=Please go into "Contacts" tab to select them
     TicketMessageMailIntro=Introduction
     TicketMessageMailIntroHelp=This text is added only at the beginning of the email and will not be saved.
     TicketMessageMailIntroLabelAdmin=Introduction to the message when sending email
    -TicketMessageMailIntroText=<p> Hello </ p> A new response was sent on a ticket that you contact. Here is the message: </ p>
    +TicketMessageMailIntroText=Hello,<br>A new response was sent on a ticket that you contact. Here is the message:<br>
     TicketMessageMailIntroHelpAdmin=This text will be inserted before the text of the response to a ticket.
     TicketMessageMailSignature=Signature
     TicketMessageMailSignatureHelp=This text is added only at the end of the email and will not be saved.
    -TicketMessageMailSignatureText=<p>Cordialement,</p><p>--</p>
    +TicketMessageMailSignatureText=<p>Sincerely,</p><p>--</p>
     TicketMessageMailSignatureLabelAdmin=Signature of response email
     TicketMessageMailSignatureHelpAdmin=This text will be inserted after the response message.
     TicketMessageHelp=Only this text will be saved in the message list on ticket card.
    diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang
    index ef2b70b685a..9ed064b5d1e 100644
    --- a/htdocs/langs/en_US/website.lang
    +++ b/htdocs/langs/en_US/website.lang
    @@ -18,18 +18,19 @@ HtmlHeaderPage=HTML header (specific to this page only)
     PageNameAliasHelp=Name or alias of the page.<br>This alias is also used to forge a SEO URL when website is ran from a Virtual host of a Web server (like Apacke, Nginx, ...). Use the button "<strong>%s</strong>" to edit this alias.
     EditTheWebSiteForACommonHeader=Note: If you want to define a personalized header for all pages, edit the header on the site level instead of on the page/container.   
     MediaFiles=Media library
    -EditCss=Edit Style/CSS or HTML header
    +EditCss=Edit website properties
     EditMenu=Edit menu
     EditMedias=Edit medias
    -EditPageMeta=Edit Meta
    +EditPageMeta=Edit page/container properties
     EditInLine=Edit inline
     AddWebsite=Add website
     Webpage=Web page/container
     AddPage=Add page/container
     HomePage=Home Page
     PageContainer=Page/container
    -PreviewOfSiteNotYetAvailable=Preview of your website <strong>%s</strong> not yet available. You must first add a page.
    +PreviewOfSiteNotYetAvailable=Preview of your website <strong>%s</strong> not yet available. You must first '<strong>Import a full website template</strong>' or just '<strong>Add a page/container</strong>'.
     RequestedPageHasNoContentYet=Requested page with id %s has no content yet, or cache file .tpl.php was removed. Edit content of the page to solve this.
    +SiteDeleted=Web site '%s' deleted
     PageContent=Page/Contenair
     PageDeleted=Page/Contenair '%s' of website %s deleted
     PageAdded=Page/Contenair '%s' added
    @@ -38,8 +39,8 @@ ViewPageInNewTab=View page in new tab
     SetAsHomePage=Set as Home page
     RealURL=Real URL
     ViewWebsiteInProduction=View web site using home URLs
    -SetHereVirtualHost=If you can create, on your web server (Apache, Nginx, ...), a dedicated Virtual Host with PHP enabled and a Root directory on<br><strong>%s</strong><br>then enter here the virtual hostname you have created, so the preview can be done also using this dedicated web server access instead of only using Dolibarr server.
    -YouCanAlsoTestWithPHPS=On develop environment, you may prefer to test the site with the PHP embedded web server (PHP 5.5 required) by running<br><strong>php -S 0.0.0.0:8080 -t %s</strong>
    +SetHereVirtualHost=<u>Use with Apache/NGinx/...</u><br>If you can create, on your web server (Apache, Nginx, ...), a dedicated Virtual Host with PHP enabled and a Root directory on<br><strong>%s</strong><br>then enter here the virtual hostname you have created, so the preview can be done also using this dedicated web server access instead of only using Dolibarr server.
    +YouCanAlsoTestWithPHPS=<u>Use with PHP embedded server</u><br>On develop environment, you may prefer to test the site with the PHP embedded web server (PHP 5.5 required) by running<br><strong>php -S 0.0.0.0:8080 -t %s</strong>
     CheckVirtualHostPerms=Check also that virtual host has permission <strong>%s</strong> on files into<br><strong>%s</strong>
     ReadPerm=Read
     WritePerm=Write
    @@ -50,7 +51,7 @@ NoPageYet=No pages yet
     YouCanCreatePageOrImportTemplate=You can create a new page or import a full website template
     SyntaxHelp=Help on specific syntax tips
     YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor. 
    -YouCanEditHtmlSource=<br><span class="fa fa-bug"></span> You can include PHP code into this source using tags <strong>&lt;?php ?&gt;</strong>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.<br><br><span class="fa fa-bug"></span> You can also include content of another Page/Container with the following syntax:<br><strong>&lt;?php includeContainer('alias_of_container_to_include'); ?&gt;</strong><br><br><span class="fa fa-bug"></span> You can make a redirect to another Page/Container with the following syntax:<br><strong>&lt;?php redirectToContainer('alias_of_container_to_redirect_to'); ?&gt;</strong><br><br><span class="fa fa-download"></span> To include a <strong>link to download</strong> a file stored into the <strong>documents</strong> directory, use the <strong>document.php</strong> wrapper:<br>Example, for a file into documents/ecm (need to be logged), syntax is:<br><strong>&lt;a href="/document.php?modulepart=ecm&file=[relative_dir/]filename.ext"&gt;</strong><br>For a file into documents/medias (open directory for public access), syntax is:<br><strong>&lt;a href="/document.php?modulepart=medias&file=[relative_dir/]filename.ext"&gt;</strong><br>For a file shared with a share link (open access using the sharing hash key of file), syntax is:<br><strong>&lt;a href="/document.php?hashp=publicsharekeyoffile"&gt;</strong><br><br><span class="fa fa-picture-o"></span> To include an <strong>image</strong> stored into the <strong>documents</strong> directory, use the <strong>viewimage.php</strong> wrapper:<br>Example, for an image into documents/medias (open access), syntax is:<br><strong>&lt;a href="/viewimage.php?modulepart=medias&amp;file=[relative_dir/]filename.ext"&gt;</strong><br>
    +YouCanEditHtmlSource=<br><span class="fa fa-bug"></span> You can include PHP code into this source using tags <strong>&lt;?php ?&gt;</strong>. The following global variables are available: $conf, $db, $mysoc, $user, $website, $weblangs.<br><br><span class="fa fa-bug"></span> You can also include content of another Page/Container with the following syntax:<br><strong>&lt;?php includeContainer('alias_of_container_to_include'); ?&gt;</strong><br><br><span class="fa fa-bug"></span> You can make a redirect to another Page/Container with the following syntax (Note: do not output any content before a redirect):<br><strong>&lt;?php redirectToContainer('alias_of_container_to_redirect_to'); ?&gt;</strong><br><br><span class="fa fa-link"></span> To add a link to another page, use the syntax:<br><strong>&lt;a href="alias_of_page_to_link_to.php"&gt;mylink&lt;a&gt;</strong><br><br><span class="fa fa-download"></span> To include a <strong>link to download</strong> a file stored into the <strong>documents</strong> directory, use the <strong>document.php</strong> wrapper:<br>Example, for a file into documents/ecm (need to be logged), syntax is:<br><strong>&lt;a href="/document.php?modulepart=ecm&file=[relative_dir/]filename.ext"&gt;</strong><br>For a file into documents/medias (open directory for public access), syntax is:<br><strong>&lt;a href="/document.php?modulepart=medias&file=[relative_dir/]filename.ext"&gt;</strong><br>For a file shared with a share link (open access using the sharing hash key of file), syntax is:<br><strong>&lt;a href="/document.php?hashp=publicsharekeyoffile"&gt;</strong><br><br><span class="fa fa-picture-o"></span> To include an <strong>image</strong> stored into the <strong>documents</strong> directory, use the <strong>viewimage.php</strong> wrapper:<br>Example, for an image into documents/medias (open directory for public access), syntax is:<br><strong>&lt;img src="/viewimage.php?modulepart=medias&amp;file=[relative_dir/]filename.ext"&gt;</strong><br>
     ClonePage=Clone page/container
     CloneSite=Clone site
     SiteAdded=Web site added
    @@ -60,10 +61,10 @@ LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The langu
     ParentPageId=Parent page ID
     WebsiteId=Website ID
     CreateByFetchingExternalPage=Create page/container by fetching page from external URL...
    -OrEnterPageInfoManually=Or create empty page from scratch...
    +OrEnterPageInfoManually=Or create page from scratch or from a page template...
     FetchAndCreate=Fetch and Create
    -ExportSite=Export site
    -ImportSite=Import site
    +ExportSite=Export website
    +ImportSite=Import website template
     IDOfPage=Id of page
     Banner=Banner
     BlogPost=Blog post
    @@ -77,7 +78,7 @@ AnotherContainer=Another container
     WEBSITE_USE_WEBSITE_ACCOUNTS=Enable the web site account table
     WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Enable the table to store web site accounts (login/pass) for each website / thirdparty
     YouMustDefineTheHomePage=You must first define the default Home page
    -OnlyEditionOfSourceForGrabbedContentFuture=Note: only edition of HTML source will be possible when a page content is initialized by grabbing it from an external page (WYSIWYG editor will not be available)
    +OnlyEditionOfSourceForGrabbedContentFuture=Warning: Creating a web page by importing an external web page is reserved to experienced user. Depending on the complexity of source page, the result of importation may differs once imported from original. Also if the source page use common CSS style or not compatible javascript, it may break the look or features of the Web site editor when working on this page. This method is faster way to have a page but it is recommanded to create your new page from scratch or from a suggested page template.<br>Note also that only edition of HTML source will be possible when a page content has been initialized by grabbing it from an external page ("Online" editor will NOT be available)
     OnlyEditionOfSourceForGrabbedContent=Only edition of HTML source is possible when content was grabbed from an external site
     GrabImagesInto=Grab also images found into css and page.
     ImagesShouldBeSavedInto=Images should be saved into directory
    @@ -87,4 +88,6 @@ AliasPageAlreadyExists=Alias page <strong>%s</strong> already exists
     CorporateHomePage=Corporate Home page
     EmptyPage=Empty page
     ExternalURLMustStartWithHttp=External URL must start with http:// or https://
    -ZipOfWebsitePackageToImport=Zip file of website package
    \ No newline at end of file
    +ZipOfWebsitePackageToImport=Zip file of website package
    +ShowSubcontainers=Show included containers
    +InternalURLOfPage=Internal URL of page
    \ No newline at end of file
    diff --git a/htdocs/langs/es_ES/cashdesk.lang b/htdocs/langs/es_ES/cashdesk.lang
    index 326ccef53bb..518874346bf 100644
    --- a/htdocs/langs/es_ES/cashdesk.lang
    +++ b/htdocs/langs/es_ES/cashdesk.lang
    @@ -32,3 +32,10 @@ DeleteArticle=Haga clic para quitar este artículo
     FilterRefOrLabelOrBC=Búsqueda (Ref/Etiq.)
     UserNeedPermissionToEditStockToUsePos=Ha configurado el decremento de stock en la creación de facturas, por lo que el usuario que utilice el TPV deberá tener permiso para editar stock.
     DolibarrReceiptPrinter=Impresora de tickets Dolibarr
    +CloseBill=Cerrar venta
    +Floors=Salones
    +Floor=Salón
    +AddTable=Añadir mesa
    +Place=Puesto
    +TakeboxNecesary=Aplicación 'TakeBOX' requerida
    +OrderPrinters=Impresoras de pedido
    diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang
    index c4d04523a88..e81fbfcdbb8 100644
    --- a/htdocs/langs/fr_FR/admin.lang
    +++ b/htdocs/langs/fr_FR/admin.lang
    @@ -651,6 +651,7 @@ Permission32=Créer/modifier les produits
     Permission34=Supprimer les produits
     Permission36=Voir/gérer les produits cachés
     Permission38=Exporter les produits
    +Permission39=Outrepasser le prix de vente minimum d'un produit
     Permission41=Lire les projets et tâches (partagés ou dont vous êtes un contact). Permet la saisie de temps passé, par vous et votre hiérarchie (vos subordonnés), sur les tâches assignées.
     Permission42=Créer/modifier les projets (projets partagés et projets pour lesquels je suis contact). Permet aussi de créer des tâches et d'assigner des utilisateurs aux projets et tâches.
     Permission44=Supprimer les projets et tâches (partagés ou dont je suis contact)
    @@ -1039,7 +1040,7 @@ Delays_MAIN_DELAY_MEMBERS=Tolérance de retard avant alerte (en jours) sur cotis
     Delays_MAIN_DELAY_CHEQUES_TO_DEPOSIT=Tolérance de retard avant alerte (en jours) sur chèques à déposer
     Delays_MAIN_DELAY_EXPENSEREPORTS=Tolérance de retard avant alerte (en jours) sur les notes de frais à approuver
     SetupDescription1=L'espace configuration permet de réaliser le paramétrage afin de pouvoir commencer à utiliser l'application.
    -SetupDescription2=Les deux étapes obligatoires sont les deux étapes suivantes (les 2 premières entrées dans le menu de configuration gauche)
    +SetupDescription2=Les deux étapes obligatoires sont les 2 premières du menu de configuration, c'est à dire
     SetupDescription3=Les paramètres dans le menu <a href="%s">%s -> %s</a>. Cette étape est requise car elle définie des données utilisées dans les écrans Dolibarr pour personnaliser le comportement par défaut du logiciel (pour les fonctionnalités liées à un pays par exemple).
     SetupDescription4=Les paramètres dans le menu <a href="%s"> %s -> %s </a>. Cette étape est requise car Dolibarr ERP/CRM est un ensemble de plusieurs modules/applications, tous plus ou moins indépendants. Les fonctionnalités sont ajoutées aux menus pour chaque module que vous activez.
     SetupDescription5=Les autres entrées de configuration gèrent des paramètres facultatifs.
    @@ -1207,7 +1208,7 @@ WatermarkOnDraft=Filigrane sur les documents brouillons
     JSOnPaimentBill=Activer la fonctionnalité de remplissage automatique des lignes de paiement sur le formulaire de paiement
     CompanyIdProfChecker=Règles sur les Identifiants professionnels
     MustBeUnique=Doit être unique ?
    -MustBeMandatory=Obligatoire pour créer des tiers ?
    +MustBeMandatory=Obligatoire pour créer des tiers (si num tva ou type de société défini) ?
     MustBeInvoiceMandatory=Obligatoire pour valider des factures ?
     TechnicalServicesProvided=Services techniques fournis
     #####DAV #####
    diff --git a/htdocs/langs/fr_FR/agenda.lang b/htdocs/langs/fr_FR/agenda.lang
    index 4894e6c80d0..f64e93b7188 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 email 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 %s.
     ##### Agenda event labels #####
     NewCompanyToDolibarr=Tiers %s créé
     ContractValidatedInDolibarr=Contrat %s validé
    diff --git a/htdocs/langs/fr_FR/cashdesk.lang b/htdocs/langs/fr_FR/cashdesk.lang
    index 0227aee95ea..e152f2c4318 100644
    --- a/htdocs/langs/fr_FR/cashdesk.lang
    +++ b/htdocs/langs/fr_FR/cashdesk.lang
    @@ -32,3 +32,12 @@ DeleteArticle=Cliquez pour enlever cet article
     FilterRefOrLabelOrBC=Recherche (Ref/Lib.)
     UserNeedPermissionToEditStockToUsePos=Vous avez demandé de réduire le stock sur création de facture, aussi l'utilisateur qui utilise le Point De Vente doit avoir la permission d'éditer le stock.
     DolibarrReceiptPrinter=Imprimante reçu
    +PointOfSale=Point de Vente
    +CloseBill=Fermer Bill
    +Floors=Étages
    +Floor=Étage
    +AddTable=Ajouter une table
    +Place=Endroit
    +TakeboxNecesary='TakeBOX' Application requise
    +OrderPrinters=Commande imprimantes
    +SearchProduct=Recherche produit
    diff --git a/htdocs/langs/fr_FR/companies.lang b/htdocs/langs/fr_FR/companies.lang
    index fbd8bb87e4e..548a7f6e0dd 100644
    --- a/htdocs/langs/fr_FR/companies.lang
    +++ b/htdocs/langs/fr_FR/companies.lang
    @@ -38,7 +38,7 @@ ThirdPartyCustomers=Clients
     ThirdPartyCustomersStats=Clients
     ThirdPartyCustomersWithIdProf12=Clients avec %s ou %s
     ThirdPartySuppliers=Fournisseurs
    -ThirdPartyType=Type du tiers
    +ThirdPartyType=Type du société
     Individual=Individu privé
     ToCreateContactWithSameName=Crée automatiquement un contact/adresse, sous le tiers, avec la même information que le tiers. Dans la plupart des cas, même si votre tiers est une personne physique, la création d'un tiers seul suffit.
     ParentCompany=Maison mère
    diff --git a/htdocs/langs/fr_FR/cron.lang b/htdocs/langs/fr_FR/cron.lang
    index d707a0cc313..5e50c173fe7 100644
    --- a/htdocs/langs/fr_FR/cron.lang
    +++ b/htdocs/langs/fr_FR/cron.lang
    @@ -79,5 +79,5 @@ CronCannotLoadObject=Le fichier de classe %s a été chargé, mais l'objet %s n'
     UseMenuModuleToolsToAddCronJobs=Aller à la page "Accueil - Outils administration - Travaux planifiées" pour voir la listes des travaux programmées et les modifier.
     JobDisabled=Travail désactivé
     MakeLocalDatabaseDumpShort=Sauvegarde locale de base
    -MakeLocalDatabaseDump=Créez un fichier dump de base local. Les paramètres sont: compression ('gz' ou 'bz' ou 'none'), type de sauvegarde ('mysql' ou 'pgsql'), 1, 'auto' ou nom du fichier à générer, nb de fichiers de sauvegarde à garder
    +MakeLocalDatabaseDump=Créez un fichier dump de base local. Les paramètres sont: compression ('gz' ou 'bz' ou 'none'), type de sauvegarde ('mysql', 'pgsql', 'auto'), 1, 'auto' ou nom du fichier à générer, nb de fichiers de sauvegarde à garder
     WarningCronDelayed=Attention, à des fins de performance, quelle que soit la prochaine date d'exécution des travaux activés, vos travaux peuvent être retardés jusqu'à %s heures avant d'être exécutés.
    diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang
    index 6fba0af2b64..b68102ef90d 100644
    --- a/htdocs/langs/fr_FR/main.lang
    +++ b/htdocs/langs/fr_FR/main.lang
    @@ -327,7 +327,7 @@ Copy=Copier
     Paste=Coller
     Default=Défaut
     DefaultValue=Valeur par défaut
    -DefaultValues=Valeurs par défaut
    +DefaultValues=Valeurs/Filtres/Tri par défaut
     Price=Prix
     PriceCurrency=Prix ​​(devise)
     UnitPrice=Prix unitaire
    diff --git a/htdocs/langs/fr_FR/members.lang b/htdocs/langs/fr_FR/members.lang
    index 08a16745621..6cd379c3cc2 100644
    --- a/htdocs/langs/fr_FR/members.lang
    +++ b/htdocs/langs/fr_FR/members.lang
    @@ -116,7 +116,7 @@ SendingEmailOnCancelation=Envoie d'email à l'annulation
     # Topic of email templates
     YourMembershipRequestWasReceived=Votre demande d'adhésion a été reçue.
     YourMembershipWasValidated=Votre adhésion a été enregistrée
    -YourSubscriptionWasRecorded=Votre nouvel adhésion a été enregistrée
    +YourSubscriptionWasRecorded=Votre nouvelle adhésion a été enregistrée
     SubscriptionReminderEmail=Rappel de cotisation
     YourMembershipWasCanceled=Votre adhésion a été annulée
     CardContent=Contenu de votre fiche adhérent
    diff --git a/htdocs/langs/fr_FR/other.lang b/htdocs/langs/fr_FR/other.lang
    index e0a6b7b82dd..78076213a15 100644
    --- a/htdocs/langs/fr_FR/other.lang
    +++ b/htdocs/langs/fr_FR/other.lang
    @@ -188,6 +188,7 @@ NumberOfUnitsSupplierInvoices=Quantités présentes dans les factures fournisseu
     EMailTextInterventionAddedContact=Une nouvelle intervention %s vous a été assignée
     EMailTextInterventionValidated=La fiche intervention %s vous concernant a été validée.
     EMailTextInvoiceValidated=La facture %s vous concernant a été validée.
    +EMailTextInvoicePayed=La facture %s a été payée.
     EMailTextProposalValidated=La proposition commerciale %s vous concernant a été validée.
     EMailTextProposalClosedSigned=La proposition %s a été clôturée signée.
     EMailTextOrderValidated=La commande %s vous concernant a été validée.
    diff --git a/htdocs/langs/fr_FR/propal.lang b/htdocs/langs/fr_FR/propal.lang
    index f35f63cf34d..a575824fc72 100644
    --- a/htdocs/langs/fr_FR/propal.lang
    +++ b/htdocs/langs/fr_FR/propal.lang
    @@ -33,7 +33,7 @@ PropalStatusSigned=Signée (à facturer)
     PropalStatusNotSigned=Non signée (fermée)
     PropalStatusBilled=Facturée
     PropalStatusDraftShort=Brouillon
    -PropalStatusValidatedShort=Validé
    +PropalStatusValidatedShort=Validée (ouverte)
     PropalStatusClosedShort=Fermée
     PropalStatusSignedShort=Signée
     PropalStatusNotSignedShort=Non signée
    diff --git a/htdocs/livraison/card.php b/htdocs/livraison/card.php
    index 003d6450de7..44eb12299d9 100644
    --- a/htdocs/livraison/card.php
    +++ b/htdocs/livraison/card.php
    @@ -506,7 +506,7 @@ else
     				print '<form name="setdate_livraison" action="'.$_SERVER["PHP_SELF"].'?id='.$object->id.'" method="post">';
     				print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
     				print '<input type="hidden" name="action" value="setdate_livraison">';
    -				$form->select_date($object->date_delivery?$object->date_delivery:-1, 'liv_', 1, 1, '', "setdate_livraison", 1, 1);
    +				print $form->selectDate($object->date_delivery?$object->date_delivery:-1, 'liv_', 1, 1, '', "setdate_livraison", 1, 1);
     				print '<input type="submit" class="button" value="'.$langs->trans('Modify').'">';
     				print '</form>';
     			}
    diff --git a/htdocs/livraison/class/livraison.class.php b/htdocs/livraison/class/livraison.class.php
    index 763b28fb445..c5e4b36ed25 100644
    --- a/htdocs/livraison/class/livraison.class.php
    +++ b/htdocs/livraison/class/livraison.class.php
    @@ -3,8 +3,8 @@
      * Copyright (C) 2005-2014 Regis Houssin         <regis.houssin@capnetworks.com>
      * Copyright (C) 2006-2007 Laurent Destailleur   <eldy@users.sourceforge.net>
      * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
    - * Copyright (C) 2011-2018 Philippe Grand	 <philippe.grand@atoo-net.com>
    - * Copyright (C) 2013      Florian Henry	 <florian.henry@open-concept.pro>
    + * Copyright (C) 2011-2018 Philippe Grand	     <philippe.grand@atoo-net.com>
    + * Copyright (C) 2013      Florian Henry	     <florian.henry@open-concept.pro>
      * Copyright (C) 2014-2015 Marcos García         <marcosgdf@gmail.com>
      *
      * This program is free software; you can redistribute it and/or modify
    @@ -24,7 +24,7 @@
     /**
      *  \file       htdocs/livraison/class/livraison.class.php
      *  \ingroup    delivery
    - *  \brief      Fichier de la classe de gestion des bons de livraison
    + *  \brief      Delivery Order Management Class File
      */
     
     require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
    @@ -43,24 +43,30 @@ class Livraison extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element="delivery";
    -	
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element="fk_livraison";
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element="livraison";
    -	
    +
    +	/**
    +	 * @var int    Name of subtable line
    +	 */
     	public $table_element_line="livraisondet";
     
    -	var $brouillon;
    -	var $socid;
    -	var $ref_customer;
    +	public $brouillon;
    +	public $socid;
    +	public $ref_customer;
     
    -	var $date_delivery;    // Date really received
    -	var $date_creation;
    -	var $date_valid;
    -	var $model_pdf;
    +	public $date_delivery;    // Date really received
    +	public $date_creation;
    +	public $date_valid;
    +	public $model_pdf;
     
     	/**
     	 * Constructor
    @@ -158,7 +164,7 @@ class Livraison extends CommonObject
     
     
     				/*
    -				 *  Insertion des produits dans la base
    +				 *  Inserting products into the database
     				 */
     				$num=count($this->lines);
     				for ($i = 0; $i < $num; $i++)
    @@ -221,6 +227,7 @@ class Livraison extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Create a line
     	 *
    @@ -232,6 +239,7 @@ class Livraison extends CommonObject
     	 */
     	function create_line($origin_id, $qty, $fk_product, $description)
     	{
    +        // phpcs:enable
     		$error = 0;
     		$idprod = $fk_product;
     		$j = 0;
    @@ -310,7 +318,7 @@ class Livraison extends CommonObject
     
     				if ($this->statut == 0) $this->brouillon = 1;
     
    -				// Retreive all extrafield
    +				// Retreive all extrafields
     				// fetch optionals attributes and labels
     				$this->fetch_optionals();
     
    @@ -361,7 +369,7 @@ class Livraison extends CommonObject
     		{
     			if (! empty($conf->global->LIVRAISON_ADDON_NUMBER))
     			{
    -				// Definition du nom de module de numerotation de commande
    +				// Setting the command numbering module name
     				$modName = $conf->global->LIVRAISON_ADDON_NUMBER;
     
     				if (is_readable(DOL_DOCUMENT_ROOT .'/core/modules/livraison/'.$modName.'.php'))
    @@ -370,7 +378,7 @@ class Livraison extends CommonObject
     
     					$now=dol_now();
     
    -					// Recuperation de la nouvelle reference
    +					// Retrieving the new reference
     					$objMod = new $modName($this->db);
     					$soc = new Societe($this->db);
     					$soc->fetch($this->socid);
    @@ -385,8 +393,7 @@ class Livraison extends CommonObject
     		            }
                 		$this->newref = $numref;
     
    -					// Tester si non deja au statut valide. Si oui, on arrete afin d'eviter
    -					// de decrementer 2 fois le stock.
    +					// Test if is not already in valid status. If so, we stop to avoid decrementing the stock twice.
     					$sql = "SELECT ref";
     					$sql.= " FROM ".MAIN_DB_PREFIX."livraison";
     					$sql.= " WHERE ref = '".$this->db->escape($numref)."'";
    @@ -492,15 +499,17 @@ class Livraison extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
    -	 * 	Cree le bon de livraison depuis une expedition existante
    +	 * 	Creating the delivery slip from an existing shipment
     	 *
    -	 *	@param	User	$user            Utilisateur qui cree
    -	 *	@param  int		$sending_id      Id de l'expedition qui sert de modele
    +	 *	@param	User	$user            User who creates
    +	 *	@param  int		$sending_id      Id of the expedition that serves as a model
     	 *	@return	integer
     	 */
     	function create_from_sending($user, $sending_id)
     	{
    +        // phpcs:enable
     		$expedition = new Expedition($this->db);
     		$result=$expedition->fetch($sending_id);
     
    @@ -537,6 +546,7 @@ class Livraison extends CommonObject
     		return $this->create($user);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Update a livraison line (only extrafields)
     	 *
    @@ -546,6 +556,7 @@ class Livraison extends CommonObject
     	 */
     	function update_line($id, $array_options=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		$error = 0;
     
    @@ -734,6 +745,7 @@ class Livraison extends CommonObject
     		return $result;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Load lines
     	 *
    @@ -741,6 +753,7 @@ class Livraison extends CommonObject
     	 */
     	function fetch_lines()
     	{
    +        // phpcs:enable
     		$this->lines = array();
     
     		$sql = "SELECT ld.rowid, ld.fk_product, ld.description, ld.subprice, ld.total_ht, ld.qty as qty_shipped, ld.fk_origin_line, ";
    @@ -803,6 +816,7 @@ class Livraison extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Renvoi le libelle d'un statut donne
     	 *
    @@ -812,31 +826,32 @@ class Livraison extends CommonObject
     	 */
     	function LibStatut($statut,$mode)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode==0)
     		{
     			if ($statut==-1) return $langs->trans('StatusDeliveryCanceled');
    -			if ($statut==0)  return $langs->trans('StatusDeliveryDraft');
    -			if ($statut==1)  return $langs->trans('StatusDeliveryValidated');
    +			elseif ($statut==0)  return $langs->trans('StatusDeliveryDraft');
    +			elseif ($statut==1)  return $langs->trans('StatusDeliveryValidated');
     		}
    -		if ($mode==1)
    +		elseif ($mode==1)
     		{
     			if ($statut==-1) return $langs->trans($this->statuts[$statut]);
    -			if ($statut==0)  return $langs->trans($this->statuts[$statut]);
    -			if ($statut==1)  return $langs->trans($this->statuts[$statut]);
    +			elseif ($statut==0)  return $langs->trans($this->statuts[$statut]);
    +			elseif ($statut==1)  return $langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut==-1) return img_picto($langs->trans('StatusDeliveryCanceled'),'statut5').' '.$langs->trans('StatusDeliveryCanceled');
    -			if ($statut==0)  return img_picto($langs->trans('StatusDeliveryDraft'),'statut0').' '.$langs->trans('StatusDeliveryDraft');
    -			if ($statut==1)  return img_picto($langs->trans('StatusDeliveryValidated'),'statut4').' '.$langs->trans('StatusDeliveryValidated');
    +			elseif ($statut==0)  return img_picto($langs->trans('StatusDeliveryDraft'),'statut0').' '.$langs->trans('StatusDeliveryDraft');
    +			elseif ($statut==1)  return img_picto($langs->trans('StatusDeliveryValidated'),'statut4').' '.$langs->trans('StatusDeliveryValidated');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($statut==-1) return $langs->trans('StatusDeliveryCanceled').' '.img_picto($langs->trans('StatusDeliveryCanceled'),'statut5');
    -			if ($statut==0)  return $langs->trans('StatusDeliveryDraft').' '.img_picto($langs->trans('StatusDeliveryDraft'),'statut0');
    -			if ($statut==1)  return $langs->trans('StatusDeliveryValidated').' '.img_picto($langs->trans('StatusDeliveryValidated'),'statut4');
    +			elseif ($statut==0)  return $langs->trans('StatusDeliveryDraft').' '.img_picto($langs->trans('StatusDeliveryDraft'),'statut0');
    +			elseif ($statut==1)  return $langs->trans('StatusDeliveryValidated').' '.img_picto($langs->trans('StatusDeliveryValidated'),'statut4');
     		}
     	}
     
    @@ -974,6 +989,7 @@ class Livraison extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Set the planned delivery date
     	 *
    @@ -983,6 +999,7 @@ class Livraison extends CommonObject
     	 */
     	function set_date_livraison($user, $date_livraison)
     	{
    +        // phpcs:enable
     		if ($user->rights->expedition->creer)
     		{
     			$sql = "UPDATE ".MAIN_DB_PREFIX."livraison";
    @@ -1056,13 +1073,12 @@ class Livraison extends CommonObject
     
     		return CommonObject::commonReplaceThirdparty($db, $origin_id, $dest_id, $tables);
     	}
    -
     }
     
     
     
     /**
    - *  Classe de gestion des lignes de bons de livraison
    + *  Management class of delivery note lines
      */
     class LivraisonLigne extends CommonObjectLine
     {
    @@ -1078,23 +1094,27 @@ class LivraisonLigne extends CommonObjectLine
     	var $price;
     	var $fk_product;
     	var $origin_id;
    -	
    +
         /**
    -     * @var string proper name for given parameter
    +     * @var string delivery note lines label
          */
         public $label;
    -    
    -	var $description;  // Description produit
    +
    +	/**
    +	 * @var string product description
    +	 */
    +	public $description;
    +
     	/**
     	 * @deprecated
     	 * @see product_ref
     	 */
    -	var $ref;
    +	public $ref;
     	/**
     	 * @deprecated
     	 * @see product_label;
     	 */
    -	var $libelle;
    +	public $libelle;
     
     	public $product_ref;
     	public $product_label;
    @@ -1103,7 +1123,7 @@ class LivraisonLigne extends CommonObjectLine
     	 * @var string ID to identify managed object
     	 */
     	public $element='livraisondet';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -1118,5 +1138,4 @@ class LivraisonLigne extends CommonObjectLine
     	{
     		$this->db=$db;
     	}
    -
     }
    diff --git a/htdocs/loan/card.php b/htdocs/loan/card.php
    index 42b604f03d5..25651ac842a 100644
    --- a/htdocs/loan/card.php
    +++ b/htdocs/loan/card.php
    @@ -238,7 +238,7 @@ if (empty($reshook))
     
     $form = new Form($db);
     $formproject = new FormProjets($db);
    -if (! empty($conf->accounting->enabled)) $formaccounting = New FormAccounting($db);
    +if (! empty($conf->accounting->enabled)) $formaccounting = new FormAccounting($db);
     
     $title = $langs->trans("Loan") . ' - ' . $langs->trans("Card");
     $help_url = 'EN:Module_Loan|FR:Module_Emprunt';
    @@ -286,13 +286,13 @@ if ($action == 'create')
     	// Date Start
     	print "<tr>";
     	print '<td class="fieldrequired">'.$langs->trans("DateStart").'</td><td>';
    -	print $form->select_date($datestart?$datestart:-1,'start','','','','add',1,1,1);
    +	print $form->selectDate($datestart?$datestart:-1,'start','','','','add',1,1);
     	print '</td></tr>';
     
     	// Date End
     	print "<tr>";
     	print '<td class="fieldrequired">'.$langs->trans("DateEnd").'</td><td>';
    -	print $form->select_date($dateend?$dateend:-1,'end','','','','add',1,1,1);
    +	print $form->selectDate($dateend?$dateend:-1,'end','','','','add',1,1);
     	print '</td></tr>';
     
     	// Number of terms
    @@ -501,7 +501,7 @@ if ($id > 0)
     		print "<td>";
     		if ($action == 'edit')
     		{
    -			print $form->select_date($object->datestart, 'start', 0, 0, 0, 'update', 1, 0, 1);
    +			print $form->selectDate($object->datestart, 'start', 0, 0, 0, 'update', 1, 0);
     		}
     		else
     		{
    @@ -514,7 +514,7 @@ if ($id > 0)
     		print "<td>";
     		if ($action == 'edit')
     		{
    -			print $form->select_date($object->dateend, 'end', 0, 0, 0, 'update', 1, 0, 1);
    +			print $form->selectDate($object->dateend, 'end', 0, 0, 0, 'update', 1, 0);
     		}
     		else
     		{
    diff --git a/htdocs/loan/class/loan.class.php b/htdocs/loan/class/loan.class.php
    index 8f382c8dc1d..dd066f0064c 100644
    --- a/htdocs/loan/class/loan.class.php
    +++ b/htdocs/loan/class/loan.class.php
    @@ -1,6 +1,6 @@
     <?php
     /* Copyright (C) 2014-2018  Alexandre Spangaro   <aspangaro@zendsi.com>
    - * Copyright (C) 2015       Frederic France      <frederic.france@free.fr>
    + * Copyright (C) 2015-2018  Frédéric France      <frederic.france@netlogic.fr>
      *
      * 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,9 +33,9 @@ class Loan extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='loan';
    -	
    +
     	public $table='loan';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -43,10 +43,19 @@ class Loan extends CommonObject
     
     	public $picto = 'bill';
     
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
    +
     	public $datestart;
     	public $dateend;
    -	public $label;
    +
    +	/**
    +     * @var string Loan label
    +     */
    +    public $label;
    +
     	public $capital;
     	public $nbterm;
     	public $rate;
    @@ -71,7 +80,6 @@ class Loan extends CommonObject
     	function __construct($db)
     	{
     		$this->db = $db;
    -		return 1;
     	}
     
     	/**
    @@ -286,7 +294,6 @@ class Loan extends CommonObject
     			$this->db->rollback();
     			return -1;
     		}
    -
     	}
     
     
    @@ -334,6 +341,7 @@ class Loan extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Tag loan as payed completely
     	 *
    @@ -342,6 +350,7 @@ class Loan extends CommonObject
     	 */
     	function set_paid($user)
     	{
    +        // phpcs:enable
     		$sql = "UPDATE ".MAIN_DB_PREFIX."loan SET";
     		$sql.= " paid = 1";
     		$sql.= " WHERE rowid = ".$this->id;
    @@ -366,6 +375,7 @@ class Loan extends CommonObject
     		return $this->LibStatut($this->paid,$mode,$alreadypaid);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return label for given status
     	 *
    @@ -376,51 +386,47 @@ class Loan extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0,$alreadypaid=-1)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->loadLangs(array("customers","bills"));
     
    -		if ($mode == 0)
    +		if ($mode == 0 || $mode == 1)
     		{
     			if ($statut ==  0) return $langs->trans("Unpaid");
    -			if ($statut ==  1) return $langs->trans("Paid");
    +			elseif ($statut ==  1) return $langs->trans("Paid");
     		}
    -		if ($mode == 1)
    -		{
    -			if ($statut ==  0) return $langs->trans("Unpaid");
    -			if ($statut ==  1) return $langs->trans("Paid");
    -		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut ==  0 && $alreadypaid <= 0) return img_picto($langs->trans("Unpaid"), 'statut1').' '.$langs->trans("Unpaid");
    -			if ($statut ==  0 && $alreadypaid > 0) return img_picto($langs->trans("BillStatusStarted"), 'statut3').' '.$langs->trans("BillStatusStarted");
    -			if ($statut ==  1) return img_picto($langs->trans("Paid"), 'statut6').' '.$langs->trans("Paid");
    +			elseif ($statut ==  0 && $alreadypaid > 0) return img_picto($langs->trans("BillStatusStarted"), 'statut3').' '.$langs->trans("BillStatusStarted");
    +			elseif ($statut ==  1) return img_picto($langs->trans("Paid"), 'statut6').' '.$langs->trans("Paid");
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut ==  0 && $alreadypaid <= 0) return img_picto($langs->trans("Unpaid"), 'statut1');
    -			if ($statut ==  0 && $alreadypaid > 0) return img_picto($langs->trans("BillStatusStarted"), 'statut3');
    -			if ($statut ==  1) return img_picto($langs->trans("Paid"), 'statut6');
    +			elseif ($statut ==  0 && $alreadypaid > 0) return img_picto($langs->trans("BillStatusStarted"), 'statut3');
    +			elseif ($statut ==  1) return img_picto($langs->trans("Paid"), 'statut6');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut ==  0 && $alreadypaid <= 0) return img_picto($langs->trans("Unpaid"), 'statut1').' '.$langs->trans("Unpaid");
    -			if ($statut ==  0 && $alreadypaid > 0) return img_picto($langs->trans("BillStatusStarted"), 'statut3').' '.$langs->trans("BillStatusStarted");
    -			if ($statut ==  1) return img_picto($langs->trans("Paid"), 'statut6').' '.$langs->trans("Paid");
    +			elseif ($statut ==  0 && $alreadypaid > 0) return img_picto($langs->trans("BillStatusStarted"), 'statut3').' '.$langs->trans("BillStatusStarted");
    +			elseif ($statut ==  1) return img_picto($langs->trans("Paid"), 'statut6').' '.$langs->trans("Paid");
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut ==  0 && $alreadypaid <= 0) return $langs->trans("Unpaid").' '.img_picto($langs->trans("Unpaid"), 'statut1');
    -			if ($statut ==  0 && $alreadypaid > 0) return $langs->trans("BillStatusStarted").' '.img_picto($langs->trans("BillStatusStarted"), 'statut3');
    -			if ($statut ==  1) return $langs->trans("Paid").' '.img_picto($langs->trans("Paid"), 'statut6');
    +			elseif ($statut ==  0 && $alreadypaid > 0) return $langs->trans("BillStatusStarted").' '.img_picto($langs->trans("BillStatusStarted"), 'statut3');
    +			elseif ($statut ==  1) return $langs->trans("Paid").' '.img_picto($langs->trans("Paid"), 'statut6');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($statut ==  0 && $alreadypaid <= 0) return $langs->trans("Unpaid").' '.img_picto($langs->trans("Unpaid"), 'statut1');
    -			if ($statut ==  0 && $alreadypaid > 0) return $langs->trans("BillStatusStarted").' '.img_picto($langs->trans("BillStatusStarted"), 'statut3');
    -			if ($statut ==  1) return $langs->trans("Paid").' '.img_picto($langs->trans("Paid"), 'statut6');
    +			elseif ($statut ==  0 && $alreadypaid > 0) return $langs->trans("BillStatusStarted").' '.img_picto($langs->trans("BillStatusStarted"), 'statut3');
    +			elseif ($statut ==  1) return $langs->trans("Paid").' '.img_picto($langs->trans("Paid"), 'statut6');
     		}
     
    -		return "Error, mode/status not found";
    +		else return "Error, mode/status not found";
     	}
     
     
    @@ -454,6 +460,36 @@ class Loan extends CommonObject
     		return $result;
     	}
     
    +	/**
    +	 *  Initialise an instance with random values.
    +	 *  Used to build previews or test instances.
    +	 * 	id must be 0 if object instance is a specimen.
    +	 *
    +	 *  @return	void
    +	 */
    +	function initAsSpecimen()
    +	{
    +	    global $user, $langs, $conf;
    +
    +	    $now=dol_now();
    +
    +	    // Initialise parameters
    +	    $this->id = 0;
    +	    $this->fk_bank = 1;
    +	    $this->label = 'SPECIMEN';
    +	    $this->specimen = 1;
    +	    $this->socid = 1;
    +	    $this->account_capital = 16;
    +	    $this->account_insurance = 616;
    +	    $this->account_interest = 518;
    +	    $this->datestart = $now;
    +	    $this->dateend = $now + (3600 * 24 * 365);
    +	    $this->note_public = 'SPECIMEN';
    +	    $this->capital = 20000;
    +	    $this->nbterm = 48;
    +	    $this->rate = 4.3;
    +	}
    +
     	/**
     	 *  Return amount of payments already done
     	 *
    diff --git a/htdocs/loan/class/loanschedule.class.php b/htdocs/loan/class/loanschedule.class.php
    index 5a33d9995bc..2f37b1a870c 100644
    --- a/htdocs/loan/class/loanschedule.class.php
    +++ b/htdocs/loan/class/loanschedule.class.php
    @@ -17,8 +17,8 @@
     
     /**
      *      \file       htdocs/loan/class/loanschedule.class.php
    - *		\ingroup    facture
    - *		\brief      File of class to manage schedule of loans
    + *      \ingroup    loan
    + *      \brief      File of class to manage schedule of loans
      */
     
     require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
    @@ -33,11 +33,11 @@ class LoanSchedule extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='loan_schedule';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='loan_schedule';	
    +	public $table_element='loan_schedule';
     
     	var $fk_loan;
     	var $datec='';
    @@ -58,7 +58,7 @@ class LoanSchedule extends CommonObject
     	 * @deprecated
     	 * @see amount, amounts
     	 */
    -	var $total;
    +	public $total;
     
     	/**
     	 *	Constructor
    @@ -190,37 +190,35 @@ class LoanSchedule extends CommonObject
     
     		dol_syslog(get_class($this)."::fetch", LOG_DEBUG);
     		$resql=$this->db->query($sql);
    -		if ($resql)
    -	{
    -		if ($this->db->num_rows($resql))
    -		{
    -			$obj = $this->db->fetch_object($resql);
    +		if ($resql) {
    +            if ($this->db->num_rows($resql)) {
    +                $obj = $this->db->fetch_object($resql);
     
    -			$this->id = $obj->rowid;
    -			$this->ref = $obj->rowid;
    +                $this->id = $obj->rowid;
    +                $this->ref = $obj->rowid;
     
    -			$this->fk_loan = $obj->fk_loan;
    -			$this->datec = $this->db->jdate($obj->datec);
    -			$this->tms = $this->db->jdate($obj->tms);
    -			$this->datep = $this->db->jdate($obj->datep);
    -			$this->amount_capital = $obj->amount_capital;
    -			$this->amount_insurance = $obj->amount_insurance;
    -			$this->amount_interest = $obj->amount_interest;
    -			$this->fk_typepayment = $obj->fk_typepayment;
    -			$this->num_payment = $obj->num_payment;
    -			$this->note_private = $obj->note_private;
    -			$this->note_public = $obj->note_public;
    -			$this->fk_bank = $obj->fk_bank;
    -			$this->fk_user_creat = $obj->fk_user_creat;
    -			$this->fk_user_modif = $obj->fk_user_modif;
    +                $this->fk_loan = $obj->fk_loan;
    +                $this->datec = $this->db->jdate($obj->datec);
    +                $this->tms = $this->db->jdate($obj->tms);
    +                $this->datep = $this->db->jdate($obj->datep);
    +                $this->amount_capital = $obj->amount_capital;
    +                $this->amount_insurance = $obj->amount_insurance;
    +                $this->amount_interest = $obj->amount_interest;
    +                $this->fk_typepayment = $obj->fk_typepayment;
    +                $this->num_payment = $obj->num_payment;
    +                $this->note_private = $obj->note_private;
    +                $this->note_public = $obj->note_public;
    +                $this->fk_bank = $obj->fk_bank;
    +                $this->fk_user_creat = $obj->fk_user_creat;
    +                $this->fk_user_modif = $obj->fk_user_modif;
     
    -			$this->type_code = $obj->type_code;
    -			$this->type_libelle = $obj->type_libelle;
    +                $this->type_code = $obj->type_code;
    +                $this->type_libelle = $obj->type_libelle;
     
    -			$this->bank_account   = $obj->fk_account;
    -			$this->bank_line      = $obj->fk_bank;
    -		}
    -		$this->db->free($resql);
    +                $this->bank_account   = $obj->fk_account;
    +                $this->bank_line      = $obj->fk_bank;
    +            }
    +            $this->db->free($resql);
     
     			return 1;
     		}
    @@ -374,13 +372,22 @@ class LoanSchedule extends CommonObject
     		}
     	}
     
    -	function calc_mens($capital,$rate,$nbterm)
    +	// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 * Calculate mensuality
    +	 *
    +	 * @param   double  $capital        Capital
    +	 * @param   double  $rate           rate
    +	 * @param   int     $nbterm         nb term
    +	 * @return  double                  mensuality
    +	 */
    +	function calc_mens($capital, $rate, $nbterm)
     	{
    +        // phpcs:enable
     		$result='';
     
    -		if (!empty($capital)&&!empty($rate)&&!empty($nbterm))
    -		{
    -			$result=($capital*($rate/12))/(1-pow((1+($rate/12)),($nbterm*-1)));
    +		if (!empty($capital) && !empty($rate) && !empty($nbterm)) {
    +			$result = ($capital*($rate/12))/(1-pow((1+($rate/12)),($nbterm*-1)));
     		}
     
     		return $result;
    @@ -423,7 +430,7 @@ class LoanSchedule extends CommonObject
     		{
     			while($obj = $this->db->fetch_object($resql))
     			{
    -				$line = New LoanSchedule($this->db);
    +				$line = new LoanSchedule($this->db);
     				$line->id = $obj->rowid;
     				$line->ref = $obj->rowid;
     
    @@ -454,6 +461,7 @@ class LoanSchedule extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  trans_paiment
     	 *
    @@ -461,6 +469,7 @@ class LoanSchedule extends CommonObject
     	 */
     	function trans_paiment()
     	{
    +        // phpcs:enable
     		require_once DOL_DOCUMENT_ROOT.'/loan/class/loan.class.php';
     		require_once DOL_DOCUMENT_ROOT.'/core/lib/loan.lib.php';
     		require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
    @@ -547,4 +556,3 @@ class LoanSchedule extends CommonObject
     		return $result;
     	}
     }
    -
    diff --git a/htdocs/loan/class/paymentloan.class.php b/htdocs/loan/class/paymentloan.class.php
    index 1f20590f6e1..add1aef496d 100644
    --- a/htdocs/loan/class/paymentloan.class.php
    +++ b/htdocs/loan/class/paymentloan.class.php
    @@ -34,11 +34,11 @@ class PaymentLoan extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='payment_loan';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='payment_loan';	
    +	public $table_element='payment_loan';
     
     	var $fk_loan;
     	var $datec='';
    @@ -216,8 +216,8 @@ class PaymentLoan extends CommonObject
     				$this->type_code = $obj->type_code;
     				$this->type_libelle = $obj->type_libelle;
     
    -				$this->bank_account   = $obj->fk_account;
    -				$this->bank_line      = $obj->fk_bank;
    +				$this->bank_account = $obj->fk_account;
    +				$this->bank_line = $obj->fk_bank;
     			}
     			$this->db->free($resql);
     
    @@ -257,7 +257,6 @@ class PaymentLoan extends CommonObject
     		if (isset($this->fk_user_modif)) $this->fk_user_modif=trim($this->fk_user_modif);
     
     		// Check parameters
    -		// Put here code to add control on parameters values
     
     		// Update request
     		$sql = "UPDATE ".MAIN_DB_PREFIX."payment_loan SET";
    @@ -479,6 +478,7 @@ class PaymentLoan extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update link between loan's payment and the line generate in llx_bank
     	 *
    @@ -487,6 +487,7 @@ class PaymentLoan extends CommonObject
     	 */
     	function update_fk_bank($id_bank)
     	{
    +        // phpcs:enable
     		$sql = "UPDATE ".MAIN_DB_PREFIX."payment_loan SET fk_bank = ".$id_bank." WHERE rowid = ".$this->id;
     
     		dol_syslog(get_class($this)."::update_fk_bank", LOG_DEBUG);
    diff --git a/htdocs/loan/payment/payment.php b/htdocs/loan/payment/payment.php
    index ee83bf17f00..d84ea4ae26b 100644
    --- a/htdocs/loan/payment/payment.php
    +++ b/htdocs/loan/payment/payment.php
    @@ -1,6 +1,6 @@
     <?php
    -/* Copyright (C) 2014-2018  Alexandre Spangaro   <aspangaro@zendsi.com>
    - * Copyright (C) 2015       Frederic France      <frederic.france@free.fr>
    +/* Copyright (C) 2014-2018  Alexandre Spangaro      <aspangaro@zendsi.com>
    + * Copyright (C) 2015-2018  Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -200,7 +200,7 @@ if ($action == 'create')
     	print '<tr><td class="titlefield fieldrequired">'.$langs->trans("Date").'</td><td colspan="2">';
     	$datepaid = dol_mktime(12, 0, 0, GETPOST('remonth', 'int'), GETPOST('reday', 'int'), GETPOST('reyear', 'int'));
     	$datepayment = empty($conf->global->MAIN_AUTOFILL_DATE)?(empty($_POST["remonth"])?-1:$datepaye):0;
    -	$form->select_date($datepayment, '', '', '', '', "add_payment", 1, 1);
    +	print $form->selectDate($datepayment, '', '', '', '', "add_payment", 1, 1);
     	print "</td>";
     	print '</tr>';
     
    diff --git a/htdocs/mailmanspip/class/mailmanspip.class.php b/htdocs/mailmanspip/class/mailmanspip.class.php
    index 683e8c25414..de075eb2dc5 100644
    --- a/htdocs/mailmanspip/class/mailmanspip.class.php
    +++ b/htdocs/mailmanspip/class/mailmanspip.class.php
    @@ -42,16 +42,16 @@ class MailmanSpip
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
     
    -    var $mladded_ok;
    -    var $mladded_ko;
    -    var $mlremoved_ok;
    -    var $mlremoved_ko;
    +    public $mladded_ok;
    +    public $mladded_ko;
    +    public $mlremoved_ok;
    +    public $mlremoved_ko;
     
     
         /**
    @@ -170,6 +170,7 @@ class MailmanSpip
             return $result;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Fonction qui donne les droits redacteurs dans spip
          *
    @@ -178,6 +179,7 @@ class MailmanSpip
          */
         function add_to_spip($object)
         {
    +        // phpcs:enable
             dol_syslog(get_class($this)."::add_to_spip");
     
             if ($this->isSpipEnabled())
    @@ -212,6 +214,7 @@ class MailmanSpip
             return 0;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Fonction qui enleve les droits redacteurs dans spip
          *
    @@ -220,6 +223,7 @@ class MailmanSpip
          */
         function del_to_spip($object)
         {
    +        // phpcs:enable
             dol_syslog(get_class($this)."::del_to_spip");
     
             if ($this->isSpipEnabled())
    @@ -251,6 +255,7 @@ class MailmanSpip
             return 0;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Fonction qui dit si cet utilisateur est un redacteur existant dans spip
          *
    @@ -259,6 +264,7 @@ class MailmanSpip
          */
         function is_in_spip($object)
         {
    +        // phpcs:enable
             if ($this->isSpipEnabled())
             {
                 if ($this->checkSpipConfig())
    @@ -301,6 +307,7 @@ class MailmanSpip
             return -1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Subscribe an email to all mailing-lists
          *
    @@ -310,6 +317,7 @@ class MailmanSpip
          */
         function add_to_mailman($object,$listes='')
         {
    +        // phpcs:enable
             global $conf,$langs,$user;
     
             dol_syslog(get_class($this)."::add_to_mailman");
    @@ -372,6 +380,7 @@ class MailmanSpip
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Unsubscribe an email from all mailing-lists
          *  Used when a user is resiliated
    @@ -382,6 +391,7 @@ class MailmanSpip
          */
         function del_to_mailman($object,$listes='')
         {
    +        // phpcs:enable
             global $conf,$langs,$user;
     
             dol_syslog(get_class($this)."::del_to_mailman");
    @@ -443,5 +453,4 @@ class MailmanSpip
     	        }
             }
         }
    -
     }
    diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
    index 26dcb94a0ba..7fbb0cbb07b 100644
    --- a/htdocs/main.inc.php
    +++ b/htdocs/main.inc.php
    @@ -68,6 +68,22 @@ if (function_exists('get_magic_quotes_gpc'))	// magic_quotes_* deprecated in PHP
     	}
     }
     
    +// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +/**
    + * Security: SQL Injection and XSS Injection (scripts) protection (Filters on GET, POST, PHP_SELF).
    + *
    + * @param       string      $val        Value
    + * @param       string      $type       1=GET, 0=POST, 2=PHP_SELF, 3=GET without sql reserved keywords (the less tolerant test)
    + * @return      int                     >0 if there is an injection, 0 if none
    + * @deprecated                          use testSqlAndScriptInject
    + * @see testSqlAndScriptInject($val, $type)
    + */
    +function test_sql_and_script_inject($val, $type)
    +{
    +    // phpcs:enable
    +    return testSqlAndScriptInject($val, $type);
    +}
    +
     /**
      * Security: SQL Injection and XSS Injection (scripts) protection (Filters on GET, POST, PHP_SELF).
      *
    @@ -75,7 +91,7 @@ if (function_exists('get_magic_quotes_gpc'))	// magic_quotes_* deprecated in PHP
      * @param		string		$type		1=GET, 0=POST, 2=PHP_SELF, 3=GET without sql reserved keywords (the less tolerant test)
      * @return		int						>0 if there is an injection, 0 if none
      */
    -function test_sql_and_script_inject($val, $type)
    +function testSqlAndScriptInject($val, $type)
     {
     	$inj = 0;
     	// For SQL Injection (only GET are used to be included into bad escaped SQL requests)
    @@ -158,7 +174,7 @@ function analyseVarsForSqlAndScriptsInjection(&$var, $type)
     	}
     	else
     	{
    -		return (test_sql_and_script_inject($var, $type) <= 0);
    +		return (testSqlAndScriptInject($var, $type) <= 0);
     	}
     }
     
    @@ -256,8 +272,6 @@ if (isset($_SERVER["HTTP_USER_AGENT"]))
     	$conf->browser->os=$tmp['browseros'];
     	$conf->browser->version=$tmp['browserversion'];
     	$conf->browser->layout=$tmp['layout'];     // 'classic', 'phone', 'tablet'
    -	$conf->browser->phone=$tmp['phone'];	   // TODO deprecated, use ->layout
    -	$conf->browser->tablet=$tmp['tablet'];	   // TODO deprecated, use ->layout
     	//var_dump($conf->browser);
     
     	if ($conf->browser->layout == 'phone') $conf->dol_no_mouse_hover=1;
    @@ -486,17 +500,6 @@ if (! defined('NOLOGIN'))
     				$_SESSION["dol_loginmesg"]=$langs->trans("ErrorBadValueForCode");
     				$test=false;
     
    -				// TODO @deprecated Remove this. Hook must be used, not this trigger.
    -				$user->trigger_mesg='ErrorBadValueForCode - login='.GETPOST("username","alpha",2);
    -				// Call of triggers
    -				include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    -				$interface=new Interfaces($db);
    -				$result=$interface->run_triggers('USER_LOGIN_FAILED',$user,$user,$langs,$conf);
    -				if ($result < 0) {
    -					$error++;
    -				}
    -				// End Call of triggers
    -
     				// Hooks on failed login
     				$action='';
     				$hookmanager->initHooks(array('login'));
    @@ -565,17 +568,6 @@ if (! defined('NOLOGIN'))
     				// We set a generic message if not defined inside function checkLoginPassEntity or subfunctions
     				if (empty($_SESSION["dol_loginmesg"])) $_SESSION["dol_loginmesg"]=$langs->trans("ErrorBadLoginPassword");
     
    -				// TODO @deprecated Remove this. Hook must be used, not this trigger.
    -				$user->trigger_mesg=$langs->trans("ErrorBadLoginPassword").' - login='.GETPOST("username","alpha",2);
    -				// Call of triggers
    -				include_once DOL_DOCUMENT_ROOT.'/core/class/interfaces.class.php';
    -				$interface=new Interfaces($db);
    -				$result=$interface->run_triggers('USER_LOGIN_FAILED',$user,$user,$langs,$conf,GETPOST("username","alpha",2));
    -				if ($result < 0) {
    -					$error++;
    -				}
    -				// End Call of triggers
    -
     				// Hooks on failed login
     				$action='';
     				$hookmanager->initHooks(array('login'));
    @@ -612,27 +604,12 @@ if (! defined('NOLOGIN'))
     				$langs->loadLangs(array('main', 'errors'));
     
     				$_SESSION["dol_loginmesg"]=$langs->trans("ErrorCantLoadUserFromDolibarrDatabase",$login);
    -
    -				// TODO @deprecated Remove this. Hook must be used, not this trigger.
    -				$user->trigger_mesg='ErrorCantLoadUserFromDolibarrDatabase - login='.$login;
     			}
     			if ($resultFetchUser < 0)
     			{
     				$_SESSION["dol_loginmesg"]=$user->error;
    -
    -				// TODO @deprecated Remove this. Hook must be used, not this trigger.
    -				$user->trigger_mesg=$user->error;
     			}
     
    -			// Call triggers
    -			include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    -			$interface=new Interfaces($db);
    -			$result=$interface->run_triggers('USER_LOGIN_FAILED',$user,$user,$langs,$conf);
    -			if ($result < 0) {
    -				$error++;
    -			}
    -			// End call triggers
    -
     			// Hooks on failed login
     			$action='';
     			$hookmanager->initHooks(array('login'));
    @@ -671,28 +648,12 @@ if (! defined('NOLOGIN'))
     				$langs->loadLangs(array('main', 'errors'));
     
     				$_SESSION["dol_loginmesg"]=$langs->trans("ErrorCantLoadUserFromDolibarrDatabase",$login);
    -
    -				// TODO @deprecated Remove this. Hook must be used, not this trigger.
    -				$user->trigger_mesg='ErrorCantLoadUserFromDolibarrDatabase - login='.$login;
     			}
     			if ($resultFetchUser < 0)
     			{
     				$_SESSION["dol_loginmesg"]=$user->error;
    -
    -				// TODO @deprecated Remove this. Hook must be used, not this trigger.
    -				$user->trigger_mesg=$user->error;
     			}
     
    -			// TODO @deprecated Remove this. Hook must be used, not this trigger.
    -			// Call triggers
    -			include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    -			$interface=new Interfaces($db);
    -			$result=$interface->run_triggers('USER_LOGIN_FAILED',$user,$user,$langs,$conf);
    -			if ($result < 0) {
    -				$error++;
    -			}
    -			// End call triggers
    -
     			// Hooks on failed login
     			$action='';
     			$hookmanager->initHooks(array('login'));
    @@ -780,17 +741,6 @@ if (! defined('NOLOGIN'))
     
     		$loginfo = 'TZ='.$_SESSION["dol_tz"].';TZString='.$_SESSION["dol_tz_string"].';Screen='.$_SESSION["dol_screenwidth"].'x'.$_SESSION["dol_screenheight"];
     
    -		// TODO @deprecated Remove this. Hook must be used, not this trigger.
    -		$user->trigger_mesg = $loginfo;
    -		// Call triggers
    -		include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    -		$interface=new Interfaces($db);
    -		$result=$interface->run_triggers('USER_LOGIN',$user,$user,$langs,$conf);
    -		if ($result < 0) {
    -			$error++;
    -		}
    -		// End call triggers
    -
     		// Hooks on successfull login
     		$action='';
     		$hookmanager->initHooks(array('login'));
    @@ -802,7 +752,7 @@ if (! defined('NOLOGIN'))
     		{
     			$db->rollback();
     			session_destroy();
    -			dol_print_error($db,'Error in some hooks afterLogin (or old trigger USER_LOGIN)');
    +			dol_print_error($db,'Error in some hooks afterLogin');
     			exit;
     		}
     		else
    @@ -900,7 +850,6 @@ if (! empty($conf->dol_use_jmobile) && in_array($conf->theme,array('bureau2crea'
     	$conf->theme='eldy';
     	$conf->css  =  "/theme/".$conf->theme."/style.css.php";
     }
    -//var_dump($conf->browser->phone);
     
     if (! defined('NOREQUIRETRAN'))
     {
    @@ -988,7 +937,7 @@ else
     	define('ROWS_9',8);
     }
     
    -$heightforframes=48;
    +$heightforframes=50;
     
     // Init menu manager
     if (! defined('NOREQUIREMENU'))
    @@ -1363,7 +1312,11 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
                 	$tmpplugin=empty($conf->global->MAIN_USE_JQUERY_MULTISELECT)?constant('REQUIRE_JQUERY_MULTISELECT'):$conf->global->MAIN_USE_JQUERY_MULTISELECT;
                 	print '<script type="text/javascript" src="'.DOL_URL_ROOT.'/includes/jquery/plugins/'.$tmpplugin.'/dist/js/'.$tmpplugin.'.full.min.js'.($ext?'?'.$ext:'').'"></script>'."\n";	// We include full because we need the support of containerCssClass
                 }
    -        }
    +            if (! defined('DISABLE_MULTISELECT'))     // jQuery plugin "mutiselect" to select with checkboxes
    +            {
    +            	print '<script type="text/javascript" src="'.DOL_URL_ROOT.'/includes/jquery/plugins/multiselect/jquery.multi-select.js'.($ext?'?'.$ext:'').'"></script>'."\n";
    +            }
    +		}
     
             if (! $disablejs && ! empty($conf->use_javascript_ajax))
             {
    @@ -1574,7 +1527,7 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
     		}
     
     		// Link to print main content area
    -		if (empty($conf->global->MAIN_PRINT_DISABLELINK) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER) && empty($conf->browser->phone))
    +		if (empty($conf->global->MAIN_PRINT_DISABLELINK) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER) && $conf->browser->layout != 'phone')
     		{
     			$qs=dol_escape_htmltag($_SERVER["QUERY_STRING"]);
     
    @@ -1799,9 +1752,8 @@ function left_menu($menu_array_before, $helppagename='', $notused='', $menu_arra
     			$bugbaseurl.= '?title=';
     			$bugbaseurl.= urlencode("Bug: ");
     			$bugbaseurl.= '&body=';
    -			// TODO use .github/ISSUE_TEMPLATE.md to generate?
    -			$bugbaseurl .= urlencode("# Bug\n");
    -			$bugbaseurl .= urlencode("\n");
    +			$bugbaseurl.= urlencode("# Bug\n");
    +			$bugbaseurl.= urlencode("\n");
     			$bugbaseurl.= urlencode("## Environment\n");
     			$bugbaseurl.= urlencode("- **Version**: " . DOL_VERSION . "\n");
     			$bugbaseurl.= urlencode("- **OS**: " . php_uname('s') . "\n");
    diff --git a/htdocs/margin/admin/margin.php b/htdocs/margin/admin/margin.php
    index 4ccdcc4542a..b2c74506990 100644
    --- a/htdocs/margin/admin/margin.php
    +++ b/htdocs/margin/admin/margin.php
    @@ -29,10 +29,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
     require_once DOL_DOCUMENT_ROOT."/compta/facture/class/facture.class.php";
     
    -$langs->load("admin");
    -$langs->load("bills");
    -$langs->load("margins");
    -$langs->load("stocks");
    +$langs->loadLangs(array("admin", "bills", "margins", "stocks"));
     
     if (! $user->admin) accessforbidden();
     
    diff --git a/htdocs/margin/agentMargins.php b/htdocs/margin/agentMargins.php
    index dc546a7f9b4..5c808051a06 100644
    --- a/htdocs/margin/agentMargins.php
    +++ b/htdocs/margin/agentMargins.php
    @@ -110,11 +110,11 @@ print '</td></tr>';
     // Start date
     print '<td>'.$langs->trans('DateStart').' ('.$langs->trans("DateValidation").')</td>';
     print '<td>';
    -$form->select_date($startdate,'startdate','','',1,"sel",1,1);
    +print $form->selectDate($startdate, 'startdate', '', '', 1, "sel", 1, 1);
     print '</td>';
     print '<td>'.$langs->trans('DateEnd').' ('.$langs->trans("DateValidation").')</td>';
     print '<td>';
    -$form->select_date($enddate,'enddate','','',1,"sel",1,1);
    +print $form->selectDate($enddate, 'enddate', '', '', 1, "sel", 1, 1);
     print '</td>';
     print '<td style="text-align: center;">';
     print '<input type="submit" class="button" value="'.dol_escape_htmltag($langs->trans('Refresh')).'" />';
    @@ -271,4 +271,3 @@ $(document).ready(function() {
     // End of page
     llxFooter();
     $db->close();
    -
    diff --git a/htdocs/margin/checkMargins.php b/htdocs/margin/checkMargins.php
    index 7160a13ed59..06527f42b91 100644
    --- a/htdocs/margin/checkMargins.php
    +++ b/htdocs/margin/checkMargins.php
    @@ -165,11 +165,11 @@ print '<table class="border" width="100%">';
     
     print '<tr><td class="titlefield">' . $langs->trans('DateStart') . ' (' . $langs->trans("DateValidation") . ')</td>';
     print '<td>';
    -$form->select_date($startdate, 'startdate', '', '', 1, "sel", 1, 1);
    +print $form->selectDate($startdate, 'startdate', '', '', 1, "sel", 1, 1);
     print '</td>';
     print '<td>' . $langs->trans('DateEnd') . ' (' . $langs->trans("DateValidation") . ')</td>';
     print '<td>';
    -$form->select_date($enddate, 'enddate', '', '', 1, "sel", 1, 1);
    +print $form->selectDate($enddate, 'enddate', '', '', 1, "sel", 1, 1);
     print '</td>';
     print '<td style="text-align: center;">';
     print '<input type="submit" class="button" value="' . dol_escape_htmltag($langs->trans('Refresh')) . '" name="button_search" />';
    diff --git a/htdocs/margin/customerMargins.php b/htdocs/margin/customerMargins.php
    index 7b33517556e..675fe527a47 100644
    --- a/htdocs/margin/customerMargins.php
    +++ b/htdocs/margin/customerMargins.php
    @@ -159,11 +159,11 @@ print '</tr>';
     // Start date
     print '<td>'.$langs->trans('DateStart').' ('.$langs->trans("DateValidation").')</td>';
     print '<td>';
    -$form->select_date($startdate,'startdate','','',1,"sel",1,1);
    +print $form->selectDate($startdate, 'startdate', '', '', 1, "sel", 1, 1);
     print '</td>';
     print '<td>'.$langs->trans('DateEnd').' ('.$langs->trans("DateValidation").')</td>';
     print '<td>';
    -$form->select_date($enddate,'enddate','','',1,"sel",1,1);
    +print $form->selectDate($enddate, 'enddate', '', '', 1, "sel", 1, 1);
     print '</td>';
     print '<td style="text-align: center;">';
     print '<input type="submit" class="button" value="'.dol_escape_htmltag($langs->trans('Refresh')).'" />';
    diff --git a/htdocs/margin/productMargins.php b/htdocs/margin/productMargins.php
    index 55fef4e5c35..cb8bd53f790 100644
    --- a/htdocs/margin/productMargins.php
    +++ b/htdocs/margin/productMargins.php
    @@ -134,11 +134,11 @@ print '</tr>';
     print '<tr>';
     print '<td class="titlefield">'.$langs->trans('DateStart').' ('.$langs->trans("DateValidation").')</td>';
     print '<td>';
    -$form->select_date($startdate,'startdate','','',1,"sel",1,1);
    +print $form->selectDate($startdate, 'startdate', '', '', 1, "sel", 1, 1);
     print '</td>';
     print '<td>'.$langs->trans('DateEnd').' ('.$langs->trans("DateValidation").')</td>';
     print '<td>';
    -$form->select_date($enddate,'enddate','','',1,"sel",1,1);
    +print $form->selectDate($enddate, 'enddate', '', '', 1, "sel", 1, 1);
     print '</td>';
     print '<td style="text-align: center;">';
     print '<input type="submit" class="button" value="'.dol_escape_htmltag($langs->trans('Refresh')).'" />';
    diff --git a/htdocs/margin/tabs/productMargins.php b/htdocs/margin/tabs/productMargins.php
    index b4c1ac0cdd0..5659be448de 100644
    --- a/htdocs/margin/tabs/productMargins.php
    +++ b/htdocs/margin/tabs/productMargins.php
    @@ -26,10 +26,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/product.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
     require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
     
    -$langs->load("companies");
    -$langs->load("bills");
    -$langs->load("products");
    -$langs->load("margins");
    +$langs->loadLangs(array("companies", "bills", "products", "margins"));
     
     $id = GETPOST('id', 'int');
     $ref = GETPOST('ref', 'alpha');
    @@ -138,9 +135,9 @@ if ($id > 0 || ! empty($ref))
                 $sql.= " f.datef, f.paye, f.fk_statut as statut, f.type,";
                 if (!$user->rights->societe->client->voir && !$socid) $sql.= " sc.fk_soc, sc.fk_user,";
                 $sql.= " sum(d.total_ht) as selling_price,";							// may be negative or positive
    -            $sql.= " sum(d.qty) as qty,";
    -            $sql.= " sum(d.qty * d.buy_price_ht) as buying_price,";					// always positive
    -            $sql.= " sum(abs(d.total_ht) - (d.buy_price_ht * d.qty)) as marge" ;	// always positive
    +            $sql.= " IF(f.type = 2, -1, 1) * sum(d.qty) as qty,";						// not always positive in case of Credit note
    +            $sql.= " IF(f.type = 2, -1, 1) * sum(d.qty * d.buy_price_ht) as buying_price,";			// not always positive in case of Credit note
    +            $sql.= " IF(f.type = 2, -1, 1) * sum(abs(d.total_ht) - (d.buy_price_ht * d.qty)) as marge" ;	// not always positive in case of Credit note
                 $sql.= " FROM ".MAIN_DB_PREFIX."societe as s";
                 $sql.= ", ".MAIN_DB_PREFIX."facture as f";
                 $sql.= ", ".MAIN_DB_PREFIX."facturedet as d";
    diff --git a/htdocs/margin/tabs/thirdpartyMargins.php b/htdocs/margin/tabs/thirdpartyMargins.php
    index 2ecd6088abf..8ce4b7a0c0b 100644
    --- a/htdocs/margin/tabs/thirdpartyMargins.php
    +++ b/htdocs/margin/tabs/thirdpartyMargins.php
    @@ -26,10 +26,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
     require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
     
    -$langs->load("companies");
    -$langs->load("bills");
    -$langs->load("products");
    -$langs->load("margins");
    +$langs->loadLangs(array("companies", "bills", "products", "margins"));
     
     // Security check
     $socid = GETPOST('socid','int');
    diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php
    index 52c4c9780c7..56ff709da8a 100644
    --- a/htdocs/master.inc.php
    +++ b/htdocs/master.inc.php
    @@ -80,7 +80,7 @@ if (! empty($dolibarr_main_document_root_alt))
     	{
     		if (preg_match('/^http(s)?:/',$value))
     		{
    -			// TODO: Make this a warning rather than an error since the correct value can be derived in most cases
    +			// Show error message
     			$correct_value = str_replace($dolibarr_main_url_root, '', $value);
     			print '<b>Error:</b><br>'."\n";
     			print 'Wrong <b>$dolibarr_main_url_root_alt</b> value in <b>conf.php</b> file.<br>'."\n";
    diff --git a/htdocs/modulebuilder/admin/setup.php b/htdocs/modulebuilder/admin/setup.php
    index 26e64785524..6ca9bfe2a1e 100644
    --- a/htdocs/modulebuilder/admin/setup.php
    +++ b/htdocs/modulebuilder/admin/setup.php
    @@ -73,7 +73,7 @@ if (preg_match('/del_(.*)/', $action, $reg)) {
         }
     }
     
    - 
    +
     /*
      * 	View
      */
    @@ -87,73 +87,78 @@ if (GETPOST('withtab', 'alpha')) {
         $linkback = '<a href="' . ($backtopage ? $backtopage : DOL_URL_ROOT . '/admin/modules.php') . '">' . $langs->trans("BackToModuleList") . '</a>';
     }
     
    +print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
    +print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    +print '<input type="hidden" name="action" value="update">';
    +
     print load_fiche_titre($langs->trans("ModuleSetup") . ' ' . $langs->trans('Modulebuilder'), $linkback);
     
     if (GETPOST('withtab', 'alpha')) {
         dol_fiche_head($head, 'modulebuilder', '', -1);
     }
     
    -
     print '<span class="opacitymedium">' . $langs->trans("ModuleBuilderDesc") . "</span><br>\n";
     
     print '<br>';
     
     print '<table class="noborder" width="100%">';
    +
     print '<tr class="liste_titre">';
     print '<td>' . $langs->trans("Key") . '</td>';
     print '<td>' . $langs->trans("Value") . '</td>';
     print "</tr>\n";
     
    -print '<tr class="oddeven">';
    -print '<td>' . $langs->trans("UseAboutPage") . '</td>';
    -print '<td align="center">';
    -if ($conf->use_javascript_ajax) {
    -    print ajax_constantonoff('MODULEBUILDER_USE_ABOUT');
    -} else {
    -    if (empty($conf->global->MODULEBUILDER_USE_ABOUT)) {
    -        print '<a href="' . $_SERVER['PHP_SELF'] . '?action=set_MODULEBUILDER_USE_ABOUT">' . img_picto($langs->trans("Disabled"), 'off') . '</a>';
    -    } else {
    -        print '<a href="' . $_SERVER['PHP_SELF'] . '?action=del_MODULEBUILDER_USE_ABOUT">' . img_picto($langs->trans("Enabled"), 'on') . '</a>';
    -    }
    +
    +if ($conf->global->MAIN_FEATURES_LEVEL >= 2)
    +{
    +	// What is use cas of this 2 options ?
    +
    +	print '<tr class="oddeven">';
    +	print '<td>' . $langs->trans("UseAboutPage") . '</td>';
    +	print '<td align="center">';
    +	if ($conf->use_javascript_ajax) {
    +	    print ajax_constantonoff('MODULEBUILDER_USE_ABOUT');
    +	} else {
    +	    if (empty($conf->global->MODULEBUILDER_USE_ABOUT)) {
    +	        print '<a href="' . $_SERVER['PHP_SELF'] . '?action=set_MODULEBUILDER_USE_ABOUT">' . img_picto($langs->trans("Disabled"), 'off') . '</a>';
    +	    } else {
    +	        print '<a href="' . $_SERVER['PHP_SELF'] . '?action=del_MODULEBUILDER_USE_ABOUT">' . img_picto($langs->trans("Enabled"), 'on') . '</a>';
    +	    }
    +	}
    +	print '</td></tr>';
    +
    +	print '<tr class="oddeven">';
    +	print '<td>' . $langs->trans("UseDocFolder") . '</td>';
    +	print '<td align="center">';
    +	if ($conf->use_javascript_ajax) {
    +	    print ajax_constantonoff('MODULEBUILDER_USE_DOCFOLDER');
    +	} else {
    +	    if (empty($conf->global->MODULEBUILDER_USE_DOCFOLDER)) {
    +	        print '<a href="' . $_SERVER['PHP_SELF'] . '?action=set_MODULEBUILDER_USE_DOCFOLDER">' . img_picto($langs->trans("Disabled"), 'off') . '</a>';
    +	    } else {
    +	        print '<a href="' . $_SERVER['PHP_SELF'] . '?action=del_MODULEBUILDER_USE_DOCFOLDER">' . img_picto($langs->trans("Enabled"), 'on') . '</a>';
    +	    }
    +	}
    +	print '</td></tr>';
     }
    -print '</td></tr>';
    -
    -
     
     print '<tr class="oddeven">';
    -print '<td>' . $langs->trans("UseDocFolder") . '</td>';
    -print '<td align="center">';
    -if ($conf->use_javascript_ajax) {
    -    print ajax_constantonoff('MODULEBUILDER_USE_DOCFOLDER');
    -} else {
    -    if (empty($conf->global->MODULEBUILDER_USE_DOCFOLDER)) {
    -        print '<a href="' . $_SERVER['PHP_SELF'] . '?action=set_MODULEBUILDER_USE_DOCFOLDER">' . img_picto($langs->trans("Disabled"), 'off') . '</a>';
    -    } else {
    -        print '<a href="' . $_SERVER['PHP_SELF'] . '?action=del_MODULEBUILDER_USE_DOCFOLDER">' . img_picto($langs->trans("Enabled"), 'on') . '</a>';
    -    }
    -}
    -print '</td></tr>';
    -
    -print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
    -print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    -print '<input type="hidden" name="action" value="update">';
    -
    -print '<tr class="oddeven">';
    -print '<td>' . $langs->trans("UseSpecificReadme") . '</td>';
    -print '<td align="center">';
    -print '<textarea cols="100" rows="20" name="MODULEBUILDER_SPECIFIC_README">'.$conf->global->MODULEBUILDER_SPECIFIC_README.'</textarea>';
    -print '</td></tr>';
    -print '<tr class="oddeven">';
    -print '<td colspan="2"><center>';
    -print '<input type="submit" class="button" value="'.$langs->trans("Update").'" name="Button">';
    -print '</center></td></tr>';
    +print '<td class="tdtop">' . $langs->trans("UseSpecificReadme") . '</td>';
    +print '<td>';
    +print '<textarea class="centpercent" rows="20" name="MODULEBUILDER_SPECIFIC_README">'.$conf->global->MODULEBUILDER_SPECIFIC_README.'</textarea>';
    +print '</td>';
    +print '</tr>';
     print '</table>';
     
    +print '<center><input type="submit" class="button" value="'.$langs->trans("Save").'" name="Button"></center>';
    +
     if (GETPOST('withtab', 'alpha')) {
         dol_fiche_end();
     }
     
    -print '<br><br>';
    +print '<br>';
    +
    +print '</form>';
     
     // End of page
     llxFooter();
    diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php
    index 1af3fc23d1e..d325e52a343 100644
    --- a/htdocs/modulebuilder/index.php
    +++ b/htdocs/modulebuilder/index.php
    @@ -1185,7 +1185,7 @@ elseif (! empty($module))
     				print '<br>';
     				print '<br>';
     
    -				print_fiche_titre($langs->trans("DescriptorFile"));
    +				print load_fiche_titre($langs->trans("DescriptorFile"));
     
     				if (! empty($moduleobj))
     				{
    @@ -1249,7 +1249,7 @@ elseif (! empty($module))
     					print '<br><br>';
     
     					// Readme file
    -					print_fiche_titre($langs->trans("ReadmeFile"));
    +					print load_fiche_titre($langs->trans("ReadmeFile"));
     
     					print '<div class="underbanner clearboth"></div>';
     					print '<div class="fichecenter">';
    @@ -1259,7 +1259,7 @@ elseif (! empty($module))
     					print '<br><br>';
     
     					// ChangeLog
    -					print_fiche_titre($langs->trans("ChangeLog"));
    +					print load_fiche_titre($langs->trans("ChangeLog"));
     
     					print '<div class="underbanner clearboth"></div>';
     					print '<div class="fichecenter">';
    diff --git a/htdocs/modulebuilder/template/admin/setup.php b/htdocs/modulebuilder/template/admin/setup.php
    index 2cc6468729c..6e0be4d0011 100644
    --- a/htdocs/modulebuilder/template/admin/setup.php
    +++ b/htdocs/modulebuilder/template/admin/setup.php
    @@ -85,7 +85,7 @@ $head = mymoduleAdminPrepareHead();
     dol_fiche_head($head, 'settings', '', -1, "mymodule@mymodule");
     
     // Setup page goes here
    -echo $langs->trans("MyModuleSetupPage");
    +echo $langs->trans("MyModuleSetupPage").'<br><br>';
     
     
     if ($action == 'edit')
    @@ -99,13 +99,10 @@ if ($action == 'edit')
     
     	foreach($arrayofparameters as $key => $val)
     	{
    -		if (isset($val['enabled']) && empty($val['enabled'])) continue;
    -
     		print '<tr class="oddeven"><td>';
     		print $form->textwithpicto($langs->trans($key),$langs->trans($key.'Tooltip'));
     		print '</td><td><input name="'.$key.'"  class="flat '.(empty($val['css'])?'minwidth200':$val['css']).'" value="' . $conf->global->$key . '"></td></tr>';
     	}
    -
     	print '</table>';
     
     	print '<br><div class="center">';
    @@ -117,21 +114,28 @@ if ($action == 'edit')
     }
     else
     {
    -	print '<table class="noborder" width="100%">';
    -	print '<tr class="liste_titre"><td class="titlefield">'.$langs->trans("Parameter").'</td><td>'.$langs->trans("Value").'</td></tr>';
    -
    -	foreach($arrayofparameters as $key => $val)
    +	if (! empty($arrayofparameters))
     	{
    -		print '<tr class="oddeven"><td>';
    -		print $form->textwithpicto($langs->trans($key),$langs->trans($key.'Tooltip'));
    -		print '</td><td>' . $conf->global->$key . '</td></tr>';
    +		print '<table class="noborder" width="100%">';
    +		print '<tr class="liste_titre"><td class="titlefield">'.$langs->trans("Parameter").'</td><td>'.$langs->trans("Value").'</td></tr>';
    +
    +		foreach($arrayofparameters as $key => $val)
    +		{
    +			print '<tr class="oddeven"><td>';
    +			print $form->textwithpicto($langs->trans($key),$langs->trans($key.'Tooltip'));
    +			print '</td><td>' . $conf->global->$key . '</td></tr>';
    +		}
    +
    +		print '</table>';
    +
    +		print '<div class="tabsAction">';
    +		print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?action=edit">'.$langs->trans("Modify").'</a>';
    +		print '</div>';
    +	}
    +	else
    +	{
    +		print '<br>'.$langs->trans("NothingToSetup");
     	}
    -
    -	print '</table>';
    -
    -	print '<div class="tabsAction">';
    -	print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?action=edit">'.$langs->trans("Modify").'</a>';
    -	print '</div>';
     }
     
     
    @@ -140,3 +144,4 @@ dol_fiche_end();
     
     llxFooter();
     $db->close();
    +
    diff --git a/htdocs/modulebuilder/template/class/actions_mymodule.class.php b/htdocs/modulebuilder/template/class/actions_mymodule.class.php
    index 789e4e469f9..7d85d804d25 100644
    --- a/htdocs/modulebuilder/template/class/actions_mymodule.class.php
    +++ b/htdocs/modulebuilder/template/class/actions_mymodule.class.php
    @@ -32,10 +32,12 @@ class ActionsMyModule
          * @var DoliDB Database handler.
          */
         public $db;
    +
         /**
    -     * @var string Error
    +     * @var string Error code (or message)
          */
         public $error = '';
    +
         /**
          * @var array Errors
          */
    @@ -240,5 +242,4 @@ class ActionsMyModule
     	}
     
     	/* Add here any other hooked methods... */
    -
     }
    diff --git a/htdocs/modulebuilder/template/class/api_mymodule.class.php b/htdocs/modulebuilder/template/class/api_mymodule.class.php
    index 50527690bbb..ab559a26612 100644
    --- a/htdocs/modulebuilder/template/class/api_mymodule.class.php
    +++ b/htdocs/modulebuilder/template/class/api_mymodule.class.php
    @@ -120,6 +120,7 @@ class MyModuleApi extends DolibarrApi
             $restictonsocid = 0;	// Set to 1 if there is a field socid in table of object
     
             // If the internal user must only see his customers, force searching by him
    +        $search_sale = 0;
             if ($restictonsocid && ! DolibarrApiAccess::$user->rights->societe->client->voir && !$socid) $search_sale = DolibarrApiAccess::$user->id;
     
             $sql = "SELECT t.rowid";
    @@ -279,7 +280,6 @@ class MyModuleApi extends DolibarrApi
                     'message' => 'MyObject deleted'
                 )
             );
    -
         }
     
     
    diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php
    index 15e7a7f84dd..ec4b95ad94c 100644
    --- a/htdocs/modulebuilder/template/class/myobject.class.php
    +++ b/htdocs/modulebuilder/template/class/myobject.class.php
    @@ -36,22 +36,22 @@ class MyObject extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element = 'myobject';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'mymodule_myobject';
    -	
    +
     	/**
     	 * @var int  Does myobject support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
     	 */
     	public $ismultientitymanaged = 0;
    -	
    +
     	/**
     	 * @var int  Does myobject support extrafields ? 0=No, 1=Yes
     	 */
     	public $isextrafieldmanaged = 1;
    -	
    +
     	/**
     	 * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
     	 */
    @@ -101,12 +101,33 @@ class MyObject extends CommonObject
     	    'status'        =>array('type'=>'integer',      'label'=>'Status',           'enabled'=>1, 'visible'=>1,  'notnull'=>1, 'default'=>0, 'index'=>1,  'position'=>1000, 'arrayofkeyval'=>array(0=>'Draft', 1=>'Active', -1=>'Cancel')),
     	);
     
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
    +
    +	/**
    +	 * @var string Ref
    +	 */
     	public $ref;
    +
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
    -	public $label;
    +
    +	/**
    +     * @var string label
    +     */
    +    public $label;
    +
     	public $amount;
    +
    +	/**
    +	 * @var int Status
    +	 */
     	public $status;
    +
     	public $date_creation;
     	public $tms;
     	public $fk_user_creat;
    @@ -122,22 +143,22 @@ class MyObject extends CommonObject
     	 * @var int    Name of subtable line
     	 */
     	//public $table_element_line = 'myobjectdet';
    -	
    +
     	/**
     	 * @var int    Field with ID of parent key if this field has a parent
     	 */
     	//public $fk_element = 'fk_myobject';
    -	
    +
     	/**
     	 * @var int    Name of subtable class that manage subtable lines
     	 */
     	//public $class_element_line = 'MyObjectline';
    -	
    +
     	/**
     	 * @var array  Array of child tables (child tables to delete before deleting a record)
     	 */
     	//protected $childtables=array('myobjectdet');
    -	
    +
     	/**
     	 * @var MyObjectLine[]     Array of subtable lines
     	 */
    @@ -190,7 +211,7 @@ class MyObject extends CommonObject
     	 */
     	public function createFromClone(User $user, $fromid)
     	{
    -		global $hookmanager, $langs;
    +		global $langs, $hookmanager, $extrafields;
     	    $error = 0;
     
     	    dol_syslog(__METHOD__, LOG_DEBUG);
    @@ -210,6 +231,20 @@ class MyObject extends CommonObject
     	    $object->ref = "copy_of_".$object->ref;
     	    $object->title = $langs->trans("CopyOf")." ".$object->title;
     	    // ...
    +	    // Clear extrafields that are unique
    +	    if (is_array($object->array_options) && count($object->array_options) > 0)
    +	    {
    +	    	$extrafields->fetch_name_optionals_label($this->element);
    +	    	foreach($object->array_options as $key => $option)
    +	    	{
    +	    		$shortkey = preg_replace('/options_/', '', $key);
    +	    		if (! empty($extrafields->attributes[$this->element]['unique'][$shortkey]))
    +	    		{
    +	    			//var_dump($key); var_dump($clonedObj->array_options[$key]); exit;
    +	    			unset($object->array_options[$key]);
    +	    		}
    +	    	}
    +	    }
     
     	    // Create clone
     		$object->context['createfromclone'] = 'createfromclone';
    @@ -347,7 +382,7 @@ class MyObject extends CommonObject
     		$result .= $linkend;
     		//if ($withpicto != 2) $result.=(($addlabel && $this->label) ? $sep . dol_trunc($this->label, ($addlabel > 1 ? $addlabel : 0)) : '');
     
    -		global $action;
    +		global $action,$hookmanager;
     		$hookmanager->initHooks(array('myobjectdao'));
     		$parameters=array('id'=>$this->id, 'getnomurl'=>$result);
     		$reshook=$hookmanager->executeHooks('getNomUrl',$parameters,$this,$action);    // Note that $action and $object may have been modified by some hooks
    @@ -368,6 +403,7 @@ class MyObject extends CommonObject
     		return $this->LibStatut($this->status, $mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return the status
     	 *
    @@ -377,6 +413,7 @@ class MyObject extends CommonObject
     	 */
     	function LibStatut($status, $mode=0)
     	{
    +		// phpcs:enable
     		if (empty($this->labelstatus))
     		{
     			global $langs;
    @@ -389,34 +426,34 @@ class MyObject extends CommonObject
     		{
     			return $this->labelstatus[$status];
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			return $this->labelstatus[$status];
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
    -			if ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
    +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4');
    -			if ($status == 0) return img_picto($this->labelstatus[$status],'statut5');
    +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 1) return img_picto($this->labelstatus[$status],'statut4').' '.$this->labelstatus[$status];
    -			if ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
    +			elseif ($status == 0) return img_picto($this->labelstatus[$status],'statut5').' '.$this->labelstatus[$status];
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
    -			if ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
    +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($status == 1) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut4');
    -			if ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
    +			elseif ($status == 0) return $this->labelstatus[$status].' '.img_picto($this->labelstatus[$status],'statut5');
     		}
     	}
     
    @@ -530,4 +567,4 @@ class MyObjectLine
     	// @var mixed Sample line property 2
     	public $prop2;
     }
    -*/
    \ No newline at end of file
    +*/
    diff --git a/htdocs/modulebuilder/template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php b/htdocs/modulebuilder/template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php
    index 533f07b3ba2..545e53d350a 100644
    --- a/htdocs/modulebuilder/template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php
    +++ b/htdocs/modulebuilder/template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php
    @@ -27,7 +27,7 @@ class mailing_mailinglist_mymodule_myobject extends MailingTargets
     	var $enabled=0;
     	var $require_module=array();
     	var $picto='mymodule@mymodule';
    -	
    +
     	/**
          * @var DoliDB Database handler.
          */
    @@ -92,6 +92,7 @@ class mailing_mailinglist_mymodule_myobject extends MailingTargets
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  This is the main function that returns the array of emails
     	 *
    @@ -101,6 +102,7 @@ class mailing_mailinglist_mymodule_myobject extends MailingTargets
     	 */
     	function add_to_target($mailing_id,$filtersarray=array())
     	{
    +        // phpcs:enable
     		$target = array();
     		$cibles = array();
     		$j = 0;
    @@ -199,6 +201,4 @@ class mailing_mailinglist_mymodule_myobject extends MailingTargets
     		if ($a < 0) return -1;
     		return $a;
     	}
    -
     }
    -
    diff --git a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
    index 8169cd9961f..b83580f4017 100644
    --- a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
    +++ b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php
    @@ -28,15 +28,11 @@
     include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php';
     
     
    -// The class name should start with a lower case mod for Dolibarr to pick it up
    -// so we ignore the Squiz.Classes.ValidClassName.NotCamelCaps rule.
    -// @codingStandardsIgnoreStart
     /**
      *  Description and activation class for module MyModule
      */
     class modMyModule extends DolibarrModules
     {
    -	// @codingStandardsIgnoreEnd
     	/**
     	 * Constructor. Define names, constants, directories, boxes, permissions
     	 *
    @@ -59,12 +55,12 @@ class modMyModule extends DolibarrModules
     		$this->family = "other";
     		// 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)
    +		// Gives the possibility for 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' => '01', 'label' => $langs->trans("MyOwnFamily")));
     
    -		// Module label (no space allowed), used if translation string 'ModuleMyModuleName' not found (MyModue is name of module).
    +		// Module label (no space allowed), used if translation string 'ModuleMyModuleName' not found (MyModule is name of module).
     		$this->name = preg_replace('/^mod/i','',get_class($this));
    -		// Module description, used if translation string 'ModuleMyModuleDesc' not found (MyModue is name of module).
    +		// Module description, used if translation string 'ModuleMyModuleDesc' not found (MyModule is name of module).
     		$this->description = "MyModuleDescription";
     		// Used only if file README.md and README-LL.md not found.
     		$this->descriptionlong = "MyModuleDescription (Long)";
    @@ -74,9 +70,9 @@ class modMyModule extends DolibarrModules
     
     		// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
     		$this->version = '1.0';
    -                
    -                //Url to the file with your last numberversion of this module
    -                $this->url_last_version = 'http://www.example.com/versionmodule.txt';
    +
    +        //Url to the file with your last numberversion of this module
    +        $this->url_last_version = 'http://www.example.com/versionmodule.txt';
     		// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
     		$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
     		// Name of image file used for this module.
    @@ -89,19 +85,19 @@ class modMyModule extends DolibarrModules
     		// for specific path of parts (eg: /mymodule/core/modules/barcode)
     		// for specific css file (eg: /mymodule/css/mymodule.css.php)
     		$this->module_parts = array(
    -		                        	'triggers' => 1,                                 	// Set this to 1 if module has its own trigger directory (core/triggers)
    -									'login' => 0,                                    	// Set this to 1 if module has its own login method file (core/login)
    -									'substitutions' => 1,                            	// Set this to 1 if module has its own substitution function file (core/substitutions)
    -									'menus' => 0,                                    	// Set this to 1 if module has its own menus handler directory (core/menus)
    -									'theme' => 0,                                    	// Set this to 1 if module has its own theme directory (theme)
    -		                        	'tpl' => 0,                                      	// Set this to 1 if module overwrite template dir (core/tpl)
    -									'barcode' => 0,                                  	// Set this to 1 if module has its own barcode directory (core/modules/barcode)
    -									'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('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'
    -									'moduleforexternal' => 0							// Set this to 1 if feature of module are opened to external users
    -		                        );
    +		    'triggers' => 1,                                 	// Set this to 1 if module has its own trigger directory (core/triggers)
    +			'login' => 0,                                    	// Set this to 1 if module has its own login method file (core/login)
    +			'substitutions' => 1,                            	// Set this to 1 if module has its own substitution function file (core/substitutions)
    +			'menus' => 0,                                    	// Set this to 1 if module has its own menus handler directory (core/menus)
    +			'theme' => 0,                                    	// Set this to 1 if module has its own theme directory (theme)
    +		    'tpl' => 0,                                      	// Set this to 1 if module overwrite template dir (core/tpl)
    +			'barcode' => 0,                                  	// Set this to 1 if module has its own barcode directory (core/modules/barcode)
    +			'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('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'
    +			'moduleforexternal' => 0							// Set this to 1 if feature of module are opened to external users
    +		);
     
     		// Data directories to create when module is enabled.
     		// Example: this->dirs = array("/mymodule/temp","/mymodule/subdir");
    @@ -204,10 +200,10 @@ class modMyModule extends DolibarrModules
     		// Cronjobs (List of cron jobs entries to add when module is enabled)
     		// unit_frequency must be 60 for minute, 3600 for hour, 86400 for day, 604800 for week
     		$this->cronjobs = array(
    -			0=>array('label'=>'MyJob label', 'jobtype'=>'method', 'class'=>'/mymodule/class/myobject.class.php', 'objectname'=>'MyObject', 'method'=>'doScheduledJob', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true)
    +			0=>array('label'=>'MyJob label', 'jobtype'=>'method', 'class'=>'/mymodule/class/myobject.class.php', 'objectname'=>'MyObject', 'method'=>'doScheduledJob', 'parameters'=>'', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>'$conf->mymodule->enabled')
     		);
    -		// Example: $this->cronjobs=array(0=>array('label'=>'My label', 'jobtype'=>'method', 'class'=>'/dir/class/file.class.php', 'objectname'=>'MyClass', 'method'=>'myMethod', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>true),
    -		//                                1=>array('label'=>'My label', 'jobtype'=>'command', 'command'=>'', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>1, 'unitfrequency'=>3600*24, 'status'=>0, 'test'=>true)
    +		// Example: $this->cronjobs=array(0=>array('label'=>'My label', 'jobtype'=>'method', 'class'=>'/dir/class/file.class.php', 'objectname'=>'MyClass', 'method'=>'myMethod', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>2, 'unitfrequency'=>3600, 'status'=>0, 'test'=>'$conf->mymodule->enabled'),
    +		//                                1=>array('label'=>'My label', 'jobtype'=>'command', 'command'=>'', 'parameters'=>'param1, param2', 'comment'=>'Comment', 'frequency'=>1, 'unitfrequency'=>3600*24, 'status'=>0, 'test'=>'$conf->mymodule->enabled')
     		// );
     
     
    @@ -350,5 +346,4 @@ class modMyModule extends DolibarrModules
     
     		return $this->_remove($sql, $options);
     	}
    -
     }
    diff --git a/htdocs/modulebuilder/template/core/triggers/interface_99_modMyModule_MyModuleTriggers.class.php b/htdocs/modulebuilder/template/core/triggers/interface_99_modMyModule_MyModuleTriggers.class.php
    index cfe49c8a737..1935054893b 100644
    --- a/htdocs/modulebuilder/template/core/triggers/interface_99_modMyModule_MyModuleTriggers.class.php
    +++ b/htdocs/modulebuilder/template/core/triggers/interface_99_modMyModule_MyModuleTriggers.class.php
    @@ -113,11 +113,6 @@ class InterfaceMyModuleTriggers extends DolibarrTriggers
     		    //case 'USER_SETINGROUP':
     		    //case 'USER_REMOVEFROMGROUP':
     
    -		    //case 'USER_LOGIN':
    -		    //case 'USER_LOGIN_FAILED':
    -		    //case 'USER_LOGOUT':
    -		    //case 'USER_UPDATE_SESSION':      // Warning: To increase performances, this action is triggered only if constant MAIN_ACTIVATE_UPDATESESSIONTRIGGER is set to 1.
    -
     		    // Actions
     		    //case 'ACTION_MODIFY':
     		    //case 'ACTION_CREATE':
    @@ -181,6 +176,7 @@ class InterfaceMyModuleTriggers extends DolibarrTriggers
     		    //case 'LINEORDER_SUPPLIER_DISPATCH':
     		    //case 'LINEORDER_SUPPLIER_CREATE':
     		    //case 'LINEORDER_SUPPLIER_UPDATE':
    +		    //case 'LINEORDER_SUPPLIER_DELETE':
     
     		    // Proposals
     		    //case 'PROPAL_CREATE':
    diff --git a/htdocs/modulebuilder/template/doc/user/Makefile b/htdocs/modulebuilder/template/doc/user/Makefile
    deleted file mode 100644
    index 5c33e8bf0a3..00000000000
    --- a/htdocs/modulebuilder/template/doc/user/Makefile
    +++ /dev/null
    @@ -1,225 +0,0 @@
    -# Makefile for Sphinx documentation
    -#
    -
    -# You can set these variables from the command line.
    -SPHINXOPTS    =
    -SPHINXBUILD   = sphinx-build
    -PAPER         =
    -BUILDDIR      = build
    -
    -# Internal variables.
    -PAPEROPT_a4     = -D latex_paper_size=a4
    -PAPEROPT_letter = -D latex_paper_size=letter
    -ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
    -# the i18n builder cannot share the environment and doctrees with the others
    -I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
    -
    -.PHONY: help
    -help:
    -	@echo "Please use \`make <target>' where <target> is one of"
    -	@echo "  html       to make standalone HTML files"
    -	@echo "  dirhtml    to make HTML files named index.html in directories"
    -	@echo "  singlehtml to make a single large HTML file"
    -	@echo "  pickle     to make pickle files"
    -	@echo "  json       to make JSON files"
    -	@echo "  htmlhelp   to make HTML files and a HTML help project"
    -	@echo "  qthelp     to make HTML files and a qthelp project"
    -	@echo "  applehelp  to make an Apple Help Book"
    -	@echo "  devhelp    to make HTML files and a Devhelp project"
    -	@echo "  epub       to make an epub"
    -	@echo "  epub3      to make an epub3"
    -	@echo "  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
    -	@echo "  latexpdf   to make LaTeX files and run them through pdflatex"
    -	@echo "  latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
    -	@echo "  text       to make text files"
    -	@echo "  man        to make manual pages"
    -	@echo "  texinfo    to make Texinfo files"
    -	@echo "  info       to make Texinfo files and run them through makeinfo"
    -	@echo "  gettext    to make PO message catalogs"
    -	@echo "  changes    to make an overview of all changed/added/deprecated items"
    -	@echo "  xml        to make Docutils-native XML files"
    -	@echo "  pseudoxml  to make pseudoxml-XML files for display purposes"
    -	@echo "  linkcheck  to check all external links for integrity"
    -	@echo "  doctest    to run all doctests embedded in the documentation (if enabled)"
    -	@echo "  coverage   to run coverage check of the documentation (if enabled)"
    -	@echo "  dummy      to check syntax errors of document sources"
    -
    -.PHONY: clean
    -clean:
    -	rm -rf $(BUILDDIR)/*
    -
    -.PHONY: html
    -html:
    -	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
    -	@echo
    -	@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
    -
    -.PHONY: dirhtml
    -dirhtml:
    -	$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
    -	@echo
    -	@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
    -
    -.PHONY: singlehtml
    -singlehtml:
    -	$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
    -	@echo
    -	@echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
    -
    -.PHONY: pickle
    -pickle:
    -	$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
    -	@echo
    -	@echo "Build finished; now you can process the pickle files."
    -
    -.PHONY: json
    -json:
    -	$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
    -	@echo
    -	@echo "Build finished; now you can process the JSON files."
    -
    -.PHONY: htmlhelp
    -htmlhelp:
    -	$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
    -	@echo
    -	@echo "Build finished; now you can run HTML Help Workshop with the" \
    -	      ".hhp project file in $(BUILDDIR)/htmlhelp."
    -
    -.PHONY: qthelp
    -qthelp:
    -	$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
    -	@echo
    -	@echo "Build finished; now you can run "qcollectiongenerator" with the" \
    -	      ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
    -	@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Mymodule.qhcp"
    -	@echo "To view the help file:"
    -	@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/Mymodule.qhc"
    -
    -.PHONY: applehelp
    -applehelp:
    -	$(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp
    -	@echo
    -	@echo "Build finished. The help book is in $(BUILDDIR)/applehelp."
    -	@echo "N.B. You won't be able to view it unless you put it in" \
    -	      "~/Library/Documentation/Help or install it in your application" \
    -	      "bundle."
    -
    -.PHONY: devhelp
    -devhelp:
    -	$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
    -	@echo
    -	@echo "Build finished."
    -	@echo "To view the help file:"
    -	@echo "# mkdir -p $$HOME/.local/share/devhelp/Mymodule"
    -	@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Mymodule"
    -	@echo "# devhelp"
    -
    -.PHONY: epub
    -epub:
    -	$(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
    -	@echo
    -	@echo "Build finished. The epub file is in $(BUILDDIR)/epub."
    -
    -.PHONY: epub3
    -epub3:
    -	$(SPHINXBUILD) -b epub3 $(ALLSPHINXOPTS) $(BUILDDIR)/epub3
    -	@echo
    -	@echo "Build finished. The epub3 file is in $(BUILDDIR)/epub3."
    -
    -.PHONY: latex
    -latex:
    -	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
    -	@echo
    -	@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
    -	@echo "Run \`make' in that directory to run these through (pdf)latex" \
    -	      "(use \`make latexpdf' here to do that automatically)."
    -
    -.PHONY: latexpdf
    -latexpdf:
    -	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
    -	@echo "Running LaTeX files through pdflatex..."
    -	$(MAKE) -C $(BUILDDIR)/latex all-pdf
    -	@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
    -
    -.PHONY: latexpdfja
    -latexpdfja:
    -	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
    -	@echo "Running LaTeX files through platex and dvipdfmx..."
    -	$(MAKE) -C $(BUILDDIR)/latex all-pdf-ja
    -	@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
    -
    -.PHONY: text
    -text:
    -	$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
    -	@echo
    -	@echo "Build finished. The text files are in $(BUILDDIR)/text."
    -
    -.PHONY: man
    -man:
    -	$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
    -	@echo
    -	@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
    -
    -.PHONY: texinfo
    -texinfo:
    -	$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
    -	@echo
    -	@echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
    -	@echo "Run \`make' in that directory to run these through makeinfo" \
    -	      "(use \`make info' here to do that automatically)."
    -
    -.PHONY: info
    -info:
    -	$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
    -	@echo "Running Texinfo files through makeinfo..."
    -	make -C $(BUILDDIR)/texinfo info
    -	@echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
    -
    -.PHONY: gettext
    -gettext:
    -	$(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
    -	@echo
    -	@echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
    -
    -.PHONY: changes
    -changes:
    -	$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
    -	@echo
    -	@echo "The overview file is in $(BUILDDIR)/changes."
    -
    -.PHONY: linkcheck
    -linkcheck:
    -	$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
    -	@echo
    -	@echo "Link check complete; look for any errors in the above output " \
    -	      "or in $(BUILDDIR)/linkcheck/output.txt."
    -
    -.PHONY: doctest
    -doctest:
    -	$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
    -	@echo "Testing of doctests in the sources finished, look at the " \
    -	      "results in $(BUILDDIR)/doctest/output.txt."
    -
    -.PHONY: coverage
    -coverage:
    -	$(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage
    -	@echo "Testing of coverage in the sources finished, look at the " \
    -	      "results in $(BUILDDIR)/coverage/python.txt."
    -
    -.PHONY: xml
    -xml:
    -	$(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml
    -	@echo
    -	@echo "Build finished. The XML files are in $(BUILDDIR)/xml."
    -
    -.PHONY: pseudoxml
    -pseudoxml:
    -	$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
    -	@echo
    -	@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
    -
    -.PHONY: dummy
    -dummy:
    -	$(SPHINXBUILD) -b dummy $(ALLSPHINXOPTS) $(BUILDDIR)/dummy
    -	@echo
    -	@echo "Build finished. Dummy builder generates no files."
    diff --git a/htdocs/modulebuilder/template/doc/user/make.bat b/htdocs/modulebuilder/template/doc/user/make.bat
    deleted file mode 100644
    index 35018adf3ba..00000000000
    --- a/htdocs/modulebuilder/template/doc/user/make.bat
    +++ /dev/null
    @@ -1,281 +0,0 @@
    -@ECHO OFF
    -
    -REM Command file for Sphinx documentation
    -
    -if "%SPHINXBUILD%" == "" (
    -	set SPHINXBUILD=sphinx-build
    -)
    -set BUILDDIR=build
    -set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
    -set I18NSPHINXOPTS=%SPHINXOPTS% source
    -if NOT "%PAPER%" == "" (
    -	set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
    -	set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
    -)
    -
    -if "%1" == "" goto help
    -
    -if "%1" == "help" (
    -	:help
    -	echo.Please use `make ^<target^>` where ^<target^> is one of
    -	echo.  html       to make standalone HTML files
    -	echo.  dirhtml    to make HTML files named index.html in directories
    -	echo.  singlehtml to make a single large HTML file
    -	echo.  pickle     to make pickle files
    -	echo.  json       to make JSON files
    -	echo.  htmlhelp   to make HTML files and a HTML help project
    -	echo.  qthelp     to make HTML files and a qthelp project
    -	echo.  devhelp    to make HTML files and a Devhelp project
    -	echo.  epub       to make an epub
    -	echo.  epub3      to make an epub3
    -	echo.  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter
    -	echo.  text       to make text files
    -	echo.  man        to make manual pages
    -	echo.  texinfo    to make Texinfo files
    -	echo.  gettext    to make PO message catalogs
    -	echo.  changes    to make an overview over all changed/added/deprecated items
    -	echo.  xml        to make Docutils-native XML files
    -	echo.  pseudoxml  to make pseudoxml-XML files for display purposes
    -	echo.  linkcheck  to check all external links for integrity
    -	echo.  doctest    to run all doctests embedded in the documentation if enabled
    -	echo.  coverage   to run coverage check of the documentation if enabled
    -	echo.  dummy      to check syntax errors of document sources
    -	goto end
    -)
    -
    -if "%1" == "clean" (
    -	for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
    -	del /q /s %BUILDDIR%\*
    -	goto end
    -)
    -
    -
    -REM Check if sphinx-build is available and fallback to Python version if any
    -%SPHINXBUILD% 1>NUL 2>NUL
    -if errorlevel 9009 goto sphinx_python
    -goto sphinx_ok
    -
    -:sphinx_python
    -
    -set SPHINXBUILD=python -m sphinx.__init__
    -%SPHINXBUILD% 2> nul
    -if errorlevel 9009 (
    -	echo.
    -	echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
    -	echo.installed, then set the SPHINXBUILD environment variable to point
    -	echo.to the full path of the 'sphinx-build' executable. Alternatively you
    -	echo.may add the Sphinx directory to PATH.
    -	echo.
    -	echo.If you don't have Sphinx installed, grab it from
    -	echo.http://sphinx-doc.org/
    -	exit /b 1
    -)
    -
    -:sphinx_ok
    -
    -
    -if "%1" == "html" (
    -	%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The HTML pages are in %BUILDDIR%/html.
    -	goto end
    -)
    -
    -if "%1" == "dirhtml" (
    -	%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
    -	goto end
    -)
    -
    -if "%1" == "singlehtml" (
    -	%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
    -	goto end
    -)
    -
    -if "%1" == "pickle" (
    -	%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished; now you can process the pickle files.
    -	goto end
    -)
    -
    -if "%1" == "json" (
    -	%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished; now you can process the JSON files.
    -	goto end
    -)
    -
    -if "%1" == "htmlhelp" (
    -	%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished; now you can run HTML Help Workshop with the ^
    -.hhp project file in %BUILDDIR%/htmlhelp.
    -	goto end
    -)
    -
    -if "%1" == "qthelp" (
    -	%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished; now you can run "qcollectiongenerator" with the ^
    -.qhcp project file in %BUILDDIR%/qthelp, like this:
    -	echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Mymodule.qhcp
    -	echo.To view the help file:
    -	echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Mymodule.ghc
    -	goto end
    -)
    -
    -if "%1" == "devhelp" (
    -	%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished.
    -	goto end
    -)
    -
    -if "%1" == "epub" (
    -	%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The epub file is in %BUILDDIR%/epub.
    -	goto end
    -)
    -
    -if "%1" == "epub3" (
    -	%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
    -	goto end
    -)
    -
    -if "%1" == "latex" (
    -	%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
    -	goto end
    -)
    -
    -if "%1" == "latexpdf" (
    -	%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
    -	cd %BUILDDIR%/latex
    -	make all-pdf
    -	cd %~dp0
    -	echo.
    -	echo.Build finished; the PDF files are in %BUILDDIR%/latex.
    -	goto end
    -)
    -
    -if "%1" == "latexpdfja" (
    -	%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
    -	cd %BUILDDIR%/latex
    -	make all-pdf-ja
    -	cd %~dp0
    -	echo.
    -	echo.Build finished; the PDF files are in %BUILDDIR%/latex.
    -	goto end
    -)
    -
    -if "%1" == "text" (
    -	%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The text files are in %BUILDDIR%/text.
    -	goto end
    -)
    -
    -if "%1" == "man" (
    -	%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The manual pages are in %BUILDDIR%/man.
    -	goto end
    -)
    -
    -if "%1" == "texinfo" (
    -	%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
    -	goto end
    -)
    -
    -if "%1" == "gettext" (
    -	%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
    -	goto end
    -)
    -
    -if "%1" == "changes" (
    -	%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.The overview file is in %BUILDDIR%/changes.
    -	goto end
    -)
    -
    -if "%1" == "linkcheck" (
    -	%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Link check complete; look for any errors in the above output ^
    -or in %BUILDDIR%/linkcheck/output.txt.
    -	goto end
    -)
    -
    -if "%1" == "doctest" (
    -	%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Testing of doctests in the sources finished, look at the ^
    -results in %BUILDDIR%/doctest/output.txt.
    -	goto end
    -)
    -
    -if "%1" == "coverage" (
    -	%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Testing of coverage in the sources finished, look at the ^
    -results in %BUILDDIR%/coverage/python.txt.
    -	goto end
    -)
    -
    -if "%1" == "xml" (
    -	%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The XML files are in %BUILDDIR%/xml.
    -	goto end
    -)
    -
    -if "%1" == "pseudoxml" (
    -	%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
    -	goto end
    -)
    -
    -if "%1" == "dummy" (
    -	%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
    -	if errorlevel 1 exit /b 1
    -	echo.
    -	echo.Build finished. Dummy builder generates no files.
    -	goto end
    -)
    -
    -:end
    diff --git a/htdocs/modulebuilder/template/doc/user/source/conf.py b/htdocs/modulebuilder/template/doc/user/source/conf.py
    deleted file mode 100644
    index 130bd5a12e5..00000000000
    --- a/htdocs/modulebuilder/template/doc/user/source/conf.py
    +++ /dev/null
    @@ -1,428 +0,0 @@
    -#!/usr/bin/env python3
    -# -*- coding: utf-8 -*-
    -#
    -# My Module documentation build configuration file, created by
    -# sphinx-quickstart on Mon Sep 26 17:54:17 2016.
    -#
    -# This file is execfile()d with the current directory set to its
    -# containing dir.
    -#
    -# Note that not all possible configuration values are present in this
    -# autogenerated file.
    -#
    -# All configuration values have a default; values that are commented out
    -# serve to show the default.
    -
    -# If extensions (or modules to document with autodoc) are in another directory,
    -# add these directories to sys.path here. If the directory is relative to the
    -# documentation root, use os.path.abspath to make it absolute, like shown here.
    -#
    -# import os
    -# import sys
    -# sys.path.insert(0, os.path.abspath('.'))
    -
    -# -- General configuration ------------------------------------------------
    -
    -# If your documentation needs a minimal Sphinx version, state it here.
    -#
    -# needs_sphinx = '1.0'
    -
    -# Add any Sphinx extension module names here, as strings. They can be
    -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
    -# ones.
    -extensions = [
    -    'sphinx.ext.todo',
    -    'sphinx.ext.imgmath',
    -    'sphinx.ext.githubpages',
    -]
    -
    -# Add any paths that contain templates here, relative to this directory.
    -templates_path = ['_templates']
    -
    -# The suffix(es) of source filenames.
    -# You can specify multiple suffix as a list of string:
    -#
    -# source_suffix = ['.rst', '.md']
    -source_suffix = '.rst'
    -
    -# The encoding of source files.
    -#
    -# source_encoding = 'utf-8-sig'
    -
    -# The master toctree document.
    -master_doc = 'index'
    -
    -# General information about the project.
    -project = 'My Module'
    -copyright = '2016, Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>'
    -author = 'Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>'
    -
    -# The version info for the project you're documenting, acts as replacement for
    -# |version| and |release|, also used in various other places throughout the
    -# built documents.
    -#
    -# The short X.Y version.
    -version = 'development'
    -# The full version, including alpha/beta/rc tags.
    -release = 'development'
    -
    -# The language for content autogenerated by Sphinx. Refer to documentation
    -# for a list of supported languages.
    -#
    -# This is also used if you do content translation via gettext catalogs.
    -# Usually you set "language" from the command line for these cases.
    -language = None
    -
    -# There are two options for replacing |today|: either, you set today to some
    -# non-false value, then it is used:
    -#
    -# today = ''
    -#
    -# Else, today_fmt is used as the format for a strftime call.
    -#
    -# today_fmt = '%B %d, %Y'
    -
    -# List of patterns, relative to source directory, that match files and
    -# directories to ignore when looking for source files.
    -# This patterns also effect to html_static_path and html_extra_path
    -exclude_patterns = []
    -
    -# The reST default role (used for this markup: `text`) to use for all
    -# documents.
    -#
    -# default_role = None
    -
    -# If true, '()' will be appended to :func: etc. cross-reference text.
    -#
    -# add_function_parentheses = True
    -
    -# If true, the current module name will be prepended to all description
    -# unit titles (such as .. function::).
    -#
    -# add_module_names = True
    -
    -# If true, sectionauthor and moduleauthor directives will be shown in the
    -# output. They are ignored by default.
    -#
    -# show_authors = False
    -
    -# The name of the Pygments (syntax highlighting) style to use.
    -pygments_style = 'sphinx'
    -
    -# A list of ignored prefixes for module index sorting.
    -# modindex_common_prefix = []
    -
    -# If true, keep warnings as "system message" paragraphs in the built documents.
    -# keep_warnings = False
    -
    -# If true, `todo` and `todoList` produce output, else they produce nothing.
    -todo_include_todos = True
    -
    -
    -# -- Options for HTML output ----------------------------------------------
    -
    -# The theme to use for HTML and HTML Help pages.  See the documentation for
    -# a list of builtin themes.
    -#
    -html_theme = 'alabaster'
    -
    -# Theme options are theme-specific and customize the look and feel of a theme
    -# further.  For a list of options available for each theme, see the
    -# documentation.
    -#
    -# html_theme_options = {}
    -
    -# Add any paths that contain custom themes here, relative to this directory.
    -# html_theme_path = []
    -
    -# The name for this set of Sphinx documents.
    -# "<project> v<release> documentation" by default.
    -#
    -# html_title = 'My Module vdevelopment'
    -
    -# A shorter title for the navigation bar.  Default is the same as html_title.
    -#
    -# html_short_title = None
    -
    -# The name of an image file (relative to this directory) to place at the top
    -# of the sidebar.
    -#
    -# html_logo = None
    -
    -# The name of an image file (relative to this directory) to use as a favicon of
    -# the docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
    -# pixels large.
    -#
    -# html_favicon = None
    -
    -# Add any paths that contain custom static files (such as style sheets) here,
    -# relative to this directory. They are copied after the builtin static files,
    -# so a file named "default.css" will overwrite the builtin "default.css".
    -html_static_path = ['_static']
    -
    -# Add any extra paths that contain custom files (such as robots.txt or
    -# .htaccess) here, relative to this directory. These files are copied
    -# directly to the root of the documentation.
    -#
    -# html_extra_path = []
    -
    -# If not None, a 'Last updated on:' timestamp is inserted at every page
    -# bottom, using the given strftime format.
    -# The empty string is equivalent to '%b %d, %Y'.
    -#
    -# html_last_updated_fmt = None
    -
    -# If true, SmartyPants will be used to convert quotes and dashes to
    -# typographically correct entities.
    -#
    -# html_use_smartypants = True
    -
    -# Custom sidebar templates, maps document names to template names.
    -#
    -# html_sidebars = {}
    -
    -# Additional templates that should be rendered to pages, maps page names to
    -# template names.
    -#
    -# html_additional_pages = {}
    -
    -# If false, no module index is generated.
    -#
    -# html_domain_indices = True
    -
    -# If false, no index is generated.
    -#
    -# html_use_index = True
    -
    -# If true, the index is split into individual pages for each letter.
    -#
    -# html_split_index = False
    -
    -# If true, links to the reST sources are added to the pages.
    -#
    -# html_show_sourcelink = True
    -
    -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
    -#
    -# html_show_sphinx = True
    -
    -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
    -#
    -# html_show_copyright = True
    -
    -# If true, an OpenSearch description file will be output, and all pages will
    -# contain a <link> tag referring to it.  The value of this option must be the
    -# base URL from which the finished HTML is served.
    -#
    -# html_use_opensearch = ''
    -
    -# This is the file name suffix for HTML files (e.g. ".xhtml").
    -# html_file_suffix = None
    -
    -# Language to be used for generating the HTML full-text search index.
    -# Sphinx supports the following languages:
    -#   'da', 'de', 'en', 'es', 'fi', 'fr', 'h', 'it', 'ja'
    -#   'nl', 'no', 'pt', 'ro', 'r', 'sv', 'tr', 'zh'
    -#
    -# html_search_language = 'en'
    -
    -# A dictionary with options for the search language support, empty by default.
    -# 'ja' uses this config value.
    -# 'zh' user can custom change `jieba` dictionary path.
    -#
    -# html_search_options = {'type': 'default'}
    -
    -# The name of a javascript file (relative to the configuration directory) that
    -# implements a search results scorer. If empty, the default will be used.
    -#
    -# html_search_scorer = 'scorer.js'
    -
    -# Output file base name for HTML help builder.
    -htmlhelp_basename = 'Mymoduledoc'
    -
    -# -- Options for LaTeX output ---------------------------------------------
    -
    -latex_elements = {
    -     # The paper size ('letterpaper' or 'a4paper').
    -     #
    -     # 'papersize': 'letterpaper',
    -
    -     # The font size ('10pt', '11pt' or '12pt').
    -     #
    -     # 'pointsize': '10pt',
    -
    -     # Additional stuff for the LaTeX preamble.
    -     #
    -     # 'preamble': '',
    -
    -     # Latex figure (float) alignment
    -     #
    -     # 'figure_align': 'htbp',
    -}
    -
    -# Grouping the document tree into LaTeX files. List of tuples
    -# (source start file, target name, title,
    -#  author, documentclass [howto, manual, or own class]).
    -latex_documents = [
    -    (master_doc, 'Mymodule.tex', 'My Module Documentation',
    -     'Raphaël Doursenaud \\textless{}rdoursenaud@gpcsolutions.fr\\textgreater{}', 'manual'),
    -]
    -
    -# The name of an image file (relative to this directory) to place at the top of
    -# the title page.
    -#
    -# latex_logo = None
    -
    -# For "manual" documents, if this is true, then toplevel headings are parts,
    -# not chapters.
    -#
    -# latex_use_parts = False
    -
    -# If true, show page references after internal links.
    -#
    -# latex_show_pagerefs = False
    -
    -# If true, show URL addresses after external links.
    -#
    -# latex_show_urls = False
    -
    -# Documents to append as an appendix to all manuals.
    -#
    -# latex_appendices = []
    -
    -# It false, will not define \strong, \code, 	itleref, \crossref ... but only
    -# \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added
    -# packages.
    -#
    -# latex_keep_old_macro_names = True
    -
    -# If false, no module index is generated.
    -#
    -# latex_domain_indices = True
    -
    -
    -# -- Options for manual page output ---------------------------------------
    -
    -# One entry per manual page. List of tuples
    -# (source start file, name, description, authors, manual section).
    -man_pages = [
    -    (master_doc, 'mymodule', 'My Module Documentation',
    -     [author], 1)
    -]
    -
    -# If true, show URL addresses after external links.
    -#
    -# man_show_urls = False
    -
    -
    -# -- Options for Texinfo output -------------------------------------------
    -
    -# Grouping the document tree into Texinfo files. List of tuples
    -# (source start file, target name, title, author,
    -#  dir menu entry, description, category)
    -texinfo_documents = [
    -    (master_doc, 'Mymodule', 'My Module Documentation',
    -     author, 'Mymodule', 'One line description of project.',
    -     'Miscellaneous'),
    -]
    -
    -# Documents to append as an appendix to all manuals.
    -#
    -# texinfo_appendices = []
    -
    -# If false, no module index is generated.
    -#
    -# texinfo_domain_indices = True
    -
    -# How to display URL addresses: 'footnote', 'no', or 'inline'.
    -#
    -# texinfo_show_urls = 'footnote'
    -
    -# If true, do not generate a @detailmenu in the "Top" node's menu.
    -#
    -# texinfo_no_detailmenu = False
    -
    -
    -# -- Options for Epub output ----------------------------------------------
    -
    -# Bibliographic Dublin Core info.
    -epub_title = project
    -epub_author = author
    -epub_publisher = author
    -epub_copyright = copyright
    -
    -# The basename for the epub file. It defaults to the project name.
    -# epub_basename = project
    -
    -# The HTML theme for the epub output. Since the default themes are not
    -# optimized for small screen space, using the same theme for HTML and epub
    -# output is usually not wise. This defaults to 'epub', a theme designed to save
    -# visual space.
    -#
    -# epub_theme = 'epub'
    -
    -# The language of the text. It defaults to the language option
    -# or 'en' if the language is not set.
    -#
    -# epub_language = ''
    -
    -# The scheme of the identifier. Typical schemes are ISBN or URL.
    -# epub_scheme = ''
    -
    -# The unique identifier of the text. This can be a ISBN number
    -# or the project homepage.
    -#
    -# epub_identifier = ''
    -
    -# A unique identification for the text.
    -#
    -# epub_uid = ''
    -
    -# A tuple containing the cover image and cover page html template filenames.
    -#
    -# epub_cover = ()
    -
    -# A sequence of (type, uri, title) tuples for the guide element of content.opf.
    -#
    -# epub_guide = ()
    -
    -# HTML files that should be inserted before the pages created by sphinx.
    -# The format is a list of tuples containing the path and title.
    -#
    -# epub_pre_files = []
    -
    -# HTML files that should be inserted after the pages created by sphinx.
    -# The format is a list of tuples containing the path and title.
    -#
    -# epub_post_files = []
    -
    -# A list of files that should not be packed into the epub file.
    -epub_exclude_files = ['search.html']
    -
    -# The depth of the table of contents in toc.ncx.
    -#
    -# epub_tocdepth = 3
    -
    -# Allow duplicate toc entries.
    -#
    -# epub_tocdup = True
    -
    -# Choose between 'default' and 'includehidden'.
    -#
    -# epub_tocscope = 'default'
    -
    -# Fix unsupported image types using the Pillow.
    -#
    -# epub_fix_images = False
    -
    -# Scale large images.
    -#
    -# epub_max_image_width = 0
    -
    -# How to display URL addresses: 'footnote', 'no', or 'inline'.
    -#
    -# epub_show_urls = 'inline'
    -
    -# If false, no index is generated.
    -#
    -# epub_use_index = True
    diff --git a/htdocs/modulebuilder/template/doc/user/source/index.rst b/htdocs/modulebuilder/template/doc/user/source/index.rst
    deleted file mode 100644
    index 48f2a6e49d8..00000000000
    --- a/htdocs/modulebuilder/template/doc/user/source/index.rst
    +++ /dev/null
    @@ -1,22 +0,0 @@
    -.. My Module documentation master file, created by
    -   sphinx-quickstart on Mon Sep 26 17:54:17 2016.
    -   You can adapt this file completely to your liking, but it should at least
    -   contain the root `toctree` directive.
    -
    -Welcome to My Module's documentation!
    -=====================================
    -
    -Contents:
    -
    -.. toctree::
    -   :maxdepth: 2
    -
    -
    -
    -Indices and tables
    -==================
    -
    -* :ref:`genindex`
    -* :ref:`modindex`
    -* :ref:`search`
    -
    diff --git a/htdocs/modulebuilder/template/myobject_card.php b/htdocs/modulebuilder/template/myobject_card.php
    index c6d870c9f4f..26643bd7c33 100644
    --- a/htdocs/modulebuilder/template/myobject_card.php
    +++ b/htdocs/modulebuilder/template/myobject_card.php
    @@ -88,19 +88,18 @@ $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 (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, 'mymodule', $id);
    -
     // 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
     
    +// 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, 'mymodule', $object->id);
     
     
     /*
    @@ -126,6 +125,9 @@ if (empty($reshook))
     	// Actions cancel, add, update, delete or clone
     	include DOL_DOCUMENT_ROOT.'/core/actions_addupdatedelete.inc.php';
     
    +	// Actions when linking object each other
    +	include DOL_DOCUMENT_ROOT.'/core/actions_dellink.inc.php';		// Must be include, not include_once
    +
     	// Actions when printing a doc from card
     	include DOL_DOCUMENT_ROOT.'/core/actions_printing.inc.php';
     
    @@ -271,12 +273,11 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
     	    $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;
    -	}
    +	// Call Hook 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;
    @@ -317,9 +318,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
     	        if (! empty($object->fk_project)) {
     	            $proj = new Project($db);
     	            $proj->fetch($object->fk_project);
    -	            $morehtmlref.='<a href="'.DOL_URL_ROOT.'/projet/card.php?id=' . $object->fk_project . '" title="' . $langs->trans('ShowProject') . '">';
    -	            $morehtmlref.=$proj->ref;
    -	            $morehtmlref.='</a>';
    +	            $morehtmlref.=$proj->getNomUrl();
     	        } else {
     	            $morehtmlref.='';
     	        }
    @@ -411,7 +410,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
     
     	// Select mail models is same action as presend
     	if (GETPOST('modelselected')) {
    -	    $action = 'presend';
    +		$action = 'presend';
     	}
     
     	if ($action != 'presend')
    diff --git a/htdocs/modulebuilder/template/myobject_list.php b/htdocs/modulebuilder/template/myobject_list.php
    index 3e73497b703..ece26aba6cb 100644
    --- a/htdocs/modulebuilder/template/myobject_list.php
    +++ b/htdocs/modulebuilder/template/myobject_list.php
    @@ -336,7 +336,7 @@ $arrayofmassactions =  array(
     	//'builddoc'=>$langs->trans("PDFMerge"),
     );
     if ($user->rights->mymodule->delete) $arrayofmassactions['predelete']=$langs->trans("Delete");
    -if (in_array($massaction, array('presend','predelete'))) $arrayofmassactions=array();
    +if (GETPOST('nomassaction','int') || in_array($massaction, array('presend','predelete'))) $arrayofmassactions=array();
     $massactionbutton=$form->selectMassAction('', $arrayofmassactions);
     
     print '<form method="POST" id="searchFormList" action="'.$_SERVER["PHP_SELF"].'">';
    @@ -352,7 +352,7 @@ print '<input type="hidden" name="contextpage" value="'.$contextpage.'">';
     $newcardbutton='';
     //if ($user->rights->mymodule->creer)
     //{
    -	$newcardbutton='<a class="butActionNew" href="card.php?action=create"><span class="valignmiddle">'.$langs->trans('New').'</span>';
    +	$newcardbutton='<a class="butActionNew" href="card.php?action=create&backtopage='.urlencode($_SERVER['PHP_SELF']).'"><span class="valignmiddle">'.$langs->trans('New').'</span>';
     	$newcardbutton.= '<span class="fa fa-plus-circle valignmiddle"></span>';
     	$newcardbutton.= '</a>';
     //}
    diff --git a/htdocs/multicurrency/class/multicurrency.class.php b/htdocs/multicurrency/class/multicurrency.class.php
    index c7822961570..549f0fd411a 100644
    --- a/htdocs/multicurrency/class/multicurrency.class.php
    +++ b/htdocs/multicurrency/class/multicurrency.class.php
    @@ -20,15 +20,14 @@
      */
     
     /**
    - * \file    dev/skeletons/skeleton_class.class.php
    - * \ingroup mymodule othermodule1 othermodule2
    - * \brief   This file is an example for a CRUD class file (Create/Read/Update/Delete)
    - *          Put some comments here
    + * \file    htdocs/multicurrency/class/multicurrency.class.php
    + * \ingroup multicurrency
    + * \brief   This file is a CRUD class file (Create/Read/Update/Delete) for multicurrency
      */
     
     // Put here all includes required by your class file
    -require_once DOL_DOCUMENT_ROOT . '/core/class/commonobject.class.php';
    -require_once DOL_DOCUMENT_ROOT ."/core/class/commonobjectline.class.php";
    +require_once DOL_DOCUMENT_ROOT .'/core/class/commonobject.class.php';
    +require_once DOL_DOCUMENT_ROOT .'/core/class/commonobjectline.class.php';
     
     /**
      * Class Currency
    @@ -42,12 +41,12 @@ class MultiCurrency extends CommonObject
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'multicurrency';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'multicurrency';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -62,32 +61,32 @@ class MultiCurrency extends CommonObject
     	 * @var mixed Sample property 1
     	 */
     	public $id;
    -	
    +
     	/**
     	 * @var mixed Sample property 1
     	 */
     	public $code;
    -	
    +
     	/**
     	 * @var mixed Sample property 2
     	 */
     	public $name;
    -	
    +
     	/**
    -	 * @var mixed Sample property 2
    +	 * @var int Entity
     	 */
     	public $entity;
    -	
    +
     	/**
     	 * @var mixed Sample property 2
     	 */
     	public $date_create;
    -	
    +
     	/**
     	 * @var mixed Sample property 2
     	 */
     	public $fk_user;
    -	
    +
     	/**
     	 * @var mixed Sample property 2
     	 */
    @@ -488,7 +487,6 @@ class MultiCurrency extends CommonObject
     			$this->rate = new CurrencyRate($this->db);
     			return $this->rate->fetch($obj->rowid);
     		}
    -
     	 }
     
     	 /**
    @@ -695,32 +693,32 @@ class CurrencyRate extends CommonObjectLine
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'multicurrency_rate';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'multicurrency_rate';
    -	
    +
     	/**
     	 * @var int ID
     	 */
     	public $id;
    -	
    +
     	/**
     	 * @var double Rate
     	 */
     	public $rate;
    -	
    +
     	/**
     	 * @var date Date synchronisation
     	 */
     	public $date_sync;
    -	
    +
     	/**
     	 * @var int Id of currency
     	 */
     	public $fk_multicurrency;
    -	
    +
     	/**
     	 * @var int Id of entity
     	 */
    @@ -940,5 +938,4 @@ class CurrencyRate extends CommonObjectLine
     			return 1;
     		}
     	}
    -
     }
    diff --git a/htdocs/opensurvey/card.php b/htdocs/opensurvey/card.php
    index 0df6400bcc9..2a2b3f85ae4 100644
    --- a/htdocs/opensurvey/card.php
    +++ b/htdocs/opensurvey/card.php
    @@ -1,6 +1,7 @@
     <?php
    -/* Copyright (C) 2013-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
    - * Copyright (C) 2014      Marcos García		<marcosgdf@gmail.com>
    +/* Copyright (C) 2013-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2014       Marcos García           <marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -306,7 +307,7 @@ print '</td></tr>';
     
     // Expire date
     print '<tr><td>'.$langs->trans('ExpireDate').'</td><td colspan="2">';
    -if ($action == 'edit') print $form->select_date($expiredate?$expiredate:$object->date_fin,'expire',0,0,0,'',1,0,1);
    +if ($action == 'edit') print $form->selectDate($expiredate?$expiredate:$object->date_fin, 'expire', 0, 0, 0, '', 1, 0);
     else
     {
         print dol_print_date($object->date_fin,'day');
    diff --git a/htdocs/opensurvey/class/opensurveysondage.class.php b/htdocs/opensurvey/class/opensurveysondage.class.php
    index c2036525b62..2e6789b3f89 100644
    --- a/htdocs/opensurvey/class/opensurveysondage.class.php
    +++ b/htdocs/opensurvey/class/opensurveysondage.class.php
    @@ -38,12 +38,12 @@ class Opensurveysondage extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='opensurvey_sondage';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='opensurvey_sondage';	
    -	
    +	public $table_element='opensurvey_sondage';
    +
         public $picto = 'opensurvey';
     
     	public $id_sondage;
    @@ -52,6 +52,10 @@ class Opensurveysondage extends CommonObject
     	 * @see description
     	 */
     	public $commentaires;
    +
    +	/**
    +	 * @var string description
    +	 */
     	public $description;
     
     	public $mail_admin;
    @@ -107,7 +111,6 @@ class Opensurveysondage extends CommonObject
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    @@ -467,6 +470,7 @@ class Opensurveysondage extends CommonObject
     		return $result;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return array of lines
     	 *
    @@ -474,6 +478,7 @@ class Opensurveysondage extends CommonObject
     	 */
     	function fetch_lines()
     	{
    +        // phpcs:enable
     		$ret=array();
     
     		$sql = "SELECT id_users, nom as name, reponses FROM ".MAIN_DB_PREFIX."opensurvey_user_studs";
    @@ -622,6 +627,7 @@ class Opensurveysondage extends CommonObject
     	    return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return label of status
     	 *
    @@ -631,6 +637,7 @@ class Opensurveysondage extends CommonObject
     	 */
     	function LibStatut($status,$mode)
     	{
    +        // phpcs:enable
     	    global $langs, $conf;
     
     	    //print 'x'.$status.'-'.$billed;
    @@ -671,5 +678,4 @@ class Opensurveysondage extends CommonObject
     	        if ($status==self::STATUS_CLOSED) return '<span class="hideonsmartphone">'.$langs->trans('Closed').' </span>'.img_picto($langs->trans('Closed'),'statut6');
     	    }
     	}
    -
     }
    diff --git a/htdocs/opensurvey/fonctions.php b/htdocs/opensurvey/fonctions.php
    index 6cd05444445..3df5b37c88f 100644
    --- a/htdocs/opensurvey/fonctions.php
    +++ b/htdocs/opensurvey/fonctions.php
    @@ -71,13 +71,15 @@ function opensurvey_prepare_head(Opensurveysondage $object)
      */
     function llxHeaderSurvey($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='')
     {
    +	global $conf, $mysoc;
    +
     	top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss); // Show html headers
     	print '<body id="mainbody" class="publicnewmemberform" style="margin-top: 10px;">';
     
     	// Print logo
     	if ($mysoc->logo) {
     		if (file_exists($conf->mycompany->dir_output.'/logos/thumbs/'.$mysoc->logo_small)) {
    -			$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file=thumbs/'.urlencode($mysoc->logo_small);
    +			$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$mysoc->logo_small);
     		}
     	}
     
    diff --git a/htdocs/opensurvey/results.php b/htdocs/opensurvey/results.php
    index 9672e310938..404843c3eed 100644
    --- a/htdocs/opensurvey/results.php
    +++ b/htdocs/opensurvey/results.php
    @@ -1,6 +1,7 @@
     <?php
    -/* Copyright (C) 2013-2015 Laurent Destailleur <eldy@users.sourceforge.net>
    - * Copyright (C) 2014      Marcos García       <marcosgdf@gmail.com>
    +/* Copyright (C) 2013-2015  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2014       Marcos García           <marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -458,7 +459,7 @@ print '</td></tr>';
     
     // Expire date
     print '<tr><td>'.$langs->trans('ExpireDate').'</td><td colspan="2">';
    -if ($action == 'edit') print $form->select_date($expiredate?$expiredate:$object->date_fin,'expire',0,0,0,'',1,0,1);
    +if ($action == 'edit') print $form->selectDate($expiredate?$expiredate:$object->date_fin, 'expire', 0, 0, 0, '', 1, 0);
     else print dol_print_date($object->date_fin,'day');
     print '</td></tr>';
     
    diff --git a/htdocs/opensurvey/wizard/create_survey.php b/htdocs/opensurvey/wizard/create_survey.php
    index d7c35fdd082..8664e616c55 100644
    --- a/htdocs/opensurvey/wizard/create_survey.php
    +++ b/htdocs/opensurvey/wizard/create_survey.php
    @@ -2,6 +2,7 @@
     /* Copyright (C) 2013-2014 Laurent Destailleur <eldy@users.sourceforge.net>
      * Copyright (C) 2014      Marcos García       <marcosgdf@gmail.com>
      * Copyright (C) 2015-2016 Alexandre Spangaro  <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -156,7 +157,7 @@ print '</tr>'."\n";
     
     print '<tr><td class="fieldrequired">'.  $langs->trans("ExpireDate")  .'</td><td>';
     
    -print $form->select_date($champdatefin?$champdatefin:-1,'champdatefin','','','',"add",1,0,1);
    +print $form->selectDate($champdatefin?$champdatefin:-1, 'champdatefin', '', '', '', "add", 1, 0);
     
     print '</tr>'."\n";
     print '</table>'."\n";
    diff --git a/htdocs/paybox/admin/paybox.php b/htdocs/paybox/admin/paybox.php
    index df1a5758478..dd9676a6813 100644
    --- a/htdocs/paybox/admin/paybox.php
    +++ b/htdocs/paybox/admin/paybox.php
    @@ -221,8 +221,8 @@ print '</td></tr>';
     
     print '<tr class="oddeven"><td>';
     print $langs->trans("ONLINE_PAYMENT_SENDEMAIL").'</td><td>';
    -print '<input size="32" type="email" name="ONLINE_PAYMENT_SENDEMAIL" value="'.$conf->global->ONLINE_PAYMENT_SENDEMAIL.'">';
    -print ' &nbsp; '.$langs->trans("Example").': myemail@myserver.com';
    +print '<input size="32" type="text" name="ONLINE_PAYMENT_SENDEMAIL" value="'.$conf->global->ONLINE_PAYMENT_SENDEMAIL.'">';
    +print ' &nbsp; '.$langs->trans("Example").': myemail@myserver.com, Payment service &lt;myemail2@myserver2.com&gt;';
     print '</td></tr>';
     
     // Payment token for URL
    diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php
    index 57acfe7390e..c4fb21c99e5 100644
    --- a/htdocs/paypal/admin/paypal.php
    +++ b/htdocs/paypal/admin/paypal.php
    @@ -254,8 +254,8 @@ print '</td></tr>';
     
     print '<tr class="oddeven"><td>';
     print $langs->trans("ONLINE_PAYMENT_SENDEMAIL").'</td><td>';
    -print '<input size="32" type="email" name="ONLINE_PAYMENT_SENDEMAIL" value="'.$conf->global->ONLINE_PAYMENT_SENDEMAIL.'">';
    -print ' &nbsp; '.$langs->trans("Example").': myemail@myserver.com';
    +print '<input size="32" type="text" name="ONLINE_PAYMENT_SENDEMAIL" value="'.$conf->global->ONLINE_PAYMENT_SENDEMAIL.'">';
    +print ' &nbsp; '.$langs->trans("Example").': myemail@myserver.com, Payment service &lt;myemail2@myserver2.com&gt;';
     print '</td></tr>';
     
     print '<tr class="liste_titre">';
    diff --git a/htdocs/paypal/lib/paypal.lib.php b/htdocs/paypal/lib/paypal.lib.php
    index 4855799c508..e99acdedf5d 100644
    --- a/htdocs/paypal/lib/paypal.lib.php
    +++ b/htdocs/paypal/lib/paypal.lib.php
    @@ -287,7 +287,6 @@ function print_paypal_redirect($paymentAmount,$currencyCodeType,$paymentType,$re
     
             return $mesg;
         }
    -
     }
     
     /**
    @@ -401,7 +400,7 @@ function callSetExpressCheckout($paymentAmount, $currencyCodeType, $paymentType,
     	    $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
     
    -	    $urllogo=$urlwithroot."/viewimage.php?modulepart=mycompany&file=".$mysoc->logo;
    +	    $urllogo=$urlwithroot."/viewimage.php?modulepart=mycompany&file=".urlencode('logos/'.$mysoc->logo);
     	    $nvpstr = $nvpstr . "&LOGOIMG=" . urlencode($urllogo);
         }
         if (! empty($conf->global->PAYPAL_BRANDNAME))
    diff --git a/htdocs/printing/admin/printing.php b/htdocs/printing/admin/printing.php
    index b2300c7125a..529ad7e33ec 100644
    --- a/htdocs/printing/admin/printing.php
    +++ b/htdocs/printing/admin/printing.php
    @@ -109,12 +109,12 @@ if ($action == 'setvalue' && $user->admin)
     
     $form = new Form($db);
     
    -llxHeader('',$langs->trans("PrintingSetup"));
    +llxHeader('', $langs->trans("PrintingSetup"));
     
     $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';
     print load_fiche_titre($langs->trans("PrintingSetup"),$linkback,'title_setup');
     
    -$head=printingadmin_prepare_head($mode);
    +$head = printingAdminPrepareHead($mode);
     
     if ($mode == 'setup' && $user->admin)
     {
    @@ -134,8 +134,7 @@ if ($mode == 'setup' && $user->admin)
         print "</tr>\n";
         $submit_enabled=0;
     
    -    if (! empty($driver))
    -    {
    +    if (! empty($driver)) {
             require_once DOL_DOCUMENT_ROOT.'/core/modules/printing/'.$driver.'.modules.php';
             $classname = 'printing_'.$driver;
             $langs->load($driver);
    @@ -304,7 +303,7 @@ if ($mode == 'test' && $user->admin)
             $langs->load($driver);
             $printer = new $classname($db);
             //print '<pre>'.print_r($printer, true).'</pre>';
    -        if (count($printer->getlist_available_printers())) {
    +        if (count($printer->getlistAvailablePrinters())) {
                 if ($printer->listAvailablePrinters()==0) {
                     print $printer->resprint;
                 } else {
    diff --git a/htdocs/printing/index.php b/htdocs/printing/index.php
    index 9abb4dbb3f2..a95e3517be6 100644
    --- a/htdocs/printing/index.php
    +++ b/htdocs/printing/index.php
    @@ -1,6 +1,6 @@
     <?php
    -/* Copyright (C) 2014-2015  Frederic France      <frederic.france@free.fr>
    - * Copyright (C) 2016       Laurent Destailleur  <eldy@users.sourceforge.net>
    +/* Copyright (C) 2014-2018  Frederic France         <frederic.france@netlogic.fr>
    + * Copyright (C) 2016       Laurent Destailleur     <eldy@users.sourceforge.net>
      *
      * 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
    @@ -40,29 +40,26 @@ $langs->load("printing");
      * View
      */
     
    -llxHeader("",$langs->trans("Printing"));
    +llxHeader("", $langs->trans("Printing"));
     
    -print_barre_liste($langs->trans("Printing"), 0, $_SERVER["PHP_SELF"], '', '', '', '<a class="button" href="'.$_SERVER["PHP_SELF"].'">'.$langs->trans("Refresh").'</a>', 0, 0, 'title_setup.png');
    +print_barre_liste($langs->trans("Printing"), 0, $_SERVER["PHP_SELF"], '', '', '', '<a class="button" href="' . $_SERVER["PHP_SELF"] . '">' . $langs->trans("Refresh") . '</a>', 0, 0, 'title_setup.png');
     
     print $langs->trans("DirectPrintingJobsDesc").'<br><br>';
     
     // List Jobs from printing modules
     $object = new PrintingDriver($db);
     $result = $object->listDrivers($db, 10);
    -foreach ($result as $driver)
    -{
    +foreach ($result as $driver) {
         require_once DOL_DOCUMENT_ROOT.'/core/modules/printing/'.$driver.'.modules.php';
         $classname = 'printing_'.$driver;
         $langs->load($driver);
         $printer = new $classname($db);
    -    if ($conf->global->{$printer->active})
    -    {
    -        //$printer->list_jobs('commande');
    -        $result = $printer->list_jobs();
    +    if ($conf->global->{$printer->active}) {
    +        //$printer->listJobs('commande');
    +        $result = $printer->listJobs();
             print $printer->resprint;
     
    -        if ($result > 0)
    -        {
    +        if ($result > 0) {
                 setEventMessages($printer->error, $printer->errors, 'errors');
             }
         }
    diff --git a/htdocs/printing/lib/printing.lib.php b/htdocs/printing/lib/printing.lib.php
    index 697e986cd56..53257891e25 100644
    --- a/htdocs/printing/lib/printing.lib.php
    +++ b/htdocs/printing/lib/printing.lib.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2015 Laurent Destailleur  <eldy@users.sourceforge.net>
    +/* Copyright (C) 2015       Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -26,10 +27,10 @@
     /**
      *  Define head array for tabs of printing tools setup pages
      *
    - *  @param	string	$mode		Mode
    - *  @return         			Array of head
    + *  @param  string  $mode       Mode
    + *  @return array               Array of head
      */
    -function printingadmin_prepare_head($mode)
    +function printingAdminPrepareHead($mode)
     {
         global $langs, $conf;
     
    @@ -41,28 +42,26 @@ function printingadmin_prepare_head($mode)
         $head[$h][2] = 'config';
         $h++;
     
    -    if ($mode == 'setup')
    -    {
    -	    $head[$h][0] = DOL_URL_ROOT."/printing/admin/printing.php?mode=setup&driver=".GETPOST('driver','alpha');
    -	    $head[$h][1] = $langs->trans("SetupDriver");
    -	    $head[$h][2] = 'setup';
    -	    $h++;
    +    if ($mode == 'setup') {
    +        $head[$h][0] = DOL_URL_ROOT."/printing/admin/printing.php?mode=setup&driver=".GETPOST('driver','alpha');
    +        $head[$h][1] = $langs->trans("SetupDriver");
    +        $head[$h][2] = 'setup';
    +        $h++;
         }
     
    -    if ($mode == 'test')
    -    {
    -	    $head[$h][0] = DOL_URL_ROOT."/printing/admin/printing.php?mode=test&driver=".GETPOST('driver','alpha');
    -	    $head[$h][1] = $langs->trans("TargetedPrinter");
    -	    $head[$h][2] = 'test';
    -	    $h++;
    +    if ($mode == 'test') {
    +        $head[$h][0] = DOL_URL_ROOT."/printing/admin/printing.php?mode=test&driver=".GETPOST('driver','alpha');
    +        $head[$h][1] = $langs->trans("TargetedPrinter");
    +        $head[$h][2] = 'test';
    +        $h++;
         }
     
    -		/** TODO This feature seem to be not ready yet.
    -	    $head[$h][0] = DOL_URL_ROOT."/printing/admin/printing.php?mode=userconf";
    -	    $head[$h][1] = $langs->trans("UserConf");
    -	    $head[$h][2] = 'userconf';
    -	    $h++;
    -	    */
    +    /** TODO This feature seem to be not ready yet.
    +    $head[$h][0] = DOL_URL_ROOT."/printing/admin/printing.php?mode=userconf";
    +    $head[$h][1] = $langs->trans("UserConf");
    +    $head[$h][2] = 'userconf';
    +    $h++;
    +    */
     
         //$object=new stdClass();
     
    @@ -76,4 +75,3 @@ function printingadmin_prepare_head($mode)
     
         return $head;
     }
    -
    diff --git a/htdocs/product/canvas/product/actions_card_product.class.php b/htdocs/product/canvas/product/actions_card_product.class.php
    index a6a182fc64f..bcd9773c719 100644
    --- a/htdocs/product/canvas/product/actions_card_product.class.php
    +++ b/htdocs/product/canvas/product/actions_card_product.class.php
    @@ -64,6 +64,7 @@ class ActionsCardProduct
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Assign custom values for canvas (for example into this->tpl to be used by templates)
     	 *
    @@ -74,6 +75,7 @@ class ActionsCardProduct
     	 */
     	function assign_values(&$action, $id=0, $ref='')
     	{
    +        // phpcs:enable
     		global $limit, $offset, $sortfield, $sortorder;
             global $conf, $langs, $user, $mysoc, $canvas;
     		global $form, $formproduct;
    @@ -238,7 +240,6 @@ class ActionsCardProduct
     		{
     	        $this->LoadListDatas($limit, $offset, $sortfield, $sortorder);
     		}
    -
     	}
     
     
    @@ -295,6 +296,7 @@ class ActionsCardProduct
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Fetch datas list and save into ->list_datas
     	 *
    @@ -306,6 +308,7 @@ class ActionsCardProduct
     	 */
     	function LoadListDatas($limit, $offset, $sortfield, $sortorder)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
             $this->getFieldList();
    @@ -431,6 +434,4 @@ class ActionsCardProduct
     			dol_print_error($this->db);
     		}
     	}
    -
     }
    -
    diff --git a/htdocs/product/canvas/service/actions_card_service.class.php b/htdocs/product/canvas/service/actions_card_service.class.php
    index 108c6ccb748..2f0489b6f91 100644
    --- a/htdocs/product/canvas/service/actions_card_service.class.php
    +++ b/htdocs/product/canvas/service/actions_card_service.class.php
    @@ -63,6 +63,7 @@ class ActionsCardService
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *    Assign custom values for canvas (for example into this->tpl to be used by templates)
     	 *
    @@ -73,6 +74,7 @@ class ActionsCardService
     	 */
     	function assign_values(&$action, $id=0, $ref='')
     	{
    +        // phpcs:enable
     		global $limit, $offset, $sortfield, $sortorder;
             global $conf, $langs, $user, $mysoc, $canvas;
     		global $form, $formproduct;
    @@ -217,7 +219,6 @@ class ActionsCardService
     		{
     	        $this->LoadListDatas($limit, $offset, $sortfield, $sortorder);
     		}
    -
     	}
     
     
    @@ -273,6 +274,7 @@ class ActionsCardService
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Fetch datas list and save into ->list_datas
     	 *
    @@ -284,6 +286,7 @@ class ActionsCardService
     	 */
     	function LoadListDatas($limit, $offset, $sortfield, $sortorder)
     	{
    +        // phpcs:enable
     		global $conf;
     		global $search_categ,$sall,$sref,$search_barcode,$snom,$catid;
     
    @@ -363,6 +366,4 @@ class ActionsCardService
     			print $sql;
     		}
     	}
    -
     }
    -
    diff --git a/htdocs/product/card.php b/htdocs/product/card.php
    index 2c11b8efd86..d51a4fa494c 100644
    --- a/htdocs/product/card.php
    +++ b/htdocs/product/card.php
    @@ -977,7 +977,7 @@ else
     	        }
     	        require_once DOL_DOCUMENT_ROOT.'/core/class/html.formbarcode.class.php';
                 $formbarcode = new FormBarCode($db);
    -	        print $formbarcode->select_barcode_type($fk_barcode_type, 'fk_barcode_type', 1);
    +            print $formbarcode->selectBarcodeType($fk_barcode_type, 'fk_barcode_type', 1);
     	        print '</td><td>'.$langs->trans("BarcodeValue").'</td><td>';
     	        $tmpcode=isset($_POST['barcode'])?GETPOST('barcode'):$object->barcode;
     	        if (empty($tmpcode) && ! empty($modBarCodeProduct->code_auto)) $tmpcode=$modBarCodeProduct->getNextValue($object,$type);
    @@ -1067,11 +1067,14 @@ else
                     print $formproduct->select_measuring_units("surface_units","surface");
                     print '</td></tr>';
                 }
    -            // Volume
    -            print '<tr><td>'.$langs->trans("Volume").'</td><td colspan="3">';
    -            print '<input name="volume" size="4" value="'.GETPOST('volume').'">';
    -            print $formproduct->select_measuring_units("volume_units","volume");
    -            print '</td></tr>';
    +            if (empty($conf->global->PRODUCT_DISABLE_VOLUME))
    +            {
    +                // Volume
    +                print '<tr><td>'.$langs->trans("Volume").'</td><td colspan="3">';
    +                print '<input name="volume" size="4" value="'.GETPOST('volume').'">';
    +                print $formproduct->select_measuring_units("volume_units","volume");
    +                print '</td></tr>';
    +            }
             }
     
             // Units
    @@ -1340,7 +1343,7 @@ else
     		        }
     		        require_once DOL_DOCUMENT_ROOT.'/core/class/html.formbarcode.class.php';
     	            $formbarcode = new FormBarCode($db);
    -		        print $formbarcode->select_barcode_type($fk_barcode_type, 'fk_barcode_type', 1);
    +                print $formbarcode->selectBarcodeType($fk_barcode_type, 'fk_barcode_type', 1);
     		        print '</td><td>'.$langs->trans("BarcodeValue").'</td><td>';
     		        $tmpcode=isset($_POST['barcode'])?GETPOST('barcode'):$object->barcode;
     		        if (empty($tmpcode) && ! empty($modBarCodeProduct->code_auto)) $tmpcode=$modBarCodeProduct->getNextValue($object,$type);
    @@ -1636,7 +1639,7 @@ else
     				}
                     if ($action == 'editbarcodetype')
                     {
    -                    $formbarcode->form_barcode_type($_SERVER['PHP_SELF'].'?id='.$object->id,$object->barcode_type,'fk_barcode_type');
    +                    print $formbarcode->formBarcodeType($_SERVER['PHP_SELF'].'?id='.$object->id, $object->barcode_type, 'fk_barcode_type');
                     }
                     else
                     {
    @@ -1679,10 +1682,13 @@ else
     			print '</td><td colspan="2">';
     			if (! empty($conf->accounting->enabled))
     			{
    -				$accountingaccount = new AccountingAccount($db);
    -				$accountingaccount->fetch('',$object->accountancy_code_sell,1);
    +				if (! empty($object->accountancy_code_sell))
    +				{
    +					$accountingaccount = new AccountingAccount($db);
    +					$accountingaccount->fetch('',$object->accountancy_code_sell,1);
     
    -				print $accountingaccount->getNomUrl(0,1,1,'',1);
    +					print $accountingaccount->getNomUrl(0,1,1,'',1);
    +				}
     			} else {
     				print $object->accountancy_code_sell;
     			}
    @@ -1698,10 +1704,13 @@ else
     					print '</td><td colspan="2">';
     					if (! empty($conf->accounting->enabled))
     					{
    -						$accountingaccount2 = new AccountingAccount($db);
    -						$accountingaccount2->fetch('',$object->accountancy_code_sell_intra,1);
    +						if (! empty($object->accountancy_code_sell_intra))
    +						{
    +							$accountingaccount2 = new AccountingAccount($db);
    +							$accountingaccount2->fetch('',$object->accountancy_code_sell_intra,1);
     
    -						print $accountingaccount2->getNomUrl(0,1,1,'',1);
    +							print $accountingaccount2->getNomUrl(0,1,1,'',1);
    +						}
     					} else {
     						print $object->accountancy_code_sell_intra;
     					}
    @@ -1714,10 +1723,13 @@ else
     				print '</td><td colspan="2">';
     				if (! empty($conf->accounting->enabled))
     				{
    -					$accountingaccount3 = new AccountingAccount($db);
    -					$accountingaccount3->fetch('',$object->accountancy_code_sell_export,1);
    +					if (! empty($object->accountancy_code_sell_export))
    +					{
    +						$accountingaccount3 = new AccountingAccount($db);
    +						$accountingaccount3->fetch('',$object->accountancy_code_sell_export,1);
     
    -					print $accountingaccount3->getNomUrl(0,1,1,'',1);
    +						print $accountingaccount3->getNomUrl(0,1,1,'',1);
    +					}
     				} else {
     					print $object->accountancy_code_sell_export;
     				}
    @@ -1730,10 +1742,13 @@ else
     			print '</td><td colspan="2">';
     			if (! empty($conf->accounting->enabled))
     			{
    -				$accountingaccount4 = new AccountingAccount($db);
    -				$accountingaccount4->fetch('',$object->accountancy_code_buy,1);
    +				if (! empty($object->accountancy_code_buy))
    +				{
    +					$accountingaccount4 = new AccountingAccount($db);
    +					$accountingaccount4->fetch('',$object->accountancy_code_buy,1);
     
    -				print $accountingaccount4->getNomUrl(0,1,1,'',1);
    +					print $accountingaccount4->getNomUrl(0,1,1,'',1);
    +				}
     			} else {
     				print $object->accountancy_code_buy;
     			}
    diff --git a/htdocs/product/class/html.formproduct.class.php b/htdocs/product/class/html.formproduct.class.php
    index 9161581eaae..5356d212c38 100644
    --- a/htdocs/product/class/html.formproduct.class.php
    +++ b/htdocs/product/class/html.formproduct.class.php
    @@ -33,7 +33,7 @@ class FormProduct
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -52,8 +52,6 @@ class FormProduct
     	function __construct($db)
     	{
     		$this->db = $db;
    -
    -		return 1;
     	}
     
     
    @@ -167,6 +165,7 @@ class FormProduct
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
     	/**
     	 * Return full path to current warehouse in $tab (recursive function)
     	 *
    @@ -176,7 +175,7 @@ class FormProduct
     	 */
         private function get_parent_path($tab, $final_label='')
         {
    -
    +        //phpcs:enable
     		if(empty($final_label)) $final_label = $tab['label'];
     
     		if(empty($tab['parent_id'])) return $final_label;
    @@ -188,7 +187,6 @@ class FormProduct
     		}
     
     		return $final_label;
    -
     	}
     
     	/**
    @@ -282,6 +280,7 @@ class FormProduct
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Output a combo box with list of units
     	 *  pour l'instant on ne definit pas les unites dans la base
    @@ -294,9 +293,11 @@ class FormProduct
     	 */
     	function select_measuring_units($name='measuring_units', $measuring_style='', $default='0', $adddefault=0)
     	{
    +        //phpcs:enable
     		print $this->load_measuring_units($name, $measuring_style, $default, $adddefault);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return a combo box with list of units
     	 *  For the moment, units labels are defined in measuring_units_string
    @@ -309,6 +310,7 @@ class FormProduct
     	 */
     	function load_measuring_units($name='measuring_units', $measuring_style='', $default='0', $adddefault=0)
     	{
    +        //phpcs:enable
     		global $langs,$conf,$mysoc;
     		$langs->load("other");
     
    @@ -491,4 +493,4 @@ class FormProduct
     			}
     		}
     	}
    -}
    \ No newline at end of file
    +}
    diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
    index 78415504477..050d756ad82 100644
    --- a/htdocs/product/class/product.class.php
    +++ b/htdocs/product/class/product.class.php
    @@ -47,15 +47,24 @@ class Product extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='product';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='product';
    -	
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	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
    -	public $ismultientitymanaged = 1;	// 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
     
     	/**
     	 * {@inheritdoc}
    @@ -350,8 +359,6 @@ class Product extends CommonObject
     	 */
     	function __construct($db)
     	{
    -		global $langs;
    -
     		$this->db = $db;
     		$this->canvas = '';
     	}
    @@ -647,7 +654,6 @@ class Product extends CommonObject
                 dol_syslog(get_class($this)."::Create fails verify ".join(',',$this->errors), LOG_WARNING);
                 return -3;
             }
    -
     	}
     
     
    @@ -693,11 +699,12 @@ class Product extends CommonObject
             return $result;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Check barcode
          *
    -     *	@param	string	$valuetotest	Value to test
    -     *  @param	string	$typefortest	Type of barcode (ISBN, EAN, ...)
    +     *  @param  string  $valuetotest    Value to test
    +     *  @param  string  $typefortest    Type of barcode (ISBN, EAN, ...)
          *  @return int						0 if OK
          * 									-1 ErrorBadBarCodeSyntax
          * 									-2 ErrorBarCodeRequired
    @@ -705,6 +712,7 @@ class Product extends CommonObject
          */
         function check_barcode($valuetotest,$typefortest)
         {
    +        // phpcs:enable
             global $conf;
             if (! empty($conf->barcode->enabled) && ! empty($conf->global->BARCODE_PRODUCT_ADDON_NUM))
             {
    @@ -1446,6 +1454,7 @@ class Product extends CommonObject
     
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Insert a track that we changed a customer price
     	 *
    @@ -1455,6 +1464,7 @@ class Product extends CommonObject
     	 */
     	function _log_price($user,$level=0)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$now=dol_now();
    @@ -1484,6 +1494,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Delete a price line
     	 *
    @@ -1493,6 +1504,7 @@ class Product extends CommonObject
     	 */
     	function log_price_delete($user, $rowid)
     	{
    +        // phpcs:enable
     		$sql = "DELETE FROM ".MAIN_DB_PREFIX."product_price_by_qty";
     		$sql.= " WHERE fk_product_price=".$rowid;
     		$resql=$this->db->query($sql);
    @@ -1512,6 +1524,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Read price used by a provider.
     	 *	We enter as input couple prodfournprice/qty or triplet qty/product_id/fourn_ref.
    @@ -1526,6 +1539,7 @@ class Product extends CommonObject
     	 */
     	function get_buyprice($prodfournprice, $qty, $product_id=0, $fourn_ref='', $fk_soc=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		$result = 0;
     
    @@ -2213,6 +2227,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge tableau des stats propale pour le produit/service
     	 *
    @@ -2221,6 +2236,7 @@ class Product extends CommonObject
     	 */
     	function load_stats_propale($socid=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		global $user;
     
    @@ -2256,6 +2272,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge tableau des stats propale pour le produit/service
     	 *
    @@ -2264,6 +2281,7 @@ class Product extends CommonObject
     	 */
     	function load_stats_proposal_supplier($socid=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		global $user;
     
    @@ -2299,6 +2317,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge tableau des stats commande client pour le produit/service
     	 *
    @@ -2309,6 +2328,7 @@ class Product extends CommonObject
     	 */
     	function load_stats_commande($socid=0,$filtrestatut='', $forVirtualStock = 0)
     	{
    +        // phpcs:enable
     		global $conf,$user;
     
     		$sql = "SELECT COUNT(DISTINCT c.fk_soc) as nb_customers, COUNT(DISTINCT c.rowid) as nb,";
    @@ -2395,6 +2415,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge tableau des stats commande fournisseur pour le produit/service
     	 *
    @@ -2405,6 +2426,7 @@ class Product extends CommonObject
     	 */
     	function load_stats_commande_fournisseur($socid=0,$filtrestatut='', $forVirtualStock = 0)
     	{
    +        // phpcs:enable
     		global $conf,$user;
     
     		$sql = "SELECT COUNT(DISTINCT c.fk_soc) as nb_suppliers, COUNT(DISTINCT c.rowid) as nb,";
    @@ -2438,6 +2460,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge tableau des stats expedition client pour le produit/service
     	 *
    @@ -2448,6 +2471,7 @@ class Product extends CommonObject
     	 */
     	function load_stats_sending($socid=0,$filtrestatut='', $forVirtualStock = 0)
     	{
    +        // phpcs:enable
     		global $conf,$user;
     
     		$sql = "SELECT COUNT(DISTINCT e.fk_soc) as nb_customers, COUNT(DISTINCT e.rowid) as nb,";
    @@ -2485,6 +2509,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge tableau des stats réception fournisseur pour le produit/service
     	 *
    @@ -2495,6 +2520,7 @@ class Product extends CommonObject
     	 */
     	function load_stats_reception($socid=0,$filtrestatut='', $forVirtualStock = 0)
     	{
    +        // phpcs:enable
     		global $conf,$user;
     
     		$sql = "SELECT COUNT(DISTINCT cf.fk_soc) as nb_customers, COUNT(DISTINCT cf.rowid) as nb,";
    @@ -2528,14 +2554,16 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge tableau des stats contrat pour le produit/service
     	 *
    -	 *  @param    int	$socid      Id societe
    +	 *  @param    int   $socid      Id societe
     	 *  @return   array       		Tableau des stats
     	 */
     	function load_stats_contrat($socid=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		global $user;
     
    @@ -2570,6 +2598,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge tableau des stats facture pour le produit/service
     	 *
    @@ -2578,6 +2607,7 @@ class Product extends CommonObject
     	 */
     	function load_stats_facture($socid=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		global $user;
     
    @@ -2612,6 +2642,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge tableau des stats facture pour le produit/service
     	 *
    @@ -2620,6 +2651,7 @@ class Product extends CommonObject
     	 */
     	function load_stats_facture_fournisseur($socid=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		global $user;
     
    @@ -2654,6 +2686,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return an array formated for showing graphs
     	 *
    @@ -2664,6 +2697,7 @@ class Product extends CommonObject
     	 */
     	function _get_stats($sql, $mode, $year=0)
     	{
    +        // phpcs:enable
     		$resql = $this->db->query($sql);
     		if ($resql)
     		{
    @@ -2718,6 +2752,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return nb of units or customers invoices in which product is included
     	 *
    @@ -2730,6 +2765,7 @@ class Product extends CommonObject
     	 */
     	function get_nb_vente($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
     	{
    +        // phpcs:enable
     		global $conf;
     		global $user;
     
    @@ -2754,6 +2790,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return nb of units or supplier invoices in which product is included
     	 *
    @@ -2766,6 +2803,7 @@ class Product extends CommonObject
     	 */
     	function get_nb_achat($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
     	{
    +        // phpcs:enable
     		global $conf;
     		global $user;
     
    @@ -2789,6 +2827,7 @@ class Product extends CommonObject
     		return $this->_get_stats($sql,$mode, $year);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return nb of units or proposals in which product is included
     	 *
    @@ -2801,6 +2840,7 @@ class Product extends CommonObject
     	 */
     	function get_nb_propal($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
     	{
    +        // phpcs:enable
     		global $conf;
     		global $user;
     
    @@ -2824,6 +2864,7 @@ class Product extends CommonObject
     		return $this->_get_stats($sql,$mode, $year);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return nb of units or proposals in which product is included
     	 *
    @@ -2836,6 +2877,7 @@ class Product extends CommonObject
     	 */
     	function get_nb_propalsupplier($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
     	{
    +        // phpcs:enable
     		global $conf;
     		global $user;
     
    @@ -2859,6 +2901,7 @@ class Product extends CommonObject
     		return $this->_get_stats($sql,$mode, $year);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return nb of units or orders in which product is included
     	 *
    @@ -2871,6 +2914,7 @@ class Product extends CommonObject
     	 */
     	function get_nb_order($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
     	{
    +        // phpcs:enable
     		global $conf, $user;
     
     		$sql = "SELECT sum(d.qty), date_format(c.date_commande, '%Y%m')";
    @@ -2893,6 +2937,7 @@ class Product extends CommonObject
     		return $this->_get_stats($sql,$mode, $year);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return nb of units or orders in which product is included
     	 *
    @@ -2905,6 +2950,7 @@ class Product extends CommonObject
     	 */
     	function get_nb_ordersupplier($socid, $mode, $filteronproducttype=-1, $year=0, $morefilter='')
     	{
    +        // phpcs:enable
     		global $conf, $user;
     
     		$sql = "SELECT sum(d.qty), date_format(c.date_commande, '%Y%m')";
    @@ -2927,6 +2973,7 @@ class Product extends CommonObject
     		return $this->_get_stats($sql,$mode, $year);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Link a product/service to a parent product/service
     	 *
    @@ -2938,6 +2985,7 @@ class Product extends CommonObject
     	 */
     	function add_sousproduit($id_pere, $id_fils, $qty, $incdec=1)
     	{
    +        // phpcs:enable
     		// Clean parameters
     		if (! is_numeric($id_pere)) $id_pere=0;
     		if (! is_numeric($id_fils)) $id_fils=0;
    @@ -2983,6 +3031,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Modify composed product
     	 *
    @@ -2994,6 +3043,7 @@ class Product extends CommonObject
     	 */
     	function update_sousproduit($id_pere, $id_fils, $qty, $incdec=1)
     	{
    +        // phpcs:enable
     		// Clean parameters
     		if (! is_numeric($id_pere)) $id_pere=0;
     		if (! is_numeric($id_fils)) $id_fils=0;
    @@ -3014,9 +3064,9 @@ class Product extends CommonObject
     		{
     			return 1;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Retire le lien entre un sousproduit et un produit/service
     	 *
    @@ -3026,6 +3076,7 @@ class Product extends CommonObject
     	 */
     	function del_sousproduit($fk_parent, $fk_child)
     	{
    +        // phpcs:enable
     		if (! is_numeric($fk_parent)) $fk_parent=0;
     		if (! is_numeric($fk_child)) $fk_child=0;
     
    @@ -3043,15 +3094,17 @@ class Product extends CommonObject
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Verifie si c'est un sous-produit
     	 *
    -	 *  @param      int	$fk_parent		Id du produit auquel le produit est lie
    -	 *  @param      int	$fk_child		Id du produit lie
    +	 *  @param      int $fk_parent		Id du produit auquel le produit est lie
    +	 *  @param      int $fk_child		Id du produit lie
     	 *  @return     int			    	< 0 si erreur, > 0 si ok
     	 */
     	function is_sousproduit($fk_parent, $fk_child)
     	{
    +        // phpcs:enable
     		$sql = "SELECT fk_product_pere, qty, incdec";
     		$sql.= " FROM ".MAIN_DB_PREFIX."product_association";
     		$sql.= " WHERE fk_product_pere  = '".$fk_parent."'";
    @@ -3083,6 +3136,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Add a supplier price for the product.
     	 *  Note: Duplicate ref is accepted for different quantity only, or for different companies.
    @@ -3095,6 +3149,7 @@ class Product extends CommonObject
     	 */
     	function add_fournisseur($user, $id_fourn, $ref_fourn, $quantity)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$now=dol_now();
    @@ -3187,6 +3242,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoie la liste des fournisseurs du produit/service
     	 *
    @@ -3194,6 +3250,7 @@ class Product extends CommonObject
     	 */
     	function list_suppliers()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$list = array();
    @@ -3219,6 +3276,7 @@ class Product extends CommonObject
     		return $list;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Recopie les prix d'un produit/service sur un autre
     	 *
    @@ -3228,6 +3286,7 @@ class Product extends CommonObject
     	 */
     	function clone_price($fromId, $toId)
     	{
    +        // phpcs:enable
     		$this->db->begin();
     
     		// les prix
    @@ -3247,6 +3306,7 @@ class Product extends CommonObject
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Clone links between products
     	 *
    @@ -3256,6 +3316,7 @@ class Product extends CommonObject
     	 */
     	function clone_associations($fromId, $toId)
     	{
    +        // phpcs:enable
     		$this->db->begin();
     
     		$sql = 'INSERT INTO '.MAIN_DB_PREFIX.'product_association (fk_product_pere, fk_product_fils, qty)';
    @@ -3273,6 +3334,7 @@ class Product extends CommonObject
     		return 1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Recopie les fournisseurs et prix fournisseurs d'un produit/service sur un autre
     	 *
    @@ -3282,6 +3344,7 @@ class Product extends CommonObject
     	 */
     	function clone_fournisseurs($fromId, $toId)
     	{
    +        // phpcs:enable
     		$this->db->begin();
     
     		$now=dol_now();
    @@ -3320,6 +3383,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Fonction recursive uniquement utilisee par get_arbo_each_prod, recompose l'arborescence des sousproduits
     	 * 	Define value of this->res
    @@ -3333,6 +3397,7 @@ class Product extends CommonObject
     	 */
     	function fetch_prod_arbo($prod, $compl_path="", $multiply=1, $level=1, $id_parent=0)
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$product = new Product($this->db);
    @@ -3379,6 +3444,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Build the tree of subproducts into an array
     	 *  this->sousprods is loaded by this->get_sousproduits_arbo()
    @@ -3388,6 +3454,7 @@ class Product extends CommonObject
     	 */
     	function get_arbo_each_prod($multiply=1)
     	{
    +        // phpcs:enable
     		$this->res = array();
     		if (isset($this->sousprods) && is_array($this->sousprods))
     		{
    @@ -3529,6 +3596,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Return tree of all subproducts for product. Tree contains id, name and quantity.
     	 * 	Set this->sousprods
    @@ -3537,6 +3605,7 @@ class Product extends CommonObject
     	 */
     	function get_sousproduits_arbo()
     	{
    +        // phpcs:enable
     	    $parent=array();
     
     		foreach($this->getChildsArbo($this->id) as $keyChild => $valueChild)	// Warning. getChildsArbo can call getChildsArbo recursively. Starting point is $value[0]=id of product
    @@ -3590,10 +3659,10 @@ class Product extends CommonObject
                     $label.="<br><b>".$langs->trans("ManageLotSerial").'</b>: '.$this->getLibStatut(0,2);
                 }
             }
    -        if ($this->type == Product::TYPE_SERVICE)
    -        {
    +        //if ($this->type == Product::TYPE_SERVICE)
    +        //{
                 //
    -        }
    +        //}
             if (! empty($conf->accounting->enabled) && $this->status)
             {
             	include_once DOL_DOCUMENT_ROOT.'/core/lib/accounting.lib.php';
    @@ -3730,6 +3799,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return label of a given status
     	 *
    @@ -3740,6 +3810,7 @@ class Product extends CommonObject
     	 */
     	function LibStatut($status,$mode=0,$type=0)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		$langs->load('products');
    @@ -3772,37 +3843,37 @@ class Product extends CommonObject
     		if ($mode == 0)
     		{
     			if ($status == 0) return ($type==0 ? $langs->trans('ProductStatusNotOnSellShort'):$langs->trans('ProductStatusNotOnBuyShort'));
    -			if ($status == 1) return ($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort'));
    +			elseif ($status == 1) return ($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort'));
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($status == 0) return ($type==0 ? $langs->trans('ProductStatusNotOnSell'):$langs->trans('ProductStatusNotOnBuy'));
    -			if ($status == 1) return ($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy'));
    +			elseif ($status == 1) return ($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy'));
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 0) return img_picto($langs->trans('ProductStatusNotOnSell'),'statut5', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusNotOnSellShort'):$langs->trans('ProductStatusNotOnBuyShort'));
    -			if ($status == 1) return img_picto($langs->trans('ProductStatusOnSell'),'statut4', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort'));
    +			elseif ($status == 1) return img_picto($langs->trans('ProductStatusOnSell'),'statut4', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort'));
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 0) return img_picto(($type==0 ? $langs->trans('ProductStatusNotOnSell') : $langs->trans('ProductStatusNotOnBuy')),'statut5', 'class="pictostatus"');
    -			if ($status == 1) return img_picto(($type==0 ? $langs->trans('ProductStatusOnSell') : $langs->trans('ProductStatusOnBuy')),'statut4', 'class="pictostatus"');
    +			elseif ($status == 1) return img_picto(($type==0 ? $langs->trans('ProductStatusOnSell') : $langs->trans('ProductStatusOnBuy')),'statut4', 'class="pictostatus"');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 0) return img_picto($langs->trans('ProductStatusNotOnSell'),'statut5', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusNotOnSell'):$langs->trans('ProductStatusNotOnBuy'));
    -			if ($status == 1) return img_picto($langs->trans('ProductStatusOnSell'),'statut4', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy'));
    +			elseif ($status == 1) return img_picto($langs->trans('ProductStatusOnSell'),'statut4', 'class="pictostatus"').' '.($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy'));
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 0) return ($type==0 ? $langs->trans('ProductStatusNotOnSellShort'):$langs->trans('ProductStatusNotOnBuyShort')).' '.img_picto(($type==0 ? $langs->trans('ProductStatusNotOnSell'):$langs->trans('ProductStatusNotOnBuy')), 'statut5', 'class="pictostatus"');
    -			if ($status == 1) return ($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort')).' '.img_picto(($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy')),'statut4', 'class="pictostatus"');
    +			elseif ($status == 1) return ($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort')).' '.img_picto(($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy')),'statut4', 'class="pictostatus"');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($status == 0) return ($type==0 ? $langs->trans('ProductStatusNotOnSellShort'):$langs->trans('ProductStatusNotOnBuyShort')).' '.img_picto(($type==0 ? $langs->trans('ProductStatusNotOnSell'):$langs->trans('ProductStatusNotOnBuy')), 'statut5', 'class="pictostatus"');
    -			if ($status == 1) return ($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort')).' '.img_picto(($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy')),'statut4', 'class="pictostatus"');
    +			elseif ($status == 1) return ($type==0 ? $langs->trans('ProductStatusOnSellShort'):$langs->trans('ProductStatusOnBuyShort')).' '.img_picto(($type==0 ? $langs->trans('ProductStatusOnSell'):$langs->trans('ProductStatusOnBuy')),'statut4', 'class="pictostatus"');
     		}
     		return $langs->trans('Unknown');
     	}
    @@ -3824,6 +3895,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Adjust stock in a warehouse for product
     	 *
    @@ -3840,6 +3912,7 @@ class Product extends CommonObject
     	 */
     	function correct_stock($user, $id_entrepot, $nbpiece, $movement, $label='', $price=0, $inventorycode='', $origin_element='', $origin_id=null)
     	{
    +        // phpcs:enable
     		if ($id_entrepot)
     		{
     			$this->db->begin();
    @@ -3869,6 +3942,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Adjust stock in a warehouse for product with batch number
     	 *
    @@ -3888,6 +3962,7 @@ class Product extends CommonObject
     	 */
     	function correct_stock_batch($user, $id_entrepot, $nbpiece, $movement, $label='', $price=0, $dlc='', $dluo='',$lot='', $inventorycode='', $origin_element='', $origin_id=null)
     	{
    +        // phpcs:enable
     		if ($id_entrepot)
     		{
     			$this->db->begin();
    @@ -3917,6 +3992,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Load information about stock of a product into ->stock_reel, ->stock_warehouse[] (including stock_warehouse[idwarehouse]->detail_batch for batch products)
     	 *    This function need a lot of load. If you use it on list, use a cache to execute it once for each product id.
    @@ -3933,6 +4009,7 @@ class Product extends CommonObject
     	 */
     	function load_stock($option='')
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$this->stock_reel = 0;
    @@ -3997,6 +4074,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Load value ->stock_theorique of a product. Property this->id must be defined.
     	 *    This function need a lot of load. If you use it on list, use a cache to execute it one for each product id.
    @@ -4006,6 +4084,7 @@ class Product extends CommonObject
     	 */
         function load_virtual_stock()
         {
    +        // phpcs:enable
             global $conf;
     
             $stock_commande_client=0;
    @@ -4096,6 +4175,7 @@ class Product extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Move an uploaded file described into $file array into target directory $sdir.
     	 *
    @@ -4105,6 +4185,7 @@ class Product extends CommonObject
     	 */
     	function add_photo($sdir, $file)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
    @@ -4137,6 +4218,7 @@ class Product extends CommonObject
     		else return -1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return if at least one photo is available
     	 *
    @@ -4145,6 +4227,7 @@ class Product extends CommonObject
     	 */
     	function is_photo_available($sdir)
     	{
    +        // phpcs:enable
     	    include_once DOL_DOCUMENT_ROOT .'/core/lib/files.lib.php';
     	    include_once DOL_DOCUMENT_ROOT .'/core/lib/images.lib.php';
     
    @@ -4173,6 +4256,7 @@ class Product extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Retourne tableau de toutes les photos du produit
     	 *
    @@ -4182,6 +4266,7 @@ class Product extends CommonObject
     	 */
     	function liste_photos($dir,$nbmax=0)
     	{
    +        // phpcs:enable
     	    include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     	    include_once DOL_DOCUMENT_ROOT.'/core/lib/images.lib.php';
     
    @@ -4228,6 +4313,7 @@ class Product extends CommonObject
     		return $tabobj;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Efface la photo du produit et sa vignette
     	 *
    @@ -4236,6 +4322,7 @@ class Product extends CommonObject
     	 */
     	function delete_photo($file)
     	{
    +        // phpcs:enable
     	    require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     	    require_once DOL_DOCUMENT_ROOT.'/core/lib/images.lib.php';
     
    @@ -4263,6 +4350,7 @@ class Product extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load size of image file
     	 *
    @@ -4271,12 +4359,14 @@ class Product extends CommonObject
     	 */
     	function get_image_size($file)
     	{
    +        // phpcs:enable
     		$file_osencoded=dol_osencode($file);
     		$infoImg = getimagesize($file_osencoded); // Get information on image
     		$this->imgWidth = $infoImg[0]; // Largeur de l'image
     		$this->imgHeight = $infoImg[1]; // Hauteur de l'image
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Load indicators this->nb for the dashboard
     	 *
    @@ -4284,6 +4374,7 @@ class Product extends CommonObject
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $conf, $user, $hookmanager;
     
     		$this->nb=array();
    @@ -4339,6 +4430,7 @@ class Product extends CommonObject
     		return ($this->type == Product::TYPE_SERVICE ? true : false);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Get a barcode from the module to generate barcode values.
          *  Return value is stored into this->barcode
    @@ -4349,6 +4441,7 @@ class Product extends CommonObject
          */
         function get_barcode($object,$type='')
         {
    +        // phpcs:enable
             global $conf;
     
             $result='';
    @@ -4432,8 +4525,6 @@ class Product extends CommonObject
     
     		$langs->load('products');
     
    -		//$this->db->begin();
    -
     		$label_type = 'label';
     
     		if ($type == 'short')
    @@ -4469,13 +4560,15 @@ class Product extends CommonObject
     	}
     
     
    -	/**
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +    /**
          * Return minimum product recommended price
          *
    -	 * @return	int			Minimum recommanded price that is higher price among all suppliers * PRODUCT_MINIMUM_RECOMMENDED_PRICE
    +     * @return  int			Minimum recommanded price that is higher price among all suppliers * PRODUCT_MINIMUM_RECOMMENDED_PRICE
          */
     	function min_recommended_price()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$maxpricesupplier=0;
    @@ -4693,5 +4786,4 @@ class Product extends CommonObject
                 dol_print_error($this->db);
             }
         }
    -
     }
    diff --git a/htdocs/product/class/productbatch.class.php b/htdocs/product/class/productbatch.class.php
    index 4533013d6b6..f6a7df212eb 100644
    --- a/htdocs/product/class/productbatch.class.php
    +++ b/htdocs/product/class/productbatch.class.php
    @@ -33,8 +33,8 @@ class Productbatch extends CommonObject
     	/**
     	 * @var string ID to identify managed object
     	 */
    -	public $element='productbatch';		
    -	
    +	public $element='productbatch';
    +
     	private static $_table_element='product_batch';		//!< Name of table without prefix where object is stored
     
     	var $tms='';
    @@ -56,7 +56,6 @@ class Productbatch extends CommonObject
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    @@ -73,7 +72,7 @@ class Productbatch extends CommonObject
     		$error=0;
     
     		// Clean parameters
    -		$this->clean_param();
    +		$this->cleanParam();
     
     		// Check parameters
     		// Put here code to add control on parameters values
    @@ -204,7 +203,7 @@ class Productbatch extends CommonObject
     		$error=0;
     
     		// Clean parameters
    -		$this->clean_param();
    +		$this->cleanParam();
     
     		// TODO Check qty is ok for stock move. Negative may not be allowed.
     		if ($this->qty < 0)
    @@ -395,16 +394,14 @@ class Productbatch extends CommonObject
     		$this->eatby='';
     		$this->batch='';
     		$this->import_key='';
    -
    -
     	}
     
     	/**
     	 *  Clean fields (triming)
     	 *
    -	 *	@return	void
    +	 *  @return	void
     	 */
    -	private function clean_param()
    +	private function cleanParam()
     	{
     		if (isset($this->fk_product_stock)) $this->fk_product_stock=(int) trim($this->fk_product_stock);
     		if (isset($this->batch)) $this->batch=trim($this->batch);
    @@ -543,5 +540,4 @@ class Productbatch extends CommonObject
                 return -1;
             }
         }
    -
     }
    diff --git a/htdocs/product/class/productcustomerprice.class.php b/htdocs/product/class/productcustomerprice.class.php
    index c0f645b66b2..5aaa2c079ea 100644
    --- a/htdocs/product/class/productcustomerprice.class.php
    +++ b/htdocs/product/class/productcustomerprice.class.php
    @@ -31,31 +31,46 @@ class Productcustomerprice extends CommonObject
     	/**
     	 * @var string ID to identify managed object
     	 */
    -	public $element = 'product_customer_price'; 
    -	
    +	public $element = 'product_customer_price';
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element = 'product_customer_price'; 
    -	
    -	var $entity;
    -	var $datec = '';
    -	var $tms = '';
    -	var $fk_product;
    -	var $fk_soc;
    -	var $price;
    -	var $price_ttc;
    -	var $price_min;
    -	var $price_min_ttc;
    -	var $price_base_type;
    -	var $tva_tx;
    -	var $recuperableonly;
    -	var $localtax1_type;
    -	var $localtax1_tx;
    -	var $localtax2_type;
    -	var $localtax2_tx;
    -	var $fk_user;
    -	var $lines = array ();
    +	public $table_element = 'product_customer_price';
    +
    +	/**
    +	 * @var int Entity
    +	 */
    +	public $entity;
    +
    +	public $datec = '';
    +	public $tms = '';
    +	public $fk_product;
    +
    +	/**
    +	 * @var int Thirdparty ID
    +	 */
    +  public $fk_soc;
    +
    +	public $price;
    +	public $price_ttc;
    +	public $price_min;
    +	public $price_min_ttc;
    +	public $price_base_type;
    +	public $tva_tx;
    +	public $recuperableonly;
    +	public $localtax1_type;
    +	public $localtax1_tx;
    +	public $localtax2_type;
    +	public $localtax2_tx;
    +
    +	/**
    +	 * @var int User ID
    +	 */
    +	public $fk_user;
    +
    +	public $lines = array ();
    +
     
     	/**
     	 * Constructor
    @@ -64,9 +79,7 @@ class Productcustomerprice extends CommonObject
     	 */
         function __construct($db)
         {
    -
     		$this->db = $db;
    -		return 1;
     	}
     
     	/**
    @@ -304,6 +317,7 @@ class Productcustomerprice extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Load all customer prices in memory from database
     	 *
    @@ -316,6 +330,7 @@ class Productcustomerprice extends CommonObject
     	 */
     	function fetch_all($sortorder = '', $sortfield = '', $limit = 0, $offset = 0, $filter = array())
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ( empty($sortfield)) $sortfield = "t.rowid";
    @@ -417,6 +432,7 @@ class Productcustomerprice extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Load all objects in memory from database
     	 *
    @@ -429,6 +445,7 @@ class Productcustomerprice extends CommonObject
     	 */
     	function fetch_all_log($sortorder, $sortfield, $limit, $offset, $filter = array())
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if (! empty($sortfield)) $sortfield = "t.rowid";
    @@ -962,24 +979,38 @@ class PriceByCustomerLine
     	 * @var int ID
     	 */
     	public $id;
    -	
    -	var $entity;
    -	var $datec = '';
    -	var $tms = '';
    -	var $fk_product;
    -	var $fk_soc;
    -	var $price;
    -	var $price_ttc;
    -	var $price_min;
    -	var $price_min_ttc;
    -	var $price_base_type;
    -	var $default_vat_code;
    -	var $tva_tx;
    -	var $recuperableonly;
    -	var $localtax1_tx;
    -	var $localtax2_tx;
    -	var $fk_user;
    -	var $import_key;
    -	var $socname;
    -	var $prodref;
    +
    +	/**
    +	 * @var int Entity
    +	 */
    +	public $entity;
    +
    +	public $datec = '';
    +	public $tms = '';
    +	public $fk_product;
    +
    +	/**
    +	 * @var int Thirdparty ID
    +	 */
    +  public $fk_soc;
    +
    +	public $price;
    +	public $price_ttc;
    +	public $price_min;
    +	public $price_min_ttc;
    +	public $price_base_type;
    +	public $default_vat_code;
    +	public $tva_tx;
    +	public $recuperableonly;
    +	public $localtax1_tx;
    +	public $localtax2_tx;
    +
    +	/**
    +	 * @var int User ID
    +	 */
    +	public $fk_user;
    +
    +	public $import_key;
    +	public $socname;
    +	public $prodref;
     }
    diff --git a/htdocs/product/class/propalmergepdfproduct.class.php b/htdocs/product/class/propalmergepdfproduct.class.php
    index 771a60be60e..3a7f3fb586d 100644
    --- a/htdocs/product/class/propalmergepdfproduct.class.php
    +++ b/htdocs/product/class/propalmergepdfproduct.class.php
    @@ -34,12 +34,12 @@ class Propalmergepdfproduct extends CommonObject
     	/**
     	 * @var string ID to identify managed object
     	 */
    -	public $element='propal_merge_pdf_product';			
    -	
    +	public $element='propal_merge_pdf_product';
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='propal_merge_pdf_product';	
    +	public $table_element='propal_merge_pdf_product';
     
     	var $fk_product;
     	var $file_name;
    @@ -62,7 +62,6 @@ class Propalmergepdfproduct extends CommonObject
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    @@ -223,6 +222,7 @@ class Propalmergepdfproduct extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Load object in memory from the database
          *
    @@ -232,6 +232,7 @@ class Propalmergepdfproduct extends CommonObject
          */
         function fetch_by_product($product_id, $lang='')
         {
    +        // phpcs:enable
         	global $langs,$conf;
     
         	$sql = "SELECT";
    @@ -320,9 +321,6 @@ class Propalmergepdfproduct extends CommonObject
     		if (isset($this->fk_user_mod)) $this->fk_user_mod=trim($this->fk_user_mod);
     		if (isset($this->lang)) $this->lang=trim($this->lang);
     
    -
    -
    -
     		// Check parameters
     		// Put here code to add a control on parameters values
     
    @@ -438,6 +436,7 @@ class Propalmergepdfproduct extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Delete object in database
     	 *
    @@ -449,6 +448,7 @@ class Propalmergepdfproduct extends CommonObject
     	 */
     	function delete_by_product($user, $product_id, $lang_id='',  $notrigger=0)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     		$error=0;
     
    @@ -502,6 +502,7 @@ class Propalmergepdfproduct extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Delete object in database
     	 *
    @@ -510,6 +511,7 @@ class Propalmergepdfproduct extends CommonObject
     	 */
     	function delete_by_file($user)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     		$error=0;
     
    @@ -632,10 +634,7 @@ class Propalmergepdfproduct extends CommonObject
     		$this->datec='';
     		$this->tms='';
     		$this->import_key='';
    -
    -
     	}
    -
     }
     
     /**
    @@ -648,15 +647,18 @@ class PropalmergepdfproductLine
     	 */
     	public $id;
     
    -	var $fk_product;
    -	var $file_name;
    -	var $lang;
    -	var $fk_user_author;
    -	var $fk_user_mod;
    -	var $datec='';
    -	var $tms='';
    -	var $import_key;
    +	public $fk_product;
    +	public $file_name;
    +	public $lang;
    +	public $fk_user_author;
    +	public $fk_user_mod;
    +	public $datec='';
    +	public $tms='';
    +	public $import_key;
     
    +    /**
    +     *  Constructor
    +     */
         function __construct()
         {
             return 1;
    diff --git a/htdocs/product/dynamic_price/class/index.html b/htdocs/product/dynamic_price/class/index.html
    new file mode 100644
    index 00000000000..8b137891791
    --- /dev/null
    +++ b/htdocs/product/dynamic_price/class/index.html
    @@ -0,0 +1 @@
    +
    diff --git a/htdocs/product/dynamic_price/class/price_expression.class.php b/htdocs/product/dynamic_price/class/price_expression.class.php
    index b06bdfe211e..6b73b413522 100644
    --- a/htdocs/product/dynamic_price/class/price_expression.class.php
    +++ b/htdocs/product/dynamic_price/class/price_expression.class.php
    @@ -33,7 +33,7 @@ class PriceExpression
          * @var DoliDB Database handler.
          */
         public $db;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
    @@ -43,19 +43,19 @@ class PriceExpression
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
         /**
     	 * @var int ID
     	 */
     	public $id;
    -	
    -    var $title;
    -	var $expression;
    -	
    +
    +    public $title;
    +    public $expression;
    +
         /**
    -	 * @var string Name of table without prefix where object is stored
    -	 */
    -	public $table_element = "c_price_expression";
    +     * @var string Name of table without prefix where object is stored
    +     */
    +    public $table_element = "c_price_expression";
     
         /**
          *  Constructor
    @@ -65,7 +65,6 @@ class PriceExpression
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    @@ -147,7 +146,7 @@ class PriceExpression
                 $this->error='ErrorWrongParameters';
                 return -1;
             }
    -        
    +
             $sql = "SELECT title, expression";
             $sql.= " FROM ".MAIN_DB_PREFIX.$this->table_element;
             $sql.= " WHERE rowid = ".$id;
    @@ -176,6 +175,7 @@ class PriceExpression
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    List all price expressions
          *
    @@ -183,6 +183,7 @@ class PriceExpression
          */
         function list_price_expression()
         {
    +        // phpcs:enable
             $sql = "SELECT rowid, title, expression";
             $sql.= " FROM ".MAIN_DB_PREFIX.$this->table_element;
             $sql.= " ORDER BY title";
    @@ -213,6 +214,7 @@ class PriceExpression
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Returns any existing rowid with specified title
          *
    @@ -221,6 +223,7 @@ class PriceExpression
          */
         function find_title($title)
         {
    +        // phpcs:enable
             $sql = "SELECT rowid";
             $sql.= " FROM ".MAIN_DB_PREFIX.$this->table_element;
             $sql.= " WHERE title = '".$this->db->escape($title)."'";
    @@ -319,7 +322,7 @@ class PriceExpression
     		$error=0;
     
     		$rowid = $this->id;
    -		
    +
     		$this->db->begin();
     
     		if (! $error)
    diff --git a/htdocs/product/dynamic_price/class/price_global_variable.class.php b/htdocs/product/dynamic_price/class/price_global_variable.class.php
    index f30260a30c0..4cd900979ab 100644
    --- a/htdocs/product/dynamic_price/class/price_global_variable.class.php
    +++ b/htdocs/product/dynamic_price/class/price_global_variable.class.php
    @@ -33,26 +33,31 @@ class PriceGlobalVariable
          * @var DoliDB Database handler.
          */
         public $db;
    -   
    +
         /**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    +
         /**
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
         /**
     	 * @var int ID
     	 */
     	public $id;
    -	
    -    var $code;
    -    var $description;
    -    var $value;
    -    
    +
    +    public $code;
    +
    +    /**
    +	 * @var string description
    +	 */
    +	public $description;
    +
    +    public $value;
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -66,7 +71,6 @@ class PriceGlobalVariable
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    diff --git a/htdocs/product/dynamic_price/class/price_global_variable_updater.class.php b/htdocs/product/dynamic_price/class/price_global_variable_updater.class.php
    index 7ca18f36b5d..b06a249ccc6 100644
    --- a/htdocs/product/dynamic_price/class/price_global_variable_updater.class.php
    +++ b/htdocs/product/dynamic_price/class/price_global_variable_updater.class.php
    @@ -33,33 +33,38 @@ class PriceGlobalVariableUpdater
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    +
         /**
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    -    var $types=array(0, 1);				//!< Updater types
    -    var $update_min = 5;				//!< Minimal update rate
    -    
    +
    +    public $types=array(0, 1);				//!< Updater types
    +    public $update_min = 5;				//!< Minimal update rate
    +
         /**
     	 * @var int ID
     	 */
     	public $id;
    -	
    -    var $type;
    -    var $description;
    -    var $parameters;
    -    var $fk_variable;
    -    var $update_interval;				//!< Interval in mins
    -    var $next_update;					//!< Next update timestamp
    -    var $last_status;
    -    
    +
    +    public $type;
    +
    +    /**
    +	 * @var string description
    +	 */
    +	public $description;
    +
    +    public $parameters;
    +    public $fk_variable;
    +    public $update_interval;				//!< Interval in mins
    +    public $next_update;					//!< Next update timestamp
    +    public $last_status;
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -68,12 +73,11 @@ class PriceGlobalVariableUpdater
         /**
          *  Constructor
          *
    -     *  @param	DoliDb		$db      Database handler
    +     *  @param  DoliDb      $db      Database handler
          */
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
     
    @@ -551,6 +555,7 @@ class PriceGlobalVariableUpdater
             return 1;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Update next_update into database
          *
    @@ -561,6 +566,7 @@ class PriceGlobalVariableUpdater
          */
         function update_next_update($next_update, $user=0, $notrigger=0)
         {
    +        // phpcs:enable
             $error=0;
     
             $this->next_update = $next_update;
    @@ -595,6 +601,7 @@ class PriceGlobalVariableUpdater
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Update last_status into database
          *
    @@ -605,6 +612,7 @@ class PriceGlobalVariableUpdater
          */
         function update_status($last_status, $user=0, $notrigger=0)
         {
    +        // phpcs:enable
             $error=0;
     
             $this->last_status = $last_status;
    diff --git a/htdocs/product/dynamic_price/class/price_parser.class.php b/htdocs/product/dynamic_price/class/price_parser.class.php
    index 867a30faaeb..3249671d173 100644
    --- a/htdocs/product/dynamic_price/class/price_parser.class.php
    +++ b/htdocs/product/dynamic_price/class/price_parser.class.php
    @@ -335,4 +335,4 @@ class PriceParser
     		));
     		return $this->parseExpression($product, $expression, $extra_values);
     	}
    -}
    \ No newline at end of file
    +}
    diff --git a/htdocs/product/dynamic_price/index.html b/htdocs/product/dynamic_price/index.html
    new file mode 100644
    index 00000000000..8b137891791
    --- /dev/null
    +++ b/htdocs/product/dynamic_price/index.html
    @@ -0,0 +1 @@
    +
    diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
    index 62fb0b8c29f..7ad740eab0a 100644
    --- a/htdocs/product/fournisseurs.php
    +++ b/htdocs/product/fournisseurs.php
    @@ -249,14 +249,20 @@ if (empty($reshook))
     				if (isset($_POST['ref_fourn_price_id']))
     					$object->fetch_product_fournisseur_price($_POST['ref_fourn_price_id']);
     
    -                if ($conf->multicurrency->enabled) {
    -                    $ret = $object->update_buyprice($quantity, $_POST["price"], $user, $_POST["price_base_type"], $supplier, $_POST["oselDispo"], $ref_fourn, $tva_tx, $_POST["charges"], $remise_percent, 0, $npr, $delivery_time_days, $supplier_reputation, array(), '', $_POST["multicurrency_price"], $_POST["multicurrency_price_base_type"], $_POST["multicurrency_tx"], $_POST["multicurrency_code"], $supplier_description);
    +				$newprice = price2num(GETPOST("price","alpha"));
    +
    +                if ($conf->multicurrency->enabled)
    +                {
    +                	$multicurrency_tx = price2num(GETPOST("multicurrency_tx",'alpha'));
    +                	$multicurrency_price = price2num(GETPOST("multicurrency_price",'alpha'));
    +                	$multicurrency_code = GETPOST("multicurrency_code",'alpha');
    +
    +                    $ret = $object->update_buyprice($quantity, $newprice, $user, $_POST["price_base_type"], $supplier, $_POST["oselDispo"], $ref_fourn, $tva_tx, $_POST["charges"], $remise_percent, 0, $npr, $delivery_time_days, $supplier_reputation, array(), '', $multicurrency_price, $_POST["multicurrency_price_base_type"], $multicurrency_tx, $multicurrency_code, $supplier_description);
                     } else {
    -                    $ret = $object->update_buyprice($quantity, $_POST["price"], $user, $_POST["price_base_type"], $supplier, $_POST["oselDispo"], $ref_fourn, $tva_tx, $_POST["charges"], $remise_percent, 0, $npr, $delivery_time_days, $supplier_reputation, array(), '', 0, 'HT', 1, '', $supplier_description);
    +                    $ret = $object->update_buyprice($quantity, $newprice, $user, $_POST["price_base_type"], $supplier, $_POST["oselDispo"], $ref_fourn, $tva_tx, $_POST["charges"], $remise_percent, 0, $npr, $delivery_time_days, $supplier_reputation, array(), '', 0, 'HT', 1, '', $supplier_description);
                     }
     				if ($ret < 0)
     				{
    -
     					$error++;
     					setEventMessages($object->error, $object->errors, 'errors');
     				}
    @@ -566,7 +572,7 @@ if ($id > 0 || $ref)
                         // Currency price qty min
                         print '<tr><td class="fieldrequired">'.$langs->trans("PriceQtyMinCurrency").'</td>';
                         $pricesupplierincurrencytouse=(GETPOST('multicurrency_price')?GETPOST('multicurrency_price'):(isset($object->fourn_multicurrency_price)?$object->fourn_multicurrency_price:''));
    -                    print '<td><input class="flat" name="multicurrency_price" size="8" value="'.$pricesupplierincurrencytouse.'">';
    +                    print '<td><input class="flat" name="multicurrency_price" size="8" value="'.price($pricesupplierincurrencytouse).'">';
                         print '&nbsp;';
                         print $form->selectPriceBaseType((GETPOST('multicurrency_price_base_type')?GETPOST('multicurrency_price_base_type'):'HT'), "multicurrency_price_base_type");  // We keep 'HT' here, multicurrency_price_base_type is not yet supported for supplier prices
                         print '</td></tr>';
    @@ -678,18 +684,18 @@ SCRIPT;
     				{
     				    //WYSIWYG Editor
     				    require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
    -				    
    +
         				print '<tr>';
         				print '<td>'.$langs->trans('ProductSupplierDescription').'</td>';
         				print '<td>';
    -    				
    +
         				$doleditor = new DolEditor('supplier_description', $object->desc_supplier, '', 160, 'dolibarr_details', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, ROWS_4, '90%');
         				$doleditor->Create();
    -    				
    +
         				print '</td>';
         				print '</tr>';
     				}
    -				
    +
     				if (is_object($hookmanager))
     				{
     					$parameters=array('id_fourn'=>$id_fourn,'prod_id'=>$object->id);
    diff --git a/htdocs/product/inventory/card.php b/htdocs/product/inventory/card.php
    index d143aa4e3c8..2784e3c303b 100644
    --- a/htdocs/product/inventory/card.php
    +++ b/htdocs/product/inventory/card.php
    @@ -224,12 +224,11 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
     	    $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('DeleteInventory'), $langs->trans('ConfirmDeleteOrder'), 'confirm_delete', '', 0, 1);
     	}
     
    -	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;
    -	}
    +	// Call Hook 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;
    diff --git a/htdocs/product/inventory/class/inventory.class.php b/htdocs/product/inventory/class/inventory.class.php
    index 7ba2d5cf5f1..e1be589ac88 100644
    --- a/htdocs/product/inventory/class/inventory.class.php
    +++ b/htdocs/product/inventory/class/inventory.class.php
    @@ -38,7 +38,7 @@ class Inventory extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element = 'inventory';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -48,7 +48,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
     	 */
     	public $ismultientitymanaged = 1;
    -	
    +
     	/**
     	 * @var string String with name of icon for inventory
     	 */
    @@ -78,7 +78,7 @@ class Inventory extends CommonObject
     	 */
     	public $fields=array(
     		'rowid' => array('type'=>'integer', 'label'=>'TechnicalID', 'visible'=>-1, 'enabled'=>1, 'position'=>1, 'notnull'=>1, 'index'=>1, 'comment'=>'Id',),
    -		'ref'        => array('type'=>'varchar(64)', 'label'=>'Ref', 'visible'=>1, 'enabled'=>1, 'position'=>10, 'notnull'=>1, 'index'=>1, 'searchall'=>1, 'comment'=>'Reference of object', 'css'=>'maxwidth200'),
    +		'ref' => array('type'=>'varchar(64)', 'label'=>'Ref', 'visible'=>1, 'enabled'=>1, 'position'=>10, 'notnull'=>1, 'index'=>1, 'searchall'=>1, 'comment'=>'Reference of object', 'css'=>'maxwidth200'),
     		'entity'         => array('type'=>'integer', 'label'=>'Entity', 'visible'=>0, 'enabled'=>1, 'position'=>20, 'notnull'=>1, 'index'=>1,),
     		'title'          => array('type'=>'varchar(255)', 'label'=>'Label', 'visible'=>1, 'enabled'=>1, 'position'=>25, 'css'=>'minwidth300'),
     		'fk_warehouse'   => array('type'=>'integer:Entrepot:product/stock/class/entrepot.class.php', 'label'=>'Warehouse', 'visible'=>1, 'enabled'=>1, 'position'=>30, 'index'=>1, 'help'=>'LinkToThirparty'),
    @@ -99,13 +99,30 @@ class Inventory extends CommonObject
     		'status' => array('type'=>'integer', 'label'=>'Status', 'visible'=>1, 'enabled'=>1, 'position'=>1000, 'default'=>0, 'arrayofkeyval'=>array(0=>'Todo', 1=>'Done', -1=>'Cancel')),
     	);
     
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
    +
    +	/**
    +	 * @var string Ref
    +	 */
     	public $ref;
    +
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
    +
     	public $fk_warehouse;
     	public $date_inventory;
     	public $title;
    +
    +	/**
    +	 * @var int Status
    +	 */
     	public $status;
    +
     	public $date_creation;
     	public $date_validation;
     	public $tms;
    @@ -123,22 +140,22 @@ class Inventory extends CommonObject
     	 * @var int    Name of subtable line
     	 */
     	//public $table_element_line = 'inventorydet';
    -	
    +
     	/**
     	 * @var int    Field with ID of parent key if this field has a parent
     	 */
     	//public $fk_element = 'fk_inventory';
    -	
    +
     	/**
     	 * @var int    Name of subtable class that manage subtable lines
     	 */
     	//public $class_element_line = 'Inventoryline';
    -	
    +
     	/**
     	 * @var array  Array of child tables (child tables to delete before deleting a record)
     	 */
     	//protected $childtables=array('inventorydet');
    -	
    +
     	/**
     	 * @var InventoryLine[]     Array of subtable lines
     	 */
    @@ -339,6 +356,7 @@ class Inventory extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return the status
     	 *
    @@ -348,50 +366,51 @@ class Inventory extends CommonObject
     	 */
     	static function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
     		{
     			$prefix='';
     			if ($status == 0) return $langs->trans('Draft');
    -			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == -1) return $langs->trans('Canceled');
    +			elseif ($status == 1) return $langs->trans('Enabled');
    +			elseif ($status == -1) return $langs->trans('Canceled');
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($status == 0) return $langs->trans('Draft');
    -			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == -1) return $langs->trans('Canceled');
    +			elseif ($status == 1) return $langs->trans('Enabled');
    +			elseif ($status == -1) return $langs->trans('Canceled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 0) return img_picto($langs->trans('Draft'),'statut0').' '.$langs->trans('Draft');
    -			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    -			if ($status == -1) return img_picto($langs->trans('Canceled'),'statut6').' '.$langs->trans('Canceled');
    +			elseif ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    +			elseif ($status == -1) return img_picto($langs->trans('Canceled'),'statut6').' '.$langs->trans('Canceled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 0) return img_picto($langs->trans('Draft'),'statut0');
    -			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == -1) return img_picto($langs->trans('Canceled'),'statut6');
    +			elseif ($status == 1) return img_picto($langs->trans('Enabled'),'statut4');
    +			elseif ($status == -1) return img_picto($langs->trans('Canceled'),'statut6');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 0) return img_picto($langs->trans('Draft'),'statut0').' '.$langs->trans('Draft');
    -			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    -			if ($status == -1) return img_picto($langs->trans('Canceled'),'statut6').' '.$langs->trans('Canceled');
    +			elseif ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    +			elseif ($status == -1) return img_picto($langs->trans('Canceled'),'statut6').' '.$langs->trans('Canceled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 0) return $langs->trans('Draft').' '.img_picto($langs->trans('Draft'),'statut0');
    -			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == -1) return $langs->trans('Canceled').' '.img_picto($langs->trans('Canceled'),'statut6');
    +			elseif ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
    +			elseif ($status == -1) return $langs->trans('Canceled').' '.img_picto($langs->trans('Canceled'),'statut6');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($status == 0) return $langs->trans('Draft').' '.img_picto($langs->trans('Draft'),'statut0');
    -			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == -1) return $langs->trans('Canceled').' '.img_picto($langs->trans('Canceled'),'statut6');
    +			elseif ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
    +			elseif ($status == -1) return $langs->trans('Canceled').' '.img_picto($langs->trans('Canceled'),'statut6');
     		}
     	}
     
    @@ -459,7 +478,6 @@ class Inventory extends CommonObject
     	{
     		$this->initAsSpecimenCommon();
     	}
    -
     }
     
     /**
    @@ -471,10 +489,12 @@ class InventoryObjectLine
     	 * @var int ID
     	 */
     	public $id;
    +
     	/**
     	 * @var mixed Sample line property 1
     	 */
     	public $prop1;
    +
     	/**
     	 * @var mixed Sample line property 2
     	 */
    diff --git a/htdocs/product/inventory/lib/inventory.lib.php b/htdocs/product/inventory/lib/inventory.lib.php
    index aa8c9c9677d..d6230e4f3e7 100644
    --- a/htdocs/product/inventory/lib/inventory.lib.php
    +++ b/htdocs/product/inventory/lib/inventory.lib.php
    @@ -25,7 +25,7 @@
     /**
      *  Define head array for tabs of inventory tools setup pages
      *
    - *  @return			Array of head
    + *  @return array Array of head
      */
     function inventoryAdminPrepareHead()
     {
    @@ -40,7 +40,7 @@ function inventoryAdminPrepareHead()
         $head[$h][1] = $langs->trans("Parameters");
         $head[$h][2] = 'settings';
         $h++;
    -    
    +
     
         // Show more tabs from modules
         // Entries must be declared in modules descriptor with line
    @@ -55,10 +55,19 @@ function inventoryAdminPrepareHead()
         return $head;
     }
     
    +/**
    + *  Define head array for tabs of inventory tools setup pages
    + *
    + *  @param  Inventory   $inventory      Object inventory
    + *  @param  string      $title          parameter
    + *  @param  string      $get            parameter
    + *
    + *  @return array                       Array of head
    + */
     function inventoryPrepareHead(&$inventory, $title='Inventory', $get='')
     {
     	global $langs;
    -	
    +
     	return array(
     		array(dol_buildpath('/product/inventory/card.php?id='.$inventory->id.$get, 1), $langs->trans($title),'inventory')
     	);
    @@ -66,26 +75,33 @@ function inventoryPrepareHead(&$inventory, $title='Inventory', $get='')
     
     
     
    +/**
    + *  Define head array for tabs of inventory tools setup pages
    + *
    + *  @param   Inventory  $inventory      Object inventory
    + *
    + *  @return string                      html of products
    + */
     function inventorySelectProducts(&$inventory)
     {
     	global $conf,$db,$langs;
    -	
    +
     	$except_product_id = array();
    -	
    +
     	foreach ($inventory->Inventorydet as $Inventorydet)
     	{
     		$except_product_id[] = $Inventorydet->fk_product;
     	}
    -	
    +
     	ob_start();
     	$form = new Form($db);
     	$form->select_produits(-1, 'fk_product');
    -	
    +
     	$TChildWarehouses = array($inventory->fk_warehouse);
     	$e = new Entrepot($db);
     	$e->fetch($inventory->fk_warehouse);
     	if(method_exists($e, 'get_children_warehouses')) $e->get_children_warehouses($e->id, $TChildWarehouses);
    -	
    +
     	$Tab = array();
     	$sql = 'SELECT rowid, label
     			FROM '.MAIN_DB_PREFIX.'entrepot WHERE rowid IN('.implode(', ', $TChildWarehouses).')';
    @@ -96,9 +112,8 @@ function inventorySelectProducts(&$inventory)
     	}
     	print '&nbsp;&nbsp;&nbsp;';
     	print $langs->trans('Warehouse').' : '.$form::selectarray('fk_warehouse', $Tab);
    -	
    +
     	$select_html = ob_get_clean();
    -	
    +
     	return $select_html;
     }
    -
    diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php
    index 5e72fafbc40..14c2a00d477 100644
    --- a/htdocs/product/reassort.php
    +++ b/htdocs/product/reassort.php
    @@ -319,11 +319,12 @@ if ($resql)
     	{
     		$objp = $db->fetch_object($resql);
     
    -		print '<tr>';
    -		print '<td class="nowrap">';
     		$product=new Product($db);
     		$product->fetch($objp->rowid);
     		$product->load_stock();
    +
    +		print '<tr>';
    +		print '<td class="nowrap">';
     		print $product->getNomUrl(1,'',16);
     		//if ($objp->stock_theorique < $objp->seuil_stock_alerte) print ' '.img_warning($langs->trans("StockTooLow"));
     		print '</td>';
    @@ -360,15 +361,13 @@ if ($resql)
     			}
     		}
     
    -
    -
     		// Virtual stock
     		if ($virtualdiffersfromphysical)
     		{
    -	    		print '<td align="right">';
    +			print '<td align="right">';
     			if ($objp->seuil_stock_alerte != '' && ($product->stock_theorique < $objp->seuil_stock_alerte)) print img_warning($langs->trans("StockTooLow")).' ';
    -	    		print $product->stock_theorique;
    -	    		print '</td>';
    +			print $product->stock_theorique;
    +			print '</td>';
     		}
     		print '<td align="right"><a href="'.DOL_URL_ROOT.'/product/stock/mouvement.php?idproduct='.$product->id.'">'.$langs->trans("Movements").'</a></td>';
     		print '<td align="right" class="nowrap">'.$product->LibStatut($objp->statut,5,0).'</td>';
    diff --git a/htdocs/product/stats/card.php b/htdocs/product/stats/card.php
    index 52ffa0a58c8..e7c50e8309e 100644
    --- a/htdocs/product/stats/card.php
    +++ b/htdocs/product/stats/card.php
    @@ -75,9 +75,9 @@ if (empty($search_year)) $search_year=$currentyear;
     
     $form = new Form($db);
     $htmlother = new FormOther($db);
    -
     $object = new Product($db);
    -if (! $id)
    +
    +if (! $id && empty($ref))
     {
         llxHeader("",$langs->trans("ProductStatistics"));
     
    diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php
    index 7e13364d7ca..334ccdb0b65 100644
    --- a/htdocs/product/stock/card.php
    +++ b/htdocs/product/stock/card.php
    @@ -298,12 +298,11 @@ else
     				$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"]."?id=".$object->id,$langs->trans("DeleteAWarehouse"),$langs->trans("ConfirmDeleteWarehouse",$object->libelle),"confirm_delete",'',0,2);
     			}
     
    -			if (! $formconfirm) {
    -			    $parameters = array();
    -			    $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;
    -			}
    +			// Call Hook formConfirm
    +			$parameters = array();
    +			$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;
    diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php
    index f8e60f135b9..575aa2a705d 100644
    --- a/htdocs/product/stock/class/entrepot.class.php
    +++ b/htdocs/product/stock/class/entrepot.class.php
    @@ -37,12 +37,12 @@ class Entrepot extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='stock';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='entrepot';
    -	
    +
     	public $picto='stock';
     
     	/**
    @@ -60,18 +60,28 @@ class Entrepot extends CommonObject
     	 */
     	const STATUS_OPEN_INTERNAL = 2;
     
    -	var $libelle;
    -	var $description;
    -	var $statut;
    -	var $lieu;
    -	var $address;
    +	public $libelle;
    +
    +	/**
    +	 * @var string description
    +	 */
    +	public $description;
    +
    +	public $statut;
    +	public $lieu;
    +
    +	/**
    +	 * @var string Address
    +	 */
    +	public $address;
    +
     	//! Code Postal
    -	var $zip;
    -	var $town;
    -	var $fk_parent;
    +	public $zip;
    +	public $town;
    +	public $fk_parent;
     
     	// List of short language codes for status
    -	var $statuts = array();
    +	public $statuts = array();
     
     	/**
     	 *  Constructor
    @@ -93,7 +103,6 @@ class Entrepot extends CommonObject
     		{
     			$this->statuts[self::STATUS_OPEN_ALL] = 'Opened';
     		}
    -
     	}
     
     	/**
    @@ -167,7 +176,6 @@ class Entrepot extends CommonObject
     			$this->db->rollback();
     			return -1;
     		}
    -
     	}
     
     	/**
    @@ -301,7 +309,6 @@ class Entrepot extends CommonObject
     			$this->error=$this->db->lasterror();
     			return -1;
     		}
    -
     	}
     
     
    @@ -418,6 +425,7 @@ class Entrepot extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of all warehouses
     	 *
    @@ -426,6 +434,7 @@ class Entrepot extends CommonObject
     	 */
     	function list_array($status=1)
     	{
    +        // phpcs:enable
     		$liste = array();
     
     		$sql = "SELECT rowid, ref as label";
    @@ -449,6 +458,7 @@ class Entrepot extends CommonObject
     		return $liste;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return number of unique different product into a warehouse
     	 *
    @@ -456,6 +466,7 @@ class Entrepot extends CommonObject
     	 */
     	function nb_different_products()
     	{
    +        // phpcs:enable
     		$ret=array();
     
     		$sql = "SELECT count(distinct p.rowid) as nb";
    @@ -481,6 +492,7 @@ class Entrepot extends CommonObject
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return stock and value of warehosue
     	 *
    @@ -488,6 +500,7 @@ class Entrepot extends CommonObject
     	 */
     	function nb_products()
     	{
    +        // phpcs:enable
     		$ret=array();
     
     		$sql = "SELECT sum(ps.reel) as nb, sum(ps.reel * p.pmp) as value";
    @@ -525,6 +538,7 @@ class Entrepot extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return label of a given status
     	 *
    @@ -534,6 +548,7 @@ class Entrepot extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$langs->load('stocks');
    @@ -651,6 +666,7 @@ class Entrepot extends CommonObject
             $this->country_code='FR';
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return full path to current warehouse
     	 *
    @@ -658,6 +674,7 @@ class Entrepot extends CommonObject
     	 */
     	function get_full_arbo()
     	{
    +        // phpcs:enable
             global $user,$langs,$conf;
     
             $TArbo = array(empty($this->label)?$this->libelle:$this->label);
    @@ -691,15 +708,17 @@ class Entrepot extends CommonObject
             return implode(' >> ', array_reverse($TArbo));
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return array of children warehouses ids from $id warehouse (recursive function)
     	 *
     	 * @param	int		$id					id parent warehouse
    -	 * @param	array()	$TChildWarehouses	array which will contain all children (param by reference)
    -	 * @return	array()	$TChildWarehouses	array which will contain all children
    +	 * @param	array	$TChildWarehouses	array which will contain all children (param by reference)
    +	 * @return	array	$TChildWarehouses	array which will contain all children
     	 */
         function get_children_warehouses($id, &$TChildWarehouses)
         {
    +        // phpcs:enable
     
     		$sql = 'SELECT rowid
     				FROM '.MAIN_DB_PREFIX.'entrepot
    @@ -714,7 +733,6 @@ class Entrepot extends CommonObject
     		}
     
     		return $TChildWarehouses;
    -
     	}
     
     	/**
    @@ -748,5 +766,4 @@ class Entrepot extends CommonObject
     
     		return $this->commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref);
     	}
    -
     }
    diff --git a/htdocs/product/stock/class/mouvementstock.class.php b/htdocs/product/stock/class/mouvementstock.class.php
    index 7cb06de918e..0d8338c4d9f 100644
    --- a/htdocs/product/stock/class/mouvementstock.class.php
    +++ b/htdocs/product/stock/class/mouvementstock.class.php
    @@ -34,7 +34,7 @@ class MouvementStock extends CommonObject
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'stockmouvement';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -50,7 +50,12 @@ class MouvementStock extends CommonObject
     	public $datem = '';
     	public $price;
     	public $fk_user_author;
    -	public $label;
    +
    +	/**
    +     * @var string stock movements label
    +     */
    +    public $label;
    +
     	public $fk_origin;
     	public $origintype;
     	public $inventorycode;
    @@ -858,6 +863,7 @@ class MouvementStock extends CommonObject
     		return $result;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return Url link of origin object
     	 *
    @@ -867,6 +873,7 @@ class MouvementStock extends CommonObject
     	 */
     	function get_origin($fk_origin, $origintype)
     	{
    +        // phpcs:enable
     	    $origin='';
     
     		switch ($origintype) {
    @@ -1011,6 +1018,7 @@ class MouvementStock extends CommonObject
     		return $this->LibStatut($mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un status donne
     	 *
    @@ -1019,29 +1027,26 @@ class MouvementStock extends CommonObject
     	 */
     	function LibStatut($mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
    -		if ($mode == 0)
    +		if ($mode == 0 || $mode == 1)
     		{
     			return $langs->trans('StatusNotApplicable');
     		}
    -		if ($mode == 1)
    -		{
    -			return $langs->trans('StatusNotApplicable');
    -		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			return img_picto($langs->trans('StatusNotApplicable'),'statut9').' '.$langs->trans('StatusNotApplicable');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			return img_picto($langs->trans('StatusNotApplicable'),'statut9');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			return img_picto($langs->trans('StatusNotApplicable'),'statut9').' '.$langs->trans('StatusNotApplicable');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			return $langs->trans('StatusNotApplicable').' '.img_picto($langs->trans('StatusNotApplicable'),'statut9');
     		}
    diff --git a/htdocs/product/stock/class/productlot.class.php b/htdocs/product/stock/class/productlot.class.php
    index 1ed59eb058f..d7b77cd83ee 100644
    --- a/htdocs/product/stock/class/productlot.class.php
    +++ b/htdocs/product/stock/class/productlot.class.php
    @@ -39,7 +39,7 @@ class Productlot extends CommonObject
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'productlot';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -47,6 +47,10 @@ class Productlot extends CommonObject
     
     	public $picto='barcode';
     
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
         public $ismultientitymanaged = 1;
     
     	/**
    @@ -55,9 +59,10 @@ class Productlot extends CommonObject
     	public $lines = array();
     
     	/**
    +	 * @var int Entity
     	 */
    -
     	public $entity;
    +
     	public $fk_product;
     	public $batch;
     	public $eatby = '';
    @@ -68,9 +73,6 @@ class Productlot extends CommonObject
     	public $fk_user_modif;
     	public $import_key;
     
    -	/**
    -	 */
    -
     
     	/**
     	 * Constructor
    @@ -475,6 +477,7 @@ class Productlot extends CommonObject
     	    return $this->LibStatut(0,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return label of a given status
     	 *
    @@ -484,6 +487,7 @@ class Productlot extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     	    global $langs;
     
     	    //$langs->load('stocks');
    @@ -581,5 +585,4 @@ class Productlot extends CommonObject
     		$this->fk_user_modif = '';
     		$this->import_key = '';
     	}
    -
     }
    diff --git a/htdocs/product/stock/class/productstockentrepot.class.php b/htdocs/product/stock/class/productstockentrepot.class.php
    index 01379e8859c..1ab24b553d8 100644
    --- a/htdocs/product/stock/class/productstockentrepot.class.php
    +++ b/htdocs/product/stock/class/productstockentrepot.class.php
    @@ -3,7 +3,7 @@
      * Copyright (C) 2014-2016  Juanjo Menent       <jmenent@2byte.es>
      * Copyright (C) 2015       Florian Henry       <florian.henry@open-concept.pro>
      * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
    - * Copyright (C) ---Put here your own copyright and developer email---
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -44,7 +44,7 @@ class ProductStockEntrepot extends CommonObject
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'ProductStockEntrepot';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    @@ -126,7 +126,7 @@ class ProductStockEntrepot extends CommonObject
     		if (!$error) {
     			$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX . $this->table_element);
     
    -			if (!$notrigger) {
    +			//if (!$notrigger) {
     				// Uncomment this and change MYOBJECT to your own tag if you
     				// want this action to call a trigger.
     
    @@ -134,7 +134,7 @@ class ProductStockEntrepot extends CommonObject
     				//$result=$this->call_trigger('MYOBJECT_CREATE',$user);
     				//if ($result < 0) $error++;
     				//// End call triggers
    -			}
    +			//}
     		}
     
     		// Commit or rollback
    @@ -340,7 +340,7 @@ class ProductStockEntrepot extends CommonObject
     			dol_syslog(__METHOD__ . ' ' . implode(',', $this->errors), LOG_ERR);
     		}
     
    -		if (!$error && !$notrigger) {
    +		//if (!$error && !$notrigger) {
     			// Uncomment this and change MYOBJECT to your own tag if you
     			// want this action calls a trigger.
     
    @@ -348,7 +348,7 @@ class ProductStockEntrepot extends CommonObject
     			//$result=$this->call_trigger('MYOBJECT_MODIFY',$user);
     			//if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
     			//// End call triggers
    -		}
    +		//}
     
     		// Commit or rollback
     		if ($error) {
    @@ -378,8 +378,7 @@ class ProductStockEntrepot extends CommonObject
     
     		$this->db->begin();
     
    -		if (!$error) {
    -			if (!$notrigger) {
    +		//if (!$error && !$notrigger) {
     				// Uncomment this and change MYOBJECT to your own tag if you
     				// want this action calls a trigger.
     
    @@ -387,8 +386,7 @@ class ProductStockEntrepot extends CommonObject
     				//$result=$this->call_trigger('MYOBJECT_DELETE',$user);
     				//if ($result < 0) { $error++; //Do also what you must do to rollback action if trigger fail}
     				//// End call triggers
    -			}
    -		}
    +		//}
     
     		if (!$error) {
     			$sql = 'DELETE FROM ' . MAIN_DB_PREFIX . $this->table_element;
    @@ -511,6 +509,7 @@ class ProductStockEntrepot extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un status donne
     	 *
    @@ -520,38 +519,38 @@ class ProductStockEntrepot extends CommonObject
     	 */
     	function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
     		{
    -			$prefix='';
     			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    +			elseif ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    +			elseif ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    +			elseif ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
     		}
     	}
     
    @@ -572,8 +571,5 @@ class ProductStockEntrepot extends CommonObject
     		$this->seuil_stock_alerte = '';
     		$this->desiredstock = '';
     		$this->import_key = '';
    -
    -
     	}
    -
     }
    diff --git a/htdocs/product/stock/mouvement.php b/htdocs/product/stock/mouvement.php
    index 07432766fbc..8ee5383ded0 100644
    --- a/htdocs/product/stock/mouvement.php
    +++ b/htdocs/product/stock/mouvement.php
    @@ -104,7 +104,7 @@ $arrayfields=array(
         'm.fk_user_author'=>array('label'=>$langs->trans("Author"), 'checked'=>0),
         'm.inventorycode'=>array('label'=>$langs->trans("InventoryCodeShort"), 'checked'=>1),
         'm.label'=>array('label'=>$langs->trans("LabelMovement"), 'checked'=>1),
    -    'm.type_mouvement'=>array('label'=>$langs->trans("Type Mouvement"), 'checked'=>1),
    +    'm.type_mouvement'=>array('label'=>$langs->trans("TypeMovement"), 'checked'=>1),
         'origin'=>array('label'=>$langs->trans("Origin"), 'checked'=>1),
     	'm.value'=>array('label'=>$langs->trans("Qty"), 'checked'=>1),
     	'm.price'=>array('label'=>$langs->trans("UnitPurchaseValue"), 'checked'=>0),
    diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php
    index 8a39327b7c0..324e14047d4 100644
    --- a/htdocs/product/stock/product.php
    +++ b/htdocs/product/stock/product.php
    @@ -1,5 +1,5 @@
     <?php
    -/* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    +/* Copyright (C) 2001-2007  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
      * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2004      Eric Seigne          <eric.seigne@ryxeo.com>
      * Copyright (C) 2005      Simon TOSSER         <simon@kornog-computing.com>
    @@ -8,6 +8,7 @@
      * Copyright (C) 2013-2015 Juanjo Menent	    <jmenent@2byte.es>
      * Copyright (C) 2014-2015 Cédric Gross         <c.gross@kreiz-it.fr>
      * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -884,10 +885,10 @@ if ($resql)
     			        print '<input type="hidden" name="pdluoid" value="'.$pdluo->id.'"><input type="hidden" name="action" value="updateline"><input type="hidden" name="id" value="'.$id.'"><table class="noborder" width="100%"><tr><td width="10%"></td>';
     			        print '<td align="right" width="10%"><input type="text" name="batch_number" value="'.$pdluo->batch.'"></td>';
     			        print '<td align="center" width="10%">';
    -			        $form->select_date($pdluo->eatby,'eatby','','',1,'',1,0,1);
    +			        print $form->selectDate($pdluo->eatby,'eatby','','',1,'',1,0);
     			        print '</td>';
     			        print '<td align="center" width="10%">';
    -			        $form->select_date($pdluo->sellby,'sellby','','',1,'',1,0,1);
    +			        print $form->selectDate($pdluo->sellby,'sellby','','',1,'',1,0);
     			        print '</td>';
     			        print '<td align="right" width="10%">'.$pdluo->qty.($pdluo->qty<0?' '.img_warning():'').'</td>';
     			        print '<td colspan="4"><input type="submit" class="button" id="savelinebutton" name="save" value="'.$langs->trans("Save").'">';
    diff --git a/htdocs/product/stock/replenish.php b/htdocs/product/stock/replenish.php
    index bc5d03c7296..994edfa823e 100644
    --- a/htdocs/product/stock/replenish.php
    +++ b/htdocs/product/stock/replenish.php
    @@ -190,6 +190,7 @@ if ($action == 'order' && isset($_POST['valid']))
                 $sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."commande_fournisseur";
                 $sql.= " WHERE fk_soc = ".$suppliersid[$i];
                 $sql.= " AND source = 42 AND fk_statut = 0";
    +            $sql.= " AND entity IN (".getEntity('commande_fournisseur').")";
                 $sql.= " ORDER BY date_creation DESC";
                 $resql = $db->query($sql);
                 if($resql && $db->num_rows($resql) > 0) {
    diff --git a/htdocs/product/stock/replenishorders.php b/htdocs/product/stock/replenishorders.php
    index ce1dd5126a9..316d463fb27 100644
    --- a/htdocs/product/stock/replenishorders.php
    +++ b/htdocs/product/stock/replenishorders.php
    @@ -1,7 +1,8 @@
     <?php
     /*
    - * Copyright (C) 2013	Cédric Salvador	<csalvador@gpcsolutions.fr>
    - * Copyright (C) 2014	Regis Houssin	<regis.houssin@capnetworks.com>
    + * Copyright (C) 2013       Cédric Salvador         <csalvador@gpcsolutions.fr>
    + * Copyright (C) 2014       Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -195,10 +196,10 @@ if ($resql)
              '<input type="text" class="flat" name="search_ttc" value="' . dol_escape_htmltag($sttc) . '">'.
              '</td>'.
              '<td class="liste_titre">'.
    -         $form->select_date($search_date, 'search_date', 0, 0, 1, '', 1, 0, 1, 0, '').
    +         $form->selectDate($search_date, 'search_date', 0, 0, 1, '', 1, 0, 0, '').
              '</td>'.
              '<td class="liste_titre" align="right">';
    -         $searchpicto=$form->showFilterAndCheckAddButtons(0);
    +    $searchpicto = $form->showFilterAndCheckAddButtons(0);
         print $searchpicto;
         print '</td>';
         print '</tr>';
    diff --git a/htdocs/product/stock/tpl/stockcorrection.tpl.php b/htdocs/product/stock/tpl/stockcorrection.tpl.php
    index 3d2e1c99e9b..ce947c2003b 100644
    --- a/htdocs/product/stock/tpl/stockcorrection.tpl.php
    +++ b/htdocs/product/stock/tpl/stockcorrection.tpl.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2010-2017 Laurent Destailleur <eldy@users.sourceforge.net>
    +/* Copyright (C) 2010-2017  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -19,8 +20,7 @@
      */
     
     // Protection to avoid direct call of template
    -if (empty($conf) || ! is_object($conf))
    -{
    +if (empty($conf) || ! is_object($conf)) {
     	print "Error, template page can't be called as URL";
     	exit;
     }
    @@ -119,11 +119,11 @@ if (empty($conf) || ! is_object($conf))
     			print '<tr>';
     			print '<td>'.$langs->trans("EatByDate").'</td><td>';
     			$eatbyselected=dol_mktime(0, 0, 0, GETPOST('eatbymonth'), GETPOST('eatbyday'), GETPOST('eatbyyear'));
    -			$form->select_date($eatbyselected,'eatby','','',1,"");
    +			print $form->selectDate($eatbyselected,'eatby','','',1,"");
     			print '</td>';
     			print '<td>'.$langs->trans("SellByDate").'</td><td>';
     			$sellbyselected=dol_mktime(0, 0, 0, GETPOST('sellbymonth'), GETPOST('sellbyday'), GETPOST('sellbyyear'));
    -			$form->select_date($sellbyselected,'sellby','','',1,"");
    +			print $form->selectDate($sellbyselected,'sellby','','',1,"");
     			print '</td>';
     			print '</tr>';
     		}
    diff --git a/htdocs/product/stock/tpl/stocktransfer.tpl.php b/htdocs/product/stock/tpl/stocktransfer.tpl.php
    index 136f0f0702a..370010b07eb 100644
    --- a/htdocs/product/stock/tpl/stocktransfer.tpl.php
    +++ b/htdocs/product/stock/tpl/stocktransfer.tpl.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2010-2017 Laurent Destailleur <eldy@users.sourceforge.net>
    +/* Copyright (C) 2010-2017  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -114,10 +115,10 @@ if (empty($conf) || ! is_object($conf))
     
     			print '<tr>';
     			print '<td>'.$langs->trans("EatByDate").'</td><td>';
    -			print $form->select_date(($d_eatby?$d_eatby:$pdluo->eatby),'eatby','','',1,"", 1, 0, 1, ($pdluoid > 0 ? 1 : 0));		// If form was opened for a specific pdluoid, field is disabled
    +			print $form->selectDate(($d_eatby?$d_eatby:$pdluo->eatby),'eatby','','',1,"", 1, 0, ($pdluoid > 0 ? 1 : 0));		// If form was opened for a specific pdluoid, field is disabled
     			print '</td>';
     			print '<td>'.$langs->trans("SellByDate").'</td><td>';
    -			print $form->select_date(($d_sellby?$d_sellby:$pdluo->sellby),'sellby','','',1,"", 1, 0, 1, ($pdluoid > 0 ? 1 : 0));		// If form was opened for a specific pdluoid, field is disabled
    +			print $form->selectDate(($d_sellby?$d_sellby:$pdluo->sellby),'sellby','','',1,"", 1, 0, ($pdluoid > 0 ? 1 : 0));		// If form was opened for a specific pdluoid, field is disabled
     			print '</td>';
     			print '</tr>';
     		}
    diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php
    index f4caef2b5ad..623838f8149 100644
    --- a/htdocs/projet/activity/perday.php
    +++ b/htdocs/projet/activity/perday.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2004-2016 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2010      François Legastelois <flegastelois@teclib.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -117,6 +118,9 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
     	$search_project_ref = '';
     	$search_thirdparty = '';
     	$search_declared_progress = '';
    +
    +	// We redefine $usertoprocess
    +	$usertoprocess=$user;
     }
     if (GETPOST("button_search_x",'alpha') || GETPOST("button_search.x",'alpha') || GETPOST("button_search",'alpha'))
     {
    @@ -344,7 +348,7 @@ if ($morewherefilter)	// Get all task without any filter, so we can show total o
     }
     $projectsrole=$taskstatic->getUserRolesForProjectsOrTasks($usertoprocess, 0, ($project->id?$project->id:0), 0, $onlyopenedproject);
     $tasksrole=$taskstatic->getUserRolesForProjectsOrTasks(0, $usertoprocess, ($project->id?$project->id:0), 0, $onlyopenedproject);
    -//var_dump($tasksarray);
    +//var_dump($usertoprocess);
     //var_dump($projectsrole);
     //var_dump($taskrole);
     
    @@ -366,7 +370,7 @@ $nav.=dol_print_date(dol_mktime(0,0,0,$month,$day,$year),"%A").' ';
     $nav.=" <span id=\"month_name\">".dol_print_date(dol_mktime(0,0,0,$month,$day,$year),"day")." </span>\n";
     $nav.='<a class="inline-block valignmiddle" href="?year='.$next_year."&amp;month=".$next_month."&amp;day=".$next_day.$param.'">'.img_next($langs->trans("Next"))."</a>\n";
     $nav.=" &nbsp; (<a href=\"?year=".$nowyear."&amp;month=".$nowmonth."&amp;day=".$nowday.$param."\">".$langs->trans("Today")."</a>)";
    -$nav.='<br>'.$form->select_date(-1,'',0,0,2,"addtime",1,0,1).' ';
    +$nav.='<br>'.$form->selectDate(-1, '', 0, 0, 2, "addtime", 1, 0).' ';
     $nav.=' <input type="submit" name="submitdateselect" class="button valignmiddle" value="'.$langs->trans("Refresh").'">';
     
     $picto='calendarweek';
    @@ -501,7 +505,7 @@ print '<td align="right" class="maxwidth100">'.$langs->trans("TimeSpent").($user
     print '<td class="center leftborder">'.$langs->trans("HourStart").'</td>';
     
     // By default, we can edit only tasks we are assigned to
    -$restrictviewformytask=(empty($conf->global->PROJECT_TIME_SHOW_TASK_NOT_ASSIGNED)?1:0);
    +$restrictviewformytask=((! isset($conf->global->PROJECT_TIME_SHOW_TASK_NOT_ASSIGNED)) ? 2 : $conf->global->PROJECT_TIME_SHOW_TASK_NOT_ASSIGNED);
     
     // Get if user is available or not for each day
     $isavailable=array();
    diff --git a/htdocs/projet/activity/perweek.php b/htdocs/projet/activity/perweek.php
    index 200851b6307..214879c7f92 100644
    --- a/htdocs/projet/activity/perweek.php
    +++ b/htdocs/projet/activity/perweek.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2010 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2010      François Legastelois <flegastelois@teclib.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -128,6 +129,9 @@ if (GETPOST('button_removefilter_x','alpha') || GETPOST('button_removefilter.x',
     	$search_project_ref = '';
     	$search_thirdparty = '';
     	$search_declared_progress = '';
    +
    +	// We redefine $usertoprocess
    +	$usertoprocess=$user;
     }
     if (GETPOST("button_search_x",'alpha') || GETPOST("button_search.x",'alpha') || GETPOST("button_search",'alpha'))
     {
    @@ -369,7 +373,7 @@ $nav ='<a class="inline-block valignmiddle" href="?year='.$prev_year."&month=".$
     $nav.=" <span id=\"month_name\">".dol_print_date(dol_mktime(0,0,0,$first_month,$first_day,$first_year),"%Y").", ".$langs->trans("WeekShort")." ".$week." </span>\n";
     $nav.='<a class="inline-block valignmiddle" href="?year='.$next_year."&month=".$next_month."&day=".$next_day.$param.'">'.img_next($langs->trans("Next"))."</a>\n";
     $nav.=" &nbsp; (<a href=\"?year=".$nowyear."&month=".$nowmonth."&day=".$nowday.$param."\">".$langs->trans("Today")."</a>)";
    -$nav.='<br>'.$form->select_date(-1,'',0,0,2,"addtime",1,0,1).' ';
    +$nav.='<br>'.$form->selectDate(-1, '', 0, 0, 2, "addtime", 1, 0).' ';
     $nav.=' <input type="submit" name="submitdateselect" class="button" value="'.$langs->trans("Refresh").'">';
     
     $picto='calendarweek';
    @@ -593,8 +597,7 @@ if ($conf->use_javascript_ajax)
     
     
     // By default, we can edit only tasks we are assigned to
    -$restrictviewformytask=(empty($conf->global->PROJECT_TIME_SHOW_TASK_NOT_ASSIGNED)?1:0);
    -
    +$restrictviewformytask=((! isset($conf->global->PROJECT_TIME_SHOW_TASK_NOT_ASSIGNED)) ? 2 : $conf->global->PROJECT_TIME_SHOW_TASK_NOT_ASSIGNED);
     if (count($tasksarray) > 0)
     {
     	//var_dump($tasksarray);				// contains only selected tasks
    diff --git a/htdocs/projet/admin/project_extrafields.php b/htdocs/projet/admin/project_extrafields.php
    index 8f39a20f762..15ccd50bf76 100644
    --- a/htdocs/projet/admin/project_extrafields.php
    +++ b/htdocs/projet/admin/project_extrafields.php
    @@ -30,8 +30,7 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/project.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
     
    -$langs->load("project");
    -$langs->load("admin");
    +$langs->loadLangs(array("project", "admin"));
     
     $extrafields = new ExtraFields($db);
     $form = new Form($db);
    diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php
    index bc674b2ba95..dd18a115ab6 100644
    --- a/htdocs/projet/card.php
    +++ b/htdocs/projet/card.php
    @@ -472,6 +472,17 @@ $help_url="EN:Module_Projects|FR:Module_Projets|ES:M&oacute;dulo_Proyectos";
     
     llxHeader("",$title,$help_url);
     
    +$titleboth=$langs->trans("LeadsOrProjects");
    +$titlenew = $langs->trans("NewLeadOrProject");	// Leads and opportunities by default
    +if ($conf->global->PROJECT_USE_OPPORTUNITIES == 0)
    +{
    +	$titleboth=$langs->trans("Projects");
    +	$titlenew = $langs->trans("NewProject");
    +}
    +if ($conf->global->PROJECT_USE_OPPORTUNITIES == 2) {	// 2 = leads only
    +	$titleboth=$langs->trans("Leads");
    +	$titlenew = $langs->trans("NewLead");
    +}
     
     if ($action == 'create' && $user->rights->projet->creer)
     {
    @@ -482,7 +493,7 @@ if ($action == 'create' && $user->rights->projet->creer)
     	$thirdparty=new Societe($db);
     	if ($socid > 0) $thirdparty->fetch($socid);
     
    -	print load_fiche_titre($langs->trans("NewProject"), '', 'title_project');
    +	print load_fiche_titre($titlenew, '', 'title_project');
     
     	print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
     	print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    @@ -569,12 +580,12 @@ if ($action == 'create' && $user->rights->projet->creer)
     
     	// Date start
     	print '<tr><td>'.$langs->trans("DateStart").'</td><td>';
    -	print $form->select_date(($date_start?$date_start:''),'projectstart',0,0,0,'',1,0,1);
    +	print $form->selectDate(($date_start?$date_start:''), 'projectstart', 0, 0, 0, '', 1, 0);
     	print '</td></tr>';
     
     	// Date end
     	print '<tr><td>'.$langs->trans("DateEnd").'</td><td>';
    -	print $form->select_date(($date_end?$date_end:-1),'projectend',0,0,0,'',1,0,1);
    +	print $form->selectDate(($date_end?$date_end:-1), 'projectend', 0, 0, 0, '', 1, 0);
     	print '</td></tr>';
     
     	if (! empty($conf->global->PROJECT_USE_OPPORTUNITIES))
    @@ -822,7 +833,7 @@ elseif ($object->id > 0)
     
     		// Date start
     		print '<tr><td>'.$langs->trans("DateStart").'</td><td>';
    -		print $form->select_date($object->date_start?$object->date_start:-1,'projectstart',0,0,0,'',1,0,1);
    +		print $form->selectDate($object->date_start?$object->date_start:-1, 'projectstart', 0, 0, 0, '', 1, 0);
     		print ' &nbsp; &nbsp; <input type="checkbox" class="valignmiddle" name="reportdate" value="yes" ';
     		if ($comefromclone){print ' checked ';}
     		print '/> '. $langs->trans("ProjectReportDate");
    @@ -830,7 +841,7 @@ elseif ($object->id > 0)
     
     		// Date end
     		print '<tr><td>'.$langs->trans("DateEnd").'</td><td>';
    -		print $form->select_date($object->date_end?$object->date_end:-1,'projectend',0,0,0,'',1,0,1);
    +		print $form->selectDate($object->date_end?$object->date_end:-1, 'projectend', 0, 0, 0, '', 1, 0);
     		print '</td></tr>';
     
     		// Budget
    diff --git a/htdocs/projet/class/api_projects.class.php b/htdocs/projet/class/api_projects.class.php
    index e5a73590d75..6deacab7204 100644
    --- a/htdocs/projet/class/api_projects.class.php
    +++ b/htdocs/projet/class/api_projects.class.php
    @@ -483,7 +483,6 @@ class Projects extends DolibarrApi
                     'message' => 'Project deleted'
                 )
             );
    -
         }
     
         /**
    diff --git a/htdocs/projet/class/api_tasks.class.php b/htdocs/projet/class/api_tasks.class.php
    index cd79a12cecc..294c0f0faae 100644
    --- a/htdocs/projet/class/api_tasks.class.php
    +++ b/htdocs/projet/class/api_tasks.class.php
    @@ -487,7 +487,6 @@ class Tasks extends DolibarrApi
                     'message' => 'Task deleted'
                 )
             );
    -
         }
     
     
    diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php
    index 1b18c0545e9..a8b34e9c57d 100644
    --- a/htdocs/projet/class/project.class.php
    +++ b/htdocs/projet/class/project.class.php
    @@ -36,16 +36,29 @@ class Project extends CommonObject
         /**
     	 * @var string ID to identify managed object
     	 */
    -	public $element = 'project'; 
    -    
    +	public $element = 'project';
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element = 'projet';  
    -	
    -    public $table_element_line = 'projet_task';
    -    public $fk_element = 'fk_projet';
    -    public $ismultientitymanaged = 1;  // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	public $table_element = 'projet';
    +
    +    /**
    +	 * @var int    Name of subtable line
    +	 */
    +	public $table_element_line = 'projet_task';
    +
    +    /**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
    +	public $fk_element = 'fk_projet';
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +    public $ismultientitymanaged = 1;
    +
         public $picto = 'projectpub';
     
         /**
    @@ -53,38 +66,43 @@ class Project extends CommonObject
          */
         protected $table_ref_field = 'ref';
     
    -    var $description;
    +    /**
    +	 * @var string description
    +	 */
    +	public $description;
    +
     	/**
     	 * @var string
     	 * @deprecated
     	 * @see title
     	 */
     	public $titre;
    -    var $title;
    -    var $date_start;
    -    var $date_end;
    -    var $date_close;
     
    -    var $socid;             // To store id of thirdparty
    -    var $thirdparty_name;   // To store name of thirdparty (defined only in some cases)
    +    public $title;
    +    public $date_start;
    +    public $date_end;
    +    public $date_close;
     
    -    var $user_author_id;    //!< Id of project creator. Not defined if shared project.
    -	var $user_close_id;
    -    var $public;      //!< Tell if this is a public or private project
    -    var $budget_amount;
    -    var $bill_time;			// Is the time spent on project must be invoiced or not
    +    public $socid;             // To store id of thirdparty
    +    public $thirdparty_name;   // To store name of thirdparty (defined only in some cases)
     
    -    var $statuts_short;
    -    var $statuts_long;
    +    public $user_author_id;    //!< Id of project creator. Not defined if shared project.
    +	public $user_close_id;
    +    public $public;      //!< Tell if this is a public or private project
    +    public $budget_amount;
    +    public $bill_time;			// Is the time spent on project must be invoiced or not
     
    -    var $statut;			// 0=draft, 1=opened, 2=closed
    -    var $opp_status;		// opportunity status, into table llx_c_lead_status
    -	var $opp_percent;		// opportunity probability
    +    public $statuts_short;
    +    public $statuts_long;
     
    -    var $oldcopy;
    +    public $statut;			// 0=draft, 1=opened, 2=closed
    +    public $opp_status;		// opportunity status, into table llx_c_lead_status
    +	public $opp_percent;		// opportunity probability
     
    -    var $weekWorkLoad;			// Used to store workload details of a projet
    -    var $weekWorkLoadPerTask;	// Used to store workload details of tasks of a projet
    +    public $oldcopy;
    +
    +    public $weekWorkLoad;			// Used to store workload details of a projet
    +    public $weekWorkLoadPerTask;	// Used to store workload details of tasks of a projet
     
     	/**
     	 * @var int Creation date
    @@ -92,16 +110,19 @@ class Project extends CommonObject
     	 * @see date_c
     	 */
     	public $datec;
    +
     	/**
     	 * @var int Creation date
     	 */
     	public $date_c;
    +
     	/**
     	 * @var int Modification date
     	 * @deprecated
     	 * @see date_m
     	 */
     	public $datem;
    +
     	/**
     	 * @var int Modification date
     	 */
    @@ -116,10 +137,12 @@ class Project extends CommonObject
     	 * Draft status
     	 */
     	const STATUS_DRAFT = 0;
    +
     	/**
     	 * Open/Validated status
     	 */
     	const STATUS_VALIDATED = 1;
    +
     	/**
     	 * Closed status
     	 */
    @@ -476,6 +499,7 @@ class Project extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Return list of projects
          *
    @@ -484,6 +508,7 @@ class Project extends CommonObject
          */
         function liste_array($socid='')
         {
    +        // phpcs:enable
             global $conf;
     
             $projects = array();
    @@ -517,6 +542,7 @@ class Project extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Return list of elements for type, linked to a project
          *
    @@ -530,6 +556,7 @@ class Project extends CommonObject
          */
         function get_element_list($type, $tablename, $datefieldname='', $dates='', $datee='', $projectkey='fk_projet')
         {
    +        // phpcs:enable
             $elements = array();
     
             if ($this->id <= 0) return $elements;
    @@ -732,10 +759,10 @@ class Project extends CommonObject
                 return -1;
             }
         }
    -    
    +
         /**
          * 		Delete tasks with no children first, then task with children recursively
    -     *  
    +     *
          *  	@param     	User		$user		User
          *		@return		int				<0 if KO, 1 if OK
          */
    @@ -763,7 +790,7 @@ class Project extends CommonObject
             {
                 if (count($this->lines)) $this->deleteTasks($this->lines);
             }
    -        
    +
             return 1;
         }
     
    @@ -905,6 +932,7 @@ class Project extends CommonObject
             return $this->LibStatut($this->statut, $mode);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Renvoi status label for a status
          *
    @@ -914,6 +942,7 @@ class Project extends CommonObject
          */
         function LibStatut($statut, $mode=0)
         {
    +        // phpcs:enable
             global $langs;
     
             if ($mode == 0)
    @@ -1577,15 +1606,17 @@ class Project extends CommonObject
     	}
     
     
    -	 /**
    -	  *    Associate element to a project
    -	  *
    -	  *    @param	string	$tableName			Table of the element to update
    -	  *    @param	int		$elementSelectId	Key-rowid of the line of the element to update
    -	  *    @return	int							1 if OK or < 0 if KO
    -	  */
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
    +	/**
    +	 *    Associate element to a project
    +	 *
    +	 *    @param	string	$tableName			Table of the element to update
    +	 *    @param	int		$elementSelectId	Key-rowid of the line of the element to update
    +	 *    @return	int							1 if OK or < 0 if KO
    +     */
     	function update_element($tableName, $elementSelectId)
     	{
    +        // phpcs:enable
     		$sql="UPDATE ".MAIN_DB_PREFIX.$tableName;
     
     		if ($tableName == "actioncomm")
    @@ -1607,9 +1638,9 @@ class Project extends CommonObject
     		}else {
     			return 1;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Associate element to a project
     	 *
    @@ -1619,6 +1650,7 @@ class Project extends CommonObject
     	 */
     	function remove_element($tableName, $elementSelectId)
     	{
    +        // phpcs:enable
     		$sql="UPDATE ".MAIN_DB_PREFIX.$tableName;
     
     		if ($TableName=="actioncomm")
    @@ -1640,7 +1672,6 @@ class Project extends CommonObject
     		}else {
     			return 1;
     		}
    -
     	}
     
     	/**
    @@ -1741,6 +1772,7 @@ class Project extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Load indicators for dashboard (this->nbtodo and this->nbtodolate)
          *
    @@ -1749,6 +1781,7 @@ class Project extends CommonObject
          */
         function load_board($user)
         {
    +        // phpcs:enable
             global $conf, $langs;
     
             // For external user, no check is done on company because readability is managed by public status of project and assignement.
    @@ -1825,6 +1858,7 @@ class Project extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Charge indicateurs this->nb pour le tableau de bord
     	 *
    @@ -1832,6 +1866,7 @@ class Project extends CommonObject
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     	    global $user;
     
     	    $this->nb=array();
    @@ -2006,5 +2041,4 @@ class Project extends CommonObject
     
     	    $this->lines = $taskstatic->getTasksArray(0, $user, $this->id, 0, 0);
     	}
    -
     }
    diff --git a/htdocs/projet/class/projectstats.class.php b/htdocs/projet/class/projectstats.class.php
    index 22793fd844e..472fb26eaf0 100644
    --- a/htdocs/projet/class/projectstats.class.php
    +++ b/htdocs/projet/class/projectstats.class.php
    @@ -29,7 +29,12 @@ class ProjectStats extends Stats
     	public $socid;
     	public $year;
     
    -	function __construct($db)
    +    /**
    +     * Constructor
    +     *
    +     * @param   DoliDB $db     Database handler
    +     */
    +    function __construct($db)
     	{
     		global $conf, $user;
     
    diff --git a/htdocs/projet/class/task.class.php b/htdocs/projet/class/task.class.php
    index 1a8de04158e..a3fd5fb1703 100644
    --- a/htdocs/projet/class/task.class.php
    +++ b/htdocs/projet/class/task.class.php
    @@ -34,56 +34,64 @@ class Task extends CommonObject
     	/**
     	 * @var string ID to identify managed object
     	 */
    -	public $element='project_task';	
    -	
    +	public $element='project_task';
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='projet_task';	
    -	
    +	public $table_element='projet_task';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element='fk_task';
    +
     	public $picto = 'task';
     	protected $childtables=array('projet_task_time');    // To test if we can delete object
     
    -	var $fk_task_parent;
    -	
    -	/**
    -     * @var string proper name for given parameter
    +    public $fk_task_parent;
    +
    +    /**
    +     * @var string Label of task
          */
         public $label;
    -    
    -	var $description;
    -	var $duration_effective;		// total of time spent on this task
    -	var $planned_workload;
    -	var $date_c;
    -	var $date_start;
    -	var $date_end;
    -	var $progress;
    -	var $fk_statut;
    -	var $priority;
    -	var $fk_user_creat;
    -	var $fk_user_valid;
    -	var $rang;
     
    -	var $timespent_min_date;
    -	var $timespent_max_date;
    -	var $timespent_total_duration;
    -	var $timespent_total_amount;
    -	var $timespent_nblinesnull;
    -	var $timespent_nblines;
    +	/**
    +	 * @var string description
    +	 */
    +	public $description;
    +
    +	public $duration_effective;		// total of time spent on this task
    +	public $planned_workload;
    +	public $date_c;
    +	public $date_start;
    +	public $date_end;
    +	public $progress;
    +	public $fk_statut;
    +	public $priority;
    +	public $fk_user_creat;
    +	public $fk_user_valid;
    +	public $rang;
    +
    +	public $timespent_min_date;
    +	public $timespent_max_date;
    +	public $timespent_total_duration;
    +	public $timespent_total_amount;
    +	public $timespent_nblinesnull;
    +	public $timespent_nblines;
     	// For detail of lines of timespent record, there is the property ->lines in common
     
     	// Var used to call method addTimeSpent(). Bad practice.
    -	var $timespent_id;
    -	var $timespent_duration;
    -	var $timespent_old_duration;
    -	var $timespent_date;
    -	var $timespent_datehour;		// More accurate start date (same than timespent_date but includes hours, minutes and seconds)
    -	var $timespent_withhour;		// 1 = we entered also start hours for timesheet line
    -	var $timespent_fk_user;
    -	var $timespent_note;
    +	public $timespent_id;
    +	public $timespent_duration;
    +	public $timespent_old_duration;
    +	public $timespent_date;
    +	public $timespent_datehour;		// More accurate start date (same than timespent_date but includes hours, minutes and seconds)
    +	public $timespent_withhour;		// 1 = we entered also start hours for timesheet line
    +	public $timespent_fk_user;
    +	public $timespent_note;
     
    -	var $comments = array();
    +	public $comments = array();
     
     	public $oldcopy;
     
    @@ -1711,6 +1719,7 @@ class Task extends CommonObject
     		return $this->LibStatut($this->fk_statut, $mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Return status label for an object
     	 *
    @@ -1720,6 +1729,7 @@ class Task extends CommonObject
     	 */
     	function LibStatut($statut, $mode=0)
     	{
    +        // phpcs:enable
     		// list of Statut of the task
     		$this->statuts[0]='Draft';
     		$this->statuts[1]='ToDo';
    @@ -1738,59 +1748,59 @@ class Task extends CommonObject
     		{
     			return $langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			return $langs->trans($this->statuts_short[$statut]);
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut==0) return img_picto($langs->trans($this->statuts_short[$statut]),'statut0').' '.$langs->trans($this->statuts_short[$statut]);
    -			if ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut1').' '.$langs->trans($this->statuts_short[$statut]);
    -			if ($statut==2) return img_picto($langs->trans($this->statuts_short[$statut]),'statut3').' '.$langs->trans($this->statuts_short[$statut]);
    -			if ($statut==3) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts_short[$statut]);
    -			if ($statut==4) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts_short[$statut]);
    -			if ($statut==5) return img_picto($langs->trans($this->statuts_short[$statut]),'statut5').' '.$langs->trans($this->statuts_short[$statut]);
    +			elseif ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut1').' '.$langs->trans($this->statuts_short[$statut]);
    +			elseif ($statut==2) return img_picto($langs->trans($this->statuts_short[$statut]),'statut3').' '.$langs->trans($this->statuts_short[$statut]);
    +			elseif ($statut==3) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts_short[$statut]);
    +			elseif ($statut==4) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts_short[$statut]);
    +			elseif ($statut==5) return img_picto($langs->trans($this->statuts_short[$statut]),'statut5').' '.$langs->trans($this->statuts_short[$statut]);
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut==0) return img_picto($langs->trans($this->statuts_short[$statut]),'statut0');
    -			if ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut1');
    -			if ($statut==2) return img_picto($langs->trans($this->statuts_short[$statut]),'statut3');
    -			if ($statut==3) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    -			if ($statut==4) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    -			if ($statut==5) return img_picto($langs->trans($this->statuts_short[$statut]),'statut5');
    +			elseif ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut1');
    +			elseif ($statut==2) return img_picto($langs->trans($this->statuts_short[$statut]),'statut3');
    +			elseif ($statut==3) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    +			elseif ($statut==4) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    +			elseif ($statut==5) return img_picto($langs->trans($this->statuts_short[$statut]),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut==0) return img_picto($langs->trans($this->statuts_short[$statut]),'statut0').' '.$langs->trans($this->statuts[$statut]);
    -			if ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut1').' '.$langs->trans($this->statuts[$statut]);
    -			if ($statut==2) return img_picto($langs->trans($this->statuts_short[$statut]),'statut3').' '.$langs->trans($this->statuts[$statut]);
    -			if ($statut==3) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
    -			if ($statut==4) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
    -			if ($statut==5) return img_picto($langs->trans($this->statuts_short[$statut]),'statut5').' '.$langs->trans($this->statuts[$statut]);
    +			elseif ($statut==1) return img_picto($langs->trans($this->statuts_short[$statut]),'statut1').' '.$langs->trans($this->statuts[$statut]);
    +			elseif ($statut==2) return img_picto($langs->trans($this->statuts_short[$statut]),'statut3').' '.$langs->trans($this->statuts[$statut]);
    +			elseif ($statut==3) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
    +			elseif ($statut==4) return img_picto($langs->trans($this->statuts_short[$statut]),'statut6').' '.$langs->trans($this->statuts[$statut]);
    +			elseif ($statut==5) return img_picto($langs->trans($this->statuts_short[$statut]),'statut5').' '.$langs->trans($this->statuts[$statut]);
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			/*if ($statut==0) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut0');
    -			if ($statut==1) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut1');
    -			if ($statut==2) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut3');
    -			if ($statut==3) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    -			if ($statut==4) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    -			if ($statut==5) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut5');
    +			elseif ($statut==1) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut1');
    +			elseif ($statut==2) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut3');
    +			elseif ($statut==3) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    +			elseif ($statut==4) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    +			elseif ($statut==5) return $langs->trans($this->statuts_short[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut5');
     			*/
    -			//return $this->progress.' %';
    +			//else return $this->progress.' %';
     			return '&nbsp;';
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			/*if ($statut==0) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut0');
    -			if ($statut==1) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut1');
    -			if ($statut==2) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut3');
    -			if ($statut==3) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    -			if ($statut==4) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    -			if ($statut==5) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut5');
    +			elseif ($statut==1) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut1');
    +			elseif ($statut==2) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut3');
    +			elseif ($statut==3) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    +			elseif ($statut==4) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut6');
    +			elseif ($statut==5) return $langs->trans($this->statuts[$statut]).' '.img_picto($langs->trans($this->statuts_short[$statut]),'statut5');
     			*/
    -			//return $this->progress.' %';
    +			//else return $this->progress.' %';
     			return '&nbsp;';
     		}
     	}
    @@ -1828,6 +1838,7 @@ class Task extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Load indicators for dashboard (this->nbtodo and this->nbtodolate)
     	 *
    @@ -1836,6 +1847,7 @@ class Task extends CommonObject
     	 */
     	function load_board($user)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		// For external user, no check is done on company because readability is managed by public status of project and assignement.
    @@ -1901,6 +1913,7 @@ class Task extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Charge indicateurs this->nb de tableau de bord
     	 *
    @@ -1908,6 +1921,7 @@ class Task extends CommonObject
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $user;
     
     		$mine=0; $socid=$user->societe_id;
    diff --git a/htdocs/projet/class/taskstats.class.php b/htdocs/projet/class/taskstats.class.php
    index 20a3a67d1d3..4164c1427b6 100644
    --- a/htdocs/projet/class/taskstats.class.php
    +++ b/htdocs/projet/class/taskstats.class.php
    @@ -29,10 +29,13 @@ class TaskStats extends Stats
     	public $socid;
     	public $year;
     
    +    /**
    +     * Constructor of the class
    +     *
    +     * @param   DoliDb  $db     Database handler
    +     */
     	function __construct($db)
     	{
    -		global $conf, $user;
    -
     		$this->db = $db;
     
     		require_once 'task.class.php';
    diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
    index 23ecadd9939..1da887ea7a9 100644
    --- a/htdocs/projet/element.php
    +++ b/htdocs/projet/element.php
    @@ -292,7 +292,7 @@ $listofreferent=array(
     	'class'=>'SupplierProposal',
     	'table'=>'supplier_proposal',
     	'datefieldname'=>'date',
    -    'urlnew'=>DOL_URL_ROOT.'/supplier_proposal/card.php?action=create&projectid='.$id.'&socid='.$socid,
    +	'urlnew'=>DOL_URL_ROOT.'/supplier_proposal/card.php?action=create&projectid='.$id,	// No socid parameter here, the socid is often the customer and we create a supplier object
         'lang'=>'supplier_proposal',
         'buttonnew'=>'AddSupplierProposal',
         'testnew'=>$user->rights->supplier_proposal->creer,
    @@ -529,10 +529,10 @@ if (! $showdatefilter)
     	print '<input type="hidden" name="action" value="view">';
     	print '<table class="center"><tr>';
     	print '<td>'.$langs->trans("From").' ';
    -	print $form->select_date($dates,'dates',0,0,1,'',1,0,1);
    +	print $form->selectDate($dates, 'dates', 0, 0, 1, '', 1, 0);
     	print '</td>';
     	print '<td>'.$langs->trans("to").' ';
    -	print $form->select_date($datee,'datee',0,0,1,'',1,0,1);
    +	print $form->selectDate($datee, 'datee', 0, 0, 1, '', 1, 0);
     	print '</td>';
     	print '<td>';
     	print '<input type="submit" name="refresh" value="'.$langs->trans("Refresh").'" class="button">';
    @@ -548,11 +548,8 @@ if (! $showdatefilter)
     
     // Show balance for whole project
     
    -$langs->load("suppliers");
    -$langs->load("bills");
    -$langs->load("orders");
    -$langs->load("proposals");
    -$langs->load("margins");
    +$langs->loadLangs(array("suppliers", "bills", "orders", "proposals", "margins"));
    +
     if (!empty($conf->stock->enabled)) $langs->load('stocks');
     
     print load_fiche_titre($langs->trans("Profit"), '', 'title_accountancy');
    @@ -565,8 +562,6 @@ print '<td align="right" width="100">'.$langs->trans("AmountHT").'</td>';
     print '<td align="right" width="100">'.$langs->trans("AmountTTC").'</td>';
     print '</tr>';
     
    -$var = false;
    -
     foreach ($listofreferent as $key => $value)
     {
     	$name=$langs->trans($value['name']);
    @@ -714,6 +709,9 @@ foreach ($listofreferent as $key => $value)
         $testnew=$value['testnew'];
     	$project_field=$value['project_field'];
     
    +	$exclude_select_element = array('payment_various');
    +	if (!empty($value['exclude_select_element'])) $exclude_select_element[] = $value['exclude_select_element'];
    +
     	if ($qualified)
     	{
     		// If we want the project task array to have details of users
    @@ -733,7 +731,7 @@ foreach ($listofreferent as $key => $value)
     		    if (! empty($conf->global->PROJECT_OTHER_THIRDPARTY_ID_TO_ADD_ELEMENTS)) $idtofilterthirdparty.=','.$conf->global->PROJECT_OTHER_THIRDPARTY_ID_TO_ADD_ELEMENTS;
     		}
     
    -       	if (empty($conf->global->PROJECT_LINK_ON_OVERWIEW_DISABLED) && $idtofilterthirdparty && !in_array($tablename, array('payment_various')))
    +       	if (empty($conf->global->PROJECT_LINK_ON_OVERWIEW_DISABLED) && $idtofilterthirdparty && !in_array($tablename,$exclude_select_element))
            	{
     			$selectList=$formproject->select_element($tablename, $idtofilterthirdparty, 'minwidth300',-2,!empty($project_field)?$project_field:'fk_projet');
     			if (! $selectList || ($selectList<0))
    @@ -760,9 +758,9 @@ foreach ($listofreferent as $key => $value)
     		if (empty($conf->global->PROJECT_CREATE_ON_OVERVIEW_DISABLED) && $urlnew)
     		{
     			$addform.='<div class="inline-block valignmiddle">';
    -			if ($testnew) $addform.='<a class="buttonxxx" href="'.$urlnew.'">'.($buttonnew?$langs->trans($buttonnew):$langs->trans("Create")).'</a>';
    +			if ($testnew) $addform.='<a class="buttonxxx" href="'.$urlnew.'">'.($buttonnew?$langs->trans($buttonnew):$langs->trans("Create")).' <span class="fa fa-plus-circle valignmiddle"></span></a>';
     			elseif (empty($conf->global->MAIN_BUTTON_HIDE_UNAUTHORIZED)) {
    -				$addform.='<a class="buttonxxx buttonRefused" disabled="disabled" href="#">'.($buttonnew?$langs->trans($buttonnew):$langs->trans("Create")).'</a>';
    +				$addform.='<a class="buttonxxx buttonRefused" disabled="disabled" href="#">'.($buttonnew?$langs->trans($buttonnew):$langs->trans("Create")).' <span class="fa fa-plus-circle valignmiddle"></span></a>';
     			}
                 $addform.='<div>';
     		}
    diff --git a/htdocs/projet/ganttchart.inc.php b/htdocs/projet/ganttchart.inc.php
    index bc85e5bae78..dc76e098b59 100644
    --- a/htdocs/projet/ganttchart.inc.php
    +++ b/htdocs/projet/ganttchart.inc.php
    @@ -271,8 +271,6 @@ function constructGanttLine($tarr, $task, $task_dependencies, $level=0, $project
     
         $s.= "g.AddTaskItem(new JSGantt.TaskItem('".$taskid."', '".dol_escape_js(trim($name))."', '".$start_date."', '".$end_date."', '".$css."', '".$link."', ".$task['task_milestone'].", '".dol_escape_js($resources)."', ".($percent >= 0 ? $percent : 0).", ".$line_is_auto_group.", '".$parent."', 1, '".$dependency."', '".(empty($task["task_is_group"]) ? (($percent >= 0 && $percent != '') ? $percent.'%' : '') : '')."', '".dol_escape_js($note)."', g));";
         echo $s;
    -
    -
     }
     
     /**
    diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
    index 9ea8e133102..a93fac0edbd 100644
    --- a/htdocs/projet/list.php
    +++ b/htdocs/projet/list.php
    @@ -70,7 +70,7 @@ $offset = $limit * $page ;
     $pageprev = $page - 1;
     $pagenext = $page + 1;
     
    -$search_all=GETPOST('search_all', 'alphanohtml');
    +$search_all=GETPOST('search_all', 'alphanohtml') ? GETPOST('search_all', 'alphanohtml') : GETPOST('sall', 'alphanohtml');
     $search_categ=GETPOST("search_categ",'alpha');
     $search_ref=GETPOST("search_ref");
     $search_label=GETPOST("search_label");
    @@ -352,6 +352,7 @@ if ($search_opp_status)
     	if (is_numeric($search_opp_status) && $search_opp_status > 0) $sql .= " AND p.fk_opp_status = ".$db->escape($search_opp_status);
     	if ($search_opp_status == 'all') $sql .= " AND p.fk_opp_status IS NOT NULL";
     	if ($search_opp_status == 'openedopp') $sql .= " AND p.fk_opp_status IS NOT NULL AND p.fk_opp_status NOT IN (SELECT rowid FROM ".MAIN_DB_PREFIX."c_lead_status WHERE code IN ('WON','LOST'))";
    +	if ($search_opp_status == 'notopenedopp') $sql .= " AND (p.fk_opp_status IS NULL OR p.fk_opp_status IN (SELECT rowid FROM ".MAIN_DB_PREFIX."c_lead_status WHERE code IN ('WON')))";
     	if ($search_opp_status == 'none') $sql .= " AND p.fk_opp_status IS NULL";
     }
     if ($search_public!='') $sql .= " AND p.public = ".$db->escape($search_public);
    @@ -424,7 +425,7 @@ if ($search_ref != '') 			$param.='&search_ref='.$search_ref;
     if ($search_label != '') 		$param.='&search_label='.$search_label;
     if ($search_societe != '') 		$param.='&search_societe='.$search_societe;
     if ($search_status >= 0) 		$param.='&search_status='.$search_status;
    -if ((is_numeric($search_opp_status) && $search_opp_status >= 0) || in_array($search_opp_status, array('all','openedopp','none'))) 	    $param.='&search_opp_status='.urlencode($search_opp_status);
    +if ((is_numeric($search_opp_status) && $search_opp_status >= 0) || in_array($search_opp_status, array('all','openedopp','notopenedopp','none'))) 	    $param.='&search_opp_status='.urlencode($search_opp_status);
     if ($search_opp_percent != '') 	$param.='&search_opp_percent='.urlencode($search_opp_percent);
     if ($search_public != '') 		$param.='&search_public='.$search_public;
     if ($search_project_user != '')   $param.='&search_project_user='.$search_project_user;
    @@ -538,18 +539,21 @@ print '<div class="div-table-responsive">';
     print '<table class="tagtable liste'.($moreforfilter?" listwithfilterbefore":"").'">'."\n";
     
     print '<tr class="liste_titre_filter">';
    +// Project ref
     if (! empty($arrayfields['p.ref']['checked']))
     {
     	print '<td class="liste_titre">';
     	print '<input type="text" class="flat" name="search_ref" value="'.dol_escape_htmltag($search_ref).'" size="6">';
     	print '</td>';
     }
    +// Project label
     if (! empty($arrayfields['p.title']['checked']))
     {
     	print '<td class="liste_titre">';
     	print '<input type="text" class="flat" name="search_label" size="8" value="'.dol_escape_htmltag($search_label).'">';
     	print '</td>';
     }
    +// Third party
     if (! empty($arrayfields['s.nom']['checked']))
     {
     	print '<td class="liste_titre">';
    @@ -592,6 +596,7 @@ if (! empty($arrayfields['p.public']['checked']))
     	print $form->selectarray('search_public',$array,$search_public);
     	print '</td>';
     }
    +// Opp status
     if (! empty($arrayfields['p.fk_opp_status']['checked']))
     {
     	print '<td class="liste_titre nowrap center">';
    diff --git a/htdocs/projet/tasks.php b/htdocs/projet/tasks.php
    index c10dc2b9c42..bffe5f4a373 100644
    --- a/htdocs/projet/tasks.php
    +++ b/htdocs/projet/tasks.php
    @@ -480,12 +480,12 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
     
     	// Date start
     	print '<tr><td>'.$langs->trans("DateStart").'</td><td>';
    -	print $form->select_date(($date_start?$date_start:''),'dateo',1,1,0,'',1,1,1);
    +	print $form->selectDate(($date_start?$date_start:''), 'dateo', 1, 1, 0, '', 1, 1);
     	print '</td></tr>';
     
     	// Date end
     	print '<tr><td>'.$langs->trans("DateEnd").'</td><td>';
    -	print $form->select_date(($date_end?$date_end:-1),'datee',-1,1,0,'',1,1,1);
    +	print $form->selectDate(($date_end?$date_end:-1),'datee', -1, 1, 0, '', 1, 1);
     	print '</td></tr>';
     
     	// Planned workload
    diff --git a/htdocs/projet/tasks/task.php b/htdocs/projet/tasks/task.php
    index b7588257455..fa9796449db 100644
    --- a/htdocs/projet/tasks/task.php
    +++ b/htdocs/projet/tasks/task.php
    @@ -2,6 +2,7 @@
     /* Copyright (C) 2005		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
      * Copyright (C) 2006-2017	Laurent Destailleur		<eldy@users.sourceforge.net>
      * Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@capnetworks.com>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -390,12 +391,12 @@ if ($id > 0 || ! empty($ref))
     
     			// Date start
     			print '<tr><td>'.$langs->trans("DateStart").'</td><td>';
    -			print $form->select_date($object->date_start,'dateo',1,1,0,'',1,0,1);
    +			print $form->selectDate($object->date_start, 'dateo', 1, 1, 0, '', 1, 0);
     			print '</td></tr>';
     
     			// Date end
     			print '<tr><td>'.$langs->trans("DateEnd").'</td><td>';
    -			print $form->select_date($object->date_end?$object->date_end:-1,'datee',1,1,0,'',1,0,1);
    +			print $form->selectDate($object->date_end?$object->date_end:-1, 'datee', 1, 1, 0, '', 1, 0);
     			print '</td></tr>';
     
     			// Planned workload
    diff --git a/htdocs/projet/tasks/time.php b/htdocs/projet/tasks/time.php
    index 18adfc47bed..e432fcdf7fd 100644
    --- a/htdocs/projet/tasks/time.php
    +++ b/htdocs/projet/tasks/time.php
    @@ -4,6 +4,7 @@
      * Copyright (C) 2010-2012	Regis Houssin			<regis.houssin@capnetworks.com>
      * Copyright (C) 2011		Juanjo Menent			<jmenent@2byte.es>
      * Copyright (C) 2018		Ferran Marcet			<fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -580,7 +581,7 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
     			print '<td class="maxwidthonsmartphone">';
     			//$newdate=dol_mktime(12,0,0,$_POST["timemonth"],$_POST["timeday"],$_POST["timeyear"]);
     			$newdate='';
    -			print $form->select_date($newdate, 'time', ($conf->browser->layout == 'phone'?2:1), 1, 2, "timespent_date", 1, 0, 1);
    +			print $form->selectDate($newdate, 'time', ($conf->browser->layout == 'phone'?2:1), 1, 2, "timespent_date", 1, 0);
     			print '</td>';
     
     			// Contributor
    @@ -759,7 +760,7 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
     			print '<td class="maxwidthonsmartphone">';
     			//$newdate=dol_mktime(12,0,0,$_POST["timemonth"],$_POST["timeday"],$_POST["timeyear"]);
     			$newdate='';
    -			print $form->select_date($newdate, 'time', ($conf->browser->layout == 'phone'?2:1), 1, 2, "timespent_date", 1, 0, 1);
    +			print $form->selectDate($newdate, 'time', ($conf->browser->layout == 'phone'?2:1), 1, 2, "timespent_date", 1, 0);
     			print '</td>';
     
     			// Task
    @@ -965,9 +966,9 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
         			{
         				if (empty($task_time->task_date_withhour))
         				{
    -    					print $form->select_date(($date2?$date2:$date1),'timeline',3,3,2,"timespent_date",1,0,1);
    +    					print $form->selectDate(($date2?$date2:$date1), 'timeline', 3, 3, 2, "timespent_date", 1, 0);
         				}
    -    				else print $form->select_date(($date2?$date2:$date1),'timeline',1,1,2,"timespent_date",1,0,1);
    +    				else print $form->selectDate(($date2?$date2:$date1), 'timeline', 1, 1, 2, "timespent_date", 1, 0);
         			}
         			else
         			{
    diff --git a/htdocs/public/cron/cron_run_jobs.php b/htdocs/public/cron/cron_run_jobs.php
    index 3bee8fd6434..320a8e3895a 100644
    --- a/htdocs/public/cron/cron_run_jobs.php
    +++ b/htdocs/public/cron/cron_run_jobs.php
    @@ -44,8 +44,7 @@ dol_include_once("/cron/class/cronjob.class.php");
     global $langs, $conf;
     
     // Language Management
    -$langs->load("admin");
    -$langs->load("cron");
    +$langs->loadLangs(array("admin", "cron"));
     
     /*
      * View
    @@ -103,15 +102,14 @@ if (! empty($id))
     		dol_syslog("cron_run_jobs.php Bad value for parameter job id", LOG_WARNING);
     		exit;
     	}
    -	$filter=array();
     	$filter['t.rowid']=$id;
     }
     
    -$result = $object->fetch_all('DESC','t.rowid', 0, 0, 1, $filter, 0);
    +$result = $object->fetch_all('ASC,ASC,ASC','t.priority,t.entity,t.rowid', 0, 0, 1, $filter, 0);
     if ($result<0)
     {
    -	echo "Error: ".$cronjob->error;
    -	dol_syslog("cron_run_jobs.php fetch Error".$cronjob->error, LOG_WARNING);
    +	echo "Error: ".$object->error;
    +	dol_syslog("cron_run_jobs.php fetch Error".$object->error, LOG_WARNING);
     	exit;
     }
     
    diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php
    index 61919c54b1a..f9169bb47d2 100644
    --- a/htdocs/public/demo/index.php
    +++ b/htdocs/public/demo/index.php
    @@ -30,9 +30,7 @@ define("NOCSRFCHECK",1);	// We accept to go on this page from external web site.
     require '../../main.inc.php';
     require_once '../../core/lib/functions2.lib.php';
     
    -$langs->load("main");
    -$langs->load("install");
    -$langs->load("other");
    +$langs->loadLangs(array("main", "install", "other"));
     
     $conf->dol_hide_topmenu=GETPOST('dol_hide_topmenu','int');
     $conf->dol_hide_leftmenu=GETPOST('dol_hide_leftmenu','int');
    diff --git a/htdocs/public/donations/donateurs_code.php b/htdocs/public/donations/donateurs_code.php
    index 3705c9945bc..9f03f9e293e 100644
    --- a/htdocs/public/donations/donateurs_code.php
    +++ b/htdocs/public/donations/donateurs_code.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    +/* Copyright (C) 2002       Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -48,7 +49,7 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT .'/don/class/don.class.php';
     
     // Security check
    -if (empty($conf->don->enabled)) accessforbidden('',0,0,1);
    +if (empty($conf->don->enabled)) accessforbidden('', 0, 0, 1);
     
     
     $langs->load("donations");
    @@ -71,13 +72,13 @@ if ($resql)
     	if ($num)
     	{
     
    -		print "<TABLE border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"4\">";
    +		print "<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"4\">";
     
    -		print '<TR>';
    +		print '<tr>';
     		print "<td>".$langs->trans("Name")." / ".$langs->trans("Company")."</td>";
     		print "<td>Date</td>";
    -		print "<td align=\"right\">".$langs->trans("Amount")."</TD>";
    -		print "</TR>\n";
    +		print "<td align=\"right\">".$langs->trans("Amount")."</td>";
    +		print "</tr>\n";
     
     		while ($i < $num)
     		{
    diff --git a/htdocs/public/emailing/mailing-unsubscribe.php b/htdocs/public/emailing/mailing-unsubscribe.php
    index 1dc1477e7b4..c27cb024aab 100644
    --- a/htdocs/public/emailing/mailing-unsubscribe.php
    +++ b/htdocs/public/emailing/mailing-unsubscribe.php
    @@ -53,8 +53,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
     
     global $user, $conf, $langs;
     
    -$langs->load("main");
    -$langs->load("mails");
    +$langs->loadLangs(array("main", "mails"));
     
     $tag=GETPOST('tag');
     $unsuscrib=GETPOST('unsuscrib');
    diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php
    index 5edf85f9dac..f2395020bda 100644
    --- a/htdocs/public/members/new.php
    +++ b/htdocs/public/members/new.php
    @@ -4,6 +4,7 @@
      * Copyright (C) 2006-2013	Laurent Destailleur		<eldy@users.sourceforge.net>
      * Copyright (C) 2012		Regis Houssin			<regis.houssin@capnetworks.com>
      * Copyright (C) 2012		J. Fernando Lagrange    <fernando@demo-tic.org>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -99,11 +100,11 @@ function llxHeaderVierge($title, $head="", $disablejs=0, $disablehead=0, $arrayo
     
         if (! empty($mysoc->logo_small) && is_readable($conf->mycompany->dir_output.'/logos/thumbs/'.$mysoc->logo_small))
         {
    -        $urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('thumbs/'.$mysoc->logo_small);
    +        $urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$mysoc->logo_small);
         }
         elseif (! empty($mysoc->logo) && is_readable($conf->mycompany->dir_output.'/logos/'.$mysoc->logo))
         {
    -        $urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode($mysoc->logo);
    +        $urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('logos/'.$mysoc->logo);
             $width=128;
         }
         elseif (is_readable(DOL_DOCUMENT_ROOT.'/theme/dolibarr_logo.png'))
    @@ -276,8 +277,9 @@ if ($action == 'add')
                 	// Set output language
                 	$outputlangs = new Translate('', $conf);
                 	$outputlangs->setDefaultLang(empty($object->thirdparty->default_lang) ? $mysoc->default_lang : $object->thirdparty->default_lang);
    +            	// Load traductions files requiredby by page
                 	$outputlangs->loadLangs(array("main", "members"));
    -            	// Get email content fro mtemplae
    +            	// Get email content from template
                 	$arraydefaultmessage=null;
                 	$labeltouse = $conf->global->ADHERENT_EMAIL_TEMPLATE_AUTOREGISTER;
     
    @@ -296,7 +298,9 @@ if ($action == 'add')
     
                 	if ($subjecttosend && $texttosend)
                 	{
    -            		$result=$object->send_an_email($texttosend, $subjecttosend, array(), array(), array(), "", "", 0, -1);
    +            		$moreinheader='X-Dolibarr-Info: send_an_email by public/members/new.php'."\r\n";
    +
    +            		$result=$object->send_an_email($texttosend, $subjecttosend, array(), array(), array(), "", "", 0, -1, '', $moreinheader);
                 	}
                 	/*if ($result < 0)
                 	{
    @@ -624,7 +628,7 @@ if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED))
     }
     // Birthday
     print '<tr id="trbirth" class="trbirth"><td>'.$langs->trans("DateToBirth").'</td><td>';
    -print $form->select_date($birthday,'birth',0,0,1,"newmember",1,0,1);
    +print $form->selectDate($birthday, 'birth', 0, 0, 1, "newmember", 1, 0);
     print '</td></tr>'."\n";
     // Photo
     print '<tr><td>'.$langs->trans("URLPhoto").'</td><td><input type="text" name="photo" class="minwidth150" value="'.dol_escape_htmltag(GETPOST('photo')).'"></td></tr>'."\n";
    diff --git a/htdocs/public/members/public_card.php b/htdocs/public/members/public_card.php
    index 5dee0eb49a3..eda1aaf2c68 100644
    --- a/htdocs/public/members/public_card.php
    +++ b/htdocs/public/members/public_card.php
    @@ -43,10 +43,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
     if (empty($conf->adherent->enabled)) accessforbidden('',0,0,1);
     
     
    -$langs->load("main");
    -$langs->load("members");
    -$langs->load("companies");
    -$langs->load("other");
    +$langs->loadLangs(array("main", "members", "companies", "other"));
     
     $id=GETPOST('id','int');
     $object = new Adherent($db);
    diff --git a/htdocs/public/members/public_list.php b/htdocs/public/members/public_list.php
    index 1f9a4406028..6ba46182427 100644
    --- a/htdocs/public/members/public_list.php
    +++ b/htdocs/public/members/public_list.php
    @@ -40,10 +40,7 @@ require '../../main.inc.php';
     if (empty($conf->adherent->enabled)) accessforbidden('',0,0,1);
     
     
    -$langs->load("main");
    -$langs->load("members");
    -$langs->load("companies");
    -$langs->load("other");
    +$langs->loadLangs(array("main", "members", "companies", "other"));
     
     
     /**
    diff --git a/htdocs/public/onlinesign/index.html b/htdocs/public/onlinesign/index.html
    new file mode 100644
    index 00000000000..8b137891791
    --- /dev/null
    +++ b/htdocs/public/onlinesign/index.html
    @@ -0,0 +1 @@
    +
    diff --git a/htdocs/public/onlinesign/newonlinesign.php b/htdocs/public/onlinesign/newonlinesign.php
    index 7571f466c46..e8db916ad91 100644
    --- a/htdocs/public/onlinesign/newonlinesign.php
    +++ b/htdocs/public/onlinesign/newonlinesign.php
    @@ -44,13 +44,7 @@ require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
     // Security check
     // No check on module enabled. Done later according to $validpaymentmethod
     
    -$langs->load("main");
    -$langs->load("other");
    -$langs->load("dict");
    -$langs->load("bills");
    -$langs->load("companies");
    -$langs->load("errors");
    -$langs->load("paybox");     // File with generic data
    +$langs->loadLangs(array("main", "other", "dict", "bills", "companies", "errors", "paybox"));
     
     $action=GETPOST('action','alpha');
     
    @@ -180,11 +174,11 @@ else if (! empty($conf->global->ONLINE_SIGN_LOGO)) $logosmall=$conf->global->ONL
     $urllogo='';
     if (! empty($logosmall) && is_readable($conf->mycompany->dir_output.'/logos/thumbs/'.$logosmall))
     {
    -	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('thumbs/'.$logosmall);
    +	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;entity='.$conf->entity.'&amp;file='.urlencode('logos/thumbs/'.$logosmall);
     }
     elseif (! empty($logo) && is_readable($conf->mycompany->dir_output.'/logos/'.$logo))
     {
    -	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode($logo);
    +	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;entity='.$conf->entity.'&amp;file='.urlencode('logos/'.$logo);
     	$width=96;
     }
     // Output html code for logo
    diff --git a/htdocs/public/paybox/paymentko.php b/htdocs/public/paybox/paymentko.php
    index feb4070c16b..ef642a5b80b 100644
    --- a/htdocs/public/paybox/paymentko.php
    +++ b/htdocs/public/paybox/paymentko.php
    @@ -39,15 +39,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
     // Security check
     if (empty($conf->paybox->enabled)) accessforbidden('',0,0,1);
     
    -$langs->load("main");
    -$langs->load("other");
    -$langs->load("dict");
    -$langs->load("bills");
    -$langs->load("companies");
    -$langs->load("paybox");
    -$langs->load("paypal");
    -$langs->load("stripe");
    -
    +$langs->loadLangs(array("main", "other", "dict", "bills", "companies", "paybox", "paypal", "stripe"));
     
     $object = new stdClass();   // For triggers
     
    diff --git a/htdocs/public/paybox/paymentok.php b/htdocs/public/paybox/paymentok.php
    index 9e711ade51b..41eef8784bc 100644
    --- a/htdocs/public/paybox/paymentok.php
    +++ b/htdocs/public/paybox/paymentok.php
    @@ -39,14 +39,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
     // Security check
     if (empty($conf->paybox->enabled)) accessforbidden('',0,0,1);
     
    -$langs->load("main");
    -$langs->load("other");
    -$langs->load("dict");
    -$langs->load("bills");
    -$langs->load("companies");
    -$langs->load("paybox");
    -$langs->load("paypal");
    -$langs->load("stripe");
    +$langs->loadLangs(array("main", "other", "dict", "bills", "companies", "paybox", "paypal", "stripe"));
     
     /*$source=GETPOST('source');
     $ref=GETPOST('ref');
    diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php
    index 45aeb0d1321..a03c0a719c6 100644
    --- a/htdocs/public/payment/newpayment.php
    +++ b/htdocs/public/payment/newpayment.php
    @@ -31,9 +31,8 @@ define("NOLOGIN",1);		// This means this output page does not require to be logg
     define("NOCSRFCHECK",1);	// We accept to go on this page from external web site.
     
     // For MultiCompany module.
    -// Do not use GETPOST here, function is not defined and define must be done before including main.inc.php
    -// TODO This should be useless. Because entity must be retreive from object ref and not from url.
    -$entity=(! empty($_GET['entity']) ? (int) $_GET['entity'] : (! empty($_POST['entity']) ? (int) $_POST['entity'] : 1));
    +// Do not use GETPOST here, function is not defined and get of entity must be done before including main.inc.php
    +$entity=(! empty($_GET['entity']) ? (int) $_GET['entity'] : (! empty($_POST['entity']) ? (int) $_POST['entity'] : (! empty($_GET['e']) ? (int) $_GET['e'] : (! empty($_POST['e']) ? (int) $_POST['e'] : 1))));
     if (is_numeric($entity)) define("DOLENTITY", $entity);
     
     require '../../main.inc.php';
    @@ -411,7 +410,10 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
     	$stripeToken = GETPOST("stripeToken",'alpha');
     	$email = GETPOST("email",'alpha');
     	$thirdparty_id=GETPOST('thirdparty_id', 'int');		// Note that for payment following online registration for members, this is empty because thirdparty is created once payment is confirmed by paymentok.php
    -	$vatnumber = GETPOST('vatnumber','alpha');
    +	$dol_type=(GETPOST('s', 'alpha') ? GETPOST('s', 'alpha') : GETPOST('source', 'alpha'));
    +  	$dol_id=GETPOST('dol_id', 'int');
    +  	$vatnumber = GETPOST('vatnumber','alpha');
    +	$savesource=GETPOST('savesource', 'int');
     
     	dol_syslog("stripeToken = ".$stripeToken, LOG_DEBUG, 0, '_stripe');
     	dol_syslog("email = ".$email, LOG_DEBUG, 0, '_stripe');
    @@ -422,12 +424,12 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
     
     	try {
     		$metadata = array(
    -			'dol_version'=>DOL_VERSION,
    -			'dol_entity'=>$conf->entity,
    +			'dol_version' => DOL_VERSION,
    +			'dol_entity'  => $conf->entity,
    +			'dol_company' => $mysoc->name,		// Usefull when using multicompany
     			'ipaddress'=>(empty($_SERVER['REMOTE_ADDR'])?'':$_SERVER['REMOTE_ADDR'])
     		);
    -		if (! empty($dol_id))        $metadata["dol_id"] = $dol_id;
    -		if (! empty($dol_type))      $metadata["dol_type"] = $dol_type;
    +
     		if (! empty($thirdparty_id)) $metadata["dol_thirdparty_id"] = $thirdparty_id;
     
     		if ($thirdparty_id > 0)
    @@ -453,7 +455,9 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
     			$customer = $stripe->customerStripe($thirdparty, $stripeacc, $servicestatus, 1);
     
     			// Create Stripe card from Token
    +			if (! empty($savesource)) {
     			$card = $customer->sources->create(array("source" => $stripeToken, "metadata" => $metadata));
    +			} else { $card = $stripeToken; }
     
     			if (empty($card))
     			{
    @@ -464,17 +468,21 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
     			}
     			else
     			{
    +        if (! empty($FULLTAG))       $metadata["FULLTAG"] = $FULLTAG;
    +        if (! empty($dol_id))        $metadata["dol_id"] = $dol_id;
    +        if (! empty($dol_type))      $metadata["dol_type"] = $dol_type;
    +
     				dol_syslog("Create charge on card ".$card->id, LOG_DEBUG, 0, '_stripe');
     				$charge = \Stripe\Charge::create(array(
     					'amount'   => price2num($amountstripe, 'MU'),
     					'currency' => $currency,
     					'capture'  => true,							// Charge immediatly
    -					'description' => 'Stripe payment: '.$FULLTAG,
    -					'metadata' => array("FULLTAG" => $FULLTAG, 'Recipient' => $mysoc->name, 'dol_version'=>DOL_VERSION, 'dol_entity'=>$conf->entity, 'ipaddress'=>(empty($_SERVER['REMOTE_ADDR'])?'':$_SERVER['REMOTE_ADDR'])),
    +					'description' => 'Stripe payment: '.$FULLTAG.' ref='.$ref,
    +					'metadata' => $metadata,
     					'customer' => $customer->id,
     					'source' => $card,
     					'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
    -				),array("idempotency_key" => "$ref","stripe_account" => "$stripeacc"));
    +				),array("idempotency_key" => "$ref", "stripe_account" => "$stripeacc"));
     				// Return $charge = array('id'=>'ch_XXXX', 'status'=>'succeeded|pending|failed', 'failure_code'=>, 'failure_message'=>...)
     				if (empty($charge))
     				{
    @@ -497,6 +505,10 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
     			));
     			// Return $customer = array('id'=>'cus_XXXX', ...)
     
    +        if (! empty($FULLTAG))       $metadata["FULLTAG"] = $FULLTAG;
    +        if (! empty($dol_id))        $metadata["dol_id"] = $dol_id;
    +        if (! empty($dol_type))      $metadata["dol_type"] = $dol_type;
    +
     			// The customer was just created with a source, so we can make a charge
     			// with no card defined, the source just used for customer creation will be used.
     			dol_syslog("Create charge", LOG_DEBUG, 0, '_stripe');
    @@ -505,10 +517,10 @@ if ($action == 'charge' && ! empty($conf->stripe->enabled))
     				'amount'   => price2num($amountstripe, 'MU'),
     				'currency' => $currency,
     				'capture'  => true,							// Charge immediatly
    -				'description' => 'Stripe payment: '.$FULLTAG,
    -				'metadata' => array("FULLTAG" => $FULLTAG, 'Recipient' => $mysoc->name, 'dol_version'=>DOL_VERSION, 'dol_entity'=>$conf->entity, 'ipaddress'=>(empty($_SERVER['REMOTE_ADDR'])?'':$_SERVER['REMOTE_ADDR'])),
    +				'description' => 'Stripe payment: '.$FULLTAG.' ref='.$ref,
    +				'metadata' => $metadata,
     				'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
    -			),array("idempotency_key" => "$ref","stripe_account" => "$stripeacc"));
    +			),array("idempotency_key" => "$ref", "stripe_account" => "$stripeacc"));
     			// Return $charge = array('id'=>'ch_XXXX', 'status'=>'succeeded|pending|failed', 'failure_code'=>, 'failure_message'=>...)
     			if (empty($charge))
     			{
    @@ -682,12 +694,12 @@ else if (! empty($conf->global->ONLINE_PAYMENT_LOGO)) $logosmall=$conf->global->
     $urllogo='';
     if (! empty($logosmall) && is_readable($conf->mycompany->dir_output.'/logos/thumbs/'.$logosmall))
     {
    -	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('thumbs/'.$logosmall);
    +	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;entity='.$conf->entity.'&amp;file='.urlencode('logos/thumbs/'.$logosmall);
     	$width=150;
     }
     elseif (! empty($logo) && is_readable($conf->mycompany->dir_output.'/logos/'.$logo))
     {
    -	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode($logo);
    +	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;entity='.$conf->entity.'&amp;file='.urlencode('logos/'.$logo);
     	$width=150;
     }
     // Output html code for logo
    @@ -801,7 +813,7 @@ if ($source == 'order')
     		$amount=price2num($amount);
     	}
     
    -	$fulltag='ORD='.$order->ref.'.CUS='.$order->thirdparty->id;
    +	$fulltag='ORD='.$order->id.'.CUS='.$order->thirdparty->id;
     	//$fulltag.='.NAM='.strtr($order->thirdparty->name,"-"," ");
     	if (! empty($TAG)) { $tag=$TAG; $fulltag.='.TAG='.$TAG; }
     	$fulltag=dol_string_unaccent($fulltag);
    @@ -823,6 +835,7 @@ if ($source == 'order')
     	print '</td><td class="CTableRow'.($var?'1':'2').'">'.$text;
     	print '<input type="hidden" name="s" value="'.dol_escape_htmltag($source).'">';
     	print '<input type="hidden" name="ref" value="'.dol_escape_htmltag($order->ref).'">';
    +  	print '<input type="hidden" name="dol_id" value="'.dol_escape_htmltag($order->id).'">';
     	$directdownloadlink = $order->getLastMainDocLink('commande');
     	if ($directdownloadlink)
     	{
    @@ -920,7 +933,7 @@ if ($source == 'invoice')
     		$amount=price2num($amount);
     	}
     
    -	$fulltag='INV='.$invoice->ref.'.CUS='.$invoice->thirdparty->id;
    +	$fulltag='INV='.$invoice->id.'.CUS='.$invoice->thirdparty->id;
     	//$fulltag.='.NAM='.strtr($invoice->thirdparty->name,"-"," ");
     	if (! empty($TAG)) { $tag=$TAG; $fulltag.='.TAG='.$TAG; }
     	$fulltag=dol_string_unaccent($fulltag);
    @@ -942,6 +955,7 @@ if ($source == 'invoice')
     	print '</td><td class="CTableRow'.($var?'1':'2').'">'.$text;
     	print '<input type="hidden" name="s" value="'.dol_escape_htmltag($source).'">';
     	print '<input type="hidden" name="ref" value="'.dol_escape_htmltag($invoice->ref).'">';
    + 	print '<input type="hidden" name="dol_id" value="'.dol_escape_htmltag($invoice->id).'">';
     	$directdownloadlink = $invoice->getLastMainDocLink('facture');
     	if ($directdownloadlink)
     	{
    @@ -1101,7 +1115,7 @@ if ($source == 'contractline')
     		$amount=price2num($amount);
     	}
     
    -	$fulltag='COL='.$contractline->ref.'.CON='.$contract->ref.'.CUS='.$contract->thirdparty->id.'.DAT='.dol_print_date(dol_now(),'%Y%m%d%H%M');
    +	$fulltag='COL='.$contractline->id.'.CON='.$contract->id.'.CUS='.$contract->thirdparty->id.'.DAT='.dol_print_date(dol_now(),'%Y%m%d%H%M');
     	//$fulltag.='.NAM='.strtr($contract->thirdparty->name,"-"," ");
     	if (! empty($TAG)) { $tag=$TAG; $fulltag.='.TAG='.$TAG; }
     	$fulltag=dol_string_unaccent($fulltag);
    @@ -1140,6 +1154,7 @@ if ($source == 'contractline')
     	print '</td><td class="CTableRow'.($var?'1':'2').'">'.$text;
     	print '<input type="hidden" name="source" value="'.dol_escape_htmltag($source).'">';
     	print '<input type="hidden" name="ref" value="'.dol_escape_htmltag($contractline->ref).'">';
    +	print '<input type="hidden" name="dol_id" value="'.dol_escape_htmltag($contractline->id).'">';
     	$directdownloadlink = $contract->getLastMainDocLink('contract');
     	if ($directdownloadlink)
     	{
    @@ -1414,7 +1429,7 @@ if ($action != 'dopayment')
     	{
     		if ($source == 'invoice' && $object->paye)
     		{
    -			print '<br><br>'.$langs->trans("InvoicePaid");
    +			print '<br><br><span class="amountpaymentcomplete">'.$langs->trans("InvoicePaid").'</span>';
     		}
     		else
     		{
    @@ -1546,7 +1561,6 @@ if (preg_match('/^dopayment/',$action))
     	    <div id="card-element">
     	    <!-- a Stripe Element will be inserted here. -->
     	    </div>
    -
     	    <!-- Used to display form errors -->
     	    <div id="card-errors" role="alert"></div>
     	    </div>
    @@ -1557,8 +1571,6 @@ if (preg_match('/^dopayment/',$action))
     
     	    </form>
     
    -
    -	    <script src="https://js.stripe.com/v2/"></script>
     	    <script src="https://js.stripe.com/v3/"></script>
     
     	    <script type="text/javascript" language="javascript">';
    diff --git a/htdocs/public/payment/paymentko.php b/htdocs/public/payment/paymentko.php
    index bdc301a0dce..33fc1fb5101 100644
    --- a/htdocs/public/payment/paymentko.php
    +++ b/htdocs/public/payment/paymentko.php
    @@ -44,14 +44,7 @@ if (! empty($conf->paypal->enabled))
     	require_once DOL_DOCUMENT_ROOT.'/paypal/lib/paypalfunctions.lib.php';
     }
     
    -$langs->load("main");
    -$langs->load("other");
    -$langs->load("dict");
    -$langs->load("bills");
    -$langs->load("companies");
    -$langs->load("paybox");
    -$langs->load("paypal");
    -$langs->load("stripe");
    +$langs->loadLangs(array("main", "other", "dict", "bills", "companies", "paybox", "paypal", "stripe"));
     
     if (! empty($conf->paypal->enabled))
     {
    @@ -219,12 +212,12 @@ else if (! empty($conf->global->ONLINE_PAYMENT_LOGO)) $logosmall=$conf->global->
     $urllogo='';
     if (! empty($logosmall) && is_readable($conf->mycompany->dir_output.'/logos/thumbs/'.$logosmall))
     {
    -	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('thumbs/'.$logosmall);
    +	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$logosmall);
     	$width=150;
     }
     elseif (! empty($logo) && is_readable($conf->mycompany->dir_output.'/logos/'.$logo))
     {
    -	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode($logo);
    +	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('logos/'.$logo);
     	$width=150;
     }
     // Output html code for logo
    diff --git a/htdocs/public/payment/paymentok.php b/htdocs/public/payment/paymentok.php
    index 78cf69d8337..9b844d8d8b9 100644
    --- a/htdocs/public/payment/paymentok.php
    +++ b/htdocs/public/payment/paymentok.php
    @@ -87,10 +87,8 @@ if (empty($paymentmethod))
         dol_print_error(null, 'The back url does not contains a parameter fulltag that should help us to find the payment method used');
         exit;
     }
    -else
    -{
    -    dol_syslog("paymentmethod=".$paymentmethod);
    -}
    +
    +dol_syslog("***** paymentok.php is called paymentmethod=".$paymentmethod." FULLTAG=".$FULLTAG." REQUEST_URI=".$_SERVER["REQUEST_URI"], LOG_DEBUG, 0, '_payment');
     
     
     $validpaymentmethod=array();
    @@ -159,12 +157,12 @@ else if (! empty($conf->global->ONLINE_PAYMENT_LOGO)) $logosmall=$conf->global->
     $urllogo='';
     if (! empty($logosmall) && is_readable($conf->mycompany->dir_output.'/logos/thumbs/'.$logosmall))
     {
    -	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('thumbs/'.$logosmall);
    +	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$logosmall);
     	$width=150;
     }
     elseif (! empty($logo) && is_readable($conf->mycompany->dir_output.'/logos/'.$logo))
     {
    -	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode($logo);
    +	$urllogo=DOL_URL_ROOT.'/viewimage.php?modulepart=mycompany&amp;file='.urlencode('logos/'.$logo);
     	$width=150;
     }
     // Output html code for logo
    @@ -194,7 +192,7 @@ if (! empty($conf->paypal->enabled))
     		    // From env
     		    $ipaddress          = $_SESSION['ipaddress'];
     
    -			dol_syslog("Call paymentok with token=".$onlinetoken." paymentType=".$paymentType." currencyCodeType=".$currencyCodeType." payerID=".$payerID." ipaddress=".$ipaddress." FinalPaymentAmt=".$FinalPaymentAmt." fulltag=".$fulltag, LOG_DEBUG, 0, '_paypal');
    +			dol_syslog("Call paymentok with token=".$onlinetoken." paymentType=".$paymentType." currencyCodeType=".$currencyCodeType." payerID=".$payerID." ipaddress=".$ipaddress." FinalPaymentAmt=".$FinalPaymentAmt." fulltag=".$fulltag, LOG_DEBUG, 0, '_payment');
     
     			// Validate record
     		    if (! empty($paymentType))
    @@ -203,34 +201,50 @@ if (! empty($conf->paypal->enabled))
     		        $resArray=getDetails($onlinetoken);
     		        //var_dump($resarray);
     
    -		        dol_syslog("We call DoExpressCheckoutPayment token=".$onlinetoken." paymentType=".$paymentType." currencyCodeType=".$currencyCodeType." payerID=".$payerID." ipaddress=".$ipaddress." FinalPaymentAmt=".$FinalPaymentAmt." fulltag=".$fulltag, LOG_DEBUG, 0, '_payment');
    -		        $resArray=confirmPayment($onlinetoken, $paymentType, $currencyCodeType, $payerID, $ipaddress, $FinalPaymentAmt, $fulltag);
    -
     		        $ack = strtoupper($resArray["ACK"]);
     		        if ($ack=="SUCCESS" || $ack=="SUCCESSWITHWARNING")
     		        {
    +		        	// Nothing to do
    +		        	dol_syslog("Call to GetExpressCheckoutDetails return ".$ack);
    +		        }
    +		        else
    +		        {
    +		        	dol_syslog("Call to GetExpressCheckoutDetails return error: ".json_encode($resArray), LOG_WARNING);
    +		        }
    +
    +		        dol_syslog("We call DoExpressCheckoutPayment token=".$onlinetoken." paymentType=".$paymentType." currencyCodeType=".$currencyCodeType." payerID=".$payerID." ipaddress=".$ipaddress." FinalPaymentAmt=".$FinalPaymentAmt." fulltag=".$fulltag, LOG_DEBUG, 0, '_payment');
    +		        $resArray2=confirmPayment($onlinetoken, $paymentType, $currencyCodeType, $payerID, $ipaddress, $FinalPaymentAmt, $fulltag);
    +		        //var_dump($resarray);
    +
    +		        $ack = strtoupper($resArray2["ACK"]);
    +		        if ($ack=="SUCCESS" || $ack=="SUCCESSWITHWARNING")
    +		        {
    +		        	dol_syslog("Call to GetExpressCheckoutDetails return ".$ack);
    +
     		        	$object->source		= $source;
     		        	$object->ref		= $ref;
     		        	$object->payerID	= $payerID;
     		        	$object->fulltag	= $fulltag;
    -		        	$object->resArray	= $resArray;
    +		        	$object->resArray	= $resArray2;
     
     		            // resArray was built from a string like that
     		            // TOKEN=EC%2d1NJ057703V9359028&TIMESTAMP=2010%2d11%2d01T11%3a40%3a13Z&CORRELATIONID=1efa8c6a36bd8&ACK=Success&VERSION=56&BUILD=1553277&TRANSACTIONID=9B994597K9921420R&TRANSACTIONTYPE=expresscheckout&PAYMENTTYPE=instant&ORDERTIME=2010%2d11%2d01T11%3a40%3a12Z&AMT=155%2e57&FEEAMT=5%2e54&TAXAMT=0%2e00&CURRENCYCODE=EUR&PAYMENTSTATUS=Completed&PENDINGREASON=None&REASONCODE=None
    -		            $PAYMENTSTATUS=urldecode($resArray["PAYMENTSTATUS"]);   // Should contains 'Completed'
    -		            $TRANSACTIONID=urldecode($resArray["TRANSACTIONID"]);
    -		            $TAXAMT=urldecode($resArray["TAXAMT"]);
    -		            $NOTE=urldecode($resArray["NOTE"]);
    +		            $PAYMENTSTATUS=urldecode($resArray2["PAYMENTSTATUS"]);   // Should contains 'Completed'
    +		            $TRANSACTIONID=urldecode($resArray2["TRANSACTIONID"]);
    +		            $TAXAMT=urldecode($resArray2["TAXAMT"]);
    +		            $NOTE=urldecode($resArray2["NOTE"]);
     
     		            $ispaymentok=true;
     		        }
     		        else
     		        {
    +		        	dol_syslog("Call to DoExpressCheckoutPayment return error: ".json_encode($resArray2), LOG_WARNING);
    +
     		            //Display a user friendly Error on the page using any of the following error information returned by PayPal
    -		            $ErrorCode = urldecode($resArray["L_ERRORCODE0"]);
    -		            $ErrorShortMsg = urldecode($resArray["L_SHORTMESSAGE0"]);
    -		            $ErrorLongMsg = urldecode($resArray["L_LONGMESSAGE0"]);
    -		            $ErrorSeverityCode = urldecode($resArray["L_SEVERITYCODE0"]);
    +		            $ErrorCode = urldecode($resArray2["L_ERRORCODE0"]);
    +		            $ErrorShortMsg = urldecode($resArray2["L_SHORTMESSAGE0"]);
    +		            $ErrorLongMsg = urldecode($resArray2["L_LONGMESSAGE0"]);
    +		            $ErrorSeverityCode = urldecode($resArray2["L_SEVERITYCODE0"]);
     		        }
     		    }
     		    else
    @@ -266,6 +280,9 @@ $fulltag            = $FULLTAG;
     $tmptag=dolExplodeIntoArray($fulltag,'.','=');
     
     
    +dol_syslog("ispaymentok=".$ispaymentok, LOG_DEBUG, 0, '_payment');
    +
    +
     // Make complementary actions
     $ispostactionok = 0;
     $postactionmessages = array();
    @@ -296,7 +313,7 @@ if ($ispaymentok)
     		$adht = new AdherentType($db);
     		$object = new Adherent($db);
     
    -		$result1 = $object->fetch(0, $tmptag['MEM']);
    +		$result1 = $object->fetch($tmptag['MEM']);
     		$result2 = $adht->fetch($object->typeid);
     
     		if ($result1 > 0 && $result2 > 0)
    @@ -372,6 +389,8 @@ if ($ispaymentok)
     				// Create subscription
     				if (! $error)
     				{
    +					dol_syslog("Call ->subscription to create subscription", LOG_DEBUG, 0, '_payment');
    +
     					$crowid=$object->subscription($datesubscription, $amount, $accountid, $operation, $label, $num_chq, $emetteur_nom, $emetteur_banque, $datesubend);
     					if ($crowid <= 0)
     					{
    @@ -389,11 +408,15 @@ if ($ispaymentok)
     
     				if (! $error)
     				{
    -					$autocreatethirdparty = 1;
    +					dol_syslog("Call ->subscriptionComplementaryActions option=".$option, LOG_DEBUG, 0, '_payment');
    +
    +					$autocreatethirdparty = 1;	// will create thirdparty if member not yet linked to a thirdparty
     
     					$result = $object->subscriptionComplementaryActions($crowid, $option, $accountid, $datesubscription, $paymentdate, $operation, $label, $amount, $num_chq, $emetteur_nom, $emetteur_banque, $autocreatethirdparty);
     					if ($result < 0)
     					{
    +						dol_syslog("Error ".$object->error." ".join(',', $object->errors), LOG_DEBUG, 0, '_payment');
    +
     						$error++;
     						$postactionmessages[] = $object->error;
     						$postactionmessages = array_merge($postactionmessages, $object->errors);
    @@ -401,9 +424,21 @@ if ($ispaymentok)
     					}
     					else
     					{
    -						if ($option == 'bankviainvoice') $postactionmessages[] = 'Invoice, payment and bank record created';
    -						if ($option == 'bankdirect')     $postactionmessages[] = 'Bank record created';
    -						if ($option == 'invoiceonly')    $postactionmessages[] = 'Invoice recorded';
    +						if ($option == 'bankviainvoice')
    +						{
    +							$postactionmessages[] = 'Invoice, payment and bank record created';
    +							dol_syslog("Invoice, payment and bank record created", LOG_DEBUG, 0, '_payment');
    +						}
    +						if ($option == 'bankdirect')
    +						{
    +							$postactionmessages[] = 'Bank record created';
    +							dol_syslog("Bank record created", LOG_DEBUG, 0, '_payment');
    +						}
    +						if ($option == 'invoiceonly')
    +						{
    +							$postactionmessages[] = 'Invoice recorded';
    +							dol_syslog("Invoice recorded", LOG_DEBUG, 0, '_payment');
    +						}
     						$ispostactionok = 1;
     
     						// If an invoice was created, it is into $object->invoice
    @@ -416,7 +451,7 @@ if ($ispaymentok)
     					{
     						$thirdparty_id = $object->fk_soc;
     
    -						dol_syslog("Search existing Stripe customer profile for thirdparty_id=".$thirdparty_id, LOG_DEBUG, 0, '_stripe');
    +						dol_syslog("Search existing Stripe customer profile for thirdparty_id=".$thirdparty_id, LOG_DEBUG, 0, '_payment');
     
     						$service = 'StripeTest';
     						$servicestatus = 0;
    @@ -436,6 +471,8 @@ if ($ispaymentok)
     
     						if (! $customer && $TRANSACTIONID)	// Not linked to a stripe customer, we make the link
     						{
    +							dol_syslog("No stripe profile found, so we add it", LOG_DEBUG, 0, '_payment');
    +
     							$ch = \Stripe\Charge::retrieve($TRANSACTIONID);		// contains the charge id
     							$stripecu = $ch->customer;							// value 'cus_....'
     
    @@ -462,9 +499,11 @@ if ($ispaymentok)
     					$db->rollback();
     				}
     
    -				// Send email
    +				// Send email to member
     				if (! $error)
     				{
    +					dol_syslog("Send email to customer to ".$object->email." if we have to (sendalsoemail = ".$sendalsoemail.")", LOG_DEBUG, 0, '_payment');
    +
     					// Send confirmation Email
     					if ($object->email && $sendalsoemail)
     					{
    @@ -477,8 +516,9 @@ if ($ispaymentok)
     						// Set output language
     						$outputlangs = new Translate('', $conf);
     						$outputlangs->setDefaultLang(empty($object->thirdparty->default_lang) ? $mysoc->default_lang : $object->thirdparty->default_lang);
    +						// Load traductions files requiredby by page
     						$outputlangs->loadLangs(array("main", "members"));
    -						// Get email content from templae
    +						// Get email content from template
     						$arraydefaultmessage=null;
     						$labeltouse = $conf->global->ADHERENT_EMAIL_TEMPLATE_SUBSCRIPTION;
     
    @@ -511,7 +551,9 @@ if ($ispaymentok)
     							$listofmimes=array(dol_mimetype($file));
     						}
     
    -						$result=$object->send_an_email($texttosend, $subjecttosend, $listofpaths, $listofnames, $listofmimes, "", "", 0, -1);
    +						$moreinheader='X-Dolibarr-Info: send_an_email by public/payment/paymentok.php'."\r\n";
    +
    +						$result=$object->send_an_email($texttosend, $subjecttosend, $listofpaths, $listofmimes, $listofnames, "", "", 0, -1, "", $moreinheader);
     
     						if ($result < 0)
     						{
    @@ -523,6 +565,8 @@ if ($ispaymentok)
     						{
     							if ($file) $postactionmessages[] = 'Email sent to member (with invoice document attached)';
     							else $postactionmessages[] = 'Email sent to member (without any attached document)';
    +
    +							// TODO Add actioncomm event
     						}
     					}
     				}
    @@ -544,7 +588,7 @@ if ($ispaymentok)
     		// Record payment
     		include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
     		$invoice = new Facture($db);
    -		$result = $invoice->fetch(0, $tmptag['INV']);
    +		$result = $invoice->fetch($tmptag['INV']);
     		if ($result)
     		{
     			$FinalPaymentAmt    = $_SESSION["FinalPaymentAmt"];
    @@ -623,13 +667,13 @@ if ($ispaymentok)
     						}
     						else
     						{
    -							$postactionmessages[] = 'Bank entry of payment created';
    +							$postactionmessages[] = 'Bank transaction of payment created';
     							$ispostactionok=1;
     						}
     					}
     					else
     					{
    -						$postactionmessages[] = 'Setup of bank account to use in module '.$paymentmethod.' was not set. Not way to record the payment.';
    +						$postactionmessages[] = 'Setup of bank account to use in module '.$paymentmethod.' was not set. No way to record the payment.';
     						$ispostactionok = -1;
     						$error++;
     					}
    @@ -691,7 +735,9 @@ if ($ispaymentok)
     
         $tmptag=dolExplodeIntoArray($fulltag,'.','=');
     
    -	// Send an email
    +    dol_syslog("Send email to admins if we have to (sendemail = ".$sendemail.")", LOG_DEBUG, 0, '_payment');
    +
    +	// Send an email to admins
         if ($sendemail)
     	{
     		$companylangs = new Translate('', $conf);
    @@ -730,9 +776,9 @@ if ($ispaymentok)
     		}
     		elseif (in_array('INV', array_keys($tmptag)))
     		{
    -			$url=$urlwithroot."/compta/facture/card.php?ref=".$tmptag['INV'];
    +			$url=$urlwithroot."/compta/facture/card.php?id=".$tmptag['INV'];
     			$content.='<strong>'.$companylangs->trans("Payment")."</strong><br><br>\n";
    -			$content.=$companylangs->trans("Invoice").': <strong>'.$tmptag['INV']."</strong><br>\n";
    +			$content.=$companylangs->trans("InvoiceId").': <strong>'.$tmptag['INV']."</strong><br>\n";
     			//$content.=$companylangs->trans("ThirdPartyId").': '.$tmptag['CUS']."<br>\n";
     			$content.=$companylangs->trans("Link").': <a href="'.$url.'">'.$url.'</a>'."<br>\n";
     		}
    @@ -774,6 +820,11 @@ if ($ispaymentok)
     		$content.="<br>\n";
     		$content.="tag=".$fulltag."<br>\ntoken=".$onlinetoken."<br>\npaymentType=".$paymentType."<br>\ncurrencycodeType=".$currencyCodeType."<br>\npayerId=".$payerID."<br>\nipaddress=".$ipaddress."<br>\nFinalPaymentAmt=".$FinalPaymentAmt."<br>\n";
     
    +		if (! empty($ErrorCode))         $content.="ErrorCode = ".$ErrorCode."<br>\n";
    +		if (! empty($ErrorShortMsg))     $content.="ErrorShortMsg = ".$ErrorShortMsg."<br>\n";
    +		if (! empty($ErrorLongMsg))      $content.="ErrorLongMsg = ".$ErrorLongMsg."<br>\n";
    +		if (! empty($ErrorSeverityCode)) $content.="ErrorSeverityCode = ".$ErrorSeverityCode."<br>\n";
    +
     		$ishtml=dol_textishtml($content);	// May contain urls
     
     		require_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
    diff --git a/htdocs/public/paypal/paymentko.php b/htdocs/public/paypal/paymentko.php
    index 3e555379849..03645244e91 100644
    --- a/htdocs/public/paypal/paymentko.php
    +++ b/htdocs/public/paypal/paymentko.php
    @@ -43,14 +43,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
     // Security check
     if (empty($conf->paypal->enabled)) accessforbidden('',0,0,1);
     
    -$langs->load("main");
    -$langs->load("other");
    -$langs->load("dict");
    -$langs->load("bills");
    -$langs->load("companies");
    -$langs->load("paybox");
    -$langs->load("paypal");
    -$langs->load("stripe");
    +$langs->loadLangs(array("main", "other", "dict", "bills", "companies", "paybox", "paypal", "stripe"));
     
     $PAYPALTOKEN=GETPOST('TOKEN');
     if (empty($PAYPALTOKEN)) $PAYPALTOKEN=GETPOST('token');
    diff --git a/htdocs/public/paypal/paymentok.php b/htdocs/public/paypal/paymentok.php
    index 1e6adb7ca51..72a43dcbc7b 100644
    --- a/htdocs/public/paypal/paymentok.php
    +++ b/htdocs/public/paypal/paymentok.php
    @@ -43,14 +43,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
     // Security check
     if (empty($conf->paypal->enabled)) accessforbidden('',0,0,1);
     
    -$langs->load("main");
    -$langs->load("other");
    -$langs->load("dict");
    -$langs->load("bills");
    -$langs->load("companies");
    -$langs->load("paybox");
    -$langs->load("paypal");
    -$langs->load("stripe");
    +$langs->loadLangs(array("main","other","dict","bills","companies","paybox","paypal","stripe"));
     
     // Clean parameters
     $PAYPAL_API_USER="";
    diff --git a/htdocs/public/stripe/ipn.php b/htdocs/public/stripe/ipn.php
    index faca27f78c7..e1b160541b2 100644
    --- a/htdocs/public/stripe/ipn.php
    +++ b/htdocs/public/stripe/ipn.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2018 	Thibault FOUCART        <support@ptibogxiv.net>
    +/* Copyright (C) 2018       Thibault FOUCART        <support@ptibogxiv.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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 +35,7 @@ require_once DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php';
     require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
     require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php';
     require_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
    +require_once DOL_DOCUMENT_ROOT .'/core/class/CMailFile.class.php';
     
     // You can find your endpoint's secret in your webhook settings
     if (isset($_GET['connect'])){
    @@ -86,9 +88,12 @@ catch(\UnexpectedValueException $e) {
     // Do something with $event
     
     http_response_code(200); // PHP 5.4 or greater
    +
     $langs->load("main");
    +
    +// TODO Do we really need a user in setup just to have an name to fill an email topic when it is a technical system notification email
     $user = new User($db);
    -$user->fetch(5);
    +$user->fetch($conf->global->STRIPE_USER_ACCOUNT_FOR_ACTIONS);
     $user->getrights();
     
     if (! empty($conf->multicompany->enabled) && ! empty($conf->stripeconnect->enabled) && is_object($mc)) {
    @@ -126,12 +131,37 @@ if ($event->type == 'payout.created') {
     
     	if ($result > 0)
     	{
    -		// TODO Use CMail and translation
    -		$body = "Un virement de ".price2num($event->data->object->amount/100)." ".$event->data->object->currency." est attendu sur votre compte le ".date('d-m-Y H:i:s',$event->data->object->arrival_date);
    -		$subject = '[NOTIFICATION] Virement programmée';
    -		$headers = 'From: "'.$conf->global->MAIN_INFO_SOCIETE_MAIL.'" <'.$conf->global->MAIN_INFO_SOCIETE_MAIL.'>'; // TODO  convert in dolibarr standard
    -		mail(''.$conf->global->MAIN_INFO_SOCIETE_MAIL.'', $subject, $body, $headers);
    -		return 1;
    +        $subject = '[NOTIFICATION] Stripe payout scheduled';
    +        if (!empty($user->email)) {
    +            $sendto = dolGetFirstLastname($user->firstname, $user->lastname) . " <".$user->email.">";
    +        } else {
    +            $sendto = $conf->global->MAIN_INFO_SOCIETE_MAIL.'" <'.$conf->global->MAIN_INFO_SOCIETE_MAIL.'>';
    +        }
    +        $replyto = $sendto;
    +        $sendtocc = '';
    +        if (!empty($conf->global->ONLINE_PAYMENT_SENDEMAIL)) {
    +            $sendtocc = $conf->global->ONLINE_PAYMENT_SENDEMAIL.'" <'.$conf->global->ONLINE_PAYMENT_SENDEMAIL.'>';
    +        }
    +
    +        $message = "A bank transfer of ".price2num($event->data->object->amount/100)." ".$event->data->object->currency." should arrive in your account the ".dol_print_date($event->data->object->arrival_date, 'dayhour');
    +
    +        $mailfile = new CMailFile(
    +            $subject,
    +            $sendto,
    +            $replyto,
    +            $message,
    +            array(),
    +            array(),
    +            array(),
    +            $sendtocc,
    +            '',
    +            0,
    +            -1
    +        );
    +
    +        $ret = $mailfile->sendfile();
    +
    +        return 1;
     	}
     	else
     	{
    diff --git a/htdocs/public/stripe/paymentko.php b/htdocs/public/stripe/paymentko.php
    index ff1abfae9e4..be285cfc628 100644
    --- a/htdocs/public/stripe/paymentko.php
    +++ b/htdocs/public/stripe/paymentko.php
    @@ -36,14 +36,7 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
     
    -$langs->load("main");
    -$langs->load("other");
    -$langs->load("dict");
    -$langs->load("bills");
    -$langs->load("companies");
    -$langs->load("paybox");
    -$langs->load("paypal");
    -$langs->load("stripe");
    +$langs->loadLangs(array("main", "other", "dict", "bills", "companies", "paybox", "paypal", "stripe"));
     
     $FULLTAG=GETPOST('FULLTAG');
     if (empty($FULLTAG)) $FULLTAG=GETPOST('fulltag');
    diff --git a/htdocs/public/stripe/paymentok.php b/htdocs/public/stripe/paymentok.php
    index 52b3dac8a7f..4bce7dd62ce 100644
    --- a/htdocs/public/stripe/paymentok.php
    +++ b/htdocs/public/stripe/paymentok.php
    @@ -36,13 +36,7 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
     
    -$langs->load("main");
    -$langs->load("other");
    -$langs->load("dict");
    -$langs->load("bills");
    -$langs->load("companies");
    -$langs->load("paybox");
    -$langs->load("paypal");
    +$langs->loadLangs(array("main", "other", "dict", "bills", "companies", "paybox", "paypal"));
     
     $FULLTAG=GETPOST('FULLTAG');
     if (empty($FULLTAG)) $FULLTAG=GETPOST('fulltag');
    diff --git a/htdocs/public/test/index.html b/htdocs/public/test/index.html
    new file mode 100644
    index 00000000000..8b137891791
    --- /dev/null
    +++ b/htdocs/public/test/index.html
    @@ -0,0 +1 @@
    +
    diff --git a/htdocs/public/test/test_arrays.php b/htdocs/public/test/test_arrays.php
    index 02f5786632c..e3a5f33cbeb 100644
    --- a/htdocs/public/test/test_arrays.php
    +++ b/htdocs/public/test/test_arrays.php
    @@ -174,9 +174,9 @@ if ($showbirthday)  $nav.='<input type="hidden" name="showbirthday" value="1">';
     if ($pid)    $nav.='<input type="hidden" name="projectid" value="'.$pid.'">';
     if ($type)   $nav.='<input type="hidden" name="type" value="'.$type.'">';
     if ($usergroup) $nav.='<input type="hidden" name="usergroup" value="'.$usergroup.'">';
    -$nav.=$form->select_date($dateselect, 'dateselect', 0, 0, 1, '', 1, 0, 1);
    -$nav.=' <input type="submit" name="submitdateselect" class="button" value="'.$langs->trans("Refresh").'">';
    -$nav.='</form>';
    +$nav.= $form->selectDate($dateselect, 'dateselect', 0, 0, 1, '', 1, 0);
    +$nav.= ' <input type="submit" name="submitdateselect" class="button" value="'.$langs->trans("Refresh").'">';
    +$nav.= '</form>';
     
     $limit=10;
     print_barre_liste('Title of my list', 12, $_SERVER["PHP_SELF"], '', '', '', 'Text in middle', 20, 500, '', 0, $nav, '', $limit);
    diff --git a/htdocs/public/test/test_forms.php b/htdocs/public/test/test_forms.php
    index 614b10c976a..343acab9a4a 100644
    --- a/htdocs/public/test/test_forms.php
    +++ b/htdocs/public/test/test_forms.php
    @@ -27,29 +27,29 @@ This page is a sample of page using Dolibarr HTML widget methods. It is designed
     <?php
     $form=new Form($db);
     
    -// Test1: form->select_date using tzuser date
    +// Test1: form->selectDate using tzuser date
     print "Test 1a: We must have here current date and hour for user (must match hour on browser). Note: Check your are logged so user TZ and DST are known.";
     $offsettz=(empty($_SESSION['dol_tz'])?0:$_SESSION['dol_tz'])*60*60;
     $offsetdst=(empty($_SESSION['dol_dst'])?0:$_SESSION['dol_dst'])*60*60;
     print " (dol_tz=".$offsettz." dol_dst=".$dol_dst.")<br>\n";
    -$form->select_date(dol_now(), 'test1a', 1, 1, 0);
    +print $form->selectDate(dol_now(), 'test1a', 1, 1, 0);
     
     print '<br><br>'."\n";
     
     print "Test 1b: We must have here current date with hours to 00:00.<br>";
    -$form->select_date('', 'test1b', 1, 1, 0);
    +print $form->selectDate('', 'test1b', 1, 1, 0);
     
     print '<br><br>'."\n";
     
    -// Test2: form->select_date using tzuser date
    +// Test2: form->selectDate using tzuser date
     print "Test 2: We must have here 1970-01-01 00:00:00 selected (fields can be empty)<br>\n";
    -$form->select_date(dol_get_first_day(1970,1,false), 'test2', 1, 1, 1);
    +print $form->selectDate(dol_get_first_day(1970,1,false), 'test2', 1, 1, 1);
     
     print '<br><br>'."\n";
     
    -// Test3: form->select_date for 1970-01-01 00:00:00
    +// Test3: form->selectDate for 1970-01-01 00:00:00
     print "Test 3: We must have here 1970-01-01 00:00:00 selected (fields are mandatory)<br>\n";
    -$form->select_date(dol_get_first_day(1970,1,false), 'test3', 1, 1, 0);
    +print $form->selectDate(dol_get_first_day(1970,1,false), 'test3', 1, 1, 0);
     
     print '<br><br>'."\n";
     
    diff --git a/htdocs/public/ticket/img/index.html b/htdocs/public/ticket/img/index.html
    new file mode 100644
    index 00000000000..8b137891791
    --- /dev/null
    +++ b/htdocs/public/ticket/img/index.html
    @@ -0,0 +1 @@
    +
    diff --git a/htdocs/public/ticket/index.php b/htdocs/public/ticket/index.php
    index bb0499f43e6..52b3b843fa1 100644
    --- a/htdocs/public/ticket/index.php
    +++ b/htdocs/public/ticket/index.php
    @@ -25,11 +25,18 @@ if (!defined('NOCSRFCHECK'))   define('NOCSRFCHECK', '1');
     if (!defined('NOREQUIREMENU')) define('NOREQUIREMENU', '1');
     if (!defined("NOLOGIN"))       define("NOLOGIN", '1');				// If this page is public (can be called outside logged session)
     
    +// For MultiCompany module.
    +// Do not use GETPOST here, function is not defined and define must be done before including main.inc.php
    +// TODO This should be useless. Because entity must be retreive from object ref and not from url.
    +$entity=(! empty($_GET['entity']) ? (int) $_GET['entity'] : (! empty($_POST['entity']) ? (int) $_POST['entity'] : 1));
    +if (is_numeric($entity)) define("DOLENTITY", $entity);
    +
     require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/ticket/class/actions_ticket.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formticket.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/ticket.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/security.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
     
     // Load translation files required by the page
     $langs->loadLangs(array('companies', 'other', 'ticket', 'errors'));
    @@ -64,5 +71,8 @@ if (!$conf->global->TICKET_ENABLE_PUBLIC_INTERFACE) {
     }
     
     // End of page
    -llxFooter();
    +htmlPrintOnlinePaymentFooter($mysoc,$langs,1,$suffix,$object);
    +
    +llxFooter('', 'public');
    +
     $db->close();
    diff --git a/htdocs/public/website/styles.css.php b/htdocs/public/website/styles.css.php
    index 674651f9e29..3e2462d889c 100644
    --- a/htdocs/public/website/styles.css.php
    +++ b/htdocs/public/website/styles.css.php
    @@ -85,7 +85,7 @@ if (empty($pageid))
         $objectpage=new WebsitePage($db);
         $array=$objectpage->fetchAll($object->id);
     
    -    if (count($array) > 0)
    +    if (is_array($array) && count($array) > 0)
         {
             $firstrep=reset($array);
             $pageid=$firstrep->id;
    diff --git a/htdocs/resource/agenda.php b/htdocs/resource/agenda.php
    new file mode 100644
    index 00000000000..442be89f923
    --- /dev/null
    +++ b/htdocs/resource/agenda.php
    @@ -0,0 +1,175 @@
    +<?php
    +/* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    + * Copyright (C) 2005      Brice Davoleau       <brice.davoleau@gmail.com>
    + * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
    + * Copyright (C) 2006-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2007      Patrick Raguin  		<patrick.raguin@gmail.com>
    + * Copyright (C) 2010      Juanjo Menent        <jmenent@2byte.es>
    + * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
    + * Copyright (C) 2018      Florain Henry        <florian.henry@open-concept.pro
    + *
    + * 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/>.
    + */
    +
    +/**
    + *  \file       htdocs/resource/agenda.php
    + *  \ingroup    resource
    + *  \brief      Page of resource events
    + */
    +
    +require '../main.inc.php';
    +require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/resource.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/resource/class/dolresource.class.php';
    +
    +// Load translation files required by the page
    +$langs->load("companies");
    +
    +if (GETPOST('actioncode','array'))
    +{
    +    $actioncode=GETPOST('actioncode','array',3);
    +    if (! count($actioncode)) $actioncode='0';
    +}
    +else
    +{
    +    $actioncode=GETPOST("actioncode","alpha",3)?GETPOST("actioncode","alpha",3):(GETPOST("actioncode")=='0'?'0':(empty($conf->global->AGENDA_DEFAULT_FILTER_TYPE_FOR_OBJECT)?'':$conf->global->AGENDA_DEFAULT_FILTER_TYPE_FOR_OBJECT));
    +}
    +$search_agenda_label=GETPOST('search_agenda_label');
    +
    +// Security check
    +$id = GETPOST('id','int');
    +$ref = GETPOST('ref', 'alpha');
    +if ($user->societe_id) $id=$user->societe_id;
    +// Protection if external user
    +if ($user->socid > 0)
    +{
    +	accessforbidden();
    +}
    +
    +if( ! $user->rights->resource->read)
    +{
    +	accessforbidden();
    +}
    +
    +$limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit;
    +$sortfield = GETPOST("sortfield",'alpha');
    +$sortorder = GETPOST("sortorder",'alpha');
    +$page = GETPOST("page",'int');
    +if (empty($page) || $page == -1) { $page = 0; }     // If $page is not defined, or '' or -1
    +$offset = $limit * $page;
    +$pageprev = $page - 1;
    +$pagenext = $page + 1;
    +if (! $sortfield) $sortfield='a.datep,a.id';
    +if (! $sortorder) $sortorder='DESC,DESC';
    +
    +// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
    +$hookmanager->initHooks(array('agendaresource'));
    +
    +
    +/*
    + *	Actions
    + */
    +
    +$parameters=array('id'=>$id);
    +$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))
    +{
    +    // Cancel
    +    if (GETPOST('cancel','alpha') && ! empty($backtopage))
    +    {
    +        header("Location: ".$backtopage);
    +        exit;
    +    }
    +
    +    // 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
    +    {
    +        $actioncode='';
    +        $search_agenda_label='';
    +    }
    +}
    +
    +
    +
    +/*
    + *	View
    + */
    +
    +$contactstatic = new Contact($db);
    +
    +$form = new Form($db);
    +
    +if ($id > 0 || $ref)
    +{
    +	require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
    +	require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
    +
    +	$langs->load("companies");
    +	$picto = 'resource';
    +
    +	$object = new Dolresource($db);
    +	$result = $object->fetch($id);
    +
    +	$title=$langs->trans("Agenda");
    +	if (! empty($conf->global->MAIN_HTML_TITLE) && preg_match('/productnameonly/',$conf->global->MAIN_HTML_TITLE) && $object->name) $title=$object->ref." - ".$title;
    +	llxHeader('',$title);
    +
    +	if (! empty($conf->notification->enabled)) $langs->load("mails");
    +	$type = $langs->trans('ResourceSingular');
    +
    +	$head = resource_prepare_head($object);
    +
    +	$titre=$langs->trans("ResourceSingular");
    +	dol_fiche_head($head, 'agenda', $titre, -1, $picto);
    +
    +    $linkback = '<a href="'.DOL_URL_ROOT.'/resource/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
    +
    +    $shownav = 1;
    +    if ($user->societe_id && ! in_array('resource', explode(',',$conf->global->MAIN_MODULES_FOR_EXTERNAL))) $shownav=0;
    +
    +    dol_banner_tab($object, 'id', $linkback, $shownav, 'id');
    +
    +    print '<div class="fichecenter">';
    +
    +    print '<div class="underbanner clearboth"></div>';
    +
    +	print '</div>';
    +
    +	dol_fiche_end();
    +
    +    if (! empty($conf->agenda->enabled) && (!empty($user->rights->agenda->myactions->read) || !empty($user->rights->agenda->allactions->read) ))
    +    {
    +    	print '<br>';
    +
    +        $param='&id='.$id;
    +        if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage;
    +        if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit;
    +
    +		print_barre_liste($langs->trans("ActionsOnResource"), 0, $_SERVER["PHP_SELF"], '', $sortfield, $sortorder, '', 0, -1, '', 0, $morehtmlcenter, '', 0, 1, 1);
    +
    +        // List of all actions
    +		$filters=array();
    +        $filters['search_agenda_label']=$search_agenda_label;
    +
    +        // TODO Replace this with same code than into list.php
    +        show_actions_done($conf,$langs,$db,$object,null,0,$actioncode, '', $filters, $sortfield, $sortorder);
    +    }
    +}
    +
    +// End of page
    +llxFooter();
    +$db->close();
    diff --git a/htdocs/resource/class/dolresource.class.php b/htdocs/resource/class/dolresource.class.php
    index 604e4f8849d..1c04a5633ec 100644
    --- a/htdocs/resource/class/dolresource.class.php
    +++ b/htdocs/resource/class/dolresource.class.php
    @@ -19,7 +19,6 @@
      *  \file      	resource/class/resource.class.php
      *  \ingroup    resource
      *  \brief      Class file for resource object
    -
      */
     
     require_once DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php";
    @@ -33,13 +32,13 @@ class Dolresource extends CommonObject
     	/**
     	 * @var string ID to identify managed object
     	 */
    -	public $element='dolresource';	
    -	
    +	public $element='dolresource';
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
    -	public $table_element='resource';	
    -	
    +	public $table_element='resource';
    +
         public $picto = 'resource';
     
     	public $resource_id;
    @@ -62,7 +61,6 @@ class Dolresource extends CommonObject
         function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
         /**
    @@ -334,6 +332,7 @@ class Dolresource extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Load object in memory from database
          *
    @@ -342,6 +341,7 @@ class Dolresource extends CommonObject
          */
         function fetch_element_resource($id)
         {
    +        // phpcs:enable
         	global $langs;
         	$sql = "SELECT";
         	$sql.= " t.rowid,";
    @@ -478,6 +478,7 @@ class Dolresource extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Load resource objects into $this->lines
          *
    @@ -490,6 +491,7 @@ class Dolresource extends CommonObject
          */
         function fetch_all($sortorder, $sortfield, $limit, $offset, $filter='')
         {
    +        // phpcs:enable
         	global $conf;
         	$sql="SELECT ";
         	$sql.= " t.rowid,";
    @@ -571,9 +573,9 @@ class Dolresource extends CommonObject
         		$this->error = $this->db->lasterror();
         		return -1;
         	}
    -
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
          /**
          *	Load all objects into $this->lines
          *
    @@ -586,6 +588,7 @@ class Dolresource extends CommonObject
          */
         function fetch_all_resources($sortorder, $sortfield, $limit, $offset, $filter='')
         {
    +        // phpcs:enable
        		global $conf;
        		$sql="SELECT ";
        		$sql.= " t.rowid,";
    @@ -649,9 +652,9 @@ class Dolresource extends CommonObject
        			$this->error = $this->db->lasterror();
        			return -1;
        		}
    -
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Load all objects into $this->lines
          *
    @@ -664,6 +667,7 @@ class Dolresource extends CommonObject
          */
         function fetch_all_used($sortorder, $sortfield, $limit, $offset=1, $filter='')
         {
    +        // phpcs:enable
         	global $conf;
     
         	if ( ! $sortorder) $sortorder="ASC";
    @@ -727,9 +731,9 @@ class Dolresource extends CommonObject
         		$this->error = $this->db->lasterror();
         		return -1;
         	}
    -
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * Fetch all resources available, declared by modules
          * Load available resource in array $this->available_resources
    @@ -740,6 +744,7 @@ class Dolresource extends CommonObject
          */
         function fetch_all_available()
         {
    +        // phpcs:enable
         	global $conf;
     
         	if (! empty($conf->modules_parts['resources']))
    @@ -751,6 +756,7 @@ class Dolresource extends CommonObject
         	return 0;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Update element resource into database
          *
    @@ -760,6 +766,7 @@ class Dolresource extends CommonObject
          */
         function update_element_resource($user=null, $notrigger=0)
         {
    +        // phpcs:enable
         	global $conf, $langs;
     		$error=0;
     
    @@ -875,10 +882,10 @@ class Dolresource extends CommonObject
                 $i++;
             }
             return $i;
    -
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *      Load in cache resource type code (setup in dictionary)
          *
    @@ -886,6 +893,7 @@ class Dolresource extends CommonObject
          */
         function load_cache_code_type_resource()
         {
    +        // phpcs:enable
         	global $langs;
     
         	if (count($this->cache_code_type_resource)) return 0;    // Cache deja charge
    @@ -965,6 +973,7 @@ class Dolresource extends CommonObject
             return $this->LibStatut($this->status,$mode);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Return the status
          *
    @@ -974,6 +983,7 @@ class Dolresource extends CommonObject
          */
         static function LibStatut($status,$mode=0)
         {
    +        // phpcs:enable
             global $langs;
     
             return '';
    diff --git a/htdocs/resource/class/html.formresource.class.php b/htdocs/resource/class/html.formresource.class.php
    index 2aa19ac66b5..c118643aa7d 100644
    --- a/htdocs/resource/class/html.formresource.class.php
    +++ b/htdocs/resource/class/html.formresource.class.php
    @@ -38,8 +38,9 @@ class FormResource
          */
         public $db;
     
    -    var $substit=array();
    -    var $param=array();
    +    public $substit=array();
    +
    +    public $param=array();
     
         /**
     	 * @var string Error code (or message)
    @@ -55,11 +56,10 @@ class FormResource
         function __construct($db)
         {
             $this->db = $db;
    -
    -        return 1;
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Output html form to select a resource
          *
    @@ -77,6 +77,7 @@ class FormResource
          */
         function select_resource_list($selected='',$htmlname='fk_resource',$filter='',$showempty=0, $showtype=0, $forcecombo=0, $event=array(), $filterkey='', $outputmode=0, $limit=20)
         {
    +        // phpcs:enable
         	global $conf,$user,$langs;
     
         	$out='';
    @@ -154,20 +155,22 @@ class FormResource
         	return $out;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     *      Return html list of tickets type
    +     *  Return html list of tickets type
          *
    -     *      @param	string	$selected       Id du type pre-selectionne
    -     *      @param  string	$htmlname       Nom de la zone select
    -     *      @param  string	$filtertype     To filter on field type in llx_c_ticket_type (array('code'=>xx,'label'=>zz))
    -     *      @param  int		$format         0=id+libelle, 1=code+code, 2=code+libelle, 3=id+code
    -     *      @param  int		$empty			1=peut etre vide, 0 sinon
    -     * 		@param	int		$noadmininfo	0=Add admin info, 1=Disable admin info
    -     *      @param  int		$maxlength      Max length of label
    -     * 		@return	void
    +     *  @param	string	$selected       Id du type pre-selectionne
    +     *  @param  string	$htmlname       Nom de la zone select
    +     *  @param  string	$filtertype     To filter on field type in llx_c_ticket_type (array('code'=>xx,'label'=>zz))
    +     *  @param  int		$format         0=id+libelle, 1=code+code, 2=code+libelle, 3=id+code
    +     *  @param  int		$empty			1=peut etre vide, 0 sinon
    +     *  @param	int		$noadmininfo	0=Add admin info, 1=Disable admin info
    +     *  @param  int		$maxlength      Max length of label
    +     * 	@return	void
          */
         function select_types_resource($selected='',$htmlname='type_resource',$filtertype='',$format=0, $empty=0, $noadmininfo=0,$maxlength=0)
         {
    +        // phpcs:enable
         	global $langs,$user;
     
         	$resourcestat = new Dolresource($this->db);
    @@ -208,8 +211,4 @@ class FormResource
         	print '</select>';
         	if ($user->admin && ! $noadmininfo) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
         }
    -
    -
    -
     }
    -
    diff --git a/htdocs/resource/list.php b/htdocs/resource/list.php
    index 4bb3e0d0923..4492d74be65 100644
    --- a/htdocs/resource/list.php
    +++ b/htdocs/resource/list.php
    @@ -242,14 +242,14 @@ print "</tr>\n";
     
     if ($ret)
     {
    -    foreach ($object->lines as $obj)
    +	foreach ($object->lines as $resource)
         {
             print '<tr class="oddeven">';
     
             if (! empty($arrayfields['t.ref']['checked']))
             {
             	print '<td>';
    -        	print $obj->getNomUrl(5);
    +        	print $resource->getNomUrl(5);
             	print '</td>';
     	        if (! $i) $totalarray['nbfield']++;
             }
    @@ -257,7 +257,7 @@ if ($ret)
             if (! empty($arrayfields['ty.label']['checked']))
             {
             	print '<td>';
    -        	print $obj->type_label;
    +        	print $resource->type_label;
             	print '</td>';
     	        if (! $i) $totalarray['nbfield']++;
             }
    @@ -266,11 +266,11 @@ if ($ret)
             include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
     
             print '<td align="center">';
    -        print '<a href="./card.php?action=edit&id='.$obj->id.'">';
    +        print '<a href="./card.php?action=edit&id='.$resource->id.'">';
             print img_edit();
             print '</a>';
             print '&nbsp;';
    -        print '<a href="./card.php?action=delete&id='.$obj->id.'">';
    +        print '<a href="./card.php?action=delete&id='.$resource->id.'">';
             print img_delete();
             print '</a>';
             print '</td>';
    diff --git a/htdocs/societe/admin/contact_extrafields.php b/htdocs/societe/admin/contact_extrafields.php
    index 34bdb688835..5eaba3c1cb1 100644
    --- a/htdocs/societe/admin/contact_extrafields.php
    +++ b/htdocs/societe/admin/contact_extrafields.php
    @@ -28,8 +28,7 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
     
    -$langs->load("companies");
    -$langs->load("admin");
    +$langs->loadLangs(array("companies", "admin"));
     
     $extrafields = new ExtraFields($db);
     $form = new Form($db);
    diff --git a/htdocs/societe/admin/societe.php b/htdocs/societe/admin/societe.php
    index f07922b1781..3a7b26505c7 100644
    --- a/htdocs/societe/admin/societe.php
    +++ b/htdocs/societe/admin/societe.php
    @@ -29,8 +29,7 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
     
    -$langs->load("admin");
    -$langs->load('other');
    +$langs->loadLangs(array("admin", "other"));
     
     $action=GETPOST('action','alpha');
     $value=GETPOST('value','alpha');
    diff --git a/htdocs/societe/admin/societe_extrafields.php b/htdocs/societe/admin/societe_extrafields.php
    index 39f3ab53866..0835df13e22 100644
    --- a/htdocs/societe/admin/societe_extrafields.php
    +++ b/htdocs/societe/admin/societe_extrafields.php
    @@ -28,9 +28,7 @@ require '../../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
     
    -$langs->load("companies");
    -$langs->load("admin");
    -$langs->load("members");
    +$langs->loadLangs(array("companies", "admin", "members"));
     
     $extrafields = new ExtraFields($db);
     $form = new Form($db);
    diff --git a/htdocs/societe/canvas/actions_card_common.class.php b/htdocs/societe/canvas/actions_card_common.class.php
    index 61e0a09f556..2577f5bed5d 100644
    --- a/htdocs/societe/canvas/actions_card_common.class.php
    +++ b/htdocs/societe/canvas/actions_card_common.class.php
    @@ -31,7 +31,7 @@ abstract class ActionsCardCommon
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         var $dirmodule;
         var $targetmodule;
         var $canvas;
    @@ -41,12 +41,12 @@ abstract class ActionsCardCommon
     	var $tpl = array();
     	//! Object container
     	var $object;
    -	
    +
     	/**
     	 * @var string Error code (or message)
     	 */
     	public $error='';
    -	
    +
     
     	/**
     	 * @var string[] Error codes (or messages)
    @@ -70,6 +70,7 @@ abstract class ActionsCardCommon
         	$this->object = $object;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Assign custom values for canvas (for example into this->tpl to be used by templates)
     	 *
    @@ -80,6 +81,7 @@ abstract class ActionsCardCommon
          */
         function assign_values(&$action, $id=0, $ref='')
         {
    +        // phpcs:enable
             global $conf, $langs, $user, $mysoc, $canvas;
             global $form, $formadmin, $formcompany;
     
    @@ -369,6 +371,7 @@ abstract class ActionsCardCommon
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
         /**
          *  Assign POST values into object
          *
    @@ -377,6 +380,7 @@ abstract class ActionsCardCommon
          */
         private function assign_post($action)
         {
    +        // phpcs:enable
             global $langs, $mysoc;
     
             $this->object->id					=	$_POST["socid"];
    @@ -391,7 +395,7 @@ abstract class ActionsCardCommon
             $this->object->town					=	$_POST["town"];
             $this->object->country_id			=	$_POST["country_id"]?$_POST["country_id"]:$mysoc->country_id;
             $this->object->state_id		        =	$_POST["state_id"];
    -        $this->object->phone					=	$_POST["tel"];
    +        $this->object->phone				=	$_POST["tel"];
             $this->object->fax					=	$_POST["fax"];
             $this->object->email				=	$_POST["email"];
             $this->object->url					=	$_POST["url"];
    @@ -422,5 +426,4 @@ abstract class ActionsCardCommon
                 $this->object->country_label=	$tmparray['label'];
             }
         }
    -
     }
    diff --git a/htdocs/societe/canvas/company/actions_card_company.class.php b/htdocs/societe/canvas/company/actions_card_company.class.php
    index 419a5ecb73e..3e18b7944f2 100644
    --- a/htdocs/societe/canvas/company/actions_card_company.class.php
    +++ b/htdocs/societe/canvas/company/actions_card_company.class.php
    @@ -67,6 +67,7 @@ class ActionsCardCompany extends ActionsCardCommon
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Assign custom values for canvas (for example into this->tpl to be used by templates)
     	 *
    @@ -77,6 +78,7 @@ class ActionsCardCompany extends ActionsCardCommon
     	 */
     	function assign_values(&$action, $id=0, $ref='')
     	{
    +        // phpcs:enable
     		global $conf, $langs, $user, $mysoc;
     		global $form, $formadmin, $formcompany;
     
    @@ -218,6 +220,4 @@ class ActionsCardCompany extends ActionsCardCommon
     	{
     		return restrictedArea($user,$features,$objectid,$dbtablename,$feature2,$dbt_keyfield,$dbt_select);
     	}
    -
     }
    -
    diff --git a/htdocs/societe/canvas/individual/actions_card_individual.class.php b/htdocs/societe/canvas/individual/actions_card_individual.class.php
    index 78064004e37..5fd7ee01faf 100644
    --- a/htdocs/societe/canvas/individual/actions_card_individual.class.php
    +++ b/htdocs/societe/canvas/individual/actions_card_individual.class.php
    @@ -84,6 +84,7 @@ class ActionsCardIndividual extends ActionsCardCommon
     		return $return;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Assign custom values for canvas (for example into this->tpl to be used by templates)
     	 *
    @@ -94,6 +95,7 @@ class ActionsCardIndividual extends ActionsCardCommon
     	 */
     	function assign_values(&$action, $id=0, $ref='')
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     		global $form, $formcompany;
     
    @@ -134,6 +136,4 @@ class ActionsCardIndividual extends ActionsCardCommon
     	{
     		return restrictedArea($user,$features,$objectid,$dbtablename,$feature2,$dbt_keyfield,$dbt_select);
     	}
    -
     }
    -
    diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
    index 5343c5509a1..1fbabc01462 100644
    --- a/htdocs/societe/card.php
    +++ b/htdocs/societe/card.php
    @@ -145,7 +145,7 @@ if (empty($reshook))
     				$object->client = $object->client | $soc_origin->client;
     				$object->fournisseur = $object->fournisseur | $soc_origin->fournisseur;
     				$listofproperties=array(
    -					'address', 'zip', 'town', 'state_id', 'country_id', 'phone', 'phone_pro', 'fax', 'email', 'skype', 'url', 'barcode',
    +					'address', 'zip', 'town', 'state_id', 'country_id', 'phone', 'phone_pro', 'fax', 'email', 'skype', 'twitter', 'facebook', 'url', 'barcode',
     					'idprof1', 'idprof2', 'idprof3', 'idprof4', 'idprof5', 'idprof6',
     					'tva_intra', 'effectif_id', 'forme_juridique', 'remise_percent', 'remise_supplier_percent', 'mode_reglement_supplier_id', 'cond_reglement_supplier_id', 'name_bis',
     					'stcomm_id', 'outstanding_limit', 'price_level', 'parent', 'default_lang', 'ref', 'ref_ext', 'import_key', 'fk_incoterms', 'fk_multicurrency',
    @@ -405,6 +405,8 @@ if (empty($reshook))
     	        $object->country_id				= GETPOST('country_id', 'int');
     	        $object->state_id				= GETPOST('state_id', 'int');
     	        $object->skype					= GETPOST('skype', 'alpha');
    +	        $object->twitter				= GETPOST('twitter', 'alpha');
    +	        $object->facebook				= GETPOST('facebook', 'alpha');
     	        $object->phone					= GETPOST('phone', 'alpha');
     	        $object->fax					= GETPOST('fax','alpha');
     	        $object->email					= trim(GETPOST('email', 'custom', 0, FILTER_SANITIZE_EMAIL));
    @@ -959,6 +961,8 @@ else
             $object->town				= GETPOST('town', 'alpha');
             $object->state_id			= GETPOST('state_id', 'int');
             $object->skype				= GETPOST('skype', 'alpha');
    +        $object->twitter			= GETPOST('twitter', 'alpha');
    +        $object->facebook			= GETPOST('facebook', 'alpha');
             $object->phone				= GETPOST('phone', 'alpha');
             $object->fax				= GETPOST('fax', 'alpha');
             $object->email				= GETPOST('email', 'custom', 0, FILTER_SANITIZE_EMAIL);
    @@ -1059,6 +1063,39 @@ else
                             	$("#TypeName").html(document.formsoc.LastName.value);
                             	document.formsoc.private.value=1;
                             });
    +
    +						init_customer_categ();
    +			  			$("#customerprospect").change(function() {
    +								init_customer_categ();
    +						});
    +						function init_customer_categ() {
    +								console.log("is customer or prospect = "+jQuery("#customerprospect").val());
    +								if (jQuery("#customerprospect").val() == 0 && (jQuery("#fournisseur").val() == 0 || '.(empty($conf->global->THIRDPARTY_CAN_HAVE_CATEGORY_EVEN_IF_NOT_CUSTOMER_PROSPECT_SUPPLIER)?'1':'0').'))
    +								{
    +									jQuery(".visibleifcustomer").hide();
    +								}
    +								else
    +								{
    +									jQuery(".visibleifcustomer").show();
    +								}
    +						}
    +
    +						init_supplier_categ();
    +			       		$("#fournisseur").change(function() {
    +							init_supplier_categ();
    +						});
    +						function init_supplier_categ() {
    +								console.log("is supplier = "+jQuery("#fournisseur").val());
    +								if (jQuery("#fournisseur").val() == 0)
    +								{
    +									jQuery(".visibleifsupplier").hide();
    +								}
    +								else
    +								{
    +									jQuery(".visibleifsupplier").show();
    +								}
    +						}
    +
                             $("#selectcountry_id").change(function() {
                             	document.formsoc.action.value="create";
                             	document.formsoc.submit();
    @@ -1240,17 +1277,32 @@ else
                 print '</td></tr>';
             }
     
    -        // Email web
    +        // Email / Web
             print '<tr><td>'.fieldLabel('EMail','email',$conf->global->SOCIETE_EMAIL_MANDATORY).'</td>';
     	    print '<td colspan="3"><input type="text" name="email" id="email" value="'.$object->email.'"></td></tr>';
             print '<tr><td>'.fieldLabel('Web','url').'</td>';
     	    print '<td colspan="3"><input type="text" name="url" id="url" value="'.$object->url.'"></td></tr>';
     
    -        // Skype
    -        if (! empty($conf->skype->enabled))
    +        if (! empty($conf->socialnetworks->enabled))
             {
    -            print '<tr><td>'.fieldLabel('Skype','skype').'</td>';
    -	        print '<td colspan="3"><input type="text" name="skype" id="skype" value="'.$object->skype.'"></td></tr>';
    +        	// Skype
    +        	if (! empty($conf->global->SOCIALNETWORKS_SKYPE))
    +        	{
    +        		print '<tr><td>'.fieldLabel('Skype','skype').'</td>';
    +        		print '<td colspan="3"><input type="text" name="skype" class="minwidth100" maxlength="80" id="skype" value="'.dol_escape_htmltag(GETPOSTISSET("skype")?GETPOST("skype",'alpha'):$object->skype).'"></td></tr>';
    +        	}
    +        	// Twitter
    +        	if (! empty($conf->global->SOCIALNETWORKS_TWITTER))
    +        	{
    +        		print '<tr><td>'.fieldLabel('Twitter','twitter').'</td>';
    +        		print '<td colspan="3"><input type="text" name="twitter" class="minwidth100" maxlength="80" id="twitter" value="'.dol_escape_htmltag(GETPOSTISSET("twitter")?GETPOST("twitter",'alpha'):$object->twitter).'"></td></tr>';
    +        	}
    +        	// Facebook
    +        	if (! empty($conf->global->SOCIALNETWORKS_FACEBOOK))
    +        	{
    +	        	print '<tr><td>'.fieldLabel('Facebook','facebook').'</td>';
    +	        	print '<td colspan="3"><input type="text" name="facebook" class="minwidth100" maxlength="80" id="facebook" value="'.dol_escape_htmltag(GETPOSTISSET("facebook")?GETPOST("facebook",'alpha'):$object->facebook).'"></td></tr>';
    +        	}
             }
     
             // Phone / Fax
    @@ -1377,16 +1429,14 @@ else
                 print '</tr>';
             }
     
    -        if ($user->rights->societe->client->voir)
    -        {
    -            // Assign a Name
    -            print '<tr>';
    -            print '<td>'.fieldLabel('AllocateCommercial','commercial_id').'</td>';
    -            print '<td colspan="3" class="maxwidthonsmartphone">';
    -			$userlist = $form->select_dolusers('', '', 0, null, 0, '', '', 0, 0, 0, '', 0, '', '', 0, 1);
    -            print $form->multiselectarray('commercial', $userlist, GETPOST('commercial', 'array'), null, null, null, null, "90%");
    -            print '</td></tr>';
    -        }
    +		// Assign a sale representative
    +		print '<tr>';
    +		print '<td>'.fieldLabel('AllocateCommercial','commercial_id').'</td>';
    +		print '<td colspan="3" class="maxwidthonsmartphone">';
    +		$userlist = $form->select_dolusers('', '', 0, null, 0, '', '', 0, 0, 0, '', 0, '', '', 0, 1);
    +		// Note: If user has no right to "see all thirdparties", we for selection of sale representative to him, so after creation he can see the record.
    +		print $form->multiselectarray('commercial', $userlist, (count(GETPOST('commercial', 'array')) > 0?GETPOST('commercial', 'array'):(empty($user->rights->societe->client->voir)?array($user->id):array())), null, null, null, null, "90%");
    +		print '</td></tr>';
     
     		// Incoterms
     		if (!empty($conf->incoterm->enabled))
    @@ -1404,22 +1454,20 @@ else
     			$langs->load('categories');
     
     			// Customer
    -			if ($object->prospect || $object->client || (! $object->fournisseur && ! empty($conf->global->THIRDPARTY_CAN_HAVE_CATEGORY_EVEN_IF_NOT_CUSTOMER_PROSPECT_SUPPLIER))) {
    -				print '<tr><td class="toptd">' . fieldLabel('CustomersCategoriesShort', 'custcats') . '</td><td colspan="3">';
    -				$cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, 'parent', null, null, 1);
    -				print $form->multiselectarray('custcats', $cate_arbo, GETPOST('custcats', 'array'), null, null, null,
    -					null, "90%");
    -				print "</td></tr>";
    -			}
    +			//if ($object->prospect || $object->client || (! $object->fournisseur && ! empty($conf->global->THIRDPARTY_CAN_HAVE_CATEGORY_EVEN_IF_NOT_CUSTOMER_PROSPECT_SUPPLIER))) {
    +			print '<tr class="visibleifcustomer"><td class="toptd">' . fieldLabel('CustomersCategoriesShort', 'custcats') . '</td><td colspan="3">';
    +			$cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, 'parent', null, null, 1);
    +			print $form->multiselectarray('custcats', $cate_arbo, GETPOST('custcats', 'array'), null, null, null, null, "90%");
    +			print "</td></tr>";
    +			//}
     
     			// Supplier
    -			if ($object->fournisseur) {
    -				print '<tr><td class="toptd">' . fieldLabel('SuppliersCategoriesShort', 'suppcats') . '</td><td colspan="3">';
    -				$cate_arbo = $form->select_all_categories(Categorie::TYPE_SUPPLIER, null, 'parent', null, null, 1);
    -				print $form->multiselectarray('suppcats', $cate_arbo, GETPOST('suppcats', 'array'), null, null, null,
    -					null, "90%");
    -				print "</td></tr>";
    -			}
    +			//if ($object->fournisseur) {
    +			print '<tr class="visibleifsupplier"><td class="toptd">' . fieldLabel('SuppliersCategoriesShort', 'suppcats') . '</td><td colspan="3">';
    +			$cate_arbo = $form->select_all_categories(Categorie::TYPE_SUPPLIER, null, 'parent', null, null, 1);
    +			print $form->multiselectarray('suppcats', $cate_arbo, GETPOST('suppcats', 'array'), null, null, null, null, "90%");
    +			print "</td></tr>";
    +			//}
     		}
     
     		// Multicurrency
    @@ -1471,11 +1519,6 @@ else
         }
         elseif ($action == 'edit')
         {
    -        /*
    -         * Edition
    -         */
    -
    -
             //print load_fiche_titre($langs->trans("EditCompany"));
     
             if ($socid)
    @@ -1538,6 +1581,8 @@ else
                     $object->country_id				= GETPOST('country_id')?GETPOST('country_id', 'int'):$mysoc->country_id;
                     $object->state_id				= GETPOST('state_id', 'int');
                     $object->skype					= GETPOST('skype', 'alpha');
    +                $object->twitter				= GETPOST('twitter', 'alpha');
    +                $object->facebook				= GETPOST('facebook', 'alpha');
                     $object->phone					= GETPOST('phone', 'alpha');
                     $object->fax					= GETPOST('fax', 'alpha');
                     $object->email					= GETPOST('email', 'custom', 0, FILTER_SANITIZE_EMAIL);
    @@ -1593,8 +1638,10 @@ else
                 	$sub2=0;
                 }else{$sub2=1;}
     
    -            print "\n".'<script type="text/javascript">';
    -            print '$(document).ready(function () {
    +            if ($conf->use_javascript_ajax)
    +            {
    +            	print "\n".'<script type="text/javascript">';
    +            	print '$(document).ready(function () {
         			var val='.$sub.';
         			var val2='.$sub2.';
         			if("#localtax1assuj_value".value==undefined){
    @@ -1628,19 +1675,44 @@ else
         				}
         			});
     
    -               });';
    -            print '</script>'."\n";
    +				init_customer_categ();
    +	  			$("#customerprospect").change(function() {
    +					init_customer_categ();
    +				});
    +       			function init_customer_categ() {
    +					console.log("is customer or prospect = "+jQuery("#customerprospect").val());
    +					if (jQuery("#customerprospect").val() == 0 && (jQuery("#fournisseur").val() == 0 || '.(empty($conf->global->THIRDPARTY_CAN_HAVE_CATEGORY_EVEN_IF_NOT_CUSTOMER_PROSPECT_SUPPLIER)?'1':'0').'))
    +					{
    +						jQuery(".visibleifcustomer").hide();
    +					}
    +					else
    +					{
    +						jQuery(".visibleifcustomer").show();
    +					}
    +				}
     
    +				init_supplier_categ();
    +	  			$("#fournisseur").change(function() {
    +					init_supplier_categ();
    +				});
    +       			function init_supplier_categ() {
    +					console.log("is supplier = "+jQuery("#fournisseur").val());
    +					if (jQuery("#fournisseur").val() == 0)
    +					{
    +						jQuery(".visibleifsupplier").hide();
    +					}
    +					else
    +					{
    +						jQuery(".visibleifsupplier").show();
    +					}
    +				};
     
    -            if ($conf->use_javascript_ajax)
    -            {
    -                print "\n".'<script type="text/javascript" language="javascript">';
    -                print '$(document).ready(function () {
    -                			$("#selectcountry_id").change(function() {
    -                				document.formsoc.action.value="edit";
    -                				document.formsoc.submit();
    -                			});
    -                       })';
    +       			$("#selectcountry_id").change(function() {
    +       				document.formsoc.action.value="edit";
    +      				document.formsoc.submit();
    +        			});
    +
    +                })';
                     print '</script>'."\n";
                 }
     
    @@ -1819,12 +1891,27 @@ else
                 print '<tr><td>'.fieldLabel('Web','url').'</td>';
     	        print '<td colspan="3"><input type="text" name="url" id="url" size="32" value="'.$object->url.'"></td></tr>';
     
    -            // Skype
    -            if (! empty($conf->skype->enabled))
    -            {
    -                print '<tr><td>'.fieldLabel('Skype','skype').'</td>';
    -	            print '<td colspan="3"><input type="text" name="skype" id="skype" size="32" value="'.$object->skype.'"></td></tr>';
    -            }
    +	        if (! empty($conf->socialnetworks->enabled))
    +	        {
    +	        	// Skype
    +	        	if (! empty($conf->global->SOCIALNETWORKS_SKYPE))
    +	        	{
    +	        		print '<tr><td>'.fieldLabel('Skype','skype').'</td>';
    +	        		print '<td colspan="3"><input type="text" name="skype" id="skype" value="'.$object->skype.'"></td></tr>';
    +	        	}
    +	        	// Twitter
    +	        	if (! empty($conf->global->SOCIALNETWORKS_TWITTER))
    +	        	{
    +	        		print '<tr><td>'.fieldLabel('Twitter','twitter').'</td>';
    +	        		print '<td colspan="3"><input type="text" name="twitter" id="twitter" value="'.$object->twitter.'"></td></tr>';
    +	        	}
    +	        	// Facebook
    +	        	if (! empty($conf->global->SOCIALNETWORKS_FACEBOOK))
    +	        	{
    +	        		print '<tr><td>'.fieldLabel('Facebook','facebook').'</td>';
    +	        		print '<td colspan="3"><input type="text" name="facebook" id="facebook" value="'.$object->facebook.'"></td></tr>';
    +	        	}
    +	        }
     
                 // Phone / Fax
                 print '<tr><td>'.fieldLabel('Phone','phone').'</td>';
    @@ -1962,7 +2049,7 @@ else
                 // Capital
                 print '<tr><td>'.fieldLabel('Capital','capital').'</td>';
     	        print '<td colspan="3"><input type="text" name="capital" id="capital" size="10" value="';
    -	        print dol_escape_htmltag(price($object->capital));
    +	        print $object->capital != '' ? dol_escape_htmltag(price($object->capital)) : '';
     	        print '"> <font class="hideonsmartphone">'.$langs->trans("Currency".$conf->currency).'</font></td></tr>';
     
     			// Assign a Name
    @@ -1988,34 +2075,30 @@ else
     			if (! empty($conf->categorie->enabled)  && ! empty($user->rights->categorie->lire))
     			{
     				// Customer
    -				if ($object->prospect || $object->client || (! $object->fournisseur && ! empty($conf->global->THIRDPARTY_CAN_HAVE_CATEGORY_EVEN_IF_NOT_CUSTOMER_PROSPECT_SUPPLIER))) {
    -					print '<tr><td>' . fieldLabel('CustomersCategoriesShort', 'custcats') . '</td>';
    -					print '<td colspan="3">';
    -					$cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, null, null, null, 1);
    -					$c = new Categorie($db);
    -					$cats = $c->containing($object->id, Categorie::TYPE_CUSTOMER);
    -					$arrayselected=array();
    -					foreach ($cats as $cat) {
    -						$arrayselected[] = $cat->id;
    -					}
    -					print $form->multiselectarray('custcats', $cate_arbo, $arrayselected, '', 0, '', 0, '90%');
    -					print "</td></tr>";
    +				print '<tr class="visibleifcustomer"><td>' . fieldLabel('CustomersCategoriesShort', 'custcats') . '</td>';
    +				print '<td colspan="3">';
    +				$cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, null, null, null, 1);
    +				$c = new Categorie($db);
    +				$cats = $c->containing($object->id, Categorie::TYPE_CUSTOMER);
    +				$arrayselected=array();
    +				foreach ($cats as $cat) {
    +					$arrayselected[] = $cat->id;
     				}
    +				print $form->multiselectarray('custcats', $cate_arbo, $arrayselected, '', 0, '', 0, '90%');
    +				print "</td></tr>";
     
     				// Supplier
    -				if ($object->fournisseur) {
    -					print '<tr><td>' . fieldLabel('SuppliersCategoriesShort', 'suppcats') . '</td>';
    -					print '<td colspan="3">';
    -					$cate_arbo = $form->select_all_categories(Categorie::TYPE_SUPPLIER, null, null, null, null, 1);
    -					$c = new Categorie($db);
    -					$cats = $c->containing($object->id, Categorie::TYPE_SUPPLIER);
    -					$arrayselected=array();
    -					foreach ($cats as $cat) {
    -						$arrayselected[] = $cat->id;
    -					}
    -					print $form->multiselectarray('suppcats', $cate_arbo, $arrayselected, '', 0, '', 0, '90%');
    -					print "</td></tr>";
    +				print '<tr class="visibleifsupplier"><td>' . fieldLabel('SuppliersCategoriesShort', 'suppcats') . '</td>';
    +				print '<td colspan="3">';
    +				$cate_arbo = $form->select_all_categories(Categorie::TYPE_SUPPLIER, null, null, null, null, 1);
    +				$c = new Categorie($db);
    +				$cats = $c->containing($object->id, Categorie::TYPE_SUPPLIER);
    +				$arrayselected=array();
    +				foreach ($cats as $cat) {
    +					$arrayselected[] = $cat->id;
     				}
    +				print $form->multiselectarray('suppcats', $cate_arbo, $arrayselected, '', 0, '', 0, '90%');
    +				print "</td></tr>";
     			}
     
     			// Multicurrency
    diff --git a/htdocs/societe/class/address.class.php b/htdocs/societe/class/address.class.php
    index 43e46008910..63b23d42f9e 100644
    --- a/htdocs/societe/class/address.class.php
    +++ b/htdocs/societe/class/address.class.php
    @@ -33,12 +33,26 @@ class Address
     {
     	protected $db;
     
    +	/**
    +	 * @var int ID
    +	 */
     	public $id;
    +
     	public $type;
    -	public $label;
    +
    +	/**
    +     * @var string Address label
    +     */
    +    public $label;
    +
     	public $socid;
     	public $name;
    +
    +	/**
    +	 * @var string Address
    +	 */
     	public $address;
    +
     	public $zip;
     	public $town;
     	public $country_id;
    @@ -228,9 +242,9 @@ class Address
     				return $result;
     			}
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge depuis la base toutes les adresses d'une societe
     	 *
    @@ -240,6 +254,7 @@ class Address
     	 */
     	function fetch_lines($socid, $user=null)
     	{
    +        // phpcs:enable
     		global $langs, $conf;
     
     		$sql = 'SELECT rowid, nom as name, client, fournisseur';
    @@ -324,6 +339,7 @@ class Address
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge depuis la base l'objet adresse
     	 *
    @@ -333,6 +349,7 @@ class Address
     	 */
     	function fetch_address($id, $user=null)
     	{
    +        // phpcs:enable
     		global $langs;
     		global $conf;
     
    @@ -486,7 +503,6 @@ class Address
     			dol_print_error($this->db);
     		}
     	}
    -
     }
     
     
    @@ -496,12 +512,27 @@ class Address
     class AddressLine
     {
     	protected $db;
    +
    +	/**
    +	 * @var int ID
    +	 */
     	public $id;
    +
     	public $date_creation;
     	public $date_modification;
    -	public $label;
    +
    +	/**
    +     * @var string stock movements label
    +     */
    +    public $label;
    +
     	public $name;
    +
    +	/**
    +	 * @var string Address
    +	 */
     	public $address;
    +
     	public $zip;
     	public $town;
     	public $country_id;
    diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php
    index 3e39768ada9..0b640fe1085 100644
    --- a/htdocs/societe/class/api_thirdparties.class.php
    +++ b/htdocs/societe/class/api_thirdparties.class.php
    @@ -1,5 +1,6 @@
     <?php
     /* Copyright (C) 2015   Jean-François Ferry     <jfefe@aternatik.fr>
    + * Copyright (C) 2018   Pierre Chéné            <pierre.chene44@gmail.com>
      *
      * 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
    @@ -1059,7 +1060,7 @@ class Thirdparties extends DolibarrApi
     		}
     
     
    -		$fields = ['socid', 'default_rib', 'frstrecur', '1000110000001', 'datec', 'datem', 'label', 'bank', 'bic', 'iban', 'id'];
    +		$fields = ['socid', 'default_rib', 'frstrecur', '1000110000001', 'datec', 'datem', 'label', 'bank', 'bic', 'iban', 'id', 'rum'];
     
     		$returnAccounts = [];
     
    @@ -1172,6 +1173,103 @@ class Thirdparties extends DolibarrApi
     	}
     
     	/**
    +	 * Generate a Document from a bank account record (like SEPA mandate)
    +	 *
    +	 * @param int 		$id 			Thirdparty id
    +	 * @param int 		$companybankid 	Companybank id
    +	 * @param string 	$model 			Model of document to generate
    +	 * @return void
    +	 *
    +	 * @url GET {id}/generateBankAccountDocument/{companybankid}/{model}
    +	 */
    +	public function generateBankAccountDocument($id, $companybankid = null, $model = 'sepamandate')
    +	{
    +		global $conf;
    +
    +		$this->langs->loadLangs(array("main","dict","commercial","products","companies","banks","bills","withdrawals"));
    +
    +		$this->company->fetch($id);
    +
    +		$action = 'builddoc';
    +		if(! DolibarrApiAccess::$user->rights->societe->creer)
    +			throw new RestException(401);
    +
    +		$this->company->setDocModel(DolibarrApiAccess::$user, $model);
    +
    +		$this->company->fk_bank = $this->company->fk_account;
    +
    +		$outputlangs = $this->langs;
    +		$newlang='';
    +
    +		if ($this->conf->global->MAIN_MULTILANGS && empty($newlang) && GETPOST('lang_id','aZ09')) $newlang=GETPOST('lang_id','aZ09');
    +		if ($this->conf->global->MAIN_MULTILANGS && empty($newlang) && isset($this->company->thirdparty->default_lang)) $newlang=$this->company->thirdparty->default_lang;  // for proposal, order, invoice, ...
    +		if ($this->conf->global->MAIN_MULTILANGS && empty($newlang) && isset($this->company->default_lang)) $newlang=$this->company->default_lang;                  // for thirdparty
    +		if (! empty($newlang)) {
    +			$outputlangs = new Translate("",$conf);
    +			$outputlangs->setDefaultLang($newlang);
    +		}
    +
    +		// To be sure vars is defined
    +		$hidedetails = $hidedesc = $hideref = 0;
    +		$moreparams=null;
    +		if (empty($hidedetails)) $hidedetails=0;
    +		if (empty($hidedesc)) $hidedesc=0;
    +		if (empty($hideref)) $hideref=0;
    +		if (empty($moreparams)) $moreparams=null;
    +
    +
    +		$sql = "SELECT rowid";
    +		$sql.= " FROM ".MAIN_DB_PREFIX."societe_rib";
    +		if ($id) $sql.= " WHERE fk_soc  = ".$id." ";
    +		if ($companybankid) $sql.= " AND id = ".$companybankid."";
    +
    +		$i=0;
    +		$accounts=array();
    +
    +		$result = $this->db->query($sql);
    +		if ($result)
    +		{
    +			if ($result->num_rows == 0) {
    +				throw new RestException(404, 'Bank account not found');
    +			}
    +
    +			$num = $this->db->num_rows($result);
    +			while ($i < $num)
    +			{
    +				$obj = $this->db->fetch_object($result);
    +
    +				$account = new CompanyBankAccount($this->db);
    +				if ($account->fetch($obj->rowid)) {
    +					$accounts[] = $account;
    +				}
    +				$i++;
    +			}
    +		}
    +		else
    +		{
    +			throw new RestException(404, 'Bank account not found');
    +		}
    +
    +		$moreparams = array(
    +			'use_companybankid'=>$accounts[0]->id,
    +			'force_dir_output'=>$this->conf->societe->multidir_output[$this->company->entity].'/'.dol_sanitizeFileName($this->company->id)
    +		);
    +
    +		$result = 0;
    +
    +		$result = $this->company->generateDocument($model, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
    +
    +		if ($result > 0)
    +		{
    +			return array("success" => $result);
    +		}
    +		else
    +		{
    +			throw new RestException(500);
    +		}
    +    }
    +
    +  /**
     	 * Get a specific gateway attached to a thirdparty (by specifying the site key)
     	 *
     	 * @param int $id ID of thirdparty
    @@ -1527,7 +1625,6 @@ class Thirdparties extends DolibarrApi
     				$i++;
     			}
     		}
    -
     	}
     
     	/**
    diff --git a/htdocs/societe/class/client.class.php b/htdocs/societe/class/client.class.php
    index 59eea72c2c7..400dc65b0c2 100644
    --- a/htdocs/societe/class/client.class.php
    +++ b/htdocs/societe/class/client.class.php
    @@ -47,6 +47,7 @@ class Client extends Societe
             $this->fournisseur = 0;
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *  Load indicators into this->nb for board
          *
    @@ -54,6 +55,7 @@ class Client extends Societe
          */
         function load_state_board()
         {
    +        // phpcs:enable
             global $user;
     
             $this->nb=array("customers" => 0,"prospects" => 0);
    @@ -88,7 +90,6 @@ class Client extends Societe
                 $this->error=$this->db->lasterror();
                 return -1;
             }
    -
         }
     
     	/**
    @@ -114,5 +115,4 @@ class Client extends Societe
     		}
     		return 1;
         }
    -
     }
    diff --git a/htdocs/societe/class/companybankaccount.class.php b/htdocs/societe/class/companybankaccount.class.php
    index ae7424af1bb..3a3b9126b7b 100644
    --- a/htdocs/societe/class/companybankaccount.class.php
    +++ b/htdocs/societe/class/companybankaccount.class.php
    @@ -415,6 +415,5 @@ class CompanyBankAccount extends Account
     
     		$this->socid = 0;
     	}
    -
     }
     
    diff --git a/htdocs/societe/class/companypaymentmode.class.php b/htdocs/societe/class/companypaymentmode.class.php
    index 15a254844f0..83303a3a41d 100644
    --- a/htdocs/societe/class/companypaymentmode.class.php
    +++ b/htdocs/societe/class/companypaymentmode.class.php
    @@ -18,7 +18,7 @@
     
     /**
      * \file        class/companypaymentmode.class.php
    - * \ingroup     monmodule
    + * \ingroup     company
      * \brief       This file is a CRUD class file for CompanyPaymentMode (Create/Read/Update/Delete)
      */
     
    @@ -36,22 +36,22 @@ class CompanyPaymentMode extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element = 'companypaymentmode';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'societe_rib';
    -	
    +
     	/**
     	 * @var int  Does companypaymentmode support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
     	 */
     	public $ismultientitymanaged = 2;
    -	
    +
     	/**
     	 * @var int  Does companypaymentmode support extrafields ? 0=No, 1=Yes
     	 */
     	public $isextrafieldmanaged = 0;
    -	
    +
     	/**
     	 * @var string String with name of icon for companypaymentmode. Must be the part after the 'object_' into object_companypaymentmode.png
     	 */
    @@ -118,9 +118,22 @@ class CompanyPaymentMode extends CommonObject
     		'import_key' =>array('type'=>'varchar(14)', 'label'=>'Import key', 'enabled'=>1, 'visible'=>-2, 'position'=>105),
     	//'aaa' =>array('type'=>'date', 'label'=>'Ending date', 'enabled'=>0, 'visible'=>-2, 'position'=>185),
     	);
    +
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
    -	public $fk_soc;
    -	public $label;
    +
    +	/**
    +	 * @var int Thirdparty ID
    +	 */
    +    public $fk_soc;
    +
    +	/**
    +     * @var string company payment mode label
    +     */
    +    public $label;
    +
     	public $bank;
     	public $code_banque;
     	public $code_guichet;
    @@ -148,7 +161,12 @@ class CompanyPaymentMode extends CommonObject
     	public $preapproval_key;
     	public $total_amount_of_all_payments;
     	public $stripe_card_ref;
    +
    +	/**
    +	 * @var int Status
    +	 */
     	public $status;
    +
     	public $starting_date;
     	public $ending_date;
     	public $datec;
    @@ -452,6 +470,7 @@ class CompanyPaymentMode extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return the status
     	 *
    @@ -461,40 +480,35 @@ class CompanyPaymentMode extends CommonObject
     	 */
     	static function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
    -		if ($mode == 0)
    -		{
    -			$prefix='';
    -			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    -		}
    -		if ($mode == 1)
    +		if ($mode == 0 || $mode == 1)
     		{
     			if ($status == 1) return $langs->trans('Enabled');
     			if ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
     			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
     			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    @@ -565,5 +579,4 @@ class CompanyPaymentMode extends CommonObject
     	{
     		$this->initAsSpecimenCommon();
     	}
    -
     }
    diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
    index 5c3363bc4c8..dbc51c93816 100644
    --- a/htdocs/societe/class/societe.class.php
    +++ b/htdocs/societe/class/societe.class.php
    @@ -45,13 +45,17 @@ class Societe extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='societe';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'societe';
    -	
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	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");
    @@ -62,6 +66,7 @@ class Societe extends CommonObject
     	 * @var int
     	 */
     	public $ismultientitymanaged = 1;
    +
     	/**
     	 * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
     	 * @var integer
    @@ -75,9 +80,9 @@ class Societe extends CommonObject
     	 */
     	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),
    +		'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),
    @@ -90,6 +95,9 @@ class Societe extends CommonObject
     	);
     
     
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
     
     	/**
    @@ -100,6 +108,11 @@ class Societe extends CommonObject
     	 */
     	public $nom;
     
    +	/**
    +	 * @var string name
    +	 */
    +	public $name;
    +
     	/**
     	 * Alias names (commercial, trademark or alias names)
     	 * @var string
    @@ -107,7 +120,12 @@ class Societe extends CommonObject
     	public $name_alias;
     
     	public $particulier;
    +
    +	/**
    +	 * @var string Address
    +	 */
     	public $address;
    +
     	public $zip;
     	public $town;
     
    @@ -174,6 +192,16 @@ class Societe extends CommonObject
     	 * @var string
     	 */
     	public $skype;
    +	/**
    +	 * Twitter username
    +	 * @var string
    +	 */
    +	public $twitter;
    +	/**
    +	 * Facebook username
    +	 * @var string
    +	 */
    +	public $facebook;
     	/**
     	 * Webpage
     	 * @var string
    @@ -316,6 +344,12 @@ class Societe extends CommonObject
     	 */
     	public $code_compta;
     
    +    /**
    +     * Accounting code for client
    +     * @var string
    +     */
    +    public $code_compta_client;
    +
     	/**
     	 * Accounting code for suppliers
     	 * @var string
    @@ -374,7 +408,11 @@ class Societe extends CommonObject
     	 */
     	public $default_lang;
     
    +	/**
    +	 * @var string Ref
    +	 */
     	public $ref;
    +
     	public $ref_int;
     	/**
     	 * External user reference.
    @@ -518,7 +556,7 @@ class Societe extends CommonObject
     					$this->add_commercial($user, $this->commercial_id);
     				}
     				// si un commercial cree un client il lui est affecte automatiquement
    -				else if (empty($user->rights->societe->client->voir))
    +				elseif (empty($user->rights->societe->client->voir))
     				{
     					$this->add_commercial($user, $user->id);
     				}
    @@ -571,6 +609,7 @@ class Societe extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Create a contact/address from thirdparty
     	 *
    @@ -579,6 +618,7 @@ class Societe extends CommonObject
     	 */
     	function create_individual(User $user)
     	{
    +        // phpcs:enable
     		require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
     		$contact=new Contact($this->db);
     
    @@ -639,15 +679,15 @@ class Societe extends CommonObject
     				{
     					$this->errors[] = 'ErrorBadCustomerCodeSyntax';
     				}
    -				if ($rescode == -2)
    +				elseif ($rescode == -2)
     				{
     					$this->errors[] = 'ErrorCustomerCodeRequired';
     				}
    -				if ($rescode == -3)
    +				elseif ($rescode == -3)
     				{
     					$this->errors[] = 'ErrorCustomerCodeAlreadyUsed';
     				}
    -				if ($rescode == -4)
    +				elseif ($rescode == -4)
     				{
     					$this->errors[] = 'ErrorPrefixRequired';
     				}
    @@ -664,15 +704,15 @@ class Societe extends CommonObject
     				{
     					$this->errors[] = 'ErrorBadSupplierCodeSyntax';
     				}
    -				if ($rescode == -2)
    +				elseif ($rescode == -2)
     				{
     					$this->errors[] = 'ErrorSupplierCodeRequired';
     				}
    -				if ($rescode == -3)
    +				elseif ($rescode == -3)
     				{
     					$this->errors[] = 'ErrorSupplierCodeAlreadyUsed';
     				}
    -				if ($rescode == -5)
    +				elseif ($rescode == -5)
     				{
     					$this->errors[] = 'ErrorprefixRequired';
     				}
    @@ -793,6 +833,8 @@ class Societe extends CommonObject
     		$this->fax			= preg_replace("/\./","",$this->fax);
     		$this->email		= trim($this->email);
     		$this->skype		= trim($this->skype);
    +		$this->twitter		= trim($this->twitter);
    +		$this->facebook		= trim($this->facebook);
     		$this->url			= $this->url?clean_url($this->url,0):'';
     		$this->note_private = trim($this->note_private);
     		$this->note_public  = trim($this->note_public);
    @@ -916,6 +958,8 @@ class Societe extends CommonObject
     			$sql .= ",fax = ".(! empty($this->fax)?"'".$this->db->escape($this->fax)."'":"null");
     			$sql .= ",email = ".(! empty($this->email)?"'".$this->db->escape($this->email)."'":"null");
     			$sql .= ",skype = ".(! empty($this->skype)?"'".$this->db->escape($this->skype)."'":"null");
    +			$sql .= ",twitter = ".(! empty($this->twitter)?"'".$this->db->escape($this->twitter)."'":"null");
    +			$sql .= ",facebook = ".(! empty($this->facebook)?"'".$this->db->escape($this->facebook)."'":"null");
     			$sql .= ",url = ".(! empty($this->url)?"'".$this->db->escape($this->url)."'":"null");
     
     			$sql .= ",parent = " . ($this->parent > 0 ? $this->parent : "null");
    @@ -1041,6 +1085,8 @@ class Societe extends CommonObject
     							$lmember->address=$this->address;
     							$lmember->email=$this->email;
     							$lmember->skype=$this->skype;
    +							$lmember->twitter=$this->twitter;
    +							$lmember->facebook=$this->facebook;
     							$lmember->phone=$this->phone;
     
     							$result=$lmember->update($user,0,1,1,1);	// Use nosync to 1 to avoid cyclic updates
    @@ -1051,7 +1097,7 @@ class Societe extends CommonObject
     								$error++;
     							}
     						}
    -						else if ($result < 0)
    +						elseif ($result < 0)
     						{
     							$this->error=$lmember->error;
     							$error++;
    @@ -1144,7 +1190,7 @@ class Societe extends CommonObject
     		$sql .= ', s.status';
     		$sql .= ', s.price_level';
     		$sql .= ', s.tms as date_modification, s.fk_user_creat, s.fk_user_modif';
    -		$sql .= ', s.phone, s.fax, s.email, s.skype, s.url, s.zip, s.town, s.note_private, s.note_public, s.model_pdf, s.client, s.fournisseur';
    +		$sql .= ', s.phone, s.fax, s.email, s.skype, s.twitter, s.facebook, s.url, s.zip, s.town, s.note_private, s.note_public, s.model_pdf, s.client, s.fournisseur';
     		$sql .= ', s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4, s.idprof5, s.idprof6';
     		$sql .= ', s.capital, s.tva_intra';
     		$sql .= ', s.fk_typent as typent_id';
    @@ -1237,6 +1283,8 @@ class Societe extends CommonObject
     
     				$this->email = $obj->email;
     				$this->skype = $obj->skype;
    +				$this->twitter = $obj->twitter;
    +				$this->facebook = $obj->facebook;
     				$this->url = $obj->url;
     				$this->phone = $obj->phone;
     				$this->fax = $obj->fax;
    @@ -1348,114 +1396,6 @@ class Societe extends CommonObject
     		return $result;
     	}
     
    -	/**
    -	 * 	Search and fetch thirparties by name
    -	 *
    -	 * 	@param		string		$name		Name
    -	 * 	@param		int			$type		Type of thirdparties (0=any, 1=customer, 2=prospect, 3=supplier)
    -	 * 	@param		array		$filters	Array of couple field name/value to filter the companies with the same name
    -	 * 	@param		boolean		$exact		Exact string search (true/false)
    -	 * 	@param		boolean		$case		Case sensitive (true/false)
    -	 * 	@param		boolean		$similar	Add test if string inside name into database, or name into database inside string. Do not use this: Not compatible with other database.
    -	 * 	@param		string		$clause		Clause for filters
    -	 * 	@return		array|int				<0 if KO, array of thirdparties object if OK
    -	 */
    -	function searchByName($name, $type='0', $filters = array(), $exact = false, $case = false, $similar = false, $clause = 'AND')
    -	{
    -		$thirdparties = array();
    -
    -		dol_syslog("searchByName name=".$name." type=".$type." exact=".$exact);
    -
    -		// Check parameter
    -		if (empty($name))
    -		{
    -			$this->errors[]='ErrorBadValueForParameter';
    -			return -1;
    -		}
    -
    -		// Generation requete recherche
    -		$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."societe";
    -		$sql.= " WHERE entity IN (".getEntity('category').")";
    -		if (! empty($type))
    -		{
    -			if ($type == 1 || $type == 2)
    -				$sql.= " AND client = ".$type;
    -			elseif ($type == 3)
    -				$sql.= " AND fournisseur = 1";
    -		}
    -		if (! empty($name))
    -		{
    -			if (! $exact)
    -			{
    -				if (preg_match('/^([\*])?[^*]+([\*])?$/', $name, $regs) && count($regs) > 1)
    -				{
    -					$name = str_replace('*', '%', $name);
    -				}
    -				else
    -				{
    -					$name = '%'.$name.'%';
    -				}
    -			}
    -			$sql.= " AND ";
    -			if (is_array($filters) && ! empty($filters))
    -				$sql.= "(";
    -			if ($similar)
    -			{
    -				// For test similitude (string inside name into database, or name into database inside string)
    -				// Do not use this. Not compatible with other database.
    -				$sql.= "(LOCATE('".$this->db->escape($name)."', nom) > 0 OR LOCATE(nom, '".$this->db->escape($name)."') > 0)";
    -			}
    -			else
    -			{
    -				if (! $case)
    -					$sql.= "nom LIKE '".$this->db->escape($name)."'";
    -				else
    -					$sql.= "nom LIKE BINARY '".$this->db->escape($name)."'";
    -			}
    -		}
    -		if (is_array($filters) && ! empty($filters))
    -		{
    -			foreach($filters as $field => $value)
    -			{
    -				if (! $exact)
    -				{
    -					if (preg_match('/^([\*])?[^*]+([\*])?$/', $value, $regs) && count($regs) > 1)
    -					{
    -						$value = str_replace('*', '%', $value);
    -					}
    -					else
    -					{
    -						$value = '%'.$value.'%';
    -					}
    -				}
    -				if (! $case)
    -					$sql.= " ".$clause." ".$field." LIKE '".$this->db->escape($value)."'";
    -				else
    -					$sql.= " ".$clause." ".$field." LIKE BINARY '".$this->db->escape($value)."'";
    -			}
    -			if (! empty($name))
    -				$sql.= ")";
    -		}
    -
    -		$res  = $this->db->query($sql);
    -		if ($res)
    -		{
    -			while ($rec = $this->db->fetch_array($res))
    -			{
    -				$soc = new Societe($this->db);
    -				$soc->fetch($rec['rowid']);
    -				$thirdparties[] = $soc;
    -			}
    -
    -			return $thirdparties;
    -		}
    -		else
    -		{
    -			$this->error=$this->db->lasterror();
    -			return -1;
    -		}
    -	}
    -
     	/**
     	 *    Delete a third party from database and all its dependencies (contacts, rib...)
     	 *
    @@ -1582,6 +1522,7 @@ class Societe extends CommonObject
     		return 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Define third party as a customer
     	 *
    @@ -1589,6 +1530,7 @@ class Societe extends CommonObject
     	 */
     	function set_as_client()
     	{
    +        // phpcs:enable
     		if ($this->id)
     		{
     			$newclient=1;
    @@ -1608,6 +1550,7 @@ class Societe extends CommonObject
     		return 0;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Definit la societe comme un client
     	 *
    @@ -1618,6 +1561,7 @@ class Societe extends CommonObject
     	 */
     	function set_remise_client($remise, $note, User $user)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		// Nettoyage parametres
    @@ -1669,6 +1613,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Definit la societe comme un client
     	 *
    @@ -1679,6 +1624,7 @@ class Societe extends CommonObject
     	 */
     	function set_remise_supplier($remise, $note, User $user)
     	{
    +        // phpcs:enable
     		global $conf, $langs;
     
     		// Nettoyage parametres
    @@ -1730,6 +1676,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    	Add a discount for third party
     	 *
    @@ -1742,6 +1689,7 @@ class Societe extends CommonObject
     	 */
     	function set_remise_except($remise, User $user, $desc, $tva_tx=0, $discount_type=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		// Clean parameters
    @@ -1874,6 +1822,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Set the price level
     	 *
    @@ -1883,6 +1832,7 @@ class Societe extends CommonObject
     	 */
     	function set_price_level($price_level, User $user)
     	{
    +        // phpcs:enable
     		if ($this->id)
     		{
     			$now=dol_now();
    @@ -1911,6 +1861,7 @@ class Societe extends CommonObject
     		return -1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Add link to sales representative
     	 *
    @@ -1920,11 +1871,10 @@ class Societe extends CommonObject
     	 */
     	function add_commercial(User $user, $commid)
     	{
    +        // phpcs:enable
     		$error=0;
    -		
    -		
    -		
    -		
    +
    +
     		if ($this->id > 0 && $commid > 0)
     		{
     			$sql = "DELETE FROM  ".MAIN_DB_PREFIX."societe_commerciaux";
    @@ -1942,13 +1892,14 @@ class Societe extends CommonObject
     			}
     			else {
     				$this->context=array('commercial_modified'=>$commid);
    -				
    +
     				$result=$this->call_trigger('COMPANY_LINK_SALE_REPRESENTATIVE',$user);
                     if ($result < 0) $error++;
     			}
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Add link to sales representative
     	 *
    @@ -1958,12 +1909,13 @@ class Societe extends CommonObject
     	 */
     	function del_commercial(User $user, $commid)
     	{
    +        // phpcs:enable
     		$error=0;
     		$this->context=array('commercial_modified'=>$commid);
    -				
    +
     		$result=$this->call_trigger('COMPANY_UNLINK_SALE_REPRESENTATIVE',$user);
             if ($result < 0) $error++;
    -		
    +
     		if ($this->id > 0 && $commid > 0)
     		{
     			$sql  = "DELETE FROM  ".MAIN_DB_PREFIX."societe_commerciaux ";
    @@ -2043,37 +1995,37 @@ class Societe extends CommonObject
     		   $label.= '<u>' . $langs->trans("ShowCustomer") . '</u>';
     		   $linkstart = '<a href="'.DOL_URL_ROOT.'/comm/card.php?socid='.$this->id;
     		}
    -		else if ($option == 'prospect' && empty($conf->global->SOCIETE_DISABLE_PROSPECTS))
    +		elseif ($option == 'prospect' && empty($conf->global->SOCIETE_DISABLE_PROSPECTS))
     		{
     			$label.= '<u>' . $langs->trans("ShowProspect") . '</u>';
     			$linkstart = '<a href="'.DOL_URL_ROOT.'/comm/card.php?socid='.$this->id;
     		}
    -		else if ($option == 'supplier')
    +		elseif ($option == 'supplier')
     		{
     			$label.= '<u>' . $langs->trans("ShowSupplier") . '</u>';
     			$linkstart = '<a href="'.DOL_URL_ROOT.'/fourn/card.php?socid='.$this->id;
     		}
    -		else if ($option == 'agenda')
    +		elseif ($option == 'agenda')
     		{
     			$label.= '<u>' . $langs->trans("ShowAgenda") . '</u>';
     			$linkstart = '<a href="'.DOL_URL_ROOT.'/societe/agenda.php?socid='.$this->id;
     		}
    -		else if ($option == 'project')
    +		elseif ($option == 'project')
     		{
     			$label.= '<u>' . $langs->trans("ShowProject") . '</u>';
     			$linkstart = '<a href="'.DOL_URL_ROOT.'/societe/project.php?socid='.$this->id;
     		}
    -		else if ($option == 'margin')
    +		elseif ($option == 'margin')
     		{
     			$label.= '<u>' . $langs->trans("ShowMargin") . '</u>';
     			$linkstart = '<a href="'.DOL_URL_ROOT.'/margin/tabs/thirdpartyMargins.php?socid='.$this->id.'&type=1';
     		}
    -		else if ($option == 'contact')
    +		elseif ($option == 'contact')
     		{
     			$label.= '<u>' . $langs->trans("ShowContacts") . '</u>';
     			$linkstart = '<a href="'.DOL_URL_ROOT.'/societe/contact.php?socid='.$this->id;
     		}
    -		else if ($option == 'ban')
    +		elseif ($option == 'ban')
     		{
     			$label.= '<u>' . $langs->trans("ShowBan") . '</u>';
     			$linkstart = '<a href="'.DOL_URL_ROOT.'/societe/paymentmodes.php?socid='.$this->id;
    @@ -2094,8 +2046,17 @@ class Societe extends CommonObject
     		}
     		if (! empty($this->country_code))
     			$label.= '<br><b>' . $langs->trans('Country') . ':</b> '. $this->country_code;
    -		if (! empty($this->tva_intra))
    +		if (! empty($this->tva_intra) || (! empty($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP) && strpos($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP, 'vatnumber') !== false))
     			$label.= '<br><b>' . $langs->trans('VATIntra') . ':</b> '. $this->tva_intra;
    +		if (! empty($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP))
    +		{
    +			if (strpos($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP, 'profid1') !== false) $label.= '<br><b>' . $langs->trans('ProfId1'.$this->country_code) . ':</b> '. $this->idprof1;
    +			if (strpos($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP, 'profid2') !== false) $label.= '<br><b>' . $langs->trans('ProfId2'.$this->country_code) . ':</b> '. $this->idprof2;
    +			if (strpos($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP, 'profid3') !== false) $label.= '<br><b>' . $langs->trans('ProfId3'.$this->country_code) . ':</b> '. $this->idprof3;
    +			if (strpos($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP, 'profid4') !== false) $label.= '<br><b>' . $langs->trans('ProfId4'.$this->country_code) . ':</b> '. $this->idprof4;
    +			if (strpos($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP, 'profid5') !== false) $label.= '<br><b>' . $langs->trans('ProfId5'.$this->country_code) . ':</b> '. $this->idprof5;
    +			if (strpos($conf->global->SOCIETE_SHOW_FIELD_IN_TOOLTIP, 'profid6') !== false) $label.= '<br><b>' . $langs->trans('ProfId6'.$this->country_code) . ':</b> '. $this->idprof6;
    +		}
     		if (! empty($this->code_client) && $this->client)
     			$label.= '<br><b>' . $langs->trans('CustomerCode') . ':</b> '. $this->code_client;
     		if (! empty($this->code_fournisseur) && $this->fournisseur)
    @@ -2169,6 +2130,7 @@ class Societe extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -2178,46 +2140,48 @@ class Societe extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load('companies');
     
     		if ($mode == 0)
     		{
     			if ($statut==0) return $langs->trans("ActivityCeased");
    -			if ($statut==1) return $langs->trans("InActivity");
    +			elseif ($statut==1) return $langs->trans("InActivity");
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($statut==0) return $langs->trans("ActivityCeased");
    -			if ($statut==1) return $langs->trans("InActivity");
    +			elseif ($statut==1) return $langs->trans("InActivity");
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut==0) return img_picto($langs->trans("ActivityCeased"),'statut5', 'class="pictostatus"').' '.$langs->trans("ActivityCeased");
    -			if ($statut==1) return img_picto($langs->trans("InActivity"),'statut4', 'class="pictostatus"').' '.$langs->trans("InActivity");
    +			elseif ($statut==1) return img_picto($langs->trans("InActivity"),'statut4', 'class="pictostatus"').' '.$langs->trans("InActivity");
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut==0) return img_picto($langs->trans("ActivityCeased"),'statut5', 'class="pictostatus"');
    -			if ($statut==1) return img_picto($langs->trans("InActivity"),'statut4', 'class="pictostatus"');
    +			elseif ($statut==1) return img_picto($langs->trans("InActivity"),'statut4', 'class="pictostatus"');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut==0) return img_picto($langs->trans("ActivityCeased"),'statut5', 'class="pictostatus"').' '.$langs->trans("ActivityCeased");
    -			if ($statut==1) return img_picto($langs->trans("InActivity"),'statut4', 'class="pictostatus"').' '.$langs->trans("InActivity");
    +			elseif ($statut==1) return img_picto($langs->trans("InActivity"),'statut4', 'class="pictostatus"').' '.$langs->trans("InActivity");
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut==0) return '<span class="hideonsmartphone">'.$langs->trans("ActivityCeased").'</span> '.img_picto($langs->trans("ActivityCeased"),'statut5', 'class="pictostatus"');
    -			if ($statut==1) return '<span class="hideonsmartphone">'.$langs->trans("InActivity").'</span> '.img_picto($langs->trans("InActivity"),'statut4', 'class="pictostatus"');
    +			elseif ($statut==1) return '<span class="hideonsmartphone">'.$langs->trans("InActivity").'</span> '.img_picto($langs->trans("InActivity"),'statut4', 'class="pictostatus"');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($statut==0) return '<span class="hideonsmartphone">'.$langs->trans("ActivityCeased").'</span> '.img_picto($langs->trans("ActivityCeased"),'statut5', 'class="pictostatus"');
    -			if ($statut==1) return '<span class="hideonsmartphone">'.$langs->trans("InActivity").'</span> '.img_picto($langs->trans("InActivity"),'statut4', 'class="pictostatus"');
    +			elseif ($statut==1) return '<span class="hideonsmartphone">'.$langs->trans("InActivity").'</span> '.img_picto($langs->trans("InActivity"),'statut4', 'class="pictostatus"');
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Return list of contacts emails existing for third party
     	 *
    @@ -2226,6 +2190,7 @@ class Societe extends CommonObject
     	 */
     	function thirdparty_and_contact_email_array($addthirdparty=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$contact_emails = $this->contact_property_array('email',1);
    @@ -2238,6 +2203,7 @@ class Societe extends CommonObject
     		return $contact_emails;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Return list of contacts mobile phone existing for third party
     	 *
    @@ -2245,6 +2211,7 @@ class Societe extends CommonObject
     	 */
     	function thirdparty_and_contact_phone_array()
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$contact_phone = $this->contact_property_array('mobile');
    @@ -2258,6 +2225,7 @@ class Societe extends CommonObject
     		return $contact_phone;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return list of contacts emails or mobile existing for third party
     	 *
    @@ -2267,6 +2235,7 @@ class Societe extends CommonObject
     	 */
     	function contact_property_array($mode='email', $hidedisabled=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$contact_property = array();
    @@ -2326,6 +2295,7 @@ class Societe extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Renvoie la liste des contacts de cette societe
     	 *
    @@ -2333,6 +2303,7 @@ class Societe extends CommonObject
     	 */
     	function contact_array()
     	{
    +        // phpcs:enable
     		$contacts = array();
     
     		$sql = "SELECT rowid, lastname, firstname FROM ".MAIN_DB_PREFIX."socpeople WHERE fk_soc = ".$this->id;
    @@ -2358,6 +2329,7 @@ class Societe extends CommonObject
     		return $contacts;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Renvoie la liste des contacts de cette societe
     	 *
    @@ -2365,6 +2337,7 @@ class Societe extends CommonObject
     	 */
     	function contact_array_objects()
     	{
    +        // phpcs:enable
     		require_once DOL_DOCUMENT_ROOT . '/contact/class/contact.class.php';
     		$contacts = array();
     
    @@ -2393,6 +2366,7 @@ class Societe extends CommonObject
     		return $contacts;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return property of contact from its id
     	 *
    @@ -2402,6 +2376,7 @@ class Societe extends CommonObject
     	 */
     	function contact_get_property($rowid,$mode)
     	{
    +        // phpcs:enable
     		$contact_property='';
     
     		if (empty($rowid)) return '';
    @@ -2428,10 +2403,10 @@ class Societe extends CommonObject
     		{
     			dol_print_error($this->db);
     		}
    -
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return bank number property of thirdparty (label or rum)
     	 *
    @@ -2440,6 +2415,7 @@ class Societe extends CommonObject
     	 */
     	function display_rib($mode='label')
     	{
    +        // phpcs:enable
     		require_once DOL_DOCUMENT_ROOT . '/societe/class/companybankaccount.class.php';
     
     		$bac = new CompanyBankAccount($this->db);
    @@ -2468,6 +2444,7 @@ class Societe extends CommonObject
     		return 'BadParameterToFunctionDisplayRib';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return Array of RIB
     	 *
    @@ -2475,6 +2452,7 @@ class Societe extends CommonObject
     	 */
     	function get_all_rib()
     	{
    +        // phpcs:enable
     		require_once DOL_DOCUMENT_ROOT . '/societe/class/companybankaccount.class.php';
     		$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."societe_rib WHERE type='ban' AND fk_soc = ".$this->id;
     		$result = $this->db->query($sql);
    @@ -2496,6 +2474,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Attribut un code client a partir du module de controle des codes.
     	 *  Return value is stored into this->code_client
    @@ -2506,6 +2485,7 @@ class Societe extends CommonObject
     	 */
     	function get_codeclient($objsoc=0,$type=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		if (! empty($conf->global->SOCIETE_CODECLIENT_ADDON))
     		{
    @@ -2526,6 +2506,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Attribut un code fournisseur a partir du module de controle des codes.
     	 *  Return value is stored into this->code_fournisseur
    @@ -2536,6 +2517,7 @@ class Societe extends CommonObject
     	 */
     	function get_codefournisseur($objsoc=0,$type=1)
     	{
    +        // phpcs:enable
     		global $conf;
     		if (! empty($conf->global->SOCIETE_CODECLIENT_ADDON))
     		{
    @@ -2555,6 +2537,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Verifie si un code client est modifiable en fonction des parametres
     	 *    du module de controle des codes.
    @@ -2563,6 +2546,7 @@ class Societe extends CommonObject
     	 */
     	function codeclient_modifiable()
     	{
    +        // phpcs:enable
     		global $conf;
     		if (! empty($conf->global->SOCIETE_CODECLIENT_ADDON))
     		{
    @@ -2590,6 +2574,7 @@ class Societe extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Verifie si un code fournisseur est modifiable dans configuration du module de controle des codes
     	 *
    @@ -2597,6 +2582,7 @@ class Societe extends CommonObject
     	 */
     	function codefournisseur_modifiable()
     	{
    +        // phpcs:enable
     		global $conf;
     		if (! empty($conf->global->SOCIETE_CODECLIENT_ADDON))
     		{
    @@ -2624,6 +2610,7 @@ class Societe extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Check customer code
     	 *
    @@ -2635,6 +2622,7 @@ class Societe extends CommonObject
     	 */
     	function check_codeclient()
     	{
    +        // phpcs:enable
     		global $conf;
     		if (! empty($conf->global->SOCIETE_CODECLIENT_ADDON))
     		{
    @@ -2659,6 +2647,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Check supplier code
     	 *
    @@ -2670,6 +2659,7 @@ class Societe extends CommonObject
     	 */
     	function check_codefournisseur()
     	{
    +        // phpcs:enable
     		global $conf;
     		if (! empty($conf->global->SOCIETE_CODECLIENT_ADDON))
     		{
    @@ -2694,6 +2684,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    	Renvoie un code compta, suivant le module de code compta.
     	 *      Peut etre identique a celui saisit ou genere automatiquement.
    @@ -2704,6 +2695,7 @@ class Societe extends CommonObject
     	 */
     	function get_codecompta($type)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		if (! empty($conf->global->SOCIETE_CODECOMPTA_ADDON))
    @@ -2744,6 +2736,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Define parent commany of current company
     	 *
    @@ -2752,6 +2745,7 @@ class Societe extends CommonObject
     	 */
     	function set_parent($id)
     	{
    +        // phpcs:enable
     		if ($this->id)
     		{
     			$sql = "UPDATE ".MAIN_DB_PREFIX."societe";
    @@ -2772,6 +2766,7 @@ class Societe extends CommonObject
     		else return -1;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Returns if a profid sould be verified
     	 *
    @@ -2780,6 +2775,7 @@ class Societe extends CommonObject
     	 */
     	function id_prof_verifiable($idprof)
     	{
    +        // phpcs:enable
     		global $conf;
     
     	 	switch($idprof)
    @@ -2809,6 +2805,7 @@ class Societe extends CommonObject
     		return $ret;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Verify if a profid exists into database for others thirds
     	 *
    @@ -2819,6 +2816,7 @@ class Societe extends CommonObject
     	 */
     	function id_prof_exists($idprof, $value, $socid=0)
     	{
    +        // phpcs:enable
     		$field = $idprof;
     
     	 	switch($idprof)	// For backward compatibility
    @@ -2867,6 +2865,7 @@ class Societe extends CommonObject
     		else return false;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Verifie la validite d'un identifiant professionnel en fonction du pays de la societe (siren, siret, ...)
     	 *
    @@ -2877,6 +2876,7 @@ class Societe extends CommonObject
     	 */
     	function id_prof_check($idprof,$soc)
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$ok=1;
    @@ -3016,6 +3016,7 @@ class Societe extends CommonObject
     		return $ok;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Return an url to check online a professional id or empty string
     	 *
    @@ -3026,6 +3027,7 @@ class Societe extends CommonObject
     	 */
     	function id_prof_url($idprof,$thirdparty)
     	{
    +        // phpcs:enable
     		global $conf,$langs,$hookmanager;
     
     		$url='';
    @@ -3068,6 +3070,7 @@ class Societe extends CommonObject
     		return '';
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *   Indique si la societe a des projets
     	 *
    @@ -3075,6 +3078,7 @@ class Societe extends CommonObject
     	 */
     	function has_projects()
     	{
    +        // phpcs:enable
     		$sql = 'SELECT COUNT(*) as numproj FROM '.MAIN_DB_PREFIX.'projet WHERE fk_soc = ' . $this->id;
     		$resql = $this->db->query($sql);
     		if ($resql)
    @@ -3152,8 +3156,12 @@ class Societe extends CommonObject
     		// Define if third party is treated as company (or not) when nature is unknown
     		$isacompany=empty($conf->global->MAIN_UNKNOWN_CUSTOMERS_ARE_COMPANIES)?0:1; // 0 by default
     		if (! empty($this->tva_intra)) $isacompany=1;
    -		else if (! empty($this->typent_code) && in_array($this->typent_code,array('TE_PRIVATE'))) $isacompany=0;
    -		else if (! empty($this->typent_code) && in_array($this->typent_code,array('TE_SMALL','TE_MEDIUM','TE_LARGE','TE_GROUP'))) $isacompany=1;
    +		else if (! empty($this->typent_code) && $this->typent_code != 'TE_UNKNOWN')
    +		{
    +			// TODO Add a field is_a_company into dictionary
    +			if (preg_match('/^TE_PRIVATE/', $this->typent_code)) $isacompany=0;
    +			else $isacompany=1;
    +		}
     
     		return $isacompany;
     	}
    @@ -3169,6 +3177,7 @@ class Societe extends CommonObject
     		return isInEEC($this);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Charge la liste des categories fournisseurs
     	 *
    @@ -3176,6 +3185,7 @@ class Societe extends CommonObject
     	 */
     	function LoadSupplierCateg()
     	{
    +        // phpcs:enable
     		$this->SupplierCategories = array();
     		$sql = "SELECT rowid, label";
     		$sql.= " FROM ".MAIN_DB_PREFIX."categorie";
    @@ -3196,6 +3206,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Insert link supplier - category
     	 *
    @@ -3204,6 +3215,7 @@ class Societe extends CommonObject
     	 */
     	function AddFournisseurInCategory($categorie_id)
     	{
    +        // phpcs:enable
     		if ($categorie_id > 0 && $this->id > 0)
     		{
     			$sql = "INSERT INTO ".MAIN_DB_PREFIX."categorie_fournisseur (fk_categorie, fk_soc) ";
    @@ -3219,6 +3231,7 @@ class Societe extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Create a third party into database from a member object
     	 *
    @@ -3229,6 +3242,7 @@ class Societe extends CommonObject
     	 */
     	function create_from_member(Adherent $member, $socname='', $socalias='')
     	{
    +        // phpcs:enable
     		global $user,$langs;
     
     		dol_syslog(get_class($this)."::create_from_member", LOG_DEBUG);
    @@ -3250,6 +3264,8 @@ class Societe extends CommonObject
     		$this->phone=$member->phone;       // Prof phone
     		$this->email=$member->email;
     		$this->skype=$member->skype;
    +		$this->twitter=$member->twitter;
    +		$this->facebook=$member->facebook;
     
     		$this->client = 1;				// A member is a customer by default
     		$this->code_client = -1;
    @@ -3389,6 +3405,8 @@ class Societe extends CommonObject
     		$this->country_code='FR';
     		$this->email='specimen@specimen.com';
     		$this->skype='tom.hanson';
    +		$this->twitter='tomhanson';
    +		$this->facebook='tomhanson';
     		$this->url='http://www.specimen.com';
     
     		$this->phone='0909090901';
    @@ -3495,6 +3513,7 @@ class Societe extends CommonObject
     		return $this->LibProspLevel($this->fk_prospectlevel);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return label of prospect level
     	 *
    @@ -3503,6 +3522,7 @@ class Societe extends CommonObject
     	 */
     	function LibProspLevel($fk_prospectlevel)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		$lib=$langs->trans("ProspectLevel".$fk_prospectlevel);
    @@ -3515,6 +3535,7 @@ class Societe extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Set prospect level
     	 *
    @@ -3524,6 +3545,7 @@ class Societe extends CommonObject
     	 */
     	function set_prospect_level(User $user)
     	{
    +        // phpcs:enable
     		return $this->update($this->id, $user);
     	}
     
    @@ -3539,6 +3561,7 @@ class Societe extends CommonObject
     		return $this->LibProspCommStatut($this->stcomm_id, $mode, $label);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return label of a given status
     	 *
    @@ -3549,6 +3572,7 @@ class Societe extends CommonObject
     	 */
     	function LibProspCommStatut($statut, $mode=0, $label='')
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load('customers');
     
    @@ -3592,6 +3616,7 @@ class Societe extends CommonObject
     		return "Error, mode/status not found";
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Set outstanding value
     	 *
    @@ -3601,6 +3626,7 @@ class Societe extends CommonObject
     	 */
     	function set_OutstandingBill(User $user)
     	{
    +        // phpcs:enable
     		return $this->update($this->id, $user);
     	}
     
    @@ -3757,6 +3783,7 @@ class Societe extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return amount of bill not paid
     	 *
    @@ -3765,6 +3792,7 @@ class Societe extends CommonObject
     	 */
     	function get_OutstandingBill()
     	{
    +        // phpcs:enable
     		/* Accurate value of remain to pay is to sum remaintopay for each invoice
     	     $paiement = $invoice->getSommePaiement();
     	     $creditnotes=$invoice->getSumCreditNotesUsed();
    @@ -3810,6 +3838,7 @@ class Societe extends CommonObject
     		return $this->LibCustProspStatut($this->client);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -3818,6 +3847,7 @@ class Societe extends CommonObject
     	 */
     	function LibCustProspStatut($statut)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load('companies');
     
    @@ -3825,7 +3855,6 @@ class Societe extends CommonObject
     		if ($statut==1) return $langs->trans("Customer");
     		if ($statut==2) return $langs->trans("Prospect");
     		if ($statut==3) return $langs->trans("ProspectCustomer");
    -
     	}
     
     
    diff --git a/htdocs/societe/class/societeaccount.class.php b/htdocs/societe/class/societeaccount.class.php
    index e4c38893e58..bcb09675c3d 100644
    --- a/htdocs/societe/class/societeaccount.class.php
    +++ b/htdocs/societe/class/societeaccount.class.php
    @@ -39,17 +39,17 @@ class SocieteAccount extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element = 'societeaccount';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'societe_account';
    -	
    +
     	/**
     	 * @var array  Does societeaccount 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 societeaccount. Must be the part after the 'object_' into object_myobject.png
     	 */
    @@ -99,14 +99,28 @@ class SocieteAccount extends CommonObject
     		'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')),
     	);
    +
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
    +
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
    +
     	public $key_account;
     	public $login;
     	public $pass_encoding;
     	public $pass_crypted;
     	public $pass_temp;
    -	public $fk_soc;
    +
    +	/**
    +	 * @var int Thirdparty ID
    +	 */
    +    public $fk_soc;
    +
     	public $site;
     	public $date_last_login;
     	public $date_previous_login;
    @@ -116,7 +130,12 @@ class SocieteAccount extends CommonObject
     	public $fk_user_creat;
     	public $fk_user_modif;
     	public $import_key;
    +
    +	/**
    +	 * @var int Status
    +	 */
     	public $status;
    +
     	// END MODULEBUILDER PROPERTIES
     
     
    @@ -395,6 +414,7 @@ class SocieteAccount extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return the status
     	 *
    @@ -404,43 +424,44 @@ class SocieteAccount extends CommonObject
     	 */
     	static function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
     		{
     			$prefix='';
     			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    +			elseif ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    +			elseif ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
    -			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
    +			elseif ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    +			elseif ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 6)
    +		elseif ($mode == 6)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
    -			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    +			elseif ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
     		}
     	}
     
    diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php
    index bce7fe94541..b74b66a1a44 100644
    --- a/htdocs/societe/consumption.php
    +++ b/htdocs/societe/consumption.php
    @@ -361,7 +361,7 @@ if ($sql_select)
     {
     	$resql=$db->query($sql);
     	if (!$resql) dol_print_error($db);
    -	
    +
     	$num = $db->num_rows($resql);
     
     	$param="&socid=".$socid."&type_element=".$type_element;
    @@ -384,7 +384,7 @@ if ($sql_select)
         print '<input class="flat" type="text" name="sref" size="8" value="'.$sref.'">';
         print '</td>';
         print '<td class="liste_titre nowrap center">'; // date
    -    print $formother->select_month($month?$month:-1,'month',1);
    +    print $formother->select_month($month?$month:-1, 'month', 1, 0, 'valignmiddle');
         $formother->select_year($year?$year:-1,'year',1, 20, 1);
         print '</td>';
         print '<td class="liste_titre" align="center">';
    diff --git a/htdocs/societe/document.php b/htdocs/societe/document.php
    index 25478e133af..a9aae7a8654 100644
    --- a/htdocs/societe/document.php
    +++ b/htdocs/societe/document.php
    @@ -32,9 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/images.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
     
    -$langs->load("companies");
    -$langs->load('other');
    -
    +$langs->loadLangs(array("companies", "other"));
     
     $action=GETPOST('action','aZ09');
     $confirm=GETPOST('confirm');
    diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php
    index b7ce405b433..0759008c435 100644
    --- a/htdocs/societe/index.php
    +++ b/htdocs/societe/index.php
    @@ -1,6 +1,6 @@
     <?php
     /* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2015 Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2004-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2005-2012 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2014      Charles-Fr Benke	    <charles.fr@benke.fr>
      * Copyright (C) 2015      Jean-François Ferry	<jfefe@aternatik.fr>
    @@ -264,7 +264,7 @@ print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
      * Last third parties modified
      */
     $max=15;
    -$sql = "SELECT s.rowid, s.nom as name, s.client, s.fournisseur";
    +$sql = "SELECT s.rowid, s.nom as name, s.email, s.client, s.fournisseur";
     $sql.= ", s.code_client";
     $sql.= ", s.code_fournisseur";
     $sql.= ", s.logo";
    @@ -313,6 +313,7 @@ if ($result)
                 $thirdparty_static->code_client = $objp->code_client;
                 $thirdparty_static->code_fournisseur = $objp->code_fournisseur;
                 $thirdparty_static->canvas=$objp->canvas;
    +            $thirdparty_static->email = $objp->email;
     
                 print '<tr class="oddeven">';
                 // Name
    diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php
    index 7b2272c407b..684f6f8c471 100644
    --- a/htdocs/societe/list.php
    +++ b/htdocs/societe/list.php
    @@ -84,10 +84,10 @@ $search_categ_cus=trim(GETPOST("search_categ_cus",'int'));
     $search_categ_sup=trim(GETPOST("search_categ_sup",'int'));
     $search_country=GETPOST("search_country",'intcomma');
     $search_type_thirdparty=GETPOST("search_type_thirdparty",'int');
    +$search_staff=GETPOST("search_staff",'int');
     $search_status=GETPOST("search_status",'int');
     $search_type=GETPOST('search_type','alpha');
    -$search_level_from = GETPOST("search_level_from","alpha");
    -$search_level_to   = GETPOST("search_level_to","alpha");
    +$search_level      = GETPOST("search_level", "array");
     $search_stcomm=GETPOST('search_stcomm','int');
     $search_import_key  = GETPOST("search_import_key","alpha");
     $search_btn=GETPOST('button_search','alpha');
    @@ -184,6 +184,7 @@ $arrayfields=array(
     	's.phone'=>array('label'=>"Phone", 'checked'=>1),
     	's.fax'=>array('label'=>"Fax", 'checked'=>0),
     	'typent.code'=>array('label'=>"ThirdPartyType", 'checked'=>$checkedtypetiers),
    +	'staff.code'=>array('label'=>"Staff", 'checked'=>0),
     	's.siren'=>array('label'=>"ProfId1Short", 'checked'=>$checkedprofid1),
     	's.siret'=>array('label'=>"ProfId2Short", 'checked'=>$checkedprofid2),
     	's.ape'=>array('label'=>"ProfId3Short", 'checked'=>$checkedprofid3),
    @@ -258,10 +259,10 @@ if (empty($reshook))
     		$search_vat='';
     		$search_type='';
     		$search_type_thirdparty='';
    +		$search_staff='';
     		$search_status=-1;
     		$search_stcomm='';
    -	 	$search_level_from='';
    -	 	$search_level_to='';
    +	 	$search_level='';
     	 	$search_import_key='';
     	 	$toselect='';
     		$search_array_options=array();
    @@ -318,80 +319,22 @@ if ($type == 'c' && (empty($search_type) || ($search_type == '1,3'))) $title=$la
     if ($type == 'p' && (empty($search_type) || ($search_type == '2,3'))) $title=$langs->trans("ListOfProspects");
     if ($type == 'f' && (empty($search_type) || ($search_type == '4'))) $title=$langs->trans("ListOfSuppliers");
     
    -// If both parameters are set, search for everything BETWEEN them
    -if ($search_level_from != '' && $search_level_to != '')
    -{
    -	// Ensure that these parameters are numbers
    -	$search_level_from = (int) $search_level_from;
    -	$search_level_to = (int) $search_level_to;
    -
    -	// If from is greater than to, reverse orders
    -	if ($search_level_from > $search_level_to)
    -	{
    -		$tmp = $search_level_to;
    -		$search_level_to = $search_level_from;
    -		$search_level_from = $tmp;
    -	}
    -
    -	// Generate the SQL request
    -	$sortwhere = '(sortorder BETWEEN '.$search_level_from.' AND '.$search_level_to.') AS is_in_range';
    -}
    -// If only "from" parameter is set, search for everything GREATER THAN it
    -else if ($search_level_from != '')
    -{
    -	// Ensure that this parameter is a number
    -	$search_level_from = (int) $search_level_from;
    -
    -	// Generate the SQL request
    -	$sortwhere = '(sortorder >= '.$search_level_from.') AS is_in_range';
    -}
    -// If only "to" parameter is set, search for everything LOWER THAN it
    -else if ($search_level_to != '')
    -{
    -	// Ensure that this parameter is a number
    -	$search_level_to = (int) $search_level_to;
    -
    -	// Generate the SQL request
    -	$sortwhere = '(sortorder <= '.$search_level_to.') AS is_in_range';
    -}
    -// If no parameters are set, dont search for anything
    -else
    -{
    -	$sortwhere = '0 as is_in_range';
    -}
    -
     // Select every potentiels, and note each potentiels which fit in search parameters
    -dol_syslog('societe/list.php',LOG_DEBUG);
    -$sql = "SELECT code, label, sortorder, ".$sortwhere;
    +$tab_level = array();
    +$sql = "SELECT code, label, sortorder";
     $sql.= " FROM ".MAIN_DB_PREFIX."c_prospectlevel";
     $sql.= " WHERE active > 0";
     $sql.= " ORDER BY sortorder";
    -
     $resql = $db->query($sql);
     if ($resql)
     {
    -	$tab_level = array();
    -	$search_levels = array();
    -
     	while ($obj = $db->fetch_object($resql))
     	{
     		// Compute level text
     		$level=$langs->trans($obj->code);
     		if ($level == $obj->code) $level=$langs->trans($obj->label);
    -
    -		// Put it in the array sorted by sortorder
    -		$tab_level[$obj->sortorder] = $level;
    -
    -		// If this potentiel fit in parameters, add its code to the $search_levels array
    -		if ($obj->is_in_range == 1)
    -		{
    -			$search_levels[] = '"'.preg_replace('[^A-Za-z0-9_-]', '', $obj->code).'"';
    -		}
    +		$tab_level[$obj->code] = $level;
     	}
    -
    -	// Implode the $search_levels array so that it can be use in a "IN (...)" where clause.
    -	// If no paramters was set, $search_levels will be empty
    -	$search_levels = implode(',', $search_levels);
     }
     else dol_print_error($db);
     
    @@ -401,6 +344,7 @@ $sql.= " s.email, s.phone, s.fax, s.url, s.siren as idprof1, s.siret as idprof2,
     $sql.= " s.tms as date_update, s.datec as date_creation,";
     $sql.= " s.code_compta,s.code_compta_fournisseur,";
     $sql.= " typent.code as typent_code,";
    +$sql.= " staff.code as staff_code,";
     $sql.= " country.code as country_code,";
     $sql.= " state.code_departement as state_code, state.nom as state_name,";
     $sql.= " region.code_region as region_code, region.nom as region_name";
    @@ -419,16 +363,16 @@ $sql.= " FROM ".MAIN_DB_PREFIX."societe as s";
     if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label)) $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe_extrafields as ef on (s.rowid = ef.fk_object)";
     $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_country as country on (country.rowid = s.fk_pays)";
     $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_typent as typent on (typent.id = s.fk_typent)";
    +$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_effectif as staff on (staff.id = s.fk_effectif)";
     $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_departements as state on (state.rowid = s.fk_departement)";
     $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_regions as region on (region.	code_region = state.fk_region)";
     // We'll need this table joined to the select in order to filter by categ
     if (! empty($search_categ_cus)) $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX."categorie_societe as cc ON s.rowid = cc.fk_soc"; // We'll need this table joined to the select in order to filter by categ
     if (! empty($search_categ_sup)) $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX."categorie_fournisseur as cs ON s.rowid = cs.fk_soc"; // We'll need this table joined to the select in order to filter by categ
    -$sql.= " ,".MAIN_DB_PREFIX."c_stcomm as st";
    +$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX."c_stcomm as st ON s.fk_stcomm = st.id";
     // We'll need this table joined to the select in order to filter by sale
     if ($search_sale || (!$user->rights->societe->client->voir && !$socid)) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
    -$sql.= " WHERE s.fk_stcomm = st.id";
    -$sql.= " AND s.entity IN (".getEntity('societe').")";
    +$sql.= " WHERE s.entity IN (".getEntity('societe').")";
     if (! $user->rights->societe->client->voir && ! $socid)	$sql.= " AND s.rowid = sc.fk_soc AND sc.fk_user = " .$user->id;
     if ($socid)                $sql.= " AND s.rowid = ".$socid;
     if ($search_sale)          $sql.= " AND s.rowid = sc.fk_soc";        // Join for the needed table to filter by sale
    @@ -453,8 +397,8 @@ if ($search_account_supplier_code) $sql.= natural_search("s.code_compta_fourniss
     if ($search_town)          $sql.= natural_search("s.town",$search_town);
     if (strlen($search_zip))   $sql.= natural_search("s.zip",$search_zip);
     if ($search_state)         $sql.= natural_search("state.nom",$search_state);
    -if ($search_region)         $sql.= natural_search("region.nom",$search_region);
    -if ($search_country)       $sql .= " AND s.fk_pays IN (".$search_country.')';
    +if ($search_region)        $sql.= natural_search("region.nom",$search_region);
    +if ($search_country && $search_country != '-1')       $sql .= " AND s.fk_pays IN (".$db->escape($search_country).')';
     if ($search_email)         $sql.= natural_search("s.email",$search_email);
     if (strlen($search_phone)) $sql.= natural_search("s.phone", $search_phone);
     if (strlen($search_fax)) $sql.= natural_search("s.phone", $search_fax);
    @@ -470,11 +414,12 @@ if (strlen($search_vat))     $sql.= natural_search("s.tva_intra",$search_vat);
     if ($search_type > 0 && in_array($search_type,array('1,3','2,3'))) $sql .= " AND s.client IN (".$db->escape($search_type).")";
     if ($search_type > 0 && in_array($search_type,array('4')))         $sql .= " AND s.fournisseur = 1";
     if ($search_type == '0') $sql .= " AND s.client = 0 AND s.fournisseur = 0";
    -if ($search_status!='' && $search_status >= 0) $sql .= " AND s.status = ".$db->escape($search_status);
    +if ($search_status!='' && $search_status >= 0) $sql .= natural_search("s.status", $search_status, 2);
     if (!empty($conf->barcode->enabled) && $search_barcode) $sql.= natural_search("s.barcode", $search_barcode);
    -if ($search_type_thirdparty) $sql .= " AND s.fk_typent IN (".$search_type_thirdparty.')';
    -if ($search_levels)  $sql .= " AND s.fk_prospectlevel IN (".$search_levels.')';
    -if ($search_stcomm != '' && $search_stcomm != -2) $sql.= natural_search("s.fk_stcomm",$search_stcomm,2);
    +if ($search_type_thirdparty && $search_type_thirdparty != '-1') $sql.= natural_search("s.fk_typent", $search_type_thirdparty, 2);
    +if (! empty($search_staff) && $search_staff != '-1')            $sql.= natural_search("s.fk_effectif", $search_staff, 2);
    +if ($search_level)  $sql .= natural_search("s.fk_prospectlevel", join(',', $search_level), 3);
    +if ($search_stcomm != '' && $search_stcomm != -2) $sql.= natural_search("s.fk_stcomm", $search_stcomm, 2);
     if ($search_import_key)    $sql.= natural_search("s.import_key",$search_import_key);
     // Add where from extra fields
     include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
    @@ -567,13 +512,12 @@ if ($search_idprof6 != '') $param.= '&search_idprof6='.urlencode($search_idprof6
     if ($search_vat != '')     $param.= '&search_vat='.urlencode($search_vat);
     if ($search_type_thirdparty != '')    $param.='&search_type_thirdparty='.urlencode($search_type_thirdparty);
     if ($search_type != '')    $param.='&search_type='.urlencode($search_type);
    -if ($optioncss != '')      $param.='&optioncss='.urlencode($optioncss);
    +if (is_array($search_level) && count($search_level)) foreach($search_level as $slevel) $param.='&search_level[]='.urlencode($slevel);
     if ($search_status != '')  $param.='&search_status='.urlencode($search_status);
     if ($search_stcomm != '')  $param.='&search_stcomm='.urlencode($search_stcomm);
    -if ($search_level_from != '') $param.='&search_level_from='.urlencode($search_level_from);
    -if ($search_level_to != '')   $param.='&search_level_to='.urlencode($search_level_to);
     if ($search_import_key != '') $param.='&search_import_key='.urlencode($search_import_key);
     if ($type != '') $param.='&type='.urlencode($type);
    +if ($optioncss != '')      $param.='&optioncss='.urlencode($optioncss);
     // Add $param from extra fields
     include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';
     
    @@ -590,7 +534,7 @@ $arrayofmassactions =  array(
     );
     //if($user->rights->societe->creer) $arrayofmassactions['createbills']=$langs->trans("CreateInvoiceForThisCustomer");
     if ($user->rights->societe->supprimer) $arrayofmassactions['predelete']=$langs->trans("Delete");
    -if (in_array($massaction, array('presend','predelete'))) $arrayofmassactions=array();
    +if (GETPOST('nomassaction','int') || in_array($massaction, array('presend','predelete'))) $arrayofmassactions=array();
     $massactionbutton=$form->selectMassAction('', $arrayofmassactions);
     
     $newcardbutton='';
    @@ -612,7 +556,7 @@ if ($user->rights->societe->creer)
     	$newcardbutton.= '</a>';
     }
     
    -print '<form method="post" action="'.$_SERVER["PHP_SELF"].'" name="formfilter" autocomplete="off">';
    +print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'" name="formfilter" autocomplete="off">';
     if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
     print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
     print '<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
    @@ -711,48 +655,48 @@ if (! empty($arrayfields['s.nom']['checked']))
     {
     	print '<td class="liste_titre">';
     	if (! empty($search_nom_only) && empty($search_nom)) $search_nom=$search_nom_only;
    -	print '<input class="flat searchstring" type="text" name="search_nom" size="8" value="'.dol_escape_htmltag($search_nom).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_nom" value="'.dol_escape_htmltag($search_nom).'">';
     	print '</td>';
     }
     if (! empty($arrayfields['s.name_alias']['checked']))
     {
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" type="text" name="search_alias" size="8" value="'.dol_escape_htmltag($search_alias).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_alias" value="'.dol_escape_htmltag($search_alias).'">';
     	print '</td>';
     }
     // Barcode
     if (! empty($arrayfields['s.barcode']['checked']))
     {
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" type="text" name="search_barcode" size="6" value="'.dol_escape_htmltag($search_barcode).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_barcode" value="'.dol_escape_htmltag($search_barcode).'">';
     	print '</td>';
     }
     // Customer code
     if (! empty($arrayfields['s.code_client']['checked']))
     {
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="8" type="text" name="search_customer_code" value="'.dol_escape_htmltag($search_customer_code).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_customer_code" value="'.dol_escape_htmltag($search_customer_code).'">';
     	print '</td>';
     }
     // Supplier code
     if (! empty($arrayfields['s.code_fournisseur']['checked']))
     {
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="8" type="text" name="search_supplier_code" value="'.dol_escape_htmltag($search_supplier_code).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_supplier_code" value="'.dol_escape_htmltag($search_supplier_code).'">';
     	print '</td>';
     }
     // Account Customer code
     if (! empty($arrayfields['s.code_compta']['checked']))
     {
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="8" type="text" name="search_account_customer_code" value="'.dol_escape_htmltag($search_account_customer_code).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_account_customer_code" value="'.dol_escape_htmltag($search_account_customer_code).'">';
     	print '</td>';
     }
     // Account Supplier code
     if (! empty($arrayfields['s.code_compta_fournisseur']['checked']))
     {
     	print '<td class="liste_titre">';
    -	print '<input class="flat" size="8" type="text" name="search_account_supplier_code" value="'.dol_escape_htmltag($search_account_supplier_code).'">';
    +	print '<input class="flat maxwidth50" type="text" name="search_account_supplier_code" value="'.dol_escape_htmltag($search_account_supplier_code).'">';
     	print '</td>';
     }
     // Town
    @@ -766,21 +710,21 @@ if (! empty($arrayfields['s.town']['checked']))
     if (! empty($arrayfields['s.zip']['checked']))
     {
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="4" type="text" name="search_zip" value="'.dol_escape_htmltag($search_zip).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_zip" value="'.dol_escape_htmltag($search_zip).'">';
     	print '</td>';
     }
     // State
     if (! empty($arrayfields['state.nom']['checked']))
     {
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="4" type="text" name="search_state" value="'.dol_escape_htmltag($search_state).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_state" value="'.dol_escape_htmltag($search_state).'">';
     	print '</td>';
     }
     // Region
     if (! empty($arrayfields['region.nom']['checked']))
     {
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="4" type="text" name="search_region" value="'.dol_escape_htmltag($search_region).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_region" value="'.dol_escape_htmltag($search_region).'">';
     	print '</td>';
     }
     // Country
    @@ -797,18 +741,25 @@ if (! empty($arrayfields['typent.code']['checked']))
     	print $form->selectarray("search_type_thirdparty", $formcompany->typent_array(0), $search_type_thirdparty, 0, 0, 0, '', 0, 0, 0, (empty($conf->global->SOCIETE_SORT_ON_TYPEENT)?'ASC':$conf->global->SOCIETE_SORT_ON_TYPEENT));
     	print '</td>';
     }
    +// Staff
    +if (! empty($arrayfields['staff.code']['checked']))
    +{
    +	print '<td class="liste_titre maxwidthonsmartphone" align="center">';
    +	print $form->selectarray("search_staff", $formcompany->effectif_array(0), $search_staff, 0, 0, 0, '', 0, 0, 0, $sort, 'maxwidth100');
    +	print '</td>';
    +}
     if (! empty($arrayfields['s.email']['checked']))
     {
     	// Email
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchemail" size="4" type="text" name="search_email" value="'.dol_escape_htmltag($search_email).'">';
    +	print '<input class="flat searchemail maxwidth50" type="text" name="search_email" value="'.dol_escape_htmltag($search_email).'">';
     	print '</td>';
     }
     if (! empty($arrayfields['s.phone']['checked']))
     {
     	// Phone
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="4" type="text" name="search_phone" value="'.dol_escape_htmltag($search_phone).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_phone" value="'.dol_escape_htmltag($search_phone).'">';
     	print '</td>';
     }
     if (! empty($arrayfields['s.fax']['checked']))
    @@ -822,14 +773,14 @@ if (! empty($arrayfields['s.url']['checked']))
     {
     	// Url
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="4" type="text" name="search_url" value="'.dol_escape_htmltag($search_url).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_url" value="'.dol_escape_htmltag($search_url).'">';
     	print '</td>';
     }
     if (! empty($arrayfields['s.siren']['checked']))
     {
     	// IdProf1
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="4" type="text" name="search_idprof1" value="'.dol_escape_htmltag($search_idprof1).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_idprof1" value="'.dol_escape_htmltag($search_idprof1).'">';
     	print '</td>';
     }
     if (! empty($arrayfields['s.siret']['checked']))
    @@ -850,28 +801,28 @@ if (! empty($arrayfields['s.idprof4']['checked']))
     {
     	// IdProf4
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="4" type="text" name="search_idprof4" value="'.dol_escape_htmltag($search_idprof4).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_idprof4" value="'.dol_escape_htmltag($search_idprof4).'">';
     	print '</td>';
     }
     if (! empty($arrayfields['s.idprof5']['checked']))
     {
     	// IdProf5
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="4" type="text" name="search_idprof5" value="'.dol_escape_htmltag($search_idprof5).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_idprof5" value="'.dol_escape_htmltag($search_idprof5).'">';
     	print '</td>';
     }
     if (! empty($arrayfields['s.idprof6']['checked']))
     {
     	// IdProf6
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="4" type="text" name="search_idprof6" value="'.dol_escape_htmltag($search_idprof6).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_idprof6" value="'.dol_escape_htmltag($search_idprof6).'">';
     	print '</td>';
     }
     if (! empty($arrayfields['s.tva_intra']['checked']))
     {
     	// Vat number
     	print '<td class="liste_titre">';
    -	print '<input class="flat searchstring" size="4" type="text" name="search_vat" value="'.dol_escape_htmltag($search_vat).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_vat" value="'.dol_escape_htmltag($search_vat).'">';
     	print '</td>';
     }
     
    @@ -889,37 +840,16 @@ if (! empty($arrayfields['customerorsupplier']['checked']))
     	print '<option value="0"'.($search_type=='0'?' selected':'').'>'.$langs->trans('Others').'</option>';
     	print '</select></td>';
     }
    +// Prospect level
     if (! empty($arrayfields['s.fk_prospectlevel']['checked']))
     {
    -	// Prospect level
      	print '<td class="liste_titre" align="center">';
    - 	$options_from = '<option value="">&nbsp;</option>';	 	// Generate in $options_from the list of each option sorted
    - 	foreach ($tab_level as $tab_level_sortorder => $tab_level_label)
    - 	{
    - 		$options_from .= '<option value="'.$tab_level_sortorder.'"'.($search_level_from == $tab_level_sortorder ? ' selected':'').'>';
    - 		$options_from .= $langs->trans($tab_level_label);
    - 		$options_from .= '</option>';
    - 	}
    - 	array_reverse($tab_level, true);	// Reverse the list
    - 	$options_to = '<option value="">&nbsp;</option>';		// Generate in $options_to the list of each option sorted in the reversed order
    - 	foreach ($tab_level as $tab_level_sortorder => $tab_level_label)
    - 	{
    - 		$options_to .= '<option value="'.$tab_level_sortorder.'"'.($search_level_to == $tab_level_sortorder ? ' selected':'').'>';
    - 		$options_to .= $langs->trans($tab_level_label);
    - 		$options_to .= '</option>';
    - 	}
    -
    -	// Print these two select
    - 	print $langs->trans("From").' <select class="flat" name="search_level_from">'.$options_from.'</select>';
    - 	print ' ';
    - 	print $langs->trans("to").' <select class="flat" name="search_level_to">'.$options_to.'</select>';
    -
    + 	print $form->multiselectarray('search_level', $tab_level, $search_level, 0, 0, 'width75', 0, 0, '', '', '', 2);
     	print '</td>';
     }
    -
    +// Prospect status
     if (! empty($arrayfields['s.fk_stcomm']['checked']))
     {
    -	// Prospect status
     	print '<td class="liste_titre maxwidthonsmartphone" align="center">';
     	$arraystcomm=array();
     	foreach($prospectstatic->cacheprospectstatus as $key => $val)
    @@ -951,14 +881,14 @@ if (! empty($arrayfields['s.tms']['checked']))
     // Status
     if (! empty($arrayfields['s.status']['checked']))
     {
    -	print '<td class="liste_titre maxwidthonsmartphone center">';
    +	print '<td class="liste_titre center minwidth75imp">';
     	print $form->selectarray('search_status', array('0'=>$langs->trans('ActivityCeased'),'1'=>$langs->trans('InActivity')), $search_status, 1);
     	print '</td>';
     }
     if (! empty($arrayfields['s.import_key']['checked']))
     {
     	print '<td class="liste_titre center">';
    -	print '<input class="flat searchstring" type="text" name="search_import_key" size="3" value="'.dol_escape_htmltag($search_import_key).'">';
    +	print '<input class="flat searchstring maxwidth50" type="text" name="search_import_key" value="'.dol_escape_htmltag($search_import_key).'">';
     	print '</td>';
     }
     // Action column
    @@ -984,6 +914,7 @@ if (! empty($arrayfields['state.nom']['checked']))        print_liste_field_titr
     if (! empty($arrayfields['region.nom']['checked']))       print_liste_field_titre($arrayfields['region.nom']['label'],$_SERVER["PHP_SELF"],"region.nom","",$param,'',$sortfield,$sortorder);
     if (! empty($arrayfields['country.code_iso']['checked'])) print_liste_field_titre($arrayfields['country.code_iso']['label'],$_SERVER["PHP_SELF"],"country.code_iso","",$param,'align="center"',$sortfield,$sortorder);
     if (! empty($arrayfields['typent.code']['checked']))      print_liste_field_titre($arrayfields['typent.code']['label'],$_SERVER["PHP_SELF"],"typent.code","",$param,'align="center"',$sortfield,$sortorder);
    +if (! empty($arrayfields['staff.code']['checked']))       print_liste_field_titre($arrayfields['staff.code']['label'],$_SERVER["PHP_SELF"],"staff.code","",$param,'align="center"',$sortfield,$sortorder);
     if (! empty($arrayfields['s.email']['checked']))          print_liste_field_titre($arrayfields['s.email']['label'],$_SERVER["PHP_SELF"],"s.email","",$param,'',$sortfield,$sortorder);
     if (! empty($arrayfields['s.phone']['checked']))          print_liste_field_titre($arrayfields['s.phone']['label'],$_SERVER["PHP_SELF"],"s.phone","",$param,'',$sortfield,$sortorder);
     if (! empty($arrayfields['s.fax']['checked'])) print_liste_field_titre($arrayfields['s.fax']['label'],$_SERVER["PHP_SELF"],"s.fax","",$param,'',$sortfield,$sortorder);
    @@ -1069,13 +1000,13 @@ while ($i < min($num, $limit))
     	// Customer code
     	if (! empty($arrayfields['s.code_client']['checked']))
     	{
    -		print '<td>'.$obj->code_client.'</td>';
    +		print '<td class="nowraponall">'.$obj->code_client.'</td>';
     		if (! $i) $totalarray['nbfield']++;
     	}
     	// Supplier code
     	if (! empty($arrayfields['s.code_fournisseur']['checked']))
     	{
    -		print '<td>'.$obj->code_fournisseur.'</td>';
    +		print '<td class="nowraponall">'.$obj->code_fournisseur.'</td>';
     		if (! $i) $totalarray['nbfield']++;
     	}
     	// Account customer code
    @@ -1132,6 +1063,15 @@ while ($i < min($num, $limit))
     		print '</td>';
     		if (! $i) $totalarray['nbfield']++;
     	}
    +	// Staff
    +	if (! empty($arrayfields['staff.code']['checked']))
    +	{
    +		print '<td align="center">';
    +		if (! is_array($staffArray) || count($staffArray)==0) $staffArray = $formcompany->effectif_array(1);
    +		print $staffArray[$obj->staff_code];
    +		print '</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
     	if (! empty($arrayfields['s.email']['checked']))
     	{
     		print "<td>".$obj->email."</td>\n";
    diff --git a/htdocs/societe/notify/card.php b/htdocs/societe/notify/card.php
    index fb4b51f17c8..b5de5c77456 100644
    --- a/htdocs/societe/notify/card.php
    +++ b/htdocs/societe/notify/card.php
    @@ -30,10 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/triggers/interface_50_modNotification_Notification.class.php';
     
    -$langs->load("companies");
    -$langs->load("mails");
    -$langs->load("admin");
    -$langs->load("other");
    +$langs->loadLangs(array("companies", "mails", "admin", "other"));
     
     $socid = GETPOST("socid",'int');
     $action = GETPOST('action','aZ09');
    diff --git a/htdocs/societe/notify/index.php b/htdocs/societe/notify/index.php
    index 9980cf19a2a..129131ff5c6 100644
    --- a/htdocs/societe/notify/index.php
    +++ b/htdocs/societe/notify/index.php
    @@ -23,8 +23,7 @@
      */
     
     require '../../main.inc.php';
    -$langs->load("companies");
    -$langs->load("banks");
    +$langs->loadLangs(array("companies", "banks"));
     
     // S�curit� acc�s client
     if ($user->societe_id > 0)
    diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
    index d099cfcc103..604012a24c3 100644
    --- a/htdocs/societe/paymentmodes.php
    +++ b/htdocs/societe/paymentmodes.php
    @@ -550,13 +550,17 @@ if (empty($reshook))
     
     			$db->begin();
     
    +                if (empty($newcu)) {
    +                        $sql  = "DELETE FROM ".MAIN_DB_PREFIX."societe_account WHERE site = 'stripe' AND fk_soc = ".$object->id." AND status = ".$servicestatus." AND entity = ".$conf->entity;
    +                } else {
     			$sql = 'UPDATE '.MAIN_DB_PREFIX."societe_account";
     			$sql.= " SET key_account = '".$db->escape(GETPOST('key_account', 'alpha'))."'";
     			$sql.= " WHERE site = 'stripe' AND fk_soc = ".$object->id." AND status = ".$servicestatus." AND entity = ".$conf->entity;	// Keep = here for entity. Only 1 record must be modified !
    -
    +                }
    +     
     			$resql = $db->query($sql);
     			$num = $db->num_rows($resql);
    -			if (empty($num))
    +			if (empty($num) && !empty($newcu))
     			{
     				$societeaccount = new SocieteAccount($db);
     				$societeaccount->fk_soc = $object->id;
    @@ -760,10 +764,11 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
     		print $form->editfieldval("StripeCustomerId", 'key_account', $stripecu, $object, $permissiontowrite, 'string', '', null, null, '', 2, '', 'socid');
     		if ($stripecu && $action != 'editkey_account')
     		{
    -			$url='https://dashboard.stripe.com/test/customers/'.$stripecu;
    +			if (! empty($conf->stripe->enabled) && !empty($stripeacc)) $connect=$stripeacc.'/';
    +			$url='https://dashboard.stripe.com/'.$connect.'test/customers/'.$stripecu;
     			if ($servicestatus)
     			{
    -				$url='https://dashboard.stripe.com/customers/'.$stripecu;
    +				$url='https://dashboard.stripe.com/'.$connect.'customers/'.$stripecu;
     			}
     			print ' <a href="'.$url.'" target="_stripe">'.img_picto($langs->trans('ShowInStripe'), 'object_globe').'</a>';
     		}
    @@ -826,7 +831,9 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
     		print '<td></td>';
     		print '<td align="center">'.$langs->trans('Default').'</td>';
     		print '<td>'.$langs->trans('Note').'</td>';
    -		print "<td></td></tr>\n";
    +		print '<td>'.$langs->trans('DateModification').'</td>';
    +		print "<td></td>";
    +		print "</tr>\n";
     
     		$nbremote = 0;
     		$nblocal = 0;
    @@ -907,6 +914,9 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
     							if (empty($companypaymentmodetemp->stripe_card_ref)) print $langs->trans("Local");
     							else print $langs->trans("LocalAndRemote");
     							print '</td>';
    +							print '<td>';
    +							print dol_print_date($companypaymentmodetemp->tms, 'dayhour');
    +							print '</td>';
     							print '<td align="right" class="nowraponall">';
     							if ($user->rights->societe->creer)
     							{
    @@ -1018,6 +1028,11 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
     				print '</td>';
     				print '<td>';
     				print $langs->trans("Remote");
    +				//if ($src->cvc_check == 'fail') print ' - CVC check fail';
    +				print '</td>';
    +				print '<td>';
    +				//var_dump($src);
    +				print '';
     				print '</td>';
     				print '<td align="right" class="nowraponall">';
     				if ($user->rights->societe->creer)
    @@ -1184,7 +1199,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
     					$formadmin=new FormAdmin($db);
     					$defaultlang=$codelang?$codelang:$langs->getDefaultLang();
     					$morecss='maxwidth150';
    -					if (! empty($conf->browser->phone)) $morecss='maxwidth100';
    +					if ($conf->browser->layout == 'phone') $morecss='maxwidth100';
     					$out.= $formadmin->select_language($defaultlang, 'lang_idrib'.$rib->id, 0, 0, 0, 0, 0, $morecss);
     				}
     				// Button
    diff --git a/htdocs/societe/price.php b/htdocs/societe/price.php
    index 45d7f9ad020..0fbc4368a87 100644
    --- a/htdocs/societe/price.php
    +++ b/htdocs/societe/price.php
    @@ -38,9 +38,7 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
     	$prodcustprice = new Productcustomerprice($db);
     }
     
    -$langs->load("products");
    -$langs->load("companies");
    -$langs->load("bills");
    +$langs->loadLangs(array("products", "companies", "bills"));
     
     $action = GETPOST('action', 'alpha');
     $search_prod = GETPOST('search_prod','alpha');
    diff --git a/htdocs/societe/project.php b/htdocs/societe/project.php
    index dd06346ca33..f92d274fe46 100644
    --- a/htdocs/societe/project.php
    +++ b/htdocs/societe/project.php
    @@ -31,8 +31,7 @@ require '../main.inc.php';
     require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
     require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
     
    -$langs->load("companies");
    -$langs->load("projects");
    +$langs->loadLangs(array("companies", "projects"));
     
     // Security check
     $socid = GETPOST('socid','int');
    diff --git a/htdocs/societe/societecontact.php b/htdocs/societe/societecontact.php
    index a2f09f9b77d..edfa2f28d5c 100644
    --- a/htdocs/societe/societecontact.php
    +++ b/htdocs/societe/societecontact.php
    @@ -32,8 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
     require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
     
    -$langs->load("orders");
    -$langs->load("companies");
    +$langs->loadLangs(array("orders", "companies"));
     
     $id=GETPOST('id','int')?GETPOST('id','int'):GETPOST('socid','int');
     $ref=GETPOST('ref','alpha');
    diff --git a/htdocs/societe/tpl/linesalesrepresentative.tpl.php b/htdocs/societe/tpl/linesalesrepresentative.tpl.php
    index 2f325f3001f..c2ea3d987a5 100644
    --- a/htdocs/societe/tpl/linesalesrepresentative.tpl.php
    +++ b/htdocs/societe/tpl/linesalesrepresentative.tpl.php
    @@ -23,10 +23,10 @@ if (empty($conf) || ! is_object($conf))
     }
     
     // Sale representative
    -print '<tr><td>';
    +print '<tr><td class="titlefield">';
     print $langs->trans('SalesRepresentatives');
     print '</td>';
    -print '<td colspan="3">';
    +print '<td>';
     
     $listsalesrepresentatives=$object->getSalesRepresentatives($user);
     $nbofsalesrepresentative=count($listsalesrepresentatives);
    diff --git a/htdocs/stripe/admin/stripe.php b/htdocs/stripe/admin/stripe.php
    index e142ca524b4..6a4dd8713f7 100644
    --- a/htdocs/stripe/admin/stripe.php
    +++ b/htdocs/stripe/admin/stripe.php
    @@ -3,6 +3,7 @@
      * Copyright (C) 2017		Olivier Geffroy			<jeff@jeffinfo.com>
      * Copyright (C) 2017		Saasprov				<saasprov@gmail.com>
      * Copyright (C) 2018		ptibogxiv				<support@ptibogxiv.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -70,10 +71,14 @@ if ($action == 'setvalue' && $user->admin)
     	$result = dolibarr_set_const($db, "STRIPE_BANK_ACCOUNT_FOR_PAYMENTS", GETPOST('STRIPE_BANK_ACCOUNT_FOR_PAYMENTS', 'int'), 'chaine', 0, '', $conf->entity);
     	if (! $result > 0)
     		$error ++;
    -	$result = dolibarr_set_const($db, "STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS", GETPOST('STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS', 'int'), 'chaine', 0, '', $conf->entity);
    +    $result = dolibarr_set_const($db, "STRIPE_USER_ACCOUNT_FOR_ACTIONS", GETPOST('STRIPE_USER_ACCOUNT_FOR_ACTIONS', 'int'), 'chaine', 0, '', $conf->entity);
    +    if (! $result > 0) {
    +        $error ++;
    +    }
    +    $result = dolibarr_set_const($db, "STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS", GETPOST('STRIPE_BANK_ACCOUNT_FOR_BANKTRANSFERS', 'int'), 'chaine', 0, '', $conf->entity);
     	if (! $result > 0)
     		$error ++;
    -  $result = dolibarr_set_const($db, "STRIPE_MINIMAL_3DSECURE", GETPOST('STRIPE_MINIMAL_3DSECURE', 'int'), 'chaine', 0, '', $conf->entity);
    +    $result = dolibarr_set_const($db, "STRIPE_MINIMAL_3DSECURE", GETPOST('STRIPE_MINIMAL_3DSECURE', 'int'), 'chaine', 0, '', $conf->entity);
     	if (! $result > 0)
     		$error ++;
     	$result = dolibarr_set_const($db, "ONLINE_PAYMENT_CSS_URL", GETPOST('ONLINE_PAYMENT_CSS_URL', 'alpha'), 'chaine', 0, '', $conf->entity);
    @@ -116,10 +121,8 @@ if ($action == 'setvalue' && $user->admin)
     if ($action=="setlive")
     {
     	$liveenable = GETPOST('value','int');
    -	$res = dolibarr_set_const($db, "STRIPE_LIVE", $liveenable,'yesno',0,'',$conf->entity);
    -	if (! $res > 0) $error++;
    -	if (! $error)
    -	{
    +	$res = dolibarr_set_const($db, "STRIPE_LIVE", $liveenable, 'yesno', 0, '', $conf->entity);
    +	if ($res > 0) {
     		setEventMessages($langs->trans("SetupSaved"), null, 'mesgs');
     	}
     	else
    @@ -251,6 +254,11 @@ print '<input size="64" type="text" name="ONLINE_PAYMENT_CREDITOR" value="'.$con
     print ' &nbsp; '.$langs->trans("Example").': '.$mysoc->name;
     print '</td></tr>';
     
    +print '<tr class="oddeven"><td>';
    +print $langs->trans("StripeUserAccountForActions").'</td><td>';
    +print $form->select_dolusers($conf->global->STRIPE_USER_ACCOUNT_FOR_ACTIONS, 'STRIPE_USER_ACCOUNT_FOR_ACTIONS', 0);
    +print '</td></tr>';
    +
     print '<tr class="oddeven"><td>';
     print $langs->trans("BankAccount").'</td><td>';
     print $form->select_comptes($conf->global->STRIPE_BANK_ACCOUNT_FOR_PAYMENTS, 'STRIPE_BANK_ACCOUNT_FOR_PAYMENTS', 0, '', 1);
    @@ -307,8 +315,8 @@ print '</td></tr>';
     
     print '<tr class="oddeven"><td>';
     print $langs->trans("ONLINE_PAYMENT_SENDEMAIL").'</td><td>';
    -print '<input size="32" type="email" name="ONLINE_PAYMENT_SENDEMAIL" value="'.$conf->global->ONLINE_PAYMENT_SENDEMAIL.'">';
    -print ' &nbsp; '.$langs->trans("Example").': myemail@myserver.com';
    +print '<input size="32" type="text" name="ONLINE_PAYMENT_SENDEMAIL" value="'.$conf->global->ONLINE_PAYMENT_SENDEMAIL.'">';
    +print ' &nbsp; '.$langs->trans("Example").': myemail@myserver.com, Payment service &lt;myemail2@myserver2.com&gt;';
     print '</td></tr>';
     
     // Payment token for URL
    @@ -357,4 +365,3 @@ if (! empty($conf->use_javascript_ajax))
     // End of page
     llxFooter();
     $db->close();
    -
    diff --git a/htdocs/stripe/charge.php b/htdocs/stripe/charge.php
    index 2f3d184fdb9..0f26bf0e11a 100644
    --- a/htdocs/stripe/charge.php
    +++ b/htdocs/stripe/charge.php
    @@ -1,5 +1,5 @@
     <?php
    -/* Copyright (C) 2018 	PtibogXIV        <support@ptibogxiv.net>
    +/* Copyright (C) 2018 	Thibault FOUCART        <support@ptibogxiv.net>
      *
      * 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
    @@ -62,14 +62,16 @@ llxHeader('', $langs->trans("StripeChargeList"));
     if (! empty($conf->stripe->enabled) && (empty($conf->global->STRIPE_LIVE) || GETPOST('forcesandbox','alpha')))
     {
     	$service = 'StripeTest';
    +	$servicestatus = '0';
     	dol_htmloutput_mesg($langs->trans('YouAreCurrentlyInSandboxMode', 'Stripe'), '', 'warning');
     }
     else
     {
     	$service = 'StripeLive';
    +	$servicestatus = '1';
     }
     
    -$stripeaccount = $stripe->getStripeAccount($service);
    +$stripeacc = $stripe->getStripeAccount($service);
     /*if (empty($stripeaccount))
     {
     	print $langs->trans('ErrorStripeAccountNotDefined');
    @@ -77,24 +79,24 @@ $stripeaccount = $stripe->getStripeAccount($service);
     
     if (!$rowid)
     {
    -	print '<FORM method="POST" action="'.$_SERVER["PHP_SELF"].'">';
    -    if ($optioncss != '') print '<INPUT type="hidden" name="optioncss" value="'.$optioncss.'">';
    -    print '<INPUT type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    -	print '<INPUT type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
    -    print '<INPUT type="hidden" name="action" value="list">';
    -    print '<INPUT type="hidden" name="sortfield" value="'.$sortfield.'">';
    -    print '<INPUT type="hidden" name="sortorder" value="'.$sortorder.'">';
    -    print '<INPUT type="hidden" name="page" value="'.$page.'">';
    +	print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
    +    if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
    +    print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    +	print '<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
    +    print '<input type="hidden" name="action" value="list">';
    +    print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
    +    print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
    +    print '<input type="hidden" name="page" value="'.$page.'">';
     
         $title=$langs->trans("StripeChargeList");
    -    $title.=($stripeaccount?' (Stripe connection with Stripe OAuth Connect account '.$stripeaccount.')':' (Stripe connection with keys from Stripe module setup)');
    +    $title.=($stripeacc?' (Stripe connection with Stripe OAuth Connect account '.$stripeacc.')':' (Stripe connection with keys from Stripe module setup)');
     
     	print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,'',$num, $totalnboflines, 'title_accountancy.png', 0, '', '', $limit);
     
    -    print '<DIV class="div-table-responsive">';
    -    print '<TABLE class="tagtable liste'.($moreforfilter?" listwithfilterbefore":"").'">'."\n";
    +    print '<div class="div-table-responsive">';
    +    print '<table class="tagtable liste'.($moreforfilter?" listwithfilterbefore":"").'">'."\n";
     
    -    print '<TR class="liste_titre">';
    +    print '<tr class="liste_titre">';
         print_liste_field_titre("Ref",$_SERVER["PHP_SELF"],"","","","",$sortfield,$sortorder);
         print_liste_field_titre("StripeCustomerId",$_SERVER["PHP_SELF"],"","","","",$sortfield,$sortorder);
         print_liste_field_titre("Customer",$_SERVER["PHP_SELF"],"","","","",$sortfield,$sortorder);
    @@ -103,13 +105,13 @@ if (!$rowid)
         print_liste_field_titre("Type",$_SERVER["PHP_SELF"],"","","",'align="left"',$sortfield,$sortorder);
         print_liste_field_titre("Paid",$_SERVER["PHP_SELF"],"","","",'align="right"',$sortfield,$sortorder);
         print_liste_field_titre("Status",$_SERVER["PHP_SELF"],"","","",'align="right"');
    -    print "</TR>\n";
    +    print "</tr>\n";
     
    -	print "</TR>\n";
    +	print "</tr>\n";
     
    -	if ($stripeaccount)
    +	if ($stripeacc)
     	{
    -		$list=\Stripe\Charge::all(array("limit" => $limit), array("stripe_account" => $stripeaccount));
    +		$list=\Stripe\Charge::all(array("limit" => $limit), array("stripe_account" => $stripeacc));
     	}
     	else
     	{
    @@ -125,15 +127,19 @@ if (!$rowid)
     		// Save into $tmparray all metadata
     		$tmparray = dolExplodeIntoArray($FULLTAG,'.','=');
     		// Load origin object according to metadata
    -		if (! empty($tmparray['CUS']))
    +		if (! empty($tmparray['CUS']) && $tmparray['CUS'] > 0)
     		{
     			$societestatic->fetch($tmparray['CUS']);
     		}
    +		elseif (! empty($charge->metadata->dol_thirdparty_id) && $charge->metadata->dol_thirdparty_id > 0)
    +		{
    +			$societestatic->fetch($charge->metadata->dol_thirdparty_id);
    +		}
     		else
     		{
     			$societestatic->id = 0;
     		}
    -		if (! empty($tmparray['MEM']))
    +		if (! empty($tmparray['MEM']) && $tmparray['MEM'] > 0)
     		{
     			$memberstatic->fetch($tmparray['MEM']);
     		}
    @@ -142,39 +148,60 @@ if (!$rowid)
     			$memberstatic->id = 0;
     		}
     
    -	    print '<TR class="oddeven">';
    -	    // Ref
    -		print "<TD><A href='".DOL_URL_ROOT."/stripe/charge.php?rowid=".$charge->id."'>".$charge->id."</A></TD>\n";
    +		print '<tr class="oddeven">';
    +    
    +    if (!empty($stripeacc)) $connect=$stripeacc.'/';
    +    
    +		// Ref
    +		$url='https://dashboard.stripe.com/'.$connect.'test/payments/'.$charge->id;
    +			if ($servicestatus)
    +			{
    +				$url='https://dashboard.stripe.com/'.$connect.'payments/'.$charge->id;
    +			}
    +		print "<td><a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')." ".$charge->id."</a></td>\n";
     		// Stripe customer
    -		print "<TD>".$charge->customer."</TD>\n";
    +		print "<td>";
    +
    +    if (! empty($conf->stripe->enabled) && !empty($stripeacc)) $connect=$stripeacc.'/';
    +		$url='https://dashboard.stripe.com/'.$connect.'test/customers/'.$charge->customer;
    +		if ($servicestatus)
    +		{
    +    $url='https://dashboard.stripe.com/'.$connect.'customers/'.$charge->customer;
    +		}
    +		print '<a href="'.$url.'" target="_stripe">'.img_picto($langs->trans('ShowInStripe'), 'object_globe').' '.$charge->customer.'</a>';
    +  
    +    print "</td>\n";
     		// Link
    -		print "<TD>";
    +		print "<td>";
     		if ($societestatic->id > 0)
     		{
     			print $societestatic->getNomUrl(1);
     		}
    -		if ($memberstatic->id > 0)
    +		elseif ($memberstatic->id > 0)
     		{
     			print $memberstatic->getNomUrl(1);
     		}
    -		print "</TD>\n";
    +		print "</td>\n";
     		// Origine
    -		print "<TD>";
    -		print $FULLTAG;
    -		if ($charge->metadata->source=="order"){
    +		print "<td>";
    +		if ($charge->metadata->dol_type=="order"){
     			$object = new Commande($db);
    -			$object->fetch($charge->metadata->idsource);
    -			print "<A href='".DOL_URL_ROOT."/commande/card.php?id=".$charge->metadata->idsource."'>".img_picto('', 'object_order')." ".$object->ref."</A>";
    -		} elseif ($charge->metadata->source=="invoice"){
    +			$object->fetch($charge->metadata->dol_id);
    +      if ($object->id > 0) {
    +			print "<a href='".DOL_URL_ROOT."/commande/card.php?id=".$object->id."'>".img_picto('', 'object_order')." ".$object->ref."</a>";
    +      } else print $FULLTAG;
    +		} elseif ($charge->metadata->dol_type=="invoice"){
     			$object = new Facture($db);
    -			$object->fetch($charge->metadata->idsource);
    -		    print "<A href='".DOL_URL_ROOT."/compta/facture/card.php?facid=".$charge->metadata->idsource."'>".img_picto('', 'object_invoice')." ".$object->ref."</A>";
    -		}
    -	    print "</TD>\n";
    +			$object->fetch($charge->metadata->dol_id);
    +      if ($object->id > 0) {
    +		  print "<a href='".DOL_URL_ROOT."/compta/facture/card.php?facid=".$charge->metadata->dol_id."'>".img_picto('', 'object_invoice')." ".$object->ref."</a>";
    +      } else print $FULLTAG;
    +		} else print $FULLTAG;
    +	    print "</td>\n";
     		// Date payment
    -	    print '<TD align="center">'.dol_print_date($charge->created,'%d/%m/%Y %H:%M')."</TD>\n";
    +	    print '<td align="center">'.dol_print_date($charge->created,'%d/%m/%Y %H:%M')."</td>\n";
     	    // Type
    -	    print '<TD>';
    +	    print '<td>';
     		if ($charge->source->object=='card')
     		{
     		    print $langs->trans("card");
    @@ -184,24 +211,26 @@ if (!$rowid)
     		} elseif ($charge->source->type=='three_d_secure'){
     		    print $langs->trans("card3DS");
     		}
    -	    print '</TD>';
    +	    print '</td>';
     	    // Amount
    -	    print "<TD align=\"right\">".price(($charge->amount-$charge->amount_refunded)/100)."</TD>";
    +	    print "<td align=\"right\">".price(($charge->amount-$charge->amount_refunded)/100, 0, '', 1, - 1, - 1, strtoupper($charge->currency))."</td>";
     	    // Status
    -	    print '<TD align="right">';
    +	    print '<td align="right">';
     	    if ($charge->refunded=='1'){
    -	    	print $langs->trans("refunded");
    +	    	print img_picto($langs->trans("refunded"),'statut6');
     	    } elseif ($charge->paid=='1'){
    -	    	print $langs->trans("".$charge->status."");
    +
    +        print img_picto($langs->trans("".$charge->status.""),'statut4');
    +             
     	    } else {
     	    	$label="Message: ".$charge->failure_message."<br>";
     	    	$label.="Réseau: ".$charge->outcome->network_status."<br>";
     	    	$label.="Statut: ".$langs->trans("".$charge->outcome->seller_message."");
    -	    	print $form->textwithpicto($langs->trans("".$charge->status.""),$label,1);
    +	    	print $form->textwithpicto(img_picto($langs->trans("".$charge->status.""),'statut8'),$label,1);
     	    }
    -	    print "</TD>\n";
    +	    print "</td>\n";
     
    -	    print "</TR>\n";
    +	    print "</tr>\n";
     	}
     } else {
     
    diff --git a/htdocs/stripe/class/actions_stripe.class.php b/htdocs/stripe/class/actions_stripe.class.php
    index 4fa83f5fe0e..f3c76be9d35 100644
    --- a/htdocs/stripe/class/actions_stripe.class.php
    +++ b/htdocs/stripe/class/actions_stripe.class.php
    @@ -236,5 +236,4 @@ class ActionsStripeconnect
     		}
     		return 0;
     	}
    -
     }
    diff --git a/htdocs/stripe/class/index.html b/htdocs/stripe/class/index.html
    new file mode 100644
    index 00000000000..8b137891791
    --- /dev/null
    +++ b/htdocs/stripe/class/index.html
    @@ -0,0 +1 @@
    +
    diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php
    index b8472d0b821..5aabb60f07c 100644
    --- a/htdocs/stripe/class/stripe.class.php
    +++ b/htdocs/stripe/class/stripe.class.php
    @@ -28,15 +28,36 @@ require_once DOL_DOCUMENT_ROOT.'/stripe/config.php';						// This set stripe glo
      */
     class Stripe extends CommonObject
     {
    +	/**
    +	 * @var int ID
    +	 */
     	public $rowid;
    -	public $fk_soc;
    +
    +	/**
    +	 * @var int Thirdparty ID
    +	 */
    +    public $fk_soc;
    +
     	public $fk_key;
    +
    +	/**
    +	 * @var int ID
    +	 */
     	public $id;
    +
     	public $mode;
    +
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
    +
     	public $statut;
    +
     	public $type;
    +
     	public $code;
    +
     	public $message;
     
     	/**
    @@ -47,7 +68,6 @@ class Stripe extends CommonObject
     	public function __construct($db)
     	{
     		$this->db = $db;
    -
     	}
     
     
    @@ -166,10 +186,16 @@ class Stripe extends CommonObject
     			{
     				$dataforcustomer = array(
     					"email" => $object->email,
    -					"business_vat_id" => $object->tva_intra,
     					"description" => $object->name,
     					"metadata" => array('dol_id'=>$object->id, 'dol_version'=>DOL_VERSION, 'dol_entity'=>$conf->entity, 'ipaddress'=>(empty($_SERVER['REMOTE_ADDR'])?'':$_SERVER['REMOTE_ADDR']))
     				);
    +        
    +                        if ($object->tva_intra!=null)
    +	                {
    +				$dataforcustomer["tax_info"] = array(
    +                                        "tax_id" => $object->tva_intra,
    +                                        "type" => 'vat');
    +			}
     
     				//$a = \Stripe\Stripe::getApiKey();
     				//var_dump($a);var_dump($key);exit;
    @@ -315,18 +341,19 @@ class Stripe extends CommonObject
     	/**
     	 * Create charge with public/payment/newpayment.php, stripe/card.php, cronjobs or REST API
     	 *
    -	 * @param int 		$amount									Amount to pay
    -	 * @param string 	$currency								EUR, GPB...
    -	 * @param string 	$origin									Object type to pay (order, invoice, contract...)
    -	 * @param int 		$item									Object id to pay
    -	 * @param string 	$source									src_xxxxx or card_xxxxx
    -	 * @param string 	$customer								Stripe customer ref 'cus_xxxxxxxxxxxxx' via customerStripe()
    -	 * @param string 	$account								Stripe account ref 'acc_xxxxxxxxxxxxx' via  getStripeAccount()
    +	 * @param	int 	$amount									Amount to pay
    +	 * @param	string 	$currency								EUR, GPB...
    +	 * @param	string 	$origin									Object type to pay (order, invoice, contract...)
    +	 * @param	int 	$item									Object id to pay
    +	 * @param	string 	$source									src_xxxxx or card_xxxxx
    +	 * @param	string 	$customer								Stripe customer ref 'cus_xxxxxxxxxxxxx' via customerStripe()
    +	 * @param	string 	$account								Stripe account ref 'acc_xxxxxxxxxxxxx' via  getStripeAccount()
     	 * @param	int		$status									Status (0=test, 1=live)
     	 * @param	int		$usethirdpartyemailforreceiptemail		Use thirdparty email as receipt email
    +	 * @param	boolean	$capture								Set capture flag to true (take payment) or false (wait)
     	 * @return Stripe
     	 */
    -	public function createPaymentStripe($amount, $currency, $origin, $item, $source, $customer, $account, $status=0, $usethirdpartyemailforreceiptemail=0)
    +	public function createPaymentStripe($amount, $currency, $origin, $item, $source, $customer, $account, $status=0, $usethirdpartyemailforreceiptemail=0, $capture=true)
     	{
     		global $conf;
     
    @@ -367,18 +394,19 @@ class Stripe extends CommonObject
     			$order = new Commande($this->db);
     			$order->fetch($item);
     			$ref = $order->ref;
    -			$description = "ORD=" . $ref . ".CUS=" . $societe->id;
    +			$description = "ORD=" . $ref . ".CUS=" . $societe->id.".PM=stripe";
     		} elseif ($origin == invoice) {
     			$invoice = new Facture($this->db);
     			$invoice->fetch($item);
     			$ref = $invoice->ref;
    -			$description = "INV=" . $ref . ".CUS=" . $societe->id;
    +			$description = "INV=" . $ref . ".CUS=" . $societe->id.".PM=stripe";
     		}
     
     		$metadata = array(
     			"dol_id" => "" . $item . "",
     			"dol_type" => "" . $origin . "",
     			"dol_thirdparty_id" => "" . $societe->id . "",
    +			'dol_thirdparty_name' => $societe->name,
     			'dol_version'=>DOL_VERSION,
     			'dol_entity'=>$conf->entity,
     			'ipaddress'=>(empty($_SERVER['REMOTE_ADDR'])?'':$_SERVER['REMOTE_ADDR'])
    @@ -396,7 +424,9 @@ class Stripe extends CommonObject
     					$charge = \Stripe\Charge::create(array(
     						"amount" => "$stripeamount",
     						"currency" => "$currency",
    -						// "statement_descriptor" => " ",
    +						"statement_descriptor" => dol_trunc(dol_trunc(dol_string_unaccent($mysoc->name), 8, 'right', 'UTF-8', 1).' '.$description, 22, 'right', 'UTF-8', 1),     // 22 chars that appears on bank receipt
    +						"description" => "Stripe payment: ".$description,
    +						"capture"  => $capture,
     						"metadata" => $metadata,
     						"source" => "$source"
     					));
    @@ -404,8 +434,9 @@ class Stripe extends CommonObject
     					$paymentarray = array(
     						"amount" => "$stripeamount",
     						"currency" => "$currency",
    -						// "statement_descriptor" => " ",
    -						"description" => "$description",
    +						"statement_descriptor" => dol_trunc(dol_trunc(dol_string_unaccent($mysoc->name), 8, 'right', 'UTF-8', 1).' '.$description, 22, 'right', 'UTF-8', 1),     // 22 chars that appears on bank receipt
    +						"description" => "Stripe payment: ".$description,
    +						"capture"  => $capture,
     						"metadata" => $metadata,
     						"source" => "$source",
     						"customer" => "$customer"
    @@ -425,19 +456,26 @@ class Stripe extends CommonObject
     					$fee = round($conf->global->STRIPE_APPLICATION_FEE_MINIMAL * 100);
     				}
     
    -				$charge = \Stripe\Charge::create(array(
    -					"amount" => "$stripeamount",
    -					"currency" => "$currency",
    -					// "statement_descriptor" => " ",
    -					"description" => "$description",
    -					"metadata" => $metadata,
    -					"source" => "$source",
    -					"customer" => "$customer",
    -					"application_fee" => "$fee"
    -					), array(
    -					"idempotency_key" => "$ref",
    -					"stripe_account" => "$account"
    -				));
    +        		$paymentarray = array(
    +						"amount" => "$stripeamount",
    +						"currency" => "$currency",
    +						"statement_descriptor" => dol_trunc(dol_trunc(dol_string_unaccent($mysoc->name), 8, 'right', 'UTF-8', 1).' '.$description, 22, 'right', 'UTF-8', 1),     // 22 chars that appears on bank receipt
    +						"description" => "Stripe payment: ".$description,
    +						"capture"  => $capture,
    +						"metadata" => $metadata,
    +						"source" => "$source",
    +						"customer" => "$customer"
    +					);
    +					if ($conf->entity!=$conf->global->STRIPECONNECT_PRINCIPAL && $fee>0)
    +					{
    +						$paymentarray["application_fee"] = $fee;
    +					}
    +					if ($societe->email && $usethirdpartyemailforreceiptemail)
    +					{
    +						$paymentarray["receipt_email"] = $societe->email;
    +					}
    +
    +					$charge = \Stripe\Charge::create($paymentarray, array("idempotency_key" => "$ref","stripe_account" => "$account"));
     			}
     			if (isset($charge->id)) {}
     
    @@ -501,5 +539,4 @@ class Stripe extends CommonObject
     		}
     		return $return;
     	}
    -
     }
    diff --git a/htdocs/stripe/config.php b/htdocs/stripe/config.php
    index 7aa22678d7a..6141c2a32f8 100644
    --- a/htdocs/stripe/config.php
    +++ b/htdocs/stripe/config.php
    @@ -55,4 +55,4 @@ else
     
     \Stripe\Stripe::setApiKey($stripearrayofkeys['secret_key']);
     \Stripe\Stripe::setAppInfo("Dolibarr Stripe", DOL_VERSION, "https://www.dolibarr.org"); // add dolibarr version
    -\Stripe\Stripe::setApiVersion("2018-07-27"); // force version API
    +\Stripe\Stripe::setApiVersion("2018-09-24"); // force version API
    diff --git a/htdocs/stripe/payment.php b/htdocs/stripe/payment.php
    index f0c950d85ac..fbf9784a6b3 100644
    --- a/htdocs/stripe/payment.php
    +++ b/htdocs/stripe/payment.php
    @@ -1,13 +1,15 @@
     <?php
    -/* Copyright (C) 2001-2006 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2016 Laurent Destailleur   <eldy@users.sourceforge.net>
    - * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>
    - * Copyright (C) 2005-2012 Regis Houssin         <regis.houssin@capnetworks.com>
    - * Copyright (C) 2007      Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
    - * Copyright (C) 2012      Cédric Salvador       <csalvador@gpcsolutions.fr>
    - * Copyright (C) 2014      Raphaël Doursenaud    <rdoursenaud@gpcsolutions.fr>
    - * Copyright (C) 2014      Teddy Andreotti       <125155@supinfo.com>
    - * Copyright (C) 2015      Juanjo Menent		 <jmenent@2byte.es>
    +/* Copyright (C) 2001-2006  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005       Marc Barilley / Ocebo   <marc@ocebo.com>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2007       Franky Van Liedekerke   <franky.van.liedekerke@telenet.be>
    + * Copyright (C) 2012       Cédric Salvador         <csalvador@gpcsolutions.fr>
    + * Copyright (C) 2014       Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2014       Teddy Andreotti         <125155@supinfo.com>
    + * Copyright (C) 2015       Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2018       ThibaultFOUCART         <support@ptibogxiv.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -46,9 +48,9 @@ $confirm	= GETPOST('confirm');
     
     $facid		= GETPOST('facid','int');
     $socname	= GETPOST('socname');
    -$source	= GETPOST('source_id');
    +$source = GETPOST('source_id');
     $accountid	= GETPOST('accountid');
    -$paymentnum	= GETPOST('num_paiement');
    +$paymentnum = GETPOST('num_paiement');
     
     $sortfield	= GETPOST('sortfield','alpha');
     $sortorder	= GETPOST('sortorder','alpha');
    @@ -217,15 +219,12 @@ if (empty($reshook))
     	/*
     	 * Action add_paiement
     	 */
    -	if ($action == 'add_paiement')
    -	{
    -	    if ($error)
    -	    {
    -      $action = 'create';
    -      if (!$source)
    -	    {
    -			setEventMessages($langs->transnoentities('NoSource'), null, 'errors');
    -	    }
    +	if ($action == 'add_paiement') {
    +	    if ($error) {
    +            $action = 'create';
    +            if (!$source) {
    +			    setEventMessages($langs->transnoentities('NoSource'), null, 'errors');
    +	        }
     	        $error++;
     	    }
     	    // Le reste propre a cette action s'affiche en bas de page.
    @@ -300,7 +299,7 @@ if (empty($reshook))
     		}
     		elseif (preg_match('/src_/i',$source))
     		{
    -	
    +
     		        $customer2 = $customerstripe=$stripe->customerStripe($facture->thirdparty, $stripeacc, $servicestatus);
     			$src = $customer2->sources->retrieve("$source");
     			if ($src->type=='card')
    @@ -405,16 +404,14 @@ if (empty($reshook))
      * View
      */
     
    -$form=new Form($db);
    +$form = new Form($db);
     
     llxHeader();
     
    -if (! empty($conf->global->STRIPE_LIVE) && ! GETPOST('forcesandbox','alpha'))
    -{
    +if (! empty($conf->global->STRIPE_LIVE) && ! GETPOST('forcesandbox','alpha')) {
     	$service = 'StripeLive';
     	$servicestatus = 0;
    -}
    -else {
    +} else {
     	dol_htmloutput_mesg($langs->trans('YouAreCurrentlyInSandboxMode','Stripe'),'','warning');
     }
     
    @@ -567,7 +564,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
     			print '<tr><td class="titlefieldcreate"><span class="fieldrequired">'.$langs->trans('Invoice').'</span></td><td>'.$facture->getNomUrl(4)."</td></tr>\n";
     		}*/
     
    -		// Third party
    +        // Third party
             print '<tr><td class="titlefieldcreate"><span class="fieldrequired">'.$langs->trans('Company').'</span></td><td>'.$facture->thirdparty->getNomUrl(4)."</td></tr>\n";
     
             // Bank account
    @@ -582,22 +579,22 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
             }
     
             // Cheque number
    -//        print '<tr><td>'.$langs->trans('Numero');
    -//        print ' <em>('.$langs->trans("ChequeOrTransferNumber").')</em>';
    -//        print '</td>';
    -//        print '<td><input name="num_paiement" type="text" value="'.$paymentnum.'"></td></tr>';
    +        //print '<tr><td>'.$langs->trans('Numero');
    +        //print ' <em>('.$langs->trans("ChequeOrTransferNumber").')</em>';
    +        //print '</td>';
    +        //print '<td><input name="num_paiement" type="text" value="'.$paymentnum.'"></td></tr>';
     
             // Check transmitter
    -//        print '<tr><td class="'.(GETPOST('paiementcode')=='CHQ'?'fieldrequired ':'').'fieldrequireddyn">'.$langs->trans('CheckTransmitter');
    -//        print ' <em>('.$langs->trans("ChequeMaker").')</em>';
    -//        print '</td>';
    -//        print '<td><input id="fieldchqemetteur" name="chqemetteur" size="30" type="text" value="'.GETPOST('chqemetteur').'"></td></tr>';
    +        //print '<tr><td class="'.(GETPOST('paiementcode')=='CHQ'?'fieldrequired ':'').'fieldrequireddyn">'.$langs->trans('CheckTransmitter');
    +        //print ' <em>('.$langs->trans("ChequeMaker").')</em>';
    +        //print '</td>';
    +        //print '<td><input id="fieldchqemetteur" name="chqemetteur" size="30" type="text" value="'.GETPOST('chqemetteur').'"></td></tr>';
     
             // Bank name
    -//        print '<tr><td>'.$langs->trans('Bank');
    -//        print ' <em>('.$langs->trans("ChequeBank").')</em>';
    -//        print '</td>';
    -//        print '<td><input name="chqbank" size="30" type="text" value="'.GETPOST('chqbank').'"></td></tr>';
    +        //print '<tr><td>'.$langs->trans('Bank');
    +        //print ' <em>('.$langs->trans("ChequeBank").')</em>';
    +        //print '</td>';
    +        //print '<td><input name="chqbank" size="30" type="text" value="'.GETPOST('chqbank').'"></td></tr>';
     
     		// Comments
     		print '<tr><td>'.$langs->trans('Comments').'</td>';
    @@ -606,157 +603,155 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
     
             print '</table>';
     
    -		dol_fiche_end();
    +        dol_fiche_end();
     
     
    -		$customerstripe=$stripe->customerStripe($facture->thirdparty, $stripeacc, $servicestatus);
    +        $customerstripe=$stripe->customerStripe($facture->thirdparty, $stripeacc, $servicestatus);
     
    -		 print '<br>';
    -		    print_barre_liste($langs->trans('StripeSourceList').' '.$typeElementString.' '.$button, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,'',$num, '', '');
    +        print '<br>';
    +        print_barre_liste($langs->trans('StripeSourceList').' '.$typeElementString.' '.$button, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,'',$num, '', '');
     
    -		    print '<table class="liste" width="100%">'."\n";
    -		    // Titles with sort buttons
    -		    print '<tr class="liste_titre">';
    -		    print '<td align="left"></td>';
    -		    print '<td align="left">'.$langs->trans('Type').'</td>';
    -		    print '<td align="left">'.$langs->trans('Informations').'</td>';
    -		    print '<td align="left"></td>';
    -		    print "<td></td></tr>\n";
    -		    foreach ($customerstripe->sources->data as $src) {
    -		print '<tr>';
    +        print '<table class="liste" width="100%">'."\n";
    +        // Titles with sort buttons
    +        print '<tr class="liste_titre">';
    +        print '<td align="left"></td>';
    +        print '<td align="left">'.$langs->trans('Type').'</td>';
    +        print '<td align="left">'.$langs->trans('Informations').'</td>';
    +        print '<td align="left"></td>';
    +        print "<td></td></tr>\n";
    +        foreach ($customerstripe->sources->data as $src) {
    +            print '<tr>';
     
                 print '<td align="center" width="20" ';
    -if (($action == 'add_paiement' && $src->id!=$source) or ($src->object=='source' && $src->card->three_d_secure=='required')) { print'class="opacitymedium"';}
    -print'><input type="radio" id="source_id" class="flat" name="source_id"  value="'.$src->id.'"';
    -if (($action == 'add_paiement' && $src->id!=$source) or ($src->object=='source' && $src->card->three_d_secure=='required')) {
    +            if (($action == 'add_paiement' && $src->id!=$source) or ($src->object=='source' && $src->card->three_d_secure=='required')) {
    +                print'class="opacitymedium"';
    +            }
    +            print '><input type="radio" id="source_id" class="flat" name="source_id"  value="'.$src->id.'"';
    +            if (($action == 'add_paiement' && $src->id!=$source) or ($src->object=='source' && $src->card->three_d_secure=='required')) {
                     print ' disabled';
                 } elseif (($customerstripe->default_source==$src->id && $action != 'add_paiement') or ($source==$src->id && $action == 'add_paiement')) {
                     print ' checked';
                 }
                 print '></td>';
     
    -print '<td ';
    -if (($action == 'add_paiement' && $src->id!=$source) or ($src->object=='source' && $src->card->three_d_secure=='required')) { print'class="opacitymedium"';}
    +            print '<td ';
    +            if (($action == 'add_paiement' && $src->id!=$source) or ($src->object=='source' && $src->card->three_d_secure=='required')) {
    +                print'class="opacitymedium"';
    +            }
     
    -print' >';
    -if ($src->object=='card'){
    -if ($src->brand == 'Visa') {$brand='cc-visa';}
    -elseif ($src->brand == 'MasterCard') {$brand='cc-mastercard';}
    -elseif ($src->brand == 'American Express') {$brand='cc-amex';}
    -elseif ($src->brand == 'Discover') {$brand='cc-discover';}
    -elseif ($src->brand == 'JCB') {$brand='cc-jcb';}
    -elseif ($src->brand == 'Diners Club') {$brand='cc-diners-club';}
    -else {$brand='credit-card-alt';}
    -print '<span class="fa fa-'.$brand.' fa-3x fa-fw"></span>';
    -}
    -elseif ($src->object=='source' && $src->type=='card'){
    -if ($src->card->brand == 'Visa') {$brand='cc-visa';}
    -elseif ($src->card->brand == 'MasterCard') {$brand='cc-mastercard';}
    -elseif ($src->card->brand == 'American Express') {$brand='cc-amex';}
    -elseif ($src->card->brand == 'Discover') {$brand='cc-discover';}
    -elseif ($src->card->brand == 'JCB') {$brand='cc-jcb';}
    -elseif ($src->card->brand == 'Diners Club') {$brand='cc-diners-club';}
    -else {$brand='credit-card-alt';}
    -
    -print '<span class="fa fa-'.$brand.' fa-3x fa-fw"></span>';
    -}
    -elseif ($src->object=='source' && $src->type=='sepa_debit'){
    -print '<span class="fa fa-university fa-3x fa-fw"></span>';
    -}
    -print '</td>';
    -print '<td ';
    -if (($action == 'add_paiement' && $src->id!=$source) or ($src->object=='source' && $src->card->three_d_secure=='required')) { print'class="opacitymedium"';}
    -print' >';
    -if ($src->object=='card'){
    -print '**** '.$src->last4.'<br>Exp. '.$src->exp_month.'/'.$src->exp_year.'';
    -print '</td><td>';
    - if ($src->country)
    -	{
    -		$img=picto_from_langcode($src->country);
    -		print $img?$img.' ':'';
    -		print getCountry($src->country,1);
    -	}
    -	else print img_warning().' <font class="error">'.$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("CompanyCountry")).'</font>';
    -}
    -elseif ($src->object=='source' && $src->type=='card'){
    -					print $src->owner->name.'<br>**** '.$src->card->last4.' - '.$src->card->exp_month.'/'.$src->card->exp_year.'';
    -print '</td><td>';
    - if ($src->card->country)
    -	{
    -		$img=picto_from_langcode($src->card->country);
    -		print $img?$img.' ':'';
    -		print getCountry($src->card->country,1);
    -	}
    -	else print img_warning().' <font class="error">'.$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("CompanyCountry")).'</font>';
    -}
    -elseif ($src->object=='source' && $src->type=='sepa_debit'){
    -print 'info sepa';
    -print '</td><td>';
    - if ($src->sepa_debit->country)
    -	{
    -		$img=picto_from_langcode($src->sepa_debit->country);
    -		print $img?$img.' ':'';
    -		print getCountry($src->sepa_debit->country,1);
    -	}
    -	else print img_warning().' <font class="error">'.$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("CompanyCountry")).'</font>';
    -}
    -print '</td>';
    +            print' >';
    +            if ($src->object=='card') {
    +                print img_credit_card($src->brand);
    +            } elseif ($src->object=='source' && $src->type=='card') {
    +                print img_credit_card($src->card->brand);
    +            } elseif ($src->object=='source' && $src->type=='sepa_debit') {
    +                print '<span class="fa fa-university fa-2x fa-fw"></span>';
    +            }
    +            print '</td>';
    +            print '<td ';
    +            if (($action == 'add_paiement' && $src->id!=$source) or ($src->object=='source' && $src->card->three_d_secure=='required')) {
    +                print'class="opacitymedium"';
    +            }
    +            print' >';
    +            if ($src->object=='card') {
    +                print '....'.$src->last4.' - '.$src->exp_month.'/'.$src->exp_year.'';
    +                print '</td><td>';
    +                if ($src->country) {
    +                    $img = picto_from_langcode($src->country);
    +                    print $img?$img.' ':'';
    +                    print getCountry($src->country,1);
    +                } else {
    +                    print img_warning().' <font class="error">'.$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("CompanyCountry")).'</font>';
    +                }
    +            } elseif ($src->object=='source' && $src->type=='card') {
    +                print $src->owner->name.'<br>....'.$src->card->last4.' - '.$src->card->exp_month.'/'.$src->card->exp_year.'';
    +                print '</td><td>';
    +                if ($src->card->country) {
    +                    $img = picto_from_langcode($src->card->country);
    +                    print $img?$img.' ':'';
    +                    print getCountry($src->card->country,1);
    +                } else {
    +                    print img_warning().' <font class="error">'.$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("CompanyCountry")).'</font>';
    +                }
    +            } elseif ($src->object=='source' && $src->type=='sepa_debit') {
    +                print 'info sepa';
    +                print '</td><td>';
    +                if ($src->sepa_debit->country) {
    +                    $img = picto_from_langcode($src->sepa_debit->country);
    +                    print $img?$img.' ':'';
    +                    print getCountry($src->sepa_debit->country,1);
    +                } else {
    +                    print img_warning().' <font class="error">'.$langs->trans("ErrorFieldRequired",$langs->transnoentitiesnoconv("CompanyCountry")).'</font>';
    +                }
    +            }
    +            print '</td>';
                 // Default
                 print '<td align="center" width="50" ';
    -if (($action == 'add_paiement' && $src->id!=$source) or ($src->object=='source' && $src->card->three_d_secure=='required')) { print'class="opacitymedium"';}
    -print'>';
    +            if (($action == 'add_paiement' && $src->id!=$source) or ($src->object=='source' && $src->card->three_d_secure=='required')) {
    +                print'class="opacitymedium"';
    +            }
    +            print'>';
                 if (($customerstripe->default_source==$src->id)) {
                     print "<SPAN class=' fa fa-star  fa-2x'></SPAN>";
                 }
                 print '</td>';
    -print '</tr>';
    -}
    -// TODO more dolibarize with new stripe function and stripeconnect
    -//if ($stripe->getStripeCustomerAccount($facture->socid)) {
    -//$account=\Stripe\Account::retrieve("".$stripe->getStripeCustomerAccount($facture->socid)."");
    -//}
    +            print '</tr>';
    +        }
    +        // TODO more dolibarize with new stripe function and stripeconnect
    +        //if ($stripe->getStripeCustomerAccount($facture->socid)) {
    +        //    $account=\Stripe\Account::retrieve("".$stripe->getStripeCustomerAccount($facture->socid)."");
    +        //}
     
    -	if (($account->type=='custom' or $account->type=='express') && $entity==1) {
    -	print '<tr class="oddeven">';
    +        if (($account->type=='custom' or $account->type=='express') && $entity==1) {
    +            print '<tr class="oddeven">';
     
    -	            print '<td align="center" width="20" ';
    -	if ($action == 'add_paiement' && $stripe->getStripeCustomerAccount($facture->socid)!=$source) { print'class="opacitymedium"';}
    -	print'><input type="radio" id="source_id" class="flat" name="source_id"  value="'.$conf->global->STRIPE_EXTERNAL_ACCOUNT.'"';
    -	            if ((empty($input) && $action != 'add_paiement') or ($source==$conf->global->STRIPE_EXTERNAL_ACCOUNT && $action == 'add_paiement')) {
    -	                print ' checked';
    -	            } elseif ($action == 'add_paiement' && $conf->global->STRIPE_EXTERNAL_ACCOUNT!=$source) {
    -	                print ' disabled';
    -	            }
    -	            print '></td><td ';
    -	if ($action == 'add_paiement' && $stripe->getStripeCustomerAccount($facture->socid)!=$source) { print'class="opacitymedium"';}
    -	            print '><span class="fa fa-cc-stripe fa-3x fa-fw"></span></td>';
    +            print '<td align="center" width="20" ';
    +            if ($action == 'add_paiement' && $stripe->getStripeCustomerAccount($facture->socid)!=$source) {
    +                print'class="opacitymedium"';
    +            }
    +            print'><input type="radio" id="source_id" class="flat" name="source_id"  value="'.$conf->global->STRIPE_EXTERNAL_ACCOUNT.'"';
    +            if ((empty($input) && $action != 'add_paiement') or ($source==$conf->global->STRIPE_EXTERNAL_ACCOUNT && $action == 'add_paiement')) {
    +                print ' checked';
    +            } elseif ($action == 'add_paiement' && $conf->global->STRIPE_EXTERNAL_ACCOUNT!=$source) {
    +                print ' disabled';
    +            }
    +            print '></td><td ';
    +            if ($action == 'add_paiement' && $stripe->getStripeCustomerAccount($facture->socid)!=$source) {
    +                print'class="opacitymedium"';
    +            }
    +            print '><span class="fa fa-cc-stripe fa-3x fa-fw"></span></td>';
     
    -	print '<td ';
    -	if ($action == 'add_paiement' && $stripe->getStripeCustomerAccount($facture->socid)!=$source) { print'class="opacitymedium"';}
    -	print'>'.$langs->trans('sold');
    -	print'</td><td ';
    -	if ($action == 'add_paiement' && $src->id!=$source) { print'class="opacitymedium"';}
    -	print'>';
    +            print '<td ';
    +            if ($action == 'add_paiement' && $stripe->getStripeCustomerAccount($facture->socid)!=$source) {
    +                print'class="opacitymedium"';
    +            }
    +            print'>'.$langs->trans('sold');
    +            print'</td><td ';
    +            if ($action == 'add_paiement' && $src->id!=$source) {
    +                print'class="opacitymedium"';
    +            }
    +            print'>';
     
    -	print '</td>';
    -	            // Default
    -	            print '<td align="center" width="50" ';
    -	if ($action == 'add_paiement' && $src->id!=$source) { print'class="opacitymedium"';}
    -	print'>';
    -	//            if (($customer->default_source!=$src->id)) {
    -	//                print img_picto($langs->trans("Disabled"),'off');
    -	//            } else {
    -	//                print img_picto($langs->trans("Default"),'on');
    -	//            }
    -	            print '</td>';
    -	print '</tr>';
    -	}
    -	if (empty($input)&&!$stripe->getStripeCustomerAccount($facture->socid))
    -	{
    -	print '<tr><td class="opacitymedium" colspan="5">'.$langs->trans("None").'</td></tr>';
    -	}
    +            print '</td>';
    +            // Default
    +            print '<td align="center" width="50" ';
    +            if ($action == 'add_paiement' && $src->id!=$source) {
    +                print'class="opacitymedium"';
    +            }
    +            print'>';
    +            //if (($customer->default_source!=$src->id)) {
    +            //    print img_picto($langs->trans("Disabled"),'off');
    +            //} else {
    +            //    print img_picto($langs->trans("Default"),'on');
    +            //}
    +            print '</td>';
    +            print '</tr>';
    +        }
    +        if (empty($input)&&!$stripe->getStripeCustomerAccount($facture->socid)) {
    +            print '<tr><td class="opacitymedium" colspan="5">'.$langs->trans("None").'</td></tr>';
    +        }
     
    -	print "</table>";
    +        print "</table>";
     
     
             /*
    @@ -767,14 +762,14 @@ print '</tr>';
             $sql.= ' f.datef as df, f.fk_soc as socid';
             $sql.= ' FROM '.MAIN_DB_PREFIX.'facture as f';
     
    -		if(!empty($conf->global->FACTURE_PAYMENTS_ON_DIFFERENT_THIRDPARTIES_BILLS)) {
    +		if (!empty($conf->global->FACTURE_PAYMENTS_ON_DIFFERENT_THIRDPARTIES_BILLS)) {
     			$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'societe as s ON (f.fk_soc = s.rowid)';
     		}
     
     		$sql.= ' WHERE f.entity = '.$conf->entity;
             $sql.= ' AND (f.fk_soc = '.$facture->socid;
     
    -		if(!empty($conf->global->FACTURE_PAYMENTS_ON_DIFFERENT_THIRDPARTIES_BILLS) && !empty($facture->thirdparty->parent)) {
    +		if (!empty($conf->global->FACTURE_PAYMENTS_ON_DIFFERENT_THIRDPARTIES_BILLS) && !empty($facture->thirdparty->parent)) {
     			$sql.= ' OR f.fk_soc IN (SELECT rowid FROM '.MAIN_DB_PREFIX.'societe WHERE parent = '.$facture->thirdparty->parent.')';
     		}
     
    @@ -813,20 +808,24 @@ print '</tr>';
                     $i = 0;
                     //print '<tr><td colspan="3">';
                     print '<br>';
    -                 print_barre_liste($langs->trans('StripeInvoiceList').' '.$typeElementString.' '.$button, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,'',$num, '', '');
    +                print_barre_liste($langs->trans('StripeInvoiceList').' '.$typeElementString.' '.$button, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,'',$num, '', '');
                     print '<table class="noborder" width="100%">';
                     print '<tr class="liste_titre">';
                     print '<td>'.$arraytitle.'</td>';
                     print '<td align="center">'.$langs->trans('Date').'</td>';
    -                if (!empty($conf->multicurrency->enabled)) print '<td>'.$langs->trans('Currency').'</td>';
    -                if (!empty($conf->multicurrency->enabled)) print '<td align="right">'.$langs->trans('MulticurrencyAmountTTC').'</td>';
    -                if (!empty($conf->multicurrency->enabled)) print '<td align="right">'.$multicurrencyalreadypayedlabel.'</td>';
    -                if (!empty($conf->multicurrency->enabled)) print '<td align="right">'.$multicurrencyremaindertopay.'</td>';
    +                if (!empty($conf->multicurrency->enabled)) {
    +                    print '<td>'.$langs->trans('Currency').'</td>';
    +                    print '<td align="right">'.$langs->trans('MulticurrencyAmountTTC').'</td>';
    +                    print '<td align="right">'.$multicurrencyalreadypayedlabel.'</td>';
    +                    print '<td align="right">'.$multicurrencyremaindertopay.'</td>';
    +                }
                     print '<td align="right">'.$langs->trans('AmountTTC').'</td>';
                     print '<td align="right">'.$alreadypayedlabel.'</td>';
                     print '<td align="right">'.$remaindertopay.'</td>';
                     print '<td align="right">'.$langs->trans('PaymentAmount').'</td>';
    -                if (!empty($conf->multicurrency->enabled)) print '<td align="right">'.$langs->trans('MulticurrencyPaymentAmount').'</td>';
    +                if (!empty($conf->multicurrency->enabled)) {
    +                    print '<td align="right">'.$langs->trans('MulticurrencyPaymentAmount').'</td>';
    +                }
                     print '<td align="right">&nbsp;</td>';
                     print "</tr>\n";
     
    @@ -985,17 +984,21 @@ print '</tr>';
                         // Print total
                         print '<tr class="liste_total">';
                         print '<td colspan="2" align="left">'.$langs->trans('TotalTTC').'</td>';
    -					if (!empty($conf->multicurrency->enabled)) print '<td></td>';
    -					if (!empty($conf->multicurrency->enabled)) print '<td></td>';
    -					if (!empty($conf->multicurrency->enabled)) print '<td></td>';
    +					if (!empty($conf->multicurrency->enabled)) {
    +                        print '<td></td>';
    +					    print '<td></td>';
    +					    print '<td></td>';
    +                    }
     					print '<td align="right"><b>'.price($sign * $total_ttc).'</b></td>';
                         print '<td align="right"><b>'.price($sign * $totalrecu);
                         if ($totalrecucreditnote) print '+'.price($totalrecucreditnote);
                         if ($totalrecudeposits) print '+'.price($totalrecudeposits);
                         print '</b></td>';
    -                   print '<td align="right"><b>'.price($sign * price2num($total_ttc - $totalrecu - $totalrecucreditnote - $totalrecudeposits,'MT')).'</b></td>';
    +                    print '<td align="right"><b>'.price($sign * price2num($total_ttc - $totalrecu - $totalrecucreditnote - $totalrecudeposits,'MT')).'</b></td>';
                         print '<td align="right" id="result" style="font-weight: bold;"></td>';
    -					if (!empty($conf->multicurrency->enabled)) {print '<td align="right" id="multicurrency_result" style="font-weight: bold;"></td>';}
    +					if (!empty($conf->multicurrency->enabled)) {
    +                        print '<td align="right" id="multicurrency_result" style="font-weight: bold;"></td>';
    +                    }
                         print "</tr>\n";
                     }
                     print "</table>";
    @@ -1034,10 +1037,11 @@ print '</tr>';
                 $preselectedchoice=$addwarning?'no':'yes';
     
                 print '<br>';
    -            if (!empty($totalpayment)) $text=$langs->trans('ConfirmCustomerPayment',$totalpayment,$langs->trans("Currency".$conf->currency));
    -			if (!empty($multicurrency_totalpayment))
    -			{
    -				$text.='<br>'.$langs->trans('ConfirmCustomerPayment',$multicurrency_totalpayment,$langs->trans("paymentInInvoiceCurrency"));
    +            if (!empty($totalpayment)) {
    +                $text = $langs->trans('ConfirmCustomerPayment', $totalpayment, $langs->trans("Currency".$conf->currency));
    +            }
    +			if (!empty($multicurrency_totalpayment)) {
    +				$text.='<br>'.$langs->trans('ConfirmCustomerPayment', $multicurrency_totalpayment, $langs->trans("paymentInInvoiceCurrency"));
     			}
                 if (GETPOST('closepaidinvoices'))
                 {
    diff --git a/htdocs/stripe/transaction.php b/htdocs/stripe/transaction.php
    index 415ed32a62a..f95bde08369 100644
    --- a/htdocs/stripe/transaction.php
    +++ b/htdocs/stripe/transaction.php
    @@ -1,5 +1,6 @@
     <?php
    -/* Copyright (C) 2018 	PtibogXIV        <support@ptibogxiv.net>
    +/* Copyright (C) 2018       Thibault FOUCART        <support@ptibogxiv.net>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -62,14 +63,16 @@ llxHeader('', $langs->trans("StripeTransactionList"));
     if (! empty($conf->stripe->enabled) && (empty($conf->global->STRIPE_LIVE) || GETPOST('forcesandbox','alpha')))
     {
     	$service = 'StripeTest';
    +	$servicestatus = '0';
     	dol_htmloutput_mesg($langs->trans('YouAreCurrentlyInSandboxMode', 'Stripe'), '', 'warning');
     }
     else
     {
     	$service = 'StripeLive';
    +	$servicestatus = '1';
     }
     
    -$stripeaccount = $stripe->getStripeAccount($service);
    +$stripeacc = $stripe->getStripeAccount($service);
     /*if (empty($stripeaccount))
     {
     	print $langs->trans('ErrorStripeAccountNotDefined');
    @@ -77,41 +80,41 @@ $stripeaccount = $stripe->getStripeAccount($service);
     
     if (! $rowid) {
     
    -	print '<FORM method="POST" action="' . $_SERVER["PHP_SELF"] . '">';
    +	print '<form method="POST" action="' . $_SERVER["PHP_SELF"] . '">';
     	if ($optioncss != '')
    -		print '<INPUT type="hidden" name="optioncss" value="' . $optioncss . '">';
    -	print '<INPUT type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
    -	print '<INPUT type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
    -	print '<INPUT type="hidden" name="action" value="list">';
    -	print '<INPUT type="hidden" name="sortfield" value="' . $sortfield . '">';
    -	print '<INPUT type="hidden" name="sortorder" value="' . $sortorder . '">';
    -	print '<INPUT type="hidden" name="page" value="' . $page . '">';
    +		print '<input type="hidden" name="optioncss" value="' . $optioncss . '">';
    +	print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
    +	print '<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
    +	print '<input type="hidden" name="action" value="list">';
    +	print '<input type="hidden" name="sortfield" value="' . $sortfield . '">';
    +	print '<input type="hidden" name="sortorder" value="' . $sortorder . '">';
    +	print '<input type="hidden" name="page" value="' . $page . '">';
     
     	$title=$langs->trans("StripeTransactionList");
    -	$title.=($stripeaccount?' (Stripe connection with Stripe OAuth Connect account '.$stripeaccount.')':' (Stripe connection with keys from Stripe module setup)');
    +	$title.=($stripeaccount?' (Stripe connection with Stripe OAuth Connect account '.$stripeacc.')':' (Stripe connection with keys from Stripe module setup)');
     
     	print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, '', $num, $totalnboflines, 'title_accountancy.png', 0, '', '', $limit);
     
    -	print '<DIV class="div-table-responsive">';
    -	print '<TABLE class="tagtable liste' . ($moreforfilter ? " listwithfilterbefore" : "") . '">' . "\n";
    +	print '<div class="div-table-responsive">';
    +	print '<table class="tagtable liste' . ($moreforfilter ? " listwithfilterbefore" : "") . '">' . "\n";
     
    -	print '<TR class="liste_titre">';
    +	print '<tr class="liste_titre">';
     	print_liste_field_titre("Ref", $_SERVER["PHP_SELF"], "", "", "", "", $sortfield, $sortorder);
     	//print_liste_field_titre("StripeCustomerId",$_SERVER["PHP_SELF"],"","","","",$sortfield,$sortorder);
     	//print_liste_field_titre("CustomerId", $_SERVER["PHP_SELF"], "", "", "", "", $sortfield, $sortorder);
    -	print_liste_field_titre("Origin", $_SERVER["PHP_SELF"], "", "", "", "", $sortfield, $sortorder);
    +	//print_liste_field_titre("Origin", $_SERVER["PHP_SELF"], "", "", "", "", $sortfield, $sortorder);
     	print_liste_field_titre("DatePayment", $_SERVER["PHP_SELF"], "", "", "", 'align="center"', $sortfield, $sortorder);
     	print_liste_field_titre("Type", $_SERVER["PHP_SELF"], "", "", "", 'align="left"', $sortfield, $sortorder);
     	print_liste_field_titre("Paid", $_SERVER["PHP_SELF"], "", "", "", 'align="right"', $sortfield, $sortorder);
     	print_liste_field_titre("Fee", $_SERVER["PHP_SELF"], "", "", "", 'align="right"', $sortfield, $sortorder);
     	print_liste_field_titre("Status", $_SERVER["PHP_SELF"], "", "", "", 'align="right"');
    -	print "</TR>\n";
    +	print "</tr>\n";
     
    -	print "</TR>\n";
    +	print "</tr>\n";
     
    -	if ($stripeaccount)
    +	if ($stripeacc)
     	{
    -		$txn = \Stripe\BalanceTransaction::all(array("limit" => $limit), array("stripe_account" => $stripeaccount));
    +		$txn = \Stripe\BalanceTransaction::all(array("limit" => $limit), array("stripe_account" => $stripeacc));
     	}
     	else
     	{
    @@ -155,14 +158,34 @@ if (! $rowid) {
     		$societestatic->email = $obj->email;
     		$societestatic->societe_id = $obj->fk_soc;
     
    -		print '<TR class="oddeven">';
    +		print '<tr class="oddeven">';
     
     		// Ref
    -		print "<TD><A href='" . DOL_URL_ROOT . "/stripe/transaction.php?rowid=" . $txn->source . "'>" . $txn->source . "</A></TD>\n";
    +        if (!empty($stripeacc)) $connect=$stripeacc.'/';
    +    
    +		// Ref
    +        if (preg_match('/po_/i', $txn->source)){
    +            $origin="payouts";
    +        } elseif (preg_match('/fee_/i', $txn->source)) {
    +            $origin="connect/application_fees";
    +        } else {
    +            $origin="payments";
    +        }
    +
    +		$url='https://dashboard.stripe.com/'.$connect.'test/'.$origin.'/'.$txn->source;
    +		if ($servicestatus) {
    +			$url='https://dashboard.stripe.com/'.$connect.$origin.'/'.$txn->source;
    +		}
    +        if ($txn->type == 'stripe_fee' || $txn->type == 'reserve_transaction') {
    +            print "<td>".$txn->type."</td>";
    +        } else {
    +            print "<td><a href='".$url."' target='_stripe'>".img_picto($langs->trans('ShowInStripe'), 'object_globe')." " . $txn->source . "</a></td>\n";
    +        }
    +
     		// Stripe customer
    -		//print "<TD>".$charge->customer."</TD>\n";
    +		//print "<td>".$charge->customer."</td>\n";
     		// Link
    -		/*print "<TD>";
    +		/*print "<td>";
     		if ($societestatic->id > 0)
     		{
     			print $societestatic->getNomUrl(1);
    @@ -171,37 +194,41 @@ if (! $rowid) {
     		{
     			print $memberstatic->getNomUrl(1);
     		}
    -		print "</TD>\n";*/
    +		print "</td>\n";*/
     		// Origine
    -		print "<TD>";
    -		print $FULLTAG;
    -		if ($charge->metadata->source=="order"){
    -			$object = new Commande($db);
    -			$object->fetch($charge->metadata->idsource);
    -			print "<A href='".DOL_URL_ROOT."/commande/card.php?id=".$charge->metadata->idsource."'>".img_picto('', 'object_order')." ".$object->ref."</A>";
    -		} elseif ($charge->metadata->source=="invoice"){
    -			$object = new Facture($db);
    -			$object->fetch($charge->metadata->idsource);
    -			print "<A href='".DOL_URL_ROOT."/compta/facture/card.php?facid=".$charge->metadata->idsource."'>".img_picto('', 'object_invoice')." ".$object->ref."</A>";
    -		}
    -		print "</TD>\n";
    +		//print "<td>";
    +		////if ($charge->metadata->dol_type=="order"){
    +		//	$object = new Commande($db);
    +		//	$object->fetch($charge->metadata->dol_id);
    +		//	print "<a href='".DOL_URL_ROOT."/commande/card.php?id=".$charge->metadata->dol_id."'>".img_picto('', 'object_order')." ".$object->ref."</a>";
    +		//} elseif ($charge->metadata->dol_type=="invoice"){
    +		//	$object = new Facture($db);
    +		//	$object->fetch($charge->metadata->dol_id);
    +		//	print "<a href='".DOL_URL_ROOT."/compta/facture/card.php?facid=".$charge->metadata->dol_id."'>".img_picto('', 'object_invoice')." ".$object->ref."</a>";
    +		//}
    +		//print "</td>\n";
     		// Date payment
    -		print '<TD align="center">' . dol_print_date($txn->created, '%d/%m/%Y %H:%M') . "</TD>\n";
    +		print '<td align="center">' . dol_print_date($txn->created, '%d/%m/%Y %H:%M') . "</td>\n";
     		// Type
    -		print '<TD>' . $txn->type . '</TD>';
    +		print '<td>' . $txn->type . '</td>';
     		// Amount
    -		print "<TD align=\"right\">" . price(($txn->amount) / 100) . "</TD>";
    -		print "<TD align=\"right\">" . price(($txn->fee) / 100) . "</TD>";
    +		print "<td align=\"right\">" . price(($txn->amount) / 100, 0, '', 1, - 1, - 1, strtoupper($txn->currency)) . "</td>";
    +		print "<td align=\"right\">" . price(($txn->fee) / 100, 0, '', 1, - 1, - 1, strtoupper($txn->currency)) . "</td>";
     		// Status
    -		print "<TD align='right'>";
    -		print $txn->status;
    -		print '</TD>';
    -		print "</TR>\n";
    +		print "<td align='right'>";
    +		if ($txn->status=='available')
    + 		{print img_picto($langs->trans("".$txn->status.""),'statut4');}
    +		elseif ($txn->status=='pending')
    +		{print img_picto($langs->trans("".$txn->status.""),'statut7');}
    +		elseif ($txn->status=='failed')
    +		{print img_picto($langs->trans("".$txn->status.""),'statut8');}
    +		print '</td>';
    +		print "</tr>\n";
     	}
    -	print "</TABLE>";
    -	print '</DIV>';
    -	print '</FORM>';
    -} else {}
    +	print "</table>";
    +	print '</div>';
    +	print '</form>';
    +}
     
     // End of page
     llxFooter();
    diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php
    index fd74bcd2130..2f765c6c75f 100644
    --- a/htdocs/supplier_proposal/card.php
    +++ b/htdocs/supplier_proposal/card.php
    @@ -1,15 +1,16 @@
     <?php
    -/* Copyright (C) 2001-2007 Rodolphe Quiedeville  <rodolphe@quiedeville.org>
    - * Copyright (C) 2004-2017 Laurent Destailleur   <eldy@users.sourceforge.net>
    - * Copyright (C) 2004      Eric Seigne           <eric.seigne@ryxeo.com>
    - * Copyright (C) 2005      Marc Barilley / Ocebo <marc@ocebo.com>
    - * Copyright (C) 2005-2012 Regis Houssin         <regis.houssin@capnetworks.com>
    - * Copyright (C) 2006      Andre Cianfarani      <acianfa@free.fr>
    - * Copyright (C) 2010-2014 Juanjo Menent         <jmenent@2byte.es>
    - * Copyright (C) 2010-2011 Philippe Grand        <philippe.grand@atoo-net.com>
    - * Copyright (C) 2012-2013 Christophe Battarel   <christophe.battarel@altairis.fr>
    - * Copyright (C) 2013-2014 Florian Henry		 <florian.henry@open-concept.pro>
    - * Copyright (C) 2014	   Ferran Marcet		 <fmarcet@2byte.es>
    +/* Copyright (C) 2001-2007  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2017  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2004       Eric Seigne             <eric.seigne@ryxeo.com>
    + * Copyright (C) 2005       Marc Barilley / Ocebo   <marc@ocebo.com>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2006       Andre Cianfarani        <acianfa@free.fr>
    + * Copyright (C) 2010-2014  Juanjo Menent           <jmenent@2byte.es>
    + * Copyright (C) 2010-2011  Philippe Grand          <philippe.grand@atoo-net.com>
    + * Copyright (C) 2012-2013  Christophe Battarel     <christophe.battarel@altairis.fr>
    + * Copyright (C) 2013-2014  Florian Henry           <florian.henry@open-concept.pro>
    + * Copyright (C) 2014       Ferran Marcet           <fmarcet@2byte.es>
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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
    @@ -628,7 +629,7 @@ if (empty($reshook))
     					if(!empty($productsupplier->desc_supplier) && !empty($conf->global->PRODUIT_FOURN_TEXTS)) {
     					    $desc = $productsupplier->desc_supplier;
     					} else $desc = $productsupplier->description;
    -					
    +
     					if (trim($product_desc) != trim($desc)) $desc = dol_concatdesc($desc, $product_desc);
     
     					$pu_ht = $productsupplier->fourn_pu;
    @@ -792,7 +793,7 @@ if (empty($reshook))
     	}
     
     	// Mise a jour d'une ligne dans la demande de prix
    -	else if ($action == 'updateligne' && $user->rights->supplier_proposal->creer && GETPOST('save') == $langs->trans("Save")) {
    +	else if ($action == 'updateline' && $user->rights->supplier_proposal->creer && GETPOST('save') == $langs->trans("Save")) {
     
     		// Define info_bits
     		$info_bits = 0;
    @@ -918,7 +919,7 @@ if (empty($reshook))
     		}
     	}
     
    -	else if ($action == 'updateligne' && $user->rights->supplier_proposal->creer && GETPOST('cancel','alpha') == $langs->trans('Cancel')) {
    +	else if ($action == 'updateline' && $user->rights->supplier_proposal->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();
     	}
    @@ -1133,9 +1134,9 @@ if ($action == 'create')
     		$syear = date("Y", $tmpdte);
     		$smonth = date("m", $tmpdte);
     		$sday = date("d", $tmpdte);
    -		$form->select_date($syear."-".$smonth."-".$sday, 'liv_', '', '', '', "addask");
    +		print $form->selectDate($syear."-".$smonth."-".$sday, 'liv_', '', '', '', "addask");
     	} else {
    -		$form->select_date($datedelivery ? $datedelivery : -1, 'liv_', '', '', '', "addask", 1, 1);
    +		print $form->selectDate($datedelivery ? $datedelivery : -1, 'liv_', '', '', '', "addask", 1, 1);
     	}
     	print '</td></tr>';
     
    @@ -1372,12 +1373,11 @@ if ($action == 'create')
     			$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('ValidateAsk'), $text, 'confirm_validate', '', 0, 1);
     	}
     
    -	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;
    -	}
    +	// Call Hook 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;
    @@ -1393,6 +1393,7 @@ if ($action == 'create')
     	//$morehtmlref.=$form->editfieldval("RefSupplier", 'ref_supplier', $object->ref_supplier, $object, $user->rights->fournisseur->commande->creer, 'string', '', null, null, '', 1);
     	// Thirdparty
     	$morehtmlref.=$langs->trans('ThirdParty') . ' : ' . $object->thirdparty->getNomUrl(1);
    +	if (empty($conf->global->MAIN_DISABLE_OTHER_LINK) && $object->thirdparty->id > 0) $morehtmlref.=' (<a href="'.DOL_URL_ROOT.'/supplier_proposal/list.php?socid='.$object->thirdparty->id.'&search_societe='.urlencode($object->thirdparty->name).'">'.$langs->trans("OtherProposals").'</a>)';
     	// Project
     	if (! empty($conf->projet->enabled))
     	{
    @@ -1491,7 +1492,7 @@ if ($action == 'create')
     		print '<form name="editdate_livraison" action="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '" method="post">';
     		print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
     		print '<input type="hidden" name="action" value="setdate_livraison">';
    -		$form->select_date($object->date_livraison, 'liv_', '', '', '', "editdate_livraison");
    +		print $form->selectDate($object->date_livraison, 'liv_', '', '', '', "editdate_livraison");
     		print '<input type="submit" class="button" value="' . $langs->trans('Modify') . '">';
     		print '</form>';
     	} else {
    @@ -1690,7 +1691,7 @@ if ($action == 'create')
     
     	print '	<form name="addproduct" id="addproduct" action="' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . (($action != 'editline') ? '#add' : '#line_' . GETPOST('lineid')) . '" method="POST">
     	<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">
    -	<input type="hidden" name="action" value="' . (($action != 'editline') ? 'addline' : 'updateligne') . '">
    +	<input type="hidden" name="action" value="' . (($action != 'editline') ? 'addline' : 'updateline') . '">
     	<input type="hidden" name="mode" value="">
     	<input type="hidden" name="id" value="' . $object->id . '">
     	';
    diff --git a/htdocs/supplier_proposal/class/supplier_proposal.class.php b/htdocs/supplier_proposal/class/supplier_proposal.class.php
    index 9275cc0decf..688f6aa1276 100644
    --- a/htdocs/supplier_proposal/class/supplier_proposal.class.php
    +++ b/htdocs/supplier_proposal/class/supplier_proposal.class.php
    @@ -7,7 +7,7 @@
      * Copyright (C) 2006      Andre Cianfarani			<acianfa@free.fr>
      * Copyright (C) 2008      Raphael Bertrand			<raphael.bertrand@resultic.fr>
      * Copyright (C) 2010-2015 Juanjo Menent			<jmenent@2byte.es>
    - * Copyright (C) 2010-2011 Philippe Grand			<philippe.grand@atoo-net.com>
    + * Copyright (C) 2010-2018 Philippe Grand			<philippe.grand@atoo-net.com>
      * Copyright (C) 2012-2014 Christophe Battarel  	<christophe.battarel@altairis.fr>
      * Copyright (C) 2013      Florian Henry		  	<florian.henry@open-concept.pro>
      * Copyright (C) 2014      Marcos García            <marcosgdf@gmail.com>
    @@ -49,20 +49,30 @@ class SupplierProposal extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='supplier_proposal';
    -    
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='supplier_proposal';
    -	
    -    public $table_element_line='supplier_proposaldet';
    +
    +    /**
    +	 * @var int    Name of subtable line
    +	 */
    +	public $table_element_line='supplier_proposaldet';
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
         public $fk_element='fk_supplier_proposal';
    +
         public $picto='propal';
    +
         /**
          * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
          * @var int
          */
         public $ismultientitymanaged = 1;
    +
         /**
          * 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
          * @var integer
    @@ -74,24 +84,25 @@ class SupplierProposal extends CommonObject
          */
         protected $table_ref_field = 'ref';
     
    -    var $socid;		// Id client
    +    public $socid;		// Id client
     
     	/**
     	 * @deprecated
     	 * @see user_author_id
     	 */
    -    var $author;
    -    var $ref_fourn;					//Reference saisie lors de l'ajout d'une ligne à la demande
    -    var $ref_supplier;				//Reference saisie lors de l'ajout d'une ligne à la demande
    -    var $statut;					// 0 (draft), 1 (validated), 2 (signed), 3 (not signed), 4 (processed/billed)
    -    var $date;						// Date of proposal
    -    var $date_livraison;
    +    public $author;
    +
    +    public $ref_fourn;					//Reference saisie lors de l'ajout d'une ligne à la demande
    +    public $ref_supplier;				//Reference saisie lors de l'ajout d'une ligne à la demande
    +    public $statut;					// 0 (draft), 1 (validated), 2 (signed), 3 (not signed), 4 (processed/billed)
    +    public $date;						// Date of proposal
    +    public $date_livraison;
     
     	/**
     	 * @deprecated
     	 * @see date_creation
     	 */
    -	var $datec;
    +	public $datec;
     
     	/**
     	 * Creation date
    @@ -103,7 +114,7 @@ class SupplierProposal extends CommonObject
     	 * @deprecated
     	 * @see date_validation
     	 */
    -	var $datev;
    +	public $datev;
     
     	/**
     	 * Validation date
    @@ -112,70 +123,76 @@ class SupplierProposal extends CommonObject
     	public $date_validation;
     
     
    -    var $user_author_id;
    -    var $user_valid_id;
    -    var $user_close_id;
    +    public $user_author_id;
    +    public $user_valid_id;
    +    public $user_close_id;
     
     	/**
     	 * @deprecated
     	 * @see price_ht
     	 */
    -    var $price;
    +    public $price;
    +
     	/**
     	 * @deprecated
     	 * @see total_tva
     	 */
    -    var $tva;
    +    public $tva;
    +
     	/**
     	 * @deprecated
     	 * @see total_ttc
     	 */
    -    var $total;
    +    public $total;
     
    -    var $cond_reglement_code;
    -    var $mode_reglement_code;
    -    var $remise = 0;
    -    var $remise_percent = 0;
    -    var $remise_absolue = 0;
    +    public $cond_reglement_code;
    +    public $mode_reglement_code;
    +    public $remise = 0;
    +    public $remise_percent = 0;
    +    public $remise_absolue = 0;
     
    -    var $products=array();
    -    var $extraparams=array();
    +    public $products=array();
    +    public $extraparams=array();
     
    -    var $lines = array();
    -    var $line;
    +    public $lines = array();
    +    public $line;
     
    -    var $labelstatut=array();
    -    var $labelstatut_short=array();
    +    public $labelstatut=array();
    +    public $labelstatut_short=array();
     
    -    var $nbtodo;
    -    var $nbtodolate;
    +    public $nbtodo;
    +    public $nbtodolate;
     
    -    var $specimen;
    +    public $specimen;
     
     	// Multicurrency
    -	var $fk_multicurrency;
    -	var $multicurrency_code;
    -	var $multicurrency_tx;
    -	var $multicurrency_total_ht;
    -	var $multicurrency_total_tva;
    -	var $multicurrency_total_ttc;
    +	public $fk_multicurrency;
    +	public $multicurrency_code;
    +	public $multicurrency_tx;
    +	public $multicurrency_total_ht;
    +	public $multicurrency_total_tva;
    +	public $multicurrency_total_ttc;
     
     	/**
     	 * Draft status
     	 */
     	const STATUS_DRAFT = 0;
    +
     	/**
     	 * Validated status
     	 */
     	const STATUS_VALIDATED = 1;
    +
     	/**
     	 * Signed quote
     	 */
     	const STATUS_SIGNED = 2;
    +
     	/**
     	 * Not signed quote, canceled
     	 */
     	const STATUS_NOTSIGNED = 3;
    +
     	/**
     	 * Billed or closed/processed quote
     	 */
    @@ -203,9 +220,10 @@ class SupplierProposal extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * 	Add line into array products
    -     *	$this->client doit etre charge
    +     *  $this->client doit etre charge
          *
          * 	@param  int		$idproduct       	Product Id to add
          * 	@param  int		$qty             	Quantity
    @@ -217,6 +235,7 @@ class SupplierProposal extends CommonObject
          */
         function add_product($idproduct, $qty, $remise_percent=0)
         {
    +        // phpcs:enable
             global $conf, $mysoc;
     
             if (! $qty) $qty = 1;
    @@ -258,6 +277,7 @@ class SupplierProposal extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Adding line of fixed discount in the proposal in DB
          *
    @@ -266,6 +286,7 @@ class SupplierProposal extends CommonObject
          */
         function insert_discount($idremise)
         {
    +        // phpcs:enable
             global $langs;
     
             include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
    @@ -1072,6 +1093,7 @@ class SupplierProposal extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Insert into DB a supplier_proposal object completely defined by its data members (ex, results from copy).
          *
    @@ -1081,6 +1103,7 @@ class SupplierProposal extends CommonObject
          */
         function create_from($user)
         {
    +        // phpcs:enable
             $this->products=$this->lines;
     
             return $this->create($user);
    @@ -1501,6 +1524,7 @@ class SupplierProposal extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Set delivery date
          *
    @@ -1510,6 +1534,7 @@ class SupplierProposal extends CommonObject
          */
         function set_date_livraison($user, $date_livraison)
         {
    +        // phpcs:enable
             if (! empty($user->rights->supplier_proposal->creer))
             {
                 $sql = "UPDATE ".MAIN_DB_PREFIX."supplier_proposal ";
    @@ -1530,6 +1555,7 @@ class SupplierProposal extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Set an overall discount on the proposal
          *
    @@ -1539,6 +1565,7 @@ class SupplierProposal extends CommonObject
          */
         function set_remise_percent($user, $remise)
         {
    +        // phpcs:enable
             $remise=trim($remise)?trim($remise):0;
     
             if (! empty($user->rights->supplier_proposal->creer))
    @@ -1563,6 +1590,7 @@ class SupplierProposal extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Set an absolute overall discount on the proposal
          *
    @@ -1572,6 +1600,7 @@ class SupplierProposal extends CommonObject
          */
         function set_remise_absolue($user, $remise)
         {
    +        // phpcs:enable
             $remise=trim($remise)?trim($remise):0;
     
             if (! empty($user->rights->supplier_proposal->creer))
    @@ -1835,14 +1864,16 @@ class SupplierProposal extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     *	Set draft status
    +     *  Set draft status
          *
          *	@param		User	$user		Object user that modify
          *	@return		int					<0 if KO, >0 if OK
          */
         function set_draft($user)
         {
    +        // phpcs:enable
             global $conf,$langs;
     
             $sql = "UPDATE ".MAIN_DB_PREFIX."supplier_proposal SET fk_statut = 0";
    @@ -1861,6 +1892,7 @@ class SupplierProposal extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Return list of askprice (eventually filtered on user) into an array
          *
    @@ -1876,6 +1908,7 @@ class SupplierProposal extends CommonObject
          */
         function liste_array($shortlist=0, $draft=0, $notcurrentuser=0, $socid=0, $limit=0, $offset=0, $sortfield='p.datec', $sortorder='DESC')
         {
    +        // phpcs:enable
             global $conf,$user;
     
             $ga = array();
    @@ -2125,15 +2158,17 @@ class SupplierProposal extends CommonObject
             return $this->LibStatut($this->statut,$mode);
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
    -     *    	Return label of a status (draft, validated, ...)
    +     *  Return label of a status (draft, validated, ...)
          *
    -     *    	@param      int			$statut		id statut
    -     *    	@param      int			$mode      	0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto
    -     *    	@return     string		Label
    +     *  @param      int			$statut		id statut
    +     *  @param      int			$mode      	0=long label, 1=short label, 2=Picto + short label, 3=Picto, 4=Picto + long label, 5=Short label + Picto
    +     *  @return     string      Label
          */
     	function LibStatut($statut,$mode=1)
         {
    +        // phpcs:enable
         	// Init/load array of translation of status
         	if (empty($this->labelstatut) || empty($this->labelstatut_short))
         	{
    @@ -2153,30 +2188,32 @@ class SupplierProposal extends CommonObject
     
         	$statuttrans='';
     		if ($statut==0) $statuttrans='statut0';
    -		if ($statut==1) $statuttrans='statut1';
    -		if ($statut==2) $statuttrans='statut3';
    -		if ($statut==3) $statuttrans='statut5';
    -		if ($statut==4) $statuttrans='statut6';
    +		elseif ($statut==1) $statuttrans='statut1';
    +		elseif ($statut==2) $statuttrans='statut3';
    +		elseif ($statut==3) $statuttrans='statut5';
    +		elseif ($statut==4) $statuttrans='statut6';
     
     		if ($mode == 0)	return $this->labelstatut[$statut];
    -		if ($mode == 1)	return $this->labelstatut_short[$statut];
    -		if ($mode == 2)	return img_picto($this->labelstatut[$statut], $statuttrans).' '.$this->labelstatut_short[$statut];
    -		if ($mode == 3)	return img_picto($this->labelstatut[$statut], $statuttrans);
    -		if ($mode == 4)	return img_picto($this->labelstatut[$statut],$statuttrans).' '.$this->labelstatut[$statut];
    -		if ($mode == 5)	return '<span class="hideonsmartphone">'.$this->labelstatut_short[$statut].' </span>'.img_picto($this->labelstatut[$statut],$statuttrans);
    -		if ($mode == 6)	return '<span class="hideonsmartphone">'.$this->labelstatut[$statut].' </span>'.img_picto($this->labelstatut[$statut],$statuttrans);
    +		elseif ($mode == 1)	return $this->labelstatut_short[$statut];
    +		elseif ($mode == 2)	return img_picto($this->labelstatut[$statut], $statuttrans).' '.$this->labelstatut_short[$statut];
    +		elseif ($mode == 3)	return img_picto($this->labelstatut[$statut], $statuttrans);
    +		elseif ($mode == 4)	return img_picto($this->labelstatut[$statut],$statuttrans).' '.$this->labelstatut[$statut];
    +		elseif ($mode == 5)	return '<span class="hideonsmartphone">'.$this->labelstatut_short[$statut].' </span>'.img_picto($this->labelstatut[$statut],$statuttrans);
    +		elseif ($mode == 6)	return '<span class="hideonsmartphone">'.$this->labelstatut[$statut].' </span>'.img_picto($this->labelstatut[$statut],$statuttrans);
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *      Load indicators for dashboard (this->nbtodo and this->nbtodolate)
          *
          *      @param          User	$user   Object user
          *      @param          int		$mode   "opened" for askprice to close, "signed" for proposal to invoice
    -     *      @return         int     		<0 if KO, >0 if OK
    +     *      @return         int             <0 if KO, >0 if OK
          */
         function load_board($user,$mode)
         {
    +        // phpcs:enable
             global $conf, $user, $langs;
     
             $now=dol_now();
    @@ -2328,6 +2365,7 @@ class SupplierProposal extends CommonObject
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *      Charge indicateurs this->nb de tableau de bord
          *
    @@ -2335,6 +2373,7 @@ class SupplierProposal extends CommonObject
          */
         function load_state_board()
         {
    +        // phpcs:enable
             global $conf, $user;
     
             $this->nb=array();
    @@ -2635,7 +2674,6 @@ class SupplierProposal extends CommonObject
     
     	    return CommonObject::commonReplaceThirdparty($db, $origin_id, $dest_id, $tables);
     	}
    -
     }
     
     
    @@ -2648,7 +2686,7 @@ class SupplierProposalLine extends CommonObjectLine
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
    @@ -2658,31 +2696,32 @@ class SupplierProposalLine extends CommonObjectLine
     	 * @var string ID to identify managed object
     	 */
     	public $element='supplier_proposaldet';
    -    
    +
         /**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='supplier_proposaldet';
     
    -    var $oldline;
    +    public $oldline;
     
         // From llx_supplier_proposaldet
    -    var $rowid; // deprecated
    -    
    +    public $rowid; // deprecated
    +
         /**
     	 * @var int ID
     	 */
     	public $id;
    -	
    -    var $fk_supplier_proposal;
    -    var $fk_parent_line;
    -    var $desc;          	// Description ligne
    -    var $fk_product;		// Id produit predefini
    +
    +    public $fk_supplier_proposal;
    +    public $fk_parent_line;
    +    public $desc;          	// Description ligne
    +    public $fk_product;		// Id produit predefini
    +
     	/**
     	 * @deprecated
     	 * @see product_type
     	 */
    -	var $fk_product_type;
    +	public $fk_product_type;
     	/**
     	 * Product type
     	 * @var int
    @@ -2690,89 +2729,94 @@ class SupplierProposalLine extends CommonObjectLine
     	 */
         public $product_type = Product::TYPE_PRODUCT;
     
    -    var $qty;
    -    var $tva_tx;
    -    var $subprice;
    -    var $remise_percent;
    -    var $fk_remise_except;
    +    public $qty;
    +    public $tva_tx;
    +    public $subprice;
    +    public $remise_percent;
    +    public $fk_remise_except;
     
    -    var $rang = 0;
    +    public $rang = 0;
     
    -	var $fk_fournprice;
    -	var $pa_ht;
    -	var $marge_tx;
    -	var $marque_tx;
    +	public $fk_fournprice;
    +	public $pa_ht;
    +	public $marge_tx;
    +	public $marque_tx;
     
    -    var $special_code;	// Tag for special lines (exlusive tags)
    +    public $special_code;	// Tag for special lines (exlusive tags)
         // 1: frais de port
         // 2: ecotaxe
         // 3: option line (when qty = 0)
     
    -    var $info_bits = 0;	// Liste d'options cumulables:
    +    public $info_bits = 0;	// Liste d'options cumulables:
         // Bit 0: 	0 si TVA normal - 1 si TVA NPR
         // Bit 1:	0 ligne normale - 1 si ligne de remise fixe
     
    -    var $total_ht;			// Total HT  de la ligne toute quantite et incluant la remise ligne
    -    var $total_tva;			// Total TVA  de la ligne toute quantite et incluant la remise ligne
    -    var $total_ttc;			// Total TTC de la ligne toute quantite et incluant la remise ligne
    +    public $total_ht;			// Total HT  de la ligne toute quantite et incluant la remise ligne
    +    public $total_tva;			// Total TVA  de la ligne toute quantite et incluant la remise ligne
    +    public $total_ttc;			// Total TTC de la ligne toute quantite et incluant la remise ligne
     
     	/**
     	 * @deprecated
     	 * @see remise_percent, fk_remise_except
     	 */
    -    var $remise;
    +    public $remise;
    +
     	/**
     	 * @deprecated
     	 * @see subprice
     	 */
    -    var $price;
    +    public $price;
     
         // From llx_product
     	/**
     	 * @deprecated
     	 * @see product_ref
     	 */
    -	var $ref;
    +	public $ref;
    +
     	/**
     	 * Product reference
     	 * @var string
     	 */
     	public $product_ref;
    +
     	/**
     	 * @deprecated
     	 * @see product_label
     	 */
    -	var $libelle;
    +	public $libelle;
    +
     	/**
     	 *  Product label
     	 * @var string
     	 */
     	public $product_label;
    +
     	/**
     	 * Product description
     	 * @var string
     	 */
     	public $product_desc;
     
    -    var $localtax1_tx;		// Local tax 1
    -    var $localtax2_tx;		// Local tax 2
    -    var $localtax1_type;	// Local tax 1 type
    -	var $localtax2_type;	// Local tax 2 type
    -    var $total_localtax1;  	// Line total local tax 1
    -    var $total_localtax2;	// Line total local tax 2
    +    public $localtax1_tx;		// Local tax 1
    +    public $localtax2_tx;		// Local tax 2
    +    public $localtax1_type;	// Local tax 1 type
    +	public $localtax2_type;	// Local tax 2 type
    +    public $total_localtax1;  	// Line total local tax 1
    +    public $total_localtax2;	// Line total local tax 2
     
    -    var $skip_update_total; // Skip update price total for special lines
    +    public $skip_update_total; // Skip update price total for special lines
     
    -    var $ref_fourn;
    -    var $ref_supplier;
    +    public $ref_fourn;
    +    public $ref_supplier;
     
     	// Multicurrency
    -	var $fk_multicurrency;
    -	var $multicurrency_code;
    -	var $multicurrency_subprice;
    -	var $multicurrency_total_ht;
    -	var $multicurrency_total_tva;
    -	var $multicurrency_total_ttc;
    +	public $fk_multicurrency;
    +	public $multicurrency_code;
    +	public $multicurrency_subprice;
    +	public $multicurrency_total_ht;
    +	public $multicurrency_total_tva;
    +	public $multicurrency_total_ttc;
     
         /**
          * 	Class line Contructor
    @@ -3175,6 +3219,7 @@ class SupplierProposalLine extends CommonObjectLine
             }
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *	Update DB line fields total_xxx
          *	Used by migration
    @@ -3183,6 +3228,7 @@ class SupplierProposalLine extends CommonObjectLine
          */
         function update_total()
         {
    +        // phpcs:enable
             $this->db->begin();
     
             // Mise a jour ligne en base
    @@ -3207,5 +3253,4 @@ class SupplierProposalLine extends CommonObjectLine
                 return -2;
             }
         }
    -
     }
    diff --git a/htdocs/support/index.php b/htdocs/support/index.php
    index ab5d62df39e..bc0ef1a79c5 100644
    --- a/htdocs/support/index.php
    +++ b/htdocs/support/index.php
    @@ -34,9 +34,7 @@ if ($pos == '/') $pos = '';     // si $pos vaut /, on le met a ''
     if (! defined('DOL_URL_ROOT'))
     	define('DOL_URL_ROOT', $pos);	// URL racine relative
     
    -$langs->load("other");
    -$langs->load("help");
    -
    +$langs->loadLangs(array("other", $langs->load("help")));
     
     /*
      * View
    diff --git a/htdocs/support/online.php b/htdocs/support/online.php
    index 0f2dca142fc..01b2cb4dbd1 100644
    --- a/htdocs/support/online.php
    +++ b/htdocs/support/online.php
    @@ -30,9 +30,7 @@ if ($pos == '/') $pos = '';     // si $pos vaut /, on le met a ''
     define('DOL_URL_ROOT', $pos);	// URL racine relative
     
     
    -$langs->load("other");
    -$langs->load("help");
    -
    +$langs->loadLangs(array("other", "help"));
     
     /*
      * View
    diff --git a/htdocs/takepos/ChangeLog.md b/htdocs/takepos/ChangeLog.md
    new file mode 100644
    index 00000000000..7b623eaa252
    --- /dev/null
    +++ b/htdocs/takepos/ChangeLog.md
    @@ -0,0 +1,5 @@
    +# CHANGELOG TAKEPOS FOR <a href="https://www.dolibarr.org">DOLIBARR ERP CRM</a>
    +
    +## 1.0
    +Initial version
    +
    diff --git a/htdocs/takepos/README.md b/htdocs/takepos/README.md
    new file mode 100644
    index 00000000000..40d4742af27
    --- /dev/null
    +++ b/htdocs/takepos/README.md
    @@ -0,0 +1,100 @@
    +# TAKEPOS FOR <a href="https://www.takepos.com">DOLIBARR ERP CRM</a>
    +
    +## Features
    +Touch Screen POS
    +
    +<!--
    +![Screenshot takepos](img/screenshot_takepos.png?raw=true "TakePos"){imgmd}
    +-->
    +
    +Other modules are available on <a href="https://www.dolistore.com" target="_new">Dolistore.com</a>.
    +
    +
    +
    +### Translations
    +
    +Translations can be define manually by editing files into directories [langs](langs). 
    +
    +<!--
    +This module contains also a sample configuration for Transifex, under the hidden directory [.tx](.tx), so it is possible to manage translation using this service. 
    +
    +For more informations, see the [translator's documentation](https://wiki.dolibarr.org/index.php/Translator_documentation).
    +
    +There is a [Transifex project](https://transifex.com/projects/p/dolibarr-module-template) for this module.
    +-->
    +
    +
    +<!--
    +
    +Install
    +-------
    +
    +### From the ZIP file and GUI interface
    +
    +- If you get the module in a zip file (like when downloading it from the market place [Dolistore](https://www.dolistore.com)), go into
    +menu ```Home - Setup - Modules - Deploy external module``` and upload the zip file.
    +
    +
    +Note: If this screen tell you there is no custom directory, check your setup is correct: 
    +
    +- In your Dolibarr installation directory, edit the ```htdocs/conf/conf.php``` file and check that following lines are not commented:
    +
    +    ```php
    +    //$dolibarr_main_url_root_alt ...
    +    //$dolibarr_main_document_root_alt ...
    +    ```
    +
    +- Uncomment them if necessary (delete the leading ```//```) and assign a sensible value according to your Dolibarr installation
    +
    +    For example :
    +
    +    - UNIX:
    +        ```php
    +        $dolibarr_main_url_root_alt = '/custom';
    +        $dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';
    +        ```
    +
    +    - Windows:
    +        ```php
    +        $dolibarr_main_url_root_alt = '/custom';
    +        $dolibarr_main_document_root_alt = 'C:/My Web Sites/Dolibarr/htdocs/custom';
    +        ```
    +        
    +### From a GIT repository
    +
    +- Clone the repository in ```$dolibarr_main_document_root_alt/takepos```
    +
    +```sh
    +cd ....../custom
    +git clone git@github.com:gitlogin/takepos.git takepos
    +```
    +
    +### <a name="final_steps"></a>Final steps
    +
    +From your browser:
    +
    +  - Log into Dolibarr as a super-administrator
    +  - Go to "Setup" -> "Modules"
    +  - You should now be able to find and enable the module
    +
    +
    +
    +-->
    +
    +
    +Licenses
    +--------
    +
    +### Main code
    +
    +![GPLv3 logo](img/gplv3.png)
    +
    +GPLv3 or (at your option) any later version.
    +
    +See [COPYING](COPYING) for more information.
    +
    +#### Documentation
    +
    +All texts and readmes.
    +
    +![GFDL logo](img/gfdl.png)
    diff --git a/htdocs/takepos/admin/about.php b/htdocs/takepos/admin/about.php
    new file mode 100644
    index 00000000000..27b5e51b03b
    --- /dev/null
    +++ b/htdocs/takepos/admin/about.php
    @@ -0,0 +1,75 @@
    +<?php
    +/* Copyright (C) 2004-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2018 SuperAdmin
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    takepos/admin/about.php
    + * \ingroup takepos
    + * \brief   About page of module TakePos.
    + */
    +
    +require '../../main.inc.php';	// Load $user and permissions
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    +require_once '../lib/takepos.lib.php';
    +
    +// Translations
    +$langs->loadLangs(array("errors","admin","cashdesk"));
    +
    +// Access control
    +if (! $user->admin) {
    +	accessforbidden();
    +}
    +
    +// Parameters
    +$action = GETPOST('action', 'alpha');
    +$backtopage = GETPOST('backtopage', 'alpha');
    +
    +
    +/*
    + * Actions
    + */
    +
    +// None
    +
    +
    +/*
    + * View
    + */
    +
    +$form = new Form($db);
    +
    +$page_name = "TakePosAbout";
    +llxHeader('', $langs->trans($page_name));
    +
    +// Subheader
    +$linkback = '<a href="'.($backtopage?$backtopage:DOL_URL_ROOT.'/admin/modules.php').'">'.$langs->trans("BackToModuleList").'</a>';
    +
    +print load_fiche_titre($langs->trans($page_name), $linkback, 'object_takepos@takepos');
    +
    +// Configuration header
    +$head = takeposAdminPrepareHead();
    +dol_fiche_head($head, 'about', '', 0, 'takepos@takepos');
    +
    +dol_include_once('/takepos/core/modules/modTakePos.class.php');
    +$tmpmodule = new modTakePos($db);
    +print $tmpmodule->getDescLong();
    +
    +// Page end
    +dol_fiche_end();
    +llxFooter();
    +$db->close();
    diff --git a/htdocs/takepos/admin/orderprinters.php b/htdocs/takepos/admin/orderprinters.php
    new file mode 100644
    index 00000000000..4c72031b41b
    --- /dev/null
    +++ b/htdocs/takepos/admin/orderprinters.php
    @@ -0,0 +1,199 @@
    +<?php
    +/* Copyright (C) 2005       Matthieu Valleton   <mv@seeschloss.org>
    + * Copyright (C) 2005       Eric Seigne         <eric.seigne@ryxeo.com>
    + * Copyright (C) 2006-2016  Laurent Destailleur <eldy@users.sourceforge.net>
    + * Copyright (C) 2007       Patrick Raguin      <patrick.raguin@gmail.com>
    + * Copyright (C) 2005-2012  Regis Houssin       <regis.houssin@capnetworks.com>
    + * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
    + *
    + * 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/>.
    + */
    +
    +/**
    + *      \file       htdocs/takepos/admin/orderprinters.php
    + *      \ingroup    takepos
    + *      \brief      Home page of category area
    + */
    +
    +require '../../main.inc.php';	// Load $user and permissions
    +require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/treeview.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
    +
    +$langs->loadLangs(array("main"), "categories", "takepos", "printing");
    +
    +if (! $user->rights->categorie->lire) accessforbidden();
    +
    +$id=GETPOST('id','int');
    +$type=(GETPOST('type','aZ09') ? GETPOST('type','aZ09') : Categorie::TYPE_PRODUCT);
    +$catname=GETPOST('catname','alpha');
    +$action=GETPOST('action','alpha');
    +$printer1=GETPOST('printer1','alpha');
    +$printer2=GETPOST('printer2','alpha');
    +
    +if (is_numeric($type)) $type=Categorie::$MAP_ID_TO_CODE[$type];	// For backward compatibility
    +
    +/*
    + * Actions
    + */
    +print $action;
    +if ($action=="SavePrinter1"){
    +	$printedcategories=";";
    +	if (is_array($printer1)) foreach ($printer1 as $cat){
    +		$printedcategories=$printedcategories.$cat.";";
    +	}
    +	dolibarr_set_const($db,"TAKEPOS_PRINTED_CATEGORIES_1", $printedcategories,'chaine',0,'',$conf->entity);
    +}
    +
    +if ($action=="SavePrinter2"){
    +	$printedcategories=";";
    +	if (is_array($printer2)) foreach ($printer2 as $cat){
    +		$printedcategories=$printedcategories.$cat.";";
    +	}
    +	dolibarr_set_const($db,"TAKEPOS_PRINTED_CATEGORIES_2", $printedcategories,'chaine',0,'',$conf->entity);
    +}
    +
    +
    +/*
    + * View
    + */
    +
    +$categstatic = new Categorie($db);
    +$form = new Form($db);
    +
    +if ($type == Categorie::TYPE_PRODUCT)       { $title=$langs->trans("ProductsCategoriesArea");  $typetext='product'; }
    +elseif ($type == Categorie::TYPE_SUPPLIER)  { $title=$langs->trans("SuppliersCategoriesArea"); $typetext='supplier'; }
    +elseif ($type == Categorie::TYPE_CUSTOMER)  { $title=$langs->trans("CustomersCategoriesArea"); $typetext='customer'; }
    +elseif ($type == Categorie::TYPE_MEMBER)    { $title=$langs->trans("MembersCategoriesArea");   $typetext='member'; }
    +elseif ($type == Categorie::TYPE_CONTACT)   { $title=$langs->trans("ContactsCategoriesArea");  $typetext='contact'; }
    +elseif ($type == Categorie::TYPE_ACCOUNT)   { $title=$langs->trans("AccountsCategoriesArea");  $typetext='bank_account'; }
    +elseif ($type == Categorie::TYPE_PROJECT)   { $title=$langs->trans("ProjectsCategoriesArea");  $typetext='project'; }
    +elseif ($type == Categorie::TYPE_USER)      { $title=$langs->trans("UsersCategoriesArea");     $typetext='user'; }
    +else                                        { $title=$langs->trans("CategoriesArea");          $typetext='unknown'; }
    +
    +$arrayofjs=array('/includes/jquery/plugins/jquerytreeview/jquery.treeview.js', '/includes/jquery/plugins/jquerytreeview/lib/jquery.cookie.js');
    +$arrayofcss=array('/includes/jquery/plugins/jquerytreeview/jquery.treeview.css');
    +
    +llxHeader('',$title,'','',0,0,$arrayofjs,$arrayofcss);
    +
    +
    +print load_fiche_titre($langs->trans("OrderPrinters"));
    +
    +//print '<table border="0" width="100%" class="notopnoleftnoright">';
    +//print '<tr><td valign="top" width="30%" class="notopnoleft">';
    +print '<div class="fichecenter"><div class="fichethirdleft">';
    +
    +
    +//print '</td><td valign="top" width="70%">';
    +print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';
    +
    +
    +//print '</td></tr></table>';
    +print '</div></div></div>';
    +
    +print '<div class="fichecenter"><br>';
    +
    +
    +// Charge tableau des categories
    +$cate_arbo = $categstatic->get_full_arbo($typetext);
    +
    +// Define fulltree array
    +$fulltree=$cate_arbo;
    +
    +// Define data (format for treeview)
    +$data=array();
    +$data[] = array('rowid'=>0,'fk_menu'=>-1,'title'=>"racine",'mainmenu'=>'','leftmenu'=>'','fk_mainmenu'=>'','fk_leftmenu'=>'');
    +foreach($fulltree as $key => $val)
    +{
    +	$categstatic->id=$val['id'];
    +	$categstatic->ref=$val['label'];
    +	$categstatic->color=$val['color'];
    +	$categstatic->type=$type;
    +	$li=$categstatic->getNomUrl(1,'',60);
    +	$desc=dol_htmlcleanlastbr($val['description']);
    +
    +	$data[] = array(
    +	'rowid'=>$val['rowid'],
    +	'fk_menu'=>$val['fk_menu'],
    +	'fk_menu'=>$val['fk_parent'],
    +	'label'=>$val['label']
    +	);
    +}
    +
    +//Printer1
    +print '<table class="liste nohover" width="100%">';
    +print '<tr class="liste_titre"><td>'.$langs->trans("Printer").' 1</td><td></td><td align="right">';
    +print '</td></tr>';
    +$nbofentries=(count($data) - 1);
    +print '<form action="orderprinters.php">';
    +if ($nbofentries > 0)
    +{
    +	print '<tr class="pair"><td colspan="3">';
    +	print '<input type="hidden" name="action" value="SavePrinter1">';
    +	foreach ($data as $row) {
    +		if (strpos($conf->global->TAKEPOS_PRINTED_CATEGORIES_1, ';'.$row["rowid"].';') !== false) $checked='checked'; else $checked='';
    +		if ($row["fk_menu"]==0) print '<input type="checkbox" name="printer1[]" value="'.$row["rowid"].'" '.$checked.'>'.$row["label"].'<br>';
    +	}
    +	print '</td></tr>';
    +}
    +else
    +{
    +	print '<tr class="pair">';
    +	print '<td colspan="3"><table class="nobordernopadding"><tr class="nobordernopadding"><td>'.img_picto_common('','treemenu/branchbottom.gif').'</td>';
    +	print '<td valign="middle">';
    +	print $langs->trans("NoCategoryYet");
    +	print '</td>';
    +	print '<td>&nbsp;</td>';
    +	print '</table></td>';
    +	print '</tr>';
    +}
    +print "</table>";
    +print '<input type="submit" value="'.$langs->trans("Save").'"></form><br><br>';
    +
    +//Printer2
    +print '<table class="liste nohover" width="100%">';
    +print '<tr class="liste_titre"><td>'.$langs->trans("Printer").' 2</td><td></td><td align="right">';
    +print '</td></tr>';
    +$nbofentries=(count($data) - 1);
    +print '<form action="orderprinters.php">';
    +if ($nbofentries > 0)
    +{
    +	print '<tr class="pair"><td colspan="3">';
    +	print '<input type="hidden" name="action" value="SavePrinter2">';
    +	foreach ($data as $row) {
    +		if (strpos($conf->global->TAKEPOS_PRINTED_CATEGORIES_2, ';'.$row["rowid"].';') !== false) $checked='checked'; else $checked='';
    +		if ($row["fk_menu"]==0) print '<input type="checkbox" name="printer2[]" value="'.$row["rowid"].'" '.$checked.'>'.$row["label"].'<br>';
    +	}
    +	print '</td></tr>';
    +}
    +else
    +{
    +	print '<tr class="pair">';
    +	print '<td colspan="3"><table class="nobordernopadding"><tr class="nobordernopadding"><td>'.img_picto_common('','treemenu/branchbottom.gif').'</td>';
    +	print '<td valign="middle">';
    +	print $langs->trans("NoCategoryYet");
    +	print '</td>';
    +	print '<td>&nbsp;</td>';
    +	print '</table></td>';
    +	print '</tr>';
    +}
    +print "</table>";
    +print '<input type="submit" value="'.$langs->trans("Save").'"></form>';
    +
    +print '</div>';
    +
    +llxFooter();
    +
    +$db->close();
    diff --git a/htdocs/takepos/admin/setup.php b/htdocs/takepos/admin/setup.php
    new file mode 100644
    index 00000000000..453ecf64609
    --- /dev/null
    +++ b/htdocs/takepos/admin/setup.php
    @@ -0,0 +1,252 @@
    +<?php
    +/* Copyright (C) 2008-2011 Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2011-2017 Juanjo Menent		<jmenent@2byte.es>
    + *
    + * 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/>.
    + */
    +
    +/**
    + *	\file       htdocs/takepos/admin/setup.php
    + *	\ingroup    takepos
    + *	\brief      Setup page for TakePos module
    + */
    +
    +require '../../main.inc.php';	// Load $user and permissions
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/product/class/html.formproduct.class.php';
    +
    +// If socid provided by ajax company selector
    +if (! empty($_REQUEST['CASHDESK_ID_THIRDPARTY_id']))
    +{
    +	$_GET['CASHDESK_ID_THIRDPARTY'] = GETPOST('CASHDESK_ID_THIRDPARTY_id','alpha');
    +	$_POST['CASHDESK_ID_THIRDPARTY'] = GETPOST('CASHDESK_ID_THIRDPARTY_id','alpha');
    +	$_REQUEST['CASHDESK_ID_THIRDPARTY'] = GETPOST('CASHDESK_ID_THIRDPARTY_id','alpha');
    +}
    +
    +// Security check
    +if (!$user->admin) accessforbidden();
    +
    +$langs->loadLangs(array("admin", "cashdesk"));
    +
    +/*
    + * Actions
    + */
    +if (GETPOST('action','alpha') == 'set')
    +{
    +	$db->begin();
    +
    +	if (GETPOST('socid','int') < 0) $_POST["socid"]='';
    +
    +	$res = dolibarr_set_const($db,"CASHDESK_ID_THIRDPARTY",(GETPOST('socid','int') > 0 ? GETPOST('socid','int') : ''),'chaine',0,'',$conf->entity);
    +	$res = dolibarr_set_const($db,"CASHDESK_ID_BANKACCOUNT_CASH",(GETPOST('CASHDESK_ID_BANKACCOUNT_CASH','alpha') > 0 ? GETPOST('CASHDESK_ID_BANKACCOUNT_CASH','alpha') : ''),'chaine',0,'',$conf->entity);
    +	$res = dolibarr_set_const($db,"CASHDESK_ID_BANKACCOUNT_CHEQUE",(GETPOST('CASHDESK_ID_BANKACCOUNT_CHEQUE','alpha') > 0 ? GETPOST('CASHDESK_ID_BANKACCOUNT_CHEQUE','alpha') : ''),'chaine',0,'',$conf->entity);
    +	$res = dolibarr_set_const($db,"CASHDESK_ID_BANKACCOUNT_CB",(GETPOST('CASHDESK_ID_BANKACCOUNT_CB','alpha') > 0 ? GETPOST('CASHDESK_ID_BANKACCOUNT_CB','alpha') : ''),'chaine',0,'',$conf->entity);
    +	$res = dolibarr_set_const($db,"CASHDESK_ID_WAREHOUSE",(GETPOST('CASHDESK_ID_WAREHOUSE','alpha') > 0 ? GETPOST('CASHDESK_ID_WAREHOUSE','alpha') : ''),'chaine',0,'',$conf->entity);
    +	$res = dolibarr_set_const($db,"CASHDESK_NO_DECREASE_STOCK",GETPOST('CASHDESK_NO_DECREASE_STOCK','alpha'),'chaine',0,'',$conf->entity);
    +	$res = dolibarr_set_const($db,"CASHDESK_SERVICES", GETPOST('CASHDESK_SERVICES','alpha'),'chaine',0,'',$conf->entity);
    +	$res = dolibarr_set_const($db,"TAKEBOX", GETPOST('TAKEBOX','alpha'),'chaine',0,'',$conf->entity);
    +	$res = dolibarr_set_const($db,"TAKEPOS_BAR_RESTAURANT", GETPOST('TAKEPOS_BAR_RESTAURANT','alpha'),'chaine',0,'',$conf->entity);
    +    $res = dolibarr_set_const($db,"TAKEPOS_PRINT_SERVER", GETPOST('TAKEPOS_PRINT_SERVER','alpha'),'chaine',0,'',$conf->entity);
    +	$res = dolibarr_set_const($db,"TAKEPOS_ORDER_PRINTERS", GETPOST('TAKEPOS_ORDER_PRINTERS','alpha'),'chaine',0,'',$conf->entity);
    +
    +	dol_syslog("admin/cashdesk: level ".GETPOST('level','alpha'));
    +
    +	if (! $res > 0) $error++;
    +
    + 	if (! $error)
    +    {
    +        $db->commit();
    +	    setEventMessages($langs->trans("SetupSaved"), null, 'mesgs');
    +    }
    +    else
    +    {
    +        $db->rollback();
    +	    setEventMessages($langs->trans("Error"), null, 'errors');
    +    }
    +}
    +
    +/*
    + * View
    + */
    +
    +$form=new Form($db);
    +$formproduct=new FormProduct($db);
    +
    +llxHeader('',$langs->trans("CashDeskSetup"));
    +
    +$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
    +print load_fiche_titre($langs->trans("CashDeskSetup"),$linkback,'title_setup');
    +print '<br>';
    +
    +
    +// Mode
    +print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
    +print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    +print '<input type="hidden" name="action" value="set">';
    +
    +print '<table class="noborder" width="100%">';
    +print '<tr class="liste_titre">';
    +print '<td>'.$langs->trans("Parameters").'</td><td>'.$langs->trans("Value").'</td>';
    +print "</tr>\n";
    +
    +print '<tr class="oddeven"><td width=\"50%\">'.$langs->trans("CashDeskThirdPartyForSell").'</td>';
    +print '<td colspan="2">';
    +print $form->select_company($conf->global->CASHDESK_ID_THIRDPARTY,'socid','s.client in (1,3) AND s.status = 1',1,0,1,array(),0);
    +print '</td></tr>';
    +if (! empty($conf->banque->enabled))
    +{
    +
    +	print '<tr class="oddeven"><td>'.$langs->trans("CashDeskBankAccountForSell").'</td>';
    +	print '<td colspan="2">';
    +	$form->select_comptes($conf->global->CASHDESK_ID_BANKACCOUNT_CASH,'CASHDESK_ID_BANKACCOUNT_CASH',0,"courant=2",1);
    +	print '</td></tr>';
    +
    +
    +	print '<tr class="oddeven"><td>'.$langs->trans("CashDeskBankAccountForCheque").'</td>';
    +	print '<td colspan="2">';
    +	$form->select_comptes($conf->global->CASHDESK_ID_BANKACCOUNT_CHEQUE,'CASHDESK_ID_BANKACCOUNT_CHEQUE',0,"courant=1",1);
    +	print '</td></tr>';
    +
    +
    +	print '<tr class="oddeven"><td>'.$langs->trans("CashDeskBankAccountForCB").'</td>';
    +	print '<td colspan="2">';
    +	$form->select_comptes($conf->global->CASHDESK_ID_BANKACCOUNT_CB,'CASHDESK_ID_BANKACCOUNT_CB',0,"courant=1",1);
    +	print '</td></tr>';
    +}
    +
    +if (! empty($conf->stock->enabled))
    +{
    +
    +	print '<tr class="oddeven"><td>'.$langs->trans("CashDeskDoNotDecreaseStock").'</td>';	// Force warehouse (this is not a default value)
    +	print '<td colspan="2">';
    +	if (empty($conf->productbatch->enabled)) {
    +	   print $form->selectyesno('CASHDESK_NO_DECREASE_STOCK',$conf->global->CASHDESK_NO_DECREASE_STOCK,1);
    +	}
    +	else
    +	{
    +	    if (!$conf->global->CASHDESK_NO_DECREASE_STOCK) {
    +	       $res = dolibarr_set_const($db,"CASHDESK_NO_DECREASE_STOCK",1,'chaine',0,'',$conf->entity);
    +	    }
    +	    print $langs->trans('StockDecreaseForPointOfSaleDisabledbyBatch');
    +	}
    +	print '</td></tr>';
    +
    +	$disabled=$conf->global->CASHDESK_NO_DECREASE_STOCK;
    +
    +
    +	print '<tr class="oddeven"><td>'.$langs->trans("CashDeskIdWareHouse").'</td>';	// Force warehouse (this is not a default value)
    +	print '<td colspan="2">';
    +	if (! $disabled)
    +	{
    +		print $formproduct->selectWarehouses($conf->global->CASHDESK_ID_WAREHOUSE,'CASHDESK_ID_WAREHOUSE','',1,$disabled);
    +		print ' <a href="'.DOL_URL_ROOT.'/product/stock/card.php?action=create&backtopage='.urlencode($_SERVER["PHP_SELF"]).'">('.$langs->trans("Create").')</a>';
    +	}
    +	else
    +	{
    +		print $langs->trans("StockDecreaseForPointOfSaleDisabled");
    +	}
    +	print '</td></tr>';
    +}
    +
    +if (! empty($conf->service->enabled))
    +{
    +    print '<tr class="oddeven"><td>';
    +    print $langs->trans("CashdeskShowServices");
    +    print '<td colspan="2">';
    +    print $form->selectyesno("CASHDESK_SERVICES",$conf->global->CASHDESK_SERVICES,1);
    +    print "</td></tr>\n";
    +}
    +
    +// Use Takepos printing
    +print '<tr class="oddeven"><td>';
    +print $langs->trans("DolibarrReceiptPrinter").' TakeBOX (<a href="http://en.takepos.com/takebox">'.$langs->trans("TakeboxNecesary").'</a>)';
    +print '<td colspan="2">';
    +print $form->selectyesno("TAKEBOX",$conf->global->TAKEBOX,1);
    +print "</td></tr>\n";
    +
    +if ($conf->global->TAKEBOX){
    +    print '<tr class="oddeven value"><td>';
    +    print $langs->trans("IPAddress").' (<a href="http://en.takepos.com/takebox">'.$langs->trans("TakeboxNecesary").'</a>)';
    +    print '<td colspan="2">';
    +    print '<input type="text" size="20" id="TAKEPOS_PRINT_SERVER" name="TAKEPOS_PRINT_SERVER" value="'.$conf->global->TAKEPOS_PRINT_SERVER.'">';
    +    print '</td></tr>';
    +}
    +
    +// Bar Restaurant mode
    +print '<tr class="oddeven"><td>';
    +print 'Bar Restaurant';
    +print '<td colspan="2">';
    +print $form->selectyesno("TAKEPOS_BAR_RESTAURANT",$conf->global->TAKEPOS_BAR_RESTAURANT,1);
    +print "</td></tr>\n";
    +
    +if ($conf->global->TAKEPOS_BAR_RESTAURANT and $conf->global->TAKEBOX){
    +    print '<tr class="oddeven value"><td>';
    +    print $langs->trans("OrderPrinters").' (<a href="orderprinters.php?leftmenu=setup">'.$langs->trans("Setup").'</a>)';
    +    print '<td colspan="2">';
    +    print $form->selectyesno("TAKEPOS_ORDER_PRINTERS",$conf->global->TAKEPOS_ORDER_PRINTERS,1);
    +    print '</td></tr>';
    +}
    +
    +print '</table>';
    +print '<br>';
    +
    +print '<div class="center"><input type="submit" class="button" value="'.$langs->trans("Save").'"></div>';
    +
    +print "</form>\n";
    +
    +
    +
    +// Marketplace
    +print "<br><table summary=\"list_of_modules\" class=\"noborder\" width=\"100%\">\n";
    +print "<tr class=\"liste_titre\">\n";
    +print '<td colspan="2">TakePOS Marketplace</td>';
    +print '<td>'.$langs->trans("URL").'</td>';
    +print '</tr>';
    +
    +print "<tr class=\"oddeven\">\n";
    +$url='https://www.dolistore.com/en/modules/980-TakePOS-7-mobile.html';
    +print '<td align="left"><a href="'.$url.'" target="_blank" rel="external"><img border="0" class="imgautosize imgmaxwidth180" src="../img/marketplace/takeposmobile.jpg"></a></td>';
    +print '<td>TakePOS for mobile devices</td>';
    +print '<td><a href="'.$url.'" target="_blank" rel="external">'.$url.'</a></td>';
    +print '</tr>';
    +
    +print "<tr class=\"oddeven\">\n";
    +$url='https://www.dolistore.com/en/modules/949-Cash-Control-7.html';
    +print '<td align="left"><a href="'.$url.'" target="_blank" rel="external"><img border="0" class="imgautosize imgmaxwidth180" src="../img/marketplace/cashcontrol.jpg"></a></td>';
    +print '<td>TakePOS CashControl</td>';
    +print '<td><a href="'.$url.'" target="_blank" rel="external">'.$url.'</a></td>';
    +print '</tr>';
    +
    +print "</table>\n";
    +print '<br>';
    +
    +// Support
    +print "<br><table summary=\"list_of_modules\" class=\"noborder\" width=\"100%\">\n";
    +print "<tr class=\"liste_titre\">\n";
    +print '<td colspan="2">TakePOS Support</td>';
    +print '<td>'.$langs->trans("URL").'</td>';
    +print '</tr>';
    +
    +print "<tr class=\"oddeven\">\n";
    +$url='http://www.takepos.com';
    +print '<td align="left"><a href="'.$url.'" target="_blank" rel="external"><img border="0" class="imgautosize imgmaxwidth180" src="../img/takepos.png"></a></td>';
    +print '<td>TakePOS original developers</td>';
    +print '<td><a href="'.$url.'" target="_blank" rel="external">'.$url.'</a></td>';
    +print '</tr>';
    +
    +print "</table>\n";
    +print '<br>';
    +
    +llxFooter();
    +$db->close();
    diff --git a/htdocs/takepos/ajax.php b/htdocs/takepos/ajax.php
    new file mode 100644
    index 00000000000..33d1503891e
    --- /dev/null
    +++ b/htdocs/takepos/ajax.php
    @@ -0,0 +1,62 @@
    +<?php
    +/* Copyright (C) 2001-2004	Andreu Bisquerra	<jove@bisquerra.com>
    + *
    + * 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/>.
    + */
    +
    +/**
    + *	\file       htdocs/takepos/ajax.php
    + *	\brief      Ajax search component for TakePos. It search products of a category.
    + */
    +
    +//if (! defined('NOREQUIREUSER'))	define('NOREQUIREUSER','1');	// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIREDB'))		define('NOREQUIREDB','1');		// Not disabled cause need to load personalized language
    +if (! defined('NOREQUIRESOC'))		define('NOREQUIRESOC','1');
    +//if (! defined('NOREQUIRETRAN'))		define('NOREQUIRETRAN','1');
    +if (! defined('NOCSRFCHECK'))		define('NOCSRFCHECK','1');
    +if (! defined('NOTOKENRENEWAL'))	define('NOTOKENRENEWAL','1');
    +if (! defined('NOREQUIREMENU'))		define('NOREQUIREMENU','1');
    +if (! defined('NOREQUIREHTML'))		define('NOREQUIREHTML','1');
    +if (! defined('NOREQUIREAJAX'))		define('NOREQUIREAJAX','1');
    +
    +require '../main.inc.php';	// Load $user and permissions
    +require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
    +
    +$category = GETPOST('category','alpha');
    +$action = GETPOST('action','alpha');
    +$term = GETPOST('term','alpha');
    +
    +
    +/*
    + * View
    + */
    +
    +if ($action=="getProducts"){
    +	$object = new Categorie($db);
    +	$result=$object->fetch($category);
    +	$prods = $object->getObjectsInCateg("product");
    +	echo json_encode($prods);
    +}
    +
    +if ($action=="search"){
    +	$sql = 'SELECT * FROM '.MAIN_DB_PREFIX.'product';
    +	$sql.= ' WHERE entity IN ('.getEntity('product').')';
    +	$sql .= natural_search(array('label','barcode'), $term);
    +	$resql = $db->query($sql);
    +	$rows = array();
    +	while($row = $db->fetch_array ($resql)){
    +		$rows[] = $row;
    +	}
    +	echo json_encode($rows);
    +}
    \ No newline at end of file
    diff --git a/htdocs/takepos/class/actions_takepos.class.php b/htdocs/takepos/class/actions_takepos.class.php
    new file mode 100644
    index 00000000000..2ed4a27525b
    --- /dev/null
    +++ b/htdocs/takepos/class/actions_takepos.class.php
    @@ -0,0 +1,219 @@
    +<?php
    +/* Copyright (C) 2018 SuperAdmin
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    takepos/class/actions_takepos.class.php
    + * \ingroup takepos
    + * \brief   Hooks of takepos module
    + */
    +
    +/**
    + * Class ActionsTakePos
    + */
    +class ActionsTakePos
    +{
    +    /**
    +     * @var DoliDB Database handler.
    +     */
    +    public $db;
    +    /**
    +     * @var string Error
    +     */
    +    public $error = '';
    +    /**
    +     * @var array Errors
    +     */
    +    public $errors = array();
    +
    +
    +	/**
    +	 * @var array Hook results. Propagated to $hookmanager->resArray for later reuse
    +	 */
    +	public $results = array();
    +
    +	/**
    +	 * @var string String displayed by executeHook() immediately after return
    +	 */
    +	public $resprints;
    +
    +
    +	/**
    +	 * Constructor
    +	 *
    +	 *  @param		DoliDB		$db      Database handler
    +	 */
    +	public function __construct($db)
    +	{
    +	    $this->db = $db;
    +	}
    +
    +	/**
    +	 * Overloading the doActions function : replacing the parent's function with the one below
    +	 *
    +	 * @param   array()         $parameters     Hook metadatas (context, etc...)
    +	 * @param   CommonObject    $object         The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
    +	 * @param   string          $action         Current action (if set). Generally create or edit or null
    +	 * @param   HookManager     $hookmanager    Hook manager propagated to allow calling another hook
    +	 * @return  int                             < 0 on error, 0 on success, 1 to replace standard code
    +	 */
    +	public function doActions($parameters, &$object, &$action, $hookmanager)
    +	{
    +		global $conf, $user, $langs;
    +
    +		$error = 0; // Error counter
    +
    +        /* print_r($parameters); print_r($object); echo "action: " . $action; */
    +	    if (in_array($parameters['currentcontext'], array('somecontext1','somecontext2')))	    // do something only for the context 'somecontext1' or 'somecontext2'
    +	    {
    +			// Do what you want here...
    +			// You can for example call global vars like $fieldstosearchall to overwrite them, or update database depending on $action and $_POST values.
    +		}
    +
    +		if (! $error) {
    +			$this->results = array('myreturn' => 999);
    +			$this->resprints = 'A text to show';
    +			return 0;                                    // or return 1 to replace standard code
    +		} else {
    +			$this->errors[] = 'Error message';
    +			return -1;
    +		}
    +	}
    +
    +
    +	/**
    +	 * Overloading the doActions function : replacing the parent's function with the one below
    +	 *
    +	 * @param   array()         $parameters     Hook metadatas (context, etc...)
    +	 * @param   CommonObject    $object         The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
    +	 * @param   string          $action         Current action (if set). Generally create or edit or null
    +	 * @param   HookManager     $hookmanager    Hook manager propagated to allow calling another hook
    +	 * @return  int                             < 0 on error, 0 on success, 1 to replace standard code
    +	 */
    +	public function addMoreActionsButtons($parameters, &$object, &$action, $hookmanager)
    +	{
    +	    global $conf, $user, $langs;
    +
    +	    $error = 0; // Error counter
    +
    +        /* print_r($parameters); print_r($object); echo "action: " . $action; */
    +	    if (in_array($parameters['currentcontext'], array('invoicecard')))		// do something only for the context 'somecontext1' or 'somecontext2'
    +	    {
    +
    +			$receipt_url=DOL_URL_ROOT."/takepos/receipt.php";
    +	        print '<div class="inline-block divButAction"><a target="_blank" class="butAction" href="' . $receipt_url . '?facid=' . $object->id.'">' . $langs->trans('Ticket') .'</a></div>';
    +	    }
    +
    +	    if (! $error) {
    +	        $this->results = array('myreturn' => 999);
    +	        $this->resprints = 'A text to show';
    +	        return 0;                                    // or return 1 to replace standard code
    +	    } else {
    +	        $this->errors[] = 'Error message';
    +	        return -1;
    +	    }
    +	}
    +
    +
    +	/**
    +	 * Overloading the addMoreMassActions function : replacing the parent's function with the one below
    +	 *
    +	 * @param   array()         $parameters     Hook metadatas (context, etc...)
    +	 * @param   CommonObject    $object         The object to process (an invoice if you are in invoice module, a propale in propale's module, etc...)
    +	 * @param   string          $action         Current action (if set). Generally create or edit or null
    +	 * @param   HookManager     $hookmanager    Hook manager propagated to allow calling another hook
    +	 * @return  int                             < 0 on error, 0 on success, 1 to replace standard code
    +	 */
    +	public function addMoreMassActions($parameters, &$object, &$action, $hookmanager)
    +	{
    +	    global $conf, $user, $langs;
    +
    +	    $error = 0; // Error counter
    +
    +        /* print_r($parameters); print_r($object); echo "action: " . $action; */
    +	    if (in_array($parameters['currentcontext'], array('somecontext1','somecontext2')))		// do something only for the context 'somecontext1' or 'somecontext2'
    +	    {
    +	        $this->resprints = '<option value="0"'.($disabled?' disabled="disabled"':'').'>'.$langs->trans("TakePosMassAction").'</option>';
    +	    }
    +
    +	    if (! $error) {
    +	        return 0;                                    // or return 1 to replace standard code
    +	    } else {
    +	        $this->errors[] = 'Error message';
    +	        return -1;
    +	    }
    +	}
    +
    +
    +
    +	/**
    +	 * Execute action
    +	 *
    +	 * @param	array	$parameters		Array of parameters
    +	 * @param   Object	$object		   	Object output on PDF
    +	 * @param   string	$action     	'add', 'update', 'view'
    +	 * @return  int 		        	<0 if KO,
    +	 *                          		=0 if OK but we want to process standard actions too,
    +	 *  	                            >0 if OK and we want to replace standard actions.
    +	 */
    +	function beforePDFCreation($parameters, &$object, &$action)
    +	{
    +		global $langs,$conf;
    +		global $hookmanager;
    +
    +		$outputlangs=$langs;
    +
    +		$ret=0; $deltemp=array();
    +		dol_syslog(get_class($this).'::executeHooks action='.$action);
    +
    +		/* print_r($parameters); print_r($object); echo "action: " . $action; */
    +		if (in_array($parameters['currentcontext'], array('somecontext1','somecontext2')))		// do something only for the context 'somecontext1' or 'somecontext2'
    +		{
    +
    +		}
    +
    +		return $ret;
    +	}
    +
    +	/**
    +	 * Execute action
    +	 *
    +	 * @param	array	$parameters		Array of parameters
    +	 * @param   Object	$pdfhandler   	PDF builder handler
    +	 * @param   string	$action     	'add', 'update', 'view'
    +	 * @return  int 		        	<0 if KO,
    +	 *                          		=0 if OK but we want to process standard actions too,
    +	 *  	                            >0 if OK and we want to replace standard actions.
    +	 */
    +	function afterPDFCreation($parameters, &$pdfhandler, &$action)
    +	{
    +		global $langs,$conf;
    +		global $hookmanager;
    +
    +		$outputlangs=$langs;
    +
    +		$ret=0; $deltemp=array();
    +		dol_syslog(get_class($this).'::executeHooks action='.$action);
    +
    +		/* print_r($parameters); print_r($object); echo "action: " . $action; */
    +		if (in_array($parameters['currentcontext'], array('somecontext1','somecontext2')))		// do something only for the context 'somecontext1' or 'somecontext2'
    +		{
    +
    +		}
    +
    +		return $ret;
    +	}
    +}
    diff --git a/htdocs/takepos/css/colorbox.css b/htdocs/takepos/css/colorbox.css
    new file mode 100644
    index 00000000000..e51a84c8282
    --- /dev/null
    +++ b/htdocs/takepos/css/colorbox.css
    @@ -0,0 +1,58 @@
    +/*
    +    Colorbox Core Style:
    +    The following CSS is consistent between example themes and should not be altered.
    +*/
    +#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
    +#cboxWrapper {max-width:none;}
    +#cboxOverlay{position:fixed; width:100%; height:100%;}
    +#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
    +#cboxContent{position:relative;}
    +#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
    +#cboxTitle{margin:0;}
    +#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
    +#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
    +.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
    +.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
    +#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
    +
    +/*
    +    User Style:
    +    Change the following styles to modify the appearance of Colorbox.  They are
    +    ordered & tabbed in a way that represents the nesting of the generated HTML.
    +*/
    +#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
    +#colorbox{outline:0;}
    +#cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;}
    +#cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
    +#cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
    +#cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
    +#cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
    +#cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
    +#cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
    +#cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
    +#cboxContent{background:#fff; overflow:visible;}
    +.cboxIframe{background:#fff;}
    +#cboxError{padding:50px; border:1px solid #ccc;}
    +#cboxLoadedContent{margin-bottom:5px;}
    +#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
    +#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
    +#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
    +#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
    +
    +/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
    +#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
    +
    +/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    +#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
    +
    +#cboxPrevious{left:0px; background-position: -51px -25px;}
    +#cboxPrevious:hover{background-position:-51px 0px;}
    +#cboxNext{left:27px; background-position:-75px -25px;}
    +#cboxNext:hover{background-position:-75px 0px;}
    +#cboxClose{right:0; background-position:-100px -25px;}
    +#cboxClose:hover{background-position:-100px 0px;}
    +
    +.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
    +.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
    +.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
    +.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
    diff --git a/htdocs/takepos/css/images/border.png b/htdocs/takepos/css/images/border.png
    new file mode 100644
    index 00000000000..c1cd1a2a451
    Binary files /dev/null and b/htdocs/takepos/css/images/border.png differ
    diff --git a/htdocs/takepos/css/images/controls.png b/htdocs/takepos/css/images/controls.png
    new file mode 100644
    index 00000000000..259130cd537
    Binary files /dev/null and b/htdocs/takepos/css/images/controls.png differ
    diff --git a/htdocs/takepos/css/images/loading.gif b/htdocs/takepos/css/images/loading.gif
    new file mode 100644
    index 00000000000..dba33c8167b
    Binary files /dev/null and b/htdocs/takepos/css/images/loading.gif differ
    diff --git a/htdocs/takepos/css/images/loading_background.png b/htdocs/takepos/css/images/loading_background.png
    new file mode 100644
    index 00000000000..23a336b3989
    Binary files /dev/null and b/htdocs/takepos/css/images/loading_background.png differ
    diff --git a/htdocs/takepos/css/pos.css b/htdocs/takepos/css/pos.css
    new file mode 100644
    index 00000000000..8a2122de9f3
    --- /dev/null
    +++ b/htdocs/takepos/css/pos.css
    @@ -0,0 +1,114 @@
    +html,body {
    +    padding:0;
    +    margin:0;
    +    height:100%;
    +}
    +
    +body {
    +    width:100%;
    +}
    +
    +.row {
    +    width:100%;
    +    height:50%;
    +}
    +
    +.row div {
    +    width:33%;
    +    height:100%;
    +    float:left;
    +}
    +
    +button.calcbutton {
    +	display: inline-block;
    +	position: relative;
    +	padding: 0;
    +	line-height: normal;
    +	cursor: pointer;
    +	vertical-align: middle;
    +	text-align: center;
    +	font-size:180%;
    +	overflow: visible; /* removes extra width in IE */
    +	width:24%;
    +	height:24%;
    +}
    +
    +button.calcbutton2 {
    +	display: inline-block;
    +	position: relative;
    +	padding: 0;
    +	line-height: normal;
    +	cursor: pointer;
    +	vertical-align: middle;
    +	text-align: center;
    +	font-size:120%;
    +	overflow: visible; /* removes extra width in IE */
    +	width:24%;
    +	height:24%;
    +}
    +
    +button.actionbutton {
    +	display: inline-block;
    +	position: relative;
    +	padding: 0;
    +	line-height: normal;
    +	cursor: pointer;
    +	vertical-align: middle;
    +	text-align: center;
    +	font-size:100%;
    +	overflow: visible; /* removes extra width in IE */
    +	width:32%;
    +	height:32%;
    +}
    +
    +div.wrapper{
    +	float:left; /* important */
    +	position:relative; /* important(so we can absolutely position the description div */
    +	width:21.5%;
    +	height:23%;
    +	margin:1%;
    +	border: 0.1em solid;
    +	box-shadow: 3px 3px 2px #888;
    +	text-align: center;
    +}
    +
    +div.wrapper2{
    +	float:left; /* important */
    +	position:relative; /* important(so we can absolutely position the description div */
    +	width:10.2%;
    +	height:23%;
    +	margin-top:0.5%;
    +	margin-bottom:0.5%;
    +	margin-left:0.5%;
    +	margin-right:0.5%;
    +	border: 0.1em solid;
    +	box-shadow: 3px 3px 2px #888;
    +	text-align: center;
    +}
    +
    +div.description{
    +	position:absolute; /* absolute position (so we can position it where we want)*/
    +	bottom:0px; /* position will be on bottom */
    +	left:0px;
    +	width:100%;
    +	/* styling bellow */
    +	background-color:black;
    +	font-family: 'tahoma';
    +	font-size:100%;
    +	color:white;
    +	opacity:0.8; /* transparency */
    +	filter:alpha(opacity=80); /* IE transparency */
    +	text-align:center;
    +}
    +
    +@media only screen and (max-aspect-ratio: 6/4) {
    +	div.description{
    +	min-height:20%;
    +	}
    +}
    +
    +p.description_content{
    +	padding:10px;
    +	margin:0px;
    +	
    +}
    diff --git a/htdocs/takepos/customers.php b/htdocs/takepos/customers.php
    new file mode 100644
    index 00000000000..f5bcb8557cf
    --- /dev/null
    +++ b/htdocs/takepos/customers.php
    @@ -0,0 +1,1271 @@
    +<?php
    +/* Copyright (C) 2001-2004  Rodolphe Quiedeville    <rodolphe@quiedeville.org>
    + * Copyright (C) 2004-2016  Laurent Destailleur     <eldy@users.sourceforge.net>
    + * Copyright (C) 2005-2012  Regis Houssin           <regis.houssin@capnetworks.com>
    + * Copyright (C) 2012       Marcos García           <marcosgdf@gmail.com>
    + * Copyright (C) 2013-2015  Raphaël Doursenaud      <rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2015       Florian Henry           <florian.henry@open-concept.pro>
    + * Copyright (C) 2016       Josep Lluis Amador      <joseplluis@lliuretic.cat>
    + * Copyright (C) 2016       Ferran Marcet      		<fmarcet@2byte.es>
    + * Copyright (C) 2017       Rui Strecht      		<rui.strecht@aliartalentos.com>
    + * Copyright (C) 2017       Juanjo Menent      		<jmenent@2byte.es>
    + *
    + * 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/>.
    + */
    +
    +/**
    + *	\file       htdocs/takepos/customers.php
    + *	\ingroup    societe
    + *	\brief      Page to show list of third parties. TODO Merge with societe/list.php
    + */
    +
    +require '../main.inc.php';	// Load $user and permissions
    +include_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/societe/class/client.class.php';
    +
    +$langs->loadLangs(array("companies", "commercial", "customers", "suppliers", "bills", "compta", "categories", "cashdesk"));
    +
    +$action=GETPOST('action','alpha');
    +$massaction=GETPOST('massaction','alpha');
    +$show_files=GETPOST('show_files','int');
    +$confirm=GETPOST('confirm','alpha');
    +$toselect = GETPOST('toselect', 'array');
    +$idcustomer = GETPOST('idcustomer','int');
    +$place = GETPOST('place','int');
    +
    +$_GET['optioncss'] = 'print';
    +
    +
    +/*
    + * Actions
    + */
    +
    +if ($action=="change") {
    +    $sql="UPDATE ".MAIN_DB_PREFIX."facture set fk_soc=".$idcustomer." where facnumber='(PROV-POS-".$place.")'";
    +    $resql = $db->query($sql);
    +    ?>
    +    <script>
    +    parent.$("#poslines").load("invoice.php?place="+<?php print $place;?>, function() {
    +        parent.$("#poslines").scrollTop(parent.$("#poslines")[0].scrollHeight);
    +        parent.$.colorbox.close();
    +    });
    +    </script>
    +    <?php
    +    exit;
    +}
    +
    +// Security check
    +$socid = GETPOST('socid','int');
    +if ($user->societe_id) $socid=$user->societe_id;
    +$result = restrictedArea($user,'societe',$socid,'');
    +
    +$search_all=trim(GETPOST('search_all', 'alphanohtml')?GETPOST('search_all', 'alphanohtml'):GETPOST('sall', 'alphanohtml'));
    +$search_cti=preg_replace('/^0+/', '', preg_replace('/[^0-9]/', '', GETPOST('search_cti', 'alphanohtml')));	// Phone number without any special chars
    +
    +$search_id=trim(GETPOST("search_id","int"));
    +$search_nom=trim(GETPOST("search_nom"));
    +$search_alias=trim(GETPOST("search_alias"));
    +$search_nom_only=trim(GETPOST("search_nom_only"));
    +$search_barcode=trim(GETPOST("search_barcode"));
    +$search_customer_code=trim(GETPOST('search_customer_code'));
    +$search_supplier_code=trim(GETPOST('search_supplier_code'));
    +$search_account_customer_code=trim(GETPOST('search_account_customer_code'));
    +$search_account_supplier_code=trim(GETPOST('search_account_supplier_code'));
    +$search_town=trim(GETPOST("search_town"));
    +$search_zip=trim(GETPOST("search_zip"));
    +$search_state=trim(GETPOST("search_state"));
    +$search_region=trim(GETPOST("search_region"));
    +$search_email=trim(GETPOST('search_email'));
    +$search_phone=trim(GETPOST('search_phone'));
    +$search_url=trim(GETPOST('search_url'));
    +$search_idprof1=trim(GETPOST('search_idprof1'));
    +$search_idprof2=trim(GETPOST('search_idprof2'));
    +$search_idprof3=trim(GETPOST('search_idprof3'));
    +$search_idprof4=trim(GETPOST('search_idprof4'));
    +$search_idprof5=trim(GETPOST('search_idprof5'));
    +$search_idprof6=trim(GETPOST('search_idprof6'));
    +$search_vat=trim(GETPOST('search_vat'));
    +$search_sale=trim(GETPOST("search_sale",'int'));
    +$search_categ_cus=trim(GETPOST("search_categ_cus",'int'));
    +$search_categ_sup=trim(GETPOST("search_categ_sup",'int'));
    +$search_country=GETPOST("search_country",'intcomma');
    +$search_type_thirdparty=GETPOST("search_type_thirdparty",'int');
    +$search_status=GETPOST("search_status",'int');
    +$search_type=GETPOST('search_type','alpha');
    +$search_level_from = GETPOST("search_level_from","alpha");
    +$search_level_to   = GETPOST("search_level_to","alpha");
    +$search_stcomm=GETPOST('search_stcomm','int');
    +$search_import_key  = GETPOST("search_import_key","alpha");
    +
    +$type=GETPOST('type');
    +$optioncss=GETPOST('optioncss','alpha');
    +$mode=GETPOST("mode");
    +
    +$diroutputmassaction=$conf->societe->dir_output . '/temp/massgeneration/'.$user->id;
    +
    +$limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit;
    +$sortfield=GETPOST("sortfield",'alpha');
    +$sortorder=GETPOST("sortorder",'alpha');
    +$page=GETPOST("page",'int');
    +if (! $sortorder) $sortorder="ASC";
    +if (! $sortfield) $sortfield="s.nom";
    +if (empty($page) || $page == -1) { $page = 0; }
    +$offset = $limit * $page;
    +$pageprev = $page - 1;
    +$pagenext = $page + 1;
    +
    +// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
    +$contextpage='thirdpartylist';
    +/*if ($search_type == '1,3') { $contextpage='customerlist'; $type='c'; }
    +if ($search_type == '2,3') { $contextpage='prospectlist'; $type='p'; }
    +if ($search_type == '4') { $contextpage='supplierlist'; $type='f'; }
    +*/
    +if ($type == 'c') { $contextpage='customerlist'; if ($search_type=='') $search_type='1,3'; }
    +if ($type == 'p') { $contextpage='prospectlist'; if ($search_type=='') $search_type='2,3'; }
    +if ($type == 'f') { $contextpage='supplierlist'; if ($search_type=='') $search_type='4'; }
    +
    +// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
    +$hookmanager->initHooks(array($contextpage));
    +$extrafields = new ExtraFields($db);
    +
    +// fetch optionals attributes and labels
    +$extralabels = $extrafields->fetch_name_optionals_label('societe');
    +$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
    +
    +// List of fields to search into when doing a "search in all"
    +$fieldstosearchall = array(
    +	's.nom'=>"ThirdPartyName",
    +	's.name_alias'=>"AliasNameShort",
    +	's.code_client'=>"CustomerCode",
    +	's.code_fournisseur'=>"SupplierCode",
    +	's.code_compta'=>"CustomerAccountancyCodeShort",
    +	's.code_compta_fournisseur'=>"SupplierAccountancyCodeShort",
    +	's.email'=>"EMail",
    +	's.url'=>"URL",
    +	's.tva_intra'=>"VATIntra",
    +	's.siren'=>"ProfId1",
    +	's.siret'=>"ProfId2",
    +	's.ape'=>"ProfId3",
    +);
    +if (($tmp = $langs->transnoentities("ProfId4".$mysoc->country_code)) && $tmp != "ProfId4".$mysoc->country_code && $tmp != '-') $fieldstosearchall['s.idprof4']='ProfId4';
    +if (($tmp = $langs->transnoentities("ProfId5".$mysoc->country_code)) && $tmp != "ProfId5".$mysoc->country_code && $tmp != '-') $fieldstosearchall['s.idprof5']='ProfId5';
    +if (($tmp = $langs->transnoentities("ProfId6".$mysoc->country_code)) && $tmp != "ProfId6".$mysoc->country_code && $tmp != '-') $fieldstosearchall['s.idprof6']='ProfId6';
    +if (!empty($conf->barcode->enabled)) $fieldstosearchall['s.barcode']='Gencod';
    +
    +// Define list of fields to show into list
    +$checkedcustomercode=(in_array($contextpage, array('thirdpartylist', 'customerlist', 'prospectlist')) ? 1 : 0);
    +$checkedsuppliercode=(in_array($contextpage, array('supplierlist')) ? 1 : 0);
    +$checkedcustomeraccountcode=(in_array($contextpage, array('customerlist')) ? 1 : 0);
    +$checkedsupplieraccountcode=(in_array($contextpage, array('supplierlist')) ? 1 : 0);
    +$checkedtypetiers=1;
    +$checkedprofid1=0;
    +$checkedprofid2=0;
    +$checkedprofid3=0;
    +$checkedprofid4=0;
    +$checkedprofid5=0;
    +$checkedprofid6=0;
    +//$checkedprofid4=((($tmp = $langs->transnoentities("ProfId4".$mysoc->country_code)) && $tmp != "ProfId4".$mysoc->country_code && $tmp != '-') ? 1 : 0);
    +//$checkedprofid5=((($tmp = $langs->transnoentities("ProfId5".$mysoc->country_code)) && $tmp != "ProfId5".$mysoc->country_code && $tmp != '-') ? 1 : 0);
    +//$checkedprofid6=((($tmp = $langs->transnoentities("ProfId6".$mysoc->country_code)) && $tmp != "ProfId6".$mysoc->country_code && $tmp != '-') ? 1 : 0);
    +$checkprospectlevel=(in_array($contextpage, array('prospectlist')) ? 1 : 0);
    +$checkstcomm=(in_array($contextpage, array('prospectlist')) ? 1 : 0);
    +$arrayfields=array(
    +	's.rowid'=>array('label'=>"TechnicalID", 'checked'=>($conf->global->MAIN_SHOW_TECHNICAL_ID?1:0), 'enabled'=>($conf->global->MAIN_SHOW_TECHNICAL_ID?1:0)),
    +	's.nom'=>array('label'=>"ThirdPartyName", 'checked'=>1),
    +	's.name_alias'=>array('label'=>"AliasNameShort", 'checked'=>1),
    +	's.barcode'=>array('label'=>"Gencod", 'checked'=>1, 'enabled'=>(! empty($conf->barcode->enabled))),
    +	's.code_client'=>array('label'=>"CustomerCodeShort", 'checked'=>$checkedcustomercode),
    +	's.code_fournisseur'=>array('label'=>"SupplierCodeShort", 'checked'=>$checkedsuppliercode, 'enabled'=>(! empty($conf->fournisseur->enabled))),
    +	's.code_compta'=>array('label'=>"CustomerAccountancyCodeShort", 'checked'=>$checkedcustomeraccountcode),
    +	's.code_compta_fournisseur'=>array('label'=>"SupplierAccountancyCodeShort", 'checked'=>$checkedsupplieraccountcode, 'enabled'=>(! empty($conf->fournisseur->enabled))),
    +	's.town'=>array('label'=>"Town", 'checked'=>1),
    +	's.zip'=>array('label'=>"Zip", 'checked'=>1),
    +	'state.nom'=>array('label'=>"State", 'checked'=>0),
    +	'region.nom'=>array('label'=>"Region", 'checked'=>0),
    +	'country.code_iso'=>array('label'=>"Country", 'checked'=>0),
    +	's.email'=>array('label'=>"Email", 'checked'=>0),
    +	's.url'=>array('label'=>"Url", 'checked'=>0),
    +	's.phone'=>array('label'=>"Phone", 'checked'=>1),
    +	'typent.code'=>array('label'=>"ThirdPartyType", 'checked'=>$checkedtypetiers),
    +	's.siren'=>array('label'=>"ProfId1Short", 'checked'=>$checkedprofid1),
    +	's.siret'=>array('label'=>"ProfId2Short", 'checked'=>$checkedprofid2),
    +	's.ape'=>array('label'=>"ProfId3Short", 'checked'=>$checkedprofid3),
    +	's.idprof4'=>array('label'=>"ProfId4Short", 'checked'=>$checkedprofid4),
    +	's.idprof5'=>array('label'=>"ProfId5Short", 'checked'=>$checkedprofid5),
    +	's.idprof6'=>array('label'=>"ProfId6Short", 'checked'=>$checkedprofid6),
    +	's.tva_intra'=>array('label'=>"VATIntra", 'checked'=>0),
    +	'customerorsupplier'=>array('label'=>'Nature', 'checked'=>1),
    +	's.fk_prospectlevel'=>array('label'=>"ProspectLevelShort", 'checked'=>$checkprospectlevel),
    +	's.fk_stcomm'=>array('label'=>"StatusProsp", 'checked'=>$checkstcomm),
    +	's.datec'=>array('label'=>"DateCreation", 'checked'=>0, 'position'=>500),
    +	's.tms'=>array('label'=>"DateModificationShort", 'checked'=>0, 'position'=>500),
    +	's.status'=>array('label'=>"Status", 'checked'=>1, 'position'=>1000),
    +	's.import_key'=>array('label'=>"ImportId", 'checked'=>0, 'position'=>1100),
    +);
    +// 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'=>(abs($extrafields->attribute_list[$key])!=3 && $extrafields->attribute_perms[$key]));
    +   }
    +}
    +
    +$object = new Societe($db);
    +
    +
    +/*
    + * Actions
    + */
    +
    +if (GETPOST('cancel','alpha')) { $action='list'; $massaction=''; }
    +if (! GETPOST('confirmmassaction','alpha') && $massaction != 'presend' && $massaction != 'confirm_presend') { $massaction=''; }
    +
    +$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))
    +{
    +	// Selection of new fields
    +	include DOL_DOCUMENT_ROOT.'/core/actions_changeselectedfields.inc.php';
    +
    +	// Did we click on 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_id='';
    +		$search_nom='';
    +		$search_alias='';
    +		$search_categ_cus=0;
    +		$search_categ_sup=0;
    +		$search_sale='';
    +		$search_barcode="";
    +		$search_customer_code='';
    +		$search_supplier_code='';
    +		$search_account_customer_code='';
    +		$search_account_supplier_code='';
    +		$search_town="";
    +		$search_zip="";
    +		$search_state="";
    +		$search_country='';
    +		$search_email='';
    +		$search_phone='';
    +		$search_url='';
    +		$search_idprof1='';
    +		$search_idprof2='';
    +		$search_idprof3='';
    +		$search_idprof4='';
    +		$search_idprof5='';
    +		$search_idprof6='';
    +		$search_vat='';
    +		$search_type='';
    +		$search_type_thirdparty='';
    +		$search_status=-1;
    +		$search_stcomm='';
    +	 	$search_level_from='';
    +	 	$search_level_to='';
    +	 	$search_import_key='';
    +	 	$toselect='';
    +		$search_array_options=array();
    +	}
    +
    +	// Mass actions
    +	$objectclass='Societe';
    +	$objectlabel='ThirdParty';
    +	$permtoread = $user->rights->societe->lire;
    +	$permtodelete = $user->rights->societe->supprimer;
    +	$uploaddir = $conf->societe->dir_output;
    +	include DOL_DOCUMENT_ROOT.'/core/actions_massactions.inc.php';
    +
    +	if ($action == 'setstcomm')
    +	{
    +		$object = new Client($db);
    +		$result=$object->fetch(GETPOST('stcommsocid'));
    +		$object->stcomm_id=dol_getIdFromCode($db, GETPOST('stcomm','alpha'), 'c_stcomm');
    +		$result=$object->update($object->id, $user);
    +		if ($result < 0) setEventMessages($object->error,$object->errors,'errors');
    +
    +		$action='';
    +	}
    +}
    +
    +if ($search_status=='') $search_status=1; // always display active thirdparty first
    +
    +
    +
    +/*
    + * View
    + */
    +
    +/*
    + REM: Rules on permissions to see thirdparties
    + Internal or External user + No permission to see customers => See nothing
    + Internal user socid=0 + Permission to see ALL customers    => See all thirdparties
    + Internal user socid=0 + No permission to see ALL customers => See only thirdparties linked to user that are sale representative
    + External user socid=x + Permission to see ALL customers    => Can see only himself
    + External user socid=x + No permission to see ALL customers => Can see only himself
    + */
    +
    +$form=new Form($db);
    +$formother=new FormOther($db);
    +$companystatic=new Societe($db);
    +$formcompany=new FormCompany($db);
    +$prospectstatic=new Client($db);
    +$prospectstatic->client=2;
    +$prospectstatic->loadCacheOfProspStatus();
    +
    +
    +$title=$langs->trans("ListOfThirdParties");
    +if ($type == 'c' && (empty($search_type) || ($search_type == '1,3'))) $title=$langs->trans("ListOfCustomers");
    +if ($type == 'p' && (empty($search_type) || ($search_type == '2,3'))) $title=$langs->trans("ListOfProspects");
    +if ($type == 'f' && (empty($search_type) || ($search_type == '4'))) $title=$langs->trans("ListOfSuppliers");
    +
    +// If both parameters are set, search for everything BETWEEN them
    +if ($search_level_from != '' && $search_level_to != '')
    +{
    +	// Ensure that these parameters are numbers
    +	$search_level_from = (int) $search_level_from;
    +	$search_level_to = (int) $search_level_to;
    +
    +	// If from is greater than to, reverse orders
    +	if ($search_level_from > $search_level_to)
    +	{
    +		$tmp = $search_level_to;
    +		$search_level_to = $search_level_from;
    +		$search_level_from = $tmp;
    +	}
    +
    +	// Generate the SQL request
    +	$sortwhere = '(sortorder BETWEEN '.$search_level_from.' AND '.$search_level_to.') AS is_in_range';
    +}
    +// If only "from" parameter is set, search for everything GREATER THAN it
    +else if ($search_level_from != '')
    +{
    +	// Ensure that this parameter is a number
    +	$search_level_from = (int) $search_level_from;
    +
    +	// Generate the SQL request
    +	$sortwhere = '(sortorder >= '.$search_level_from.') AS is_in_range';
    +}
    +// If only "to" parameter is set, search for everything LOWER THAN it
    +else if ($search_level_to != '')
    +{
    +	// Ensure that this parameter is a number
    +	$search_level_to = (int) $search_level_to;
    +
    +	// Generate the SQL request
    +	$sortwhere = '(sortorder <= '.$search_level_to.') AS is_in_range';
    +}
    +// If no parameters are set, dont search for anything
    +else
    +{
    +	$sortwhere = '0 as is_in_range';
    +}
    +
    +// Select every potentiels, and note each potentiels which fit in search parameters
    +dol_syslog('societe/list.php',LOG_DEBUG);
    +$sql = "SELECT code, label, sortorder, ".$sortwhere;
    +$sql.= " FROM ".MAIN_DB_PREFIX."c_prospectlevel";
    +$sql.= " WHERE active > 0";
    +$sql.= " ORDER BY sortorder";
    +
    +$resql = $db->query($sql);
    +if ($resql)
    +{
    +	$tab_level = array();
    +	$search_levels = array();
    +
    +	while ($obj = $db->fetch_object($resql))
    +	{
    +		// Compute level text
    +		$level=$langs->trans($obj->code);
    +		if ($level == $obj->code) $level=$langs->trans($obj->label);
    +
    +		// Put it in the array sorted by sortorder
    +		$tab_level[$obj->sortorder] = $level;
    +
    +		// If this potentiel fit in parameters, add its code to the $search_levels array
    +		if ($obj->is_in_range == 1)
    +		{
    +			$search_levels[] = '"'.preg_replace('[^A-Za-z0-9_-]', '', $obj->code).'"';
    +		}
    +	}
    +
    +	// Implode the $search_levels array so that it can be use in a "IN (...)" where clause.
    +	// If no paramters was set, $search_levels will be empty
    +	$search_levels = implode(',', $search_levels);
    +}
    +else dol_print_error($db);
    +
    +$sql = "SELECT s.rowid, s.nom as name, s.name_alias, s.barcode, s.town, s.zip, s.datec, s.code_client, s.code_fournisseur, s.logo,";
    +$sql.= " st.libelle as stcomm, s.fk_stcomm as stcomm_id, s.fk_prospectlevel, s.prefix_comm, s.client, s.fournisseur, s.canvas, s.status as status,";
    +$sql.= " s.email, s.phone, s.url, s.siren as idprof1, s.siret as idprof2, s.ape as idprof3, s.idprof4 as idprof4, s.idprof5 as idprof5, s.idprof6 as idprof6, s.tva_intra, s.fk_pays,";
    +$sql.= " s.tms as date_update, s.datec as date_creation,";
    +$sql.= " s.code_compta,s.code_compta_fournisseur,";
    +$sql.= " typent.code as typent_code,";
    +$sql.= " state.code_departement as state_code, state.nom as state_name,";
    +$sql.= " region.code_region as region_code, region.nom as region_name";
    +// We'll need these fields in order to filter by sale (including the case where the user can only see his prospects)
    +if ($search_sale) $sql .= ", sc.fk_soc, sc.fk_user";
    +// We'll need these fields in order to filter by categ
    +if ($search_categ_cus) $sql .= ", cc.fk_categorie, cc.fk_soc";
    +if ($search_categ_sup) $sql .= ", cs.fk_categorie, cs.fk_soc";
    +// Add fields from extrafields
    +foreach ($extrafields->attribute_label as $key => $val) $sql.=($extrafields->attribute_type[$key] != 'separate' ? ",ef.".$key.' as options_'.$key : '');
    +// Add fields from hooks
    +$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."societe as s";
    +if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label)) $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe_extrafields as ef on (s.rowid = ef.fk_object)";
    +$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_country as country on (country.rowid = s.fk_pays)";
    +$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_typent as typent on (typent.id = s.fk_typent)";
    +$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_departements as state on (state.rowid = s.fk_departement)";
    +$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."c_regions as region on (region.	code_region = state.fk_region)";
    +// We'll need this table joined to the select in order to filter by categ
    +if (! empty($search_categ_cus)) $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX."categorie_societe as cc ON s.rowid = cc.fk_soc"; // We'll need this table joined to the select in order to filter by categ
    +if (! empty($search_categ_sup)) $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX."categorie_fournisseur as cs ON s.rowid = cs.fk_soc"; // We'll need this table joined to the select in order to filter by categ
    +$sql.= " ,".MAIN_DB_PREFIX."c_stcomm as st";
    +// We'll need this table joined to the select in order to filter by sale
    +if ($search_sale || (!$user->rights->societe->client->voir && !$socid)) $sql.= ", ".MAIN_DB_PREFIX."societe_commerciaux as sc";
    +$sql.= " WHERE s.fk_stcomm = st.id";
    +$sql.= " AND s.entity IN (".getEntity('societe').")";
    +if (! $user->rights->societe->client->voir && ! $socid)	$sql.= " AND s.rowid = sc.fk_soc AND sc.fk_user = " .$user->id;
    +if ($socid)                $sql.= " AND s.rowid = ".$socid;
    +if ($search_sale)          $sql.= " AND s.rowid = sc.fk_soc";        // Join for the needed table to filter by sale
    +if (! $user->rights->fournisseur->lire) $sql.=" AND (s.fournisseur <> 1 OR s.client <> 0)";    // client=0, fournisseur=0 must be visible
    +if ($search_sale)          $sql.= " AND sc.fk_user = ".$db->escape($search_sale);
    +if ($search_categ_cus > 0) $sql.= " AND cc.fk_categorie = ".$db->escape($search_categ_cus);
    +if ($search_categ_sup > 0) $sql.= " AND cs.fk_categorie = ".$db->escape($search_categ_sup);
    +if ($search_categ_cus == -2)   $sql.= " AND cc.fk_categorie IS NULL";
    +if ($search_categ_sup == -2)   $sql.= " AND cs.fk_categorie IS NULL";
    +
    +if ($search_all)           $sql.= natural_search(array_keys($fieldstosearchall), $search_all);
    +if (strlen($search_cti))   $sql.= natural_search('s.phone', $search_cti);
    +
    +if ($search_id > 0)        $sql.= natural_search("s.rowid",$search_id,1);
    +if ($search_nom)           $sql.= natural_search("s.nom",$search_nom);
    +if ($search_alias)         $sql.= natural_search("s.name_alias",$search_alias);
    +if ($search_nom_only)      $sql.= natural_search("s.nom",$search_nom_only);
    +if ($search_customer_code) $sql.= natural_search("s.code_client",$search_customer_code);
    +if ($search_supplier_code) $sql.= natural_search("s.code_fournisseur",$search_supplier_code);
    +if ($search_account_customer_code) $sql.= natural_search("s.code_compta",$search_account_customer_code);
    +if ($search_account_supplier_code) $sql.= natural_search("s.code_compta_fournisseur",$search_account_supplier_code);
    +if ($search_town)          $sql.= natural_search("s.town",$search_town);
    +if (strlen($search_zip))   $sql.= natural_search("s.zip",$search_zip);
    +if ($search_state)         $sql.= natural_search("state.nom",$search_state);
    +if ($search_region)         $sql.= natural_search("region.nom",$search_region);
    +if ($search_country)       $sql .= " AND s.fk_pays IN (".$search_country.')';
    +if ($search_email)         $sql.= natural_search("s.email",$search_email);
    +if (strlen($search_phone)) $sql.= natural_search("s.phone", $search_phone);
    +if ($search_url)           $sql.= natural_search("s.url",$search_url);
    +if (strlen($search_idprof1)) $sql.= natural_search("s.siren",$search_idprof1);
    +if (strlen($search_idprof2)) $sql.= natural_search("s.siret",$search_idprof2);
    +if (strlen($search_idprof3)) $sql.= natural_search("s.ape",$search_idprof3);
    +if (strlen($search_idprof4)) $sql.= natural_search("s.idprof4",$search_idprof4);
    +if (strlen($search_idprof5)) $sql.= natural_search("s.idprof5",$search_idprof5);
    +if (strlen($search_idprof6)) $sql.= natural_search("s.idprof6",$search_idprof6);
    +if (strlen($search_vat))     $sql.= natural_search("s.tva_intra",$search_vat);
    +// Filter on type of thirdparty
    +if ($search_type > 0 && in_array($search_type,array('1,3','2,3'))) $sql .= " AND s.client IN (".$db->escape($search_type).")";
    +if ($search_type > 0 && in_array($search_type,array('4')))         $sql .= " AND s.fournisseur = 1";
    +if ($search_type == '0') $sql .= " AND s.client = 0 AND s.fournisseur = 0";
    +if ($search_status!='' && $search_status >= 0) $sql .= " AND s.status = ".$db->escape($search_status);
    +if (!empty($conf->barcode->enabled) && $search_barcode) $sql.= natural_search("s.barcode", $search_barcode);
    +if ($search_type_thirdparty) $sql .= " AND s.fk_typent IN (".$search_type_thirdparty.')';
    +if ($search_levels)  $sql .= " AND s.fk_prospectlevel IN (".$search_levels.')';
    +if ($search_stcomm != '' && $search_stcomm != -2) $sql.= natural_search("s.fk_stcomm",$search_stcomm,2);
    +if ($search_import_key)    $sql.= natural_search("s.import_key",$search_import_key);
    +// Add where from extra fields
    +include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
    +
    +// 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
    +$nbtotalofrecords = '';
    +if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
    +{
    +	$result = $db->query($sql);
    +	$nbtotalofrecords = $db->num_rows($result);
    +}
    +
    +$sql.= $db->plimit($limit+1, $offset);
    +
    +$resql = $db->query($sql);
    +if (! $resql)
    +{
    +	dol_print_error($db);
    +	exit;
    +}
    +
    +$num = $db->num_rows($resql);
    +
    +$arrayofselected=is_array($toselect)?$toselect:array();
    +
    +if ($num == 1 && ! empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE) && ($search_all != '' || $search_cti != '') && $action != 'list')
    +{
    +	$obj = $db->fetch_object($resql);
    +	$id = $obj->rowid;
    +	header("Location: ".DOL_URL_ROOT.'/societe/card.php?socid='.$id);
    +	exit;
    +}
    +
    +$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
    +llxHeader('',$langs->trans("ThirdParty"),$help_url);
    +
    +$param='';
    +if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&contextpage='.$contextpage;
    +if ($limit > 0 && $limit != $conf->liste_limit) $param.='&limit='.$limit;
    +if ($search_all != '')     $param = "&sall=".urlencode($search_all);
    +if ($sall != '')           $param .= "&sall=".urlencode($sall);
    +if ($search_categ_cus > 0) $param.='&search_categ_cus='.urlencode($search_categ_cus);
    +if ($search_categ_sup > 0) $param.='&search_categ_sup='.urlencode($search_categ_sup);
    +if ($search_sale > 0)	   $param.='&search_sale='.urlencode($search_sale);
    +if ($search_id > 0)        $param.= "&search_id=".urlencode($search_id);
    +if ($search_nom != '')     $param.= "&search_nom=".urlencode($search_nom);
    +if ($search_alias != '')   $param.= "&search_alias=".urlencode($search_alias);
    +if ($search_town != '')    $param.= "&search_town=".urlencode($search_town);
    +if ($search_zip != '')     $param.= "&search_zip=".urlencode($search_zip);
    +if ($search_phone != '')   $param.= "&search_phone=".urlencode($search_phone);
    +if ($search_email != '')   $param.= "&search_email=".urlencode($search_email);
    +if ($search_url != '')     $param.= "&search_url=".urlencode($search_url);
    +if ($search_state != '')   $param.= "&search_state=".urlencode($search_state);
    +if ($search_country != '') $param.= "&search_country=".urlencode($search_country);
    +if ($search_customer_code != '') $param.= "&search_customer_code=".urlencode($search_customer_code);
    +if ($search_supplier_code != '') $param.= "&search_supplier_code=".urlencode($search_supplier_code);
    +if ($search_account_customer_code != '') $param.= "&search_account_customer_code=".urlencode($search_account_customer_code);
    +if ($search_account_supplier_code != '') $param.= "&search_account_supplier_code=".urlencode($search_account_supplier_code);
    +if ($search_barcode != '') $param.= "&search_barcode=".urlencode($search_barcode);
    +if ($search_idprof1 != '') $param.= '&search_idprof1='.urlencode($search_idprof1);
    +if ($search_idprof2 != '') $param.= '&search_idprof2='.urlencode($search_idprof2);
    +if ($search_idprof3 != '') $param.= '&search_idprof3='.urlencode($search_idprof3);
    +if ($search_idprof4 != '') $param.= '&search_idprof4='.urlencode($search_idprof4);
    +if ($search_idprof5 != '') $param.= '&search_idprof5='.urlencode($search_idprof5);
    +if ($search_idprof6 != '') $param.= '&search_idprof6='.urlencode($search_idprof6);
    +if ($search_vat != '')     $param.= '&search_vat='.urlencode($search_vat);
    +if ($search_type_thirdparty != '')    $param.='&search_type_thirdparty='.urlencode($search_type_thirdparty);
    +if ($search_type != '')    $param.='&search_type='.urlencode($search_type);
    +if ($optioncss != '')      $param.='&optioncss='.urlencode($optioncss);
    +if ($search_status != '')  $param.='&search_status='.urlencode($search_status);
    +if ($search_stcomm != '')  $param.='&search_stcomm='.urlencode($search_stcomm);
    +if ($search_level_from != '') $param.='&search_level_from='.urlencode($search_level_from);
    +if ($search_level_to != '')   $param.='&search_level_to='.urlencode($search_level_to);
    +if ($search_import_key != '') $param.='&search_import_key='.urlencode($search_import_key);
    +if ($type != '') $param.='&type='.urlencode($type);
    +// Add $param from extra fields
    +include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';
    +
    +// Show delete result message
    +if (GETPOST('delsoc'))
    +{
    +	setEventMessages($langs->trans("CompanyDeleted",GETPOST('delsoc')), null, 'mesgs');
    +}
    +
    +// List of mass actions available
    +$arrayofmassactions =  array(
    +	'presend'=>$langs->trans("SendByMail"),
    +//    'builddoc'=>$langs->trans("PDFMerge"),
    +);
    +//if($user->rights->societe->creer) $arrayofmassactions['createbills']=$langs->trans("CreateInvoiceForThisCustomer");
    +if ($user->rights->societe->supprimer) $arrayofmassactions['predelete']=$langs->trans("Delete");
    +if (GETPOST('nomassaction','int') || in_array($massaction, array('presend','predelete'))) $arrayofmassactions=array();
    +$massactionbutton=$form->selectMassAction('', $arrayofmassactions);
    +
    +print '<form method="post" action="'.$_SERVER["PHP_SELF"].'" name="formfilter">';
    +if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
    +print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    +print '<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
    +print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
    +print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
    +print '<input type="hidden" name="page" value="'.$page.'">';
    +
    +print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_companies', 0, '', '', $limit);
    +
    +$langs->load("other");
    +$textprofid=array();
    +foreach(array(1,2,3,4,5,6) as $key)
    +{
    +	$label=$langs->transnoentities("ProfId".$key.$mysoc->country_code);
    +	$textprofid[$key]='';
    +	if ($label != "ProfId".$key.$mysoc->country_code)
    +	{	// Get only text between ()
    +		if (preg_match('/\((.*)\)/i',$label,$reg)) $label=$reg[1];
    +		$textprofid[$key]=$langs->trans("ProfIdShortDesc",$key,$mysoc->country_code,$label);
    +	}
    +}
    +
    +$topicmail="Information";
    +$modelmail="thirdparty";
    +$objecttmp=new Societe($db);
    +$trackid='thi'.$object->id;
    +include DOL_DOCUMENT_ROOT.'/core/tpl/massactions_pre.tpl.php';
    +
    +if ($search_all)
    +{
    +	foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
    +	print $langs->trans("FilterOnInto", $search_all) . join(', ',$fieldstosearchall);
    +}
    +
    +// Filter on categories
    +$moreforfilter='';
    +if (empty($type) || $type == 'c' || $type == 'p')
    +{
    +	if (! empty($conf->categorie->enabled))
    +	{
    +		require_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php';
    +		$moreforfilter.='<div class="divsearchfield">';
    +	 	$moreforfilter.=$langs->trans('CustomersProspectsCategoriesShort').': ';
    +		$moreforfilter.=$formother->select_categories('customer', $search_categ_cus, 'search_categ_cus', 1, $langs->trans('CustomersProspectsCategoriesShort'));
    +	 	$moreforfilter.='</div>';
    +	}
    +}
    +if (empty($type) || $type == 'f')
    +{
    +	if (! empty($conf->categorie->enabled))
    +	{
    +		require_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php';
    +		$moreforfilter.='<div class="divsearchfield">';
    +		$moreforfilter.=$langs->trans('SuppliersCategoriesShort').': ';
    +		$moreforfilter.=$formother->select_categories('supplier',$search_categ_sup,'search_categ_sup',1);
    +		$moreforfilter.='</div>';
    +	}
    +}
    +
    +// If the user can view prospects other than his'
    +if ($user->rights->societe->client->voir || $socid)
    +{
    + 	$moreforfilter.='<div class="divsearchfield">';
    + 	$moreforfilter.=$langs->trans('SalesRepresentatives'). ': ';
    +	$moreforfilter.=$formother->select_salesrepresentatives($search_sale,'search_sale',$user, 0, 1, 'maxwidth300');
    +	$moreforfilter.='</div>';
    +}
    +if ($moreforfilter)
    +{
    +	print '<div class="liste_titre liste_titre_bydiv centpercent">';
    +	print $moreforfilter;
    +	$parameters=array('type'=>$type);
    +	$reshook=$hookmanager->executeHooks('printFieldPreListTitle',$parameters);    // Note that $action and $object may have been modified by hook
    +	print $hookmanager->resPrint;
    +	print '</div>';
    +}
    +
    +$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);
    +
    +if (empty($arrayfields['customerorsupplier']['checked'])) print '<input type="hidden" name="type" value="'.$type.'">';
    +
    +print '<div class="div-table-responsive">';
    +print '<table class="tagtable liste'.($moreforfilter?" listwithfilterbefore":"").'">'."\n";
    +
    +// Fields title search
    +print '<tr class="liste_titre_filter">';
    +if (! empty($arrayfields['s.rowid']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" type="text" name="search_id" size="1" value="'.dol_escape_htmltag($search_id).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.nom']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	if (! empty($search_nom_only) && empty($search_nom)) $search_nom=$search_nom_only;
    +	print '<input class="flat searchstring" type="text" name="search_nom" size="8" value="'.dol_escape_htmltag($search_nom).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.name_alias']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" type="text" name="search_alias" size="8" value="'.dol_escape_htmltag($search_alias).'">';
    +	print '</td>';
    +}
    +// Barcode
    +if (! empty($arrayfields['s.barcode']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" type="text" name="search_barcode" size="6" value="'.dol_escape_htmltag($search_barcode).'">';
    +	print '</td>';
    +}
    +// Customer code
    +if (! empty($arrayfields['s.code_client']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="8" type="text" name="search_customer_code" value="'.dol_escape_htmltag($search_customer_code).'">';
    +	print '</td>';
    +}
    +// Supplier code
    +if (! empty($arrayfields['s.code_fournisseur']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="8" type="text" name="search_supplier_code" value="'.dol_escape_htmltag($search_supplier_code).'">';
    +	print '</td>';
    +}
    +// Account Customer code
    +if (! empty($arrayfields['s.code_compta']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="8" type="text" name="search_account_customer_code" value="'.dol_escape_htmltag($search_account_customer_code).'">';
    +	print '</td>';
    +}
    +// Account Supplier code
    +if (! empty($arrayfields['s.code_compta_fournisseur']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat" size="8" type="text" name="search_account_supplier_code" value="'.dol_escape_htmltag($search_account_supplier_code).'">';
    +	print '</td>';
    +}
    +// Town
    +if (! empty($arrayfields['s.town']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="6" type="text" name="search_town" value="'.dol_escape_htmltag($search_town).'">';
    +	print '</td>';
    +}
    +// Zip
    +if (! empty($arrayfields['s.zip']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_zip" value="'.dol_escape_htmltag($search_zip).'">';
    +	print '</td>';
    +}
    +// State
    +if (! empty($arrayfields['state.nom']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_state" value="'.dol_escape_htmltag($search_state).'">';
    +	print '</td>';
    +}
    +// Region
    +if (! empty($arrayfields['region.nom']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_region" value="'.dol_escape_htmltag($search_region).'">';
    +	print '</td>';
    +}
    +// Country
    +if (! empty($arrayfields['country.code_iso']['checked']))
    +{
    +	print '<td class="liste_titre" align="center">';
    +	print $form->select_country($search_country,'search_country','',0,'maxwidth100');
    +	print '</td>';
    +}
    +// Company type
    +if (! empty($arrayfields['typent.code']['checked']))
    +{
    +	print '<td class="liste_titre maxwidthonsmartphone" align="center">';
    +	print $form->selectarray("search_type_thirdparty", $formcompany->typent_array(0), $search_type_thirdparty, 0, 0, 0, '', 0, 0, 0, (empty($conf->global->SOCIETE_SORT_ON_TYPEENT)?'ASC':$conf->global->SOCIETE_SORT_ON_TYPEENT));
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.email']['checked']))
    +{
    +	// Email
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchemail" size="4" type="text" name="search_email" value="'.dol_escape_htmltag($search_email).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.phone']['checked']))
    +{
    +	// Phone
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_phone" value="'.dol_escape_htmltag($search_phone).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.url']['checked']))
    +{
    +	// Url
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_url" value="'.dol_escape_htmltag($search_url).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.siren']['checked']))
    +{
    +	// IdProf1
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_idprof1" value="'.dol_escape_htmltag($search_idprof1).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.siret']['checked']))
    +{
    +	// IdProf2
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_idprof2" value="'.dol_escape_htmltag($search_idprof2).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.ape']['checked']))
    +{
    +	// IdProf3
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_idprof3" value="'.dol_escape_htmltag($search_idprof3).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.idprof4']['checked']))
    +{
    +	// IdProf4
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_idprof4" value="'.dol_escape_htmltag($search_idprof4).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.idprof5']['checked']))
    +{
    +	// IdProf5
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_idprof5" value="'.dol_escape_htmltag($search_idprof5).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.idprof6']['checked']))
    +{
    +	// IdProf6
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_idprof6" value="'.dol_escape_htmltag($search_idprof6).'">';
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.tva_intra']['checked']))
    +{
    +	// Vat number
    +	print '<td class="liste_titre">';
    +	print '<input class="flat searchstring" size="4" type="text" name="search_vat" value="'.dol_escape_htmltag($search_vat).'">';
    +	print '</td>';
    +}
    +
    +// Type (customer/prospect/supplier)
    +if (! empty($arrayfields['customerorsupplier']['checked']))
    +{
    +	print '<td class="liste_titre maxwidthonsmartphone" align="middle">';
    +	if ($type != '') print '<input type="hidden" name="type" value="'.$type.'">';
    +	print '<select class="flat" name="search_type">';
    +	print '<option value="-1"'.($search_type==''?' selected':'').'>&nbsp;</option>';
    +	if (empty($conf->global->SOCIETE_DISABLE_CUSTOMERS)) print '<option value="1,3"'.($search_type=='1,3'?' selected':'').'>'.$langs->trans('Customer').'</option>';
    +	if (empty($conf->global->SOCIETE_DISABLE_PROSPECTS)) print '<option value="2,3"'.($search_type=='2,3'?' selected':'').'>'.$langs->trans('Prospect').'</option>';
    +	//if (empty($conf->global->SOCIETE_DISABLE_PROSPECTS)) print '<option value="3"'.($search_type=='3'?' selected':'').'>'.$langs->trans('ProspectCustomer').'</option>';
    +	print '<option value="4"'.($search_type=='4'?' selected':'').'>'.$langs->trans('Supplier').'</option>';
    +	print '<option value="0"'.($search_type=='0'?' selected':'').'>'.$langs->trans('Others').'</option>';
    +	print '</select></td>';
    +}
    +if (! empty($arrayfields['s.fk_prospectlevel']['checked']))
    +{
    +	// Prospect level
    + 	print '<td class="liste_titre" align="center">';
    + 	$options_from = '<option value="">&nbsp;</option>';	 	// Generate in $options_from the list of each option sorted
    + 	foreach ($tab_level as $tab_level_sortorder => $tab_level_label)
    + 	{
    + 		$options_from .= '<option value="'.$tab_level_sortorder.'"'.($search_level_from == $tab_level_sortorder ? ' selected':'').'>';
    + 		$options_from .= $langs->trans($tab_level_label);
    + 		$options_from .= '</option>';
    + 	}
    + 	array_reverse($tab_level, true);	// Reverse the list
    + 	$options_to = '<option value="">&nbsp;</option>';		// Generate in $options_to the list of each option sorted in the reversed order
    + 	foreach ($tab_level as $tab_level_sortorder => $tab_level_label)
    + 	{
    + 		$options_to .= '<option value="'.$tab_level_sortorder.'"'.($search_level_to == $tab_level_sortorder ? ' selected':'').'>';
    + 		$options_to .= $langs->trans($tab_level_label);
    + 		$options_to .= '</option>';
    + 	}
    +
    +	// Print these two select
    + 	print $langs->trans("From").' <select class="flat" name="search_level_from">'.$options_from.'</select>';
    + 	print ' ';
    + 	print $langs->trans("to").' <select class="flat" name="search_level_to">'.$options_to.'</select>';
    +
    +	print '</td>';
    +}
    +
    +if (! empty($arrayfields['s.fk_stcomm']['checked']))
    +{
    +	// Prospect status
    +	print '<td class="liste_titre maxwidthonsmartphone" align="center">';
    +	$arraystcomm=array();
    +	foreach($prospectstatic->cacheprospectstatus as $key => $val)
    +	{
    +		$arraystcomm[$val['id']]=($langs->trans("StatusProspect".$val['id']) != "StatusProspect".$val['id'] ? $langs->trans("StatusProspect".$val['id']) : $val['label']);
    +	}
    +	print $form->selectarray('search_stcomm', $arraystcomm, $search_stcomm, -2);
    +	print '</td>';
    +}
    +// Extra fields
    +include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_input.tpl.php';
    +
    +// Fields from hook
    +$parameters=array('arrayfields'=>$arrayfields);
    +$reshook=$hookmanager->executeHooks('printFieldListOption',$parameters);    // Note that $action and $object may have been modified by hook
    +print $hookmanager->resPrint;
    +// Date creation
    +if (! empty($arrayfields['s.datec']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '</td>';
    +}
    +// Date modification
    +if (! empty($arrayfields['s.tms']['checked']))
    +{
    +	print '<td class="liste_titre">';
    +	print '</td>';
    +}
    +// Status
    +if (! empty($arrayfields['s.status']['checked']))
    +{
    +	print '<td class="liste_titre maxwidthonsmartphone center">';
    +	print $form->selectarray('search_status', array('0'=>$langs->trans('ActivityCeased'),'1'=>$langs->trans('InActivity')), $search_status, 1);
    +	print '</td>';
    +}
    +if (! empty($arrayfields['s.import_key']['checked']))
    +{
    +	print '<td class="liste_titre center">';
    +	print '<input class="flat searchstring" type="text" name="search_import_key" size="3" value="'.dol_escape_htmltag($search_import_key).'">';
    +	print '</td>';
    +}
    +// Action column
    +print '<td class="liste_titre" align="right">';
    +$searchpicto=$form->showFilterButtons();
    +print $searchpicto;
    +print '</td>';
    +
    +print "</tr>\n";
    +
    +print '<tr class="liste_titre">';
    +if (! empty($arrayfields['s.rowid']['checked']))                   print_liste_field_titre($arrayfields['s.rowid']['label'], $_SERVER["PHP_SELF"],"s.rowid","",$param,"",$sortfield,$sortorder);
    +if (! empty($arrayfields['s.nom']['checked']))                     print_liste_field_titre($arrayfields['s.nom']['label'], $_SERVER["PHP_SELF"],"s.nom","",$param,"",$sortfield,$sortorder);
    +if (! empty($arrayfields['s.name_alias']['checked']))              print_liste_field_titre($arrayfields['s.name_alias']['label'], $_SERVER["PHP_SELF"],"s.name_alias","",$param,"",$sortfield,$sortorder);
    +if (! empty($arrayfields['s.barcode']['checked']))                 print_liste_field_titre($arrayfields['s.barcode']['label'], $_SERVER["PHP_SELF"], "s.barcode",$param,'','',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.code_client']['checked']))             print_liste_field_titre($arrayfields['s.code_client']['label'],$_SERVER["PHP_SELF"],"s.code_client","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.code_fournisseur']['checked']))        print_liste_field_titre($arrayfields['s.code_fournisseur']['label'],$_SERVER["PHP_SELF"],"s.code_fournisseur","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.code_compta']['checked']))             print_liste_field_titre($arrayfields['s.code_compta']['label'],$_SERVER["PHP_SELF"],"s.code_compta","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.code_compta_fournisseur']['checked'])) print_liste_field_titre($arrayfields['s.code_compta_fournisseur']['label'],$_SERVER["PHP_SELF"],"s.code_compta_fournisseur","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.town']['checked']))           print_liste_field_titre($arrayfields['s.town']['label'],$_SERVER["PHP_SELF"],"s.town","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.zip']['checked']))            print_liste_field_titre($arrayfields['s.zip']['label'],$_SERVER["PHP_SELF"],"s.zip","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['state.nom']['checked']))        print_liste_field_titre($arrayfields['state.nom']['label'],$_SERVER["PHP_SELF"],"state.nom","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['region.nom']['checked']))       print_liste_field_titre($arrayfields['region.nom']['label'],$_SERVER["PHP_SELF"],"region.nom","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['country.code_iso']['checked'])) print_liste_field_titre($arrayfields['country.code_iso']['label'],$_SERVER["PHP_SELF"],"country.code_iso","",$param,'align="center"',$sortfield,$sortorder);
    +if (! empty($arrayfields['typent.code']['checked']))      print_liste_field_titre($arrayfields['typent.code']['label'],$_SERVER["PHP_SELF"],"typent.code","",$param,'align="center"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.email']['checked']))          print_liste_field_titre($arrayfields['s.email']['label'],$_SERVER["PHP_SELF"],"s.email","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.phone']['checked']))          print_liste_field_titre($arrayfields['s.phone']['label'],$_SERVER["PHP_SELF"],"s.phone","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.url']['checked']))            print_liste_field_titre($arrayfields['s.url']['label'],$_SERVER["PHP_SELF"],"s.url","",$param,'',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.siren']['checked']))          print_liste_field_titre($form->textwithpicto($langs->trans("ProfId1Short"),$textprofid[1],1,0),$_SERVER["PHP_SELF"],"s.siren","",$param,'class="nowrap"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.siret']['checked']))          print_liste_field_titre($form->textwithpicto($langs->trans("ProfId2Short"),$textprofid[2],1,0),$_SERVER["PHP_SELF"],"s.siret","",$param,'class="nowrap"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.ape']['checked']))            print_liste_field_titre($form->textwithpicto($langs->trans("ProfId3Short"),$textprofid[3],1,0),$_SERVER["PHP_SELF"],"s.ape","",$param,'class="nowrap"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.idprof4']['checked']))        print_liste_field_titre($form->textwithpicto($langs->trans("ProfId4Short"),$textprofid[4],1,0),$_SERVER["PHP_SELF"],"s.idprof4","",$param,'class="nowrap"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.idprof5']['checked']))        print_liste_field_titre($form->textwithpicto($langs->trans("ProfId5Short"),$textprofid[4],1,0),$_SERVER["PHP_SELF"],"s.idprof5","",$param,'class="nowrap"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.idprof6']['checked']))        print_liste_field_titre($form->textwithpicto($langs->trans("ProfId6Short"),$textprofid[4],1,0),$_SERVER["PHP_SELF"],"s.idprof6","",$param,'class="nowrap"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.tva_intra']['checked']))      print_liste_field_titre($arrayfields['s.tva_intra']['label'],$_SERVER["PHP_SELF"],"s.tva_intra","",$param,'class="nowrap"',$sortfield,$sortorder);
    +if (! empty($arrayfields['customerorsupplier']['checked']))        print_liste_field_titre('');   // type of customer
    +if (! empty($arrayfields['s.fk_prospectlevel']['checked']))        print_liste_field_titre($arrayfields['s.fk_prospectlevel']['label'],$_SERVER["PHP_SELF"],"s.fk_prospectlevel","",$param,'align="center"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.fk_stcomm']['checked']))               print_liste_field_titre($arrayfields['s.fk_stcomm']['label'],$_SERVER["PHP_SELF"],"s.fk_stcomm","",$param,'align="center"',$sortfield,$sortorder);
    +// Extra fields
    +include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
    +// Hook fields
    +$parameters=array('arrayfields'=>$arrayfields,'param'=>$param,'sortfield'=>$sortfield,'sortorder'=>$sortorder);
    +$reshook=$hookmanager->executeHooks('printFieldListTitle',$parameters);    // Note that $action and $object may have been modified by hook
    +print $hookmanager->resPrint;
    +if (! empty($arrayfields['s.datec']['checked']))      print_liste_field_titre($arrayfields['s.datec']['label'],$_SERVER["PHP_SELF"],"s.datec","",$param,'align="center" class="nowrap"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.tms']['checked']))        print_liste_field_titre($arrayfields['s.tms']['label'],$_SERVER["PHP_SELF"],"s.tms","",$param,'align="center" class="nowrap"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.status']['checked']))     print_liste_field_titre($arrayfields['s.status']['label'],$_SERVER["PHP_SELF"],"s.status","",$param,'align="center"',$sortfield,$sortorder);
    +if (! empty($arrayfields['s.import_key']['checked'])) print_liste_field_titre($arrayfields['s.import_key']['label'],$_SERVER["PHP_SELF"],"s.import_key","",$param,'align="center"',$sortfield,$sortorder);
    +print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"],"",'','','align="center"',$sortfield,$sortorder,'maxwidthsearch ');
    +print "</tr>\n";
    +
    +
    +$i = 0;
    +$totalarray=array();
    +while ($i < min($num, $limit))
    +{
    +	$obj = $db->fetch_object($resql);
    +
    +	$companystatic->id=$obj->rowid;
    +	$companystatic->name=$obj->name;
    +	$companystatic->name_alias=$obj->name_alias;
    +	$companystatic->logo=$obj->logo;
    +	$companystatic->canvas=$obj->canvas;
    +	$companystatic->client=$obj->client;
    +	$companystatic->status=$obj->status;
    +	$companystatic->email=$obj->email;
    +	$companystatic->fournisseur=$obj->fournisseur;
    +	$companystatic->code_client=$obj->code_client;
    +	$companystatic->code_fournisseur=$obj->code_fournisseur;
    +
    +	$companystatic->code_compta_client=$obj->code_compta;
    +	$companystatic->code_compta_fournisseur=$obj->code_compta_fournisseur;
    +
    +   	$companystatic->fk_prospectlevel=$obj->fk_prospectlevel;
    +
    +	print '<tr class="oddeven" onclick="location.href=\'customers.php?action=change&idcustomer='.$obj->rowid.'&place='.$place.'\'">';
    +	if (! empty($arrayfields['s.rowid']['checked']))
    +	{
    +		print '<td class="tdoverflowmax50">';
    +		print $obj->rowid;
    +		print "</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.nom']['checked']))
    +	{
    +		$savalias = $obj->name_alias;
    +		if (! empty($arrayfields['s.name_alias']['checked'])) $companystatic->name_alias='';
    +		print '<td class="tdoverflowmax200">';
    +		print $obj->name;
    +		print "</td>\n";
    +        if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.name_alias']['checked']))
    +	{
    +		print '<td class="tdoverflowmax200">';
    +		print $companystatic->name_alias;
    +		print "</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Barcode
    +	if (! empty($arrayfields['s.barcode']['checked']))
    +	{
    +		print '<td>'.$obj->barcode.'</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Customer code
    +	if (! empty($arrayfields['s.code_client']['checked']))
    +	{
    +		print '<td>'.$obj->code_client.'</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Supplier code
    +	if (! empty($arrayfields['s.code_fournisseur']['checked']))
    +	{
    +		print '<td>'.$obj->code_fournisseur.'</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Account customer code
    +	if (! empty($arrayfields['s.code_compta']['checked']))
    +	{
    +		print '<td>'.$obj->code_compta.'</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Account supplier code
    +	if (! empty($arrayfields['s.code_compta_fournisseur']['checked']))
    +	{
    +		print '<td>'.$obj->code_compta_fournisseur.'</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Town
    +	if (! empty($arrayfields['s.town']['checked']))
    +	{
    +		print "<td>".$obj->town."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Zip
    +	if (! empty($arrayfields['s.zip']['checked']))
    +	{
    +		print "<td>".$obj->zip."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// State
    +	if (! empty($arrayfields['state.nom']['checked']))
    +	{
    +		print "<td>".$obj->state_name."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Region
    +	if (! empty($arrayfields['region.nom']['checked']))
    +	{
    +		print "<td>".$obj->region_name."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Country
    +	if (! empty($arrayfields['country.code_iso']['checked']))
    +	{
    +		print '<td align="center">';
    +		$tmparray=getCountry($obj->fk_pays,'all');
    +		print $tmparray['label'];
    +		print '</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Type ent
    +	if (! empty($arrayfields['typent.code']['checked']))
    +	{
    +		print '<td align="center">';
    +		if (! is_array($typenArray) || count($typenArray)==0) $typenArray = $formcompany->typent_array(1);
    +		print $typenArray[$obj->typent_code];
    +		print '</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.email']['checked']))
    +	{
    +		print "<td>".$obj->email."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.phone']['checked']))
    +	{
    +		print "<td>".$obj->phone."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.url']['checked']))
    +	{
    +		print "<td>".$obj->url."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.siren']['checked']))
    +	{
    +		print "<td>".$obj->idprof1."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.siret']['checked']))
    +	{
    +		print "<td>".$obj->idprof2."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.ape']['checked']))
    +	{
    +		print "<td>".$obj->idprof3."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.idprof4']['checked']))
    +	{
    +		print "<td>".$obj->idprof4."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.idprof5']['checked']))
    +	{
    +		print "<td>".$obj->idprof5."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.idprof6']['checked']))
    +	{
    +		print "<td>".$obj->idprof6."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.tva_intra']['checked']))
    +	{
    +		print "<td>".$obj->tva_intra."</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Type
    +	if (! empty($arrayfields['customerorsupplier']['checked']))
    +	{
    +		print '<td align="center">';
    +		$s='';
    +		if (($obj->client==1 || $obj->client==3) && empty($conf->global->SOCIETE_DISABLE_CUSTOMERS))
    +		{
    +	  		$companystatic->name=$langs->trans("Customer");
    +	  		$companystatic->name_alias='';
    +			$s.=$companystatic->getNomUrl(0,'customer',0,1);
    +		}
    +		if (($obj->client==2 || $obj->client==3) && empty($conf->global->SOCIETE_DISABLE_PROSPECTS))
    +		{
    +			if ($s) $s.=" / ";
    +			$companystatic->name=$langs->trans("Prospect");
    +	  		$companystatic->name_alias='';
    +			$s.=$companystatic->getNomUrl(0,'prospect',0,1);
    +		}
    +		if (! empty($conf->fournisseur->enabled) && $obj->fournisseur)
    +		{
    +			if ($s) $s.=" / ";
    +			$companystatic->name=$langs->trans("Supplier");
    +	  		$companystatic->name_alias='';
    +			$s.=$companystatic->getNomUrl(0,'supplier',0,1);
    +		}
    +		print $s;
    +		print '</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +
    +	if (! empty($arrayfields['s.fk_prospectlevel']['checked']))
    +	{
    +		// Prospect level
    +		print '<td align="center">';
    +		print $companystatic->getLibProspLevel();
    +		print "</td>";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +
    +	if (! empty($arrayfields['s.fk_stcomm']['checked']))
    +	{
    +		// Prospect status
    +		print '<td align="center" class="nowrap"><div class="nowrap">';
    +		print '<div class="inline-block">'.$companystatic->LibProspCommStatut($obj->stcomm_id,2,$prospectstatic->cacheprospectstatus[$obj->stcomm_id]['label']);
    +		print '</div> - <div class="inline-block">';
    +		foreach($prospectstatic->cacheprospectstatus as $key => $val)
    +		{
    +			$titlealt='default';
    +			if (! empty($val['code']) && ! in_array($val['code'], array('ST_NO', 'ST_NEVER', 'ST_TODO', 'ST_PEND', 'ST_DONE'))) $titlealt=$val['label'];
    +			if ($obj->stcomm_id != $val['id']) print '<a class="pictosubstatus" href="'.$_SERVER["PHP_SELF"].'?stcommsocid='.$obj->rowid.'&stcomm='.$val['code'].'&action=setstcomm'.$param.($page?'&page='.urlencode($page):'').'">'.img_action($titlealt,$val['code']).'</a>';
    +		}
    +		print '</div></div></td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Extra fields
    +	include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
    +	// Fields from hook
    +	$parameters=array('arrayfields'=>$arrayfields, 'obj'=>$obj);
    +	$reshook=$hookmanager->executeHooks('printFieldListValue',$parameters);    // Note that $action and $object may have been modified by hook
    +	print $hookmanager->resPrint;
    +	// Date creation
    +	if (! empty($arrayfields['s.datec']['checked']))
    +	{
    +		print '<td align="center" class="nowrap">';
    +		print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
    +		print '</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Date modification
    +	if (! empty($arrayfields['s.tms']['checked']))
    +	{
    +		print '<td align="center" class="nowrap">';
    +		print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser');
    +		print '</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	// Status
    +	if (! empty($arrayfields['s.status']['checked']))
    +	{
    +		print '<td align="center" class="nowrap">'.$companystatic->getLibStatut(3).'</td>';
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +	if (! empty($arrayfields['s.import_key']['checked']))
    +	{
    +		print '<td class="tdoverflowmax100">';
    +		print $obj->import_key;
    +		print "</td>\n";
    +		if (! $i) $totalarray['nbfield']++;
    +	}
    +
    +	// Action column
    +	print '<td class="nowrap" align="center">';
    +	if ($massactionbutton || $massaction)   // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
    +	{
    +		$selected=0;
    +		if (in_array($obj->rowid, $arrayofselected)) $selected=1;
    +		print '<input id="cb'.$obj->rowid.'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$obj->rowid.'"'.($selected?' checked="checked"':'').'>';
    +	}
    +	print '</td>';
    +	if (! $i) $totalarray['nbfield']++;
    +
    +	print '</tr>'."\n";
    +	$i++;
    +}
    +
    +$db->free($resql);
    +
    +$parameters=array('arrayfields'=>$arrayfields, 'sql'=>$sql);
    +$reshook=$hookmanager->executeHooks('printFieldListFooter',$parameters);    // Note that $action and $object may have been modified by hook
    +print $hookmanager->resPrint;
    +
    +print "</table>";
    +print "</div>";
    +
    +print '</form>';
    +
    +llxFooter();
    +$db->close();
    diff --git a/htdocs/takepos/dev/img/README.md b/htdocs/takepos/dev/img/README.md
    new file mode 100644
    index 00000000000..5cd4c76d010
    --- /dev/null
    +++ b/htdocs/takepos/dev/img/README.md
    @@ -0,0 +1,53 @@
    +Source images
    +=============
    +
    +Used to generate icons and publication assets.
    +
    +Icons
    +-----
    +
    +### Dolibarr
    +
    +These resides in the [/img](../../img) directory.
    +
    +#### Small
    +
    +Required.
    +Name must begin by ```object_```.
    +
    +- Sample:  ![object_takepos.png](../../img/object_takepos.png) [object_takepos.png](../../img/object_takepos.png)
    +- Size: 14×14 pixels
    +- Type: PNG
    +
    +#### Large
    +
    +Optional.
    +
    +- Sample: ![takepos.png](../../img/takepos.png) [takepos.png](../../img/takepos.png)
    +- Size: 32×32 pixels
    +- Type: PNG
    +
    +### Dolistore
    +
    +Designed to fit a 512×512 icon + publisher branding.
    +
    +- Size: 704×704
    +- Type: PNG
    +
    +Export to 512×512
    +
    +### Transifex
    +
    +- Size: 96×96
    +- Type: PNG
    +
    +### Others
    +
    +To be on the safe side, you may also want to generate all popular sizes:
    +- 16×16
    +- 32×32
    +- 48×48
    +- 64×64
    +- 128×128
    +- 256×256
    +- 512×512
    diff --git a/htdocs/takepos/dev/img/gfdl-129x44.png b/htdocs/takepos/dev/img/gfdl-129x44.png
    new file mode 100644
    index 00000000000..f2bacfd179a
    Binary files /dev/null and b/htdocs/takepos/dev/img/gfdl-129x44.png differ
    diff --git a/htdocs/takepos/dev/img/gfdl-66x23.png b/htdocs/takepos/dev/img/gfdl-66x23.png
    new file mode 100644
    index 00000000000..b43479bf3c8
    Binary files /dev/null and b/htdocs/takepos/dev/img/gfdl-66x23.png differ
    diff --git a/htdocs/takepos/dev/img/gfdl-logo.svg b/htdocs/takepos/dev/img/gfdl-logo.svg
    new file mode 100644
    index 00000000000..a0daca0ead8
    --- /dev/null
    +++ b/htdocs/takepos/dev/img/gfdl-logo.svg
    @@ -0,0 +1,110 @@
    +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
    +<!-- Created with Inkscape (http://www.inkscape.org/) -->
    +
    +<svg
    +   xmlns:dc="http://purl.org/dc/elements/1.1/"
    +   xmlns:cc="http://creativecommons.org/ns#"
    +   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    +   xmlns:svg="http://www.w3.org/2000/svg"
    +   xmlns="http://www.w3.org/2000/svg"
    +   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
    +   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    +   width="110.72372"
    +   height="37.900333"
    +   id="svg3330"
    +   version="1.1"
    +   inkscape:version="0.48.0 r9654"
    +   sodipodi:docname="New document 4">
    +  <defs
    +     id="defs3332" />
    +  <sodipodi:namedview
    +     id="base"
    +     pagecolor="#ffffff"
    +     bordercolor="#666666"
    +     borderopacity="1.0"
    +     inkscape:pageopacity="0.0"
    +     inkscape:pageshadow="2"
    +     inkscape:zoom="3.959798"
    +     inkscape:cx="51.755214"
    +     inkscape:cy="19.316583"
    +     inkscape:document-units="px"
    +     inkscape:current-layer="layer1"
    +     showgrid="false"
    +     fit-margin-top="0"
    +     fit-margin-left="0"
    +     fit-margin-right="0"
    +     fit-margin-bottom="0"
    +     inkscape:window-width="1680"
    +     inkscape:window-height="950"
    +     inkscape:window-x="0"
    +     inkscape:window-y="27"
    +     inkscape:window-maximized="1" />
    +  <metadata
    +     id="metadata3335">
    +    <rdf:RDF>
    +      <cc:Work
    +         rdf:about="">
    +        <dc:format>image/svg+xml</dc:format>
    +        <dc:type
    +           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
    +        <dc:title></dc:title>
    +      </cc:Work>
    +    </rdf:RDF>
    +  </metadata>
    +  <g
    +     inkscape:label="Layer 1"
    +     inkscape:groupmode="layer"
    +     id="layer1"
    +     transform="translate(-319.64995,-513.41138)">
    +    <g
    +       id="g5424"
    +       transform="matrix(1.1204236,0,0,1.1204236,378.23897,-788.71491)">
    +      <path
    +         sodipodi:nodetypes="cccccc"
    +         inkscape:connector-curvature="0"
    +         id="rect6744"
    +         d="m -51.39745,1163.0948 85,0 0,29.5252 -85,0 2,-14.7626 z"
    +         style="fill:#f5efbc;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" />
    +      <text
    +         transform="scale(0.90245956,1.1080829)"
    +         sodipodi:linespacing="125%"
    +         id="text6752-6"
    +         y="1071.2108"
    +         x="-15.68348"
    +         style="font-size:24.31293869px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Bold"
    +         xml:space="preserve"><tspan
    +           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L Bold"
    +           y="1071.2108"
    +           x="-15.68348"
    +           id="tspan6754-4"
    +           sodipodi:role="line">GFDL</tspan></text>
    +      <path
    +         inkscape:connector-curvature="0"
    +         id="path7064-6"
    +         d="m 19.61576,1166.8577 0,24 0.1875,0 c -0.12127,0.1989 -0.1875,0.4164 -0.1875,0.625 0,2.002 5.8203,3.625 13,3.625 7.1797,0 13,-1.623 13,-3.625 0,-0.2086 -0.0662,-0.4261 -0.1875,-0.625 l 0.1875,0 0,-24 -26,0 z"
    +         style="color:#000000;fill:#f5efbc;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
    +      <path
    +         transform="translate(-321.63424,901.70446)"
    +         d="m 367.25,264.98718 c 0,2.00203 -5.8203,3.625 -13,3.625 -7.1797,0 -13,-1.62297 -13,-3.625 0,-2.00203 5.8203,-3.625 13,-3.625 7.1797,0 13,1.62297 13,3.625 z"
    +         sodipodi:ry="3.625"
    +         sodipodi:rx="13"
    +         sodipodi:cy="264.98718"
    +         sodipodi:cx="354.25"
    +         id="path7064"
    +         style="color:#000000;fill:#f5efbc;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
    +         sodipodi:type="arc" />
    +      <path
    +         sodipodi:nodetypes="cccccc"
    +         inkscape:connector-curvature="0"
    +         id="path7104"
    +         d="m 45.06778,1167.3815 c -2.44864,5.5993 -9.9067,7.192 -21.52831,5.7955 l 5.7779,9.7599 -6.02275,7.2171 c 7.75095,3.1192 17.18643,1.5723 22.07112,-0.1842 z"
    +         style="fill:#2e439b;fill-opacity:1;stroke:#000000;stroke-width:1.39999986;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    +      <path
    +         sodipodi:nodetypes="ccscc"
    +         inkscape:connector-curvature="0"
    +         id="path7106"
    +         d="m 34.45935,1165.7653 c -3.4695,-0.1017 -8.01646,0.018 -10.47747,0.7778 1.2102,0.9782 6.11198,1.5627 9.94714,1.2348 3.20297,-0.2738 6.08198,-0.1311 7.93857,-1.1503 -0.70667,-1.1077 -3.93837,-3.3774 -7.91865,-3.2613"
    +         style="fill:none;stroke:#000000;stroke-width:1.39999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    +    </g>
    +  </g>
    +</svg>
    diff --git a/htdocs/takepos/dev/img/gpl-v3-logo.svg b/htdocs/takepos/dev/img/gpl-v3-logo.svg
    new file mode 100644
    index 00000000000..6754c994bda
    --- /dev/null
    +++ b/htdocs/takepos/dev/img/gpl-v3-logo.svg
    @@ -0,0 +1,389 @@
    +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
    +<!-- Created with Inkscape (http://www.inkscape.org/) -->
    +<svg
    +   xmlns:dc="http://purl.org/dc/elements/1.1/"
    +   xmlns:cc="http://creativecommons.org/ns#"
    +   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    +   xmlns:svg="http://www.w3.org/2000/svg"
    +   xmlns="http://www.w3.org/2000/svg"
    +   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
    +   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    +   width="744.09448819"
    +   height="1052.3622047"
    +   id="svg1341"
    +   sodipodi:version="0.32"
    +   inkscape:version="0.46"
    +   sodipodi:docbase="/home/johns/graphics/logos/gplv3"
    +   sodipodi:docname="gpl-v3-logo (copy).svg"
    +   inkscape:output_extension="org.inkscape.output.svg.inkscape">
    +  <defs
    +     id="defs1343">
    +    <inkscape:perspective
    +       sodipodi:type="inkscape:persp3d"
    +       inkscape:vp_x="0 : 526.18109 : 1"
    +       inkscape:vp_y="0 : 1000 : 0"
    +       inkscape:vp_z="744.09448 : 526.18109 : 1"
    +       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
    +       id="perspective79" />
    +  </defs>
    +  <sodipodi:namedview
    +     id="base"
    +     pagecolor="#ffffff"
    +     bordercolor="#666666"
    +     borderopacity="1.0"
    +     inkscape:pageopacity="0.0"
    +     inkscape:pageshadow="2"
    +     inkscape:zoom="0.56729519"
    +     inkscape:cx="372.04724"
    +     inkscape:cy="526.18109"
    +     inkscape:document-units="px"
    +     inkscape:current-layer="layer1"
    +     inkscape:window-width="1439"
    +     inkscape:window-height="825"
    +     inkscape:window-x="1"
    +     inkscape:window-y="49"
    +     showgrid="false" />
    +  <metadata
    +     id="metadata1346">
    +    <rdf:RDF>
    +      <cc:Work
    +         rdf:about="">
    +        <dc:format>image/svg+xml</dc:format>
    +        <dc:type
    +           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
    +      </cc:Work>
    +    </rdf:RDF>
    +  </metadata>
    +  <g
    +     inkscape:label="Layer 1"
    +     inkscape:groupmode="layer"
    +     id="layer1">
    +    <g
    +       id="g3413"
    +       transform="translate(1.7627461,148.07106)">
    +      <g
    +         id="g68"
    +         style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,352.86817,563.90874)">
    +        <path
    +           style="fill:#000000;fill-opacity:0.94117647"
    +           id="path70"
    +           d="M 3.86,0 C 3.86,0 3.85,0 3.85,0 C 2.91,0 2.08,0.31 1.3,0.94 C 0.72,1.4 0.32,2.02 0,2.71 C 0,2.71 0.04,2.71 0.04,2.71 C 0.36,2.02 0.76,1.4 1.33,0.94 C 2.11,0.31 2.94,0.01 3.86,0 z" />
    +      </g>
    +      <path
    +         style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         d="M 92.93948,358.4642 C 92.9395,358.46419 33.62975,617.23158 33.62975,617.23158 C 33.6468,617.23158 33.64894,617.23158 33.68304,617.23158 C 33.68304,617.23158 308.06385,617.23158 308.06385,617.23158 C 308.06386,617.23158 450.76958,617.23158 450.76958,617.23158 C 433.76851,615.74805 420.34631,609.77976 412.34882,598.90046 C 410.86529,596.88827 409.63964,594.72053 408.56535,592.45258 C 407.88328,590.78148 407.24167,589.09543 406.59368,587.39021 C 404.88844,581.9676 404.20851,575.9503 404.51544,569.53867 C 405.36806,551.66793 413.75349,530.41065 428.28198,508.15069 C 443.71423,484.49413 466.08035,459.6998 493.77314,436.69125 C 499.98013,431.53806 506.39817,426.44926 513.11675,421.50411 C 521.42116,415.39432 529.78956,409.7675 538.1622,404.50518 C 569.00965,385.08441 599.78037,371.49508 627.04687,364.59234 C 600.9911,373.09287 571.71882,387.52374 542.79826,407.1696 C 541.7581,407.87215 540.73068,408.59175 539.70754,409.30112 C 523.66141,420.41917 509.1244,432.22698 496.43756,444.15158 C 455.61453,482.53615 434.0371,522.31042 443.84212,545.61227 C 444.54128,547.21517 445.37468,548.74562 446.34667,550.19506 C 456.88492,565.69553 483.00254,568.37485 516.10089,560.05337 C 518.35178,559.49062 520.60267,558.85333 522.92177,558.18829 C 533.49415,555.13592 544.71877,551.01356 556.28017,545.93201 C 559.05966,544.70424 561.86904,543.44238 564.6997,542.09525 C 564.98958,541.95884 565.26243,541.82242 565.55231,541.66895 C 602.04404,523.53733 630.08856,502.67437 636.15915,490.13928 C 637.48923,487.41266 637.80895,485.08798 636.90518,483.26511 C 632.57394,474.48323 602.26573,480.41611 565.55231,496.32071 C 562.60228,497.59961 559.61814,498.91563 556.5999,500.31732 C 559.05542,498.03746 561.61113,495.74904 564.2201,493.49643 C 568.38085,489.91205 572.68866,486.40698 577.2757,482.94539 C 584.4547,477.50912 591.71255,472.59468 598.85743,468.23785 C 632.31386,442.99718 649.22753,419.12063 645.69773,410.26032 C 645.03268,408.59089 643.61736,407.44243 641.43467,406.74329 C 634.46029,404.52482 621.73084,407.17258 606.26448,413.51089 C 593.50944,418.74253 578.85944,426.50169 564.00696,436.15837 C 564.00696,436.15837 561.98201,437.49057 561.98201,437.49057 C 561.98203,437.49057 561.60899,437.70371 561.60899,437.70371 C 561.60901,437.70373 554.46838,442.44636 554.46838,442.44636 C 554.46836,442.44635 558.57157,434.93273 558.57157,434.93273 C 564.65922,423.78909 574.57507,412.16206 586.92087,401.36119 C 595.9756,393.4643 606.3199,386.02357 617.455,379.51303 C 621.66691,377.0473 625.8724,374.75717 630.08429,372.69215 C 634.39851,370.58449 638.71484,368.7113 642.92675,367.0436 C 655.16357,362.20425 666.84456,359.26379 677.03117,358.4642 C 676.1035,358.46419 648.41543,358.4642 648.41543,358.4642 C 648.41544,358.46419 551.96384,358.4642 551.96384,358.4642 C 551.96385,358.46419 126.67089,358.4642 126.67089,358.4642 C 126.67089,358.46419 92.93948,358.4642 92.93948,358.4642 z M 398.92019,358.83722 C 397.2491,384.34222 402.19422,421.69937 413.41458,463.17546 C 415.40967,470.55567 417.5817,478.06631 419.96902,485.66308 C 421.45258,490.35412 422.98301,494.97189 424.5518,499.518 C 423.631,500.87196 422.70376,502.21737 421.8341,503.5679 C 407.83425,525.02298 399.6513,545.29894 397.58799,562.93093 C 391.67085,543.11625 387.21598,521.41263 384.69225,498.39895 C 383.97606,491.80485 383.41546,485.28453 383.04031,478.8422 C 380.27784,432.04581 386.3868,389.625 398.92019,358.83722 z M 119.53029,392.03576 C 119.84963,392.02822 120.16443,392.03576 120.48947,392.03576 C 120.48947,392.03574 183.52938,392.03576 183.52938,392.03576 C 188.91789,392.03574 193.08502,393.04567 196.0521,395.07318 C 199.00212,397.11264 200.10841,399.75061 199.40925,402.95983 C 199.40927,402.95985 191.89562,436.90439 191.89562,436.90439 C 191.89562,436.90442 169.67446,436.90439 169.67446,436.90439 C 169.67448,436.90442 176.97494,403.86573 176.97494,403.86573 C 176.97492,403.86573 121.34209,403.86573 121.34209,403.86573 C 121.34207,403.86573 101.25244,494.66878 101.25244,494.66878 C 101.25246,494.66878 94.00525,527.54759 94.00525,527.54759 C 94.00525,527.54762 149.58482,527.54759 149.58482,527.54759 C 149.58482,527.54762 149.63811,527.33443 149.63811,527.33443 C 149.63811,527.33445 160.77533,477.03039 160.77533,477.03039 C 160.77533,477.03037 134.66413,477.03039 134.66413,477.03039 C 134.66413,477.03037 137.16867,465.68001 137.16867,465.68001 C 137.16866,465.67999 185.50105,465.68001 185.50105,465.68001 C 185.50105,465.67999 171.64612,528.45349 171.64612,528.45349 C 171.45855,529.34701 171.1303,530.15657 170.68693,530.95802 C 169.54444,533.03839 167.55146,534.82036 164.77195,536.28685 C 160.91817,538.31608 156.30552,539.32427 150.91702,539.32427 C 150.91702,539.32429 87.9304,539.32427 87.9304,539.32427 C 82.54188,539.32429 78.37476,538.31606 75.40768,536.28685 C 72.45767,534.25765 71.33433,531.66612 72.05053,528.45349 C 72.05054,528.45347 99.81366,402.95983 99.81366,402.95983 C 100.52984,399.75062 102.76371,397.11262 106.63455,395.07318 C 106.77097,394.99987 106.92444,394.98323 107.06085,394.91332 C 110.59387,393.14362 114.74022,392.14889 119.53029,392.03576 z M 218.32657,392.03576 C 218.32655,392.03574 297.67265,392.03576 297.67265,392.03576 C 302.99296,392.03574 307.175,393.04567 310.14208,395.07318 C 313.12625,397.11264 314.26874,399.75061 313.55253,402.95983 C 313.55255,402.95985 298.73842,469.88978 298.73842,469.88978 C 298.0393,473.07852 295.75215,475.68028 291.86425,477.72314 C 287.97635,479.7728 283.39995,480.81385 278.06261,480.81385 C 278.06259,480.81385 220.40481,480.81385 220.40481,480.81385 C 220.40481,480.81385 209.26758,531.0646 209.26758,531.0646 C 209.26758,531.06462 207.45578,539.32427 207.45578,539.32427 C 207.45579,539.32429 185.7142,539.32427 185.7142,539.32427 C 185.7142,539.32429 187.36613,531.86393 187.36613,531.86393 C 187.36613,531.86395 218.32657,392.03576 218.32657,392.03576 z M 327.94034,392.03576 C 327.94033,392.03574 349.68192,392.03576 349.68192,392.03576 C 349.68194,392.03574 325.06278,503.24817 325.06278,503.24817 C 325.0628,503.24819 319.68068,527.54759 319.68068,527.54759 C 319.68068,527.54762 371.68994,527.54759 371.68994,527.54759 C 372.23562,531.53613 372.87293,535.45341 373.55502,539.32427 C 373.555,539.32429 295.32797,539.32427 295.32797,539.32427 C 295.32799,539.32429 301.5094,511.40126 301.5094,511.40126 C 301.50942,511.40126 327.94034,392.03576 327.94034,392.03576 z M 237.45702,403.86573 C 237.45704,403.86573 223.01592,468.98387 223.01592,468.98387 C 223.01592,468.98385 277.21,468.98387 277.21,468.98387 C 277.20999,468.98385 291.5978,403.86573 291.5978,403.86573 C 291.59782,403.86573 237.45702,403.86573 237.45702,403.86573 z M 191.89562,549.5556 C 192.10829,549.54845 192.32086,549.5556 192.53509,549.5556 C 195.05882,549.55562 197.26281,549.99896 199.03624,550.83451 C 200.92904,551.72122 202.28256,553.03851 203.03286,554.77784 C 203.76611,556.46603 203.95794,558.38225 203.56573,560.47968 C 203.56573,560.47969 203.40588,561.27901 203.40588,561.27901 C 203.40589,561.27898 197.17116,561.27901 197.17116,561.27901 C 197.17114,561.27898 197.22445,560.53296 197.22445,560.53296 C 197.38563,559.06753 197.20396,557.91517 196.63827,557.12253 C 196.56455,557.02312 196.45774,556.8919 196.37183,556.8028 C 196.23115,556.65917 196.01985,556.495 195.83896,556.37649 C 194.96658,555.82699 193.60193,555.52387 191.84234,555.52387 C 189.50619,555.52389 187.76047,555.93099 186.56682,556.74951 C 185.40726,557.55097 184.67402,558.44621 184.43529,559.52049 C 184.19654,560.61183 184.58875,561.18521 184.8616,561.49215 C 184.8701,561.50064 184.90453,561.53592 184.91487,561.54544 C 185.26039,561.83989 186.46023,562.5302 190.1904,563.41052 C 193.56672,564.22903 195.80272,564.96441 197.06458,565.59534 C 198.97445,566.5673 200.30877,567.82704 201.00792,569.3788 C 201.70703,570.91352 201.86052,572.71037 201.43422,574.65433 C 201.00792,576.54712 200.04233,578.29285 198.60994,579.92987 C 197.19462,581.56687 195.39347,582.86284 193.22783,583.7666 C 191.07923,584.65332 188.72179,585.15209 186.30037,585.15209 C 183.23097,585.15208 180.76694,584.68742 178.84003,583.7666 C 176.82786,582.81169 175.37629,581.3047 174.52369,579.34369 C 173.70518,577.43383 173.53039,575.26607 173.9908,572.89583 C 173.9908,572.8958 174.15067,572.14978 174.15067,572.14978 C 174.15067,572.14978 180.27881,572.14978 180.27881,572.14978 C 180.27881,572.14978 180.22552,572.89583 180.22552,572.89583 C 180.07204,574.31115 180.22339,575.45365 180.59854,576.30626 C 180.95663,577.12479 181.63873,577.80259 182.73006,578.33122 C 183.8896,578.89392 185.33904,579.18382 186.99311,579.18382 C 188.47666,579.18381 189.83232,578.93443 191.04302,578.49109 C 192.23667,578.06479 193.1852,577.50205 193.86729,576.78586 C 194.53231,576.06964 194.9224,575.31298 195.09292,574.49446 C 195.26344,573.76122 195.22294,573.14096 194.93305,572.62938 C 194.60906,572.08374 193.96747,571.59985 192.9614,571.1906 C 192.9614,571.19059 187.73914,569.64524 187.73914,569.64524 C 184.82322,568.91201 182.86009,568.21286 181.71759,567.51372 C 180.16582,566.59291 179.04678,565.41203 178.467,563.9967 C 177.88723,562.59839 177.82542,561.04879 178.20057,559.36062 C 178.59277,557.55309 179.46456,555.83295 180.81168,554.29825 C 182.17588,552.74648 183.9365,551.5294 186.03393,550.72794 C 187.88836,550.03254 189.83989,549.62473 191.89562,549.5556 z M 247.84822,549.66218 C 248.18547,549.63591 248.50258,549.66218 248.86069,549.66218 C 248.8607,549.66218 252.69744,550.08848 252.69744,550.08848 C 252.69743,550.08848 253.97635,550.19506 253.97635,550.19506 C 253.97637,550.19507 252.11127,554.9377 252.11127,554.9377 C 252.11126,554.93772 251.73825,555.68374 251.73825,555.68374 C 251.73825,555.68372 248.80741,555.4173 248.80741,555.4173 C 247.942,555.4173 247.30628,555.55082 246.88903,555.8436 C 246.86132,555.86453 246.80803,555.9278 246.78245,555.95018 C 246.72655,555.99922 246.63254,556.08476 246.5693,556.16334 C 246.31271,556.49985 246.00018,557.1012 245.76998,558.18829 C 245.76996,558.18829 245.65914,558.64869 245.55683,559.0409 C 246.90396,559.04091 250.1396,559.0409 250.1396,559.0409 C 250.1396,559.04091 248.96727,564.31642 248.96727,564.31642 C 248.96727,564.31641 245.61651,564.31642 244.49107,564.31642 C 244.15001,565.85111 239.96157,584.61922 239.96157,584.61922 C 239.96155,584.6192 233.78014,584.61922 233.78014,584.61922 C 233.78012,584.6192 237.79807,566.58437 238.30964,564.31642 C 237.26943,564.31641 234.73933,564.31642 234.73933,564.31642 C 234.73933,564.31641 235.91167,559.0409 235.91167,559.0409 C 235.91168,559.04091 238.45671,559.0409 239.42868,559.0409 C 239.5992,558.30766 239.85498,557.38896 239.85498,557.38896 C 240.23014,555.68374 240.62233,554.45811 241.13389,553.6055 C 241.83306,552.42891 242.81995,551.44413 244.06476,550.72794 C 245.09003,550.13219 246.38674,549.776 247.84822,549.66218 z M 262.60904,549.92862 C 262.60902,549.92861 260.99334,557.19926 260.58409,559.0409 C 261.77773,559.04091 264.5807,559.0409 264.5807,559.0409 C 264.5807,559.04091 263.40837,564.31642 263.40837,564.31642 C 263.40835,564.31641 260.46898,564.31642 259.41175,564.31642 C 259.08774,565.78289 256.53419,577.15888 256.53419,577.15888 C 256.53421,577.15886 256.32103,578.52519 256.32103,578.91739 C 256.32131,578.93044 256.31997,578.96107 256.32103,578.97067 C 256.32187,578.9747 256.31983,579.02064 256.32103,579.02396 C 256.32267,579.02665 256.37218,579.02182 256.37431,579.02396 C 256.37431,579.02394 257.01378,579.07725 257.01378,579.07725 C 257.01378,579.07725 259.94463,578.8641 259.94463,578.8641 C 259.94463,578.8641 259.6249,583.60674 259.6249,583.60674 C 259.62492,583.60674 259.6782,584.45935 259.6782,584.45935 C 259.67818,584.45933 255.46842,584.93895 255.46842,584.93895 C 253.79732,584.93893 252.57167,584.66612 251.68496,584.08635 C 250.74711,583.47243 250.20142,582.65821 249.97974,581.63509 C 249.94563,581.4475 249.87316,581.17467 249.87316,580.78248 C 249.87316,580.01512 250.01811,578.71703 250.51262,576.46614 C 250.51264,576.46616 252.75285,566.4309 253.23032,564.31642 C 252.42889,564.31641 250.29947,564.31642 250.29947,564.31642 C 250.29949,564.31641 251.4718,559.0409 251.4718,559.0409 C 251.47178,559.04091 253.55004,559.0409 254.40266,559.0409 C 254.67547,557.81315 255.62828,553.6055 255.62828,553.6055 C 255.62828,553.60552 260.58409,550.99438 260.58409,550.99438 C 260.58408,550.9944 262.60904,549.92862 262.60904,549.92862 z M 66.24211,550.14177 C 66.24213,550.14177 90.22179,550.14177 90.22179,550.14177 C 90.22179,550.14177 88.88959,556.11005 88.88959,556.11005 C 88.88959,556.11007 72.89248,556.11005 71.35778,556.11005 C 71.08496,557.32078 69.99147,562.22327 69.59927,563.9967 C 71.81607,563.9967 84.7864,563.9967 84.7864,563.9967 C 84.7864,563.9967 83.45419,569.96496 83.45419,569.96496 C 83.45418,569.96496 69.80177,569.96496 68.26706,569.96496 C 67.94307,571.44851 65.01648,584.61922 65.01648,584.61922 C 65.0165,584.6192 58.56862,584.61922 58.56862,584.61922 C 58.56863,584.6192 66.24211,550.14177 66.24211,550.14177 z M 98.37487,558.56131 C 98.61554,558.53175 98.87845,558.56131 99.12091,558.56131 C 100.65561,558.56131 102.07308,559.02811 103.43726,560.00008 C 103.43726,560.0001 104.28986,560.58625 104.28986,560.58625 C 104.28986,560.58625 100.986,566.02165 100.986,566.02165 C 100.986,566.02163 100.08011,565.38219 100.08011,565.38219 C 99.41507,564.9559 98.69888,564.74273 97.94858,564.74273 C 97.30059,564.74275 96.69737,564.97293 96.08349,565.38219 C 95.43552,565.80849 94.89409,566.37334 94.48485,567.1407 C 93.76865,568.45374 93.24429,569.92447 92.8862,571.51033 C 92.8862,571.51034 90.00864,584.61922 90.00864,584.61922 C 90.00864,584.6192 83.82721,584.61922 83.82721,584.61922 C 83.82721,584.6192 89.52905,559.0409 89.52905,559.0409 C 89.52907,559.04091 95.28417,559.0409 95.28417,559.0409 C 95.28417,559.04091 95.08593,559.81678 95.01772,560.10666 C 95.29056,559.90205 95.57831,559.62067 95.81705,559.4672 C 96.64302,558.9743 97.51542,558.66685 98.37487,558.56131 z M 116.70601,558.56131 C 117.0782,558.53316 117.4446,558.56131 117.82507,558.56131 C 121.30373,558.56131 123.93615,559.78053 125.65842,562.1849 C 126.7327,563.73664 127.31037,565.65502 127.31037,567.94002 C 127.31037,569.20187 127.15476,570.55967 126.83078,572.04321 C 126.83078,572.04321 126.35117,573.9083 126.35117,573.9083 C 126.35117,573.90828 110.71856,573.9083 108.97923,573.9083 C 108.94512,574.26638 108.92594,574.65007 108.92594,574.97406 C 108.92594,576.30415 109.19877,577.35071 109.77855,578.11807 C 110.05405,578.4932 110.37345,578.83106 110.73774,579.07725 C 111.42452,579.52514 112.31108,579.77 113.34886,579.77 C 114.61074,579.76998 115.71911,579.42255 116.7593,578.75752 C 117.74835,578.12659 118.69474,577.11838 119.53029,575.7201 C 119.53029,575.72007 126.13802,575.7201 126.13802,575.7201 C 126.13802,575.72007 125.55186,576.99901 125.55186,576.99901 C 124.28999,579.55686 122.52935,581.55195 120.32961,582.96729 C 118.12988,584.38262 115.5017,585.15209 112.60282,585.15209 C 108.83428,585.15208 106.02919,583.93287 104.28986,581.52851 C 102.5676,579.17528 102.19671,575.92258 103.11753,571.83005 C 104.03836,567.66932 105.87573,564.34414 108.55292,562.02503 C 110.9525,559.94441 113.67537,558.79035 116.70601,558.56131 z M 144.46916,558.56131 C 144.84134,558.53316 145.20773,558.56131 145.5882,558.56131 C 149.06687,558.56131 151.6993,559.78053 153.42157,562.1849 C 154.49586,563.73664 155.0735,565.65502 155.0735,567.94002 C 155.0735,569.18482 154.9179,570.52343 154.5939,571.98992 C 154.5939,571.98994 154.11432,573.9083 154.11432,573.9083 C 154.11432,573.90828 138.48169,573.9083 136.74237,573.9083 C 136.7253,574.147 136.70613,574.36232 136.68908,574.60105 C 136.67629,574.69057 136.69468,574.82646 136.68908,574.92077 C 136.68858,574.93615 136.68908,574.95914 136.68908,574.97406 C 136.68908,575.22986 136.72532,575.48136 136.74237,575.7201 C 136.8276,576.69206 137.08129,577.50419 137.54169,578.11807 C 137.62936,578.23743 137.71177,578.38477 137.80813,578.49109 C 138.58914,579.32663 139.69453,579.77 141.112,579.77 C 142.37388,579.76998 143.49931,579.42255 144.52245,578.75752 C 145.51149,578.12659 146.45787,577.11838 147.29343,575.7201 C 147.29343,575.72007 153.95445,575.7201 153.95445,575.7201 C 153.95444,575.72007 153.31499,576.99901 153.31499,576.99901 C 152.05313,579.55686 150.29249,581.55195 148.09275,582.96729 C 145.89301,584.38262 143.26484,585.15209 140.36597,585.15209 C 136.59744,585.15208 133.79234,583.93287 132.05301,581.52851 C 130.92756,579.99379 130.40107,578.0392 130.40107,575.7201 C 130.40107,575.36198 130.42025,574.97619 130.45436,574.60105 C 130.52259,573.71434 130.65899,572.81909 130.88067,571.83005 C 131.80151,567.68637 133.58558,564.34414 136.26277,562.02503 C 138.66234,559.94441 141.43852,558.79035 144.46916,558.56131 z M 220.08507,558.56131 C 220.46591,558.53202 220.81619,558.56131 221.20412,558.56131 C 224.75099,558.56131 227.47722,559.76135 229.25064,562.13161 C 231.00704,564.50184 231.43333,567.69915 230.52955,571.72347 C 229.83042,574.8611 228.82008,577.39547 227.43885,579.23712 C 226.05759,581.07877 224.29697,582.58361 222.21659,583.60674 C 220.15331,584.62988 217.96846,585.15209 215.76873,585.15209 C 212.15366,585.15208 209.46154,583.91581 207.72221,581.52851 C 206.59675,580.01087 206.01699,578.05625 206.01699,575.7201 C 206.01701,574.45823 206.15555,573.1175 206.49659,571.61691 C 207.51974,567.0469 209.60861,563.56613 212.67802,561.33229 C 214.93103,559.70595 217.41916,558.76623 220.08507,558.56131 z M 313.7124,558.56131 C 314.162,558.53356 314.57833,558.56131 315.0446,558.56131 C 317.19319,558.56131 318.88135,558.77871 320.16027,559.30733 C 321.52445,559.85302 322.49216,560.62462 323.03783,561.54544 C 323.56647,562.41507 323.83716,563.483 323.83716,564.79601 C 323.83717,564.79603 323.19768,568.68605 323.19768,568.68605 C 323.19771,568.68605 322.02536,573.96159 322.02536,573.96159 C 321.01925,578.46335 320.7976,580.15154 320.74643,580.78248 C 320.69528,581.6351 320.77414,582.46638 321.01288,583.23373 C 321.0129,583.23371 321.43918,584.61922 321.43918,584.61922 C 321.4392,584.6192 315.15118,584.61922 315.15118,584.61922 C 315.15116,584.6192 314.88473,583.81989 314.88473,583.81989 C 314.78242,583.44477 314.81226,582.96729 314.77816,582.54098 C 313.58451,583.27423 312.38872,583.92434 311.31443,584.29949 C 309.72859,584.84518 308.08304,585.15209 306.41192,585.15209 C 303.51306,585.15208 301.3666,584.39755 300.07062,582.91399 C 299.0816,581.82266 298.63185,580.48832 298.63185,578.97067 C 298.63183,578.3909 298.70858,577.7898 298.84499,577.15888 C 299.13487,575.86291 299.66137,574.66285 300.49693,573.58856 C 301.31544,572.5313 302.28316,571.66167 303.37449,571.03074 C 304.43175,570.39982 305.61047,569.95219 306.83823,569.64524 C 306.83821,569.64524 310.62169,569.00578 310.62169,569.00578 C 313.53763,568.66472 315.7139,568.24057 317.28271,567.78016 C 317.31683,567.60964 317.38928,567.40714 317.38928,567.40714 C 317.63654,566.30996 317.6056,565.48526 317.33599,565.06246 C 317.31615,565.03519 317.25181,564.97932 317.22942,564.95588 C 317.17186,564.89453 317.08339,564.79809 317.01626,564.74273 C 316.37491,564.2352 315.2812,563.9967 313.81898,563.9967 C 312.16491,563.9967 310.94142,564.26741 310.0888,564.79601 C 309.25325,565.32464 308.47949,566.29235 307.79741,567.67357 C 307.7974,567.67356 301.34954,567.67357 301.34954,567.67357 C 301.34956,567.67356 301.93571,566.39466 301.93571,566.39466 C 302.70304,564.62121 303.61749,563.15048 304.75999,562.02503 C 305.90249,560.89956 307.44571,560.02779 309.23619,559.41392 C 310.60835,558.96095 312.10669,558.66038 313.7124,558.56131 z M 340.72951,558.56131 C 340.96997,558.53175 341.23307,558.56131 341.47554,558.56131 C 343.02727,558.56131 344.48099,559.02811 345.84517,560.00008 C 345.84519,560.0001 346.64449,560.58625 346.64449,560.58625 C 346.6445,560.58625 343.34063,566.02165 343.34063,566.02165 C 343.34064,566.02163 342.43473,565.38219 342.43473,565.38219 C 341.7697,564.9559 341.08972,564.74273 340.35649,564.74273 C 339.70848,564.74275 339.06905,564.97293 338.4381,565.38219 C 337.79013,565.80849 337.31906,566.37334 336.89276,567.1407 C 336.1936,568.45374 335.6522,569.92447 335.29411,571.51033 C 335.29409,571.51034 332.36326,584.61922 332.36326,584.61922 C 332.36328,584.6192 326.18184,584.61922 326.18184,584.61922 C 326.18184,584.6192 331.88366,559.0409 331.88366,559.0409 C 331.88365,559.04091 337.63878,559.0409 337.63878,559.0409 C 337.63878,559.04091 337.49384,559.81678 337.42564,560.10666 C 337.69846,559.90205 337.96917,559.62067 338.22496,559.4672 C 339.03759,558.9743 339.87067,558.66685 340.72951,558.56131 z M 359.00734,558.56131 C 359.37919,558.53316 359.74593,558.56131 360.1264,558.56131 C 363.60506,558.56131 366.25453,559.78053 367.95977,562.1849 C 369.05112,563.73664 369.6117,565.65502 369.6117,567.94002 C 369.61168,569.20187 369.4028,570.55967 369.07881,572.04321 C 369.07881,572.04321 368.65251,573.9083 368.65251,573.9083 C 368.6525,573.90828 353.00283,573.9083 351.28057,573.9083 C 351.24646,574.26638 351.17398,574.65007 351.17398,574.97406 C 351.17398,576.30415 351.46387,577.35071 352.0266,578.11807 C 352.11426,578.23743 352.2496,578.38477 352.34632,578.49109 C 352.40234,578.55076 352.50044,578.64882 352.55948,578.70423 C 353.32183,579.39725 354.35929,579.77 355.65018,579.77 C 356.91207,579.76998 358.02045,579.42255 359.06063,578.75752 C 360.04968,578.12659 360.97902,577.11838 361.83162,575.7201 C 361.8316,575.72007 368.49264,575.7201 368.49264,575.7201 C 368.49264,575.72007 367.85318,576.99901 367.85318,576.99901 C 366.59131,579.55686 364.81363,581.55195 362.63094,582.96729 C 360.41417,584.38262 357.82009,585.15209 354.90415,585.15209 C 351.13564,585.15208 348.38381,583.93287 346.64449,581.52851 C 344.92219,579.17528 344.51509,575.92258 345.41886,571.83005 C 346.33967,567.66932 348.12377,564.34414 350.80097,562.02503 C 353.21572,559.94441 355.97949,558.79035 359.00734,558.56131 z M 265.69974,559.0409 C 265.69976,559.04091 272.04105,559.0409 272.04105,559.0409 C 272.04107,559.04091 272.82331,574.21951 272.84036,574.44117 C 273.09614,573.89761 273.2946,573.4403 273.31997,573.37542 C 273.31998,573.37543 280.30071,559.0409 280.30071,559.0409 C 280.30073,559.04091 286.10912,559.0409 286.10912,559.0409 C 286.10911,559.04091 286.642,574.03618 286.642,574.12144 C 286.81255,573.81453 294.58194,559.0409 294.58194,559.0409 C 294.58192,559.04091 300.86995,559.0409 300.86995,559.0409 C 300.86994,559.04091 287.01502,584.61922 287.01502,584.61922 C 287.01504,584.6192 281.31319,584.61922 281.31319,584.61922 C 281.31319,584.6192 280.76113,570.74938 280.72702,569.96496 C 278.37379,574.79076 273.58639,584.61922 273.58639,584.61922 C 273.58639,584.6192 267.72471,584.61922 267.72471,584.61922 C 267.72471,584.6192 265.69974,559.0409 265.69974,559.0409 z M 116.81259,563.89012 C 115.34366,563.95214 114.00964,564.48161 112.7627,565.48876 C 111.77368,566.27317 111.10649,567.3496 110.57787,568.52619 C 110.57787,568.52621 121.07564,568.52619 121.07564,568.52619 C 121.09271,568.33863 121.12893,568.11055 121.12893,567.94002 C 121.12891,566.96807 120.95627,566.21349 120.64934,565.70192 C 119.89906,564.47415 118.78639,563.89012 117.13232,563.89012 C 117.03322,563.89012 116.91052,563.886 116.81259,563.89012 z M 144.57572,563.89012 C 143.1068,563.95214 141.77277,564.48161 140.52582,565.48876 C 139.53678,566.27317 138.88669,567.3496 138.34102,568.52619 C 138.34102,568.52621 148.83878,568.52619 148.83878,568.52619 C 148.85582,568.33863 148.89207,568.11055 148.89207,567.94002 C 148.89206,566.96807 148.73647,566.21349 148.41247,565.70192 C 148.26353,565.45253 148.06204,565.20453 147.87959,565.00918 C 147.1676,564.27346 146.18769,563.89012 144.89546,563.89012 C 144.79635,563.89012 144.67366,563.886 144.57572,563.89012 z M 359.32708,563.89012 C 357.81652,563.93665 356.40583,564.44806 355.11731,565.48876 C 354.14533,566.27317 353.47816,567.3496 352.93249,568.52619 C 352.93251,568.52621 363.37698,568.52619 363.37698,568.52619 C 363.39401,568.33863 363.43027,568.11055 363.43027,567.94002 C 363.43026,566.96807 363.27467,566.21349 362.95067,565.70192 C 362.21743,564.4912 361.08771,563.90718 359.43365,563.89012 C 359.38463,563.89065 359.37581,563.88862 359.32708,563.89012 z M 219.71206,563.9967 C 218.30243,564.16409 216.9917,564.80721 215.76873,565.91507 C 214.30225,567.24516 213.23861,569.33404 212.62474,572.0965 C 212.36895,573.25605 212.25171,574.24721 212.25171,575.13392 C 212.25173,576.34462 212.48404,577.29529 212.94446,578.01148 C 213.06703,578.19532 213.22962,578.38959 213.37077,578.54437 C 214.12881,579.34925 215.18736,579.77 216.51477,579.77 C 218.23703,579.76998 219.75469,579.12841 221.20412,577.79833 C 222.67064,576.45119 223.71719,574.34099 224.34812,571.51033 C 224.92792,568.91838 224.8469,566.98297 224.0284,565.75521 C 223.244,564.56155 222.09724,563.9967 220.51139,563.9967 C 220.24228,563.9967 219.97309,563.96569 219.71206,563.9967 z M 316.00379,573.32213 C 314.55438,573.71431 312.93012,574.04471 310.78155,574.33461 C 309.17866,574.57335 308.03614,574.82485 307.3711,575.08064 C 306.79134,575.31936 306.32452,575.64975 305.93232,576.09312 C 305.55716,576.51939 305.30566,576.96704 305.1863,577.47861 C 305.15221,577.68325 305.133,577.89425 305.133,578.06478 C 305.133,578.07862 305.13269,578.10436 305.133,578.11807 C 305.13479,578.15865 305.12855,578.23877 305.133,578.27792 C 305.14368,578.35529 305.16517,578.47232 305.1863,578.54437 C 305.19392,578.5681 305.23081,578.62776 305.23957,578.65094 C 305.25823,578.69678 305.26972,578.76705 305.29286,578.81081 C 305.31713,578.85407 305.37076,578.9293 305.39944,578.97067 C 305.44408,579.03204 305.50494,579.12627 305.55931,579.18382 C 305.98562,579.66128 306.83609,579.87657 308.06385,579.87657 C 309.411,579.87658 310.70695,579.62079 311.9006,579.02396 C 313.07722,578.44419 314.02573,577.57878 314.72487,576.5727 C 315.23646,575.8565 315.6457,574.7545 316.00379,573.32213 z"
    +         id="path74" />
    +      <g
    +         id="g80"
    +         style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,359.45027,563.90874)">
    +        <path
    +           style="fill:#000000;fill-opacity:0.94117647"
    +           id="path82"
    +           d="M 0.03,0 C 0.02,0 0.01,0 0,0 C 0.97,0.01 1.61,0.34 2.04,1.05 C 2.23,1.35 2.33,1.8 2.33,2.37 C 2.33,2.47 2.31,2.6 2.3,2.71 C 2.3,2.71 2.34,2.71 2.34,2.71 C 2.34,2.6 2.36,2.47 2.36,2.37 C 2.36,1.8 2.27,1.35 2.08,1.05 C 1.65,0.33 1,0 0.03,0 z" />
    +      </g>
    +      <g
    +         style="fill:#000000;fill-opacity:0.94117647"
    +         id="g4966"
    +         transform="matrix(1.705222,0,0,1.705222,-200.90733,-129.69426)">
    +        <g
    +           transform="translate(125.1273,453.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g84">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 0,36 C 0,36 7.46,36 7.46,36 C 7.46,36 10.81,22 10.81,22 C 10.81,22 22.93,22 22.93,22 C 22.93,22 24.49,16 24.49,16 C 24.49,16 12.32,16 12.32,16 C 12.32,16 14.34,7 14.34,7 C 14.34,7 27.29,7 27.29,7 C 27.29,7 28.85,0 28.85,0 C 28.85,0 8.4,0 8.4,0 C 8.4,0 0,36 0,36 z"
    +             id="path86" />
    +        </g>
    +        <g
    +           transform="translate(151.0773,463.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g88">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 7.51,26 C 7.51,26 9.75,16.6 9.75,16.6 C 10.93,11.51 13.42,7 18.13,7 C 18.55,7 18.96,7.21 19.27,7.26 C 19.27,7.26 21.09,0.05 21.09,0.05 C 20.67,0.05 20.21,0 19.69,0 C 16.22,0 13.31,2.44 11.37,5.94 C 11.37,5.94 11.17,5.94 11.17,5.94 C 11.46,4.23 11.71,2.61 11.9,1 C 11.9,1 5.47,1 5.47,1 C 5.1,3.08 4.53,7.15 3.66,10.82 C 3.66,10.82 0,26 0,26 C 0,26 7.51,26 7.51,26 z"
    +             id="path90" />
    +        </g>
    +        <g
    +           transform="translate(171.7073,463.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g92">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 20.06,19.25 C 17.99,20.26 15.63,20 12.88,20 C 10.71,20 9.03,19.62 8.11,18.88 C 7.63,18.07 7.43,16.81 7.47,16 C 17.6,16.27 23.99,13.93 24.31,7.53 C 24.55,2.7 21.02,0 15.89,0 C 6.73,0 0.73,8.08 0.34,15.86 C 0,22.65 3.52,26 10.78,26 C 13.57,26 17.27,25.68 20.3,24.77 C 20.3,24.77 20.06,19.25 20.06,19.25 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.47,10 C 9.1,7.91 11.22,6 14.69,6 C 16.4,6 17.38,6.65 17.32,7.53 z"
    +             id="path94" />
    +        </g>
    +        <g
    +           transform="translate(198.2273,463.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g96">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 20.05,19.25 C 17.98,20.26 15.62,20 12.88,20 C 10.7,20 9.03,19.62 8.11,18.88 C 7.63,18.07 7.42,16.81 7.46,16 C 17.6,16.27 23.98,13.93 24.31,7.53 C 24.55,2.7 21.02,0 15.89,0 C 6.72,0 0.72,8.08 0.33,15.86 C 0,22.65 3.52,26 10.77,26 C 13.57,26 17.27,25.68 20.3,24.77 C 20.3,24.77 20.05,19.25 20.05,19.25 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.46,10 C 9.1,7.91 11.21,6 14.68,6 C 16.39,6 17.38,6.65 17.32,7.53 z"
    +             id="path98" />
    +        </g>
    +        <g
    +           transform="translate(234.1373,463.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g100">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 22.74,26 C 22.8,22.83 23.56,17.85 24.35,14.58 C 24.35,14.58 27.56,1 27.56,1 C 25.52,0.31 22.34,0 19.28,0 C 6.86,0 0.7,9.2 0.27,17.82 C 0,23.23 2.93,26 7.49,26 C 10.44,26 13.77,24.57 16.36,20.27 C 16.36,20.27 16.47,20.27 16.47,20.27 C 16.27,22.34 16.03,24.35 15.9,26 C 15.9,26 22.74,26 22.74,26 z M 17.61,11.72 C 16.15,18.08 13.17,20 10.95,20 C 8.88,20 7.98,18.53 8.1,16.39 C 8.34,11.56 12.16,6 16.98,6 C 17.76,6 18.37,5.86 18.94,5.72 C 18.94,5.72 17.61,11.72 17.61,11.72 z"
    +             id="path102" />
    +        </g>
    +        <g
    +           transform="translate(261.7673,463.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g104">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 0,24.82 C 1.44,25.94 4.46,25.95 7.61,26 C 14.34,26.05 19.42,23.11 19.72,17.71 C 19.89,14.11 17.1,11.98 14.37,10.55 C 12.4,9.6 11.41,8.69 11.46,7.63 C 11.53,6.2 12.87,6 14.84,6 C 17.06,6 18.84,6.27 19.86,6.47 C 19.86,6.47 21.88,1.05 21.88,1.05 C 20.73,0.36 18.43,0 15.48,0 C 8.95,0 4.17,3.45 3.9,8.69 C 3.74,11.93 6.07,14.11 8.89,15.59 C 11.17,16.76 11.95,17.66 11.89,18.93 C 11.82,20.21 10.68,20 8.61,20 C 6.18,20 3.49,19.68 2.07,19.46 C 2.07,19.46 0,24.82 0,24.82 z"
    +             id="path106" />
    +        </g>
    +        <g
    +           transform="translate(294.2173,452.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g108">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 7.45,37 C 7.45,37 13.5,12 13.5,12 C 13.5,12 6.09,12 6.09,12 C 6.09,12 0,37 0,37 C 0,37 7.45,37 7.45,37 z M 10.92,9 C 13.46,9 15.72,6.9 15.86,3.3 C 15.98,0.86 14.4,0 12.07,0 C 9.64,0 7.42,1.58 7.29,3.94 C 7.17,6.32 8.75,9 10.92,9 z"
    +             id="path110" />
    +        </g>
    +        <g
    +           transform="translate(308.5073,464.0834)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g112">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 7.46,25.31 C 7.46,25.31 10.1,14.05 10.1,14.05 C 11.47,8.32 14.42,6.31 16.85,6.31 C 18.77,6.31 19.33,7.13 19.24,8.32 C 19.19,9.28 19.04,10.29 18.84,11.19 C 18.84,11.19 15.48,25.31 15.48,25.31 C 15.48,25.31 22.94,25.31 22.94,25.31 C 22.94,25.31 26.48,10.5 26.48,10.5 C 26.75,9.22 27.05,7.31 27.11,6.15 C 27.33,1.64 25.08,0 20.94,0 C 17.62,0 14.39,1.54 11.84,4.88 C 11.84,4.88 11.74,4.88 11.74,4.88 C 11.74,4.88 12.42,0.31 12.42,0.31 C 12.42,0.31 5.84,0.31 5.84,0.31 C 5.41,2.45 4.86,5.04 4.08,8.06 C 4.08,8.06 0,25.31 0,25.31 C 0,25.31 7.46,25.31 7.46,25.31 z"
    +             id="path114" />
    +        </g>
    +        <g
    +           transform="translate(348.0673,453.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g116">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 0,36 C 0,36 7.46,36 7.46,36 C 7.46,36 10.82,22 10.82,22 C 10.82,22 22.93,22 22.93,22 C 22.93,22 24.49,16 24.49,16 C 24.49,16 12.32,16 12.32,16 C 12.32,16 14.34,7 14.34,7 C 14.34,7 27.29,7 27.29,7 C 27.29,7 28.85,0 28.85,0 C 28.85,0 8.4,0 8.4,0 C 8.4,0 0,36 0,36 z"
    +             id="path118" />
    +        </g>
    +        <g
    +           transform="translate(374.0173,463.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g120">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 7.51,26 C 7.51,26 9.75,16.6 9.75,16.6 C 10.93,11.51 13.42,7 18.13,7 C 18.55,7 18.96,7.21 19.27,7.26 C 19.27,7.26 21.09,0.05 21.09,0.05 C 20.67,0.05 20.21,0 19.69,0 C 16.22,0 13.31,2.44 11.37,5.94 C 11.37,5.94 11.17,5.94 11.17,5.94 C 11.46,4.23 11.71,2.61 11.9,1 C 11.9,1 5.47,1 5.47,1 C 5.11,3.08 4.53,7.15 3.66,10.82 C 3.66,10.82 0,26 0,26 C 0,26 7.51,26 7.51,26 z"
    +             id="path122" />
    +        </g>
    +        <g
    +           transform="translate(394.6473,463.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g124">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 20.06,19.25 C 17.99,20.26 15.63,20 12.88,20 C 10.71,20 9.03,19.62 8.11,18.88 C 7.63,18.07 7.43,16.81 7.47,16 C 17.6,16.27 23.99,13.93 24.31,7.53 C 24.55,2.7 21.02,0 15.89,0 C 6.73,0 0.73,8.08 0.34,15.86 C 0,22.65 3.53,26 10.78,26 C 13.57,26 17.28,25.68 20.3,24.77 C 20.3,24.77 20.06,19.25 20.06,19.25 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.47,10 C 9.1,7.91 11.22,6 14.69,6 C 16.4,6 17.38,6.65 17.32,7.53 z"
    +             id="path126" />
    +        </g>
    +        <g
    +           transform="translate(421.1673,463.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g128">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 20.05,19.25 C 17.98,20.26 15.62,20 12.88,20 C 10.7,20 9.03,19.62 8.11,18.88 C 7.63,18.07 7.42,16.81 7.46,16 C 17.6,16.27 23.98,13.93 24.31,7.53 C 24.55,2.7 21.02,0 15.89,0 C 6.72,0 0.72,8.08 0.33,15.86 C 0,22.65 3.52,26 10.77,26 C 13.57,26 17.27,25.68 20.3,24.77 C 20.3,24.77 20.05,19.25 20.05,19.25 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.46,10 C 9.1,7.91 11.21,6 14.68,6 C 16.39,6 17.38,6.65 17.32,7.53 z"
    +             id="path130" />
    +        </g>
    +        <g
    +           transform="translate(447.5473,452.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g132">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 23.31,0 C 23.31,0 20.5,11.36 20.5,11.36 C 19.48,10.94 18.15,11 17.11,11 C 7.53,11 0.75,19.2 0.3,28.08 C 0,34.34 3.34,37 7.64,37 C 10.65,37 13.82,35.67 16.22,32.23 C 16.22,32.23 16.32,32.23 16.32,32.23 C 16.32,32.23 15.75,37 15.75,37 C 15.75,37 22.53,37 22.53,37 C 22.84,34 23.49,30.43 24.22,27.17 C 24.22,27.17 30.71,0 30.71,0 C 30.71,0 23.31,0 23.31,0 z M 17.47,24.42 C 16.3,29.35 13.54,31 11.36,31 C 9.19,31 7.98,29.49 8.13,26.8 C 8.38,21.82 11.8,17 16.25,17 C 17.5,17 18.57,17.19 19.16,17.47 C 19.16,17.47 17.47,24.42 17.47,24.42 z"
    +             id="path134" />
    +        </g>
    +        <g
    +           transform="translate(477.2573,463.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g136">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 10.61,26 C 19.31,26 26.02,19.41 26.49,10.44 C 26.78,4.5 23.08,0 16.25,0 C 7.23,0 0.76,7.3 0.31,16.12 C 0,22.54 4.14,26 10.61,26 z M 11.78,20 C 9.24,20 7.84,18.38 7.99,15.96 C 8.19,11.93 10.68,6 14.97,6 C 17.93,6 18.84,8.27 18.72,10.5 C 18.5,14.9 15.82,20 11.78,20 z"
    +             id="path138" />
    +        </g>
    +        <g
    +           transform="translate(505.8173,463.3934)"
    +           style="fill:#000000;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +           id="g140">
    +          <path
    +             style="fill:#000000;fill-opacity:0.94117647"
    +             d="M 7.2,26 C 7.2,26 9.9,14.58 9.9,14.58 C 11.03,9.49 13.85,6 16.38,6 C 18.2,6 18.7,7.33 18.61,9.07 C 18.56,9.97 18.36,10.98 18.15,11.98 C 18.15,11.98 14.81,26 14.81,26 C 14.81,26 22.01,26 22.01,26 C 22.01,26 24.71,14.53 24.71,14.53 C 25.95,9.28 28.61,6 31.09,6 C 32.8,6 33.51,7.22 33.43,8.96 C 33.38,9.97 33.17,11.08 32.91,12.09 C 32.91,12.09 29.67,26 29.67,26 C 29.67,26 36.92,26 36.92,26 C 36.92,26 40.41,11.19 40.41,11.19 C 40.68,9.86 40.99,7.79 41.04,6.73 C 41.26,2.33 39.11,0 35.23,0 C 31.91,0 28.68,1.5 26.23,4.66 C 26.14,2.38 24.51,0 20.47,0 C 17.2,0 14.08,1.48 11.58,4.83 C 11.58,4.83 11.48,4.83 11.48,4.83 C 11.48,4.83 12.15,1 12.15,1 C 12.15,1 5.73,1 5.73,1 C 5.31,3.14 4.8,5.73 4.02,8.75 C 4.02,8.75 0,26 0,26 C 0,26 7.2,26 7.2,26 z"
    +             id="path142" />
    +        </g>
    +      </g>
    +      <path
    +         style="fill:none;fill-opacity:0.94117647;fill-rule:evenodd;stroke:#000000;stroke-width:8.52610779;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
    +         id="path2592"
    +         d="M 402.97747,590.4172 C 403.66968,592.19682 404.36192,593.97353 405.08297,595.7113 C 406.19343,598.07207 407.47693,600.3319 409.02001,602.44175 C 417.35558,613.77261 431.31547,619.9767 449.03932,621.52122 C 449.03932,621.52122 468.10438,621.52122 468.10438,621.52122 C 474.13249,621.05108 480.44905,620.17426 486.99636,618.89363 C 498.28829,616.68573 510.25803,613.29383 522.68924,608.76119 C 532.10639,605.32744 541.78314,601.26495 551.60409,596.54341 C 572.99097,586.29126 595.0845,573.06832 616.75984,557.11106 C 623.89841,551.86024 630.74856,546.47243 637.32471,540.99376 C 643.35284,535.978 649.13581,530.88434 654.65917,525.73449 C 670.07562,510.8776 681.71367,495.78852 688.30424,482.53959 C 695.16876,468.74269 696.53885,456.94601 690.91452,449.51466 C 687.46779,444.9532 681.69925,442.50877 674.27224,441.93336 C 707.72977,416.82865 727.22752,386.37503 720.2332,367.17442 C 718.01224,361.04678 713.12339,356.47522 706.11462,353.94714 C 702.99965,352.82662 699.49519,352.11708 695.67352,351.79404 C 695.67352,351.79404 685.37669,351.79404 685.37669,351.79404 C 670.99861,352.83092 650.09005,357.97936 632.35179,366.67256"
    +         sodipodi:nodetypes="cccccssccccscccsccc" />
    +    </g>
    +    <g
    +       id="g2486"
    +       transform="translate(-10.576504,12.339255)">
    +      <path
    +         d="M 373.55234,223.69791 C 373.55234,223.69791 373.53528,223.69791 373.53528,223.69791 C 371.93238,223.69791 370.51704,224.22653 369.18697,225.30082 C 368.19794,226.08522 367.51585,227.14246 366.97018,228.31906 C 366.97018,228.31906 367.03839,228.31906 367.03839,228.31906 C 367.58406,227.14246 368.26615,226.08522 369.23813,225.30082 C 370.5682,224.22653 371.98353,223.71496 373.55234,223.69791 z"
    +         id="path2577"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter" />
    +      <path
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         d="M 107.04146,18.25331 C 107.04148,18.25331 47.731726,277.02073 47.731726,277.02073 C 47.748776,277.02073 47.750916,277.02073 47.785016,277.02073 C 47.785016,277.02073 322.16583,277.02073 322.16583,277.02073 C 322.16584,277.02073 464.87156,277.02073 464.87156,277.02073 C 447.87049,275.5372 434.44829,269.56891 426.4508,258.68961 C 424.96727,256.67742 423.74162,254.50968 422.66733,252.24173 C 421.98526,250.57063 421.34365,248.88458 420.69566,247.17936 C 418.99042,241.75675 418.31049,235.73945 418.61742,229.32782 C 419.47004,211.45708 427.85547,190.1998 442.38396,167.93984 C 457.81621,144.28328 480.18233,119.48895 507.87512,96.4804 C 514.08211,91.32721 520.50015,86.23841 527.21873,81.29326 C 535.52314,75.18347 543.89154,69.55665 552.26418,64.29433 C 583.11163,44.87356 613.88235,31.28421 641.14885,24.38151 C 615.09308,32.88202 585.8208,47.31289 556.90024,66.95875 C 555.86008,67.6613 554.83266,68.3809 553.80952,69.09027 C 537.76339,80.20832 523.22638,92.01613 510.53954,103.94073 C 469.71651,142.3253 448.13908,182.09957 457.9441,205.40142 C 458.64326,207.00432 459.47666,208.53477 460.44865,209.98421 C 470.9869,225.48468 497.10452,228.164 530.20287,219.84252 C 532.45376,219.27977 534.70465,218.64248 537.02375,217.97744 C 547.59613,214.92507 558.82075,210.80271 570.38215,205.72116 C 573.16164,204.49339 575.97102,203.23153 578.80168,201.8844 C 579.09156,201.74799 579.36441,201.61157 579.65429,201.4581 C 616.14602,183.32648 644.19054,162.46352 650.26113,149.92843 C 651.59121,147.20181 651.91093,144.87713 651.00716,143.05426 C 646.67592,134.27238 616.36771,140.20526 579.65429,156.10986 C 576.70426,157.38876 573.72012,158.70478 570.70188,160.10647 C 573.1574,157.82661 575.71311,155.53819 578.32208,153.28558 C 582.48283,149.7012 586.79064,146.19613 591.37768,142.73454 C 598.55668,137.29827 605.81453,132.38383 612.95941,128.027 C 646.41584,102.78633 663.32951,78.90978 659.79971,70.04947 C 659.13466,68.38004 657.71934,67.23158 655.53665,66.53244 C 648.56227,64.31397 635.83282,66.96173 620.36646,73.30004 C 607.61142,78.53168 592.96142,86.29084 578.10894,95.94752 C 578.10894,95.94752 576.08399,97.27972 576.08399,97.27972 C 576.08401,97.27972 575.71097,97.49286 575.71097,97.49286 C 575.71099,97.49288 568.57036,102.23551 568.57036,102.23551 C 568.57034,102.2355 572.67355,94.72188 572.67355,94.72188 C 578.7612,83.57824 588.67705,71.95121 601.02285,61.15034 C 610.07758,53.25345 620.42188,45.81272 631.55698,39.30218 C 635.76889,36.83645 639.97438,34.54632 644.18627,32.4813 C 648.50049,30.37361 652.81682,28.50041 657.02873,26.83271 C 669.26555,21.99341 680.94654,19.05291 691.13315,18.25331 C 690.20548,18.25331 662.51741,18.25331 662.51741,18.25331 C 662.51742,18.25331 566.06582,18.25331 566.06582,18.25331 C 566.06583,18.25331 140.77287,18.25331 140.77287,18.25331 C 140.77287,18.25331 107.04146,18.25331 107.04146,18.25331 z M 413.02217,18.62641 C 411.35108,44.13137 416.2962,81.48852 427.51656,122.96461 C 429.51165,130.34482 431.68368,137.85546 434.071,145.45223 C 435.55456,150.14327 437.08499,154.76104 438.65378,159.30715 C 437.73298,160.66111 436.80574,162.00652 435.93608,163.35705 C 421.93623,184.81213 413.75328,205.08809 411.68997,222.72008 C 405.77283,202.9054 401.31796,181.20178 398.79423,158.1881 C 398.07804,151.594 397.51744,145.07368 397.14229,138.63135 C 394.37982,91.83496 400.48878,49.41415 413.02217,18.62641 z M 133.63227,51.82491 C 133.95161,51.81737 134.26641,51.82491 134.59145,51.82491 C 134.59145,51.82489 197.63136,51.82491 197.63136,51.82491 C 203.01987,51.82489 207.187,52.83482 210.15408,54.86233 C 213.1041,56.90179 214.21039,59.53976 213.51123,62.74898 C 213.51125,62.749 205.9976,96.69354 205.9976,96.69354 C 205.9976,96.69357 183.77644,96.69354 183.77644,96.69354 C 183.77646,96.69357 191.07692,63.65488 191.07692,63.65488 C 191.0769,63.65488 135.44407,63.65488 135.44407,63.65488 C 135.44405,63.65488 115.35442,154.45793 115.35442,154.45793 C 115.35444,154.45793 108.10723,187.33674 108.10723,187.33674 C 108.10723,187.33677 163.6868,187.33674 163.6868,187.33674 C 163.6868,187.33677 163.74009,187.12358 163.74009,187.12358 C 163.74009,187.1236 174.87731,136.81954 174.87731,136.81954 C 174.87731,136.81952 148.76611,136.81954 148.76611,136.81954 C 148.76611,136.81952 151.27065,125.46916 151.27065,125.46916 C 151.27064,125.46914 199.60303,125.46916 199.60303,125.46916 C 199.60303,125.46914 185.7481,188.24264 185.7481,188.24264 C 185.56053,189.13616 185.23228,189.94572 184.78891,190.74717 C 183.64642,192.82754 181.65344,194.60951 178.87393,196.076 C 175.02015,198.10523 170.4075,199.11342 165.019,199.11342 C 165.019,199.11344 102.03238,199.11342 102.03238,199.11342 C 96.643856,199.11344 92.476736,198.10521 89.509656,196.076 C 86.559646,194.0468 85.436306,191.45527 86.152506,188.24264 C 86.152516,188.24262 113.91564,62.74898 113.91564,62.74898 C 114.63182,59.53977 116.86569,56.90177 120.73653,54.86233 C 120.87295,54.78902 121.02642,54.77238 121.16283,54.70247 C 124.69585,52.93277 128.8422,51.93804 133.63227,51.82491 z M 232.42855,51.82491 C 232.42853,51.82489 311.77463,51.82491 311.77463,51.82491 C 317.09494,51.82489 321.27698,52.83482 324.24406,54.86233 C 327.22823,56.90179 328.37072,59.53976 327.65451,62.74898 C 327.65453,62.749 312.8404,129.67893 312.8404,129.67893 C 312.14128,132.86767 309.85413,135.46943 305.96623,137.51229 C 302.07833,139.56195 297.50193,140.603 292.16459,140.603 C 292.16457,140.603 234.50679,140.603 234.50679,140.603 C 234.50679,140.603 223.36956,190.85375 223.36956,190.85375 C 223.36956,190.85377 221.55776,199.11342 221.55776,199.11342 C 221.55777,199.11344 199.81618,199.11342 199.81618,199.11342 C 199.81618,199.11344 201.46811,191.65308 201.46811,191.65308 C 201.46811,191.6531 232.42855,51.82491 232.42855,51.82491 z M 342.04232,51.82491 C 342.04231,51.82489 363.7839,51.82491 363.7839,51.82491 C 363.78392,51.82489 339.16476,163.03732 339.16476,163.03732 C 339.16478,163.03734 333.78266,187.33674 333.78266,187.33674 C 333.78266,187.33677 385.79192,187.33674 385.79192,187.33674 C 386.3376,191.32528 386.97491,195.24256 387.657,199.11342 C 387.65698,199.11344 309.42995,199.11342 309.42995,199.11342 C 309.42997,199.11344 315.61138,171.19041 315.61138,171.19041 C 315.6114,171.19041 342.04232,51.82491 342.04232,51.82491 z M 251.559,63.65488 C 251.55902,63.65488 237.1179,128.77302 237.1179,128.77302 C 237.1179,128.773 291.31198,128.77302 291.31198,128.77302 C 291.31197,128.773 305.69978,63.65488 305.69978,63.65488 C 305.6998,63.65488 251.559,63.65488 251.559,63.65488 z M 205.9976,209.34475 C 206.21027,209.3376 206.42284,209.34475 206.63707,209.34475 C 209.1608,209.34477 211.36479,209.78811 213.13822,210.62366 C 215.03102,211.51037 216.38454,212.82766 217.13484,214.56699 C 217.86809,216.25518 218.05992,218.1714 217.66771,220.26883 C 217.66771,220.26884 217.50786,221.06816 217.50786,221.06816 C 217.50787,221.06813 211.27314,221.06816 211.27314,221.06816 C 211.27312,221.06813 211.32643,220.32211 211.32643,220.32211 C 211.48761,218.85668 211.30594,217.70432 210.74025,216.91168 C 210.66653,216.81227 210.55972,216.68105 210.47381,216.59195 C 210.33313,216.44832 210.12183,216.28415 209.94094,216.16564 C 209.06856,215.61614 207.70391,215.31302 205.94432,215.31302 C 203.60817,215.31304 201.86245,215.72014 200.6688,216.53866 C 199.50924,217.34012 198.776,218.23536 198.53727,219.30964 C 198.29852,220.40098 198.69073,220.97436 198.96358,221.2813 C 198.97208,221.28979 199.00651,221.32507 199.01685,221.33459 C 199.36237,221.62904 200.56221,222.31935 204.29238,223.19967 C 207.6687,224.01818 209.9047,224.75356 211.16656,225.38449 C 213.07643,226.35645 214.41075,227.61619 215.1099,229.16795 C 215.80901,230.70267 215.9625,232.49952 215.5362,234.44348 C 215.1099,236.33627 214.14431,238.082 212.71192,239.71902 C 211.2966,241.35602 209.49545,242.65199 207.32981,243.55575 C 205.18121,244.44247 202.82377,244.94124 200.40235,244.94124 C 197.33295,244.94123 194.86892,244.47657 192.94201,243.55575 C 190.92984,242.60084 189.47827,241.09385 188.62567,239.13284 C 187.80716,237.22298 187.63237,235.05522 188.09278,232.68498 C 188.09278,232.68495 188.25265,231.93893 188.25265,231.93893 C 188.25265,231.93893 194.38079,231.93893 194.38079,231.93893 C 194.38079,231.93893 194.3275,232.68498 194.3275,232.68498 C 194.17402,234.1003 194.32537,235.2428 194.70052,236.09541 C 195.05861,236.91394 195.74071,237.59174 196.83204,238.12037 C 197.99158,238.68307 199.44102,238.97297 201.09509,238.97297 C 202.57864,238.97296 203.9343,238.72358 205.145,238.28024 C 206.33865,237.85394 207.28718,237.2912 207.96927,236.57501 C 208.63429,235.85879 209.02438,235.10213 209.1949,234.28361 C 209.36542,233.55037 209.32492,232.93011 209.03503,232.41853 C 208.71104,231.87289 208.06945,231.389 207.06338,230.97975 C 207.06338,230.97974 201.84112,229.43439 201.84112,229.43439 C 198.9252,228.70116 196.96207,228.00201 195.81957,227.30287 C 194.2678,226.38206 193.14876,225.20118 192.56898,223.78585 C 191.98921,222.38754 191.9274,220.83794 192.30255,219.14977 C 192.69475,217.34224 193.56654,215.6221 194.91366,214.0874 C 196.27786,212.53563 198.03848,211.31855 200.13591,210.51709 C 201.99034,209.82169 203.94187,209.41388 205.9976,209.34475 z M 261.9502,209.45133 C 262.28745,209.42506 262.60456,209.45133 262.96267,209.45133 C 262.96268,209.45133 266.79942,209.87763 266.79942,209.87763 C 266.79941,209.87763 268.07833,209.98421 268.07833,209.98421 C 268.07835,209.98422 266.21325,214.72685 266.21325,214.72685 C 266.21324,214.72687 265.84023,215.47289 265.84023,215.47289 C 265.84023,215.47287 262.90939,215.20645 262.90939,215.20645 C 262.04398,215.20645 261.40826,215.33997 260.99101,215.63275 C 260.9633,215.65368 260.91001,215.71695 260.88443,215.73933 C 260.82853,215.78837 260.73452,215.87391 260.67128,215.95249 C 260.41469,216.289 260.10216,216.89035 259.87196,217.97744 C 259.87194,217.97744 259.76112,218.43784 259.65881,218.83005 C 261.00594,218.83006 264.24158,218.83005 264.24158,218.83005 C 264.24158,218.83006 263.06925,224.10557 263.06925,224.10557 C 263.06925,224.10556 259.71849,224.10557 258.59305,224.10557 C 258.25199,225.64026 254.06355,244.40837 254.06355,244.40837 C 254.06353,244.40835 247.88212,244.40837 247.88212,244.40837 C 247.8821,244.40835 251.90005,226.37352 252.41162,224.10557 C 251.37141,224.10556 248.84131,224.10557 248.84131,224.10557 C 248.84131,224.10556 250.01365,218.83005 250.01365,218.83005 C 250.01366,218.83006 252.55869,218.83005 253.53066,218.83005 C 253.70118,218.09681 253.95696,217.17811 253.95696,217.17811 C 254.33212,215.47289 254.72431,214.24726 255.23587,213.39465 C 255.93504,212.21806 256.92193,211.23328 258.16674,210.51709 C 259.19201,209.92134 260.48872,209.56515 261.9502,209.45133 z M 276.71102,209.71777 C 276.711,209.71776 275.09532,216.98841 274.68607,218.83005 C 275.87971,218.83006 278.68268,218.83005 278.68268,218.83005 C 278.68268,218.83006 277.51035,224.10557 277.51035,224.10557 C 277.51033,224.10556 274.57096,224.10557 273.51373,224.10557 C 273.18972,225.57204 270.63617,236.94803 270.63617,236.94803 C 270.63619,236.94801 270.42301,238.31434 270.42301,238.70654 C 270.42329,238.71959 270.42195,238.75022 270.42301,238.75982 C 270.42385,238.76385 270.42181,238.80979 270.42301,238.81311 C 270.42465,238.8158 270.47416,238.81097 270.47629,238.81311 C 270.47629,238.81309 271.11576,238.8664 271.11576,238.8664 C 271.11576,238.8664 274.04661,238.65325 274.04661,238.65325 C 274.04661,238.65325 273.72688,243.39589 273.72688,243.39589 C 273.7269,243.39589 273.78018,244.2485 273.78018,244.2485 C 273.78016,244.24848 269.5704,244.7281 269.5704,244.7281 C 267.8993,244.72808 266.67365,244.45527 265.78694,243.8755 C 264.84909,243.26158 264.3034,242.44736 264.08172,241.42424 C 264.04761,241.23665 263.97514,240.96382 263.97514,240.57163 C 263.97514,239.80427 264.12009,238.50618 264.6146,236.25529 C 264.61462,236.25531 266.85483,226.22005 267.3323,224.10557 C 266.53087,224.10556 264.40145,224.10557 264.40145,224.10557 C 264.40147,224.10556 265.57378,218.83005 265.57378,218.83005 C 265.57376,218.83006 267.65202,218.83005 268.50464,218.83005 C 268.77745,217.6023 269.73026,213.39465 269.73026,213.39465 C 269.73026,213.39467 274.68607,210.78353 274.68607,210.78353 C 274.68606,210.78355 276.71102,209.71777 276.71102,209.71777 z M 80.344086,209.93092 C 80.344106,209.93092 104.32377,209.93092 104.32377,209.93092 C 104.32377,209.93092 102.99157,215.8992 102.99157,215.8992 C 102.99157,215.89922 86.994456,215.8992 85.459756,215.8992 C 85.186936,217.10993 84.093446,222.01242 83.701246,223.78585 C 85.918046,223.78585 98.888376,223.78585 98.888376,223.78585 C 98.888376,223.78585 97.556166,229.75411 97.556166,229.75411 C 97.556156,229.75411 83.903746,229.75411 82.369036,229.75411 C 82.045046,231.23766 79.118456,244.40837 79.118456,244.40837 C 79.118476,244.40835 72.670596,244.40837 72.670596,244.40837 C 72.670606,244.40835 80.344086,209.93092 80.344086,209.93092 z M 112.47685,218.35046 C 112.71752,218.3209 112.98043,218.35046 113.22289,218.35046 C 114.75759,218.35046 116.17506,218.81726 117.53924,219.78923 C 117.53924,219.78925 118.39184,220.3754 118.39184,220.3754 C 118.39184,220.3754 115.08798,225.8108 115.08798,225.8108 C 115.08798,225.81078 114.18209,225.17134 114.18209,225.17134 C 113.51705,224.74505 112.80086,224.53188 112.05056,224.53188 C 111.40257,224.5319 110.79935,224.76208 110.18547,225.17134 C 109.5375,225.59764 108.99607,226.16249 108.58683,226.92985 C 107.87063,228.24289 107.34627,229.71362 106.98818,231.29948 C 106.98818,231.29949 104.11062,244.40837 104.11062,244.40837 C 104.11062,244.40835 97.929186,244.40837 97.929186,244.40837 C 97.929186,244.40835 103.63103,218.83005 103.63103,218.83005 C 103.63105,218.83006 109.38615,218.83005 109.38615,218.83005 C 109.38615,218.83006 109.18791,219.60593 109.1197,219.89581 C 109.39254,219.6912 109.68029,219.40982 109.91903,219.25635 C 110.745,218.76345 111.6174,218.456 112.47685,218.35046 z M 130.80799,218.35046 C 131.18018,218.32231 131.54658,218.35046 131.92705,218.35046 C 135.40571,218.35046 138.03813,219.56968 139.7604,221.97405 C 140.83468,223.52579 141.41235,225.44417 141.41235,227.72917 C 141.41235,228.99102 141.25674,230.34882 140.93276,231.83236 C 140.93276,231.83236 140.45315,233.69745 140.45315,233.69745 C 140.45315,233.69743 124.82054,233.69745 123.08121,233.69745 C 123.0471,234.05553 123.02792,234.43922 123.02792,234.76321 C 123.02792,236.0933 123.30075,237.13986 123.88053,237.90722 C 124.15603,238.28235 124.47543,238.62021 124.83972,238.8664 C 125.5265,239.31429 126.41306,239.55915 127.45084,239.55915 C 128.71272,239.55913 129.82109,239.2117 130.86128,238.54667 C 131.85033,237.91574 132.79672,236.90753 133.63227,235.50925 C 133.63227,235.50922 140.24,235.50925 140.24,235.50925 C 140.24,235.50922 139.65384,236.78816 139.65384,236.78816 C 138.39197,239.34601 136.63133,241.3411 134.43159,242.75644 C 132.23186,244.17177 129.60368,244.94124 126.7048,244.94124 C 122.93626,244.94123 120.13117,243.72202 118.39184,241.31766 C 116.66958,238.96443 116.29869,235.71173 117.21951,231.6192 C 118.14034,227.45847 119.97771,224.13329 122.6549,221.81418 C 125.05448,219.73356 127.77735,218.5795 130.80799,218.35046 z M 158.57114,218.35046 C 158.94332,218.32231 159.30971,218.35046 159.69018,218.35046 C 163.16885,218.35046 165.80128,219.56968 167.52355,221.97405 C 168.59784,223.52579 169.17548,225.44417 169.17548,227.72917 C 169.17548,228.97397 169.01988,230.31258 168.69588,231.77907 C 168.69588,231.77909 168.2163,233.69745 168.2163,233.69745 C 168.2163,233.69743 152.58367,233.69745 150.84435,233.69745 C 150.82728,233.93615 150.80811,234.15147 150.79106,234.3902 C 150.77827,234.47972 150.79666,234.61561 150.79106,234.70992 C 150.79056,234.7253 150.79106,234.74829 150.79106,234.76321 C 150.79106,235.01901 150.8273,235.27051 150.84435,235.50925 C 150.92958,236.48121 151.18327,237.29334 151.64367,237.90722 C 151.73134,238.02658 151.81375,238.17392 151.91011,238.28024 C 152.69112,239.11578 153.79651,239.55915 155.21398,239.55915 C 156.47586,239.55913 157.60129,239.2117 158.62443,238.54667 C 159.61347,237.91574 160.55985,236.90753 161.39541,235.50925 C 161.39541,235.50922 168.05643,235.50925 168.05643,235.50925 C 168.05642,235.50922 167.41697,236.78816 167.41697,236.78816 C 166.15511,239.34601 164.39447,241.3411 162.19473,242.75644 C 159.99499,244.17177 157.36682,244.94124 154.46795,244.94124 C 150.69942,244.94123 147.89432,243.72202 146.15499,241.31766 C 145.02954,239.78294 144.50305,237.82835 144.50305,235.50925 C 144.50305,235.15113 144.52223,234.76534 144.55634,234.3902 C 144.62457,233.50349 144.76097,232.60824 144.98265,231.6192 C 145.90349,227.47552 147.68756,224.13329 150.36475,221.81418 C 152.76432,219.73356 155.5405,218.5795 158.57114,218.35046 z M 234.18705,218.35046 C 234.56789,218.32117 234.91817,218.35046 235.3061,218.35046 C 238.85297,218.35046 241.5792,219.5505 243.35262,221.92076 C 245.10902,224.29099 245.53531,227.4883 244.63153,231.51262 C 243.9324,234.65025 242.92206,237.18462 241.54083,239.02627 C 240.15957,240.86792 238.39895,242.37276 236.31857,243.39589 C 234.25529,244.41903 232.07044,244.94124 229.87071,244.94124 C 226.25564,244.94123 223.56352,243.70496 221.82419,241.31766 C 220.69873,239.80002 220.11897,237.8454 220.11897,235.50925 C 220.11899,234.24738 220.25753,232.90665 220.59857,231.40606 C 221.62172,226.83605 223.71059,223.35528 226.78,221.12144 C 229.03301,219.4951 231.52114,218.55538 234.18705,218.35046 z M 327.81438,218.35046 C 328.26398,218.32271 328.68031,218.35046 329.14658,218.35046 C 331.29517,218.35046 332.98333,218.56786 334.26225,219.09648 C 335.62643,219.64217 336.59414,220.41377 337.13981,221.33459 C 337.66845,222.20422 337.93914,223.27215 337.93914,224.58516 C 337.93915,224.58518 337.29966,228.4752 337.29966,228.4752 C 337.29969,228.4752 336.12734,233.75074 336.12734,233.75074 C 335.12123,238.2525 334.89958,239.94069 334.84841,240.57163 C 334.79726,241.42425 334.87612,242.25553 335.11486,243.02288 C 335.11488,243.02286 335.54116,244.40837 335.54116,244.40837 C 335.54118,244.40835 329.25316,244.40837 329.25316,244.40837 C 329.25314,244.40835 328.98671,243.60904 328.98671,243.60904 C 328.8844,243.23392 328.91424,242.75644 328.88014,242.33013 C 327.68649,243.06338 326.4907,243.71349 325.41641,244.08864 C 323.83057,244.63433 322.18502,244.94124 320.5139,244.94124 C 317.61504,244.94123 315.46858,244.1867 314.1726,242.70314 C 313.18358,241.61181 312.73383,240.27747 312.73383,238.75982 C 312.73381,238.18005 312.81056,237.57895 312.94697,236.94803 C 313.23685,235.65206 313.76335,234.452 314.59891,233.37771 C 315.41742,232.32045 316.38514,231.45082 317.47647,230.81989 C 318.53373,230.18897 319.71245,229.74134 320.94021,229.43439 C 320.94019,229.43439 324.72367,228.79493 324.72367,228.79493 C 327.63961,228.45387 329.81588,228.02972 331.38469,227.56931 C 331.41881,227.39879 331.49126,227.19629 331.49126,227.19629 C 331.73852,226.09911 331.70758,225.27441 331.43797,224.85161 C 331.41813,224.82434 331.35379,224.76847 331.3314,224.74503 C 331.27384,224.68368 331.18537,224.58724 331.11824,224.53188 C 330.47689,224.02435 329.38318,223.78585 327.92096,223.78585 C 326.26689,223.78585 325.0434,224.05656 324.19078,224.58516 C 323.35523,225.11379 322.58147,226.0815 321.89939,227.46272 C 321.89938,227.46271 315.45152,227.46272 315.45152,227.46272 C 315.45154,227.46271 316.03769,226.18381 316.03769,226.18381 C 316.80502,224.41036 317.71947,222.93963 318.86197,221.81418 C 320.00447,220.68871 321.54769,219.81694 323.33817,219.20307 C 324.71033,218.7501 326.20867,218.44953 327.81438,218.35046 z M 354.83149,218.35046 C 355.07195,218.3209 355.33505,218.35046 355.57752,218.35046 C 357.12925,218.35046 358.58297,218.81726 359.94715,219.78923 C 359.94717,219.78925 360.74647,220.3754 360.74647,220.3754 C 360.74648,220.3754 357.44261,225.8108 357.44261,225.8108 C 357.44262,225.81078 356.53671,225.17134 356.53671,225.17134 C 355.87168,224.74505 355.1917,224.53188 354.45847,224.53188 C 353.81046,224.5319 353.17103,224.76208 352.54008,225.17134 C 351.89211,225.59764 351.42104,226.16249 350.99474,226.92985 C 350.29558,228.24289 349.75418,229.71362 349.39609,231.29948 C 349.39607,231.29949 346.46524,244.40837 346.46524,244.40837 C 346.46526,244.40835 340.28382,244.40837 340.28382,244.40837 C 340.28382,244.40835 345.98564,218.83005 345.98564,218.83005 C 345.98563,218.83006 351.74076,218.83005 351.74076,218.83005 C 351.74076,218.83006 351.59582,219.60593 351.52762,219.89581 C 351.80044,219.6912 352.07115,219.40982 352.32694,219.25635 C 353.13957,218.76345 353.97265,218.456 354.83149,218.35046 z M 373.10932,218.35046 C 373.48117,218.32231 373.84791,218.35046 374.22838,218.35046 C 377.70704,218.35046 380.35651,219.56968 382.06175,221.97405 C 383.1531,223.52579 383.71368,225.44417 383.71368,227.72917 C 383.71366,228.99102 383.50478,230.34882 383.18079,231.83236 C 383.18079,231.83236 382.75449,233.69745 382.75449,233.69745 C 382.75448,233.69743 367.10481,233.69745 365.38255,233.69745 C 365.34844,234.05553 365.27596,234.43922 365.27596,234.76321 C 365.27596,236.0933 365.56585,237.13986 366.12858,237.90722 C 366.21624,238.02658 366.35158,238.17392 366.4483,238.28024 C 366.50432,238.33991 366.60242,238.43797 366.66146,238.49338 C 367.42381,239.1864 368.46127,239.55915 369.75216,239.55915 C 371.01405,239.55913 372.12243,239.2117 373.16261,238.54667 C 374.15166,237.91574 375.081,236.90753 375.9336,235.50925 C 375.93358,235.50922 382.59462,235.50925 382.59462,235.50925 C 382.59462,235.50922 381.95516,236.78816 381.95516,236.78816 C 380.69329,239.34601 378.91561,241.3411 376.73292,242.75644 C 374.51615,244.17177 371.92207,244.94124 369.00613,244.94124 C 365.23762,244.94123 362.48579,243.72202 360.74647,241.31766 C 359.02417,238.96443 358.61707,235.71173 359.52084,231.6192 C 360.44165,227.45847 362.22575,224.13329 364.90295,221.81418 C 367.3177,219.73356 370.08147,218.5795 373.10932,218.35046 z M 279.80172,218.83005 C 279.80174,218.83006 286.14303,218.83005 286.14303,218.83005 C 286.14305,218.83006 286.92529,234.00866 286.94234,234.23032 C 287.19812,233.68676 287.39658,233.22945 287.42195,233.16457 C 287.42196,233.16458 294.40269,218.83005 294.40269,218.83005 C 294.40271,218.83006 300.2111,218.83005 300.2111,218.83005 C 300.21109,218.83006 300.74398,233.82533 300.74398,233.91059 C 300.91453,233.60368 308.68392,218.83005 308.68392,218.83005 C 308.6839,218.83006 314.97193,218.83005 314.97193,218.83005 C 314.97192,218.83006 301.117,244.40837 301.117,244.40837 C 301.11702,244.40835 295.41517,244.40837 295.41517,244.40837 C 295.41517,244.40835 294.86311,230.53853 294.829,229.75411 C 292.47577,234.57991 287.68837,244.40837 287.68837,244.40837 C 287.68837,244.40835 281.82669,244.40837 281.82669,244.40837 C 281.82669,244.40835 279.80172,218.83005 279.80172,218.83005 z M 130.91457,223.67927 C 129.44564,223.74129 128.11162,224.27076 126.86468,225.27791 C 125.87566,226.06232 125.20847,227.13875 124.67985,228.31534 C 124.67985,228.31536 135.17762,228.31534 135.17762,228.31534 C 135.19469,228.12778 135.23091,227.8997 135.23091,227.72917 C 135.23089,226.75722 135.05825,226.00264 134.75132,225.49107 C 134.00104,224.2633 132.88837,223.67927 131.2343,223.67927 C 131.1352,223.67927 131.0125,223.67515 130.91457,223.67927 z M 158.6777,223.67927 C 157.20878,223.74129 155.87475,224.27076 154.6278,225.27791 C 153.63876,226.06232 152.98867,227.13875 152.443,228.31534 C 152.443,228.31536 162.94076,228.31534 162.94076,228.31534 C 162.9578,228.12778 162.99405,227.8997 162.99405,227.72917 C 162.99404,226.75722 162.83845,226.00264 162.51445,225.49107 C 162.36551,225.24168 162.16402,224.99368 161.98157,224.79833 C 161.26958,224.06261 160.28967,223.67927 158.99744,223.67927 C 158.89833,223.67927 158.77564,223.67515 158.6777,223.67927 z M 373.42906,223.67927 C 371.9185,223.7258 370.50781,224.23721 369.21929,225.27791 C 368.24731,226.06232 367.58014,227.13875 367.03447,228.31534 C 367.03449,228.31536 377.47896,228.31534 377.47896,228.31534 C 377.49599,228.12778 377.53225,227.8997 377.53225,227.72917 C 377.53224,226.75722 377.37665,226.00264 377.05265,225.49107 C 376.31941,224.28035 375.18969,223.69633 373.53563,223.67927 C 373.48661,223.6798 373.47779,223.67777 373.42906,223.67927 z M 233.81404,223.78585 C 232.40441,223.95324 231.09368,224.59636 229.87071,225.70422 C 228.40423,227.03431 227.34059,229.12319 226.72672,231.88565 C 226.47093,233.0452 226.35369,234.03636 226.35369,234.92307 C 226.35371,236.13377 226.58602,237.08444 227.04644,237.80063 C 227.16901,237.98447 227.3316,238.17874 227.47275,238.33352 C 228.23079,239.1384 229.28934,239.55915 230.61675,239.55915 C 232.33901,239.55913 233.85667,238.91756 235.3061,237.58748 C 236.77262,236.24034 237.81917,234.13014 238.4501,231.29948 C 239.0299,228.70753 238.94888,226.77212 238.13038,225.54436 C 237.34598,224.3507 236.19922,223.78585 234.61337,223.78585 C 234.34426,223.78585 234.07507,223.75484 233.81404,223.78585 z M 330.10577,233.11128 C 328.65636,233.50346 327.0321,233.83386 324.88353,234.12376 C 323.28064,234.3625 322.13812,234.614 321.47308,234.86979 C 320.89332,235.10851 320.4265,235.4389 320.0343,235.88227 C 319.65914,236.30854 319.40764,236.75619 319.28828,237.26776 C 319.25419,237.4724 319.23498,237.6834 319.23498,237.85393 C 319.23498,237.86777 319.23467,237.89351 319.23498,237.90722 C 319.23677,237.9478 319.23053,238.02792 319.23498,238.06707 C 319.24566,238.14444 319.26715,238.26147 319.28828,238.33352 C 319.2959,238.35725 319.33279,238.41691 319.34155,238.44009 C 319.36021,238.48593 319.3717,238.5562 319.39484,238.59996 C 319.41911,238.64322 319.47274,238.71845 319.50142,238.75982 C 319.54606,238.82119 319.60692,238.91542 319.66129,238.97297 C 320.0876,239.45043 320.93807,239.66572 322.16583,239.66572 C 323.51298,239.66573 324.80893,239.40994 326.00258,238.81311 C 327.1792,238.23334 328.12771,237.36793 328.82685,236.36185 C 329.33844,235.64565 329.74768,234.54365 330.10577,233.11128 z"
    +         id="path2579" />
    +      <path
    +         d="M 373.60344,223.69791 C 373.58638,223.69791 373.56933,223.69791 373.55228,223.69791 C 375.20635,223.71496 376.29769,224.27769 377.03093,225.48839 C 377.35493,225.99996 377.52545,226.76731 377.52545,227.73929 C 377.52545,227.90981 377.49134,228.13149 377.47429,228.31906 C 377.47429,228.31906 377.5425,228.31906 377.5425,228.31906 C 377.5425,228.13149 377.5766,227.90981 377.5766,227.73929 C 377.5766,226.76731 377.42313,225.99996 377.09914,225.48839 C 376.3659,224.26063 375.2575,223.69791 373.60344,223.69791 z"
    +         id="path2583"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter" />
    +      <g
    +         id="g2587"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,26.564476,303.23111)">
    +        <path
    +           id="path2589"
    +           d="M 0,36 C 0,36 7.46,36 7.46,36 C 7.46,36 10.81,22 10.81,22 C 10.81,22 22.93,22 22.93,22 C 22.93,22 24.49,16 24.49,16 C 24.49,16 12.32,16 12.32,16 C 12.32,16 14.34,7 14.34,7 C 14.34,7 27.29,7 27.29,7 C 27.29,7 28.85,0 28.85,0 C 28.85,0 8.4,0 8.4,0 C 8.4,0 0,36 0,36 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2591"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,70.814976,320.28331)">
    +        <path
    +           id="path2593"
    +           d="M 7.51,26 C 7.51,26 9.75,16.6 9.75,16.6 C 10.93,11.51 13.42,7 18.13,7 C 18.55,7 18.96,7.21 19.27,7.26 C 19.27,7.26 21.09,0.05 21.09,0.05 C 20.67,0.05 20.21,0 19.69,0 C 16.22,0 13.31,2.44 11.37,5.94 C 11.37,5.94 11.17,5.94 11.17,5.94 C 11.46,4.23 11.71,2.61 11.9,1 C 11.9,1 5.47,1 5.47,1 C 5.1,3.08 4.53,7.15 3.66,10.82 C 3.66,10.82 0,26 0,26 C 0,26 7.51,26 7.51,26 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2595"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,105.99378,320.28331)">
    +        <path
    +           id="path2597"
    +           d="M 20.06,19.25 C 17.99,20.26 15.63,20 12.88,20 C 10.71,20 9.03,19.62 8.11,18.88 C 7.63,18.07 7.43,16.81 7.47,16 C 17.6,16.27 23.99,13.93 24.31,7.53 C 24.55,2.7 21.02,0 15.89,0 C 6.73,0 0.73,8.08 0.34,15.86 C 0,22.65 3.52,26 10.78,26 C 13.57,26 17.27,25.68 20.3,24.77 C 20.3,24.77 20.06,19.25 20.06,19.25 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.47,10 C 9.1,7.91 11.22,6 14.69,6 C 16.4,6 17.38,6.65 17.32,7.53 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2599"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,151.21628,320.28331)">
    +        <path
    +           id="path2601"
    +           d="M 20.05,19.25 C 17.98,20.26 15.62,20 12.88,20 C 10.7,20 9.03,19.62 8.11,18.88 C 7.63,18.07 7.42,16.81 7.46,16 C 17.6,16.27 23.98,13.93 24.31,7.53 C 24.55,2.7 21.02,0 15.89,0 C 6.72,0 0.72,8.08 0.33,15.86 C 0,22.65 3.52,26 10.77,26 C 13.57,26 17.27,25.68 20.3,24.77 C 20.3,24.77 20.05,19.25 20.05,19.25 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.46,10 C 9.1,7.91 11.21,6 14.68,6 C 16.39,6 17.38,6.65 17.32,7.53 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2603"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,212.45078,320.28331)">
    +        <path
    +           id="path2605"
    +           d="M 22.74,26 C 22.8,22.83 23.56,17.85 24.35,14.58 C 24.35,14.58 27.56,1 27.56,1 C 25.52,0.31 22.34,0 19.28,0 C 6.86,0 0.7,9.2 0.27,17.82 C 0,23.23 2.93,26 7.49,26 C 10.44,26 13.77,24.57 16.36,20.27 C 16.36,20.27 16.47,20.27 16.47,20.27 C 16.27,22.34 16.03,24.35 15.9,26 C 15.9,26 22.74,26 22.74,26 z M 17.61,11.72 C 16.15,18.08 13.17,20 10.95,20 C 8.88,20 7.98,18.53 8.1,16.39 C 8.34,11.56 12.16,6 16.98,6 C 17.76,6 18.37,5.86 18.94,5.72 C 18.94,5.72 17.61,11.72 17.61,11.72 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2607"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,259.56608,320.28331)">
    +        <path
    +           id="path2609"
    +           d="M 0,24.82 C 1.44,25.94 4.46,25.95 7.61,26 C 14.34,26.05 19.42,23.11 19.72,17.71 C 19.89,14.11 17.1,11.98 14.37,10.55 C 12.4,9.6 11.41,8.69 11.46,7.63 C 11.53,6.2 12.87,6 14.84,6 C 17.06,6 18.84,6.27 19.86,6.47 C 19.86,6.47 21.88,1.05 21.88,1.05 C 20.73,0.36 18.43,0 15.48,0 C 8.95,0 4.17,3.45 3.9,8.69 C 3.74,11.93 6.07,14.11 8.89,15.59 C 11.17,16.76 11.95,17.66 11.89,18.93 C 11.82,20.21 10.68,20 8.61,20 C 6.18,20 3.49,19.68 2.07,19.46 C 2.07,19.46 0,24.82 0,24.82 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2611"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,314.90048,301.52591)">
    +        <path
    +           id="path2613"
    +           d="M 7.45,37 C 7.45,37 13.5,12 13.5,12 C 13.5,12 6.09,12 6.09,12 C 6.09,12 0,37 0,37 C 0,37 7.45,37 7.45,37 z M 10.92,9 C 13.46,9 15.72,6.9 15.86,3.3 C 15.98,0.86 14.4,0 12.07,0 C 9.64,0 7.42,1.58 7.29,3.94 C 7.17,6.32 8.75,9 10.92,9 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2615"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,339.26808,321.45991)">
    +        <path
    +           id="path2617"
    +           d="M 7.46,25.31 C 7.46,25.31 10.1,14.05 10.1,14.05 C 11.47,8.32 14.42,6.31 16.85,6.31 C 18.77,6.31 19.33,7.13 19.24,8.32 C 19.19,9.28 19.04,10.29 18.84,11.19 C 18.84,11.19 15.48,25.31 15.48,25.31 C 15.48,25.31 22.94,25.31 22.94,25.31 C 22.94,25.31 26.48,10.5 26.48,10.5 C 26.75,9.22 27.05,7.31 27.11,6.15 C 27.33,1.64 25.08,0 20.94,0 C 17.62,0 14.39,1.54 11.84,4.88 C 11.84,4.88 11.74,4.88 11.74,4.88 C 11.74,4.88 12.42,0.31 12.42,0.31 C 12.42,0.31 5.84,0.31 5.84,0.31 C 5.41,2.45 4.86,5.04 4.08,8.06 C 4.08,8.06 0,25.31 0,25.31 C 0,25.31 7.46,25.31 7.46,25.31 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2619"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,406.72668,303.23111)">
    +        <path
    +           id="path2621"
    +           d="M 0,36 C 0,36 7.46,36 7.46,36 C 7.46,36 10.82,22 10.82,22 C 10.82,22 22.93,22 22.93,22 C 22.93,22 24.49,16 24.49,16 C 24.49,16 12.32,16 12.32,16 C 12.32,16 14.34,7 14.34,7 C 14.34,7 27.29,7 27.29,7 C 27.29,7 28.85,0 28.85,0 C 28.85,0 8.4,0 8.4,0 C 8.4,0 0,36 0,36 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2623"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,450.97718,320.28331)">
    +        <path
    +           id="path2625"
    +           d="M 7.51,26 C 7.51,26 9.75,16.6 9.75,16.6 C 10.93,11.51 13.42,7 18.13,7 C 18.55,7 18.96,7.21 19.27,7.26 C 19.27,7.26 21.09,0.05 21.09,0.05 C 20.67,0.05 20.21,0 19.69,0 C 16.22,0 13.31,2.44 11.37,5.94 C 11.37,5.94 11.17,5.94 11.17,5.94 C 11.46,4.23 11.71,2.61 11.9,1 C 11.9,1 5.47,1 5.47,1 C 5.11,3.08 4.53,7.15 3.66,10.82 C 3.66,10.82 0,26 0,26 C 0,26 7.51,26 7.51,26 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2627"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,486.15598,320.28331)">
    +        <path
    +           id="path2629"
    +           d="M 20.06,19.25 C 17.99,20.26 15.63,20 12.88,20 C 10.71,20 9.03,19.62 8.11,18.88 C 7.63,18.07 7.43,16.81 7.47,16 C 17.6,16.27 23.99,13.93 24.31,7.53 C 24.55,2.7 21.02,0 15.89,0 C 6.73,0 0.73,8.08 0.34,15.86 C 0,22.65 3.53,26 10.78,26 C 13.57,26 17.28,25.68 20.3,24.77 C 20.3,24.77 20.06,19.25 20.06,19.25 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.47,10 C 9.1,7.91 11.22,6 14.69,6 C 16.4,6 17.38,6.65 17.32,7.53 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2631"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,531.37838,320.28331)">
    +        <path
    +           id="path2633"
    +           d="M 20.05,19.25 C 17.98,20.26 15.62,20 12.88,20 C 10.7,20 9.03,19.62 8.11,18.88 C 7.63,18.07 7.42,16.81 7.46,16 C 17.6,16.27 23.98,13.93 24.31,7.53 C 24.55,2.7 21.02,0 15.89,0 C 6.72,0 0.72,8.08 0.33,15.86 C 0,22.65 3.52,26 10.77,26 C 13.57,26 17.27,25.68 20.3,24.77 C 20.3,24.77 20.05,19.25 20.05,19.25 z M 17.32,7.53 C 17.2,9.91 14.26,10.05 8.46,10 C 9.1,7.91 11.21,6 14.68,6 C 16.39,6 17.38,6.65 17.32,7.53 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2635"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,576.36218,301.52591)">
    +        <path
    +           id="path2637"
    +           d="M 23.31,0 C 23.31,0 20.5,11.36 20.5,11.36 C 19.48,10.94 18.15,11 17.11,11 C 7.53,11 0.75,19.2 0.3,28.08 C 0,34.34 3.34,37 7.64,37 C 10.65,37 13.82,35.67 16.22,32.23 C 16.22,32.23 16.32,32.23 16.32,32.23 C 16.32,32.23 15.75,37 15.75,37 C 15.75,37 22.53,37 22.53,37 C 22.84,34 23.49,30.43 24.22,27.17 C 24.22,27.17 30.71,0 30.71,0 C 30.71,0 23.31,0 23.31,0 z M 17.47,24.42 C 16.3,29.35 13.54,31 11.36,31 C 9.19,31 7.98,29.49 8.13,26.8 C 8.38,21.82 11.8,17 16.25,17 C 17.5,17 18.57,17.19 19.16,17.47 C 19.16,17.47 17.47,24.42 17.47,24.42 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2639"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,627.02428,320.28331)">
    +        <path
    +           id="path2641"
    +           d="M 10.61,26 C 19.31,26 26.02,19.41 26.49,10.44 C 26.78,4.5 23.08,0 16.25,0 C 7.23,0 0.76,7.3 0.31,16.12 C 0,22.54 4.14,26 10.61,26 z M 11.78,20 C 9.24,20 7.84,18.38 7.99,15.96 C 8.19,11.93 10.68,6 14.97,6 C 17.93,6 18.84,8.27 18.72,10.5 C 18.5,14.9 15.82,20 11.78,20 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <g
    +         id="g2643"
    +         style="fill:#bd0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter"
    +         transform="matrix(1.705222,0,0,1.705222,675.72548,320.28331)">
    +        <path
    +           id="path2645"
    +           d="M 7.2,26 C 7.2,26 9.9,14.58 9.9,14.58 C 11.03,9.49 13.85,6 16.38,6 C 18.2,6 18.7,7.33 18.61,9.07 C 18.56,9.97 18.36,10.98 18.15,11.98 C 18.15,11.98 14.81,26 14.81,26 C 14.81,26 22.01,26 22.01,26 C 22.01,26 24.71,14.53 24.71,14.53 C 25.95,9.28 28.61,6 31.09,6 C 32.8,6 33.51,7.22 33.43,8.96 C 33.38,9.97 33.17,11.08 32.91,12.09 C 32.91,12.09 29.67,26 29.67,26 C 29.67,26 36.92,26 36.92,26 C 36.92,26 40.41,11.19 40.41,11.19 C 40.68,9.86 40.99,7.79 41.04,6.73 C 41.26,2.33 39.11,0 35.23,0 C 31.91,0 28.68,1.5 26.23,4.66 C 26.14,2.38 24.51,0 20.47,0 C 17.2,0 14.08,1.48 11.58,4.83 C 11.58,4.83 11.48,4.83 11.48,4.83 C 11.48,4.83 12.15,1 12.15,1 C 12.15,1 5.73,1 5.73,1 C 5.31,3.14 4.8,5.73 4.02,8.75 C 4.02,8.75 0,26 0,26 C 0,26 7.2,26 7.2,26 z"
    +           style="fill:#bd0000;fill-opacity:1" />
    +      </g>
    +      <path
    +         style="fill:#bd0000;fill-opacity:0;fill-rule:evenodd;stroke:#bd0000;stroke-width:8.52610779;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
    +         id="path2647"
    +         d="M 417.07944,250.20635 C 417.77165,251.98597 418.46389,253.76268 419.18494,255.50045 C 420.2954,257.86122 421.5789,260.12105 423.12198,262.2309 C 431.45755,273.56176 445.41744,279.76585 463.14129,281.31037 C 463.14129,281.31037 482.20635,281.31037 482.20635,281.31037 C 488.23446,280.84023 494.55102,279.96341 501.09833,278.68278 C 512.39026,276.47488 524.36,273.08298 536.79121,268.55034 C 546.20836,265.11659 555.88511,261.0541 565.70606,256.33256 C 587.09294,246.08041 609.18647,232.85747 630.86181,216.90021 C 638.00038,211.64939 644.85053,206.26158 651.42668,200.78291 C 657.45481,195.76715 663.23778,190.67349 668.76114,185.52364 C 684.17759,170.66675 695.81564,155.57767 702.40621,142.32874 C 709.27073,128.53184 710.64082,116.73516 705.01649,109.30381 C 701.56976,104.74235 695.80122,102.29792 688.37421,101.72251 C 721.83174,76.6178 741.32949,46.16418 734.33517,26.96361 C 732.11421,20.83591 727.22536,16.26441 720.21659,13.73631 C 717.10162,12.61581 713.59716,11.90621 709.77549,11.58321 C 709.77549,11.58321 699.47866,11.58321 699.47866,11.58321 C 685.10058,12.62011 664.19202,17.76851 646.45376,26.46171"
    +         sodipodi:nodetypes="cccccssccccscccsccc" />
    +    </g>
    +  </g>
    +</svg>
    diff --git a/htdocs/takepos/dev/img/gplv3-127x51.png b/htdocs/takepos/dev/img/gplv3-127x51.png
    new file mode 100644
    index 00000000000..3e9136e6266
    Binary files /dev/null and b/htdocs/takepos/dev/img/gplv3-127x51.png differ
    diff --git a/htdocs/takepos/dev/img/gplv3-88x31.png b/htdocs/takepos/dev/img/gplv3-88x31.png
    new file mode 100644
    index 00000000000..ba78d4c4941
    Binary files /dev/null and b/htdocs/takepos/dev/img/gplv3-88x31.png differ
    diff --git a/htdocs/takepos/dev/img/takepos.svg b/htdocs/takepos/dev/img/takepos.svg
    new file mode 100644
    index 00000000000..f51ead1a94e
    --- /dev/null
    +++ b/htdocs/takepos/dev/img/takepos.svg
    @@ -0,0 +1,70 @@
    +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
    +<!-- Created with Inkscape (http://www.inkscape.org/) -->
    +
    +<svg
    +   xmlns:dc="http://purl.org/dc/elements/1.1/"
    +   xmlns:cc="http://creativecommons.org/ns#"
    +   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    +   xmlns:svg="http://www.w3.org/2000/svg"
    +   xmlns="http://www.w3.org/2000/svg"
    +   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
    +   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    +   width="14"
    +   height="14"
    +   id="svg2"
    +   version="1.1"
    +   inkscape:version="0.48.3.1 r9886"
    +   sodipodi:docname="object_mymodule.svg"
    +   inkscape:export-filename="/home/raph/Travail/src/zenfusion-modules/img/object_mymodule.png"
    +   inkscape:export-xdpi="90"
    +   inkscape:export-ydpi="90">
    +  <defs
    +     id="defs4" />
    +  <sodipodi:namedview
    +     id="base"
    +     pagecolor="#ffffff"
    +     bordercolor="#666666"
    +     borderopacity="1.0"
    +     inkscape:pageopacity="0.0"
    +     inkscape:pageshadow="2"
    +     inkscape:zoom="3.959798"
    +     inkscape:cx="24.310822"
    +     inkscape:cy="18.155032"
    +     inkscape:document-units="px"
    +     inkscape:current-layer="layer1"
    +     showgrid="false"
    +     inkscape:window-width="1920"
    +     inkscape:window-height="1021"
    +     inkscape:window-x="1080"
    +     inkscape:window-y="867"
    +     inkscape:window-maximized="1" />
    +  <metadata
    +     id="metadata7">
    +    <rdf:RDF>
    +      <cc:Work
    +         rdf:about="">
    +        <dc:format>image/svg+xml</dc:format>
    +        <dc:type
    +           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
    +        <dc:title></dc:title>
    +      </cc:Work>
    +    </rdf:RDF>
    +  </metadata>
    +  <g
    +     inkscape:label="Calque 1"
    +     inkscape:groupmode="layer"
    +     id="layer1"
    +     transform="translate(0,-1038.3622)">
    +    <text
    +       xml:space="preserve"
    +       style="font-size:12.99629784px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Serif;-inkscape-font-specification:DejaVu Serif"
    +       x="0.35272363"
    +       y="1050.0994"
    +       id="text2985"
    +       sodipodi:linespacing="125%"><tspan
    +         sodipodi:role="line"
    +         id="tspan2987"
    +         x="0.35272363"
    +         y="1050.0994">M</tspan></text>
    +  </g>
    +</svg>
    diff --git a/htdocs/takepos/floors.php b/htdocs/takepos/floors.php
    new file mode 100644
    index 00000000000..8dd6f729950
    --- /dev/null
    +++ b/htdocs/takepos/floors.php
    @@ -0,0 +1,176 @@
    +<?php
    +/* Copyright (C) 2018	Andreu Bisquerra	<jove@bisquerra.com>
    + *
    + * 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/>.
    + */
    +
    +//if (! defined('NOREQUIREUSER'))	define('NOREQUIREUSER','1');	// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIREDB'))		define('NOREQUIREDB','1');		// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIRESOC'))		define('NOREQUIRESOC','1');
    +//if (! defined('NOREQUIRETRAN'))		define('NOREQUIRETRAN','1');
    +if (! defined('NOCSRFCHECK'))		define('NOCSRFCHECK','1');
    +if (! defined('NOTOKENRENEWAL'))	define('NOTOKENRENEWAL','1');
    +if (! defined('NOREQUIREMENU'))		define('NOREQUIREMENU','1');
    +if (! defined('NOREQUIREHTML'))		define('NOREQUIREHTML','1');
    +if (! defined('NOREQUIREAJAX'))		define('NOREQUIREAJAX','1');
    +
    +$_GET['theme']="md"; // Force theme. MD theme provides better look and feel to TakePOS
    +
    +require '../main.inc.php';	// Load $user and permissions
    +
    +$floor=GETPOST('floor','alpha');
    +if ($floor=="") $floor=1;
    +$id = GETPOST('id','int');
    +$action = GETPOST('action','alpha');
    +$left = GETPOST('left','alpha');
    +$top = GETPOST('top','alpha');
    +$place = GETPOST('place','int');
    +$newname = GETPOST('newname');
    +$mode = GETPOST('mode','alpha');
    +
    +if ($action=="getTables"){
    +    $sql="SELECT * from ".MAIN_DB_PREFIX."takepos_floor_tables where floor=".$floor;
    +    $resql = $db->query($sql);
    +    $rows = array();
    +    while($row = $db->fetch_array ($resql)){
    +        $rows[] = $row;
    +    }
    +    echo json_encode($rows);
    +    exit;
    +}
    +
    +if ($action=="update")
    +{
    +    if ($left>95) $left=95;
    +    if ($top>95) $top=95;
    +    if ($left>3 or $top>4) $db->query("update ".MAIN_DB_PREFIX."takepos_floor_tables set leftpos=$left, toppos=$top where label='$place'");
    +    else $db->query("delete from ".MAIN_DB_PREFIX."takepos_floor_tables where label='$place'");
    +}
    +
    +if ($action=="updatename")
    +{
    +	$newname = preg_replace("/[^a-zA-Z0-9\s]/", "", $newname); // Only English chars
    +	if (strlen($newname) > 3) $newname = substr($newname, 0, 3); // Only 3 chars
    +    $db->query("update ".MAIN_DB_PREFIX."takepos_floor_tables set label='$newname' where label='$place'");
    +}
    +
    +if ($action=="add")
    +{
    +    $asdf=$db->query("insert into ".MAIN_DB_PREFIX."takepos_floor_tables values ('', '', '', '45', '45', $floor)");
    +	$db->query("update ".MAIN_DB_PREFIX."takepos_floor_tables set label=rowid where label=''"); // No empty table names
    +}
    +
    +// Title
    +$title='TakePOS - Dolibarr '.DOL_VERSION;
    +if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $title='TakePOS - '.$conf->global->MAIN_APPLICATION_TITLE;
    +top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss);
    +?>
    +<link rel="stylesheet" href="css/pos.css?a=xxx">
    +<style type="text/css">
    +div.tablediv{
    +background-image:url(img/table.gif);
    +-moz-background-size:100% 100%;
    +-webkit-background-size:100% 100%;
    +background-size:100% 100%;
    +height:10%;
    +width:10%;
    +text-align: center;
    +font-size:300%;
    +color:white;
    +}
    +html, body
    +{
    +height: 100%;
    +}
    +</style>
    +
    +<script>
    +var DragDrop='<?php echo $langs->trans("DragDrop"); ?>';
    +
    +function updateplace(idplace, left, top) {
    +	$.ajax({
    +		type: "POST",
    +		url: "floors.php",
    +		data: { action: "update", left: left, top: top, place: idplace }
    +		}).done(function( msg ) {
    +		window.location.href='floors.php?mode=edit&floor=<?php echo $floor;?>';
    +	});
    +}
    +
    +function updatename(before) {
    +	var after=$("#"+before).text();
    +	$.ajax({
    +		type: "POST",
    +		url: "floors.php",
    +		data: { action: "updatename", place: before, newname: after }
    +		}).done(function( msg ) {
    +		window.location.href='floors.php?mode=edit&floor=<?php echo $floor;?>';
    +		});
    +	}
    +
    +function LoadPlace(place){
    +	parent.location.href='takepos.php?place='+place;
    +}
    +
    +
    +$( document ).ready(function() {
    +	$.getJSON('./floors.php?action=getTables&floor=<?php echo $floor; ?>', function(data) {
    +        $.each(data, function(key, val) {
    +			<?php if ($mode=="edit"){?>
    +			$('body').append('<div class="tablediv" contenteditable onblur="updatename('+val.label+');" style="position: absolute; left: '+val.leftpos+'%; top: '+val.toppos+'%;" id="'+val.label+'">'+val.label+'</div>');
    +			$( "#"+val.label ).draggable(
    +				{
    +					start: function() {
    +					$("#add").html("<?php echo $langs->trans("Delete"); ?>");
    +                    },
    +					stop: function() {
    +					var left=$(this).offset().left*100/$(window).width();
    +					var top=$(this).offset().top*100/$(window).height();
    +					updateplace($(this).attr('id'), left, top);
    +					}
    +				}
    +			);
    +			//simultaneous draggable and contenteditable
    +			$('#'+val.label).draggable().bind('click', function(){
    +				$(this).focus();
    +			})
    +			<?php }
    +			else {?>
    +			$('body').append('<div class="tablediv" onclick="LoadPlace('+val.label+');" style="position: absolute; left: '+val.leftpos+'%; top: '+val.toppos+'%;" id="'+val.label+'">'+val.label+'</div>');
    +			<?php } ?>
    +		});
    +	});
    +});
    +
    +</script>
    +</head>
    +<body style="overflow: hidden">
    +<?php if ($user->admin){?>
    +<div style="position: absolute; left: 0.1%; top: 0.8%; width:8%; height:11%;">
    +<?php if ($mode=="edit"){?>
    +<a id="add" onclick="window.location.href='floors.php?mode=edit&action=add&floor=<?php echo $floor;?>';"><?php echo $langs->trans("AddTable"); ?></a>
    +<?php } else { ?>
    +<a onclick="window.location.href='floors.php?mode=edit&floor=<?php echo $floor;?>';"><?php echo $langs->trans("Edit"); ?></a>
    +<?php } ?>
    +</div>
    +<?php }
    +?>
    +
    +<div style="position: absolute; left: 25%; bottom: 8%; width:50%; height:3%;">
    +    <center>
    +    <h1><img src="./img/arrow-prev.png" width="5%" onclick="location.href='floors.php?floor=<?php if ($floor>1) { $floor--; echo $floor; $floor++;} else echo "1"; ?>';"><?php echo $langs->trans("Floor")." ".$floor; ?><img src="./img/arrow-next.png" width="5%" onclick="location.href='floors.php?floor=<?php $floor++; echo $floor; ?>';"></h1>
    +    </center>
    +</div>
    +</body>
    +</html>
    \ No newline at end of file
    diff --git a/htdocs/takepos/freezone.php b/htdocs/takepos/freezone.php
    new file mode 100644
    index 00000000000..702c59541a3
    --- /dev/null
    +++ b/htdocs/takepos/freezone.php
    @@ -0,0 +1,59 @@
    +<?php
    +/* Copyright (C) 2018	Andreu Bisquerra	<jove@bisquerra.com>
    + *
    + * 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/>.
    + */
    +
    +//if (! defined('NOREQUIREUSER'))	define('NOREQUIREUSER','1');	// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIREDB'))		define('NOREQUIREDB','1');		// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIRESOC'))		define('NOREQUIRESOC','1');
    +//if (! defined('NOREQUIRETRAN'))		define('NOREQUIRETRAN','1');
    +if (! defined('NOCSRFCHECK'))		define('NOCSRFCHECK','1');
    +if (! defined('NOTOKENRENEWAL'))	define('NOTOKENRENEWAL','1');
    +if (! defined('NOREQUIREMENU'))		define('NOREQUIREMENU','1');
    +if (! defined('NOREQUIREHTML'))		define('NOREQUIREHTML','1');
    +if (! defined('NOREQUIREAJAX'))		define('NOREQUIREAJAX','1');
    +
    +require '../main.inc.php';	// Load $user and permissions
    +
    +$langs->loadLangs(array("bills", "cashdesk"));
    +
    +$place = GETPOST('place','int');
    +
    +
    +/*
    + * View
    + */
    +
    +top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss);
    +
    +?>
    +<script>
    +function Save(){
    +	$.get( "invoice.php", { action: "freezone", place: "<?php echo $place;?>", desc:$('#desc').val(), number:$('#price').val()} );
    +	parent.$.colorbox.close();
    +}
    +</script>
    +</head>
    +<body>
    +<br>
    +<center>
    +<input type="text" id="desc" name="desc" style="width:40%;font-size: 200%;" placeholder="<?php echo $langs->trans('Description');?>">
    +<input type="text" id="price" name="price" style="width:15%;font-size: 200%;" placeholder="<?php echo $langs->trans('Price');?>">
    +<input type="hidden" name="place" value="<?php echo $place;?>">
    +<input type="button" style="width:15%;font-size: 200%;" value="OK" onclick="Save();">
    +</center>
    +
    +</body>
    +</html>
    \ No newline at end of file
    diff --git a/htdocs/takepos/genimg/add.jpg b/htdocs/takepos/genimg/add.jpg
    new file mode 100644
    index 00000000000..976fd10697d
    Binary files /dev/null and b/htdocs/takepos/genimg/add.jpg differ
    diff --git a/htdocs/takepos/genimg/empty.jpg b/htdocs/takepos/genimg/empty.jpg
    new file mode 100644
    index 00000000000..8883f7c9957
    Binary files /dev/null and b/htdocs/takepos/genimg/empty.jpg differ
    diff --git a/htdocs/takepos/genimg/index.php b/htdocs/takepos/genimg/index.php
    new file mode 100644
    index 00000000000..ff1b368b743
    --- /dev/null
    +++ b/htdocs/takepos/genimg/index.php
    @@ -0,0 +1,143 @@
    +<?php
    +/* Copyright (C) 2018	Andreu Bisquerra	<jove@bisquerra.com>
    + *
    + * 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/>.
    + */
    +
    +//if (! defined('NOREQUIREUSER'))	define('NOREQUIREUSER','1');	// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIREDB'))		define('NOREQUIREDB','1');		// Not disabled cause need to load personalized language
    +if (! defined('NOREQUIRESOC'))		define('NOREQUIRESOC','1');
    +//if (! defined('NOREQUIRETRAN'))		define('NOREQUIRETRAN','1');
    +if (! defined('NOCSRFCHECK'))		define('NOCSRFCHECK','1');
    +if (! defined('NOTOKENRENEWAL'))	define('NOTOKENRENEWAL','1');
    +if (! defined('NOREQUIREMENU'))		define('NOREQUIREMENU','1');
    +if (! defined('NOREQUIREHTML'))		define('NOREQUIREHTML','1');
    +if (! defined('NOREQUIREAJAX'))		define('NOREQUIREAJAX','1');
    +
    +require '../../main.inc.php';	// Load $user and permissions
    +
    +$id= GETPOST('id');
    +$w= GETPOST('w');
    +$h= GETPOST('h');
    +$query= GETPOST('query');
    +
    +
    +
    +/*
    + * View
    + */
    +
    +header('Content-Type: image/jpeg');
    +header('Cache-Control: max-age=604800, public, must-revalidate');
    +header('Pragma: cache');
    +
    +if ($query=="cat")
    +{
    +	require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
    +	require_once DOL_DOCUMENT_ROOT.'/core/lib/categories.lib.php';
    +
    +	$object = new Categorie($db);
    +	$result = $object->fetch($id);
    +	$upload_dir = $conf->categorie->multidir_output[$object->entity];
    +	$pdir = get_exdir($object->id,2,0,0,$object,'category') . $object->id ."/photos/";
    +	$dir = $upload_dir.'/'.$pdir;
    +	foreach ($object->liste_photos($dir) as $key => $obj)
    +	{
    +		$filename=$obj['photo'];
    +	}
    +
    +	// The file
    +	$filename = $dir.$filename;
    +	if (!file_exists($filename)) $filename="empty.jpg";
    +
    +	// Dimensions
    +	list($width, $height) = getimagesize($filename);
    +	$new_width = $w;
    +	$new_height = $h;
    +
    +	// Resample
    +	$image_p = imagecreatetruecolor($new_width, $new_height);
    +	$image = imagecreatefromjpeg($filename);
    +	imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width, $new_height, $width, $height);
    +
    +	// Add icon
    +	$icon = imagecreatefromjpeg('add.jpg');
    +	list($width, $height) = getimagesize('add.jpg');
    +	$new_width = $w*0.3;
    +	$new_height = $h*0.3;
    +	$icon_p = imagecreatetruecolor($new_width, $new_height);
    +	imagecopyresampled($icon_p, $icon, 0, 0, 0, 0, $new_width, $new_height, $width, $height);
    +	imagecopymerge($image_p, $icon_p,  0, 0, 0, 0, $new_width, $new_height, 100);
    +
    +	// Output
    +	imagejpeg($image_p, null, 100);
    +}
    +else if ($query=="pro")
    +{
    +	require_once DOL_DOCUMENT_ROOT."/product/class/product.class.php";
    +
    +	$objProd = new Product($db);
    +	$objProd->fetch($id);
    +
    +	$dir .= get_exdir(0,0,0,0,$objProd,'product').$objProd->ref.'/';
    +	$pdir .= get_exdir(0,0,0,0,$objProd,'product').$objProd->ref.'/';
    +
    +	foreach ($objProd->liste_photos($dir) as $key => $obj)
    +	{
    +		$filename=$obj['photo'];
    +	}
    +	$filename = $dir.$filename;
    +
    +	if (!file_exists($filename)){
    +		$dir = $conf->product->multidir_output[$objProd->entity].'/'.$pdir;
    +		foreach ($objProd->liste_photos($dir) as $key => $obj)
    +		{
    +		$filename=$obj['photo'];
    +		}
    +		$filename = $dir.$filename;
    +	}
    +
    +	if (!file_exists($filename)) $filename="empty.jpg";
    +
    +	// Dimensions
    +	list($width, $height) = getimagesize($filename);
    +	$new_width = $w;
    +	$new_height = $h;
    +
    +	// Resample
    +	$image_p = imagecreatetruecolor($new_width, $new_height);
    +	$image = imagecreatefromjpeg($filename);
    +	imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width, $new_height, $width, $height);
    +
    +	// Output
    +	imagejpeg($image_p, null, 100);
    +}
    +else
    +{
    +	// The file
    +	$filename = $query.".jpg";
    +
    +	// Dimensions
    +	list($width, $height) = getimagesize($filename);
    +	$new_width = $w;
    +	$new_height = $h;
    +
    +	// Resample
    +	$image_p = imagecreatetruecolor($new_width, $new_height);
    +	$image = imagecreatefromjpeg($filename);
    +	imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width, $new_height, $width, $height);
    +
    +	// Output
    +	imagejpeg($image_p, null, 100);
    +}
    diff --git a/htdocs/takepos/img/arrow-next-top.png b/htdocs/takepos/img/arrow-next-top.png
    new file mode 100644
    index 00000000000..70f720cab10
    Binary files /dev/null and b/htdocs/takepos/img/arrow-next-top.png differ
    diff --git a/htdocs/takepos/img/arrow-next.png b/htdocs/takepos/img/arrow-next.png
    new file mode 100644
    index 00000000000..1056f024390
    Binary files /dev/null and b/htdocs/takepos/img/arrow-next.png differ
    diff --git a/htdocs/takepos/img/arrow-prev-top.png b/htdocs/takepos/img/arrow-prev-top.png
    new file mode 100644
    index 00000000000..23567d35890
    Binary files /dev/null and b/htdocs/takepos/img/arrow-prev-top.png differ
    diff --git a/htdocs/takepos/img/arrow-prev.png b/htdocs/takepos/img/arrow-prev.png
    new file mode 100644
    index 00000000000..b7311f26f54
    Binary files /dev/null and b/htdocs/takepos/img/arrow-prev.png differ
    diff --git a/htdocs/takepos/img/gfdl.png b/htdocs/takepos/img/gfdl.png
    new file mode 100644
    index 00000000000..f2bacfd179a
    Binary files /dev/null and b/htdocs/takepos/img/gfdl.png differ
    diff --git a/htdocs/takepos/img/gplv3.png b/htdocs/takepos/img/gplv3.png
    new file mode 100644
    index 00000000000..ba78d4c4941
    Binary files /dev/null and b/htdocs/takepos/img/gplv3.png differ
    diff --git a/htdocs/takepos/img/marketplace/cashcontrol.jpg b/htdocs/takepos/img/marketplace/cashcontrol.jpg
    new file mode 100644
    index 00000000000..66240218dff
    Binary files /dev/null and b/htdocs/takepos/img/marketplace/cashcontrol.jpg differ
    diff --git a/htdocs/takepos/img/marketplace/takeposmobile.jpg b/htdocs/takepos/img/marketplace/takeposmobile.jpg
    new file mode 100644
    index 00000000000..918f7c49d5e
    Binary files /dev/null and b/htdocs/takepos/img/marketplace/takeposmobile.jpg differ
    diff --git a/htdocs/takepos/img/object_takepos.png b/htdocs/takepos/img/object_takepos.png
    new file mode 100644
    index 00000000000..5a307bfc62f
    Binary files /dev/null and b/htdocs/takepos/img/object_takepos.png differ
    diff --git a/htdocs/takepos/img/table.gif b/htdocs/takepos/img/table.gif
    new file mode 100644
    index 00000000000..54f7a209d89
    Binary files /dev/null and b/htdocs/takepos/img/table.gif differ
    diff --git a/htdocs/takepos/img/takepos.png b/htdocs/takepos/img/takepos.png
    new file mode 100644
    index 00000000000..be9d3dcfc3f
    Binary files /dev/null and b/htdocs/takepos/img/takepos.png differ
    diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php
    new file mode 100644
    index 00000000000..cdfe47a756f
    --- /dev/null
    +++ b/htdocs/takepos/invoice.php
    @@ -0,0 +1,290 @@
    +<?php
    +/* Copyright (C) 2018	Andreu Bisquerra	<jove@bisquerra.com>
    + *
    + * 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/>.
    + */
    +
    +//if (! defined('NOREQUIREUSER'))	define('NOREQUIREUSER','1');	// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIREDB'))		define('NOREQUIREDB','1');		// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIRESOC'))		define('NOREQUIRESOC','1');
    +//if (! defined('NOREQUIRETRAN'))		define('NOREQUIRETRAN','1');
    +if (! defined('NOCSRFCHECK'))		define('NOCSRFCHECK','1');
    +if (! defined('NOTOKENRENEWAL'))	define('NOTOKENRENEWAL','1');
    +if (! defined('NOREQUIREMENU'))		define('NOREQUIREMENU','1');
    +if (! defined('NOREQUIREHTML'))		define('NOREQUIREHTML','1');
    +if (! defined('NOREQUIREAJAX'))		define('NOREQUIREAJAX','1');
    +
    +require '../main.inc.php';	// Load $user and permissions
    +require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php';
    +
    +$langs->loadLangs(array("bills", "cashdesk"));
    +
    +$id = GETPOST('id','int');
    +$action = GETPOST('action','alpha');
    +$idproduct = GETPOST('idproduct','int');
    +$place = GETPOST('place','int');
    +$number = GETPOST('number');
    +$idline = GETPOST('idline');
    +$desc = GETPOST('desc','alpha');
    +$pay = GETPOST('pay');
    +
    +$sql="SELECT rowid FROM ".MAIN_DB_PREFIX."facture where facnumber='(PROV-POS-".$place.")'";
    +$resql = $db->query($sql);
    +$row = $db->fetch_array ($resql);
    +$placeid=$row[0];
    +if (! $placeid) $placeid=0; // not necesary
    +else{
    +	$invoice = new Facture($db);
    +	$invoice->fetch($placeid);
    +}
    +
    +/*
    + * Actions
    + */
    +
    +if ($action == 'valid' && $user->rights->facture->creer){
    +	if ($pay=="cash") $bankaccount=$conf->global->CASHDESK_ID_BANKACCOUNT_CASH;
    +	else if ($pay=="card") $bankaccount=$conf->global->CASHDESK_ID_BANKACCOUNT_CB;
    +	$now=dol_now();
    +	$invoice = new Facture($db);
    +	$invoice->fetch($placeid);
    +	if (! empty($conf->stock->enabled) and $conf->global->CASHDESK_NO_DECREASE_STOCK!="1") $invoice->validate($user, '', $conf->global->CASHDESK_ID_WAREHOUSE);
    +	else $invoice->validate($user);
    +	// Add the payment
    +	$payment=new Paiement($db);
    +	$payment->datepaye=$now;
    +	$payment->bank_account=$bankaccount;
    +	$payment->amounts[$invoice->id]=$invoice->total_ttc;
    +	if ($pay=="cash") $payment->paiementid=4;
    +	else if ($pay=="card") $payment->paiementid=6;
    +	$payment->num_paiement=$invoice->facnumber;
    +	$payment->create($user);
    +	$payment->addPaymentToBank($user, 'payment', '(CustomerInvoicePayment)', $bankaccount, '', '');
    +	$invoice->set_paid($user);
    +}
    +
    +if (($action=="addline" || $action=="freezone") and $placeid==0)
    +{
    +	// $place is id of POS, $placeid is id of invoice
    +	if ($placeid==0) {
    +		$invoice = new Facture($db);
    +		$invoice->socid=$conf->global->CASHDESK_ID_THIRDPARTY;
    +		$invoice->date=dol_now();
    +		$invoice->ref="(PROV-POS)";
    +		$invoice->module_source = 'takepos';
    +		$invoice->pos_source = (string) (empty($place)?'0':$place);
    +
    +		$placeid=$invoice->create($user);
    +		$sql="UPDATE ".MAIN_DB_PREFIX."facture set facnumber='(PROV-POS-".$place.")' where rowid=".$placeid;
    +		$db->query($sql);
    +	}
    +}
    +
    +if ($action=="addline"){
    +	$prod = new Product($db);
    +	$prod->fetch($idproduct);
    +	$invoice->addline($prod->description, $prod->price, 1, $prod->tva_tx, $prod->localtax1_tx, $prod->localtax2_tx, $idproduct, $prod->remise_percent, '', 0, 0, 0, '', $prod->price_base_type, $prod->price_ttc, $prod->type, - 1, 0, '', 0, 0, null, 0, '', 0, 100, '', null, 0);
    +	$invoice->fetch($placeid);
    +}
    +
    +if ($action=="freezone"){
    +	$invoice->addline($desc, $number, 1, $conf->global->MAIN_VAT_DEFAULT_IF_AUTODETECT_FAILS, 0, 0, 0, 0, '', 0, 0, 0, '', 'TTC', $number, 0, - 1, 0, '', 0, 0, null, 0, '', 0, 100, '', null, 0);
    +	$invoice->fetch($placeid);
    +}
    +
    +if ($action=="deleteline"){
    +    if ($idline>0 and $placeid>0){ //If exist invoice and line, to avoid errors if deleted from other device or no line selected
    +        $invoice->deleteline($idline);
    +        $invoice->fetch($placeid);
    +    }
    +    else if ($placeid>0){ //If exist invoice, but no line selected, proced to delete last line
    +        $sql="SELECT rowid FROM ".MAIN_DB_PREFIX."facturedet where fk_facture='$placeid' order by rowid DESC";
    +        $resql = $db->query($sql);
    +        $row = $db->fetch_array ($resql);
    +        $deletelineid=$row[0];
    +        $invoice->deleteline($deletelineid);
    +        $invoice->fetch($deletelineid);
    +    }
    +}
    +
    +if ($action=="updateqty"){
    +    foreach ($invoice->lines as $line){
    +        if ($line->id==$idline) $result = $invoice->updateline($line->id, $line->desc, $line->subprice, $number, $line->remise_percent,
    +			$line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type,
    +			$line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent,
    +			$line->fk_unit);
    +    }
    +	$invoice->fetch($placeid);
    +}
    +
    +if ($action=="updateprice"){
    +    foreach ($invoice->lines as $line){
    +        if ($line->id==$idline) $result = $invoice->updateline($line->id, $line->desc, $number, $line->qty, $line->remise_percent,
    +			$line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type,
    +			$line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent,
    +			$line->fk_unit);
    +    }
    +	$invoice->fetch($placeid);
    +}
    +
    +if ($action=="updatereduction"){
    +    foreach ($invoice->lines as $line){
    +        if ($line->id==$idline) $result = $invoice->updateline($line->id, $line->desc, $line->subprice, $line->qty, $number,
    +			$line->date_start, $line->date_end, $line->tva_tx, $line->localtax1_tx, $line->localtax2_tx, 'HT', $line->info_bits, $line->product_type,
    +			$line->fk_parent_line, 0, $line->fk_fournprice, $line->pa_ht, $line->label, $line->special_code, $line->array_options, $line->situation_percent,
    +			$line->fk_unit);
    +    }
    +	$invoice->fetch($placeid);
    +}
    +
    +if ($action=="order"){
    +	require_once DOL_DOCUMENT_ROOT . '/categories/class/categorie.class.php';
    +	$headerorder='<html><br><b>'.$langs->trans('Place').' '.$place.'<br><table width="65%"><thead><tr><th align="left">'.$langs->trans("Label").'</th><th align="right">'.$langs->trans("Qty").'</th></tr></thead><tbody>';
    +	$footerorder='</tbody></table>'.dol_print_date(dol_now(), 'dayhour').'<br></html>';
    +	$order_receipt_printer1="";
    +	$order_receipt_printer2="";
    +	$catsprinter1 = explode(';',$conf->global->TAKEPOS_PRINTED_CATEGORIES_1);
    +	$catsprinter2 = explode(';',$conf->global->TAKEPOS_PRINTED_CATEGORIES_2);
    +	foreach ($invoice->lines as $line){
    +		if ($line->special_code=="3") continue;
    +		$c = new Categorie($db);
    +		$existing = $c->containing($line->fk_product, Categorie::TYPE_PRODUCT, 'id');
    +		$result = array_intersect($catsprinter1, $existing);
    +		$count=count($result);
    +		if ($count>0){
    +			$sql="UPDATE ".MAIN_DB_PREFIX."facturedet set special_code='3' where rowid=$line->rowid";
    +			$db->query($sql);
    +			$order_receipt_printer1.='<tr>'.$line->product_label.'<td align="right">'.$line->qty.'</td></tr>';
    +		}
    +    }
    +	foreach ($invoice->lines as $line){
    +		if ($line->special_code=="3") continue;
    +		$c = new Categorie($db);
    +		$existing = $c->containing($line->fk_product, Categorie::TYPE_PRODUCT, 'id');
    +		$result = array_intersect($catsprinter2, $existing);
    +		$count=count($result);
    +		if ($count>0){
    +			$sql="UPDATE ".MAIN_DB_PREFIX."facturedet set special_code='3' where rowid=$line->rowid";
    +			$db->query($sql);
    +			$order_receipt_printer2.='<tr>'.$line->product_label.'<td align="right">'.$line->qty.'</td></tr>';
    +		}
    +    }
    +	$invoice->fetch($placeid);
    +}
    +
    +?>
    +<style>
    +.selected {
    +	color: red;
    +}
    +.order {
    +	color: limegreen;
    +}
    +</style>
    +<script language="javascript">
    +var selectedline=0;
    +var selectedtext="";
    +$(document).ready(function(){
    +    $('table tbody tr').click(function(){
    +		$('table tbody tr').removeClass("selected");
    +        $(this).addClass("selected");
    +		if (selectedline==this.id) return; // If is already selected
    +        else selectedline=this.id;
    +        selectedtext=$('#'+selectedline).find("td:first").html();
    +    });
    +<?php if ($action=="order" and $order_receipt_printer1!=""){
    +	?>
    +	$.ajax({
    +		type: "POST",
    +		url: 'http://<?php print $conf->global->TAKEPOS_PRINT_SERVER;?>:8111/print',
    +		data: '<?php print $headerorder.$order_receipt_printer1.$footerorder; ?>'
    +	});
    +<?php
    +}
    +if ($action=="order" and $order_receipt_printer2!=""){
    +	?>
    +	$.ajax({
    +		type: "POST",
    +		url: 'http://<?php print $conf->global->TAKEPOS_PRINT_SERVER;?>:8111/print2',
    +		data: '<?php print $headerorder.$order_receipt_printer2.$footerorder; ?>'
    +	});
    +<?php
    +}
    +if ($action=="search"){
    +	?>
    +	$('#search').focus();
    +	<?php
    +}
    +?>
    +});
    +
    +function Print(id){
    +	$.colorbox({href:"receipt.php?facid="+id, width:"40%", height:"90%", transition:"none", iframe:"true", title:"<?php echo $langs->trans("PrintTicket");?>"});
    +}
    +
    +function TakeposPrinting(id){
    +	var receipt;
    +	$.get("receipt.php?facid="+id, function(data, status){
    +        receipt=data.replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g, '');;
    +		$.ajax({
    +			type: "POST",
    +			url: 'http://<?php print $conf->global->TAKEPOS_PRINT_SERVER;?>:8111/print',
    +			data: receipt
    +		});
    +    });
    +}
    +</script>
    +<?php
    +print '<div class="div-table-responsive-no-min">';
    +print '<table id="tablelines" class="noborder noshadow" width="100%">';
    +print '<tr class="liste_titre nodrag nodrop">';
    +print '<td class="linecoldescription">'.$langs->trans('Description').'</td>';
    +print '<td class="linecolqty" align="right">'.$langs->trans('Qty').'</td>';
    +print '<td class="linecolht" align="right">'.$langs->trans('TotalHTShort').'</td>';
    +print "</tr>\n";
    +if ($placeid>0) foreach ($invoice->lines as $line)
    +{
    +	print '<tr class="drag drop oddeven';
    +	if ($line->special_code=="3") print ' order';
    +	print '" id="'.$line->rowid.'">';
    +	print '<td>'.$line->product_label.$line->desc.'</td>';
    +	print '<td align="right">'.$line->qty.'</td>';
    +	print '<td align="right">'.price($line->total_ttc).'</td>';
    +	print '</tr>';
    +}
    +print '</table>';
    +print '<p style="font-size:120%;" align="right"><b>'.$langs->trans('TotalTTC');
    +if($conf->global->TAKEPOS_BAR_RESTAURANT) print " ".$langs->trans('Place')." ".$place;
    +print ': '.price($invoice->total_ttc, 1, '', 1, - 1, - 1, $conf->currency).'&nbsp;</b></p>';
    +
    +//if ($invoice->socid != $conf->global->CASHDESK_ID_THIRDPARTY){
    +    $soc = new Societe($db);
    +    if ($invoice->socid > 0) $soc->fetch($invoice->socid);
    +    else $soc->fetch($conf->global->CASHDESK_ID_THIRDPARTY);
    +    print '<p style="font-size:120%;" align="right">';
    +    print $langs->trans("Customer").': '.$soc->name;
    +    print '</p>';
    +//}
    +if ($action=="valid"){
    +	print '<p style="font-size:120%;" align="center"><b>'.$invoice->facnumber." ".$langs->trans('BillShortStatusValidated').'</b></p>';
    +	if ($conf->global->TAKEBOX) print '<center><button type="button" onclick="TakeposPrinting('.$placeid.');">'.$langs->trans('PrintTicket').'</button><center>';
    +	else print '<center><button type="button" onclick="Print('.$placeid.');">'.$langs->trans('PrintTicket').'</button><center>';
    +}
    +if ($action=="search"){
    +	print '<center>
    +	<input type="text" id="search" name="search" onkeyup="Search2();" name="search" style="width:80%;font-size: 150%;" placeholder='.$langs->trans('Search').'
    +	</center>';
    +}
    +print '</div>';
    diff --git a/htdocs/takepos/js/jquery.colorbox-min.js b/htdocs/takepos/js/jquery.colorbox-min.js
    new file mode 100644
    index 00000000000..b5109a262ef
    --- /dev/null
    +++ b/htdocs/takepos/js/jquery.colorbox-min.js
    @@ -0,0 +1,6 @@
    +/*!
    +	Colorbox 1.6.4
    +	license: MIT
    +	http://www.jacklmoore.com/colorbox
    +*/
    +(function(t,e,i){function n(i,n,o){var r=e.createElement(i);return n&&(r.id=Z+n),o&&(r.style.cssText=o),t(r)}function o(){return i.innerHeight?i.innerHeight:t(i).height()}function r(e,i){i!==Object(i)&&(i={}),this.cache={},this.el=e,this.value=function(e){var n;return void 0===this.cache[e]&&(n=t(this.el).attr("data-cbox-"+e),void 0!==n?this.cache[e]=n:void 0!==i[e]?this.cache[e]=i[e]:void 0!==X[e]&&(this.cache[e]=X[e])),this.cache[e]},this.get=function(e){var i=this.value(e);return t.isFunction(i)?i.call(this.el,this):i}}function h(t){var e=W.length,i=(A+t)%e;return 0>i?e+i:i}function a(t,e){return Math.round((/%/.test(t)?("x"===e?E.width():o())/100:1)*parseInt(t,10))}function s(t,e){return t.get("photo")||t.get("photoRegex").test(e)}function l(t,e){return t.get("retinaUrl")&&i.devicePixelRatio>1?e.replace(t.get("photoRegex"),t.get("retinaSuffix")):e}function d(t){"contains"in x[0]&&!x[0].contains(t.target)&&t.target!==v[0]&&(t.stopPropagation(),x.focus())}function c(t){c.str!==t&&(x.add(v).removeClass(c.str).addClass(t),c.str=t)}function g(e){A=0,e&&e!==!1&&"nofollow"!==e?(W=t("."+te).filter(function(){var i=t.data(this,Y),n=new r(this,i);return n.get("rel")===e}),A=W.index(_.el),-1===A&&(W=W.add(_.el),A=W.length-1)):W=t(_.el)}function u(i){t(e).trigger(i),ae.triggerHandler(i)}function f(i){var o;if(!G){if(o=t(i).data(Y),_=new r(i,o),g(_.get("rel")),!U){U=$=!0,c(_.get("className")),x.css({visibility:"hidden",display:"block",opacity:""}),I=n(se,"LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden"),b.css({width:"",height:""}).append(I),j=T.height()+k.height()+b.outerHeight(!0)-b.height(),D=C.width()+H.width()+b.outerWidth(!0)-b.width(),N=I.outerHeight(!0),z=I.outerWidth(!0);var h=a(_.get("initialWidth"),"x"),s=a(_.get("initialHeight"),"y"),l=_.get("maxWidth"),f=_.get("maxHeight");_.w=Math.max((l!==!1?Math.min(h,a(l,"x")):h)-z-D,0),_.h=Math.max((f!==!1?Math.min(s,a(f,"y")):s)-N-j,0),I.css({width:"",height:_.h}),J.position(),u(ee),_.get("onOpen"),O.add(F).hide(),x.focus(),_.get("trapFocus")&&e.addEventListener&&(e.addEventListener("focus",d,!0),ae.one(re,function(){e.removeEventListener("focus",d,!0)})),_.get("returnFocus")&&ae.one(re,function(){t(_.el).focus()})}var p=parseFloat(_.get("opacity"));v.css({opacity:p===p?p:"",cursor:_.get("overlayClose")?"pointer":"",visibility:"visible"}).show(),_.get("closeButton")?B.html(_.get("close")).appendTo(b):B.appendTo("<div/>"),w()}}function p(){x||(V=!1,E=t(i),x=n(se).attr({id:Y,"class":t.support.opacity===!1?Z+"IE":"",role:"dialog",tabindex:"-1"}).hide(),v=n(se,"Overlay").hide(),L=t([n(se,"LoadingOverlay")[0],n(se,"LoadingGraphic")[0]]),y=n(se,"Wrapper"),b=n(se,"Content").append(F=n(se,"Title"),R=n(se,"Current"),P=t('<button type="button"/>').attr({id:Z+"Previous"}),K=t('<button type="button"/>').attr({id:Z+"Next"}),S=t('<button type="button"/>').attr({id:Z+"Slideshow"}),L),B=t('<button type="button"/>').attr({id:Z+"Close"}),y.append(n(se).append(n(se,"TopLeft"),T=n(se,"TopCenter"),n(se,"TopRight")),n(se,!1,"clear:left").append(C=n(se,"MiddleLeft"),b,H=n(se,"MiddleRight")),n(se,!1,"clear:left").append(n(se,"BottomLeft"),k=n(se,"BottomCenter"),n(se,"BottomRight"))).find("div div").css({"float":"left"}),M=n(se,!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),O=K.add(P).add(R).add(S)),e.body&&!x.parent().length&&t(e.body).append(v,x.append(y,M))}function m(){function i(t){t.which>1||t.shiftKey||t.altKey||t.metaKey||t.ctrlKey||(t.preventDefault(),f(this))}return x?(V||(V=!0,K.click(function(){J.next()}),P.click(function(){J.prev()}),B.click(function(){J.close()}),v.click(function(){_.get("overlayClose")&&J.close()}),t(e).bind("keydown."+Z,function(t){var e=t.keyCode;U&&_.get("escKey")&&27===e&&(t.preventDefault(),J.close()),U&&_.get("arrowKey")&&W[1]&&!t.altKey&&(37===e?(t.preventDefault(),P.click()):39===e&&(t.preventDefault(),K.click()))}),t.isFunction(t.fn.on)?t(e).on("click."+Z,"."+te,i):t("."+te).live("click."+Z,i)),!0):!1}function w(){var e,o,r,h=J.prep,d=++le;if($=!0,q=!1,u(he),u(ie),_.get("onLoad"),_.h=_.get("height")?a(_.get("height"),"y")-N-j:_.get("innerHeight")&&a(_.get("innerHeight"),"y"),_.w=_.get("width")?a(_.get("width"),"x")-z-D:_.get("innerWidth")&&a(_.get("innerWidth"),"x"),_.mw=_.w,_.mh=_.h,_.get("maxWidth")&&(_.mw=a(_.get("maxWidth"),"x")-z-D,_.mw=_.w&&_.w<_.mw?_.w:_.mw),_.get("maxHeight")&&(_.mh=a(_.get("maxHeight"),"y")-N-j,_.mh=_.h&&_.h<_.mh?_.h:_.mh),e=_.get("href"),Q=setTimeout(function(){L.show()},100),_.get("inline")){var c=t(e).eq(0);r=t("<div>").hide().insertBefore(c),ae.one(he,function(){r.replaceWith(c)}),h(c)}else _.get("iframe")?h(" "):_.get("html")?h(_.get("html")):s(_,e)?(e=l(_,e),q=_.get("createImg"),t(q).addClass(Z+"Photo").bind("error."+Z,function(){h(n(se,"Error").html(_.get("imgError")))}).one("load",function(){d===le&&setTimeout(function(){var e;_.get("retinaImage")&&i.devicePixelRatio>1&&(q.height=q.height/i.devicePixelRatio,q.width=q.width/i.devicePixelRatio),_.get("scalePhotos")&&(o=function(){q.height-=q.height*e,q.width-=q.width*e},_.mw&&q.width>_.mw&&(e=(q.width-_.mw)/q.width,o()),_.mh&&q.height>_.mh&&(e=(q.height-_.mh)/q.height,o())),_.h&&(q.style.marginTop=Math.max(_.mh-q.height,0)/2+"px"),W[1]&&(_.get("loop")||W[A+1])&&(q.style.cursor="pointer",t(q).bind("click."+Z,function(){J.next()})),q.style.width=q.width+"px",q.style.height=q.height+"px",h(q)},1)}),q.src=e):e&&M.load(e,_.get("data"),function(e,i){d===le&&h("error"===i?n(se,"Error").html(_.get("xhrError")):t(this).contents())})}var v,x,y,b,T,C,H,k,W,E,I,M,L,F,R,S,K,P,B,O,_,j,D,N,z,A,q,U,$,G,Q,J,V,X={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return t(this).attr("href")},title:function(){return this.title},createImg:function(){var e=new Image,i=t(this).data("cbox-img-attrs");return"object"==typeof i&&t.each(i,function(t,i){e[t]=i}),e},createIframe:function(){var i=e.createElement("iframe"),n=t(this).data("cbox-iframe-attrs");return"object"==typeof n&&t.each(n,function(t,e){i[t]=e}),"frameBorder"in i&&(i.frameBorder=0),"allowTransparency"in i&&(i.allowTransparency="true"),i.name=(new Date).getTime(),i.allowFullscreen=!0,i}},Y="colorbox",Z="cbox",te=Z+"Element",ee=Z+"_open",ie=Z+"_load",ne=Z+"_complete",oe=Z+"_cleanup",re=Z+"_closed",he=Z+"_purge",ae=t("<a/>"),se="div",le=0,de={},ce=function(){function t(){clearTimeout(h)}function e(){(_.get("loop")||W[A+1])&&(t(),h=setTimeout(J.next,_.get("slideshowSpeed")))}function i(){S.html(_.get("slideshowStop")).unbind(s).one(s,n),ae.bind(ne,e).bind(ie,t),x.removeClass(a+"off").addClass(a+"on")}function n(){t(),ae.unbind(ne,e).unbind(ie,t),S.html(_.get("slideshowStart")).unbind(s).one(s,function(){J.next(),i()}),x.removeClass(a+"on").addClass(a+"off")}function o(){r=!1,S.hide(),t(),ae.unbind(ne,e).unbind(ie,t),x.removeClass(a+"off "+a+"on")}var r,h,a=Z+"Slideshow_",s="click."+Z;return function(){r?_.get("slideshow")||(ae.unbind(oe,o),o()):_.get("slideshow")&&W[1]&&(r=!0,ae.one(oe,o),_.get("slideshowAuto")?i():n(),S.show())}}();t[Y]||(t(p),J=t.fn[Y]=t[Y]=function(e,i){var n,o=this;return e=e||{},t.isFunction(o)&&(o=t("<a/>"),e.open=!0),o[0]?(p(),m()&&(i&&(e.onComplete=i),o.each(function(){var i=t.data(this,Y)||{};t.data(this,Y,t.extend(i,e))}).addClass(te),n=new r(o[0],e),n.get("open")&&f(o[0])),o):o},J.position=function(e,i){function n(){T[0].style.width=k[0].style.width=b[0].style.width=parseInt(x[0].style.width,10)-D+"px",b[0].style.height=C[0].style.height=H[0].style.height=parseInt(x[0].style.height,10)-j+"px"}var r,h,s,l=0,d=0,c=x.offset();if(E.unbind("resize."+Z),x.css({top:-9e4,left:-9e4}),h=E.scrollTop(),s=E.scrollLeft(),_.get("fixed")?(c.top-=h,c.left-=s,x.css({position:"fixed"})):(l=h,d=s,x.css({position:"absolute"})),d+=_.get("right")!==!1?Math.max(E.width()-_.w-z-D-a(_.get("right"),"x"),0):_.get("left")!==!1?a(_.get("left"),"x"):Math.round(Math.max(E.width()-_.w-z-D,0)/2),l+=_.get("bottom")!==!1?Math.max(o()-_.h-N-j-a(_.get("bottom"),"y"),0):_.get("top")!==!1?a(_.get("top"),"y"):Math.round(Math.max(o()-_.h-N-j,0)/2),x.css({top:c.top,left:c.left,visibility:"visible"}),y[0].style.width=y[0].style.height="9999px",r={width:_.w+z+D,height:_.h+N+j,top:l,left:d},e){var g=0;t.each(r,function(t){return r[t]!==de[t]?(g=e,void 0):void 0}),e=g}de=r,e||x.css(r),x.dequeue().animate(r,{duration:e||0,complete:function(){n(),$=!1,y[0].style.width=_.w+z+D+"px",y[0].style.height=_.h+N+j+"px",_.get("reposition")&&setTimeout(function(){E.bind("resize."+Z,J.position)},1),t.isFunction(i)&&i()},step:n})},J.resize=function(t){var e;U&&(t=t||{},t.width&&(_.w=a(t.width,"x")-z-D),t.innerWidth&&(_.w=a(t.innerWidth,"x")),I.css({width:_.w}),t.height&&(_.h=a(t.height,"y")-N-j),t.innerHeight&&(_.h=a(t.innerHeight,"y")),t.innerHeight||t.height||(e=I.scrollTop(),I.css({height:"auto"}),_.h=I.height()),I.css({height:_.h}),e&&I.scrollTop(e),J.position("none"===_.get("transition")?0:_.get("speed")))},J.prep=function(i){function o(){return _.w=_.w||I.width(),_.w=_.mw&&_.mw<_.w?_.mw:_.w,_.w}function a(){return _.h=_.h||I.height(),_.h=_.mh&&_.mh<_.h?_.mh:_.h,_.h}if(U){var d,g="none"===_.get("transition")?0:_.get("speed");I.remove(),I=n(se,"LoadedContent").append(i),I.hide().appendTo(M.show()).css({width:o(),overflow:_.get("scrolling")?"auto":"hidden"}).css({height:a()}).prependTo(b),M.hide(),t(q).css({"float":"none"}),c(_.get("className")),d=function(){function i(){t.support.opacity===!1&&x[0].style.removeAttribute("filter")}var n,o,a=W.length;U&&(o=function(){clearTimeout(Q),L.hide(),u(ne),_.get("onComplete")},F.html(_.get("title")).show(),I.show(),a>1?("string"==typeof _.get("current")&&R.html(_.get("current").replace("{current}",A+1).replace("{total}",a)).show(),K[_.get("loop")||a-1>A?"show":"hide"]().html(_.get("next")),P[_.get("loop")||A?"show":"hide"]().html(_.get("previous")),ce(),_.get("preloading")&&t.each([h(-1),h(1)],function(){var i,n=W[this],o=new r(n,t.data(n,Y)),h=o.get("href");h&&s(o,h)&&(h=l(o,h),i=e.createElement("img"),i.src=h)})):O.hide(),_.get("iframe")?(n=_.get("createIframe"),_.get("scrolling")||(n.scrolling="no"),t(n).attr({src:_.get("href"),"class":Z+"Iframe"}).one("load",o).appendTo(I),ae.one(he,function(){n.src="//about:blank"}),_.get("fastIframe")&&t(n).trigger("load")):o(),"fade"===_.get("transition")?x.fadeTo(g,1,i):i())},"fade"===_.get("transition")?x.fadeTo(g,0,function(){J.position(0,d)}):J.position(g,d)}},J.next=function(){!$&&W[1]&&(_.get("loop")||W[A+1])&&(A=h(1),f(W[A]))},J.prev=function(){!$&&W[1]&&(_.get("loop")||A)&&(A=h(-1),f(W[A]))},J.close=function(){U&&!G&&(G=!0,U=!1,u(oe),_.get("onCleanup"),E.unbind("."+Z),v.fadeTo(_.get("fadeOut")||0,0),x.stop().fadeTo(_.get("fadeOut")||0,0,function(){x.hide(),v.hide(),u(he),I.remove(),setTimeout(function(){G=!1,u(re),_.get("onClosed")},1)}))},J.remove=function(){x&&(x.stop(),t[Y].close(),x.stop(!1,!0).remove(),v.remove(),G=!1,x=null,t("."+te).removeData(Y).removeClass(te),t(e).unbind("click."+Z).unbind("keydown."+Z))},J.element=function(){return t(_.el)},J.settings=X)})(jQuery,document,window);
    \ No newline at end of file
    diff --git a/htdocs/takepos/js/takepos.js b/htdocs/takepos/js/takepos.js
    new file mode 100644
    index 00000000000..062a3bb4e4a
    --- /dev/null
    +++ b/htdocs/takepos/js/takepos.js
    @@ -0,0 +1,15 @@
    +/* Copyright (C) 2018	Charles-FR BENKE		<jove@bisquerra.com>
    + *
    + * 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/>.
    + */
    diff --git a/htdocs/takepos/lib/takepos.lib.php b/htdocs/takepos/lib/takepos.lib.php
    new file mode 100644
    index 00000000000..691f118d2cb
    --- /dev/null
    +++ b/htdocs/takepos/lib/takepos.lib.php
    @@ -0,0 +1,58 @@
    +<?php
    +/* Copyright (C) 2018 SuperAdmin
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    takepos/lib/takepos.lib.php
    + * \ingroup takepos
    + * \brief   Library files with common functions for TakePos
    + */
    +
    +/**
    + * Prepare admin pages header
    + *
    + * @return array
    + */
    +function takeposAdminPrepareHead()
    +{
    +	global $langs, $conf;
    +
    +	$langs->load("cashdesk");
    +
    +	$h = 0;
    +	$head = array();
    +
    +	$head[$h][0] = dol_buildpath("/takepos/admin/setup.php", 1);
    +	$head[$h][1] = $langs->trans("Settings");
    +	$head[$h][2] = 'settings';
    +	$h++;
    +	$head[$h][0] = dol_buildpath("/takepos/admin/about.php", 1);
    +	$head[$h][1] = $langs->trans("About");
    +	$head[$h][2] = 'about';
    +	$h++;
    +
    +	// Show more tabs from modules
    +	// Entries must be declared in modules descriptor with line
    +	//$this->tabs = array(
    +	//	'entity:+tabname:Title:@takepos:/takepos/mypage.php?id=__ID__'
    +	//); // to add new tab
    +	//$this->tabs = array(
    +	//	'entity:-tabname:Title:@takepos:/takepos/mypage.php?id=__ID__'
    +	//); // to remove a tab
    +	complete_head_from_modules($conf, $langs, $object, $head, $h, 'takepos');
    +
    +	return $head;
    +}
    diff --git a/htdocs/takepos/modulebuilder.txt b/htdocs/takepos/modulebuilder.txt
    new file mode 100644
    index 00000000000..24ea0d6eac5
    --- /dev/null
    +++ b/htdocs/takepos/modulebuilder.txt
    @@ -0,0 +1,3 @@
    +# DO NOT DELETE THIS FILE MANUALLY
    +# File to flag module built using official module template.
    +# When this file is present into a module directory, you can edit it with the module builder tool. Use ModuleBuilder if you want to delete module. 
    \ No newline at end of file
    diff --git a/htdocs/takepos/pay.php b/htdocs/takepos/pay.php
    new file mode 100644
    index 00000000000..c0bfc35294a
    --- /dev/null
    +++ b/htdocs/takepos/pay.php
    @@ -0,0 +1,120 @@
    +<?php
    +/* Copyright (C) 2018	Andreu Bisquerra	<jove@bisquerra.com>
    + *
    + * 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/>.
    + */
    +
    +//if (! defined('NOREQUIREUSER'))	define('NOREQUIREUSER','1');	// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIREDB'))		define('NOREQUIREDB','1');		// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIRESOC'))		define('NOREQUIRESOC','1');
    +//if (! defined('NOREQUIRETRAN'))		define('NOREQUIRETRAN','1');
    +if (! defined('NOCSRFCHECK'))		define('NOCSRFCHECK','1');
    +if (! defined('NOTOKENRENEWAL'))	define('NOTOKENRENEWAL','1');
    +if (! defined('NOREQUIREMENU'))		define('NOREQUIREMENU','1');
    +if (! defined('NOREQUIREHTML'))		define('NOREQUIREHTML','1');
    +if (! defined('NOREQUIREAJAX'))		define('NOREQUIREAJAX','1');
    +
    +$_GET['theme']="md"; // Force theme. MD theme provides better look and feel to TakePOS
    +
    +require '../main.inc.php';	// Load $user and permissions
    +require_once DOL_DOCUMENT_ROOT . '/compta/facture/class/facture.class.php';
    +
    +$place = GETPOST('place','int');
    +
    +
    +/*
    + * View
    + */
    +
    +$sql="SELECT rowid FROM ".MAIN_DB_PREFIX."facture where facnumber='(PROV-POS-".$place.")'";
    +$resql = $db->query($sql);
    +$row = $db->fetch_array ($resql);
    +$placeid=$row[0];
    +if (! $placeid) $placeid=0; // Developing error message with no lines
    +else{
    +	$invoice = new Facture($db);
    +	$invoice->fetch($placeid);
    +}
    +
    +top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss);
    +
    +$langs->loadLangs(array("main", "bills", "cashdesk"));
    +?>
    +<link rel="stylesheet" href="css/pos.css">
    +	<script>
    +	var received=0;
    +	function addreceived(price)
    +	{
    +	received+=parseFloat(price);
    +	$('#change1').html(received.toFixed(2));
    +	if (received><?php echo $invoice->total_ttc;?>)
    +		{
    +		var change=parseFloat(received-<?php echo $invoice->total_ttc;?>);
    +		$('#change2').html(change.toFixed(2));
    +		}
    +	}
    +
    +	function reset()
    +	{
    +		received=0;
    +		addreceived(0);
    +		$('#change2').html(received.toFixed(2));
    +	}
    +
    +	function Validate(payment){
    +        parent.$("#poslines").load("invoice.php?place=<?php echo $place;?>&action=valid&pay="+payment, function() {
    +            parent.$("#poslines").scrollTop(parent.$("#poslines")[0].scrollHeight);
    +            parent.$.colorbox.close();
    +        });
    +
    +	}
    +</script>
    +</head>
    +<body>
    +
    +<div style="position:absolute; top:2%; left:5%; height:36%; width:91%;">
    +<center>
    +<div style="width:40%; background-color:#222222; border-radius:8px; margin-bottom: 4px;">
    +<center><span style='font-family: digital; font-size: 280%;'><font color="white"><?php echo $langs->trans('TotalTTC');?>: </font><font color="red"><span id="totaldisplay"><?php echo price($invoice->total_ttc, 1, '', 1, - 1, - 1, $conf->currency) ?></span></span></center>
    +</div>
    +<div style="width:40%; background-color:#333333; border-radius:8px; margin-bottom: 4px;">
    +<center><span style='font-family: digital; font-size: 250%;'><font color="white"><?php echo $langs->trans("AlreadyPaid"); ?>: </font><font color="red"><span id="change1"><?php echo price(0) ?></span></center>
    +</div>
    +<div style="width:40%; background-color:#333333; border-radius:8px; margin-bottom: 4px;">
    +<center><span style='font-family: digital; font-size: 250%;'><font color="white"><?php echo $langs->trans("Change"); ?>: </font><font color="red"><span id="change2"><?php echo price(0) ?></span></span></center>
    +</div>
    +</center>
    +</div>
    +
    +<div style="position:absolute; top:40%; left:5%; height:55%; width:91%;">
    +<button type="button" class="calcbutton" onclick="addreceived(10);">10</button>
    +<button type="button" class="calcbutton" onclick="addreceived(20);">20</button>
    +<button type="button" class="calcbutton" onclick="addreceived(50);">50</button>
    +<button type="button" class="calcbutton2" onclick="Validate('cash');"><?php echo $langs->trans("Cash"); ?></button>
    +<button type="button" class="calcbutton" onclick="addreceived(1);">1</button>
    +<button type="button" class="calcbutton" onclick="addreceived(2);">2</button>
    +<button type="button" class="calcbutton" onclick="addreceived(5);">5</button>
    +<button type="button" class="calcbutton2" onclick="Validate('card');"><?php echo $langs->trans("PaymentTypeCB"); ?></button>
    +<button type="button" class="calcbutton" onclick="addreceived(0.10);">0.10</button>
    +<button type="button" class="calcbutton" onclick="addreceived(0.20);">0.20</button>
    +<button type="button" class="calcbutton" onclick="addreceived(0.50);">0.50</button>
    +<button type="button" class="calcbutton2" onclick="printclick();"><span id="printtext"><?php echo $langs->trans("GoBack"); ?></span></button>
    +<button type="button" class="calcbutton" onclick="addreceived(0.01);">0.01</button>
    +<button type="button" class="calcbutton" onclick="addreceived(0.02);">0.02</button>
    +<button type="button" class="calcbutton" onclick="addreceived(0.05);">0.05</button>
    +<button type="button" class="calcbutton2" onclick="reset();"><span style='font-size: 150%;'>C</span></button>
    +</div>
    +
    +</body>
    +</html>
    \ No newline at end of file
    diff --git a/htdocs/takepos/receipt.php b/htdocs/takepos/receipt.php
    new file mode 100644
    index 00000000000..d5c4ceba0a1
    --- /dev/null
    +++ b/htdocs/takepos/receipt.php
    @@ -0,0 +1,106 @@
    +<?php
    +/* Copyright (C) 2007-2008 Jeremie Ollivier    <jeremie.o@laposte.net>
    + * Copyright (C) 2011      Laurent Destailleur <eldy@users.sourceforge.net>
    + * Copyright (C) 2012      Marcos García       <marcosgdf@gmail.com>
    + * Copyright (C) 2018      Andreu Bisquerra    <jove@bisquerra.com>
    + *
    + * 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/>.
    + */
    +
    +require '../main.inc.php';	// Load $user and permissions
    +include_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
    +
    +$langs->loadLangs(array("main", "cashdesk"));
    +
    +/*
    + * View
    + */
    +
    +top_httphead('text/html');
    +
    +$facid=GETPOST('facid','int');
    +$place=GETPOST('place','int');
    +if ($place>0){
    +    $sql="SELECT rowid FROM ".MAIN_DB_PREFIX."facture where facnumber='(PROV-POS-".$place.")'";
    +    $resql = $db->query($sql);
    +    $row = $db->fetch_array ($resql);
    +    $facid=$row[0];
    +}
    +$object=new Facture($db);
    +$object->fetch($facid);
    +
    +// IMPORTANT: This file is sended to 'Takepos Printing' application. Keep basic file. No external files as css, js... If you need images use absolut path.
    +?>
    +<html>
    +<body>
    +<center>
    +<font size="4">
    +<?php echo $mysoc->name; ?>
    +</font>
    +</center>
    +<br>
    +<p align="left">
    +<?php print dol_nl2br(dol_format_address($mysoc)); ?>
    +</p>
    +<p align="right">
    +<?php
    +print $langs->trans('Date')." ".dol_print_date($object->date, 'day').'<br>';
    +if ($mysoc->country_code == 'ES') print "Factura simplificada ";
    +print $object->ref;
    +?>
    +</p>
    +<br>
    +
    +<table width="100%">
    +    <thead>
    +	<tr>
    +        <th align="center"><?php print $langs->trans("Label"); ?></th>
    +        <th align="right"><?php print $langs->trans("Qty"); ?></th>
    +        <th align="right"><?php print $langs->trans("TotalTTC"); ?></th>
    +	</tr>
    +    </thead>
    +    <tbody>
    +    <?php
    +    foreach ($object->lines as $line)
    +    {
    +    ?>
    +    <tr>
    +        <td><?php echo $line->product_label;?></td>
    +        <td align="right"><?php echo $line->qty;?></td>
    +        <td align="right"><?php echo price($line->total_ttc);?></td>
    +    </tr>
    +    <?php
    +    }
    +    ?>
    +    </tbody>
    +</table>
    +<br>
    +<table align="right">
    +<tr>
    +    <th align="right"><?php echo $langs->trans("TotalHT");?></th>
    +    <td align="right"><?php echo price($object->total_ht, 1, '', 1, - 1, - 1, $conf->currency)."\n";?></td>
    +</tr>
    +<tr>
    +    <th align="right"><?php echo $langs->trans("TotalVAT").'</th><td align="right">'.price($object->total_tva, 1, '', 1, - 1, - 1, $conf->currency)."\n";?></td>
    +</tr>
    +<tr>
    +    <th align="right"><?php echo ''.$langs->trans("TotalTTC").'</th><td align="right">'.price($object->total_ttc, 1, '', 1, - 1, - 1, $conf->currency)."\n";?></td>
    +</tr>
    +</table>
    +
    +<script type="text/javascript">
    +    window.print();
    +</script>
    +</body>
    +</html>
    diff --git a/htdocs/takepos/takepos.php b/htdocs/takepos/takepos.php
    new file mode 100644
    index 00000000000..8dec143bffe
    --- /dev/null
    +++ b/htdocs/takepos/takepos.php
    @@ -0,0 +1,403 @@
    +<?php
    +/* Copyright (C) 2018	Andreu Bisquerra	<jove@bisquerra.com>
    + *
    + * 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/>.
    + */
    +
    +//if (! defined('NOREQUIREUSER'))	define('NOREQUIREUSER','1');	// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIREDB'))		define('NOREQUIREDB','1');		// Not disabled cause need to load personalized language
    +//if (! defined('NOREQUIRESOC'))		define('NOREQUIRESOC','1');
    +//if (! defined('NOREQUIRETRAN'))		define('NOREQUIRETRAN','1');
    +if (! defined('NOCSRFCHECK'))		define('NOCSRFCHECK','1');
    +if (! defined('NOTOKENRENEWAL'))	define('NOTOKENRENEWAL','1');
    +if (! defined('NOREQUIREMENU'))		define('NOREQUIREMENU','1');
    +if (! defined('NOREQUIREHTML'))		define('NOREQUIREHTML','1');
    +if (! defined('NOREQUIREAJAX'))		define('NOREQUIREAJAX','1');
    +
    +$_GET['theme']="md"; // Force theme. MD theme provides better look and feel to TakePOS
    +
    +require '../main.inc.php';	// Load $user and permissions
    +require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
    +require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
    +require_once DOL_DOCUMENT_ROOT . '/compta/facture/class/facture.class.php';
    +
    +$place = GETPOST('place','int');
    +if ($place=="") $place="0";
    +$action = GETPOST('action','alpha');
    +
    +$langs->loadLangs(array("bills","orders","commercial","cashdesk"));
    +
    +
    +/*
    + * View
    + */
    +
    +// Title
    +$title='TakePOS - Dolibarr '.DOL_VERSION;
    +if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $title='TakePOS - '.$conf->global->MAIN_APPLICATION_TITLE;
    +top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss);
    +
    +?>
    +<link rel="stylesheet" href="css/pos.css?a=xxx">
    +<script type="text/javascript" src="js/takepos.js" ></script>
    +<link rel="stylesheet" href="css/colorbox.css" type="text/css" media="screen" />
    +<script type="text/javascript" src="js/jquery.colorbox-min.js"></script>
    +<script language="javascript">
    +<?php
    +$categorie = new Categorie($db);
    +$categories = $categorie->get_full_arbo('product');
    +?>
    +var categories = JSON.parse( '<?php echo json_encode($categories);?>' );
    +var currentcat;
    +var pageproducts=0;
    +var pagecategories=0;
    +var place="<?php echo $place;?>";
    +var editaction="qty";
    +var editnumber="";
    +function PrintCategories(first){
    +	for (i = 0; i < 14; i++) {
    +		if (typeof (categories[parseInt(i)+parseInt(first)]) == "undefined") break;
    +		$("#catdesc"+i).text(categories[parseInt(i)+parseInt(first)]['label']);
    +        $("#catimg"+i).attr("src","genimg/?query=cat&w=55&h=50&id="+categories[parseInt(i)+parseInt(first)]['rowid']);
    +        $("#catdiv"+i).data("rowid",categories[parseInt(i)+parseInt(first)]['rowid']);
    +	}
    +}
    +
    +function MoreCategories(moreorless){
    +	if (moreorless=="more"){
    +		$('#catimg15').animate({opacity: '0.5'}, 100);
    +		$('#catimg15').animate({opacity: '1'}, 100);
    +		pagecategories=pagecategories+1;
    +	}
    +	if (moreorless=="less"){
    +		$('#catimg14').animate({opacity: '0.5'}, 100);
    +		$('#catimg14').animate({opacity: '1'}, 100);
    +		if (pagecategories==0) return; //Return if no less pages
    +		pagecategories=pagecategories-1;
    +	}
    +	if (typeof (categories[14*pagecategories] && moreorless=="more") == "undefined"){ // Return if no more pages
    +		pagecategories=pagecategories-1;
    +		return;
    +	}
    +	for (i = 0; i < 14; i++) {
    +		if (typeof (categories[i+(14*pagecategories)]) == "undefined"){
    +				$("#catdesc"+i).text("");
    +				$("#catimg"+i).attr("src","");
    +				continue;
    +			}
    +		$("#catdesc"+i).text(categories[i+(14*pagecategories)]['label']);
    +        $("#catimg"+i).attr("src","genimg/?query=cat&w=55&h=50&id="+categories[i+(14*pagecategories)]['rowid']);
    +        $("#catdiv"+i).data("rowid",categories[i+(14*pagecategories)]['rowid']);
    +	}
    +}
    +
    +function LoadProducts(position){
    +    $('#catimg'+position).animate({opacity: '0.5'}, 100);
    +	$('#catimg'+position).animate({opacity: '1'}, 100);
    +	currentcat=$('#catdiv'+position).data('rowid');
    +    if (currentcat=="") return;
    +	pageproducts=0;
    +	$.getJSON('./ajax.php?action=getProducts&category='+currentcat, function(data) {
    +		for (i = 0; i < 30; i++) {
    +			if (typeof (data[i]) == "undefined"){
    +				$("#prodesc"+i).text("");
    +				$("#proimg"+i).attr("src","");
    +                $("#prodiv"+i).data("rowid","");
    +				continue;
    +			}
    +			$("#prodesc"+i).text(data[parseInt(i)]['label']);
    +			$("#proimg"+i).attr("src","genimg/?query=pro&w=55&h=50&id="+data[i]['id']);
    +			$("#prodiv"+i).data("rowid",data[i]['id']);
    +		}
    +	});
    +}
    +
    +function MoreProducts(moreorless){
    +	if (moreorless=="more"){
    +		$('#proimg31').animate({opacity: '0.5'}, 100);
    +		$('#proimg31').animate({opacity: '1'}, 100);
    +		pageproducts=pageproducts+1;
    +	}
    +	if (moreorless=="less"){
    +		$('#proimg30').animate({opacity: '0.5'}, 100);
    +		$('#proimg30').animate({opacity: '1'}, 100);
    +		if (pageproducts==0) return; //Return if no less pages
    +		pageproducts=pageproducts-1;
    +	}
    +	$.getJSON('./ajax.php?action=getProducts&category='+currentcat, function(data) {
    +		if (typeof (data[(30*pageproducts)]) == "undefined" && moreorless=="more"){ // Return if no more pages
    +			pageproducts=pageproducts-1;
    +			return;
    +		}
    +		for (i = 0; i < 30; i++) {
    +			if (typeof (data[i+(30*pageproducts)]) == "undefined"){
    +				$("#prodesc"+i).text("");
    +				$("#proimg"+i).attr("src","");
    +                $("#prodiv"+i).data("rowid","");
    +				continue;
    +			}
    +			$("#prodesc"+i).text(data[parseInt(i+(30*pageproducts))]['label']);
    +			$("#proimg"+i).attr("src","genimg/?query=pro&w=55&h=50&id="+data[i+(30*pageproducts)]['id']);
    +			$("#prodiv"+i).data("rowid",data[i+(30*pageproducts)]['id']);
    +		}
    +	});
    +}
    +
    +function ClickProduct(position){
    +    $('#proimg'+position).animate({opacity: '0.5'}, 100);
    +	$('#proimg'+position).animate({opacity: '1'}, 100);
    +	idproduct=$('#prodiv'+position).data('rowid');
    +    if (idproduct=="") return;
    +	$("#poslines").load("invoice.php?action=addline&place="+place+"&idproduct="+idproduct, function() {
    +		$('#poslines').scrollTop($('#poslines')[0].scrollHeight);
    +	});
    +
    +}
    +
    +function deleteline(){
    +	$("#poslines").load("invoice.php?action=deleteline&place="+place+"&idline="+selectedline, function() {
    +		$('#poslines').scrollTop($('#poslines')[0].scrollHeight);
    +	});
    +}
    +
    +function Customer(){
    +	$.colorbox({href:"customers.php?nomassaction=1&place="+place, width:"90%", height:"80%", transition:"none", iframe:"true", title:"<?php echo $langs->trans("Customer");?>"});
    +}
    +
    +function CloseBill(){
    +	$.colorbox({href:"pay.php?place="+place, width:"80%", height:"90%", transition:"none", iframe:"true", title:"<?php echo $langs->trans("CloseBill");?>"});
    +}
    +
    +function Floors(){
    +	$.colorbox({href:"floors.php?place="+place, width:"90%", height:"90%", transition:"none", iframe:"true", title:"<?php echo $langs->trans("Floors");?>"});
    +}
    +
    +function FreeZone(){
    +	$.colorbox({href:"freezone.php?place="+place, onClosed: function () { Refresh(); },width:"80%", height:"30%", transition:"none", iframe:"true", title:"<?php echo $langs->trans("FreeZone");?>"});
    +}
    +
    +function Refresh(){
    +	$("#poslines").load("invoice.php?place="+place, function() {
    +		$('#poslines').scrollTop($('#poslines')[0].scrollHeight);
    +	});
    +}
    +
    +function Search(){
    +	$("#poslines").load("invoice.php?action=search&place="+place, function() {
    +		$('#poslines').scrollTop($('#poslines')[0].scrollHeight);
    +	});
    +}
    +
    +function Search2(){
    +	pageproducts=0;
    +	$.getJSON('./ajax.php?action=search&term='+$('#search').val(), function(data) {
    +		for (i = 0; i < 30; i++) {
    +			if (typeof (data[i]) == "undefined"){
    +				$("#prodesc"+i).text("");
    +				$("#proimg"+i).attr("src","");
    +                $("#prodiv"+i).data("rowid","");
    +				continue;
    +			}
    +			$("#prodesc"+i).text(data[parseInt(i)]['label']);
    +			$("#proimg"+i).attr("src","genimg/?query=pro&w=55&h=50&id="+data[i]['rowid']);
    +			$("#prodiv"+i).data("rowid",data[i]['rowid']);
    +		}
    +	});
    +}
    +
    +function Edit(number){
    +    var text=selectedtext+"<br> ";
    +    if (number=='c'){
    +        editnumber="";
    +        Refresh();
    +        return;
    +    }
    +    else if (number=='qty'){
    +        if (editaction=='qty' && editnumber!=""){
    +            $("#poslines").load("invoice.php?action=updateqty&place="+place+"&idline="+selectedline+"&number="+editnumber, function() {
    +                editnumber="";
    +                $('#poslines').scrollTop($('#poslines')[0].scrollHeight);
    +                $("#qty").html("<?php echo $langs->trans("Qty"); ?>");
    +            });
    +            return;
    +        }
    +        else {
    +            editaction="qty";
    +        }
    +    }
    +    else if (number=='p'){
    +        if (editaction=='p' && editnumber!=""){
    +            $("#poslines").load("invoice.php?action=updateprice&place="+place+"&idline="+selectedline+"&number="+editnumber, function() {
    +                editnumber="";
    +                $('#poslines').scrollTop($('#poslines')[0].scrollHeight);
    +                $("#price").html("<?php echo $langs->trans("Price"); ?>");
    +            });
    +            return;
    +        }
    +        else {
    +            editaction="p";
    +        }
    +    }
    +    else if (number=='r'){
    +        if (editaction=='r' && editnumber!=""){
    +            $("#poslines").load("invoice.php?action=updatereduction&place="+place+"&idline="+selectedline+"&number="+editnumber, function() {
    +                editnumber="";
    +                $('#poslines').scrollTop($('#poslines')[0].scrollHeight);
    +                $("#reduction").html("<?php echo $langs->trans("ReductionShort"); ?>");
    +            });
    +            return;
    +        }
    +        else {
    +            editaction="r";
    +        }
    +    }
    +    else {
    +        editnumber=editnumber+number;
    +    }
    +    if (editaction=='qty'){
    +        text=text+"<?php echo $langs->trans("Modify")." -> ".$langs->trans("Qty").": "; ?>";
    +        $("#qty").html("OK");
    +        $("#price").html("<?php echo $langs->trans("Price"); ?>");
    +        $("#reduction").html("<?php echo $langs->trans("ReductionShort"); ?>");
    +    }
    +    if (editaction=='p'){
    +        text=text+"<?php echo $langs->trans("Modify")." -> ".$langs->trans("Price").": "; ?>";
    +        $("#qty").html("<?php echo $langs->trans("Qty"); ?>");
    +        $("#price").html("OK");
    +        $("#reduction").html("<?php echo $langs->trans("ReductionShort"); ?>");
    +    }
    +    if (editaction=='r'){
    +        text=text+"<?php echo $langs->trans("Modify")." -> ".$langs->trans("ReductionShort").": "; ?>";
    +        $("#qty").html("<?php echo $langs->trans("Qty"); ?>");
    +        $("#price").html("<?php echo $langs->trans("Price"); ?>");
    +        $("#reduction").html("OK");
    +    }
    +    $('#'+selectedline).find("td:first").html(text+editnumber);
    +}
    +
    +function TakeposPrintingOrder(){
    +	$("#poslines").load("invoice.php?action=order&place="+place, function() {
    +		$('#poslines').scrollTop($('#poslines')[0].scrollHeight);
    +	});
    +}
    +
    +$( document ).ready(function() {
    +    PrintCategories(0);
    +	LoadProducts(0);
    +	Refresh();
    +});
    +</script>
    +
    +<body style="overflow: hidden; background-color:#E8E8E8;">
    +
    +<div id="poslines" style="position:absolute; top:2%; left:0.5%; height:36%; width:31%; overflow: auto;">
    +</div>
    +
    +<div style="position:absolute; top:1%; left:32.5%; height:37%; width:32.5%;">
    +    <button type="button" class="calcbutton" onclick="Edit(7);">7</button>
    +    <button type="button" class="calcbutton" onclick="Edit(8);">8</button>
    +    <button type="button" class="calcbutton" onclick="Edit(9);">9</button>
    +    <button type="button" id="qty" class="calcbutton2" onclick="Edit('qty');"><?php echo $langs->trans("Qty"); ?></button>
    +    <button type="button" class="calcbutton" onclick="Edit(4);">4</button>
    +    <button type="button" class="calcbutton" onclick="Edit(5);">5</button>
    +    <button type="button" class="calcbutton" onclick="Edit(6);">6</button>
    +    <button type="button" id="price" class="calcbutton2" onclick="Edit('p');"><?php echo $langs->trans("Price"); ?></button>
    +    <button type="button" class="calcbutton" onclick="Edit(1);">1</button>
    +    <button type="button" class="calcbutton" onclick="Edit(2);">2</button>
    +    <button type="button" class="calcbutton" onclick="Edit(3);">3</button>
    +    <button type="button" id="reduction" class="calcbutton2" onclick="Edit('r');"><?php echo $langs->trans("ReductionShort"); ?></button>
    +    <button type="button" class="calcbutton" onclick="Edit(0);">0</button>
    +    <button type="button" class="calcbutton" onclick="Edit('.');">.</button>
    +    <button type="button" class="calcbutton" onclick="Edit('c');">C</button>
    +    <button type="button" class="calcbutton2" id="delete" style="color: red;" onclick="deleteline();"><b>X</b></button>
    +</div>
    +
    +<?php
    +// User menu and external TakePOS modules
    +$menus = array();
    +$r=0;
    +$menus[$r++]=array('title'=>$langs->trans("SearchProduct"),
    +					'action'=>'Search();');
    +$menus[$r++]=array('title'=>$langs->trans("FreeZone"),
    +                   'action'=>'FreeZone();');
    +$menus[$r++]=array('title'=>$langs->trans("Customer"),
    +					'action'=>'Customer();');
    +$menus[$r++]=array('title'=>$langs->trans("BackOffice"),
    +                   'action'=>'window.open(\''.DOL_URL_ROOT.'\', \'backoffice\');');
    +$menus[$r++]=array('title'=>$langs->trans("ValidateBill"),
    +					'action'=>'CloseBill();');
    +$menus[$r++]=array('title'=>$langs->trans("Logout"),
    +                   'action'=>'window.location.href=\''.DOL_URL_ROOT.'/user/logout.php\';');
    +if($conf->global->TAKEPOS_BAR_RESTAURANT){
    +	$menus[$r++]=array('title'=>$langs->trans("Floors"),
    +					'action'=>'Floors();');
    +	if ($conf->global->TAKEPOS_ORDER_PRINTERS){
    +		$menus[$r++]=array('title'=>$langs->trans("Order"),
    +						'action'=>'TakeposPrintingOrder();');
    +	}
    +}
    +?>
    +<div style="position:absolute; top:1%; left:65.5%; height:37%; width:32.5%;">
    +<?php
    +foreach($menus as $menu) {
    +    echo '<button type="button" class="actionbutton" onclick="'.$menu['action'].'">'.$menu['title'].'</button>';
    +}
    +?>
    +</div>
    +
    +<div style="position:absolute; top:39%; left:0.3%; height:59%; width:32%;">
    +	<?php
    +	$count=0;
    +	while ($count<16)
    +	{
    +	?>
    +	<div class='wrapper' <?php if ($count==14) echo 'onclick="MoreCategories(\'less\');"'; else if ($count==15) echo 'onclick="MoreCategories(\'more\');"'; else echo 'onclick="LoadProducts('.$count.');"';?> id='catdiv<?php echo $count;?>'>
    +		<img class='imgwrapper' <?php if ($count==14) echo 'src="img/arrow-prev-top.png"'; if ($count==15) echo 'src="img/arrow-next-top.png"';?> width="98%" id='catimg<?php echo $count;?>'/>
    +		<div class='description'>
    +			<div class='description_content' id='catdesc<?php echo $count;?>'></div>
    +		</div>
    +	</div>
    +	<?php
    +    $count++;
    +	}
    +	?>
    +</div>
    +
    +<div style="position:absolute; top:39%; left:32%; height:58%; width:72%;">
    +<?php
    +$count=0;
    +while ($count<32)
    +	{
    +	?>
    +	<div class='wrapper2' id='prodiv<?php echo $count;?>' <?php if ($count==30) {?> onclick="MoreProducts('less');" <?php } if ($count==31) {?> onclick="MoreProducts('more');" <?php } else echo 'onclick="ClickProduct('.$count.');"';?>>
    +		<img class='imgwrapper' <?php if ($count==30) echo 'src="img/arrow-prev-top.png"'; if ($count==31) echo 'src="img/arrow-next-top.png"';?> width="95%" id='proimg<?php echo $count;?>'/>
    +		<div class='description'>
    +			<div class='description_content' id='prodesc<?php echo $count;?>'></div>
    +		</div>
    +	</div>
    +	<?php
    +	$count++;
    +	}
    +?>
    +</div>
    +
    +</body>
    +<?php
    +
    +llxFooter();
    +
    +$db->close();
    +
    +
    +
    diff --git a/htdocs/theme/common/octicons/build/data.json b/htdocs/theme/common/octicons/build/data.json
    index 41fa0740b8a..c70ceda6631 100644
    --- a/htdocs/theme/common/octicons/build/data.json
    +++ b/htdocs/theme/common/octicons/build/data.json
    @@ -1 +1 @@
    -{"alert":{"name":"alert","figma":{"id":"0:5","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["warning","triangle","exclamation","point"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z\"/>"},"arrow-down":{"name":"arrow-down","figma":{"id":"0:8","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 7V3H3v4H0l5 6 5-6H7z\"/>"},"arrow-left":{"name":"arrow-left","figma":{"id":"0:10","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 3L0 8l6 5v-3h4V6H6V3z\"/>"},"arrow-right":{"name":"arrow-right","figma":{"id":"0:12","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 8L4 3v3H0v4h4v3l6-5z\"/>"},"arrow-up":{"name":"arrow-up","figma":{"id":"0:14","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 3L0 9h3v4h4V9h3L5 3z\"/>"},"arrow-small-down":{"name":"arrow-small-down","figma":{"id":"0:16","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 7V5H2v2H0l3 4 3-4H4z\"/>"},"arrow-small-left":{"name":"arrow-small-left","figma":{"id":"0:18","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 7V5L0 8l4 3V9h2V7H4z\"/>"},"arrow-small-right":{"name":"arrow-small-right","figma":{"id":"0:20","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 8L2 5v2H0v2h2v2l4-3z\"/>"},"arrow-small-up":{"name":"arrow-small-up","figma":{"id":"0:22","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 5L0 9h2v2h2V9h2L3 5z\"/>"},"beaker":{"name":"beaker","figma":{"id":"0:26","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["experiment","labs","experimental","feature","test","science","education","study","development","testing"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14.84 14.59L11.46 7V3h1V2h-9v1h1v4l-3.37 7.59A1 1 0 0 0 2 16h11.94c.72 0 1.2-.75.91-1.41h-.01zM4.21 10l1.25-3V3h5v4l1.25 3h-7.5zm4.25-2h1v1h-1V8zm-1-1h-1V6h1v1zm0-3h1v1h-1V4zm0-3h-1V0h1v1z\"/>"},"bell":{"name":"bell","figma":{"id":"0:34","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["notification"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 12v1H0v-1l.73-.58c.77-.77.81-2.55 1.19-4.42C2.69 3.23 6 2 6 2c0-.55.45-1 1-1s1 .45 1 1c0 0 3.39 1.23 4.16 5 .38 1.88.42 3.66 1.19 4.42l.66.58H14zm-7 4c1.11 0 2-.89 2-2H5c0 1.11.89 2 2 2z\"/>"},"bold":{"name":"bold","figma":{"id":"0:38","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["markdown","bold","text"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1 2h3.83c2.48 0 4.3.75 4.3 2.95 0 1.14-.63 2.23-1.67 2.61v.06c1.33.3 2.3 1.23 2.3 2.86 0 2.39-1.97 3.52-4.61 3.52H1V2zm3.66 4.95c1.67 0 2.38-.66 2.38-1.69 0-1.17-.78-1.61-2.34-1.61H3.13v3.3h1.53zm.27 5.39c1.77 0 2.75-.64 2.75-1.98 0-1.27-.95-1.81-2.75-1.81h-1.8v3.8h1.8v-.01z\"/>"},"book":{"name":"book","figma":{"id":"0:43","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","wiki","readme"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 5h4v1H3V5zm0 3h4V7H3v1zm0 2h4V9H3v1zm11-5h-4v1h4V5zm0 2h-4v1h4V7zm0 2h-4v1h4V9zm2-6v9c0 .55-.45 1-1 1H9.5l-1 1-1-1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5.5l1 1 1-1H15c.55 0 1 .45 1 1zm-8 .5L7.5 3H2v9h6V3.5zm7-.5H9.5l-.5.5V12h6V3z\"/>"},"bookmark":{"name":"bookmark","figma":{"id":"0:54","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["tab","star"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 0H1C.27 0 0 .27 0 1v15l5-3.09L10 16V1c0-.73-.27-1-1-1zm-.78 4.25L6.36 5.61l.72 2.16c.06.22-.02.28-.2.17L5 6.6 3.12 7.94c-.19.11-.25.05-.2-.17l.72-2.16-1.86-1.36c-.17-.16-.14-.23.09-.23l2.3-.03.7-2.16h.25l.7 2.16 2.3.03c.23 0 .27.08.09.23h.01z\"/>"},"briefcase":{"name":"briefcase","figma":{"id":"0:58","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["suitcase","business"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 4V3c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H9zM6 3h2v1H6V3zm7 6H8v1H6V9H1V5h1v3h10V5h1v4z\"/>"},"broadcast":{"name":"broadcast","figma":{"id":"0:63","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["rss","radio","signal"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 9H8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1H6c-.55 0-1 .45-1 1v2h1v3c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-3h1v-2c0-.55-.45-1-1-1zM7 7h1v1H7V7zm2 4H8v4H7v-4H6v-1h3v1zm2.09-3.5c0-1.98-1.61-3.59-3.59-3.59A3.593 3.593 0 0 0 4 8.31v1.98c-.61-.77-1-1.73-1-2.8 0-2.48 2.02-4.5 4.5-4.5S12 5.01 12 7.49c0 1.06-.39 2.03-1 2.8V8.31c.06-.27.09-.53.09-.81zm3.91 0c0 2.88-1.63 5.38-4 6.63v-1.05a6.553 6.553 0 0 0 3.09-5.58A6.59 6.59 0 0 0 7.5.91 6.59 6.59 0 0 0 .91 7.5c0 2.36 1.23 4.42 3.09 5.58v1.05A7.497 7.497 0 0 1 7.5 0C11.64 0 15 3.36 15 7.5z\"/>"},"browser":{"name":"browser","figma":{"id":"0:70","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["window","web"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 3h1v1H5V3zM3 3h1v1H3V3zM1 3h1v1H1V3zm12 10H1V5h12v8zm0-9H7V3h6v1zm1-1c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3z\"/>"},"bug":{"name":"bug","figma":{"id":"0:78","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["insect","issue"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.17 10h3V9h-3V8l3.17-1.03-.34-.94-2.83.97V6c0-.55-.45-1-1-1V4c0-.48-.36-.88-.83-.97L10.37 2h1.8V1h-2.2l-2 2h-.59L5.37 1h-2.2v1h1.8L6 3.03c-.47.09-.83.48-.83.97v1c-.55 0-1 .45-1 1v1l-2.83-.97-.34.94L4.17 8v1h-3v1h3v1L1 12.03l.34.94L4.17 12v1c0 .55.45 1 1 1h1l1-1V6h1v7l1 1h1c.55 0 1-.45 1-1v-1l2.83.97.34-.94L11.17 11v-1zm-2-5h-3V4h3v1z\"/>"},"calendar":{"name":"calendar","figma":{"id":"0:82","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","day","month","year","date","appointment"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 2h-1v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H6v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 12H2V5h11v9zM5 3H4V1h1v2zm6 0h-1V1h1v2zM6 7H5V6h1v1zm2 0H7V6h1v1zm2 0H9V6h1v1zm2 0h-1V6h1v1zM4 9H3V8h1v1zm2 0H5V8h1v1zm2 0H7V8h1v1zm2 0H9V8h1v1zm2 0h-1V8h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1zm2 0h-1v-1h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1z\"/>"},"check":{"name":"check","figma":{"id":"0:104","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mark","yes","confirm","accept","ok","success"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 5.5l-8 8-4-4L1.5 8 4 10.5 10.5 4 12 5.5z\"/>"},"checklist":{"name":"checklist","figma":{"id":"0:108","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["todo","tasks"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 8.5l-6 6-3-3L8.5 10l1.5 1.5L14.5 7 16 8.5zM5.7 12.2l.8.8H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v6.5l-.8-.8c-.39-.39-1.03-.39-1.42 0L5.7 10.8a.996.996 0 0 0 0 1.41v-.01zM4 4h5V3H4v1zm0 2h5V5H4v1zm0 2h3V7H4v1zM3 9H2v1h1V9zm0-2H2v1h1V7zm0-2H2v1h1V5zm0-2H2v1h1V3z\"/>"},"chevron-down":{"name":"chevron-down","figma":{"id":"0:117","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 11.5l-5-5L1.5 5 5 8.75 8.5 5 10 6.5l-5 5z\"/>"},"chevron-left":{"name":"chevron-left","figma":{"id":"0:119","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 3l1.5 1.5L3.75 8l3.75 3.5L6 13 1 8l5-5z\"/>"},"chevron-right":{"name":"chevron-right","figma":{"id":"0:121","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3l5 5z\"/>"},"chevron-up":{"name":"chevron-up","figma":{"id":"0:123","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 10l-1.5 1.5L5 7.75 1.5 11.5 0 10l5-5 5 5z\"/>"},"circle-slash":{"name":"circle-slash","figma":{"id":"0:127","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["no","deny","fail","failure","error","bad"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 1.3c1.3 0 2.5.44 3.47 1.17l-8 8A5.755 5.755 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zm0 11.41c-1.3 0-2.5-.44-3.47-1.17l8-8c.73.97 1.17 2.17 1.17 3.47 0 3.14-2.56 5.7-5.7 5.7z\"/>"},"circuit-board":{"name":"circuit-board","figma":{"id":"0:132","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["developer","hardware","electricity"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm8 0c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 6c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm2-10H5v2.17c.36.19.64.47.83.83h2.34c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H5.83c-.42.8-1.33 1.28-2.34 1.03-.73-.17-1.34-.78-1.52-1.52C1.72 4.49 2.2 3.59 3 3.17V1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1l5-5h2.17c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H6.99L4 15h9c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z\"/>"},"clippy":{"name":"clippy","figma":{"id":"0:138","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["copy","paste","save","capture","clipboard"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 13h4v1H2v-1zm5-6H2v1h5V7zm2 3V8l-3 3 3 3v-2h5v-2H9zM4.5 9H2v1h2.5V9zM2 12h2.5v-1H2v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V6H1v9h10v-2zM2 5h8c0-.55-.45-1-1-1H8c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H3c-.55 0-1 .45-1 1z\"/>"},"clock":{"name":"clock","figma":{"id":"0:147","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","hour","minute","second","watch"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 8h3v2H7c-.55 0-1-.45-1-1V4h2v4zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z\"/>"},"cloud-download":{"name":"cloud-download","figma":{"id":"0:152","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","install","get"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 12h2l-3 3-3-3h2V7h2v5zm3-8c0-.44-.91-3-4.5-3C5.08 1 3 2.92 3 5 1.02 5 0 6.52 0 8c0 1.53 1 3 3 3h3V9.7H3C1.38 9.7 1.3 8.28 1.3 8c0-.17.05-1.7 1.7-1.7h1.3V5c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V11h2c2.08 0 4-1.16 4-3.5C16 5.06 14.08 4 12 4z\"/>"},"cloud-upload":{"name":"cloud-upload","figma":{"id":"0:156","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["put","export"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 9H5l3-3 3 3H9v5H7V9zm5-4c0-.44-.91-3-4.5-3C5.08 2 3 3.92 3 6 1.02 6 0 7.52 0 9c0 1.53 1 3 3 3h3v-1.3H3c-1.62 0-1.7-1.42-1.7-1.7 0-.17.05-1.7 1.7-1.7h1.3V6c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V12h2c2.08 0 4-1.16 4-3.5C16 6.06 14.08 5 12 5z\"/>"},"code":{"name":"code","figma":{"id":"0:160","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brackets"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z\"/>"},"comment-discussion":{"name":"comment-discussion","figma":{"id":"0:164","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["converse","talk"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 1H6c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1v3l3-3h4c.55 0 1-.45 1-1V9h1l3 3V9h1c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM9 11H4.5L3 12.5V11H1V5h4v3c0 .55.45 1 1 1h3v2zm6-3h-2v1.5L11.5 8H6V2h9v6z\"/>"},"comment":{"name":"comment","figma":{"id":"0:169","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["speak","bubble"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 1H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2v3.5L7.5 11H14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 9H7l-2 2v-2H2V2h12v8z\"/>"},"credit-card":{"name":"credit-card","figma":{"id":"0:173","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["money","billing","payments","transactions"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 9H2V8h10v1zm4-6v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-1 3H1v6h14V6zm0-3H1v1h14V3zm-9 7H2v1h4v-1z\"/>"},"dash":{"name":"dash","figma":{"id":"0:178","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hyphen","range"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 7v2h8V7H0z\"/>"},"dashboard":{"name":"dashboard","figma":{"id":"0:182","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["speed","dial"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 5H8V4h1v1zm4 3h-1v1h1V8zM6 5H5v1h1V5zM5 8H4v1h1V8zm11-5.5l-.5-.5L9 7c-.06-.02-1 0-1 0-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-.92l6-5.58zm-1.59 4.09c.19.61.3 1.25.3 1.91 0 3.42-2.78 6.2-6.2 6.2-3.42 0-6.21-2.78-6.21-6.2 0-3.42 2.78-6.2 6.2-6.2 1.2 0 2.31.34 3.27.94l.94-.94A7.459 7.459 0 0 0 8.51 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5 0-1.03-.2-2.02-.59-2.91l-1 1z\"/>"},"database":{"name":"database","figma":{"id":"0:190","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["disks","data"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 15c-3.31 0-6-.9-6-2v-2c0-.17.09-.34.21-.5.67.86 3 1.5 5.79 1.5s5.12-.64 5.79-1.5c.13.16.21.33.21.5v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V7c0-.11.04-.21.09-.31.03-.06.07-.13.12-.19C.88 7.36 3.21 8 6 8s5.12-.64 5.79-1.5c.05.06.09.13.12.19.05.1.09.21.09.31v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V4 3c0-1.1 2.69-2 6-2s6 .9 6 2v2c0 1.1-2.69 2-6 2zm0-5c-2.21 0-4 .45-4 1s1.79 1 4 1 4-.45 4-1-1.79-1-4-1z\"/>"},"desktop-download":{"name":"desktop-download","figma":{"id":"0:196","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["clone","download"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 6h3V0h2v6h3l-4 4-4-4zm11-4h-4v1h4v8H1V3h4V2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z\"/>"},"device-camera-video":{"name":"device-camera-video","figma":{"id":"0:198","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["watch","view","media","stream"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.2 2.091L10 5.721v-2.72c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-2.72l5.2 3.63c.33.23.8 0 .8-.41v-10c0-.41-.47-.64-.8-.41z\"/>"},"device-camera":{"name":"device-camera","figma":{"id":"0:202","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["photo","picture","image","snapshot"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 3H7c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM6 5H2V4h4v1zm4.5 7C8.56 12 7 10.44 7 8.5S8.56 5 10.5 5 14 6.56 14 8.5 12.44 12 10.5 12zM13 8.5c0 1.38-1.13 2.5-2.5 2.5S8 9.87 8 8.5 9.13 6 10.5 6 13 7.13 13 8.5z\"/>"},"device-desktop":{"name":"device-desktop","figma":{"id":"0:208","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["computer","monitor"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 9H1V3h14v8z\"/>"},"device-mobile":{"name":"device-mobile","figma":{"id":"0:212","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["phone","iphone","cellphone"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 15.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zM9 12H1V2h8v10z\"/>"},"diff-added":{"name":"diff-added","figma":{"id":"0:217","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["new","addition","plus"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z\"/>"},"diff-ignored":{"name":"diff-ignored","figma":{"id":"0:222","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["slash"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-8.5-2H3v-1.5L9.5 4H11v1.5L4.5 12z\"/>"},"diff-modified":{"name":"diff-modified","figma":{"id":"0:227","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["dot","changed","updated"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z\"/>"},"diff-removed":{"name":"diff-removed","figma":{"id":"0:232","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["deleted","subtracted","dash"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-2-5H3V7h8v2z\"/>"},"diff-renamed":{"name":"diff-renamed","figma":{"id":"0:237","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["moved","arrow"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 9H3V7h3V4l5 4-5 4V9zm8-7v12c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v12h12V2z\"/>"},"diff":{"name":"diff","figma":{"id":"0:242","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["difference","changes","compare"],"width":13,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 7h2v1H6v2H5V8H3V7h2V5h1v2zm-3 6h5v-1H3v1zM7.5 2L11 5.5V15c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h6.5zM10 6L7 3H1v12h9V6zM8.5 0H3v1h5l4 4v8h1V4.5L8.5 0z\"/>"},"ellipsis":{"name":"ellipsis","figma":{"id":"0:249","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["dot","read","more","hidden","expand"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 5H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM4 9H2V7h2v2zm3 0H5V7h2v2zm3 0H8V7h2v2z\"/>"},"eye":{"name":"eye","figma":{"id":"0:255","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["look","watch","see"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z\"/>"},"file-binary":{"name":"file-binary","figma":{"id":"0:260","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["image","video","word","powerpoint","excel"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 12h1v1H2v-1h1v-2H2V9h2v3zm8-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5zM8 4H6v1h1v2H6v1h3V7H8V4zM2 4h3v4H2V4zm1 3h1V5H3v2zm3 2h3v4H6V9zm1 3h1v-2H7v2z\"/>"},"file-code":{"name":"file-code","figma":{"id":"0:270","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["text","javascript","html","css","php","ruby","coffeescript","sass","scss"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z\"/>"},"file-directory":{"name":"file-directory","figma":{"id":"0:276","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z\"/>"},"file-media":{"name":"file-media","figma":{"id":"0:280","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["image","video","audio"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 5h2v2H6V5zm6-.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v11l3-5 2 4 2-2 3 3V5z\"/>"},"file-pdf":{"name":"file-pdf","figma":{"id":"0:285","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["adobe"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4.5L8.5 1zM1 2h4a.68.68 0 0 0-.31.2 1.08 1.08 0 0 0-.23.47 4.22 4.22 0 0 0-.09 1.47c.06.609.173 1.211.34 1.8A21.78 21.78 0 0 1 3.6 8.6c-.5 1-.8 1.66-.91 1.84a7.161 7.161 0 0 0-.69.3 4.19 4.19 0 0 0-1 .64V2zm4.42 4.8a5.65 5.65 0 0 0 1.17 2.09c.275.237.595.417.94.53-.64.09-1.23.2-1.81.33a12.22 12.22 0 0 0-1.81.59c-.587.243.22-.44.61-1.25.365-.74.67-1.51.91-2.3l-.01.01zM11 14H1.5a.743.743 0 0 1-.17 0 2.12 2.12 0 0 0 .73-.44 10.14 10.14 0 0 0 1.78-2.38c.31-.13.58-.23.81-.31l.42-.14c.45-.13.94-.23 1.44-.33s1-.16 1.48-.2c.447.216.912.394 1.39.53.403.11.814.188 1.23.23h.38V14H11zm0-4.86a3.74 3.74 0 0 0-.64-.28 4.22 4.22 0 0 0-.75-.11c-.411.003-.822.03-1.23.08a3 3 0 0 1-1-.64 6.07 6.07 0 0 1-1.29-2.33c.111-.662.178-1.33.2-2 .02-.25.02-.5 0-.75a1.05 1.05 0 0 0-.2-.88.82.82 0 0 0-.61-.23H8l3 3v4.14z\"/>"},"file-submodule":{"name":"file-submodule","figma":{"id":"0:292","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 7H4v7h9c.55 0 1-.45 1-1V8h-4V7zM9 9H5V8h4v1zm4-5H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h2V7c0-.55.45-1 1-1h6c.55 0 1 .45 1 1h3V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z\"/>"},"file-symlink-directory":{"name":"file-symlink-directory","figma":{"id":"0:298","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder","subfolder","link","alias"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM1 3h5v1H1V3zm6 9v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73C4.86 8.43 5.82 8 7.01 8V6l4 3-4 3H7z\"/>"},"file-symlink-file":{"name":"file-symlink-file","figma":{"id":"0:303","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["link","alias"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM6 4.5l4 3-4 3v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73.73-.84 1.69-1.27 2.88-1.27v-2H6z\"/>"},"file":{"name":"file","figma":{"id":"0:308","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["file","text","words"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 5H2V4h4v1zM2 8h7V7H2v1zm0 2h7V9H2v1zm0 2h7v-1H2v1zm10-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5z\"/>"},"file-zip":{"name":"file-zip","figma":{"id":"0:316","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["compress","archive"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4.5L8.5 1zM11 14H1V2h3v1h1V2h3l3 3v9zM5 4V3h1v1H5zM4 4h1v1H4V4zm1 2V5h1v1H5zM4 6h1v1H4V6zm1 2V7h1v1H5zM4 9.28A2 2 0 0 0 3 11v1h4v-1a2 2 0 0 0-2-2V8H4v1.28zM6 10v1H4v-1h2z\"/>"},"flame":{"name":"flame","figma":{"id":"0:325","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fire","hot","burn","trending"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5.05.01c.81 2.17.41 3.38-.52 4.31C3.55 5.37 1.98 6.15.9 7.68c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.01 8.68 2.15 5.05.02L5.03 0l.02.01z\"/>"},"fold":{"name":"fold","figma":{"id":"0:329","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["unfold","hide","collapse"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 9l3 3H8v3H6v-3H4l3-3zm3-6H8V0H6v3H4l3 3 3-3zm4 2c0-.55-.45-1-1-1h-2.5l-1 1h3l-2 2h-7l-2-2h3l-1-1H1c-.55 0-1 .45-1 1l2.5 2.5L0 10c0 .55.45 1 1 1h2.5l1-1h-3l2-2h7l2 2h-3l1 1H13c.55 0 1-.45 1-1l-2.5-2.5L14 5z\"/>"},"gear":{"name":"gear","figma":{"id":"0:334","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["settings"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 8.76v-1.6l-1.94-.64-.45-1.09.88-1.84-1.13-1.13-1.81.91-1.09-.45L7.77 1h-1.6l-.63 1.94-1.11.45-1.84-.88-1.13 1.13.91 1.81-.45 1.09L0 7.22v1.59l1.94.64.45 1.09-.88 1.84 1.13 1.13 1.81-.91 1.09.45.69 1.92h1.59l.63-1.94 1.11-.45 1.84.88 1.13-1.13-.92-1.81.47-1.09L14 8.74v.02zm-7 2.23c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"/>"},"gift":{"name":"gift","figma":{"id":"0:338","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["package","present","skill","craft","freebie"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13.02 4h-1.38c.19-.33.33-.67.36-.91.06-.67-.11-1.22-.52-1.61-.36-.38-.81-.48-1.36-.48h-.11c-.53.02-1.11.25-1.53.58-.42.33-.73.72-.97 1.2-.23-.48-.55-.88-.97-1.2-.42-.32-1-.58-1.53-.58h-.03c-.56 0-1.06.09-1.44.48-.41.39-.58.94-.52 1.61.03.23.17.58.36.91H2c-.55 0-1 .45-1 1v3h1v5c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8h1V5c0-.55-.45-1-1-1h.02zm-4.78-.88c.17-.36.42-.67.75-.92.3-.23.72-.39 1.05-.41h.09c.45 0 .66.11.8.25s.33.39.3.95c-.05.19-.25.61-.5 1h-2.9l.41-.88v.01zM4.11 2.04c.13-.13.31-.25.91-.25.31 0 .72.17 1.03.41.33.25.58.55.75.92l.42.88h-2.9c-.25-.39-.45-.81-.5-1-.03-.56.16-.81.3-.95l-.01-.01zm2.91 10.95h-4V8h4v5-.01zm0-6h-5V5h5v2-.01zm5 6h-4V8h4v5-.01zm1-6h-5V5h5v2-.01z\"/>"},"gist-secret":{"name":"gist-secret","figma":{"id":"0:347","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["gist","secret","private"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.782 10.5l1 3.5h-4l1-3.5-.75-1.5h3.5l-.75 1.5zm2-4.5h-6l-2 1h10l-2-1zm-1-4l-2 1-2-1-1 3h6l-1-3zm4.03 7.75L9.782 9l1 2-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM3.782 9l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75h3.22l-2-3 1-2z\"/>"},"gist":{"name":"gist","figma":{"id":"0:354","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["gist","github"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.5 5L10 7.5 7.5 10l-.75-.75L8.5 7.5 6.75 5.75 7.5 5zm-3 0L2 7.5 4.5 10l.75-.75L3.5 7.5l1.75-1.75L4.5 5zM0 13V2c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1zm1 0h10V2H1v11z\"/>"},"git-branch":{"name":"git-branch","figma":{"id":"0:360","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fork","branch","git","duplicate"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/>"},"git-commit":{"name":"git-commit","figma":{"id":"0:366","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10.86 7c-.45-1.72-2-3-3.86-3-1.86 0-3.41 1.28-3.86 3H0v2h3.14c.45 1.72 2 3 3.86 3 1.86 0 3.41-1.28 3.86-3H14V7h-3.14zM7 10.2c-1.22 0-2.2-.98-2.2-2.2 0-1.22.98-2.2 2.2-2.2 1.22 0 2.2.98 2.2 2.2 0 1.22-.98 2.2-2.2 2.2z\"/>"},"git-compare":{"name":"git-compare","figma":{"id":"0:370","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["difference","changes"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 12H4c-.27-.02-.48-.11-.69-.31-.21-.2-.3-.42-.31-.69V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V11c.03.78.34 1.47.94 2.06.6.59 1.28.91 2.06.94h1v2l3-3-3-3v2zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm11 9.48V5c-.03-.78-.34-1.47-.94-2.06-.6-.59-1.28-.91-2.06-.94H9V0L6 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 12 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/>"},"git-merge":{"name":"git-merge","figma":{"id":"0:376","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["join"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 7.01c-.73 0-1.38.41-1.73 1.02v-.02C7.22 7.99 6 7.65 5.14 6.99c-.75-.58-1.5-1.61-1.89-2.44A1.993 1.993 0 0 0 2 1C.89 1 0 1.9 0 3.01a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2a1.993 1.993 0 0 0 1-3.72V7.68c.67.7 1.44 1.27 2.3 1.69.86.42 2.03.63 2.97.64v-.02c.36.61 1 1.02 1.73 1.02 1.11 0 2-.89 2-2 0-1.11-.89-2-2-2zm-6.8 6c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.21c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm8 6c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/>"},"git-pull-request":{"name":"git-pull-request","figma":{"id":"0:382","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["review"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/>"},"globe":{"name":"globe","figma":{"id":"0:389","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["world","earth","planet"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7c.48 0 .94-.05 1.38-.14-.17-.08-.2-.73-.02-1.09.19-.41.81-1.45.2-1.8-.61-.35-.44-.5-.81-.91-.37-.41-.22-.47-.25-.58-.08-.34.36-.89.39-.94.02-.06.02-.27 0-.33 0-.08-.27-.22-.34-.23-.06 0-.11.11-.2.13-.09.02-.5-.25-.59-.33-.09-.08-.14-.23-.27-.34-.13-.13-.14-.03-.33-.11s-.8-.31-1.28-.48c-.48-.19-.52-.47-.52-.66-.02-.2-.3-.47-.42-.67-.14-.2-.16-.47-.2-.41-.04.06.25.78.2.81-.05.02-.16-.2-.3-.38-.14-.19.14-.09-.3-.95s.14-1.3.17-1.75c.03-.45.38.17.19-.13-.19-.3 0-.89-.14-1.11-.13-.22-.88.25-.88.25.02-.22.69-.58 1.16-.92.47-.34.78-.06 1.16.05.39.13.41.09.28-.05-.13-.13.06-.17.36-.13.28.05.38.41.83.36.47-.03.05.09.11.22s-.06.11-.38.3c-.3.2.02.22.55.61s.38-.25.31-.55c-.07-.3.39-.06.39-.06.33.22.27.02.5.08.23.06.91.64.91.64-.83.44-.31.48-.17.59.14.11-.28.3-.28.3-.17-.17-.19.02-.3.08-.11.06-.02.22-.02.22-.56.09-.44.69-.42.83 0 .14-.38.36-.47.58-.09.2.25.64.06.66-.19.03-.34-.66-1.31-.41-.3.08-.94.41-.59 1.08.36.69.92-.19 1.11-.09.19.1-.06.53-.02.55.04.02.53.02.56.61.03.59.77.53.92.55.17 0 .7-.44.77-.45.06-.03.38-.28 1.03.09.66.36.98.31 1.2.47.22.16.08.47.28.58.2.11 1.06-.03 1.28.31.22.34-.88 2.09-1.22 2.28-.34.19-.48.64-.84.92s-.81.64-1.27.91c-.41.23-.47.66-.66.8 3.14-.7 5.48-3.5 5.48-6.84 0-3.86-3.14-7-7-7L7 1zm1.64 6.56c-.09.03-.28.22-.78-.08-.48-.3-.81-.23-.86-.28 0 0-.05-.11.17-.14.44-.05.98.41 1.11.41.13 0 .19-.13.41-.05.22.08.05.13-.05.14zM6.34 1.7c-.05-.03.03-.08.09-.14.03-.03.02-.11.05-.14.11-.11.61-.25.52.03-.11.27-.58.3-.66.25zm1.23.89c-.19-.02-.58-.05-.52-.14.3-.28-.09-.38-.34-.38-.25-.02-.34-.16-.22-.19.12-.03.61.02.7.08.08.06.52.25.55.38.02.13 0 .25-.17.25zm1.47-.05c-.14.09-.83-.41-.95-.52-.56-.48-.89-.31-1-.41-.11-.1-.08-.19.11-.34.19-.15.69.06 1 .09.3.03.66.27.66.55.02.25.33.5.19.63h-.01z\"/>"},"graph":{"name":"graph","figma":{"id":"0:396","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["trend","stats","statistics"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z\"/>"},"heart":{"name":"heart","figma":{"id":"0:400","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["love","beat"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.2 3c-.52-.63-1.25-.95-2.2-1-.97 0-1.69.42-2.2 1-.51.58-.78.92-.8 1-.02-.08-.28-.42-.8-1-.52-.58-1.17-1-2.2-1-.95.05-1.69.38-2.2 1-.52.61-.78 1.28-.8 2 0 .52.09 1.52.67 2.67C1.25 8.82 3.01 10.61 6 13c2.98-2.39 4.77-4.17 5.34-5.33C11.91 6.51 12 5.5 12 5c-.02-.72-.28-1.39-.8-2.02V3z\"/>"},"history":{"name":"history","figma":{"id":"0:404","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","past","revert","back"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 13H6V6h5v2H8v5zM7 1C4.81 1 2.87 2.02 1.59 3.59L0 2v4h4L2.5 4.5C3.55 3.17 5.17 2.3 7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-.34.03-.67.09-1H.08C.03 7.33 0 7.66 0 8c0 3.86 3.14 7 7 7s7-3.14 7-7-3.14-7-7-7z\"/>"},"home":{"name":"home","figma":{"id":"0:408","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["welcome","index","house","building"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 9l-3-3V2h-2v2L8 1 0 9h2l1 5c0 .55.45 1 1 1h8c.55 0 1-.45 1-1l1-5h2zm-4 5H9v-4H7v4H4L2.81 7.69 8 2.5l5.19 5.19L12 14z\"/>"},"horizontal-rule":{"name":"horizontal-rule","figma":{"id":"0:412","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hr"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1 7h2v2h1V3H3v3H1V3H0v6h1V7zm9 2V7H9v2h1zm0-3V4H9v2h1zM7 6V4h2V3H6v6h1V7h2V6H7zm-7 7h10v-2H0v2z\"/>"},"hubot":{"name":"hubot","figma":{"id":"0:419","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["robot","bot"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H3zm8 1.75L9.75 9h-1.5L7 7.75 5.75 9h-1.5L3 7.75V7h.75L5 8.25 6.25 7h1.5L9 8.25 10.25 7H11v.75zM5 11h4v1H5v-1zm2-9C3.14 2 0 4.91 0 8.5V13c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V8.5C14 4.91 10.86 2 7 2zm6 11H1V8.5c0-3.09 2.64-5.59 6-5.59s6 2.5 6 5.59V13z\"/>"},"inbox":{"name":"inbox","figma":{"id":"0:426","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mail","todo","new","messages"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 9l-1.13-7.14c-.08-.48-.5-.86-1-.86H2.13c-.5 0-.92.38-1 .86L0 9v5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V9zm-3.28.55l-.44.89c-.17.34-.52.56-.91.56H4.61c-.38 0-.72-.22-.89-.55l-.44-.91c-.17-.33-.52-.55-.89-.55H1l1-7h10l1 7h-1.38c-.39 0-.73.22-.91.55l.01.01z\"/>"},"info":{"name":"info","figma":{"id":"0:430","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["help"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.3 5.71a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 8.01c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V8v.01zM7 2.32C3.86 2.32 1.3 4.86 1.3 8c0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 1c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z\"/>"},"issue-closed":{"name":"issue-closed","figma":{"id":"0:436","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["done","complete"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 10h2v2H7v-2zm2-6H7v5h2V4zm1.5 1.5l-1 1L12 9l4-4.5-1-1L12 7l-1.5-1.5zM8 13.7A5.71 5.71 0 0 1 2.3 8c0-3.14 2.56-5.7 5.7-5.7 1.83 0 3.45.88 4.5 2.2l.92-.92A6.947 6.947 0 0 0 8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7l-1.52 1.52c-.66 2.41-2.86 4.19-5.48 4.19v-.01z\"/>"},"issue-opened":{"name":"issue-opened","figma":{"id":"0:442","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["new"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z\"/>"},"issue-reopened":{"name":"issue-reopened","figma":{"id":"0:448","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["regression"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 9H6V4h2v5zm-2 3h2v-2H6v2zm6.33-2H10l1.5 1.5c-1.05 1.33-2.67 2.2-4.5 2.2A5.71 5.71 0 0 1 1.3 8c0-.34.03-.67.09-1H.08C.03 7.33 0 7.66 0 8c0 3.86 3.14 7 7 7 2.19 0 4.13-1.02 5.41-2.59L14 14v-4h-1.67zM1.67 6H4L2.5 4.5C3.55 3.17 5.17 2.3 7 2.3c3.14 0 5.7 2.56 5.7 5.7 0 .34-.03.67-.09 1h1.31c.05-.33.08-.66.08-1 0-3.86-3.14-7-7-7-2.19 0-4.13 1.02-5.41 2.59L0 2v4h1.67z\"/>"},"italic":{"name":"italic","figma":{"id":"0:454","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["font","italic","style"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2.81 5h1.98L3 14H1l1.81-9zm.36-2.7c0-.7.58-1.3 1.33-1.3.56 0 1.13.38 1.13 1.03 0 .75-.59 1.3-1.33 1.3-.58 0-1.13-.38-1.13-1.03z\"/>"},"jersey":{"name":"jersey","figma":{"id":"0:458","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["team","game","basketball"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.5 6l-.5.5v5l.5.5h2l.5-.5v-5L6.5 6h-2zM6 11H5V7h1v4zm6.27-7.25C12.05 2.37 11.96 1.12 12 0H9.02c0 .27-.13.48-.39.69-.25.2-.63.3-1.13.3-.5 0-.88-.09-1.13-.3-.23-.2-.36-.42-.36-.69H3c.05 1.13-.03 2.38-.25 3.75C2.55 5.13 1.95 5.88 1 6v9c.02.27.11.48.31.69.2.21.42.3.69.31h11c.27-.02.48-.11.69-.31.21-.2.3-.42.31-.69V6c-.95-.13-1.53-.88-1.75-2.25h.02zM13 15H2V7c.89-.5 1.48-1.25 1.72-2.25S4.03 2.5 4 1h1c-.02.78.16 1.47.52 2.06.36.58 1.02.89 2 .94.98-.02 1.64-.33 2-.94.36-.59.5-1.28.48-2.06h1c.02 1.42.13 2.55.33 3.38.2.81.69 2 1.67 2.63v8V15zM8.5 6l-.5.5v5l.5.5h2l.5-.5v-5l-.5-.5h-2zm1.5 5H9V7h1v4z\"/>"},"keyboard":{"name":"keyboard","figma":{"id":"0:466","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["type","keys","write","shortcuts"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 5H9V4h1v1zM3 6H2v1h1V6zm5-2H7v1h1V4zM4 4H2v1h2V4zm8 7h2v-1h-2v1zM8 7h1V6H8v1zm-4 3H2v1h2v-1zm8-6h-1v1h1V4zm2 0h-1v1h1V4zm-2 5h2V6h-2v3zm4-6v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-1 0H1v9h14V3zM6 7h1V6H6v1zm0-3H5v1h1V4zM4 7h1V6H4v1zm1 4h6v-1H5v1zm5-4h1V6h-1v1zM3 8H2v1h1V8zm5 0v1h1V8H8zM6 8v1h1V8H6zM5 8H4v1h1V8zm5 1h1V8h-1v1z\"/>"},"law":{"name":"law","figma":{"id":"0:490","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["legal","bill"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z\"/>"},"link":{"name":"link","figma":{"id":"0:496","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["connect","hyperlink"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"/>"},"list-ordered":{"name":"list-ordered","figma":{"id":"0:500","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["numbers","tasks","todo","items"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12.01 13c0 .59 0 1-.59 1H4.6c-.59 0-.59-.41-.59-1 0-.59 0-1 .59-1h6.81c.59 0 .59.41.59 1h.01zM4.6 4h6.81C12 4 12 3.59 12 3c0-.59 0-1-.59-1H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1zm6.81 3H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1h6.81C12 9 12 8.59 12 8c0-.59 0-1-.59-1zm-9.4-6h-.72c-.3.19-.58.25-1.03.34V2h.75v2.14H.17V5h2.84v-.86h-1V1zm.25 8.13c-.17 0-.45.03-.66.06.53-.56 1.14-1.25 1.14-1.89C2.72 6.52 2.18 6 1.38 6c-.59 0-.97.2-1.38.64l.58.58c.19-.19.38-.38.64-.38.28 0 .48.16.48.52 0 .53-.77 1.2-1.7 2.06V10h3l-.09-.88h-.66l.01.01zm-.08 3.78v-.03c.44-.19.64-.47.64-.86 0-.7-.56-1.11-1.44-1.11-.48 0-.89.19-1.28.52l.55.64c.25-.2.44-.31.69-.31.27 0 .42.13.42.36 0 .27-.2.44-.86.44v.75c.83 0 .98.17.98.47 0 .25-.23.38-.58.38-.28 0-.56-.14-.81-.38l-.48.66c.3.36.77.56 1.41.56.83 0 1.53-.41 1.53-1.16 0-.5-.31-.81-.77-.94v.01z\"/>"},"list-unordered":{"name":"list-unordered","figma":{"id":"0:508","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["bullet","point","tasks","todo","items"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 13c0 .59 0 1-.59 1H.59C0 14 0 13.59 0 13c0-.59 0-1 .59-1h.81c.59 0 .59.41.59 1H2zm2.59-9h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1H4.59C4 2 4 2.41 4 3c0 .59 0 1 .59 1zM1.41 7H.59C0 7 0 7.41 0 8c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0-5H.59C0 2 0 2.41 0 3c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm10 5H4.59C4 7 4 7.41 4 8c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0 5H4.59C4 12 4 12.41 4 13c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01z\"/>"},"location":{"name":"location","figma":{"id":"0:516","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["here","marker"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 0C2.69 0 0 2.5 0 5.5 0 10.02 6 16 6 16s6-5.98 6-10.5C12 2.5 9.31 0 6 0zm0 14.55C4.14 12.52 1 8.44 1 5.5 1 3.02 3.25 1 6 1c1.34 0 2.61.48 3.56 1.36.92.86 1.44 1.97 1.44 3.14 0 2.94-3.14 7.02-5 9.05zM8 5.5c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z\"/>"},"lock":{"name":"lock","figma":{"id":"0:521","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["secure","safe","protected"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 13H3v-1h1v1zm8-6v7c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h1V4c0-2.2 1.8-4 4-4s4 1.8 4 4v2h1c.55 0 1 .45 1 1zM3.8 6h4.41V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v2H3.8zM11 7H2v7h9V7zM4 8H3v1h1V8zm0 2H3v1h1v-1z\"/>"},"logo-gist":{"name":"logo-gist","figma":{"id":"0:529","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brand","github","logo"],"width":25,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.7 8.73h2.45v4.02c-.55.27-1.64.34-2.53.34-2.56 0-3.47-2.2-3.47-5.05 0-2.85.91-5.06 3.48-5.06 1.28 0 2.06.23 3.28.73V2.66C7.27 2.33 6.25 2 4.63 2 1.13 2 0 4.69 0 8.03c0 3.34 1.11 6.03 4.63 6.03 1.64 0 2.81-.27 3.59-.64V7.73H4.7v1zm6.39 3.72V6.06h-1.05v6.28c0 1.25.58 1.72 1.72 1.72v-.89c-.48 0-.67-.16-.67-.7v-.02zm.25-8.72c0-.44-.33-.78-.78-.78s-.77.34-.77.78.33.78.77.78.78-.34.78-.78zm4.34 5.69c-1.5-.13-1.78-.48-1.78-1.17 0-.77.33-1.34 1.88-1.34 1.05 0 1.66.16 2.27.36v-.94c-.69-.3-1.52-.39-2.25-.39-2.2 0-2.92 1.2-2.92 2.31 0 1.08.47 1.88 2.73 2.08 1.55.13 1.77.63 1.77 1.34 0 .73-.44 1.42-2.06 1.42-1.11 0-1.86-.19-2.33-.36v.94c.5.2 1.58.39 2.33.39 2.38 0 3.14-1.2 3.14-2.41 0-1.28-.53-2.03-2.75-2.23h-.03zm8.58-2.47v-.86h-2.42v-2.5l-1.08.31v2.11l-1.56.44v.48h1.56v5c0 1.53 1.19 2.13 2.5 2.13.19 0 .52-.02.69-.05v-.89c-.19.03-.41.03-.61.03-.97 0-1.5-.39-1.5-1.34V6.94h2.42v.02-.01z\"/>"},"logo-github":{"name":"logo-github","figma":{"id":"0:536","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brand","github","logo"],"width":45,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 0 0-.146-.18zm23.696-2.2c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61H33.84c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z\"/>"},"mail-read":{"name":"mail-read","figma":{"id":"0:547","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["email","open"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 5H4V4h2v1zm3 1H4v1h5V6zm5-.48V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2 3.58V3c0-.55.45-1 1-1h1.2L7 0l2.8 2H11c.55 0 1 .45 1 1v.58l1.58 1.13c.27.19.42.48.42.81zM3 7.5L7 10l4-2.5V3H3v4.5zm-2 6l4.5-3-4.5-3v6zm11 .5l-5-3-5 3h10zm1-6.5l-4.5 3 4.5 3v-6z\"/>"},"reply":{"name":"reply","figma":{"id":"0:554","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["reply all","back"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.5 3.5c3.92.44 8 3.125 8 10-2.312-5.062-4.75-6-8-6V11L1 5.5 6.5 0v3.5z\"/>"},"mail":{"name":"mail","figma":{"id":"0:558","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["email","unread"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 4v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1zm13 0L7 9 1 4h12zM1 5.5l4 3-4 3v-6zM2 12l3.5-3L7 10.5 8.5 9l3.5 3H2zm11-.5l-4-3 4-3v6z\"/>"},"mark-github":{"name":"mark-github","figma":{"id":"0:563","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["octocat","brand","github","logo"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z\"/>"},"markdown":{"name":"markdown","figma":{"id":"0:567","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["markup","style"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z\"/>"},"megaphone":{"name":"megaphone","figma":{"id":"0:572","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["bullhorn","loud","shout","broadcast"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 1c-.17 0-.36.05-.52.14C8.04 2.02 4.5 4.58 3 5c-1.38 0-3 .67-3 2.5S1.63 10 3 10c.3.08.64.23 1 .41V15h2v-3.45c1.34.86 2.69 1.83 3.48 2.31.16.09.34.14.52.14.52 0 1-.42 1-1V2c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V7zm0 2l4 2v1l-4-2V9zm4-6v1l-4 2V5l4-2z\"/>"},"mention":{"name":"mention","figma":{"id":"0:579","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["at","ping"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.58 15c1.25 0 2.52-.31 3.56-.94l-.42-.94c-.84.52-1.89.83-3.03.83-3.23 0-5.64-2.08-5.64-5.72 0-4.37 3.23-7.18 6.58-7.18 3.45 0 5.22 2.19 5.22 5.2 0 2.39-1.34 3.86-2.5 3.86-1.05 0-1.36-.73-1.05-2.19l.73-3.75H8.98l-.11.72c-.41-.63-.94-.83-1.56-.83-2.19 0-3.66 2.39-3.66 4.38 0 1.67.94 2.61 2.3 2.61.84 0 1.67-.53 2.3-1.25.11.94.94 1.45 1.98 1.45 1.67 0 3.77-1.67 3.77-5C14 2.61 11.59 0 7.83 0 3.66 0 0 3.33 0 8.33 0 12.71 2.92 15 6.58 15zm-.31-5c-.73 0-1.36-.52-1.36-1.67 0-1.45.94-3.22 2.41-3.22.52 0 .84.2 1.25.83l-.52 3.02c-.63.73-1.25 1.05-1.78 1.05V10z\"/>"},"milestone":{"name":"milestone","figma":{"id":"0:583","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["marker"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 2H6V0h2v2zm4 5H2c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h10l2 2-2 2zM8 4H6v2h2V4zM6 16h2V8H6v8z\"/>"},"mirror":{"name":"mirror","figma":{"id":"0:589","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["reflect"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.5 4.7L8.5 0l-7 4.7c-.3.19-.5.45-.5.8V16l7.5-4 7.5 4V5.5c0-.34-.2-.61-.5-.8zm-.5 9.8l-6-3.25V10H8v1.25L2 14.5v-9l6-4V6h1V1.5l6 4v9zM6 7h5V5l3 3-3 3V9H6v2L3 8l3-3v2z\"/>"},"mortar-board":{"name":"mortar-board","figma":{"id":"0:594","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["education","learn","teach"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.808 9.405l-3.83-1.19c-4-8 0 1.5 0 2.5s1.8 1.5 4 1.5 4-.5 4-1.5v-2.5l-3.83 1.19a.73.73 0 0 1-.36 0h.02zm.28-6.39a.34.34 0 0 0-.2 0l-7.64 2.38a.35.35 0 0 0 0 .67l1.73.55v1.77c-.3.17-.5.5-.5.86 0 .19.05.36.14.5-.08.14-.14.31-.14.5v2.58c0 .55 2 .55 2 0v-2.58c0-.19-.05-.36-.14-.5.08-.14.14-.31.14-.5 0-.38-.2-.69-.5-.86v-1.45l4.89 1.53c.06.02.14.02.2 0l7.64-2.38a.35.35 0 0 0 0-.67l-7.63-2.39.01-.01zm-.09 3.2c-.55 0-1-.22-1-.5s.45-.5 1-.5 1 .22 1 .5-.45.5-1 .5z\"/>"},"mute":{"name":"mute","figma":{"id":"0:599","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["quiet","sound","audio","turn","off"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 2.75v10.38c0 .67-.81 1-1.28.53L3 9.94H1c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h2l3.72-3.72C7.19 1.75 8 2.08 8 2.75zm7.53 3.22l-1.06-1.06-1.97 1.97-1.97-1.97-1.06 1.06 1.97 1.97-1.97 1.97 1.06 1.06L12.5 9l1.97 1.97 1.06-1.06-1.97-1.97 1.97-1.97z\"/>"},"no-newline":{"name":"no-newline","figma":{"id":"0:603","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["return"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 5v3c0 .55-.45 1-1 1h-3v2L9 8l3-3v2h2V5h2zM8 8c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zM1.5 9.66L5.66 5.5C5.18 5.19 4.61 5 4 5 2.34 5 1 6.34 1 8c0 .61.19 1.17.5 1.66zM7 8c0-.61-.19-1.17-.5-1.66L2.34 10.5c.48.31 1.05.5 1.66.5 1.66 0 3-1.34 3-3z\"/>"},"octoface":{"name":"octoface","figma":{"id":"0:609","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["octocat","brand"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14.7 5.34c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32c-2.39-1.64-3.44-1.3-3.44-1.3-.68 1.72-.26 2.99-.13 3.31C.49 6.21 0 7.33 0 8.69 0 13.84 3.33 15 7.98 15S16 13.84 16 8.69c0-1.36-.49-2.48-1.3-3.35zM8 14.02c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 9.01c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z\"/>"},"organization":{"name":"organization","figma":{"id":"0:613","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["people","group","team"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1 0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3-.229.59 0 1 0 1s1.549.711 2.42 2.088A6.78 6.78 0 0 1 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3-.229.59 0 1 0 1s3.005 1.366 3.005 4z\"/>"},"package":{"name":"package","figma":{"id":"0:617","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["box","ship"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1 4.732v7.47c0 .45.3.84.75.97l6.5 1.73c.16.05.34.05.5 0l6.5-1.73c.45-.13.75-.52.75-.97v-7.47c0-.45-.3-.84-.75-.97l-6.5-1.74a1.4 1.4 0 0 0-.5 0l-6.5 1.74c-.45.13-.75.52-.75.97zm7 9.09l-6-1.59v-6.77l6 1.61v6.75zm-6-9.36l2.5-.67 6.5 1.73-2.5.67L2 4.463zm13 7.77l-6 1.59v-6.75l2-.55v2.44l2-.53v-2.44l2-.53v6.77zm-2-7.24l-6.5-1.73 2-.53 6.5 1.73-2 .53z\"/>"},"paintcan":{"name":"paintcan","figma":{"id":"0:624","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["style","theme","art","color"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 0C2.69 0 0 2.69 0 6v1c0 .55.45 1 1 1v5c0 1.1 2.24 2 5 2s5-.9 5-2V8c.55 0 1-.45 1-1V6c0-3.31-2.69-6-6-6zm3 10v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0 .55-.45 1-1 1s-1-.45-1-1v-1c-.55 0-1-.45-1-1V7.2c.91.49 2.36.8 4 .8 1.64 0 3.09-.31 4-.8V9c0 .55-.45 1-1 1zM6 7c-1.68 0-3.12-.41-3.71-1C2.88 5.41 4.32 5 6 5c1.68 0 3.12.41 3.71 1-.59.59-2.03 1-3.71 1zm0-3c-2.76 0-5 .89-5 2 0-2.76 2.24-5 5-5s5 2.24 5 5c0-1.1-2.24-2-5-2z\"/>"},"pencil":{"name":"pencil","figma":{"id":"0:630","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["edit","change","update","write"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 11.592v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3l-1.3 1.3-3-3 1.3-1.3a.996.996 0 0 1 1.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z\"/>"},"person":{"name":"person","figma":{"id":"0:633","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["people","man","woman","human"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 14.002a.998.998 0 0 1-.998.998H1.001A1 1 0 0 1 0 13.999V13c0-2.633 4-4 4-4s.229-.409 0-1c-.841-.62-.944-1.59-1-4 .173-2.413 1.867-3 3-3s2.827.586 3 3c-.056 2.41-.159 3.38-1 4-.229.59 0 1 0 1s4 1.367 4 4v1.002z\"/>"},"pin":{"name":"pin","figma":{"id":"0:635","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","star","bookmark"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 1.494v.8l.5 1-4.5 3H2.2c-.44 0-.67.53-.34.86L5 10.294l-4 5 5-4 3.14 3.14a.5.5 0 0 0 .86-.34v-3.8l3-4.5 1 .5h.8c.44 0 .67-.53.34-.86l-4.28-4.28a.5.5 0 0 0-.86.34z\"/>"},"plug":{"name":"plug","figma":{"id":"0:637","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hook","webhook"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 6V5h-4V3H8v1H6c-1.03 0-1.77.81-2 2L3 7c-1.66 0-3 1.34-3 3v2h1v-2c0-1.11.89-2 2-2l1 1c.25 1.16.98 2 2 2h2v1h2v-2h4V9h-4V6h4z\"/>"},"plus":{"name":"plus","figma":{"id":"0:639","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["add","new","more"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 9H7v5H5V9H0V7h5V2h2v5h5v2z\"/>"},"primitive-dot":{"name":"primitive-dot","figma":{"id":"0:641","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["circle"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 8c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4z\"/>"},"primitive-square":{"name":"primitive-square","figma":{"id":"0:643","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["box"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 12H0V4h8v8z\"/>"},"pulse":{"name":"pulse","figma":{"id":"0:645","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["graph","trend","line","activity"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.5 8.4L8.8 5.8 6.6 8.9 5.5 2 2.38 8.4H0v2h3.6l.9-1.8.9 5.4L9 8.9l1.6 1.5H14v-2h-2.5z\"/>"},"question":{"name":"question","figma":{"id":"0:649","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["help","explain"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 10h2v2H6v-2zm4-3.5C10 8.64 8 9 8 9H6c0-.55.45-1 1-1h.5c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7H4c0-1.5 1.5-3 3-3s3 1 3 2.5zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z\"/>"},"quote":{"name":"quote","figma":{"id":"0:655","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["quotation"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.16 3.84C3.73 5.4 2.55 7.01 2.55 9.7c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.9 0-2.99-1.52-2.99-4.25C0 6.62 1.75 3.89 5.02 2l1.14 1.84zm7 0C10.73 5.4 9.55 7.01 9.55 9.7c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.89 0-2.98-1.52-2.98-4.25 0-3.8 1.75-6.53 5.02-8.42l1.14 1.84h-.01z\"/>"},"radio-tower":{"name":"radio-tower","figma":{"id":"0:659","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["broadcast"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.78 5.78c.25-.25.25-.67 0-.92-.32-.33-.48-.76-.48-1.19 0-.43.16-.86.48-1.19.25-.26.25-.67 0-.92a.613.613 0 0 0-.45-.19c-.16 0-.33.06-.45.19-.57.58-.85 1.35-.85 2.11 0 .76.29 1.53.85 2.11.25.25.66.25.9 0zM2.32.19a.651.651 0 0 0-.92 0C.47 1.15 0 2.41 0 3.66c0 1.26.47 2.52 1.4 3.48.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54 0-.92.34-1.84 1.02-2.54a.66.66 0 0 0 .01-.93zm5.69 5.1a1.62 1.62 0 1 0-1.62-1.62c-.01.89.72 1.62 1.62 1.62zM14.58.2a.628.628 0 0 0-.91 0c-.25.26-.25.68 0 .94.68.7 1.02 1.62 1.02 2.54 0 .92-.34 1.83-1.02 2.54-.25.26-.25.68 0 .94a.651.651 0 0 0 .92 0c.93-.96 1.4-2.22 1.4-3.48A5.048 5.048 0 0 0 14.58.2zM8.01 6.59c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.2 6.29c-.38.2-.78.3-1.19.3zM8 7.07l1.01 3.6h-2L8 7.07zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92.32.33.48.76.48 1.19 0 .43-.16.86-.48 1.19-.25.26-.25.67 0 .92a.63.63 0 0 0 .9 0c.57-.58.85-1.35.85-2.11 0-.76-.28-1.53-.85-2.11a.634.634 0 0 0-.9 0z\"/>"},"repo-clone":{"name":"repo-clone","figma":{"id":"0:669","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 0H9v7c0 .55.45 1 1 1h1v1h1V8h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 7h-1V6h1v1zm4 0h-3V6h3v1zm0-2h-4V1h4v4zM4 5H3V4h1v1zm0-2H3V2h1v1zM2 1h6V0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h2v2l1.5-1.5L6 16v-2h5c.55 0 1-.45 1-1v-3H2V1zm9 10v2H6v-1H3v1H1v-2h10zM3 8h1v1H3V8zm1-1H3V6h1v1z\"/>"},"repo-force-push":{"name":"repo-force-push","figma":{"id":"0:681","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","put"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 9H8v7H6V9H4l2.25-3H4l3-4 3 4H7.75L10 9zm1-9H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9v9H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z\"/>"},"repo-forked":{"name":"repo-forked","figma":{"id":"0:685","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","copy"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/>"},"repo-pull":{"name":"repo-pull","figma":{"id":"0:691","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","get"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 8V6H7V4h6V2l3 3-3 3zM4 2H3v1h1V2zm7 5h1v6c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2h-1V1H2v9h9V7zm0 4H1v2h2v-1h3v1h5v-2zM4 6H3v1h1V6zm0-2H3v1h1V4zM3 9h1V8H3v1z\"/>"},"repo-push":{"name":"repo-push","figma":{"id":"0:700","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository","put"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 3H3V2h1v1zM3 5h1V4H3v1zm4 0L4 9h2v7h2V9h2L7 5zm4-5H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9.02L11 10H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z\"/>"},"repo":{"name":"repo","figma":{"id":"0:706","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z\"/>"},"rocket":{"name":"rocket","figma":{"id":"0:715","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["staff","stafftools","blast","off","space","launch","ship"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12.17 3.83c-.27-.27-.47-.55-.63-.88-.16-.31-.27-.66-.34-1.02-.58.33-1.16.7-1.73 1.13-.58.44-1.14.94-1.69 1.48-.7.7-1.33 1.81-1.78 2.45H3L0 10h3l2-2c-.34.77-1.02 2.98-1 3l1 1c.02.02 2.23-.64 3-1l-2 2v3l3-3v-3c.64-.45 1.75-1.09 2.45-1.78.55-.55 1.05-1.13 1.47-1.7.44-.58.81-1.16 1.14-1.72-.36-.08-.7-.19-1.03-.34a3.39 3.39 0 0 1-.86-.63zM16 0s-.09.38-.3 1.06c-.2.7-.55 1.58-1.06 2.66-.7-.08-1.27-.33-1.66-.72-.39-.39-.63-.94-.7-1.64C13.36.84 14.23.48 14.92.28 15.62.08 16 0 16 0z\"/>"},"rss":{"name":"rss","figma":{"id":"0:719","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["broadcast","feed","atom"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 13H0v-2c1.11 0 2 .89 2 2zM0 3v1a9 9 0 0 1 9 9h1C10 7.48 5.52 3 0 3zm0 4v1c2.75 0 5 2.25 5 5h1c0-3.31-2.69-6-6-6z\"/>"},"ruby":{"name":"ruby","figma":{"id":"0:724","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["code","language"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 6l-5 5V4h3l2 2zm3 0l-8 8-8-8 4-4h8l4 4zm-8 6.5L14.5 6l-3-3h-7l-3 3L8 12.5z\"/>"},"search":{"name":"search","figma":{"id":"0:729","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["magnifying","glass"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"/>"},"server":{"name":"server","figma":{"id":"0:733","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["computers","racks","ops"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 6H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zM2 9H1V7h1v2zm2 0H3V7h1v2zm2 0H5V7h1v2zm2 0H7V7h1v2zm3-8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM2 4H1V2h1v2zm2 0H3V2h1v2zm2 0H5V2h1v2zm2 0H7V2h1v2zm3-1h-1V2h1v1zm0 8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm-9 3H1v-2h1v2zm2 0H3v-2h1v2zm2 0H5v-2h1v2zm2 0H7v-2h1v2z\"/>"},"settings":{"name":"settings","figma":{"id":"0:751","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["sliders","filters","controls","levels"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 7H3V2h1v5zm-1 7h1v-3H3v3zm5 0h1V8H8v6zm5 0h1v-2h-1v2zm1-12h-1v6h1V2zM9 2H8v2h1V2zM5 8H2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm5-3H7c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm5 4h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1z\"/>"},"shield":{"name":"shield","figma":{"id":"0:762","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["protect","shield","lock"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 0L0 2v6.02C0 12.69 5.31 16 7 16c1.69 0 7-3.31 7-7.98V2L7 0zM5 11l1.14-2.8a.568.568 0 0 0-.25-.59C5.33 7.25 5 6.66 5 6c0-1.09.89-2 1.98-2C8.06 4 9 4.91 9 6c0 .66-.33 1.25-.89 1.61-.19.13-.3.36-.25.59L9 11H5z\"/>"},"sign-in":{"name":"sign-in","figma":{"id":"0:764","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["door","arrow","direction","enter","log in"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 6.75V12h4V8h1v4c0 .55-.45 1-1 1H7v3l-5.45-2.72c-.33-.17-.55-.52-.55-.91V1c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v3h-1V1H3l4 2v2.25L10 3v2h4v2h-4v2L7 6.75z\"/>"},"sign-out":{"name":"sign-out","figma":{"id":"0:768","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["door","arrow","direction","leave","log out"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 9V7H8V5h4V3l4 3-4 3zm-2 3H6V3L2 1h8v3h1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v11.38c0 .39.22.73.55.91L6 16.01V13h4c.55 0 1-.45 1-1V8h-1v4z\"/>"},"smiley":{"name":"smiley","figma":{"id":"0:772","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["emoji","smile","mood","emotion"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4.81 12.81a6.72 6.72 0 0 1-2.17 1.45c-.83.36-1.72.53-2.64.53-.92 0-1.81-.17-2.64-.53-.81-.34-1.55-.83-2.17-1.45a6.773 6.773 0 0 1-1.45-2.17A6.59 6.59 0 0 1 1.21 8c0-.92.17-1.81.53-2.64.34-.81.83-1.55 1.45-2.17.62-.62 1.36-1.11 2.17-1.45A6.59 6.59 0 0 1 8 1.21c.92 0 1.81.17 2.64.53.81.34 1.55.83 2.17 1.45.62.62 1.11 1.36 1.45 2.17.36.83.53 1.72.53 2.64 0 .92-.17 1.81-.53 2.64-.34.81-.83 1.55-1.45 2.17zM4 6.8v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2H5.2C4.53 8 4 7.47 4 6.8zm5 0v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2h-.59C9.53 8 9 7.47 9 6.8zm4 3.2c-.72 1.88-2.91 3-5 3s-4.28-1.13-5-3c-.14-.39.23-1 .66-1h8.59c.41 0 .89.61.75 1z\"/>"},"squirrel":{"name":"squirrel","figma":{"id":"0:779","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["ship","shipit","launch"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.75 1c-2.21 0-4 1.31-4 2.92 0 1.94.5 3.03 0 6.08 0-4.5-2.77-6.34-4-6.34.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.45 4.29.43 6.87c.2.33 1.53.6 2.47.43.89.05.67.79.47.99C2.53 9.13 1.75 8 .75 8s-1 1 0 1 1 1 3 1c-3.09 1.2 0 4 0 4h-1c-1 0-1 1-1 1h6c3 0 5-1 5-3.47 0-.85-.43-1.79-1-2.53-1.11-1.46.23-2.68 1-2 .77.68 3 1 3-2 0-2.21-1.79-4-4-4zm-9.5 5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5z\"/>"},"star":{"name":"star","figma":{"id":"0:781","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","remember","like"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z\"/>"},"stop":{"name":"stop","figma":{"id":"0:785","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["block","spam","report"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 1H4L0 5v6l4 4h6l4-4V5l-4-4zm3 9.5L9.5 14h-5L1 10.5v-5L4.5 2h5L13 5.5v5zM6 4h2v5H6V4zm0 6h2v2H6v-2z\"/>"},"sync":{"name":"sync","figma":{"id":"0:791","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["cycle","refresh","loop"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10.236 7.4a4.15 4.15 0 0 1-1.2 3.6 4.346 4.346 0 0 1-5.41.54l1.17-1.14-4.3-.6.6 4.2 1.31-1.26c2.36 1.74 5.7 1.57 7.84-.54a5.876 5.876 0 0 0 1.74-4.46l-1.75-.34zM2.956 5a4.346 4.346 0 0 1 5.41-.54L7.196 5.6l4.3.6-.6-4.2-1.31 1.26c-2.36-1.74-5.7-1.57-7.85.54-1.24 1.23-1.8 2.85-1.73 4.46l1.75.35A4.17 4.17 0 0 1 2.956 5z\"/>"},"tag":{"name":"tag","figma":{"id":"0:795","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["release"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.73 1.73C7.26 1.26 6.62 1 5.96 1H3.5C2.13 1 1 2.13 1 3.5v2.47c0 .66.27 1.3.73 1.77l6.06 6.06c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41L7.73 1.73zM2.38 7.09c-.31-.3-.47-.7-.47-1.13V3.5c0-.88.72-1.59 1.59-1.59h2.47c.42 0 .83.16 1.13.47l6.14 6.13-4.73 4.73-6.13-6.15zM3.01 3h2v2H3V3h.01z\"/>"},"tasklist":{"name":"tasklist","figma":{"id":"0:800","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["todo"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.41 9H7.59C7 9 7 8.59 7 8c0-.59 0-1 .59-1h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM9.59 4C9 4 9 3.59 9 3c0-.59 0-1 .59-1h5.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H9.59zM0 3.91l1.41-1.3L3 4.2 7.09 0 8.5 1.41 3 6.91l-3-3zM7.59 12h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H7.59C7 14 7 13.59 7 13c0-.59 0-1 .59-1z\"/>"},"telescope":{"name":"telescope","figma":{"id":"0:806","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["science","space","look","view","explore"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.59 9l3 6h-1l-2-4v5h-1v-6l-2 5h-1l2-5 2-1zm-1-9h-1v1h1V0zm-2 3h-1v1h1V3zm-3-2h-1v1h1V1zM.22 9a.52.52 0 0 0-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66-1.16-2-1.27.86.01.01zm7.89-5.39l-5.8 3.95L3.54 9.7l6.33-3.03L8.1 3.61h.01zm4.22 1.28l-1.47-2.52a.51.51 0 0 0-.72-.17l-1.2.83 1.84 3.2 1.33-.64c.27-.13.36-.44.22-.7z\"/>"},"terminal":{"name":"terminal","figma":{"id":"0:815","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["code","ops","shell"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 10h4v1H7v-1zm-3 1l3-3-3-3-.75.75L5.5 8l-2.25 2.25L4 11zm10-8v10c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v10h12V3z\"/>"},"text-size":{"name":"text-size","figma":{"id":"0:821","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["font","size","text"],"width":18,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13.62 9.08L12.1 3.66h-.06l-1.5 5.42h3.08zM5.7 10.13S4.68 6.52 4.53 6.02h-.08l-1.13 4.11H5.7zM17.31 14h-2.25l-.95-3.25h-4.07L9.09 14H6.84l-.69-2.33H2.87L2.17 14H0l3.3-9.59h2.5l2.17 6.34L10.86 2h2.52l3.94 12h-.01z\"/>"},"three-bars":{"name":"three-bars","figma":{"id":"0:826","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hamburger","menu","dropdown"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z\"/>"},"thumbsdown":{"name":"thumbsdown","figma":{"id":"0:831","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["thumb","thumbsdown","rejected","dislike"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.98 7.83l-.97-5.95C14.84.5 13.13 0 12 0H5.69c-.2 0-.38.05-.53.14L3.72 1H2C.94 1 0 1.94 0 3v4c0 1.06.94 2.02 2 2h2c.91 0 1.39.45 2.39 1.55.91 1 .88 1.8.63 3.27-.08.5.06 1 .42 1.42.39.47.98.77 1.56.77 1.83 0 3-3.72 3-5.02l-.02-.98h2.04c1.16 0 1.95-.8 1.98-1.97 0-.06.02-.13-.02-.2v-.01zm-1.97 1.19h-1.99c-.7 0-1.03.28-1.03.97l.03 1.03c0 1.27-1.17 4-2 4-.5 0-1.08-.5-1-1 .25-1.58.34-2.78-.89-4.14C6.11 8.75 5.36 8 4 8V2l1.67-1H12c.73 0 1.95.31 2 1l.02.02 1 6c-.03.64-.38 1-1 1h-.01z\"/>"},"thumbsup":{"name":"thumbsup","figma":{"id":"0:835","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["thumb","thumbsup","prop","ship","like"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 14c-.05.69-1.27 1-2 1H5.67L4 14V8c1.36 0 2.11-.75 3.13-1.88 1.23-1.36 1.14-2.56.88-4.13-.08-.5.5-1 1-1 .83 0 2 2.73 2 4l-.02 1.03c0 .69.33.97 1.02.97h2c.63 0 .98.36 1 1l-1 6L14 14zm0-8h-2.02l.02-.98C12 3.72 10.83 0 9 0c-.58 0-1.17.3-1.56.77-.36.41-.5.91-.42 1.41.25 1.48.28 2.28-.63 3.28-1 1.09-1.48 1.55-2.39 1.55H2C.94 7 0 7.94 0 9v4c0 1.06.94 2 2 2h1.72l1.44.86c.16.09.33.14.52.14h6.33c1.13 0 2.84-.5 3-1.88l.98-5.95c.02-.08.02-.14.02-.2-.03-1.17-.84-1.97-2-1.97H14z\"/>"},"tools":{"name":"tools","figma":{"id":"0:839","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["screwdriver","wrench","settings"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.48 7.27c.26.26 1.28 1.33 1.28 1.33l.56-.58-.88-.91 1.69-1.8s-.76-.74-.43-.45c.32-1.19.03-2.51-.87-3.44C4.93.5 3.66.2 2.52.51l1.93 2-.51 1.96-1.89.52-1.93-2C-.19 4.17.1 5.48 1 6.4c.94.98 2.29 1.26 3.48.87zm6.44 1.94l-2.33 2.3 3.84 3.98c.31.33.73.49 1.14.49.41 0 .82-.16 1.14-.49.63-.65.63-1.7 0-2.35l-3.79-3.93zM16 2.53L13.55 0 6.33 7.46l.88.91-4.31 4.46-.99.53-1.39 2.27.35.37 2.2-1.44.51-1.02L7.9 9.08l.88.91L16 2.53z\"/>"},"trashcan":{"name":"trashcan","figma":{"id":"0:844","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["garbage","rubbish","recycle","delete"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z\"/>"},"triangle-down":{"name":"triangle-down","figma":{"id":"0:847","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 5l6 6 6-6H0z\"/>"},"triangle-left":{"name":"triangle-left","figma":{"id":"0:849","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 2L0 8l6 6V2z\"/>"},"triangle-right":{"name":"triangle-right","figma":{"id":"0:851","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 14l6-6-6-6v12z\"/>"},"triangle-up":{"name":"triangle-up","figma":{"id":"0:853","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 11L6 5l-6 6h12z\"/>"},"unfold":{"name":"unfold","figma":{"id":"0:857","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["expand","open","reveal"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.5 7.5L14 10c0 .55-.45 1-1 1H9v-1h3.5l-2-2h-7l-2 2H5v1H1c-.55 0-1-.45-1-1l2.5-2.5L0 5c0-.55.45-1 1-1h4v1H1.5l2 2h7l2-2H9V4h4c.55 0 1 .45 1 1l-2.5 2.5zM6 6h2V3h2L7 0 4 3h2v3zm2 3H6v3H4l3 3 3-3H8V9z\"/>"},"unmute":{"name":"unmute","figma":{"id":"0:862","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["loud","volume","audio","sound","play"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 7.96c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16 0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0 1 12 7.96zM7.72 2.22L4 5.94H2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V2.75c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 0 1 2.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0 0 16 7.94c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 0 1 1.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.97 5.97 0 0 0 14 7.96c0-1.65-.67-3.16-1.75-4.25z\"/>"},"project":{"name":"project","figma":{"id":"0:868","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["board","kanban","columns","scrum"],"width":15,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z\"/>"},"kebab-horizontal":{"name":"kebab-horizontal","figma":{"id":"0:875","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["kebab","dot","menu","more"],"width":13,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM13 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/>"},"kebab-vertical":{"name":"kebab-vertical","figma":{"id":"0:880","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["kebab","dot","menu","more"],"width":3,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 2.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0zm0 5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0zM1.5 14a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>"},"report":{"name":"report","figma":{"id":"0:885","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["report","abuse","flag"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H7l-4 4v-4H1a1 1 0 0 1-1-1V2zm1 0h14v9H6.5L4 13.5V11H1V2zm6 6h2v2H7V8zm0-5h2v4H7V3z\"/>"},"note":{"name":"note","figma":{"id":"0:891","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["card","paper","ticket"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 10h4V9H3v1zm0-2h6V7H3v1zm0-2h8V5H3v1zm10 6H1V3h12v9zM1 2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H1z\"/>"},"screen-full":{"name":"screen-full","figma":{"id":"0:898","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fullscreen","expand"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 10h1v3c0 .547-.453 1-1 1h-3v-1h3v-3zM1 10H0v3c0 .547.453 1 1 1h3v-1H1v-3zm0-7h3V2H1c-.547 0-1 .453-1 1v3h1V3zm1 1h10v8H2V4zm2 6h6V6H4v4zm6-8v1h3v3h1V3c0-.547-.453-1-1-1h-3z\"/>"},"screen-normal":{"name":"screen-normal","figma":{"id":"0:906","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fullscreen","expand","exit"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 4H0V3h2V1h1v2c0 .547-.453 1-1 1zm0 8H0v1h2v2h1v-2c0-.547-.453-1-1-1zm9-2c0 .547-.453 1-1 1H4c-.547 0-1-.453-1-1V6c0-.547.453-1 1-1h6c.547 0 1 .453 1 1v4zM9 7H5v2h4V7zm2 6v2h1v-2h2v-1h-2c-.547 0-1 .453-1 1zm1-10V1h-1v2c0 .547.453 1 1 1h2V3h-2z\"/>"},"unverified":{"name":"unverified","figma":{"id":"0:914","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["insecure","untrusted","signed"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.68 7.07L14.6 5.73c-.17-.22-.28-.48-.31-.77l-.19-1.7a1.51 1.51 0 0 0-1.33-1.33l-1.7-.19c-.3-.03-.56-.16-.78-.33L8.95.33c-.55-.44-1.33-.44-1.88 0L5.73 1.41c-.22.17-.48.28-.77.31l-1.7.19c-.7.08-1.25.63-1.33 1.33l-.19 1.7c-.03.3-.16.56-.33.78L.33 7.06c-.44.55-.44 1.33 0 1.88l1.08 1.34c.17.22.28.48.31.77l.19 1.7c.08.7.63 1.25 1.33 1.33l1.7.19c.3.03.56.16.78.33l1.34 1.08c.55.44 1.33.44 1.88 0l1.34-1.08c.22-.17.48-.28.77-.31l1.7-.19c.7-.08 1.25-.63 1.33-1.33l.19-1.7c.03-.3.16-.56.33-.78l1.08-1.34c.44-.55.44-1.33 0-1.88zm-6.67 4.44c0 .28-.22.5-.5.5h-1c-.27 0-.5-.22-.5-.5v-1c0-.28.23-.5.5-.5h1c.28 0 .5.22.5.5v1zm1.56-4.89c-.06.17-.17.33-.3.47-.13.16-.14.19-.33.38-.16.17-.31.3-.52.45-.11.09-.2.19-.28.27-.08.08-.14.17-.19.27-.05.1-.08.19-.11.3-.03.11-.03.13-.03.25H7.14c0-.22 0-.31.03-.48.03-.19.08-.36.14-.52.06-.14.14-.28.25-.42.11-.13.23-.25.41-.38.27-.19.36-.3.48-.52.12-.22.2-.38.2-.59 0-.27-.06-.45-.2-.58-.13-.13-.31-.19-.58-.19-.09 0-.19.02-.3.05-.11.03-.17.09-.25.16-.08.07-.14.11-.2.2a.41.41 0 0 0-.09.28h-2c0-.38.13-.56.27-.83.16-.27.36-.5.61-.67.25-.17.55-.3.88-.38.33-.08.7-.13 1.09-.13.44 0 .83.05 1.17.13.34.09.63.22.88.39.23.17.41.38.55.63.13.25.19.55.19.88 0 .22 0 .42-.08.59l-.02-.01z\"/>"},"verified":{"name":"verified","figma":{"id":"0:919","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["trusted","secure","trustworthy","signed"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.68 7.07L14.6 5.73c-.17-.22-.28-.48-.31-.77l-.19-1.7a1.51 1.51 0 0 0-1.33-1.33l-1.7-.19c-.3-.03-.56-.16-.78-.33L8.95.33c-.55-.44-1.33-.44-1.88 0L5.73 1.41c-.22.17-.48.28-.77.31l-1.7.19c-.7.08-1.25.63-1.33 1.33l-.19 1.7c-.03.3-.16.56-.33.78L.33 7.06c-.44.55-.44 1.33 0 1.88l1.08 1.34c.17.22.28.48.31.77l.19 1.7c.08.7.63 1.25 1.33 1.33l1.7.19c.3.03.56.16.78.33l1.34 1.08c.55.44 1.33.44 1.88 0l1.34-1.08c.22-.17.48-.28.77-.31l1.7-.19c.7-.08 1.25-.63 1.33-1.33l.19-1.7c.03-.3.16-.56.33-.78l1.08-1.34c.44-.55.44-1.33 0-1.88zm-9.17 4.94l-3.5-3.5 1.5-1.5 2 2 5-5 1.5 1.55-6.5 6.45z\"/>"},"versions":{"name":"versions","figma":{"id":"0:923","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["history","commits"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 3H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 8H8V5h4v6zM4 4h1v1H4v6h1v1H4c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zM1 5h1v1H1v4h1v1H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z\"/>"},"watch":{"name":"watch","figma":{"id":"0:929","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["wait","hourglass","time","date"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 8h2v1H5V5h1v3zm6 0c0 2.22-1.2 4.16-3 5.19V15c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-1.81C1.2 12.16 0 10.22 0 8s1.2-4.16 3-5.19V1c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1.81c1.8 1.03 3 2.97 3 5.19zm-1 0c0-2.77-2.23-5-5-5S1 5.23 1 8s2.23 5 5 5 5-2.23 5-5z\"/>"},"x":{"name":"x","figma":{"id":"0:932","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["remove","close","delete"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z\"/>"},"zap":{"name":"zap","figma":{"id":"0:934","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["electricity","lightning","props","like","star","save"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 7H6l3-7-9 9h4l-3 7 9-9z\"/>"},"key":{"name":"key","figma":{"id":"0:938","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["key","lock","secure","safe"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12.83 2.17C12.08 1.42 11.14 1.03 10 1c-1.13.03-2.08.42-2.83 1.17S6.04 3.86 6.01 5c0 .3.03.59.09.89L0 12v1l1 1h2l1-1v-1h1v-1h1v-1h2l1.09-1.11c.3.08.59.11.91.11 1.14-.03 2.08-.42 2.83-1.17S13.97 6.14 14 5c-.03-1.14-.42-2.08-1.17-2.83zM11 5.38c-.77 0-1.38-.61-1.38-1.38 0-.77.61-1.38 1.38-1.38.77 0 1.38.61 1.38 1.38 0 .77-.61 1.38-1.38 1.38z\"/>"},"grabber":{"name":"grabber","figma":{"id":"0:942","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mover","drap","drop","sort"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 4v1H0V4h8zM0 8h8V7H0v1zm0 3h8v-1H0v1z\"/>"},"plus-small":{"name":"plus-small","figma":{"id":"0:947","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["add","new","more","small"],"width":7,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 4H3v3H0v1h3v3h1V8h3V7H4V4z\"/>"},"light-bulb":{"name":"light-bulb","figma":{"id":"0:951","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["idea"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z\"/>"},"link-external":{"name":"link-external","figma":{"id":"0:956","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["out","see","more","go","to"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 10h1v3c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3v1H1v10h10v-3zM6 2l2.25 2.25L5 7.5 6.5 9l3.25-3.25L12 8V2H6z\"/>"}}
    \ No newline at end of file
    +{"alert":{"name":"alert","figma":{"id":"0:5","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["warning","triangle","exclamation","point"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z\"/>"},"arrow-down":{"name":"arrow-down","figma":{"id":"0:8","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 7V3H3v4H0l5 6 5-6H7z\"/>"},"arrow-left":{"name":"arrow-left","figma":{"id":"0:10","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 3L0 8l6 5v-3h4V6H6V3z\"/>"},"arrow-right":{"name":"arrow-right","figma":{"id":"0:12","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 8L4 3v3H0v4h4v3l6-5z\"/>"},"arrow-up":{"name":"arrow-up","figma":{"id":"0:14","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 3L0 9h3v4h4V9h3L5 3z\"/>"},"arrow-both":{"name":"arrow-both","figma":{"id":"7345:13","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","left","right"],"width":20,"height":16,"path":"<path d=\"M0 8l6-5v3h8V3l6 5-6 5v-3H6v3L0 8z\"/>"},"arrow-small-down":{"name":"arrow-small-down","figma":{"id":"0:16","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 7V5H2v2H0l3 4 3-4H4z\"/>"},"arrow-small-left":{"name":"arrow-small-left","figma":{"id":"0:18","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 7V5L0 8l4 3V9h2V7H4z\"/>"},"arrow-small-right":{"name":"arrow-small-right","figma":{"id":"0:20","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 8L2 5v2H0v2h2v2l4-3z\"/>"},"arrow-small-up":{"name":"arrow-small-up","figma":{"id":"0:22","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["point","direction","little","tiny"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 5L0 9h2v2h2V9h2L3 5z\"/>"},"beaker":{"name":"beaker","figma":{"id":"0:26","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["experiment","labs","experimental","feature","test","science","education","study","development","testing"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14.38 14.59L11 7V3h1V2H3v1h1v4L.63 14.59A1 1 0 0 0 1.54 16h11.94c.72 0 1.2-.75.91-1.41h-.01zM3.75 10L5 7V3h5v4l1.25 3h-7.5zM8 8h1v1H8V8zM7 7H6V6h1v1zm0-3h1v1H7V4zm0-3H6V0h1v1z\"/>"},"bell":{"name":"bell","figma":{"id":"0:34","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["notification"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13.99 11.991v1H0v-1l.73-.58c.769-.769.809-2.547 1.189-4.416.77-3.767 4.077-4.996 4.077-4.996 0-.55.45-1 .999-1 .55 0 1 .45 1 1 0 0 3.387 1.229 4.156 4.996.38 1.879.42 3.657 1.19 4.417l.659.58h-.01zM6.995 15.99c1.11 0 1.999-.89 1.999-1.999H4.996c0 1.11.89 1.999 1.999 1.999z\"/>"},"bold":{"name":"bold","figma":{"id":"0:38","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["markdown","bold","text"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1 2h3.83c2.48 0 4.3.75 4.3 2.95 0 1.14-.63 2.23-1.67 2.61v.06c1.33.3 2.3 1.23 2.3 2.86 0 2.39-1.97 3.52-4.61 3.52H1V2zm3.66 4.95c1.67 0 2.38-.66 2.38-1.69 0-1.17-.78-1.61-2.34-1.61H3.13v3.3h1.53zm.27 5.39c1.77 0 2.75-.64 2.75-1.98 0-1.27-.95-1.81-2.75-1.81h-1.8v3.8h1.8v-.01z\"/>"},"book":{"name":"book","figma":{"id":"0:43","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","wiki","readme"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 5h4v1H3V5zm0 3h4V7H3v1zm0 2h4V9H3v1zm11-5h-4v1h4V5zm0 2h-4v1h4V7zm0 2h-4v1h4V9zm2-6v9c0 .55-.45 1-1 1H9.5l-1 1-1-1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5.5l1 1 1-1H15c.55 0 1 .45 1 1zm-8 .5L7.5 3H2v9h6V3.5zm7-.5H9.5l-.5.5V12h6V3z\"/>"},"bookmark":{"name":"bookmark","figma":{"id":"0:54","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["tab","star"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 0H1C.27 0 0 .27 0 1v15l5-3.09L10 16V1c0-.73-.27-1-1-1zm-.78 4.25L6.36 5.61l.72 2.16c.06.22-.02.28-.2.17L5 6.6 3.12 7.94c-.19.11-.25.05-.2-.17l.72-2.16-1.86-1.36c-.17-.16-.14-.23.09-.23l2.3-.03.7-2.16h.25l.7 2.16 2.3.03c.23 0 .27.08.09.23h.01z\"/>"},"briefcase":{"name":"briefcase","figma":{"id":"0:58","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["suitcase","business"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 4V3c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v1H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1H9zM6 3h2v1H6V3zm7 6H8v1H6V9H1V5h1v3h10V5h1v4z\"/>"},"broadcast":{"name":"broadcast","figma":{"id":"0:63","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["rss","radio","signal"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 9H8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1H6c-.55 0-1 .45-1 1v2h1v3c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-3h1v-2c0-.55-.45-1-1-1zM7 7h1v1H7V7zm2 4H8v4H7v-4H6v-1h3v1zm2.09-3.5c0-1.98-1.61-3.59-3.59-3.59A3.593 3.593 0 0 0 4 8.31v1.98c-.61-.77-1-1.73-1-2.8 0-2.48 2.02-4.5 4.5-4.5S12 5.01 12 7.49c0 1.06-.39 2.03-1 2.8V8.31c.06-.27.09-.53.09-.81zm3.91 0c0 2.88-1.63 5.38-4 6.63v-1.05a6.553 6.553 0 0 0 3.09-5.58A6.59 6.59 0 0 0 7.5.91 6.59 6.59 0 0 0 .91 7.5c0 2.36 1.23 4.42 3.09 5.58v1.05A7.497 7.497 0 0 1 7.5 0C11.64 0 15 3.36 15 7.5z\"/>"},"browser":{"name":"browser","figma":{"id":"0:70","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["window","web"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 3h1v1H5V3zM3 3h1v1H3V3zM1 3h1v1H1V3zm12 10H1V5h12v8zm0-9H7V3h6v1zm1-1c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3z\"/>"},"bug":{"name":"bug","figma":{"id":"0:78","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["insect","issue"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 10h3V9h-3V8l3.17-1.03-.34-.94L11 7V6c0-.55-.45-1-1-1V4c0-.48-.36-.88-.83-.97L10.2 2H12V1H9.8l-2 2h-.59L5.2 1H3v1h1.8l1.03 1.03C5.36 3.12 5 3.51 5 4v1c-.55 0-1 .45-1 1v1l-2.83-.97-.34.94L4 8v1H1v1h3v1L.83 12.03l.34.94L4 12v1c0 .55.45 1 1 1h1l1-1V6h1v7l1 1h1c.55 0 1-.45 1-1v-1l2.83.97.34-.94L11 11v-1zM9 5H6V4h3v1z\"/>"},"calendar":{"name":"calendar","figma":{"id":"0:82","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","day","month","year","date","appointment"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 2h-1v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H6v1.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5V2H2c-.55 0-1 .45-1 1v11c0 .55.45 1 1 1h11c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 12H2V5h11v9zM5 3H4V1h1v2zm6 0h-1V1h1v2zM6 7H5V6h1v1zm2 0H7V6h1v1zm2 0H9V6h1v1zm2 0h-1V6h1v1zM4 9H3V8h1v1zm2 0H5V8h1v1zm2 0H7V8h1v1zm2 0H9V8h1v1zm2 0h-1V8h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1zm2 0h-1v-1h1v1zm-8 2H3v-1h1v1zm2 0H5v-1h1v1zm2 0H7v-1h1v1zm2 0H9v-1h1v1z\"/>"},"check":{"name":"check","figma":{"id":"0:104","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mark","yes","confirm","accept","ok","success"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z\"/>"},"checklist":{"name":"checklist","figma":{"id":"0:108","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["todo","tasks"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 8.5l-6 6-3-3L8.5 10l1.5 1.5L14.5 7 16 8.5zM5.7 12.2l.8.8H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v6.5l-.8-.8c-.39-.39-1.03-.39-1.42 0L5.7 10.8a.996.996 0 0 0 0 1.41v-.01zM4 4h5V3H4v1zm0 2h5V5H4v1zm0 2h3V7H4v1zM3 9H2v1h1V9zm0-2H2v1h1V7zm0-2H2v1h1V5zm0-2H2v1h1V3z\"/>"},"chevron-down":{"name":"chevron-down","figma":{"id":"0:117","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 11L0 6l1.5-1.5L5 8.25 8.5 4.5 10 6l-5 5z\"/>"},"chevron-left":{"name":"chevron-left","figma":{"id":"0:119","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5.5 3L7 4.5 3.25 8 7 11.5 5.5 13l-5-5 5-5z\"/>"},"chevron-right":{"name":"chevron-right","figma":{"id":"0:121","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3l5 5z\"/>"},"chevron-up":{"name":"chevron-up","figma":{"id":"0:123","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["triangle","arrow"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 10l-1.5 1.5L5 7.75 1.5 11.5 0 10l5-5 5 5z\"/>"},"circle-slash":{"name":"circle-slash","figma":{"id":"0:127","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["no","deny","fail","failure","error","bad"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 1.3c1.3 0 2.5.44 3.47 1.17l-8 8A5.755 5.755 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zm0 11.41c-1.3 0-2.5-.44-3.47-1.17l8-8c.73.97 1.17 2.17 1.17 3.47 0 3.14-2.56 5.7-5.7 5.7z\"/>"},"circuit-board":{"name":"circuit-board","figma":{"id":"0:132","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["developer","hardware","electricity"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm8 0c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 6c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm2-10H5v2.17c.36.19.64.47.83.83h2.34c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H5.83c-.42.8-1.33 1.28-2.34 1.03-.73-.17-1.34-.78-1.52-1.52C1.72 4.49 2.2 3.59 3 3.17V1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1l5-5h2.17c.42-.78 1.33-1.28 2.34-1.05.75.19 1.36.8 1.53 1.55.31 1.38-.72 2.59-2.05 2.59-.8 0-1.48-.44-1.83-1.09H6.99L4 15h9c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1z\"/>"},"clippy":{"name":"clippy","figma":{"id":"0:138","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["copy","paste","save","capture","clipboard"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 13h4v1H2v-1zm5-6H2v1h5V7zm2 3V8l-3 3 3 3v-2h5v-2H9zM4.5 9H2v1h2.5V9zM2 12h2.5v-1H2v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V6H1v9h10v-2zM2 5h8c0-.55-.45-1-1-1H8c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H3c-.55 0-1 .45-1 1z\"/>"},"clock":{"name":"clock","figma":{"id":"0:147","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","hour","minute","second","watch"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 8h3v2H7c-.55 0-1-.45-1-1V4h2v4zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z\"/>"},"cloud-download":{"name":"cloud-download","figma":{"id":"0:152","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","install","get"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 12h2l-3 3-3-3h2V7h2v5zm3-8c0-.44-.91-3-4.5-3C5.08 1 3 2.92 3 5 1.02 5 0 6.52 0 8c0 1.53 1 3 3 3h3V9.7H3C1.38 9.7 1.3 8.28 1.3 8c0-.17.05-1.7 1.7-1.7h1.3V5c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V11h2c2.08 0 4-1.16 4-3.5C16 5.06 14.08 4 12 4z\"/>"},"cloud-upload":{"name":"cloud-upload","figma":{"id":"0:156","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["put","export"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 9H5l3-3 3 3H9v5H7V9zm5-4c0-.44-.91-3-4.5-3C5.08 2 3 3.92 3 6 1.02 6 0 7.52 0 9c0 1.53 1 3 3 3h3v-1.3H3c-1.62 0-1.7-1.42-1.7-1.7 0-.17.05-1.7 1.7-1.7h1.3V6c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V12h2c2.08 0 4-1.16 4-3.5C16 6.06 14.08 5 12 5z\"/>"},"code":{"name":"code","figma":{"id":"0:160","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brackets"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z\"/>"},"comment-discussion":{"name":"comment-discussion","figma":{"id":"0:164","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["converse","talk"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 1H6c-.55 0-1 .45-1 1v2H1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h1v3l3-3h4c.55 0 1-.45 1-1V9h1l3 3V9h1c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM9 11H4.5L3 12.5V11H1V5h4v3c0 .55.45 1 1 1h3v2zm6-3h-2v1.5L11.5 8H6V2h9v6z\"/>"},"comment":{"name":"comment","figma":{"id":"0:169","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["speak","bubble"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 1H2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2v3.5L7.5 11H14c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 9H7l-2 2v-2H2V2h12v8z\"/>"},"credit-card":{"name":"credit-card","figma":{"id":"0:173","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["money","billing","payments","transactions"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 9H2V8h10v1zm4-6v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-1 3H1v6h14V6zm0-3H1v1h14V3zm-9 7H2v1h4v-1z\"/>"},"dash":{"name":"dash","figma":{"id":"0:178","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hyphen","range"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 7v2h8V7H0z\"/>"},"dashboard":{"name":"dashboard","figma":{"id":"0:182","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["speed","dial"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 5H8V4h1v1zm4 3h-1v1h1V8zM6 5H5v1h1V5zM5 8H4v1h1V8zm11-5.5l-.5-.5L9 7c-.06-.02-1 0-1 0-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-.92l6-5.58zm-1.59 4.09c.19.61.3 1.25.3 1.91 0 3.42-2.78 6.2-6.2 6.2-3.42 0-6.21-2.78-6.21-6.2 0-3.42 2.78-6.2 6.2-6.2 1.2 0 2.31.34 3.27.94l.94-.94A7.459 7.459 0 0 0 8.51 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5 0-1.03-.2-2.02-.59-2.91l-1 1z\"/>"},"database":{"name":"database","figma":{"id":"0:190","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["disks","data"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 15c-3.31 0-6-.9-6-2v-2c0-.17.09-.34.21-.5.67.86 3 1.5 5.79 1.5s5.12-.64 5.79-1.5c.13.16.21.33.21.5v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V7c0-.11.04-.21.09-.31.03-.06.07-.13.12-.19C.88 7.36 3.21 8 6 8s5.12-.64 5.79-1.5c.05.06.09.13.12.19.05.1.09.21.09.31v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V3c0-1.1 2.69-2 6-2s6 .9 6 2v2c0 1.1-2.69 2-6 2zm0-5c-2.21 0-4 .45-4 1s1.79 1 4 1 4-.45 4-1-1.79-1-4-1z\"/>"},"desktop-download":{"name":"desktop-download","figma":{"id":"0:196","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["clone","download"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 6h3V0h2v6h3l-4 4-4-4zm11-4h-4v1h4v8H1V3h4V2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1z\"/>"},"device-camera-video":{"name":"device-camera-video","figma":{"id":"0:198","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["watch","view","media","stream"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.2 2.09L10 5.72V3c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V9.28l5.2 3.63c.33.23.8 0 .8-.41v-10c0-.41-.47-.64-.8-.41z\"/>"},"device-camera":{"name":"device-camera","figma":{"id":"0:202","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["photo","picture","image","snapshot"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 3H7c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM6 5H2V4h4v1zm4.5 7C8.56 12 7 10.44 7 8.5S8.56 5 10.5 5 14 6.56 14 8.5 12.44 12 10.5 12zM13 8.5c0 1.38-1.13 2.5-2.5 2.5S8 9.87 8 8.5 9.13 6 10.5 6 13 7.13 13 8.5z\"/>"},"device-desktop":{"name":"device-desktop","figma":{"id":"0:208","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["computer","monitor"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 9H1V3h14v8z\"/>"},"device-mobile":{"name":"device-mobile","figma":{"id":"0:212","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["phone","iphone","cellphone"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 0H1C.45 0 0 .45 0 1v14c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM5 15.3c-.72 0-1.3-.58-1.3-1.3 0-.72.58-1.3 1.3-1.3.72 0 1.3.58 1.3 1.3 0 .72-.58 1.3-1.3 1.3zM9 12H1V2h8v10z\"/>"},"diff-added":{"name":"diff-added","figma":{"id":"0:217","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["new","addition","plus"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z\"/>"},"diff-ignored":{"name":"diff-ignored","figma":{"id":"0:222","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["slash"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-8.5-2H3v-1.5L9.5 4H11v1.5L4.5 12z\"/>"},"diff-modified":{"name":"diff-modified","figma":{"id":"0:227","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["dot","changed","updated"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z\"/>"},"diff-removed":{"name":"diff-removed","figma":{"id":"0:232","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["deleted","subtracted","dash"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-2-5H3V7h8v2z\"/>"},"diff-renamed":{"name":"diff-renamed","figma":{"id":"0:237","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["moved","arrow"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 9H3V7h3V4l5 4-5 4V9zm8-7v12c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v12h12V2z\"/>"},"diff":{"name":"diff","figma":{"id":"0:242","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["difference","changes","compare"],"width":13,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 7h2v1H6v2H5V8H3V7h2V5h1v2zm-3 6h5v-1H3v1zM7.5 2L11 5.5V15c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h6.5zM10 6L7 3H1v12h9V6zM8.5 0H3v1h5l4 4v8h1V4.5L8.5 0z\"/>"},"ellipsis":{"name":"ellipsis","figma":{"id":"0:249","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["dot","read","more","hidden","expand"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 5H1c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V6c0-.55-.45-1-1-1zM4 9H2V7h2v2zm3 0H5V7h2v2zm3 0H8V7h2v2z\"/>"},"eye":{"name":"eye","figma":{"id":"0:255","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["look","watch","see"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z\"/>"},"file-binary":{"name":"file-binary","figma":{"id":"0:260","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["image","video","word","powerpoint","excel"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 12h1v1H2v-1h1v-2H2V9h2v3zm8-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5zM8 4H6v1h1v2H6v1h3V7H8V4zM2 4h3v4H2V4zm1 3h1V5H3v2zm3 2h3v4H6V9zm1 3h1v-2H7v2z\"/>"},"file-code":{"name":"file-code","figma":{"id":"0:270","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["text","javascript","html","css","php","ruby","coffeescript","sass","scss"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z\"/>"},"file-directory":{"name":"file-directory","figma":{"id":"0:276","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z\"/>"},"file-media":{"name":"file-media","figma":{"id":"0:280","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["image","video","audio"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 5h2v2H6V5zm6-.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v11l3-5 2 4 2-2 3 3V5z\"/>"},"file-pdf":{"name":"file-pdf","figma":{"id":"0:285","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["adobe"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4.5L8.5 1zM1 2h4a.68.68 0 0 0-.31.2 1.08 1.08 0 0 0-.23.47 4.22 4.22 0 0 0-.09 1.47c.06.609.173 1.211.34 1.8A21.78 21.78 0 0 1 3.6 8.6c-.5 1-.8 1.66-.91 1.84a7.156 7.156 0 0 0-.69.3c-.362.165-.699.38-1 .64V2zm4.42 4.8a5.65 5.65 0 0 0 1.17 2.09c.275.237.595.417.94.53-.64.09-1.23.2-1.81.33-.618.15-1.223.347-1.81.59s.22-.44.61-1.25c.365-.74.67-1.51.91-2.3l-.01.01zM11 14H1.5a.743.743 0 0 1-.17 0 2.12 2.12 0 0 0 .73-.44 10.14 10.14 0 0 0 1.78-2.38c.31-.13.58-.23.81-.31l.42-.14c.45-.13.94-.23 1.44-.33s1-.16 1.48-.2c.447.216.912.394 1.39.53.403.11.814.188 1.23.23h.38V14H11zm0-4.86a3.743 3.743 0 0 0-.64-.28 4.221 4.221 0 0 0-.75-.11c-.411.003-.822.03-1.23.08a3 3 0 0 1-1-.64 6.07 6.07 0 0 1-1.29-2.33c.111-.661.178-1.33.2-2 .02-.25.02-.5 0-.75a1.05 1.05 0 0 0-.2-.88.82.82 0 0 0-.61-.23H8l3 3v4.14z\"/>"},"file-submodule":{"name":"file-submodule","figma":{"id":"0:292","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 7H4v7h9c.55 0 1-.45 1-1V8h-4V7zM9 9H5V8h4v1zm4-5H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h2V7c0-.55.45-1 1-1h6c.55 0 1 .45 1 1h3V5c0-.55-.45-1-1-1zM6 4H1V3h5v1z\"/>"},"file-symlink-directory":{"name":"file-symlink-directory","figma":{"id":"0:298","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["folder","subfolder","link","alias"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 4H7V3c0-.66-.31-1-1-1H1c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zM1 3h5v1H1V3zm6 9v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73C4.86 8.43 5.82 8 7.01 8V6l4 3-4 3H7z\"/>"},"file-symlink-file":{"name":"file-symlink-file","figma":{"id":"0:303","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["link","alias"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM6 4.5l4 3-4 3v-2c-.98-.02-1.84.22-2.55.7-.71.48-1.19 1.25-1.45 2.3.02-1.64.39-2.88 1.13-3.73.73-.84 1.69-1.27 2.88-1.27v-2H6z\"/>"},"file":{"name":"file","figma":{"id":"0:308","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["file","text","words"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 5H2V4h4v1zM2 8h7V7H2v1zm0 2h7V9H2v1zm0 2h7v-1H2v1zm10-7.5V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1h7.5L12 4.5zM11 5L8 2H1v12h10V5z\"/>"},"file-zip":{"name":"file-zip","figma":{"id":"0:316","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["compress","archive"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8.5 1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4.5L8.5 1zM11 14H1V2h3v1h1V2h3l3 3v9zM5 4V3h1v1H5zM4 4h1v1H4V4zm1 2V5h1v1H5zM4 6h1v1H4V6zm1 2V7h1v1H5zM4 9.28A2 2 0 0 0 3 11v1h4v-1a2 2 0 0 0-2-2V8H4v1.28zM6 10v1H4v-1h2z\"/>"},"flame":{"name":"flame","figma":{"id":"0:325","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fire","hot","burn","trending"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z\"/>"},"fold":{"name":"fold","figma":{"id":"0:329","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["unfold","hide","collapse"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 9l3 3H8v3H6v-3H4l3-3zm3-6H8V0H6v3H4l3 3 3-3zm4 2c0-.55-.45-1-1-1h-2.5l-1 1h3l-2 2h-7l-2-2h3l-1-1H1c-.55 0-1 .45-1 1l2.5 2.5L0 10c0 .55.45 1 1 1h2.5l1-1h-3l2-2h7l2 2h-3l1 1H13c.55 0 1-.45 1-1l-2.5-2.5L14 5z\"/>"},"gear":{"name":"gear","figma":{"id":"0:334","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["settings"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 8.77v-1.6l-1.94-.64-.45-1.09.88-1.84-1.13-1.13-1.81.91-1.09-.45-.69-1.92h-1.6l-.63 1.94-1.11.45-1.84-.88-1.13 1.13.91 1.81-.45 1.09L0 7.23v1.59l1.94.64.45 1.09-.88 1.84 1.13 1.13 1.81-.91 1.09.45.69 1.92h1.59l.63-1.94 1.11-.45 1.84.88 1.13-1.13-.92-1.81.47-1.09L14 8.75v.02zM7 11c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"/>"},"gift":{"name":"gift","figma":{"id":"0:338","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["package","present","skill","craft","freebie"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 4h-1.38c.19-.33.33-.67.36-.91.06-.67-.11-1.22-.52-1.61C11.1 1.1 10.65 1 10.1 1h-.11c-.53.02-1.11.25-1.53.58-.42.33-.73.72-.97 1.2-.23-.48-.55-.88-.97-1.2-.42-.32-1-.58-1.53-.58h-.03c-.56 0-1.06.09-1.44.48-.41.39-.58.94-.52 1.61.03.23.17.58.36.91H1.98c-.55 0-1 .45-1 1v3h1v5c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8h1V5c0-.55-.45-1-1-1H13zm-4.78-.88c.17-.36.42-.67.75-.92.3-.23.72-.39 1.05-.41h.09c.45 0 .66.11.8.25s.33.39.3.95c-.05.19-.25.61-.5 1h-2.9l.41-.88v.01zM4.09 2.04c.13-.13.31-.25.91-.25.31 0 .72.17 1.03.41.33.25.58.55.75.92L7.2 4H4.3c-.25-.39-.45-.81-.5-1-.03-.56.16-.81.3-.95l-.01-.01zM7 12.99H3V8h4v5-.01zm0-6H2V5h5v2-.01zm5 6H8V8h4v5-.01zm1-6H8V5h5v2-.01z\"/>"},"gist-secret":{"name":"gist-secret","figma":{"id":"0:347","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["gist","secret","private"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 10.5L9 14H5l1-3.5L5.25 9h3.5L8 10.5zM10 6H4L2 7h10l-2-1zM9 2L7 3 5 2 4 5h6L9 2zm4.03 7.75L10 9l1 2-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM4 9l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75H5l-2-3 1-2z\"/>"},"gist":{"name":"gist","figma":{"id":"0:354","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["gist","github"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.5 5L10 7.5 7.5 10l-.75-.75L8.5 7.5 6.75 5.75 7.5 5zm-3 0L2 7.5 4.5 10l.75-.75L3.5 7.5l1.75-1.75L4.5 5zM0 13V2c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v11c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1zm1 0h10V2H1v11z\"/>"},"git-branch":{"name":"git-branch","figma":{"id":"0:360","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fork","branch","git","duplicate"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 5c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v.3c-.02.52-.23.98-.63 1.38-.4.4-.86.61-1.38.63-.83.02-1.48.16-2 .45V4.72a1.993 1.993 0 0 0-1-3.72C.88 1 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2 1.11 0 2-.89 2-2 0-.53-.2-1-.53-1.36.09-.06.48-.41.59-.47.25-.11.56-.17.94-.17 1.05-.05 1.95-.45 2.75-1.25S8.95 7.77 9 6.73h-.02C9.59 6.37 10 5.73 10 5zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm0 12.41c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm6-8c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/>"},"git-commit":{"name":"git-commit","figma":{"id":"0:366","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10.86 7c-.45-1.72-2-3-3.86-3-1.86 0-3.41 1.28-3.86 3H0v2h3.14c.45 1.72 2 3 3.86 3 1.86 0 3.41-1.28 3.86-3H14V7h-3.14zM7 10.2c-1.22 0-2.2-.98-2.2-2.2 0-1.22.98-2.2 2.2-2.2 1.22 0 2.2.98 2.2 2.2 0 1.22-.98 2.2-2.2 2.2z\"/>"},"git-compare":{"name":"git-compare","figma":{"id":"0:370","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["difference","changes"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M5 12H4c-.27-.02-.48-.11-.69-.31-.21-.2-.3-.42-.31-.69V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V11c.03.78.34 1.47.94 2.06.6.59 1.28.91 2.06.94h1v2l3-3-3-3v2zM2 1.8c.66 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2C1.35 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2zm11 9.48V5c-.03-.78-.34-1.47-.94-2.06-.6-.59-1.28-.91-2.06-.94H9V0L6 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 12 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/>"},"git-merge":{"name":"git-merge","figma":{"id":"0:376","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["join"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 7c-.73 0-1.38.41-1.73 1.02V8C7.22 7.98 6 7.64 5.14 6.98c-.75-.58-1.5-1.61-1.89-2.44A1.993 1.993 0 0 0 2 .99C.89.99 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2a1.993 1.993 0 0 0 1-3.72V7.67c.67.7 1.44 1.27 2.3 1.69.86.42 2.03.63 2.97.64v-.02c.36.61 1 1.02 1.73 1.02 1.11 0 2-.89 2-2 0-1.11-.89-2-2-2zm-6.8 6c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm8 6c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/>"},"git-pull-request":{"name":"git-pull-request","figma":{"id":"0:382","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["review"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/>"},"globe":{"name":"globe","figma":{"id":"0:389","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["world","earth","planet"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7c.48 0 .94-.05 1.38-.14-.17-.08-.2-.73-.02-1.09.19-.41.81-1.45.2-1.8-.61-.35-.44-.5-.81-.91-.37-.41-.22-.47-.25-.58-.08-.34.36-.89.39-.94.02-.06.02-.27 0-.33 0-.08-.27-.22-.34-.23-.06 0-.11.11-.2.13-.09.02-.5-.25-.59-.33-.09-.08-.14-.23-.27-.34-.13-.13-.14-.03-.33-.11s-.8-.31-1.28-.48c-.48-.19-.52-.47-.52-.66-.02-.2-.3-.47-.42-.67-.14-.2-.16-.47-.2-.41-.04.06.25.78.2.81-.05.02-.16-.2-.3-.38-.14-.19.14-.09-.3-.95s.14-1.3.17-1.75c.03-.45.38.17.19-.13-.19-.3 0-.89-.14-1.11-.13-.22-.88.25-.88.25.02-.22.69-.58 1.16-.92.47-.34.78-.06 1.16.05.39.13.41.09.28-.05-.13-.13.06-.17.36-.13.28.05.38.41.83.36.47-.03.05.09.11.22s-.06.11-.38.3c-.3.2.02.22.55.61s.38-.25.31-.55c-.07-.3.39-.06.39-.06.33.22.27.02.5.08.23.06.91.64.91.64-.83.44-.31.48-.17.59.14.11-.28.3-.28.3-.17-.17-.19.02-.3.08-.11.06-.02.22-.02.22-.56.09-.44.69-.42.83 0 .14-.38.36-.47.58-.09.2.25.64.06.66-.19.03-.34-.66-1.31-.41-.3.08-.94.41-.59 1.08.36.69.92-.19 1.11-.09.19.1-.06.53-.02.55.04.02.53.02.56.61.03.59.77.53.92.55.17 0 .7-.44.77-.45.06-.03.38-.28 1.03.09.66.36.98.31 1.2.47.22.16.08.47.28.58.2.11 1.06-.03 1.28.31.22.34-.88 2.09-1.22 2.28-.34.19-.48.64-.84.92s-.81.64-1.27.91c-.41.23-.47.66-.66.8 3.14-.7 5.48-3.5 5.48-6.84 0-3.86-3.14-7-7-7L7 1zm1.64 6.56c-.09.03-.28.22-.78-.08-.48-.3-.81-.23-.86-.28 0 0-.05-.11.17-.14.44-.05.98.41 1.11.41.13 0 .19-.13.41-.05.22.08.05.13-.05.14zM6.34 1.7c-.05-.03.03-.08.09-.14.03-.03.02-.11.05-.14.11-.11.61-.25.52.03-.11.27-.58.3-.66.25zm1.23.89c-.19-.02-.58-.05-.52-.14.3-.28-.09-.38-.34-.38-.25-.02-.34-.16-.22-.19.12-.03.61.02.7.08.08.06.52.25.55.38.02.13 0 .25-.17.25zm1.47-.05c-.14.09-.83-.41-.95-.52-.56-.48-.89-.31-1-.41-.11-.1-.08-.19.11-.34.19-.15.69.06 1 .09.3.03.66.27.66.55.02.25.33.5.19.63h-.01z\"/>"},"graph":{"name":"graph","figma":{"id":"0:396","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["trend","stats","statistics"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z\"/>"},"heart":{"name":"heart","figma":{"id":"0:400","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["love","beat"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M9 2c-.97 0-1.69.42-2.2 1-.51.58-.78.92-.8 1-.02-.08-.28-.42-.8-1-.52-.58-1.17-1-2.2-1-1.632.086-2.954 1.333-3 3 0 .52.09 1.52.67 2.67C1.25 8.82 3.01 10.61 6 13c2.98-2.39 4.77-4.17 5.34-5.33C11.91 6.51 12 5.5 12 5c-.047-1.69-1.342-2.913-3-3z\"/>"},"history":{"name":"history","figma":{"id":"0:404","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["time","past","revert","back"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 13H6V6h5v2H8v5zM7 1C4.81 1 2.87 2.02 1.59 3.59L0 2v4h4L2.5 4.5C3.55 3.17 5.17 2.3 7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-.34.03-.67.09-1H.08C.03 7.33 0 7.66 0 8c0 3.86 3.14 7 7 7s7-3.14 7-7-3.14-7-7-7z\"/>"},"home":{"name":"home","figma":{"id":"0:408","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["welcome","index","house","building"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 9l-3-3V2h-2v2L8 1 0 9h2l1 5c0 .55.45 1 1 1h8c.55 0 1-.45 1-1l1-5h2zm-4 5H9v-4H7v4H4L2.81 7.69 8 2.5l5.19 5.19L12 14z\"/>"},"horizontal-rule":{"name":"horizontal-rule","figma":{"id":"0:412","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hr"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1 7h2v2h1V3H3v3H1V3H0v6h1V7zm9 2V7H9v2h1zm0-3V4H9v2h1zM7 6V4h2V3H6v6h1V7h2V6H7zm-7 7h10v-2H0v2z\"/>"},"hubot":{"name":"hubot","figma":{"id":"0:419","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["robot","bot"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 6c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1H3zm8 1.75L9.75 9h-1.5L7 7.75 5.75 9h-1.5L3 7.75V7h.75L5 8.25 6.25 7h1.5L9 8.25 10.25 7H11v.75zM5 11h4v1H5v-1zm2-9C3.14 2 0 4.91 0 8.5V13c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V8.5C14 4.91 10.86 2 7 2zm6 11H1V8.5c0-3.09 2.64-5.59 6-5.59s6 2.5 6 5.59V13z\"/>"},"inbox":{"name":"inbox","figma":{"id":"0:426","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mail","todo","new","messages"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 9l-1.13-7.14c-.08-.48-.5-.86-1-.86H2.13c-.5 0-.92.38-1 .86L0 9v5c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V9zm-3.28.55l-.44.89c-.17.34-.52.56-.91.56H4.61c-.38 0-.72-.22-.89-.55l-.44-.91c-.17-.33-.52-.55-.89-.55H1l1-7h10l1 7h-1.38c-.39 0-.73.22-.91.55l.01.01z\"/>"},"info":{"name":"info","figma":{"id":"0:430","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["help"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z\"/>"},"issue-closed":{"name":"issue-closed","figma":{"id":"0:436","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["done","complete"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 10h2v2H7v-2zm2-6H7v5h2V4zm1.5 1.5l-1 1L12 9l4-4.5-1-1L12 7l-1.5-1.5zM8 13.7A5.71 5.71 0 0 1 2.3 8c0-3.14 2.56-5.7 5.7-5.7 1.83 0 3.45.88 4.5 2.2l.92-.92A6.947 6.947 0 0 0 8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7l-1.52 1.52c-.66 2.41-2.86 4.19-5.48 4.19v-.01z\"/>"},"issue-opened":{"name":"issue-opened","figma":{"id":"0:442","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["new"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z\"/>"},"issue-reopened":{"name":"issue-reopened","figma":{"id":"0:448","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["regression"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 9H6V4h2v5zm-2 3h2v-2H6v2zm6.33-2H10l1.5 1.5c-1.05 1.33-2.67 2.2-4.5 2.2A5.71 5.71 0 0 1 1.3 8c0-.34.03-.67.09-1H.08C.03 7.33 0 7.66 0 8c0 3.86 3.14 7 7 7 2.19 0 4.13-1.02 5.41-2.59L14 14v-4h-1.67zM1.67 6H4L2.5 4.5C3.55 3.17 5.17 2.3 7 2.3c3.14 0 5.7 2.56 5.7 5.7 0 .34-.03.67-.09 1h1.31c.05-.33.08-.66.08-1 0-3.86-3.14-7-7-7-2.19 0-4.13 1.02-5.41 2.59L0 2v4h1.67z\"/>"},"italic":{"name":"italic","figma":{"id":"0:454","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["font","italic","style"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2.81 5h1.98L3 14H1l1.81-9zm.36-2.7c0-.7.58-1.3 1.33-1.3.56 0 1.13.38 1.13 1.03 0 .75-.59 1.3-1.33 1.3-.58 0-1.13-.38-1.13-1.03z\"/>"},"jersey":{"name":"jersey","figma":{"id":"0:458","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["team","game","basketball"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.5 6l-.5.5v5l.5.5h2l.5-.5v-5L6.5 6h-2zM6 11H5V7h1v4zm6.27-7.25C12.05 2.37 11.96 1.12 12 0H9.02c0 .27-.13.48-.39.69-.25.2-.63.3-1.13.3-.5 0-.88-.09-1.13-.3-.23-.2-.36-.42-.36-.69H3c.05 1.13-.03 2.38-.25 3.75C2.55 5.13 1.95 5.88 1 6v9c.02.27.11.48.31.69.2.21.42.3.69.31h11c.27-.02.48-.11.69-.31.21-.2.3-.42.31-.69V6c-.95-.13-1.53-.88-1.75-2.25h.02zM13 15H2V7c.89-.5 1.48-1.25 1.72-2.25S4.03 2.5 4 1h1c-.02.78.16 1.47.52 2.06.36.58 1.02.89 2 .94.98-.02 1.64-.33 2-.94.36-.59.5-1.28.48-2.06h1c.02 1.42.13 2.55.33 3.38.2.81.69 2 1.67 2.63v8V15zM8.5 6l-.5.5v5l.5.5h2l.5-.5v-5l-.5-.5h-2zm1.5 5H9V7h1v4z\"/>"},"keyboard":{"name":"keyboard","figma":{"id":"0:466","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["type","keys","write","shortcuts"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 5H9V4h1v1zM3 6H2v1h1V6zm5-2H7v1h1V4zM4 4H2v1h2V4zm8 7h2v-1h-2v1zM8 7h1V6H8v1zm-4 3H2v1h2v-1zm8-6h-1v1h1V4zm2 0h-1v1h1V4zm-2 5h2V6h-2v3zm4-6v9c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h14c.55 0 1 .45 1 1zm-1 0H1v9h14V3zM6 7h1V6H6v1zm0-3H5v1h1V4zM4 7h1V6H4v1zm1 4h6v-1H5v1zm5-4h1V6h-1v1zM3 8H2v1h1V8zm5 0v1h1V8H8zM6 8v1h1V8H6zM5 8H4v1h1V8zm5 1h1V8h-1v1z\"/>"},"law":{"name":"law","figma":{"id":"0:490","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["legal","bill"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z\"/>"},"link":{"name":"link","figma":{"id":"0:496","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["connect","hyperlink"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"/>"},"list-ordered":{"name":"list-ordered","figma":{"id":"0:500","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["numbers","tasks","todo","items"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 12.99c0 .589 0 .998-.59.998H4.597c-.59 0-.59-.41-.59-.999 0-.59 0-.999.59-.999H11.4c.59 0 .59.41.59 1H12zM4.596 3.996H11.4c.59 0 .59-.41.59-1 0-.589 0-.999-.59-.999H4.596c-.59 0-.59.41-.59 1 0 .589 0 .999.59.999zM11.4 6.994H4.596c-.59 0-.59.41-.59 1 0 .589 0 .999.59.999H11.4c.59 0 .59-.41.59-1 0-.59 0-.999-.59-.999zM2.008 1h-.72C.99 1.19.71 1.25.26 1.34V2h.75v2.138H.17v.859h2.837v-.86h-.999V1zm.25 8.123c-.17 0-.45.03-.66.06.53-.56 1.14-1.249 1.14-1.888-.02-.78-.56-1.299-1.36-1.299-.589 0-.968.2-1.378.64l.58.579c.19-.19.38-.38.639-.38.28 0 .48.16.48.52 0 .53-.77 1.199-1.699 2.058v.58h2.998l-.09-.88h-.66l.01.01zm-.08 3.777v-.03c.44-.19.64-.47.64-.859 0-.7-.56-1.11-1.44-1.11-.479 0-.888.19-1.278.52l.55.64c.25-.2.44-.31.689-.31.27 0 .42.13.42.36 0 .27-.2.44-.86.44v.749c.83 0 .98.17.98.47 0 .25-.23.38-.58.38-.28 0-.56-.14-.81-.38l-.479.659c.3.36.77.56 1.409.56.83 0 1.529-.41 1.529-1.16 0-.5-.31-.809-.77-.939v.01z\"/>"},"list-unordered":{"name":"list-unordered","figma":{"id":"0:508","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["bullet","point","tasks","todo","items"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 13c0 .59 0 1-.59 1H.59C0 14 0 13.59 0 13c0-.59 0-1 .59-1h.81c.59 0 .59.41.59 1H2zm2.59-9h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1H4.59C4 2 4 2.41 4 3c0 .59 0 1 .59 1zM1.41 7H.59C0 7 0 7.41 0 8c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0-5H.59C0 2 0 2.41 0 3c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm10 5H4.59C4 7 4 7.41 4 8c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0 5H4.59C4 12 4 12.41 4 13c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01z\"/>"},"location":{"name":"location","figma":{"id":"0:516","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["here","marker"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 0C2.69 0 0 2.5 0 5.5 0 10.02 6 16 6 16s6-5.98 6-10.5C12 2.5 9.31 0 6 0zm0 14.55C4.14 12.52 1 8.44 1 5.5 1 3.02 3.25 1 6 1c1.34 0 2.61.48 3.56 1.36.92.86 1.44 1.97 1.44 3.14 0 2.94-3.14 7.02-5 9.05zM8 5.5c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z\"/>"},"lock":{"name":"lock","figma":{"id":"0:521","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["secure","safe","protected"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 13H3v-1h1v1zm8-6v7c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h1V4c0-2.2 1.8-4 4-4s4 1.8 4 4v2h1c.55 0 1 .45 1 1zM3.8 6h4.41V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v2H3.8zM11 7H2v7h9V7zM4 8H3v1h1V8zm0 2H3v1h1v-1z\"/>"},"logo-gist":{"name":"logo-gist","figma":{"id":"0:529","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brand","github","logo"],"width":25,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.7 8.73h2.45v4.02c-.55.27-1.64.34-2.53.34-2.56 0-3.47-2.2-3.47-5.05 0-2.85.91-5.06 3.48-5.06 1.28 0 2.06.23 3.28.73V2.66C7.27 2.33 6.25 2 4.63 2 1.13 2 0 4.69 0 8.03c0 3.34 1.11 6.03 4.63 6.03 1.64 0 2.81-.27 3.59-.64V7.73H4.7v1zm6.39 3.72V6.06h-1.05v6.28c0 1.25.58 1.72 1.72 1.72v-.89c-.48 0-.67-.16-.67-.7v-.02zm.25-8.72c0-.44-.33-.78-.78-.78s-.77.34-.77.78.33.78.77.78.78-.34.78-.78zm4.34 5.69c-1.5-.13-1.78-.48-1.78-1.17 0-.77.33-1.34 1.88-1.34 1.05 0 1.66.16 2.27.36v-.94c-.69-.3-1.52-.39-2.25-.39-2.2 0-2.92 1.2-2.92 2.31 0 1.08.47 1.88 2.73 2.08 1.55.13 1.77.63 1.77 1.34 0 .73-.44 1.42-2.06 1.42-1.11 0-1.86-.19-2.33-.36v.94c.5.2 1.58.39 2.33.39 2.38 0 3.14-1.2 3.14-2.41 0-1.28-.53-2.03-2.75-2.23h-.03zm8.58-2.47v-.86h-2.42v-2.5l-1.08.31v2.11l-1.56.44v.48h1.56v5c0 1.53 1.19 2.13 2.5 2.13.19 0 .52-.02.69-.05v-.89c-.19.03-.41.03-.61.03-.97 0-1.5-.39-1.5-1.34V6.94h2.42v.02-.01z\"/>"},"logo-github":{"name":"logo-github","figma":{"id":"0:536","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["brand","github","logo"],"width":45,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 0 0-.146-.18zm23.696-2.2c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61h-2.1c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z\"/>"},"mail-read":{"name":"mail-read","figma":{"id":"0:547","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["email","open"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 5H4V4h2v1zm3 1H4v1h5V6zm5-.48V14c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V5.52c0-.33.16-.63.42-.81L2 3.58V3c0-.55.45-1 1-1h1.2L7 0l2.8 2H11c.55 0 1 .45 1 1v.58l1.58 1.13c.27.19.42.48.42.81zM3 7.5L7 10l4-2.5V3H3v4.5zm-2 6l4.5-3-4.5-3v6zm11 .5l-5-3-5 3h10zm1-6.5l-4.5 3 4.5 3v-6z\"/>"},"reply":{"name":"reply","figma":{"id":"0:554","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["reply all","back"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 3.5c3.92.44 8 3.125 8 10-2.312-5.062-4.75-6-8-6V11L.5 5.5 6 0v3.5z\"/>"},"mail":{"name":"mail","figma":{"id":"0:558","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["email","unread"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 4v8c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1zm13 0L7 9 1 4h12zM1 5.5l4 3-4 3v-6zM2 12l3.5-3L7 10.5 8.5 9l3.5 3H2zm11-.5l-4-3 4-3v6z\"/>"},"mark-github":{"name":"mark-github","figma":{"id":"0:563","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["octocat","brand","github","logo"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z\"/>"},"markdown":{"name":"markdown","figma":{"id":"0:567","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["markup","style"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z\"/>"},"megaphone":{"name":"megaphone","figma":{"id":"0:572","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["bullhorn","loud","shout","broadcast"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 1c-.17 0-.36.05-.52.14C8.04 2.02 4.5 4.58 3 5c-1.38 0-3 .67-3 2.5S1.63 10 3 10c.3.08.64.23 1 .41V15h2v-3.45c1.34.86 2.69 1.83 3.48 2.31.16.09.34.14.52.14.52 0 1-.42 1-1V2c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V7zm0 2l4 2v1l-4-2V9zm4-6v1l-4 2V5l4-2z\"/>"},"mention":{"name":"mention","figma":{"id":"0:579","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["at","ping"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.58 15c1.25 0 2.52-.31 3.56-.94l-.42-.94c-.84.52-1.89.83-3.03.83-3.23 0-5.64-2.08-5.64-5.72 0-4.37 3.23-7.18 6.58-7.18 3.45 0 5.22 2.19 5.22 5.2 0 2.39-1.34 3.86-2.5 3.86-1.05 0-1.36-.73-1.05-2.19l.73-3.75H8.98l-.11.72c-.41-.63-.94-.83-1.56-.83-2.19 0-3.66 2.39-3.66 4.38 0 1.67.94 2.61 2.3 2.61.84 0 1.67-.53 2.3-1.25.11.94.94 1.45 1.98 1.45 1.67 0 3.77-1.67 3.77-5C14 2.61 11.59 0 7.83 0 3.66 0 0 3.33 0 8.33 0 12.71 2.92 15 6.58 15zm-.31-5c-.73 0-1.36-.52-1.36-1.67 0-1.45.94-3.22 2.41-3.22.52 0 .84.2 1.25.83l-.52 3.02c-.63.73-1.25 1.05-1.78 1.05V10z\"/>"},"milestone":{"name":"milestone","figma":{"id":"0:583","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["marker"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 2H6V0h2v2zm4 5H2c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h10l2 2-2 2zM8 4H6v2h2V4zM6 16h2V8H6v8z\"/>"},"mirror":{"name":"mirror","figma":{"id":"0:589","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["reflect"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.5 4.7L8.5 0l-7 4.7c-.3.19-.5.45-.5.8V16l7.5-4 7.5 4V5.5c0-.34-.2-.61-.5-.8zm-.5 9.8l-6-3.25V10H8v1.25L2 14.5v-9l6-4V6h1V1.5l6 4v9zM6 7h5V5l3 3-3 3V9H6v2L3 8l3-3v2z\"/>"},"mortar-board":{"name":"mortar-board","figma":{"id":"0:594","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["education","learn","teach"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.83 9.19L4 8c-4-8 0 1.5 0 2.5S5.8 12 8 12s4-.5 4-1.5V8L8.17 9.19a.73.73 0 0 1-.36 0h.02zm.28-6.39a.34.34 0 0 0-.2 0L.27 5.18a.35.35 0 0 0 0 .67L2 6.4v1.77c-.3.17-.5.5-.5.86 0 .19.05.36.14.5-.08.14-.14.31-.14.5v2.58c0 .55 2 .55 2 0v-2.58c0-.19-.05-.36-.14-.5.08-.14.14-.31.14-.5 0-.38-.2-.69-.5-.86V6.72l4.89 1.53c.06.02.14.02.2 0l7.64-2.38a.35.35 0 0 0 0-.67L8.1 2.81l.01-.01zM8.02 6c-.55 0-1-.22-1-.5s.45-.5 1-.5 1 .22 1 .5-.45.5-1 .5z\"/>"},"mute":{"name":"mute","figma":{"id":"0:599","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["quiet","sound","audio","turn","off"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 2.81v10.38c0 .67-.81 1-1.28.53L3 10H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h2l3.72-3.72C7.19 1.81 8 2.14 8 2.81zm7.53 3.22l-1.06-1.06-1.97 1.97-1.97-1.97-1.06 1.06L11.44 8 9.47 9.97l1.06 1.06 1.97-1.97 1.97 1.97 1.06-1.06L13.56 8l1.97-1.97z\"/>"},"no-newline":{"name":"no-newline","figma":{"id":"0:603","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["return"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 5v3c0 .55-.45 1-1 1h-3v2L9 8l3-3v2h2V5h2zM8 8c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4zM1.5 9.66L5.66 5.5C5.18 5.19 4.61 5 4 5 2.34 5 1 6.34 1 8c0 .61.19 1.17.5 1.66zM7 8c0-.61-.19-1.17-.5-1.66L2.34 10.5c.48.31 1.05.5 1.66.5 1.66 0 3-1.34 3-3z\"/>"},"octoface":{"name":"octoface","figma":{"id":"0:609","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["octocat","brand"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14.7 5.34c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32c-2.39-1.64-3.44-1.3-3.44-1.3-.68 1.72-.26 2.99-.13 3.31C.49 6.21 0 7.33 0 8.69 0 13.84 3.33 15 7.98 15S16 13.84 16 8.69c0-1.36-.49-2.48-1.3-3.35zM8 14.02c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 9.01c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z\"/>"},"organization":{"name":"organization","figma":{"id":"0:613","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["people","group","team"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1 0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3-.229.59 0 1 0 1s1.549.711 2.42 2.088C9.196 9.369 10 8.999 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3-.229.59 0 1 0 1s3.005 1.366 3.005 4z\"/>"},"package":{"name":"package","figma":{"id":"0:617","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["box","ship"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1 4.27v7.47c0 .45.3.84.75.97l6.5 1.73c.16.05.34.05.5 0l6.5-1.73c.45-.13.75-.52.75-.97V4.27c0-.45-.3-.84-.75-.97l-6.5-1.74a1.4 1.4 0 0 0-.5 0L1.75 3.3c-.45.13-.75.52-.75.97zm7 9.09l-6-1.59V5l6 1.61v6.75zM2 4l2.5-.67L11 5.06l-2.5.67L2 4zm13 7.77l-6 1.59V6.61l2-.55V8.5l2-.53V5.53L15 5v6.77zm-2-7.24L6.5 2.8l2-.53L15 4l-2 .53z\"/>"},"paintcan":{"name":"paintcan","figma":{"id":"0:624","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["style","theme","art","color"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 0C2.69 0 0 2.69 0 6v1c0 .55.45 1 1 1v5c0 1.1 2.24 2 5 2s5-.9 5-2V8c.55 0 1-.45 1-1V6c0-3.31-2.69-6-6-6zm3 10v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V10c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.5c0 .55-.45 1-1 1s-1-.45-1-1v-1c-.55 0-1-.45-1-1V7.2c.91.49 2.36.8 4 .8 1.64 0 3.09-.31 4-.8V9c0 .55-.45 1-1 1zM6 7c-1.68 0-3.12-.41-3.71-1C2.88 5.41 4.32 5 6 5c1.68 0 3.12.41 3.71 1-.59.59-2.03 1-3.71 1zm0-3c-2.76 0-5 .89-5 2 0-2.76 2.24-5 5-5s5 2.24 5 5c0-1.1-2.24-2-5-2z\"/>"},"pencil":{"name":"pencil","figma":{"id":"0:630","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["edit","change","update","write"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 0 1 1.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z\"/>"},"person":{"name":"person","figma":{"id":"0:633","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["people","man","woman","human"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 14.002a.998.998 0 0 1-.998.998H1.001A1 1 0 0 1 0 13.999V13c0-2.633 4-4 4-4s.229-.409 0-1c-.841-.62-.944-1.59-1-4 .173-2.413 1.867-3 3-3s2.827.586 3 3c-.056 2.41-.159 3.38-1 4-.229.59 0 1 0 1s4 1.367 4 4v1.002z\"/>"},"pin":{"name":"pin","figma":{"id":"0:635","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","star","bookmark"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 1.2V2l.5 1L6 6H2.2c-.44 0-.67.53-.34.86L5 10l-4 5 5-4 3.14 3.14a.5.5 0 0 0 .86-.34V10l3-4.5 1 .5h.8c.44 0 .67-.53.34-.86L10.86.86a.5.5 0 0 0-.86.34z\"/>"},"plug":{"name":"plug","figma":{"id":"0:637","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hook","webhook"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 6V5h-4V3H8v1H6c-1.03 0-1.77.81-2 2L3 7c-1.66 0-3 1.34-3 3v2h1v-2c0-1.11.89-2 2-2l1 1c.25 1.16.98 2 2 2h2v1h2v-2h4V9h-4V6h4z\"/>"},"plus":{"name":"plus","figma":{"id":"0:639","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["add","new","more"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 9H7v5H5V9H0V7h5V2h2v5h5v2z\"/>"},"primitive-dot":{"name":"primitive-dot","figma":{"id":"0:641","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["circle"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 8c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4z\"/>"},"primitive-square":{"name":"primitive-square","figma":{"id":"0:643","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["box"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 12H0V4h8v8z\"/>"},"pulse":{"name":"pulse","figma":{"id":"0:645","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["graph","trend","line","activity"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8h-2.5z\"/>"},"question":{"name":"question","figma":{"id":"0:649","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["help","explain"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 10h2v2H6v-2zm4-3.5C10 8.64 8 9 8 9H6c0-.55.45-1 1-1h.5c.28 0 .5-.22.5-.5v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5V7H4c0-1.5 1.5-3 3-3s3 1 3 2.5zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z\"/>"},"quote":{"name":"quote","figma":{"id":"0:655","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["quotation"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.16 3.5C3.73 5.06 2.55 6.67 2.55 9.36c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.9 0-2.99-1.52-2.99-4.25 0-3.8 1.75-6.53 5.02-8.42L6.16 3.5zm7 0c-2.43 1.56-3.61 3.17-3.61 5.86.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.89 0-2.98-1.52-2.98-4.25 0-3.8 1.75-6.53 5.02-8.42l1.14 1.84h-.01z\"/>"},"radio-tower":{"name":"radio-tower","figma":{"id":"0:659","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["broadcast"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.79 6.11c.25-.25.25-.67 0-.92-.32-.33-.48-.76-.48-1.19 0-.43.16-.86.48-1.19.25-.26.25-.67 0-.92a.613.613 0 0 0-.45-.19c-.16 0-.33.06-.45.19-.57.58-.85 1.35-.85 2.11 0 .76.29 1.53.85 2.11.25.25.66.25.9 0zM2.33.52a.651.651 0 0 0-.92 0C.48 1.48.01 2.74.01 3.99c0 1.26.47 2.52 1.4 3.48.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54 0-.92.34-1.84 1.02-2.54a.66.66 0 0 0 .01-.93zm5.69 5.1A1.62 1.62 0 1 0 6.4 4c-.01.89.72 1.62 1.62 1.62zM14.59.53a.628.628 0 0 0-.91 0c-.25.26-.25.68 0 .94.68.7 1.02 1.62 1.02 2.54 0 .92-.34 1.83-1.02 2.54-.25.26-.25.68 0 .94a.651.651 0 0 0 .92 0c.93-.96 1.4-2.22 1.4-3.48A5.048 5.048 0 0 0 14.59.53zM8.02 6.92c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.21 6.62c-.38.2-.78.3-1.19.3zm-.01.48L9.02 11h-2l.99-3.6zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92.32.33.48.76.48 1.19 0 .43-.16.86-.48 1.19-.25.26-.25.67 0 .92a.63.63 0 0 0 .9 0c.57-.58.85-1.35.85-2.11 0-.76-.28-1.53-.85-2.11a.634.634 0 0 0-.9 0z\"/>"},"repo-clone":{"name":"repo-clone","figma":{"id":"0:669","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15 0H9v7c0 .55.45 1 1 1h1v1h1V8h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 7h-1V6h1v1zm4 0h-3V6h3v1zm0-2h-4V1h4v4zM4 5H3V4h1v1zm0-2H3V2h1v1zM2 1h6V0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h2v2l1.5-1.5L6 16v-2h5c.55 0 1-.45 1-1v-3H2V1zm9 10v2H6v-1H3v1H1v-2h10zM3 8h1v1H3V8zm1-1H3V6h1v1z\"/>"},"repo-force-push":{"name":"repo-force-push","figma":{"id":"0:681","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","put"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 9H8v7H6V9H4l2.25-3H4l3-4 3 4H7.75L10 9zm1-9H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9v9H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z\"/>"},"repo-forked":{"name":"repo-forked","figma":{"id":"0:685","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","copy"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z\"/>"},"repo-pull":{"name":"repo-pull","figma":{"id":"0:691","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","get"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 8V6H7V4h6V2l3 3-3 3zM4 2H3v1h1V2zm7 5h1v6c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2h-1V1H2v9h9V7zm0 4H1v2h2v-1h3v1h5v-2zM4 6H3v1h1V6zm0-2H3v1h1V4zM3 9h1V8H3v1z\"/>"},"repo-push":{"name":"repo-push","figma":{"id":"0:700","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository","put"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 3H3V2h1v1zM3 5h1V4H3v1zm4 0L4 9h2v7h2V9h2L7 5zm4-5H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h4v-1H1v-2h4v-1H2V1h9.02L11 10H9v1h2v2H9v1h2c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1z\"/>"},"repo":{"name":"repo","figma":{"id":"0:706","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["book","journal","repository"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z\"/>"},"rocket":{"name":"rocket","figma":{"id":"0:715","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["staff","stafftools","blast","off","space","launch","ship"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12.17 3.83c-.27-.27-.47-.55-.63-.88-.16-.31-.27-.66-.34-1.02-.58.33-1.16.7-1.73 1.13-.58.44-1.14.94-1.69 1.48-.7.7-1.33 1.81-1.78 2.45H3L0 10h3l2-2c-.34.77-1.02 2.98-1 3l1 1c.02.02 2.23-.64 3-1l-2 2v3l3-3v-3c.64-.45 1.75-1.09 2.45-1.78.55-.55 1.05-1.13 1.47-1.7.44-.58.81-1.16 1.14-1.72-.36-.08-.7-.19-1.03-.34a3.39 3.39 0 0 1-.86-.63zM16 0s-.09.38-.3 1.06c-.2.7-.55 1.58-1.06 2.66-.7-.08-1.27-.33-1.66-.72-.39-.39-.63-.94-.7-1.64C13.36.84 14.23.48 14.92.28 15.62.08 16 0 16 0z\"/>"},"rss":{"name":"rss","figma":{"id":"0:719","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["broadcast","feed","atom"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 13H0v-2c1.11 0 2 .89 2 2zM0 3v1a9 9 0 0 1 9 9h1C10 7.48 5.52 3 0 3zm0 4v1c2.75 0 5 2.25 5 5h1c0-3.31-2.69-6-6-6z\"/>"},"ruby":{"name":"ruby","figma":{"id":"0:724","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["code","language"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 6l-5 5V4h3l2 2zm3 0l-8 8-8-8 4-4h8l4 4zm-8 6.5L14.5 6l-3-3h-7l-3 3L8 12.5z\"/>"},"search":{"name":"search","figma":{"id":"0:729","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["magnifying","glass"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z\"/>"},"server":{"name":"server","figma":{"id":"0:733","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["computers","racks","ops"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 6H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V7c0-.55-.45-1-1-1zM2 9H1V7h1v2zm2 0H3V7h1v2zm2 0H5V7h1v2zm2 0H7V7h1v2zm3-8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zM2 4H1V2h1v2zm2 0H3V2h1v2zm2 0H5V2h1v2zm2 0H7V2h1v2zm3-1h-1V2h1v1zm0 8H1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zm-9 3H1v-2h1v2zm2 0H3v-2h1v2zm2 0H5v-2h1v2zm2 0H7v-2h1v2z\"/>"},"settings":{"name":"settings","figma":{"id":"0:751","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["sliders","filters","controls","levels"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 7H3V2h1v5zm-1 7h1v-3H3v3zm5 0h1V8H8v6zm5 0h1v-2h-1v2zm1-12h-1v6h1V2zM9 2H8v2h1V2zM5 8H2c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm5-3H7c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1zm5 4h-3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1z\"/>"},"shield":{"name":"shield","figma":{"id":"0:762","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["protect","shield","lock"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 0L0 2v6.02C0 12.69 5.31 16 7 16c1.69 0 7-3.31 7-7.98V2L7 0zM5 11l1.14-2.8a.568.568 0 0 0-.25-.59C5.33 7.25 5 6.66 5 6c0-1.09.89-2 1.98-2C8.06 4 9 4.91 9 6c0 .66-.33 1.25-.89 1.61-.19.13-.3.36-.25.59L9 11H5z\"/>"},"sign-in":{"name":"sign-in","figma":{"id":"0:764","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["door","arrow","direction","enter","log in"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 6.75V12h4V8h1v4c0 .55-.45 1-1 1H7v3l-5.45-2.72c-.33-.17-.55-.52-.55-.91V1c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v3h-1V1H3l4 2v2.25L10 3v2h4v2h-4v2L7 6.75z\"/>"},"sign-out":{"name":"sign-out","figma":{"id":"0:768","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["door","arrow","direction","leave","log out"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.992 8.994V6.996H7.995v-2h3.997V2.999l3.998 2.998-3.998 2.998zm-1.998 2.998H5.996V2.998L2 1h7.995v2.998h1V1c0-.55-.45-.999-1-.999H.999A1.001 1.001 0 0 0 0 1v11.372c0 .39.22.73.55.91L5.996 16v-3.008h3.998c.55 0 1-.45 1-1V7.995h-1v3.997z\"/>"},"smiley":{"name":"smiley","figma":{"id":"0:772","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["emoji","smile","mood","emotion"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm4.81 12.81a6.72 6.72 0 0 1-2.17 1.45c-.83.36-1.72.53-2.64.53-.92 0-1.81-.17-2.64-.53-.81-.34-1.55-.83-2.17-1.45a6.773 6.773 0 0 1-1.45-2.17A6.59 6.59 0 0 1 1.21 8c0-.92.17-1.81.53-2.64.34-.81.83-1.55 1.45-2.17.62-.62 1.36-1.11 2.17-1.45A6.59 6.59 0 0 1 8 1.21c.92 0 1.81.17 2.64.53.81.34 1.55.83 2.17 1.45.62.62 1.11 1.36 1.45 2.17.36.83.53 1.72.53 2.64 0 .92-.17 1.81-.53 2.64-.34.81-.83 1.55-1.45 2.17zM4 6.8v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2H5.2C4.53 8 4 7.47 4 6.8zm5 0v-.59c0-.66.53-1.19 1.2-1.19h.59c.66 0 1.19.53 1.19 1.19v.59c0 .67-.53 1.2-1.19 1.2h-.59C9.53 8 9 7.47 9 6.8zm4 3.2c-.72 1.88-2.91 3-5 3s-4.28-1.13-5-3c-.14-.39.23-1 .66-1h8.59c.41 0 .89.61.75 1z\"/>"},"squirrel":{"name":"squirrel","figma":{"id":"0:779","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["ship","shipit","launch"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 1C9.79 1 8 2.31 8 3.92c0 1.94.5 3.03 0 6.08 0-4.5-2.77-6.34-4-6.34.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7 4.29.68 6.87c.2.33 1.53.6 2.47.43.89.05.67.79.47.99C2.78 9.13 2 8 1 8S0 9 1 9s1 1 3 1c-3.09 1.2 0 4 0 4H3c-1 0-1 1-1 1h6c3 0 5-1 5-3.47 0-.85-.43-1.79-1-2.53-1.11-1.46.23-2.68 1-2 .77.68 3 1 3-2 0-2.21-1.79-4-4-4zM2.5 6c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5z\"/>"},"star":{"name":"star","figma":{"id":"0:781","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["save","remember","like"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z\"/>"},"stop":{"name":"stop","figma":{"id":"0:785","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["block","spam","report"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 1H4L0 5v6l4 4h6l4-4V5l-4-4zm3 9.5L9.5 14h-5L1 10.5v-5L4.5 2h5L13 5.5v5zM6 4h2v5H6V4zm0 6h2v2H6v-2z\"/>"},"sync":{"name":"sync","figma":{"id":"0:791","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["cycle","refresh","loop"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10.24 7.4a4.15 4.15 0 0 1-1.2 3.6 4.346 4.346 0 0 1-5.41.54L4.8 10.4.5 9.8l.6 4.2 1.31-1.26c2.36 1.74 5.7 1.57 7.84-.54a5.876 5.876 0 0 0 1.74-4.46l-1.75-.34zM2.96 5a4.346 4.346 0 0 1 5.41-.54L7.2 5.6l4.3.6-.6-4.2-1.31 1.26c-2.36-1.74-5.7-1.57-7.85.54C.5 5.03-.06 6.65.01 8.26l1.75.35A4.17 4.17 0 0 1 2.96 5z\"/>"},"tag":{"name":"tag","figma":{"id":"0:795","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["release"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.685 1.72a2.49 2.49 0 0 0-1.76-.726H3.48A2.5 2.5 0 0 0 .994 3.48v2.456c0 .656.269 1.292.726 1.76l6.024 6.024a.99.99 0 0 0 1.402 0l4.563-4.563a.99.99 0 0 0 0-1.402L7.685 1.72zM2.366 7.048a1.54 1.54 0 0 1-.467-1.123V3.48c0-.874.716-1.58 1.58-1.58h2.456c.418 0 .825.159 1.123.467l6.104 6.094-4.702 4.702-6.094-6.114zm.626-4.066h1.989v1.989H2.982V2.982h.01z\"/>"},"tasklist":{"name":"tasklist","figma":{"id":"0:800","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["todo"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.41 9H7.59C7 9 7 8.59 7 8c0-.59 0-1 .59-1h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM9.59 4C9 4 9 3.59 9 3c0-.59 0-1 .59-1h5.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H9.59zM0 3.91l1.41-1.3L3 4.2 7.09 0 8.5 1.41 3 6.91l-3-3zM7.59 12h7.81c.59 0 .59.41.59 1 0 .59 0 1-.59 1H7.59C7 14 7 13.59 7 13c0-.59 0-1 .59-1z\"/>"},"telescope":{"name":"telescope","figma":{"id":"0:806","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["science","space","look","view","explore"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 9l3 6h-1l-2-4v5H7v-6l-2 5H4l2-5 2-1zM7 0H6v1h1V0zM5 3H4v1h1V3zM2 1H1v1h1V1zM.63 9a.52.52 0 0 0-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66-1.16-2-1.27.86.01.01zm7.89-5.39l-5.8 3.95L3.95 9.7l6.33-3.03-1.77-3.06h.01zm4.22 1.28l-1.47-2.52a.51.51 0 0 0-.72-.17l-1.2.83 1.84 3.2 1.33-.64c.27-.13.36-.44.22-.7z\"/>"},"terminal":{"name":"terminal","figma":{"id":"0:815","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["code","ops","shell"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7 10h4v1H7v-1zm-3 1l3-3-3-3-.75.75L5.5 8l-2.25 2.25L4 11zm10-8v10c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h12c.55 0 1 .45 1 1zm-1 0H1v10h12V3z\"/>"},"text-size":{"name":"text-size","figma":{"id":"0:821","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["font","size","text"],"width":18,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13.62 9.08L12.1 3.66h-.06l-1.5 5.42h3.08zM5.7 10.13S4.68 6.52 4.53 6.02h-.08l-1.13 4.11H5.7zM17.31 14h-2.25l-.95-3.25h-4.07L9.09 14H6.84l-.69-2.33H2.87L2.17 14H0l3.3-9.59h2.5l2.17 6.34L10.86 2h2.52l3.94 12h-.01z\"/>"},"three-bars":{"name":"three-bars","figma":{"id":"0:826","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["hamburger","menu","dropdown"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z\"/>"},"thumbsdown":{"name":"thumbsdown","figma":{"id":"0:831","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["thumb","thumbsdown","rejected","dislike"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.97 7.825L15 1.88C14.83.499 13.123 0 11.993 0H5.686c-.2 0-.38.05-.53.14L3.719 1h-1.72C.94 1 0 1.938 0 2.997v3.998c0 1.059.94 2.018 1.999 1.998h1.998c.91 0 1.39.45 2.389 1.55.91.999.88 1.798.63 3.267-.08.5.06 1 .42 1.42.39.47.979.769 1.558.769 1.83 0 2.998-3.718 2.998-5.017l-.02-.98h2.04c1.159 0 1.948-.799 1.978-1.968 0-.06.02-.13-.02-.2v-.01zm-1.969 1.19h-1.989c-.7 0-1.029.28-1.029.969l.03 1.03c0 1.268-1.17 3.997-1.999 3.997-.5 0-1.079-.5-.999-1 .25-1.579.34-2.778-.89-4.137-1.019-1.13-1.768-1.879-3.127-1.879V1.999l1.668-1h6.326c.73 0 1.95.31 2 1l.02.02.999 5.996c-.03.64-.38 1-1 1h-.01z\"/>"},"thumbsup":{"name":"thumbsup","figma":{"id":"0:835","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["thumb","thumbsup","prop","ship","like"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13.991 13.991c-.05.69-1.269 1-1.998 1H5.665l-1.669-1V7.995c1.36 0 2.11-.75 3.129-1.879 1.229-1.359 1.139-2.558.879-4.127-.08-.5.5-1 1-1 .829 0 1.998 2.729 1.998 3.998l-.02 1.03c0 .689.33.969 1.02.969H14c.63 0 .98.36 1 .999l-1 5.996-.01.01zm0-7.995h-2.018l.02-.98C11.992 3.719 10.822 0 8.993 0c-.58 0-1.169.3-1.559.77-.36.41-.5.909-.42 1.409.25 1.479.28 2.278-.629 3.278-1 1.089-1.48 1.549-2.389 1.549H2c-1.061-.01-2 .929-2 1.988v3.998c0 1.06.94 1.999 1.999 1.999h1.719l1.439.86c.16.089.33.139.52.139h6.325c1.13 0 2.839-.5 2.999-1.879l.979-5.946c.02-.08.02-.14.02-.2-.03-1.17-.84-1.969-1.999-1.969h-.01z\"/>"},"tools":{"name":"tools","figma":{"id":"0:839","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["screwdriver","wrench","settings"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4.48 7.27c.26.26 1.28 1.33 1.28 1.33l.56-.58-.88-.91 1.69-1.8s-.76-.74-.43-.45c.32-1.19.03-2.51-.87-3.44C4.93.5 3.66.2 2.52.51l1.93 2-.51 1.96-1.89.52-1.93-2C-.19 4.17.1 5.48 1 6.4c.94.98 2.29 1.26 3.48.87zm6.44 1.94l-2.33 2.3 3.84 3.98c.31.33.73.49 1.14.49.41 0 .82-.16 1.14-.49.63-.65.63-1.7 0-2.35l-3.79-3.93zM16 2.53L13.55 0 6.33 7.46l.88.91-4.31 4.46-.99.53-1.39 2.27.35.37 2.2-1.44.51-1.02L7.9 9.08l.88.91L16 2.53z\"/>"},"trashcan":{"name":"trashcan","figma":{"id":"0:844","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["garbage","rubbish","recycle","delete"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z\"/>"},"triangle-down":{"name":"triangle-down","figma":{"id":"0:847","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 5l6 6 6-6H0z\"/>"},"triangle-left":{"name":"triangle-left","figma":{"id":"0:849","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 2L0 8l6 6V2z\"/>"},"triangle-right":{"name":"triangle-right","figma":{"id":"0:851","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":6,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 14l6-6-6-6v12z\"/>"},"triangle-up":{"name":"triangle-up","figma":{"id":"0:853","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["arrow","point","direction"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 11L6 5l-6 6h12z\"/>"},"unfold":{"name":"unfold","figma":{"id":"0:857","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["expand","open","reveal"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11.5 7.5L14 10c0 .55-.45 1-1 1H9v-1h3.5l-2-2h-7l-2 2H5v1H1c-.55 0-1-.45-1-1l2.5-2.5L0 5c0-.55.45-1 1-1h4v1H1.5l2 2h7l2-2H9V4h4c.55 0 1 .45 1 1l-2.5 2.5zM6 6h2V3h2L7 0 4 3h2v3zm2 3H6v3H4l3 3 3-3H8V9z\"/>"},"unmute":{"name":"unmute","figma":{"id":"0:862","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["loud","volume","audio","sound","play"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12 8.02c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16 0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0 1 12 8.02zM7.72 2.28L4 6H2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V2.81c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 0 1 2.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0 0 16 8c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 0 1 1.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.971 5.971 0 0 0 14 8.02c0-1.65-.67-3.16-1.75-4.25z\"/>"},"project":{"name":"project","figma":{"id":"0:868","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["board","kanban","columns","scrum"],"width":15,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z\"/>"},"kebab-horizontal":{"name":"kebab-horizontal","figma":{"id":"0:875","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["kebab","dot","menu","more"],"width":13,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M1.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM13 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z\"/>"},"kebab-vertical":{"name":"kebab-vertical","figma":{"id":"0:880","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["kebab","dot","menu","more"],"width":3,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 2.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0zm0 5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0zM1.5 14a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>"},"report":{"name":"report","figma":{"id":"0:885","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["report","abuse","flag"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H7l-4 4v-4H1a1 1 0 0 1-1-1V2zm1 0h14v9H6.5L4 13.5V11H1V2zm6 6h2v2H7V8zm0-5h2v4H7V3z\"/>"},"note":{"name":"note","figma":{"id":"0:891","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["card","paper","ticket"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M3 10h4V9H3v1zm0-2h6V7H3v1zm0-2h8V5H3v1zm10 6H1V3h12v9zM1 2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H1z\"/>"},"screen-full":{"name":"screen-full","figma":{"id":"0:898","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fullscreen","expand"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 10h1v3c0 .547-.453 1-1 1h-3v-1h3v-3zM1 10H0v3c0 .547.453 1 1 1h3v-1H1v-3zm0-7h3V2H1c-.547 0-1 .453-1 1v3h1V3zm1 1h10v8H2V4zm2 6h6V6H4v4zm6-8v1h3v3h1V3c0-.547-.453-1-1-1h-3z\"/>"},"screen-normal":{"name":"screen-normal","figma":{"id":"0:906","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["fullscreen","expand","exit"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M2 4H0V3h2V1h1v2c0 .547-.453 1-1 1zm0 8H0v1h2v2h1v-2c0-.547-.453-1-1-1zm9-2c0 .547-.453 1-1 1H4c-.547 0-1-.453-1-1V6c0-.547.453-1 1-1h6c.547 0 1 .453 1 1v4zM9 7H5v2h4V7zm2 6v2h1v-2h2v-1h-2c-.547 0-1 .453-1 1zm1-10V1h-1v2c0 .547.453 1 1 1h2V3h-2z\"/>"},"unverified":{"name":"unverified","figma":{"id":"0:914","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["insecure","untrusted","signed"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.67 7.066l-1.08-1.34a1.5 1.5 0 0 1-.309-.77l-.19-1.698a1.51 1.51 0 0 0-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 0 0-1.878 0l-1.34 1.08a1.5 1.5 0 0 1-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 0 0 0 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 0 0 0-1.878zm-6.666 4.437c0 .28-.22.5-.5.5h-.999c-.27 0-.5-.22-.5-.5v-1c0-.28.23-.5.5-.5h1c.28 0 .5.22.5.5v1zm1.56-4.887c-.06.17-.17.33-.3.47-.13.16-.14.19-.33.38-.16.17-.31.3-.52.449-.11.09-.2.19-.28.27-.08.08-.14.17-.19.27-.05.1-.08.19-.11.3-.03.11-.03.13-.03.25H7.136c0-.22 0-.31.03-.48.03-.19.08-.36.14-.52.06-.14.14-.28.25-.42.11-.13.23-.25.409-.38.27-.19.36-.3.48-.52.12-.219.2-.379.2-.589 0-.27-.06-.45-.2-.58-.13-.13-.31-.19-.58-.19-.09 0-.19.02-.3.05-.11.03-.17.09-.25.16-.08.07-.14.11-.2.2a.41.41 0 0 0-.09.28H5.028c0-.38.13-.56.27-.83.16-.27.36-.499.61-.669.25-.17.549-.3.879-.38.33-.08.7-.13 1.09-.13.439 0 .829.05 1.168.13.34.09.63.22.88.39.23.17.41.38.55.63.13.25.19.55.19.88 0 .22 0 .419-.08.589l-.02-.01z\"/>"},"verified":{"name":"verified","figma":{"id":"0:919","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["trusted","secure","trustworthy","signed"],"width":16,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M15.67 7.066l-1.08-1.34a1.5 1.5 0 0 1-.309-.77l-.19-1.698a1.51 1.51 0 0 0-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 0 0-1.878 0l-1.34 1.08a1.5 1.5 0 0 1-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 0 0 0 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 0 0 0-1.878zm-9.164 4.936L3.008 8.505l1.5-1.5 1.998 2 4.997-4.998 1.499 1.55-6.496 6.445z\"/>"},"versions":{"name":"versions","figma":{"id":"0:923","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["history","commits"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 3H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 8H8V5h4v6zM4 4h1v1H4v6h1v1H4c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zM1 5h1v1H1v4h1v1H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z\"/>"},"watch":{"name":"watch","figma":{"id":"0:929","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["wait","hourglass","time","date"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6 8h2v1H5V5h1v3zm6 0c0 2.22-1.2 4.16-3 5.19V15c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-1.81C1.2 12.16 0 10.22 0 8s1.2-4.16 3-5.19V1c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v1.81c1.8 1.03 3 2.97 3 5.19zm-1 0c0-2.77-2.23-5-5-5S1 5.23 1 8s2.23 5 5 5 5-2.23 5-5z\"/>"},"x":{"name":"x","figma":{"id":"0:932","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["remove","close","delete"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z\"/>"},"zap":{"name":"zap","figma":{"id":"0:934","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["electricity","lightning","props","like","star","save"],"width":10,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M10 7H6l3-7-9 9h4l-3 7 9-9z\"/>"},"key":{"name":"key","figma":{"id":"0:938","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["key","lock","secure","safe"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M12.83 2.17C12.08 1.42 11.14 1.03 10 1c-1.13.03-2.08.42-2.83 1.17S6.04 3.86 6.01 5c0 .3.03.59.09.89L0 12v1l1 1h2l1-1v-1h1v-1h1v-1h2l1.09-1.11c.3.08.59.11.91.11 1.14-.03 2.08-.42 2.83-1.17S13.97 6.14 14 5c-.03-1.14-.42-2.08-1.17-2.83zM11 5.38c-.77 0-1.38-.61-1.38-1.38 0-.77.61-1.38 1.38-1.38.77 0 1.38.61 1.38 1.38 0 .77-.61 1.38-1.38 1.38z\"/>"},"grabber":{"name":"grabber","figma":{"id":"0:942","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["mover","drap","drop","sort"],"width":8,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M8 4v1H0V4h8zM0 8h8V7H0v1zm0 3h8v-1H0v1z\"/>"},"plus-small":{"name":"plus-small","figma":{"id":"0:947","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["add","new","more","small"],"width":7,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M4 4H3v3H0v1h3v3h1V8h3V7H4V4z\"/>"},"light-bulb":{"name":"light-bulb","figma":{"id":"0:951","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["idea"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z\"/>"},"link-external":{"name":"link-external","figma":{"id":"0:956","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["out","see","more","go","to"],"width":12,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M11 10h1v3c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3v1H1v10h10v-3zM6 2l2.25 2.25L5 7.5 6.5 9l3.25-3.25L12 8V2H6z\"/>"},"archive":{"name":"archive","figma":{"id":"2228:2","file":"FP7lqd1V00LUaT5zvdklkkZr"},"keywords":["box","catalog"],"width":14,"height":16,"path":"<path fill-rule=\"evenodd\" d=\"M13 2H1v2h12V2zM0 4a1 1 0 0 0 1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v2zm2 1h10v9H2V5zm2 3h6V7H4v1z\"/>"}}
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/archive.svg b/htdocs/theme/common/octicons/build/svg/archive.svg
    new file mode 100644
    index 00000000000..d1eaa21f97b
    --- /dev/null
    +++ b/htdocs/theme/common/octicons/build/svg/archive.svg
    @@ -0,0 +1 @@
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 2H1v2h12V2zM0 4a1 1 0 0 0 1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v2zm2 1h10v9H2V5zm2 3h6V7H4v1z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/arrow-both.svg b/htdocs/theme/common/octicons/build/svg/arrow-both.svg
    new file mode 100644
    index 00000000000..4167746d84b
    --- /dev/null
    +++ b/htdocs/theme/common/octicons/build/svg/arrow-both.svg
    @@ -0,0 +1 @@
    +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16"><path d="M0 8l6-5v3h8V3l6 5-6 5v-3H6v3L0 8z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/beaker.svg b/htdocs/theme/common/octicons/build/svg/beaker.svg
    index 19377609a5d..0997bb0931c 100644
    --- a/htdocs/theme/common/octicons/build/svg/beaker.svg
    +++ b/htdocs/theme/common/octicons/build/svg/beaker.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14.84 14.59L11.46 7V3h1V2h-9v1h1v4l-3.37 7.59A1 1 0 0 0 2 16h11.94c.72 0 1.2-.75.91-1.41h-.01zM4.21 10l1.25-3V3h5v4l1.25 3h-7.5zm4.25-2h1v1h-1V8zm-1-1h-1V6h1v1zm0-3h1v1h-1V4zm0-3h-1V0h1v1z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14.38 14.59L11 7V3h1V2H3v1h1v4L.63 14.59A1 1 0 0 0 1.54 16h11.94c.72 0 1.2-.75.91-1.41h-.01zM3.75 10L5 7V3h5v4l1.25 3h-7.5zM8 8h1v1H8V8zM7 7H6V6h1v1zm0-3h1v1H7V4zm0-3H6V0h1v1z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/bell.svg b/htdocs/theme/common/octicons/build/svg/bell.svg
    index d076a0c2129..171f84f1e0f 100644
    --- a/htdocs/theme/common/octicons/build/svg/bell.svg
    +++ b/htdocs/theme/common/octicons/build/svg/bell.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M14 12v1H0v-1l.73-.58c.77-.77.81-2.55 1.19-4.42C2.69 3.23 6 2 6 2c0-.55.45-1 1-1s1 .45 1 1c0 0 3.39 1.23 4.16 5 .38 1.88.42 3.66 1.19 4.42l.66.58H14zm-7 4c1.11 0 2-.89 2-2H5c0 1.11.89 2 2 2z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13.99 11.991v1H0v-1l.73-.58c.769-.769.809-2.547 1.189-4.416.77-3.767 4.077-4.996 4.077-4.996 0-.55.45-1 .999-1 .55 0 1 .45 1 1 0 0 3.387 1.229 4.156 4.996.38 1.879.42 3.657 1.19 4.417l.659.58h-.01zM6.995 15.99c1.11 0 1.999-.89 1.999-1.999H4.996c0 1.11.89 1.999 1.999 1.999z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/bug.svg b/htdocs/theme/common/octicons/build/svg/bug.svg
    index bd533f829e7..75188298bdc 100644
    --- a/htdocs/theme/common/octicons/build/svg/bug.svg
    +++ b/htdocs/theme/common/octicons/build/svg/bug.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.17 10h3V9h-3V8l3.17-1.03-.34-.94-2.83.97V6c0-.55-.45-1-1-1V4c0-.48-.36-.88-.83-.97L10.37 2h1.8V1h-2.2l-2 2h-.59L5.37 1h-2.2v1h1.8L6 3.03c-.47.09-.83.48-.83.97v1c-.55 0-1 .45-1 1v1l-2.83-.97-.34.94L4.17 8v1h-3v1h3v1L1 12.03l.34.94L4.17 12v1c0 .55.45 1 1 1h1l1-1V6h1v7l1 1h1c.55 0 1-.45 1-1v-1l2.83.97.34-.94L11.17 11v-1zm-2-5h-3V4h3v1z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11 10h3V9h-3V8l3.17-1.03-.34-.94L11 7V6c0-.55-.45-1-1-1V4c0-.48-.36-.88-.83-.97L10.2 2H12V1H9.8l-2 2h-.59L5.2 1H3v1h1.8l1.03 1.03C5.36 3.12 5 3.51 5 4v1c-.55 0-1 .45-1 1v1l-2.83-.97-.34.94L4 8v1H1v1h3v1L.83 12.03l.34.94L4 12v1c0 .55.45 1 1 1h1l1-1V6h1v7l1 1h1c.55 0 1-.45 1-1v-1l2.83.97.34-.94L11 11v-1zM9 5H6V4h3v1z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/check.svg b/htdocs/theme/common/octicons/build/svg/check.svg
    index 2d59600912e..2df5deeef92 100644
    --- a/htdocs/theme/common/octicons/build/svg/check.svg
    +++ b/htdocs/theme/common/octicons/build/svg/check.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 5.5l-8 8-4-4L1.5 8 4 10.5 10.5 4 12 5.5z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/chevron-down.svg b/htdocs/theme/common/octicons/build/svg/chevron-down.svg
    index 3a4e0aad5c6..32eab7b007f 100644
    --- a/htdocs/theme/common/octicons/build/svg/chevron-down.svg
    +++ b/htdocs/theme/common/octicons/build/svg/chevron-down.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M5 11.5l-5-5L1.5 5 5 8.75 8.5 5 10 6.5l-5 5z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="16" viewBox="0 0 10 16"><path fill-rule="evenodd" d="M5 11L0 6l1.5-1.5L5 8.25 8.5 4.5 10 6l-5 5z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/chevron-left.svg b/htdocs/theme/common/octicons/build/svg/chevron-left.svg
    index 2de62df36b3..680c9a0740c 100644
    --- a/htdocs/theme/common/octicons/build/svg/chevron-left.svg
    +++ b/htdocs/theme/common/octicons/build/svg/chevron-left.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M6 3l1.5 1.5L3.75 8l3.75 3.5L6 13 1 8l5-5z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="16" viewBox="0 0 8 16"><path fill-rule="evenodd" d="M5.5 3L7 4.5 3.25 8 7 11.5 5.5 13l-5-5 5-5z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/database.svg b/htdocs/theme/common/octicons/build/svg/database.svg
    index 08b036d9aee..e686d98e4c7 100644
    --- a/htdocs/theme/common/octicons/build/svg/database.svg
    +++ b/htdocs/theme/common/octicons/build/svg/database.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6 15c-3.31 0-6-.9-6-2v-2c0-.17.09-.34.21-.5.67.86 3 1.5 5.79 1.5s5.12-.64 5.79-1.5c.13.16.21.33.21.5v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V7c0-.11.04-.21.09-.31.03-.06.07-.13.12-.19C.88 7.36 3.21 8 6 8s5.12-.64 5.79-1.5c.05.06.09.13.12.19.05.1.09.21.09.31v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V4 3c0-1.1 2.69-2 6-2s6 .9 6 2v2c0 1.1-2.69 2-6 2zm0-5c-2.21 0-4 .45-4 1s1.79 1 4 1 4-.45 4-1-1.79-1-4-1z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6 15c-3.31 0-6-.9-6-2v-2c0-.17.09-.34.21-.5.67.86 3 1.5 5.79 1.5s5.12-.64 5.79-1.5c.13.16.21.33.21.5v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V7c0-.11.04-.21.09-.31.03-.06.07-.13.12-.19C.88 7.36 3.21 8 6 8s5.12-.64 5.79-1.5c.05.06.09.13.12.19.05.1.09.21.09.31v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V3c0-1.1 2.69-2 6-2s6 .9 6 2v2c0 1.1-2.69 2-6 2zm0-5c-2.21 0-4 .45-4 1s1.79 1 4 1 4-.45 4-1-1.79-1-4-1z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/device-camera-video.svg b/htdocs/theme/common/octicons/build/svg/device-camera-video.svg
    index 8f989c86e9c..dc0e55e6f0b 100644
    --- a/htdocs/theme/common/octicons/build/svg/device-camera-video.svg
    +++ b/htdocs/theme/common/octicons/build/svg/device-camera-video.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.2 2.091L10 5.721v-2.72c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-2.72l5.2 3.63c.33.23.8 0 .8-.41v-10c0-.41-.47-.64-.8-.41z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.2 2.09L10 5.72V3c0-.55-.45-1-1-1H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V9.28l5.2 3.63c.33.23.8 0 .8-.41v-10c0-.41-.47-.64-.8-.41z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/file-pdf.svg b/htdocs/theme/common/octicons/build/svg/file-pdf.svg
    index 1b1703e19fd..6d04a046024 100644
    --- a/htdocs/theme/common/octicons/build/svg/file-pdf.svg
    +++ b/htdocs/theme/common/octicons/build/svg/file-pdf.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M8.5 1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4.5L8.5 1zM1 2h4a.68.68 0 0 0-.31.2 1.08 1.08 0 0 0-.23.47 4.22 4.22 0 0 0-.09 1.47c.06.609.173 1.211.34 1.8A21.78 21.78 0 0 1 3.6 8.6c-.5 1-.8 1.66-.91 1.84a7.161 7.161 0 0 0-.69.3 4.19 4.19 0 0 0-1 .64V2zm4.42 4.8a5.65 5.65 0 0 0 1.17 2.09c.275.237.595.417.94.53-.64.09-1.23.2-1.81.33a12.22 12.22 0 0 0-1.81.59c-.587.243.22-.44.61-1.25.365-.74.67-1.51.91-2.3l-.01.01zM11 14H1.5a.743.743 0 0 1-.17 0 2.12 2.12 0 0 0 .73-.44 10.14 10.14 0 0 0 1.78-2.38c.31-.13.58-.23.81-.31l.42-.14c.45-.13.94-.23 1.44-.33s1-.16 1.48-.2c.447.216.912.394 1.39.53.403.11.814.188 1.23.23h.38V14H11zm0-4.86a3.74 3.74 0 0 0-.64-.28 4.22 4.22 0 0 0-.75-.11c-.411.003-.822.03-1.23.08a3 3 0 0 1-1-.64 6.07 6.07 0 0 1-1.29-2.33c.111-.662.178-1.33.2-2 .02-.25.02-.5 0-.75a1.05 1.05 0 0 0-.2-.88.82.82 0 0 0-.61-.23H8l3 3v4.14z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M8.5 1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4.5L8.5 1zM1 2h4a.68.68 0 0 0-.31.2 1.08 1.08 0 0 0-.23.47 4.22 4.22 0 0 0-.09 1.47c.06.609.173 1.211.34 1.8A21.78 21.78 0 0 1 3.6 8.6c-.5 1-.8 1.66-.91 1.84a7.156 7.156 0 0 0-.69.3c-.362.165-.699.38-1 .64V2zm4.42 4.8a5.65 5.65 0 0 0 1.17 2.09c.275.237.595.417.94.53-.64.09-1.23.2-1.81.33-.618.15-1.223.347-1.81.59s.22-.44.61-1.25c.365-.74.67-1.51.91-2.3l-.01.01zM11 14H1.5a.743.743 0 0 1-.17 0 2.12 2.12 0 0 0 .73-.44 10.14 10.14 0 0 0 1.78-2.38c.31-.13.58-.23.81-.31l.42-.14c.45-.13.94-.23 1.44-.33s1-.16 1.48-.2c.447.216.912.394 1.39.53.403.11.814.188 1.23.23h.38V14H11zm0-4.86a3.743 3.743 0 0 0-.64-.28 4.221 4.221 0 0 0-.75-.11c-.411.003-.822.03-1.23.08a3 3 0 0 1-1-.64 6.07 6.07 0 0 1-1.29-2.33c.111-.661.178-1.33.2-2 .02-.25.02-.5 0-.75a1.05 1.05 0 0 0-.2-.88.82.82 0 0 0-.61-.23H8l3 3v4.14z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/flame.svg b/htdocs/theme/common/octicons/build/svg/flame.svg
    index 49507a1073a..1fcb94b429a 100644
    --- a/htdocs/theme/common/octicons/build/svg/flame.svg
    +++ b/htdocs/theme/common/octicons/build/svg/flame.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M5.05.01c.81 2.17.41 3.38-.52 4.31C3.55 5.37 1.98 6.15.9 7.68c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.01 8.68 2.15 5.05.02L5.03 0l.02.01z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/gear.svg b/htdocs/theme/common/octicons/build/svg/gear.svg
    index aded0c46675..bf82007a485 100644
    --- a/htdocs/theme/common/octicons/build/svg/gear.svg
    +++ b/htdocs/theme/common/octicons/build/svg/gear.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M14 8.76v-1.6l-1.94-.64-.45-1.09.88-1.84-1.13-1.13-1.81.91-1.09-.45L7.77 1h-1.6l-.63 1.94-1.11.45-1.84-.88-1.13 1.13.91 1.81-.45 1.09L0 7.22v1.59l1.94.64.45 1.09-.88 1.84 1.13 1.13 1.81-.91 1.09.45.69 1.92h1.59l.63-1.94 1.11-.45 1.84.88 1.13-1.13-.92-1.81.47-1.09L14 8.74v.02zm-7 2.23c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M14 8.77v-1.6l-1.94-.64-.45-1.09.88-1.84-1.13-1.13-1.81.91-1.09-.45-.69-1.92h-1.6l-.63 1.94-1.11.45-1.84-.88-1.13 1.13.91 1.81-.45 1.09L0 7.23v1.59l1.94.64.45 1.09-.88 1.84 1.13 1.13 1.81-.91 1.09.45.69 1.92h1.59l.63-1.94 1.11-.45 1.84.88 1.13-1.13-.92-1.81.47-1.09L14 8.75v.02zM7 11c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/gift.svg b/htdocs/theme/common/octicons/build/svg/gift.svg
    index 761be5473ca..4539ce60945 100644
    --- a/htdocs/theme/common/octicons/build/svg/gift.svg
    +++ b/htdocs/theme/common/octicons/build/svg/gift.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13.02 4h-1.38c.19-.33.33-.67.36-.91.06-.67-.11-1.22-.52-1.61-.36-.38-.81-.48-1.36-.48h-.11c-.53.02-1.11.25-1.53.58-.42.33-.73.72-.97 1.2-.23-.48-.55-.88-.97-1.2-.42-.32-1-.58-1.53-.58h-.03c-.56 0-1.06.09-1.44.48-.41.39-.58.94-.52 1.61.03.23.17.58.36.91H2c-.55 0-1 .45-1 1v3h1v5c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8h1V5c0-.55-.45-1-1-1h.02zm-4.78-.88c.17-.36.42-.67.75-.92.3-.23.72-.39 1.05-.41h.09c.45 0 .66.11.8.25s.33.39.3.95c-.05.19-.25.61-.5 1h-2.9l.41-.88v.01zM4.11 2.04c.13-.13.31-.25.91-.25.31 0 .72.17 1.03.41.33.25.58.55.75.92l.42.88h-2.9c-.25-.39-.45-.81-.5-1-.03-.56.16-.81.3-.95l-.01-.01zm2.91 10.95h-4V8h4v5-.01zm0-6h-5V5h5v2-.01zm5 6h-4V8h4v5-.01zm1-6h-5V5h5v2-.01z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M13 4h-1.38c.19-.33.33-.67.36-.91.06-.67-.11-1.22-.52-1.61C11.1 1.1 10.65 1 10.1 1h-.11c-.53.02-1.11.25-1.53.58-.42.33-.73.72-.97 1.2-.23-.48-.55-.88-.97-1.2-.42-.32-1-.58-1.53-.58h-.03c-.56 0-1.06.09-1.44.48-.41.39-.58.94-.52 1.61.03.23.17.58.36.91H1.98c-.55 0-1 .45-1 1v3h1v5c0 .55.45 1 1 1h9c.55 0 1-.45 1-1V8h1V5c0-.55-.45-1-1-1H13zm-4.78-.88c.17-.36.42-.67.75-.92.3-.23.72-.39 1.05-.41h.09c.45 0 .66.11.8.25s.33.39.3.95c-.05.19-.25.61-.5 1h-2.9l.41-.88v.01zM4.09 2.04c.13-.13.31-.25.91-.25.31 0 .72.17 1.03.41.33.25.58.55.75.92L7.2 4H4.3c-.25-.39-.45-.81-.5-1-.03-.56.16-.81.3-.95l-.01-.01zM7 12.99H3V8h4v5-.01zm0-6H2V5h5v2-.01zm5 6H8V8h4v5-.01zm1-6H8V5h5v2-.01z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/gist-secret.svg b/htdocs/theme/common/octicons/build/svg/gist-secret.svg
    index a6459e19bf2..6495281267c 100644
    --- a/htdocs/theme/common/octicons/build/svg/gist-secret.svg
    +++ b/htdocs/theme/common/octicons/build/svg/gist-secret.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7.782 10.5l1 3.5h-4l1-3.5-.75-1.5h3.5l-.75 1.5zm2-4.5h-6l-2 1h10l-2-1zm-1-4l-2 1-2-1-1 3h6l-1-3zm4.03 7.75L9.782 9l1 2-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM3.782 9l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75h3.22l-2-3 1-2z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 10.5L9 14H5l1-3.5L5.25 9h3.5L8 10.5zM10 6H4L2 7h10l-2-1zM9 2L7 3 5 2 4 5h6L9 2zm4.03 7.75L10 9l1 2-2 3h3.22c.45 0 .86-.31.97-.75l.56-2.28c.14-.53-.19-1.08-.72-1.22zM4 9l-3.03.75c-.53.14-.86.69-.72 1.22l.56 2.28c.11.44.52.75.97.75H5l-2-3 1-2z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/git-merge.svg b/htdocs/theme/common/octicons/build/svg/git-merge.svg
    index fedb516064a..63c43f76936 100644
    --- a/htdocs/theme/common/octicons/build/svg/git-merge.svg
    +++ b/htdocs/theme/common/octicons/build/svg/git-merge.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M10 7.01c-.73 0-1.38.41-1.73 1.02v-.02C7.22 7.99 6 7.65 5.14 6.99c-.75-.58-1.5-1.61-1.89-2.44A1.993 1.993 0 0 0 2 1C.89 1 0 1.9 0 3.01a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2a1.993 1.993 0 0 0 1-3.72V7.68c.67.7 1.44 1.27 2.3 1.69.86.42 2.03.63 2.97.64v-.02c.36.61 1 1.02 1.73 1.02 1.11 0 2-.89 2-2 0-1.11-.89-2-2-2zm-6.8 6c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.21c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm8 6c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M10 7c-.73 0-1.38.41-1.73 1.02V8C7.22 7.98 6 7.64 5.14 6.98c-.75-.58-1.5-1.61-1.89-2.44A1.993 1.993 0 0 0 2 .99C.89.99 0 1.89 0 3a2 2 0 0 0 1 1.72v6.56c-.59.35-1 .99-1 1.72 0 1.11.89 2 2 2a1.993 1.993 0 0 0 1-3.72V7.67c.67.7 1.44 1.27 2.3 1.69.86.42 2.03.63 2.97.64v-.02c.36.61 1 1.02 1.73 1.02 1.11 0 2-.89 2-2 0-1.11-.89-2-2-2zm-6.8 6c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm8 6c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/heart.svg b/htdocs/theme/common/octicons/build/svg/heart.svg
    index 8b81f8845fe..e9407b514c7 100644
    --- a/htdocs/theme/common/octicons/build/svg/heart.svg
    +++ b/htdocs/theme/common/octicons/build/svg/heart.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M11.2 3c-.52-.63-1.25-.95-2.2-1-.97 0-1.69.42-2.2 1-.51.58-.78.92-.8 1-.02-.08-.28-.42-.8-1-.52-.58-1.17-1-2.2-1-.95.05-1.69.38-2.2 1-.52.61-.78 1.28-.8 2 0 .52.09 1.52.67 2.67C1.25 8.82 3.01 10.61 6 13c2.98-2.39 4.77-4.17 5.34-5.33C11.91 6.51 12 5.5 12 5c-.02-.72-.28-1.39-.8-2.02V3z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M9 2c-.97 0-1.69.42-2.2 1-.51.58-.78.92-.8 1-.02-.08-.28-.42-.8-1-.52-.58-1.17-1-2.2-1-1.632.086-2.954 1.333-3 3 0 .52.09 1.52.67 2.67C1.25 8.82 3.01 10.61 6 13c2.98-2.39 4.77-4.17 5.34-5.33C11.91 6.51 12 5.5 12 5c-.047-1.69-1.342-2.913-3-3z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/info.svg b/htdocs/theme/common/octicons/build/svg/info.svg
    index 745ef337a3d..26db463ff03 100644
    --- a/htdocs/theme/common/octicons/build/svg/info.svg
    +++ b/htdocs/theme/common/octicons/build/svg/info.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.3 5.71a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 8.01c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V8v.01zM7 2.32C3.86 2.32 1.3 4.86 1.3 8c0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 1c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/list-ordered.svg b/htdocs/theme/common/octicons/build/svg/list-ordered.svg
    index 64126c3b8ef..2450532b491 100644
    --- a/htdocs/theme/common/octicons/build/svg/list-ordered.svg
    +++ b/htdocs/theme/common/octicons/build/svg/list-ordered.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12.01 13c0 .59 0 1-.59 1H4.6c-.59 0-.59-.41-.59-1 0-.59 0-1 .59-1h6.81c.59 0 .59.41.59 1h.01zM4.6 4h6.81C12 4 12 3.59 12 3c0-.59 0-1-.59-1H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1zm6.81 3H4.6c-.59 0-.59.41-.59 1 0 .59 0 1 .59 1h6.81C12 9 12 8.59 12 8c0-.59 0-1-.59-1zm-9.4-6h-.72c-.3.19-.58.25-1.03.34V2h.75v2.14H.17V5h2.84v-.86h-1V1zm.25 8.13c-.17 0-.45.03-.66.06.53-.56 1.14-1.25 1.14-1.89C2.72 6.52 2.18 6 1.38 6c-.59 0-.97.2-1.38.64l.58.58c.19-.19.38-.38.64-.38.28 0 .48.16.48.52 0 .53-.77 1.2-1.7 2.06V10h3l-.09-.88h-.66l.01.01zm-.08 3.78v-.03c.44-.19.64-.47.64-.86 0-.7-.56-1.11-1.44-1.11-.48 0-.89.19-1.28.52l.55.64c.25-.2.44-.31.69-.31.27 0 .42.13.42.36 0 .27-.2.44-.86.44v.75c.83 0 .98.17.98.47 0 .25-.23.38-.58.38-.28 0-.56-.14-.81-.38l-.48.66c.3.36.77.56 1.41.56.83 0 1.53-.41 1.53-1.16 0-.5-.31-.81-.77-.94v.01z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 12.99c0 .589 0 .998-.59.998H4.597c-.59 0-.59-.41-.59-.999 0-.59 0-.999.59-.999H11.4c.59 0 .59.41.59 1H12zM4.596 3.996H11.4c.59 0 .59-.41.59-1 0-.589 0-.999-.59-.999H4.596c-.59 0-.59.41-.59 1 0 .589 0 .999.59.999zM11.4 6.994H4.596c-.59 0-.59.41-.59 1 0 .589 0 .999.59.999H11.4c.59 0 .59-.41.59-1 0-.59 0-.999-.59-.999zM2.008 1h-.72C.99 1.19.71 1.25.26 1.34V2h.75v2.138H.17v.859h2.837v-.86h-.999V1zm.25 8.123c-.17 0-.45.03-.66.06.53-.56 1.14-1.249 1.14-1.888-.02-.78-.56-1.299-1.36-1.299-.589 0-.968.2-1.378.64l.58.579c.19-.19.38-.38.639-.38.28 0 .48.16.48.52 0 .53-.77 1.199-1.699 2.058v.58h2.998l-.09-.88h-.66l.01.01zm-.08 3.777v-.03c.44-.19.64-.47.64-.859 0-.7-.56-1.11-1.44-1.11-.479 0-.888.19-1.278.52l.55.64c.25-.2.44-.31.689-.31.27 0 .42.13.42.36 0 .27-.2.44-.86.44v.749c.83 0 .98.17.98.47 0 .25-.23.38-.58.38-.28 0-.56-.14-.81-.38l-.479.659c.3.36.77.56 1.409.56.83 0 1.529-.41 1.529-1.16 0-.5-.31-.809-.77-.939v.01z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/logo-github.svg b/htdocs/theme/common/octicons/build/svg/logo-github.svg
    index 253c13ecbaa..0da3476f6e3 100644
    --- a/htdocs/theme/common/octicons/build/svg/logo-github.svg
    +++ b/htdocs/theme/common/octicons/build/svg/logo-github.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="45" height="16" viewBox="0 0 45 16"><path fill-rule="evenodd" d="M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 0 0-.146-.18zm23.696-2.2c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61H33.84c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="45" height="16" viewBox="0 0 45 16"><path fill-rule="evenodd" d="M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 0 0-.146-.18zm23.696-2.2c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61h-2.1c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/mortar-board.svg b/htdocs/theme/common/octicons/build/svg/mortar-board.svg
    index 302415b1736..869f9ae8e7c 100644
    --- a/htdocs/theme/common/octicons/build/svg/mortar-board.svg
    +++ b/htdocs/theme/common/octicons/build/svg/mortar-board.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.808 9.405l-3.83-1.19c-4-8 0 1.5 0 2.5s1.8 1.5 4 1.5 4-.5 4-1.5v-2.5l-3.83 1.19a.73.73 0 0 1-.36 0h.02zm.28-6.39a.34.34 0 0 0-.2 0l-7.64 2.38a.35.35 0 0 0 0 .67l1.73.55v1.77c-.3.17-.5.5-.5.86 0 .19.05.36.14.5-.08.14-.14.31-.14.5v2.58c0 .55 2 .55 2 0v-2.58c0-.19-.05-.36-.14-.5.08-.14.14-.31.14-.5 0-.38-.2-.69-.5-.86v-1.45l4.89 1.53c.06.02.14.02.2 0l7.64-2.38a.35.35 0 0 0 0-.67l-7.63-2.39.01-.01zm-.09 3.2c-.55 0-1-.22-1-.5s.45-.5 1-.5 1 .22 1 .5-.45.5-1 .5z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.83 9.19L4 8c-4-8 0 1.5 0 2.5S5.8 12 8 12s4-.5 4-1.5V8L8.17 9.19a.73.73 0 0 1-.36 0h.02zm.28-6.39a.34.34 0 0 0-.2 0L.27 5.18a.35.35 0 0 0 0 .67L2 6.4v1.77c-.3.17-.5.5-.5.86 0 .19.05.36.14.5-.08.14-.14.31-.14.5v2.58c0 .55 2 .55 2 0v-2.58c0-.19-.05-.36-.14-.5.08-.14.14-.31.14-.5 0-.38-.2-.69-.5-.86V6.72l4.89 1.53c.06.02.14.02.2 0l7.64-2.38a.35.35 0 0 0 0-.67L8.1 2.81l.01-.01zM8.02 6c-.55 0-1-.22-1-.5s.45-.5 1-.5 1 .22 1 .5-.45.5-1 .5z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/mute.svg b/htdocs/theme/common/octicons/build/svg/mute.svg
    index 4d894a1cadd..e448808fbe5 100644
    --- a/htdocs/theme/common/octicons/build/svg/mute.svg
    +++ b/htdocs/theme/common/octicons/build/svg/mute.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 2.75v10.38c0 .67-.81 1-1.28.53L3 9.94H1c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1h2l3.72-3.72C7.19 1.75 8 2.08 8 2.75zm7.53 3.22l-1.06-1.06-1.97 1.97-1.97-1.97-1.06 1.06 1.97 1.97-1.97 1.97 1.06 1.06L12.5 9l1.97 1.97 1.06-1.06-1.97-1.97 1.97-1.97z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 2.81v10.38c0 .67-.81 1-1.28.53L3 10H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h2l3.72-3.72C7.19 1.81 8 2.14 8 2.81zm7.53 3.22l-1.06-1.06-1.97 1.97-1.97-1.97-1.06 1.06L11.44 8 9.47 9.97l1.06 1.06 1.97-1.97 1.97 1.97 1.06-1.06L13.56 8l1.97-1.97z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/organization.svg b/htdocs/theme/common/octicons/build/svg/organization.svg
    index af333e418dd..6bf4ae94b40 100644
    --- a/htdocs/theme/common/octicons/build/svg/organization.svg
    +++ b/htdocs/theme/common/octicons/build/svg/organization.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1 0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3-.229.59 0 1 0 1s1.549.711 2.42 2.088A6.78 6.78 0 0 1 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3-.229.59 0 1 0 1s3.005 1.366 3.005 4z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M16 12.999c0 .439-.45 1-1 1H7.995c-.539 0-.994-.447-.995-.999H1c-.54 0-1-.561-1-1 0-2.634 3-4 3-4s.229-.409 0-1c-.841-.621-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.442.58 2.5 3c.058 2.41-.159 2.379-1 3-.229.59 0 1 0 1s1.549.711 2.42 2.088C9.196 9.369 10 8.999 10 8.999s.229-.409 0-1c-.841-.62-1.058-.59-1-3 .058-2.419 1.367-3 2.5-3s2.437.581 2.495 3c.059 2.41-.158 2.38-1 3-.229.59 0 1 0 1s3.005 1.366 3.005 4z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/package.svg b/htdocs/theme/common/octicons/build/svg/package.svg
    index 720e30026a5..2db03518db2 100644
    --- a/htdocs/theme/common/octicons/build/svg/package.svg
    +++ b/htdocs/theme/common/octicons/build/svg/package.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 4.732v7.47c0 .45.3.84.75.97l6.5 1.73c.16.05.34.05.5 0l6.5-1.73c.45-.13.75-.52.75-.97v-7.47c0-.45-.3-.84-.75-.97l-6.5-1.74a1.4 1.4 0 0 0-.5 0l-6.5 1.74c-.45.13-.75.52-.75.97zm7 9.09l-6-1.59v-6.77l6 1.61v6.75zm-6-9.36l2.5-.67 6.5 1.73-2.5.67L2 4.463zm13 7.77l-6 1.59v-6.75l2-.55v2.44l2-.53v-2.44l2-.53v6.77zm-2-7.24l-6.5-1.73 2-.53 6.5 1.73-2 .53z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 4.27v7.47c0 .45.3.84.75.97l6.5 1.73c.16.05.34.05.5 0l6.5-1.73c.45-.13.75-.52.75-.97V4.27c0-.45-.3-.84-.75-.97l-6.5-1.74a1.4 1.4 0 0 0-.5 0L1.75 3.3c-.45.13-.75.52-.75.97zm7 9.09l-6-1.59V5l6 1.61v6.75zM2 4l2.5-.67L11 5.06l-2.5.67L2 4zm13 7.77l-6 1.59V6.61l2-.55V8.5l2-.53V5.53L15 5v6.77zm-2-7.24L6.5 2.8l2-.53L15 4l-2 .53z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/pencil.svg b/htdocs/theme/common/octicons/build/svg/pencil.svg
    index 41c6e7ec6f8..8702f4dcecd 100644
    --- a/htdocs/theme/common/octicons/build/svg/pencil.svg
    +++ b/htdocs/theme/common/octicons/build/svg/pencil.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M0 11.592v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3l-1.3 1.3-3-3 1.3-1.3a.996.996 0 0 1 1.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 0 1 1.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/pin.svg b/htdocs/theme/common/octicons/build/svg/pin.svg
    index 861ae05afdc..95405c537c0 100644
    --- a/htdocs/theme/common/octicons/build/svg/pin.svg
    +++ b/htdocs/theme/common/octicons/build/svg/pin.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10 1.494v.8l.5 1-4.5 3H2.2c-.44 0-.67.53-.34.86L5 10.294l-4 5 5-4 3.14 3.14a.5.5 0 0 0 .86-.34v-3.8l3-4.5 1 .5h.8c.44 0 .67-.53.34-.86l-4.28-4.28a.5.5 0 0 0-.86.34z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10 1.2V2l.5 1L6 6H2.2c-.44 0-.67.53-.34.86L5 10l-4 5 5-4 3.14 3.14a.5.5 0 0 0 .86-.34V10l3-4.5 1 .5h.8c.44 0 .67-.53.34-.86L10.86.86a.5.5 0 0 0-.86.34z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/pulse.svg b/htdocs/theme/common/octicons/build/svg/pulse.svg
    index d87d04ea419..4ec57bacaae 100644
    --- a/htdocs/theme/common/octicons/build/svg/pulse.svg
    +++ b/htdocs/theme/common/octicons/build/svg/pulse.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M11.5 8.4L8.8 5.8 6.6 8.9 5.5 2 2.38 8.4H0v2h3.6l.9-1.8.9 5.4L9 8.9l1.6 1.5H14v-2h-2.5z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M11.5 8L8.8 5.4 6.6 8.5 5.5 1.6 2.38 8H0v2h3.6l.9-1.8.9 5.4L9 8.5l1.6 1.5H14V8h-2.5z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/quote.svg b/htdocs/theme/common/octicons/build/svg/quote.svg
    index 7b5f4a7f191..da5c2b22cef 100644
    --- a/htdocs/theme/common/octicons/build/svg/quote.svg
    +++ b/htdocs/theme/common/octicons/build/svg/quote.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.16 3.84C3.73 5.4 2.55 7.01 2.55 9.7c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.9 0-2.99-1.52-2.99-4.25C0 6.62 1.75 3.89 5.02 2l1.14 1.84zm7 0C10.73 5.4 9.55 7.01 9.55 9.7c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.89 0-2.98-1.52-2.98-4.25 0-3.8 1.75-6.53 5.02-8.42l1.14 1.84h-.01z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.16 3.5C3.73 5.06 2.55 6.67 2.55 9.36c.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.9 0-2.99-1.52-2.99-4.25 0-3.8 1.75-6.53 5.02-8.42L6.16 3.5zm7 0c-2.43 1.56-3.61 3.17-3.61 5.86.16-.05.3-.05.44-.05 1.27 0 2.5.86 2.5 2.41 0 1.61-1.03 2.61-2.5 2.61-1.89 0-2.98-1.52-2.98-4.25 0-3.8 1.75-6.53 5.02-8.42l1.14 1.84h-.01z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/radio-tower.svg b/htdocs/theme/common/octicons/build/svg/radio-tower.svg
    index a438661ce55..f89a7052a7a 100644
    --- a/htdocs/theme/common/octicons/build/svg/radio-tower.svg
    +++ b/htdocs/theme/common/octicons/build/svg/radio-tower.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.78 5.78c.25-.25.25-.67 0-.92-.32-.33-.48-.76-.48-1.19 0-.43.16-.86.48-1.19.25-.26.25-.67 0-.92a.613.613 0 0 0-.45-.19c-.16 0-.33.06-.45.19-.57.58-.85 1.35-.85 2.11 0 .76.29 1.53.85 2.11.25.25.66.25.9 0zM2.32.19a.651.651 0 0 0-.92 0C.47 1.15 0 2.41 0 3.66c0 1.26.47 2.52 1.4 3.48.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54 0-.92.34-1.84 1.02-2.54a.66.66 0 0 0 .01-.93zm5.69 5.1a1.62 1.62 0 1 0-1.62-1.62c-.01.89.72 1.62 1.62 1.62zM14.58.2a.628.628 0 0 0-.91 0c-.25.26-.25.68 0 .94.68.7 1.02 1.62 1.02 2.54 0 .92-.34 1.83-1.02 2.54-.25.26-.25.68 0 .94a.651.651 0 0 0 .92 0c.93-.96 1.4-2.22 1.4-3.48A5.048 5.048 0 0 0 14.58.2zM8.01 6.59c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.2 6.29c-.38.2-.78.3-1.19.3zM8 7.07l1.01 3.6h-2L8 7.07zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92.32.33.48.76.48 1.19 0 .43-.16.86-.48 1.19-.25.26-.25.67 0 .92a.63.63 0 0 0 .9 0c.57-.58.85-1.35.85-2.11 0-.76-.28-1.53-.85-2.11a.634.634 0 0 0-.9 0z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.79 6.11c.25-.25.25-.67 0-.92-.32-.33-.48-.76-.48-1.19 0-.43.16-.86.48-1.19.25-.26.25-.67 0-.92a.613.613 0 0 0-.45-.19c-.16 0-.33.06-.45.19-.57.58-.85 1.35-.85 2.11 0 .76.29 1.53.85 2.11.25.25.66.25.9 0zM2.33.52a.651.651 0 0 0-.92 0C.48 1.48.01 2.74.01 3.99c0 1.26.47 2.52 1.4 3.48.25.26.66.26.91 0s.25-.68 0-.94c-.68-.7-1.02-1.62-1.02-2.54 0-.92.34-1.84 1.02-2.54a.66.66 0 0 0 .01-.93zm5.69 5.1A1.62 1.62 0 1 0 6.4 4c-.01.89.72 1.62 1.62 1.62zM14.59.53a.628.628 0 0 0-.91 0c-.25.26-.25.68 0 .94.68.7 1.02 1.62 1.02 2.54 0 .92-.34 1.83-1.02 2.54-.25.26-.25.68 0 .94a.651.651 0 0 0 .92 0c.93-.96 1.4-2.22 1.4-3.48A5.048 5.048 0 0 0 14.59.53zM8.02 6.92c-.41 0-.83-.1-1.2-.3l-3.15 8.37h1.49l.86-1h4l.84 1h1.49L9.21 6.62c-.38.2-.78.3-1.19.3zm-.01.48L9.02 11h-2l.99-3.6zm-1.99 5.59l1-1h2l1 1h-4zm5.19-11.1c-.25.25-.25.67 0 .92.32.33.48.76.48 1.19 0 .43-.16.86-.48 1.19-.25.26-.25.67 0 .92a.63.63 0 0 0 .9 0c.57-.58.85-1.35.85-2.11 0-.76-.28-1.53-.85-2.11a.634.634 0 0 0-.9 0z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/reply.svg b/htdocs/theme/common/octicons/build/svg/reply.svg
    index 5f89aad3010..12717db93da 100644
    --- a/htdocs/theme/common/octicons/build/svg/reply.svg
    +++ b/htdocs/theme/common/octicons/build/svg/reply.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.5 3.5c3.92.44 8 3.125 8 10-2.312-5.062-4.75-6-8-6V11L1 5.5 6.5 0v3.5z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6 3.5c3.92.44 8 3.125 8 10-2.312-5.062-4.75-6-8-6V11L.5 5.5 6 0v3.5z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/sign-out.svg b/htdocs/theme/common/octicons/build/svg/sign-out.svg
    index e0893cbce43..ccfc4959ae3 100644
    --- a/htdocs/theme/common/octicons/build/svg/sign-out.svg
    +++ b/htdocs/theme/common/octicons/build/svg/sign-out.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 9V7H8V5h4V3l4 3-4 3zm-2 3H6V3L2 1h8v3h1V1c0-.55-.45-1-1-1H1C.45 0 0 .45 0 1v11.38c0 .39.22.73.55.91L6 16.01V13h4c.55 0 1-.45 1-1V8h-1v4z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.992 8.994V6.996H7.995v-2h3.997V2.999l3.998 2.998-3.998 2.998zm-1.998 2.998H5.996V2.998L2 1h7.995v2.998h1V1c0-.55-.45-.999-1-.999H.999A1.001 1.001 0 0 0 0 1v11.372c0 .39.22.73.55.91L5.996 16v-3.008h3.998c.55 0 1-.45 1-1V7.995h-1v3.997z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/squirrel.svg b/htdocs/theme/common/octicons/build/svg/squirrel.svg
    index 7c974be5979..3e5b51beea4 100644
    --- a/htdocs/theme/common/octicons/build/svg/squirrel.svg
    +++ b/htdocs/theme/common/octicons/build/svg/squirrel.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.75 1c-2.21 0-4 1.31-4 2.92 0 1.94.5 3.03 0 6.08 0-4.5-2.77-6.34-4-6.34.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.45 4.29.43 6.87c.2.33 1.53.6 2.47.43.89.05.67.79.47.99C2.53 9.13 1.75 8 .75 8s-1 1 0 1 1 1 3 1c-3.09 1.2 0 4 0 4h-1c-1 0-1 1-1 1h6c3 0 5-1 5-3.47 0-.85-.43-1.79-1-2.53-1.11-1.46.23-2.68 1-2 .77.68 3 1 3-2 0-2.21-1.79-4-4-4zm-9.5 5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 1C9.79 1 8 2.31 8 3.92c0 1.94.5 3.03 0 6.08 0-4.5-2.77-6.34-4-6.34.05-.5-.48-.66-.48-.66s-.22.11-.3.34c-.27-.31-.56-.27-.56-.27l-.13.58S.7 4.29.68 6.87c.2.33 1.53.6 2.47.43.89.05.67.79.47.99C2.78 9.13 2 8 1 8S0 9 1 9s1 1 3 1c-3.09 1.2 0 4 0 4H3c-1 0-1 1-1 1h6c3 0 5-1 5-3.47 0-.85-.43-1.79-1-2.53-1.11-1.46.23-2.68 1-2 .77.68 3 1 3-2 0-2.21-1.79-4-4-4zM2.5 6c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/sync.svg b/htdocs/theme/common/octicons/build/svg/sync.svg
    index 61bef53cbd0..692349a1f93 100644
    --- a/htdocs/theme/common/octicons/build/svg/sync.svg
    +++ b/htdocs/theme/common/octicons/build/svg/sync.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M10.236 7.4a4.15 4.15 0 0 1-1.2 3.6 4.346 4.346 0 0 1-5.41.54l1.17-1.14-4.3-.6.6 4.2 1.31-1.26c2.36 1.74 5.7 1.57 7.84-.54a5.876 5.876 0 0 0 1.74-4.46l-1.75-.34zM2.956 5a4.346 4.346 0 0 1 5.41-.54L7.196 5.6l4.3.6-.6-4.2-1.31 1.26c-2.36-1.74-5.7-1.57-7.85.54-1.24 1.23-1.8 2.85-1.73 4.46l1.75.35A4.17 4.17 0 0 1 2.956 5z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M10.24 7.4a4.15 4.15 0 0 1-1.2 3.6 4.346 4.346 0 0 1-5.41.54L4.8 10.4.5 9.8l.6 4.2 1.31-1.26c2.36 1.74 5.7 1.57 7.84-.54a5.876 5.876 0 0 0 1.74-4.46l-1.75-.34zM2.96 5a4.346 4.346 0 0 1 5.41-.54L7.2 5.6l4.3.6-.6-4.2-1.31 1.26c-2.36-1.74-5.7-1.57-7.85.54C.5 5.03-.06 6.65.01 8.26l1.75.35A4.17 4.17 0 0 1 2.96 5z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/tag.svg b/htdocs/theme/common/octicons/build/svg/tag.svg
    index 6c8a9c43c1e..aee833d91b9 100644
    --- a/htdocs/theme/common/octicons/build/svg/tag.svg
    +++ b/htdocs/theme/common/octicons/build/svg/tag.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7.73 1.73C7.26 1.26 6.62 1 5.96 1H3.5C2.13 1 1 2.13 1 3.5v2.47c0 .66.27 1.3.73 1.77l6.06 6.06c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41L7.73 1.73zM2.38 7.09c-.31-.3-.47-.7-.47-1.13V3.5c0-.88.72-1.59 1.59-1.59h2.47c.42 0 .83.16 1.13.47l6.14 6.13-4.73 4.73-6.13-6.15zM3.01 3h2v2H3V3h.01z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7.685 1.72a2.49 2.49 0 0 0-1.76-.726H3.48A2.5 2.5 0 0 0 .994 3.48v2.456c0 .656.269 1.292.726 1.76l6.024 6.024a.99.99 0 0 0 1.402 0l4.563-4.563a.99.99 0 0 0 0-1.402L7.685 1.72zM2.366 7.048a1.54 1.54 0 0 1-.467-1.123V3.48c0-.874.716-1.58 1.58-1.58h2.456c.418 0 .825.159 1.123.467l6.104 6.094-4.702 4.702-6.094-6.114zm.626-4.066h1.989v1.989H2.982V2.982h.01z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/telescope.svg b/htdocs/theme/common/octicons/build/svg/telescope.svg
    index ce4bfaaa184..95047dc191d 100644
    --- a/htdocs/theme/common/octicons/build/svg/telescope.svg
    +++ b/htdocs/theme/common/octicons/build/svg/telescope.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7.59 9l3 6h-1l-2-4v5h-1v-6l-2 5h-1l2-5 2-1zm-1-9h-1v1h1V0zm-2 3h-1v1h1V3zm-3-2h-1v1h1V1zM.22 9a.52.52 0 0 0-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66-1.16-2-1.27.86.01.01zm7.89-5.39l-5.8 3.95L3.54 9.7l6.33-3.03L8.1 3.61h.01zm4.22 1.28l-1.47-2.52a.51.51 0 0 0-.72-.17l-1.2.83 1.84 3.2 1.33-.64c.27-.13.36-.44.22-.7z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M8 9l3 6h-1l-2-4v5H7v-6l-2 5H4l2-5 2-1zM7 0H6v1h1V0zM5 3H4v1h1V3zM2 1H1v1h1V1zM.63 9a.52.52 0 0 0-.16.67l.55.92c.13.23.41.31.64.2l1.39-.66-1.16-2-1.27.86.01.01zm7.89-5.39l-5.8 3.95L3.95 9.7l6.33-3.03-1.77-3.06h.01zm4.22 1.28l-1.47-2.52a.51.51 0 0 0-.72-.17l-1.2.83 1.84 3.2 1.33-.64c.27-.13.36-.44.22-.7z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/thumbsdown.svg b/htdocs/theme/common/octicons/build/svg/thumbsdown.svg
    index ac4c7c6996b..aa319a29879 100644
    --- a/htdocs/theme/common/octicons/build/svg/thumbsdown.svg
    +++ b/htdocs/theme/common/octicons/build/svg/thumbsdown.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.98 7.83l-.97-5.95C14.84.5 13.13 0 12 0H5.69c-.2 0-.38.05-.53.14L3.72 1H2C.94 1 0 1.94 0 3v4c0 1.06.94 2.02 2 2h2c.91 0 1.39.45 2.39 1.55.91 1 .88 1.8.63 3.27-.08.5.06 1 .42 1.42.39.47.98.77 1.56.77 1.83 0 3-3.72 3-5.02l-.02-.98h2.04c1.16 0 1.95-.8 1.98-1.97 0-.06.02-.13-.02-.2v-.01zm-1.97 1.19h-1.99c-.7 0-1.03.28-1.03.97l.03 1.03c0 1.27-1.17 4-2 4-.5 0-1.08-.5-1-1 .25-1.58.34-2.78-.89-4.14C6.11 8.75 5.36 8 4 8V2l1.67-1H12c.73 0 1.95.31 2 1l.02.02 1 6c-.03.64-.38 1-1 1h-.01z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.97 7.825L15 1.88C14.83.499 13.123 0 11.993 0H5.686c-.2 0-.38.05-.53.14L3.719 1h-1.72C.94 1 0 1.938 0 2.997v3.998c0 1.059.94 2.018 1.999 1.998h1.998c.91 0 1.39.45 2.389 1.55.91.999.88 1.798.63 3.267-.08.5.06 1 .42 1.42.39.47.979.769 1.558.769 1.83 0 2.998-3.718 2.998-5.017l-.02-.98h2.04c1.159 0 1.948-.799 1.978-1.968 0-.06.02-.13-.02-.2v-.01zm-1.969 1.19h-1.989c-.7 0-1.029.28-1.029.969l.03 1.03c0 1.268-1.17 3.997-1.999 3.997-.5 0-1.079-.5-.999-1 .25-1.579.34-2.778-.89-4.137-1.019-1.13-1.768-1.879-3.127-1.879V1.999l1.668-1h6.326c.73 0 1.95.31 2 1l.02.02.999 5.996c-.03.64-.38 1-1 1h-.01z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/thumbsup.svg b/htdocs/theme/common/octicons/build/svg/thumbsup.svg
    index e77f1e30e57..5b197266c1a 100644
    --- a/htdocs/theme/common/octicons/build/svg/thumbsup.svg
    +++ b/htdocs/theme/common/octicons/build/svg/thumbsup.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14 14c-.05.69-1.27 1-2 1H5.67L4 14V8c1.36 0 2.11-.75 3.13-1.88 1.23-1.36 1.14-2.56.88-4.13-.08-.5.5-1 1-1 .83 0 2 2.73 2 4l-.02 1.03c0 .69.33.97 1.02.97h2c.63 0 .98.36 1 1l-1 6L14 14zm0-8h-2.02l.02-.98C12 3.72 10.83 0 9 0c-.58 0-1.17.3-1.56.77-.36.41-.5.91-.42 1.41.25 1.48.28 2.28-.63 3.28-1 1.09-1.48 1.55-2.39 1.55H2C.94 7 0 7.94 0 9v4c0 1.06.94 2 2 2h1.72l1.44.86c.16.09.33.14.52.14h6.33c1.13 0 2.84-.5 3-1.88l.98-5.95c.02-.08.02-.14.02-.2-.03-1.17-.84-1.97-2-1.97H14z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M13.991 13.991c-.05.69-1.269 1-1.998 1H5.665l-1.669-1V7.995c1.36 0 2.11-.75 3.129-1.879 1.229-1.359 1.139-2.558.879-4.127-.08-.5.5-1 1-1 .829 0 1.998 2.729 1.998 3.998l-.02 1.03c0 .689.33.969 1.02.969H14c.63 0 .98.36 1 .999l-1 5.996-.01.01zm0-7.995h-2.018l.02-.98C11.992 3.719 10.822 0 8.993 0c-.58 0-1.169.3-1.559.77-.36.41-.5.909-.42 1.409.25 1.479.28 2.278-.629 3.278-1 1.089-1.48 1.549-2.389 1.549H2c-1.061-.01-2 .929-2 1.988v3.998c0 1.06.94 1.999 1.999 1.999h1.719l1.439.86c.16.089.33.139.52.139h6.325c1.13 0 2.839-.5 2.999-1.879l.979-5.946c.02-.08.02-.14.02-.2-.03-1.17-.84-1.969-1.999-1.969h-.01z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/unmute.svg b/htdocs/theme/common/octicons/build/svg/unmute.svg
    index 531aafc8b46..19b375fb08c 100644
    --- a/htdocs/theme/common/octicons/build/svg/unmute.svg
    +++ b/htdocs/theme/common/octicons/build/svg/unmute.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 7.96c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16 0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0 1 12 7.96zM7.72 2.22L4 5.94H2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V2.75c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 0 1 2.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0 0 16 7.94c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 0 1 1.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.97 5.97 0 0 0 14 7.96c0-1.65-.67-3.16-1.75-4.25z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 8.02c0 1.09-.45 2.09-1.17 2.83l-.67-.67c.55-.56.89-1.31.89-2.16 0-.85-.34-1.61-.89-2.16l.67-.67A3.99 3.99 0 0 1 12 8.02zM7.72 2.28L4 6H2c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2l3.72 3.72c.47.47 1.28.14 1.28-.53V2.81c0-.67-.81-1-1.28-.53zm5.94.08l-.67.67a6.996 6.996 0 0 1 2.06 4.98c0 1.94-.78 3.7-2.06 4.98l.67.67A7.973 7.973 0 0 0 16 8c0-2.22-.89-4.22-2.34-5.66v.02zm-1.41 1.41l-.69.67a5.05 5.05 0 0 1 1.48 3.58c0 1.39-.56 2.66-1.48 3.56l.69.67A5.971 5.971 0 0 0 14 8.02c0-1.65-.67-3.16-1.75-4.25z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/unverified.svg b/htdocs/theme/common/octicons/build/svg/unverified.svg
    index becff6dfc8f..cf04ce3f81e 100644
    --- a/htdocs/theme/common/octicons/build/svg/unverified.svg
    +++ b/htdocs/theme/common/octicons/build/svg/unverified.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.68 7.07L14.6 5.73c-.17-.22-.28-.48-.31-.77l-.19-1.7a1.51 1.51 0 0 0-1.33-1.33l-1.7-.19c-.3-.03-.56-.16-.78-.33L8.95.33c-.55-.44-1.33-.44-1.88 0L5.73 1.41c-.22.17-.48.28-.77.31l-1.7.19c-.7.08-1.25.63-1.33 1.33l-.19 1.7c-.03.3-.16.56-.33.78L.33 7.06c-.44.55-.44 1.33 0 1.88l1.08 1.34c.17.22.28.48.31.77l.19 1.7c.08.7.63 1.25 1.33 1.33l1.7.19c.3.03.56.16.78.33l1.34 1.08c.55.44 1.33.44 1.88 0l1.34-1.08c.22-.17.48-.28.77-.31l1.7-.19c.7-.08 1.25-.63 1.33-1.33l.19-1.7c.03-.3.16-.56.33-.78l1.08-1.34c.44-.55.44-1.33 0-1.88zm-6.67 4.44c0 .28-.22.5-.5.5h-1c-.27 0-.5-.22-.5-.5v-1c0-.28.23-.5.5-.5h1c.28 0 .5.22.5.5v1zm1.56-4.89c-.06.17-.17.33-.3.47-.13.16-.14.19-.33.38-.16.17-.31.3-.52.45-.11.09-.2.19-.28.27-.08.08-.14.17-.19.27-.05.1-.08.19-.11.3-.03.11-.03.13-.03.25H7.14c0-.22 0-.31.03-.48.03-.19.08-.36.14-.52.06-.14.14-.28.25-.42.11-.13.23-.25.41-.38.27-.19.36-.3.48-.52.12-.22.2-.38.2-.59 0-.27-.06-.45-.2-.58-.13-.13-.31-.19-.58-.19-.09 0-.19.02-.3.05-.11.03-.17.09-.25.16-.08.07-.14.11-.2.2a.41.41 0 0 0-.09.28h-2c0-.38.13-.56.27-.83.16-.27.36-.5.61-.67.25-.17.55-.3.88-.38.33-.08.7-.13 1.09-.13.44 0 .83.05 1.17.13.34.09.63.22.88.39.23.17.41.38.55.63.13.25.19.55.19.88 0 .22 0 .42-.08.59l-.02-.01z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.67 7.066l-1.08-1.34a1.5 1.5 0 0 1-.309-.77l-.19-1.698a1.51 1.51 0 0 0-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 0 0-1.878 0l-1.34 1.08a1.5 1.5 0 0 1-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 0 0 0 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 0 0 0-1.878zm-6.666 4.437c0 .28-.22.5-.5.5h-.999c-.27 0-.5-.22-.5-.5v-1c0-.28.23-.5.5-.5h1c.28 0 .5.22.5.5v1zm1.56-4.887c-.06.17-.17.33-.3.47-.13.16-.14.19-.33.38-.16.17-.31.3-.52.449-.11.09-.2.19-.28.27-.08.08-.14.17-.19.27-.05.1-.08.19-.11.3-.03.11-.03.13-.03.25H7.136c0-.22 0-.31.03-.48.03-.19.08-.36.14-.52.06-.14.14-.28.25-.42.11-.13.23-.25.409-.38.27-.19.36-.3.48-.52.12-.219.2-.379.2-.589 0-.27-.06-.45-.2-.58-.13-.13-.31-.19-.58-.19-.09 0-.19.02-.3.05-.11.03-.17.09-.25.16-.08.07-.14.11-.2.2a.41.41 0 0 0-.09.28H5.028c0-.38.13-.56.27-.83.16-.27.36-.499.61-.669.25-.17.549-.3.879-.38.33-.08.7-.13 1.09-.13.439 0 .829.05 1.168.13.34.09.63.22.88.39.23.17.41.38.55.63.13.25.19.55.19.88 0 .22 0 .419-.08.589l-.02-.01z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/verified.svg b/htdocs/theme/common/octicons/build/svg/verified.svg
    index 8420d2ac554..e1c6c71f72b 100644
    --- a/htdocs/theme/common/octicons/build/svg/verified.svg
    +++ b/htdocs/theme/common/octicons/build/svg/verified.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.68 7.07L14.6 5.73c-.17-.22-.28-.48-.31-.77l-.19-1.7a1.51 1.51 0 0 0-1.33-1.33l-1.7-.19c-.3-.03-.56-.16-.78-.33L8.95.33c-.55-.44-1.33-.44-1.88 0L5.73 1.41c-.22.17-.48.28-.77.31l-1.7.19c-.7.08-1.25.63-1.33 1.33l-.19 1.7c-.03.3-.16.56-.33.78L.33 7.06c-.44.55-.44 1.33 0 1.88l1.08 1.34c.17.22.28.48.31.77l.19 1.7c.08.7.63 1.25 1.33 1.33l1.7.19c.3.03.56.16.78.33l1.34 1.08c.55.44 1.33.44 1.88 0l1.34-1.08c.22-.17.48-.28.77-.31l1.7-.19c.7-.08 1.25-.63 1.33-1.33l.19-1.7c.03-.3.16-.56.33-.78l1.08-1.34c.44-.55.44-1.33 0-1.88zm-9.17 4.94l-3.5-3.5 1.5-1.5 2 2 5-5 1.5 1.55-6.5 6.45z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.67 7.066l-1.08-1.34a1.5 1.5 0 0 1-.309-.77l-.19-1.698a1.51 1.51 0 0 0-1.329-1.33l-1.699-.19c-.3-.03-.56-.159-.78-.329L8.945.33a1.504 1.504 0 0 0-1.878 0l-1.34 1.08a1.5 1.5 0 0 1-.77.31l-1.698.19c-.7.08-1.25.63-1.33 1.329l-.19 1.699c-.03.3-.159.56-.329.78L.33 7.055a1.504 1.504 0 0 0 0 1.878l1.08 1.34c.17.22.28.48.31.77l.19 1.698c.08.7.63 1.25 1.329 1.33l1.699.19c.3.03.56.159.78.329l1.339 1.08c.55.439 1.329.439 1.878 0l1.34-1.08c.22-.17.48-.28.77-.31l1.698-.19c.7-.08 1.25-.63 1.33-1.329l.19-1.699c.03-.3.159-.56.329-.78l1.08-1.339a1.504 1.504 0 0 0 0-1.878zm-9.164 4.936L3.008 8.505l1.5-1.5 1.998 2 4.997-4.998 1.499 1.55-6.496 6.445z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/build/svg/x.svg b/htdocs/theme/common/octicons/build/svg/x.svg
    index 3725777be40..e3773142bb9 100644
    --- a/htdocs/theme/common/octicons/build/svg/x.svg
    +++ b/htdocs/theme/common/octicons/build/svg/x.svg
    @@ -1 +1 @@
    -<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"/></svg>
    \ No newline at end of file
    +<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z"/></svg>
    \ No newline at end of file
    diff --git a/htdocs/theme/common/octicons/package.json b/htdocs/theme/common/octicons/package.json
    index 77188450670..4d8ea495b08 100644
    --- a/htdocs/theme/common/octicons/package.json
    +++ b/htdocs/theme/common/octicons/package.json
    @@ -1,6 +1,6 @@
     {
    -  "version": "7.2.0",
       "name": "octicons",
    +  "version": "8.1.0",
       "description": "A scalable set of icons handcrafted with <3 by GitHub.",
       "homepage": "https://octicons.github.com",
       "author": "GitHub Inc.",
    diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
    index b6e744672e8..bb43aa0af55 100644
    --- a/htdocs/theme/eldy/style.css.php
    +++ b/htdocs/theme/eldy/style.css.php
    @@ -4,6 +4,7 @@
      * Copyright (C) 2007-2017	Regis Houssin			<regis.houssin@capnetworks.com>
      * Copyright (C) 2011		Philippe Grand			<philippe.grand@atoo-net.com>
      * Copyright (C) 2012		Juanjo Menent			<jmenent@2byte.es>
    + * Copyright (C) 2018       Ferran Marcet           <fmarcet@2byte.es>
      *
      * 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
    @@ -53,7 +54,7 @@ $colortexttitlenotab='100,60,20';
     $colortexttitle='0,0,0';
     $colortext='0,0,0';
     $colortextlink='0,0,100';
    -$fontsize='0.85em';
    +$fontsize='0.86em';
     $fontsizesmaller='0.75em';
     
     if (defined('THEME_ONLY_CONSTANT')) return;
    @@ -107,6 +108,7 @@ if (! isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) $conf->global->THEME_ELDY_
     if (! isset($conf->global->THEME_ELDY_VERMENU_BACK1)) $conf->global->THEME_ELDY_VERMENU_BACK1=$colorbackvmenu1;
     if (! isset($conf->global->THEME_ELDY_BACKTITLE1)) $conf->global->THEME_ELDY_BACKTITLE1=$colorbacktitle1;
     if (! isset($conf->global->THEME_ELDY_USE_HOVER)) $conf->global->THEME_ELDY_USE_HOVER=$colorbacklinepairhover;
    +if (! isset($conf->global->THEME_ELDY_USE_CHECKED)) $conf->global->THEME_ELDY_USE_CHECKED=$colorbacklinepairchecked;
     if (! isset($conf->global->THEME_ELDY_LINEBREAK)) $conf->global->THEME_ELDY_LINEBREAK=$colorbacklinebreak;
     if (! isset($conf->global->THEME_ELDY_TEXTTITLENOTAB)) $conf->global->THEME_ELDY_TEXTTITLENOTAB=$colortexttitlenotab;
     if (! isset($conf->global->THEME_ELDY_TEXTLINK)) $conf->global->THEME_ELDY_TEXTLINK=$colortextlink;
    @@ -143,9 +145,11 @@ $fontsizesmaller     =empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)?(empty(
     
     // Hover color
     $colorbacklinepairhover=((! isset($conf->global->THEME_ELDY_USE_HOVER) || (string) $conf->global->THEME_ELDY_USE_HOVER === '0')?'':($conf->global->THEME_ELDY_USE_HOVER === '1'?'edf4fb':$conf->global->THEME_ELDY_USE_HOVER));
    +$colorbacklinepairchecked=((! isset($conf->global->THEME_ELDY_USE_CHECKED) || (string) $conf->global->THEME_ELDY_USE_CHECKED === '0')?'':($conf->global->THEME_ELDY_USE_CHECKED === '1'?'edf4fb':$conf->global->THEME_ELDY_USE_CHECKED));
     if (! empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED))
     {
     	$colorbacklinepairhover=((! isset($user->conf->THEME_ELDY_USE_HOVER) || $user->conf->THEME_ELDY_USE_HOVER === '0')?'':($user->conf->THEME_ELDY_USE_HOVER === '1'?'edf4fb':$user->conf->THEME_ELDY_USE_HOVER));
    +	$colorbacklinepairchecked=((! isset($user->conf->THEME_ELDY_USE_CHECKED) || $user->conf->THEME_ELDY_USE_CHECKED === '0')?'':($user->conf->THEME_ELDY_USE_CHECKED === '1'?'edf4fb':$user->conf->THEME_ELDY_USE_CHECKED));
     }
     
     //$colortopbordertitle1=$colorbackhmenu1;
    @@ -177,7 +181,7 @@ $colorbacktabcard1=join(',',colorStringToArray($colorbacktabcard1));    // Norma
     $tmppart=explode(',',$colorbacktabcard1);
     $tmpval=(! empty($tmppart[0]) ? $tmppart[0] : 0)+(! empty($tmppart[1]) ? $tmppart[1] : 0)+(! empty($tmppart[2]) ? $tmppart[2] : 0);
     if ($tmpval <= 460) { $colortextbacktab='FFFFFF'; }
    -else { $colortextbacktab='111111'; }
    +else { $colortextbacktab='000000'; }
     
     
     // Format color value to match expected format (may be 'FFFFFF' or '255,255,255')
    @@ -191,6 +195,7 @@ $colorbacklineimpair2=join(',',colorStringToArray($colorbacklineimpair2));
     $colorbacklinepair1=join(',',colorStringToArray($colorbacklinepair1));
     $colorbacklinepair2=join(',',colorStringToArray($colorbacklinepair2));
     if ($colorbacklinepairhover != '') $colorbacklinepairhover=join(',',colorStringToArray($colorbacklinepairhover));
    +if ($colorbacklinepairchecked != '') $colorbacklinepairchecked=join(',',colorStringToArray($colorbacklinepairchecked));
     $colorbackbody=join(',',colorStringToArray($colorbackbody));
     $colortexttitlenotab=join(',',colorStringToArray($colortexttitlenotab));
     $colortexttitle=join(',',colorStringToArray($colortexttitle));
    @@ -218,6 +223,7 @@ print 'colorbacklineimpair2='.$colorbacklineimpair2."\n";
     print 'colorbacklinepair1='.$colorbacklinepair1."\n";
     print 'colorbacklinepair2='.$colorbacklinepair2."\n";
     print 'colorbacklinepairhover='.$colorbacklinepairhover."\n";
    +print 'colorbacklinepairchecked='.$colorbacklinepairchecked."\n";
     print '$colortexttitlenotab='.$colortexttitlenotab."\n";
     print '$colortexttitle='.$colortexttitle."\n";
     print '$colortext='.$colortext."\n";
    @@ -258,7 +264,7 @@ body {
         <?php print 'direction: '.$langs->trans("DIRECTION").";\n"; ?>
     }
     
    -.thumbstat, a.tab { font-weight: bold !important; }
    +.thumbstat { font-weight: bold !important; }
     th a { font-weight: <?php echo ($useboldtitle?'bold':'normal'); ?> !important; }
     a.tab { font-weight: bold !important; }
     
    @@ -491,6 +497,7 @@ input#onlinepaymenturl, input#directdownloadlink {
     }
     
     hr { border: 0; border-top: 1px solid #ccc; }
    +.tabBar hr { margin-top: 20px; margin-bottom: 17px; }
     
     .button, .buttonDelete, input[name="sbmtConnexion"] {
     	margin-bottom: 0;
    @@ -546,7 +553,7 @@ form {
         margin:0px;
     }
     form#addproduct {
    -    padding-top: 6px;
    +    padding-top: 10px;
     }
     div.float
     {
    @@ -689,6 +696,9 @@ textarea.centpercent {
     	height: 28px;
     	vertical-align: middle;
     }
    +.divsocialnetwork:not(:first-child) {
    +    padding-left: 20px;
    +}
     div.divsearchfield {
     	float: <?php print $left; ?>;
     	margin-<?php print $right; ?>: 12px;
    @@ -748,6 +758,9 @@ select.flat.selectlimit {
     .marginleftonly {
     	margin-left: 10px !important;
     }
    +.marginleftonlyshort {
    +	margin-left: 4px !important;
    +}
     .nomarginleft {
     	margin-left: 0px !important;
     }
    @@ -1159,8 +1172,8 @@ td.showDragHandle {
     	table-layout: fixed;
     }
     #id-right, #id-left {
    -	padding-top: 16px;
    -	padding-bottom: 16px;
    +	padding-top: 20px;
    +	padding-bottom: 20px;
     
     	display: table-cell;			/* DOL_XXX Empeche fonctionnement correct du scroll horizontal sur tableau, avec datatable ou CSS */
     	float: none;
    @@ -1265,8 +1278,8 @@ div.fiche {
     
     
     div.fiche {
    -	margin-<?php print $left; ?>: <?php print (GETPOST('optioncss','aZ09') == 'print'?6:(empty($conf->dol_optimize_smallscreen)?'25':'6')); ?>px;
    -	margin-<?php print $right; ?>: <?php print (GETPOST('optioncss','aZ09') == 'print'?6:(empty($conf->dol_optimize_smallscreen)?'24':'6')); ?>px;
    +	margin-<?php print $left; ?>: <?php print (GETPOST('optioncss','aZ09') == 'print'?6:(empty($conf->dol_optimize_smallscreen)?'30':'6')); ?>px;
    +	margin-<?php print $right; ?>: <?php print (GETPOST('optioncss','aZ09') == 'print'?6:(empty($conf->dol_optimize_smallscreen)?'29':'6')); ?>px;
     	<?php if (! empty($dol_hide_leftmenu)) print 'margin-bottom: 12px;'."\n"; ?>
     	<?php if (! empty($dol_hide_leftmenu)) print 'margin-top: 12px;'."\n"; ?>
     }
    @@ -1369,7 +1382,7 @@ div.nopadding {
     	margin : 0px auto;
     }
     
    -#pictotitle {
    +.pictotitle {
     	margin-<?php echo $right; ?>: 8px;
     	margin-bottom: 4px;
     }
    @@ -1697,6 +1710,10 @@ div.mainmenu.cashdesk {
     	background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/pointofsale_over.png',1) ?>);
     }
     
    +div.mainmenu.takepos {
    +	background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/pointofsale_over.png',1) ?>);
    +}
    +
     div.mainmenu.companies {
     	background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/company_over.png',1) ?>);
     }
    @@ -1766,7 +1783,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','website');
    +$divalreadydefined=array('home','companies','products','commercial','externalsite','accountancy','project','tools','members','agenda','ftp','holiday','hrm','bookmark','cashdesk','takepos','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','ticket','margin','opensurvey','paybox','expensereport','incoterm','prelevement','propal','workflow','notification','supplier_proposal','cron','product','productbatch','expedition');
     foreach($mainmenuusedarray as $val)
    @@ -1827,6 +1844,7 @@ foreach($mainmenuusedarray as $val)
         position: absolute;
         height: 100%;
         width: 100%;
    +    font-size: 1em;
     }
     .login_center {
     	display: table-cell;
    @@ -1843,8 +1861,9 @@ form#login {
     }
     .login_table_title {
     	max-width: 530px;
    -	color: #aaa !important;
    +	color: #eee !important;
     	padding-bottom: 20px;
    +	text-shadow: 1px 1px #444;
     }
     .login_table label {
     	text-shadow: 1px 1px 1px #FFF;
    @@ -1879,12 +1898,30 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
     	padding: 5px;
     	margin-left: 5px;
     	margin-top: 5px;
    +	margin-bottom: 5px;
     }
     .login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
     	outline: none !important;
    -	/* box-shadow: none;
    -	-webkit-box-shadow: 0 0 0 50px #FFF inset;
    -	box-shadow: 0 0 0 50px #FFF inset;*/
    +}
    +.login_table .trinputlogin {
    +	font-size: 1.2em;
    +	margin: 8px;
    +}
    +.login_table .tdinputlogin {
    +    background-color: transparent;
    +    /* border: 2px solid #ccc; */
    +    min-width: 220px;
    +    border-radius: 2px;
    +}
    +.login_table .tdinputlogin .fa {
    +	padding-left: 10px;
    +	width: 14px;
    +}
    +.login_table .tdinputlogin input#username, .login_table .tdinputlogin input#password {
    +	font-size: 1em;
    +}
    +.login_table .tdinputlogin input#securitycode {
    +	font-size: 1em;
     }
     .login_main_message {
     	text-align: center;
    @@ -2305,6 +2342,7 @@ div.tabBar table.tableforservicepart2:last-child {
     }
     .tableforservicepart1 .tdhrthin {
     	height: unset;
    +    padding-top: 0 !important;
     }
     
     div.popuptabset {
    @@ -2319,7 +2357,7 @@ div.popuptab {
     	padding-right: 5px;
     }
     div.tabsAction {
    -    margin: 20px 0em 20px 0em;
    +    margin: 20px 0em 30px 0em;
         padding: 0em 0em;
         text-align: right;
     }
    @@ -2346,7 +2384,7 @@ a.tabunactive {
     }
     a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
     	font-family: <?php print $fontlist ?>;
    -	padding: 12px 9px 13px;
    +	padding: 12px 14px 13px;
         margin: 0em 0.2em;
         text-decoration: none;
         white-space: nowrap;
    @@ -2460,21 +2498,24 @@ span.butAction, span.butActionDelete {
         cursor: pointer;
         /*color: #fff !important;
         background: rgb(<?php echo $colorbackhmenu1 ?>);
    -    border: 1px solid rgb(<?php echo $colorbackhmenu1 ?>);*/
    +    border: 1px solid rgb(<?php echo $colorbackhmenu1 ?>);
         border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    -
         border-top-right-radius: 0 !important;
         border-bottom-right-radius: 0 !important;
         border-top-left-radius: 0 !important;
    -    border-bottom-left-radius: 0 !important;
    +    border-bottom-left-radius: 0 !important;*/
     }
     a.butActionNew>span.fa-plus-circle, a.butActionNew>span.fa-plus-circle:hover { padding-left: 6px; font-size: 1.5em; border: none; box-shadow: none; webkit-box-shadow: none; }
     a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-circle:hover { padding-left: 6px; font-size: 1.5em; border: none; box-shadow: none; webkit-box-shadow: none; }
     
    -.butAction:hover, .butActionNew:hover   {
    +.butAction:hover   {
       -webkit-box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
       box-shadow: 0px 0px 6px 1px rgba(50, 50, 50, 0.4), 0px 0px 0px rgba(60,60,60,0.1);
     }
    +.butActionNew:hover   {
    +  text-decoration: underline;
    +  box-shadow: unset !important;
    +}
     
     .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active, .buttonDelete {
         background: rgb(239, 232, 230);
    @@ -2695,7 +2736,9 @@ table.paddingtopbottomonly tr td {
     	background: rgb(<?php echo $colorbacktitle1; ?>) !important;
     }
     tr.liste_titre_filter td.liste_titre {
    -/*    border-bottom: 1px solid #ddd; */
    +	/* border-bottom: 1px solid #ddd; */
    +	padding-top: 1px;
    +	padding-bottom: 0px;
     }
     .liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
     {
    @@ -2931,6 +2974,12 @@ div.pagination li.paginationafterarrows {
     	background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;		/* Must be background to be stronger than background of odd or even */
     <?php } ?>
     }
    +<?php if ($colorbacklinepairchecked) { ?>
    +.highlight {
    +	background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important; /* Must be background to be stronger than background of odd or even */
    +}
    +<?php } ?>
    +
     .nohover:hover {
     	background: unset;
     }
    @@ -3208,8 +3257,9 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
         margin-bottom: 5px;
         text-align: center;
     
    -    background: #f8f8f8;
    +    background: #fcfcfc;
         border: 1px solid #eee;
    +    /* border-left: 6px solid #ddd; */
         box-shadow: 1px 1px 8px #ddd;
         border-radius: 0px;
     }
    @@ -3257,9 +3307,11 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
         }
     	.thumbstat {
     		flex: 1 1 110px;
    +		margin-bottom: 8px;
     	}
     	.thumbstat150 {
     		flex: 1 1 110px;
    +		margin-bottom: 8px;
     	}
         .dashboardlineindicator {
             float: left;
    @@ -3453,7 +3505,7 @@ div.warning {
         background: #fcf8e3;
     }
     div.warning a, div.info a, div.error a {
    -	color: rgb(<?php echo $colortext; ?>);
    +	color: rgb(<?php echo $colortextlink; ?>);
     }
     
     /* Error message */
    @@ -3875,6 +3927,13 @@ span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled im
         float: right;
         padding-top: 8px;
     }
    +.websiteselectionsection {
    +	border-left: 1px solid #bbb;
    +	border-right: 1px solid #bbb;
    +	margin-left: 0px;
    +	padding-left: 8px;
    +	margin-right: 5px;
    +}
     
     
     /* ============================================================================== */
    @@ -4380,7 +4439,7 @@ td.gminorheading {
     .ecmfiletree {
     	width: 99%;
     	height: 99%;
    -	background: #FFF;
    +	/* background: #FFF; */
     	padding-left: 2px;
     	font-weight: normal;
     }
    @@ -4877,7 +4936,81 @@ span.noborderoncategories {
     
     
     /* ============================================================================== */
    -/*  Multiselect with checkbox                                                     */
    +/*  External lib multiselect with checkbox                                        */
    +/* ============================================================================== */
    +
    +.multi-select-container {
    +  display: inline-block;
    +  position: relative;
    +}
    +
    +.multi-select-menu {
    +  position: absolute;
    +  left: 0;
    +  top: 0.8em;
    +  float: left;
    +  min-width: 100%;
    +  background: #fff;
    +  margin: 1em 0;
    +  padding: 0.4em 0;
    +  border: 1px solid #aaa;
    +  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    +  display: none;
    +}
    +
    +.multi-select-menu input {
    +  margin-right: 0.3em;
    +  vertical-align: 0.1em;
    +}
    +
    +.multi-select-button {
    +  display: inline-block;
    +  max-width: 20em;
    +  white-space: nowrap;
    +  overflow: hidden;
    +  text-overflow: ellipsis;
    +  vertical-align: middle;
    +  background-color: #fff;
    +  cursor: default;
    +
    +  border: none;
    +  border-bottom: solid 1px rgba(0,0,0,.2);
    +  padding: 5px;
    +  padding-left: 2px;
    +  height: 17px;
    +}
    +.multi-select-button:focus {
    +  outline: none;
    +  border-bottom: 1px solid #666;
    +}
    +
    +.multi-select-button:after {
    +  content: "";
    +  display: inline-block;
    +  width: 0;
    +  height: 0;
    +  border-style: solid;
    +  border-width: 0.5em 0.23em 0em 0.23em;
    +  border-color: #444 transparent transparent transparent;
    +  margin-left: 0.4em;
    +}
    +
    +.multi-select-container--open .multi-select-menu { display: block; }
    +
    +.multi-select-container--open .multi-select-button:after {
    +  border-width: 0 0.4em 0.4em 0.4em;
    +  border-color: transparent transparent #999 transparent;
    +}
    +
    +.multi-select-menuitem {
    +    clear: both;
    +    float: left;
    +    padding-left: 5px
    +}
    +
    +
    +/* ============================================================================== */
    +/*  Native multiselect with checkbox                                              */
     /* ============================================================================== */
     
     ul.ulselectedfields {
    @@ -4917,10 +5050,10 @@ dl.dropdown {
     }
     .dropdown dd ul {
         background-color: #FFF;
    -    border: 1px solid #888;
    +    box-shadow: 1px 1px 10px #aaa;
         display:none;
         <?php echo $right; ?>:0px;						/* pop is align on right */
    -    padding: 2px 15px 2px 5px;
    +    padding: 0 0 0 0;
         position:absolute;
         top:2px;
         list-style:none;
    @@ -4930,10 +5063,13 @@ dl.dropdown {
     .dropdown dd ul li {
     	white-space: nowrap;
     	font-weight: normal;
    -	padding: 2px;
    +	padding: 7px 8px 7px 8px;
     	/* color: rgb(<?php print $colortext; ?>); */
     	color: #000;
     }
    +.dropdown dd ul li:hover {
    +	background: #eee;
    +}
     .dropdown dd ul li input[type="checkbox"] {
         margin-<?php echo $right; ?>: 3px;
     }
    @@ -4945,7 +5081,7 @@ dl.dropdown {
     	color: #888;
     }
     .dropdown dd ul li a:hover {
    -    background-color:#fff;
    +    background-color:#eee;
     }
     
     
    diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
    index aa02805c5cc..b347d305dd9 100644
    --- a/htdocs/theme/md/style.css.php
    +++ b/htdocs/theme/md/style.css.php
    @@ -5,6 +5,7 @@
      * Copyright (C) 2011		Philippe Grand			<philippe.grand@atoo-net.com>
      * Copyright (C) 2012		Juanjo Menent			<jmenent@2byte.es>
      * Copyright (C) 2015		Alexandre Spangaro      <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2018       Ferran Marcet           <fmarcet@2byte.es>
      *
      * 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
    @@ -54,7 +55,7 @@ $colortexttitlenotab='90,90,90';
     $colortexttitle='20,20,20';
     $colortext='0,0,0';
     $colortextlink='0,0,120';
    -$fontsize='13';
    +$fontsize='14';
     $fontsizesmaller='11';
     
     if (defined('THEME_ONLY_CONSTANT')) return;
    @@ -99,7 +100,7 @@ $dol_no_mouse_hover=$conf->dol_no_mouse_hover;
     //$user->conf->THEME_ELDY_ENABLE_PERSONALIZED=0;
     //var_dump($user->conf->THEME_ELDY_RGB);
     
    -$useboldtitle=(isset($conf->global->THEME_ELDY_USEBOLDTITLE)?$conf->global->THEME_ELDY_USEBOLDTITLE:1);
    +$useboldtitle=(isset($conf->global->THEME_ELDY_USEBOLDTITLE)?$conf->global->THEME_ELDY_USEBOLDTITLE:0);
     $borderwidth=2;
     
     // Case of option always editable
    @@ -108,6 +109,7 @@ if (! isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) $conf->global->THEME_ELDY_
     if (! isset($conf->global->THEME_ELDY_VERMENU_BACK1)) $conf->global->THEME_ELDY_VERMENU_BACK1=$colorbackvmenu1;
     if (! isset($conf->global->THEME_ELDY_BACKTITLE1)) $conf->global->THEME_ELDY_BACKTITLE1=$colorbacktitle1;
     if (! isset($conf->global->THEME_ELDY_USE_HOVER)) $conf->global->THEME_ELDY_USE_HOVER==$colorbacklinepairhover;
    +if (! isset($conf->global->THEME_ELDY_USE_CHECKED)) $conf->global->THEME_ELDY_USE_CHECKED=$colorbacklinepairchecked;
     if (! isset($conf->global->THEME_ELDY_LINEBREAK)) $conf->global->THEME_ELDY_LINEBREAK=$colorbacklinebreak;
     if (! isset($conf->global->THEME_ELDY_TEXTTITLENOTAB)) $conf->global->THEME_ELDY_TEXTTITLENOTAB=$colortexttitlenotab;
     if (! isset($conf->global->THEME_ELDY_TEXTLINK)) $conf->global->THEME_ELDY_TEXTLINK=$colortextlink;
    @@ -119,7 +121,7 @@ if (empty($conf->global->THEME_ELDY_ENABLE_PERSONALIZED))
         $conf->global->THEME_ELDY_BACKTABCARD1='255,255,255';     // card
         $conf->global->THEME_ELDY_BACKTABACTIVE='234,234,234';
         $conf->global->THEME_ELDY_TEXT='0,0,0';
    -    $conf->global->THEME_ELDY_FONT_SIZE1='13';
    +    $conf->global->THEME_ELDY_FONT_SIZE1='14';
         $conf->global->THEME_ELDY_FONT_SIZE2='11';
     }
     
    @@ -145,9 +147,11 @@ $fontsizesmaller     =empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)?(empty(
     
     // Hover color
     $colorbacklinepairhover=((! isset($conf->global->THEME_ELDY_USE_HOVER) || (string) $conf->global->THEME_ELDY_USE_HOVER === '0')?'':($conf->global->THEME_ELDY_USE_HOVER === '1'?'edf4fb':$conf->global->THEME_ELDY_USE_HOVER));
    +$colorbacklinepairchecked=((! isset($conf->global->THEME_ELDY_USE_CHECKED) || (string) $conf->global->THEME_ELDY_USE_CHECKED === '0')?'':($conf->global->THEME_ELDY_USE_CHECKED === '1'?'edf4fb':$conf->global->THEME_ELDY_USE_CHECKED));
     if (! empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED))
     {
         $colorbacklinepairhover=((! isset($user->conf->THEME_ELDY_USE_HOVER) || $user->conf->THEME_ELDY_USE_HOVER === '0')?'':($user->conf->THEME_ELDY_USE_HOVER === '1'?'edf4fb':$user->conf->THEME_ELDY_USE_HOVER));
    +    $colorbacklinepairchecked=((! isset($user->conf->THEME_ELDY_USE_CHECKED) || $user->conf->THEME_ELDY_USE_CHECKED === '0')?'':($user->conf->THEME_ELDY_USE_CHECKED === '1'?'edf4fb':$user->conf->THEME_ELDY_USE_CHECKED));
     }
     
     if (empty($colortopbordertitle1)) $colortopbordertitle1=$colorbackhmenu1;
    @@ -193,6 +197,7 @@ $colorbacklineimpair2=join(',',colorStringToArray($colorbacklineimpair2));
     $colorbacklinepair1=join(',',colorStringToArray($colorbacklinepair1));
     $colorbacklinepair2=join(',',colorStringToArray($colorbacklinepair2));
     if ($colorbacklinepairhover != '') $colorbacklinepairhover=join(',',colorStringToArray($colorbacklinepairhover));
    +if ($colorbacklinepairchecked != '') $colorbacklinepairchecked=join(',',colorStringToArray($colorbacklinepairchecked));
     $colorbackbody=join(',',colorStringToArray($colorbackbody));
     $colortexttitlenotab=join(',',colorStringToArray($colortexttitlenotab));
     $colortexttitle=join(',',colorStringToArray($colortexttitle));
    @@ -211,6 +216,7 @@ print 'colorbacklineimpair2='.$colorbacklineimpair2."\n";
     print 'colorbacklinepair1='.$colorbacklinepair1."\n";
     print 'colorbacklinepair2='.$colorbacklinepair2."\n";
     print 'colorbacklinepairhover='.$colorbacklinepairhover."\n";
    +print 'colorbacklinepairchecked='.$colorbacklinepairchecked."\n";
     print '$colortexttitlenotab='.$colortexttitlenotab."\n";
     print '$colortexttitle='.$colortexttitle."\n";
     print '$colortext='.$colortext."\n";
    @@ -251,7 +257,8 @@ body {
         <?php print 'direction: '.$langs->trans("DIRECTION").";\n"; ?>
     }
     
    -th a, .thumbstat, a.tab { font-weight: bold !important; }
    +.thumbstat { font-weight: bold !important; }
    +th a { font-weight: <?php echo ($useboldtitle?'bold':'normal'); ?> !important; }
     a.tab { font-weight: bold !important; }
     
     a:link, a:visited, a:hover, a:active { font-family: <?php print $fontlist ?>; font-weight: normal; color: rgb(<?php print $colortextlink; ?>); text-decoration: none;  }
    @@ -682,6 +689,9 @@ textarea.centpercent {
     	height: 28px;
     	vertical-align: middle;
     }
    +.divsocialnetwork:not(:first-child) {
    +    padding-left: 20px;
    +}
     div.divsearchfield {
     	float: <?php print $left; ?>;
     	margin-<?php print $right; ?>: 12px;
    @@ -735,6 +745,9 @@ select.flat.selectlimit {
     .marginleftonly {
     	margin-left: 10px !important;
     }
    +.marginleftonlyshort {
    +	margin-left: 4px !important;
    +}
     .nomarginleft {
     	margin-left: 0px !important;
     }
    @@ -1363,7 +1376,7 @@ table.noborder tr.liste_titre td {
     	margin : 0px auto;
     }
     
    -#pictotitle {
    +.pictotitle {
     	margin-<?php echo $right; ?>: 8px;
     	margin-bottom: 4px;
     }
    @@ -1687,6 +1700,10 @@ div.mainmenu.cashdesk {
     	background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/pointofsale.png',1) ?>);
     }
     
    +div.mainmenu.takepos {
    +	background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/pointofsale.png',1) ?>);
    +}
    +
     div.mainmenu.companies {
     	background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/company.png',1) ?>);
     }
    @@ -1760,7 +1777,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','website');
    +$divalreadydefined=array('home','companies','products','commercial','externalsite','accountancy','project','tools','members','agenda','ftp','holiday','hrm','bookmark','cashdesk','takepos','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','ticket','margin','opensurvey','paybox','expensereport','incoterm','prelevement','propal','workflow','notification','supplier_proposal','cron','product','productbatch','expedition');
     foreach($mainmenuusedarray as $val)
    @@ -1866,17 +1883,29 @@ form#login {
     }
     .login_table input#username, .login_table input#password, .login_table input#securitycode{
     	border: none;
    -	border-bottom: solid 1px rgba(180,180,180,.4);
    +	/* border-bottom: solid 1px rgba(180,180,180,.4); */
     	padding: 5px;
     	margin-left: 18px;
     	margin-top: 5px;
    +	margin-bottom: 5px;
     }
     .login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus {
     	outline: none !important;
    -	/* box-shadow: none;
    -	-webkit-box-shadow: 0 0 0 50px #FFF inset;
    -	box-shadow: 0 0 0 50px #FFF inset;*/
     }
    +.login_table .trinputlogin {
    +	margin: 8px;
    +}
    +.login_table .tdinputlogin {
    +    background-color: #fff;
    +    border: 2px solid #ccc;
    +    min-width: 220px;
    +    border-radius: 2px;
    +}
    +.login_table .tdinputlogin .fa {
    +	padding-left: 10px;
    +	width: 14px;
    +}
    +
     .login_main_message {
     	text-align: center;
     	max-width: 570px;
    @@ -2302,7 +2331,7 @@ a.tabTitle {
     
     a.tab:link, a.tab:visited, a.tab:hover, a.tab#active {
     	font-family: <?php print $fontlist ?>;
    -	padding: 12px 9px 12px;
    +	padding: 12px 13px 12px;
         margin: 0em 0.2em;
         text-decoration: none;
         white-space: nowrap;
    @@ -2664,6 +2693,8 @@ table.paddingtopbottomonly tr td {
     }
     tr.liste_titre_filter td.liste_titre {
         border-bottom: 1px solid #FDFFFF;
    +	padding-top: 4px;
    +	padding-bottom: 3px;
     }
     .liste_titre_create td, .liste_titre_create th, .liste_titre_create .tagtd
     {
    @@ -2695,7 +2726,7 @@ table.liste td, table.noborder td, div.noborder form div {
     	padding: 8px 6px 8px 6px;			/* t r b l */
     }
     div.liste_titre_bydiv .divsearchfield {
    -	padding: 2px 1px 2px 0px;			/* t r b l */
    +	padding: 2px 1px 2px 6px;			/* t r b l */
     }
     
     table.nobordernopadding {
    @@ -2907,6 +2938,12 @@ ul.noborder li:nth-child(odd):not(.liste_titre) {
     <?php } ?>
     }
     
    +<?php if ($colorbacklinepairchecked) { ?>
    +.highlight {
    +	background: rgb(<?php echo $colorbacklinepairchecked; ?>) !important; /* Must be background to be stronger than background of odd or even */
    +}
    +<?php } ?>
    +
     .oddeven, .evenodd, .impair, .nohover .impair:hover, tr.impair td.nohover
     {
     	font-family: <?php print $fontlist ?>;
    @@ -3370,7 +3407,7 @@ div.warning {
         background: #fcf8e3;
     }
     div.warning a, div.info a, div.error a {
    -	color: rgb(<?php echo $colortext; ?>);
    +	color: rgb(<?php echo $colortextlink; ?>);
     }
     
     /* Error message */
    @@ -4745,7 +4782,81 @@ span.noborderoncategories {
     
     
     /* ============================================================================== */
    -/*  Multiselect with checkbox                                                     */
    +/*  External lib multiselect with checkbox                                        */
    +/* ============================================================================== */
    +
    +.multi-select-container {
    +  display: inline-block;
    +  position: relative;
    +}
    +
    +.multi-select-menu {
    +  position: absolute;
    +  left: 0;
    +  top: 0.8em;
    +  float: left;
    +  min-width: 100%;
    +  background: #fff;
    +  margin: 1em 0;
    +  padding: 0.4em 0;
    +  border: 1px solid #aaa;
    +  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    +  display: none;
    +}
    +
    +.multi-select-menu input {
    +  margin-right: 0.3em;
    +  vertical-align: 0.1em;
    +}
    +
    +.multi-select-button {
    +  display: inline-block;
    +  max-width: 20em;
    +  white-space: nowrap;
    +  overflow: hidden;
    +  text-overflow: ellipsis;
    +  vertical-align: middle;
    +  background-color: #fff;
    +  cursor: default;
    +
    +  border: none;
    +  border-bottom: solid 1px rgba(0,0,0,.2);
    +  padding: 5px;
    +  padding-left: 2px;
    +  height: 17px;
    +}
    +.multi-select-button:focus {
    +  outline: none;
    +  border-bottom: 1px solid #666;
    +}
    +
    +.multi-select-button:after {
    +  content: "";
    +  display: inline-block;
    +  width: 0;
    +  height: 0;
    +  border-style: solid;
    +  border-width: 0.5em 0.23em 0em 0.23em;
    +  border-color: #444 transparent transparent transparent;
    +  margin-left: 0.4em;
    +}
    +
    +.multi-select-container--open .multi-select-menu { display: block; }
    +
    +.multi-select-container--open .multi-select-button:after {
    +  border-width: 0 0.4em 0.4em 0.4em;
    +  border-color: transparent transparent #999 transparent;
    +}
    +
    +.multi-select-menuitem {
    +    clear: both;
    +    float: left;
    +    padding-left: 5px
    +}
    +
    +
    +/* ============================================================================== */
    +/*  Native multiselect with checkbox                                              */
     /* ============================================================================== */
     
     ul.ulselectedfields {
    @@ -4756,7 +4867,7 @@ dl.dropdown {
         padding:0px;
     	margin-left: 2px;
         margin-right: 2px;
    -    vertical-align: text-bottom;
    +    vertical-align: middle;
         display: inline-block;
     }
     .dropdown dd, .dropdown dt {
    @@ -4785,10 +4896,10 @@ dl.dropdown {
     }
     .dropdown dd ul {
         background-color: #FFF;
    -    border: 1px solid #888;
    +    box-shadow: 1px 1px 10px #aaa;
         display:none;
         right:0px;						/* pop is align on right */
    -    padding: 2px 15px 2px 5px;
    +    padding: 0 0 0 0;
         position:absolute;
         top:2px;
         list-style:none;
    @@ -4798,9 +4909,12 @@ dl.dropdown {
     .dropdown dd ul li {
     	white-space: nowrap;
     	font-weight: normal;
    -	padding: 2px;
    +	padding: 7px 8px 7px 8px;
     	color: #000;
     }
    +.dropdown dd ul li:hover {
    +	background: #eee;
    +}
     .dropdown dd ul li input[type="checkbox"] {
         margin-right: 3px;
     }
    @@ -4812,7 +4926,7 @@ dl.dropdown {
     	color: #888;
     }
     .dropdown dd ul li a:hover {
    -    background-color:#fff;
    +    background-color: #eee;
     }
     
     
    diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php
    index b736b49646f..c4718c395b3 100644
    --- a/htdocs/ticket/card.php
    +++ b/htdocs/ticket/card.php
    @@ -55,26 +55,43 @@ $action    = GETPOST('action', 'alpha', 3);
     $hookmanager->initHooks(array('ticketcard','globalcard'));
     
     $object = new Ticket($db);
    -
     $extrafields = new ExtraFields($db);
    +// Fetch optionals attributes and labels
     $extralabels = $extrafields->fetch_name_optionals_label($object->table_element);
    +$search_array_options=$extrafields->getOptionalsFromPost($extralabels,'','search_');
     
    -if (!$action) {
    -    $action = 'view';
    +// 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';
    +
     //Select mail models is same action as add_message
     if (GETPOST('modelselected','alpha')) {
         $action = 'add_message';
     }
     
    +// 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
    +if ($id || $track_id || $ref) {
    +	$res = $object->fetch($id, $ref, $track_id);
    +	if ($res >= 0)
    +	{
    +		$id = $object->id;
    +		$track_id = $object->track_id;
    +	}
    +}
    +
     // Store current page url
     $url_page_current = DOL_URL_ROOT.'/ticket/card.php';
     
    -if ($id || $track_id || $ref) {
    -	$res = $object->fetch($id, $ref, $track_id);
    -}
    -
    -// Security check
    +// 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, 'ticket', $object->id);
     
     $triggermodname = 'TICKETSUP_MODIFY';
    @@ -89,7 +106,9 @@ $now = dol_now();
      * Actions
      */
     
    -// TODO Replace actions with common includes actions_addupdatedelete.inc.php
    +$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 ($cancel)
     {
    @@ -98,7 +117,7 @@ if ($cancel)
     		header("Location: ".$backtopage);
     		exit;
     	}
    -	$action='';
    +	$action='view';
     }
     
     // Do action
    @@ -157,26 +176,25 @@ include DOL_DOCUMENT_ROOT.'/core/actions_dellink.inc.php';        // Must be inc
     $userstat = new User($db);
     $form = new Form($db);
     $formticket = new FormTicket($db);
    +if (! empty($conf->projet->enabled)) $formproject = new FormProjets($db);
     
    -if (! empty($conf->projet->enabled)) {
    -	$formproject = new FormProjets($db);
    -}
    +$help_url = 'FR:DocumentationModuleTicket';
    +$page_title = $actionobject->getTitle($action);
     
    -if ($action == 'view' || $action == 'add_message' || $action == 'close' || $action == 'delete' || $action == 'editcustomer' || $action == 'progression' || $action == 'reopen'
    +llxHeader('', $page_title, $help_url);
    +
    +
    +if (empty($action) || $action == 'view' || $action == 'addlink' || $action == 'dellink' || $action == 'add_message' || $action == 'close' || $action == 'delete' || $action == 'editcustomer' || $action == 'progression' || $action == 'reopen'
     	|| $action == 'editsubject' || $action == 'edit_extras' || $action == 'update_extras' || $action == 'edit_extrafields' || $action == 'set_extrafields' || $action == 'classify' || $action == 'sel_contract' || $action == 'edit_message_init' || $action == 'set_status' || $action == 'dellink')
     {
     
    -    if ($res > 0) {
    +    if ($res > 0)
    +    {
             // or for unauthorized internals users
             if (!$user->societe_id && ($conf->global->TICKET_LIMIT_VIEW_ASSIGNED_ONLY && $object->fk_user_assign != $user->id) && !$user->rights->ticket->manage) {
                 accessforbidden('', 0);
             }
     
    -        $help_url = 'FR:DocumentationModuleTicket';
    -        $page_title = $actionobject->getTitle($action);
    -
    -        llxHeader('', $page_title, $help_url);
    -
             // Confirmation close
             if ($action == 'close') {
                 print $form->formconfirm($url_page_current . "?track_id=" . $object->track_id, $langs->trans("CloseATicket"), $langs->trans("ConfirmCloseAticket"), "confirm_close", '', '', 1);
    @@ -287,7 +305,7 @@ if ($action == 'view' || $action == 'add_message' || $action == 'close' || $acti
             $morehtmlref.= $object->subject;
             // Author
             if ($object->fk_user_create > 0) {
    -        	$morehtmlref .= '<br>' . $langs->trans("CreatedBy") . '  ';
    +        	$morehtmlref .= '<br>' . $langs->trans("CreatedBy") . ' : ';
     
                 $langs->load("users");
                 $fuser = new User($db);
    @@ -295,10 +313,24 @@ if ($action == 'view' || $action == 'add_message' || $action == 'close' || $acti
                 $morehtmlref .= $fuser->getNomUrl(0);
             }
             if (!empty($object->origin_email)) {
    -        	$morehtmlref .= '<br>' . $langs->trans("CreatedBy") . ' ';
    +        	$morehtmlref .= '<br>' . $langs->trans("CreatedBy") . ' : ';
             	$morehtmlref .= $object->origin_email . ' <small>(' . $langs->trans("TicketEmailOriginIssuer") . ')</small>';
             }
     
    +        // Thirdparty
    +        if (! empty($conf->societe->enabled))
    +        {
    +	        $morehtmlref.='<br>'.$langs->trans('ThirdParty') . ' ';
    +	        if ($action != 'editcustomer' && $object->fk_statut < 8 && !$user->societe_id && $user->rights->ticket->write) {
    +	        	$morehtmlref.='<a href="' . $url_page_current . '?action=editcustomer&amp;track_id=' . $object->track_id . '">' . img_edit($langs->transnoentitiesnoconv('Edit'), 1) . '</a> : ';
    +	        }
    +	        if ($action == 'editcustomer') {
    +	        	$morehtmlref.=$form->form_thirdparty($url_page_current . '?track_id=' . $object->track_id, $object->socid, 'editcustomer', '', 1, 0, 0, array(), 1);
    +	        } else {
    +	        	$morehtmlref.=$form->form_thirdparty($url_page_current . '?track_id=' . $object->track_id, $object->socid, 'none', '', 1, 0, 0, array(), 1);
    +	        }
    +        }
    +
             // Project
             if (! empty($conf->projet->enabled))
             {
    @@ -323,9 +355,7 @@ if ($action == 'view' || $action == 'add_message' || $action == 'close' || $acti
             		if (! empty($object->fk_project)) {
             			$proj = new Project($db);
             			$proj->fetch($object->fk_project);
    -        			$morehtmlref.='<a href="'.DOL_URL_ROOT.'/projet/card.php?id=' . $object->fk_project . '" title="' . $langs->trans('ShowProject') . '">';
    -        			$morehtmlref.=$proj->ref;
    -        			$morehtmlref.='</a>';
    +        			$morehtmlref.=$proj->getNomUrl(1);
             		} else {
             			$morehtmlref.='';
             		}
    @@ -385,24 +415,6 @@ if ($action == 'view' || $action == 'add_message' || $action == 'close' || $acti
             }
             print '</td></tr>';
     
    -        // Thirdparty
    -        print '<tr><td>';
    -        print '<table class="nobordernopadding" width="100%"><tr><td>';
    -        print $langs->trans('ThirdParty');
    -        print '</td>';
    -        if ($action != 'editcustomer' && $object->fk_statut < 8 && !$user->societe_id && $user->rights->ticket->write) {
    -            print '<td align="right"><a href="' . $url_page_current . '?action=editcustomer&amp;track_id=' . $object->track_id . '">' . img_edit($langs->transnoentitiesnoconv('Edit'), 1) . '</a></td>';
    -        }
    -        print '</tr></table>';
    -        print '</td><td colspan="3">';
    -
    -        if ($action == 'editcustomer') {
    -            $form->form_thirdparty($url_page_current . '?track_id=' . $object->track_id, $object->fk_soc, 'editcustomer', ($object->fk_soc ? 's.rowid <> ' . $object->fk_soc : ''), 1);
    -        } else {
    -            $form->form_thirdparty($url_page_current . '?track_id=' . $object->track_id, $object->fk_soc, 'none', 's.rowid <> ' . $object->fk_soc, 1);
    -        }
    -        print '</td></tr>';
    -
             // User assigned
             print '<tr><td>' . $langs->trans("AssignedTo") . '</td><td>';
             if ($object->fk_user_assign > 0) {
    @@ -692,151 +704,146 @@ if ($action == 'view' || $action == 'add_message' || $action == 'close' || $acti
     			print '</div>';
             }
     
    -        // Contract
    -        if ($action == 'sel_contract') {
    -            if (!empty($conf->contrat->enabled)) {
    -                $langs->load('contrats');
    -                print load_fiche_titre($langs->trans('LinkToAContract'), '', 'title_commercial.png');
    -
    -                $form_contract = new FormContract($db);
    -                $form_contract->formSelectContract(
    -                    $url_page_current.'?track_id='.$object->track_id,
    -                    $object->fk_soc,
    -                    GETPOST('contractid'),
    -                    'contractid'
    -                );
    -            }
    -        }
    -
             print '</div></div></div>';
             print '<div style="clear:both"></div>';
     
    -        print dol_fiche_end();
    +		dol_fiche_end();
     
     
    -        /* ActionBar */
    -        print '<div class="tabsAction">';
    +		// Buttons for actions
    +		if ($action != 'presend' && $action != 'editline') {
    +			print '<div class="tabsAction">'."\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');
     
    -        // Show link to add a message (if read and not closed)
    -        if ($object->fk_statut < 8 && $action != "add_message") {
    -            print '<div class="inline-block divButAction"><a class="butAction" href="card.php?track_id=' . $object->track_id . '&action=add_message">' . $langs->trans('TicketAddMessage') . '</a></div>';
    -        }
    +			if (empty($reshook))
    +			{
    +				// Show link to add a message (if read and not closed)
    +		        if ($object->fk_statut < 8 && $action != "add_message") {
    +		            print '<div class="inline-block divButAction"><a class="butAction" href="card.php?track_id=' . $object->track_id . '&action=add_message">' . $langs->trans('TicketAddMessage') . '</a></div>';
    +		        }
     
    -        // Link to create an intervention
    -        // socid is needed otherwise fichinter ask it and forgot origin after form submit :\
    -        if (!$object->fk_soc && $user->rights->ficheinter->creer) {
    -            print '<div class="inline-block divButAction"><a class="butActionRefused" href="#" title="' . $langs->trans('UnableToCreateInterIfNoSocid') . '">' . $langs->trans('TicketAddIntervention') . '</a></div>';
    -        }
    -        if ($object->fk_soc > 0 && $object->fk_statut < 8 && $user->rights->ficheinter->creer) {
    -            print '<div class="inline-block divButAction"><a class="butAction" href="' . dol_buildpath('/fichinter/card.php', 1) . '?action=create&socid=' . $object->fk_soc . '&origin=ticket_ticket&originid=' . $object->id . '">' . $langs->trans('TicketAddIntervention') . '</a></div>';
    -        }
    +		        // Link to create an intervention
    +		        // socid is needed otherwise fichinter ask it and forgot origin after form submit :\
    +		        if (!$object->fk_soc && $user->rights->ficheinter->creer) {
    +		            print '<div class="inline-block divButAction"><a class="butActionRefused" href="#" title="' . $langs->trans('UnableToCreateInterIfNoSocid') . '">' . $langs->trans('TicketAddIntervention') . '</a></div>';
    +		        }
    +		        if ($object->fk_soc > 0 && $object->fk_statut < 8 && $user->rights->ficheinter->creer) {
    +		            print '<div class="inline-block divButAction"><a class="butAction" href="' . dol_buildpath('/fichinter/card.php', 1) . '?action=create&socid=' . $object->fk_soc . '&origin=ticket_ticket&originid=' . $object->id . '">' . $langs->trans('TicketAddIntervention') . '</a></div>';
    +		        }
     
    -        //    Button to link to a contract
    -        if ($user->rights->ticket->write && $object->fk_statut < 5 && $user->rights->contrat->creer) {
    -            print '<div class="inline-block divButAction"><a class="butAction" href="card.php?track_id=' . $object->track_id . '&action=sel_contract">' . $langs->trans('LinkToAContract') . '</a></div>';
    -        }
    +		        // Close ticket if statut is read
    +		        if ($object->fk_statut > 0 && $object->fk_statut < 8 && $user->rights->ticket->write) {
    +		            print '<div class="inline-block divButAction"><a class="butAction" href="card.php?track_id=' . $object->track_id . '&action=close">' . $langs->trans('CloseTicket') . '</a></div>';
    +		        }
     
    -        // Close ticket if statut is read
    -        if ($object->fk_statut > 0 && $object->fk_statut < 8 && $user->rights->ticket->write) {
    -            print '<div class="inline-block divButAction"><a class="butAction" href="card.php?track_id=' . $object->track_id . '&action=close">' . $langs->trans('CloseTicket') . '</a></div>';
    -        }
    +		        // Re-open ticket
    +		        if (!$user->socid && $object->fk_statut == 8 && !$user->societe_id) {
    +		            print '<div class="inline-block divButAction"><a class="butAction" href="card.php?track_id=' . $object->track_id . '&action=reopen">' . $langs->trans('ReOpen') . '</a></div>';
    +		        }
     
    -        // Re-open ticket
    -        if (!$user->socid && $object->fk_statut == 8 && !$user->societe_id) {
    -            print '<div class="inline-block divButAction"><a class="butAction" href="card.php?track_id=' . $object->track_id . '&action=reopen">' . $langs->trans('ReOpen') . '</a></div>';
    -        }
    -
    -        // Delete ticket
    -        if ($user->rights->ticket->delete && !$user->societe_id) {
    -            print '<div class="inline-block divButAction"><a class="butActionDelete" href="card.php?track_id=' . $object->track_id . '&action=delete">' . $langs->trans('Delete') . '</a></div>';
    -        }
    -        print '</div>';
    -
    -        if ($action == 'view' || $action == 'edit_message_init') {
    -            print '<div class="fichecenter"><div class="">';
    -
    -            //print '<div style="float: left; width:49%; margin-right: 1%;">';
    -            // Message list
    -            print load_fiche_titre($langs->trans('TicketMessagesList'), '', 'messages@ticket');
    -            $show_private_message = ($user->societe_id ? 0 : 1);
    -            $actionobject->viewTicketTimelineMessages($show_private_message, true, $object);
    -
    -            print '</div><!-- fichehalfleft --> ';
    -            print '</div><!-- fichecenter -->';
    -            print '<br style="clear: both">';
    -        } elseif ($action == 'add_message') {
    -            $action='new_message';
    -            $modelmail='ticket_send';
    -
    -            print '<div>';
    -            print load_fiche_titre($langs->trans('TicketAddMessage'), '', 'messages@ticket');
    -
    -            // 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->default_lang;
    -            }
    -
    -            $formticket = new FormTicket($db);
    -
    -            $formticket->action = $action;
    -            $formticket->track_id = $object->track_id;
    -            $formticket->id = $object->id;
    -
    -            $formticket->withfile = 2;
    -            $formticket->param = array('fk_user_create' => $user->id);
    -            $formticket->param['langsmodels']=(empty($newlang)?$langs->defaultlang:$newlang);
    -
    -            // Tableau des parametres complementaires du post
    -            $formticket->param['models']=$modelmail;
    -            $formticket->param['models_id']=GETPOST('modelmailselected', 'int');
    -            //$formticket->param['socid']=$object->fk_soc;
    -            $formticket->param['returnurl']=$_SERVER["PHP_SELF"].'?track_id='.$object->track_id;
    +		        // Delete ticket
    +		        if ($user->rights->ticket->delete && !$user->societe_id) {
    +		            print '<div class="inline-block divButAction"><a class="butActionDelete" href="card.php?track_id=' . $object->track_id . '&action=delete">' . $langs->trans('Delete') . '</a></div>';
    +		        }
    +			}
    +	        print '</div>'."\n";
    +		}
     
     
    -            $formticket->withsubstit = 1;
    +		// Select mail models is same action as presend
    +		if (GETPOST('modelselected')) {
    +			$action = 'presend';
    +		}
     
    -            if ($object->fk_soc > 0) {
    -                $object->fetch_thirdparty();
    -                $formticket->substit['__THIRDPARTY_NAME__'] = $object->thirdparty->name;
    -            }
    -            $formticket->substit['__SIGNATURE__'] = $user->signature;
    -            $formticket->substit['__TICKETSUP_TRACKID__'] = $object->track_id;
    -            $formticket->substit['__TICKETSUP_REF__'] = $object->ref;
    -            $formticket->substit['__TICKETSUP_SUBJECT__'] = $object->subject;
    -            $formticket->substit['__TICKETSUP_TYPE__'] = $object->type_code;
    -            $formticket->substit['__TICKETSUP_CATEGORY__'] = $object->category_code;
    -            $formticket->substit['__TICKETSUP_SEVERITY__'] = $object->severity_code;
    -            $formticket->substit['__TICKETSUP_MESSAGE__'] = $object->message;
    -            $formticket->substit['__TICKETSUP_PROGRESSION__'] = $object->progress;
    -            if ($object->fk_user_assign > 0) {
    -                $userstat->fetch($object->fk_user_assign);
    -                $formticket->substit['__TICKETSUP_USER_ASSIGN__'] = dolGetFirstLastname($userstat->firstname, $userstat->lastname);
    -            }
    +		if (empty($action) || $action == 'view' || $action == 'addlink' || $action == 'dellink' || $action == 'edit_message_init')
    +		{
    +			print '<div class="fichecenter"><div class="fichehalfleft">';
    +			print '<a name="builddoc"></a>'; // ancre
     
    -            if ($object->fk_user_create > 0) {
    -                $userstat->fetch($object->fk_user_create);
    -                $formticket->substit['__TICKETSUP_USER_CREATE__'] = dolGetFirstLastname($userstat->firstname, $userstat->lastname);
    -            }
    +			// Show links to link elements
    +			$linktoelem = $form->showLinkToObjectBlock($object, null, array('ticket'));
    +			$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
    +
    +			print '</div><div class="fichehalfright"><div class="ficheaddleft">';
    +
    +			// Message list
    +			print load_fiche_titre($langs->trans('TicketMessagesList'), '', 'messages@ticket');
    +			$show_private_message = ($user->societe_id ? 0 : 1);
    +			$actionobject->viewTicketTimelineMessages($show_private_message, true, $object);
    +
    +			print '</div></div>';
    +			print '</div><!-- fichecenter -->';
    +			print '<br style="clear: both">';
    +		}
    +		elseif ($action == 'add_message')
    +		{
    +			$action='new_message';
    +			$modelmail='ticket_send';
    +
    +			print '<div>';
    +			print load_fiche_titre($langs->trans('TicketAddMessage'), '', 'messages@ticket');
    +
    +			// 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->default_lang;
    +			}
    +
    +			$formticket = new FormTicket($db);
    +
    +			$formticket->action = $action;
    +			$formticket->track_id = $object->track_id;
    +			$formticket->id = $object->id;
    +
    +			$formticket->withfile = 2;
    +			$formticket->param = array('fk_user_create' => $user->id);
    +			$formticket->param['langsmodels']=(empty($newlang)?$langs->defaultlang:$newlang);
    +
    +			// Tableau des parametres complementaires du post
    +			$formticket->param['models']=$modelmail;
    +			$formticket->param['models_id']=GETPOST('modelmailselected', 'int');
    +			//$formticket->param['socid']=$object->fk_soc;
    +			$formticket->param['returnurl']=$_SERVER["PHP_SELF"].'?track_id='.$object->track_id;
     
     
    -            $formticket->showMessageForm('100%');
    -            print '</div>';
    -        }
    -    }
    -} // End action view
    +			$formticket->withsubstit = 1;
     
    -/***************************************************
    - * LINKED OBJECT BLOCK
    - *
    - * Put here code to view linked object
    - ****************************************************/
    -$somethingshown = $form->showLinkedObjectBlock($object);
    +			if ($object->fk_soc > 0) {
    +				$object->fetch_thirdparty();
    +				$formticket->substit['__THIRDPARTY_NAME__'] = $object->thirdparty->name;
    +			}
    +			$formticket->substit['__SIGNATURE__'] = $user->signature;
    +			$formticket->substit['__TICKETSUP_TRACKID__'] = $object->track_id;
    +			$formticket->substit['__TICKETSUP_REF__'] = $object->ref;
    +			$formticket->substit['__TICKETSUP_SUBJECT__'] = $object->subject;
    +			$formticket->substit['__TICKETSUP_TYPE__'] = $object->type_code;
    +			$formticket->substit['__TICKETSUP_CATEGORY__'] = $object->category_code;
    +			$formticket->substit['__TICKETSUP_SEVERITY__'] = $object->severity_code;
    +			$formticket->substit['__TICKETSUP_MESSAGE__'] = $object->message;
    +			$formticket->substit['__TICKETSUP_PROGRESSION__'] = $object->progress;
    +			if ($object->fk_user_assign > 0) {
    +				$userstat->fetch($object->fk_user_assign);
    +				$formticket->substit['__TICKETSUP_USER_ASSIGN__'] = dolGetFirstLastname($userstat->firstname, $userstat->lastname);
    +			}
    +
    +			if ($object->fk_user_create > 0) {
    +				$userstat->fetch($object->fk_user_create);
    +				$formticket->substit['__TICKETSUP_USER_CREATE__'] = dolGetFirstLastname($userstat->firstname, $userstat->lastname);
    +			}
    +
    +
    +			$formticket->showMessageForm('100%');
    +			print '</div>';
    +	    }
    +	}
    +}
     
     // End of page
    -llxFooter('');
    +llxFooter();
     $db->close();
    diff --git a/htdocs/ticket/class/actions_ticket.class.php b/htdocs/ticket/class/actions_ticket.class.php
    index 49007d325c4..2fd26b5797b 100644
    --- a/htdocs/ticket/class/actions_ticket.class.php
    +++ b/htdocs/ticket/class/actions_ticket.class.php
    @@ -39,31 +39,42 @@ class ActionsTicket
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    +
         public $dao;
     
         public $mesg;
    -    
    +
         /**
     	 * @var string Error code (or message)
     	 */
     	public $error;
    -	
    +
         /**
     	 * @var string[] Error codes (or messages)
     	 */
     	public $errors = array();
    -	
    +
         //! Numero de l'erreur
         public $errno = 0;
     
         public $template_dir;
         public $template;
     
    +    /**
    +     * @var string ticket action label
    +     */
         public $label;
    -    public $description;
    +
    +    /**
    +	 * @var string description
    +	 */
    +	public $description;
     
         public $fk_statut;
    +
    +    /**
    +	 * @var int Thirdparty ID
    +	 */
         public $fk_soc;
     
         /**
    @@ -1309,6 +1320,7 @@ class ActionsTicket
         	}
         }
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          * load_previous_next_ref
          *
    @@ -1318,6 +1330,7 @@ class ActionsTicket
          */
         function load_previous_next_ref($filter, $fieldid)
         {
    +        // phpcs:enable
             $this->getInstanceDao();
             return $object->load_previous_next_ref($filter, $fieldid);
         }
    diff --git a/htdocs/ticket/class/ticket.class.php b/htdocs/ticket/class/ticket.class.php
    index 1a393861b46..03aec1eb818 100644
    --- a/htdocs/ticket/class/ticket.class.php
    +++ b/htdocs/ticket/class/ticket.class.php
    @@ -38,27 +38,27 @@ class Ticket extends CommonObject
          * @var string ID to identify managed object
          */
         public $element = 'ticket';
    -    
    +
         /**
          * @var string Name of table without prefix where object is stored
          */
         public $table_element = 'ticket';
    -    
    +
         /**
          * @var string Name of field for link to tickets
          */
         public $fk_element='fk_ticket';
    -    
    +
         /**
          * @var int  Does ticketcore support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
          */
    -    public $ismultientitymanaged = 0;
    -    
    +    public $ismultientitymanaged = 1;
    +
         /**
          * @var int  Does ticketcore support extrafields ? 0=No, 1=Yes
          */
         public $isextrafieldmanaged = 1;
    -    
    +
         /**
          * @var string String with name of icon for ticketcore. Must be the part after the 'object_' into object_ticketcore.png
          */
    @@ -216,8 +216,6 @@ class Ticket extends CommonObject
         const STATUS_CANCELED = 9;
     
     
    -
    -
         /**
          *  Constructor
          *
    @@ -1025,7 +1023,12 @@ class Ticket extends CommonObject
             $this->tms = '';
         }
     
    -
    +    /**
    +     * print selected status
    +     *
    +     * @param string    $selected   selected status
    +     * @return void
    +     */
         public function printSelectStatus($selected = "")
         {
             print Form::selectarray('search_fk_statut', $this->statuts_short, $selected, $show_empty = 1, $key_in_label = 0, $value_as_key = 0, $option = '', $translate = 1, $maxlen = 0, $disabled = 0, $sort = '', $morecss = '');
    @@ -1164,6 +1167,7 @@ class Ticket extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
          *    Return status label of object
          *
    @@ -1173,143 +1177,144 @@ class Ticket extends CommonObject
          */
         function LibStatut($statut, $mode = 0)
         {
    +        // phpcs:enable
             global $langs;
     
             if ($mode == 0) {
                 return $langs->trans($this->statuts[$statut]);
             }
    -        if ($mode == 1) {
    +        elseif ($mode == 1) {
                 return $langs->trans($this->statuts_short[$statut]);
             }
    -        if ($mode == 2) {
    +        elseif ($mode == 2) {
                 if ($statut == 0) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut0.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 1) {
    +            elseif ($statut == 1) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut1.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 3) {
    +            elseif ($statut == 3) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut3.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 4) {
    +            elseif ($statut == 4) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut4.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 5) {
    +            elseif ($statut == 5) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut5.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 6) {
    +            elseif ($statut == 6) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut6.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 8) {
    +            elseif ($statut == 8) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut8.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 9) {
    +            elseif ($statut == 9) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut9.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
             }
    -        if ($mode == 3) {
    +        elseif ($mode == 3) {
                 if ($statut == 0) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut0.png@ticket');
                 }
     
    -            if ($statut == 1) {
    +            elseif ($statut == 1) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut1.png@ticket');
                 }
     
    -            if ($statut == 3) {
    +            elseif ($statut == 3) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut3.png@ticket');
                 }
     
    -            if ($statut == 4) {
    +            elseif ($statut == 4) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut4.png@ticket');
                 }
     
    -            if ($statut == 5) {
    +            elseif ($statut == 5) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut5.png@ticket');
                 }
     
    -            if ($statut == 6) {
    +            elseif ($statut == 6) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut6.png@ticket');
                 }
     
    -            if ($statut == 8) {
    +            elseif ($statut == 8) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut8.png@ticket');
                 }
     
    -            if ($statut == 9) {
    +            elseif ($statut == 9) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut9.png@ticket');
                 }
             }
    -        if ($mode == 4) {
    +        elseif ($mode == 4) {
                 if ($statut == 0) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut0.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 1) {
    +            elseif ($statut == 1) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut1.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 3) {
    +            elseif ($statut == 3) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut3.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 4) {
    +            elseif ($statut == 4) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut4.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 5) {
    +            elseif ($statut == 5) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut5.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 6) {
    +            elseif ($statut == 6) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut6.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 8) {
    +            elseif ($statut == 8) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut8.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
     
    -            if ($statut == 9) {
    +            elseif ($statut == 9) {
                     return img_picto($langs->trans($this->statuts_short[$statut]), 'statut9.png@ticket') . ' ' . $langs->trans($this->statuts_short[$statut]);
                 }
             }
    -        if ($mode == 5) {
    +        elseif ($mode == 5) {
                 if ($statut == 0) {
                     return $langs->trans($this->statuts_short[$statut]) . ' ' . img_picto($langs->trans($this->statuts_short[$statut]), 'statut0.png@ticket');
                 }
     
    -            if ($statut == 1) {
    +            elseif ($statut == 1) {
                     return $langs->trans($this->statuts_short[$statut]) . ' ' . img_picto($langs->trans($this->statuts_short[$statut]), 'statut1.png@ticket');
                 }
     
    -            if ($statut == 3) {
    +            elseif ($statut == 3) {
                     return $langs->trans($this->statuts_short[$statut]) . ' ' . img_picto($langs->trans($this->statuts_short[$statut]), 'statut3.png@ticket');
                 }
     
    -            if ($statut == 4) {
    +            elseif ($statut == 4) {
                     return $langs->trans($this->statuts_short[$statut]) . ' ' . img_picto($langs->trans($this->statuts_short[$statut]), 'statut4.png@ticket');
                 }
     
    -            if ($statut == 5) {
    +            elseif ($statut == 5) {
                     return $langs->trans($this->statuts_short[$statut]) . ' ' . img_picto($langs->trans($this->statuts_short[$statut]), 'statut5.png@ticket');
                 }
     
    -            if ($statut == 6) {
    +            elseif ($statut == 6) {
                     return $langs->trans($this->statuts_short[$statut]) . ' ' . img_picto($langs->trans($this->statuts_short[$statut]), 'statut6.png@ticket');
                 }
     
    -            if ($statut == 8) {
    +            elseif ($statut == 8) {
                     return $langs->trans($this->statuts_short[$statut]) . ' ' . img_picto($langs->trans($this->statuts_short[$statut]), 'statut8.png@ticket');
                 }
     
    -            if ($statut == 9) {
    +            elseif ($statut == 9) {
                     return $langs->trans($this->statuts_short[$statut]) . ' ' . img_picto($langs->trans($this->statuts_short[$statut]), 'statut9.png@ticket');
                 }
             }
    @@ -1483,8 +1488,6 @@ class Ticket extends CommonObject
     			dol_syslog(get_class($this) . "::assignUser " . $this->error, LOG_ERR);
     			return - 1;
     		}
    -
    -		return 0;
     	}
     
         /**
    @@ -2441,6 +2444,7 @@ class Ticket extends CommonObject
         }
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
         /**
     	 *  Return if at least one photo is available
     	 *
    @@ -2449,6 +2453,7 @@ class Ticket extends CommonObject
     	 */
         function is_photo_available($sdir)
         {
    +        // phpcs:enable
             include_once DOL_DOCUMENT_ROOT . '/core/lib/files.lib.php';
     
             global $conf;
    @@ -2473,7 +2478,6 @@ class Ticket extends CommonObject
             }
             return false;
         }
    -
     }
     
     
    @@ -2482,7 +2486,10 @@ class Ticket extends CommonObject
      */
     class TicketsLine
     {
    -    public $id;
    +    /**
    +	 * @var int ID
    +	 */
    +	public $id;
     
         /**
          * @var string  $ref    Ticket reference
    @@ -2495,8 +2502,8 @@ class TicketsLine
         public $track_id;
     
         /**
    -	 * Thirdparty ID
    -	*/
    +	 * @var int Thirdparty ID
    +	 */
         public $fk_soc;
     
         /**
    @@ -2593,5 +2600,4 @@ class TicketsLine
      	 * Close ticket date
     	 */
         public $date_close = '';
    -
     }
    diff --git a/htdocs/ticket/class/ticketlogs.class.php b/htdocs/ticket/class/ticketlogs.class.php
    index cf5f8dc122b..01ba7972ced 100644
    --- a/htdocs/ticket/class/ticketlogs.class.php
    +++ b/htdocs/ticket/class/ticketlogs.class.php
    @@ -36,28 +36,31 @@ class Ticketlogs// extends CommonObject
          * @var DoliDB Database handler.
          */
         public $db;
    -    
    -    /**
    -	 * @var string Error code (or message)
    -	 */
    -	public $error; 
    -	
    -    /**
    -	 * @var string[] Error codes (or messages)
    -	 */
    -	public $errors = array();
    -    
    -    /**
    -	 * @var string ID to identify managed object
    -	 */
    -	public $element = 'ticketlogs'; 
    -	
    -    /**
    -	 * @var string Name of table without prefix where object is stored
    -	 */
    -	public $table_element = 'ticketlogs'; //!< Name of table without prefix where object is stored
     
    -    public $id;
    +    /**
    +     * @var string Error code (or message)
    +     */
    +    public $error;
    +
    +    /**
    +     * @var string[] Error codes (or messages)
    +     */
    +    public $errors = array();
    +
    +    /**
    +     * @var string ID to identify managed object
    +     */
    +    public $element = 'ticketlogs';
    +
    +    /**
    +     * @var string Name of table without prefix where object is stored
    +     */
    +    public $table_element = 'ticketlogs'; //!< Name of table without prefix where object is stored
    +
    +    /**
    +	 * @var int ID
    +	 */
    +	public $id;
     
         public $fk_track_id;
         public $fk_user_create;
    @@ -72,7 +75,6 @@ class Ticketlogs// extends CommonObject
         public function __construct($db)
         {
             $this->db = $db;
    -        return 1;
         }
     
         /**
    diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php
    index b23b4c5d27e..b1fb2d31cef 100644
    --- a/htdocs/ticket/list.php
    +++ b/htdocs/ticket/list.php
    @@ -219,8 +219,8 @@ foreach($search as $key => $val)
         if ($search[$key] != '') $sql.=natural_search($key, $search[$key], (($key == 'fk_statut')?2:$mode_search));
     }
     if ($search_all) $sql.= natural_search(array_keys($fieldstosearchall), $search_all);
    -if ($search_fk_soc)     $sql.= natural_search('fk_soc', $search_fk_soc);
    -if ($search_fk_project) $sql.= natural_search('fk_project', $search_fk_project);
    +if ($search_fk_soc)     $sql.= natural_search('fk_soc', $search_fk_soc, 2);
    +if ($search_fk_project) $sql.= natural_search('fk_project', $search_fk_project, 2);
     if (!$user->societe_id && ($mode == "my_assign" || (!$user->admin && $conf->global->TICKET_LIMIT_VIEW_ASSIGNED_ONLY))) {
         $sql.= " AND t.fk_user_assign=".$user->id;
     }
    diff --git a/htdocs/user/agenda_extsites.php b/htdocs/user/agenda_extsites.php
    index 3146f1095b0..7280fcc5c2a 100644
    --- a/htdocs/user/agenda_extsites.php
    +++ b/htdocs/user/agenda_extsites.php
    @@ -157,7 +157,7 @@ dol_fiche_head($head, 'extsites', $langs->trans("User"), -1, 'user');
     $linkback = '';
     
     if ($user->rights->user->user->lire || $user->admin) {
    -	$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php">'.$langs->trans("BackToList").'</a>';
    +	$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     }
     
     dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
    diff --git a/htdocs/user/bank.php b/htdocs/user/bank.php
    index 136384877fb..13b555b6d5c 100644
    --- a/htdocs/user/bank.php
    +++ b/htdocs/user/bank.php
    @@ -48,13 +48,12 @@ $cancel = GETPOST('cancel','alpha');
     $socid=0;
     if ($user->societe_id > 0) $socid = $user->societe_id;
     $feature2 = (($socid && $user->rights->user->self->creer)?'':'user');
    -// Ok if user->rights->salaries->read or user->rights->salaries->payment->write or user->rights->hrm->read
    +// Ok if user->rights->salaries->read or user->rights->hrm->read
     //$result = restrictedArea($user, 'salaries|hrm', $id, 'user&user', $feature2);
     $ok=false;
     if ($user->id == $id) $ok=true; // A user can always read its own card
    -if ($user->rights->salaries->read) $ok=true;
    -if ($user->rights->salaries->payment->write) $ok=true;
    -if ($user->rights->hrm->read) $ok=true;
    +if (! empty($user->rights->salaries->read)) $ok=true;
    +if (! empty($user->rights->hrm->read)) $ok=true;
     if (! $ok)
     {
     	accessforbidden();
    @@ -195,7 +194,7 @@ if ($action != 'edit' && $action != 'create')		// If not bank account yet, $acco
     	$linkback = '';
     
     	if ($user->rights->user->user->lire || $user->admin) {
    -		$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php">'.$langs->trans("BackToList").'</a>';
    +		$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     	}
     
         dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
    @@ -293,7 +292,7 @@ if ($action != 'edit' && $action != 'create')		// If not bank account yet, $acco
     	 * Last salaries
     	 */
     	if (! empty($conf->salaries->enabled) &&
    -		($user->rights->salaries->read || ($user->rights->salaries->read && $object->id == $user->id))
    +		($user->rights->salaries->read && $object->id == $user->id)
     		)
     	{
     		$salary = new PaymentSalary($db);
    diff --git a/htdocs/user/card.php b/htdocs/user/card.php
    index 528d56dcdba..cf733932129 100644
    --- a/htdocs/user/card.php
    +++ b/htdocs/user/card.php
    @@ -13,6 +13,7 @@
      * Copyright (C) 2015      Ari Elbaz (elarifr)  <github@accedinfo.com>
      * Copyright (C) 2015-2018 Charlene Benke       <charlie@patas-monkey.com>
      * Copyright (C) 2016      Raphaël Doursenaud   <rdoursenaud@gpcsolutions.fr>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -200,6 +201,8 @@ if (empty($reshook)) {
     			$object->office_fax = GETPOST("office_fax", 'alpha');
     			$object->user_mobile = GETPOST("user_mobile");
     			$object->skype = GETPOST("skype", 'alpha');
    +			$object->twitter = GETPOST("twitter", 'alpha');
    +			$object->facebook = GETPOST("facebook", 'alpha');
     			$object->email = preg_replace('/\s+/', '', GETPOST("email", 'alpha'));
     			$object->job = GETPOST("job", 'alpha');
     			$object->signature = GETPOST("signature");
    @@ -347,6 +350,8 @@ if (empty($reshook)) {
     				$object->office_fax = GETPOST("office_fax", 'alpha');
     				$object->user_mobile = GETPOST("user_mobile");
     				$object->skype = GETPOST("skype", 'alpha');
    +				$object->twitter = GETPOST("twitter", 'alpha');
    +				$object->facebook = GETPOST("facebook", 'alpha');
     				$object->email = preg_replace('/\s+/', '', GETPOST("email", 'alpha'));
     				$object->job = GETPOST("job", 'alpha');
     				$object->signature = GETPOST("signature",'none');
    @@ -587,6 +592,8 @@ if (empty($reshook)) {
     					$ldap_fax = $attribute[$conf->global->LDAP_FIELD_FAX];
     					$ldap_mobile = $attribute[$conf->global->LDAP_FIELD_MOBILE];
     					$ldap_skype = $attribute[$conf->global->LDAP_FIELD_SKYPE];
    +					$ldap_twitter = $attribute[$conf->global->LDAP_FIELD_TWITTER];
    +					$ldap_facebook = $attribute[$conf->global->LDAP_FIELD_FACEBOOK];
     					$ldap_mail = $attribute[$conf->global->LDAP_FIELD_MAIL];
     					$ldap_sid = $attribute[$conf->global->LDAP_FIELD_SID];
     				}
    @@ -999,7 +1006,7 @@ if ($action == 'create' || $action == 'adduserldap')
     	print '</td></tr>';
     
     	// Skype
    -	if (! empty($conf->skype->enabled))
    +	if (! empty($conf->socialnetworks->enabled))
     	{
     		print '<tr><td>'.$langs->trans("Skype").'</td>';
     		print '<td>';
    @@ -1010,7 +1017,41 @@ if ($action == 'create' || $action == 'adduserldap')
     		}
     		else
     		{
    -			print '<input size="40" type="text" name="skype" value="'.GETPOST('skype').'">';
    +			print '<input class="maxwidth200" type="text" name="skype" value="'.GETPOST('skype','alpha').'">';
    +		}
    +		print '</td></tr>';
    +	}
    +
    +	// Twitter
    +	if (! empty($conf->socialnetworks->enabled))
    +	{
    +		print '<tr><td>'.$langs->trans("Twitter").'</td>';
    +		print '<td>';
    +		if (! empty($ldap_twitter))
    +		{
    +			print '<input type="hidden" name="twitter" value="'.$ldap_twitter.'">';
    +			print $ldap_twitter;
    +		}
    +		else
    +		{
    +			print '<input class="maxwidth200" type="text" name="twitter" value="'.GETPOST('twitter','alpha').'">';
    +		}
    +		print '</td></tr>';
    +	}
    +
    +	// Facebook
    +	if (! empty($conf->socialnetworks->enabled))
    +	{
    +		print '<tr><td>'.$langs->trans("Facebook").'</td>';
    +		print '<td>';
    +		if (! empty($ldap_facebook))
    +		{
    +			print '<input type="hidden" name="facebook" value="'.$ldap_facebook.'">';
    +			print $ldap_facebook;
    +		}
    +		else
    +		{
    +			print '<input class="maxwidth200" type="text" name="facebook" value="'.GETPOST('facebook','alpha').'">';
     		}
     		print '</td></tr>';
     	}
    @@ -1158,21 +1199,21 @@ if ($action == 'create' || $action == 'adduserldap')
     	// Date employment
     	print '<tr><td>'.$langs->trans("DateEmployment").'</td>';
     	print '<td>';
    -	echo $form->select_date(GETPOST('dateemployment'),'dateemployment',0,0,1,'form'.'dateemployment',1,0,1);
    +	print $form->selectDate(GETPOST('dateemployment'), 'dateemployment', 0, 0, 1, 'formdateemployment', 1, 0);
     	print '</td>';
     	print "</tr>\n";
     
     	// Date employment END
     	print '<tr><td>'.$langs->trans("DateEmploymentEnd").'</td>';
     	print '<td>';
    -	echo $form->select_date(GETPOST('dateemploymentend'),'dateemploymentend',0,0,1,'form'.'dateemploymentend',1,0,1);
    +	print $form->selectDate(GETPOST('dateemploymentend'), 'dateemploymentend', 0, 0, 1, 'formdateemploymentend', 1, 0);
     	print '</td>';
     	print "</tr>\n";
     
     	// Date birth
     	print '<tr><td>'.$langs->trans("DateToBirth").'</td>';
     	print '<td>';
    -	echo $form->select_date(GETPOST('birth'),'birth',0,0,1,'createuser',1,0,1);
    +	print $form->selectDate(GETPOST('birth'), 'birth', 0, 0, 1, 'createuser', 1, 0);
     	print '</td>';
     	print "</tr>\n";
     
    @@ -2194,7 +2235,7 @@ else
     			print '</td></tr>';
     
     			// Skype
    -			if (! empty($conf->skype->enabled))
    +			if (! empty($conf->socialnetworks->enabled))
     			{
     				print '<tr><td>'.$langs->trans("Skype").'</td>';
     				print '<td>';
    @@ -2210,6 +2251,40 @@ else
     				print '</td></tr>';
     			}
     
    +			// Twitter
    +			if (! empty($conf->socialnetworks->enabled))
    +			{
    +				print '<tr><td>'.$langs->trans("Twitter").'</td>';
    +				print '<td>';
    +				if ($caneditfield  && empty($object->ldap_sid))
    +				{
    +					print '<input size="40" type="text" name="twitter" class="flat" value="'.$object->twitter.'">';
    +				}
    +				else
    +				{
    +					print '<input type="hidden" name="twitter" value="'.$object->twitter.'">';
    +					print $object->twitter;
    +				}
    +				print '</td></tr>';
    +			}
    +
    +			// Skype
    +			if (! empty($conf->socialnetworks->enabled))
    +			{
    +				print '<tr><td>'.$langs->trans("Facebook").'</td>';
    +				print '<td>';
    +				if ($caneditfield  && empty($object->ldap_sid))
    +				{
    +					print '<input size="40" type="text" name="facebook" class="flat" value="'.$object->facebook.'">';
    +				}
    +				else
    +				{
    +					print '<input type="hidden" name="facebook" value="'.$object->facebook.'">';
    +					print $object->facebook;
    +				}
    +				print '</td></tr>';
    +			}
    +
     			// EMail
     			print "<tr>".'<td'.(! empty($conf->global->USER_MAIL_REQUIRED)?' class="fieldrequired"':'').'>'.$langs->trans("EMail").'</td>';
     			print '<td>';
    @@ -2284,7 +2359,7 @@ else
     			{
     				print '<tr><td>' . fieldLabel( 'Categories', 'usercats' ) . '</td>';
     				print '<td>';
    -				$cate_arbo = $form->select_all_categories( Categorie::TYPE_CONTACT, null, null, null, null, 1 );
    +				$cate_arbo = $form->select_all_categories( Categorie::TYPE_USER, null, null, null, null, 1 );
     				$c = new Categorie( $db );
     				$cats = $c->containing($object->id, Categorie::TYPE_USER);
     				foreach ($cats as $cat) {
    @@ -2454,14 +2529,14 @@ else
     			// Date employment
     			print '<tr><td>'.$langs->trans("DateEmployment").'</td>';
     			print '<td>';
    -			echo $form->select_date(GETPOST('dateemployment')?GETPOST('dateemployment'):$object->dateemployment,'dateemployment',0,0,1,'form'.'dateemployment',1,0,1);
    +			print $form->selectDate(GETPOST('dateemployment')?GETPOST('dateemployment'):$object->dateemployment, 'dateemployment', 0, 0, 1, 'formdateemployment', 1, 0);
     			print '</td>';
     			print "</tr>\n";
     
     			// Date employmentEnd
     			print '<tr><td>'.$langs->trans("DateEmploymentEnd").'</td>';
     			print '<td>';
    -			echo $form->select_date(GETPOST('dateemploymentend')?GETPOST('dateemploymentend'):$object->dateemploymentend,'dateemploymentend',0,0,1,'form'.'dateemploymentend',1,0,1);
    +			print $form->selectDate(GETPOST('dateemploymentend')?GETPOST('dateemploymentend'):$object->dateemploymentend, 'dateemploymentend', 0, 0, 1, 'formdateemploymentend', 1, 0);
     			print '</td>';
     			print "</tr>\n";
     
    @@ -2469,7 +2544,7 @@ else
     			// Date birth
     			print '<tr><td>'.$langs->trans("DateToBirth").'</td>';
     			print '<td>';
    -			echo $form->select_date(GETPOST('birth')?GETPOST('birth'):$object->birth,'birth',0,0,1,'updateuser',1,0,1);
    +			print $form->selectDate(GETPOST('birth')?GETPOST('birth'):$object->birth, 'birth', 0, 0, 1, 'updateuser', 1, 0);
     			print '</td>';
     			print "</tr>\n";
     
    diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php
    index 40c6a6b9f19..da0e39d9ad7 100644
    --- a/htdocs/user/class/user.class.php
    +++ b/htdocs/user/class/user.class.php
    @@ -7,7 +7,7 @@
      * Copyright (C) 2005-2017 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2005      Lionel Cousteix      <etm_ltd@tiscali.co.uk>
      * Copyright (C) 2011      Herve Prot           <herve.prot@symeos.com>
    - * Copyright (C) 2013-2014 Philippe Grand       <philippe.grand@atoo-net.com>
    + * Copyright (C) 2013-2018 Philippe Grand       <philippe.grand@atoo-net.com>
      * Copyright (C) 2013-2015 Alexandre Spangaro   <aspangaro.dolibarr@gmail.com>
      * Copyright (C) 2015      Marcos García        <marcosgdf@gmail.com>
      * Copyright (C) 2018      charlene Benke       <charlie@patas-monkey.com>
    @@ -44,14 +44,22 @@ class User extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='user';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='user';
    -	
    +
    +	/**
    +	 * @var int Field with ID of parent key if this field has a parent
    +	 */
     	public $fk_element='fk_user';
    -	public $ismultientitymanaged = 1;	// 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +
    +	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
     
     	public $id=0;
     	public $statut;
    @@ -61,10 +69,19 @@ class User extends CommonObject
     	public $gender;
     	public $birth;
     	public $email;
    +
     	public $skype;
    -	public $job;
    +	public $twitter;
    +	public $facebook;
    +
    +	public $job;			// job position
     	public $signature;
    +
    +	/**
    +	 * @var string Address
    +	 */
     	public $address;
    +
     	public $zip;
     	public $town;
     	public $state_id;		// The state/department
    @@ -76,6 +93,10 @@ class User extends CommonObject
     	public $admin;
     	public $login;
     	public $api_key;
    +
    +	/**
    +	 * @var int Entity
    +	 */
     	public $entity;
     
     	//! Clear password in memory
    @@ -103,6 +124,10 @@ class User extends CommonObject
     	public $contactid;
     
     	public $fk_member;
    +
    +	/**
    +	 * @var int User ID
    +	 */
     	public $fk_user;
     
     	public $clicktodial_url;
    @@ -146,14 +171,14 @@ class User extends CommonObject
     	public $default_c_exp_tax_cat;
     	public $default_range;
     
    -	public $fields=array(
    -        	'rowid'=>array('type'=>'integer', 'label'=>'TechnicalID', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'index'=>1, 'position'=>1, 'comment'=>'Id'),
    -        	'lastname'=>array('type'=>'varchar(50)', 'label'=>'Name', 'enabled'=>1, 'visible'=>1,  'notnull'=>1,  'showoncombobox'=>1, 'index'=>1, 'position'=>20, 'searchall'=>1, 'comment'=>'Reference of object'),
    -        	'firstname'=>array('type'=>'varchar(50)', 'label'=>'Name','enabled'=>1, 'visible'=>1,  'notnull'=>1,  'showoncombobox'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1, 'comment'=>'Reference of object'),
    -    	);
    +	public $fields = array(
    +        'rowid'=>array('type'=>'integer', 'label'=>'TechnicalID', 'enabled'=>1, 'visible'=>-2, 'notnull'=>1,  'index'=>1, 'position'=>1, 'comment'=>'Id'),
    +        'lastname'=>array('type'=>'varchar(50)', 'label'=>'Name', 'enabled'=>1, 'visible'=>1,  'notnull'=>1,  'showoncombobox'=>1, 'index'=>1, 'position'=>20, 'searchall'=>1, 'comment'=>'Reference of object'),
    +        'firstname'=>array('type'=>'varchar(50)', 'label'=>'Name','enabled'=>1, 'visible'=>1,  'notnull'=>1,  'showoncombobox'=>1, 'index'=>1, 'position'=>10, 'searchall'=>1, 'comment'=>'Reference of object'),
    +    );
     
     	/**
    -	 *    Constructor de la classe
    +	 *    Constructor of the class
     	 *
     	 *    @param   DoliDb  $db     Database handler
     	 */
    @@ -199,7 +224,8 @@ class User extends CommonObject
     		$login=trim($login);
     
     		// Get user
    -		$sql = "SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.birth, u.email, u.job, u.skype, u.signature, u.office_phone, u.office_fax, u.user_mobile,";
    +		$sql = "SELECT u.rowid, u.lastname, u.firstname, u.employee, u.gender, u.birth, u.email, u.job, u.skype, u.twitter, u.facebook,";
    +		$sql.= " u.signature, u.office_phone, u.office_fax, u.user_mobile,";
     		$sql.= " u.address, u.zip, u.town, u.fk_state as state_id, u.fk_country as country_id,";
     		$sql.= " u.admin, u.login, u.note,";
     		$sql.= " u.pass, u.pass_crypted, u.pass_temp, u.api_key,";
    @@ -304,6 +330,8 @@ class User extends CommonObject
     				$this->user_mobile  = $obj->user_mobile;
     				$this->email		= $obj->email;
     				$this->skype		= $obj->skype;
    +				$this->twitter		= $obj->twitter;
    +				$this->facebook		= $obj->facebook;
     				$this->job			= $obj->job;
     				$this->signature	= $obj->signature;
     				$this->admin		= $obj->admin;
    @@ -562,7 +590,6 @@ class User extends CommonObject
     			$this->db->commit();
     			return 1;
     		}
    -
     	}
     
     
    @@ -686,7 +713,6 @@ class User extends CommonObject
     			$this->db->commit();
     			return 1;
     		}
    -
     	}
     
     
    @@ -1178,6 +1204,7 @@ class User extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Create a user from a contact object. User will be internal but if contact is linked to a third party, user will be external
     	 *
    @@ -1188,6 +1215,7 @@ class User extends CommonObject
     	 */
     	function create_from_contact($contact,$login='',$password='')
     	{
    +        // phpcs:enable
     		global $conf,$user,$langs;
     
     		$error=0;
    @@ -1199,6 +1227,8 @@ class User extends CommonObject
     		$this->gender		= $contact->gender;
     		$this->email		= $contact->email;
     		$this->skype 		= $contact->skype;
    +		$this->twitter 		= $contact->twitter;
    +		$this->facebook		= $contact->facebook;
     		$this->office_phone	= $contact->phone_pro;
     		$this->office_fax	= $contact->fax;
     		$this->user_mobile	= $contact->phone_mobile;
    @@ -1253,9 +1283,9 @@ class User extends CommonObject
     			$this->db->rollback();
     			return $result;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Create a user into database from a member object
     	 *
    @@ -1265,6 +1295,7 @@ class User extends CommonObject
     	 */
     	function create_from_member($member,$login='')
     	{
    +        // phpcs:enable
     		global $conf,$user,$langs;
     
     		// Positionne parametres
    @@ -1329,6 +1360,7 @@ class User extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Assign rights by default
     	 *
    @@ -1336,6 +1368,7 @@ class User extends CommonObject
     	 */
     	function set_default_rights()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$sql = "SELECT id FROM ".MAIN_DB_PREFIX."rights_def";
    @@ -1409,7 +1442,11 @@ class User extends CommonObject
     		$this->office_fax   = trim($this->office_fax);
     		$this->user_mobile  = trim($this->user_mobile);
     		$this->email        = trim($this->email);
    +
     		$this->skype        = trim($this->skype);
    +		$this->twitter      = trim($this->twitter);
    +		$this->facebook     = trim($this->facebook);
    +
     		$this->job    		= trim($this->job);
     		$this->signature    = trim($this->signature);
     		$this->note         = trim($this->note);
    @@ -1459,6 +1496,8 @@ class User extends CommonObject
     		$sql.= ", user_mobile = '".$this->db->escape($this->user_mobile)."'";
     		$sql.= ", email = '".$this->db->escape($this->email)."'";
     		$sql.= ", skype = '".$this->db->escape($this->skype)."'";
    +		$sql.= ", twitter = '".$this->db->escape($this->twitter)."'";
    +		$sql.= ", facebook = '".$this->db->escape($this->facebook)."'";
     		$sql.= ", job = '".$this->db->escape($this->job)."'";
     		$sql.= ", signature = '".$this->db->escape($this->signature)."'";
     		$sql.= ", accountancy_code = '".$this->db->escape($this->accountancy_code)."'";
    @@ -1541,9 +1580,13 @@ class User extends CommonObject
     						$adh->zip=$this->zip;
     						$adh->state_id=$this->state_id;
     						$adh->country_id=$this->country_id;
    -						
    +
     						$adh->email=$this->email;
    +
     						$adh->skype=$this->skype;
    +						$adh->twitter=$this->twitter;
    +						$adh->facebook=$this->facebook;
    +
     						$adh->phone=$this->office_phone;
     						$adh->phone_mobile=$this->user_mobile;
     
    @@ -1591,7 +1634,11 @@ class User extends CommonObject
     						//$tmpobj->societe=(empty($tmpobj->societe) && $this->societe_id ? $this->societe_id : $tmpobj->societe);
     
     						$tmpobj->email=$this->email;
    +
     						$tmpobj->skype=$this->skype;
    +						$tmpobj->twitter=$this->twitter;
    +						$tmpobj->facebook=$this->facebook;
    +
     						$tmpobj->phone_pro=$this->office_phone;
     						$tmpobj->phone_mobile=$this->user_mobile;
     						$tmpobj->fax=$this->office_fax;
    @@ -1661,9 +1708,9 @@ class User extends CommonObject
     			$this->db->rollback();
     			return -2;
     		}
    -
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    Mise a jour en base de la date de derniere connexion d'un utilisateur
     	 *	  Fonction appelee lors d'une nouvelle connexion
    @@ -1672,6 +1719,7 @@ class User extends CommonObject
     	 */
     	function update_last_login_date()
     	{
    +        // phpcs:enable
     		$now=dol_now();
     
     		$sql = "UPDATE ".MAIN_DB_PREFIX."user SET";
    @@ -1829,6 +1877,7 @@ class User extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Send new password by email
     	 *
    @@ -1839,7 +1888,8 @@ class User extends CommonObject
     	 */
     	function send_password($user, $password='', $changelater=0)
     	{
    -		global $conf,$langs;
    +        // phpcs:enable
    +		global $conf, $langs;
     		global $dolibarr_main_url_root;
     
     		require_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
    @@ -1860,10 +1910,8 @@ class User extends CommonObject
     			$outputlangs=$langs;
     		}
     
    -		$outputlangs->load("main");
    -		$outputlangs->load("errors");
    -		$outputlangs->load("users");
    -		$outputlangs->load("other");
    +		// Load translation files required by the page
    +		$outputlangs->loadLangs(array("main", "errors", "users", "other"));
     
     		$appli=constant('DOL_APPLICATION_TITLE');
     		if (!empty($conf->global->MAIN_APPLICATION_TITLE)) $appli=$conf->global->MAIN_APPLICATION_TITLE;
    @@ -1943,6 +1991,7 @@ class User extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *    	Read clicktodial information for user
     	 *
    @@ -1950,6 +1999,7 @@ class User extends CommonObject
     	 */
     	function fetch_clicktodial()
     	{
    +        // phpcs:enable
     		$sql = "SELECT url, login, pass, poste ";
     		$sql.= " FROM ".MAIN_DB_PREFIX."user_clicktodial as u";
     		$sql.= " WHERE u.fk_user = ".$this->id;
    @@ -1979,6 +2029,7 @@ class User extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update clicktodial info
     	 *
    @@ -1986,6 +2037,7 @@ class User extends CommonObject
     	 */
     	function update_clicktodial()
     	{
    +        // phpcs:enable
     		$this->db->begin();
     
     		$sql = "DELETE FROM ".MAIN_DB_PREFIX."user_clicktodial";
    @@ -2018,6 +2070,7 @@ class User extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Add user into a group
     	 *
    @@ -2028,6 +2081,7 @@ class User extends CommonObject
     	 */
     	function SetInGroup($group, $entity, $notrigger=0)
     	{
    +        // phpcs:enable
     		global $conf, $langs, $user;
     
     		$error=0;
    @@ -2078,6 +2132,7 @@ class User extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Remove a user from a group
     	 *
    @@ -2088,6 +2143,7 @@ class User extends CommonObject
     	 */
     	function RemoveFromGroup($group, $entity, $notrigger=0)
     	{
    +        // phpcs:enable
     		global $conf,$langs,$user;
     
     		$error=0;
    @@ -2147,9 +2203,7 @@ class User extends CommonObject
     	 */
     	function getPhotoUrl($width, $height, $cssclass='', $imagesize='')
     	{
    -		$result='';
    -
    -		$result.='<a href="'.DOL_URL_ROOT.'/user/card.php?id='.$this->id.'">';
    +		$result ='<a href="'.DOL_URL_ROOT.'/user/card.php?id='.$this->id.'">';
     		$result.=Form::showphoto('userphoto', $this, $width, $height, 0, $cssclass, $imagesize);
     		$result.='</a>';
     
    @@ -2177,7 +2231,7 @@ class User extends CommonObject
     		global $dolibarr_main_authentication, $dolibarr_main_demo;
     		global $menumanager;
     
    -                if(!$user->rights->user->user->lire && $user->id !=$this->id) $option='nolink';
    +        if(!$user->rights->user->user->lire && $user->id !=$this->id) $option='nolink';
     
     		if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER) && $withpictoimg) $withpictoimg=0;
     
    @@ -2227,7 +2281,7 @@ class User extends CommonObject
     			$label.= '<br><b>'.$langs->trans("Browser").':</b> '.$conf->browser->name.($conf->browser->version?' '.$conf->browser->version:'').' ('.$_SERVER['HTTP_USER_AGENT'].')';
     			$label.= '<br><b>'.$langs->trans("Layout").':</b> '.$conf->browser->layout;
     			$label.= '<br><b>'.$langs->trans("Screen").':</b> '.$_SESSION['dol_screenwidth'].' x '.$_SESSION['dol_screenheight'];
    -			if (! empty($conf->browser->phone)) $label.= '<br><b>'.$langs->trans("Phone").':</b> '.$conf->browser->phone;
    +			if ($conf->browser->layout == 'phone') $label.= '<br><b>'.$langs->trans("Phone").':</b> '.$langs->trans("Yes");;
     			if (! empty($_SESSION["disablemodules"])) $label.= '<br><b>'.$langs->trans("DisabledModules").':</b> <br>'.join(', ',explode(',',$_SESSION["disablemodules"]));
     		}
     		if ($infologin < 0) $label='';
    @@ -2326,7 +2380,7 @@ class User extends CommonObject
     			$linkend='</a>';
     		}
     
    -                if ($option == 'nolink')
    +        if ($option == 'nolink')
     		{
     			$linkstart = '';
     			$linkend='';
    @@ -2350,6 +2404,7 @@ class User extends CommonObject
     		return $this->LibStatut($this->statut,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -2359,43 +2414,44 @@ class User extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     		$langs->load('users');
     
     		if ($mode == 0)
     		{
    -			$prefix='';
     			if ($statut == 1) return $langs->trans('Enabled');
    -			if ($statut == 0) return $langs->trans('Disabled');
    +			elseif ($statut == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($statut == 1) return $langs->trans('Enabled');
    -			if ($statut == 0) return $langs->trans('Disabled');
    +			elseif ($statut == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($statut == 1) return img_picto($langs->trans('Enabled'),'statut4','class="pictostatus"').' '.$langs->trans('Enabled');
    -			if ($statut == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"').' '.$langs->trans('Disabled');
    +			elseif ($statut == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($statut == 1) return img_picto($langs->trans('Enabled'),'statut4','class="pictostatus"');
    -			if ($statut == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"');
    +			elseif ($statut == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($statut == 1) return img_picto($langs->trans('Enabled'),'statut4','class="pictostatus"').' '.$langs->trans('Enabled');
    -			if ($statut == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"').' '.$langs->trans('Disabled');
    +			elseif ($statut == 0) return img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($statut == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4','class="pictostatus"');
    -			if ($statut == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"');
    +			elseif ($statut == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5','class="pictostatus"');
     		}
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Retourne chaine DN complete dans l'annuaire LDAP pour l'objet
     	 *
    @@ -2407,14 +2463,16 @@ class User extends CommonObject
     	 */
     	function _load_ldap_dn($info,$mode=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		$dn='';
     		if ($mode==0) $dn=$conf->global->LDAP_KEY_USERS."=".$info[$conf->global->LDAP_KEY_USERS].",".$conf->global->LDAP_USER_DN;
    -		if ($mode==1) $dn=$conf->global->LDAP_USER_DN;
    -		if ($mode==2) $dn=$conf->global->LDAP_KEY_USERS."=".$info[$conf->global->LDAP_KEY_USERS];
    +		elseif ($mode==1) $dn=$conf->global->LDAP_USER_DN;
    +		elseif ($mode==2) $dn=$conf->global->LDAP_KEY_USERS."=".$info[$conf->global->LDAP_KEY_USERS];
     		return $dn;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Initialize the info array (array of LDAP values) that will be used to call LDAP functions
     	 *
    @@ -2422,6 +2480,7 @@ class User extends CommonObject
     	 */
     	function _load_ldap_info()
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$info=array();
    @@ -2438,13 +2497,15 @@ class User extends CommonObject
     			'LDAP_FIELD_NAME'		=> 'lastname',
     			'LDAP_FIELD_FIRSTNAME'	=> 'firstname',
     			'LDAP_FIELD_LOGIN'		=> 'login',
    -			'LDAP_FIELD_LOGIN_SAMBA'	=> 'login',
    +			'LDAP_FIELD_LOGIN_SAMBA'=> 'login',
     			'LDAP_FIELD_PHONE'		=> 'office_phone',
     			'LDAP_FIELD_MOBILE'		=> 'user_mobile',
    -			'LDAP_FIELD_FAX'			=> 'office_fax',
    +			'LDAP_FIELD_FAX'		=> 'office_fax',
     			'LDAP_FIELD_MAIL'		=> 'email',
    -			'LDAP_FIELD_SID'			=> 'ldap_sid',
    -			'LDAP_FIELD_SKYPE'		=> 'skype'
    +			'LDAP_FIELD_SID'		=> 'ldap_sid',
    +			'LDAP_FIELD_SKYPE'		=> 'skype',
    +			'LDAP_FIELD_TWITTER'	=> 'twitter',
    +			'LDAP_FIELD_FACEBOOK'	=> 'facebook'
     		);
     
     		// Champs
    @@ -2483,7 +2544,7 @@ class User extends CommonObject
     			if (! empty($conf->global->LDAP_FIELD_PASSWORD_CRYPTED))		$info[$conf->global->LDAP_FIELD_PASSWORD_CRYPTED] = dol_hash($this->pass, 4); // Create OpenLDAP MD5 password (TODO add type of encryption)
     		}
     		// Set LDAP password if possible
    -		else if ($conf->global->LDAP_SERVER_PROTOCOLVERSION !== '3') // If ldap key is modified and LDAPv3 we use ldap_rename function for avoid lose encrypt password
    +		elseif ($conf->global->LDAP_SERVER_PROTOCOLVERSION !== '3') // If ldap key is modified and LDAPv3 we use ldap_rename function for avoid lose encrypt password
     		{
     			if (! empty($conf->global->DATABASE_PWD_ENCRYPTED))
     			{
    @@ -2496,7 +2557,7 @@ class User extends CommonObject
     				}
     			}
     			// Use $this->pass_indatabase value if exists
    -			else if (! empty($this->pass_indatabase))
    +			elseif (! empty($this->pass_indatabase))
     			{
     				if (! empty($conf->global->LDAP_FIELD_PASSWORD))				$info[$conf->global->LDAP_FIELD_PASSWORD] = $this->pass_indatabase;	// $this->pass_indatabase = mot de passe non crypte
     				if (! empty($conf->global->LDAP_FIELD_PASSWORD_CRYPTED))		$info[$conf->global->LDAP_FIELD_PASSWORD_CRYPTED] = dol_hash($this->pass_indatabase, 4); // md5 for OpenLdap TODO add type of encryption
    @@ -2555,7 +2616,9 @@ class User extends CommonObject
     		$this->gender='man';
     		$this->note='This is a note';
     		$this->email='email@specimen.com';
    -		$this->skype='tom.hanson';
    +		$this->skype='skypepseudo';
    +		$this->twitter='twitterpseudo';
    +		$this->facebook='facebookpseudo';
     		$this->office_phone='0999999999';
     		$this->office_fax='0999999998';
     		$this->user_mobile='0999999997';
    @@ -2684,6 +2747,7 @@ class User extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Update user using data from the LDAP
     	 *
    @@ -2693,6 +2757,7 @@ class User extends CommonObject
     	 */
     	function update_ldap2dolibarr(&$ldapuser)
     	{
    +        // phpcs:enable
     		// TODO: Voir pourquoi le update met à jour avec toutes les valeurs vide (global $user écrase ?)
     		global $user, $conf;
     
    @@ -2707,6 +2772,8 @@ class User extends CommonObject
     		$this->office_fax=$ldapuser->{$conf->global->LDAP_FIELD_FAX};
     		$this->email=$ldapuser->{$conf->global->LDAP_FIELD_MAIL};
     		$this->skype=$ldapuser->{$conf->global->LDAP_FIELD_SKYPE};
    +		$this->twitter=$ldapuser->{$conf->global->LDAP_FIELD_TWITTER};
    +		$this->facebook=$ldapuser->{$conf->global->LDAP_FIELD_FACEBOOK};
     		$this->ldap_sid=$ldapuser->{$conf->global->LDAP_FIELD_SID};
     
     		$this->job=$ldapuser->{$conf->global->LDAP_FIELD_TITLE};
    @@ -2720,6 +2787,7 @@ class User extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * Return and array with all instanciated first level children users of current user
     	 *
    @@ -2728,6 +2796,7 @@ class User extends CommonObject
     	 */
     	function get_children()
     	{
    +        // phpcs:enable
     		$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."user";
     		$sql.= " WHERE fk_user = ".$this->id;
     
    @@ -2757,7 +2826,7 @@ class User extends CommonObject
     	 *
     	 *	@return		int		<0 if KO, >0 if OK
     	 */
    -	private function load_parentof()
    +	private function loadParentOf()
     	{
     		global $conf;
     
    @@ -2769,7 +2838,7 @@ class User extends CommonObject
     		$sql.= " WHERE fk_user <> 0";
     		$sql.= " AND entity IN (".getEntity('user').")";
     
    -		dol_syslog(get_class($this)."::load_parentof", LOG_DEBUG);
    +		dol_syslog(get_class($this)."::loadParentOf", LOG_DEBUG);
     		$resql = $this->db->query($sql);
     		if ($resql)
     		{
    @@ -2786,6 +2855,7 @@ class User extends CommonObject
     		}
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 * 	Reconstruit l'arborescence hierarchique des users sous la forme d'un tableau
     	 *	Set and return this->users that is an array sorted according to tree with arrays of:
    @@ -2801,6 +2871,7 @@ class User extends CommonObject
     	 */
     	function get_full_tree($deleteafterid=0, $filter='')
     	{
    +        // phpcs:enable
     		global $conf, $user;
     		global $hookmanager;
     
    @@ -2810,7 +2881,7 @@ class User extends CommonObject
     		$this->users = array();
     
     		// Init this->parentof that is array(id_son=>id_parent, ...)
    -		$this->load_parentof();
    +		$this->loadParentOf();
     
     		// Init $this->users array
     		$sql = "SELECT DISTINCT u.rowid, u.firstname, u.lastname, u.fk_user, u.fk_soc, u.login, u.email, u.gender, u.admin, u.statut, u.photo, u.entity";	// Distinct reduce pb with old tables with duplicates
    @@ -2929,6 +3000,7 @@ class User extends CommonObject
     		return $childids;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	For user id_user and its childs available in this->users, define property fullpath and fullname.
     	 *  Function called by get_full_tree().
    @@ -2939,6 +3011,7 @@ class User extends CommonObject
     	 */
     	function build_path_from_id_user($id_user,$protection=0)
     	{
    +        // phpcs:enable
     		dol_syslog(get_class($this)."::build_path_from_id_user id_user=".$id_user." protection=".$protection, LOG_DEBUG);
     
     		if (! empty($this->users[$id_user]['fullpath']))
    @@ -2984,13 +3057,14 @@ class User extends CommonObject
     	public static function replaceThirdparty(DoliDB $db, $origin_id, $dest_id)
     	{
     		$tables = array(
    -			'user'
    +			'user',
     		);
     
     		return CommonObject::commonReplaceThirdparty($db, $origin_id, $dest_id, $tables);
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *      Charge indicateurs this->nb pour le tableau de bord
     	 *
    @@ -2998,6 +3072,7 @@ class User extends CommonObject
     	 */
     	function load_state_board()
     	{
    +        // phpcs:enable
     		global $conf;
     
     		$this->nb=array();
    @@ -3039,7 +3114,7 @@ class User extends CommonObject
     	 */
     	public function generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
     	{
    -		global $conf,$user,$langs;
    +		global $conf, $user, $langs;
     
     		$langs->load("user");
     
    @@ -3061,6 +3136,7 @@ class User extends CommonObject
     		return $this->commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Return property of user from its id
     	 *
    @@ -3070,6 +3146,7 @@ class User extends CommonObject
     	 */
     	function user_get_property($rowid,$mode)
     	{
    +        // phpcs:enable
     		$user_property='';
     
     		if (empty($rowid)) return '';
    @@ -3158,7 +3235,5 @@ class User extends CommonObject
     			$this->errors[] = $this->db->lasterror();
     			return -1;
     		}
    -
     	}
    -
     }
    diff --git a/htdocs/user/class/userbankaccount.class.php b/htdocs/user/class/userbankaccount.class.php
    index 77385f84179..b1769edea6f 100644
    --- a/htdocs/user/class/userbankaccount.class.php
    +++ b/htdocs/user/class/userbankaccount.class.php
    @@ -206,4 +206,3 @@ class UserBankAccount extends Account
     		return $rib;
     	}
     }
    -
    diff --git a/htdocs/user/class/usergroup.class.php b/htdocs/user/class/usergroup.class.php
    index 8f89b4a2e35..6f3e333f6f5 100644
    --- a/htdocs/user/class/usergroup.class.php
    +++ b/htdocs/user/class/usergroup.class.php
    @@ -1,11 +1,11 @@
     <?php
    -/* Copyright (c) 2005		Rodolphe Quiedeville	<rodolphe@quiedeville.org>
    - * Copyright (c) 2005-2018	Laurent Destailleur	<eldy@users.sourceforge.net>
    - * Copyright (c) 2005-2018	Regis Houssin		<regis.houssin@capnetworks.com>
    - * Copyright (C) 2012		Florian Henry		<florian.henry@open-concept.pro>
    - * Copyright (C) 2014		Juanjo Menent		<jmenent@2byte.es>
    - * Copyright (C) 2014		Alexis Algoud		<alexis@atm-consulting.fr>
    - * Copyright (C) 2018           Nicolas ZABOURI		<info@inovea-conseil.com>
    +/* Copyright (c) 2005		Rodolphe Quiedeville <rodolphe@quiedeville.org>
    + * Copyright (c) 2005-2018	Laurent Destailleur	 <eldy@users.sourceforge.net>
    + * Copyright (c) 2005-2018	Regis Houssin		 <regis.houssin@capnetworks.com>
    + * Copyright (C) 2012		Florian Henry		 <florian.henry@open-concept.pro>
    + * Copyright (C) 2014		Juanjo Menent		 <jmenent@2byte.es>
    + * Copyright (C) 2014		Alexis Algoud		 <alexis@atm-consulting.fr>
    + * Copyright (C) 2018       Nicolas ZABOURI		 <info@inovea-conseil.com>
      *
      * 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,27 +39,45 @@ class UserGroup extends CommonObject
     	 * @var string ID to identify managed object
     	 */
     	public $element='usergroup';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element='usergroup';
    -	
    -	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
     
    -
    -	public $name;			// Name of group
     	/**
    +	 * 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
    +	 * @var int
    +	 */
    +	public $ismultientitymanaged = 1;
    +
    +    public $picto='group';
    +
    +	/**
    +	 * @var int Entity of group
    +	 */
    +	public $entity;
    +
    +	/**
    +	 * @var string
     	 * @deprecated
     	 * @see name
     	 */
    -	public $nom;			// Name of group
    +	public $nom;
    +
    +	/**
    +	 * @var string name
    +	 */
    +	public $name;			// Name of group
    +
     	public $globalgroup;	// Global group
    +
     	public $datec;			// Creation date of group
    +
     	public $datem;			// Modification date of group
    +
     	public $note;			// Description
    +
     	public $members=array();	// Array of users
     
     	public $nb_rights;					// Number of rights granted to the user
    @@ -385,7 +403,6 @@ class UserGroup extends CommonObject
     			$this->db->commit();
     			return 1;
     		}
    -
     	}
     
     
    @@ -511,7 +528,6 @@ class UserGroup extends CommonObject
     			$this->db->commit();
     			return 1;
     		}
    -
     	}
     
     
    @@ -805,6 +821,7 @@ class UserGroup extends CommonObject
     	    return $this->LibStatut(0,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un statut donne
     	 *
    @@ -814,6 +831,7 @@ class UserGroup extends CommonObject
     	 */
     	function LibStatut($statut,$mode=0)
     	{
    +        // phpcs:enable
     	    global $langs;
     	    $langs->load('users');
     	    return '';
    @@ -896,6 +914,7 @@ class UserGroup extends CommonObject
     		return $result;
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Retourne chaine DN complete dans l'annuaire LDAP pour l'objet
     	 *
    @@ -907,6 +926,7 @@ class UserGroup extends CommonObject
     	 */
     	function _load_ldap_dn($info,$mode=0)
     	{
    +        // phpcs:enable
     		global $conf;
     		$dn='';
     		if ($mode==0) $dn=$conf->global->LDAP_KEY_GROUPS."=".$info[$conf->global->LDAP_KEY_GROUPS].",".$conf->global->LDAP_GROUP_DN;
    @@ -916,6 +936,7 @@ class UserGroup extends CommonObject
     	}
     
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *	Initialize the info array (array of LDAP values) that will be used to call LDAP functions
     	 *
    @@ -923,6 +944,7 @@ class UserGroup extends CommonObject
     	 */
     	function _load_ldap_info()
     	{
    +        // phpcs:enable
     		global $conf,$langs;
     
     		$info=array();
    @@ -985,7 +1007,7 @@ class UserGroup extends CommonObject
     	 *  @param      int			$hidedetails    Hide details of lines
     	 *  @param      int			$hidedesc       Hide description
     	 *  @param      int			$hideref        Hide ref
    -         *  @param   null|array  $moreparams     Array to provide more information
    +     *  @param      null|array  $moreparams     Array to provide more information
     	 * 	@return     int         				0 if KO, 1 if OK
     	 */
     	public function generateDocument($modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0, $moreparams=null)
    @@ -1012,4 +1034,3 @@ class UserGroup extends CommonObject
     		return $this->commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref, $moreparams);
     	}
     }
    -
    diff --git a/htdocs/user/clicktodial.php b/htdocs/user/clicktodial.php
    index bfab243bbaf..6719d6ca120 100644
    --- a/htdocs/user/clicktodial.php
    +++ b/htdocs/user/clicktodial.php
    @@ -102,7 +102,7 @@ if ($id > 0)
     	$linkback = '';
     
     	if ($user->rights->user->user->lire || $user->admin) {
    -		$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php">'.$langs->trans("BackToList").'</a>';
    +		$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     	}
     
         dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
    diff --git a/htdocs/user/document.php b/htdocs/user/document.php
    index 6b22a303f96..decc53a379c 100644
    --- a/htdocs/user/document.php
    +++ b/htdocs/user/document.php
    @@ -88,9 +88,9 @@ if ($id > 0 || ! empty($ref))
     {
     	$result = $object->fetch($id, $ref, '', 1);
     	$object->getrights();
    -	$entitytouseforuserdir = $object->entity;
    -	if (empty($entitytouseforuserdir)) $entitytouseforuserdir=1;
    -	$upload_dir = $conf->user->multidir_output[$entitytouseforuserdir] . "/" . $object->id ;
    +	//$upload_dir = $conf->user->multidir_output[$object->entity] . "/" . $object->id ;
    +	// For users, the upload_dir is always $conf->user->entity for the moment
    +	$upload_dir = $conf->user->dir_output. "/" . $object->id ;
     }
     
     // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
    @@ -133,7 +133,7 @@ if ($object->id)
     
     	$linkback = '';
     	if ($user->rights->user->user->lire || $user->admin) {
    -		$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php">'.$langs->trans("BackToList").'</a>';
    +		$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     	}
     
         dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
    diff --git a/htdocs/user/group/index.html b/htdocs/user/group/index.html
    new file mode 100644
    index 00000000000..8b137891791
    --- /dev/null
    +++ b/htdocs/user/group/index.html
    @@ -0,0 +1 @@
    +
    diff --git a/htdocs/user/home.php b/htdocs/user/home.php
    index f9ccd9aa7ca..d232c3cf7f1 100644
    --- a/htdocs/user/home.php
    +++ b/htdocs/user/home.php
    @@ -150,7 +150,7 @@ if ($resql)
     		$companystatic->canvas=$obj->canvas;
     
     		print '<tr class="oddeven">';
    -		print '<td>';
    +		print '<td class="nowraponall">';
             print $fuserstatic->getNomUrl(-1);
     		if (! empty($conf->multicompany->enabled) && $obj->admin && ! $obj->entity)
     		{
    diff --git a/htdocs/user/index.html b/htdocs/user/index.html
    new file mode 100644
    index 00000000000..8b137891791
    --- /dev/null
    +++ b/htdocs/user/index.html
    @@ -0,0 +1 @@
    +
    diff --git a/htdocs/user/info.php b/htdocs/user/info.php
    index 8fba36a3e8a..bb262804d33 100644
    --- a/htdocs/user/info.php
    +++ b/htdocs/user/info.php
    @@ -72,7 +72,7 @@ dol_fiche_head($head, 'info', $title, -1, 'user');
     $linkback = '';
     
     if ($user->rights->user->user->lire || $user->admin) {
    -	$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php">'.$langs->trans("BackToList").'</a>';
    +	$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     }
     
     dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
    diff --git a/htdocs/user/ldap.php b/htdocs/user/ldap.php
    index 4a4ffeb875d..fa5e5e023eb 100644
    --- a/htdocs/user/ldap.php
    +++ b/htdocs/user/ldap.php
    @@ -98,7 +98,7 @@ dol_fiche_head($head, 'ldap', $title, 0, 'user');
     $linkback = '';
     
     if ($user->rights->user->user->lire || $user->admin) {
    -	$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php">'.$langs->trans("BackToList").'</a>';
    +	$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     }
     
     dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
    diff --git a/htdocs/user/list.php b/htdocs/user/list.php
    index 088148ba4af..64c63c05426 100644
    --- a/htdocs/user/list.php
    +++ b/htdocs/user/list.php
    @@ -26,6 +26,9 @@
      */
     
     require '../main.inc.php';
    +require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
    +if (! empty($conf->categorie->enabled))
    +	require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
     
     if (! $user->rights->user->user->lire && ! $user->admin)
     	accessforbidden();
    @@ -123,10 +126,12 @@ $search_thirdparty=GETPOST('search_thirdparty','alpha');
     $search_supervisor=GETPOST('search_supervisor','intcomma');
     $search_previousconn=GETPOST('search_previousconn','alpha');
     $optioncss = GETPOST('optioncss','alpha');
    +$search_categ = GETPOST("search_categ",'int');
    +$catid = GETPOST('catid','int');
     
     // Default search
     if ($search_statut == '') $search_statut='1';
    -if ($mode == 'employee') $search_employee=1;
    +if ($mode == 'employee' && ! GETPOSTISSET('search_employee')) $search_employee=1;
     
     
     
    @@ -165,6 +170,7 @@ if (empty($reshook))
     		$search_date_creation="";
     		$search_date_update="";
     		$search_array_options=array();
    +        $search_categ=0;
     	}
     }
     
    @@ -173,6 +179,8 @@ if (empty($reshook))
      * View
      */
     
    +$htmlother=new FormOther($db);
    +
     $user2=new User($db);
     
     $buttonviewhierarchy='<form action="'.DOL_URL_ROOT.'/user/hierarchy.php'.(($search_statut != '' && $search_statut >= 0) ? '?search_statut='.$search_statut : '').'" method="POST"><input type="submit" class="button" style="width:120px" name="viewcal" value="'.dol_escape_htmltag($langs->trans("HierarchicView")).'"></form>';
    @@ -193,6 +201,7 @@ $sql.= " FROM ".MAIN_DB_PREFIX."user as u";
     if (is_array($extrafields->attribute_label) && count($extrafields->attribute_label)) $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."user_extrafields as ef on (u.rowid = ef.fk_object)";
     $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."societe as s ON u.fk_soc = s.rowid";
     $sql.= " LEFT JOIN ".MAIN_DB_PREFIX."user as u2 ON u.fk_user = u2.rowid";
    +if (! empty($search_categ) || ! empty($catid)) $sql.= ' LEFT JOIN '.MAIN_DB_PREFIX."categorie_user as cu ON u.rowid = cu.fk_user"; // We'll need this table joined to the select in order to filter by categ
     // Add fields from hooks
     $parameters=array();
     $reshook=$hookmanager->executeHooks('printUserListWhere',$parameters);    // Note that $action and $object may have been modified by hook
    @@ -216,6 +225,10 @@ if ($search_accountancy_code != '')  $sql.= natural_search("u.accountancy_code",
     if ($search_email != '')             $sql.= natural_search("u.email", $search_email);
     if ($search_statut != '' && $search_statut >= 0) $sql.= " AND u.statut IN (".$db->escape($search_statut).")";
     if ($sall)                           $sql.= natural_search(array_keys($fieldstosearchall), $sall);
    +if ($catid > 0)     $sql.= " AND cu.fk_categorie = ".$catid;
    +if ($catid == -2)   $sql.= " AND cu.fk_categorie IS NULL";
    +if ($search_categ > 0)   $sql.= " AND cu.fk_categorie = ".$db->escape($search_categ);
    +if ($search_categ == -2) $sql.= " AND cu.fk_categorie IS NULL";
     // Add where from extra fields
     include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_sql.tpl.php';
     // Add where from hooks
    @@ -268,6 +281,7 @@ if ($search_supervisor > 0) $param.="&search_supervisor=".$search_supervisor;
     if ($search_statut != '') $param.="&search_statut=".$search_statut;
     if ($optioncss != '') $param.='&optioncss='.$optioncss;
     if ($mode != '')      $param.='&mode='.$mode;
    +if ($search_categ > 0) $param.="&search_categ=".urlencode($search_categ);
     // Add $param from extra fields
     include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_param.tpl.php';
     
    @@ -296,6 +310,15 @@ $morehtmlright = '<a class="nohover" href="'.DOL_URL_ROOT.'/user/hierarchy.php'.
     
     print_barre_liste($text, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, "", $num, $nbtotalofrecords, 'title_generic', 0, $morehtmlright.' '.$newcardbutton, '', $limit);
     
    +if (! empty($catid))
    +{
    +    print "<div id='ways'>";
    +    $c = new Categorie($db);
    +    $ways = $c->print_all_ways(' &gt; ','user/list.php');
    +    print " &gt; ".$ways[0]."<br>\n";
    +    print "</div><br>";
    +}
    +
     if ($sall)
     {
     	foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
    @@ -304,7 +327,29 @@ if ($sall)
     
     $moreforfilter='';
     
    +// Filter on categories
    +if (! empty($conf->categorie->enabled))
    +{
    +    $moreforfilter.='<div class="divsearchfield">';
    +    $moreforfilter.=$langs->trans('Categories'). ': ';
    +    $moreforfilter.=$htmlother->select_categories(Categorie::TYPE_USER,$search_categ,'search_categ',1);
    +    $moreforfilter.='</div>';
    +}
    +
    +$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 '<div class="liste_titre liste_titre_bydiv centpercent">';
    +    print $moreforfilter;
    +    print '</div>';
    +}
    +
     $varpage=empty($contextpage)?$_SERVER["PHP_SELF"]:$contextpage;
    +
     $selectedfields=$form->multiSelectArrayWithCheckbox('selectedfields', $arrayfields, $varpage);	// This also change content of $arrayfields
     
     
    diff --git a/htdocs/user/logout.php b/htdocs/user/logout.php
    index ceeaf35fddf..4250465ff09 100644
    --- a/htdocs/user/logout.php
    +++ b/htdocs/user/logout.php
    @@ -42,10 +42,11 @@ if (!empty($_SESSION["dol_authmode"]) && ($_SESSION["dol_authmode"] == 'forceuse
     global $conf, $langs, $user;
     
     // Appel des triggers
    -include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    -$interface=new Interfaces($db);
    -$result=$interface->run_triggers('USER_LOGOUT',$user,$user,$langs,$conf);
    -if ($result < 0) { $error++; }
    +// TODO @deprecated Remove this. Hook must be used, not this trigger.
    +//include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
    +//$interface=new Interfaces($db);
    +//$result=$interface->run_triggers('USER_LOGOUT',$user,$user,$langs,$conf);
    +//if ($result < 0) { $error++; }
     // Fin appel triggers
     
     // Hooks on logout
    @@ -70,13 +71,20 @@ if (GETPOST('dol_no_mouse_hover'))       $url.=(preg_match('/\?/',$url)?'&':'?')
     if (GETPOST('dol_use_jmobile'))          $url.=(preg_match('/\?/',$url)?'&':'?').'dol_use_jmobile=1';
     
     // Destroy session
    -$prefix=dol_getprefix('');
    +/*$prefix=dol_getprefix('');
     $sessionname='DOLSESSID_'.$prefix;
     $sessiontimeout='DOLSESSTIMEOUT_'.$prefix;
     if (! empty($_COOKIE[$sessiontimeout])) ini_set('session.gc_maxlifetime',$_COOKIE[$sessiontimeout]);
     session_name($sessionname);
     session_destroy();
     dol_syslog("End of session ".$sessionname);
    +*/
    +dol_syslog("End of session ".session_id());
    +if (session_status() === PHP_SESSION_ACTIVE)
    +{
    +	session_destroy();
    +}
    +
     
     // Not sure this is required
     unset($_SESSION['dol_login']);
    diff --git a/htdocs/user/note.php b/htdocs/user/note.php
    index 5e1c33cb57d..1cf994db9e9 100644
    --- a/htdocs/user/note.php
    +++ b/htdocs/user/note.php
    @@ -93,7 +93,7 @@ if ($id)
     	$linkback = '';
     
     	if ($user->rights->user->user->lire || $user->admin) {
    -		$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php">'.$langs->trans("BackToList").'</a>';
    +		$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     	}
     
         dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
    diff --git a/htdocs/user/notify/card.php b/htdocs/user/notify/card.php
    index 7e04adab9a7..f4e06075e79 100644
    --- a/htdocs/user/notify/card.php
    +++ b/htdocs/user/notify/card.php
    @@ -137,7 +137,7 @@ if ($result > 0)
     
         dol_fiche_head($head, 'notify', $langs->trans("User"), -1, 'user');
     
    -    $linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php">'.$langs->trans("BackToList").'</a>';
    +    $linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     
         dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin, 'rowid', 'ref', '', '', 0, '', '', 0, '');
     
    @@ -188,7 +188,7 @@ if ($result > 0)
     
     
         // Add notification form
    -    print_fiche_titre($langs->trans("AddNewNotification"),'','');
    +    print load_fiche_titre($langs->trans("AddNewNotification"),'','');
     
         print '<form action="'.$_SERVER["PHP_SELF"].'?id='.$id.'" method="post">';
         print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
    @@ -276,7 +276,7 @@ if ($result > 0)
         }
     
         // List of active notifications
    -    print_fiche_titre($langs->trans("ListOfActiveNotifications").' ('.$num.')','','');
    +    print load_fiche_titre($langs->trans("ListOfActiveNotifications").' ('.$num.')','','');
     
         // Line with titles
         print '<table width="100%" class="noborder">';
    diff --git a/htdocs/user/notify/index.html b/htdocs/user/notify/index.html
    new file mode 100644
    index 00000000000..8b137891791
    --- /dev/null
    +++ b/htdocs/user/notify/index.html
    @@ -0,0 +1 @@
    +
    diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php
    index 5c2869847c6..521b0e4022e 100644
    --- a/htdocs/user/param_ihm.php
    +++ b/htdocs/user/param_ihm.php
    @@ -2,6 +2,7 @@
     /* Copyright (C) 2005-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
      * Copyright (C) 2010-2015 Regis Houssin        <regis.houssin@capnetworks.com>
      * Copyright (C) 2013	   Florian Henry        <florian.henry@open-concept.pro.com>
    + * Copyright (C) 2018      Ferran Marcet        <fmarcet@2byte.es>
      *
      * 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
    @@ -109,6 +110,12 @@ if (empty($reshook)) {
     				$tabparam["MAIN_SIZE_LISTE_LIMIT"] = '';
     			}
     
    +			if (GETPOST("check_AGENDA_DEFAULT_VIEW") == "on") {
    +				$tabparam["AGENDA_DEFAULT_VIEW"] = $_POST["AGENDA_DEFAULT_VIEW"];
    +			} else {
    +				$tabparam["AGENDA_DEFAULT_VIEW"] = '';
    +			}
    +
     			if (GETPOST("check_MAIN_THEME") == "on") {
     				$tabparam["MAIN_THEME"] = $_POST["main_theme"];
     			} else {
    @@ -137,6 +144,12 @@ if (empty($reshook)) {
     				$tabparam["THEME_ELDY_USE_HOVER"] = 0;
     			}
     
    +			if (GETPOST('check_THEME_ELDY_USE_CHECKED') == 'on') {
    +				$tabparam["THEME_ELDY_USE_CHECKED"] = 1;
    +			} else {
    +				$tabparam["THEME_ELDY_USE_CHECKED"] = 0;
    +			}
    +
     			$result = dol_set_user_param($db, $conf, $object, $tabparam);
     
     			header('Location: ' . $_SERVER["PHP_SELF"] . '?id=' . $id);
    @@ -182,7 +195,7 @@ if ($action == 'edit')
     	$linkback = '';
     
     	if ($user->rights->user->user->lire || $user->admin) {
    -		$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php">'.$langs->trans("BackToList").'</a>';
    +		$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     	}
     
         dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
    @@ -216,6 +229,9 @@ if ($action == 'edit')
                     if (jQuery("#check_SIZE_LISTE_LIMIT").prop("checked")) { jQuery("#main_size_liste_limit").removeAttr(\'disabled\'); }
             		else { jQuery("#main_size_liste_limit").attr(\'disabled\',\'disabled\'); }
     
    +                if (jQuery("#check_AGENDA_DEFAULT_VIEW").prop("checked")) { jQuery("#AGENDA_DEFAULT_VIEW").removeAttr(\'disabled\'); }
    +        		else { jQuery("#AGENDA_DEFAULT_VIEW").attr(\'disabled\',\'disabled\'); }
    +
                     if (jQuery("#check_MAIN_THEME").prop("checked")) { jQuery(".themethumbs").removeAttr(\'disabled\'); }
             		else { jQuery(".themethumbs").attr(\'disabled\',\'disabled\'); }
     
    @@ -224,8 +240,9 @@ if ($action == 'edit')
                 }
             	init_myfunc();
             	jQuery("#check_MAIN_LANDING_PAGE").click(function() { init_myfunc(); });
    -            jQuery("#check_SIZE_LISTE_LIMIT").click(function() { init_myfunc(); });
                 jQuery("#check_MAIN_LANG_DEFAULT").click(function() { init_myfunc(); });
    +            jQuery("#check_SIZE_LISTE_LIMIT").click(function() { init_myfunc(); });
    +            jQuery("#check_AGENDA_DEFAULT_VIEW").click(function() { init_myfunc(); });
                 jQuery("#check_MAIN_THEME").click(function() { init_myfunc(); });
                 jQuery("#check_THEME_ELDY_TOPMENU_BACK1").click(function() { init_myfunc(); });
                 jQuery("#check_THEME_ELDY_BACKTITLE1").click(function() { init_myfunc(); });
    @@ -244,7 +261,7 @@ if ($action == 'edit')
         print '<td>';
         print (empty($conf->global->MAIN_LANDING_PAGE)?'':$conf->global->MAIN_LANDING_PAGE);
         print '</td>';
    -    print '<td align="left" class="nowrap" width="20%"><input class="oddeven" name="check_MAIN_LANDING_PAGE" id="check_MAIN_LANDING_PAGE" type="checkbox" '.(! empty($object->conf->MAIN_LANDING_PAGE)?" checked":"");
    +    print '<td class="nowrap" width="20%"><input class="oddeven" name="check_MAIN_LANDING_PAGE" id="check_MAIN_LANDING_PAGE" type="checkbox" '.(! empty($object->conf->MAIN_LANDING_PAGE)?" checked":"");
         print empty($dolibarr_main_demo)?'':' disabled="disabled"';	// Disabled for demo
         print '> '.$langs->trans("UsePersonalValue").'</td>';
         print '<td>';
    @@ -252,28 +269,40 @@ if ($action == 'edit')
         //print info_admin($langs->trans("WarningYouMayLooseAccess"), 0, 0, 0);
         print '</td></tr>';
     
    -    // Langue par defaut
    +    // Language by default
         print '<tr class="oddeven"><td>'.$langs->trans("Language").'</td>';
         print '<td>';
         $s=picto_from_langcode($conf->global->MAIN_LANG_DEFAULT);
         print $s?$s.' ':'';
         print ($conf->global->MAIN_LANG_DEFAULT=='auto'?$langs->trans("AutoDetectLang"):$langs->trans("Language_".$conf->global->MAIN_LANG_DEFAULT));
         print '</td>';
    -    print '<td align="left" class="nowrap" width="20%"><input class="oddeven" name="check_MAIN_LANG_DEFAULT" id="check_MAIN_LANG_DEFAULT" type="checkbox" '.(! empty($object->conf->MAIN_LANG_DEFAULT)?" checked":"");
    +    print '<td class="nowrap" width="20%"><input class="oddeven" name="check_MAIN_LANG_DEFAULT" id="check_MAIN_LANG_DEFAULT" type="checkbox" '.(! empty($object->conf->MAIN_LANG_DEFAULT)?" checked":"");
         print empty($dolibarr_main_demo)?'':' disabled="disabled"';	// Disabled for demo
         print '> '.$langs->trans("UsePersonalValue").'</td>';
         print '<td>';
         print $formadmin->select_language((! empty($object->conf->MAIN_LANG_DEFAULT)?$object->conf->MAIN_LANG_DEFAULT:''),'main_lang_default',1,null,0,0,(! empty($dolibarr_main_demo)));
         print '</td></tr>';
     
    -    // Taille max des listes
    +    // Max size of lists
         print '<tr class="oddeven"><td>'.$langs->trans("MaxSizeList").'</td>';
         print '<td>'.$conf->global->MAIN_SIZE_LISTE_LIMIT.'</td>';
    -    print '<td align="left" class="nowrap" width="20%"><input class="oddeven" name="check_SIZE_LISTE_LIMIT" id="check_SIZE_LISTE_LIMIT" type="checkbox" '.(! empty($object->conf->MAIN_SIZE_LISTE_LIMIT)?" checked":"");
    +    print '<td class="nowrap" width="20%"><input class="oddeven" name="check_SIZE_LISTE_LIMIT" id="check_SIZE_LISTE_LIMIT" type="checkbox" '.(! empty($object->conf->MAIN_SIZE_LISTE_LIMIT)?" checked":"");
         print empty($dolibarr_main_demo)?'':' disabled="disabled"';	// Disabled for demo
         print '> '.$langs->trans("UsePersonalValue").'</td>';
         print '<td><input class="flat" name="main_size_liste_limit" id="main_size_liste_limit" size="4" value="' . (! empty($object->conf->MAIN_SIZE_LISTE_LIMIT)?$object->conf->MAIN_SIZE_LISTE_LIMIT:'') . '"></td></tr>';
     
    +    // AGENDA_DEFAULT_VIEW
    +    print '<tr class="oddeven">'."\n";
    +    print '<td>'.$langs->trans("AGENDA_DEFAULT_VIEW").'</td>'."\n";
    +    print '<td align="center">&nbsp;</td>'."\n";
    +    print '<td class="nowrap" width="20%"><input class="oddeven" name="check_AGENDA_DEFAULT_VIEW" id="check_AGENDA_DEFAULT_VIEW" type="checkbox" '.(! empty($object->conf->AGENDA_DEFAULT_VIEW)?" checked":"");
    +    print empty($dolibarr_main_demo)?'':' disabled="disabled"';	// Disabled for demo
    +    print '> '.$langs->trans("UsePersonalValue").'</td>';
    +    print '<td>'."\n";
    +    $tmplist=array(''=>'&nbsp;', '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, $object->conf->AGENDA_DEFAULT_VIEW, 0, 0, 0, '');
    +    print '</td></tr>'."\n";
    +
         print '</table><br>';
     
         // Theme
    @@ -301,12 +330,11 @@ else
         print '<tr class="liste_titre"><td width="25%">'.$langs->trans("Parameter").'</td><td width="25%">'.$langs->trans("DefaultValue").'</td><td>&nbsp;</td><td>'.$langs->trans("PersonalValue").'</td></tr>';
     
         // Landing page
    -
         print '<tr class="oddeven"><td>'.$langs->trans("LandingPage").'</td>';
         print '<td>';
         print (empty($conf->global->MAIN_LANDING_PAGE)?'':$conf->global->MAIN_LANDING_PAGE);
         print '</td>';
    -    print '<td align="left" class="nowrap"><input class="oddeven" name="check_MAIN_LANDING_PAGE" disabled id="check_MAIN_LANDING_PAGE" type="checkbox" '.(! empty($object->conf->MAIN_LANDING_PAGE)?" checked":"");
    +    print '<td class="nowrap"><input class="oddeven" name="check_MAIN_LANDING_PAGE" disabled id="check_MAIN_LANDING_PAGE" type="checkbox" '.(! empty($object->conf->MAIN_LANDING_PAGE)?" checked":"");
         print empty($dolibarr_main_demo)?'':' disabled="disabled"';	// Disabled for demo
         print '> '.$langs->trans("UsePersonalValue").'</td>';
         print '<td>';
    @@ -319,26 +347,35 @@ else
         print '</td></tr>';
     
         // Language
    -
         print '<tr class="oddeven"><td>'.$langs->trans("Language").'</td>';
         print '<td>';
         $s=picto_from_langcode($conf->global->MAIN_LANG_DEFAULT);
         print ($s?$s.' ':'');
         print (isset($conf->global->MAIN_LANG_DEFAULT) && $conf->global->MAIN_LANG_DEFAULT=='auto'?$langs->trans("AutoDetectLang"):$langs->trans("Language_".$conf->global->MAIN_LANG_DEFAULT));
         print '</td>';
    -    print '<td align="left" class="nowrap"><input class="oddeven" type="checkbox" disabled '.(! empty($object->conf->MAIN_LANG_DEFAULT)?" checked":"").'> '.$langs->trans("UsePersonalValue").'</td>';
    +    print '<td class="nowrap"><input class="oddeven" type="checkbox" disabled '.(! empty($object->conf->MAIN_LANG_DEFAULT)?" checked":"").'> '.$langs->trans("UsePersonalValue").'</td>';
         print '<td>';
         $s=(isset($object->conf->MAIN_LANG_DEFAULT) ? picto_from_langcode($object->conf->MAIN_LANG_DEFAULT) : '');
         print ($s?$s.' ':'');
         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 '</td></tr>';
     
    -
    +	// Max size for lists
         print '<tr class="oddeven"><td>'.$langs->trans("MaxSizeList").'</td>';
         print '<td>'.(! empty($conf->global->MAIN_SIZE_LISTE_LIMIT)?$conf->global->MAIN_SIZE_LISTE_LIMIT:'&nbsp;').'</td>';
    -    print '<td align="left" class="nowrap" width="20%"><input class="oddeven" type="checkbox" disabled '.(! empty($object->conf->MAIN_SIZE_LISTE_LIMIT)?" checked":"").'> '.$langs->trans("UsePersonalValue").'</td>';
    +    print '<td class="nowrap" width="20%"><input class="oddeven" type="checkbox" disabled '.(! empty($object->conf->MAIN_SIZE_LISTE_LIMIT)?" checked":"").'> '.$langs->trans("UsePersonalValue").'</td>';
         print '<td>' . (! empty($object->conf->MAIN_SIZE_LISTE_LIMIT)?$object->conf->MAIN_SIZE_LISTE_LIMIT:'&nbsp;') . '</td></tr>';
     
    +    // AGENDA_DEFAULT_VIEW
    +    print '<tr class="oddeven">'."\n";
    +    print '<td>'.$langs->trans("AGENDA_DEFAULT_VIEW").'</td>'."\n";
    +    print '<td align="center">&nbsp;</td>'."\n";
    +    print '<td class="nowrap" width="20%"><input class="oddeven" type="checkbox" disabled '.(! empty($object->conf->AGENDA_DEFAULT_VIEW)?" checked":"").'> '.$langs->trans("UsePersonalValue").'</td>';
    +    print '<td>'."\n";
    +    $tmplist=array(''=>'&nbsp;', '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"));
    +    if (! empty($object->conf->AGENDA_DEFAULT_VIEW)) print $form->selectarray('AGENDA_DEFAULT_VIEW', $tmplist, $object->conf->AGENDA_DEFAULT_VIEW, 0, 0, 0, '', 0, 0, 1);
    +    print '</td></tr>'."\n";
    +
         print '</table><br>';
     
     
    diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php
    index cf13529d23a..26555d6f59e 100644
    --- a/htdocs/user/passwordforgotten.php
    +++ b/htdocs/user/passwordforgotten.php
    @@ -177,11 +177,11 @@ $rowspan=2;
     $urllogo=DOL_URL_ROOT.'/theme/login_logo.png';
     if (! empty($mysoc->logo_small) && is_readable($conf->mycompany->dir_output.'/logos/thumbs/'.$mysoc->logo_small))
     {
    -	$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('thumbs/'.$mysoc->logo_small);
    +	$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('logos/thumbs/'.$mysoc->logo_small);
     }
     elseif (! empty($mysoc->logo_small) && is_readable($conf->mycompany->dir_output.'/logos/'.$mysoc->logo))
     {
    -	$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode($mysoc->logo);
    +	$urllogo=DOL_URL_ROOT.'/viewimage.php?cache=1&amp;modulepart=mycompany&amp;file='.urlencode('logos/'.$mysoc->logo);
     	$width=128;
     }
     elseif (is_readable(DOL_DOCUMENT_ROOT.'/theme/'.$conf->theme.'/img/dolibarr_logo.png'))
    diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
    index e6487cba47c..c51ad67760c 100644
    --- a/htdocs/user/perms.php
    +++ b/htdocs/user/perms.php
    @@ -239,7 +239,7 @@ else
     $linkback = '';
     
     if ($user->rights->user->user->lire || $user->admin) {
    -	$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php">'.$langs->trans("BackToList").'</a>';
    +	$linkback = '<a href="'.DOL_URL_ROOT.'/user/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
     }
     
     dol_banner_tab($object,'id',$linkback,$user->rights->user->user->lire || $user->admin);
    diff --git a/htdocs/variants/card.php b/htdocs/variants/card.php
    index 9f3dafdc153..8cb4e13b33e 100644
    --- a/htdocs/variants/card.php
    +++ b/htdocs/variants/card.php
    @@ -133,11 +133,10 @@ if ($confirm == 'yes') {
     $langs->load('products');
     
     $title = $langs->trans('ProductAttributeName', dol_htmlentities($object->label));
    -$var = false;
     
     llxHeader('', $title);
     
    -//print_fiche_titre($title);
    +//print load_fiche_titre($title);
     
     $h=0;
     $head[$h][0] = DOL_URL_ROOT.'/variants/card.php?id='.$object->id;
    @@ -243,7 +242,7 @@ if ($action == 'edit') { ?>
     
     	<?php
     
    -	print_fiche_titre($langs->trans("PossibleValues"));
    +	print load_fiche_titre($langs->trans("PossibleValues"));
     
     	if ($action == 'edit_value') {
     		print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
    diff --git a/htdocs/variants/class/ProductAttribute.class.php b/htdocs/variants/class/ProductAttribute.class.php
    index 0fa25cdba6e..bdaaff20988 100644
    --- a/htdocs/variants/class/ProductAttribute.class.php
    +++ b/htdocs/variants/class/ProductAttribute.class.php
    @@ -53,6 +53,11 @@ class ProductAttribute
     	 */
     	public $rang;
     
    +    /**
    +     * Constructor
    +     *
    +     * @param   DoliDB $db     Database handler
    +     */
     	public function __construct(DoliDB $db)
     	{
     		global $conf;
    diff --git a/htdocs/variants/class/ProductAttributeValue.class.php b/htdocs/variants/class/ProductAttributeValue.class.php
    index 9b455851507..2988fd9715e 100644
    --- a/htdocs/variants/class/ProductAttributeValue.class.php
    +++ b/htdocs/variants/class/ProductAttributeValue.class.php
    @@ -52,8 +52,13 @@ class ProductAttributeValue
     	 */
     	public $value;
     
    -	public function __construct(DoliDB $db)
    -	{
    +    /**
    +     * Constructor
    +     *
    +     * @param   DoliDB $db     Database handler
    +     */
    +    public function __construct(DoliDB $db)
    +    {
     		global $conf;
     
     		$this->db = $db;
    diff --git a/htdocs/variants/class/ProductCombination.class.php b/htdocs/variants/class/ProductCombination.class.php
    index 92bba2f70f8..58eb2178da4 100644
    --- a/htdocs/variants/class/ProductCombination.class.php
    +++ b/htdocs/variants/class/ProductCombination.class.php
    @@ -70,7 +70,12 @@ class ProductCombination
     	 */
     	public $entity;
     
    -	public function __construct(DoliDB $db)
    +    /**
    +     * Constructor
    +     *
    +     * @param   DoliDB $db     Database handler
    +     */
    +    public function __construct(DoliDB $db)
     	{
     		global $conf;
     
    diff --git a/htdocs/variants/class/ProductCombination2ValuePair.class.php b/htdocs/variants/class/ProductCombination2ValuePair.class.php
    index 874cedb101a..7332670f684 100644
    --- a/htdocs/variants/class/ProductCombination2ValuePair.class.php
    +++ b/htdocs/variants/class/ProductCombination2ValuePair.class.php
    @@ -52,10 +52,15 @@ class ProductCombination2ValuePair
     	 */
     	public $fk_prod_attr_val;
     
    -	public function __construct(DoliDB $db)
    -	{
    -		$this->db = $db;
    -	}
    +    /**
    +     * Constructor
    +     *
    +     * @param   DoliDB $db     Database handler
    +     */
    +    public function __construct(DoliDB $db)
    +    {
    +        $this->db = $db;
    +    }
     
     	/**
     	 * Translates this class to a human-readable string
    diff --git a/htdocs/variants/combinations.php b/htdocs/variants/combinations.php
    index 62c5386d65d..f5c0d813995 100644
    --- a/htdocs/variants/combinations.php
    +++ b/htdocs/variants/combinations.php
    @@ -25,10 +25,8 @@ require_once DOL_DOCUMENT_ROOT.'/variants/class/ProductAttributeValue.class.php'
     require_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination.class.php';
     require_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination2ValuePair.class.php';
     
    -$langs->load("products");
    -$langs->load("other");
    +$langs->loadLangs(array("products", "other"));
     
    -$var = false;
     $id = GETPOST('id', 'int');
     $valueid = GETPOST('valueid', 'int');
     $ref = GETPOST('ref');
    diff --git a/htdocs/variants/create.php b/htdocs/variants/create.php
    index 0e491be448d..4f2d53bb75f 100644
    --- a/htdocs/variants/create.php
    +++ b/htdocs/variants/create.php
    @@ -66,7 +66,7 @@ $title = $langs->trans('NewProductAttribute');
     
     llxHeader('', $title);
     
    -print_fiche_titre($title);
    +print load_fiche_titre($title);
     
     dol_fiche_head();
     
    diff --git a/htdocs/variants/create_val.php b/htdocs/variants/create_val.php
    index 8213148327d..86372df9f59 100644
    --- a/htdocs/variants/create_val.php
    +++ b/htdocs/variants/create_val.php
    @@ -118,7 +118,7 @@ print '<input type="hidden" name="action" value="add">';
     print '<input type="hidden" name="id" value="'.$object->id.'">';
     print '<input type="hidden" name="backtopage" value="'.$backtopage.'">';
     
    -print_fiche_titre($langs->trans('NewProductAttributeValue'));
    +print load_fiche_titre($langs->trans('NewProductAttributeValue'));
     
     dol_fiche_head();
     
    diff --git a/htdocs/variants/generator.php b/htdocs/variants/generator.php
    index 49265f25001..afed5c98b16 100644
    --- a/htdocs/variants/generator.php
    +++ b/htdocs/variants/generator.php
    @@ -24,8 +24,7 @@ require_once DOL_DOCUMENT_ROOT.'/variants/class/ProductAttributeValue.class.php'
     require_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination.class.php';
     require_once DOL_DOCUMENT_ROOT.'/variants/class/ProductCombination2ValuePair.class.php';
     
    -$langs->load("products");
    -$langs->load('other');
    +$langs->loadLangs(array("products", "other"));
     
     $id = GETPOST('id', 'int');
     $ref = GETPOST('ref');
    @@ -160,7 +159,7 @@ if (! empty($id) || ! empty($ref)) {
     		dol_fiche_end();
     	}
     
    -	print_fiche_titre($langs->trans('ProductCombinationGenerator'));
    +	print load_fiche_titre($langs->trans('ProductCombinationGenerator'));
     
     	$dictionary_attr = array();
     
    diff --git a/htdocs/viewimage.php b/htdocs/viewimage.php
    index c051680ac3c..45393d07303 100644
    --- a/htdocs/viewimage.php
    +++ b/htdocs/viewimage.php
    @@ -37,7 +37,8 @@ if (! defined('NOREQUIREHTML'))		define('NOREQUIREHTML','1');
     if (! defined('NOREQUIREAJAX'))		define('NOREQUIREAJAX','1');
     
     // Some value of modulepart can be used to get resources that are public so no login are required.
    -if ((isset($_GET["modulepart"]) && ($_GET["modulepart"] == 'mycompany' || $_GET["modulepart"] == 'companylogo')))
    +// Note that only directory logo is free to access without login.
    +if (isset($_GET["modulepart"]) && $_GET["modulepart"] == 'mycompany' && preg_match('/^\/?logos\//', $_GET['file']))
     {
     	if (! defined("NOLOGIN"))		define("NOLOGIN",1);
     	if (! defined("NOCSRFCHECK"))	define("NOCSRFCHECK",1);	// We accept to go on this page from external web site.
    @@ -56,11 +57,12 @@ if ((isset($_GET["modulepart"]) && $_GET["modulepart"] == 'medias'))
     	if (! defined("NOLOGIN"))		define("NOLOGIN",1);
     	if (! defined("NOCSRFCHECK"))	define("NOCSRFCHECK",1);	// We accept to go on this page from external web site.
     	if (! defined("NOIPCHECK"))		define("NOIPCHECK",1);		// Do not check IP defined into conf $dolibarr_main_restrict_ip
    -	// For multicompany
    -	$entity=(! empty($_GET['entity']) ? (int) $_GET['entity'] : (! empty($_POST['entity']) ? (int) $_POST['entity'] : 1));
    -	if (is_numeric($entity)) define("DOLENTITY", $entity);
     }
     
    +// For multicompany
    +$entity=(! empty($_GET['entity']) ? (int) $_GET['entity'] : (! empty($_POST['entity']) ? (int) $_POST['entity'] : 1));
    +if (is_numeric($entity)) define("DOLENTITY", $entity);
    +
     /**
      * Header empty
      *
    @@ -81,7 +83,6 @@ function llxFooter()
     require 'main.inc.php';	// Load $user and permissions
     require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
     
    -
     $action=GETPOST('action','alpha');
     $original_file=GETPOST('file','alpha');		// Do not use urldecode here ($_GET are already decoded by PHP).
     $hashp=GETPOST('hashp','aZ09');
    @@ -95,6 +96,7 @@ if (empty($original_file) && empty($hashp) && $modulepart != 'barcode') accessfo
     if ($modulepart == 'fckeditor') $modulepart='medias';   // For backward compatibility
     
     
    +
     /*
      * Actions
      */
    @@ -228,7 +230,7 @@ if (preg_match('/\.\./',$fullpath_original_file) || preg_match('/[<>|]/',$fullpa
     if ($modulepart == 'barcode')
     {
         $generator=GETPOST("generator","alpha");
    -    $code=GETPOST("code",'alpha');
    +    $code=GETPOST("code",'none');							// This can be rich content (qrcode, datamatrix, ...)
         $encoding=GETPOST("encoding","alpha");
         $readable=GETPOST("readable",'alpha')?GETPOST("readable","alpha"):"Y";
     
    diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php
    index be6770743bc..843304fbe45 100644
    --- a/htdocs/website/class/website.class.php
    +++ b/htdocs/website/class/website.class.php
    @@ -1,9 +1,9 @@
     <?php
    -/* Copyright (C) 2007-2012  Laurent Destailleur <eldy@users.sourceforge.net>
    +/* Copyright (C) 2007-2018  Laurent Destailleur <eldy@users.sourceforge.net>
      * Copyright (C) 2014       Juanjo Menent       <jmenent@2byte.es>
      * Copyright (C) 2015       Florian Henry       <florian.henry@open-concept.pro>
      * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
    - * Copyright (C) ---Put here your own copyright and developer email---
    + * Copyright (C) 2018       Frédéric France         <frederic.france@netlogic.fr>
      *
      * 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,57 +39,57 @@ class Website extends CommonObject
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'website';
    -	
    +
     	/**
     	 * @var string Name of table without prefix where object is stored
     	 */
     	public $table_element = 'website';
    -	
    +
     	/**
     	 * @var array  Does website 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
    +	 * @var int Entity
     	 */
     	public $entity;
    -	
    +
     	/**
    -	 * @var string
    +	 * @var string Ref
     	 */
     	public $ref;
    -	
    +
     	/**
    -	 * @var string
    +	 * @var string description
     	 */
     	public $description;
    -	
    +
     	/**
    -	 * @var int
    +	 * @var int Status
     	 */
     	public $status;
    -	
    +
     	/**
     	 * @var mixed
     	 */
     	public $date_creation;
    -	
    +
     	/**
     	 * @var mixed
     	 */
     	public $tms = '';
    -	
    +
     	/**
     	 * @var integer
     	 */
     	public $fk_default_home;
    -	
    +
     	/**
     	 * @var string
     	 */
    @@ -137,11 +137,17 @@ class Website extends CommonObject
     		if (isset($this->status)) {
     			 $this->status = trim($this->status);
     		}
    -		if (empty($this->date_creation)) $this->date_creation = $now;
    -		if (empty($this->date_modification)) $this->date_modification = $now;
    +		if (empty($this->date_creation)) {
    +            $this->date_creation = $now;
    +        }
    +		if (empty($this->date_modification)) {
    +            $this->date_modification = $now;
    +        }
     
     		// Check parameters
    -		if (empty($this->entity)) { $this->entity = $conf->entity; }
    +		if (empty($this->entity)) {
    +            $this->entity = $conf->entity;
    +        }
     
     		// Insert request
     		$sql = 'INSERT INTO ' . MAIN_DB_PREFIX . $this->table_element . '(';
    @@ -151,17 +157,17 @@ class Website extends CommonObject
     		$sql.= 'status,';
     		$sql.= 'fk_default_home,';
     		$sql.= 'virtualhost,';
    -		$sql.= 'fk_user_create,';
    +		$sql.= 'fk_user_creat,';
     		$sql.= 'date_creation,';
     		$sql.= 'tms';
     		$sql .= ') VALUES (';
     		$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).',';
    +		$sql .= ' '.(! isset($this->status)?'1':$this->status).',';
     		$sql .= ' '.(! isset($this->fk_default_home)?'NULL':$this->fk_default_home).',';
     		$sql .= ' '.(! isset($this->virtualhost)?'NULL':"'".$this->db->escape($this->virtualhost)."'").",";
    -		$sql .= ' '.(! isset($this->fk_user_create)?$user->id:$this->fk_user_create).',';
    +		$sql .= ' '.(! isset($this->fk_user_creat)?$user->id:$this->fk_user_creat).',';
     		$sql .= ' '.(! isset($this->date_creation) || dol_strlen($this->date_creation)==0?'NULL':"'".$this->db->idate($this->date_creation)."'").",";
     		$sql .= ' '.(! isset($this->date_modification) || dol_strlen($this->date_modification)==0?'NULL':"'".$this->db->idate($this->date_creation)."'");
     		$sql .= ')';
    @@ -178,16 +184,16 @@ class Website extends CommonObject
     		if (!$error) {
     			$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX . $this->table_element);
     
    -			if (!$notrigger) {
    -				// Uncomment this and change MYOBJECT to your own tag if you
    -				// want this action to call a trigger.
    +            // Uncomment this and change MYOBJECT to your own tag if you
    +            // want this action to call a trigger.
    +            // if (!$notrigger) {
     
    -				//// Call triggers
    -				//$result=$this->call_trigger('MYOBJECT_CREATE',$user);
    -				//if ($result < 0) $error++;
    -				//// End call triggers
    -			}
    -		}
    +            //     // Call triggers
    +            //     $result = $this->call_trigger('MYOBJECT_CREATE',$user);
    +            //     if ($result < 0) $error++;
    +            //     // End call triggers
    +            // }
    +        }
     
     		// Commit or rollback
     		if ($error) {
    @@ -220,7 +226,7 @@ class Website extends CommonObject
     		$sql .= " t.status,";
     		$sql .= " t.fk_default_home,";
     		$sql .= " t.virtualhost,";
    -		$sql .= " t.fk_user_create,";
    +		$sql .= " t.fk_user_creat,";
     		$sql .= " t.fk_user_modif,";
     		$sql .= " t.date_creation,";
     		$sql .= " t.tms as date_modification";
    @@ -246,7 +252,7 @@ class Website extends CommonObject
     				$this->status = $obj->status;
     				$this->fk_default_home = $obj->fk_default_home;
     				$this->virtualhost = $obj->virtualhost;
    -				$this->fk_user_create = $obj->fk_user_create;
    +				$this->fk_user_creat = $obj->fk_user_creat;
     				$this->fk_user_modif = $obj->fk_user_modif;
     				$this->date_creation = $this->db->jdate($obj->date_creation);
     				$this->date_modification = $this->db->jdate($obj->date_modification);
    @@ -310,7 +316,7 @@ class Website extends CommonObject
     		$sql .= " t.status,";
     		$sql .= " t.fk_default_home,";
     		$sql .= " t.virtualhost,";
    -		$sql .= " t.fk_user_create,";
    +		$sql .= " t.fk_user_creat,";
     		$sql .= " t.fk_user_modif,";
     		$sql .= " t.date_creation,";
     		$sql .= " t.tms as date_modification";
    @@ -350,7 +356,7 @@ class Website extends CommonObject
     				$line->status = $obj->status;
     				$line->fk_default_home = $obj->fk_default_home;
     				$line->virtualhost = $obj->virtualhost;
    -				$this->fk_user_create = $obj->fk_user_create;
    +				$this->fk_user_creat = $obj->fk_user_creat;
     				$this->fk_user_modif = $obj->fk_user_modif;
     				$line->date_creation = $this->db->jdate($obj->date_creation);
     				$line->date_modification = $this->db->jdate($obj->date_modification);
    @@ -484,6 +490,14 @@ class Website extends CommonObject
     			}
     		}
     
    +		if (! $error && ! empty($this->ref))
    +		{
    +			global $dolibarr_main_data_root;
    +			$pathofwebsite=$dolibarr_main_data_root.'/website/'.$this->ref;
    +
    +			dol_delete_dir_recursive($pathofwebsite);
    +		}
    +
     		// Commit or rollback
     		if ($error) {
     			$this->db->rollback();
    @@ -624,10 +638,11 @@ class Website extends CommonObject
     		    if (! $error)
     		    {
     		    	$filetpl=$pathofwebsitenew.'/page'.$newidforhome.'.tpl.php';
    +		    	$filewrapper=$pathofwebsitenew.'/wrapper.php';
     
     		    	// Generate the index.php page to be the home page
     		    	//-------------------------------------------------
    -		    	$result = dolSaveIndexPage($pathofwebsitenew, $fileindex, $filetpl);
    +		    	$result = dolSaveIndexPage($pathofwebsitenew, $fileindex, $filetpl, $filewrapper);
     		    }
     		}
     
    @@ -695,6 +710,7 @@ class Website extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un status donne
     	 *
    @@ -704,35 +720,30 @@ class Website extends CommonObject
     	 */
     	function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
    -		if ($mode == 0)
    -		{
    -			$prefix='';
    -			if ($status == 1) return $langs->trans('Enabled');
    -			if ($status == 0) return $langs->trans('Disabled');
    -		}
    -		if ($mode == 1)
    +		if ($mode == 0 || $mode == 1)
     		{
     			if ($status == 1) return $langs->trans('Enabled');
     			if ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
     			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    @@ -758,12 +769,10 @@ class Website extends CommonObject
     		$this->status = '';
     		$this->fk_default_home = null;
     		$this->virtualhost = 'http://myvirtualhost';
    -		$this->fk_user_create = $user->id;
    +		$this->fk_user_creat = $user->id;
     		$this->fk_user_modif = $user->id;
     		$this->date_creation = dol_now();
     		$this->tms = dol_now();
    -
    -
     	}
     
     
    @@ -774,7 +783,7 @@ class Website extends CommonObject
     	 */
     	function exportWebSite()
     	{
    -		global $conf;
    +		global $conf, $mysoc;
     
     		$website = $this;
     
    @@ -866,7 +875,7 @@ class Website extends CommonObject
     			$allaliases = $objectpageold->pageurl;
     			$allaliases.= ($objectpageold->aliasalt ? ','.$objectpageold->aliasalt : '');
     
    -			$line = '-- Page ID '.$objectpageold->id.' -> '.$objectpageold->newid.'__+MAX_llx_website_page__ - Aliases '.$allaliases.' --;';
    +			$line = '-- Page ID '.$objectpageold->id.' -> '.$objectpageold->newid.'__+MAX_llx_website_page__ - Aliases '.$allaliases.' --;';	// newid start at 1, 2...
     			$line.= "\n";
     			fputs($fp, $line);
     
    @@ -895,6 +904,9 @@ class Website extends CommonObject
     			$stringtoexport = str_replace('file=js/'.$website->ref.'/', "file=js/__WEBSITE_KEY__/", $stringtoexport);
     			$stringtoexport = str_replace('medias/image/'.$website->ref.'/', "medias/image/__WEBSITE_KEY__/", $stringtoexport);
     			$stringtoexport = str_replace('medias/js/'.$website->ref.'/', "medias/js/__WEBSITE_KEY__/", $stringtoexport);
    +			$stringtoexport = str_replace('file=logos%2Fthumbs%2F'.$mysoc->logo_small, "file=logos%2Fthumbs%2F__LOGO_SMALL_KEY__", $stringtoexport);
    +			$stringtoexport = str_replace('file=logos%2Fthumbs%2F'.$mysoc->logo_mini, "file=logos%2Fthumbs%2F__LOGO_MINI_KEY__", $stringtoexport);
    +			$stringtoexport = str_replace('file=logos%2Fthumbs%2F'.$mysoc->logo, "file=logos%2Fthumbs%2F__LOGO_KEY__", $stringtoexport);
     			$line.= "'".$this->db->escape(str_replace(array("\r\n","\r","\n"), "__N__", $stringtoexport))."', ";	// Replace \r \n to have record on 1 line
     
     			$stringtoexport = $objectpageold->content;
    @@ -903,10 +915,22 @@ class Website extends CommonObject
     			$stringtoexport = str_replace('file=js/'.$website->ref.'/', "file=js/__WEBSITE_KEY__/", $stringtoexport);
     			$stringtoexport = str_replace('medias/image/'.$website->ref.'/', "medias/image/__WEBSITE_KEY__/", $stringtoexport);
     			$stringtoexport = str_replace('medias/js/'.$website->ref.'/', "medias/js/__WEBSITE_KEY__/", $stringtoexport);
    +			$stringtoexport = str_replace('file=logos%2Fthumbs%2F'.$mysoc->logo_small, "file=logos%2Fthumbs%2F__LOGO_SMALL_KEY__", $stringtoexport);
    +			$stringtoexport = str_replace('file=logos%2Fthumbs%2F'.$mysoc->logo_mini, "file=logos%2Fthumbs%2F__LOGO_MINI_KEY__", $stringtoexport);
    +			$stringtoexport = str_replace('file=logos%2Fthumbs%2F'.$mysoc->logo, "file=logos%2Fthumbs%2F__LOGO_KEY__", $stringtoexport);
     			$line.= "'".$this->db->escape($stringtoexport)."'";		// Replace \r \n to have record on 1 line
     			$line.= ");";
     			$line.= "\n";
     			fputs($fp, $line);
    +
    +			// Add line to update home page id during import
    +			//var_dump($this->fk_default_home.' - '.$objectpageold->id.' - '.$objectpageold->newid);exit;
    +			if ($this->fk_default_home > 0 && ($objectpageold->id == $this->fk_default_home) && ($objectpageold->newid > 0))	// This is the record with home page
    +			{
    +				$line = "UPDATE llx_website SET fk_default_home = ".($objectpageold->newid > 0 ? $this->db->escape($objectpageold->newid)."__+MAX_llx_website_page__" : "null")." WHERE rowid = __WEBSITE_ID__;";
    +				$line.= "\n";
    +				fputs($fp, $line);
    +			}
     		}
     
     		fclose($fp);
    @@ -933,7 +957,7 @@ class Website extends CommonObject
     	 */
     	function importWebSite($pathtofile)
     	{
    -		global $conf;
    +		global $conf, $mysoc;
     
     		$error = 0;
     
    @@ -964,6 +988,15 @@ class Website extends CommonObject
     
     		dolCopyDir($conf->website->dir_temp.'/'.$object->ref.'/containers', $conf->website->dir_output.'/'.$object->ref, 0, 1);	// Overwrite if exists
     
    +		// Now generate the master.inc.php page
    +		$filemaster=$conf->website->dir_output.'/'.$object->ref.'/master.inc.php';
    +		$result = dolSaveMasterFile($filemaster);
    +		if (! $result)
    +		{
    +			$this->errors[]='Failed to write file '.$filemaster;
    +			$error++;
    +		}
    +
     		dolCopyDir($conf->website->dir_temp.'/'.$object->ref.'/medias/image/websitekey', $conf->website->dir_output.'/'.$object->ref.'/medias/image/'.$object->ref, 0, 1);	// Medias can be shared, do not overwrite if exists
     		dolCopyDir($conf->website->dir_temp.'/'.$object->ref.'/medias/js/websitekey',    $conf->website->dir_output.'/'.$object->ref.'/medias/js/'.$object->ref, 0, 1);	    // Medias can be shared, do not overwrite if exists
     
    @@ -973,10 +1006,14 @@ class Website extends CommonObject
     		$arrayreplacement['__WEBSITE_ID__'] = $object->id;
     		$arrayreplacement['__WEBSITE_KEY__'] = $object->ref;
     		$arrayreplacement['__N__'] = $this->db->escape("\n");			// Restore \n
    +		$arrayreplacement['__LOGO_SMALL_KEY__'] = $this->db->escape($mysoc->logo_small);
    +		$arrayreplacement['__LOGO_MINI_KEY__'] = $this->db->escape($mysoc->logo_mini);
    +		$arrayreplacement['__LOGO_KEY__'] = $this->db->escape($mysoc->logo);
     		$result = dolReplaceInFile($sqlfile, $arrayreplacement);
     
     		$this->db->begin();
     
    +		// Search the $maxrowid because we need it later
     		$sqlgetrowid='SELECT MAX(rowid) as max from '.MAIN_DB_PREFIX.'website_page';
     		$resql=$this->db->query($sqlgetrowid);
     		if ($resql)
    @@ -985,10 +1022,11 @@ class Website extends CommonObject
     			$maxrowid=$obj->max;
     		}
     
    -		$runsql = run_sql($sqlfile, 1, '', 0, '', 'none', 0, 1);
    +		// Load sql record
    +		$runsql = run_sql($sqlfile, 1, '', 0, '', 'none', 0, 1);	// The maxrowid of table is searched into this function two
     		if ($runsql <= 0)
     		{
    -			$this->errors[]='Failed to load sql file '.$sqlfile.'.';
    +			$this->errors[]='Failed to load sql file '.$sqlfile;
     			$error++;
     		}
     
    @@ -1008,13 +1046,19 @@ class Website extends CommonObject
     					$newid = ($reg[2] + $maxrowid);
     					$aliasesarray = explode(',', $reg[3]);
     
    +					$objectpagestatic->fetch($newid);
    +
     					dol_syslog("Found ID ".$oldid." to replace with ID ".$newid." and shortcut aliases to create: ".$reg[3]);
     
     					dol_move($conf->website->dir_output.'/'.$object->ref.'/page'.$oldid.'.tpl.php', $conf->website->dir_output.'/'.$object->ref.'/page'.$newid.'.tpl.php', 0, 1, 0, 0);
     
    +					// The move is not enough, so we regenerate page
    +					$filetpl=$conf->website->dir_output.'/'.$object->ref.'/page'.$newid.'.tpl.php';
    +					dolSavePageContent($filetpl, $object, $objectpagestatic);
    +
    +					// Regenerate alternative aliases pages
     					foreach($aliasesarray as $aliasshortcuttocreate)
     					{
    -						$objectpagestatic->id = $newid;
     						$filealias=$conf->website->dir_output.'/'.$object->ref.'/'.$aliasshortcuttocreate.'.php';
     						dolSavePageAlias($filealias, $object, $objectpagestatic);
     					}
    @@ -1034,5 +1078,76 @@ class Website extends CommonObject
     		}
     	}
     
    -}
    +	/**
    +	 * Component to select language (Full CSS Only)
    +	 *
    +	 * @param	array		$languagecodes			Language codes array. Example: array('en_US','fr_FR','de_DE','es_ES')
    +	 * @param	Translate	$weblangs				Language Object
    +	 * @param	string		$morecss				More CSS class on component
    +	 * @param	string		$htmlname				Suffix for HTML name
    +	 * @return 	string								HTML select component
    +	 */
    +	public function componentSelectLang($languagecodes, $weblangs, $morecss='', $htmlname='')
    +	{
    +		if (! is_object($weblangs)) return 'ERROR componentSelectLang called with parameter $weblangs not defined';
     
    +		$languagecodeselected = $weblangs->defaultlang;
    +		$weblangs->load('languages');
    +
    +		$url = $_SERVER["REQUEST_URI"];
    +		$url = preg_replace('/(\?|&)l=([a-zA-Z_]*)/', '', $url);	// We remove param l from url
    +		//$url = preg_replace('/(\?|&)lang=([a-zA-Z_]*)/', '', $url);	// We remove param lang from url
    +		$url.= (preg_match('/\?/', $url) ? '&' : '?').'l=';
    +
    +		$HEIGHTOPTION=40;
    +		$MAXHEIGHT = 4 * $HEIGHTOPTION;
    +		$nboflanguage = count($languagecodes);
    +
    +		$out.='<!-- componentSelectLang'.$htmlname.' -->'."\n";
    +		$out.= '<style>';
    +		$out.= '.componentSelectLang'.$htmlname.':hover { height: '.min($MAXHEIGHT, ($HEIGHTOPTION * $nboflanguage)).'px; overflow-x: hidden; overflow-y: '.((($HEIGHTOPTION * $nboflanguage) > $MAXHEIGHT) ? ' scroll' : 'hidden').'; }'."\n";
    +		$out.= '.componentSelectLang'.$htmlname.' li { line-height: '.$HEIGHTOPTION.'px; }'."\n";
    +		$out.= '.componentSelectLang'.$htmlname.' {
    +			display: inline-block;
    +			padding: 0;
    +			height: '.$HEIGHTOPTION.'px;
    +			overflow: hidden;
    +			transition: all .3s ease;
    +			margin: 0 50px 0 0;
    +			vertical-align: top;
    +		}
    +		.componentSelectLang'.$htmlname.':hover, .componentSelectLang'.$htmlname.':hover a { background-color: #fff; color: #000 !important; }
    +		ul.componentSelectLang'.$htmlname.' { width: 150px; }
    +		ul.componentSelectLang'.$htmlname.':hover .fa { visibility: hidden; }
    +		.componentSelectLang'.$htmlname.' a { text-decoration: none; width: 100%; }
    +		.componentSelectLang'.$htmlname.' li { display: block; padding: 0px 20px; }
    +		.componentSelectLang'.$htmlname.' li:hover { background-color: #EEE; }
    +		';
    +		$out.= '</style>';
    +		$out.= '<ul class="componentSelectLang'.$htmlname.($morecss?' '.$morecss:'').'">';
    +		if ($languagecodeselected)
    +		{
    +			$shortcode = strtolower(substr($languagecodeselected, -2));
    +			$label = $weblangs->trans("Language_".$languagecodeselected);
    +			if ($shortcode == 'us') $label = preg_replace('/\s*\(.*\)/', '', $label);
    +			$out.= '<a href="'.$url.$languagecodeselected.'"><li><img height="12px" src="medias/image/common/flags/'.$shortcode.'.png" style="margin-right: 5px;"/>'.$label;
    +			$out.= '<span class="fa fa-caret-down" style="padding-left: 5px;" />';
    +			$out.= '</li></a>';
    +		}
    +		$i=0;
    +		foreach($languagecodes as $languagecode)
    +		{
    +			if ($languagecode == $languagecodeselected) continue;	// Already output
    +			$shortcode = strtolower(substr($languagecode, -2));
    +			$label = $weblangs->trans("Language_".$languagecode);
    +			if ($shortcode == 'us') $label = preg_replace('/\s*\(.*\)/', '', $label);
    +			$out.= '<a href="'.$url.$languagecode.'"><li><img height="12px" src="medias/image/common/flags/'.$shortcode.'.png" style="margin-right: 5px;"/>'.$label;
    +			if (empty($i) && empty($languagecodeselected)) $out.= '<span class="fa fa-caret-down" style="padding-left: 5px;" />';
    +			$out.= '</li></a>';
    +			$i++;
    +		}
    +		$out.= '</ul>';
    +
    +		return $out;
    +	}
    +}
    diff --git a/htdocs/website/class/websitepage.class.php b/htdocs/website/class/websitepage.class.php
    index 9874b1fa8b0..4277a03167d 100644
    --- a/htdocs/website/class/websitepage.class.php
    +++ b/htdocs/website/class/websitepage.class.php
    @@ -1,9 +1,8 @@
     <?php
    -/* Copyright (C) 2007-2012  Laurent Destailleur <eldy@users.sourceforge.net>
    +/* Copyright (C) 2007-2018  Laurent Destailleur <eldy@users.sourceforge.net>
      * Copyright (C) 2014       Juanjo Menent       <jmenent@2byte.es>
      * Copyright (C) 2015       Florian Henry       <florian.henry@open-concept.pro>
      * Copyright (C) 2015       Raphaël Doursenaud  <rdoursenaud@gpcsolutions.fr>
    - * Copyright (C) ---Put here your own copyright and developer email---
      *
      * 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,12 +38,12 @@ class WebsitePage extends CommonObject
     	 * @var string Id to identify managed objects
     	 */
     	public $element = 'websitepage';
    -	
    +
     	/**
     	 * @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
     	 */
    @@ -55,12 +54,22 @@ class WebsitePage extends CommonObject
     	public $aliasalt;
     	public $type_container;
     	public $title;
    +
    +	/**
    +	 * @var string description
    +	 */
     	public $description;
    +
     	public $keywords;
     	public $htmlheader;
     	public $content;
     	public $grabbed_from;
    +
    +	/**
    +	 * @var int Status
    +	 */
     	public $status;
    +
     	public $date_creation;
     	public $date_modification;
     
    @@ -87,8 +96,8 @@ class WebsitePage extends CommonObject
     	    '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'=>'DateValidation',     'enabled'=>1, 'visible'=>-1, 'position'=>502),
    -		//'fk_user_creat' =>array('type'=>'integer',      'label'=>'UserAuthor',       'enabled'=>1, 'visible'=>-1, 'notnull'=>true, 'position'=>510),
    -		//'fk_user_modif' =>array('type'=>'integer',      'label'=>'UserModif',        'enabled'=>1, 'visible'=>-1, 'position'=>511),
    +		'fk_user_creat'  =>array('type'=>'integer',      'label'=>'UserAuthor',       'enabled'=>1, 'visible'=>-1, 'notnull'=>true, 'position'=>510),
    +		'fk_user_modif'  =>array('type'=>'integer',      'label'=>'UserModif',        'enabled'=>1, 'visible'=>-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,  'index'=>1,  'position'=>1000, 'notnull'=>-1),
     	);
    @@ -125,7 +134,7 @@ class WebsitePage extends CommonObject
     	 * Load object in memory from the database
     	 *
     	 * @param int		$id				Id object.
    -	 * 									- If this is 0, the value into $page will be used. If not found of $page not defined, the default page of website_id will be used or the first page found if not set.
    +	 * 									- If this is 0, the value into $page will be used. If not found or $page not defined, the default page of website_id will be used or the first page found if not set.
     	 * 									- If value is < 0, we must exclude this ID.
     	 * @param string	$website_id 	Web site id (page name must also be filled if this parameter is used)
     	 * @param string	$page       	Page name (website id must also be filled if this parameter is used)
    @@ -153,7 +162,9 @@ class WebsitePage extends CommonObject
     		$sql .= " t.status,";
     		$sql .= " t.grabbed_from,";
     		$sql .= " t.date_creation,";
    -		$sql .= " t.tms as date_modification";
    +		$sql .= " t.tms as date_modification,";
    +		$sql .= " t.fk_user_creat,";
    +		$sql .= " t.fk_user_modif";
     		$sql .= ' FROM ' . MAIN_DB_PREFIX . $this->table_element . ' as t';
     		//$sql .= ' WHERE entity IN ('.getEntity('website').')';       // entity is on website level
     		$sql .= ' WHERE 1 = 1';
    @@ -195,6 +206,8 @@ class WebsitePage extends CommonObject
     				$this->grabbed_from = $obj->grabbed_from;
     				$this->date_creation = $this->db->jdate($obj->date_creation);
     				$this->date_modification = $this->db->jdate($obj->date_modification);
    +				$this->fk_user_creat = $obj->fk_user_creat;
    +				$this->fk_user_modif = $obj->fk_user_modif;
     			}
     			$this->db->free($resql);
     
    @@ -245,7 +258,9 @@ class WebsitePage extends CommonObject
     		$sql .= " t.status,";
     		$sql .= " t.grabbed_from,";
     		$sql .= " t.date_creation,";
    -		$sql .= " t.tms as date_modification";
    +		$sql .= " t.tms as date_modification,";
    +		$sql .= " t.fk_user_creat,";
    +		$sql .= " t.fk_user_modif";
     		$sql .= ' FROM ' . MAIN_DB_PREFIX . $this->table_element. ' as t';
     		$sql .= ' WHERE t.fk_website = '.$websiteid;
     		// Manage filter
    @@ -260,11 +275,11 @@ class WebsitePage extends CommonObject
     			}
     		}
     		if (count($sqlwhere) > 0) {
    -			$sql .= ' AND ' . implode(' '.$filtermode.' ', $sqlwhere);
    +			$sql .= ' AND (' . implode(' '.$filtermode.' ', $sqlwhere).')';
     		}
     
     		if (!empty($sortfield)) {
    -			$sql .= $this->db->order($sortfield,$sortorder);
    +			$sql .= $this->db->order($sortfield, $sortorder);
     		}
     		if (!empty($limit)) {
                 $sql .=  ' ' . $this->db->plimit($limit, $offset);
    @@ -294,6 +309,8 @@ class WebsitePage extends CommonObject
     				$record->grabbed_from = $obj->grabbed_from;
     				$record->date_creation = $this->db->jdate($obj->date_creation);
     				$record->date_modification = $this->db->jdate($obj->date_modification);
    +				$record->fk_user_creat = $obj->fk_user_creat;
    +				$record->fk_user_modif = $obj->fk_user_modif;
     				//var_dump($record->id);
     				$records[$record->id] = $record;
     			}
    @@ -388,6 +405,7 @@ class WebsitePage extends CommonObject
     		$object->ref = $newref;
     		$object->pageurl = $newref;
     		$object->aliasalt = '';
    +		$object->fk_user_creat = $user->id;
     		$object->title = ($keeptitleunchanged ? '' : $langs->trans("CopyOf").' ').$object->title;
     		if (! empty($newlang)) $object->lang=$newlang;
     		if ($istranslation) $object->fk_page = $fromid;
    @@ -467,6 +485,7 @@ class WebsitePage extends CommonObject
     		return $this->LibStatut($this->status,$mode);
     	}
     
    +    // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
     	/**
     	 *  Renvoi le libelle d'un status donne
     	 *
    @@ -476,6 +495,7 @@ class WebsitePage extends CommonObject
     	 */
     	function LibStatut($status,$mode=0)
     	{
    +        // phpcs:enable
     		global $langs;
     
     		if ($mode == 0)
    @@ -484,27 +504,27 @@ class WebsitePage extends CommonObject
     			if ($status == 1) return $langs->trans('Enabled');
     			if ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 1)
    +		elseif ($mode == 1)
     		{
     			if ($status == 1) return $langs->trans('Enabled');
     			if ($status == 0) return $langs->trans('Disabled');
     		}
    -		if ($mode == 2)
    +		elseif ($mode == 2)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 3)
    +		elseif ($mode == 3)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5');
     		}
    -		if ($mode == 4)
    +		elseif ($mode == 4)
     		{
     			if ($status == 1) return img_picto($langs->trans('Enabled'),'statut4').' '.$langs->trans('Enabled');
     			if ($status == 0) return img_picto($langs->trans('Disabled'),'statut5').' '.$langs->trans('Disabled');
     		}
    -		if ($mode == 5)
    +		elseif ($mode == 5)
     		{
     			if ($status == 1) return $langs->trans('Enabled').' '.img_picto($langs->trans('Enabled'),'statut4');
     			if ($status == 0) return $langs->trans('Disabled').' '.img_picto($langs->trans('Disabled'),'statut5');
    @@ -520,6 +540,8 @@ class WebsitePage extends CommonObject
     	 */
     	public function initAsSpecimen()
     	{
    +		global $user;
    +
     		$this->id = 0;
     
     		$now=dol_now();
    @@ -537,6 +559,6 @@ class WebsitePage extends CommonObject
     		$this->grabbed_from = '';
     		$this->date_creation = $now - (24 * 30 * 3600);
     		$this->date_modification = $now - (24 * 7 * 3600);
    +		$this->fk_user_creat = $user->id;
     	}
    -
     }
    diff --git a/htdocs/website/index.php b/htdocs/website/index.php
    index ce8be81e2cd..1d277c32ed7 100644
    --- a/htdocs/website/index.php
    +++ b/htdocs/website/index.php
    @@ -1,5 +1,5 @@
     <?php
    -/* Copyright (C) 2016-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
    +/* Copyright (C) 2016-2018 Laurent Destailleur  <eldy@users.sourceforge.net>
      *
      * 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
    @@ -58,6 +58,7 @@ $type_container=GETPOST('WEBSITE_TYPE_CONTAINER', 'alpha');
     $section_dir = GETPOST('section_dir', 'alpha');
     $file_manager = GETPOST('file_manager', 'alpha');
     
    +if (GETPOST('deletesite','alpha')) { $action='deletesite'; }
     if (GETPOST('delete','alpha')) { $action='delete'; }
     if (GETPOST('preview','alpha')) $action='preview';
     if (GETPOST('createsite','alpha')) { $action='createsite'; }
    @@ -91,7 +92,7 @@ if (empty($action)) $action='preview';
     $object=new Website($db);
     $objectpage=new WebsitePage($db);
     
    -$object->fetchAll();    // Init $object->records
    +$object->fetchAll();    // Init $object->records with list of websites
     
     // If website not defined, we take first found
     if (empty($websitekey))
    @@ -108,28 +109,63 @@ if ($websitekey)
     }
     $website = $object;
     
    +// Check pageid received as aprameter
     if ($pageid < 0) $pageid = 0;
     if (($pageid > 0 || $pageref) && $action != 'addcontainer')
     {
     	$res = $objectpage->fetch($pageid, ($object->id > 0 ? $object->id : null), $pageref);
    -	//var_dump($res);exit;
    -	//if ($res == 0)		// Page ref not found, we check in alias
    -	//{
    -	//	$res = $objectpage->fetch($pageid, ($object->id > 0 ? $object->id : null), $pageref);
    -	//}
     
     	// Check if pageid is inside the new website, if not we reset param pageid
    -	if ($object->id > 0 && ($objectpage->fk_website != $object->id))
    +	if ($res >= 0 && $object->id > 0)
     	{
    -		$res = $objectpage->fetch(0, $object->id, '');;
    -		if ($res == 0)	// Page was not found, we reset it
    +		if ($objectpage->fk_website != $object->id)	// We have a bad page that does not belong to web site
     		{
    -			$objectpage=new WebsitePage($db);
    +			if ($object->fk_default_home > 0)
    +			{
    +				$res = $objectpage->fetch($object->fk_default_home, $object->id, '');	// We search first page of web site
    +				if ($res > 0) $pageid = $object->fk_default_home;
    +			}
    +			else
    +			{
    +				$res = $objectpage->fetch(0, $object->id, '');	// We search first page of web site
    +				if ($res == 0)	// Page was not found, we reset it
    +				{
    +					$objectpage=new WebsitePage($db);
    +				}
    +				else			// We found a page, we set pageid to it.
    +				{
    +					$pageid = $objectpage->id;
    +				}
    +			}
    +		}
    +		else	// We have a valid page. We force pageid for the case we got the page with a fetch on ref.
    +		{
    +			$pageid = $objectpage->id;
     		}
     	}
    -	$pageid = $objectpage->id;
     }
     
    +// Define pageid if pageid and pageref not received as parameter or was wrong
    +if (empty($pageid) && empty($pageref) && $object->id > 0 && $action != 'createcontainer')
    +{
    +	$pageid = $object->fk_default_home;
    +	if (empty($pageid))
    +	{
    +		$array=$objectpage->fetchAll($object->id, 'ASC,ASC', 'type_container,pageurl');
    +		if (! is_array($array) && $array < 0) dol_print_error('', $objectpage->error, $objectpage->errors);
    +		$atleastonepage=(is_array($array) && count($array) > 0);
    +
    +		$firstpageid=0;$homepageid=0;
    +		foreach($array as $key => $valpage)
    +		{
    +			if (empty($firstpageid)) $firstpageid=$valpage->id;
    +			if ($object->fk_default_home && $key == $object->fk_default_home) $homepageid=$valpage->id;
    +		}
    +		$pageid=($homepageid?$homepageid:$firstpageid);   // We choose home page and if not defined yet, we take first page
    +	}
    +}
    +
    +
     global $dolibarr_main_data_root;
     $pathofwebsite=$dolibarr_main_data_root.'/website/'.$websitekey;
     $filehtmlheader=$pathofwebsite.'/htmlheader.html';
    @@ -139,6 +175,7 @@ $filerobot=$pathofwebsite.'/robots.txt';
     $filehtaccess=$pathofwebsite.'/.htaccess';
     $filetpl=$pathofwebsite.'/page'.$pageid.'.tpl.php';
     $fileindex=$pathofwebsite.'/index.php';
    +$filewrapper=$pathofwebsite.'/wrapper.php';
     
     // Define $urlwithroot
     $urlwithouturlroot=preg_replace('/'.preg_quote(DOL_URL_ROOT,'/').'$/i','',trim($dolibarr_main_url_root));
    @@ -178,6 +215,8 @@ if ($action == 'renamefile') $action='file_manager';		// After actions_linkedfil
     if ($action == 'seteditinline')
     {
     	dolibarr_set_const($db, 'WEBSITE_EDITINLINE', 1);
    +	setEventMessages($langs->trans("FeatureNotYetAvailable"), null, 'warnings');
    +	dolibarr_set_const($db, 'WEBSITE_SUBCONTAINERSINLINE', 0);	// Force disable of show included containers
     	header("Location: ".$_SERVER["PHP_SELF"].'?website='.GETPOST('website','alphanohtml').'&pageid='.GETPOST('pageid','int'));
     	exit;
     }
    @@ -187,6 +226,19 @@ if ($action == 'unseteditinline')
     	header("Location: ".$_SERVER["PHP_SELF"].'?website='.GETPOST('website','alphanohtml').'&pageid='.GETPOST('pageid','int'));
     	exit;
     }
    +if ($action == 'setshowsubcontainers')
    +{
    +	dolibarr_set_const($db, 'WEBSITE_SUBCONTAINERSINLINE', 1);
    +	dolibarr_set_const($db, 'WEBSITE_EDITINLINE', 0);	// Force disable of edit inline
    +	header("Location: ".$_SERVER["PHP_SELF"].'?website='.GETPOST('website','alphanohtml').'&pageid='.GETPOST('pageid','int'));
    +	exit;
    +}
    +if ($action == 'unsetshowsubcontainers')
    +{
    +	dolibarr_del_const($db, 'WEBSITE_SUBCONTAINERSINLINE');
    +	header("Location: ".$_SERVER["PHP_SELF"].'?website='.GETPOST('website','alphanohtml').'&pageid='.GETPOST('pageid','int'));
    +	exit;
    +}
     
     // Add directory
     /*
    @@ -344,7 +396,7 @@ if ($action == 'addcontainer')
     				// Remove comments
     				$tmp['content'] = removeHtmlComment($tmp['content']);
     
    -				preg_match('/<head>(.*)<\/head>/is', $tmp['content'], $reg);
    +				preg_match('/<head>(.*)<\/head>/ims', $tmp['content'], $reg);
     				$head = $reg[1];
     
     				$objectpage->type_container = 'page';
    @@ -714,6 +766,41 @@ if ($action == 'addcontainer')
     	}
     }
     
    +// Delete site
    +if ($action == 'deletesite')
    +{
    +	$error = 0;
    +
    +	$db->begin();
    +
    +	$res = $object->fetch(0, $websitekey);
    +	$website = $object;
    +
    +	if ($res > 0)
    +	{
    +		$res = $object->delete($user);
    +		if ($res <= 0)
    +		{
    +			$error++;
    +			setEventMessages($object->error, $object->errors, 'errors');
    +		}
    +	}
    +
    +	if (! $error)
    +	{
    +		$db->commit();
    +		setEventMessages($langs->trans("SiteDeleted", $object->ref, $websitekey), null, 'mesgs');
    +
    +		header("Location: ".$_SERVER["PHP_SELF"]);
    +		exit;
    +	}
    +	else
    +	{
    +		$db->rollback();
    +		dol_print_error($db);
    +	}
    +}
    +
     // Delete page
     if ($action == 'delete')
     {
    @@ -769,7 +856,7 @@ if ($action == 'updatecss')
     		/* We disable php code since htmlheader is never executed as an include but only read by fgets_content.
     	    $htmlheadercontent.= "<?php // BEGIN PHP\n";
     	    $htmlheadercontent.= '$websitekey=basename(dirname(__FILE__));'."\n";
    -	    $htmlheadercontent.= "if (! defined('USEDOLIBARRSERVER')) { require_once './master.inc.php'; } // Not already loaded"."\n";
    +	    $htmlheadercontent.= "if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { require_once './master.inc.php'; } // Not already loaded"."\n";
     	    $htmlheadercontent.= "require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';\n";
     	    $htmlheadercontent.= "require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';\n";
     	    $htmlheadercontent.= "ob_start();\n";
    @@ -792,7 +879,7 @@ if ($action == 'updatecss')
     
     		$csscontent.= "<?php // BEGIN PHP\n";
     		$csscontent.= '$websitekey=basename(dirname(__FILE__));'."\n";
    -		$csscontent.= "if (! defined('USEDOLIBARRSERVER')) { require_once dirname(__FILE__).'/master.inc.php'; } // Not already loaded"."\n";	// For the css, we need to set path of master using the dirname of css file.
    +		$csscontent.= "if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { require_once dirname(__FILE__).'/master.inc.php'; } // Not already loaded"."\n";	// For the css, we need to set path of master using the dirname of css file.
     		$csscontent.= "require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';\n";
     		$csscontent.= "require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';\n";
     		$csscontent.= "ob_start();\n";
    @@ -824,7 +911,7 @@ if ($action == 'updatecss')
     
     		$jscontent.= "<?php // BEGIN PHP\n";
     		$jscontent.= '$websitekey=basename(dirname(__FILE__));'."\n";
    -		$jscontent.= "if (! defined('USEDOLIBARRSERVER')) { require_once dirname(__FILE__).'/master.inc.php'; } // Not already loaded"."\n";	// For the css, we need to set path of master using the dirname of css file.
    +		$jscontent.= "if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { require_once dirname(__FILE__).'/master.inc.php'; } // Not already loaded"."\n";	// For the css, we need to set path of master using the dirname of css file.
     		$jscontent.= "require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';\n";
     		$jscontent.= "require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';\n";
     		$jscontent.= "ob_start();\n";
    @@ -856,7 +943,7 @@ if ($action == 'updatecss')
     
     		/*$robotcontent.= "<?php // BEGIN PHP\n";
     	    $robotcontent.= '$websitekey=basename(dirname(__FILE__));'."\n";
    -	    $robotcontent.= "if (! defined('USEDOLIBARRSERVER')) { require_once './master.inc.php'; } // Not already loaded"."\n";
    +	    $robotcontent.= "if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { require_once './master.inc.php'; } // Not already loaded"."\n";
     	    $robotcontent.= "require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';\n";
     	    $robotcontent.= "require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';\n";
     	    $robotcontent.= "ob_start();\n";
    @@ -888,7 +975,7 @@ if ($action == 'updatecss')
     
     		/*$robotcontent.= "<?php // BEGIN PHP\n";
         	 $robotcontent.= '$websitekey=basename(dirname(__FILE__));'."\n";
    -    	 $robotcontent.= "if (! defined('USEDOLIBARRSERVER')) { require_once './master.inc.php'; } // Not already loaded"."\n";
    +    	 $robotcontent.= "if (! defined('USEDOLIBARRSERVER') && ! defined('USEDOLIBARREDITOR')) { require_once './master.inc.php'; } // Not already loaded"."\n";
         	 $robotcontent.= "require_once DOL_DOCUMENT_ROOT.'/core/lib/website.lib.php';\n";
         	 $robotcontent.= "require_once DOL_DOCUMENT_ROOT.'/core/website.inc.php';\n";
         	 $robotcontent.= "ob_start();\n";
    @@ -945,7 +1032,7 @@ if ($action == 'setashome')
     
     		// Generate the index.php page to be the home page
     		//-------------------------------------------------
    -		$result = dolSaveIndexPage($pathofwebsite, $fileindex, $filetpl);
    +		$result = dolSaveIndexPage($pathofwebsite, $fileindex, $filetpl, $filewrapper);
     
     		if ($result) setEventMessages($langs->trans("Saved"), null, 'mesgs');
     		else setEventMessages('Failed to write file '.$fileindex, null, 'errors');
    @@ -1083,19 +1170,7 @@ if ($action == 'updatemeta')
     
     
     		// Now generate the master.inc.php page
    -		dol_syslog("We regenerate the master file (because we update meta)");
    -		dol_delete_file($filemaster);
    -
    -		$mastercontent = '<?php'."\n";
    -		$mastercontent.= '// File generated to link to the master file - DO NOT MODIFY - It is just an include'."\n";
    -		$mastercontent.= "if (! defined('USEDOLIBARRSERVER')) require_once '".DOL_DOCUMENT_ROOT."/master.inc.php';\n";
    -		//$mastercontent.= "include_once DOL_DOCUMENT_ROOT.'/website/class/website.class.php';"."\n";
    -		//$mastercontent.= '$website = new WebSite($db)'."\n";
    -		$mastercontent.= '?>'."\n";
    -		$result = file_put_contents($filemaster, $mastercontent);
    -		if (! empty($conf->global->MAIN_UMASK))
    -			@chmod($filemaster, octdec($conf->global->MAIN_UMASK));
    -
    +		$result = dolSaveMasterFile($filemaster);
     		if (! $result) setEventMessages('Failed to write file '.$filemaster, null, 'errors');
     
     		// Now delete the alias.php page
    @@ -1164,6 +1239,8 @@ if (($action == 'updatesource' || $action == 'updatecontent' || $action == 'conf
     
     	if ($action == 'confirm_createfromclone')
     	{
    +		$db->begin();
    +
     		$objectnew = new Website($db);
     		$result = $objectnew->createFromClone($user, GETPOST('id','int'), GETPOST('siteref','aZ09'), (GETPOST('newlang','aZ09')?GETPOST('newlang','aZ09'):''));
     		if ($result < 0)
    @@ -1171,6 +1248,8 @@ if (($action == 'updatesource' || $action == 'updatecontent' || $action == 'conf
     			$error++;
     			setEventMessages($objectnew->error, $objectnew->errors, 'errors');
     			$action='preview';
    +
    +			$db->rollback();
     		}
     		else
     		{
    @@ -1178,6 +1257,8 @@ if (($action == 'updatesource' || $action == 'updatecontent' || $action == 'conf
     			$id = $object->id;
     			$pageid = $object->fk_default_home;
     			$websitekey = GETPOST('siteref','aZ09');
    +
    +			$db->commit();
     		}
     	}
     
    @@ -1196,17 +1277,51 @@ if (($action == 'updatesource' || $action == 'updatecontent' || $action == 'conf
     
     		if (! $error)
     		{
    +			$db->begin();
    +
    +			$newwebsiteid = GETPOST('newwebsite','int');
    +			$pathofwebsitenew = $pathofwebsite;
    +
    +			$tmpwebsite=new Website($db);
    +			if ($newwebsiteid > 0 && $newwebsiteid != $object->id)
    +			{
    +				$tmpwebsite->fetch($newwebsiteid);
    +				$pathofwebsitenew = $dolibarr_main_data_root.'/website/'.$tmpwebsite->ref;
    +			}
    +			else
    +			{
    +				$tmpwebsite = $object;
    +			}
    +
     			$objectpage = new WebsitePage($db);
    -			$result = $objectpage->createFromClone($user, $pageid, GETPOST('pageurl','aZ09'), (GETPOST('newlang','aZ09')?GETPOST('newlang','aZ09'):''), $istranslation, GETPOST('newwebsite','int'));
    -			if ($result < 0)
    +			$resultpage = $objectpage->createFromClone($user, $pageid, GETPOST('pageurl','aZ09'), (GETPOST('newlang','aZ09')?GETPOST('newlang','aZ09'):''), $istranslation, $newwebsiteid);
    +			if ($resultpage < 0)
     			{
     				$error++;
     				setEventMessages($objectpage->error, $objectpage->errors, 'errors');
     				$action='createpagefromclone';
    +
    +				$db->rollback();
     			}
     			else
     			{
    -				// TODO Switch on the new page ?
    +				$fileindex=$pathofwebsitenew.'/index.php';
    +				$filetpl=$pathofwebsitenew.'/page'.$resultpage->id.'.tpl.php';
    +				$filewrapper=$pathofwebsitenew.'/wrapper.php';
    +
    +				//var_dump($pathofwebsitenew);
    +				//var_dump($filetpl);
    +				//exit;
    +
    +				dolSavePageContent($filetpl, $tmpwebsite, $resultpage);
    +
    +				// Switch on the new page if web site of new page/container is same
    +				if (empty($newwebsiteid) || $newwebsiteid == $object->id)
    +				{
    +					$pageid = $resultpage->id;
    +				}
    +
    +				$db->commit();
     			}
     		}
     	}
    @@ -1260,7 +1375,7 @@ if (($action == 'updatesource' || $action == 'updatecontent' || $action == 'conf
     			$objectpage->content = GETPOST('PAGE_CONTENT','none');
     
     			// Clean data. We remove all the head section.
    -			$objectpage->content = preg_replace('/<head>.*<\/head>/s', '', $objectpage->content);
    +			$objectpage->content = preg_replace('/<head>.*<\/head>/ims', '', $objectpage->content);
     			/* $objectpage->content = preg_replace('/<base\s+href=[\'"][^\'"]+[\'"]\s/?>/s', '', $objectpage->content); */
     
     
    @@ -1283,16 +1398,7 @@ if (($action == 'updatesource' || $action == 'updatecontent' || $action == 'conf
     
     
     				// Now generate the master.inc.php page
    -				dol_syslog("We regenerate the master file");
    -				dol_delete_file($filemaster);
    -
    -				$mastercontent = '<?php'."\n";
    -				$mastercontent.= '// File generated to link to the master file'."\n";
    -				$mastercontent.= "if (! defined('USEDOLIBARRSERVER')) require_once '".DOL_DOCUMENT_ROOT."/master.inc.php';\n";
    -				$mastercontent.= '?>'."\n";
    -				$result = file_put_contents($filemaster, $mastercontent);
    -				if (! empty($conf->global->MAIN_UMASK))
    -					@chmod($filemaster, octdec($conf->global->MAIN_UMASK));
    +				$result = dolSaveMasterFile($filemaster);
     
     				if (! $result) setEventMessages('Failed to write file '.$filemaster, null, 'errors');
     
    @@ -1374,6 +1480,21 @@ if ($action == 'importsiteconfirm')
     	{
     		if (! empty($_FILES))
     		{
    +			// Check symlink to medias and restore it if ko
    +			$pathtomedias=DOL_DATA_ROOT.'/medias';
    +			$pathtomediasinwebsite=$pathofwebsite.'/medias';
    +			if (! is_link(dol_osencode($pathtomediasinwebsite)))
    +			{
    +				dol_syslog("Create symlink for ".$pathtomedias." into name ".$pathtomediasinwebsite);
    +				dol_mkdir(dirname($pathtomediasinwebsite));     // To be sure dir for website exists
    +				$result = symlink($pathtomedias, $pathtomediasinwebsite);
    +				if (! $result)
    +				{
    +					setEventMessages($langs->trans("ErrorFieldToCreateSymLinkToMedias", $pathtomediasinwebsite, $pathtomedias), null, 'errors');
    +					$action = 'importsite';
    +				}
    +			}
    +
     			if (is_array($_FILES['userfile']['tmp_name'])) $userfiles=$_FILES['userfile']['tmp_name'];
     			else $userfiles=array($_FILES['userfile']['tmp_name']);
     
    @@ -1521,7 +1642,7 @@ if (! GETPOST('hide_websitemenu'))
     //var_dump($objectpage);exit;
     print '<div class="centpercent websitebar">';
     
    -if (count($object->records) > 0)
    +if (count($object->records) > 0)	// There is at least one web site
     {
     	// ***** Part for web sites
     
    @@ -1590,6 +1711,8 @@ if (count($object->records) > 0)
     			print '<input type="submit" class="button nobordertransp" disabled="disabled" value="'.dol_escape_htmltag($langs->trans("ImportSite")).'" name="importsite">';
     		}
     
    +		print '<input type="submit" class="buttonDelete" name="deletesite" value="'.$langs->trans("Delete").'"'.($atleastonepage?' disabled="disabled"':'').'>';
    +
     		print ' &nbsp; ';
     
     		print '<input type="submit" class="button nobordertransp"'.$disabled.' value="'.dol_escape_htmltag($langs->trans("MediaFiles")).'" name="file_manager">';
    @@ -1615,7 +1738,8 @@ if (count($object->records) > 0)
     	print '</div>';
     
     
    -	// Toolbar for website
    +	// Toolbar for websites
    +
     	print '<div class="websitetools">';
     
     	if ($action == 'preview' || $action == 'createfromclone' || $action == 'createpagefromclone')
    @@ -1635,11 +1759,11 @@ if (count($object->records) > 0)
     		//print '<input type="submit" class="button" name="previewwebsite" target="tab'.$websitekey.'" value="'.$langs->trans("ViewSiteInNewTab").'">';
     		$htmltext =$langs->trans("SetHereVirtualHost", $dataroot);
     		$htmltext.='<br>';
    -		$htmltext.='<br>';
    -		$htmltext.=$langs->trans("YouCanAlsoTestWithPHPS", $dataroot);
    -		$htmltext.='<br>';
     		$htmltext.='<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("ReadPerm"), DOL_DOCUMENT_ROOT);
     		$htmltext.='<br>'.$langs->trans("CheckVirtualHostPerms", $langs->transnoentitiesnoconv("WritePerm"), DOL_DATA_ROOT);
    +		$htmltext.='<br>';
    +		$htmltext.='<br>';
    +		$htmltext.=$langs->trans("YouCanAlsoTestWithPHPS", $dataroot);
     		print $form->textwithpicto('', $htmltext, 1, 'help', '', 0, 2, 'helpvirtualhost');
     		print '</div>';
     
    @@ -1715,7 +1839,7 @@ if (count($object->records) > 0)
     					$out.='<option value="'.$key.'"';
     					if ($pageid > 0 && $pageid == $key) $out.=' selected';		// To preselect a value
     					$out.='>';
    -					$out.='['.$valpage->type_container.' '.$valpage->id.'] ';
    +					$out.='['.$valpage->type_container.' '.sprintf("%03d", $valpage->id).'] ';
     					$out.=$valpage->pageurl.' - '.$valpage->title;
     					if ($object->fk_default_home && $key == $object->fk_default_home) $out.=' ('.$langs->trans("HomePage").')';
     					$out.='</option>';
    @@ -1819,10 +1943,13 @@ if (count($object->records) > 0)
     
     				print '<input type="submit" class="button nobordertransp"'.$disabled.' value="'.dol_escape_htmltag($langs->trans("EditHTMLSource")).'" name="editsource">';
     
    +				print '<div class="websiteselectionsection inline-block">';
    +				print '<div class="inline-block">';
    +				print $langs->trans("EditInLine");
     				if ($websitepage->grabbed_from)
     				{
     					//print '<input type="submit" class="button nobordertransp" disabled="disabled" title="'.dol_escape_htmltag($langs->trans("OnlyEditionOfSourceForGrabbedContent")).'" value="'.dol_escape_htmltag($langs->trans("EditWithEditor")).'" name="editcontent">';
    -					print '<a class="button nobordertransp nohoverborder"'.$disabled.' href="#" disabled="disabled" title="'.dol_escape_htmltag($langs->trans("OnlyEditionOfSourceForGrabbedContent")).'">'.img_picto($langs->trans("EditInLineOff"),'switch_off','',false,0,0,'','nomarginleft').'</a>';
    +					print '<a class="button nobordertransp opacitymedium nohoverborder"'.$disabled.' href="#" disabled="disabled" title="'.dol_escape_htmltag($langs->trans("OnlyEditionOfSourceForGrabbedContent")).'">'.img_picto($langs->trans("OnlyEditionOfSourceForGrabbedContent"),'switch_off','',false,0,0,'','nomarginleft').'</a>';
     				}
     				else
     				{
    @@ -1836,8 +1963,26 @@ if (count($object->records) > 0)
     						print '<a class="button nobordertransp nohoverborder"'.$disabled.' href="'.$_SERVER["PHP_SELF"].'?website='.$object->ref.'&pageid='.$websitepage->id.'&action=unseteditinline">'.img_picto($langs->trans("EditInLineOn"),'switch_on','',false,0,0,'','nomarginleft').'</a>';
     					}
     				}
    -
    -				print ' &nbsp; ';
    +				print '</div>';
    +				print '<div class="inline-block">';
    +				print $langs->trans("ShowSubcontainers");
    +				if ($websitepage->grabbed_from)
    +				{
    +					print '<a class="button nobordertransp opacitymedium nohoverborder"'.$disabled.' href="#" disabled="disabled" title="'.dol_escape_htmltag($langs->trans("OnlyEditionOfSourceForGrabbedContent")).'">'.img_picto($langs->trans("OnlyEditionOfSourceForGrabbedContent"),'switch_off','',false,0,0,'','nomarginleft').'</a>';
    +				}
    +				else
    +				{
    +					if (empty($conf->global->WEBSITE_SUBCONTAINERSINLINE))
    +					{
    +						print '<a class="button nobordertransp nohoverborder"'.$disabled.' href="'.$_SERVER["PHP_SELF"].'?website='.$object->ref.'&pageid='.$websitepage->id.'&action=setshowsubcontainers">'.img_picto($langs->trans("ShowSubContainersOff"),'switch_off','',false,0,0,'','nomarginleft').'</a>';
    +					}
    +					else
    +					{
    +						print '<a class="button nobordertransp nohoverborder"'.$disabled.' href="'.$_SERVER["PHP_SELF"].'?website='.$object->ref.'&pageid='.$websitepage->id.'&action=unsetshowsubcontainers">'.img_picto($langs->trans("ShowSubContainersOn"),'switch_on','',false,0,0,'','nomarginleft').'</a>';
    +					}
    +				}
    +				print '</div>';
    +				print '</div>';
     
     				if ($object->fk_default_home > 0 && $pageid == $object->fk_default_home) print '<input type="submit" class="button nobordertransp" disabled="disabled" value="'.dol_escape_htmltag($langs->trans("SetAsHomePage")).'" name="setashome">';
     				else print '<input type="submit" class="button nobordertransp"'.$disabled.' value="'.dol_escape_htmltag($langs->trans("SetAsHomePage")).'" name="setashome">';
    @@ -2149,7 +2294,7 @@ if ($action == 'createsite')
     
         dol_fiche_head($head, 'card', $langs->trans("AddSite"), -1, 'globe');
         */
    -	if ($action == 'createcontainer') print_fiche_titre($langs->trans("AddSite"));
    +	if ($action == 'createcontainer') print load_fiche_titre($langs->trans("AddSite"));
     
     	print '<!-- Add site -->'."\n";
     	//print '<div class="fichecenter">';
    @@ -2211,7 +2356,7 @@ if ($action == 'importsite')
     
     	print '<br>';
     
    -	print_fiche_titre($langs->trans("ImportSite"));
    +	print load_fiche_titre($langs->trans("ImportSite"));
     
     	dol_fiche_head(array(), '0', '', -1);
     
    @@ -2243,7 +2388,7 @@ if ($action == 'editmeta' || $action == 'createcontainer')
     
         dol_fiche_head($head, 'card', $langs->trans("AddPage"), -1, 'globe');
         */
    -	if ($action == 'createcontainer') print_fiche_titre($langs->trans("AddPage"));
    +	if ($action == 'createcontainer') print load_fiche_titre($langs->trans("AddPage"));
     
     	print '<!-- Edit or create page/container -->'."\n";
     	//print '<div class="fichecenter">';
    @@ -2257,6 +2402,7 @@ if ($action == 'editmeta' || $action == 'createcontainer')
     		print '<tr><td class="titlefield">';
     		print $langs->trans("URL");
     		print '</td><td>';
    +		print info_admin($langs->trans("OnlyEditionOfSourceForGrabbedContentFuture"), 0, 0, 'warning');
     		print '<input class="flat minwidth300" type="text" name="externalurl" value="'.dol_escape_htmltag(GETPOST('externalurl','alpha')).'" placeholder="https://externalsite/pagetofetch"> ';
     		print '<input class="flat paddingtop" type="checkbox" name="grabimages" value="1" checked="checked"> '.$langs->trans("GrabImagesInto");
     		print ' ';
    @@ -2265,7 +2411,6 @@ if ($action == 'editmeta' || $action == 'createcontainer')
     		print $form->selectarray('grabimagesinto', $arraygrabimagesinto, GETPOSTISSET('grabimagesinto')?GETPOST('grabimagesinto'):'root');
     		print '<br>';
     		print '<input class="button" style="margin-top: 5px" type="submit" name="fetchexternalurl" value="'.dol_escape_htmltag($langs->trans("FetchAndCreate")).'">';
    -		print '<br>'.info_admin($langs->trans("OnlyEditionOfSourceForGrabbedContentFuture"), 0, 0, '1');
     		print '</td></tr>';
     		print '</table>';
     
    @@ -2285,7 +2430,7 @@ if ($action == 'editmeta' || $action == 'createcontainer')
     		print '</td></tr>';
     
     		print '<tr><td class="titlefield">';
    -		print $langs->trans('WEBSITE_PAGEURL');
    +		print $langs->trans('InternalURLOfPage');
     		print '</td><td>';
     		print '/public/website/index.php?website='.urlencode($websitekey).'&pageid='.urlencode($pageid);
     		print '</td></tr>';
    @@ -2306,10 +2451,15 @@ if ($action == 'editmeta' || $action == 'createcontainer')
     		$pagekeywords=$objectpage->keywords;
     		$pagelang=$objectpage->lang;
     		$pagehtmlheader=$objectpage->htmlheader;
    +		$pagedatecreation=$objectpage->date_creation;
    +		$pagedatemodification=$objectpage->date_modification;
    +		$pageauthorid=$objectpage->fk_user_create;
     	}
     	else
     	{
     		$type_container = 'page';
    +		$pagedatecreation=dol_now();
    +		$pageauthorid=$user->id;
     	}
     	if (GETPOST('WEBSITE_TITLE','alpha'))       $pagetitle=GETPOST('WEBSITE_TITLE','alpha');
     	if (GETPOST('WEBSITE_PAGENAME','alpha'))    $pageurl=GETPOST('WEBSITE_PAGENAME','alpha');
    @@ -2333,6 +2483,7 @@ if ($action == 'editmeta' || $action == 'createcontainer')
     	print '<input type="text" class="flat minwidth300" name="WEBSITE_PAGENAME" id="WEBSITE_PAGENAME" value="'.dol_escape_htmltag($pageurl).'">';
     	print '</td></tr>';
     
    +	// Type of container
     	print '<tr><td class="titlefield fieldrequired">';
     	print $langs->trans('WEBSITE_TYPE_CONTAINER');
     	print '</td><td>';
    @@ -2373,13 +2524,37 @@ if ($action == 'editmeta' || $action == 'createcontainer')
     	print '<input type="text" class="flat minwidth300" name="WEBSITE_ALIASALT" value="'.dol_escape_htmltag($pagealiasalt).'">';
     	print '</td></tr>';
     
    +	$fuser=new User($db);
    +	$fuser->fetch($pageauthorid);
    +
    +	print '<tr><td>';
    +	print $langs->trans('Author');
    +	print '</td><td>';
    +	if ($pageauthorid > 0) print $fuser->getNomUrl(1);
    +	print '</td></tr>';
    +
    +	print '<tr><td>';
    +	print $langs->trans('DateCreation');
    +	print '</td><td>';
    +	print dol_print_date($pagedatecreation, 'dayhour');
    +	print '</td></tr>';
    +
    +	if ($action != 'createcontainer')
    +	{
    +		print '<tr><td>';
    +		print $langs->trans('DateModification');
    +		print '</td><td>';
    +		print dol_print_date($pagedatemodification, 'dayhour');
    +		print '</td></tr>';
    +	}
    +
     	print '<tr><td class="tdhtmlheader tdtop">';
     	$htmlhelp=$langs->trans("EditTheWebSiteForACommonHeader").'<br><br>';
     	$htmlhelp=$langs->trans("Example").' :<br>';
     	$htmlhelp.=dol_htmlentitiesbr($htmlheadercontentdefault);
     	print $form->textwithpicto($langs->trans('HtmlHeaderPage'), $htmlhelp, 1, 'help', '', 0, 2, 'htmlheadertooltip');
     	print '</td><td>';
    -	$doleditor=new DolEditor('htmlheader', $pagehtmlheader, '', '180', 'ace', 'In', true, false, 'ace', 0, '100%', '');
    +	$doleditor=new DolEditor('htmlheader', $pagehtmlheader, '', '120', 'ace', 'In', true, false, 'ace', ROWS_3, '100%', '');
     	print $doleditor->Create(1, '', true, 'HTML Header', 'html');
     	print '</td></tr>';
     
    @@ -2445,31 +2620,34 @@ if ($action == 'editmenu')
     
     if ($action == 'editsource')
     {
    -	/*
    -	 * Editing with source editor
    -	 */
    +	// Editing with source editor
     
     	$contentforedit = '';
    -	/*$contentforedit.='<style scoped>'."\n";        // "scoped" means "apply to parent element only". Not yet supported by browsers
    -	 $contentforedit.=$csscontent;
    -	 $contentforedit.='</style>'."\n";*/
    +	//$contentforedit.='<style scoped>'."\n";        // "scoped" means "apply to parent element only". Not yet supported by browsers
    +	//$contentforedit.=$csscontent;
    +	//$contentforedit.='</style>'."\n";
     	$contentforedit .= $objectpage->content;
    -
    +	//var_dump($_SESSION["dol_screenheight"]);
    +	$maxheightwin=480;
    +	if (isset($_SESSION["dol_screenheight"]))
    +	{
    +		if ($_SESSION["dol_screenheight"] > 680) $maxheightwin = $_SESSION["dol_screenheight"]-400;
    +		if ($_SESSION["dol_screenheight"] > 800) $maxheightwin = $_SESSION["dol_screenheight"]-490;
    +	}
    +	//var_dump($_SESSION["dol_screenheight"]);
     	require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
    -	$doleditor=new DolEditor('PAGE_CONTENT',$contentforedit,'',500,'Full','',true,true,'ace',ROWS_5,'90%');
    +	$doleditor=new DolEditor('PAGE_CONTENT',$contentforedit,'',$maxheightwin,'Full','',true,true,'ace',ROWS_5,'40%');
     	$doleditor->Create(0, '', false, 'HTML Source', 'php');
     }
     
    -if ($action == 'editcontent')
    +/*if ($action == 'editcontent')
     {
    -	/*
    -     * Editing with default ckeditor
    -     */
    +	// Editing with default ckeditor
     
     	$contentforedit = '';
    -	/*$contentforedit.='<style scoped>'."\n";        // "scoped" means "apply to parent element only". Not yet supported by browsers
    -    $contentforedit.=$csscontent;
    -    $contentforedit.='</style>'."\n";*/
    +	//$contentforedit.='<style scoped>'."\n";        // "scoped" means "apply to parent element only". Not yet supported by browsers
    +    //$contentforedit.=$csscontent;
    +    //$contentforedit.='</style>'."\n";
     	$contentforedit .= $objectpage->content;
     
     	$contentforedit = preg_replace('/(<img.*src=")(?!http)/', '\1'.DOL_URL_ROOT.'/viewimage.php?modulepart=medias&file=', $contentforedit, -1, $nbrep);
    @@ -2477,7 +2655,7 @@ if ($action == 'editcontent')
     	require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
     	$doleditor=new DolEditor('PAGE_CONTENT',$contentforedit,'',500,'Full','',true,true,true,ROWS_5,'90%');
     	$doleditor->Create(0, '', false);
    -}
    +}*/
     
     print "</div>\n</form>\n";
     
    @@ -2494,16 +2672,21 @@ if ($action == 'preview' || $action == 'createfromclone' || $action == 'createpa
     		$objectpage->fetch($pageid);
     		$jscontent = @file_get_contents($filejs);
     
    -		$out = '<!-- Page content '.$filetpl.' : Div with (CSS Of website from file + Style/htmlheader of page from database + Page content from database) -->'."\n";
    +		$out = '<!-- Page content '.$filetpl.' : Div with (CSS Of website from file + Style/htmlheader of page from database + Page content from database or by include if WEBSITE_SUBCONTAINERSINLINE is on) -->'."\n";
     
     		// Include a html so we can benefit of the header of page.
     		// Note: We can't use iframe as it can be used to include another external html file
     		// Note: We can't use frame as it is deprecated.
    +		/*if ($includepageintoaframeoradiv == 'iframe')
    +		{
    +			$out .= "<iframe><body></html>";
    +		}*/
     		$out.="\n<html><head>\n";
     		$out.=dolWebsiteReplacementOfLinks($object, $objectpage->htmlheader, 1);
     		$out.="</head>\n";
     		$out.="\n<body>";
     
    +
     		$out.='<div id="websitecontentundertopmenu" class="websitecontentundertopmenu">'."\n";
     
     		// REPLACEMENT OF LINKS When page called by website editor
    @@ -2538,27 +2721,32 @@ if ($action == 'preview' || $action == 'createfromclone' || $action == 'createpa
     		// Do not enable the contenteditable when page was grabbed, ckeditor is removing span and adding borders,
     		// so editable will be available only from container created from scratch
     		//$out.='<div id="bodywebsite" class="bodywebsite"'.($objectpage->grabbed_from ? ' contenteditable="true"' : '').'>'."\n";
    -		$out.='<div id="bodywebsite" class="bodywebsite">'."\n";
    +		$out.='<div id="divbodywebsite" class="bodywebsite">'."\n";
     
    -		// TODO Add the contenteditable="true" when mode Edit Inline is on
     		$newcontent = $objectpage->content;
    +
    +		// If mode WEBSITE_SUBCONTAINERSINLINE is on
    +		if (! empty($conf->global->WEBSITE_SUBCONTAINERSINLINE))
    +		{
    +			define('USEDOLIBARREDITOR', 1);
    +			//var_dump($filetpl);
    +			$filephp = $filetpl;
    +			ob_start();
    +			include $filephp;
    +			$newcontent = ob_get_contents();
    +			ob_end_clean();
    +		}
    +
    +		// Change the contenteditable to "true" or "false" when mode Edit Inline is on or off
     		if (empty($conf->global->WEBSITE_EDITINLINE))
     		{
     			$newcontent = preg_replace('/(div|section)(\s[^\>]*)contenteditable="true"/', '\1\2', $newcontent);
     		}
     		else
     		{
    -
    +			// TODO Add the contenteditable="true" when mode Edit Inline is on
     		}
     
    -		/*
    -		$filephp = $objectpage->
    -		ob_start();
    -		include $filephp;
    -		$newcontent = ob_get_contents();
    -		ob_end_clean();
    -		*/
    -
     		$out.=dolWebsiteReplacementOfLinks($object, $newcontent)."\n";
     
     		$out.='</div>';
    @@ -2573,9 +2761,6 @@ if ($action == 'preview' || $action == 'createfromclone' || $action == 'createpa
     
     		$out.= "\n".'<!-- End page content '.$filetpl.' -->'."\n\n";
     
    -		// For jqueryscoped (does not work as expected)
    -		//$out.="<script>$.scoped();</script>";
    -
     		print $out;
     
     		/*file_put_contents($filetpl, $out);
    diff --git a/htdocs/website/websiteaccount_card.php b/htdocs/website/websiteaccount_card.php
    index 49009d8f4e7..49965b9009a 100644
    --- a/htdocs/website/websiteaccount_card.php
    +++ b/htdocs/website/websiteaccount_card.php
    @@ -207,12 +207,11 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
     	    $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id, $langs->trans('DeleteWebsiteAccount'), $langs->trans('ConfirmDeleteWebsiteAccount'), 'confirm_delete', '', 0, 1);
     	}
     
    -	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;
    -	}
    +	// Call Hook 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;
    diff --git a/scripts/accountancy/export-thirdpartyaccount.php b/scripts/accountancy/export-thirdpartyaccount.php
    index 53136bf67b2..ad5d6b72650 100755
    --- a/scripts/accountancy/export-thirdpartyaccount.php
    +++ b/scripts/accountancy/export-thirdpartyaccount.php
    @@ -1,8 +1,9 @@
     #!/usr/bin/env php
     <?php
    -/* Copyright (C) 2013-2014 Olivier Geffroy		<jeff@jeffinfo.com>
    - * Copyright (C) 2013-2014 Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
    - * Copyright (C) 2014	   Florian Henry		<florian.henry@open-concept.pro>
    +/* Copyright (C) 2013-2014  Olivier Geffroy     <jeff@jeffinfo.com>
    + * Copyright (C) 2013-2014  Alexandre Spangaro  <aspangaro.dolibarr@gmail.com>
    + * Copyright (C) 2014       Florian Henry       <florian.henry@open-concept.pro>
    + * Copyright (C) 2018       Frédéric France     <frederic.france@netlogic.fr>
      *
      * 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
    @@ -28,10 +29,7 @@ require_once $path."../../htdocs/master.inc.php";
     require_once DOL_DOCUMENT_ROOT.'/core/lib/report.lib.php';
     require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
     
    -$langs->load("companies");
    -$langs->load("compta");
    -$langs->load("main");
    -$langs->load("accountancy");
    +$langs->loadLangs(array("companies", "compta", "main", "accountancy"));
     
     // Security check
     if (!$user->admin)
    @@ -102,7 +100,7 @@ $periodlink = '';
     $exportlink = '';
     
     $nom = $langs->trans("ReportThirdParty");
    -$period = $form->select_date($date_start, 'date_start', 0, 0, 0, '', 1, 0, 1) . ' - ' . $form->select_date($date_end, 'date_end', 0, 0, 0, '', 1, 0, 1);
    +$period = $form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0) . ' - ' . $form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0);
     $description = $langs->trans("DescThirdPartyReport");
     $builddate=dol_now();
     
    diff --git a/scripts/bank/export-bank-receipts.php b/scripts/bank/export-bank-receipts.php
    index 1124749fcf4..84af2e27f9f 100755
    --- a/scripts/bank/export-bank-receipts.php
    +++ b/scripts/bank/export-bank-receipts.php
    @@ -108,13 +108,9 @@ if (! empty($newlangid))
     		$outputlangs->setDefaultLang($newlangid);
     	}
     }
    -$outputlangs->load("main");
    -$outputlangs->load("bills");
    -$outputlangs->load("companies");
    -$outputlangs->load("banks");
    -$outputlangs->load("members");
    -$outputlangs->load("compta");
     
    +// Load translation files required by the page
    +$outputlangs->loadLangs(array("main", "companies", "bills", "banks", "members", "compta"));
     
     $acct=new Account($db);
     $result=$acct->fetch('',$bankref);
    diff --git a/scripts/contracts/email_expire_services_to_customers.php b/scripts/contracts/email_expire_services_to_customers.php
    index 4edf4fb261d..43a0b2524e6 100755
    --- a/scripts/contracts/email_expire_services_to_customers.php
    +++ b/scripts/contracts/email_expire_services_to_customers.php
    @@ -53,9 +53,7 @@ $targettype=$argv[2];
     require $path."../../htdocs/master.inc.php";
     require_once DOL_DOCUMENT_ROOT."/core/class/CMailFile.class.php";
     
    -$langs->load('main');
    -$langs->load('contracts');
    -
    +$langs->loadLangs(array('main', 'contracts'));
     
     // Global variables
     $version=DOL_VERSION;
    @@ -154,10 +152,9 @@ if ($resql)
                 // Define line content
                 $outputlangs=new Translate('',$conf);
                 $outputlangs->setDefaultLang(empty($obj->default_lang)?$langs->defaultlang:$obj->default_lang);	// By default language of customer
    -            $outputlangs->load("bills");
    -            $outputlangs->load("main");
    -            $outputlangs->load("contracts");
    -    		$outputlangs->load("products");
    +
    +            // Load translation files required by the page
    +            $outputlangs->loadLangs(array("main", "contracts", "bills", "products"));
     
                 if (dol_strlen($newemail))
                 {
    diff --git a/scripts/contracts/email_expire_services_to_representatives.php b/scripts/contracts/email_expire_services_to_representatives.php
    index 7b15d52dff2..a23652a779f 100755
    --- a/scripts/contracts/email_expire_services_to_representatives.php
    +++ b/scripts/contracts/email_expire_services_to_representatives.php
    @@ -51,9 +51,7 @@ $mode=$argv[1];
     require $path."../../htdocs/master.inc.php";
     require_once DOL_DOCUMENT_ROOT."/core/class/CMailFile.class.php";
     
    -$langs->load('main');
    -$langs->load('contracts');
    -
    +$langs->loadLangs(array('main', 'contracts'));
     
     // Global variables
     $version=DOL_VERSION;
    @@ -127,10 +125,9 @@ if ($resql)
                 // Define line content
                 $outputlangs=new Translate('',$conf);
                 $outputlangs->setDefaultLang(empty($obj->lang)?$langs->defaultlang:$obj->lang);	// By default language of sale representative
    -            $outputlangs->load("bills");
    -            $outputlangs->load("main");
    -    		$outputlangs->load("contracts");
    -            $outputlangs->load("products");
    +
    +            // Load translation files required by the page
    +            $outputlangs->loadLangs(array("main", "contracts", "bills", "products"));
     
                 if (dol_strlen($obj->email))
                 {
    diff --git a/scripts/cron/cron_run_jobs.php b/scripts/cron/cron_run_jobs.php
    index 88960766a68..8ffefa0ca9a 100755
    --- a/scripts/cron/cron_run_jobs.php
    +++ b/scripts/cron/cron_run_jobs.php
    @@ -143,6 +143,12 @@ $object = new Cronjob($db);
     
     $filter=array();
     if (! empty($id)) {
    +	if (! is_numeric($id))
    +	{
    +		echo "Error: Bad value for parameter job id";
    +		dol_syslog("cron_run_jobs.php Bad value for parameter job id", LOG_WARNING);
    +		exit;
    +	}
     	$filter['t.rowid']=$id;
     }
     
    @@ -162,7 +168,7 @@ foreach($object->lines as $val)
     	$qualifiedjobs[] = $val;
     }
     
    -// TODO This sequence of code must be shared with code into public/cron/cron_run_jobs.php php page.
    +// TODO Duplicate. This sequence of code must be shared with code into public/cron/cron_run_jobs.php php page.
     
     $nbofjobs=count($qualifiedjobs);
     $nbofjobslaunchedok=0;
    @@ -239,6 +245,13 @@ exit(0);
     
     
     
    +/**
    + * script cron usage
    + *
    + * @param string $path          path
    + * @param string $script_file   filename
    + * @return void
    + */
     function usage($path,$script_file)
     {
     	global $conf;
    @@ -252,4 +265,3 @@ function usage($path,$script_file)
     	print "For example, to run pending tasks every 5mn, you can add this line:\n";
     	print "*/5 * * * * ".$path.$script_file." securitykey userlogin > ".DOL_DATA_ROOT."/".$script_file.".log\n";
     }
    -
    diff --git a/scripts/invoices/email_unpaid_invoices_to_customers.php b/scripts/invoices/email_unpaid_invoices_to_customers.php
    index 428f8932ea3..5d49beca851 100755
    --- a/scripts/invoices/email_unpaid_invoices_to_customers.php
    +++ b/scripts/invoices/email_unpaid_invoices_to_customers.php
    @@ -151,8 +151,9 @@ if ($resql)
                 // Define line content
                 $outputlangs=new Translate('',$conf);
                 $outputlangs->setDefaultLang(empty($obj->default_lang)?$langs->defaultlang:$obj->default_lang);	// By default language of customer
    -            $outputlangs->load("bills");
    -            $outputlangs->load("main");
    +
    +            // Load translation files required by the page
    +            $outputlangs->loadLangs(array("main", "bills"));
     
                 if (dol_strlen($newemail))
                 {
    diff --git a/scripts/invoices/email_unpaid_invoices_to_representatives.php b/scripts/invoices/email_unpaid_invoices_to_representatives.php
    index dd92a752dc3..54be6f8f40c 100755
    --- a/scripts/invoices/email_unpaid_invoices_to_representatives.php
    +++ b/scripts/invoices/email_unpaid_invoices_to_representatives.php
    @@ -131,8 +131,9 @@ if ($resql)
                 // Define line content
                 $outputlangs=new Translate('',$conf);
                 $outputlangs->setDefaultLang(empty($obj->lang)?$langs->defaultlang:$obj->lang);	// By default language of sale representative
    -            $outputlangs->load("bills");
    -            $outputlangs->load("main");
    +
    +            // Load translation files required by the page
    +            $outputlangs->loadLangs(array("main", "bills"));
     
                 if (dol_strlen($obj->email))
                 {
    diff --git a/scripts/members/sync_members_ldap2dolibarr.php b/scripts/members/sync_members_ldap2dolibarr.php
    index 8cf0005800f..3e6eaaa4281 100755
    --- a/scripts/members/sync_members_ldap2dolibarr.php
    +++ b/scripts/members/sync_members_ldap2dolibarr.php
    @@ -40,9 +40,7 @@ require_once DOL_DOCUMENT_ROOT."/core/class/ldap.class.php";
     require_once DOL_DOCUMENT_ROOT."/adherents/class/adherent.class.php";
     require_once DOL_DOCUMENT_ROOT."/adherents/class/subscription.class.php";
     
    -$langs->load("main");
    -$langs->load("errors");
    -
    +$langs->loadLangs(array("main", "errors"));
     
     // Global variables
     $version=DOL_VERSION;
    diff --git a/scripts/members/sync_members_types_ldap2dolibarr.php b/scripts/members/sync_members_types_ldap2dolibarr.php
    index 1363f989e15..27d7be686eb 100755
    --- a/scripts/members/sync_members_types_ldap2dolibarr.php
    +++ b/scripts/members/sync_members_types_ldap2dolibarr.php
    @@ -41,9 +41,7 @@ require_once DOL_DOCUMENT_ROOT."/core/lib/date.lib.php";
     require_once DOL_DOCUMENT_ROOT."/core/class/ldap.class.php";
     require_once DOL_DOCUMENT_ROOT."/adherents/class/adherent_type.class.php";
     
    -$langs->load("main");
    -$langs->load("errors");
    -
    +$langs->loadLangs(array("main", "errors"));
     
     // Global variables
     $version=DOL_VERSION;
    diff --git a/scripts/user/sync_groups_ldap2dolibarr.php b/scripts/user/sync_groups_ldap2dolibarr.php
    index c78770c7a5c..4063d2f9321 100755
    --- a/scripts/user/sync_groups_ldap2dolibarr.php
    +++ b/scripts/user/sync_groups_ldap2dolibarr.php
    @@ -41,9 +41,7 @@ require_once DOL_DOCUMENT_ROOT."/core/class/ldap.class.php";
     require_once DOL_DOCUMENT_ROOT."/user/class/user.class.php";
     require_once DOL_DOCUMENT_ROOT."/user/class/usergroup.class.php";
     
    -$langs->load("main");
    -$langs->load("errors");
    -
    +$langs->loadLangs(array("main", "errors"));
     
     // Global variables
     $version=DOL_VERSION;
    diff --git a/scripts/user/sync_users_ldap2dolibarr.php b/scripts/user/sync_users_ldap2dolibarr.php
    index 8c95bc0071f..320a1f495ad 100755
    --- a/scripts/user/sync_users_ldap2dolibarr.php
    +++ b/scripts/user/sync_users_ldap2dolibarr.php
    @@ -39,9 +39,7 @@ require_once DOL_DOCUMENT_ROOT."/core/lib/date.lib.php";
     require_once DOL_DOCUMENT_ROOT."/core/class/ldap.class.php";
     require_once DOL_DOCUMENT_ROOT."/user/class/user.class.php";
     
    -$langs->load("main");
    -$langs->load("errors");
    -
    +$langs->loadLangs(array("main", "errors"));
     
     // Global variables
     $version=DOL_VERSION;
    diff --git a/test/phpunit/AccountingAccountTest.php b/test/phpunit/AccountingAccountTest.php
    index b9a3788bd80..8f6014cb43d 100644
    --- a/test/phpunit/AccountingAccountTest.php
    +++ b/test/phpunit/AccountingAccountTest.php
    @@ -59,6 +59,8 @@ class AccountingAccountTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    +    	parent::__construct();
    +
             //$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
    @@ -221,5 +223,4 @@ class AccountingAccountTest extends PHPUnit_Framework_TestCase
             $this->assertLessThan($result, 0);
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/ActionCommTest.php b/test/phpunit/ActionCommTest.php
    index c3406d28bf7..80bb9687529 100644
    --- a/test/phpunit/ActionCommTest.php
    +++ b/test/phpunit/ActionCommTest.php
    @@ -59,7 +59,9 @@ class ActionCommTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -242,5 +244,4 @@ class ActionCommTest extends PHPUnit_Framework_TestCase
             $this->assertLessThan($result, 0);
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/AdherentTest.php b/test/phpunit/AdherentTest.php
    index 7f3455ce37a..ed7dd35df36 100644
    --- a/test/phpunit/AdherentTest.php
    +++ b/test/phpunit/AdherentTest.php
    @@ -61,7 +61,9 @@ class AdherentTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    diff --git a/test/phpunit/AdminLibTest.php b/test/phpunit/AdminLibTest.php
    index 5cf34e969b1..75139ba8aea 100644
    --- a/test/phpunit/AdminLibTest.php
    +++ b/test/phpunit/AdminLibTest.php
    @@ -59,7 +59,9 @@ class AdminLibTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -164,5 +166,4 @@ class AdminLibTest extends PHPUnit_Framework_TestCase
     		$moduledescriptor->init();
     		$conf->setValues($db);
         }
    -
     }
    diff --git a/test/phpunit/AllTests.php b/test/phpunit/AllTests.php
    index 66636ad7619..008014fbcb5 100644
    --- a/test/phpunit/AllTests.php
    +++ b/test/phpunit/AllTests.php
    @@ -195,6 +195,8 @@ class AllTests
             $suite->addTestSuite('HolidayTest');
             require_once dirname(__FILE__).'/ExpenseReportTest.php';
             $suite->addTestSuite('ExpenseReportTest');
    +        require_once dirname(__FILE__).'/LoanTest.php';
    +        $suite->addTestSuite('LoanTest');
     
             require_once dirname(__FILE__).'/EntrepotTest.php';
             $suite->addTestSuite('EntrepotTest');
    @@ -250,4 +252,3 @@ class AllTests
             return $suite;
         }
     }
    -
    diff --git a/test/phpunit/BankAccountTest.php b/test/phpunit/BankAccountTest.php
    index a212ff0317a..f8917a335ca 100644
    --- a/test/phpunit/BankAccountTest.php
    +++ b/test/phpunit/BankAccountTest.php
    @@ -61,7 +61,9 @@ class BankAccountTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -220,5 +222,4 @@ class BankAccountTest extends PHPUnit_Framework_TestCase
             $this->assertLessThan($result, 0);
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/BonPrelevementTest.php b/test/phpunit/BonPrelevementTest.php
    index 0124b25e6c6..8c6ffbb585d 100644
    --- a/test/phpunit/BonPrelevementTest.php
    +++ b/test/phpunit/BonPrelevementTest.php
    @@ -62,6 +62,8 @@ class BonPrelevementTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -74,14 +76,24 @@ class BonPrelevementTest extends PHPUnit_Framework_TestCase
     		print "\n";
     	}
     
    -	// Static methods
    -  	public static function setUpBeforeClass()
    +    /**
    +     * setUpBeforeClass
    +     *
    +     * @return	void
    +     */
    +    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";
         }
    +
    +    /**
    +     * tearDownAfterClass
    +     *
    +     * @return	void
    +     */
         public static function tearDownAfterClass()
         {
         	global $conf,$user,$langs,$db;
    @@ -178,5 +190,4 @@ class BonPrelevementTest extends PHPUnit_Framework_TestCase
         	return $result;
         }
     */
    -
     }
    diff --git a/test/phpunit/BuildDocTest.php b/test/phpunit/BuildDocTest.php
    index c30bf1b9a96..cc2ac2339dc 100644
    --- a/test/phpunit/BuildDocTest.php
    +++ b/test/phpunit/BuildDocTest.php
    @@ -89,7 +89,9 @@ class BuildDocTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    diff --git a/test/phpunit/CMailFileTest.php b/test/phpunit/CMailFileTest.php
    index 06f24ba45e0..2c511246c48 100755
    --- a/test/phpunit/CMailFileTest.php
    +++ b/test/phpunit/CMailFileTest.php
    @@ -59,7 +59,9 @@ class CMailFileTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -103,7 +105,7 @@ class CMailFileTest extends PHPUnit_Framework_TestCase
             $db=$this->savdb;
     
             $conf->global->MAIN_DISABLE_ALL_MAILS=1;    // If I comment/remove this lien, unit test still works alone but failed when ran from AllTest. Don't know why.
    -        
    +
             print __METHOD__."\n";
         }
         /**
    @@ -177,23 +179,22 @@ class CMailFileTest extends PHPUnit_Framework_TestCase
             $result=$localobject->getValidAddress($src,3,1);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result,'"=?UTF-8?B?Sm9obiBEb2U=?=" <john@doe.com>');
    -        
    +
             $src='John Doe <john@doe.com>';
             $result=$localobject->getValidAddress($src,4);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result,'John Doe');
    -        
    +
             $src='John Doe <john@doe.com>, John Doe2 <john@doe3.com>, John Doe3 <john@doe2.com>';
             $result=$localobject->getValidAddress($src,4);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result,'John Doe,John Doe2,John Doe3');
    -        
    +
             $src='John Doe <john@doe.com>, John Doe2 <john@doe3.com>, John Doe3 <john@doe2.com>';
             $result=$localobject->getValidAddress($src,4,0,2);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result,'John Doe,John Doe2...');
    -        
    +
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/CategorieTest.php b/test/phpunit/CategorieTest.php
    index 574a8d793f9..19440df33db 100644
    --- a/test/phpunit/CategorieTest.php
    +++ b/test/phpunit/CategorieTest.php
    @@ -60,7 +60,9 @@ class CategorieTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -335,5 +337,4 @@ class CategorieTest extends PHPUnit_Framework_TestCase
             $this->assertTrue(is_array($retarray));
             return $retarray;
         }
    -
     }
    diff --git a/test/phpunit/ChargeSocialesTest.php b/test/phpunit/ChargeSocialesTest.php
    index e1db7d199cf..cd01fb906e0 100644
    --- a/test/phpunit/ChargeSocialesTest.php
    +++ b/test/phpunit/ChargeSocialesTest.php
    @@ -60,6 +60,8 @@ class ChargeSocialesTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -239,5 +241,4 @@ class ChargeSocialesTest extends PHPUnit_Framework_TestCase
         	$this->assertLessThan($result, 0);
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/CodingPhpTest.php b/test/phpunit/CodingPhpTest.php
    index 6c3a1bda329..0aab29e3667 100644
    --- a/test/phpunit/CodingPhpTest.php
    +++ b/test/phpunit/CodingPhpTest.php
    @@ -72,7 +72,9 @@ class CodingPhpTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    diff --git a/test/phpunit/CodingSqlTest.php b/test/phpunit/CodingSqlTest.php
    index 460a3e2fbeb..c2b620b639b 100644
    --- a/test/phpunit/CodingSqlTest.php
    +++ b/test/phpunit/CodingSqlTest.php
    @@ -72,7 +72,9 @@ class CodingSqlTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -247,5 +249,4 @@ class CodingSqlTest extends PHPUnit_Framework_TestCase
     
             return;
         }
    -
     }
    diff --git a/test/phpunit/CommandeFournisseurTest.php b/test/phpunit/CommandeFournisseurTest.php
    index 7b2f3f07e2b..6a3f7a8696c 100644
    --- a/test/phpunit/CommandeFournisseurTest.php
    +++ b/test/phpunit/CommandeFournisseurTest.php
    @@ -61,7 +61,9 @@ class CommandeFournisseurTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -383,5 +385,4 @@ class CommandeFournisseurTest extends PHPUnit_Framework_TestCase
             $this->assertLessThan($result, 0);
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/CommandeTest.php b/test/phpunit/CommandeTest.php
    index 443bd1d1932..85e2b972cb5 100644
    --- a/test/phpunit/CommandeTest.php
    +++ b/test/phpunit/CommandeTest.php
    @@ -59,7 +59,9 @@ class CommandeTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -292,5 +294,4 @@ class CommandeTest extends PHPUnit_Framework_TestCase
             $this->assertLessThan($result, 0);
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/CommonInvoiceTest.php b/test/phpunit/CommonInvoiceTest.php
    new file mode 100644
    index 00000000000..4fab182ad69
    --- /dev/null
    +++ b/test/phpunit/CommonInvoiceTest.php
    @@ -0,0 +1,147 @@
    +<?php
    +/* Copyright (C) 2010 Laurent Destailleur  <eldy@users.sourceforge.net>
    + *
    + * 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/>.
    + * or see http://www.gnu.org/
    + */
    +
    +/**
    + *      \file       test/phpunit/CommonObjectTest.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/compta/facture/class/facture.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 CommonInvoiceTest extends PHPUnit\Framework\TestCase
    +{
    +    protected $savconf;
    +    protected $savuser;
    +    protected $savlangs;
    +    protected $savdb;
    +
    +    /**
    +     * Constructor
    +     * We save global variables into local variables
    +     *
    +     * @return CommonObjectTest
    +     */
    +    function __construct()
    +    {
    +    	parent::__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";
    +    }
    +
    +
    +    /**
    +     *  testFetchUser
    +     *
    +     *  @return void
    +     */
    +    public function testCalculateDateLimReglement()
    +    {
    +        global $conf,$user,$langs,$db;
    +        $conf=$this->savconf;
    +        $user=$this->savuser;
    +        $langs=$this->savlangs;
    +        $db=$this->savdb;
    +
    +        $localobject=new Facture($this->savdb);
    +        $localobject->fetch(1);
    +        $localobject->date = dol_mktime(12, 0, 0, 1, 1, 2010);
    +
    +        $result = 0;
    +
    +        // TODO Insert payment terms
    +
    +
    +        //$result=$localobject->calculate_date_lim_reglement(1);
    +        //print __METHOD__." result=".$result."\n";
    +        $this->assertEquals($result, 0);
    +        return $result;
    +    }
    +}
    diff --git a/test/phpunit/CommonObjectTest.php b/test/phpunit/CommonObjectTest.php
    index 18f96034fd1..09200a15b91 100644
    --- a/test/phpunit/CommonObjectTest.php
    +++ b/test/phpunit/CommonObjectTest.php
    @@ -60,7 +60,9 @@ class CommonObjectTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    diff --git a/test/phpunit/CompanyBankAccountTest.php b/test/phpunit/CompanyBankAccountTest.php
    index 95ea937a017..c50935c8aac 100644
    --- a/test/phpunit/CompanyBankAccountTest.php
    +++ b/test/phpunit/CompanyBankAccountTest.php
    @@ -60,6 +60,8 @@ class CompanyBankAccountTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -233,5 +235,4 @@ class CompanyBankAccountTest extends PHPUnit_Framework_TestCase
             $this->assertLessThan($result, 0);
             return $localobject->id;
         }
    -
     }
    diff --git a/test/phpunit/CompanyLibTest.php b/test/phpunit/CompanyLibTest.php
    index 330eb914308..b06879a5fae 100644
    --- a/test/phpunit/CompanyLibTest.php
    +++ b/test/phpunit/CompanyLibTest.php
    @@ -59,7 +59,9 @@ class CompanyLibTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    diff --git a/test/phpunit/ContactTest.php b/test/phpunit/ContactTest.php
    index cb0f37875b3..b943020efea 100755
    --- a/test/phpunit/ContactTest.php
    +++ b/test/phpunit/ContactTest.php
    @@ -68,6 +68,8 @@ class ContactTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -207,7 +209,7 @@ class ContactTest extends PHPUnit_Framework_TestCase
     		$localobject->email='newemail@newemail.com';
     		$localobject->jabberid='New im id';
     		$localobject->default_lang='es_ES';
    -		
    +
     		$result=$localobject->update($localobject->id,$user);
         	print __METHOD__." id=".$localobject->id." result=".$result."\n";
         	$this->assertLessThan($result, 0, 'Contact::update error');
    diff --git a/test/phpunit/ContratTest.php b/test/phpunit/ContratTest.php
    index 5adf002c885..74b30e10268 100644
    --- a/test/phpunit/ContratTest.php
    +++ b/test/phpunit/ContratTest.php
    @@ -60,6 +60,8 @@ class ContratTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -218,5 +220,4 @@ class ContratTest extends PHPUnit_Framework_TestCase
         	$this->assertLessThan($result, 0);
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/CoreTest.php b/test/phpunit/CoreTest.php
    index 31c682bafee..63601cb33d3 100644
    --- a/test/phpunit/CoreTest.php
    +++ b/test/phpunit/CoreTest.php
    @@ -62,7 +62,9 @@ class CoreTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -250,6 +252,7 @@ class CoreTest extends PHPUnit_Framework_TestCase
     
             // This is code copied from main.inc.php !!!!!!!!!!!!!!!
     
    +        // phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
             /**
              * Security: SQL Injection and XSS Injection (scripts) protection (Filters on GET, POST, PHP_SELF).
              *
    @@ -257,8 +260,9 @@ class CoreTest extends PHPUnit_Framework_TestCase
              * @param       string $type    1=GET, 0=POST, 2=PHP_SELF
              * @return      int             >0 if there is an injection
              */
    -        function test_sql_and_script_inject($val, $type)
    +        function testSqlAndScriptInject($val, $type)
             {
    +            // phpcs:enable
     		    $inj = 0;
     		    // For SQL Injection (only GET and POST are used to be included into bad escaped SQL requests)
     		    if ($type != 2)
    @@ -306,55 +310,55 @@ class CoreTest extends PHPUnit_Framework_TestCase
             $expectedresult=0;
     
             $_SERVER["PHP_SELF"]='/DIR WITH SPACE/htdocs/admin/index.php?mainmenu=home&leftmenu=setup&username=weservices';
    -        $result=test_sql_and_script_inject($_SERVER["PHP_SELF"], 2);
    -        $this->assertEquals($expectedresult, $result, 'Error on test_sql_and_script_inject 1a');
    +        $result=testSqlAndScriptInject($_SERVER["PHP_SELF"], 2);
    +        $this->assertEquals($expectedresult, $result, 'Error on testSqlAndScriptInject 1a');
     
             // Should detect XSS
             $expectedresult=1;
     
             $_SERVER["PHP_SELF"]='/DIR WITH SPACE/htdocs/admin/index.php?mainmenu=home&leftmenu=setup&username=weservices;badaction';
    -        $result=test_sql_and_script_inject($_SERVER["PHP_SELF"], 2);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject 1b');
    +        $result=testSqlAndScriptInject($_SERVER["PHP_SELF"], 2);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject 1b');
     
             $test="<img src='1.jpg' onerror =javascript:alert('XSS')>";
    -        $result=test_sql_and_script_inject($test, 0);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject aaa');
    +        $result=testSqlAndScriptInject($test, 0);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject aaa');
     
             $test="<img src='1.jpg' onerror =javascript:alert('XSS')>";
    -        $result=test_sql_and_script_inject($test, 2);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject aaa2');
    +        $result=testSqlAndScriptInject($test, 2);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject aaa2');
     
             $test='<IMG SRC=# onmouseover="alert(1)">';
    -        $result=test_sql_and_script_inject($test, 0);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject aaa3');
    +        $result=testSqlAndScriptInject($test, 0);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject aaa3');
             $test='<IMG SRC onmouseover="alert(1)">';
    -        $result=test_sql_and_script_inject($test, 0);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject aaa4');
    +        $result=testSqlAndScriptInject($test, 0);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject aaa4');
             $test='<IMG onmouseover="alert(1)">';
    -        $result=test_sql_and_script_inject($test, 0);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject aaa5');
    +        $result=testSqlAndScriptInject($test, 0);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject aaa5');
             $test='<IMG SRC=/ onerror="alert(1)">';
    -        $result=test_sql_and_script_inject($test, 0);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject aaa6');
    +        $result=testSqlAndScriptInject($test, 0);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject aaa6');
     		$test='<IMG SRC=" &#14;  javascript:alert(1);">';
    -		$result=test_sql_and_script_inject($test, 0);
    -		$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject aaa7');
    +		$result=testSqlAndScriptInject($test, 0);
    +		$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject aaa7');
     
     		$test='<IMG SRC=&#106;&#97;&#118;&#97;&#115;&#99;&#114;&#105;&#112;&#116;&#58;&#97;&#108;&#101;&#114;&#116;&#40;&#39;&#88;&#83;&#83;&#39;&#41;>';
    -		$result=test_sql_and_script_inject($test, 0);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject bbb');
    +		$result=testSqlAndScriptInject($test, 0);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject bbb');
     
             $test='<SCRIPT SRC=http://xss.rocks/xss.js></SCRIPT>';
    -        $result=test_sql_and_script_inject($test, 0);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject ccc');
    +        $result=testSqlAndScriptInject($test, 0);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject ccc');
     
             $test='<IMG SRC="javascript:alert(\'XSS\');">';
    -        $result=test_sql_and_script_inject($test, 1);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject ddd');
    +        $result=testSqlAndScriptInject($test, 1);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject ddd');
     
             $test='<IMG """><SCRIPT>alert("XSS")</SCRIPT>">';
    -        $result=test_sql_and_script_inject($test, 0);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject eee');
    +        $result=testSqlAndScriptInject($test, 0);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject eee');
     
             $test='<!-- Google analytics -->
     			<script>
    @@ -367,30 +371,30 @@ class CoreTest extends PHPUnit_Framework_TestCase
     			  ga(\'send\', \'pageview\');
     
     			</script>';
    -        $result=test_sql_and_script_inject($test, 0);
    -        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject eee');
    +        $result=testSqlAndScriptInject($test, 0);
    +        $this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject eee');
     
             $test="<IMG SRC=\"jav\tascript:alert('XSS');\">";		// Is locked by some brwoser like chrome because the default directive no-referrer-when-downgrade is sent when requesting the SRC and then refused because of browser protection on img src load without referrer.
     		$test="<IMG SRC=\"jav&#x0D;ascript:alert('XSS');\">";	// Same
     
     		$test='<SCRIPT/XSS SRC="http://xss.rocks/xss.js"></SCRIPT>';
    -		$result=test_sql_and_script_inject($test, 0);
    -		$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject fff1');
    +		$result=testSqlAndScriptInject($test, 0);
    +		$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject fff1');
     		$test='<SCRIPT/SRC="http://xss.rocks/xss.js"></SCRIPT>';
    -		$result=test_sql_and_script_inject($test, 0);
    -		$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject fff2');
    +		$result=testSqlAndScriptInject($test, 0);
    +		$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject fff2');
     
     		// This case seems to be filtered by browsers now.
     		$test='<BODY onload!#$%&()*~+-_.,:;?@[/|\]^`=alert(1)>';
    -		//$result=test_sql_and_script_inject($test, 0);
    -		//$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject ggg');
    +		//$result=testSqlAndScriptInject($test, 0);
    +		//$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject ggg');
     
     		$test='<iframe src=http://xss.rocks/scriptlet.html <';
    -		$result=test_sql_and_script_inject($test, 0);
    -		$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject hhh');
    +		$result=testSqlAndScriptInject($test, 0);
    +		$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject hhh');
     
     		$test='Set.constructor`alert\x281\x29```';
    -		$result=test_sql_and_script_inject($test, 0);
    -		$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on test_sql_and_script_inject iii');
    +		$result=testSqlAndScriptInject($test, 0);
    +		$this->assertGreaterThanOrEqual($expectedresult, $result, 'Error on testSqlAndScriptInject iii');
         }
     }
    diff --git a/test/phpunit/DateLibTest.php b/test/phpunit/DateLibTest.php
    index 645993d8659..30a8c8d1a1a 100644
    --- a/test/phpunit/DateLibTest.php
    +++ b/test/phpunit/DateLibTest.php
    @@ -60,6 +60,8 @@ class DateLibTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -442,5 +444,4 @@ class DateLibTest extends PHPUnit_Framework_TestCase
        		$prev = dol_get_first_day_week($day, $month, $year);
     		$this->assertEquals(1, (int) $prev['first_day']);		// sunday for month 2, year 2015 is the 1st
         }
    -
     }
    diff --git a/test/phpunit/DateLibTzFranceTest.php b/test/phpunit/DateLibTzFranceTest.php
    index 668af000204..b47cdfbfe7b 100644
    --- a/test/phpunit/DateLibTzFranceTest.php
    +++ b/test/phpunit/DateLibTzFranceTest.php
    @@ -60,6 +60,8 @@ class DateLibTzFranceTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -199,5 +201,4 @@ class DateLibTzFranceTest extends PHPUnit_Framework_TestCase
     
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/DiscountTest.php b/test/phpunit/DiscountTest.php
    index cf4d5033597..724a97e6f3e 100644
    --- a/test/phpunit/DiscountTest.php
    +++ b/test/phpunit/DiscountTest.php
    @@ -60,6 +60,8 @@ class DiscountTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    diff --git a/test/phpunit/EntrepotTest.php b/test/phpunit/EntrepotTest.php
    index e695bff34a3..a5ee6139a48 100644
    --- a/test/phpunit/EntrepotTest.php
    +++ b/test/phpunit/EntrepotTest.php
    @@ -60,6 +60,8 @@ class EntrepotTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -255,7 +257,6 @@ class EntrepotTest extends PHPUnit_Framework_TestCase
     
             $localobject=new Entrepot($db);
     
    -
             return;
         }
     }
    diff --git a/test/phpunit/ExpenseReportTest.php b/test/phpunit/ExpenseReportTest.php
    index b9af3dc1078..ed6ddf97fc7 100644
    --- a/test/phpunit/ExpenseReportTest.php
    +++ b/test/phpunit/ExpenseReportTest.php
    @@ -60,7 +60,9 @@ class ExpenseReportTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -151,7 +153,7 @@ class ExpenseReportTest extends PHPUnit_Framework_TestCase
             $localobject2->initAsSpecimen();        // Init a speciment with lines
             $localobject2->status = 0;
             $localobject2->fk_statut = 0;
    -        
    +
             $result=$localobject2->create($user);
             print __METHOD__." result=".$result."\n";
             $this->assertGreaterThanOrEqual(0, $result);
    @@ -312,5 +314,4 @@ class ExpenseReportTest extends PHPUnit_Framework_TestCase
             $this->assertLessThan($result, 0);
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/ExportTest.php b/test/phpunit/ExportTest.php
    index 364eaf7568d..cf8be11ab17 100644
    --- a/test/phpunit/ExportTest.php
    +++ b/test/phpunit/ExportTest.php
    @@ -64,6 +64,8 @@ class ExportTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -128,31 +130,31 @@ class ExportTest extends PHPUnit_Framework_TestCase
         public function testExportOther()
         {
             global $conf,$user,$langs,$db;
    -    
    +
             $model='csv';
    -    
    +
             // Creation of class to export using model ExportXXX
             $dir = DOL_DOCUMENT_ROOT . "/core/modules/export/";
             $file = "export_".$model.".modules.php";
             $classname = "Export".$model;
             require_once $dir.$file;
             $objmodel = new $classname($this->db);
    -    
    +
             // First test without option USE_STRICT_CSV_RULES
             unset($conf->global->USE_STRICT_CSV_RULES);
    -        
    +
             $valtotest='A simple string';
             print __METHOD__." valtotest=".$valtotest."\n";
             $result = $objmodel->csvClean($valtotest, $langs->charset_output);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result, 'A simple string');
    -        
    +
             $valtotest='A string with , and ; inside';
             print __METHOD__." valtotest=".$valtotest."\n";
             $result = $objmodel->csvClean($valtotest, $langs->charset_output);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result, '"A string with , and ; inside"');
    -        
    +
             $valtotest='A string with " inside';
             print __METHOD__." valtotest=".$valtotest."\n";
             $result = $objmodel->csvClean($valtotest, $langs->charset_output);
    @@ -164,48 +166,47 @@ class ExportTest extends PHPUnit_Framework_TestCase
             $result = $objmodel->csvClean($valtotest, $langs->charset_output);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result, '"A string with "" inside and \n carriage returns"');
    -        
    +
             $valtotest='A string with <a href="aaa"><strong>html<br>content</strong></a> inside<br>'."\n";
             print __METHOD__." valtotest=".$valtotest."\n";
             $result = $objmodel->csvClean($valtotest, $langs->charset_output);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result, '"A string with <a href=""aaa""><strong>html<br>content</strong></a> inside"');
    -        
    +
             // Same tests with strict mode
             $conf->global->USE_STRICT_CSV_RULES=1;
    -        
    +
             $valtotest='A simple string';
             print __METHOD__." valtotest=".$valtotest."\n";
             $result = $objmodel->csvClean($valtotest, $langs->charset_output);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result, 'A simple string');
    -        
    +
             $valtotest='A string with , and ; inside';
             print __METHOD__." valtotest=".$valtotest."\n";
             $result = $objmodel->csvClean($valtotest, $langs->charset_output);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result, '"A string with , and ; inside"');
    -        
    +
             $valtotest='A string with " inside';
             print __METHOD__." valtotest=".$valtotest."\n";
             $result = $objmodel->csvClean($valtotest, $langs->charset_output);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result, '"A string with "" inside"');
    -        
    +
             $valtotest='A string with " inside and '."\r\n".' carriage returns';
             print __METHOD__." valtotest=".$valtotest."\n";
             $result = $objmodel->csvClean($valtotest, $langs->charset_output);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result, "\"A string with \"\" inside and \r\n carriage returns\"");
    -        
    +
             $valtotest='A string with <a href="aaa"><strong>html<br>content</strong></a> inside<br>'."\n";
             print __METHOD__." valtotest=".$valtotest."\n";
             $result = $objmodel->csvClean($valtotest, $langs->charset_output);
             print __METHOD__." result=".$result."\n";
             $this->assertEquals($result, '"A string with <a href=""aaa""><strong>html<br>content</strong></a> inside"');
    -        
         }
    -    
    +
         /**
          * Test export function for a personalized dataset
          *
    @@ -353,5 +354,4 @@ class ExportTest extends PHPUnit_Framework_TestCase
     
             return true;
         }
    -    
     }
    diff --git a/test/phpunit/FactureFournisseurTest.php b/test/phpunit/FactureFournisseurTest.php
    index 7985e8f0931..63c28945e65 100644
    --- a/test/phpunit/FactureFournisseurTest.php
    +++ b/test/phpunit/FactureFournisseurTest.php
    @@ -61,6 +61,8 @@ class FactureFournisseurTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -266,5 +268,4 @@ class FactureFournisseurTest extends PHPUnit_Framework_TestCase
         	$this->assertLessThan($result, 0);
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/FactureRecTest.php b/test/phpunit/FactureRecTest.php
    index f7f857fe317..07d728eb0ec 100644
    --- a/test/phpunit/FactureRecTest.php
    +++ b/test/phpunit/FactureRecTest.php
    @@ -61,6 +61,8 @@ class FactureRecTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    diff --git a/test/phpunit/FactureTest.php b/test/phpunit/FactureTest.php
    index 7f12d55b05e..d04844783c5 100644
    --- a/test/phpunit/FactureTest.php
    +++ b/test/phpunit/FactureTest.php
    @@ -59,7 +59,9 @@ class FactureTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    diff --git a/test/phpunit/FactureTestRounding.php b/test/phpunit/FactureTestRounding.php
    index 5fe0df4e5d0..dbaf598e1a0 100644
    --- a/test/phpunit/FactureTestRounding.php
    +++ b/test/phpunit/FactureTestRounding.php
    @@ -60,6 +60,8 @@ class FactureTestRounding extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -333,5 +335,4 @@ class FactureTestRounding extends PHPUnit_Framework_TestCase
         	$this->assertEquals(20.03, $localobject3->total_tva);
         	$this->assertEquals(115.43, $localobject3->total_ttc);
         }
    -
     }
    diff --git a/test/phpunit/FichinterTest.php b/test/phpunit/FichinterTest.php
    index baa72b7020a..5c966f4d4ec 100644
    --- a/test/phpunit/FichinterTest.php
    +++ b/test/phpunit/FichinterTest.php
    @@ -60,6 +60,8 @@ class FichinterTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -242,5 +244,4 @@ class FichinterTest extends PHPUnit_Framework_TestCase
         	$this->assertLessThan($result, 0);
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/FilesLibTest.php b/test/phpunit/FilesLibTest.php
    index feac8b212ed..72e809aa051 100644
    --- a/test/phpunit/FilesLibTest.php
    +++ b/test/phpunit/FilesLibTest.php
    @@ -61,6 +61,8 @@ class FilesLibTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -502,5 +504,4 @@ class FilesLibTest extends PHPUnit_Framework_TestCase
             $user->rights->facture->lire = $savpermlire;
             $user->rights->facture->creer = $savpermcreer;
         }
    -
     }
    diff --git a/test/phpunit/FormAdminTest.php b/test/phpunit/FormAdminTest.php
    index 30c96600210..10998f7776f 100644
    --- a/test/phpunit/FormAdminTest.php
    +++ b/test/phpunit/FormAdminTest.php
    @@ -60,6 +60,8 @@ class FormAdminTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -136,5 +138,4 @@ class FormAdminTest extends PHPUnit_Framework_TestCase
         	print __METHOD__." result=".$result."\n";
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/Functions2LibTest.php b/test/phpunit/Functions2LibTest.php
    index 470a570bf6e..a11c50b7198 100644
    --- a/test/phpunit/Functions2LibTest.php
    +++ b/test/phpunit/Functions2LibTest.php
    @@ -63,7 +63,9 @@ class Functions2LibTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -138,7 +140,6 @@ class Functions2LibTest extends PHPUnit_Framework_TestCase
          */
         public function testIsValidMailDomain()
         {
    -
         }
     
         /**
    @@ -241,10 +242,9 @@ class Functions2LibTest extends PHPUnit_Framework_TestCase
             print __METHOD__." for ".$ip." result=".$result."\n";
         	$this->assertEquals(2,$result,$ip);
     
    -    	$ip='192.168.0.0';
    -    	$result=is_ip($ip);
    +        $ip='192.168.0.0';
    +        $result=is_ip($ip);
             print __METHOD__." for ".$ip." result=".$result."\n";
    -    	$this->assertEquals(2,$result,$ip);
    -
    +        $this->assertEquals(2,$result,$ip);
         }
     }
    diff --git a/test/phpunit/FunctionsLibTest.php b/test/phpunit/FunctionsLibTest.php
    index e32b17ec09d..daaa0dda2f5 100644
    --- a/test/phpunit/FunctionsLibTest.php
    +++ b/test/phpunit/FunctionsLibTest.php
    @@ -63,7 +63,9 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -110,7 +112,8 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
     
             print __METHOD__."\n";
         }
    -	/**
    +
    +    /**
     	 * End phpunit tests
     	 *
     	 * @return	void
    @@ -121,7 +124,6 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
         }
     
     
    -
         /**
          * testIsValidMXRecord
          *
    @@ -390,7 +392,6 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
             $input='This is a text with html comments <!-- comment -->';	// we suppose this is not enough to be html content
             $after=dol_textishtml($input);
             $this->assertFalse($after);
    -
         }
     
     
    @@ -837,7 +838,6 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
             $object->country_code='CA';
             $phone=dol_print_phone('1234567890', $object->country_code, 0, 0, 0, ' ');
             $this->assertEquals('<span style="margin-right: 10px;">(123) 456-7890</span>', $phone, 'Phone for CA 1');
    -
         }
     
     
    @@ -1008,7 +1008,6 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
             // Test RULE 5 (FR-US)
             $vat=get_default_tva($companyfr,$companyus,0);
             $this->assertEquals(0,$vat,'RULE 5 ECOMMERCE_200238EC');
    -
         }
     
         /**
    @@ -1210,5 +1209,4 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
     
     		return true;
     	}
    -
     }
    diff --git a/test/phpunit/GetUrlLibTest.php b/test/phpunit/GetUrlLibTest.php
    index 21dacd5a0f1..2a6d218dc93 100644
    --- a/test/phpunit/GetUrlLibTest.php
    +++ b/test/phpunit/GetUrlLibTest.php
    @@ -61,6 +61,8 @@ class GetUrlLibTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +    	parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    diff --git a/test/phpunit/HolidayTest.php b/test/phpunit/HolidayTest.php
    index 3204e9f07b1..37684e731d5 100644
    --- a/test/phpunit/HolidayTest.php
    +++ b/test/phpunit/HolidayTest.php
    @@ -62,6 +62,8 @@ class HolidayTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -349,5 +351,4 @@ class HolidayTest extends PHPUnit_Framework_TestCase
         	$result=$localobjectc->verifDateHolidayCP($user->id, $date_debut, $date_fin, 2);	// start afternoon and end morning
         	$this->assertTrue($result, 'result should be true, there is no overlapping');
         }
    -
     }
    diff --git a/test/phpunit/ImagesLibTest.php b/test/phpunit/ImagesLibTest.php
    index 41c7005e25d..cc8ea5cdf67 100644
    --- a/test/phpunit/ImagesLibTest.php
    +++ b/test/phpunit/ImagesLibTest.php
    @@ -61,6 +61,8 @@ class ImagesLibTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -143,5 +145,4 @@ class ImagesLibTest extends PHPUnit_Framework_TestCase
     
     		return 1;
         }
    -
     }
    diff --git a/test/phpunit/ImportTest.php b/test/phpunit/ImportTest.php
    index 067b06910c9..52be24049bc 100644
    --- a/test/phpunit/ImportTest.php
    +++ b/test/phpunit/ImportTest.php
    @@ -62,6 +62,8 @@ class ImportTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -134,5 +136,4 @@ class ImportTest extends PHPUnit_Framework_TestCase
     
     		return true;
         }
    -
     }
    diff --git a/test/phpunit/JsonLibTest.php b/test/phpunit/JsonLibTest.php
    index a06db14565c..113d263eca4 100644
    --- a/test/phpunit/JsonLibTest.php
    +++ b/test/phpunit/JsonLibTest.php
    @@ -62,7 +62,9 @@ class JsonLibTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    diff --git a/test/phpunit/LangTest.php b/test/phpunit/LangTest.php
    index 76c7a17d779..b9643e3404b 100644
    --- a/test/phpunit/LangTest.php
    +++ b/test/phpunit/LangTest.php
    @@ -72,6 +72,8 @@ class LangTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    diff --git a/test/phpunit/LoanTest.php b/test/phpunit/LoanTest.php
    new file mode 100644
    index 00000000000..d54c810049d
    --- /dev/null
    +++ b/test/phpunit/LoanTest.php
    @@ -0,0 +1,217 @@
    +<?php
    +/* Copyright (C) 2018 Maxime Kohlhaas <support@atm-consulting.fr>
    + *
    + * 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/>.
    + * or see http://www.gnu.org/
    + */
    +
    +/**
    + *      \file       test/phpunit/LoanTest.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/loan/class/loan.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 LoanTest extends PHPUnit_Framework_TestCase
    +{
    +	protected $savconf;
    +	protected $savuser;
    +	protected $savlangs;
    +	protected $savdb;
    +
    +	/**
    +	 * Constructor
    +	 * We save global variables into local variables
    +	 *
    +	 * @return LoanTest
    +	 */
    +	function __construct()
    +	{
    +		parent::__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";
    +		//print $db->getVersion()."\n";
    +    }
    +	/**
    +	 * End phpunit tests
    +	 *
    +	 * @return	void
    +	 */
    +    protected function tearDown()
    +    {
    +    	print __METHOD__."\n";
    +    }
    +
    +    /**
    +     * testLoanCreate
    +     *
    +     * @return	void
    +     */
    +    public function testLoanCreate()
    +    {
    +    	global $conf,$user,$langs,$db;
    +		$conf=$this->savconf;
    +		$user=$this->savuser;
    +		$langs=$this->savlangs;
    +		$db=$this->savdb;
    +
    +		$localobject=new Loan($this->savdb);
    +    	$localobject->initAsSpecimen();
    +    	$result=$localobject->create($user);
    +
    +    	$this->assertLessThan($result, 0);
    +    	print __METHOD__." result=".$result."\n";
    +    	return $result;
    +    }
    +
    +    /**
    +     * testLoanFetch
    +     *
    +     * @param	int		$id		Id of object
    +     * @return	void
    +     *
    +     * @depends	testLoanCreate
    +     * The depends says test is run only if previous is ok
    +     */
    +    public function testLoanFetch($id)
    +    {
    +    	global $conf,$user,$langs,$db;
    +		$conf=$this->savconf;
    +		$user=$this->savuser;
    +		$langs=$this->savlangs;
    +		$db=$this->savdb;
    +
    +		$localobject=new Loan($this->savdb);
    +    	$result=$localobject->fetch($id);
    +
    +    	$this->assertLessThan($result, 0);
    +    	print __METHOD__." id=".$id." result=".$result."\n";
    +    	return $localobject;
    +    }
    +
    +	/**
    +     * testLoanOther
    +     *
    +     * @param	Loan	$localobject	Loan
    +     * @return	int
    +     *
    +     * @depends testLoanFetch
    +     * The depends says test is run only if previous is ok
    +     */
    +    public function testLoanOther($localobject)
    +    {
    +        global $conf,$user,$langs,$db;
    +        $conf=$this->savconf;
    +        $user=$this->savuser;
    +        $langs=$this->savlangs;
    +        $db=$this->savdb;
    +
    +        $result=$localobject->set_paid($user);
    +
    +    	print __METHOD__." id=".$localobject->id." result=".$result."\n";
    +    	$this->assertLessThan($result, 0);
    +        return $localobject->id;
    +    }
    +
    +    /**
    +     * testLoanDelete
    +     *
    +     * @param	int		$id		Id of loan
    +     * @return	void
    +     *
    +     * @depends	testLoanCreate
    +     * The depends says test is run only if previous is ok
    +     */
    +    public function testLoanDelete($id)
    +    {
    +    	global $conf,$user,$langs,$db;
    +		$conf=$this->savconf;
    +		$user=$this->savuser;
    +		$langs=$this->savlangs;
    +		$db=$this->savdb;
    +
    +		$localobject=new Loan($this->savdb);
    +    	$result=$localobject->fetch($id);
    +		$result=$localobject->delete($user);
    +
    +		print __METHOD__." id=".$id." result=".$result."\n";
    +    	$this->assertLessThan($result, 0);
    +    	return $result;
    +    }
    +}
    diff --git a/test/phpunit/MarginsLibTest.php b/test/phpunit/MarginsLibTest.php
    index e6f130d2e3b..5966cb65a74 100644
    --- a/test/phpunit/MarginsLibTest.php
    +++ b/test/phpunit/MarginsLibTest.php
    @@ -60,6 +60,8 @@ class MarginsLibTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -136,7 +138,7 @@ class MarginsLibTest extends PHPUnit_Framework_TestCase
     		$this->assertEquals(25,$result[1]);
     		print __METHOD__." result[2]=".$result[2]."\n";
     		$this->assertEquals(20,$result[2]);
    -		
    +
     		$result=getMarginInfos(10, 10, 19.6, 0, 0, 0, 8);
     		print __METHOD__." result[0]=".$result[0]."\n";
     		$this->assertEquals(8,$result[0]);
    @@ -144,8 +146,7 @@ class MarginsLibTest extends PHPUnit_Framework_TestCase
     		$this->assertEquals(12.5,$result[1]);
     		print __METHOD__." result[2]=".$result[2]."\n";
     		$this->assertEquals(1/9*100,$result[2]);
    -		
    +
     		return 0;
         }
    -
     }
    diff --git a/test/phpunit/ModulesTest.php b/test/phpunit/ModulesTest.php
    index 589a9116c78..006b6dd2740 100755
    --- a/test/phpunit/ModulesTest.php
    +++ b/test/phpunit/ModulesTest.php
    @@ -59,6 +59,8 @@ class ModulesTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -152,5 +154,4 @@ class ModulesTest extends PHPUnit_Framework_TestCase
     
             return 0;
         }
    -
     }
    diff --git a/test/phpunit/MouvementStockTest.php b/test/phpunit/MouvementStockTest.php
    index 826b55851e2..cc50460e15f 100644
    --- a/test/phpunit/MouvementStockTest.php
    +++ b/test/phpunit/MouvementStockTest.php
    @@ -62,6 +62,8 @@ class MouvementStockTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -250,5 +252,4 @@ class MouvementStockTest extends PHPUnit_Framework_TestCase
     
         	return $localobject;
         }
    -
     }
    diff --git a/test/phpunit/NumberingModulesTest.php b/test/phpunit/NumberingModulesTest.php
    index 4a3dfb7c1c9..0d229de8aa0 100644
    --- a/test/phpunit/NumberingModulesTest.php
    +++ b/test/phpunit/NumberingModulesTest.php
    @@ -59,6 +59,8 @@ class NumberingModulesTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -137,9 +139,9 @@ class NumberingModulesTest extends PHPUnit_Framework_TestCase
     		$conf->global->FACTURE_ADDON='mercure';
     		$conf->global->FACTURE_MERCURE_MASK_CREDIT='{yyyy}-{0000}';
     		$conf->global->FACTURE_MERCURE_MASK_INVOICE='{yyyy}-{0000}';
    -        $conf->global->INVOICE_CAN_ALWAYS_BE_REMOVED=0;
    +		$conf->global->INVOICE_CAN_ALWAYS_BE_REMOVED=0;
     
    -        $localobject=new Facture($this->savdb);
    +		$localobject=new Facture($this->savdb);
     		$localobject->initAsSpecimen();
     		$localobject->date=dol_mktime(12, 0, 0, 1, 1, 1915);	// we use year 1915 to be sure to not have existing invoice for this year
     		$numbering=new mod_facture_mercure();
    @@ -573,5 +575,4 @@ class NumberingModulesTest extends PHPUnit_Framework_TestCase
     
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/PaypalTest.php b/test/phpunit/PaypalTest.php
    index fb48279cd66..ef6f069e6bf 100644
    --- a/test/phpunit/PaypalTest.php
    +++ b/test/phpunit/PaypalTest.php
    @@ -61,6 +61,8 @@ class PaypalTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -135,13 +137,12 @@ class PaypalTest extends PHPUnit_Framework_TestCase
     
     		$urltotest=getPaypalPaymentUrl(1,'free');
     		print "urltotest=".$urltotest."\n";
    -		
    +
     		$result=getURLContent($urltotest, 'GET');
    -		
    +
             print __METHOD__." result=".$result."\n";
         	$this->assertLessThanOrEqual($result, 0);
     
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/PdfDocTest.php b/test/phpunit/PdfDocTest.php
    index 13cb1b59ae3..0cf37b48762 100644
    --- a/test/phpunit/PdfDocTest.php
    +++ b/test/phpunit/PdfDocTest.php
    @@ -63,6 +63,8 @@ class PdfDocTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    diff --git a/test/phpunit/PgsqlTest.php b/test/phpunit/PgsqlTest.php
    index 05efcaeb30b..8347bc32905 100644
    --- a/test/phpunit/PgsqlTest.php
    +++ b/test/phpunit/PgsqlTest.php
    @@ -62,6 +62,8 @@ class PgsqlTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -167,13 +169,13 @@ class PgsqlTest extends PHPUnit_Framework_TestCase
     		$result=DoliDBPgsql::convertSQLFromMysql($sql);
             print __METHOD__." result=".$result."\n";
         	$this->assertEquals($result, "SELECT a.b, STRING_AGG(a.c, ',') FROM table GROUP BY a.b", 'Test GROUP_CONCAT (without SEPARATOR)');
    -    	
    +
             // Test GROUP_CONCAT (with SEPARATOR)
     		$sql="SELECT a.b, GROUP_CONCAT(a.c SEPARATOR ',') FROM table GROUP BY a.b";
     		$result=DoliDBPgsql::convertSQLFromMysql($sql);
             print __METHOD__." result=".$result."\n";
         	$this->assertEquals($result, "SELECT a.b, STRING_AGG(a.c, ',') FROM table GROUP BY a.b", 'Test GROUP_CONCAT (with SEPARATOR)');
    -    	
    +
         	return $result;
         }
     }
    diff --git a/test/phpunit/PricesTest.php b/test/phpunit/PricesTest.php
    index d3b1efaf072..1c7b05d462b 100755
    --- a/test/phpunit/PricesTest.php
    +++ b/test/phpunit/PricesTest.php
    @@ -67,7 +67,9 @@ class PricesTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -351,5 +353,4 @@ class PricesTest extends PHPUnit_Framework_TestCase
             //$this->assertEquals(0.25,$newlocalobject->total_tva);
             //$this->assertEquals(2.73,$newlocalobject->total_ttc);
         }
    -
     }
    diff --git a/test/phpunit/ProductTest.php b/test/phpunit/ProductTest.php
    index 87f290593f0..125982bd852 100644
    --- a/test/phpunit/ProductTest.php
    +++ b/test/phpunit/ProductTest.php
    @@ -60,7 +60,9 @@ class ProductTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    diff --git a/test/phpunit/ProjectTest.php b/test/phpunit/ProjectTest.php
    index c2f5d5b8161..2779902cabd 100644
    --- a/test/phpunit/ProjectTest.php
    +++ b/test/phpunit/ProjectTest.php
    @@ -61,6 +61,8 @@ class ProjectTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -237,5 +239,4 @@ class ProjectTest extends PHPUnit_Framework_TestCase
         	$this->assertLessThan($result, 0);
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/PropalTest.php b/test/phpunit/PropalTest.php
    index 3d45673074a..81842063271 100644
    --- a/test/phpunit/PropalTest.php
    +++ b/test/phpunit/PropalTest.php
    @@ -60,6 +60,8 @@ class PropalTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -291,5 +293,4 @@ class PropalTest extends PHPUnit_Framework_TestCase
         	$this->assertLessThan($result, 0);
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/RestAPIDocumentTest.php b/test/phpunit/RestAPIDocumentTest.php
    index 54d5eb547d1..e9606b001b9 100644
    --- a/test/phpunit/RestAPIDocumentTest.php
    +++ b/test/phpunit/RestAPIDocumentTest.php
    @@ -62,7 +62,9 @@ class RestAPIDocumentTest extends PHPUnit_Framework_TestCase
          */
         public function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf = $conf;
             $this->savuser = $user;
    diff --git a/test/phpunit/RestAPIUserTest.php b/test/phpunit/RestAPIUserTest.php
    index 40153f2cffd..7b2d345a41a 100644
    --- a/test/phpunit/RestAPIUserTest.php
    +++ b/test/phpunit/RestAPIUserTest.php
    @@ -64,7 +64,9 @@ class RestAPIUserTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -173,6 +175,11 @@ class RestAPIUserTest extends PHPUnit_Framework_TestCase
           $this->assertEquals(1, $object['statut']);
         }
     
    +    /**
    +     * testRestCreateUser
    +     *
    +     * @return void
    +     */
         public function testRestCreateUser()
         {
     
    @@ -224,5 +231,4 @@ class RestAPIUserTest extends PHPUnit_Framework_TestCase
           $this->assertNotNull($object, "Parsing of json result must no be null");
           $this->assertEquals(500, $object['error']['code'], $object['error']['code'].' '.$object['error']['message']);
         }
    -
    -}
    \ No newline at end of file
    +}
    diff --git a/test/phpunit/ScriptsTest.php b/test/phpunit/ScriptsTest.php
    index b7916c39d9f..0c49567a4a4 100644
    --- a/test/phpunit/ScriptsTest.php
    +++ b/test/phpunit/ScriptsTest.php
    @@ -72,6 +72,8 @@ class ScriptsTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    diff --git a/test/phpunit/SecurityTest.php b/test/phpunit/SecurityTest.php
    index 7fe65f101de..21e25473b8f 100644
    --- a/test/phpunit/SecurityTest.php
    +++ b/test/phpunit/SecurityTest.php
    @@ -72,6 +72,8 @@ class SecurityTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -294,5 +296,4 @@ class SecurityTest extends PHPUnit_Framework_TestCase
     		$result=restrictedArea($user,'societe');
     		$this->assertEquals(1,$result);
         }
    -
     }
    diff --git a/test/phpunit/SocieteTest.php b/test/phpunit/SocieteTest.php
    index 31aa98fd082..3e9ee3c2002 100755
    --- a/test/phpunit/SocieteTest.php
    +++ b/test/phpunit/SocieteTest.php
    @@ -60,7 +60,9 @@ class SocieteTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -455,5 +457,4 @@ class SocieteTest extends PHPUnit_Framework_TestCase
     
             return $localobjectadd->id;
         }
    -
     }
    diff --git a/test/phpunit/SupplierProposalTest.php b/test/phpunit/SupplierProposalTest.php
    index 13e715ff8f5..3648e0e61da 100644
    --- a/test/phpunit/SupplierProposalTest.php
    +++ b/test/phpunit/SupplierProposalTest.php
    @@ -63,6 +63,8 @@ class SupplierProposalTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +    	parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -276,5 +278,4 @@ class SupplierProposalTest extends PHPUnit_Framework_TestCase
         	$this->assertLessThan($result, 0);
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/TicketTest.php b/test/phpunit/TicketTest.php
    index dd22349edbc..175ced68bda 100644
    --- a/test/phpunit/TicketTest.php
    +++ b/test/phpunit/TicketTest.php
    @@ -60,6 +60,8 @@ class TicketTest extends PHPUnit_Framework_TestCase
     	 */
     	public function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    diff --git a/test/phpunit/UserGroupTest.php b/test/phpunit/UserGroupTest.php
    index 2ec4c16a8d7..a74e9d81726 100644
    --- a/test/phpunit/UserGroupTest.php
    +++ b/test/phpunit/UserGroupTest.php
    @@ -59,7 +59,9 @@ class UserGroupTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -283,5 +285,4 @@ class UserGroupTest extends PHPUnit_Framework_TestCase
             $this->assertLessThan($result, 0);
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/UserTest.php b/test/phpunit/UserTest.php
    index 8eaa1888412..d163765deec 100644
    --- a/test/phpunit/UserTest.php
    +++ b/test/phpunit/UserTest.php
    @@ -59,7 +59,9 @@ class UserTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    diff --git a/test/phpunit/UtilsTest.php b/test/phpunit/UtilsTest.php
    index b80ce84f624..f2f44daa31d 100644
    --- a/test/phpunit/UtilsTest.php
    +++ b/test/phpunit/UtilsTest.php
    @@ -59,6 +59,8 @@ class UtilsTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    +    	parent::__construct();
    +
             //$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
    @@ -146,7 +148,4 @@ class UtilsTest extends PHPUnit_Framework_TestCase
             print __METHOD__." result=".$result."\n";
             return $result;
         }
    -
    -
    -
     }
    diff --git a/test/phpunit/WebservicesInvoicesTest.php b/test/phpunit/WebservicesInvoicesTest.php
    index 6f7ca3610cd..92a336c846e 100644
    --- a/test/phpunit/WebservicesInvoicesTest.php
    +++ b/test/phpunit/WebservicesInvoicesTest.php
    @@ -69,6 +69,8 @@ class WebservicesInvoicesTest extends PHPUnit_Framework_TestCase
     	 */
     	function __construct()
     	{
    +		parent::__construct();
    +
     		//$this->sharedFixture
     		global $conf,$user,$langs,$db;
     		$this->savconf=$conf;
    @@ -91,6 +93,11 @@ class WebservicesInvoicesTest extends PHPUnit_Framework_TestCase
     		print "\n";
     	}
     
    +    /**
    +     * setUpBeforeClass
    +     *
    +     * @return void
    +     */
         public static function setUpBeforeClass()
         {
             global $conf,$user,$langs,$db;
    @@ -131,6 +138,11 @@ class WebservicesInvoicesTest extends PHPUnit_Framework_TestCase
             print __METHOD__."\n";
         }
     
    +    /**
    +     * tearDownAfterClass
    +     *
    +     * @return void
    +     */
         public static function tearDownAfterClass()
         {
         	global $conf,$user,$langs,$db;
    @@ -418,5 +430,4 @@ class WebservicesInvoicesTest extends PHPUnit_Framework_TestCase
     
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/WebservicesOrdersTest.php b/test/phpunit/WebservicesOrdersTest.php
    index 7fb2d101184..a155e5de973 100644
    --- a/test/phpunit/WebservicesOrdersTest.php
    +++ b/test/phpunit/WebservicesOrdersTest.php
    @@ -63,7 +63,9 @@ class WebservicesOrdersTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -178,5 +180,4 @@ class WebservicesOrdersTest extends PHPUnit_Framework_TestCase
     
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/WebservicesOtherTest.php b/test/phpunit/WebservicesOtherTest.php
    index 45b01aa77d3..16b1cd7d531 100644
    --- a/test/phpunit/WebservicesOtherTest.php
    +++ b/test/phpunit/WebservicesOtherTest.php
    @@ -63,7 +63,9 @@ class WebservicesOtherTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -207,5 +209,4 @@ class WebservicesOtherTest extends PHPUnit_Framework_TestCase
     
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/WebservicesProductsTest.php b/test/phpunit/WebservicesProductsTest.php
    index bcbb37b0419..60c90ea30d4 100644
    --- a/test/phpunit/WebservicesProductsTest.php
    +++ b/test/phpunit/WebservicesProductsTest.php
    @@ -70,7 +70,9 @@ class WebservicesProductsTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -322,5 +324,4 @@ class WebservicesProductsTest extends PHPUnit_Framework_TestCase
     
             return 0;
         }
    -
     }
    diff --git a/test/phpunit/WebservicesThirdpartyTest.php b/test/phpunit/WebservicesThirdpartyTest.php
    index e1c2249b62a..51be1a5dbf6 100644
    --- a/test/phpunit/WebservicesThirdpartyTest.php
    +++ b/test/phpunit/WebservicesThirdpartyTest.php
    @@ -70,7 +70,9 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -398,5 +400,4 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
     
         	return $result;
         }
    -
     }
    diff --git a/test/phpunit/WebservicesUserTest.php b/test/phpunit/WebservicesUserTest.php
    index bfcdb400cc6..3c97ee719a9 100644
    --- a/test/phpunit/WebservicesUserTest.php
    +++ b/test/phpunit/WebservicesUserTest.php
    @@ -63,7 +63,9 @@ class WebservicesUserTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -206,5 +208,4 @@ class WebservicesUserTest extends PHPUnit_Framework_TestCase
     
             return $result;
         }
    -
     }
    diff --git a/test/phpunit/XCalLibTest.php b/test/phpunit/XCalLibTest.php
    index 3bbf3469b17..165b8d247b2 100644
    --- a/test/phpunit/XCalLibTest.php
    +++ b/test/phpunit/XCalLibTest.php
    @@ -59,7 +59,9 @@ class XCalLibTest extends PHPUnit_Framework_TestCase
          */
         function __construct()
         {
    -        //$this->sharedFixture
    +    	parent::__construct();
    +
    +    	//$this->sharedFixture
             global $conf,$user,$langs,$db;
             $this->savconf=$conf;
             $this->savuser=$user;
    @@ -137,5 +139,4 @@ class XCalLibTest extends PHPUnit_Framework_TestCase
             print __METHOD__." result=".$resultback."\n";
             $this->assertEquals($stringtoencode,$resultback);
         }
    -
     }
    diff --git a/test/phpunit/functional/InstallTest.php b/test/phpunit/functional/InstallTest.php
    index 534d1d602c0..f444d08eec0 100644
    --- a/test/phpunit/functional/InstallTest.php
    +++ b/test/phpunit/functional/InstallTest.php
    @@ -42,6 +42,11 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     		)
     	);
     
    +    /**
    +     * setUpBeforeClass
    +     *
    +     * @return	void
    +     */
     	public static function setUpBeforeClass()
     	{
     		// Make sure we backup and remove the configuration file to force new install.
    @@ -54,12 +59,22 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     		self::shareSession(true);
     	}
     
    +    /**
    +     * dropTestDatabase
    +     *
    +     * @return	void
    +     */
     	protected static function dropTestDatabase()
     	{
     		$mysqli = new mysqli(self::$db_host, self::$db_admin_user, self::$db_admin_pass);
     		$mysqli->query("DROP DATABASE " . self::$db_name);
     	}
     
    +    /**
    +     * tearDownAfterClass
    +     *
    +     * @return	void
    +     */
     	public static function tearDownAfterClass()
     	{
     		// Remove the generated configuration and restore the backed up file.
    @@ -70,6 +85,11 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     		self::dropTestDatabase();
     	}
     
    +    /**
    +     * setUp
    +     *
    +     * @return  void
    +     */
     	public function setUp()
     	{
     		// Populating the database can take quite long.
    @@ -77,17 +97,32 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     		$this->setBrowserUrl(self::$url);
     	}
     
    +    /**
    +     * testInstallRedirect
    +     *
    +     * @return  void
    +     */
     	public function testInstallRedirect()
     	{
     		$this->url('/');
     		$this->assertContains('/install/index.php', $this->url());
     	}
     
    +    /**
    +     * testInstallPageTitle
    +     *
    +     * @return  void
    +     */
     	public function testInstallPageTitle()
     	{
     		$this->assertContains('Dolibarr', $this->title());
     	}
     
    +    /**
    +     * testInstallProcess
    +     *
    +     * @return  void
    +     */
     	public function testInstallProcess()
     	{
     		// FIXME: the button itself should have an ID
    @@ -95,6 +130,11 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     		$this->assertContains('/install/check.php', $this->url());
     	}
     
    +    /**
    +     * testCheckPage
    +     *
    +     * @return  void
    +     */
     	public function testCheckPage()
     	{
     		$unavailable_choices = $this->byId('navail_choices');
    @@ -109,6 +149,11 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     		$this->assertContains('/install/fileconf.php', $this->url());
     	}
     
    +    /**
    +     * testForm
    +     *
    +     * @return  void
    +     */
     	public function testForm()
     	{
     		$this->assertFalse($this->byClassName('hideroot')->displayed());
    @@ -153,12 +198,22 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     		$this->byId('db_pass_root')->value('');
     	}
     
    +    /**
    +     * testFormSubmit
    +     *
    +     * @return  void
    +     */
     	public function testFormSubmit()
     	{
     		$this->byName('forminstall')->submit();
     		$this->assertContains('/install/step1.php', $this->url());
     	}
     
    +    /**
    +     * testStep1
    +     *
    +     * @return  void
    +     */
     	public function testStep1()
     	{
     		$this->assertFalse($this->byId('pleasewait')->displayed());
    @@ -170,6 +225,11 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     		$this->assertContains('/install/step2.php', $this->url());
     	}
     
    +    /**
    +     * testStep2
    +     *
    +     * @return  void
    +     */
     	public function testStep2()
     	{
     		$this->byName('forminstall')->submit();
    @@ -178,6 +238,11 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     
     	// There is no step 3
     
    +    /**
    +     * testStep4
    +     *
    +     * @return  void
    +     */
     	public function testStep4()
     	{
     		// FIXME: should have an ID
    @@ -191,6 +256,11 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     		$this->assertContains('/install/step5.php', $this->url());
     	}
     
    +    /**
    +     * testStep5
    +     *
    +     * @return  void
    +     */
     	public function testStep5()
     	{
     		// FIXME: this button should have an ID
    @@ -198,6 +268,11 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
     		$this->assertContains('/admin/index.php', $this->url());
     	}
     
    +    /**
    +     * testFirstLogin
    +     *
    +     * @return  void
    +     */
     	public function testFirstLogin()
     	{
     		$this->assertEquals('login', $this->byTag('form')->attribute('id'));
    diff --git a/test/phpunit/functional/TakePosFunctionalTest.php b/test/phpunit/functional/TakePosFunctionalTest.php
    new file mode 100644
    index 00000000000..b01d86eda10
    --- /dev/null
    +++ b/test/phpunit/functional/TakePosFunctionalTest.php
    @@ -0,0 +1,317 @@
    +<?php
    +/* Copyright (C) 2007-2017 Laurent Destailleur  <eldy@users.sourceforge.net>
    + * Copyright (C) 2018 SuperAdmin
    + *
    + * 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/>.
    + */
    +
    +/**
    + * \file    test/functional/TakePosFunctionalTest.php
    + * \ingroup takepos
    + * \brief   Example Selenium test.
    + */
    +
    +namespace test\functional;
    +
    +use PHPUnit_Extensions_Selenium2TestCase_WebDriverException;
    +
    +/**
    + * Class TakePosFunctionalTest
    + *
    + * Requires chromedriver for Google Chrome
    + * Requires geckodriver for Mozilla Firefox
    + *
    + * @fixme Firefox (Geckodriver/Marionette) support
    + * @todo Opera linux support
    + * @todo Windows support (IE, Google Chrome, Mozilla Firefox, Safari)
    + * @todo OSX support (Safari, Google Chrome, Mozilla Firefox)
    + *
    + * @package Testtakepos
    + */
    +class TakePosFunctionalTest extends \PHPUnit_Extensions_Selenium2TestCase
    +{
    +	// TODO: move to a global configuration file?
    +	/** @var string Base URL of the webserver under test */
    +	protected static $base_url = 'http://dev.zenfusion.fr';
    +	/**
    +	 * @var string Dolibarr admin username
    +	 * @see authenticate
    +	 */
    +	protected static $dol_admin_user = 'admin';
    +	/**
    +	 * @var string Dolibarr admin password
    +	 * @see authenticate
    +	 */
    +	protected static $dol_admin_pass = 'admin';
    +	/** @var int Dolibarr module ID */
    +	private static $module_id = 500000; // TODO: autodetect?
    +
    +	/** @var array Browsers to test with */
    +	public static $browsers = array(
    +		array(
    +			'browser' => 'Google Chrome on Linux',
    +			'browserName' => 'chrome',
    +			'sessionStrategy' => 'shared',
    +			'desiredCapabilities' => array()
    +		),
    +		// Geckodriver does not keep the session at the moment?!
    +		// XPath selectors also don't seem to work
    +//        array(
    +//            'browser' => 'Mozilla Firefox on Linux',
    +//            'browserName' => 'firefox',
    +//            'sessionStrategy' => 'shared',
    +//            'desiredCapabilities' => array(
    +//                'marionette' => true
    +//            )
    +//        )
    +	);
    +
    +	/**
    +	 * Helper function to select links by href
    +	 *
    +	 * @param  string  $value      Href
    +	 * @return mixed               Helper string
    +	 */
    +	protected function byHref($value)
    +	{
    +		$anchor = null;
    +		$anchors = $this->elements($this->using('tag name')->value('a'));
    +		foreach ($anchors as $anchor) {
    +			if (strstr($anchor->attribute('href'), $value)) {
    +				break;
    +			}
    +		}
    +		return $anchor;
    +	}
    +
    +	/**
    +	 * Global test setup
    +	 *
    +	 * @return	void
    +	 */
    +	public static function setUpBeforeClass()
    +	{
    +	}
    +
    +	/**
    +	 * Unit test setup
    +	 *
    +	 * @return	void
    +	 */
    +	public function setUp()
    +	{
    +		$this->setSeleniumServerRequestsTimeout(3600);
    +		$this->setBrowserUrl(self::$base_url);
    +	}
    +
    +	/**
    +	 * Verify pre conditions
    +	 *
    +	 * @return	void
    +	 */
    +	protected function assertPreConditions()
    +	{
    +	}
    +
    +	/**
    +	 * Handle Dolibarr authentication
    +	 *
    +	 * @return	void
    +	 */
    +	private function authenticate()
    +	{
    +		try {
    +			if ($this->byId('login')) {
    +				$login = $this->byId('username');
    +				$login->clear();
    +				$login->value('admin');
    +				$password = $this->byId('password');
    +				$password->clear();
    +				$password->value('admin');
    +				$this->byId('login')->submit();
    +			}
    +		} catch (PHPUnit_Extensions_Selenium2TestCase_WebDriverException $e) {
    +			// Login does not exist. Assume we are already authenticated
    +		}
    +	}
    +
    +	/**
    +	 * Test enabling developer mode
    +	 *
    +	 * @return	void
    +	 */
    +	public function testEnableDeveloperMode()
    +	{
    +		$this->url('/admin/const.php');
    +		$this->authenticate();
    +		$main_features_level_path='//input[@value="MAIN_FEATURES_LEVEL"]/following::input[@type="text"]';
    +		$main_features_level = $this->byXPath($main_features_level_path);
    +		$main_features_level->clear();
    +		$main_features_level->value('2');
    +		$this->byName('update')->click();
    +		// Page reloaded, we need a new XPath
    +		$main_features_level = $this->byXPath($main_features_level_path);
    +		$this->assertEquals('2', $main_features_level->value(), "MAIN_FEATURES_LEVEL value is 2");
    +	}
    +
    +	/**
    +	 * Test enabling the module
    +	 *
    +	 * @return	void
    +	 *
    +	 * @depends testEnableDeveloperMode
    +	 */
    +	public function testModuleEnabled()
    +	{
    +		$this->url('/admin/modules.php');
    +		$this->authenticate();
    +		$module_status_image_path='//a[contains(@href, "' . self::$module_id . '")]/img';
    +		$module_status_image = $this->byXPath($module_status_image_path);
    +		if (strstr($module_status_image->attribute('src'), 'switch_off.png')) {
    +			// Enable the module
    +			$this->byHref('modTakePos')->click();
    +		} else {
    +			// Disable the module
    +			$this->byHref('modTakePos')->click();
    +			// Reenable the module
    +			$this->byHref('modTakePos')->click();
    +		}
    +		// Page reloaded, we need a new Xpath
    +		$module_status_image = $this->byXPath($module_status_image_path);
    +		$this->assertContains('switch_on.png', $module_status_image->attribute('src'), "Module enabled");
    +	}
    +
    +	/**
    +	 * Test access to the configuration page
    +	 *
    +	 * @return	void
    +	 *
    +	 * @depends testModuleEnabled
    +	 */
    +	public function testConfigurationPage()
    +	{
    +		$this->url('/custom/takepos/admin/setup.php');
    +		$this->authenticate();
    +		$this->assertContains('takepos/admin/setup.php', $this->url(), 'Configuration page');
    +	}
    +
    +	/**
    +	 * Test access to the about page
    +	 *
    +	 * @return	void
    +	 *
    +	 * @depends testConfigurationPage
    +	 */
    +	public function testAboutPage()
    +	{
    +		$this->url('/custom/takepos/admin/about.php');
    +		$this->authenticate();
    +		$this->assertContains('takepos/admin/about.php', $this->url(), 'About page');
    +	}
    +
    +	/**
    +	 * Test about page is rendering Markdown
    +	 *
    +	 * @return	void
    +	 *
    +	 * @depends testAboutPage
    +	 */
    +	public function testAboutPageRendersMarkdownReadme()
    +	{
    +		$this->url('/custom/takepos/admin/about.php');
    +		$this->authenticate();
    +		$this->assertEquals(
    +			'Dolibarr Module Template (aka My Module)',
    +			$this->byTag('h1')->text(),
    +			"Readme title"
    +		);
    +	}
    +
    +	/**
    +	 * Test box is properly declared
    +	 *
    +	 * @return	void
    +	 *
    +	 * @depends testModuleEnabled
    +	 */
    +	public function testBoxDeclared()
    +	{
    +		$this->url('/admin/boxes.php');
    +		$this->authenticate();
    +		$this->assertContains('takeposwidget1', $this->source(), "Box enabled");
    +	}
    +
    +	/**
    +	 * Test trigger is properly enabled
    +	 *
    +	 * @return	void
    +	 *
    +	 * @depends testModuleEnabled
    +	 */
    +	public function testTriggerDeclared()
    +	{
    +		$this->url('/admin/triggers.php');
    +		$this->authenticate();
    +		$this->assertContains(
    +			'interface_99_modTakePos_TakePosTriggers.class.php',
    +			$this->byTag('body')->text(),
    +			"Trigger declared"
    +		);
    +	}
    +
    +	/**
    +	 * Test trigger is properly declared
    +	 *
    +	 * @return	void
    +	 *
    +	 * @depends testTriggerDeclared
    +	 */
    +	public function testTriggerEnabled()
    +	{
    +		$this->url('/admin/triggers.php');
    +		$this->authenticate();
    +		$this->assertContains(
    +			'tick.png',
    +			$this->byXPath('//td[text()="interface_99_modTakePos_MyTrigger.class.php"]/following::img')->attribute('src'),
    +			"Trigger enabled"
    +		);
    +	}
    +
    +	/**
    +	 * Verify post conditions
    +	 *
    +	 * @return	void
    +	 */
    +	protected function assertPostConditions()
    +	{
    +	}
    +
    +	/**
    +	 * Unit test teardown
    +	 *
    +	 * @return	void
    +	 */
    +	public function tearDown()
    +	{
    +	}
    +
    +	/**
    +	 * Global test teardown
    +	 *
    +	 * @return	void
    +	 */
    +	public static function tearDownAfterClass()
    +	{
    +	}
    +}